2006-06-06 [paul] 2.2.1cvs5
[claws.git] / ChangeLog
1 2006-06-06 [paul]       2.2.1cvs5
2
3         * src/matcher.c
4                 fix age_greater and age_lower so that they
5                 mean what say and not '...or equal to'
6                 Thanks to Colin
7
8 2006-06-06 [paul]       2.2.1cvs4
9
10         * src/textview.c
11         * src/common/utils.c
12                 fix URI check
13                 Thanks to Colin
14
15 2006-06-05 [wwp]        2.2.1cvs3
16
17         * manual/fr/account.xml
18                 minor language fixes (thanks to Fabien Vantard).
19
20 2006-06-05 [colin]      2.2.1cvs2
21
22         * src/prefs_folder_item.c
23         * src/folderview.c
24                 Allow recursive setting of properties 
25                 for whole mailboxes
26         * src/matcher.c
27                 Don't freeze on 'test' filtering rule
28
29 2006-06-05 [colin]      2.2.1cvs1
30
31         * configure.ac
32                 Update version number following
33                 stable release
34
35 2006-06-04 [wwp]        2.2.0cvs82
36
37         * manual/glossary.xml
38         * manual/account.xml
39         * manual/fr/glossary.xml
40         * manual/fr/account.xml
41                 added glossary section and references/links related to the Face custom header.
42
43 2006-06-04 [colin]      2.2.0cvs81
44
45         * src/summaryview.c
46                 Skip to next message on move with no
47                 immediate execution
48
49 2006-06-04 [wwp]        2.2.0cvs80
50
51         * manual/xml2pdf
52                 added sanity checks, exit when needed.
53
54 2006-06-03 [paul]       2.2.0cvs79
55
56         * src/prefs_receive.c
57                 page name is now 'Receiving'
58         * src/prefs_send.c
59                 page name is now 'Sending'
60
61 2006-06-03 [colin]      2.2.0cvs78
62
63         * src/plugins/spamassassin/spamassassin_gtk.c
64                 Autoswitch to Localhost if transport was previously
65                 disabled. Else people had to check [] Enable, then
66                 *reselect* transport.
67
68 2006-06-03 [colin]      2.2.0cvs77
69
70         * src/plugins/pgpinline/pgpinline.c
71         * src/plugins/pgpmime/pgpmime.c
72                 Check that gpg_data_release_and_get_mem 
73                 didn't fail (now, why this happens...)
74
75 2006-06-03 [colin]      2.2.0cvs76
76
77         * src/mbox.c
78                 Fix bug #962 (Manual and/or UI should 
79                 warn about incompatible locking 
80                 causing dataloss)
81
82 2006-06-02 [cleroy]     2.2.0cvs75
83
84         * src/filtering.c
85         * src/folder.c
86         * src/procmsg.c
87         * src/summaryview.c
88                 Fix a few leaks
89
90 2006-06-02 [colin]      2.2.0cvs74
91
92         * src/main.c
93                 On exit, free caches after writing them
94                 Shuts up some valgrind false positives
95         * src/procmsg.c
96         * src/send_message.c
97                 Fix races when reusing existing SMTP connections
98                 Fix inexistant session timeout
99         * src/toolbar.c
100                 Display alertpanel after all queues have
101                 been processed, not after each
102
103 2006-06-02 [wwp]        2.2.0cvs73
104
105         * manual/fr/glossary.xml
106         * manual/fr/ack.xml
107         * manual/ack.xml
108                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
109
110 2006-06-02 [wwp]        2.2.0cvs72
111
112         * manual/xml2pdf
113         * manual/dist/pdf/Makefile.am
114         * manual/dtd/manual.xsl
115         * manual/fr/dist/pdf/Makefile.am
116         * manual/pl/dist/pdf/Makefile.am
117                 we changed the procedure to generate the .pdf version of the manual.
118                 The procedure is more modern and the .pdf we get now has a valid index.
119                 Here are the new pre-requisites:
120
121                 - JRE 1.x (1.4 here): there must be one from your distro
122                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
123                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
124                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
125
126                 See my posts for further info about the installation of this toolchain:
127
128                 Date: Fri, 19 May 2006 19:40:06 +0200
129                 From: wwp <subscript@free.fr>
130                 To: sylpheed-claws-devel@lists.sourceforge.net
131                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
132
133                 and
134
135                 Date: Wed, 24 May 2006 12:58:49 +0200
136                 From: wwp <subscript@free.fr>
137                 To: sylpheed-claws-devel@lists.sourceforge.net
138                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
139
140 2006-06-01 [colin]      2.2.0cvs71
141
142         * src/compose.c
143                 Better guards against IMAP races
144         * src/main.c
145         * src/prefs_common.c
146         * src/prefs_common.h
147         * src/common/ssl_certificate.c
148         * src/etpan/imap-thread.c
149         * src/etpan/imap-thread.h
150         * src/gtk/sslcertwindow.c
151                 New hidden option ssl_skip_cert_check to 
152                 avoid dups of bug #959 (libetpan linked
153                 against gnutls and gnutls buggy on 64bit)
154                 Present expired warning only once per
155                 session/server.
156         * manual/advanced.xml
157         * manual/fr/advanced.xml
158                 Document new option
159
160 2006-06-01 [wwp]        2.2.0cvs70
161
162         * src/messageview.c
163                 fix for bug #961 (return receipt dialog 
164                 complains incorrectly about return-path 
165                 email adress being different), thanks 
166                 to Colin.
167
168 2006-05-31 [cleroy]     2.2.0cvs69
169
170         * src/common/ssl.c
171                 Guard against NULLs, although this
172                 should never be an issue
173
174 2006-05-31 [colin]      2.2.0cvs68
175
176         * src/filtering.c
177                 Use g_slist_prepend
178         * src/imap.c
179                 Don't remove caches when destroying folder, it
180                 could (should) be done at exit
181         * src/inc.c
182                 free processing cache after incorporation
183         * src/etpan/imap-thread.c
184                 Maybe fix bug #959 (Crash on moving to emails 
185                 to a imap account per ssl with a expired 
186                 certificate.)
187
188 2006-05-30 [colin]      2.2.0cvs67
189
190         * src/summaryview.c
191                 Put back event flush when displaying message
192                 It avoids reading a bunch of messages just
193                 by hitting shift-n for too long ;)
194
195 2006-05-29 [colin]      2.2.0cvs66
196
197         * src/summaryview.c
198                 Remove useless g_warnings
199
200 2006-05-29 [colin]      2.2.0cvs65
201
202         * src/imap.c
203                 Fix g_slist_append()s for performance
204
205 2006-05-29 [colin]      2.2.0cvs64
206
207         * src/compose.c
208         * src/common/utils.c
209                 Fix extraneous tab at start of addresses
210         * src/mainwindow.c
211                 Fix warnings (thanks to Fabien)
212                 Fix crash at exit when composing messages 
213                 exist
214         * src/pop.c
215                 Fix progress bar when deleting expired mails
216                 Thanks to Hiro
217         * src/summaryview.c
218         * src/gtk/gtksctree.c
219                 Fix re-sorting slowness
220
221 2006-05-29 [paul]       2.2.0cvs63
222
223         * src/mh.c
224                 fetch full message when moving mails
225                 from another mailbox, (fixed data loss
226                 when filtering from IMAP to MH, introduced
227                 in 2.2.0cvs57).
228                 Thanks to Colin
229
230 2006-05-29 [mones]      2.2.0cvs62
231
232         * src/gtk/gtksctree.c
233                 Unselect faster (patch by Colin)        
234
235 2006-05-26 [colin]      2.2.0cvs61
236
237         * src/summaryview.c
238                 Unplug MSGINFO_UPDATE callback on delete too.
239
240 2006-05-26 [colin]      2.2.0cvs60
241
242         * src/foldersel.c
243                 Fix bold in folder selection window with glib2.10
244                 thanks Hiro
245
246 2006-05-26 [colin]      2.2.0cvs59
247
248         * src/procheader.c
249                 Convert date only if necessary (and don't
250                 try to convert from utf8 to utf8, too)
251         * src/summaryview.c
252                 Only set column's text if the column's 
253                 displayed
254
255 2006-05-26 [colin]      2.2.0cvs58
256
257         * src/summaryview.c
258         * src/gtk/gtkutils.c
259                 Fix useless warning
260
261 2006-05-26 [colin]      2.2.0cvs57
262
263         * src/mainwindow.c
264                 Make summaryview selectable as long as 
265                 no message has focus
266         * src/mh.c
267                 Faster deletion (by implementing mh_remove_msgs)
268                 Faster copy (avoid using mh_fetch_msg just to get
269                 the filename)
270                 Faster move (using move_file instead of copy_file
271                 if MSG_IS_MOVE)
272                 No progressbar if total number of mails to cp/mv 
273                 is less than 100
274         * src/summaryview.c
275                 Fix removal from subject_table when mail gets moved
276                 Faster deletion (g_slist_prepend instead of append)
277         * src/gtk/gtksctree.c
278                 Remove useless code
279
280 2006-05-25 [colin]      2.2.0cvs56
281
282         * src/common/ssl_certificate.c
283                 Fix leak in expired cert check
284
285 2006-05-25 [colin]      2.2.0cvs55
286
287         * src/mh.c
288                 Disable flags syncing on .mh_sequences - it
289                 is buggy and marks mails read under unknown
290                 conditions.
291
292 2006-05-25 [paul]
293
294         * 2.3.0-rc4 released
295
296 2006-05-24 [colin]      2.2.0cvs54
297
298         attention cvs users: if you manage to crash
299         Sylpheed-Claws while moving, copying or deleting
300         mails, we *are* interested in stack traces and
301         valgrind logs. It looks stable, but one never
302         knows...
303
304         * src/folder.c
305                 Add progressbar for cache updates
306         * src/folderutils.c
307                 Optimize Mark all read in the current
308                 folder
309         * src/mh.c
310                 Add progressbar for copy/move
311         * src/procmsg.c
312                 Optimize O(n^2) in copy/move
313         * src/summaryview.c
314         * src/gtk/gtksctree.c
315                 Optimize O(n^2) algos
316         * src/common/timing.h
317                 Display ms instead of us
318
319 2006-05-24 [wwp]        2.2.0cvs53
320
321         * manual/fr/advanced.xml
322                 updates to the French manual.
323
324 2006-05-24 [wwp]        2.2.0cvs52
325
326         * src/common/utils.c
327                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
328
329 2006-05-24 [wwp]        2.2.0cvs51
330
331         * src/folderutils.c
332                 fixed "mark all read" in MH folders (thanks to Colin).
333
334 2006-05-24 [paul]       2.2.0cvs50
335
336         * doc/man/sylpheed-claws.1
337                 updated the man page
338
339 2006-05-23 [colin]      2.2.0cvs49
340
341         * src/folderview.c
342         * src/imap.c
343         * src/inc.c
344         * src/mbox.c
345         * src/messageview.c
346         * src/news.c
347         * src/send_message.c
348         * src/summaryview.c
349         * src/gtk/sslcertwindow.c
350                 alertpanel fixes, by Fabien
351
352 2006-05-23 [colin]      2.2.0cvs48
353
354         * src/folder.c
355         * src/folderview.c
356         * src/msgcache.c
357         * src/summaryview.c
358         * src/gtk/gtksctree.c
359         * src/gtk/gtksctree.h
360                 More timings
361                 Fix slow loading problem, which was caused by the
362                 use of some gtk_ctree funcs and their use of
363                 g_list_position while gtk_ctree_(un)link'ing.
364                 Reap more functions from gtkctree.c to be sure we
365                 use our (fast) version instead of theirs.
366         * src/mh.c
367                 Fix copy of unread mails
368
369
370 2006-05-22 [wwp]        2.2.0cvs47
371
372         * manual/fr/advanced.xml
373                 updated.
374
375 2006-05-22 [colin]      2.2.0cvs46
376
377         * src/filtering.c
378                 Fix possible infinite loop. 'copy' is not a 
379                 final action, so when encountering a 'copy',
380                 we have to check if a previous one was set
381                 and do it. In the same way, if we encounter
382                 a 'move' we have to perform a possibly 
383                 pending 'copy'. This will slow down filtering
384                 on IMAP if move+copy or multiple copy actions
385                 are to be done, but handling it via the batch
386                 would be really too convoluted.
387
388 2006-05-22 [wwp]        2.2.0cvs45
389
390         * manual/fr/advanced.xml
391         * manual/fr/faq.xml
392         * manual/fr/glossary.xml
393         * manual/fr/handling.xml
394         * manual/fr/intro.xml
395         * manual/fr/plugins.xml
396         * manual/fr/sylpheed-claws-manual.xml
397                 sync w/ the english manual: updates URIs, documented mailing-list
398                 support, better explanation about the enabled/disabled feature
399                 in filtering/processing rules by Paul.
400
401 2006-05-21 [colin]      2.2.0cvs44
402
403         * src/summaryview.c
404                 Don't expand after building threads, but during
405
406 2006-05-21 [colin]      2.2.0cvs43
407
408         * src/procmsg.c
409         * src/summaryview.c
410                 More timing possibilities... For next time I have 
411                 to find out how the hell some 3GHz computer takes
412                 one minute to open a 30k folder...
413
414 2006-05-21 [colin]      2.2.0cvs42
415
416         * manual/pl/advanced.xml
417         * manual/pl/faq.xml
418         * manual/pl/glossary.xml
419         * manual/pl/handling.xml
420         * manual/pl/intro.xml
421         * manual/pl/plugins.xml
422         * manual/pl/sylpheed-claws-manual.xml
423                 Polish manual updated by Pawel
424
425 2006-05-20 [colin]
426
427         * 2.3.0-rc3 released
428
429 2006-05-20 [colin]      2.2.0cvs41
430
431         * src/imap.c
432                 Fix -rc2 problems:
433                 - remove cache of moved messages from original folder
434                 - apply new flags to messages even if they aren't appliable
435                   via IMAP.
436
437 2006-05-20 [colin]
438
439         * 2.3.0-rc2 released
440
441 2006-05-19 [colin]      2.2.0cvs40
442
443         * src/imap.c
444                 Don't issue SELECT in imap_change_flags
445                 before having checked that we indeed have
446                 some flags to change. MSG_POSTFILTERED for
447                 example can't be used on IMAP.
448                 Fixes bug #955 (copying messages between 
449                 imap folders is extremely slow), which was
450                 a regression.
451
452 2006-05-19 [colin]      2.2.0cvs39
453
454         * src/folder.c
455         * src/folder.h
456         * src/folderview.c
457                 Try to fix bug #830 (Some unread messages 
458                 get marked read in IMAP inbox):
459                 - Prevent scanning a folder if it's being 
460                   opened via the GUI
461                 - Postpone opening via the GUI of a folder
462                   currently scanned.
463
464
465 2006-05-19 [wwp]        2.2.0cvs38
466
467         * manual/advanced.xml
468                 fix English+typo (thanks to Paul).
469
470 2006-05-19 [wwp]        2.2.0cvs37
471
472         * manual/advanced.xml
473         * manual/fr/advanced.xml
474         * src/gtk/logwindow.c
475         * src/prefs_common.c
476         * src/prefs_common.h
477                 added hidden prefs to allow customization of colors used in
478                 protocol log window (useful for dark gtk+ themes).
479
480 2006-05-19 [wwp]        2.2.0cvs36
481
482         * ChangeLog
483                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
484
485 2006-05-19 [paul]       2.2.0cvs35
486
487         * src/textview.c
488                 make Reply-To fully clickable
489         * src/gtk/logwindow.c
490                 more colouring (SMTP ESMTP)
491         Both patches by Pawel Pekala
492
493 2006-05-19 [cleroy]     2.2.0cvs34
494
495         * src/mh.c
496                 Don't update flags from current folder
497                 Probably fixes bug #935 (Read Messages 
498                 Revert to Being Marked as Unread)
499
500 2006-05-18 [colin]      2.2.0cvs33
501
502         * src/imap.c
503                 Warning fix
504         * src/compose.c
505         * src/mainwindow.c
506         * src/summaryview.c
507         * src/toolbar.c
508                 Allow replying to multiple emails
509                 in multiple windows
510         * src/mimeview.c
511         * src/etpan/imap-thread.c
512                 Leak fixes
513
514 2006-05-18 [paul]       2.2.0cvs32
515
516         * src/summaryview.c
517                 keep Mailing-List menu refreshed
518                 Thanks to Colin
519
520 2006-05-18 [paul]       2.2.0cvs31
521
522         * manual/advanced.xml
523         * manual/faq.xml
524         * manual/glossary.xml
525         * manual/handling.xml
526         * manual/intro.xml
527         * manual/plugins.xml
528         * manual/sylpheed-claws-manual.xml
529                 update URLs
530                 add info about mailing-list support
531                 edit filtering info
532         * src/wizard.c
533         * src/common/defs.h
534         * src/gtk/about.c
535         * src/plugins/dillo_viewer/README
536                 update URLs
537
538 2006-05-17 [wwp]        2.2.0cvs30
539
540         * manual/handling.xml
541         * manual/fr/handling.xml
542                 documented the ability to enabled/disable filtering/processing rules.
543
544 2006-05-17 [colin]      2.2.0cvs29
545
546         * src/main.c
547                 Don't initialize g_thread subsystem if it's 
548                 already done (thanks to Hiro)
549         * src/mimeview.c
550                 Fix saving of parts when there name can't be
551                 converted from UTF-8.
552
553 2006-05-17 [paul]       2.2.0cvs28
554
555         * po/Makefile.in.in
556                 fix config.status warning with autoconf 2.60
557
558 2006-05-17 [paul]       2.2.0cvs27
559
560         * po/POTFILES.in
561                 add src/mbox.c
562
563 2006-05-17 [wwp]        2.2.0cvs26
564
565         * src/mainwindow.c
566                 fix useless and potentially dangerous buffer walking (thanks to Colin).
567
568 2006-05-17 [wwp]        2.2.0cvs25
569
570         * src/plugins/demo/demo.c
571                 updated product name in plugin demo (many plugins need to be
572                 sync'ed w/ that change).
573
574 2006-05-17 [colin]      2.2.0cvs24
575
576         * src/mh.c
577                 Fix leak
578
579 2006-05-16 [colin]      2.2.0cvs23
580
581         * src/mainwindow.c
582                 Stupid me hit again. Fix cvs22.
583
584 2006-05-16 [colin]      2.2.0cvs22
585
586         * src/mainwindow.c
587                 Fix bug #922 (sylpheed-claws crashed after 
588                 pushing on Inbox folder)
589
590 2006-05-16 [colin]      2.2.0cvs21
591
592         * src/compose.c
593                 Make From header be copy/paste/select-able
594
595 2006-05-16 [wwp]        2.2.0cvs20
596
597         * src/export.c
598         * src/matcher.c
599         * src/summaryview.c
600         * src/etpan/imap-thread.c
601                 fix some compiler warnings (thanks to Colin).
602
603 2006-05-16 [wwp]        2.2.0cvs19
604
605         * src/action.c
606         * src/gedit-print.c
607         * src/inc.c
608         * src/mainwindow.c
609         * src/mh.c
610         * src/statusbar.c
611         * src/send_message.c
612         * src/summaryview.c
613                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
614
615 2006-05-15 [colin]      2.2.0cvs18
616
617         * src/procmsg.c
618                 Fix automatic rule creation with List-Post
619
620 2006-05-15 [paul]       2.2.0cvs17
621
622         * tools/filter_conv_new.pl
623                 updated for rule enabling/disabling
624                 claws version >= 2.3.x required
625
626 2006-05-15 [cleroy]     2.2.0cvs16
627
628         * src/main.c
629                 Revert test
630
631 2006-05-15 [cleroy]     2.2.0cvs15
632
633         * src/main.c
634                 test
635
636 2006-05-15 [wwp]        2.2.0cvs14
637
638         * manual/pl/.cvsignore
639                 ignore generated files.
640
641 2006-05-14 [wwp]        2.3.0-rc1
642
643         * 2.3.0-rc1 released
644
645 2006-05-13 [wwp]        2.2.0cvs13
646
647         * src/filtering.c
648         * src/filtering.h
649         * src/matcher.c
650         * src/matcher_parser_lex.l
651         * src/matcher_parser_parse.y
652         * src/prefs_filtering.c
653                 new feature: provide the ability to disable filtering and processing
654                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
655                 adaptations.
656
657 2006-05-13 [colin]      2.2.0cvs12
658
659         * src/compose.c
660                 Remove useless if (a) b; else b;
661                 Thanks to wwp
662
663 2006-05-13 [wwp]        2.2.0cvs11
664
665         * src/export.c
666         * src/import.c
667         * src/mainwindow.c
668         * src/mbox.c
669         * src/summaryview.c
670         * src/summaryview.h
671                 no more silent failures (or at least less ones) when importing
672                 or exporting from/to mbox. Also start importing/exporting if
673                 the necessary info is set.
674
675 2006-05-13 [wwp]        2.2.0cvs10
676
677         * RELEASE_NOTES
678                 restored up-to-date release notes.
679
680 2006-05-13 [paul]       2.2.0cvs9
681
682         * po/nl.po
683         * po/ru.po
684                 updated by Tim Dijkstra and Pavlo Bohmat
685
686 2006-05-12 [colin]      2.2.0cvs8
687
688         * src/gtk/quicksearch.c
689                 Add "k" as shortcut for "colorlabel". Patch
690                 by ath42@users.sf.net.
691
692 2006-05-12 [paul]       2.2.0cvs7
693
694         * src/prefs_common.h
695         * src/prefs_summaries.c
696         * src/summaryview.c
697                 when entering a folder also allow
698                 going directly to first Marked message
699
700 2006-05-12 [paul]       2.2.0cvs6
701
702         * src/summaryview.c
703                 always obey 'confirm before marking all
704                 mails read' option
705
706 2006-05-12 [paul]       2.2.0cvs5
707
708         * src/textview.c
709                 make Sender fully clickable
710
711 2006-05-12 [colin]      2.2.0cvs4
712
713         * src/compose.c
714         * src/compose.h
715                 Let From be editable
716         * src/main.c
717         * src/mh.c
718                 Full support of .mh_sequences' Unseen seq
719
720 2006-05-12 [colin]      2.2.0cvs3
721
722         * src/folder.c
723         * src/mainwindow.c
724         * src/mainwindow.h
725         * src/messageview.c
726         * src/prefs_spelling.c
727         * src/procheader.c
728         * src/procmsg.c
729         * src/procmsg.h
730         * src/summaryview.c
731         * src/toolbar.c
732         * src/toolbar.h
733                 Add contextual menu on Compose toolbar
734                 button. Fixes bug #944 (Automatic
735                 addresses not applied when changing account
736                 from compose window)
737                 add Mailing List support
738                 based on the old 0.6.5claws25 patch by
739                 Melvin Hadasht, with finishing touches
740                 by Colin
741                 Fix "ignore thread" when mails are threaded by
742                 subject (and weren't ignored although appearing
743                 in the thread).
744                 GUI rework.
745                 Both patches by Pawel.
746
747 2006-05-08 [paul]       2.2.0cvs2
748
749         * src/mainwindow.c
750         * src/mainwindow.h
751         * src/messageview.c
752         * src/procheader.c
753         * src/procmsg.c
754         * src/procmsg.h
755         * src/summaryview.c
756                 add Mailing List support
757                 based on the old 0.6.5claws25 patch by 
758                 Melvin Hadasht, with finishing touches
759                 by Colin
760
761 2006-05-08 [colin]      2.2.0cvs1
762
763         * src/mainwindow.c
764         * src/toolbar.c
765         * src/toolbar.h
766                 Add contextual menu on Compose toolbar 
767                 button. Fixes bug #944 (Automatic 
768                 addresses not applied when changing account 
769                 from compose window)
770
771 2006-05-08 [paul]       2.2.0
772
773         2.2.0 released
774
775 2006-05-08 [paul]       2.1.1cvs51
776
777         * po/cs.po
778         * po/de.po
779         * po/en_GB.po
780         * po/fi.po
781         * po/fr.po
782         * po/pt_BR.po
783         * po/sr.po
784         * po/zh_CN.po
785                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
786                 Fabien Vantard, Frederico Goncalves Guimaraes,
787                 Aleksandar Urosevic, and Ralgh Young
788
789 2006-05-12 [colin]      2.1.1cvs50
790
791         * po/cs.po
792         * po/de.po
793         * po/en_GB.po
794         * po/es.po
795         * po/fi.po
796         * po/fr.po
797         * po/pt_BR.po
798         * po/sr.po
799         * po/zh_CN.po
800                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
801                 Fabien Vantard, Frederico Goncalves Guimaraes,
802                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
803
804 2006-05-05 [colin]      2.1.1cvs49
805
806         * manual/Makefile.am
807         * manual/pl/Makefile.am
808         * manual/pl/account.xml
809         * manual/pl/ack.xml
810         * manual/pl/addrbook.xml
811         * manual/pl/advanced.xml
812         * manual/pl/faq.xml
813         * manual/pl/glossary.xml
814         * manual/pl/gpl.xml
815         * manual/pl/handling.xml
816         * manual/pl/intro.xml
817         * manual/pl/keyboard.xml
818         * manual/pl/plugins.xml
819         * manual/pl/starting.xml
820         * manual/pl/sylpheed-claws-manual.xml
821         * manual/pl/dist/.cvsignore
822         * manual/pl/dist/Makefile.am
823         * manual/pl/dist/html/.cvsignore
824         * manual/pl/dist/html/Makefile.am
825         * manual/pl/dist/pdf/.cvsignore
826         * manual/pl/dist/pdf/Makefile.am
827         * manual/pl/dist/ps/.cvsignore
828         * manual/pl/dist/ps/Makefile.am
829         * manual/pl/dist/txt/.cvsignore
830         * manual/pl/dist/txt/Makefile.am
831                 Add the polish translation of the manual,
832                 Authored by Pawel Pekala.
833
834 2006-05-05 [cleroy]     2.1.1cvs48
835
836         * src/main.c
837                 Re-read matcherrc after loading plugins 
838                 if some of them add folders.
839
840 2006-05-03 [colin]      2.1.1cvs47
841
842         * src/imap.c
843                 I'm idiot
844
845 2006-05-03 [colin]      2.1.1cvs46
846
847         * src/imap.c
848                 Be sure to have a session when
849                 getting separator
850
851 2006-05-03 [colin]      2.1.1cvs45
852
853         * src/imap.c
854         * src/imap.h
855         * src/imap_gtk.c
856                 Fix preventing renaming with namespace 
857                 separator.
858
859 2006-05-01 [colin]      2.1.1cvs44
860
861         * src/action.c
862                 Don't reload messageview when result of
863                 action is piped.
864
865 2006-04-29 [colin]      2.1.1cvs43
866
867         * src/prefs_receive.c
868         * src/plugins/spamassassin/spamassassin_gtk.c
869         * src/plugins/clamav/clamav_plugin_gtk.c
870                 GUI fixes by Pawel
871
872 2006-04-29 [colin]      2.1.1cvs42
873
874         * src/prefs_compose_writing.c
875         * src/prefs_quote.c
876                 Cleanups. Patch by Pawel
877
878 2006-04-28 [paul]       2.1.1cvs41
879
880         * src/matcher.c
881                 fix returned quick search results when search
882                 term contains an underscore.
883                 Thanks to Colin
884
885 2006-04-28 [paul]       2.1.1cvs40
886
887         * src/prefs_message.c
888         * src/prefs_receive.c
889                 GUI cleanups
890                 Patches by Pawel Pekala
891
892 2006-04-27 [colin]      2.1.1cvs39
893
894         * src/wizard.c
895                 Differentiate subject Welcome from
896                 window's title Welcome
897
898 2006-04-27 [paul]
899
900         2.2.0-rc1 released
901
902 2006-04-27 [paul]       2.1.1cvs38
903
904         * manual/advanced.xml
905         * manual/fr/advanced.xml
906                 add info about compose_no_markup hidden pref
907
908 2006-04-27 [paul]       2.1.1cvs37
909
910         * src/prefs_account.c
911                 improve privacy labels
912         * src/prefs_msg_colors.c
913                 change some strings for translators' convenience
914         * src/gtk/gtkutils.c
915                 don't underline the link button text
916
917 2006-04-25 [colin]      2.1.1cvs36
918
919         * src/folder.c
920                 Complete 2.1.1cvs33 (once more ;)
921
922 2006-04-25 [colin]      2.1.1cvs35
923
924         * src/editldap.c
925                 Fix tooltip
926
927 2006-04-25 [cleroy]     2.1.1cvs34
928
929         * src/compose.c
930         * src/gtk/gtkaspell.c
931                 Fix crash on redirect (related to the return 
932                 of the aspell menu in compose's toolbar)
933         * src/prefs_msg_colors.c
934                 Fix sensitivity widgets
935         * src/image_viewer.c
936         * src/gtk/pluginwindow.c
937         * src/gtk/prefswindow.c
938                 Change released signals to clicked (Fabien)
939         * po/POTFILES.in
940         * src/common/socket.c
941         * src/plugins/spamassassin/spamassassin.c
942                 Translate strings (Fabien)
943
944 2006-04-25 [paul]       2.1.1cvs33
945
946         * src/folder.c
947         * src/folder.h
948         * src/folderview.c
949                 complete the fix of bug #912
950                 Thanks to Colin
951
952 2006-04-25 [colin]      2.1.1cvs32
953
954         * src/news.c
955                 Better progress bar
956         * src/mimeview.c
957         * src/summaryview.c
958         * src/summaryview.h
959                 Fix focus chain
960                 Patches by Pawel Pekala
961
962 2006-04-24 [colin]      2.1.1cvs31
963
964         * src/compose.c
965                 Fix compilation warnings (Fabien)
966
967 2006-04-24 [colin]      2.1.1cvs30
968
969         * src/addrindex.c
970         * src/editldap.c
971         * src/editldap_basedn.c
972         * src/editldap_basedn.h
973         * src/ldapctrl.c
974         * src/ldapctrl.h
975         * src/ldapquery.c
976         * src/ldaputil.c
977         * src/ldaputil.h
978                 Fix bug #901 (LDAPS support)
979
980 2006-04-24 [colin]      2.1.1cvs29
981
982         * src/compose.c
983                 Fix logic on error with send dialog on
984         * src/imap.c
985                 Fix compilation without libetpan, thanks
986                 to Fabien
987         * src/summaryview.c
988                 Fix 'context-menu' key
989
990 2006-04-23 [colin]      2.1.1cvs28
991
992         * src/folder.c
993                 Never free current's cache to free up 
994                 memory. Fixes bug #912 (new count 
995                 randomly set to message count)
996
997 2006-04-23 [colin]      2.1.1cvs27
998
999         * src/gtk/quicksearch.c
1000                 And remove printf...
1001
1002 2006-04-23 [colin]      2.1.1cvs26
1003
1004         * src/gtk/quicksearch.c
1005                 Fix replacing in quicksearch, and fix inserting
1006                 in the middle of the string. (introduced at 2.1.0cvs22)
1007
1008 2006-04-23 [colin]      2.1.1cvs25
1009
1010         * src/imap.c
1011                 Make sure uidnext is initialized in get_num_list
1012                 (not for stable, related to 2.1.1cvs8 and friends)
1013
1014 2006-04-23 [colin]      2.1.1cvs24
1015
1016         * src/imap.c
1017                 Output something when login is successful
1018                 too
1019
1020 2006-04-23 [colin]      2.1.1cvs23
1021
1022         * src/etpan/imap-thread.c
1023                 Better logging (line-per-line, hide data in fetch)
1024                 Fix a const warning
1025         * src/gtk/logwindow.c
1026         * src/gtk/logwindow.h
1027                 Better logging (color for input/output)
1028
1029 2006-04-21 [colin]      2.1.1cvs22
1030
1031         * src/gtk/quicksearch.c
1032                 On gtk+-2.8, use stock buttons in quicksearch
1033                 Based on a patch by Fabien and a design by Paul
1034
1035 2006-04-21 [colin]      2.1.1cvs21
1036
1037         * src/folderview.c
1038         * src/mainwindow.c
1039                 Fix occasional flicker in folderview
1040         * src/common/utils.c
1041                 Fix bug #943 (Incorrectly parsed email address 
1042                 list in short headers on message view and in 
1043                 printouts)
1044
1045 2006-04-20 [colin]      2.1.1cvs20
1046
1047         * src/imap.c
1048         * src/imap.h
1049         * src/prefs_account.c
1050                 Add ANONYMOUS auth for IMAP
1051
1052 2006-04-20 [paul]       2.1.1cvs19
1053
1054         * src/main.c
1055                 proper fix for 2.1.1cvs18
1056                 Thanks to Colin
1057
1058 2006-04-20 [paul]       2.1.1cvs18
1059
1060         * src/main.c
1061                 fix build warnings
1062
1063 2006-04-20 [paul]       2.1.1cvs17
1064
1065         * src/gtk/quicksearch.c
1066                 fix standard, non-extended Quick search,
1067                 was broken in 2.1.1cvs15.
1068                 Thanks to Colin.
1069
1070 2006-04-20 [colin]      2.1.1cvs16
1071
1072         * src/prefs_matcher.c
1073                 Fix values when reselecting a ~test
1074                 rule
1075
1076 2006-04-19 [colin]      2.1.1cvs15
1077
1078         * src/compose.c
1079         * src/compose.h
1080         * src/gtk/gtkaspell.c
1081         * src/gtk/gtkaspell.h
1082                 Put back Options menu in Spelling/
1083         * src/gtk/quicksearch.c
1084                 Don't search, and show error, if the
1085                 advanced search has a syntax error
1086
1087 2006-04-18 [colin]      2.1.1cvs14
1088
1089         * src/textview.c
1090                 Fix gdk warnings on set_cursor when textview
1091                 isn't visible
1092
1093 2006-04-18 [colin]      2.1.1cvs13
1094
1095         * src/gtk/gtksctree.c
1096                 Remove seemingly useless refresh that causes
1097                 flicker - watch this commit in case of 
1098                 problems before planned backport to stable
1099
1100 2006-04-18 [colin]      2.1.1cvs12
1101
1102         * src/imap.c
1103                 Factorize get/set_xml code
1104         * src/compose.c
1105         * src/prefs_account.c
1106         * src/prefs_account.h
1107         * src/procmsg.c
1108                 Add Encrypt to self option
1109
1110 2006-04-17 [colin]      2.1.1cvs11
1111
1112         * configure.ac
1113                 Fix search on encrpyt function on dragonfly
1114                 Patch by Jonathan Buschmann <jonthn@agmact.com>
1115
1116 2006-04-17 [colin]      2.1.1cvs10
1117
1118         * src/prefs_account.c
1119                 Be safe by default: remove mails from POP3
1120                 after 7 days, not immediately
1121
1122 2006-04-17 [colin]      2.1.1cvs9
1123
1124         * src/etpan/imap-thread.c
1125                 Fix build on DragonFly - patch by 
1126                 Jonathan Buschmann <jonthn@agmact.com>
1127
1128 2006-04-17 [colin]      2.1.1cvs8
1129
1130         * src/imap.c
1131                 Save uidnext between sessions
1132
1133 2006-04-17 [colin]      2.1.1cvs7
1134
1135         * src/imap.c
1136                 scan is required when uid validity changes
1137
1138 2006-04-17 [colin]      2.1.1cvs6
1139
1140         * src/folderview.c
1141                 Don't scan if not necessary, apart in current
1142                 folder and INBOX to fetch flags.
1143         * src/imap.c
1144                 Scan is necessary if unread count changes
1145
1146 2006-04-17 [colin]      2.1.1cvs5
1147
1148         * src/imap.c
1149                 ...But always fetch ANSWERED and DELETED flags for
1150                 INBOX, as filtering can happen on these flags.
1151
1152 2006-04-17 [colin]      2.1.1cvs4
1153
1154         * src/imap.c
1155                 Don't fetch REPLIED and DELETED flags when synchronising
1156                 flags with a closed folder. We only need UNSEEN and FLAGGED
1157                 to update the folderview.
1158
1159 2006-04-17 [colin]      2.1.1cvs3
1160
1161         * src/imap.c
1162                 Faster flag search when there are new mails 
1163                 in a folder. We can do a full search if the 
1164                 folder contains less messages than the new
1165                 list.
1166
1167 2006-04-17 [colin]      2.1.1cvs2
1168
1169         * po/cs.po
1170         * po/de.po
1171         * po/fr.po
1172         * po/nl.po
1173         * po/pt_BR.po
1174                 Update translations from stable branch
1175
1176 2006-04-17 [colin]      2.1.1cvs1
1177
1178         * configure.ac
1179                 Bump version to follow stable release
1180
1181 2006-04-16 [mones]      2.1.0cvs50
1182
1183         * po/es.po
1184                 Updated for release
1185
1186 2006-04-16 [colin]      2.1.0cvs49
1187
1188         * src/textview.c
1189                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
1190                 with gtk < 2.8. Thanks to Fabien Vantard.
1191
1192 2006-04-15 [colin]      2.1.0cvs48
1193
1194         * src/etpan/imap-thread.c
1195                 Fix bug #919 (libetpan: SEGV when connecting 
1196                 using command)
1197
1198 2006-04-14 [colin]      2.1.0cvs47
1199
1200         * src/main.c
1201                 Fix race on --select (should be done better)
1202
1203 2006-04-14 [wwp]        2.1.0cvs46
1204
1205         * src/send_message.c
1206                 enforce a check for domain in account prefs (a sending
1207                 error could be faced if domain was checked but no value set),
1208                 thanks to Colin.
1209
1210 2006-04-14 [colin]      2.1.0cvs45
1211
1212         * src/codeconv.c
1213                 when converting from unknown to unknown, if the
1214                 string is UTF8, don't convert it to the locale
1215                 (which breaks it)
1216
1217 2006-04-14 [colin]      2.1.0cvs44
1218
1219         * src/compose.c
1220                 Don't try to use ASCII for converting headers
1221                 (as done in body)
1222
1223 2006-04-14 [paul]       2.1.0cvs43
1224
1225         * src/crash.c
1226                 add locale/charset info to crash report
1227         * src/gtk/about.c
1228                 add wwp to doc team
1229                 replace 'e-mail' with preferred 'email'
1230         * src/gtk/authors.h
1231                 ensure contributors list is in alphabetical
1232                 order
1233
1234 2006-04-13 [colin]      2.1.0cvs42
1235
1236         * src/textview.c
1237                 Prevent gdk warnings
1238
1239 2006-04-13 [colin]      2.1.0cvs41
1240
1241         * src/common/ssl_certificate.c
1242         * src/common/ssl_certificate.h
1243         * src/gtk/sslcertwindow.c
1244                 Warn on expired certs, and display the expiration date
1245
1246 2006-04-13 [colin]      2.1.0cvs40
1247
1248         * src/plugins/spamassassin/spamassassin_gtk.c
1249                 Fix missing set_text on unix socket
1250
1251 2006-04-13 [wwp]        2.1.0cvs39
1252
1253         * manual/fr/advanced.xml
1254         * manual/fr/glossary.xml
1255                 applied new spam/ham/email lexicon (pourriel, courriel)
1256
1257 2006-04-13 [paul]       2.1.0cvs38
1258
1259         * src/plugins/pgpmime/plugin.c
1260                 remove the mention of S/MIME from the
1261                 description. This is now handled by the
1262                 S/MIME plugin.
1263
1264 2006-04-13 [paul]       2.1.0cvs37
1265
1266         * src/prefs_msg_colors.c
1267                 rework dialog
1268         * src/prefs_folder_item.c
1269         * src/prefs_spelling.c
1270                 add a tooltip to the colour selector buttons
1271
1272 2006-04-13 [wwp]        2.1.0cvs36
1273
1274         * manual/advanced.xml
1275         * manual/glossary.xml
1276         * manual/handling.xml
1277         * manual/keyboard.xml
1278         * manual/plugins.xml
1279         * manual/starting.xml
1280         * manual/fr/account.xml
1281         * manual/fr/ack.xml
1282         * manual/fr/addrbook.xml
1283         * manual/fr/advanced.xml
1284         * manual/fr/faq.xml
1285         * manual/fr/glossary.xml
1286         * manual/fr/gpl.xml
1287         * manual/fr/handling.xml
1288         * manual/fr/intro.xml
1289         * manual/fr/keyboard.xml
1290         * manual/fr/plugins.xml
1291         * manual/fr/starting.xml
1292         * manual/fr/sylpheed-claws-manual.xml
1293                 fixes to the manuals:
1294                  - summaryview -> Message List (same in French)
1295                  - translate key names
1296                  - fix French punctuation, use non-breakable spaces when
1297                    necessary, don't use &thinsp; which is not portable
1298                  - tell what maildir and mbox formats we support
1299
1300 2006-04-12 [wwp]        2.1.0cvs35
1301
1302         * src/prefs_toolbar.c
1303                 unified a replace button more,
1304                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1305
1306 2006-04-12 [wwp]        2.1.0cvs34
1307
1308         * src/prefs_common.c
1309         * src/prefs_msg_colors.c
1310                 make default color labels translatable,
1311                 patch from Fabien Vantard <fzzzzz@gmail.com>,
1312                 thanks to Tim <timbrain@post.cz> for reporting.
1313
1314 2006-04-12 [wwp]        2.1.0cvs33
1315
1316         * manual/glossary.xml
1317         * manual/intro.xml
1318         * manual/plugins.xml
1319         * manual/starting.xml
1320         * manual/sylpheed-claws-manual.xml
1321         * manual/fr/.cvsignore
1322         * manual/fr/account.xml
1323         * manual/fr/ack.xml
1324         * manual/fr/addrbook.xml
1325         * manual/fr/advanced.xml
1326         * manual/fr/faq.xml
1327         * manual/fr/glossary.xml
1328         * manual/fr/handling.xml
1329         * manual/fr/intro.xml
1330         * manual/fr/keyboard.xml
1331         * manual/fr/plugins.xml
1332         * manual/fr/starting.xml
1333         * manual/fr/sylpheed-claws-manual.xml
1334                 various fixes: typos, missing .fr translations, punctuation,
1335                 capitalization, links, accents and some bad French more.
1336
1337 2006-04-12 [wwp]        2.1.0cvs32
1338
1339         * src/prefs_gtk.c
1340                 fix for bug #935: always store prefs files in UTF-8 (thanks
1341                 to Colin).
1342
1343 2006-04-11 [colin]      2.1.0cvs31
1344
1345         * src/compose.c
1346                 Fix inserting files not in utf8 when locale is utf8
1347
1348 2006-04-11 [colin]      2.1.0cvs30
1349
1350         * src/inc.c
1351                 Don't show error dialog when cancelling connection
1352                 Patch by Pawel
1353
1354 2006-04-11 [cleroy]     2.1.0cvs29
1355
1356         * src/compose.c
1357                 Implement multiple quote levels
1358         * src/prefs_common.c
1359                 Change a little bit the quote bgcolor for 2nd level
1360
1361 2006-04-11 [colin]      2.1.0cvs28
1362
1363         * src/gtk/about.c
1364                 Add locale and charset in the label
1365
1366 2006-04-10 [colin]      2.1.0cvs27
1367
1368         * src/compose.c
1369         * src/prefs_common.c
1370         * src/prefs_common.h
1371         * src/prefs_msg_colors.c
1372         * src/textview.c
1373                 Allow optional background color in quotes
1374                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
1375                 GTK+-2.8.x feature
1376
1377 2006-04-10 [colin]      2.1.0cvs26
1378
1379         * src/main.c
1380         * src/mainwindow.c
1381         * src/mainwindow.h
1382                 Implement --select
1383
1384 2006-04-10 [colin]      2.1.0cvs25
1385
1386         * manual/plugins.xml
1387         * manual/fr/plugins.xml
1388                 Document libcurl's proxy variables
1389
1390 2006-04-09 [colin]      2.1.0cvs24
1391
1392         * src/prefs_common.c
1393                 gettext() returns statically allocated stuff. We have
1394                 to strdup it in order to be able to free it.
1395
1396 2006-04-09 [colin]      2.1.0cvs23
1397
1398         * AUTHORS
1399         * src/gtk/authors.h
1400                 Add Alexei
1401
1402 2006-04-09 [colin]      2.1.0cvs22
1403
1404         * src/mainwindow.c
1405         * src/gtk/quicksearch.c
1406                 Fix bug #859 (problems with cyrilic input in 
1407                 search panel) - Patch by Alexey Illarionov 
1408                 <littlesavage@rambler.ru>
1409
1410 2006-04-09 [colin]      2.1.0cvs21
1411
1412         * src/prefs_customheader.c
1413                 I prefer removing then freeing rather than the contrary
1414                 (even if it doesn't change anything ;-)
1415         * src/prefs_account.c
1416                 Fix bug #933 (Crash re-entering the custom headers list 
1417                 dialog in accounts prefs)
1418                 The problem happened when cancelling the Account 
1419                 Preferences' dialogs - in which case we didn't do 
1420                 anything to the PrefsAccount * struct. In case of applying,
1421                 the old ac_prefs was replaced with the tmp_ac_prefs we were
1422                 working with in this dialog. The problem is that 
1423                 prefs_customheader.c, working on this tmp_ac_prefs, always
1424                 changes the ->customhdr_list pointer, even when cancelled. 
1425                 So in case of cancelling the prefs_account dialog, we still
1426                 have to update ->customhdr_list in the real account.
1427
1428 2006-04-08 [colin]      2.1.0cvs20
1429
1430         * manual/fr/glossary.xml
1431         * manual/fr/keyboard.xml
1432                 Forgot some headers :)
1433
1434 2006-04-08 [colin]      2.1.0cvs19
1435
1436         * manual/Makefile.am
1437         * manual/fr/Makefile.am
1438         * manual/fr/account.xml
1439         * manual/fr/ack.xml
1440         * manual/fr/addrbook.xml
1441         * manual/fr/advanced.xml
1442         * manual/fr/faq.xml
1443         * manual/fr/glossary.xml
1444         * manual/fr/gpl.xml
1445         * manual/fr/handling.xml
1446         * manual/fr/intro.xml
1447         * manual/fr/keyboard.xml
1448         * manual/fr/plugins.xml
1449         * manual/fr/starting.xml
1450         * manual/fr/sylpheed-claws-manual.xml
1451         * manual/fr/dist/.cvsignore
1452         * manual/fr/dist/Makefile.am
1453         * manual/fr/dist/html/.cvsignore
1454         * manual/fr/dist/html/Makefile.am
1455         * manual/fr/dist/pdf/.cvsignore
1456         * manual/fr/dist/pdf/Makefile.am
1457         * manual/fr/dist/ps/.cvsignore
1458         * manual/fr/dist/ps/Makefile.am
1459         * manual/fr/dist/txt/.cvsignore
1460         * manual/fr/dist/txt/Makefile.am
1461                 Add the french translation of the manual. Thanks to
1462                 Olivier Delhomme <olivier.delhomme@free.fr> for 
1463                 account.xml, ack.xml, addrbook.xml and advanced.xml
1464
1465 2006-04-08 [colin]      2.1.0cvs18
1466
1467         * manual/plugins.xml
1468         * manual/starting.xml
1469                 More fixes
1470
1471 2006-04-07 [colin]      2.1.0cvs17
1472
1473         * manual/faq.xml
1474         * manual/intro.xml
1475         * manual/keyboard.xml
1476                 Little fixes
1477
1478 2006-04-07 [colin]      2.1.0cvs16
1479
1480         * README
1481         * src/compose.c
1482         * src/prefs_common.c
1483         * src/prefs_common.h
1484                 Add hidden compose_no_markup pref
1485
1486 2006-04-07 [wwp]        2.1.0cvs15
1487
1488         * src/summary_search.c
1489         * .cvsignore
1490                 Bugfix: stop button was sticky when searching in an empty folder.
1491                 Applied curly brackets code style to the whole file (summary_search.c).
1492                 More files to ignore.
1493
1494 2006-04-07 [wwp]        2.1.0cvs14
1495
1496         * src/message_search.c
1497         * src/summary_search.c
1498                 changed default button when search bumps at file/folder
1499                 beginning or end, for convenience (thanks to Colin).
1500
1501 2006-04-07 [paul]       2.1.0cvs13
1502
1503         * src/plugins/dillo_viewer/dillo_prefs.c
1504                 avoid future potential for namespace collision
1505                 Patch by Colin
1506
1507 2006-04-06 [wwp]        2.1.0cvs12
1508
1509         * src/summary_search.c
1510                 Unify extended/advanced searches names (and thus factorize labels),
1511                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1512
1513 2006-04-06 [wwp]        2.1.0cvs11
1514
1515         * src/folderview.c
1516         * src/prefs_themes.c
1517         * src/summaryview.c
1518                 Fixed some compilation warnings.
1519
1520 2006-04-06 [colin]      2.1.0cvs10
1521
1522         * manual/advanced.xml
1523                 Document the wizard template and how to deploy
1524                 Sylpheed-Claws effectively
1525
1526 2006-04-06 [colin]      2.1.0cvs9
1527
1528         * src/folderview.c
1529                 gettext patch to tell translators about _("#"),
1530                 by Maxim Britov
1531
1532 2006-04-06 [colin]      2.1.0cvs8
1533
1534         * src/textview.c
1535                 Fix invalid GtkTextBIter after clicking "Display as text"
1536
1537 2006-04-06 [mones]      2.1.0cvs7
1538
1539         * src/addr_compl.c
1540         * src/addrindex.c
1541         * src/addritem.c
1542         * src/codeconv.c
1543         * src/compose.c
1544         * src/filtering.c
1545         * src/folder.c
1546         * src/folder_item_prefs.c
1547         * src/folderview.c
1548         * src/localfolder.c
1549         * src/matcher.c
1550         * src/mimeview.c
1551         * src/prefs_msg_colors.c
1552         * src/prefs_spelling.c
1553         * src/prefs_themes.c
1554         * src/procmime.c
1555         * src/procmsg.c
1556         * src/stock_pixmap.c
1557         * src/summaryview.c
1558         * src/textview.c
1559         * src/toolbar.c
1560         * src/common/mgutils.c
1561         * src/common/prefs.c
1562         * src/common/ssl_certificate.c
1563         * src/gtk/colorlabel.c
1564         * src/gtk/quicksearch.c
1565         * src/plugins/pgpmime/pgpmime.c
1566         * src/plugins/spamassassin/spamassassin.c
1567                 Removed redundant NULL checks for g_free() calls.
1568                 Patch by Pawel Pekala.
1569
1570 2006-04-06 [mones]      2.1.0cvs6
1571
1572         * src/prefs_actions.c
1573         * src/prefs_filtering.c
1574         * src/prefs_filtering_action.c
1575         * src/prefs_matcher.c
1576         * src/prefs_template.c
1577         * src/gtk/gtkutils.c
1578         * src/gtk/gtkutils.h
1579                 Have a nice replace button. Patch by Pawel Pekala
1580
1581 2006-04-06 [colin]      2.1.0cvs5
1582
1583         * src/addressbook.c
1584                 Fix crash with empty columns
1585
1586 2006-04-05 [colin]      2.1.0cvs4
1587
1588         * src/wizard.c
1589         * src/prefs_gtk.c
1590                 Allow wizard customization with pre-filled values
1591
1592 2006-04-05 [colin]      2.1.0cvs3
1593
1594         * src/textview.c
1595         * src/mimeview.c
1596         * src/mimeview.h
1597                 Nicer messages in mimeview
1598
1599 2006-04-05 [colin]      2.1.0cvs2
1600
1601         * src/addressbook.c
1602         * src/prefs_summaries.c
1603                 i18n fix
1604
1605 2006-04-05 [colin]      2.1.0cvs1
1606
1607         * src/plugins/pgpcore/plugin.c
1608         * src/plugins/pgpcore/select-keys.c
1609         * src/plugins/pgpcore/select-keys.h
1610         * src/plugins/pgpcore/sgpgme.c
1611         * src/plugins/pgpcore/sgpgme.h
1612         * src/plugins/pgpinline/pgpinline.c
1613         * src/plugins/pgpinline/plugin.c
1614         * src/plugins/pgpmime/pgpmime.c
1615         * src/plugins/pgpmime/plugin.c
1616                 Factorize and generalize a bit 
1617                 Drop S/MIME signature verification from PGP/MIME
1618                 (adding it as another, more complete plugin)
1619
1620 2006-04-05 [paul]       2.1.0
1621
1622         2.1.0 released
1623
1624 2006-04-05 [paul]       2.0.0cvs186
1625
1626         * manual/advanced.xml
1627                 add info on colour labels
1628
1629 2006-04-05 [paul]       2.0.0cvs185
1630
1631         * po/bg.po
1632         * po/cs.po
1633         * po/de.po
1634         * po/el.po
1635         * po/en_GB.po
1636         * po/fi.po
1637         * po/fr.po
1638         * po/it.po
1639         * po/nl.po
1640         * po/pl.po
1641         * po/pt_BR.po
1642         * po/sr.po
1643         * po/zh_CN.po
1644                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
1645                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
1646                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
1647                 Guimaraes, Aleksandar Urosevic, Ralgh Young
1648         * src/gtk/authors.h
1649         * tools/claws.i18n.status.pl
1650                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
1651                 and new Czech translator, Tim <timbrain@post.cz>
1652
1653 2006-04-05 [mones]      2.0.0cvs184
1654
1655         * po/es.po
1656                 Updated translation
1657
1658 2006-04-05 [colin]      2.0.0cvs183
1659
1660         * src/gtk/quicksearch.c
1661                 Fix bug #929 (unnecessary reload in quick search bar)
1662
1663 2006-04-05 [colin]      2.0.0cvs182
1664
1665         * src/compose.c
1666                 Fix crash on Reply with no From:
1667                 Show signature and conversion error on queuing 
1668                 (but not sending)
1669         * src/mainwindow.c
1670         * src/summaryview.c
1671         * src/summaryview.h
1672                 Factorize threading code and make sure msginfo 
1673                 is not null when it comes from a GtkCTreeRow's 
1674                 data
1675         * src/gtk/gtkaspell.c
1676                 Check for necessary things
1677         * src/gtk/gtksctree.c
1678         * src/gtk/gtksctree.h
1679                 Reset anchor if necessary when removing node
1680
1681 2006-03-29 [colin]      2.0.0cvs181
1682
1683         * src/folderview.c
1684                 Warn for disabled IMAP accounts (due to lack of
1685                 libetpan). Breaks string-freeze - sorry - but it
1686                 is kind of important ;)
1687
1688 2006-03-28 [colin]      2.0.0cvs180
1689
1690         * src/gtk/gtkutils.c
1691         * src/gtk/gtkutils.h
1692                 Add a gtkut_get_link_btn() function that
1693                 creates a button which acts like an URI
1694         * src/prefs_themes.c
1695         * src/gtk/about.c
1696                 Use this function (factorizes codes)
1697         * src/common/defs.h
1698         * src/gtk/pluginwindow.c
1699                 Add a "Get more..." in the plugins window
1700
1701 2006-03-28 [colin]      2.0.0cvs179
1702
1703         * src/common/smtp.c
1704         * src/common/passcrypt.c
1705         * src/undo.c
1706                 Warning fixes. Patch by Pawel Pekala
1707
1708 2006-03-27 [colin]      2.0.0cvs178
1709
1710         * src/undo.c
1711                 Fix undoing by blocks with spaces
1712
1713 2006-03-27 [colin]      2.0.0cvs177
1714
1715         * src/textview.c
1716                 Set margin to 3px for headers
1717
1718 2006-03-27 [paul]
1719
1720         2.1.0-rc2 released
1721
1722 2006-03-27 [wwp]        2.0.0cvs176
1723
1724         * src/summaryview.c
1725                 don't reset quicksearch when updating the message list.
1726                 Thanks to Colin.
1727
1728 2006-03-26 [wwp]        2.0.0cvs175
1729
1730         * src/compose.c
1731                 use a unified border width ('other' tab in the compose window,
1732                 patch by Pawel Pekala).
1733
1734
1735 2006-03-26 [wwp]        2.0.0cvs174
1736
1737         * src/common/quoted-printable.c
1738         * src/addressbook.c
1739                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
1740
1741 2006-03-26 [colin]      2.0.0cvs173
1742
1743         * src/quote_fmt_parse.y
1744                 Fix non-UTF8 date formats messing up the whole quote a 
1745                 little bit
1746
1747 2006-03-26 [colin]      2.0.0cvs172
1748
1749         * src/procheader.c
1750                 Make sure the date is UTF8 valid, or try to make it
1751                 so. IncrediMail is really IncrediStupid.
1752         * src/compose.c
1753                 Fix possible conversions. 
1754                 
1755
1756 2006-03-26 [colin]      2.0.0cvs171
1757
1758         * src/matcher.c
1759                 Fix corner cases in body search. This is still a
1760                 hack... It seems impossible to make it good and 
1761                 reasonably fast at the same time.
1762
1763 2006-03-26 [colin]      2.0.0cvs170
1764
1765         * src/summaryview.c
1766                 I think I killed the twilight zone bug!
1767                 summary_select_node() flushes GTK events in order
1768                 to be able to center the view. But this also 
1769                 flushes keypresses like Ctrl-Alt-U, so this can
1770                 call summary_show from summary_select_node (itself
1771                 called from summary_show, etc.). And the summaryview
1772                 has to be unlocked in this function. So just locking
1773                 while processing GTK events, and bailing if locked, 
1774                 should fix it.
1775                 Fixes bug #927 (SIGSEGV during Update Summary)
1776
1777 2006-03-25 [colin]      2.0.0cvs169
1778
1779         * src/matcher.c
1780                 Fix search in QP-encoded bodies
1781                 Fix utf-8 searches in bodies encoded in the
1782                 locale's encoding
1783         * src/common/quoted-printable.c
1784         * src/common/quoted-printable.h
1785                 Add a decode function that doesn't overwrite
1786                 the original pointer
1787                 
1788
1789 2006-03-24 [colin]      2.0.0cvs168
1790
1791         * src/action.c
1792         * src/summaryview.c
1793         * src/summaryview.h
1794                 Update message cache after action
1795                 Patch by H. Merijn Brand
1796         * src/prefs_msg_colors.c
1797                 Factorize label 
1798                 Patch by Fabien Vantard
1799         * src/plugins/spamassassin/spamassassin_gtk.c
1800                 Remove useless translation
1801                 Patch by Fabien Vantard
1802
1803 2006-03-23 [colin]      2.0.0cvs167
1804
1805         * src/common/ssl.c
1806                 Let 30 seconds to SSL_connect
1807
1808 2006-03-23 [wwp]        2.0.0cvs166
1809
1810         * src/summaryview.c
1811         * src/gtk/description_window.c
1812                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
1813                 and headers are translated; adjust description windows' width to fit their
1814                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
1815
1816 2006-03-23 [paul]       2.0.0cvs165
1817
1818         * src/common/utils.c
1819                 fix highlighting of URIs containing "()"
1820                 (2.0.0cvs164's reversal fixed)
1821                 Thanks to Colin.
1822
1823 2006-03-23 [paul]       2.0.0cvs164
1824
1825         * src/common/utils.c
1826                 revert patch, (postponing a fix), at 2.0.0cvs120
1827                 as it breaks more URIs than it fixes.
1828                 Allow '-' to be a terminating character in a URI
1829
1830 2006-03-22 [colin]      2.0.0cvs163
1831
1832         * configure.ac
1833                 Require libetpan 0.45
1834                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
1835
1836 2006-03-22 [paul]       2.0.0cvs162
1837
1838         * src/editgroup.c
1839                 replace '<-' and '->' buttons with GTK_STOCK graphical
1840                 buttons
1841         * src/summary_search.c
1842                 don't offer '...' for translation
1843                 add a tooltip to advanced search '...' button
1844         * src/gtk/quicksearch.c
1845                 don't offer '...' for translation
1846
1847 2006-03-21 [colin]      2.0.0cvs161
1848
1849         * src/compose.c
1850                 Fix middle-click pasting (insert at click
1851                 position instead of cursor position, don't
1852                 remove existing selection and allow pasting
1853                 our own selection)
1854         * src/addressbook.c
1855                 "LDAP Server" -> "LDAP servers"
1856
1857 2006-03-21 [wwp]        2.0.0cvs160
1858
1859         * src/etpan/imap-thread.c
1860                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
1861
1862 2006-03-20 [colin]      2.0.0cvs159
1863
1864         * src/summaryview.c
1865                 Don't reload summaryview after an execute with no
1866                 move action
1867
1868 2006-03-19 [colin]      2.0.0cvs158
1869
1870         * src/addressbook.c
1871                 and put groups at the top, always
1872
1873 2006-03-19 [colin]      2.0.0cvs157
1874
1875         * src/addressbook.c
1876                 Order groups before names, as previously
1877
1878 2006-03-19 [colin]      2.0.0cvs156
1879
1880         * src/addressbook.c
1881                 - Sort case-unsensitive
1882                 - Put the sort arrow at opening too
1883
1884 2006-03-19 [wwp]        2.0.0cvs155
1885
1886         * src/addressbook.c
1887                 allow sorting by name/email/remarks, ensure that right-pane's contents
1888                 matches the left-pane selection (cleared when appropriate).
1889                 Patch by Pawel Pekala <c0rn@o2.pl>.
1890
1891 2006-03-18 [colin]      2.0.0cvs154
1892
1893         * src/textview.c
1894                 Fix text cursor ;)
1895
1896 2006-03-18 [colin]      2.0.0cvs153
1897
1898         * src/gtk/filesel.c
1899                 Make sure we hide the preview if we didn't get
1900                 a filename
1901
1902 2006-03-18 [colin]      2.0.0cvs152
1903
1904         * src/summaryview.c
1905                 Set cursor to watch for execution (fixes lack
1906                 of watch-cursor when dnd'ing hundreds of mails)
1907         * src/gtk/filesel.c
1908                 Check that mime type is 'image/*' before updating
1909                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
1910
1911 2006-03-18 [colin]      2.0.0cvs151
1912
1913         * src/mainwindow.c
1914         * src/textview.c
1915         * src/textview.h
1916                 Put a watch cursor in textview too when the mainwindow's
1917                 cursor in a watch
1918
1919 2006-03-18 [colin]      2.0.0cvs150
1920
1921         * src/folder.c
1922                 Change wrong asserts to simple tests
1923
1924 2006-03-17 [colin]      2.0.0cvs149
1925
1926         * src/mainwindow.c
1927         * src/mainwindow.h
1928         * src/prefs_msg_colors.c
1929         * src/summaryview.c
1930         * src/summaryview.h
1931         * src/gtk/colorlabel.c
1932         * src/gtk/colorlabel.h
1933                 Add a color label menu in the main menubar
1934                 Add (fixed) accels Ctrl-{0-7} to change the color
1935                 They have to be fixed because the menu's dynamic,
1936                 the items are complex widgets, hence we can't use
1937                 a GtkItemFactory.
1938
1939
1940 2006-03-17 [wwp]        2.0.0cvs148
1941
1942         * src/compose.c
1943                 rollback few lines from my previous commit (those lines come from
1944                 a pending patch, accidentally commited, even if neutral as they are
1945                 commented out).
1946
1947 2006-03-17 [wwp]        2.0.0cvs147
1948
1949         * src/compose.c
1950                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
1951                 applied code style/indentation to the modified function.
1952
1953 2006-03-17 [wwp]        2.0.0cvs146
1954
1955         * src/procmsg.c
1956         * src/compose.c
1957                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
1958
1959 2006-03-17 [paul]
1960
1961         2.1.0-rc1 released
1962
1963 2006-03-17 [paul]       2.0.0cvs145
1964
1965         * src/main.c
1966                 addressbook_read_file() was called twice
1967         * src/textview.c
1968                 X-Mailer highlighting
1969
1970 2006-03-16 [colin]      2.0.0cvs144
1971
1972         * src/sourcewindow.c
1973         * src/sourcewindow.h
1974                 And the last one, in source window.
1975
1976 2006-03-16 [colin]      2.0.0cvs143
1977
1978         * src/compose.c
1979         * src/compose.h
1980                 Fix the same stuff in compose
1981
1982 2006-03-16 [colin]      2.0.0cvs142
1983
1984         * src/messageview.c
1985                 Complete the previous messageview crash fix
1986
1987 2006-03-16 [colin]      2.0.0cvs141
1988
1989         * src/procmsg.h
1990         * src/procmsg.c
1991         * src/folder.c
1992                 Fix POSTPROCESSING hook
1993                 Patch by H. Merijn Brand
1994
1995         * src/procmime.c
1996         * src/procmime.h
1997                 Parse Content-Location
1998
1999         * src/toolbar.c
2000         * src/messageview.c
2001         * src/messageview.h
2002                 Don't crash when a top-level MessageView has
2003                 been closed on us. Same problematic than
2004                 yesterday's quicksearch issue.
2005
2006 2006-03-15 [colin]      2.0.0cvs140
2007
2008         * src/gtk/quicksearch.c
2009                 Fix a bitchy race we didn't think about when we
2010                 added quicksearch cancellation:
2011                 If the search is not on cached fields, for example
2012                 body_part matchcase "stuff"
2013                 the matcher code has to get the whole message. If
2014                 we're on IMAP, that can be slow, and in order to
2015                 be non-blocking, the IMAP code idle loop processes
2016                 gtk events too. So it is possible to cancel a
2017                 quicksearch while the matcher is getting the mail's
2018                 body. After matcher got its body, it will start to
2019                 iterate over the matcher list that the Quicksearch's
2020                 clear_search_cb() just freed via prepare_matcher().
2021                 SIGSEGV ensues.
2022                 The fix consists of guarding the matcherlist_match()
2023                 call with a boolean 'matching'. If we reset the
2024                 quicksearch while matching is TRUE, we don't free
2025                 the matcherlist anymore like we did, but we set
2026                 another new flag, deferred_free, to TRUE. Then,
2027                 in quicksearch_match(), just after returning from
2028                 matcherlist_match() and unsetting the matching flag,
2029                 we check the deferred_free flag and do the
2030                 prepare_matcher() (which does the matcherlist_free)
2031                 for real, so we free the matcherlist once it's not
2032                 used anymore.
2033                 As all of this runs via the glib main loop, we
2034                 luckily don't need a mutex.
2035         * src/summaryview.c
2036                 Also, show progress while searching.
2037
2038
2039 2006-03-14 [colin]      2.0.0cvs139
2040
2041         * src/alertpanel.c
2042                 Make alertpanel_is_open non-static
2043
2044 2006-03-14 [colin]      2.0.0cvs138
2045
2046         * src/prefs_spelling.c
2047                 Cleanups - Fabien Vantard
2048
2049 2006-03-14 [wwp]        2.0.0cvs137
2050
2051         * src/main.c
2052                 code style normalization (curly braces, indentation).
2053
2054 2006-03-14 [wwp]        2.0.0cvs137
2055
2056         * src/main.c
2057                 code style (braces, indentation)
2058
2059 2006-03-12 [paul]       2.0.0cvs136
2060
2061         * src/prefs_common.c
2062                 trans_hdr defaults to FALSE to be RFC-savvy
2063         * src/prefs_summaries.c
2064                 add a tooltip to the trans_hdr option
2065                 
2066
2067 2006-03-12 [paul]       2.0.0cvs135
2068
2069         * src/prefs_matcher.c
2070                 give a little more width to the combos
2071         * src/prefs_display_header.c
2072         * src/textview.c
2073                 translate headers if prefs_common.trans_hdr
2074                 is TRUE
2075
2076         Patches by Pawel Pekala
2077
2078 2006-03-12 [paul]       2.0.0cvs134
2079
2080         * src/plugins/clamav/clamav_plugin.c
2081         * src/plugins/dillo_viewer/dillo_viewer.c
2082         * src/plugins/pgpcore/plugin.c
2083         * src/plugins/pgpinline/plugin.c
2084         * src/plugins/pgpmime/plugin.c
2085         * src/plugins/spamassassin/spamassassin.c
2086                 update/add to descriptions
2087         * src/plugins/spamassassin/spamassassin_gtk.c
2088                 fixes to the english, remove superfluous
2089                 tooltips, clean up a little
2090
2091 2006-03-12 [paul]       2.0.0cvs133
2092
2093         * src/compose.c
2094                 fix Bug 924, 'Account combo box shows up wrong 
2095                 if & is in account name'
2096
2097 2006-03-11 [colin]      2.0.0cvs132
2098
2099         * src/summaryview.c
2100                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2101                 messed up shift-selection because is slows down
2102                 moving around summaryview. thanks -users
2103
2104 2006-03-10 [colin]      2.0.0cvs131
2105
2106         * src/plugins/spamassassin/spamassassin_gtk.c
2107                 Put back Paul's engrish fixes
2108
2109 2006-03-10 [colin]      2.0.0cvs130
2110
2111         * src/plugins/spamassassin/spamassassin.c
2112         * src/plugins/spamassassin/spamassassin.h
2113         * src/plugins/spamassassin/spamassassin_gtk.c
2114                 Cleanup SA prefs page (more)
2115                 Patch by Fabien Vantard
2116
2117 2006-03-10 [paul]       2.0.0cvs129
2118
2119         * src/prefs_msg_colors.c
2120         * src/prefs_spelling.c
2121                 widget sensitivity
2122
2123 2006-03-09 [mones]      2.0.0cvs128
2124
2125         * po/es.po
2126                 Update for next RC
2127
2128 2006-03-09 [wwp]        2.0.0cvs127
2129
2130         * configure.ac
2131                 revert accidental commit (requirement for libetpan 0.43), this time
2132                 not in HEAD.
2133
2134 2006-03-09 [wwp]        2.0.0cvs125
2135
2136         * configure.ac
2137                 revert accidental commit (requirement for libetpan 0.43)
2138
2139 2006-03-09 [paul]       2.0.0cvs126
2140
2141         * src/prefs_receive.c
2142                 remove useless frame
2143                 replace 'incorporation' with 'receiving'
2144         * src/plugins/clamav/clamav_plugin_gtk.c
2145         * src/plugins/spamassassin/spamassassin_gtk.c
2146                 improve widget sensitivity
2147                 fix a bit his engrish
2148
2149 2006-03-09 [wwp]        2.0.0cvs125
2150
2151         * src/addressadd.c
2152         * src/foldersel.c
2153         * src/prefs_common.c
2154         * src/prefs_common.h
2155                 remember some more windows' sizes (add to addressbook and
2156                 select folder).
2157
2158 2006-03-09 [paul]       2.0.0cvs124
2159
2160         * src/plugins/pgpcore/prefs_gpg.c
2161                 normalise construction of dialogue
2162
2163 2006-03-09 [paul]       2.0.0cvs123
2164
2165         * src/plugins/trayicon/Makefile.am
2166                 add missing slash
2167
2168 2006-03-08 [colin]      2.0.0cvs122
2169
2170         * src/plugins/trayicon/Makefile.am
2171                 Fix build in separate dir 
2172                 Patch by Bamanzi <bamanzi@gmail.com>
2173
2174 2006-03-08 [colin]      2.0.0cvs121
2175
2176         * src/procmsg.c
2177                 Batch move and copies from summaryview with delayed execution
2178                 too
2179
2180 2006-03-07 [paul]       2.0.0cvs120
2181
2182         * src/common/utils.c
2183                 fix highlighting of URIs containing "()"
2184                 Patch by Pawel Pekala
2185
2186 2006-03-07 [paul]       2.0.0cvs119
2187
2188         * src/folder.c
2189         * src/folder.h
2190         * src/folderview.c
2191                 immediately do alphabetical resort when
2192                 changing a folder's name
2193                 Patch by Pawel Pekala
2194
2195 2006-03-07 [paul]       2.0.0cvs118
2196
2197         * src/news.c
2198         * src/news_gtk.c
2199                 when unsubscribing a newsgroup, remove the
2200                 folder and msgs in .sylpheed-claws/newscache
2201                 Patch by Pawel Pekala <c0rn@gazeta.pl>
2202
2203 2006-03-07 [paul]       2.0.0cvs117
2204
2205         * src/textview.c
2206                 fix wrong Fake URL Warning
2207                 Thanks to Hiro
2208
2209 2006-03-07 [colin]      2.0.0cvs116
2210
2211         * src/imap.c
2212                 Return immediately when password dialog was
2213                 cancelled
2214         * src/gtk/inputdialog.c
2215                 Allow empty strings for passwords
2216
2217
2218 2006-03-06 [colin]      2.0.0cvs115
2219
2220         * src/imap.c
2221                 Prevent double-timeouts when connection fails
2222
2223 2006-03-06 [colin]
2224
2225         2.0.1-rc1 released
2226
2227 2006-03-06 [colin]      2.0.0cvs114
2228
2229         * src/imap.c
2230                 Refresh session during potentially long
2231                 operations
2232
2233 2006-03-06 [wwp]        2.0.0cvs113
2234
2235         * src/prefs_msg_colors.h
2236                 forgot that one (custom color labels).
2237
2238 2006-03-06 [wwp]        2.0.0cvs112
2239
2240         * src/prefs_common.c
2241         * src/prefs_common.h
2242         * src/prefs_msg_colors.c
2243         * src/summaryview.c
2244         * src/summaryview.h
2245         * src/gtk/colorlabel.c
2246         * src/gtk/colorlabel.h
2247                 colors in messages list are now customizable. Color values and names can
2248                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2249                 Thanks to Paul and Colin for their help with this longstanding patch!
2250
2251 2006-03-06 [wwp]        2.0.0cvs111
2252
2253         * src/textview.c
2254                 don't crash if (x)face is bad.
2255
2256 2006-03-05 [paul]       2.0.0cvs110
2257
2258         * AUTHORS
2259         * configure.ac
2260         * src/Makefile.am
2261         * src/common/Makefile.am
2262         * src/common/utils.h
2263         * src/etpan/imap-thread.c
2264         * src/gtk/authors.h
2265         * src/plugins/clamav/Makefile.am
2266         * src/plugins/demo/Makefile.am
2267         * src/plugins/dillo_viewer/Makefile.am
2268         * src/plugins/pgpcore/Makefile.am
2269         * src/plugins/pgpcore/passphrase.c
2270         * src/plugins/pgpinline/Makefile.am
2271         * src/plugins/pgpmime/Makefile.am
2272         * src/plugins/spamassassin/Makefile.am
2273         * src/plugins/trayicon/Makefile.am
2274                 fix builiding on cygwin
2275                 Patch by Ralgh Young <bamanzi@gmail.com>
2276
2277 2006-03-04 [wwp]        2.0.0cvs109
2278
2279         * manual/keyboard.xml
2280                 fix mixed up/down keys.
2281
2282 2006-03-04 [wwp]        2.0.0cvs108
2283
2284         * README
2285         * INSTALL
2286                 updated links to SpamAssassin.
2287
2288 2006-03-04 [wwp]        2.0.0cvs107
2289
2290         * manual/plugins.xml
2291         * src/plugins/spamassassin/README
2292                 updated SpamAssassin plugin docs to reflect new functional additions
2293                 (also fix/update/documents few technical stuff more, see the README).
2294
2295 2006-03-04 [wwp]        2.0.0cvs106
2296
2297         * src/prefs_message.c
2298                 normalized capitalization of message-prefs paths.
2299
2300 2006-03-04 [wwp]        2.0.0cvs105
2301
2302         * manual/advanced.xml
2303                 typo.
2304
2305 2006-03-03 [colin]      2.0.0cvs104
2306
2307         * src/plugins/clamav/clamav_plugin_gtk.c
2308                 Rework prefs page, patch by Fabien 
2309
2310 2006-03-03 [colin]      2.0.0cvs103
2311
2312         * src/plugins/clamav/clamav_plugin.c
2313                 Set error on all errors
2314
2315 2006-03-03 [colin]      2.0.0cvs102
2316
2317         * src/common/plugin.c
2318                 Initialize error to avoid crashing when a plugin fails
2319                 without setting error
2320
2321 2006-03-02 [wwp]        2.0.0cvs101
2322
2323         * configure.ac
2324                 fixed linker flags for libetpan support on Cygwin
2325                 (thanks to H.Merijn Brand).
2326
2327 2006-03-02 [wwp]        2.0.0cvs100
2328
2329         * src/addressbook.c
2330                 fix some AB error messages: one for punctuation and
2331                 one wrongly duplicate (thanks, maxbritov).
2332
2333 2006-03-02 [wwp]        2.0.0cvs99
2334
2335         * src/plugins/spamassassin/spamassassin.c
2336                 make sync calls to sa-learn/spamc to prevent
2337                 system (whatever local or client/server) overload.
2338
2339 2006-03-02 [colin]      2.0.0cvs98
2340
2341         * src/summaryview.c
2342                 Put the spam icon in the status column instead of the
2343                 mark one
2344
2345 2006-03-01 [colin]      2.0.0cvs97
2346
2347         * src/plugins/spamassassin/spamassassin.c
2348                 Fix segfault (g_file_set_contents fails for some 
2349                 reason and err==0x2f. Can't find out why with
2350                 valgrind, using working function :-)
2351
2352 2006-03-01 [colin]      2.0.0cvs96
2353
2354         * src/inc.c
2355                 Offline overriding: let 'No' be cached only 3 seconds
2356
2357 2006-03-01 [colin]      2.0.0cvs95
2358
2359         * src/addr_compl.c
2360         * src/addrbook.c
2361         * src/addressbook.c
2362         * src/addrindex.c
2363         * src/folder_item_prefs.c
2364         * src/headerview.c
2365         * src/imap.c
2366         * src/inc.c
2367         * src/ldif.c
2368         * src/mainwindow.c
2369         * src/mh.c
2370         * src/msgcache.c
2371         * src/prefs_common.h
2372         * src/prefs_msg_colors.c
2373         * src/procheader.c
2374         * src/procheader.h
2375         * src/procmime.c
2376         * src/procmsg.c
2377         * src/procmsg.h
2378         * src/send_message.h
2379         * src/simple-gettext.c
2380         * src/summaryview.c
2381         * src/summaryview.h
2382         * src/syldap.c
2383         * src/textview.c
2384         * src/undo.c
2385         * src/common/ssl_certificate.c
2386         * src/common/utils.c
2387         * src/gtk/colorsel.c
2388         * src/gtk/gtksctree.c
2389         * src/gtk/gtkshruler.c
2390         * src/plugins/trayicon/trayicon.c
2391                 #if 0 goes to /dev/null
2392
2393 2006-03-01 [colin]      2.0.0cvs94
2394
2395         * src/compose.c
2396         * src/imap.c
2397         * src/inc.c
2398         * src/inc.h
2399         * src/messageview.c
2400         * src/news.c
2401         * src/plugins/spamassassin/spamassassin.c
2402                 Allow to add information in the "working offline"
2403                 window
2404
2405 2006-03-01 [wwp]        2.0.0cvs93
2406
2407         * src/plugins/spamassassin/spamassassin.c
2408                 fixed spamc invocation: use a tricky temporary mini shell wrapper
2409                 'cause it seems that calling `spamc ... < inputfile` with
2410                 g_spawn_(a)sync simply.. erm doesn't work :-).
2411
2412 2006-03-01 [wwp]        2.0.0cvs92
2413
2414         * src/toolbar.c
2415         * src/toolbar.h
2416                 simplify the adding of spam/ham button to the messageview toolbar
2417                 (it gets more clear now that the same button will be "Mark as spam"
2418                 or "Mark as ham" according to the current message status,
2419                 thanks to Colin).
2420
2421 2006-03-01 [wwp]        2.0.0cvs91
2422
2423         * src/messageview.c
2424         * src/procmsg.c
2425         * src/procmsg.h
2426         * src/summaryview.c
2427         * src/plugins/spamassassin/spamassassin.c
2428         * src/plugins/spamassassin/spamassassin.h
2429                 make learner callbacks return a status (0 for ok),
2430                 handle it in main code to avoid setting flags when learning failed,
2431                 don't learn on TCP if offline in spamassassin,
2432                 thanks to Colin.
2433
2434                 
2435
2436 2006-03-01 [wwp]        2.0.0cvs90
2437
2438         * src/compose.c
2439                 some work around the compose window's account menu,
2440                 patch by Fabien Vantard.
2441
2442 2006-03-01 [wwp]        2.0.0cvs89
2443
2444         * src/plugins/spamassassin/spamassassin.c
2445                 fixed bad logics, was using spamc in local mode and sa-learn
2446                 in remote mode (thanks, Colin).
2447
2448 2006-03-01 [wwp]        2.0.0cvs88
2449
2450         * src/plugins/spamassassin/spamassassin.c
2451         * src/plugins/spamassassin/spamassassin.h
2452         * src/plugins/spamassassin/spamassassin_gtk.c
2453                 made processing of emails w/ sa-plugin an option (default is TRUE),
2454                 fixed Engrish some tooltips, capitalization of some debug messages
2455                 and warnings. The spamassassin plugin now provides two separate
2456                 services: process emails upon incorporation and spamd training.
2457                 Both services (un)register independently but use some common
2458                 plugin settings (transport settings, spam storage location).
2459
2460 2006-02-28 [wwp]        2.0.0cvs87
2461
2462         * src/plugins/spamassassin/spamassassin.c
2463                 fix async flag to spamc cmdline execution (batch exec should
2464                 be asynchronous).
2465
2466 2006-02-27 [wwp]        2.0.0cvs86
2467
2468         * src/plugins/spamassassin/spamassassin.c
2469         * src/plugins/spamassassin/spamassassin.h
2470         * src/plugins/spamassassin/spamassassin_gtk.c
2471                 - added the ability to learn a remote spamassassin server (spamd),
2472                 using spamc.
2473                 - added the spamassassin option 'username', that applies to all
2474                 spamassassin operations (filtering, learning, local or remote).
2475                 The default username is the current unix user (if left blank
2476                 from gtk prefs or config file).
2477                 - commented out some unused code (notebook widget), removed unused
2478                 layout (hbox1).
2479                 - make more widgets sensitive to the transport type.
2480
2481 2006-02-27 [colin]      2.0.0cvs85
2482
2483         * src/plugins/spamassassin/spamassassin.c
2484                 Fix sa-learn call when offline
2485
2486 2006-02-27 [colin]      2.0.0cvs84
2487
2488         * configure.ac
2489         * src/Makefile.am
2490         * src/mainwindow.c
2491         * src/mainwindow.h
2492         * src/messageview.c
2493         * src/messageview.h
2494         * src/prefs_toolbar.c
2495         * src/procmsg.c
2496         * src/stock_pixmap.c
2497         * src/stock_pixmap.h
2498         * src/summaryview.c
2499         * src/toolbar.c
2500         * src/toolbar.h
2501         * src/pixmaps/ham_btn.xpm
2502         * src/pixmaps/spam.xpm
2503         * src/pixmaps/spam_btn.xpm
2504         * src/plugins/spamassassin/spamassassin.c
2505                 Add button in toolbar for spam learning
2506                 Fix a few bugs from the last related commit
2507                 Revert 1.9.6cvs23 which messed up shift-selection
2508
2509 2006-02-24 [colin]      2.0.0cvs83
2510
2511         * src/procmsg.c
2512         * src/summaryview.c
2513         * src/summaryview.h
2514         * src/plugins/spamassassin/spamassassin.c
2515         * src/plugins/spamassassin/spamassassin.h
2516         * src/plugins/spamassassin/spamassassin_gtk.c
2517                 Unregister learner when spamassassin is either
2518                 disabled or over tcp
2519
2520 2006-02-24 [colin]      2.0.0cvs82
2521
2522         * src/Makefile.am
2523         * src/mainwindow.c
2524         * src/mainwindow.h
2525         * src/procmsg.c
2526         * src/procmsg.h
2527         * src/stock_pixmap.c
2528         * src/stock_pixmap.h
2529         * src/summaryview.c
2530         * src/summaryview.h
2531         * src/gtk/icon_legend.c
2532         * src/pixmaps/spam.xpm  ** NEW FILE **
2533         * src/plugins/spamassassin/spamassassin.c
2534         * src/plugins/spamassassin/spamassassin_gtk.c
2535                 Add spam learning interface (Mark/Mark as 
2536                 (spam|ham) menus)
2537
2538 2006-02-24 [wwp]        2.0.0cvs81
2539
2540         * src/compose.c
2541         * src/compose.h
2542         * src/filtering.c
2543                 hide compose window when sending message in batch mode
2544                 (filtering: forward and redirect). Also fixed a wrong
2545                 value returned when sending failed, neutral anyway.
2546                 (Colin, me) 
2547
2548 2006-02-24 [wwp]        2.0.0cvs80
2549
2550         * src/mainwindow.c
2551                 use GTK+'s stock quit button. Patch by Fabien Vantard.
2552
2553 2006-02-24 [paul]       2.0.0cvs79
2554
2555         * src/news.c
2556         * src/news.h
2557         * src/news_gtk.c
2558                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
2559                 Thanks to Colin
2560
2561 2006-02-23 [colin]      2.0.0cvs78
2562
2563         * src/alertpanel.c
2564                 Change OK to Close in alertpanel with View log
2565                 button; add accel to View log. Patch by Fabien
2566                 Vantard
2567
2568 2006-02-23 [wwp]        2.0.0cvs77
2569
2570         * src/compose.c
2571                 silly me, there were much more tests to perform, since toolbars can
2572                 really have down to 1 element only.
2573
2574 2006-02-23 [wwp]        2.0.0cvs76
2575
2576         * commitHelper
2577                 fixed indentation from my previous commit. Fallback to VISUAL if
2578                 EDITOR is not set (and to vi, at last resort).
2579
2580 2006-02-23 [wwp]        2.0.0cvs75
2581
2582         * commitHelper
2583                 improved error detection (Colin, me).
2584
2585 2006-02-23 [wwp]        2.0.0cvs74
2586
2587         * src/prefs_toolbar.c
2588                 simplify and fix prefs/toolbars layouting. Combos' contents can
2589                 now be really displayed.
2590
2591 2006-02-23 [wwp]        2.0.0cvs73
2592         simplifies and fix prefs/toolbars layouting. Combos' contents can now
2593         be really displayed.
2594
2595 2006-02-22 [wwp]        2.0.0cvs72
2596
2597         * src/compose.c
2598                 fix a typo in my previous commit (sorry!).
2599
2600 2006-02-22 [wwp]        2.0.0cvs71
2601
2602         * src/prefs_toolbar.c
2603                 fix a crash when adding separators to toolbars,
2604                 also fix some separator item information.
2605
2606 2006-02-22 [wwp]        2.0.0cvs70
2607
2608         * src/compose.c
2609                 fix a crash when redirecting (for instance) when compose window's
2610                 toolbar contents has been customized (when some buttons have been
2611                 removed in fact).
2612
2613 2006-02-21 [wwp]        2.0.0cvs69
2614
2615         * src/summaryview.c
2616         * src/gtk/pluginwindow.c
2617         * src/plugins/pgpcore/prefs_gpg.c
2618                 fix some compilation warnings (feat. remains of removed code).
2619
2620 2006-02-21 [wwp]        2.0.0cvs68
2621
2622         * src/gtk/gtkutils.c
2623                 fix two compilation issues, thanks to Stephan Sachse.
2624
2625 2006-02-20 [colin]      2.0.0cvs67
2626
2627         * src/mainwindow.c
2628                 Don't reselect displayed mail on refocus
2629                 This fixes actions misbehaving 
2630
2631 2006-02-20 [wwp]        2.0.0cvs66
2632
2633         * src/summaryview.c
2634         * src/gtk/gtksctree.c
2635         * src/gtk/gtkshruler.c
2636                 changed more runtime typecast checks.
2637
2638 2006-02-20 [wwp]        2.0.0cvs65
2639
2640         * src/summary_search.c
2641                 find all - summaryview refresh issue fixed, thanks to Colin.
2642
2643 2006-02-20 [wwp]        2.0.0cvs64
2644
2645         * src/gtk/gtkutils.c
2646                 better runtime typecast checks.
2647
2648 2006-02-20 [wwp]        2.0.0cvs63
2649
2650         * src/summary_search.c
2651                 enhancements to the summary search:
2652                         - add the ability to stop the running search
2653                           (upon ESC-key press, new Stop button or when Clear button is pressed)
2654                         - don't search if no criteria (From/To/Subject/Body) is set
2655                         - ensure that a busy mouse pointer is always shown when searching,
2656                           show it even a bit earlier
2657
2658 2006-02-19 [colin]      2.0.0cvs62
2659
2660         * src/compose.c
2661         * src/imap.c
2662         * src/etpan/imap-thread.c
2663         * src/etpan/imap-thread.h
2664                 (Future) IMAP speed improvement on sending
2665                 Will require a libetpan update
2666         * src/summaryview.c
2667         * src/gtk/quicksearch.c
2668                 Make quicksearch clearable while running.
2669
2670 2006-02-17 [colin]      2.0.0cvs61
2671
2672         * src/imap.c
2673         * src/etpan/imap-thread.c
2674         * src/etpan/imap-thread.h
2675                 Check for IMAP certificates
2676                 ** Requires libetpan-0.42-cvs4 
2677                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
2678
2679 2006-02-17 [colin]      2.0.0cvs60
2680
2681         * src/messageview.c
2682         * src/prefs_common.c
2683         * src/prefs_common.h
2684         * src/prefs_message.c
2685                 Add pref to display HTML-only mails with plugin, 
2686                 if possible (defaulting to FALSE of course).
2687
2688 2006-02-16 [colin]      2.0.0cvs59
2689
2690         * src/main.c
2691         * src/common/plugin.c
2692         * src/common/plugin.h
2693         * src/gtk/pluginwindow.c
2694                 Keep track of requested (but unloaded) plugins
2695                 in some error cases.
2696
2697 2006-02-16 [wwp]        2.0.0cvs58
2698
2699         * src/gtk/gtkaspell.c
2700         * src/gtk/gtkaspell.h
2701         * src/prefs_spelling.c
2702         * src/compose.c
2703         * src/prefs_common.c
2704         * src/prefs_common.h
2705                 implemented new optional spellchecker behaviour: re-check message when
2706                 dictionary got changed (from compose-window/context-menu/Change dictionary).
2707
2708 2006-02-16 [wwp]        2.0.0cvs57
2709
2710         * src/quote_fmt_parse.y
2711                 pclose popen'ed pipe.
2712
2713 2006-02-15 [colin]      2.0.0cvs56
2714
2715         * src/mimeview.c
2716         * src/mimeview.h
2717                 Let MimeViewers know which MimeView they
2718                 depend of.
2719         * src/summaryview.c
2720                 Swap From/To columns in Sent/Queue/Drafts
2721                 folders
2722         * src/etpan/imap-thread.c
2723                 Use mailstream_low_tls_open() for STARTTLS
2724                 instead of mailstream_low_ssl_open()
2725                 ** REQUIRES libetpan 0.42cvs3 **
2726
2727 2006-02-15 [wwp]        2.0.0cvs55
2728
2729         * src/compose.c
2730         * src/compose.h
2731         * src/message_search.c
2732         * src/message_search.h
2733         * src/textview.c
2734         * src/gtk/gtkutils.c
2735         * src/gtk/gtkutils.h
2736                 added the ability to Find text in the compose window (and a bit
2737                 of code factorization).
2738
2739 2006-02-15 [wwp]        2.0.0cvs54
2740
2741         * src/prefs_gtk.c
2742                 yet another one file was missing (fix for some widgets' sensitivity).
2743                 Thanks Colin!
2744
2745 2006-02-15 [wwp]        2.0.0cvs53
2746
2747         * src/prefs_gtk.h
2748                 oops forgot that file (fix for some widgets' sensitivity).
2749
2750 2006-02-15 [wwp]        2.0.0cvs52
2751
2752         * src/summary_search.c
2753                 implemented advanced summary search options (added the ability
2754                 to use matcher conditions in an advanced search mode).
2755
2756 2006-02-15 [wwp]        2.0.0cvs51
2757
2758         * src/plugins/pgpcore/prefs_gpg.c
2759         * src/prefs_account.c
2760                 fix some widget sensitivity, mostly around some labels in
2761                 account prefs.
2762
2763 2006-02-15 [paul]       2.0.0cvs50
2764
2765         * manual/advanced.xml
2766                 improve Templates info
2767                 written by wwp
2768
2769 2006-02-14 [colin]      2.0.0cvs49
2770
2771         * src/pixmaps/address_book.xpm
2772         * src/pixmaps/preferences.xpm
2773         * src/pixmaps/properties.xpm
2774                 Fix pixmap size - patch by Fabien Vantard
2775
2776 2006-02-13 [colin]      2.0.0cvs48
2777
2778         * src/procmime.c
2779                 Add missing fclose()s on error
2780         * src/textview.c
2781                 Remove unused code
2782         * src/common/utils.c
2783                 Fix temp files not being deleted on windows
2784         Patches by Thomas Gilgin
2785
2786 2006-02-13 [colin]      2.0.0cvs47
2787
2788         * src/mainwindow.c
2789                 Fix exit crash
2790
2791 2006-02-13 [wwp]        2.0.0cvs46
2792
2793         * src/plugins/pgpcore/prefs_gpg.c
2794                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
2795
2796 2006-02-12 [colin]      2.0.0cvs45
2797
2798         * src/folderview.c
2799         * src/main.c
2800         * src/mainwindow.c
2801                 Fix "stuff" when quitting
2802
2803 2006-02-12 [wwp]        2.0.0cvs44
2804
2805         * src/prefs_themes.c
2806                 fix typos in debug messages.
2807
2808 2006-02-11 [colin]      2.0.0cvs43
2809
2810         * src/summaryview.c
2811                 don't allow drag/drop from ourself
2812
2813 2006-02-10 [wwp]        2.0.0cvs42
2814
2815         * src/exporthtml.c
2816         * src/html.c
2817         * src/html.h
2818         * src/procmime.c
2819         * src/textview.c
2820                 renamed html_ prefixed functions and data structures to avoid
2821                 namespace clashes w/ other software (gtkhtml2 for instance).
2822                 Closes bug #907.
2823
2824
2825 2006-02-09 [colin]      2.0.0cvs41
2826
2827         * src/summaryview.c
2828                 Fix shitty logic messed up. Thanks Ticho for the hint!
2829
2830 2006-02-09 [wwp]        2.0.0cvs40
2831
2832         * src/gtk/about.c
2833         * src/compose.c
2834         * src/prefs_account.c
2835         * src/prefs_gtk.h
2836         * src/editaddress.c
2837                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
2838                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
2839                 Browse buttons in accounts prefs.
2840
2841 2006-02-09 [colin]      2.0.0cvs39
2842
2843         * src/matcher.c
2844                 Check for pointer before using its members
2845         * src/gtk/gtksourceprintjob.c
2846                 Fix a wrong warning
2847
2848 2006-02-09 [wwp]        2.0.0cvs38
2849
2850         * src/gtk/filesel.c
2851                 fix few compiler warnings (type mismatch).
2852
2853 2006-02-09 [paul]       2.0.0cvs37
2854
2855         * po/fr.po
2856                 updated by Fabien Vantard
2857
2858 2006-02-08 [colin]      2.0.0cvs36
2859
2860         * src/prefs_common.c
2861         * src/common/defs.h
2862         * src/common/plugin.c
2863                 allow windows and linux configurations to coexist
2864                 patch by Thomas Gilgin
2865
2866 2006-02-08 [colin]      2.0.0cvs35
2867
2868         * src/filtering.c
2869         * src/matcher.c
2870         * src/matcher.h
2871         * src/matcher_parser_parse.y
2872         * src/prefs_filtering_action.c
2873         * src/prefs_matcher.c
2874                 Add the "Ignore thread" filtering
2875                 action
2876
2877 2006-02-08 [colin]      2.0.0cvs34
2878
2879         * src/compose.c
2880         * src/procmime.c
2881         * src/procmime.h
2882                 Fix bug #905 (damaged attachment)
2883                 text files with raw \0's aren't really text files
2884         FOR_STABLE
2885
2886 2006-02-08 [colin]      2.0.0cvs33
2887
2888         * src/summaryview.c
2889                 Fix crasher introduced yesterday
2890
2891 2006-02-08 [wwp]        2.0.0cvs32
2892
2893         * src/compose.c
2894         * src/compose.h
2895                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
2896
2897 2006-02-08 [wwp]        2.0.0cvs31
2898
2899         * src/prefs_template.c
2900                 templates enhancement: allow address completion for Cc and Bcc fields
2901                 (it was currently possible for the To field only)
2902
2903 2006-02-08 [colin]      2.0.0cvs30
2904
2905         * src/compose.c
2906                 Don't unblock if not blocked
2907         FOR_STABLE
2908
2909 2006-02-07 [colin]      2.0.0cvs29
2910
2911         * src/action.c
2912                 Forgot to refresh summaryview
2913
2914 2006-02-07 [colin]      2.0.0cvs28
2915
2916         * src/action.c
2917                 Freeze/thaw message list and folder list while
2918                 processing %as{} actions 
2919         * src/compose.c
2920                 Fix auto-wrap disabling after a middle-click
2921                 paste - FOR_STABLE
2922
2923 2006-02-07 [paul]       2.0.0cvs27
2924
2925         * src/folder.c
2926                 fix freeing of uninitialised pointers
2927                 Thanks to Colin
2928
2929 2006-02-06 [colin]      2.0.0cvs26
2930
2931         * src/folder.c
2932                 Use g_slist_prepend in potentially big list
2933
2934 2006-02-06 [colin]      2.0.0cvs25
2935
2936         * src/folder.c
2937                 Completely skip processing if it doesn't 
2938                 exist (faster!)
2939
2940 2006-02-06 [colin]      2.0.0cvs24
2941
2942         * src/folder.c
2943         * src/summaryview.c
2944                 Batch filtering in summaryview (from Tools menu)
2945                 and pre/post//-processing too
2946
2947 2006-02-06 [colin]      2.0.0cvs23
2948
2949         * src/procmsg.h
2950         * src/filtering.c
2951                 Use a special field for batch filtering instead
2952                 of stepping on deferred execution's toes
2953
2954 2006-02-06 [colin]      2.0.0cvs22
2955
2956         * src/action.c
2957         * src/filtering.c
2958         * src/filtering.h
2959         * src/folder.c
2960         * src/summaryview.c
2961                 Fix filtering via menus and actions
2962
2963 2006-02-06 [colin]      2.0.0cvs21
2964
2965         * src/imap.c
2966                 Put the added file directly to cache if possible (will work
2967                 with next libetpan)
2968         * src/filtering.c
2969         * src/filtering.h
2970         * src/inc.c
2971         * src/folder.c
2972         * src/mbox.c
2973         * src/procmsg.h
2974                 Move and copy filtered messages by batches instead of one
2975                 by one - faster on IMAP
2976         * src/procmsg.c
2977                 Add a function that'll possibly be useful later
2978
2979 2006-02-06 [colin]      2.0.0cvs20
2980
2981         * src/addressbook.c
2982                 Use internal mime-type instead of text/plain for d'n'd
2983         * src/compose.c
2984                 Allow attaching files from mimeview's icon list via d'n'd
2985         * src/folderview.c
2986         * src/folderview.h
2987                 Use internal mime-type instead of text/plain for d'n'd
2988                 Don't try to selected opened folder if none is
2989                 Factorize d'n'd from other apps code
2990         * src/headerview.c
2991         * src/textview.c
2992         * src/gtk/gtkutils.c
2993         * src/gtk/gtkutils.h
2994                 Factorize Face/X-Face stuff
2995         * src/mimeview.c
2996                 Fix d'n'd to other apps
2997         * src/prefs_message.c
2998                 Let the XFace pref be usable without libcompface as it also
2999                 applies to Face
3000         * src/summaryview.c
3001                 Fix d'n'd to other apps
3002                 Factorize d'n'd from other apps code
3003
3004 2006-02-06 [wwp]        2.0.0cvs19
3005
3006         * po/it.po
3007                 Italian translation fixes by Andrea Spadaccini (no more confusion
3008                 between filtering and processing, and few changes in the About
3009                 dialog).
3010
3011
3012 2006-02-06 [mones]      2.0.0cvs18
3013
3014         * src/gtk/icon_legend.c
3015                 Improved descriptions allowing better translations
3016
3017 2006-02-05 [colin]      2.0.0cvs17
3018
3019         * src/imap.c
3020                 Add the f*cking missing expunge that caused imap_fetch_env
3021                 to fail after an add_msgs ! :-///
3022         * src/etpan/imap-thread.c
3023                 Add a bit of debug
3024         FOR_STABLE
3025
3026 2006-02-05 [colin]      2.0.0cvs16
3027
3028         * src/common/utils.c
3029                 Don't check for return-path (or we can't put
3030                 back non-sent mails)
3031
3032 2006-02-05 [colin]      2.0.0cvs15
3033
3034         * src/textview.c
3035                 Don't try to display Face header in textview
3036                 when teh headerview's active
3037
3038 2006-02-05 [colin]      2.0.0cvs14
3039
3040         * tools/tbird2syl.py
3041         * tools/Makefile.am
3042                 Add script to import Thunderbird mails
3043
3044 2006-02-05 [colin]      2.0.0cvs13
3045
3046         * src/headerview.c
3047         * src/procheader.c
3048         * src/procmsg.c
3049         * src/procmsg.h
3050         * src/textview.c
3051                 Show Face headers - patch partially by Klaus Flittner
3052
3053 2006-02-05 [colin]      2.0.0cvs12
3054
3055         * src/folderview.c
3056         * src/summaryview.c
3057         * src/common/utils.c
3058         * src/common/utils.h
3059                 Let dnd work from mime icons to summaryview
3060                 and to folderview too
3061                 Add a crude test to avoid trying to add files
3062                 drag'n'dropped when they're not mails
3063
3064 2006-02-04 [colin]      2.0.0cvs11
3065
3066         * src/summaryview.c
3067         * src/mimeview.c
3068                 Fix utf8 conversion
3069
3070 2006-02-04 [colin]      2.0.0cvs10
3071
3072         * src/compose.c
3073         * src/folderview.c
3074         * src/mimeview.c
3075         * src/summaryview.c
3076         * src/summaryview.h
3077                 Added various drag and drop capas:
3078                 From                    To
3079                 summaryview             other apps
3080                 mimeview icons          other apps
3081                 other apps              summaryview
3082                 other apps              folderview
3083
3084                 This shouldn't have broken the existing:
3085                 From                    To
3086                 summaryview             folderview
3087                 folderview              folderview
3088                 summaryview             compose's attachments
3089
3090         Tests welcomed.
3091
3092 2006-02-02 [paul]       2.0.0cvs9
3093
3094         * src/mainwindow.c
3095                 move global option 'Set displayed columns...' out
3096                 of folder option grouping.
3097                 fix sensitivity of 'harvest addresses'
3098         FOR_STABLE
3099
3100 2006-02-01 [colin]      2.0.0cvs8
3101
3102         * src/mimeview.c
3103                 Revert the alertpanel patch, it sucks (intrusive
3104                 and gets in the way of "open")
3105
3106 2006-02-01 [colin]      2.0.0cvs7
3107
3108         * src/compose.c
3109         * src/prefs_account.c
3110         * src/prefs_common.c
3111         * src/common/defs.h
3112         * src/common/utils.c
3113         * src/common/utils.h
3114                 Add ability to edit the signature file
3115                 from the account preferences, and use
3116                 a default for the text editor.
3117                 Patch by Fabien Vantard
3118
3119 2006-02-01 [colin]      2.0.0cvs6
3120
3121         * src/mimeview.c
3122                 Try to get mime type by extension if it is
3123                 application/octet-stream
3124                 Display a window with possible choices when
3125                 encountering unknown mime types
3126         * src/gtk/filesel.c
3127         * src/gtk/filesel.h
3128                 Add preview
3129                 Allow multiple selection in filtered filesel
3130                 (patch by Fabien Vantard)
3131         * src/gtk/pluginwindow.c
3132                 Use it (patch by Fabien Vantard)
3133
3134 2006-02-01 [paul]       2.0.0cvs5
3135
3136         * src/jpilot.c
3137                 fix crash on creating jpilot address book
3138                 Thanks to Colin - FOR_STABLE
3139         * src/prefs_summaries.c
3140         * src/prefs_wrapping.c
3141         * src/gtk/icon_legend.c
3142         * src/gtk/quicksearch.c
3143                 string fixes and additions
3144
3145 2006-02-01 [paul]       2.0.0cvs4
3146
3147         * src/compose.c
3148         * src/mainwindow.c
3149         * src/messageview.c
3150         * src/prefs_send.c
3151                 add Arabic encoding option
3152                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
3153
3154 2006-01-31 [colin]      2.0.0cvs3
3155
3156         * src/plugins/pgpcore/passphrase.c
3157                 Convert passphrase to locale encoding
3158         * src/compose.c
3159                 Fix drafting on IMAP. Crappy bug sneaked in
3160                 the release :-/
3161         FOR_STABLE
3162
3163 2006-01-30 [paul]       2.0.0cvs2
3164
3165         * src/gtk/icon_legend.c
3166                 show the new entries
3167
3168 2006-01-30 [colin]      2.0.0cvs1
3169
3170         * src/manual.c
3171                 Check for the file to be present before 
3172                 enabling the menu - FOR_STABLE
3173         * src/gtk/icon_legend.c
3174                 Add folders icons (not all of them, there
3175                 are too much, but the most intriguing ones)
3176
3177 2006-01-30 [paul]       2.0.0
3178
3179         version 2.0.0 released
3180
3181 2006-01-30 [paul]       1.9.100cvs200
3182
3183         * manual/faq.xml
3184         * manual/gpl.xml
3185         * manual/intro.xml
3186         * manual/starting.xml
3187         * manual/sylpheed-claws-manual.xml
3188                 fixes, additions
3189
3190 2006-01-29 [mones]      1.9.100cvs199
3191
3192         * manual/account.xml
3193         * manual/advanced.xml
3194         * manual/glossary.xml
3195                 Some typos fixed, added LDIF term to glossary
3196         * po/es.po
3197                 Fixed leading plus symbol
3198
3199 2006-01-29 [paul]       1.9.100cvs198
3200
3201         * po/fi.po
3202         * po/sk.po
3203                 updated by Tommi Pirinen and Andrej Kacian
3204
3205 2006-01-29 [paul]       1.9.100cvs197
3206
3207         * src/gtk/authors.h
3208                 remove duplicates
3209
3210 2006-01-29 [paul]       1.9.100cvs196
3211
3212         * AUTHORS
3213         * po/nl.po
3214         * src/gtk/authors.h
3215         * tools/claws.i18n.status.pl
3216                 nl translation updated by Tim Dijkstra
3217
3218 2006-01-29 [paul]       1.9.100cvs195
3219
3220         * po/sr.po
3221         * po/sv.po
3222                 updated by Aleksandar Urosevic and Anders Troback
3223
3224 2006-01-28 [colin]      1.9.100cvs194
3225
3226         * src/gtk/gtksourceprintjob.c
3227                 Don't fiddle with PangoLayout when we
3228                 have an image
3229
3230 2006-01-28 [paul]       1.9.100cvs193
3231
3232         * AUTHORS
3233         * po/el.po
3234         * po/zh_CN.po
3235         * src/gtk/authors.h
3236         * tools/claws.i18n.status.pl
3237                 updated translations submitted by Stavros Giannouris
3238                 and Ralgh Young
3239
3240 2006-01-27 [colin]      1.9.100cvs192
3241
3242         * src/summaryview.c
3243         * src/gtk/gtksourceprintjob.c
3244                 Add image printing 
3245                 (libgnomeprint only, of course)
3246
3247 2006-01-27 [paul]       1.9.100cvs191
3248
3249         * po/fr.po
3250         * po/it.po
3251                 updated by Fabien Vantard and Andrea Spadaccini
3252
3253 2006-01-26 [colin]      1.9.100cvs190
3254
3255         * manual/Makefile.am
3256         * configure.ac
3257                 Make building the manual optional 
3258                 (--disable-manual)
3259
3260 2006-01-26 [paul]       1.9.100cvs189
3261
3262         * manual/glossary.xml
3263         * manual/plugins.xml
3264                 edited
3265         * po/en_GB.po
3266                 updated
3267
3268 2006-01-26 [paul]       1.9.100cvs188
3269
3270         * src/prefs_display_header.c
3271         * src/prefs_folder_column.c
3272         * src/prefs_msg_colors.c
3273         * src/prefs_summaries.c
3274         * src/prefs_summary_column.c
3275                 HIGify
3276
3277 2006-01-25 [colin]      1.9.100cvs187
3278
3279         * src/imap.c
3280                 Don't allow moving/copying mails between
3281                 queue/drafts and non-queue/drafts folders
3282                 Fixes bug #897 (message header is resetted 
3283                 if one is copied to Drafts)
3284
3285 2006-01-25 [colin]      1.9.100cvs186
3286
3287         * src/folder.c
3288         * src/mainwindow.c
3289                 Fix subscribed folders not found
3290         * src/compose.c
3291                 Don't try to encode as original mail's charset
3292                 if it's ascii 
3293
3294 2006-01-25 [paul]       1.9.100cvs185
3295
3296         * AUTHORS
3297         * po/Makevars
3298                 updated
3299         * po/de.po
3300         * po/pl.po
3301         * po/pt_BR.po
3302         * po/sr.po
3303                 updates submitted by Stephan Sachse, Emilian Nowak
3304                 and Quar, Frederico Goncalves Guimaraes, and
3305                 Aleksandar Urosevic
3306                 Fix Bug 896, 'PT_BR locale broken'.
3307         * src/gtk/authors.h
3308                 updated
3309
3310 2006-01-24 [mones]      1.9.100cvs184
3311
3312         * manual/glossary.xml
3313                 All current terms finished. Reviewers welcome ;-)
3314         * manual/keyboard.xml
3315                 Fixed column width for pdf output.
3316         * po/es.po
3317                 Updated
3318
3319 2006-01-24 [paul]       1.9.100cvs183
3320
3321         * manual/glossary.xml
3322                 fix id name
3323         * manual/dist/html/Makefile.am
3324         * manual/dist/pdf/Makefile.am
3325         * manual/dist/ps/Makefile.am
3326         * manual/dist/txt/Makefile.am
3327                 fix make deps
3328                 Thanks to Colin
3329
3330 2006-01-24 [mones]      1.9.100cvs182
3331
3332         * manual/glossary.xml
3333                 Nearly finished, some terms missing.
3334
3335 2006-01-23 [paul]       1.9.100cvs181
3336
3337         * manual/dist/html/Makefile.am
3338         * manual/dist/pdf/Makefile.am
3339         * manual/dist/ps/Makefile.am
3340         * manual/dist/txt/Makefile.am
3341         * src/mainwindow.c
3342                 re-enable manual
3343                 Thanks to Colin
3344
3345 2006-01-22 [colin]      1.9.100cvs180
3346
3347         * src/compose.c
3348         * src/gtk/gtkaspell.c
3349                 Don't deselect stuff before right-clicking, with aspell.
3350                 (This prevented right-click Copy, for example).
3351                 Thanks to Clo!
3352
3353 2006-01-22 [paul]       1.9.100cvs179
3354
3355         * src/summary_search.c
3356                 don't fix the widget size as it causes problems
3357                 under localisation.
3358                 Thanks to Emilian Nowak
3359
3360 2006-01-21 [paul]       1.9.100cvs178
3361
3362         * src/prefs_themes.c
3363                 fix broken underlining of label text
3364                 with some translations
3365
3366 2006-01-21 [colin]      1.9.100cvs177
3367
3368         * po/fr.po
3369                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
3370
3371 2006-01-20 [colin]      1.9.100cvs176
3372
3373         * configure.ac
3374         * Makefile.am
3375         * manual/Makefile
3376         * manual/dist/html/.cvsignore
3377         * manual/dist/html/Makefile.am
3378         * manual/dist/pdf/.cvsignore
3379         * manual/dist/pdf/Makefile.am
3380         * manual/dist/ps/.cvsignore
3381         * manual/dist/ps/Makefile.am
3382         * manual/dist/txt/.cvsignore
3383         * manual/dist/txt/Makefile.am
3384                 Autotool-ize manual
3385
3386 2006-01-20 [paul]       1.9.100cvs175
3387
3388         * manual/handling.xml
3389                 make Filtering and Searching entries easier to find
3390         * manual/keyboard.xml
3391                 add the remaining default keybinds
3392         * src/prefs_summaries.c
3393                 update the default keybinds
3394
3395 2006-01-20 [paul]       1.9.100cvs174
3396
3397         * src/addressbook.c
3398         * src/addrgather.c
3399         * src/addrharvest.c
3400         * src/editaddress.c
3401         * src/editgroup.c
3402         * src/exphtmldlg.c
3403         * src/expldifdlg.c
3404         * src/exporthtml.c
3405         * src/exportldif.c
3406         * src/ldif.c
3407                 replace 'e-mail' with 'email'
3408         * src/summary_search.c
3409                 add mnemonic to "Find all" button
3410
3411 2006-01-20 [wwp]        1.9.100cvs173
3412
3413         * src/export.c
3414         * src/import.c
3415                 touched mbox import/export buttons for HIG-compliance
3416
3417 2006-01-19 [paul]       1.9.100cvs172
3418
3419         * manual/account.xml
3420         * manual/addrbook.xml
3421         * manual/advanced.xml
3422         * manual/faq.xml
3423         * manual/handling.xml
3424         * manual/intro.xml
3425         * manual/plugins.xml
3426         * manual/starting.xml
3427                 more editing
3428
3429 2006-01-19 [paul]       1.9.100cvs171
3430
3431         * src/toolbar.c
3432                 allow use of trash button while receiving
3433                 Thanks to Colin
3434
3435 2006-01-19 [wwp]        1.9.100cvs170
3436
3437         * src/gtk/quicksearch.c
3438         * src/compose.c
3439                 force text color to black when yellow background is set
3440
3441 2006-01-19 [colin]      1.9.100cvs169
3442
3443         * src/plugins/trayicon/trayicon.c
3444                 Gray out Get Mail when already getting mail
3445
3446 2006-01-18 [paul]       1.9.100cvs168
3447
3448         * src/compose.c
3449                 give widget yellow background was To is
3450                 set via folder prefs
3451         * src/gtk/quicksearch.c
3452                 give widget yellow background when quick
3453                 search is active.
3454                 Thanks to Colin
3455
3456 2006-01-18 [paul]       1.9.100cvs167
3457
3458         * doc/man/sylpheed-claws.1
3459                 add --subscribe option
3460
3461 2006-01-18 [paul]       1.9.100cvs166
3462
3463         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3464         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3465                 use %U instead of %F (%F is broken for user installed
3466                 files in kde 3.5)
3467
3468 2006-01-18 [colin]      1.9.100cvs165
3469
3470         * src/summaryview.c
3471                 Default to Yes in "No more * messages" dialogs
3472
3473 2006-01-17 [colin]      1.9.100cvs164
3474
3475         * src/compose.c
3476                 Possibly fix an invalid iterator causing
3477                 crash
3478
3479 2006-01-17 [colin]      1.9.100cvs163
3480
3481         * src/mimeview.c
3482                 Fix crash when the image disappears under the
3483                 image viewer
3484
3485 2006-01-16 [colin]      1.9.100cvs162
3486
3487         * src/compose.c
3488                 Fix reenabling autowrap
3489
3490 2006-01-16 [colin]      1.9.100cvs161
3491
3492         * src/compose.c
3493                 reset quote_len before getting quote_str
3494
3495 2006-01-16 [colin]      1.9.100cvs160
3496
3497         * src/account.c
3498         * src/account.h
3499         * src/folder.c
3500         * src/imap_gtk.c
3501         * src/mh_gtk.c
3502                 Fix bug #883 (default inbox does not track folder move)
3503
3504 2006-01-16 [colin]      1.9.100cvs159
3505
3506         * src/compose.c
3507         * src/plugins/pgpcore/passphrase.c
3508                 More buttons fixes
3509
3510 2006-01-16 [paul]       1.9.100cvs158
3511
3512         * src/prefs_actions.c
3513         * src/prefs_filtering_action.c
3514         * src/prefs_matcher.c
3515         * src/quote_fmt.c
3516         * src/gtk/description_window.c
3517         * src/gtk/description_window.h
3518         * src/gtk/quicksearch.c
3519                 description window cleanups
3520
3521 2006-01-15 [colin]      1.9.100cvs157
3522
3523         * src/addressbook.c
3524         * src/prefs_filtering.c
3525                 Same here
3526
3527 2006-01-15 [colin]      1.9.100cvs156
3528
3529         * src/folderview.c
3530         * src/mainwindow.c
3531                 Same for "Empty trash"
3532
3533 2006-01-15 [colin]      1.9.100cvs155
3534
3535         * src/inc.c
3536                 Override offline dialog had Yes by default
3537
3538 2006-01-15 [colin]      1.9.100cvs154
3539
3540         * src/summaryview.c
3541                 Delete selected messages? previously had Yes the default
3542
3543 2006-01-15 [colin]      1.9.100cvs153
3544
3545         * src/folder.c
3546         * src/folder.h
3547         * src/main.c
3548                 Check if a mailbox is loaded after all
3549                 plugins are loaded.
3550
3551 2006-01-15 [colin]      1.9.100cvs152
3552
3553         * src/folder.c
3554                 Don't start wizard when there are unloaded folders (will help
3555                 people with only mbox or maildir mailboxes)
3556
3557 2006-01-14 [colin]      1.9.100cvs151
3558
3559         * src/addressbook.c
3560         * src/expldifdlg.c
3561         * src/importldif.c
3562         * src/importmutt.c
3563         * src/importpine.c
3564         * src/mh_gtk.c
3565                 More HIG compliance and fixes
3566
3567 2006-01-14 [colin]      1.9.100cvs150
3568
3569         * src/prefs_filtering_action.c
3570         * src/foldersel.c
3571                 Two forgotten button order changes
3572
3573 2006-01-14 [colin]      1.9.100cvs149
3574
3575         * src/account.c
3576         * src/addressbook.c
3577         * src/compose.c
3578         * src/folderview.c
3579         * src/imap_gtk.c
3580         * src/mainwindow.c
3581         * src/mh_gtk.c
3582         * src/news_gtk.c
3583         * src/prefs_actions.c
3584         * src/prefs_customheader.c
3585         * src/prefs_filtering.c
3586         * src/prefs_matcher.c
3587         * src/prefs_template.c
3588         * src/ssl_manager.c
3589         * src/summaryview.c
3590         * src/textview.c
3591         * src/toolbar.c
3592                 All deletion confirmations are now "Cancel, Delete" 
3593                 instead of "No, Yes"
3594                 Clarified most of the other "No, Yes" to 
3595                 "Cancel, Descriptive_action"
3596                 Rechanged the "Entry not saved" alerts to have 
3597                 "Close, Continue editing"
3598
3599
3600 2006-01-14 [paul]
3601
3602         * 2.0.0-rc4 released
3603
3604 2006-01-14 [paul]       1.9.100cvs148
3605
3606         * src/account.c
3607         * src/addressadd.c
3608         * src/addressbook.c
3609         * src/compose.c
3610         * src/editaddress.c
3611         * src/editbook.c
3612         * src/editgroup.c
3613         * src/editjpilot.c
3614         * src/editldap.c
3615         * src/editvcard.c
3616         * src/exphtmldlg.c
3617         * src/expldifdlg.c
3618         * src/folderview.c
3619         * src/grouplistdialog.c
3620         * src/imap_gtk.c
3621         * src/importmutt.c
3622         * src/importpine.c
3623         * src/inc.c
3624         * src/main.c
3625         * src/mainwindow.c
3626         * src/message_search.c
3627         * src/messageview.c
3628         * src/mh_gtk.c
3629         * src/mimeview.c
3630         * src/news_gtk.c
3631         * src/prefs_actions.c
3632         * src/prefs_customheader.c
3633         * src/prefs_filtering.c
3634         * src/prefs_matcher.c
3635         * src/prefs_template.c
3636         * src/prefs_themes.c
3637         * src/ssl_manager.c
3638         * src/summary_search.c
3639         * src/summaryview.c
3640         * src/textview.c
3641         * src/toolbar.c
3642         * src/gtk/foldersort.c
3643         * src/gtk/gtkaspell.c
3644         * src/gtk/inputdialog.c
3645         * src/gtk/prefswindow.c
3646         * src/plugins/pgpcore/select-keys.c
3647         * src/plugins/trayicon/trayicon.c
3648                 HIG compliant button order
3649
3650 2006-01-14 [mones]      1.9.100cvs147
3651
3652         * po/es.po
3653                 Updated translation
3654
3655 2006-01-13 [paul]       1.9.100cvs146
3656
3657         * AUTHORS
3658         * ChangeLog
3659         * src/gtk/authors.h
3660                 add Joshua M. Kwan to contributors list
3661
3662 2006-01-13 [colin]      1.9.100cvs145
3663
3664         * src/gtk/quicksearch.c
3665                 Don't refocus quick search after executing (Esc or Enter)
3666                 Allows to '/'search something then move up/down in 
3667                 summaryview, and to Esc a search and be back in the 
3668                 summaryview
3669
3670 2006-01-13 [paul]       1.9.100cvs144
3671
3672         * src/plugins/pgpinline/pgpinline.c
3673                 support Content-Type 'application/pgp'
3674                 patch by Joshua M. Kwan <joshuak@users.sf.net>
3675
3676 2006-01-13 [paul]       1.9.100cvs143
3677
3678         * manual/account.xml
3679                 make mention of partial retrieval
3680                 thanks to Colin
3681
3682 2006-01-13 [paul]       1.9.100cvs142
3683
3684         * src/account.c
3685         * src/account.h
3686         * src/action.c
3687         * src/action.h
3688         * src/adbookbase.h
3689         * src/addr_compl.c
3690         * src/addr_compl.h
3691         * src/addrbook.c
3692         * src/addrcache.c
3693         * src/addrcache.h
3694         * src/addrcindex.c
3695         * src/addrcindex.h
3696         * src/addrclip.c
3697         * src/addrclip.h
3698         * src/addrdefs.h
3699         * src/addressadd.c
3700         * src/addressadd.h
3701         * src/addressbook.c
3702         * src/addressbook.h
3703         * src/addrgather.c
3704         * src/addrgather.h
3705         * src/addrharvest.c
3706         * src/addrharvest.h
3707         * src/addrindex.c
3708         * src/addrindex.h
3709         * src/addritem.c
3710         * src/addritem.h
3711         * src/addrquery.c
3712         * src/addrquery.h
3713         * src/addrselect.c
3714         * src/addrselect.h
3715         * src/alertpanel.c
3716         * src/alertpanel.h
3717         * src/browseldap.c
3718         * src/browseldap.h
3719         * src/codeconv.c
3720         * src/codeconv.h
3721         * src/compose.c
3722         * src/compose.h
3723         * src/customheader.c
3724         * src/customheader.h
3725         * src/displayheader.c
3726         * src/displayheader.h
3727         * src/editaddress.c
3728         * src/editaddress.h
3729         * src/editbook.c
3730         * src/editbook.h
3731         * src/editgroup.c
3732         * src/editgroup.h
3733         * src/editjpilot.c
3734         * src/editjpilot.h
3735         * src/editldap.c
3736         * src/editldap.h
3737         * src/editldap_basedn.c
3738         * src/editldap_basedn.h
3739         * src/editvcard.c
3740         * src/editvcard.h
3741         * src/exphtmldlg.c
3742         * src/exphtmldlg.h
3743         * src/expldifdlg.c
3744         * src/expldifdlg.h
3745         * src/export.h
3746         * src/exporthtml.c
3747         * src/exporthtml.h
3748         * src/exportldif.c
3749         * src/exportldif.h
3750         * src/filtering.c
3751         * src/filtering.h
3752         * src/folder.c
3753         * src/folder.h
3754         * src/folder_item_prefs.c
3755         * src/folder_item_prefs.h
3756         * src/foldersel.c
3757         * src/foldersel.h
3758         * src/folderutils.c
3759         * src/folderutils.h
3760         * src/folderview.c
3761         * src/folderview.h
3762         * src/grouplistdialog.c
3763         * src/grouplistdialog.h
3764         * src/headerview.c
3765         * src/html.c
3766         * src/html.h
3767         * src/image_viewer.c
3768         * src/image_viewer.h
3769         * src/imap.c
3770         * src/imap.h
3771         * src/imap_gtk.c
3772         * src/imap_gtk.h
3773         * src/import.h
3774         * src/importldif.c
3775         * src/importldif.h
3776         * src/importmutt.c
3777         * src/importmutt.h
3778         * src/importpine.c
3779         * src/importpine.h
3780         * src/inc.c
3781         * src/inc.h
3782         * src/jpilot.c
3783         * src/jpilot.h
3784         * src/ldapctrl.c
3785         * src/ldapctrl.h
3786         * src/ldaplocate.c
3787         * src/ldaplocate.h
3788         * src/ldapquery.c
3789         * src/ldapquery.h
3790         * src/ldapserver.c
3791         * src/ldapserver.h
3792         * src/ldaputil.c
3793         * src/ldaputil.h
3794         * src/ldif.c
3795         * src/ldif.h
3796         * src/main.c
3797         * src/main.h
3798         * src/mainwindow.c
3799         * src/mainwindow.h
3800         * src/manual.c
3801         * src/manual.h
3802         * src/mbox.c
3803         * src/mbox.h
3804         * src/message_search.c
3805         * src/message_search.h
3806         * src/messageview.c
3807         * src/messageview.h
3808         * src/mh.c
3809         * src/mh.h
3810         * src/mh_gtk.c
3811         * src/mh_gtk.h
3812         * src/mimeview.c
3813         * src/mimeview.h
3814         * src/msgcache.c
3815         * src/msgcache.h
3816         * src/mutt.c
3817         * src/mutt.h
3818         * src/news.c
3819         * src/news.h
3820         * src/news_gtk.c
3821         * src/news_gtk.h
3822         * src/partial_download.c
3823         * src/partial_download.h
3824         * src/pine.c
3825         * src/pine.h
3826         * src/pop.c
3827         * src/pop.h
3828         * src/prefs_account.c
3829         * src/prefs_account.h
3830         * src/prefs_actions.c
3831         * src/prefs_actions.h
3832         * src/prefs_common.c
3833         * src/prefs_common.h
3834         * src/prefs_compose_writing.c
3835         * src/prefs_compose_writing.h
3836         * src/prefs_customheader.c
3837         * src/prefs_customheader.h
3838         * src/prefs_display_header.c
3839         * src/prefs_display_header.h
3840         * src/prefs_filtering.c
3841         * src/prefs_filtering.h
3842         * src/prefs_filtering_action.c
3843         * src/prefs_filtering_action.h
3844         * src/prefs_folder_column.c
3845         * src/prefs_folder_column.h
3846         * src/prefs_folder_item.c
3847         * src/prefs_folder_item.h
3848         * src/prefs_fonts.c
3849         * src/prefs_fonts.h
3850         * src/prefs_gtk.c
3851         * src/prefs_gtk.h
3852         * src/prefs_image_viewer.c
3853         * src/prefs_image_viewer.h
3854         * src/prefs_matcher.c
3855         * src/prefs_matcher.h
3856         * src/prefs_message.c
3857         * src/prefs_msg_colors.c
3858         * src/prefs_msg_colors.h
3859         * src/prefs_other.c
3860         * src/prefs_quote.c
3861         * src/prefs_receive.c
3862         * src/prefs_send.c
3863         * src/prefs_spelling.c
3864         * src/prefs_spelling.h
3865         * src/prefs_summaries.c
3866         * src/prefs_summaries.h
3867         * src/prefs_summary_column.c
3868         * src/prefs_summary_column.h
3869         * src/prefs_template.c
3870         * src/prefs_template.h
3871         * src/prefs_themes.c
3872         * src/prefs_themes.h
3873         * src/prefs_toolbar.c
3874         * src/prefs_toolbar.h
3875         * src/prefs_wrapping.c
3876         * src/prefs_wrapping.h
3877         * src/privacy.c
3878         * src/privacy.h
3879         * src/procheader.c
3880         * src/procheader.h
3881         * src/procmime.c
3882         * src/procmime.h
3883         * src/procmsg.c
3884         * src/procmsg.h
3885         * src/quote_fmt.c
3886         * src/quote_fmt_parse.y
3887         * src/recv.c
3888         * src/recv.h
3889         * src/remotefolder.c
3890         * src/remotefolder.h
3891         * src/send_message.c
3892         * src/send_message.h
3893         * src/setup.c
3894         * src/setup.h
3895         * src/sourcewindow.c
3896         * src/sourcewindow.h
3897         * src/ssl_manager.c
3898         * src/ssl_manager.h
3899         * src/statusbar.c
3900         * src/statusbar.h
3901         * src/stock_pixmap.c
3902         * src/stock_pixmap.h
3903         * src/summary_search.c
3904         * src/summary_search.h
3905         * src/summaryview.c
3906         * src/summaryview.h
3907         * src/syldap.c
3908         * src/syldap.h
3909         * src/textview.c
3910         * src/textview.h
3911         * src/toolbar.c
3912         * src/toolbar.h
3913         * src/undo.c
3914         * src/undo.h
3915         * src/unmime.c
3916         * src/unmime.h
3917         * src/vcard.c
3918         * src/vcard.h
3919         * src/wizard.c
3920         * src/wizard.h
3921         * src/common/base64.c
3922         * src/common/base64.h
3923         * src/common/defs.h
3924         * src/common/hooks.c
3925         * src/common/hooks.h
3926         * src/common/log.c
3927         * src/common/log.h
3928         * src/common/mgutils.c
3929         * src/common/mgutils.h
3930         * src/common/nntp.c
3931         * src/common/nntp.h
3932         * src/common/passcrypt.c
3933         * src/common/passcrypt.h.in
3934         * src/common/plugin.c
3935         * src/common/plugin.h
3936         * src/common/prefs.c
3937         * src/common/prefs.h
3938         * src/common/progressindicator.c
3939         * src/common/progressindicator.h
3940         * src/common/quoted-printable.c
3941         * src/common/quoted-printable.h
3942         * src/common/session.c
3943         * src/common/session.h
3944         * src/common/smtp.c
3945         * src/common/smtp.h
3946         * src/common/socket.c
3947         * src/common/socket.h
3948         * src/common/ssl.c
3949         * src/common/ssl.h
3950         * src/common/ssl_certificate.c
3951         * src/common/ssl_certificate.h
3952         * src/common/stringtable.c
3953         * src/common/stringtable.h
3954         * src/common/sylpheed.c
3955         * src/common/sylpheed.h
3956         * src/common/template.c
3957         * src/common/template.h
3958         * src/common/timing.h
3959         * src/common/utils.c
3960         * src/common/utils.h
3961         * src/common/version.h.in
3962         * src/common/xml.c
3963         * src/common/xml.h
3964         * src/common/xmlprops.c
3965         * src/common/xmlprops.h
3966         * src/gtk/colorlabel.c
3967         * src/gtk/colorsel.c
3968         * src/gtk/colorsel.h
3969         * src/gtk/description_window.c
3970         * src/gtk/description_window.h
3971         * src/gtk/filesel.c
3972         * src/gtk/filesel.h
3973         * src/gtk/foldersort.c
3974         * src/gtk/foldersort.h
3975         * src/gtk/gtkutils.c
3976         * src/gtk/gtkutils.h
3977         * src/gtk/inputdialog.c
3978         * src/gtk/inputdialog.h
3979         * src/gtk/logwindow.c
3980         * src/gtk/logwindow.h
3981         * src/gtk/manage_window.c
3982         * src/gtk/manage_window.h
3983         * src/gtk/menu.c
3984         * src/gtk/menu.h
3985         * src/gtk/pluginwindow.c
3986         * src/gtk/pluginwindow.h
3987         * src/gtk/prefswindow.c
3988         * src/gtk/prefswindow.h
3989         * src/gtk/progressdialog.c
3990         * src/gtk/progressdialog.h
3991         * src/gtk/sslcertwindow.c
3992         * src/gtk/sslcertwindow.h
3993         * src/plugins/clamav/clamav_plugin.c
3994         * src/plugins/clamav/clamav_plugin.h
3995         * src/plugins/clamav/clamav_plugin_gtk.c
3996         * src/plugins/demo/demo.c
3997         * src/plugins/dillo_viewer/dillo_prefs.c
3998         * src/plugins/dillo_viewer/dillo_prefs.h
3999         * src/plugins/dillo_viewer/dillo_viewer.c
4000         * src/plugins/pgpcore/passphrase.c
4001         * src/plugins/pgpcore/passphrase.h
4002         * src/plugins/pgpcore/plugin.c
4003         * src/plugins/pgpcore/select-keys.c
4004         * src/plugins/pgpcore/select-keys.h
4005         * src/plugins/pgpcore/sgpgme.c
4006         * src/plugins/pgpcore/sgpgme.h
4007         * src/plugins/pgpinline/pgpinline.c
4008         * src/plugins/pgpinline/pgpinline.h
4009         * src/plugins/pgpinline/plugin.c
4010         * src/plugins/pgpmime/pgpmime.c
4011         * src/plugins/pgpmime/pgpmime.h
4012         * src/plugins/pgpmime/plugin.c
4013         * src/plugins/spamassassin/spamassassin.c
4014         * src/plugins/spamassassin/spamassassin.h
4015         * src/plugins/spamassassin/spamassassin_gtk.c
4016         * src/plugins/trayicon/trayicon.c
4017                 update copyright header
4018
4019 2006-01-13 [paul]       1.9.100cvs141
4020
4021         * src/account.c
4022         * src/export.c
4023         * src/import.c
4024         * src/mainwindow.c
4025         * src/prefs_account.c
4026         * src/prefs_display_header.c
4027         * src/prefs_receive.c
4028         * src/prefs_send.c
4029         * src/prefs_summaries.c
4030         * src/prefs_themes.c
4031         * src/prefs_toolbar.c
4032         * src/gtk/about.c
4033                 various cleanups
4034
4035 2006-01-12 [colin]      1.9.100cvs140
4036
4037         * src/folder.c
4038         * src/folder.h
4039         * src/main.c
4040                 Add --subscribe option
4041                 Let sylpheed-claws email@domain.com equivalent to --compose
4042                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
4043
4044 2006-01-12 [paul]       1.9.100cvs139
4045
4046         * src/mainwindow.c
4047                 append 'Change folder order' label with '...'
4048         * src/prefs_actions.c
4049                 allow reordering of actions list by dnd
4050         * src/gtk/foldersort.c
4051                 make the dialog nicer
4052
4053 2006-01-11 [colin]      1.9.100cvs138
4054
4055         * src/compose.c
4056                 Allow templates without text
4057
4058 2006-01-11 [paul]       1.9.100cvs137
4059
4060         * tools/README
4061         * tools/filter_conv_new.pl
4062                 add info to README
4063                 also check .sylpheed for filter.xml
4064                 be a bit informative to the user
4065
4066 2006-01-11 [colin]      1.9.100cvs136
4067
4068         * src/textview.c
4069                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
4070
4071 2006-01-10 [paul]       1.9.100cvs135
4072
4073         * tools/Makefile.am
4074         * tools/filter_conv_new.pl
4075                 add script to convert new style Sylpheed
4076                 filter rules (Sylpheed >= 0.9.99) to
4077                 Claws filtering rules
4078
4079 2006-01-10 [colin]      1.9.100cvs134
4080
4081         * src/compose.c
4082                 Fix broken line joins in certain conditions
4083                 (between two quoted lines: <enter><enter><up>
4084                  <type a wrapped sentence><go in the first line>
4085                  <insert more text><watch as line joining failed>)
4086
4087 2006-01-10 [paul]       1.9.100cvs133
4088
4089         * src/compose.c
4090                 don't report success in error dialog
4091                 thanks to Colin
4092         * src/common/utils.c
4093                 include some trailing punctuations as URI
4094                 thanks to Hiro
4095
4096 2006-01-10 [paul]       1.9.100cvs132
4097
4098         * src/mimeview.c
4099                 fix incompatible pointer type
4100                 warning
4101
4102 2006-01-10 [paul]       1.9.100cvs131
4103
4104         * src/compose.c
4105                 change Subject in window title
4106                 instantaneously
4107
4108 2006-01-09 [colin]      1.9.100cvs130
4109
4110         * src/addressbook.c
4111         * src/headerview.c
4112         * src/mainwindow.c
4113         * src/messageview.c
4114         * src/mimeview.c
4115         * src/noticeview.c
4116         * src/summaryview.c
4117                 Fix possible crashes on exit and in addressbook
4118
4119 2006-01-09 [paul]       1.9.100cvs129
4120
4121         * src/prefs_msg_colors.c
4122                 some cleanups that I forgot last time
4123
4124 2006-01-09 [paul]       1.9.100cvs128
4125
4126         * README
4127         * src/folderview.c
4128         * src/prefs_msg_colors.c
4129                 add previously hidden option, color_new, to
4130                 the gui
4131                 move the page to Display/
4132                 rework the gui
4133
4134 2006-01-09 [wwp]        1.9.100cvs127
4135
4136         * src/prefs_themes.c
4137                 made the prefs/display/themes layouts spacing less condensed
4138                 (and so they match other prefs/pages' look).
4139
4140 2006-01-09 [paul]       1.9.100cvs126
4141
4142         * src/compose.c
4143         * src/prefs_common.c
4144         * src/prefs_common.h
4145         * src/prefs_wrapping.c
4146                 remove 'wrap at send' option
4147
4148 2006-01-06 [colin]      1.9.100cvs125
4149
4150         * src/compose.c
4151                 Just make completely sure we don't insert "manual line breaks" 
4152                 when wrapping... 
4153
4154 2006-01-04 [paul]
4155
4156         * 2.0.0-rc3 released
4157
4158 2006-01-04 [paul]       1.9.100cvs124
4159
4160         * src/folderview.c
4161                 fix bug 882, 'quick scroll in folder list
4162                 displays wrong folder contents'
4163
4164 2006-01-04 [paul]       1.9.100cvs123
4165
4166         * src/plugins/pgpmime/pgpmime.c
4167                 better debug information when signing
4168                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4169
4170 2006-01-03 [colin]      1.9.100cvs122
4171
4172         * configure.ac
4173                 We need to recheck for gpgme 1.0.0 after checking
4174                 for 1.1.1, because if 1.1.1 isn't available, 
4175                 GPGME_LIBS and friends are blanked out by the 
4176                 second check.
4177
4178 2006-01-03 [colin]      1.9.100cvs121
4179
4180         * src/common/prefs.c
4181                 Windows unlink-before rename fix
4182         * src/plugins/pgpcore/sgpgme.c
4183                 Add support for PKA info if available
4184                 Both patches by Werner Koch
4185
4186 2006-01-03 [paul]       1.9.100cvs120
4187
4188         * src/messageview.c
4189                 fix bug 884, 'Send receipt' button visible in queue
4190                 Thanks to Colin
4191
4192 2006-01-02 [colin]      1.9.100cvs119
4193
4194         * src/compose.c
4195         * src/imap.c
4196                 Fix autosave on IMAP and more generally try to
4197                 return the correct ID on a newly added IMAP message
4198
4199 2006-01-02 [paul]       1.9.100cvs118
4200
4201         * manual/keyboard.xml
4202                 edited
4203
4204 2006-01-01 [paul]       1.9.100cvs117
4205
4206         * src/gtk/authors.h
4207                 alphabetical order
4208
4209 2005-12-30 [colin]      1.9.100cvs116
4210
4211         * manual/advanced.xml
4212                 Explain Pre/Post-processing differences.
4213
4214 2005-12-30 [colin]      1.9.100cvs115
4215
4216         * src/mh.c
4217                 Implement copy_msgs for a little optimization
4218         * src/imap.c
4219                 Finish yesterday's fix
4220
4221 2005-12-29 [colin]      1.9.100cvs114
4222
4223         * src/imap.c
4224                 Fix occasional failure in fetching a mail over
4225                 IMAP
4226
4227 2005-12-29 [colin]      1.9.100cvs113
4228
4229         * src/compose.c
4230                 Don't remove a draft when sending it, if it is 
4231                 locked.
4232
4233 2005-12-28 [colin]      1.9.100cvs112
4234
4235         * src/summaryview.c
4236                 Fix leak for real
4237
4238 2005-12-28 [wwp]        1.9.100cvs111
4239
4240         * doc/faq/.cvsignore
4241         * doc/faq/de/.cvsignore
4242         * doc/faq/en/.cvsignore
4243         * doc/faq/es/.cvsignore
4244         * doc/faq/fr/.cvsignore
4245         * doc/faq/it/.cvsignore
4246         * doc/manual/.cvsignore
4247         * doc/manual/de/.cvsignore
4248         * doc/manual/en/.cvsignore
4249         * doc/manual/es/.cvsignore
4250         * doc/manual/fr/.cvsignore
4251         * doc/manual/ja/.cvsignore
4252         * src/plugins/mathml_viewer/.cvsignore
4253                 rollback revival of those files (my bad, sorry for the noise).
4254
4255 2005-12-28 [wwp]        1.9.100cvs110
4256
4257         * src/compose.c
4258                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
4259
4260 2005-12-28 [wwp]        1.9.100cvs109
4261
4262         * doc/faq/.cvsignore
4263         * doc/faq/de/.cvsignore
4264         * doc/faq/en/.cvsignore
4265         * doc/faq/es/.cvsignore
4266         * doc/faq/fr/.cvsignore
4267         * doc/faq/it/.cvsignore
4268         * doc/manual/.cvsignore
4269         * doc/manual/de/.cvsignore
4270         * doc/manual/en/.cvsignore
4271         * doc/manual/es/.cvsignore
4272         * doc/manual/fr/.cvsignore
4273         * doc/manual/ja/.cvsignore
4274         * src/plugins/mathml_viewer/.cvsignore
4275         * po/.cvsignore
4276                 more files to ignore.
4277
4278 2005-12-24 [colin]      1.9.100cvs108
4279
4280         * AUTHORS
4281         * src/gtk/authors.h
4282                 Update for Werner
4283
4284 2005-12-24 [colin]      1.9.100cvs107
4285
4286         * src/procmsg.c
4287                 Allow NULL src_msginfo in 
4288                 procmsg_msginfo_new_from_mimeinfo
4289
4290 2005-12-23 [paul]       1.9.100cvs106
4291
4292         * src/plugins/pgpinline/mypgpcore.def
4293                 add this forgotten file
4294
4295 2005-12-23 [colin]      1.9.100cvs105
4296
4297         * src/mainwindow.c
4298                 Fix missing break
4299
4300 2005-12-23 [colin]      1.9.100cvs104
4301
4302         * autogen.sh
4303         * src/folder.c
4304         * src/mh.c
4305         * src/common/plugin.c
4306         * src/common/socket.c
4307         * src/common/socket.h
4308         * src/common/utils.c
4309         * src/common/utils.h
4310         * src/gtk/pluginwindow.c
4311         * src/plugins/pgpcore/plugin.def
4312         * src/plugins/pgpcore/sylpheed.def
4313         * src/plugins/pgpinline/Makefile.am
4314         * src/plugins/pgpinline/plugin.def
4315         * src/plugins/pgpinline/sylpheed.def
4316         * src/plugins/pgpmime/plugin.def
4317         * src/plugins/pgpmime/sylpheed.def
4318                 Various w32 fixes by Werner Koch
4319
4320 2005-12-22 [paul]       1.9.100cvs103
4321
4322         * src/wizard.c
4323                 don't offer IMAP as 'server type' if
4324                 libetpan isn't built in
4325
4326 2005-12-22 [paul]       1.9.100cvs102
4327
4328         * AUTHORS
4329         * src/mainwindow.c
4330         * src/mainwindow.h
4331         * src/toolbar.c
4332         * src/gtk/authors.h
4333                 support GTK_TOOLBAR_BOTH_HORIZ (text
4334                 next to icon) Patch by Marien Zwart
4335                 marienz@users.sf.net
4336                 Also reword the text
4337
4338 2005-12-21 [colin]      1.9.100cvs101
4339
4340         * configure.ac
4341                 Fix DATADIRNAME
4342         * COPYING
4343                 Fix missing section and explicit the exception better
4344         * src/compose.c
4345                 Prevent mail from being lost without notice when an
4346                 SMTP error happens on trying to send an unmodified
4347                 drafted mail.
4348         * src/send_message.c
4349         * src/common/smtp.c
4350                 Fix password remembering when wrong, and add return
4351                 value checks where they should have been
4352         * src/plugins/pgpcore/sylpheed.def
4353         * src/plugins/pgpinline/sylpheed.def
4354         * src/plugins/pgpmime/sylpheed.def
4355                 Add a few symbols needed
4356
4357 2005-12-21 [paul]       1.9.100cvs100
4358
4359         * m4/codeset.m4
4360         * m4/glibc21.m4
4361         * m4/intdiv0.m4
4362         * m4/inttypes-pri.m4
4363         * m4/inttypes.m4
4364         * m4/inttypes_h.m4
4365         * m4/isc-posix.m4
4366         * m4/lcmessage.m4
4367         * m4/stdint_h.m4
4368         * m4/uintmax_t.m4
4369                 gettextization
4370                 thanks to Colin
4371
4372 2005-12-21 [paul]       1.9.100cvs99
4373
4374         * po/sv.po
4375                 fixed by Colin
4376
4377 2005-12-20 [paul]       1.9.100cvs98
4378
4379         * po/sv.po
4380                 updated by Anders Trobäck
4381
4382 2005-12-20 [colin]      1.9.100cvs97
4383
4384         * ABOUT-NLS
4385         * Makefile.am
4386         * autogen.sh
4387         * configure.ac
4388         * config/config.rpath
4389         * config/mkinstalldirs
4390         * m4/Makefile.am
4391         * m4/glibc2.m4
4392         * m4/gnupg.m4
4393         * m4/gpgme.m4
4394         * m4/intmax.m4
4395         * m4/longdouble.m4
4396         * m4/longlong.m4
4397         * m4/printf-posix.m4
4398         * m4/signed.m4
4399         * m4/size_max.m4
4400         * m4/ulonglong.m4
4401         * m4/wchar_t.m4
4402         * m4/wint_t.m4
4403         * m4/xsize.m4
4404         * po/Makefile.in.in
4405         * po/Makevars
4406         * po/bg.po
4407         * po/ca.po
4408         * po/cs.po
4409         * po/de.po
4410         * po/el.po
4411         * po/en_GB.po
4412         * po/es.po
4413         * po/fi.po
4414         * po/fr.po
4415         * po/hr.po
4416         * po/hu.po
4417         * po/it.po
4418         * po/ja.po
4419         * po/ko.po
4420         * po/nb.po
4421         * po/nl.po
4422         * po/pl.po
4423         * po/pt_BR.po
4424         * po/ru.po
4425         * po/sk.po
4426         * po/sr.po
4427         * po/stamp-po
4428         * po/sv.po
4429         * po/zh_CN.po
4430         * po/zh_TW.po
4431         * src/Makefile.am
4432         * src/codeconv.c
4433         * src/compose.c
4434         * src/exporthtml.c
4435         * src/exportldif.c
4436         * src/folder.c
4437         * src/main.c
4438         * src/manual.c
4439         * src/mh.c
4440         * src/mimeview.c
4441         * src/send_message.c
4442         * src/common/Makefile.am
4443         * src/common/fnmatch.c
4444         * src/common/fnmatch.h
4445         * src/common/fnmatch_loop.c
4446         * src/common/nntp.c
4447         * src/common/plugin.c
4448         * src/common/smtp.c
4449         * src/common/socket.c
4450         * src/common/string_match.c
4451         * src/common/sylpheed.c
4452         * src/common/utils.c
4453         * src/common/utils.h
4454         * src/common/w32_dirent.c
4455         * src/common/w32_reg.c
4456         * src/common/w32_signal.c
4457         * src/common/w32_stat.c
4458         * src/common/w32_stdio.c
4459         * src/common/w32_stdlib.c
4460         * src/common/w32_string.c
4461         * src/common/w32_time.c
4462         * src/common/w32_unistd.c
4463         * src/common/w32_wait.c
4464         * src/common/w32lib.h
4465         * src/etpan/Makefile.am
4466         * src/gtk/Makefile.am
4467         * src/plugins/clamav/Makefile.am
4468         * src/plugins/demo/Makefile.am
4469         * src/plugins/dillo_viewer/Makefile.am
4470         * src/plugins/pgpcore/Makefile.am
4471         * src/plugins/pgpcore/passphrase.c
4472         * src/plugins/pgpcore/plugin.def
4473         * src/plugins/pgpcore/sgpgme.c
4474         * src/plugins/pgpcore/sylpheed.def
4475         * src/plugins/pgpcore/version.rc
4476         * src/plugins/pgpinline/Makefile.am
4477         * src/plugins/pgpinline/plugin.def
4478         * src/plugins/pgpinline/sylpheed.def
4479         * src/plugins/pgpinline/version.rc
4480         * src/plugins/pgpmime/Makefile.am
4481         * src/plugins/pgpmime/mypgpcore.def
4482         * src/plugins/pgpmime/plugin.def
4483         * src/plugins/pgpmime/sylpheed.def
4484         * src/plugins/pgpmime/version.rc
4485         * src/plugins/spamassassin/Makefile.am
4486                 Very little ;-) patch from Werner Koch, providing
4487                 infrastructure for cross-compiling to Win32
4488
4489 2005-12-20 [paul]       1.9.100cvs96
4490
4491         * src/account.c
4492         * src/account.h
4493         * src/mainwindow.c
4494         * src/mainwindow.h
4495         * src/toolbar.c
4496         * src/toolbar.h
4497                 add a combo to the Get All button, allowing
4498                 quick retrieval from any account
4499                 Patch by Fabien Vantard, slightly modified
4500                 by Colin
4501         * src/gtk/about.c
4502                 i18n fix. Patch by Fabien Vantard
4503
4504 2005-12-19 [colin]      1.9.100cvs95
4505
4506         * src/compose.c
4507         * src/compose.h
4508                 Don't automatically join lines when they've 
4509                 been separated by the user and not automatically
4510
4511 2005-12-19 [paul]       1.9.100cvs94
4512
4513         * src/gtk/pluginwindow.c
4514                 i18n fix.
4515                 Patch by Fabien Vantard
4516
4517 2005-12-15 [paul]       1.9.100cvs93
4518
4519         * src/common/plugin.c
4520         * src/common/plugin.h
4521         * src/gtk/pluginwindow.c
4522         * src/plugins/clamav/clamav_plugin.c
4523         * src/plugins/demo/demo.c
4524         * src/plugins/dillo_viewer/dillo_viewer.c
4525         * src/plugins/pgpcore/plugin.c
4526         * src/plugins/pgpinline/plugin.c
4527         * src/plugins/pgpmime/plugin.c
4528         * src/plugins/spamassassin/spamassassin.c
4529         * src/plugins/trayicon/trayicon.c
4530                 add plugin_version()
4531
4532 2005-12-15 [colin]      1.9.100cvs92
4533
4534         * src/compose.c
4535                 Further fix bug #875
4536
4537 2005-12-15 [paul]       1.9.100cvs91
4538
4539         * src/gtk/filesel.c
4540                 fix attach_load_dir getting set to
4541                 PLUGINDIR on plugin load
4542
4543 2005-12-14 [mones]      1.9.100cvs90
4544
4545         * manual/ack.xml
4546         * manual/keyboard.xml
4547                 Initial draft and some shortcuts added
4548                 
4549         * po/es.po
4550                 Updated translation
4551
4552 2005-12-14 [colin]      1.9.100cvs89
4553
4554         * src/compose.c
4555         * src/imap.c
4556         * src/summaryview.c
4557         * src/gtk/gtkaspell.c
4558                 More leaks fixed
4559         * src/prefs_folder_item.c
4560                 Fix recursive prefs apply
4561
4562
4563 2005-12-14 [colin]      1.9.100cvs88
4564
4565         * src/compose.c
4566                 Fix bug #875 (Freeze On Inline Forward of 
4567                 Large Message)
4568
4569 2005-12-13 [colin]      1.9.100cvs87
4570
4571         * src/compose.c
4572                 Uniq-ify and sort the mimetypes list
4573                 Patch by Fabien Vantard
4574
4575 2005-12-13 [colin]      1.9.100cvs86
4576
4577         * src/imap.c
4578         * src/etpan/imap-thread.c
4579                 Fix leaks (patch by Hoa)
4580         * src/news.c
4581         * src/common/plugin.c
4582                 Fix leaks
4583
4584 2005-12-12 [colin]
4585
4586         * 2.0.0-rc2 released
4587
4588 2005-12-12 [colin]      1.9.100cvs85
4589
4590         * src/matcher.c
4591                 Fix a leak
4592
4593 2005-12-12 [wwp]        1.9.100cvs84
4594
4595         * src/gtk/icon_legend.c
4596                 fix misbehaviour and crash when closing the legend window
4597         using the Esc key (patch by Fabien Vantard).
4598
4599 2005-12-12 [paul]       1.9.100cvs83
4600
4601         * src/browseldap.c
4602         * src/foldersel.c
4603         * src/prefs_actions.c
4604         * src/prefs_filtering.c
4605         * src/prefs_matcher.c
4606         * src/prefs_spelling.glade      ** REMOVED **
4607         * src/prefs_template.c
4608         * src/gtk/foldersort.glade      ** REMOVED **
4609         * src/gtk/pluginwindow.c
4610         * src/gtk/pluginwindow.glade    ** REMOVED **
4611         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
4612                 cleanups
4613
4614 2005-12-11 [paul]       1.9.100cvs82
4615
4616         * src/gtk/filesel.c
4617                 fix attach_load_dir crasher (double free)
4618
4619 2005-12-09 [paul]       1.9.100cvs81
4620
4621         * po/POTFILES.in
4622         * src/mainwindow.c
4623         * src/gtk/Makefile.am
4624         * src/gtk/icon_legend.c
4625         * src/gtk/icon_legend.h
4626                 add icon legend
4627         * src/manual.c
4628                 cleanup
4629
4630 2005-12-09 [paul]       1.9.100cvs80
4631
4632         * src/plugins/pgpcore/passphrase.c
4633                 wrap the label in the dialog
4634
4635 2005-12-09 [colin]      1.9.100cvs79
4636
4637         * src/plugins/pgpcore/sgpgme.c
4638                 Display (untrusted) on not trusted signatures
4639                 Patch by Michal Èihaø <michal@cihar.com>
4640                 Closes bug #867 (Report also key trust)
4641
4642 2005-12-09 [colin]      1.9.100cvs78
4643
4644         * src/common/plugin.c
4645                 Update licence check, following Eben Moglen's advice
4646
4647 2005-12-08 [colin]      1.9.100cvs77
4648
4649         * src/folder.c
4650                 Fix the occasionnal item->cache != NULL 
4651                 assertion failure. 
4652
4653 2005-12-08 [colin]      1.9.100cvs76
4654
4655         * src/mimeview.c
4656         * src/plugins/pgpcore/sgpgme.c
4657                 Print key id when unable to check it
4658                 Closes bug #866 (Show key id when missing)
4659
4660 2005-12-08 [paul]       1.9.100cvs75
4661
4662         * src/prefs_common.c
4663         * src/prefs_common.h
4664         * src/gtk/filesel.c
4665                 remember load attachment dir
4666
4667 2005-12-07 [colin]      1.9.100cvs74
4668
4669         * src/prefs_toolbar.c
4670                 Gtk fixes, patch by Fabien Vantard
4671
4672 2005-12-07 [colin]      1.9.100cvs73
4673
4674         * src/action.c
4675         * src/compose.c
4676         * src/compose.h
4677                 Fix bug #839 (Quoted text isn't colored after 
4678                 executing an action)
4679         * src/common/plugin.c
4680                 Require plugins to declare their licence in plugin_licence()
4681                 Refuse to load non-GPL plugins as they'd be illegal (as 
4682                 derived works of Sylpheed-Claws, they must be GPL).
4683         * src/plugins/clamav/clamav_plugin.c
4684         * src/plugins/demo/demo.c
4685         * src/plugins/dillo_viewer/dillo_viewer.c
4686         * src/plugins/pgpcore/plugin.c
4687         * src/plugins/pgpinline/plugin.c
4688         * src/plugins/pgpmime/plugin.c
4689         * src/plugins/spamassassin/spamassassin.c
4690         * src/plugins/trayicon/trayicon.c
4691                 Add plugin_licence()
4692
4693 2005-12-07 [paul]       1.9.100cvs72
4694
4695         * configure.ac
4696         * src/mainwindow.c
4697         * src/manual.c
4698         * src/manual.h
4699         * src/common/defs.h
4700                 clean up after local FAQ removal and
4701                 temporary manual removal
4702
4703 2005-12-06 [colin]      1.9.100cvs71
4704
4705         * configure.ac
4706         * doc/Makefile.am
4707         * doc/faq/.cvsignore
4708         * doc/faq/Makefile.am
4709         * doc/faq/de/.cvsignore
4710         * doc/faq/de/Makefile.am
4711         * doc/faq/de/sylpheed-faq-1.html
4712         * doc/faq/de/sylpheed-faq-2.html
4713         * doc/faq/de/sylpheed-faq-3.html
4714         * doc/faq/de/sylpheed-faq.html
4715         * doc/faq/en/.cvsignore
4716         * doc/faq/en/Makefile.am
4717         * doc/faq/en/sylpheed-faq-1.html
4718         * doc/faq/en/sylpheed-faq-2.html
4719         * doc/faq/en/sylpheed-faq-3.html
4720         * doc/faq/en/sylpheed-faq-4.html
4721         * doc/faq/en/sylpheed-faq.html
4722         * doc/faq/es/.cvsignore
4723         * doc/faq/es/Makefile.am
4724         * doc/faq/es/sylpheed-faq-1.html
4725         * doc/faq/es/sylpheed-faq-2.html
4726         * doc/faq/es/sylpheed-faq-3.html
4727         * doc/faq/es/sylpheed-faq-4.html
4728         * doc/faq/es/sylpheed-faq.html
4729         * doc/faq/fr/.cvsignore
4730         * doc/faq/fr/Makefile.am
4731         * doc/faq/fr/sylpheed-faq-1.html
4732         * doc/faq/fr/sylpheed-faq-2.html
4733         * doc/faq/fr/sylpheed-faq-3.html
4734         * doc/faq/fr/sylpheed-faq.html
4735         * doc/faq/it/.cvsignore
4736         * doc/faq/it/Makefile.am
4737         * doc/faq/it/sylpheed-faq-1.html
4738         * doc/faq/it/sylpheed-faq-2.html
4739         * doc/faq/it/sylpheed-faq-3.html
4740         * doc/faq/it/sylpheed-faq.html
4741         * doc/manual/.cvsignore
4742         * doc/manual/Makefile.am
4743         * doc/manual/de/.cvsignore
4744         * doc/manual/de/Makefile.am
4745         * doc/manual/de/sylpheed-1.html
4746         * doc/manual/de/sylpheed-10.html
4747         * doc/manual/de/sylpheed-11.html
4748         * doc/manual/de/sylpheed-12.html
4749         * doc/manual/de/sylpheed-13.html
4750         * doc/manual/de/sylpheed-14.html
4751         * doc/manual/de/sylpheed-15.html
4752         * doc/manual/de/sylpheed-16.html
4753         * doc/manual/de/sylpheed-17.html
4754         * doc/manual/de/sylpheed-18.html
4755         * doc/manual/de/sylpheed-19.html
4756         * doc/manual/de/sylpheed-2.html
4757         * doc/manual/de/sylpheed-20.html
4758         * doc/manual/de/sylpheed-3.html
4759         * doc/manual/de/sylpheed-4.html
4760         * doc/manual/de/sylpheed-5.html
4761         * doc/manual/de/sylpheed-6.html
4762         * doc/manual/de/sylpheed-7.html
4763         * doc/manual/de/sylpheed-8.html
4764         * doc/manual/de/sylpheed-9.html
4765         * doc/manual/de/sylpheed.html
4766         * doc/manual/en/.cvsignore
4767         * doc/manual/en/Makefile.am
4768         * doc/manual/en/sylpheed-1.html
4769         * doc/manual/en/sylpheed-10.html
4770         * doc/manual/en/sylpheed-11.html
4771         * doc/manual/en/sylpheed-12.html
4772         * doc/manual/en/sylpheed-13.html
4773         * doc/manual/en/sylpheed-14.html
4774         * doc/manual/en/sylpheed-15.html
4775         * doc/manual/en/sylpheed-16.html
4776         * doc/manual/en/sylpheed-17.html
4777         * doc/manual/en/sylpheed-18.html
4778         * doc/manual/en/sylpheed-19.html
4779         * doc/manual/en/sylpheed-2.html
4780         * doc/manual/en/sylpheed-20.html
4781         * doc/manual/en/sylpheed-21.html
4782         * doc/manual/en/sylpheed-22.html
4783         * doc/manual/en/sylpheed-3.html
4784         * doc/manual/en/sylpheed-4.html
4785         * doc/manual/en/sylpheed-5.html
4786         * doc/manual/en/sylpheed-6.html
4787         * doc/manual/en/sylpheed-7.html
4788         * doc/manual/en/sylpheed-8.html
4789         * doc/manual/en/sylpheed-9.html
4790         * doc/manual/en/sylpheed.html
4791         * doc/manual/es/.cvsignore
4792         * doc/manual/es/Makefile.am
4793         * doc/manual/es/sylpheed-1.html
4794         * doc/manual/es/sylpheed-10.html
4795         * doc/manual/es/sylpheed-11.html
4796         * doc/manual/es/sylpheed-12.html
4797         * doc/manual/es/sylpheed-13.html
4798         * doc/manual/es/sylpheed-14.html
4799         * doc/manual/es/sylpheed-15.html
4800         * doc/manual/es/sylpheed-16.html
4801         * doc/manual/es/sylpheed-17.html
4802         * doc/manual/es/sylpheed-18.html
4803         * doc/manual/es/sylpheed-19.html
4804         * doc/manual/es/sylpheed-2.html
4805         * doc/manual/es/sylpheed-20.html
4806         * doc/manual/es/sylpheed-3.html
4807         * doc/manual/es/sylpheed-4.html
4808         * doc/manual/es/sylpheed-5.html
4809         * doc/manual/es/sylpheed-6.html
4810         * doc/manual/es/sylpheed-7.html
4811         * doc/manual/es/sylpheed-8.html
4812         * doc/manual/es/sylpheed-9.html
4813         * doc/manual/es/sylpheed.html
4814         * doc/manual/fr/.cvsignore
4815         * doc/manual/fr/Makefile.am
4816         * doc/manual/fr/sylpheed-1.html
4817         * doc/manual/fr/sylpheed-10.html
4818         * doc/manual/fr/sylpheed-11.html
4819         * doc/manual/fr/sylpheed-12.html
4820         * doc/manual/fr/sylpheed-13.html
4821         * doc/manual/fr/sylpheed-14.html
4822         * doc/manual/fr/sylpheed-15.html
4823         * doc/manual/fr/sylpheed-16.html
4824         * doc/manual/fr/sylpheed-17.html
4825         * doc/manual/fr/sylpheed-18.html
4826         * doc/manual/fr/sylpheed-19.html
4827         * doc/manual/fr/sylpheed-2.html
4828         * doc/manual/fr/sylpheed-20.html
4829         * doc/manual/fr/sylpheed-3.html
4830         * doc/manual/fr/sylpheed-4.html
4831         * doc/manual/fr/sylpheed-5.html
4832         * doc/manual/fr/sylpheed-6.html
4833         * doc/manual/fr/sylpheed-7.html
4834         * doc/manual/fr/sylpheed-8.html
4835         * doc/manual/fr/sylpheed-9.html
4836         * doc/manual/fr/sylpheed.html
4837         * doc/manual/ja/.cvsignore
4838         * doc/manual/ja/Makefile.am
4839         * doc/manual/ja/sylpheed-1.html
4840         * doc/manual/ja/sylpheed-10.html
4841         * doc/manual/ja/sylpheed-11.html
4842         * doc/manual/ja/sylpheed-12.html
4843         * doc/manual/ja/sylpheed-13.html
4844         * doc/manual/ja/sylpheed-14.html
4845         * doc/manual/ja/sylpheed-15.html
4846         * doc/manual/ja/sylpheed-16.html
4847         * doc/manual/ja/sylpheed-17.html
4848         * doc/manual/ja/sylpheed-18.html
4849         * doc/manual/ja/sylpheed-19.html
4850         * doc/manual/ja/sylpheed-2.html
4851         * doc/manual/ja/sylpheed-20.html
4852         * doc/manual/ja/sylpheed-3.html
4853         * doc/manual/ja/sylpheed-4.html
4854         * doc/manual/ja/sylpheed-5.html
4855         * doc/manual/ja/sylpheed-6.html
4856         * doc/manual/ja/sylpheed-7.html
4857         * doc/manual/ja/sylpheed-8.html
4858         * doc/manual/ja/sylpheed-9.html
4859         * doc/manual/ja/sylpheed.html
4860         * doc/manual/ja/sylpheed.sgml
4861         * src/mainwindow.c
4862                 Remove outdated manual and faq. Noisy, eh?
4863
4864 2005-12-06 [colin]      1.9.100cvs70
4865
4866         * src/compose.c
4867         * src/quote_fmt_parse.y
4868         * src/undo.c
4869         * src/undo.h
4870                 Allow %X to position cursor at 0 
4871                 (no %X = before signature)
4872                 Fix paste as quotation putting the cursor at 0
4873                 Fix undo offsets when pasting
4874                 Insert the quote_fmt at once instead of line 
4875                 by line
4876                 Fix [Edited] when starting to reply/forward
4877
4878 2005-12-06 [paul]       1.9.100cvs69
4879
4880         * src/plugins/clamav/clamav_plugin_gtk.c
4881                 add another tooltip
4882         * src/plugins/spamassassin/spamassassin_gtk.c
4883                 rework spamassassin_create_widget_func()
4884
4885 2005-12-05 [colin]      1.9.100cvs68
4886
4887         * po/POTFILES.in
4888                 Fix make release ;-)
4889
4890 2005-12-05 [colin]      1.9.100cvs67
4891
4892         * src/compose.c
4893         * src/compose.h
4894                 Fix cursor positioning (not obeying %X)
4895
4896 2005-12-05 [paul]       1.9.100cvs66
4897
4898         * src/plugins/dillo_viewer/dillo_prefs.c
4899                 fix compilation warning
4900
4901 2005-12-05 [paul]       1.9.100cvs65
4902
4903         * src/prefs_spelling.c
4904         * src/plugins/trayicon/trayicon.c
4905                 cleanups - remove unused stuff
4906
4907 2005-12-05 [paul]       1.9.100cvs64
4908
4909         * README
4910         * manual/plugins.xml
4911                 remove info about removed mathml_viewer plugin
4912
4913 2005-12-05 [paul]       1.9.100cvs63
4914
4915         * configure.ac
4916         * src/plugins/Makefile.am
4917         * src/plugins/mathml_viewer/.cvsignore
4918         * src/plugins/mathml_viewer/Makefile.am
4919         * src/plugins/mathml_viewer/mathml_viewer.c
4920                 remove unmaintained mathml_viewer plugin
4921
4922 2005-12-05 [paul]       1.9.100cvs62
4923
4924         * src/summaryview.c
4925                 obey prefs_common.always_show_msg when
4926                 moving a msg
4927                 Thanks to Colin
4928
4929 2005-12-05 [paul]       1.9.100cvs61
4930
4931         * src/compose.c
4932         * src/prefs_account.c
4933         * src/prefs_filtering.c
4934         * src/prefs_quote.c
4935         * src/prefs_spelling.c
4936         * src/prefs_toolbar.c
4937         * src/summaryview.c
4938         * src/gtk/gtkutils.c
4939         * src/gtk/quicksearch.c
4940         * src/plugins/dillo_viewer/dillo_prefs.c
4941                 dialog cleanups
4942
4943 2005-12-04 [paul]       1.9.100cvs60
4944
4945         * src/inc.c
4946         * src/prefs_account.c
4947         * src/prefs_account.h
4948                 allow a Local account to specify a
4949                 default inbox
4950                 (closes bug 843 'Inbox cannot be changed for local
4951                  mailboxes')
4952
4953 2005-12-04 [colin]      1.9.100cvs59
4954
4955         * src/plugins/trayicon/trayicon.c
4956                 Remove Get, rename Get All to Get Mail in order to
4957                 be consistent with the default main toolbar
4958
4959 2005-12-03 [colin]      1.9.100cvs58
4960
4961         * manual/gpl.xml
4962         * manual/sylpheed-claws-manual.xml
4963                 Add GPL appendix
4964
4965 2005-12-03 [paul]       1.9.100cvs57
4966
4967         * AUTHORS
4968         * po/sv.po
4969         * src/gtk/authors.h
4970                 new (partially complete) Swedish translation
4971                 by Anders Troback <sylpheed@troback.com>
4972
4973 2005-12-02 [paul]       1.9.100cvs56
4974
4975         * configure.ac
4976                 libetpan 0.41 required
4977
4978 2005-12-02 [paul]       1.9.100cvs55
4979
4980         * src/plugins/clamav/clamav_plugin.c
4981         * src/plugins/clamav/clamav_plugin.h
4982         * src/plugins/clamav/clamav_plugin_gtk.c
4983         * src/plugins/spamassassin/spamassassin.c
4984         * src/plugins/spamassassin/spamassassin.h
4985         * src/plugins/spamassassin/spamassassin_gtk.c
4986                 unregister prefs pages on unloading, thus
4987                 preventing a crash
4988                 (thanks to Colin for the hint)
4989
4990 2005-12-02 [wwp]        1.9.100cvs54
4991
4992         * src/quote_fmt.h
4993         * src/quote_fmt_parse.y
4994                 fix misuse of gboolean*, use gboolean instead
4995                 (thanks to Paul, Colin, for pointing out that scaring one)
4996
4997 2005-12-02 [paul]       1.9.100cvs53
4998
4999         * src/plugins/clamav/clamav_plugin.c
5000                 int no --> unsigned int no
5001         * src/plugins/clamav/clamav_plugin_gtk.c
5002                 rework config page
5003
5004 2005-12-02 [wwp]        1.9.100cvs52
5005
5006         * src/compose.c
5007         * src/prefs_template.c
5008         * src/quote_fmt.h
5009         * src/quote_fmt_parse.y
5010                 prevent from executing |f and |p templates commands when
5011                 adding or replacing templates in prefs (avoids annoying and
5012                 potentially dangerous behaviours)
5013
5014 2005-12-02 [paul]       1.9.100cvs51
5015
5016         * src/prefs_common.c
5017                 allow translation of some default values
5018                 Patch by Fabien Vantard
5019
5020 2005-12-02 [paul]       1.9.100cvs50
5021
5022         * src/codeconv.c
5023         * src/codeconv.h
5024         * src/prefs_common.c
5025         * src/prefs_common.h
5026         * src/prefs_message.c
5027         * src/textview.c
5028                 remove obsolete 'convert_mb_alnum' option
5029                 and related stuff
5030         * src/gtk/about.c
5031                 remove unused 'about_textview_visibility_notify'
5032
5033 2005-12-02 [paul]       1.9.100cvs49
5034
5035         * src/prefs_account.c
5036         * src/prefs_compose_writing.c
5037         * src/prefs_fonts.c
5038         * src/prefs_gtk.h
5039         * src/prefs_image_viewer.c
5040         * src/prefs_message.c
5041         * src/prefs_other.c
5042         * src/prefs_receive.c
5043         * src/prefs_send.c
5044         * src/prefs_spelling.c
5045         * src/prefs_summaries.c
5046         * src/prefs_wrapping.c
5047         * src/plugins/dillo_viewer/dillo_prefs.c
5048         * src/plugins/pgpcore/prefs_gpg.c
5049                 several cleanups to the prefs dialogs
5050                 (slightly modified) patch by Fabien Vantard
5051
5052 2005-12-02 [paul]       1.9.100cvs48
5053
5054         * src/main.c
5055                 --exit means exit
5056         * src/send_message.c
5057                 fix crash on send when connection fails
5058
5059         Thanks to Colin
5060
5061 2005-12-01 [colin]      1.9.100cvs47
5062
5063         * src/html.c
5064                 Translate &hellip; to "..."
5065
5066 2005-11-30 [colin]      1.9.100cvs46
5067
5068         * src/matcher.c
5069         * src/matcher.h
5070                 Optimize back yesterday's fix.
5071
5072 2005-11-30 [paul]       1.9.100cvs45
5073
5074         * manual/faq.xml
5075                 standardised
5076         * manual/intro.xml
5077                 written by Colin, edited by me
5078
5079 2005-11-29 [colin]      1.9.100cvs44
5080
5081         * src/matcher.c
5082                 Skip headers unconditionnaly in match_body if the
5083                 rule is not message or ~message
5084
5085 2005-11-29 [colin]      1.9.100cvs43
5086
5087         * src/matcher.c
5088                 Fix body_part and such, not skipping headers 
5089                 if the matchcriteria wasn't the first in the rule
5090
5091 2005-11-29 [colin]      1.9.100cvs42
5092
5093         * src/compose.c
5094                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
5095                 option missing from message view window)
5096                 Fix double text D'n'D with gtk-2.8
5097         * src/matcher.c
5098                 Fix ~message, ~headers_part, ~body_part rules
5099         * src/messageview.c
5100                 Add Windows-1252 (Closes bug #863)
5101                 Fix accels
5102         * src/gtk/gtkaspell.c
5103                 Properly destroy accels in all menus
5104
5105 2005-11-29 [mones]      1.9.100cvs41
5106
5107         * po/es.po
5108                 Updated.
5109
5110 2005-11-27 [colin]      1.9.100cvs40
5111
5112         * src/mh_gtk.c
5113                 "/Remove mailbox" -> "/Remove mailbox..."
5114
5115 2005-11-27 [paul]       1.9.100cvs39
5116
5117         * AUTHORS
5118         * po/de.po
5119         * src/gtk/authors.h
5120                 updated by new maintainer, Stephan Sachse
5121
5122 2005-11-27 [paul]       1.9.100cvs38
5123
5124         * manual/faq.xml
5125                 written by Colin, edited by me
5126
5127 2005-11-27 [paul]       1.9.100cvs37
5128
5129         * src/prefs_common.c
5130         * src/prefs_common.h
5131         * src/prefs_receive.c
5132         * src/prefs_summaries.c
5133                 move 'go to inbox after receiving new mail'
5134                 option from display/sumamaries to mail
5135                 handling/receive, and rework prefs_summaries
5136                 dialog a little
5137
5138 2005-11-25 [martin]     1.9.100cvs36
5139
5140         * po/de.po
5141             fixed windows-1252 translation;
5142             translated some new and fuzzy strings
5143
5144 2005-11-25 [paul]       1.9.100cvs35
5145
5146         * src/plugins/clamav/clamav_plugin.c
5147                 complete the update done in cvs34
5148
5149 2005-11-25 [paul]       1.9.100cvs34
5150
5151         * src/plugins/clamav/clamav_plugin.c
5152                 reflect upstream changes
5153
5154 2005-11-25 [paul]       1.9.100cvs33
5155
5156         * manual/ack.xml
5157         * manual/plugins.xml
5158         * manual/sylpheed-claws-manual.xml
5159                 written/updated by Colin, edited by me
5160         * tools/acroread2sylpheed.pl
5161                 update binary name
5162
5163 2005-11-24 [colin]      1.9.100cvs32
5164
5165         * src/compose.c
5166                 Fix bug #856 (reediting messages forgets Request
5167                 Return Receipt)
5168
5169 2005-11-24 [paul]       1.9.100cvs31
5170
5171         * manual/addrbook.xml
5172         * manual/starting.xml
5173                 written by Colin, proofread, edited, adapted by me
5174         * manual/advanced.xml
5175                 add some Actions examples
5176         * src/importldif.c
5177                 use a Save button instead of a Close button
5178         * src/wizard.c
5179                 indicate mandatory fields
5180                 fix page display
5181                 Thanks to Colin
5182
5183 2005-11-23 [colin]      1.9.100cvs30
5184
5185         * src/addressbook.c
5186                 Rename menu item, fix possible crash after
5187                 deletion of books
5188         * src/addrindex.c
5189                 Allow searching for '*' in ldap
5190         * src/browseldap.c
5191                 Fix "Browse Entry" (did anyone use it?)
5192         * src/wizard.c
5193                 Add guards for mandatory information
5194
5195 2005-11-23 [paul]       1.9.100cvs29
5196
5197         * manual/advanced.xml
5198                 corrections to the English
5199
5200 2005-11-23 [colin]      1.9.100cvs28
5201
5202         * src/mimeview.c
5203                 Fix possible crash at exit. After the call to
5204                 gtk_container_remove(), the Viewer's widget has no
5205                 more parent so gtk+ automatically frees it and its
5206                 sons. If destroy_viewer() then try to access it,
5207                 problems ensue.
5208
5209 2005-11-22 [colin]      1.9.100cvs27
5210
5211         * src/compose.c
5212         * src/gtk/gtkaspell.c
5213                 Fix right-clicking on a misspelled word
5214                 Fix More... in suggestions menu
5215
5216 2005-11-22 [wwp]        1.9.100cvs26
5217
5218         * src/prefs_template.c
5219                 templates works: re-sort templates list when adding or replacing,
5220                 prevent from adding or replacing when the template name is empty
5221
5222 2005-11-21 [colin]      1.9.100cvs25
5223
5224         * src/addressbook.c
5225                 Fix some addressbook suckage (dnd, select all)
5226         * src/compose.c
5227         * src/gtk/gtkaspell.c
5228         * src/gtk/gtkaspell.h
5229                 Make the spellchecker menu work with the 
5230                 GtkTextView one instead of overriding it
5231
5232 2005-11-20 [paul]       1.9.100cvs24
5233
5234         * manual/handling.xml
5235                 proofread and corrected
5236
5237 2005-11-20 [paul]       1.9.100cvs23
5238
5239         * manual/Makefile
5240                 generate html as one file
5241         * manual/advanced.xml
5242                 fix output generation
5243                 reformat hidden options list
5244         * manual/manual.xml     ** REMOVED **
5245         * manual/sylpheed-claws-manual.xml      ** ADDED **
5246                 renamed
5247
5248 2005-11-18 [colin]      1.9.100cvs22
5249
5250         * src/prefs_account.c
5251                 Fix layout in news and mbox accounts
5252         * manual/account.xml
5253         * manual/advanced.xml
5254                 New contents for Paul to check :)
5255
5256 2005-11-18 [wwp]        1.9.100cvs21
5257
5258         * src/gtk/quicksearch.c
5259                 don't update extended quicksearch buttons twice
5260
5261 2005-11-18 [paul]       1.9.100cvs20
5262
5263         * src/textview.c
5264                 complete 1.9.100cvs19
5265
5266 2005-11-18 [paul]       1.9.100cvs19
5267
5268         * src/compose.c
5269                 cosmetic improvements
5270         * src/textview.c
5271                 also list text/* attachments
5272
5273 2005-11-18 [colin]      1.9.100cvs18
5274
5275         * src/summaryview.c
5276                 Use column 0 instead of -1 in 
5277                 gtk_ctree_node_moveto, in a naive
5278                 hope it'll fix the gtk-related crashes
5279
5280 2005-11-18 [colin]      1.9.100cvs17
5281
5282         * src/gtk/inputdialog.c
5283                 Fix icon staying the first one
5284
5285 2005-11-17 [wwp]        1.9.100cvs16
5286                 fix possible problem showing some quicksearch buttons, and a bad
5287                 call to g_return_if_fail in a function that returns a value (both
5288                 fixes by Fabien Vantard)
5289
5290 2005-11-15 [wwp]        1.9.100cvs15
5291
5292         * src/gtk/quicksearch.c
5293                 added a tooltip to that obscure ... quicksearch button
5294
5295 2005-11-15 [wwp]        1.9.100cvs14
5296
5297         * src/gtk/quicksearch.c
5298                 add a quicksearch helper to filtering expression users: the ... button
5299                 raises the condition expr window. condition expressions set up w/ this
5300                 window are used by the quicksearch if the user closes it pressing OK.
5301
5302 2005-11-14 [paul]       1.9.100cvs13
5303
5304         * src/plugins/clamav/clamav_plugin.c
5305         * src/plugins/spamassassin/spamassassin.c
5306                 change plugin type following recent merging
5307
5308 2005-11-14 [wwp]        1.9.100cvs12
5309
5310         * src/folder.c
5311                 prevent from crashing when copying/moving message(s) from and
5312                 to the same folder
5313
5314 2005-11-14 [paul]       1.9.100cvs11
5315
5316         * src/plugins/clamav/Makefile.am
5317         * src/plugins/clamav/clamav_plugin.c
5318         * src/plugins/clamav/clamav_plugin.h
5319         * src/plugins/clamav/clamav_plugin_gtk.c
5320                 also merge clamav and clamav_gtk plugins
5321
5322 2005-11-13 [colin]      1.9.100cvs10
5323
5324         * configure.ac
5325         * src/plugins/spamassassin/Makefile.am
5326         * src/plugins/spamassassin/spamassassin.c
5327         * src/plugins/spamassassin/spamassassin.h
5328         * src/plugins/spamassassin/spamassassin_gtk.c
5329                 Merge spamassassin and spamassassin_gtk plugins,
5330                 and build it by default.
5331
5332 2005-11-12 [colin]      1.9.100cvs9
5333
5334         * src/etpan/imap-thread.c
5335                 Fix gcc warning
5336
5337 2005-11-12 [colin]      1.9.100cvs8
5338
5339         * src/procmime.c
5340                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
5341
5342 2005-11-10 [colin]      1.9.100cvs7
5343
5344         * src/main.c
5345                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
5346                 minimised state)
5347
5348 2005-11-10 [wwp]        1.9.100cvs6
5349
5350         * src/gtk/description_window.c
5351                 fix a crash when closing description windows using the WM's [X] button
5352
5353 2005-11-09 [colin]      1.9.100cvs5
5354
5355         * src/common/ssl.c
5356                 Update libetpan call to follow upstream
5357                 (yes, this requires libetpan-0.40cvs3)
5358
5359 2005-11-08 [colin]      1.9.100cvs4
5360
5361         * src/compose.c
5362         * src/textview.c
5363         * src/common/utils.c
5364         * src/common/utils.h
5365                 Enhance the email parser
5366
5367 2005-11-08 [colin]      1.9.100cvs3
5368
5369         * src/procmime.c
5370                 Fix what looks like an off-by-one (fixes 
5371                 attachments from the Bat)
5372
5373 2005-11-08 [wwp]        1.9.100cvs2
5374
5375         * src/main.c
5376                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
5377
5378 2005-11-08 [wwp]        1.9.100cvs1
5379
5380         * src/main.c
5381                 allow exiting Sylpheed-Claws from command-line
5382
5383 2005-11-08 [paul]       1.9.100
5384
5385         1.9.100 released
5386
5387 2005-11-07 [colin]      1.9.99cvs17
5388
5389         * src/addritem.c
5390         * src/ldif.c
5391                 Fix import of base-64 encoded items
5392
5393 2005-11-07 [colin]      1.9.99cvs16
5394
5395         * src/send_message.c
5396                 Fix bug #314 (Queue does not empty under certain 
5397                 circumstances)
5398
5399 2005-11-07 [paul]       1.9.99cvs15
5400
5401         * src/mutt.c
5402         * src/pine.c
5403                 fix buffer overflows
5404                 Thanks to Colin
5405
5406 2005-11-07 [paul]       1.9.99cvs14
5407
5408         * doc/man/Makefile.am
5409         * doc/man/sylpheed-claws.1      ** ADDED **
5410         * doc/man/sylpheed.1            ** DELETED **
5411                 rename and update the man file
5412
5413 2005-11-06 [colin]      1.9.99cvs13
5414
5415         * src/ldif.c
5416                 Fix ldif_get_line() that returned empty strings
5417                 (Didn't understand why). Also fix a possible
5418                 buffer overflow.
5419
5420 2005-11-06 [wwp]        1.9.99cvs12
5421
5422         * src/textview.c
5423         * src/gtk/about.c
5424         * src/gtk/gtkutils.c
5425         * src/gtk/gtkutils.h
5426                 fix a compilation warning,
5427                 make links sensitive in the about dialog
5428
5429 2005-11-04 [wwp]        1.9.99cvs11
5430
5431         * src/gtk/about.c
5432                 don't wrap or translate URIs, and a bit text format cleanup
5433
5434 2005-11-04 [wwp]        1.9.99cvs10
5435
5436         * src/gtk/about.c
5437                 better textview tagging implementation (no more use of marks for
5438                 postponed tagging)
5439
5440 2005-11-02 [colin]      1.9.99cvs9
5441
5442         * src/common/ssl.c
5443                 Forgot an ifdef
5444
5445 2005-11-02 [colin]      1.9.99cvs8
5446
5447         * configure.ac
5448                 Require libetpan-0.40 due to upstream fix
5449         * src/common/ssl.c
5450                 Tell libetpan not to call SSL_Library_Init,
5451                 as we do it ourselves.
5452
5453 2005-11-02 [colin]      1.9.99cvs7
5454
5455         * po/POTFILES.in
5456                 Add missing files (thanks to Fabien Vantard)
5457
5458 2005-11-02 [colin]      1.9.99cvs6
5459
5460         * src/summaryview.c
5461                 Fix totals when read messages are hidden or quicksearch
5462                 is on
5463         * src/ssl_manager.c
5464         * src/ssl_manager.h
5465         * src/common/ssl_certificate.c
5466         * src/common/ssl_certificate.h
5467         * src/gtk/sslcertwindow.c
5468         * src/gtk/sslcertwindow.h
5469                 Fix copyright on my stuff
5470
5471 2005-11-02 [wwp]        1.9.99cvs5
5472
5473         * src/prefs_themes.c
5474                 fix directory name checking (theme installation/removal),
5475                 made related error a bit more verbose
5476
5477 2005-11-02 [colin]      1.9.99cvs4
5478
5479         * src/summaryview.c
5480                 Fix typo (probably fixes bug #841 (Sort by the From 
5481                 field doesn't work)
5482
5483 2005-11-02 [paul]       1.9.99cvs3
5484
5485         * po/ko.po
5486         * po/nb.po
5487                 updated by SungHyun Nam, Geir Helland
5488         * src/wizard.c
5489                 fix typo in welcome message. spotted by
5490                 Andrea Spadaccini
5491
5492 2005-11-01 [colin]      1.9.99cvs2
5493
5494         * src/compose.c
5495                 Fix replying to ml wen confirming subscription
5496         * src/messageview.c
5497         * src/mimeview.c
5498         * src/mimeview.h
5499         * src/privacy.h
5500         * src/summaryview.c
5501                 Make key check non blocking
5502
5503 2005-10-31 [paul]       1.9.99cvs1
5504
5505         * tools/claws.i18n.status.pl
5506                 updated for ChangeLog
5507
5508 2005-10-31 [paul]       1.9.99
5509
5510         1.9.99 released
5511
5512 2005-10-31 [paul]       1.9.15cvs131
5513
5514         * .cvsignore
5515         * ChangeLog
5516         * ChangeLog.claws       ** REMOVED **
5517         * ChangeLog-gtk2.claws  ** REMOVED **
5518         * ChangeLog.gtk1        ** ADDED **
5519         * INSTALL
5520         * Makefile.am
5521         * NEWS
5522         * README
5523         * README.claws          ** REMOVED **
5524         * README.jp             ** REMOVED **
5525         * RELEASE_NOTES         ** ADDED **
5526         * RELEASE_NOTES.claws   ** REMOVED **
5527         * commitHelper
5528         * configure.ac
5529         * sylpheed.spec.in      ** REMOVED **
5530                 tidy up and update the default docs:
5531                 ChangeLog.claws is renamed ChangeLog.gtk1
5532                 ChangeLog-gtk2.claws is renamed ChangeLog
5533                 README.claws is renamed README
5534                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
5535
5536 2005-10-31 [paul]       1.9.15cvs130
5537
5538         * po/it.po
5539                 fix errors
5540
5541 2005-10-31 [paul]       1.9.15cvs129
5542
5543         * po/ca.po
5544         * po/de.po
5545         * po/en_GB.po
5546         * po/fr.po
5547         * po/it.po
5548         * po/pt_BR.po
5549         * po/sk.po
5550         * po/sr.po
5551         * po/zh_CN.po
5552                 updated by Miquel Oliete, Stephan Sachse and
5553                 Thomas Gilgin, me, Fabien Vantard, Andrea
5554                 Spadaccini, Frederico Goncalves Guimaraes,
5555                 Andrej Kacian, Aleksandar Urosevic, and
5556                 Ralgh Young.
5557
5558 2005-10-31 [mones]      1.9.15cvs128
5559
5560         * manual/faq.xml
5561                 More questions.
5562         
5563         * po/es.po
5564                 Updated for release.
5565
5566 2005-10-30 [colin]      1.9.15cvs127
5567
5568         * src/compose.c
5569                 Place cursor before rewrapping (fixes cursor
5570                 pos if quotation gets rewrapped)
5571
5572 2005-10-29 [paul]       1.9.15cvs126
5573
5574         * src/crash.c
5575         * src/foldersel.c
5576         * src/main.c
5577         * src/messageview.c
5578         * src/toolbar.c
5579         * src/gtk/authors.h
5580                 corrections to text items
5581
5582 2005-10-28 [colin]      1.9.15cvs125
5583
5584         * src/messageview.c
5585                 Make "hit 'C' to check sig" work from extern 
5586                 messageviews
5587
5588 2005-10-27 [colin]      1.9.15cvs124
5589
5590         * src/summaryview.c
5591                 Add a hack to avoid segfaulting when hammering 
5592                 on gtk's events
5593
5594 2005-10-27 [wwp]        1.9.15cvs123
5595
5596         * src/prefs_themes.c
5597                 sort list of themes names in themes prefs
5598
5599 2005-10-27 [paul]       1.9.15cvs122
5600
5601         * src/folder.c
5602         * src/prefs_account.c
5603                 fix building on Solaris
5604                 Patch by Alex Moore
5605
5606 2005-10-27 [wwp]        1.9.15cvs121
5607
5608         * src/summaryview.c
5609         * src/gtk/gtksctree.c
5610                 speed up unselecting messages in summary view (thanks to Colin)
5611
5612 2005-10-27 [paul]       1.9.15cvs120
5613
5614         * src/mainwindow.c
5615                 fix a compilation warning
5616         * src/summaryview.c
5617                 fix updating of 'n items selected' count
5618                 when deselecting
5619
5620 2005-10-27 [martin]     1.9.15cvs119
5621
5622         * src/action.c
5623                 ignore actions with a leading '/' in the action menu name
5624                 fixes a crash on menu creation
5625         * src/prefs_actions.c
5626                 do not allow a leading '/' in the action menu name
5627
5628 2005-10-27 [paul]       1.9.15cvs118
5629
5630         * src/main.c
5631                 fix compilation warning
5632
5633 2005-10-27 [paul]       1.9.15cvs117
5634
5635         * src/procmime.c
5636                 add #if HAVE_LOCALE_H
5637
5638 2005-10-27 [paul]       1.9.15cvs116
5639
5640         * src/plugins/clamav/clamav_plugin.c
5641         * src/plugins/dillo_viewer/dillo_viewer.c
5642         * src/plugins/mathml_viewer/mathml_viewer.c
5643         * src/plugins/pgpcore/plugin.c
5644         * src/plugins/pgpinline/plugin.c
5645         * src/plugins/pgpmime/plugin.c
5646         * src/plugins/spamassassin/spamassassin.c
5647         * src/plugins/trayicon/trayicon.c
5648                 plugin_init() : make error messages more
5649                 informative
5650
5651 2005-10-26 [wwp]        1.9.15cvs115
5652
5653         * src/prefs_matcher.c
5654                 enlarge boolean op widget width a bit (wasn't always showing text contents)
5655
5656 2005-10-26 [wwp]        1.9.15cvs114
5657
5658         * src/procmime.c
5659         * src/gtk/gtksctree.c
5660         * src/plugins/spamassassin/libspamc.c
5661         * src/plugins/spamassassin/spamassassin.c
5662                 fix some compilation warnings more
5663
5664 2005-10-26 [mones]      1.9.15cvs113
5665
5666         * po/es.po
5667                 Updated translation
5668
5669 2005-10-26 [paul]       1.9.15cvs112
5670
5671         * src/prefs_message.c
5672                 give all display_xface stuff the
5673                 #if HAVE_LIBCOMPFACE treatment, thus
5674                 preventing a crash
5675                 (Thanks to Wolfgang Enderlein)
5676
5677 2005-10-26 [colin]      1.9.15cvs111
5678
5679         * src/gedit-print.c
5680                 Fix date format
5681         * src/imap_gtk.c
5682         * src/news_gtk.c
5683                 Remove context menu items that should not be there
5684         * src/jpilot.c
5685                 Fix encoding
5686         * src/main.c
5687         * src/mainwindow.c
5688                 Don't show the mainwindow too soon
5689
5690 2005-10-26 [wwp]        1.9.15cvs110
5691
5692         * src/folder.c
5693         * src/manual.c
5694         * src/summaryview.c
5695                 fix uninitialized pointers in the folder updating hook
5696                 (thanks to Colin)
5697
5698 2005-10-25 [mones]      1.9.15cvs109
5699
5700         * manual/faq.xml
5701                 General information subsection completed. 
5702                 Removed archaic references.
5703                 
5704         * manual/Makefile
5705         * manual/dtd/manual.dsl
5706                 Added customization stylesheet for getting paragraphs
5707                 fully justified in PDF output (as suggested by Colin).
5708
5709 2005-10-25 [colin]      1.9.15cvs108
5710
5711         * src/compose.c
5712                 Fix a second leak
5713
5714 2005-10-25 [colin]      1.9.15cvs107
5715
5716         * src/addrbook.c
5717         * src/addrindex.c
5718                 Fix leak (xml_get_element() allocates memory)
5719         * src/compose.c
5720                 Fix leak + dead code (shame!)
5721         * src/procmime.c
5722                 Fix leak
5723
5724 2005-10-25 [colin]      1.9.15cvs106
5725
5726         * src/mimeview.c
5727                 Fix encoding issue in Save all and in 
5728                 overwrite-confirmation alertpanel
5729
5730 2005-10-25 [colin]      1.9.15cvs105
5731
5732         * src/common/socket.c
5733                 Fix a leak - Thanks to Christopher Aillon
5734                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
5735
5736 2005-10-25 [paul]       1.9.15cvs104
5737
5738         * src/wizard.c
5739                 Always guess servers from the right-hand
5740                 email part and guess username from the
5741                 left-hand part. (Thanks to Colin)
5742                 add an X-Face to the welcome message
5743
5744 2005-10-25 [paul]       1.9.15cvs103
5745
5746         * manual/handling.xml
5747                 written by Colin, edited by me
5748
5749 2005-10-25 [wwp]        1.9.15cvs102
5750
5751         * src/folderview.c
5752         * src/grouplistdialog.c
5753         * src/imap.c
5754         * src/noticeview.c
5755                 fix some compilation warnings
5756
5757 2005-10-24 [paul]
5758
5759         1.9.99-rc3 released
5760
5761 2005-10-24 [paul]       1.9.15cvs101
5762
5763         * src/gtk/about.c
5764                 fix window sizing
5765
5766 2005-10-24 [paul]       1.9.15cvs100
5767
5768         * src/pixmaps/offline.xpm
5769         * src/pixmaps/online.xpm
5770                 replace with last default versions
5771
5772 2005-10-24 [colin]      1.9.15cvs99
5773
5774         * src/imap.c
5775                 Fix bug when moving a folder
5776         * src/imap_gtk.c
5777         * src/mh_gtk.c
5778                 "Delete folder" pops up a window, so it 
5779                 should be suffixed with "..."
5780         * src/plugins/pgpcore/sgpgme.c
5781                 Include locale.h
5782
5783 2005-10-24 [mones]      1.9.15cvs98
5784
5785         * manual/Makefile
5786         * manual/account.xml
5787         * manual/ack.xml
5788         * manual/addrbook.xml
5789         * manual/advanced.xml
5790         * manual/faq.xml
5791         * manual/glossary.xml
5792         * manual/gpl.xml
5793         * manual/handling.xml
5794         * manual/intro.xml
5795         * manual/keyboard.xml
5796         * manual/manual.xml
5797         * manual/plugins.xml
5798         * manual/starting.xml
5799         * manual/dtd/sdocbook.dtd
5800                 Initial manual structure and some content.
5801
5802 2005-10-23 [wwp]        1.9.15cvs97
5803
5804         * src/gtk/about.c
5805                 fix a typo
5806
5807 2005-10-23 [wwp]        1.9.15cvs96
5808
5809         * src/gtk/about.c
5810         * src/gtk/authors.h
5811                 rework of the about window (main work by Paul), also featuring a few
5812                 fixes for typos and duplicate names
5813
5814 2005-10-23 [wwp]        1.9.15cvs95
5815
5816         * src/.cvsignore
5817                 Ignore the right binary name (sylpheed-claws now)
5818
5819 2005-10-23 [paul]       1.9.15cvs94
5820
5821         * src/compose.c
5822                 when using Folder Pref 'Default To for
5823                 replies' make the entry in the Compose
5824                 window bold
5825                 Patch by Fabien Vantard
5826
5827 2005-10-22 [colin]      1.9.15cvs93
5828
5829         * src/codeconv.c
5830                 Fix leak
5831
5832 2005-10-22 [colin]      1.9.15cvs92
5833
5834         * src/codeconv.c
5835                 try to convert using locale (apart utf8) if necessary
5836
5837 2005-10-22 [colin]      1.9.15cvs91
5838
5839         * src/pixmaps/new.xpm
5840         * src/pixmaps/unread.xpm
5841                 Make the unread envelope blue again and
5842                 saturate the new one a bit more.
5843
5844 2005-10-22 [colin]      1.9.15cvs90
5845
5846         * src/compose.c
5847                 When replying to a mail sent by one of our accounts,
5848                 use the original list of recipients. Let 'Reply All'
5849                 and 'Reply to sender' work like previously.
5850
5851 2005-10-21 [colin]      1.9.15cvs89
5852
5853         * src/prefs_filtering.c
5854                 Clear fields after add and replace
5855         * src/textview.c
5856                 Display xface differently (better)
5857         * src/plugins/pgpinline/pgpinline.c
5858                 Fix crappy encodings/recodings
5859
5860 2005-10-21 [paul]       1.9.15cvs88
5861
5862         * src/compose.c
5863         * src/prefs_folder_item.c
5864         * src/toolbar.c
5865                 fix news folder Folder Properties
5866                 (thanks to Colin)
5867         * src/folderview.c
5868                 update folderview after Themes change
5869                 keep selected folder selected
5870                 (thanks to Colin)
5871
5872 2005-10-21 [paul]       1.9.15cvs87
5873
5874         * tools/Makefile.am
5875         * tools/OOo2sylpheed.pl
5876         * tools/README
5877         * tools/README.sylprint
5878         * tools/asus_mailled.sh         ** REMOVED **
5879         * tools/filter_conv.pl
5880         * tools/freshmeat_search.pl
5881         * tools/google_search.pl
5882         * tools/gpg-sign-syl            ** REMOVED **
5883         * tools/kmail2sylpheed.pl
5884         * tools/kmail2sylpheed_v2.pl
5885         * tools/multiwebsearch.pl
5886         * tools/nautilus2sylpheed.sh
5887         * tools/newscache_clean.pl
5888         * tools/outlook2sylpheed.pl
5889         * tools/sylpheed-switcher       ** REMOVED **
5890         * tools/sylprint.pl
5891         * tools/sylprint.rc
5892         * tools/tb2sylpheed
5893         * tools/vcard2xml.py
5894         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5895                 update default config dir
5896                 update binary name (thanks to Fabien Vantard)
5897                 remove obsolete scripts
5898
5899 2005-10-21 [colin]      1.9.15cvs86
5900
5901         * src/inc.c
5902                 Fix possible leak and units. Based on a patch by
5903                 Fabien Vantard.
5904
5905 2005-10-20 [colin]      1.9.15cvs85
5906
5907         * src/textview.c
5908                 Clear xface when clearing textview
5909
5910 2005-10-20 [colin]      1.9.15cvs84
5911
5912         * configure.ac
5913         * src/folderview.c
5914         * src/headerview.c
5915         * src/main.c
5916         * src/prefs_common.c
5917         * src/prefs_common.h
5918         * src/prefs_message.c
5919         * src/textview.c
5920         * src/textview.h
5921         * src/common/defs.h
5922         * src/common/utils.c
5923         * src/common/utils.h
5924         * src/gtk/gtkutils.c
5925         * src/gtk/gtkutils.h
5926                 Migrate config to .sylpheed-claws (Automatically)
5927                 Add a way to get the Xface in the TextView
5928
5929 2005-10-20 [colin]      1.9.15cvs83
5930
5931         * src/gtk/Makefile.am
5932         * src/gtk/about.c
5933         * src/gtk/authors.h
5934                 Make the about dialog *grooovy*
5935
5936 2005-10-20 [colin]      1.9.15cvs82
5937
5938         * src/mimeview.c
5939                 Use "Open with" on double click if no command
5940                 was found
5941
5942 2005-10-20 [colin]      1.9.15cvs81
5943
5944         * src/imap.c
5945         * src/etpan/imap-thread.c
5946                 Fix possible crash.
5947
5948 2005-10-20 [paul]       1.9.15cvs80
5949
5950         * src/folder.c
5951                 don't show clipkey icon if the only
5952                 attachment is the signature
5953                 Patch by Colin
5954
5955 2005-10-20 [paul]       1.9.15cvs79
5956
5957         * AUTHORS
5958         * src/plugins/pgpmime/pgpmime.c
5959                 name the PGP/MIME signature 'signature.asc'
5960                 Patch by Andrew Nelson <freeandy@gmail.com>
5961
5962 2005-10-19 [colin]      1.9.15cvs78
5963
5964         * src/plugins/pgpmime/pgpmime.c
5965                 Oops, no need to double-check though
5966
5967 2005-10-19 [colin]      1.9.15cvs77
5968
5969         * src/plugins/pgpinline/pgpinline.c
5970         * src/plugins/pgpmime/pgpmime.c
5971                 Check that my_tmpfile() doesn't 
5972                 return NULL
5973
5974 2005-10-19 [colin]      1.9.15cvs76
5975
5976         * src/common/utils.c
5977                 Use shorter mime boundaries to avoid having
5978                 MTAs rewrapping our headers, breaking the
5979                 PGP signature in the process 
5980         * src/compose.c
5981         * src/plugins/pgpmime/pgpmime.c
5982                 Check for boundary uniqueness to be sure
5983                 it won't happen, instead of hoping for the
5984                 best
5985
5986 2005-10-19 [colin]      1.9.15cvs75
5987
5988         * sylpheed-claws.desktop
5989         * src/Makefile.am
5990         * src/main.c
5991                 Ship a sylpheed-claws binary instead
5992                 of a sylpheed one. Change the socket
5993                 name, too
5994         * src/folderview.c
5995                 Update folder only if it changed
5996         * src/wizard.c
5997                 Fix i18n in welcome mail, patch by
5998                 Fabien Vantard
5999
6000 2005-10-19 [paul]
6001
6002         1.9.99-rc2 released
6003
6004 2005-10-19 [paul]       1.9.15cvs74
6005
6006         * src/folder.c
6007         * src/folderview.c
6008                 fix summaryview update
6009                 Patch by Colin
6010
6011 2005-10-18 [colin]      1.9.15cvs73
6012
6013         * src/plugins/pgpcore/passphrase.c
6014                 Don't XGrabServer, and try a bit more to 
6015                 sync everything before grabbing mouse/keyboard
6016
6017 2005-10-18 [colin]      1.9.15cvs72
6018
6019         * src/Makefile.am
6020         * src/addressadd.c
6021         * src/addressbook.c
6022         * src/folderview.c
6023         * src/grouplistdialog.c
6024         * src/mimeview.c
6025         * src/stock_pixmap.c
6026         * src/stock_pixmap.h
6027         * src/summaryview.c
6028         * src/gtk/gtksctree.c
6029         * src/gtk/gtksctree.h
6030         * src/pixmaps/empty.xpm
6031                 Implement a wrapper call for gtk_ctree_set_node_info
6032                 and gtk_ctree_insert_node, that uses a 1x1 transparent
6033                 pixmap instead of a NULL one. This works around some
6034                 memory problems deep inside gtk, revealed by valgrind,
6035                 and fixes bug #834 (Pressing CTRl-D on a message marked 
6036                 as locked crashes sylpheed.), as well as, probably, 
6037                 wwp's 4th dimension problems that happen in gtk_ctree_*.
6038
6039 2005-10-17 [colin]      1.9.15cvs71
6040
6041         * src/mimeview.c
6042                 Provide visual feedback when checking
6043                 signature
6044
6045 2005-10-17 [colin]      1.9.15cvs70
6046
6047         * src/main.c
6048                 Keep the folder list frozen while checking caches...
6049
6050 2005-10-17 [colin]      1.9.15cvs69
6051
6052         * src/addr_compl.c
6053                 Fi bug #833 (Autocompleting from addressbook 
6054                 fails with extended chars)
6055         * src/imap.c
6056                 Fix 'adding messages' staying in statusbar
6057                 after an error
6058
6059 2005-10-17 [wwp]        1.9.15cvs68
6060
6061         * src/ssl_manager.c
6062                 Fix buttons' layout resizing when window size changes
6063
6064 2005-10-17 [wwp]        1.9.15cvs67
6065
6066         * src/account.c
6067         * src/prefs_account.c
6068         * src/prefs_common.c
6069         * src/prefs_common.h
6070         * src/prefs_folder_item.c
6071         * src/prefs_gtk.c
6072         * src/gtk/logwindow.c
6073         * src/gtk/pluginwindow.c
6074         * src/gtk/prefswindow.c
6075         * src/gtk/prefswindow.h
6076                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
6077
6078 2005-10-17 [paul]       1.9.15cvs66
6079
6080         * configure.ac
6081                 fix missing libetpan message
6082         * po/en_GB.po
6083                 updated
6084         * src/crash.c
6085         * src/manual.c
6086         * src/prefs_themes.c
6087         * src/common/defs.h
6088                 add some new URI defines, change some
6089                 others
6090         * src/wizard.c
6091                 make welcome message translatable
6092                 small improvements to english
6093                 other tweaks
6094         * src/gtk/menu.c
6095                 fix warnings
6096
6097 2005-10-17 [paul]       1.9.15cvs65
6098
6099         * src/summaryview.c
6100                 fix column titles
6101
6102 2005-10-16 [mones]      1.9.15cvs64
6103
6104         * po/es.po
6105                 Updated translation
6106
6107 2005-10-16 [colin]
6108
6109         1.9.99-rc1 released
6110
6111 2005-10-16 [colin]      1.9.15cvs63
6112
6113         * src/wizard.c
6114                 Fix whitespace
6115
6116 2005-10-16 [colin]      1.9.15cvs62
6117
6118         * src/toolbar.c
6119                 s/Get All/Get Mail/
6120         * src/wizard.c
6121                 Real welcome mail text, thanks Paul
6122
6123 2005-10-16 [colin]      1.9.15cvs61
6124
6125         * src/editldap.c
6126         * src/exporthtml.c
6127         * src/main.c
6128         * src/mainwindow.c
6129         * src/prefs_themes.c
6130         * src/prefs_toolbar.c
6131         * src/plugins/demo/demo.c
6132         * src/plugins/trayicon/trayicon.c
6133                 s/Sylpheed/Sylpheed-Claws/
6134
6135 2005-10-16 [colin]      1.9.15cvs60
6136
6137         * src/wizard.c
6138                 Add a welcome email in the first empty mailbox
6139         * src/prefs_common.c
6140                 Change one more default
6141
6142 2005-10-16 [colin]      1.9.15cvs59
6143
6144         * src/wizard.c
6145                 Remove printf
6146
6147 2005-10-16 [colin]      1.9.15cvs58
6148
6149         * src/toolbar.c
6150         * src/prefs_common.c
6151                 Change some defaults
6152
6153 2005-10-16 [colin]      1.9.15cvs57
6154
6155         * src/toolbar.c
6156         * src/prefs_common.c
6157                 Change some defaults
6158
6159 2005-10-16 [colin]      1.9.15cvs56
6160
6161         * src/wizard.c
6162                 By default, initialize fonts to have
6163                 the same size as normal GtkWidgets
6164
6165 2005-10-16 [colin]      1.9.15cvs55
6166
6167         * src/mimeview.c
6168                 Fix message a bit more
6169
6170 2005-10-16 [colin]      1.9.15cvs54
6171
6172         * src/addressbook.c
6173                 Second attempt at flicker fixing
6174
6175 2005-10-16 [colin]      1.9.15cvs53
6176
6177         * src/addressbook.c
6178                 Fix flicker
6179
6180 2005-10-16 [wwp]        1.9.15cvs52
6181
6182         * src/addressbook.c
6183         * src/editaddress.c
6184         * src/prefs_common.c
6185         * src/prefs_common.h
6186                 Remember window sizes (address book)
6187
6188 2005-10-16 [wwp]        1.9.15cvs51
6189
6190         * src/plugins/clamav/clamav_plugin_gtk.c
6191         * src/plugins/spamassassin/spamassassin_gtk.c
6192                 Fix compilation warnings (missing #include).
6193
6194 2005-10-16 [colin]      1.9.15cvs50
6195
6196         * src/mimeview.c
6197         * src/summaryview.c
6198         * src/textview.c
6199                 Make 'c' check signature, and forward
6200                 c, l, y, t from summaryview to mimeview
6201
6202 2005-10-16 [colin]      1.9.15cvs49
6203
6204         * src/addressbook.c
6205                 Put border around buttons
6206         * src/mainwindow.c
6207         * src/summaryview.c
6208                 Rework menus (Patch based on a patch
6209                 by Paul)
6210
6211 2005-10-15 [wwp]        1.9.15cvs48
6212
6213         * src/editjpilot.c
6214         * src/editldap.c
6215         * src/editvcard.c
6216         * src/exphtmldlg.c
6217         * src/expldifdlg.c
6218         * src/export.c
6219         * src/import.c
6220         * src/importldif.c
6221         * src/importmutt.c
6222         * src/importpine.c
6223         * src/prefs_account.c
6224         * src/prefs_spelling.c
6225         * src/gtk/gtkutils.c
6226         * src/gtk/gtkutils.h
6227         * src/plugins/clamav/clamav_plugin_gtk.c
6228         * src/plugins/spamassassin/spamassassin_gtk.c
6229                 use nicer browse-for-file/dir buttons than the "..." ones,
6230                 code factorizing more.
6231
6232 2005-10-14 [colin]      1.9.15cvs47
6233
6234         * src/mainwindow.c
6235                 set relief on the account switcher so that people see it
6236                 grey out Create processing rules when no message is selected
6237         * src/prefs_filtering.c
6238                 ask before closing if the rule has not been modified, even if
6239                 it's not valid
6240         * src/prefs_matcher.c
6241                 fix sensitivity when entering the dialog
6242         * src/gtk/inputdialog.c
6243                 display a better icon on password ask
6244         * src/plugins/pgpcore/passphrase.c
6245                 make the dialog look better
6246
6247 2005-10-14 [paul]       1.9.15cvs46
6248
6249         * src/folderview.c
6250                 indicate presense of marked msgs in
6251                 unexpanded subfolders
6252
6253 2005-10-14 [paul]       1.9.15cvs45
6254
6255         * src/prefs_actions.c
6256         * src/prefs_common.c
6257         * src/prefs_common.h
6258         * src/prefs_filtering_action.c
6259         * src/prefs_matcher.c
6260         * src/prefs_template.c
6261                 remember window sizes
6262                 fix Info button size
6263
6264         Patches by wwp
6265
6266 2005-10-13 [colin]      1.9.15cvs44
6267
6268         * src/mimeview.c
6269         * src/noticeview.c
6270         * src/noticeview.h
6271                 Add a tooltip on the icon (optional) 
6272                 Get rid of the signature buttons and only
6273                 use the icon+tooltip
6274
6275 2005-10-13 [colin]      1.9.15cvs43
6276
6277         * src/noticeview.c
6278         * src/noticeview.h
6279                 Add hand cursor for hovering over icon
6280
6281 2005-10-13 [colin]      1.9.15cvs42
6282
6283         * src/summaryview.c
6284                 Fix crash when quicksearch's hidden 
6285                 at startup
6286
6287 2005-10-13 [colin]      1.9.15cvs41
6288
6289         * src/compose.c
6290                 Set subject when forwarding multiple mails
6291                 Check that other recipient than the default Cc or Bcc
6292                 have been set before sending.
6293
6294 2005-10-13 [colin]      1.9.15cvs40
6295
6296         * src/imap.c
6297                 Batch per-folder
6298                 Introduce locking, but don't use it yet
6299
6300 2005-10-13 [colin]      1.9.15cvs39
6301
6302         * src/gtk/quicksearch.c
6303                 Reset quicksearch when hiding it
6304                 Make sticky a real pref
6305
6306 2005-10-13 [colin]      1.9.15cvs38
6307
6308         * src/summaryview.c
6309                 Faster prefs apply
6310
6311 2005-10-13 [colin]      1.9.15cvs37
6312
6313         * src/mimeview.c
6314         * src/noticeview.c
6315         * src/noticeview.h
6316         * src/plugins/pgpcore/sgpgme.c
6317                 Make privacy icon clickable
6318                 Move Trust field in Full info
6319                 When trust is less than full, don't display
6320                 a warning icon
6321
6322 2005-10-13 [colin]      1.9.15cvs36
6323
6324         * src/folder.c
6325                 Batch on flags sync
6326         * src/folderview.c
6327                 Revert speed hack which is dangerous in fact
6328                 Apply prefs faster
6329
6330 2005-10-13 [colin]      1.9.15cvs35
6331
6332         * src/folder_item_prefs.c
6333                 Fix pref corruption on folder move. Patch
6334                 by wwp
6335
6336 2005-10-13 [paul]       1.9.15cvs34
6337
6338         * src/export.c
6339         * src/import.c
6340                 fix typos in g_warnings
6341         * src/prefs_account.c
6342                 add a file selector for Signature file
6343
6344         Patches by wwp
6345
6346 2005-10-12 [colin]      1.9.15cvs33
6347
6348         * src/mimeview.c
6349                 Provide a quick way to go back from a
6350                 signature's full info to the email part
6351
6352 2005-10-12 [colin]      1.9.15cvs32
6353
6354         * src/compose.c
6355                 Remove old hack of encoding signed mails with base64.
6356                 QP works equally well.
6357
6358 2005-10-12 [colin]      1.9.15cvs31
6359
6360         * src/crash.c
6361                 Replace deprecated GtkText with GtkTextView
6362         * src/imap.c
6363                 Fix a logic bug about counts in imap_select
6364                 (previously un-triggered)
6365         * src/mainwindow.c
6366         * src/summaryview.c
6367         * src/news.c
6368                 Allow local deletion of news posts
6369         * src/mimeview.c
6370                 Show GPG noticeview on the message/rfc822 part
6371                 in addition to the text/plain one
6372         * src/prefs_image_viewer.c
6373           src/plugins/pgpcore/prefs_gpg.c
6374                 Polish (set the label as part of the checkbox)
6375         * src/wizard.c
6376                 Don't sit there doing nothing after destroying
6377                 the window - return err
6378
6379 2005-10-11 [colin]      1.9.15cvs30
6380
6381         * src/folderview.c
6382                 Apply processing rules before showing folders.
6383                 Early folder show (before flags sync) will only
6384                 be done when there are no processing rules (nor
6385                 pre- or post- ones)
6386         * src/imap.c
6387                 Fix stuff related to mail subdir, creation and 
6388                 deletion of folders 
6389         * src/imap_gtk.c
6390                 Don't allow creation of folders in NoInferior
6391                 folders, as it won't work
6392
6393 2005-10-10 [colin]      1.9.15cvs29
6394
6395         * src/compose.c
6396                 Reselect "None" Privacy system when selecting an
6397                 account with no privacy system defined
6398
6399 2005-10-10 [colin]      1.9.15cvs28
6400
6401         * src/mainwindow.c
6402                 Add Windows-1252 encoding
6403         * src/prefs_common.c
6404                 Rework some defaults:
6405                 - autosave to draft by default
6406                 - don't show header pane (it's already in the textview)
6407                 - Select first new or unread mail on entry
6408                 - Assume 'Yes' to change folder when there's no more
6409                   unread message
6410         * src/prefs_matcher.c
6411                 Fix a gtk assertion failure
6412         * src/gtk/colorlabel.c
6413                 Workaround bad repainting on selection
6414         * src/main.c
6415                 Freeze/thaw (a bit faster on ssh -X)
6416         * src/msgcache.c
6417                 Get rid of StrdupConverter that just adds an
6418                 extra strdup/free 
6419         * src/etpan/imap_thread.c
6420                 memset buf to 0
6421
6422 2005-10-10 [colin]      1.9.15cvs27
6423
6424         * src/export.c
6425         * src/import.c
6426                 Fix compile on gtk 2.4. Patch by wwp
6427
6428 2005-10-09 [colin]      1.9.15cvs26
6429
6430         * src/mainwindow.c
6431         * src/messageview.c
6432         * src/summaryview.c
6433                 Clarify forward menus. Patch by wwp
6434
6435 2005-10-09 [colin]      1.9.15cvs25
6436
6437         * src/compose.c
6438         * src/compose.h
6439                 Fix bug #829 (Non-working "Encrypt message by 
6440                 default when replying to an encrypted message")
6441
6442 2005-10-08 [colin]      1.9.15cvs24
6443
6444         * src/wizard.c
6445                 Fix bug #827 ("Welcome" setup wizard after a 
6446                 permission error gives up & forgets itself.)
6447
6448 2005-10-08 [colin]      1.9.15cvs23
6449
6450         * src/procmime.c
6451                 Fix bug #828 (Ignoring headers with spaces around = sign)
6452
6453 2005-10-08 [colin]      1.9.15cvs22
6454
6455         * src/export.c
6456                 Warning fix by wwp
6457
6458 2005-10-08 [colin]      1.9.15cvs21
6459
6460         * src/folder.c
6461         * src/folder.h
6462                 Add a processing_pending indicator, set on 
6463                 folder_item_open and cleared after 
6464                 folder_item_process_open
6465         * src/folderview.c
6466         * src/summaryview.c
6467                 wrap procmsg_msginfo_*_flags, and in the
6468                 wrapper check that there's no folder processing 
6469                 pending. If there is, defer the flags change until 
6470                 processing is done to avoid stepping over each
6471                 other's toes.
6472                 Freeze during processing, but not during scanning.
6473
6474 2005-10-07 [colin]      1.9.15cvs20
6475
6476         * src/plugins/pgpcore/passphrase.c
6477                 Fix bug #826 (X-Server hangs when 
6478                 right-clicking a PGP encrypted message)
6479
6480 2005-10-07 [paul]       1.9.15cvs19
6481
6482         * src/compose.c
6483                 fix compose_entries[]
6484                 patch by Fabien Vantard
6485
6486 2005-10-06 [colin]      1.9.15cvs18
6487
6488         * src/pixmaps/address.xpm
6489         * src/pixmaps/address_book.xpm
6490         * src/pixmaps/book.xpm
6491         * src/pixmaps/check_spelling.xpm
6492         * src/pixmaps/checkbox_off.xpm
6493         * src/pixmaps/checkbox_on.xpm
6494         * src/pixmaps/close.xpm
6495         * src/pixmaps/complete.xpm
6496         * src/pixmaps/continue.xpm
6497         * src/pixmaps/deleted.xpm
6498         * src/pixmaps/down_arrow.xpm
6499         * src/pixmaps/exec.xpm
6500         * src/pixmaps/forwarded.xpm
6501         * src/pixmaps/group.xpm
6502         * src/pixmaps/ignorethread.xpm
6503         * src/pixmaps/interface.xpm
6504         * src/pixmaps/jpilot.xpm
6505         * src/pixmaps/ldap.xpm
6506         * src/pixmaps/linewrap.xpm
6507         * src/pixmaps/linewrapcurrent.xpm
6508         * src/pixmaps/mail.xpm
6509         * src/pixmaps/mail_attach.xpm
6510         * src/pixmaps/mail_compose.xpm
6511         * src/pixmaps/mail_forward.xpm
6512         * src/pixmaps/mail_receive.xpm
6513         * src/pixmaps/mail_receive_all.xpm
6514         * src/pixmaps/mail_reply.xpm
6515         * src/pixmaps/mail_reply_to_all.xpm
6516         * src/pixmaps/mail_reply_to_author.xpm
6517         * src/pixmaps/mail_send.xpm
6518         * src/pixmaps/mail_send_queue.xpm
6519         * src/pixmaps/mime_application.xpm
6520         * src/pixmaps/mime_audio.xpm
6521         * src/pixmaps/mime_image.xpm
6522         * src/pixmaps/mime_message.xpm
6523         * src/pixmaps/mime_text_enriched.xpm
6524         * src/pixmaps/mime_text_html.xpm
6525         * src/pixmaps/mime_text_plain.xpm
6526         * src/pixmaps/mime_unknown.xpm
6527         * src/pixmaps/new.xpm
6528         * src/pixmaps/news_compose.xpm
6529         * src/pixmaps/offline.xpm
6530         * src/pixmaps/online.xpm
6531         * src/pixmaps/paste.xpm
6532         * src/pixmaps/preferences.xpm
6533         * src/pixmaps/privacy_emblem_encrypted.xpm
6534         * src/pixmaps/privacy_expired.xpm
6535         * src/pixmaps/privacy_failed.xpm
6536         * src/pixmaps/privacy_passed.xpm
6537         * src/pixmaps/privacy_signed.xpm
6538         * src/pixmaps/privacy_unknown.xpm
6539         * src/pixmaps/privacy_warn.xpm
6540         * src/pixmaps/properties.xpm
6541         * src/pixmaps/replied.xpm
6542         * src/pixmaps/search.xpm
6543         * src/pixmaps/unread.xpm
6544         * src/pixmaps/up_arrow.xpm
6545         * src/pixmaps/vcard.xpm
6546                 Modernize internal theme, with icons from the 
6547                 Gnomaws theme. Keep some of the old ones where
6548                 they were better.
6549
6550 2005-10-06 [colin]      1.9.15cvs17
6551
6552         * src/summaryview.c
6553                 Little optimisations + bugfix
6554         * src/toolbar.c
6555                 Remove default useless items - useless being defined
6556                 by the default relevant prefs
6557         * src/wizard.c
6558                 include config.h to make gettext work
6559         * src/prefs_themes.c
6560                 Fix selection of current theme in prefs
6561
6562 2005-10-06 [colin]      1.9.15cvs16
6563
6564         * src/prefs_common.c
6565         * src/prefs_common.h
6566         * src/prefs_summaries.c
6567         * src/folderview.c
6568                 Add a warning dialog on Mark all read 
6569                 (with pref to get rid of it)
6570
6571 2005-10-06 [paul]       1.9.15cvs15
6572
6573         * po/nb.po
6574         * po/pt_BR.po
6575                 updated by Geir Helland and Frederico
6576                 Goncalves Guimaraes
6577
6578 2005-10-05 [colin]      1.9.15cvs14
6579
6580         * src/folder.c
6581         * src/folder.h
6582         * src/folderview.c
6583         * src/folderview.h
6584         * src/imap_gtk.c
6585         * src/mh_gtk.c
6586         * src/mainwindow.c
6587         * src/setup.c
6588                 add a way to rescan without rebuilding
6589                 make moving a bit faster (less folders changes)
6590                 don't lock the tree on Get 
6591         * src/imap.c
6592                 Don't re-delete deleted messages before expunging
6593         * src/summaryview.c
6594                 Set batch mode when deleting mails
6595
6596 2005-10-05 [paul]       1.9.15cvs13
6597
6598         * src/mainwindow.c
6599         * src/mainwindow.h
6600                 fix disabled Execute menu item
6601         * src/toolbar.c
6602                 match the change in 1.9.15cvs10: use Compose
6603                 instead of News by default
6604
6605 2005-10-04 [colin]      1.9.15cvs12
6606
6607         * src/compose.c
6608                 When replying to an ML post with Reply-To set
6609                 to the poster's email, honor it (as before),
6610                 but also honor our user's request to reply to
6611                 the mailing list: set the ML address in the To
6612                 field and the Reply-To address in the Cc: 
6613                 field.
6614
6615 2005-10-04 [colin]      1.9.15cvs11
6616
6617         * src/plugins/trayicon/trayicon.c
6618                 Finish cosmetic change - thanks to wwp
6619
6620 2005-10-04 [colin]      1.9.15cvs10
6621
6622         * src/toolbar.c
6623                 Use Compose instead of Email by default.
6624                 Spotted by wwp.
6625
6626 2005-10-04 [colin]      1.9.15cvs9
6627
6628         * src/folder.c
6629         * src/folder.h
6630         * src/folderview.c
6631         * src/imap.c
6632         * src/etpan/imap-thread.c
6633         * src/etpan/imap-thread.h
6634                 Try to make IMAP faster, by simplifying SEARCH
6635                 commands, avoiding sending two STATUS in a row,
6636                 and deferring flags sync and processing just
6637                 after displaying the folder. 
6638                 This will update the SummaryView in certain
6639                 cases (new mails not already fetched, flags
6640                 changed from another client) but in a non-
6641                 blocking manner.
6642
6643 2005-10-04 [colin]      1.9.15cvs8
6644
6645         * src/plugins/trayicon/trayicon.c
6646                 Relabel "Offline" to "Work offline"
6647
6648 2005-10-04 [colin]      1.9.15cvs7
6649
6650         * src/export.c
6651         * src/import.c
6652         * src/mbox.c
6653                 Fix mbox import/export buglets
6654                 Patch by wwp
6655         * src/plugins/trayicon/trayicon.c
6656                 Add offline swithc
6657                 Patch by wwp
6658
6659 2005-10-04 [colin]      1.9.15cvs6
6660
6661         * src/folder.c
6662         * src/folderview.c
6663         * src/summaryview.c
6664                 Better fix (don't break mark all read) for cvs2
6665
6666 2005-10-03 [colin]      1.9.15cvs5
6667
6668         * src/folder.c
6669                 Use a sane sort by default
6670
6671 2005-10-03 [colin]      1.9.15cvs4
6672
6673         * src/inc.c
6674                 Add a 'Only once' button for overriding offline mode
6675         * src/prefs_account.c
6676         * src/wizard.c
6677                 Add Local mbox to the wizard
6678                 Add IMAP subdir to the wizard (or the wizard is useless
6679                 for such accounts, or even worse than useless)
6680                 Move IMAP subdir from Advanced to Receive tab, as it's
6681                 not that uncommon
6682
6683 2005-10-03 [colin]      1.9.15cvs3
6684
6685         * src/send_message.c
6686                 Forgot this one in cvs1
6687
6688 2005-10-03 [colin]      1.9.15cvs2
6689
6690         * src/folder.c
6691                 Faster close when leaving a folder with lots
6692                 of new mails. Idea by David Relson.
6693
6694 2005-10-03 [colin]      1.9.15cvs1
6695
6696         * src/compose.c
6697         * src/imap.c
6698         * src/inc.c
6699         * src/main.c
6700         * src/messageview.c
6701         * src/news.c
6702         * src/summaryview.c
6703         * src/gtk/sslcertwindow.c
6704         * src/plugins/trayicon/trayicon.c
6705                 Add accels to every AlertPanel. Patch by Fabien 
6706                 Vantard
6707
6708 2005-10-03 [paul]       1.9.15
6709
6710         1.9.15 released
6711
6712 2005-10-03 [paul]       1.9.14cvs68
6713
6714         * po/ca.po
6715         * po/de.po
6716         * po/es.po
6717         * po/fi.po
6718         * po/fr.po
6719         * po/sk.po
6720         * po/sr.po
6721         * po/zh_CN.po
6722                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
6723                 Mones Lastra, Tommi Pirinen, Fabien vantard,
6724                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
6725
6726 2005-10-03 [paul]       1.9.14cvs67
6727
6728         * src/send_message.c
6729                 prevent hang on Cancel
6730                 patch by Colin
6731
6732 2005-10-03 [paul]       1.9.14cvs66
6733
6734         * src/main.c
6735                 fix crash in IMAP caused by discrepancy
6736                 between check_at_startup and offline mode
6737                 Patch by Colin
6738
6739 2005-10-01 [paul]       1.9.14cvs65
6740
6741         * src/inc.c
6742                 fix engrish
6743
6744 2005-10-01 [paul]       1.9.14cvs64
6745         * src/export.c
6746         * src/import.c
6747                 synchronise import_mbox() and export_mbox()
6748         * src/mbox.c
6749                 proc_mbox(): add alert if file cannot be opened
6750                 export_list_to_mbox(): test if dest file exists,
6751                 prompt user to overwrite if it does. add alert
6752                 if file cannot be created
6753                                                                 
6754         Patch by wwp
6755                                                                                                                 
6756
6757 2005-09-30 [paul]       1.9.14cvs63
6758
6759         * src/addressbook.c
6760                 Fix sensitivity of a menu
6761         * src/codeconv.c
6762                 Respect hidden pref for mails with no encoding
6763         * src/common/xml.c
6764                 Fix memory corruption
6765         * src/plugins/pgpcore/sgpgme.c
6766                 Fix segfault on incomplete sigs, and display
6767                 of S/Mime UIDs
6768
6769         Patches by Colin
6770
6771 2005-09-30 [colin]      1.9.14cvs62
6772
6773         * src/partial_download.c
6774                 Little logic fix in almost-dead code
6775         * src/pop.c
6776                 Fix partial download when there's no new mail
6777
6778 2005-09-29 [paul]       1.9.14cvs61
6779
6780         * src/plugins/pgpinline/pgpinline.c
6781                 fix bug 819, 'crash accessing sign message'
6782                 Patch by Colin
6783
6784 2005-09-28 [martin]     1.9.14cvs60
6785
6786         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6787                 fix bug #790 (Crash when restarting window manager (fluxbox))
6788
6789 2005-09-28 [paul]       1.9.14cvs59
6790
6791         * src/gtk/gtkaspell.c
6792                 fix off-by-one typo
6793
6794 2005-09-27 [colin]      1.9.14cvs58
6795
6796         * src/plugins/pgpcore/sgpgme.c
6797                 Report error when there's one, instead of
6798                 "Signature unchecked" 
6799
6800 2005-09-27 [colin]      1.9.14cvs57
6801
6802         * src/prefs_quote.c
6803                 Fix bug #816 (Weird quotation with spaces)
6804
6805 2005-09-27 [colin]      1.9.14cvs56
6806
6807         * src/codeconv.c
6808         * src/compose.c
6809         * src/compose.h
6810                 Put subject in compose's title
6811                 Fix Automatic encoding so that it's really automatic:
6812                 first try default locale's charset, then charset of the replied mail, 
6813                 then utf-8
6814                 Fix encoding of headers (must be in strict mode too)
6815
6816 2005-09-26 [colin]      1.9.14cvs55
6817
6818         * src/gtk/gtkaspell.c
6819                 Fix previous patch - don't color the space,
6820                 just uncolor it :)
6821
6822 2005-09-26 [colin]      1.9.14cvs54
6823
6824         * src/gtk/gtkaspell.c
6825                 Unmark space if possible
6826
6827 2005-09-26 [colin]      1.9.14cvs53
6828
6829         * src/imap.c
6830                 log_error instead of alertpanel according to the pref
6831         * src/etpan/imap-thread.c
6832                 Print connect status, copy only necessary size to 
6833                 logger
6834         * src/plugins/pgpmime/pgpmime.c
6835                 Handle S/Mime signatures (verification only). Patch based
6836                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
6837
6838 2005-09-26 [paul]       1.9.14cvs52
6839
6840         * src/common/passcrypt.c
6841                 this 'workaround' not necessary on NetBSD.
6842                 Thanks to Daniel Gustafson
6843
6844 2005-09-26 [paul]
6845
6846         1.9.15-rc4 released
6847
6848 2005-09-26 [paul]       1.9.14cvs51
6849
6850         * src/summaryview.c
6851                 Skip currently selected message when
6852                 looking for next new or unread message
6853                 in current folder. Patch by Colin
6854         * src/common/passcrypt.c
6855                 eliminate warnings on *BSD. Patch by
6856                 Daniel Gustafson
6857
6858 2005-09-26 [colin]      1.9.14cvs50
6859
6860         * src/procmsg.c
6861                 Call postfiltering hook anyway
6862
6863 2005-09-22 [colin]      1.9.14cvs49
6864
6865         * src/codeconv.c
6866         * src/codeconv.h
6867                 Add a strict mode that doesn't replace with _
6868         * src/compose.c
6869         * src/compose.h
6870                 Use strict conversion while sending
6871                 Fix race when drafting while sending (happens
6872                 on IMAP)
6873                 Fix d'n'd of messages from summaryview
6874         * src/prefs_common.c
6875         * src/prefs_common.h
6876                 add hidden utf8_instead_of_locale_for_broken_mail 
6877                 pref for people that preferred the default charset 
6878                 to be utf8 for broken mails
6879         * src/quote_fmt_parse.y
6880                 fix bug #815 (No quote insert if "From:" fied 
6881                 contained Russian letters)
6882         * src/summaryview.c
6883                 Fix d'n'd of messages to compose
6884
6885 2005-09-22 [paul]       1.9.14cvs48
6886
6887         * src/compose.c
6888                 fix bug where attachments Name entry
6889                 would display Path instead
6890
6891 2005-09-21 [paul]       1.9.14cvs47
6892
6893         * README
6894         * README.jp
6895         * configure.ac
6896         * config/config.rpath
6897         * doc/manual/en/sylpheed-20.html
6898         * doc/manual/es/sylpheed-20.html
6899         * po/bg.po
6900         * po/ca.po
6901         * po/de.po
6902         * po/es.po
6903         * po/fr.po
6904         * po/it.po
6905         * po/pt_BR.po
6906         * po/sk.po
6907         * po/zh_TW.po
6908         * src/account.c
6909         * src/account.h
6910         * src/action.c
6911         * src/action.h
6912         * src/adbookbase.h
6913         * src/addr_compl.c
6914         * src/addr_compl.h
6915         * src/addrbook.c
6916         * src/addrbook.h
6917         * src/addrcache.c
6918         * src/addrcache.h
6919         * src/addrcindex.c
6920         * src/addrcindex.h
6921         * src/addrclip.c
6922         * src/addrclip.h
6923         * src/addrdefs.h
6924         * src/addressadd.c
6925         * src/addressadd.h
6926         * src/addressbook.c
6927         * src/addressbook.h
6928         * src/addressitem.h
6929         * src/addrgather.c
6930         * src/addrgather.h
6931         * src/addrharvest.c
6932         * src/addrharvest.h
6933         * src/addrindex.c
6934         * src/addrindex.h
6935         * src/addritem.c
6936         * src/addritem.h
6937         * src/addrquery.c
6938         * src/addrquery.h
6939         * src/addrselect.c
6940         * src/addrselect.h
6941         * src/alertpanel.c
6942         * src/alertpanel.h
6943         * src/browseldap.c
6944         * src/browseldap.h
6945         * src/codeconv.c
6946         * src/codeconv.h
6947         * src/compose.c
6948         * src/compose.h
6949         * src/crash.c
6950         * src/crash.h
6951         * src/customheader.c
6952         * src/customheader.h
6953         * src/displayheader.c
6954         * src/displayheader.h
6955         * src/editaddress.c
6956         * src/editaddress.h
6957         * src/editbook.c
6958         * src/editbook.h
6959         * src/editgroup.c
6960         * src/editgroup.h
6961         * src/editjpilot.c
6962         * src/editjpilot.h
6963         * src/editldap.c
6964         * src/editldap.h
6965         * src/editldap_basedn.c
6966         * src/editldap_basedn.h
6967         * src/editvcard.c
6968         * src/editvcard.h
6969         * src/enriched.c
6970         * src/enriched.h
6971         * src/exphtmldlg.c
6972         * src/exphtmldlg.h
6973         * src/expldifdlg.c
6974         * src/expldifdlg.h
6975         * src/export.c
6976         * src/export.h
6977         * src/exporthtml.c
6978         * src/exporthtml.h
6979         * src/exportldif.c
6980         * src/exportldif.h
6981         * src/filtering.c
6982         * src/filtering.h
6983         * src/folder.c
6984         * src/folder.h
6985         * src/folder_item_prefs.c
6986         * src/folder_item_prefs.h
6987         * src/foldersel.c
6988         * src/foldersel.h
6989         * src/folderutils.c
6990         * src/folderutils.h
6991         * src/folderview.c
6992         * src/folderview.h
6993         * src/grouplistdialog.c
6994         * src/grouplistdialog.h
6995         * src/headerview.c
6996         * src/headerview.h
6997         * src/html.c
6998         * src/html.h
6999         * src/image_viewer.c
7000         * src/image_viewer.h
7001         * src/imap.c
7002         * src/imap.h
7003         * src/imap_gtk.c
7004         * src/imap_gtk.h
7005         * src/import.c
7006         * src/import.h
7007         * src/importldif.c
7008         * src/importldif.h
7009         * src/importmutt.c
7010         * src/importmutt.h
7011         * src/importpine.c
7012         * src/importpine.h
7013         * src/inc.c
7014         * src/inc.h
7015         * src/jpilot.c
7016         * src/jpilot.h
7017         * src/ldapctrl.c
7018         * src/ldapctrl.h
7019         * src/ldaplocate.c
7020         * src/ldaplocate.h
7021         * src/ldapquery.c
7022         * src/ldapquery.h
7023         * src/ldapserver.c
7024         * src/ldapserver.h
7025         * src/ldaputil.c
7026         * src/ldaputil.h
7027         * src/ldif.c
7028         * src/ldif.h
7029         * src/localfolder.c
7030         * src/localfolder.h
7031         * src/main.c
7032         * src/main.h
7033         * src/mainwindow.c
7034         * src/mainwindow.h
7035         * src/manual.c
7036         * src/manual.h
7037         * src/matcher.c
7038         * src/matcher.h
7039         * src/matcher_parser.h
7040         * src/matcher_parser_lex.l
7041         * src/matcher_parser_parse.y
7042         * src/mbox.c
7043         * src/mbox.h
7044         * src/message_search.c
7045         * src/message_search.h
7046         * src/messageview.c
7047         * src/messageview.h
7048         * src/mh.c
7049         * src/mh.h
7050         * src/mh_gtk.c
7051         * src/mh_gtk.h
7052         * src/mimeview.c
7053         * src/mimeview.h
7054         * src/msgcache.c
7055         * src/msgcache.h
7056         * src/mutt.c
7057         * src/mutt.h
7058         * src/news.c
7059         * src/news.h
7060         * src/news_gtk.c
7061         * src/news_gtk.h
7062         * src/noticeview.c
7063         * src/noticeview.h
7064         * src/partial_download.c
7065         * src/partial_download.h
7066         * src/pine.c
7067         * src/pine.h
7068         * src/pop.c
7069         * src/pop.h
7070         * src/prefs_account.c
7071         * src/prefs_account.h
7072         * src/prefs_actions.c
7073         * src/prefs_actions.h
7074         * src/prefs_common.c
7075         * src/prefs_common.h
7076         * src/prefs_compose_writing.c
7077         * src/prefs_compose_writing.h
7078         * src/prefs_customheader.c
7079         * src/prefs_customheader.h
7080         * src/prefs_display_header.c
7081         * src/prefs_display_header.h
7082         * src/prefs_ext_prog.c
7083         * src/prefs_ext_prog.h
7084         * src/prefs_filtering.c
7085         * src/prefs_filtering.h
7086         * src/prefs_filtering_action.c
7087         * src/prefs_filtering_action.h
7088         * src/prefs_folder_column.c
7089         * src/prefs_folder_column.h
7090         * src/prefs_folder_item.c
7091         * src/prefs_folder_item.h
7092         * src/prefs_fonts.c
7093         * src/prefs_fonts.h
7094         * src/prefs_gtk.c
7095         * src/prefs_gtk.h
7096         * src/prefs_image_viewer.c
7097         * src/prefs_image_viewer.h
7098         * src/prefs_matcher.c
7099         * src/prefs_matcher.h
7100         * src/prefs_message.c
7101         * src/prefs_message.h
7102         * src/prefs_msg_colors.c
7103         * src/prefs_msg_colors.h
7104         * src/prefs_other.c
7105         * src/prefs_other.h
7106         * src/prefs_quote.c
7107         * src/prefs_quote.h
7108         * src/prefs_receive.c
7109         * src/prefs_receive.h
7110         * src/prefs_send.c
7111         * src/prefs_send.h
7112         * src/prefs_spelling.c
7113         * src/prefs_spelling.h
7114         * src/prefs_summaries.c
7115         * src/prefs_summaries.h
7116         * src/prefs_summary_column.c
7117         * src/prefs_summary_column.h
7118         * src/prefs_template.c
7119         * src/prefs_template.h
7120         * src/prefs_themes.c
7121         * src/prefs_themes.h
7122         * src/prefs_toolbar.c
7123         * src/prefs_toolbar.h
7124         * src/prefs_wrapping.c
7125         * src/prefs_wrapping.h
7126         * src/privacy.c
7127         * src/privacy.h
7128         * src/procheader.c
7129         * src/procheader.h
7130         * src/procmime.c
7131         * src/procmime.h
7132         * src/procmsg.c
7133         * src/procmsg.h
7134         * src/quote_fmt.c
7135         * src/quote_fmt_parse.y
7136         * src/recv.c
7137         * src/recv.h
7138         * src/remotefolder.c
7139         * src/remotefolder.h
7140         * src/send_message.c
7141         * src/send_message.h
7142         * src/setup.c
7143         * src/setup.h
7144         * src/simple-gettext.c
7145         * src/sourcewindow.c
7146         * src/sourcewindow.h
7147         * src/ssl_manager.c
7148         * src/ssl_manager.h
7149         * src/statusbar.c
7150         * src/statusbar.h
7151         * src/stock_pixmap.c
7152         * src/stock_pixmap.h
7153         * src/summary_search.c
7154         * src/summary_search.h
7155         * src/summaryview.c
7156         * src/summaryview.h
7157         * src/syldap.c
7158         * src/syldap.h
7159         * src/textview.c
7160         * src/textview.h
7161         * src/toolbar.c
7162         * src/toolbar.h
7163         * src/undo.c
7164         * src/undo.h
7165         * src/unmime.c
7166         * src/unmime.h
7167         * src/vcard.c
7168         * src/vcard.h
7169         * src/wizard.c
7170         * src/wizard.h
7171         * src/common/base64.c
7172         * src/common/base64.h
7173         * src/common/defs.h
7174         * src/common/hooks.c
7175         * src/common/hooks.h
7176         * src/common/log.c
7177         * src/common/log.h
7178         * src/common/md5.c
7179         * src/common/md5.h
7180         * src/common/mgutils.c
7181         * src/common/mgutils.h
7182         * src/common/nntp.c
7183         * src/common/nntp.h
7184         * src/common/passcrypt.c
7185         * src/common/passcrypt.h.in
7186         * src/common/plugin.c
7187         * src/common/plugin.h
7188         * src/common/prefs.c
7189         * src/common/prefs.h
7190         * src/common/progressindicator.c
7191         * src/common/progressindicator.h
7192         * src/common/quoted-printable.c
7193         * src/common/quoted-printable.h
7194         * src/common/session.c
7195         * src/common/session.h
7196         * src/common/smtp.c
7197         * src/common/smtp.h
7198         * src/common/socket.c
7199         * src/common/socket.h
7200         * src/common/ssl.c
7201         * src/common/ssl.h
7202         * src/common/ssl_certificate.c
7203         * src/common/ssl_certificate.h
7204         * src/common/string_match.c
7205         * src/common/string_match.h
7206         * src/common/stringtable.c
7207         * src/common/sylpheed.c
7208         * src/common/sylpheed.h
7209         * src/common/template.c
7210         * src/common/template.h
7211         * src/common/timing.h
7212         * src/common/utils.c
7213         * src/common/utils.h
7214         * src/common/uuencode.c
7215         * src/common/uuencode.h
7216         * src/common/version.h.in
7217         * src/common/xml.c
7218         * src/common/xml.h
7219         * src/common/xmlprops.c
7220         * src/common/xmlprops.h
7221         * src/gtk/about.c
7222         * src/gtk/about.h
7223         * src/gtk/colorlabel.c
7224         * src/gtk/colorlabel.h
7225         * src/gtk/colorsel.c
7226         * src/gtk/colorsel.h
7227         * src/gtk/description_window.c
7228         * src/gtk/description_window.h
7229         * src/gtk/filesel.c
7230         * src/gtk/filesel.h
7231         * src/gtk/foldersort.c
7232         * src/gtk/foldersort.h
7233         * src/gtk/gtkutils.c
7234         * src/gtk/gtkutils.h
7235         * src/gtk/inputdialog.c
7236         * src/gtk/inputdialog.h
7237         * src/gtk/logwindow.c
7238         * src/gtk/logwindow.h
7239         * src/gtk/manage_window.c
7240         * src/gtk/manage_window.h
7241         * src/gtk/menu.c
7242         * src/gtk/menu.h
7243         * src/gtk/pluginwindow.c
7244         * src/gtk/pluginwindow.h
7245         * src/gtk/prefswindow.c
7246         * src/gtk/prefswindow.h
7247         * src/gtk/progressdialog.c
7248         * src/gtk/progressdialog.h
7249         * src/gtk/quicksearch.c
7250         * src/gtk/quicksearch.h
7251         * src/gtk/sslcertwindow.c
7252         * src/gtk/sslcertwindow.h
7253         * src/plugins/clamav/clamav_plugin.c
7254         * src/plugins/clamav/clamav_plugin.h
7255         * src/plugins/clamav/clamav_plugin_gtk.c
7256         * src/plugins/demo/demo.c
7257         * src/plugins/dillo_viewer/dillo_prefs.c
7258         * src/plugins/dillo_viewer/dillo_prefs.h
7259         * src/plugins/dillo_viewer/dillo_viewer.c
7260         * src/plugins/mathml_viewer/mathml_viewer.c
7261         * src/plugins/pgpcore/passphrase.c
7262         * src/plugins/pgpcore/passphrase.h
7263         * src/plugins/pgpcore/plugin.c
7264         * src/plugins/pgpcore/prefs_gpg.c
7265         * src/plugins/pgpcore/prefs_gpg.h
7266         * src/plugins/pgpcore/select-keys.c
7267         * src/plugins/pgpcore/select-keys.h
7268         * src/plugins/pgpcore/sgpgme.c
7269         * src/plugins/pgpcore/sgpgme.h
7270         * src/plugins/pgpinline/pgpinline.c
7271         * src/plugins/pgpinline/pgpinline.h
7272         * src/plugins/pgpinline/plugin.c
7273         * src/plugins/pgpmime/pgpmime.c
7274         * src/plugins/pgpmime/pgpmime.h
7275         * src/plugins/pgpmime/plugin.c
7276         * src/plugins/spamassassin/spamassassin.c
7277         * src/plugins/spamassassin/spamassassin.h
7278         * src/plugins/spamassassin/spamassassin_gtk.c
7279         * src/plugins/trayicon/trayicon.c
7280         * tools/OOo2sylpheed.pl
7281         * tools/acroread2sylpheed.pl
7282         * tools/asus_mailled.sh
7283         * tools/filter_conv.pl
7284         * tools/freshmeat_search.pl
7285         * tools/google_search.pl
7286         * tools/kmail2sylpheed.pl
7287         * tools/kmail2sylpheed_v2.pl
7288         * tools/maildir2sylpheed.pl
7289         * tools/multiwebsearch.pl
7290         * tools/newscache_clean.pl
7291         * tools/outlook2sylpheed.pl
7292         * tools/sylpheed-switcher
7293         * tools/update-po
7294         * tools/vcard2xml.py
7295         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7296                 update FSF address
7297
7298 2005-09-21 [colin]      1.9.14cvs46
7299
7300         * src/gedit-print.c
7301         * src/procmsg.c
7302         * src/procmsg.h
7303         * src/textview.c
7304         * src/summaryview.c
7305                 Remove some printing hacks (deselection/reselection),
7306                 which by the way fix printing the currently 
7307                 displayed mime part (still only text)
7308                 Plus a little optimisation of summary_show
7309
7310
7311 2005-09-20 [colin]      1.9.14cvs45
7312
7313         * src/mainwindow.c
7314         * src/messageview.c
7315                 GUI fixups: add accels, set message
7316                 view title to displayed mail's subject
7317         * src/prefs_spelling.c
7318         * src/gtk/gtkaspell.c
7319                 GUI fixups: allow underlining misspelled
7320                 words instead of coloring them (a11y!)
7321
7322 2005-09-19 [colin]
7323
7324         1.9.15rc3 released
7325
7326 2005-09-19 [colin]      1.9.14cvs44
7327
7328         * src/compose.c
7329                 Fix draft message
7330         * src/gtk/gtkaspell.c
7331                 Fix wrong test ;-)
7332
7333 2005-09-19 [colin]      1.9.14cvs43
7334
7335         * src/addressbook.c
7336                 Fix sensitivity of Delete button
7337         * src/compose.c
7338                 Warn if the requested Privacy system
7339                 is not available
7340         * src/exphtmldlg.c
7341         * src/expldifdlg.c
7342         * src/importldif.c
7343         * src/importmutt.c
7344         * src/importpine.c
7345                 Fix crappy UI
7346         * src/
7347         * src/ssl.h
7348         * src/prefs_account.h
7349         * src/prefs_account.c
7350                 Save SSL prefs even in builds that have
7351                 SSL support disable
7352         * src/imap.c
7353         * src/inc.c
7354         * src/news.c
7355         * src/send_message.c
7356                 Warn if connection should be secure, but
7357                 SSL support isn't compiled in
7358         * src/gtkaspell.c
7359                 Fix word separation on UTF-8 systems
7360                 Fixes bug #812 (Strange inline spellchecking)
7361         * src/compose.c
7362                 Warn if the requested Privacy system
7363                 is not available
7364                 Factorize offline warning
7365         * src/imap.c
7366         * src/imap_gtk.c
7367         * src/imap_gtk.h
7368         * src/inc.h
7369         * src/news_gtk.c
7370         * src/news_gtk.h
7371         * src/messageview.c
7372                 Factorize offline warning
7373
7374 2005-09-19 [paul]
7375
7376         1.9.15-rc2 released
7377
7378 2005-09-18 [colin]      1.9.14cvs42
7379
7380         * src/codeconv.c
7381         * src/codeconv.h
7382         * src/procmime.c
7383                 Add a way to get locale's charset ignoring utf-8,
7384                 and use that as default encoding for broken mails
7385
7386 2005-09-18 [colin]      1.9.14cvs41
7387
7388         * src/gtk/logwindow.c
7389                 Translate string. Patch by Fabien Vantard
7390
7391 2005-09-18 [colin]      1.9.14cvs40
7392
7393         * configure.ac
7394                 Fix bug #803 (IMAP/SSL support breaks with 
7395                 GnuTLS libetpan 0.38)
7396
7397 2005-09-18 [colin]      1.9.14cvs39
7398
7399         * src/codeconv.c
7400         * src/compose.c
7401         * src/procmime.c
7402                 More charsets fixes. Fixes bug #806 (non
7403                 ascii characters in subject line)
7404
7405 2005-09-17 [paul]       1.9.14cvs38
7406
7407         * src/folderview.c
7408         * src/mainwindow.c
7409                 fix gcc-2.95 issues
7410                 Patch by Pawel Pekala
7411
7412 2005-09-17 [colin]      1.9.14cvs37
7413
7414         * src/addrindex.c
7415                 bugfix for NO-USE LDAP compilation, patch 
7416                 by Fabien Vantard
7417
7418 2005-09-17 [colin]      1.9.14cvs36
7419
7420         * src/prefs_actions.c
7421         * src/prefs_customheader.c
7422         * src/prefs_display_header.c
7423         * src/prefs_filtering_action.c
7424         * src/prefs_matcher.c
7425         * src/prefs_toolbar.c
7426                 Fix strange casts (less elegant but
7427                 works better)
7428
7429 2005-09-16 [colin]      1.9.14cvs35
7430
7431         * src/jpilot.c
7432                 Missed that one
7433
7434 2005-09-16 [colin]      1.9.14cvs34
7435
7436         * configure.ac
7437         * src/Makefile.am
7438         * src/addr_compl.c
7439         * src/addrindex.c
7440         * src/browseldap.c
7441         * src/editldap.c
7442         * src/ldaplocate.c
7443         * src/ldapquery.c
7444         * src/ldapquery.h
7445         * src/ldapserver.c
7446         * src/ldapserver.h
7447         * src/main.c
7448         * src/matcher_parser_parse.y
7449         * src/prefs_themes.c
7450         * src/etpan/Makefile.am
7451         * src/gtk/description_window.c
7452         * src/plugins/clamav/Makefile.am
7453         * src/plugins/clamav/clamav_plugin.c
7454         * src/plugins/dillo_viewer/Makefile.am
7455         * src/plugins/pgpcore/Makefile.am
7456         * src/plugins/pgpinline/Makefile.am
7457         * src/plugins/pgpmime/Makefile.am
7458         * src/plugins/trayicon/Makefile.am
7459                 Fix 100% cpu usage in address completion list
7460                 Fix little bugs (return with no values etc)
7461                 Fix all warnings (with common CFLAGS)
7462
7463 2005-09-15 [colin]      1.9.14cvs33
7464
7465         * src/addressbook.c
7466                 Fix bug where sometimes a group's email list is empty,
7467                 force its refresh (probably fixes "Re: how to create a 
7468                 distribution list")
7469         * src/ldapquery.c
7470                 Don't return to the callback in the main thread from the
7471                 fetch thread (or face segs!)
7472
7473 2005-09-15 [paul]       1.9.14cvs32
7474
7475         * src/prefs_matcher.c
7476                 forgotten in last commit
7477
7478 2005-09-15 [paul]       1.9.14cvs31
7479
7480         * src/prefs_actions.c
7481         * src/prefs_filtering_action.c
7482         * src/prefs_quote.c
7483         * src/quote_fmt.c
7484         * src/summaryview.c
7485         * src/gtk/description_window.c
7486         * src/gtk/description_window.h
7487         * src/gtk/quicksearch.c
7488                 allow interaction with the called
7489                 description window
7490                 Patch by Anders Hammar
7491
7492 2005-09-14 [paul]       1.9.14cvs30
7493
7494         * src/compose.c
7495                 fix a little annoyance when pasting with 3rd button 
7496                 with wrap_pastes=0 and wrap_input=1
7497                 Patch by Colin
7498
7499 2005-09-14 [paul]       1.9.14cvs29
7500
7501         * src/prefs_account.c
7502                 disable 'Filter messages on receiving' for
7503                 SMTP-only accounts
7504                 Patch  by Anders Hammar
7505
7506 2005-09-14 [paul]       1.9.14cvs28
7507
7508         * po/sk.po
7509                 fix crash
7510                 updated by Andrej Kacian
7511
7512 2005-09-14 [paul]
7513
7514         1.9.15-rc1 released
7515
7516 2005-09-14 [paul]       1.9.14cvs27
7517
7518         * po/es.po
7519                 updated by Ricardo Mones Lastra
7520         * src/compose.c
7521         * src/compose.h
7522                 associate no_wrap_tags to Compose windows
7523                 instead of using a static one
7524                 Patch by Colin
7525         * src/mbox.c
7526                 fix proc_mbox()
7527                 Patch by wwp
7528         * src/textview.c
7529                 remove unneeded printf()
7530
7531 2005-09-14 [paul]       1.9.14cvs26
7532
7533         * src/addrcache.c
7534         * src/codeconv.h
7535         * src/folder.h
7536         * src/mainwindow.h
7537         * src/mh.c
7538         * src/mimeview.h
7539         * src/partial_download.c
7540         * src/pop.c
7541         * src/prefs_account.c
7542         * src/prefs_account.h
7543         * src/prefs_actions.c
7544         * src/prefs_customheader.c
7545         * src/prefs_display_header.c
7546         * src/prefs_filtering_action.c
7547         * src/prefs_matcher.c
7548         * src/prefs_toolbar.c
7549         * src/privacy.h
7550         * src/procmime.c
7551         * src/procmime.h
7552         * src/procmsg.h
7553         * src/textview.c
7554         * src/undo.h
7555         * src/common/plugin.c
7556         * src/common/session.h
7557         * src/common/socket.c
7558         * src/common/socket.h
7559         * src/common/template.c
7560         * src/gtk/gtkaspell.c
7561         * src/gtk/quicksearch.h
7562         * src/plugins/pgpcore/passphrase.c
7563         * src/plugins/pgpcore/prefs_gpg.h
7564         * src/plugins/pgpcore/select-keys.c
7565         * src/plugins/pgpcore/select-keys.h
7566         * src/plugins/pgpcore/sgpgme.c
7567         * src/plugins/pgpinline/pgpinline.c
7568         * src/plugins/pgpmime/pgpmime.c
7569         * src/plugins/trayicon/trayicon.c
7570                 fix compilation warnings
7571                 Patch by Daniel Gustafson
7572
7573 2005-09-14 [paul]       1.9.14cvs25
7574
7575         * src/addressbook.c
7576                 add missing column header, and other small
7577                 bug fixes
7578                 Patch by Anders Hammar
7579
7580 2005-09-13 [colin]      1.9.14cvs24
7581
7582         * src/gtk/gtkaspell.c
7583                 Fix non-utf8 in menu
7584                 Fix little leaks
7585                 Nullify struct members after free()s
7586
7587 2005-09-13 [colin]      1.9.14cvs23
7588
7589         * src/compose.c
7590                 Test utf8 compliance before inserting to 
7591                 buffer, and try to convert if necessary
7592         * src/procmime.c
7593                 If no charset is present, use the locale 
7594                 one instead of us-ascii
7595         * src/procmsg.c
7596                 Add Sender, List-Post and To in the checked 
7597                 headers for automatic rules creation 
7598                 (thanks to wwp)
7599         * src/prefs_themes.c
7600         * src/gtk/gtkaspell.c
7601                 Remove deprecated functions. 
7602                 patch by Daniel Gustafson
7603
7604 2005-09-12 [colin]      1.9.14cvs22
7605
7606         * src/compose.c
7607                 Fix bug #448 (Scrolling/Redraw issue with 
7608                 address-fields in Header)
7609         * src/mainwindow.c
7610         * src/summaryview.c
7611         * src/summaryview.h
7612                 Fix loss of MSG_MARKED on move/copy
7613                 Fix bug #804 (Quicksearch togglebutton doesn't 
7614                 get depressed after '/' key is pressed)
7615
7616 2005-09-12 [paul]       1.9.14cvs21
7617
7618         * AUTHORS
7619         * src/gtk/logwindow.c
7620                 add 'Clear Log' to popup menu
7621                 Patch by Anders Hammar <anders.hammar@telia.com>
7622
7623 2005-09-12 [paul]       1.9.14cvs20
7624
7625         * src/compose.c
7626                 set correct sensitivity on attachments
7627                 popup menu
7628         * src/folder.c
7629                 fix typo
7630         * src/prefs_spelling.c
7631                 fix crash when no LANG env is set
7632         * src/common/xml.c
7633                 fix crash in wizard
7634                 don't use memeory after free
7635
7636         All patches by Daniel Gustafson
7637
7638 2005-09-12 [paul]       1.9.14cvs19
7639
7640         * src/prefs_themes.c
7641                 make theme info selectable
7642         * src/gtk/description_window.c
7643                 make window non-modal
7644         * tools/README
7645                 add details of asus_mailed.sh
7646         * tools/claws.i18n.status.pl
7647                 update for new zh_TW translator
7648                 widen the output
7649                 create alternate coloured lines
7650                 improve readability
7651
7652 2005-09-10 [colin]      1.9.14cvs18
7653
7654         * src/plugins/pgpcore/select-keys.c
7655                 Better order for the buttons
7656
7657 2005-09-10 [colin]      1.9.14cvs17
7658
7659         * src/compose.c
7660         * src/plugins/pgpcore/select-keys.c
7661         * src/plugins/pgpcore/select-keys.h
7662         * src/plugins/pgpcore/sgpgme.c
7663                 Add a "Don't encrypt" button to the key
7664                 selection dialog. Fixes bug #177 (There should be a 
7665                 'Don't encrypt button in the Select Keys dialog)
7666
7667 2005-09-10 [colin]      1.9.14cvs16
7668
7669         * src/compose.c
7670                 Fix bug #572 (%X option does not work with templates)
7671
7672 2005-09-10 [colin]      1.9.14cvs15
7673
7674         * src/toolbar.c 
7675                 Remove g_print
7676
7677 2005-09-10 [colin]      1.9.14cvs14
7678
7679         * src/imap.c
7680                 Fix a possible crash
7681
7682 2005-09-09 [colin]      1.9.14cvs13
7683
7684         * src/imap.c
7685         * src/etpan/imap-thread.c
7686         * src/etpan/imap-thread.h
7687                 Fix moving from queue or drafts to normal folders
7688                 Fix bug #794 (No way to delete without expunging)
7689                 Take flags unset by other mailers into account
7690                 Take deleted flag set by other mailers into account
7691                 Fix unsetting REPLIED flag
7692                 Fix crash when capabilities can't be retrieved
7693         * src/mainwindow.c
7694         * src/mainwindow.h
7695                 Add M_DELAYED_FLAGS condition, and let the user use
7696                 Execute in order to be able to expunge deleted mails,
7697                 even if he's not in delayed execute mode
7698         * src/prefs_spelling.c
7699                 Use 'en' dictionary by default if LANG is POSIX or C
7700         * src/gtk/prefswindow.c
7701                 Fix bug #767 (Preferences windows expanding) by making
7702                 the window a bit larger when the resolution is greater
7703                 than 640x480, and by putting the prefs in a
7704                 GtkScrolledWindow.
7705
7706 2005-09-09 [paul]       1.9.14cvs12
7707
7708         * AUTHORS
7709         * configure.ac
7710         * po/zh_TW.Big5.po      ** REMOVED **
7711         * po/zh_TW.po           ** ADDED **
7712                 updated by Wei-Lun Chao
7713
7714 2005-09-09 [paul]       1.9.14cvs11
7715
7716         * src/mainwindow.c
7717                 fix asserts
7718         * src/common/xml.c
7719                 delay memory allocation until file is
7720                 opened successfully
7721                 Patch by Daniel Gustafson
7722
7723 2005-09-09 [colin]      1.9.14cvs10
7724
7725         * src/imap.c
7726                 Add guards
7727
7728 2005-09-08 [colin]      1.9.14cvs9
7729
7730         * src/compose.c
7731                 Alert when we can't save draft
7732                 Fix various wrap/color issues
7733                 Add mid-click pasting respecting wrap_paste option
7734         * src/folder.c
7735         * src/folder.h
7736         * src/folder_item_prefs.c
7737         * src/folder_item_prefs.h
7738         * src/imap.c
7739         * src/imap_gtk.c
7740         * src/imap_gtk.h
7741         * src/main.c
7742         * src/mainwindow.c
7743         * src/mainwindow.h
7744         * src/news.c
7745         * src/news_gtk.c
7746         * src/news_gtk.h
7747         * src/prefs_folder_item.c
7748                 Fix the impossibility to synchronise folders for
7749                 offline use (IMAP and NNTP are concerned)
7750
7751 2005-09-08 [colin]      1.9.14cvs8
7752
7753         * configure.ac
7754                 Build LDAP and JPilot by default if available
7755         * src/textview.c
7756                 Fix use after free
7757
7758 2005-09-08 [paul]       1.9.14cvs7
7759
7760         * doc/manual/en/sylpheed-1.html
7761         * doc/manual/en/sylpheed-18.html
7762         * doc/manual/en/sylpheed-19.html
7763         * doc/manual/en/sylpheed-4.html
7764         * doc/manual/en/sylpheed-6.html
7765         * doc/manual/en/sylpheed.html
7766                 a few minor updates, plus include some
7767                 details about plugins and their requirements
7768         * src/mainwindow.c
7769                 minor changes to English in /View/Sort
7770
7771 2005-09-07 [colin]      1.9.14cvs6
7772
7773         * doc/manual/en/sylpheed-1.html
7774         * doc/manual/en/sylpheed-10.html
7775         * doc/manual/en/sylpheed-11.html
7776         * doc/manual/en/sylpheed-12.html
7777         * doc/manual/en/sylpheed-13.html
7778         * doc/manual/en/sylpheed-14.html
7779         * doc/manual/en/sylpheed-15.html
7780         * doc/manual/en/sylpheed-16.html
7781         * doc/manual/en/sylpheed-17.html
7782         * doc/manual/en/sylpheed-18.html
7783         * doc/manual/en/sylpheed-19.html
7784         * doc/manual/en/sylpheed-2.html
7785         * doc/manual/en/sylpheed-20.html
7786         * doc/manual/en/sylpheed-21.html
7787         * doc/manual/en/sylpheed-22.html
7788         * doc/manual/en/sylpheed-3.html
7789         * doc/manual/en/sylpheed-4.html
7790         * doc/manual/en/sylpheed-5.html
7791         * doc/manual/en/sylpheed-6.html
7792         * doc/manual/en/sylpheed-7.html
7793         * doc/manual/en/sylpheed-8.html
7794         * doc/manual/en/sylpheed-9.html
7795         * doc/manual/en/sylpheed.html
7796                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
7797
7798 2005-09-07 [colin]      1.9.14cvs5
7799
7800         * src/mainwindow.c
7801                 Make labels more to-the-point
7802
7803 2005-09-07 [colin]      1.9.14cvs4
7804
7805         * doc/manual/en/sylpheed-1.html
7806         * doc/manual/en/sylpheed-12.html
7807         * doc/manual/en/sylpheed-13.html
7808         * doc/manual/en/sylpheed-14.html
7809         * doc/manual/en/sylpheed-15.html
7810         * doc/manual/en/sylpheed-16.html
7811         * doc/manual/en/sylpheed-17.html
7812         * doc/manual/en/sylpheed-18.html
7813         * doc/manual/en/sylpheed-19.html
7814         * doc/manual/en/sylpheed-2.html
7815         * doc/manual/en/sylpheed-20.html
7816         * doc/manual/en/sylpheed-21.html
7817         * doc/manual/en/sylpheed-22.html
7818         * doc/manual/en/sylpheed-4.html
7819         * doc/manual/en/sylpheed-5.html
7820         * doc/manual/en/sylpheed-6.html
7821         * doc/manual/en/sylpheed-7.html
7822         * doc/manual/en/sylpheed-8.html
7823         * doc/manual/en/sylpheed-9.html
7824         * doc/manual/en/sylpheed.html
7825                 Update manual
7826
7827 2005-09-07 [colin]      1.9.14cvs3
7828
7829         * doc/faq/en/sylpheed-faq-1.html
7830         * doc/faq/en/sylpheed-faq-2.html
7831         * doc/faq/en/sylpheed-faq-3.html
7832         * doc/faq/en/sylpheed-faq.html
7833                 Update FAQ
7834
7835 2005-09-07 [colin]      1.9.14cvs2
7836
7837         * src/folderview.c
7838         * src/procmsg.c
7839         * src/summaryview.c
7840         * src/toolbar.c
7841                 Fix special subfolders:
7842                 - Inherit parent's icon
7843                 - sent contents of queues subfolders
7844                 - empty subfolders of trashes
7845         * src/mainwindow.c
7846                 Remove outdated manual and faq entries
7847         * src/common/utils.c
7848                 Add quotes around %s coming from mailcap
7849
7850 2005-09-07 [colin]      1.9.14cvs1
7851
7852         * src/compose.c
7853                 After saving draft, set modified to FALSE
7854         * src/mimeview.c
7855         * src/common/utils.c
7856         * src/common/utils.h
7857                 Try to open mime parts using what is 
7858                 indicated in ~/.mailcap or /etc/mailcap,
7859                 if possible.
7860
7861 2005-09-05 [paul]       1.9.14
7862
7863         1.9.14 released
7864
7865         * po/sk.po
7866                 updated by Andrej Kacian
7867
7868 2005-09-05 [paul]       1.9.13cvs83
7869
7870         * po/de.po
7871         * po/es.po
7872         * po/fi.po
7873         * po/fr.po
7874         * po/nb.po
7875         * po/pt_BR.po
7876         * po/sr.po
7877                 updated translations by Thomas Gilgin, Ricardo Mones
7878                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
7879                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
7880
7881 2005-09-04 [paul]       1.9.13cvs82
7882
7883         * src/compose.c
7884                 only warn about exceeded line length limit
7885                 on send
7886
7887 2005-09-04 [paul]       1.9.13cvs81
7888
7889         * src/compose.c
7890                 fix crash in 'line length exceeded' dialogue
7891
7892 2005-09-02 [paul]       1.9.13cvs80
7893
7894         * src/imap.c
7895                 fix bug 795, 'Connection lost IMAP'
7896                 and add statusbar prints
7897                 Patch by Colin
7898
7899 2005-09-02 [paul]       1.9.13cvs79
7900
7901         * src/compose.c
7902                 compose_wrap_paragraph() becomes
7903                 compose_beautify_paragraph()
7904                 Patch by Colin
7905
7906 2005-09-02 [colin]      1.9.13cvs78
7907
7908         * src/folderview.c
7909                 Micro-fix
7910
7911 2005-09-01 [colin]      1.9.13cvs77
7912
7913         * src/imap.c
7914                 Maybe fix bug #795 (Connection lost IMAP)
7915                 Don't try to send logout when we're disconnected.
7916         * src/summaryview.c
7917                 Include locked and marked emails in HRM
7918                 view. Fixes bug #800 (Locked messages no longer 
7919                 show up when hide read messages is used)
7920
7921 2005-09-01 [paul]       1.9.13cvs76
7922
7923         * src/prefs_common.c
7924                 fix bad cutting
7925
7926 2005-08-31 [colin]      1.9.13cvs75
7927
7928         * src/folderview.c
7929         * src/folderview.h
7930         * src/prefs_summaries.c
7931         * src/summaryview.c
7932                 Fix "go to next new", fix preference
7933                 (Open unread/next swapped)
7934
7935 2005-08-31 [paul]       1.9.13cvs74
7936
7937         * src/compose.c
7938         * src/folderview.c
7939         * src/headerview.c
7940         * src/headerview.h
7941         * src/mainwindow.c
7942         * src/prefs_common.c
7943         * src/prefs_common.h
7944         * src/prefs_fonts.c
7945         * src/summaryview.c
7946         * src/textview.c
7947         * src/common/defs.h
7948                 remove obsolete BOLD_FONT setting
7949                 fix font update in headerview and textview
7950                 headers after prefs change
7951                 Patch By Colin
7952
7953 2005-08-31 [paul]
7954
7955         1.9.14-rc4 released
7956
7957 2005-08-30 [colin]      1.9.13cvs73
7958
7959         * src/summaryview.c
7960                 When Hide read messages is selected and we
7961                 refresh the summaryview, don't remove the 
7962                 currently displayed message. Fixes bug #797
7963                 (Summary view reloads when new mail is 
7964                 downloaded in 1.9.14 rc)
7965
7966 2005-08-30 [colin]      1.9.13cvs72
7967
7968         * src/folderview.c
7969                 Fix flickering
7970         * src/mainwindow.c
7971                 Remove useless callback
7972         * src/mimeview.c
7973         * src/gtk/filesel.c
7974         * src/gtk/filesel.h
7975                 Add a filesel_select_file_save_folder() - used by Save All
7976
7977 2005-08-29 [paul]       1.9.13cvs71
7978
7979         * AUTHORS
7980         * src/matcher_parser_parse.y
7981         * src/etpan/imap-thread.c
7982                 fix building on FreeBSD
7983                 Patch by Daniel Gustafson <daniel@hobbit.se>
7984
7985 2005-08-29 [paul]       1.9.13cvs70
7986
7987         * src/plugins/pgpinline/pgpinline.c
7988                 only initialise sig result if it's been handled
7989                 Patch by Colin
7990
7991 2005-08-29 [paul]       1.9.13cvs69
7992         
7993         Patches by Colin:
7994
7995         * src/imap.c
7996         * src/common.utils.c
7997         * src/common/utils.h
7998                 optimisation
7999         * src/stock_pixmap.h
8000                 fix wrong icon reference
8001         * src/pixmaps/trash_btn.xpm
8002                 replace with nicer image
8003
8004 2005-08-28 [colin]      1.9.13cvs68
8005
8006         * src/Makefile.am
8007         * src/stock_pixmap.c
8008         * src/stock_pixmap.h
8009         * src/toolbar.c
8010         * src/pixmaps/trash_btn.xpm
8011                 Add a specific trash xpm for the button
8012
8013 2005-08-28 [colin]      1.9.13cvs67
8014
8015         * src/imap.c
8016                 Fix leak
8017
8018 2005-08-27 [colin]      1.9.13cvs66
8019
8020         * src/imap.c
8021         * src/procmime.c
8022                 Correctly fix "Problem with replies", fixes
8023                 pgpmime encryption too. 
8024
8025 2005-08-27 [colin]      1.9.13cvs65
8026
8027         * src/folder.c
8028         * src/procmsg.c
8029         * src/procmsg.h
8030         * src/summaryview.c
8031                 Fix bug #517 (messages removed from summaryview 
8032                 when moving fails)
8033
8034 2005-08-27 [colin]      1.9.13cvs64
8035
8036         * tools/Makefile.am
8037         * tools/asus_mailled.sh
8038                 Add a script to blink ASUS laptops' mail LED where there
8039                 is unread mail.
8040
8041 2005-08-27 [colin]      1.9.13cvs63
8042
8043         * src/imap.c
8044         * src/etpan/imap-thread.c
8045         * src/etpan/imap-thread.h
8046                 Implement automatic choosing of login method
8047                 Fixes bug #791
8048         * src/gtk/.cvsignore
8049                 Add sylpheed-marshal.[ch]
8050
8051 2005-08-27 [colin]      1.9.13cvs62
8052
8053         * src/common/utils.c
8054                 Fix confusing perror
8055
8056 2005-08-27 [colin]      1.9.13cvs61
8057
8058         * src/toolbar.c
8059         * src/toolbar.h
8060                 Remove A_DELETE, replace it with 
8061                 A_TRASH and A_DELETE_REAL. Automatically
8062                 rewrite config files to replace A_DELETE
8063                 with A_TRASH (no functionality change).
8064                 Fixes half of #794
8065
8066 2005-08-26 [colin]      1.9.13cvs60
8067
8068         * src/procmime.c
8069                 Previous "Problem with replies" fix brought other
8070                 problems, fixing them
8071
8072 2005-08-26 [colin]      1.9.13cvs59
8073
8074         * src/procmime.c
8075                 Fix "Problem with replies". This happened only
8076                 on IMAP...
8077         * src/procmsg.c
8078                 Factorize code a bit
8079         * src/compose.c
8080                 Speed improvement on very long messages (wrapping)
8081                 Fix signature color on Reedit and Redirect
8082                 On Reedit, don't attach pgp-signatures parts, but
8083                 set signing to On.
8084
8085 2005-08-24 [paul]       1.9.13cvs58
8086
8087         * src/compose.c
8088                 don't claim success when clicking
8089                 Cancel on the passphrase box.
8090                 Patch by Colin
8091
8092 2005-08-24 [paul]       1.9.13cvs57
8093
8094         * src/main.c
8095                 fix misplaced sylpheed.log
8096         * src/common/defs.h
8097                 define UIDL_DIR
8098
8099 2005-08-24 [paul]       1.9.13cvs56
8100
8101         * src/imap.c
8102         * src/etpan/imap-thread.c
8103         * src/etpan/imap-thread.h
8104                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
8105                 Patch by Colin
8106         * src/gtk/sylpheed-marshal.c    ** REMOVED **
8107         * src/gtk/sylpheed-marshal.h    ** REMOVED **
8108                 remove autogenerated files
8109         * tools/kdeservicemenu/README
8110         * tools/kdeservicemenu/install.sh
8111         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8112         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8113                 use Claws icon, use 'Sylpheed-Claws' in menu,
8114                 use kdialog, and other cleanups
8115
8116 2005-08-23 [paul]       1.9.13cvs55
8117
8118         * src/compose.c
8119                 fix paste/wrap crash
8120                 Patch by Colin
8121
8122 2005-08-23 [paul]       1.9.13cvs54
8123
8124         * src/main.c
8125                 fix crash recovery
8126                 Patch by Colin
8127
8128 2005-08-23 [paul]       1.9.13cvs53
8129
8130         * src/addressbook.c
8131         * src/editaddress.c
8132                 view all data of LDAP contacts
8133                 Patch by Colin
8134
8135 2005-08-23 [paul]       1.9.13cvs52
8136
8137         * src/addressbook.c
8138                 fix issues with the Search field
8139                 Patch by Colin
8140
8141 2005-08-22 [paul]       1.9.13cvs51
8142
8143         * src/folderview.c
8144                 put name of folder in processing dialog
8145                 title
8146         * src/prefs_folder_item.c
8147                 improve english usage
8148
8149 2005-08-22 [paul]       1.9.13cvs50
8150
8151         * src/filtering.c
8152         * src/filtering.h
8153         * src/matcher.c
8154         * src/matcher_parser_lex.l
8155         * src/matcher_parser_parse.y
8156         * src/prefs_filtering.c
8157                 add Filtering/Processing rule names feature.
8158                 (the incompatible old matcherrc is saved as
8159                 matcherrc.pre_names).
8160                 Patch by Colin
8161
8162 2005-08-22 [paul]       1.9.13cvs49
8163
8164         * src/procmsg.c
8165                 fix colour labelling
8166                 Patch by Colin
8167
8168 2005-08-22 [paul]       1.9.13cvs48
8169
8170         * src/textview.c
8171                 fix open_image_cb()
8172
8173 2005-08-22 [paul]       1.9.13cvs47
8174
8175         * src/imap.c
8176                 fix bug 789, 'SC crashes with imap (CVS ver)'
8177                 Patch by Colin
8178
8179 2005-08-22 [paul]       1.9.13cvs46
8180
8181         * src/mimeview.c
8182         * src/prefs_common.c
8183         * src/common/defs.h
8184                 define reused defaults in defs.h
8185         * src/textview.c
8186                 add 'Open image' to image popup menu
8187
8188 2005-08-21 [colin]      1.9.13cvs45
8189
8190         * src/summaryview.c
8191                 Fix bug #788 (Bogus "From" address displayed)
8192
8193 2005-08-20 [colin]      1.9.13cvs44
8194
8195         * src/folder.c
8196                 Fix buf #787 (multilevel delete causes SIGSEGV)
8197
8198 2005-08-19 [colin]      1.9.13cvs43
8199
8200         * src/inc.c
8201         * src/prefs_common.c
8202         * src/prefs_common.h
8203                 Add an hidden pref to allow modifying the
8204                 update stepping in incorporation.
8205                 Patch by wwp.
8206
8207 2005-08-19 [colin]      1.9.13cvs42
8208
8209         * src/compose.c
8210         * src/procmime.c
8211                 Workaround for broken MUAs: encode 
8212                 Content-type: name: as ASCII and 
8213                 Content-Disposition: filename: as
8214                 per rfc2231
8215         * src/prefs_account.c
8216                 Fix invisible-ness of SMTP SSL prefs
8217                 in NNTP accounts
8218
8219 2005-08-19 [paul]       1.9.13cvs41
8220
8221         * src/compose.c
8222         * src/prefs_common.c
8223         * src/prefs_common.h
8224         * src/prefs_wrapping.c
8225                 paste with or without wrapping.
8226                 patch by Colin
8227
8228 2005-08-19 [paul]       1.9.13cvs40
8229
8230         * src/prefs_common.c
8231         * src/prefs_common.h
8232         * src/summaryview.c
8233                 reintroduce enable_swap_from as a
8234                 hidden pref. patch by Colin
8235         * src/quote_fmt_parse.y
8236         * src/plugins/clamav/clamav_plugin.c
8237         * src/plugins/dillo_viewer/dillo_viewer.c
8238         * src/plugins/mathml_viewer/mathml_viewer.c
8239         * src/plugins/pgpcore/sgpgme.c
8240         * src/plugins/pgpinline/pgpinline.c
8241         * src/plugins/pgpmime/pgpmime.c
8242                 tidy up. patch by Colin
8243
8244 2005-08-19 [paul]       1.9.13cvs39
8245
8246         * configure.ac
8247                 complete cvs38's sync
8248         * src/editaddress.c
8249         * src/gedit-print.c
8250         * src/mutt.c
8251         * src/etpan/etpan-log.c
8252         * src/etpan/imap-thread.c
8253         * src/gtk/gtksourceprintjob.c
8254                 fix compilation warnings
8255                 (patch by Colin)
8256
8257 2005-08-19 [paul]       1.9.13cvs38
8258
8259         sync with main:
8260
8261         * src/account.c
8262         * src/action.c
8263         * src/addrbook.c
8264         * src/addrcache.c
8265         * src/addrharvest.c
8266         * src/addrindex.c
8267         * src/codeconv.c
8268         * src/compose.c
8269         * src/crash.c
8270         * src/exporthtml.c
8271         * src/exportldif.c
8272         * src/folder.c
8273         * src/image_viewer.c
8274         * src/inc.c
8275         * src/inc.h
8276         * src/jpilot.c
8277         * src/ldif.c
8278         * src/main.c
8279         * src/matcher.c
8280         * src/mbox.c
8281         * src/messageview.c
8282         * src/mh.c
8283         * src/mimeview.c
8284         * src/msgcache.c
8285         * src/mutt.c
8286         * src/news.c
8287         * src/partial_download.c
8288         * src/pine.c
8289         * src/pop.c
8290         * src/prefs_actions.c
8291         * src/prefs_common.c
8292         * src/prefs_customheader.c
8293         * src/prefs_display_header.c
8294         * src/prefs_gtk.c
8295         * src/prefs_themes.c
8296         * src/procheader.c
8297         * src/procmime.c
8298         * src/procmsg.c
8299         * src/recv.c
8300         * src/send_message.c
8301         * src/simple-gettext.c
8302         * src/sourcewindow.c
8303         * src/textview.c
8304         * src/vcard.c
8305         * src/common/defs.h
8306         * src/common/log.c
8307         * src/common/plugin.c
8308         * src/common/prefs.c
8309         * src/common/session.c
8310         * src/common/session.h
8311         * src/common/socket.c
8312         * src/common/socket.h
8313         * src/common/ssl_certificate.c
8314         * src/common/template.c
8315         * src/common/utils.c
8316         * src/common/utils.h
8317         * src/common/xml.c
8318         * src/gtk/about.c
8319         added wrappers for C library function that
8320                 take pathname arguments.
8321                 enabled compilation with MinGW.
8322                 use GDir instead of directly using opendir().
8323                 added rename_force().
8324
8325 2005-08-19 [paul]       1.9.13cvs37
8326         
8327         patches by Colin:
8328         * src/compose.c
8329                 fix privacy settings on re-editing
8330                 a sent message
8331         * src/jpilot.c
8332                 fix encoding bug
8333         * src/folder.c
8334         * src/procmsg.c
8335         * src/procmsg.h
8336         * src/summaryview.c
8337                 flag changing optimisation
8338
8339 2005-08-18 [martin]     1.9.13cvs36
8340
8341         * commitHelper
8342             added my login
8343         * src/addrcache.c
8344         * src/addrharvest.c
8345         * src/addrindex.c
8346         * src/compose.c
8347         * src/grouplistdialog.c
8348         * src/main.c
8349         * src/mainwindow.c
8350         * src/msgcache.c
8351         * src/mutt.c
8352         * src/pine.c
8353         * src/prefs_account.c
8354         * src/prefs_themes.c
8355         * src/stock_pixmap.c
8356         * src/summaryview.c
8357         * src/gtk/about.c
8358         * src/gtk/logwindow.c
8359             removed deprecated glib and gdk stuff
8360         * src/plugins/pgpcore/select-keys.c
8361             convert attributes from locale to utf8
8362
8363 2005-08-17 [paul]       1.9.13cvs35
8364
8365         * src/account.c
8366         * src/addressbook.c
8367                 use new GTK_STOCK_ icons if available
8368         * src/summaryview.c
8369         * src/gtk/gtksctree.c
8370         * src/gtk/gtksctree.h
8371                 faster range select. patch by Colin
8372
8373 2005-08-17 [paul]       1.9.13cvs34
8374
8375         patches by colin:
8376         * src/addressbook.c
8377         * src/addressitem.h
8378                 Add an edit button for contacts, fix selections
8379                 of gtksctree items
8380         * src/editaddress.c
8381                 Change labels, let Save be always possible in the
8382                 email and user atributes tabs
8383         * src/folderview.c
8384                 fix sort issues
8385         * src/summaryview.c
8386                 select next item instead of the displayed one
8387                 after deletion
8388
8389         * src/gtk/progressdialog.c
8390                 use prefs_common.enable_rules_hint
8391
8392 2005-08-13 [hoa]        1.9.13cvs33
8393
8394         * src/etpan/imap-thread.c
8395                 fixed build on Solaris.
8396
8397 2005-08-10 [colin]      1.9.13cvs32
8398
8399         * src/procmsg.c
8400                 Fix cvs31 (missing fclose before reading
8401                 the file)
8402
8403 2005-08-10 [colin]      1.9.13cvs31
8404
8405         * src/procmsg.c
8406                 Fix procmsg_msginfo_new_from_mimeinfo() when
8407                 the MimeInfo isn't stored in memory. This fixes
8408                 replying to an attached message.
8409
8410 2005-08-10 [colin]      1.9.13cvs30
8411
8412         * src/mainwindow.c
8413                 Fix slowness in account changing
8414
8415 2005-08-10 [colin]      1.9.13cvs29
8416
8417         * src/folder.c
8418         * src/folderutils.c
8419         * src/folderview.c
8420         * src/imap_gtk.c
8421         * src/mainwindow.c
8422         * src/mh_gtk.c
8423         * src/procmsg.c
8424         * src/summaryview.c
8425                 Optimize folder_has_parent_of_type
8426                 Prevent moving special sub-folders from contextual menus
8427                 Rework message a bit ("Empty all messages" -> "Delete all
8428                 messages")
8429                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
8430                 and "Deleted Items" folders)
8431
8432 2005-08-08 [colin]      1.9.13cvs28
8433
8434         * src/summaryview.c
8435         * src/prefs_summaries.c
8436                 Make "Select first unread|new" more flexible
8437                 (just prioritize new or unread)
8438
8439 2005-08-08 [colin]      1.9.13cvs27
8440
8441         * src/summaryview.c
8442                 If "select first new" is selected and there only
8443                 are unread messages, fallback to "select first
8444                 unread".
8445
8446 2005-08-08 [colin]      1.9.13cvs26
8447
8448         * src/folder.c
8449                 Fix shameful bugs (and bug #779)
8450
8451 2005-08-08 [colin]      1.9.13cvs25
8452
8453         * src/folder.c
8454         * src/folder.h
8455                 Cache parents' type to make folder_has_parent_of_type
8456                 faster
8457         * src/folderview.c
8458                 Forbid DnD of special sub-folders
8459         * src/procmsg.c
8460         * src/procmsg.h
8461                 Add MAIL_POSTFILTERING_HOOK
8462         * src/summaryview.c
8463                 Revert over-zealous deletion of the use_addr_book 
8464                 code
8465
8466 2005-08-07 [colin]      1.9.13cvs24
8467
8468         * src/folder.c
8469                 Fix big mistake (passing MsgInfo instead 
8470                 of FolderItem)
8471
8472 2005-08-07 [colin]      1.9.13cvs23
8473
8474         * src/compose.c
8475         * src/folder.c
8476         * src/folder.h
8477         * src/foldersel.c
8478         * src/folderutils.c
8479         * src/folderview.c
8480         * src/imap.c
8481         * src/mainwindow.c
8482         * src/messageview.c
8483         * src/mh.c
8484         * src/msgcache.c
8485         * src/procmime.c
8486         * src/summaryview.c
8487                 Make subfolders of Drafts, Queue, Outbox, Trash
8488                 work like their parents. 
8489                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
8490
8491 2005-08-07 [colin]      1.9.13cvs22
8492
8493         * src/addressbook.c
8494                 Fix bug #771 (Dragged contacts not saved)
8495
8496 2005-08-07 [paul]       1.9.13cvs21
8497
8498         * src/summaryview.c
8499                 fix bug 32 'Search Doesn't display results
8500                 if "Hide Read Messages" is chosen'
8501                 be more literal in interpreting 'Hide read
8502                 messages'
8503
8504 2005-08-07 [colin]      1.9.13cvs20
8505
8506         * src/folderview.c
8507                 Add debug
8508         * src/summaryview.c
8509                 Faster 'unthread_for_execution'
8510
8511 2005-08-06 [paul]       1.9.13cvs19
8512
8513         * src/mainwindow.c
8514                 add mnemonics to Set displayed columns
8515                 fix bug where msgview_visible option was
8516                 overwritten as TRUE on startup
8517
8518 2005-08-06 [paul]       1.9.13cvs18
8519
8520         * src/mainwindow.c
8521                 refer to 'displayed columns in folder/message
8522                 list' not 'displayed items in summary/message view'
8523         * src/prefs_display_header.c
8524                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
8525                 be consistent with similar dialogues
8526         * src/prefs_folder_column.c
8527         * src/prefs_summary_column.c
8528                 'columns' not 'items', and folder and message lists,
8529                 instead of folder and summary views;
8530                 Use 'Hidden columns' as list heading not 'Available
8531                 items';
8532                 move the 'Remove' button to the right hand side;
8533                 top-align the buttons;
8534                 remove unneeded vbox
8535         * src/prefs_summaries.c
8536                 put the 2 column prefs buttons in a frame to reduce
8537                 overall width; refer to columns not items &c.
8538
8539 2005-08-05 [colin]      1.9.13cvs17
8540
8541         * src/prefs_common.c
8542         * src/prefs_common.h
8543         * src/mainwindow.c
8544         * src/compose.c
8545         * src/messageview.c
8546                 Add an hidden toolbar_detachable pref, so
8547                 that I can get rid of these painful handles
8548                 in the toolbars. Defaults to TRUE to avoid
8549                 changing the GUI on unsuspecting people...
8550
8551 2005-08-05 [colin]      1.9.13cvs16
8552
8553         * src/Makefile.am
8554         * src/prefs_folder_column.c
8555         * src/prefs_folder_column.h
8556                 Add prefs for folder columns
8557         * src/folderview.c
8558         * src/folderview.h
8559         * src/mainwindow.c
8560         * src/mainwindow.h
8561         * src/prefs_common.c
8562         * src/prefs_common.h
8563         * src/prefs_summaries.c
8564                 Use them
8565         * src/prefs_summary_column.c
8566         * src/summaryview.c
8567         * src/summaryview.h
8568                 Add a To column
8569         * src/textview.c
8570         * src/common/utils.c
8571         * src/common/utils.h
8572                 Move uri colourisation functions
8573                 to utils
8574         * src/compose.c
8575                 Colourise URIs
8576         * src/imap.c
8577                 Fix bug with LIST where we'd try
8578                 to get Folder//////[...]/// 
8579
8580 2005-08-05 [paul]       1.9.13cvs15
8581
8582         * src/prefs_summaries.c
8583                 improve the English usage
8584         * src/summaryview.c
8585                 set font on column change
8586                 thanks to Colin
8587
8588 2005-08-05 [paul]       1.9.13cvs14
8589
8590         * src/prefs_common.c
8591         * src/prefs_common.h
8592         * src/prefs_summaries.c
8593         * src/summaryview.c
8594                 replace 'open_unread_on_enter' option with
8595                 'select_on_entry' option. opening/not opening
8596                 is now exclusively controlled by 'always_show_msg'
8597
8598 2005-08-04 [colin]      1.9.13cvs13
8599
8600         * src/compose.c
8601                 Remove dead code
8602                 Add colourisation of quotes and signatures
8603         * src/folderview.c
8604                 Fix possible crashes
8605         * src/messageview.c
8606                 Change an assert that is no problem
8607         * src/news.c
8608         * src/news_gtk.c
8609         * src/news_gtk.h
8610                 Fix offline mode
8611         * src/gtk/quicksearch.c
8612                 Fix a possible crash
8613
8614 2005-08-03 [colin]      1.9.13cvs12
8615
8616         * src/prefs_account.c
8617                 Fix bug #777 (Sylpheed crash in account configuration)
8618
8619 2005-08-03 [colin]      1.9.13cvs11
8620
8621         * src/addressbook.c
8622         * src/editaddress.c
8623         * src/editgroup.c
8624                 Fixing addressbook, round 2
8625         * src/textview.c
8626                 Fix emphasis color on rechecking 'Colorize messages'
8627
8628 2005-08-03 [paul]       1.9.13cvs10
8629
8630         sync with main
8631
8632         * src/addr_compl.c
8633         * src/compose.c
8634         * src/main.c
8635         * src/pop.c
8636         * src/prefs_account.c
8637         * src/procmime.c
8638         * src/procmsg.c
8639         * src/quote_fmt_parse.y
8640         * src/textview.c
8641         * src/common/quoted-printable.c
8642         * src/common/utils.c
8643         * src/common/utils.h
8644         * src/common/xml.c
8645                 replaced incorrect locale-independent
8646                 ctype functions with GLib's. Corrected
8647                 signedness mismatch.
8648         * src/headerview.c
8649                 headerview_create(): added spacing for vbox.
8650         * src/gtk/about.c
8651                 set focus to the OK button.
8652
8653 2005-08-03 [colin]      1.9.13cvs9
8654
8655         * src/folderview.c
8656                 Fix possible crash
8657
8658 2005-08-02 [colin]      1.9.13cvs8
8659
8660         * src/mainwindow.c
8661                 Fix cast
8662         * src/addressbook.c
8663         * src/addressitem.h
8664                 Fix a cast and more generally, try to make the
8665                 GUI more intuitive and consistent (round 1)
8666
8667 2005-08-02 [paul]       1.9.13cvs7
8668
8669         * src/folder.h
8670                 missing in 1.9.13cvs6
8671
8672 2005-08-02 [colin]      1.9.13cvs6
8673
8674         * src/folder.c
8675                 Fix one more leak
8676
8677 2005-08-02 [colin]      1.9.13cvs5
8678
8679         * src/folder.c
8680         * src/folderview.c
8681         * src/imap.c
8682         * src/main.c
8683         * src/mbox.c
8684         * src/procmsg.c
8685         * src/summaryview.c
8686                 Fix a number of folder_item_get_msg_list()-related
8687                 leaks (missing procmsg_msginfo_free()s)
8688
8689 2005-08-01 [colin]      1.9.13cvs4
8690
8691         * src/folderview.c
8692         * src/folderview.h
8693         * src/mainwindow.c
8694         * src/prefs_fonts.c
8695         * src/prefs_summaries.c
8696         * src/prefs_themes.c
8697         * src/summaryview.c
8698         * src/summaryview.h
8699         * src/textview.c
8700         * src/textview.h
8701                 Fix instant-apply of summary and folderview-related prefs
8702                 Fix erroneous g_free and alertpanels in prefs_theme
8703                 Add instant-apply for fonts
8704                 Defer applying of prefs a little bit so it's done only
8705                 once even if requested by multiples prefs pages
8706
8707 2005-08-01 [paul]       1.9.13cvs3
8708
8709         * src/main.c
8710                 fix bug 776 'S.C. crashes on close'
8711                 thanks to Colin
8712         * src/etpan/etpan-thread-manager-types.h
8713                 add missing include
8714                 thanks to Hoa
8715
8716 2005-07-25 [paul]       1.9.13cvs2
8717
8718         * src/summaryview.c
8719                 fix typos. spotted by Fabien Vantard
8720
8721 2005-07-24 [paul]       1.9.13cvs1
8722
8723         * doc/man/sylpheed.1
8724                 update man page, incorporating fix of
8725                 bug 769 'Typo in manpage'
8726         * src/etpan/imap-thread.c
8727                 fix NetBSD openssl dependencies. patch by
8728                 George Michaelson <ggm@apnic.net>
8729         * po/pt_BR.po
8730                 updated by Frederico Goncalves Guimaraes
8731
8732 2005-07-22 [paul]       1.9.13
8733
8734         1.9.13 release
8735
8736 2005-07-22 [paul]       1.9.12cvs91
8737
8738         * AUTHORS
8739         * INSTALL
8740         * README.claws
8741         * RELEASE_NOTES.claws
8742                 updated for release
8743         * configure.ac
8744         * po/nb.po
8745         * tools/claws.i18n.status.pl
8746                 add Norwegian translation. submiited by
8747                 Geir Helland <pjallabais@users.sourceforge.net>
8748         * po/ca.po
8749         * po/de.po
8750         * po/es.po
8751         * po/fi.po
8752         * po/fr.po
8753         * po/it.po
8754         * po/sk.po
8755         * po/sr.po
8756         * po/zh_CN.po
8757                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8758                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
8759                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
8760                 Yang Guilong
8761         * src/plugins/clamav/clamav_plugin_gtk.c
8762         * src/plugins/spamassassin/spamassassin_gtk.c
8763                 replace outdated description strings
8764
8765 2005-07-21 [colin]      1.9.12cvs90
8766
8767         * src/folder.c
8768                 Set folder to batch mode when scanning it. Makes deletion
8769                 of unread mails on IMAP much faster (due to the UNREAD 
8770                 flag unsetting)
8771
8772 2005-07-21 [darko]      1.9.12cvs89
8773
8774         * configure.ac
8775                 link against libresolv if necessary (patch by Paul)
8776         * src/msgcache.c
8777                 use glib's portable macros to determine endianness
8778
8779 2005-07-21 [paul]       1.9.12cvs88
8780
8781         * src/crash.c
8782         * src/gtk/about.c
8783                 update compiled-in features list
8784
8785 2005-07-20 [colin]      1.9.12cvs87
8786
8787         * src/folder.c
8788         * src/textview.c
8789                 Gcc 2.9x compilation fixes, thanks to Darko
8790         * src/plugins/clamav/clamav_plugin.c
8791                 Little optimisation: load virus database only once
8792         * src/plugins/spamassassin/spamassassin.c
8793                 Big optimisation: filtering one mail took at least 1 second,
8794                 now it takes at least 50ms. Doesn't speed up spamassassin 
8795                 itself, but should already be much more tolerable.
8796
8797 2005-07-20 [colin]      1.9.12cvs86
8798
8799         * src/summaryview.c
8800                 Fix performance issue
8801
8802 2005-07-19 [colin]      1.9.12cvs85
8803
8804         * src/plugins/pgpinline/plugin.c
8805                 Fix warning
8806
8807 2005-07-19 [colin]      1.9.12cvs84
8808
8809         * configure.ac
8810         * src/plugins/Makefile.am
8811         * src/plugins/pgpinline/.cvsignore
8812         * src/plugins/pgpinline/Makefile.am
8813         * src/plugins/pgpinline/pgpinline.c
8814         * src/plugins/pgpinline/pgpinline.deps
8815         * src/plugins/pgpinline/pgpinline.h
8816         * src/plugins/pgpinline/plugin.c
8817                 Put pgpinline in the main tree
8818
8819 2005-07-19 [paul]       1.9.12cvs83
8820
8821         * src/prefs_actions.c
8822                 prevent '//' in menu names, which cause a crash
8823                 thanks to Colin
8824
8825 2005-07-19 [paul]       1.9.12cvs82
8826
8827         * configure.ac
8828                 be generally more informative in configure output.
8829                 OpenSSL: correction: '[ --enable-openssl ...' -> 
8830                 '[ --disable-openssl ...', as --enable-openssl is default
8831                 PGP/MIME: don't check for GPGME again, check for
8832                 pgpcore instead. Therefore prevent the possibility of
8833                 attempting to build pgpmime if pgpcore dependencies are
8834                 not met
8835                 ClamAV: use pkgconfig to check for lib
8836                 libgnomeprint: revert logic on inner test to match
8837                 everything else
8838         * src/plugins/pgpcore/sgpgme.c
8839                 add missing include
8840
8841 2005-07-19 [colin]      1.9.12cvs81
8842
8843         * src/summaryview.c
8844                 Fix slow thread rebuilding in particular
8845                 cases
8846
8847 2005-07-19 [paul]       1.9.12cvs80
8848
8849         * sylpheed-claws.desktop
8850                 fix typo, spotted by Stephan Sachse
8851         * src/account.c
8852                 replace GTK_STOCK_ADD with
8853                 GTK_STOCK_NEW button
8854
8855 2005-07-18 [colin]      1.9.12cvs79
8856
8857         * src/etpan/imap-thread.c
8858                 Fix return value (Thanks Hoa)
8859
8860 2005-07-18 [colin]      1.9.12cvs78
8861
8862         * src/imap.c
8863                 Allow empty passwords
8864                 Create drafts/queue/outbox if necessary
8865         * src/summaryview.c
8866                 Remove old code
8867         * src/etpan/imap-thread.c
8868                 Fix STARTTLS (Thanks to Hoa)
8869
8870 2005-07-18 [paul]       1.9.12cvs77
8871
8872         * ChangeLog-gtk2.jp
8873         * ChangeLog.jp
8874                 removed
8875         * Makefile.am
8876                 updated to reflect additions and removals
8877         * TODO
8878                 updated to be claws-specific
8879         * TODO-gtk2
8880         * TODO-gtk2.jp
8881         * TODO.jp
8882         * sylpheed-128x128.png
8883         * sylpheed-64x64.png
8884                 removed
8885         * sylpheed-claws-128x128.png
8886         * sylpheed-claws-64x64.png
8887         * sylpheed-claws.desktop
8888         * sylpheed-claws.png
8889                 added
8890         * sylpheed.desktop
8891         * sylpheed.png
8892                 removed
8893
8894 2005-07-17 [paul]       1.9.12cvs76
8895
8896         * src/account.c
8897         * src/addressbook.c
8898         * src/alertpanel.c
8899         * src/alertpanel.h
8900         * src/compose.c
8901         * src/exphtmldlg.c
8902         * src/expldifdlg.c
8903         * src/folderview.c
8904         * src/imap_gtk.c
8905         * src/inc.c
8906         * src/message_search.c
8907         * src/messageview.c
8908         * src/mh_gtk.c
8909         * src/news_gtk.c
8910         * src/prefs_actions.c
8911         * src/prefs_filtering.c
8912         * src/prefs_matcher.c
8913         * src/prefs_template.c
8914         * src/prefs_themes.c
8915         * src/ssl_manager.c
8916         * src/summary_search.c
8917         * src/textview.c
8918         * src/toolbar.c
8919         * src/gtk/sslcertwindow.c
8920         * src/plugins/pgpcore/sgpgme.c
8921                 rework alertpanels
8922
8923 2005-07-17 [colin]      1.9.12cvs75
8924
8925         * src/privacy.c
8926                 add a PrivacySystem accessor that checks that
8927                 the system cached in a MimeInfo's privacydata
8928                 is still registered. Use this accessor instead
8929                 of directly using data->system. Fixes crashes
8930                 after unloading pgp plugins.
8931
8932 2005-07-17 [colin]      1.9.12cvs74
8933
8934         * src/alertpanel.c
8935                 Change geometry hints to a simple default size.
8936                 Fixes the certs dialogs.
8937
8938 2005-07-17 [colin]      1.9.12cvs73
8939
8940         * src/gtk/sslcertwindow.c
8941                 Use a gtkExpander
8942
8943 2005-07-17 [colin]      1.9.12cvs72
8944
8945         * src/plugins/pgpcore/Makefile.am
8946         * src/plugins/pgpmime/Makefile.am
8947                 Add gpgme libs
8948
8949 2005-07-17 [paul]       1.9.12cvs71
8950
8951         * configure.ac
8952                 add --disable-gnomeprint option
8953                 modified version of patch by Marius Mauch
8954
8955 2005-07-17 [paul]       1.9.12cvs70
8956
8957         * src/common/defs.h
8958                 update urls
8959         * src/account.c
8960         * src/action.c
8961         * src/addressbook.c
8962         * src/compose.c
8963         * src/foldersel.c
8964         * src/folderview.c
8965         * src/html.c
8966         * src/imap_gtk.c
8967         * src/main.c
8968         * src/mainwindow.c
8969         * src/messageview.c
8970         * src/mh_gtk.c
8971         * src/mimeview.c
8972         * src/news_gtk.c
8973         * src/prefs_account.c
8974         * src/prefs_send.c
8975         * src/prefs_summaries.c
8976         * src/procmsg.c
8977         * src/summaryview.c
8978         * src/common/utils.c
8979         * src/common/xml.c
8980         * src/plugins/pgpcore/passphrase.c
8981         * src/plugins/pgpcore/select-keys.c
8982                 replace inappropriately used backticks
8983                 with single quotes
8984
8985 2005-07-16 [colin]      1.9.12cvs69
8986
8987         * src/image_viewer.c
8988                 Add extra paranoid checks
8989
8990 2005-07-16 [colin]      1.9.12cvs68
8991
8992         * src/plugins/pgpcore/prefs_gpg.c
8993                 Don't auto-check sigs by default, as it
8994                 can be really slow.
8995
8996 2005-07-16 [colin]      1.9.12cvs67
8997
8998         * src/plugins/pgpcore/sgpgme.c
8999                 Make messages a bit better.
9000
9001 2005-07-16 [colin]      1.9.12cvs66
9002
9003         * src/imap.c
9004                 Remove pseudo-log
9005         * src/etpan/imap-thread.c
9006                 Add real log
9007
9008 2005-07-16 [colin]      1.9.12cvs65
9009
9010         * src/main.c
9011         * src/prefs_other.c
9012                 And now, fix build with libetpan :-/
9013
9014 2005-07-15 [colin]      1.9.12cvs64
9015
9016         * src/prefs_other.c
9017                 Continue fixing build without libetpan.
9018
9019 2005-07-15 [colin]      1.9.12cvs63
9020
9021         * src/main.c
9022                 Fix build with --disable-libetpan
9023
9024 2005-07-15 [colin]      1.9.12cvs62
9025
9026         * configure.ac
9027                 Bump libetpan's version
9028
9029 2005-07-15 [colin]      1.9.12cvs61
9030
9031         * src/etpan/imap-thread.c
9032                 Actually stop logging :)
9033
9034 2005-07-15 [colin]      1.9.12cvs60
9035
9036         * src/addressbook.c
9037                 Fix dnd of multiple addresses.
9038
9039 2005-07-15 [hoa]        1.9.12cvs59
9040
9041         * src/etpan/imap-thread.c
9042             disable login of IMAP password in libetpan log file.
9043
9044 2005-07-15 [paul]       1.9.12cvs58
9045
9046         * src/account.c
9047                 don't automatically sort
9048                 do allow drag n drop
9049
9050 2005-07-15 [paul]       1.9.12cvs57
9051
9052         * src/account.c
9053         * src/ssl_manager.c
9054                 alphabetical listing
9055
9056 2005-07-15 [paul]       1.9.12cvs56
9057
9058         * src/gtk/pluginwindow.c
9059                 sort plugin list alphabetically
9060
9061 2005-07-15 [paul]       1.9.12cvs55
9062
9063         * src/prefs_spelling.c
9064         * src/prefs_wrapping.c
9065                 unify English usage
9066
9067 2005-07-15 [colin]      1.9.12cvs54
9068
9069         * src/wizard.c
9070                 Typo fix
9071
9072 2005-07-15 [paul]       1.9.12cvs53
9073
9074         * src/prefs_message.c
9075                 make 'show cursor' a hidden option
9076
9077 2005-07-14 [colin]      1.9.12cvs52
9078
9079         * src/plugins/spamassassin/Makefile.am
9080         * src/plugins/clamav/Makefile.am
9081                 Fix double EXTRA_DISTs
9082
9083 2005-07-14 [colin]      1.9.12cvs51
9084
9085         * src/plugins/clamav/Makefile.am
9086         * src/plugins/clamav/clamav_plugin_gtk.deps
9087         * src/plugins/spamassassin/Makefile.am
9088         * src/plugins/spamassassin/spamassassin_gtk.deps
9089                 Make $plugin_gtk depend on $plugin
9090
9091 2005-07-14 [hoa]        1.9.12cvs50
9092
9093         * src/etpan/imap-thread.c
9094                 enable debug log of libetpan when running with --debug
9095
9096 2005-07-14 [colin]      1.9.12cvs49
9097
9098         * configure.ac
9099         * src/common/Makefile.am
9100         * src/common/plugin.c
9101         * src/common/plugin.h
9102                 Add a little plugin dependancy system.
9103                 Plugins can ship a $plugin_name.deps file
9104                 (near them in PLUGINDIR) so that their
9105                 dependancies are loaded if possible.
9106         * src/plugins/Makefile.am
9107         * src/plugins/pgpcore/Makefile.am
9108         * src/plugins/pgpcore/passphrase.c
9109         * src/plugins/pgpcore/passphrase.h
9110         * src/plugins/pgpcore/plugin.c
9111         * src/plugins/pgpcore/prefs_gpg.c
9112         * src/plugins/pgpcore/prefs_gpg.h
9113         * src/plugins/pgpcore/select-keys.c
9114         * src/plugins/pgpcore/select-keys.h
9115         * src/plugins/pgpcore/sgpgme.c
9116         * src/plugins/pgpcore/sgpgme.h
9117                 Introduce pgpcore, used by pgpmime and
9118                 pgpinline
9119         * src/plugins/pgpmime/Makefile.am
9120         * src/plugins/pgpmime/passphrase.c
9121         * src/plugins/pgpmime/passphrase.h
9122         * src/plugins/pgpmime/pgpmime.c
9123         * src/plugins/pgpmime/pgpmime.deps
9124         * src/plugins/pgpmime/plugin.c
9125         * src/plugins/pgpmime/prefs_gpg.c
9126         * src/plugins/pgpmime/prefs_gpg.h
9127         * src/plugins/pgpmime/select-keys.c
9128         * src/plugins/pgpmime/select-keys.h
9129         * src/plugins/pgpmime/sgpgme.c
9130         * src/plugins/pgpmime/sgpgme.h
9131                 Remove the core from pgpmime and add the
9132                 dependancy to pgpcore.
9133
9134 2005-07-14 [paul]       1.9.12cvs48
9135
9136         * src/stock_pixmap.c
9137                 forgot this in last commit
9138
9139 2005-07-14 [paul]       1.9.12cvs47
9140
9141         * src/account.c
9142         * src/addressbook.c
9143                 add accelerators for the buttons (sync with main)
9144         * src/compose.c
9145         * src/compose.h
9146                 add accelerators for the buttons.
9147                 fix editing with external editor.
9148                 replace gdk_input_*() with GIOChannel;
9149                 (sync with main)
9150         * src/foldersel.c
9151                 display folder names with new/unread
9152                 representation (sync with main)
9153         * src/main.c
9154                 specify default window icon (sync with main)
9155         * src/prefs_common.c
9156                 use_addr_book default to FALSE
9157         * src/summaryview.c
9158         * src/textview.c
9159                 add accelerators for the buttons (sync with main)
9160         * src/gtk/menu.c
9161                 fix typos
9162         * src/pixmaps/sylpheed_icon.xpm
9163                 updated
9164
9165 2005-07-13 [paul]       1.9.12cvs46
9166
9167         * src/plugins/pgpmime/pgpmime.c
9168         * src/plugins/pgpmime/sgpgme.c
9169                 (temporarily) use deprecated gpgme_data_rewind()
9170                 while largefile support is not present
9171                 (as suggested by Colin)
9172
9173 2005-07-13 [paul]       1.9.12cvs45
9174
9175         * configure.ac
9176                 remove large file support (for now):
9177                 it breaks too many things
9178
9179 2005-07-13 [paul]       1.9.12cvs44
9180
9181         * configure.ac
9182                 add large file support
9183         * src/html.c
9184                 fix bug #763 where href attribute was not
9185                 the very first attribute of a link
9186                 patch by Thomas Gilgin
9187
9188 2005-07-13 [colin]      1.9.12cvs43
9189
9190         * src/gtk/pluginwindow.c
9191                 Little portability fix
9192
9193 2005-07-13 [colin]      1.9.12cvs42
9194
9195         * src/plugins/pgpmime/sgpgme.c
9196                 Fix crasher.
9197
9198 2005-07-13 [colin]      1.9.12cvs41
9199
9200         * src/plugins/pgpmime/pgpmime.c
9201         * src/plugins/pgpmime/sgpgme.c
9202                 Use gpgme_data_release_and_get_mem instead
9203                 of gpgme_data_read.
9204
9205 2005-07-13 [colin]      1.9.12cvs40
9206
9207         * configure.ac
9208         * src/plugins/pgpmime/passphrase.c
9209         * src/plugins/pgpmime/passphrase.h
9210         * src/plugins/pgpmime/pgpmime.c
9211         * src/plugins/pgpmime/plugin.c
9212         * src/plugins/pgpmime/select-keys.c
9213         * src/plugins/pgpmime/select-keys.h
9214         * src/plugins/pgpmime/sgpgme.c
9215         * src/plugins/pgpmime/sgpgme.h
9216                 Port pgpmime to gpgme-1.0.
9217
9218 2005-07-12 [paul]       1.9.12cvs39
9219
9220         * AUTHORS
9221         * src/toolbar.c
9222         * src/toolbar.h
9223                 add a 'Go to Prev' button to the toolbar.
9224                 correct tooltip text of go to buttons.
9225                 based on patch by Yang Guilong <bamanzi@gmail.com>
9226
9227 2005-07-12 [colin]      1.9.12cvs38
9228
9229         * src/statusbar.c
9230                 Fix progress bar showing stuff at startup.
9231
9232 2005-07-12 [paul]       1.9.12cvs37
9233
9234         * src/editjpilot.c
9235                 fix building with jpilot support
9236
9237 2005-07-11 [colin]      1.9.12cvs36
9238
9239         * src/inc.c
9240                 Add visual indication that filtering is running
9241         * src/textview.c
9242                 Make {}[] uri delimiters
9243         * src/summaryview.c
9244                 Remove useless (and slow) calls
9245
9246 2005-07-11 [paul]       1.9.12cvs35
9247
9248         * src/plugins/clamav/clamav_plugin_gtk.c
9249         * src/plugins/dillo_viewer/dillo_prefs.c
9250         * src/plugins/pgpmime/prefs_gpg.c
9251         * src/plugins/spamassassin/spamassassin_gtk.c
9252                 gather plugins prefs together under their
9253                 own 'Plugins' heading
9254
9255 2005-07-11 [paul]       1.9.12cvs34
9256
9257         sync with main
9258
9259         * src/account.c
9260                 account_delete(): modified alert dialog
9261         * src/editjpilot.c
9262         * src/editvcard.c
9263                 fixed a crash when cancelling file selection
9264                 dialog by Escape key. Made non-ascii filename
9265                 selectable.
9266         * src/prefs_template.c
9267                 prefs_template_window_create(): make scrolled
9268                 window policy AUTOMATIC
9269
9270 2005-07-10 [hoa]        1.9.12cvs33
9271
9272         * src/etpan/imap-thread.c
9273                 workaround for old Courier IMAP servers.
9274
9275 2005-07-10 [colin]      1.9.12cvs32
9276
9277         * src/folder.c
9278         * src/statusbar.c
9279         * src/statusbar.h
9280                 Add visual progress indicator on filtering/processing
9281                 Factorize the progress bar code
9282         * src/imap.c
9283         * src/imap.h
9284         * src/etpan/imap-thread.c
9285                 Add a reference counter to avoid destroying the Folder
9286                 while it's in use by another callback.
9287
9288 2005-07-09 [hoa]        1.9.12cvs31
9289
9290         * src/imap.c
9291         * src/etpan/imap-thread.c
9292                 fixed deadlock when removing IMAP account.
9293
9294 2005-07-08 [colin]      1.9.12cvs30
9295
9296         * src/textview.c
9297         * src/unmime.c
9298                 Fix again problems decoding broken headers
9299         * src/gtk/inputdialog.c
9300                 Fix local variable shadowing a global one
9301
9302 2005-07-08 [colin]      1.9.12cvs29
9303
9304         * src/msgcache.c
9305                 Make the cache/mark files platform-agnostic by writing
9306                 them in little-endian format. Reading them is also done
9307                 in little-endian format, of course; however, in order
9308                 to avoid trashing mark data on big-endian machines, the
9309                 files are, at first, read from the native format if the
9310                 little-endian one doesn't exist. This is easy to deter-
9311                 mine by trying to open a file with a swapped data_ver
9312                 and seeing if it's the wanted version.
9313                 Little-endian using users should see absolutely no
9314                 difference, Big-endian users may get a very little
9315                 performance drop due to byte-swapping.
9316                 Tested on i386 and ppc32. 
9317                 Fixes bug #159 (The index file, in the mailboxes, is 
9318                 hardware depending).
9319
9320                 To have the cache/mark files updated to the new little-
9321                 endian format, "Check for new messages" or even
9322                 "Rebuild folder tree" aren't enough. Files will be
9323                 updated as soon as a folder has been opened/closed.
9324                 To update everything, just select all folders by
9325                 selecting them one by one.
9326
9327 2005-07-07 [colin]      1.9.12cvs28
9328
9329         * src/imap.c
9330                 Remember the folder separator per IMAPFolder
9331                 instead of globally.
9332                 Revive the Session on noop; fixes bug #761
9333                 (mark a bunch of unread messages as read takes 
9334                 forever)
9335
9336 2005-07-07 [darko]      1.9.12cvs27
9337
9338         * src/common/template.c
9339                 Sort templates alphabetically
9340
9341 2005-07-06 [colin]      1.9.12cvs26
9342
9343         * src/imap.c
9344                 Try to use the correct separator in
9345                 most cases. Possibly fixes bug #759
9346                 (only creates the INBOX folder when 
9347                 setting up new IMAP account) and 
9348                 bug #760 (Can't retrieve messages)
9349
9350 2005-07-06 [colin]      1.9.12cvs25
9351
9352         * src/imap.c
9353                 Use real_path in status command. This will
9354                 help later, when namespaces will be used.
9355
9356 2005-07-06 [colin]      1.9.12cvs24
9357
9358         * configure.ac
9359         * src/account.c
9360         * src/folder.c
9361         * src/imap.c
9362         * src/etpan/etpan-log.c
9363         * src/etpan/etpan-thread-manager.c
9364         * src/etpan/imap-thread.c
9365                 Add a --disable-libetpan parameter. With this,
9366                 users that don't want IMAP4 support can avoid
9367                 the new dependancy (and have no IMAP support).
9368                 Users that have IMAP4 accounts and use this
9369                 parameter won't lose their configuration, their
9370                 IMAP accounts will just be invisible and not
9371                 used.
9372         * src/textview.c
9373                 Make the "Copy ..." contextual menu items 
9374                 copy to both the X clipboard and the gtk 
9375                 clipboard - as most other apps do.
9376         * src/gtk/about.c
9377                 Add a notice about OpenSSL usage, in order to
9378                 comply with OpenSSL's license (point 6):
9379                 http://www.openssl.org/source/license.html
9380
9381 2005-07-06 [colin]      1.9.12cvs23
9382
9383         * src/alertpanel.c
9384                 Fix a minimum size for alertpanels
9385         * src/compose.c
9386                 Show 'No space left on device' type errors
9387                 when queuing/sending
9388         * src/imap_gtk.c
9389         * src/mh_gtk.c
9390                 Rework folder's deletion message (remove 
9391                 extra \n)
9392
9393 2005-07-05 [colin]      1.9.12cvs22
9394
9395         * src/imap.c
9396                 Add an alertpanel on auth error
9397                 Add pseudo-log
9398                 Remove pthread-related stuff
9399
9400 2005-07-05 [colin]      1.9.12cvs21
9401
9402         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9403                 Fix crash on plugin reloading (with a hack)
9404
9405 2005-07-05 [colin]      1.9.12cvs20
9406
9407         * src/prefs_account.c
9408         * src/prefs_account.h
9409                 Fix typo
9410         * src/gtk/filesel.c
9411         * src/gtk/filesel.h
9412                 Add a way to filter the view
9413         * src/gtk/pluginwindow.c
9414                 Filter loadable stuff
9415         * src/plugins/pgpmime/prefs_gpg.c
9416                 Fix missing unregistration
9417         * .cvsignore
9418         * src/etpan/.cvsignore
9419         * src/plugins/spamassassin/.cvsignore
9420                 Add more stuff to cvs ignored files
9421
9422 2005-07-04 [colin]      1.9.12cvs19
9423
9424         * src/imap.c
9425                 Fix scan_required returning FALSE when it
9426                 shouldn't. Maybe fix #760 (Can't retrieve
9427                 messages)
9428
9429 2005-07-04 [colin]      1.9.12cvs18
9430
9431         * src/summaryview.c
9432                 Fix always_show_msg pref
9433
9434 2005-07-04 [paul]       1.9.12cvs17
9435
9436         sync with main (forgotten in last commit)
9437         
9438         * src/common/utils.c
9439         * src/common/utils.h
9440                 check_line_length(): new.
9441                 is_dir_exist()
9442                 is_file_entry_exist()
9443                 dirent_is_regular_file()
9444                 dirent_is_directory(): use g_file_test() instead of stat().
9445
9446 2005-07-04 [paul]       1.9.12cvs16
9447
9448         sync with main:
9449
9450         * src/compose.c
9451                 compose_write_to_file(): check for line
9452                 length limit and display warning if exceeds
9453         * src/jpilot.c
9454                 use get_home_dir() instead of g_get_home_dir()
9455         * src/procheader.c
9456                 removed warning about invalid date
9457         * src/vcard.c
9458                 use get_home_dir() instead of g_get_home_dir()
9459
9460 2005-07-04 [paul]       1.9.12cvs15
9461
9462         * src/stock_pixmap.c
9463                 fix new pixmap naming errors
9464                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
9465
9466 2005-07-04 [colin]      1.9.12cvs14
9467
9468         * src/imap.c
9469                 Fix debugging string with a warning
9470
9471 2005-07-04 [colin]      1.9.12cvs13
9472
9473         * configure.ac
9474                 Add a check for libetpan's version (>= 0.37)
9475
9476 2005-07-04 [hoa]        1.9.12cvs12
9477
9478         * commitHelper
9479         * src/imap.c
9480         * src/etpan/imap-thread.c
9481         * src/etpan/imap-thread.h
9482                 fixed IMAP implementation of check of mails.
9483
9484 2005-07-03 [hoa]        1.9.12cvs11
9485
9486         * src/etpan/Makefile.am
9487         * src/etpan/etpan-errors.h
9488         * src/etpan/etpan-log.[ch]
9489         * src/etpan/etpan-thread-manager-types.h
9490         * src/etpan/etpan-thread-manager.[ch]
9491         * src/etpan/imap-thread.[ch]
9492         * src/Makefile.am
9493         * src/imap.c
9494         * src/main.c
9495         * src/prefs_other.c
9496         * configure.ac
9497             merged imap branch.
9498             dependency on libetpan 0.37 is now added.
9499
9500 2005-07-01 [colin]      1.9.12cvs10
9501
9502         * src/Makefile.am
9503         * src/folder.c
9504         * src/folder.h
9505         * src/folderview.c
9506         * src/stock_pixmap.c
9507         * src/stock_pixmap.h
9508         * src/plugins/trayicon/trayicon.c
9509                 Add marked symbol on folders containing
9510                 marked messages
9511         * src/procmsg.c
9512         * src/procmsg.h
9513         * src/toolbar.c
9514         * src/prefs_common.c
9515         * src/prefs_common.h
9516         * src/prefs_send.c
9517                 Add an optional confirmation dialog on queue
9518                 sending. Patch by wwp.
9519         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
9520         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
9521         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
9522         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
9523         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
9524         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
9525         * src/pixmaps/inbox_mark.xpm            ** ADDED **
9526         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
9527         * src/pixmaps/outbox_mark.xpm           ** ADDED **
9528         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
9529         * src/pixmaps/trash_mark.xpm            ** ADDED **
9530                 New pixmaps
9531
9532 2005-07-01 [colin]      1.9.12cvs9
9533
9534         * src/summaryview.c
9535                 Fix a little threading bug
9536         * src/addrgather.c
9537         * src/mainwindow.c
9538                 A little bit of HIG normality never hurts
9539
9540 2005-07-01 [colin]      1.9.12cvs8
9541
9542         * src/compose.c
9543         * src/msgcache.c
9544         * src/pop.c
9545         * src/procmime.c
9546         * src/recv.c
9547         * src/common/log.c
9548         * src/common/template.c
9549         * src/common/utils.c
9550         * src/common/utils.h
9551                 Reverted the fwrite_atomic stuff. In fact
9552                 it is already atomic.
9553
9554 2005-06-30 [colin]      1.9.12cvs7
9555
9556         * src/common/utils.c
9557         * src/common/utils.h
9558                 Add an fwrite_atomic() function to make
9559                 sure we write everything: fwrite can make
9560                 short writes.
9561         * src/compose.c
9562         * src/msgcache.c
9563         * src/pop.c
9564         * src/procmime.c
9565         * src/recv.c
9566         * src/common/log.c
9567         * src/common/template.c
9568                 Use that (and fix swapping of size and nmemb).
9569                 Thanks to Rich Coe for the heads up.
9570
9571 2005-06-30 [colin]      1.9.12cvs6
9572
9573         * src/addressbook.c
9574                 Optimize addressbook opening 
9575
9576 2005-06-30 [colin]      1.9.12cvs5
9577
9578         * src/summaryview.c
9579                 Remove calls to summary_step after move/copy
9580
9581 2005-06-28 [paul]       1.9.12cvs4
9582
9583         * src/alertpanel.c
9584                 wrap and make the error msg selectable
9585
9586 2005-06-28 [paul]       1.9.12cvs3
9587
9588         * src/ssl_manager.c
9589                 replace the OK button with a Close button
9590         * src/gtk/foldersort.c
9591                 use GTK_STOCK_ icons/buttons
9592
9593 2005-06-28 [colin]      1.9.12cvs2
9594
9595         * src/gedit-print.c             ** ADDED **
9596         * src/gedit-print.h             ** ADDED **
9597         * src/gtk/gtksourceprintjob.c   ** ADDED **
9598         * src/gtk/gtksourceprintjob.h   ** ADDED **
9599                 I can't believe no one had enough time to tell
9600                 me I forgot the `cvs add`
9601
9602 2005-06-27 [colin]      1.9.12cvs1
9603
9604         * src/Makefile.am
9605         * src/gtk/Makefile.am
9606         * src/messageview.c
9607         * src/procmsg.c
9608         * src/summaryview.c
9609         * configure.ac
9610                 Add optional libgnomeprint-based printing
9611         * src/mainwindow.c
9612         * src/gtk/quicksearch.c
9613                 Add an Edit/Quick search menu item to show
9614                 and focus the quicksearch
9615
9616 2005-06-27 [paul]       1.9.12
9617
9618         1.9.12 release
9619
9620         * po/ca.po
9621         * po/de.po
9622         * po/es.po
9623         * po/fr.po
9624         * po/it.po
9625         * po/ko.po
9626         * po/pt_BR.po
9627         * po/sk.po
9628         * po/zh_CN.po
9629                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9630                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
9631                 SungHyun Nam, Frederico Goncalves Guimaraes,
9632                 Andrej Kacian, and Yang Guilong
9633 2005-06-26 [colin]      1.9.11cvs106
9634
9635         * src/imap_gtk.c
9636                 Forgot one file for previous fix
9637
9638 2005-06-26 [colin]      1.9.11cvs105
9639
9640         * src/folder.c
9641         * src/imap.c
9642                 Fix problems with folder operations in no_select
9643                 imap folders. it applies only to mails, and 
9644                 creation/deletion/move/renaming of folders 
9645                 should be possible
9646
9647 2005-06-26 [paul]       1.9.11cvs104
9648
9649         * src/prefs_filtering.c
9650                 replace one more GTK_STOCK_REMOVE
9651                 with GTK_STOCK_DELETE
9652
9653 2005-06-25 [colin]      1.9.11cvs103
9654
9655         * src/imap.c
9656                 Optimize get_seq_set_from_seq_list
9657                 (Patch by Ricardo) 
9658
9659 2005-06-25 [colin]      1.9.11cvs102
9660
9661         * src/mh.c
9662                 If the directory exists, but not in the
9663                 correct encoding, rename it. This should
9664                 handle old-versions-induced bugs.
9665
9666 2005-06-25 [colin]      1.9.11cvs101
9667
9668         * src/mh.c
9669                 Fix path access with extended dir names
9670                 Fixes bug #589 (SC segfaults with wrong locale
9671                 settings)
9672
9673 2005-06-25 [colin]      1.9.11cvs100
9674
9675         * src/prefs_account.c
9676         * src/prefs_account.h
9677         * src/compose.c
9678                 Add an option to encrypt replies to
9679                 encrypted messages
9680
9681 2005-06-25 [colin]      1.9.11cvs99
9682
9683         * src/compose.c
9684         * src/quote_fmt_parse.y
9685                 ... And make it work with pgpinline.
9686
9687 2005-06-25 [colin]      1.9.11cvs98
9688
9689         * src/compose.c
9690         * src/procmime.c
9691         * src/procmime.h
9692         * src/quote_fmt_parse.y
9693                 o Make reedition of encrypted messages possible
9694                   (as long as it is encrypted to self too, no
9695                    magic there)
9696                 o Make replying with quote (and without selecting
9697                   text) possible for encrypted messages.
9698                 Closes bug #550 (Not possible to "reply with quote"
9699                 to gnupg encrypted messages)
9700
9701 2005-06-24 [paul]       1.9.11cvs97
9702
9703         * src/imap.c
9704                 add missing include
9705
9706 2005-06-24 [paul]       1.9.11cvs96
9707
9708         * src/editldap.c
9709                 made bind password entry invisible
9710                 (sync with main)
9711         * src/send_message.c
9712                 send_message_local(): check exit status
9713                 to detect errors (sync with main)
9714         * src/textview.c
9715                 use main's less ambiguous popup menu
9716                 wording
9717
9718 2005-06-24 [paul]       1.9.11cvs95
9719
9720         * src/prefs_actions.c
9721         * src/prefs_customheader.c
9722         * src/prefs_display_header.c
9723         * src/prefs_filtering_action.c
9724         * src/prefs_matcher.c
9725         * src/prefs_template.c
9726         * src/prefs_toolbar.c
9727                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
9728         * src/gtk/description_window.c
9729                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
9730
9731 2005-06-23 [colin]      1.9.11cvs94
9732
9733         * src/summaryview.c
9734                 Fix rough edges (be sure to call status_show whenever
9735                 necessary).
9736
9737 2005-06-23 [colin]      1.9.11cvs93
9738
9739         * src/summaryview.c
9740                 Optimize Select All
9741                 Before, in a 5K mails folder: 11s
9742                 After, in the same folder: 58000µs
9743                 The joys of locking... gtk_clist_select_all() fires a 
9744                 tree-select-row event for each selected row, which in 
9745                 summaryview, callbacks summary_selected which in turn,
9746                 calls summary_status_show, which walks the selected
9747                 rows. Hence, calling gtk_clist_select_all was 
9748                 exponential. Locking the summaryview makes 
9749                 summary_selected return early.
9750
9751 2005-06-23 [colin]      1.9.11cvs92
9752
9753         * src/imap.c
9754                 Move mutex at the important place to avoid
9755                 deadlocks
9756         * src/summaryview.c
9757                 Fix Del key deleting directly instead of
9758                 moving to trash
9759
9760 2005-06-22 [colin]      1.9.11cvs91
9761
9762         * src/plugins/spamassassin/libspamc.c
9763                 As we do spagetti code with assignations in multiple
9764                 places (see _message_read_raw where out = msg = raw),
9765                 let's be sure we don't free the same pointer twice.
9766                 Should fix bug #683 (Crash in libpam at 
9767                 message_cleanup).
9768
9769 2005-06-22 [colin]      1.9.11cvs90
9770
9771         * src/compose.c
9772         * src/messageview.c
9773         * src/toolbar.c
9774                 Make toolbar's delete use the move to trash stuff;
9775                 Add gtk_widget_realize to be sure pixmaps can get
9776                 created (that may fix an old worksforme bug which
9777                 I can't find back...)
9778
9779 2005-06-22 [colin]      1.9.11cvs89
9780
9781         * src/summaryview.c
9782         * src/summaryview.h
9783         * src/mainwindow.c
9784                 Rename "Message/Delete" to "Message/Move to trash"
9785                 Add "Message/Delete..." that directly destroys the
9786                 selected messages after asking for a confirmation.
9787
9788 2005-06-22 [colin]      1.9.11cvs88
9789
9790         * src/imap.c
9791                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
9792                 o Fix a deadlock (thanks Darko)
9793
9794 2005-06-22 [colin]      1.9.11cvs87
9795
9796         * src/gtk/foldersort.c
9797                 Add missing include for the i18n;
9798                 patch by Fabien Vantard
9799
9800 2005-06-21 [colin]      1.9.11cvs86
9801
9802         * src/folder.c
9803         * src/folderview.c
9804                 Respect the no_select flag
9805         * src/imap.c
9806                 Fix recursive deletion
9807         * src/imap_gtk.c
9808         * src/mh_gtk.c
9809                 Make the folder deletion's warning
9810                 more explicit
9811
9812 2005-06-21 [colin]      1.9.11cvs85
9813
9814         * src/textview.c
9815                 Prevent email addresses from spanning accross
9816                 lines - fixes bug # 646 (newline-chars in 
9817                 email addresses)
9818
9819 2005-06-20 [colin]      1.9.11cvs84
9820
9821         * src/folder.c
9822                 Be sure not to remove source if copy failed
9823
9824 2005-06-20 [colin]      1.9.11cvs83
9825
9826         * src/folderview.c
9827         * src/imap_gtk.c
9828                 remove summaryview's lock
9829         * src/imap.c
9830                 introduce threads to avoid problems when foreground tasks
9831                 interfere with background tasks
9832         * src/mh.c
9833                 prevent moving to drafts/queue
9834         * src/mimeview.c
9835                 fix leak
9836
9837 2005-06-19 [colin]      1.9.11cvs82
9838
9839         * src/imap_gtk.c
9840                 Remember that the user doesn't want to override
9841                 offline mode, for 3 seconds. It avoid presenting
9842                 him with N popups in a really short time.
9843
9844 2005-06-17 [colin]      1.9.11cvs81
9845
9846         * src/imap.c
9847                 Fix IMAP breaking on folders containing '('
9848                 (Probably won't be enough)
9849
9850 2005-06-17 [colin]      1.9.11cvs80
9851
9852         Forgotten files on 1.9.11cvs79
9853         * src/summaryview.c
9854                 Fix stepping when not immediately executing
9855         * src/imap.c
9856                 Really prevent UID FETCH 0
9857         * src/codeconv.c
9858                 Fix outgoing charset never set to utf-8
9859         * src/mh.c
9860                 Fix leak
9861
9862 2005-06-16 [colin]      1.9.11cvs79
9863
9864         * src/compose.c
9865                 Fix bug #707 (Dash splits rows)
9866                 Only wrap if we're on a line break position and
9867                 the previous one was a "white" (space) char.
9868                 Pango stuff is weird.
9869
9870 2005-06-16 [colin]      1.9.11cvs78
9871
9872         * src/imap_gtk.c
9873                 Lock summaryview while downloading messages
9874                 on user demand
9875         * src/procheader.c
9876         * src/unmime.c
9877         * src/common/utils.c
9878         * src/common/utils.h
9879                 Replace \r and \n with spaces in From and
9880                 Subject headers
9881
9882 2005-06-16 [paul]       1.9.11cvs77
9883
9884         * src/procmime.c
9885                 liberalise the mime parser
9886         * src/gtk/about.c
9887                 add text wrapping
9888
9889 2005-06-16 [paul]       1.9.11cvs76
9890
9891         * src/gtk/about.c
9892                 reworked
9893
9894 2005-06-15 [colin]      1.9.11cvs75
9895
9896         * src/compose.c
9897                 Finish header encoding fix
9898         * src/summaryview.c
9899                 Fix segfault
9900         * src/headerview.c
9901                 Fix compilation (Thanks Stephan
9902                 Sachse)
9903
9904 2005-06-15 [colin]      1.9.11cvs74
9905
9906         * Makefile.am
9907                 Install gnome2 stuff rather than gnome1, 
9908                 if both are present
9909         * src/codeconv.c
9910         * src/codeconv.h
9911         * src/compose.c
9912                 Fix headers encoding
9913         * src/folder.c
9914                 Visual progress when fetching all messages
9915         * src/folderview.c
9916         * src/summaryview.c
9917         * src/summaryview.h
9918                 Prevent changing current message while
9919                 incorporating
9920
9921 2005-06-15 [paul]       1.9.11cvs73
9922
9923         * src/gtk/gtkaspell.c
9924         * src/gtk/gtkaspell.h
9925                 fix build warnings
9926
9927 2005-06-15 [paul]       1.9.11cvs72
9928
9929         * src/prefs_filtering.c
9930                 allow reordering of filter rules by
9931                 drag n drop
9932
9933 2005-06-15 [paul]       1.9.11cvs71
9934
9935         * COPYING
9936                 updated
9937         * src/codeconv.c
9938                 replace deprecated function
9939         * src/inc.c
9940         * src/send_message.c
9941         * src/gtk/progressdialog.c
9942         * src/gtk/progressdialog.h
9943                 salvage and reuse parts of reverted sync
9944
9945 2005-06-15 [paul]       1.9.11cvs70
9946
9947         * src/inc.c
9948         * src/send_message.c
9949         * src/gtk/progressdialog.c
9950         * src/gtk/progressdialog.h
9951                 revert yesterday's sync with main
9952                 it contains deprecated functions
9953
9954 2005-06-15 [colin]      1.9.11cvs69
9955
9956         * src/headerview.c
9957                 Fix bug #670 (multi user to: will corrupt message 
9958                 headers display)
9959
9960 2005-06-15 [colin]      1.9.11cvs68
9961
9962         * src/compose.c
9963                 Fix bug #421 (Fix undo on wrapping)
9964
9965 2005-06-15 [colin]      1.9.11cvs67
9966
9967         * src/folder.c
9968                 Provide visual feedback while processing
9969                 folder's rules.
9970         * src/imap.c
9971                 Provide visual feedback while getting
9972                 short headers (for uncached messages)
9973
9974
9975 2005-06-14 [paul]       1.9.11cvs66
9976
9977         * src/account.c
9978                 change a couple stock icons
9979         * src/inc.c
9980         * src/send_message.c
9981         * src/gtk/progressdialog.c
9982         * src/gtk/progressdialog.h
9983                 sync main's GtkTreeView implementation
9984
9985 2005-06-14 [colin]      1.9.11cvs65
9986
9987         * src/imap.c
9988                 Various little fixes, mainly on error paths
9989
9990 2005-06-13 [colin]      1.9.11cvs64
9991
9992         * matcher.c
9993         * procmsg.c
9994         * procmsg.h
9995                 Add a way to fetch only headers. This speeds
9996                 up filtering on headers for IMAP. Fixes:
9997                 bug #481 extraneous imap commands slow down 
9998                         imap filtering
9999                 bug #522 Sylpheed downloads all messages 
10000                         when opening mailbox (IMAP)
10001                 bug #677 IMAP fetch is soooooooooooooo slow
10002         * src/folder.c
10003         * src/folder.h
10004                 Add a folder set_batch method so that
10005                 implementations can speed up flags changes
10006         * src/folderutils.c
10007         * src/summaryview.c
10008                 Use that in mark as (un)read and mark all read
10009                 Refix bug #679
10010         * src/imap.c
10011                 Implement set_batch - brings back deferred
10012                 flags in a less buggy manner. Fixes:
10013                 bug #729 IMAP immediate expunge of deleted messages
10014                 bug #191 remove list of messages with one command
10015                 Fix login with strange chars
10016                 Implement fetch_msg_full
10017                 Fix copy (wrong counts)
10018
10019 2005-06-12 [colin]      1.9.11cvs63
10020
10021         * src/folder.c
10022                 lock incorporation during long operations.
10023                 Avoids fucking up the IMAP socket.
10024
10025 2005-06-12 [colin]      1.9.11cvs62
10026
10027         * src/imap.c
10028                 Fix harmful typo
10029                 Factorize remove_all_msg
10030                 Thread-ize expunge
10031         * src/summaryview.c
10032                 Don't update partial-download status if unnecessary
10033         * src/folder.c
10034                 Use remove_msgs everywhere possible
10035
10036 2005-06-12 [colin]      1.9.11cvs61
10037
10038         * src/folder.c
10039         * src/folder.h
10040                 Add a remove_msgs function to remove a 
10041                 list of messages
10042         * src/imap.c
10043                 Implement that.
10044
10045 2005-06-12 [colin]      1.9.11cvs60
10046
10047         * src/imap.c
10048                 Remove flags-processing deferring... Too hard
10049                 to get it to work in all cases.
10050
10051 2005-06-11 [colin]      1.9.11cvs59
10052
10053         * src/imap.c
10054                 printf -> debug_print
10055
10056 2005-06-11 [colin]      1.9.11cvs58
10057
10058         * src/imap.c
10059                 o Fix build without USE_PTHREAD
10060                 o Factorize imap_open
10061                 o Alertpanel in case of impossible connection
10062                 o Alertpanel in case of impossible login
10063                 o Fix deferred flags processing to force a 
10064                   flush before adding some more flags to process,
10065                   but in another folder.
10066
10067 2005-06-10 [colin]      1.9.11cvs57
10068
10069         * src/imap.c
10070                 o Fix a format string error
10071                 o init ssl socket outside of the thread 
10072                   (it possibly invokes gtk calls)
10073         * src/procmime.c
10074                 o Put back the buffer to its necessary size
10075                 o Fix changing a file pointer without keeping
10076                   track of it (thanks Valgrind)
10077         * src/common/smtp.c
10078                 o Fix automatic STARTTLS if login should be done
10079                   and the server only allows it after starting TLS
10080         * src/gtk/gtkinputdialog.c
10081                 o Eat GDK_Return so that the combo popup doesn't 
10082                   appear when we press Enter to validate the combo
10083                   input dialog (as seen in the Open with... dialog)
10084
10085 2005-06-10 [colin]      1.9.11cvs56
10086
10087         * src/imap.c
10088                 o A bit less debug
10089                 o Fix a crash on deletion
10090                 o Threadize imap_select (it's called outside of 
10091                   threads)
10092                 o Defer treatment of DELETED flags
10093
10094
10095 2005-06-09 [colin]      1.9.11cvs55
10096
10097         * src/imap.c
10098                 Make sure we check imap_gtk_should_override(), which
10099                 potentially calls gtk stuff, before creating thread.
10100                 That way it should't be called via imap_get_session()
10101                 inside a thread.
10102
10103 2005-06-09 [colin]      1.9.11cvs54
10104
10105         * src/imap.c
10106                 o add a bit of status output
10107                 o remove some dead code
10108                 o threadize get_list_of_uids
10109                 o threadize imap_get_flags
10110                 o defer flag changing by 500ms so that they
10111                   can be batched
10112
10113
10114 2005-06-08 [colin]      1.9.11cvs53
10115
10116         * src/imap.c
10117                 Thread-ize imap_cmd_fetch
10118
10119 2005-06-08 [colin]      1.9.11cvs52
10120
10121         * src/main.c
10122                 Mmh, that broke POP3...
10123
10124 2005-06-08 [colin]      1.9.11cvs51
10125
10126         * src/main.c
10127                 Stabilize IMAP patch (thanks to Hoa)
10128
10129 2005-06-08 [colin]      1.9.11cvs50
10130
10131         * src/imap.c
10132                 Test patch to speed up imap. 
10133
10134 2005-06-08 [colin]      1.9.11cvs49
10135
10136         * src/imap_gtk.c
10137                 Warning fix
10138         * src/procmime.c
10139                 Apply patch from gentoo to use /usr/share/mime/globs if 
10140                 available, after un-breaking it
10141         * src/common/log.c
10142         * src/common/log.h
10143                 Use g_timeout for invoking hooks that possibly use gtk
10144                 calls. This should leave gtk calls in the main thread.
10145
10146 2005-06-08 [paul]       1.9.11cvs48
10147
10148         * src/codeconv.c
10149                 conv_get_outgoing_charset_str(): don't
10150                 use prefs_common setting
10151         * src/compose.c
10152         * src/compose.h
10153                 add /Options/Character encoding/... to
10154                 temporarily change the outgoing encoding
10155
10156         (belated sync with main)
10157
10158 2005-06-08 [paul]       1.9.11cvs47
10159
10160         * src/compose.c
10161                 correction to/completion of last
10162                 sync with main
10163
10164 2005-06-08 [paul]       1.9.11cvs46
10165
10166         sync with main:
10167         
10168         * src/codeconv.c
10169         * src/codeconv.h
10170                 always enabled Japanese auto-detection
10171                 if the first letters of locale string
10172                 is "ja"
10173         * src/compose.c
10174                 don't use "destroy" signal to destroy
10175                 Compose object (fix rare crashes on discard?)
10176         * src/mainwindow.c
10177         * src/messageview.c
10178         * src/prefs_send.c
10179                 added Hebrew encodings
10180         * src/sourcewindow.c
10181                 don't use "destroy" signal to destroy
10182                 objects
10183
10184 2005-06-07 [colin]      1.9.11cvs45
10185
10186         * src/summaryview.c
10187                 Add missing unlocks/locks
10188
10189 2005-06-07 [paul]       1.9.11cvs44
10190
10191         * src/summaryview.c
10192                 restore bug #749 fix
10193
10194 2005-06-06 [colin]      1.9.11cvs43
10195
10196         * src/summaryview.c
10197                 Fix selection bug when prefs_common.open_unread 
10198                 is FALSE
10199
10200 2005-06-06 [colin]      1.9.11cvs42
10201
10202         * src/common/md5.c
10203                 Fix a warning
10204         * src/summaryview.c
10205         * src/folderview.c
10206                 Factorize long operations beginning and end
10207                 (locking, freezing/thawing, cursor, ...)
10208                 Check selection->data member in selection-
10209                 related loops; this avoids dying an awful
10210                 death if the selection changes on us while
10211                 we're marking a whole IMAP folder unread, 
10212                 for example.
10213
10214 2005-06-06 [paul]       1.9.11cvs41
10215
10216         * src/textview.c
10217                 don't g_free() a static gchar buffer
10218
10219 2005-06-05 [colin]      1.9.11cvs40
10220
10221         * src/mainwindow.c
10222         * src/messageview.c
10223         * src/summaryview.c
10224                 Fix bug #749 (Show all headers should be
10225                 sticky as the GUI suggests)
10226
10227 2005-06-03 [paul]       1.9.11cvs39
10228
10229         * src/compose.c
10230                 don't allow editing of mail while sending.
10231                 patch by Colin
10232
10233 2005-06-03 [paul]       1.9.11cvs38
10234
10235         * src/folderview.c
10236                 add a freeze/thaw to speed up 'mark all read'
10237
10238 2005-06-03 [paul]       1.9.11cvs37
10239
10240         * src/prefs_message.c
10241                 reflect changes immediately
10242
10243 2005-06-02 [colin]      1.9.11cvs36
10244
10245         * po/POTFILES.in
10246                 Patch by Fabien Vantard.
10247
10248 2005-06-02 [colin]      1.9.11cvs35
10249
10250         * src/imap.c
10251                 Use a non-blocking imap_getline() if possible.
10252                 This should completely prevent the interface
10253                 from freezin on imap operations, although it
10254                 may do strange stuff in case of folder switching
10255                 while a big imap operation is taking place...
10256
10257                 In addition, fix a leak in the case thread
10258                 creation fails on connection.
10259
10260 2005-06-02 [colin]      1.9.11cvs34
10261
10262         * src/crash.c
10263         * src/prefs_common.h
10264                 Fix build (prefs_common_init() doesn't exist
10265                 anymore)
10266
10267 2005-06-02 [colin]      1.9.11cvs33
10268
10269         * src/prefs_account.c
10270                 Fix bug #245 (filtering rules broken when
10271                 renaming a remote account (imap4 or nntp)
10272
10273 2005-06-02 [colin]      1.9.11cvs32
10274
10275         * src/imap.c
10276                 Try to fix IMAP shortcomings: 
10277                 o Multithread imap_open()
10278                 o allow offline-mode overriding instead of
10279                   just returning NULL
10280         * src/imap_gtk.c
10281         * src/imap_gtk.h
10282                 Add a function to ask whether we want to
10283                 override offline-mode for 10 minutes (one-shot
10284                 asking was painful)
10285         * src/procheader.c
10286                 Fix segfault when imap parser isn't happy about
10287                 a missing {
10288
10289 2005-06-01 [colin]      1.9.11cvs31
10290
10291         * src/addrharvest.c
10292         * src/compose.c
10293         * src/mbox.c
10294         * src/mbox.h
10295         * src/mh.c
10296         * src/msgcache.c
10297         * src/send_message.c
10298         * src/setup.c
10299         * src/undo.c
10300         * src/common/hooks.c
10301         * src/common/prefs.c
10302         * src/common/template.c
10303         * src/common/utils.c
10304         * src/gtk/gtkutils.c
10305         * src/gtk/inputdialog.c
10306         * src/gtk/menu.c
10307         * src/gtk/pluginwindow.c
10308         * src/gtk/prefswindow.c
10309         * src/plugins/pgpmime/passphrase.c
10310         * src/plugins/pgpmime/prefs_gpg.c
10311                 More -Wall fixes
10312
10313         * src/common/Makefile.am
10314         * src/common/timing.h
10315                 Add basic timing code
10316
10317         * src/summaryview.c
10318                 Fix a bug with unread messages when 
10319                 re-sorting folders, and by the way
10320                 fix a big performance hit when 
10321                 re-sorting (10k mails: before 5s,
10322                 after .5s)
10323
10324         * src/prefs_compose_writing.c
10325         * src/prefs_compose_writing.h
10326         * src/prefs_message.c
10327         * src/prefs_message.h
10328         * src/prefs_other.c
10329         * src/prefs_other.h
10330         * src/prefs_quote.c
10331         * src/prefs_quote.h
10332         * src/prefs_receive.c
10333         * src/prefs_receive.h
10334         * src/prefs_send.c
10335         * src/prefs_send.h
10336         * src/prefs_summaries.c
10337         * src/prefs_summaries.h
10338                 Fix copyright banner
10339
10340 2005-06-01 [paul]       1.9.11cvs30
10341
10342         * po/fi.po
10343                 updated by Flammie Pirinen
10344         * src/procmime.c
10345                 fix 'Bad BASE64 content' output
10346
10347 2005-05-31 [colin]      1.9.11cvs29
10348
10349         * src/procmime.c
10350                 Oops, where did my hunk go.
10351
10352 2005-05-31 [colin]      1.9.11cvs28
10353
10354         * src/Makefile.am
10355         * src/account.c
10356         * src/action.c
10357         * src/addr_compl.c
10358         * src/addressbook.c
10359         * src/codeconv.c
10360         * src/compose.c
10361         * src/export.c
10362         * src/folder.c
10363         * src/folderview.c
10364         * src/image_viewer.c
10365         * src/main.c
10366         * src/mainwindow.c
10367         * src/messageview.c
10368         * src/mimeview.c
10369         * src/msgcache.c
10370         * src/prefs_account.c
10371         * src/prefs_actions.c
10372         * src/prefs_common.c
10373         * src/prefs_compose_writing.c
10374         * src/prefs_customheader.c
10375         * src/prefs_ext_prog.c
10376         * src/prefs_filtering.c
10377         * src/prefs_filtering_action.c
10378         * src/prefs_fonts.c
10379         * src/prefs_image_viewer.c
10380         * src/prefs_message.c
10381         * src/prefs_message.h
10382         * src/prefs_msg_colors.c
10383         * src/prefs_other.c
10384         * src/prefs_other.h
10385         * src/prefs_quote.c
10386         * src/prefs_receive.c
10387         * src/prefs_receive.h
10388         * src/prefs_send.c
10389         * src/prefs_send.h
10390         * src/prefs_spelling.c
10391         * src/prefs_summaries.c
10392         * src/prefs_summary_column.c
10393         * src/prefs_template.c
10394         * src/prefs_themes.c
10395         * src/prefs_toolbar.c
10396         * src/prefs_wrapping.c
10397         * src/procmime.c
10398         * src/procmsg.c
10399         * src/send_message.h
10400         * src/ssl_manager.c
10401         * src/summary_search.c
10402         * src/summaryview.c
10403         * src/textview.c
10404         * src/wizard.c
10405         * src/common/smtp.c
10406         * src/common/smtp.h
10407         * src/gtk/gtkutils.h
10408                 o Move the rest of Common prefs to new style
10409                 o Lots of -Wall warning fixes
10410                 o fix FIXME in cache memusage calculation
10411                 o Let return receipts be sent from any account
10412                 o Little cache optimisation (read)
10413                 o Fix bug #746 (don't treat commas as separators
10414                   when inside a quoted string)
10415
10416 2005-05-31 [paul]       1.9.11cvs27
10417
10418         * src/prefs_common.c
10419                 fix 'off-by-one' typo
10420
10421 2005-05-31 [paul]       1.9.11cvs26
10422
10423         * src/account.c
10424         * src/addr_compl.c
10425         * src/compose.c
10426         * src/foldersel.c
10427         * src/prefs_actions.c
10428         * src/prefs_common.c
10429         * src/prefs_common.h
10430         * src/prefs_customheader.c
10431         * src/prefs_display_header.c
10432         * src/prefs_filtering.c
10433         * src/prefs_filtering_action.c
10434         * src/prefs_matcher.c
10435         * src/prefs_summaries.c
10436         * src/prefs_summary_column.c
10437         * src/prefs_template.c
10438         * src/prefs_toolbar.c
10439         * src/ssl_manager.c
10440         * src/gtk/pluginwindow.c
10441         * src/gtk/prefswindow.c
10442         * src/gtk/progressdialog.c
10443                 add hidden prefs 'enable_rules_hint'
10444                 for gtk_tree_view_set_rules_hint()
10445                 (sync with main)
10446                 
10447
10448 2005-05-31 [colin]      1.9.11cvs25
10449
10450         * src/Makefile.am
10451         * src/main.c
10452         * src/prefs_common.c
10453         * src/prefs_summaries.c ** ADDED **
10454         * src/prefs_summaries.h ** ADDED **
10455                 Common/Display -> Display/Summaries
10456
10457 2005-05-31 [colin]      1.9.11cvs24
10458
10459         * src/Makefile.am
10460         * src/main.c
10461         * src/prefs_quote.c ** ADDED **
10462         * src/prefs_quote.h ** ADDED **
10463                 Move Common/Quote to Compose/Quoting
10464         * src/prefs_common.c
10465         * src/prefs_common.h
10466                 Remove old quote stuff, add
10467                 convenience functions for GtkTextView prefs
10468         * src/gtk/prefswindow.c
10469                 Set default height higher
10470
10471 2005-05-30 [colin]      1.9.11cvs23
10472
10473         * src/Makefile.am
10474         * src/main.c
10475         * src/prefs_common.c
10476         * src/prefs_compose_writing.c ** ADDED **
10477         * src/prefs_compose_writing.h ** ADDED **
10478                 Move Common/Compose prefs to Compose/Writing
10479
10480 2005-05-30 [colin]      1.9.11cvs22
10481
10482         * src/common/utils.c
10483                 Fix bug #651 (Confused Attract by Subject)
10484                 Patch by M. Benkmann <haferfrost@web.de>
10485         * AUTHORS
10486
10487 2005-05-30 [colin]      1.9.11cvs21
10488
10489         * src/compose.c
10490                 Fix concatenation of different headers of
10491                 the same type (bug #645)
10492         * src/prefs_folder_item.c
10493                 Fix bug #699 (setting color to black doesn't
10494                 work immediately)
10495         * src/procmime.c
10496                 Print out decoding error only once per
10497                 block
10498
10499 2005-05-30 [paul]       1.9.11cvs20
10500
10501         * src/common/template.c
10502                 fix Bcc
10503
10504 2005-05-30 [paul]       1.9.11cvs19
10505
10506         * doc/src/rfc2368.txt   **NEW FILE**
10507         * src/compose.c
10508                 compose_entries_set(): don't interpret Bcc
10509                 header field (conform to RFC 2368)
10510                 (sync with main)
10511
10512 2005-05-29 [colin]      1.9.11cvs18
10513
10514         * src/prefs_common.c
10515                 Let the default reply format respect
10516                 netiquette by cutting the signature.
10517
10518 2005-05-29 [colin]      1.9.11cvs17
10519
10520         * src/summaryview.c
10521                 Don't let always_show_msg override
10522                 open_unread_on_enter when opening a new
10523                 directory.
10524
10525 2005-05-27 [paul]       1.9.11cvs16
10526
10527         sync with main:
10528
10529         * src/main.c
10530                 app_will_exit(): cleanup tmp directory when exit
10531         * src/message_search.c
10532                 improved the interface and made code cleanup.
10533                 removed Clear button
10534         * src/send_message.c
10535                 send_message_local(): use GSpawn, and detect errors
10536         * src/summary_search.c
10537                 improved the interface and made code cleanup
10538         * src/textview.c
10539                 textview_write_link(): also skip non-ascii space
10540                  at the head of link strings (phishing check
10541                  didn't work at the case)
10542         * src/common/utils.c
10543                 get_command_output(): use g_spawn_command_line_sync()
10544                 instead of popen()
10545
10546 2005-05-26 [colin]      1.9.11cvs15
10547
10548         * src/folder.c
10549                 remove printf
10550
10551 2005-05-26 [colin]      1.9.11cvs14
10552
10553         * src/common/nntp.c
10554                 Fix nntp mode reader (bug #611)
10555                 Patch by Florian Mickler <florian@mickler.org>
10556
10557 2005-05-26 [colin]      1.9.11cvs13
10558
10559         * src/plugins/pgpmime/passphrase.c
10560                 Fix mouse grabbing (bug #557)
10561
10562 2005-05-26 [colin]      1.9.11cvs12
10563
10564         * src/prefs_themes.c
10565                 Fix g_warning (bug #541)
10566
10567 2005-05-26 [colin]      1.9.11cvs11
10568
10569         * src/prefs_actions.c
10570         * src/prefs_template.c
10571                 Fix bug #506 (no warning if action/template
10572                 is not saved)
10573         * src/common/template.c
10574                 Fix a possible crash
10575
10576 2005-05-26 [colin]      1.9.11cvs10
10577
10578         * src/folder.c
10579         * src/folderview.c
10580         * src/procmsg.c
10581         * src/summaryview.c
10582                 Forbid locked messages to be moved or
10583                 deleted. Locked messages in trashes 
10584                 still get deleted, for performance
10585                 reason (mh.c::mh_remove_all_msgs)
10586
10587 2005-05-25 [colin]      1.9.11cvs9
10588
10589         * src/procmime.c
10590                 Use correct encoding when sending mails
10591                 with attachments that have accentued 
10592                 chars in their name
10593
10594 2005-05-24 [colin]      1.9.11cvs8
10595
10596         * src/summaryview.c
10597                 Fix bug #688 f) read/unread marker not
10598                 changed on first click
10599                 Also, optimize summary_status_show()
10600                 calls
10601         * src/folder.c
10602         * src/inc.c
10603         * src/procmime.c
10604                 Fix bug #688 b) and c) wrt message
10605                 attachments and signature
10606         * src/stock_pixmap.c
10607         * src/stock_pixmap.h
10608         * src/stock_pixmap.c
10609         * src/stock_pixmap.h
10610         * src/Makefile.am
10611         * src/pixmaps/clip_gpg_signed.xpm
10612                 Add clip/signed icon
10613
10614 2005-05-24 [colin]      1.9.11cvs7
10615
10616         * src/folder_item_prefs.c
10617                 whitespace fix
10618
10619 2005-05-24 [colin]      1.9.11cvs6
10620
10621         * src/folderview.c
10622         * src/prefs_common.c
10623         * src/prefs_common.h
10624                 Add a confirmation to folder drag and drop
10625                 fixes bug #156
10626         * src/alertpanel.c
10627         * src/alertpanel.h
10628                 fix _with_disable parameters so that
10629                 the buttons labels are specifiable too
10630         * src/plugins/pgpmime/sgpgme.c
10631                 reflect said change
10632                 
10633
10634 2005-05-24 [colin]      1.9.11cvs5
10635
10636         * src/folderview.c
10637                 Uncollapse/collapse folders on double-click
10638                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
10639                 closes bug #108
10640
10641 2005-05-23 [colin]      1.9.11cvs4
10642
10643         * src/common/socket.c
10644                 Check another special SSL_peek() error.
10645                 Should help wrt bug #728
10646
10647 2005-05-23 [colin]      1.9.11cvs3
10648
10649         * src/plugins/pgpmime/pgpmime.c
10650                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
10651                 breaking menu accelerators and stuff. Users will have to
10652                 reselect "PGP MIME" instead of "PGP/MIME" in their 
10653                 account's privacy preferences if needed.
10654
10655 2005-05-22 [paul]
10656
10657         * tools/kdeservicemenu/install.sh
10658                 use kdesu to prompt for root password if doing
10659                 global install/uninstall
10660
10661 2005-05-20 [colin]      1.9.11cvs2
10662
10663         * src/procmsg.c
10664                 Fix another compilation error with gcc-2.9x
10665                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
10666         * src/send_message.c
10667                 Don't send QUIT if we aren't connected
10668
10669 2005-05-19 [colin]      1.9.11cvs1
10670
10671         * src/procmsg.c
10672                 Fix compilation with gcc 2.9x
10673
10674 2005-05-19 [paul]       1.9.11
10675
10676         1.9.11 released
10677
10678 2005-05-19 [paul]       1.9.9cvs14
10679
10680         * src/gtk/inputdialog.c
10681                 prevent gettext warning
10682
10683 2005-05-19 [paul]       1.9.9cvs13
10684
10685         * src/mainwindow.c
10686         * src/prefs_common.c
10687         * src/prefs_common.h
10688         * src/textview.c
10689         * src/textview.h
10690                 add an option to toggle cursor in message
10691                 view (sync with main)
10692
10693 2005-05-18 [colin]      1.9.9cvs12
10694
10695         * src/compose.c
10696                 Dereference freed pointer
10697         * src/gtk/gtkaspell.c
10698                 Fix duplication of dictionaries (is it an aspell issue?)
10699
10700 2005-05-18 [colin]      1.9.9cvs11
10701
10702         * src/gtk/inputdialog.c
10703         * src/gtk/gtkaspell.c
10704                 HIGuify dialogs
10705         * src/alertpanel.c
10706                 Remove a double call
10707
10708 2005-05-17 [colin]      1.9.9cvs10
10709
10710         * src/gtk/gtkaspell.c
10711                 Fix dialogs, Ctrl-Enter accel
10712
10713 2005-05-17 [colin]      1.9.9cvs9
10714
10715         * src/gtk/gtkaspell.c
10716                 Fix some accelerators, escape in replace-window
10717
10718 2005-05-16 [colin]      1.9.9cvs8
10719
10720         * src/gtk/gtkaspell.c
10721                 Revert last commit, it was a mistake.
10722
10723 2005-05-16 [colin]      1.9.9cvs7
10724
10725         * src/gtk/gtkaspell.c
10726                 Remove buggy code while we're at it. It's a 
10727                 dead code path anyway.
10728
10729 2005-05-16 [colin]      1.9.9cvs6
10730
10731         * src/gtk/gtkaspell.c
10732                 Missed some gtk_menu_popup where deactivate
10733                 signal should be handled. Should fix bug
10734                 #629 a bit more.
10735
10736 2005-05-16 [colin]      1.9.9cvs5
10737
10738         * src/gtk/gtkaspell.c
10739                 Remove debug printf()s
10740
10741 2005-05-16 [colin]      1.9.9cvs4
10742
10743         * src/gtk/gtkaspell.c
10744                 Fix a bit aspell problems
10745                 (see bug #629)
10746
10747 2005-05-13 [colin]      1.9.9cvs3
10748
10749         * src/folderview.c
10750                 Fix the + appearing even when no subfolders
10751                 have unread messages. Thanks to wwp for the
10752                 bug report.
10753
10754 2005-05-11 [paul]       1.9.9cvs2
10755
10756         * src/folderview.c
10757                 correction to 1.9.9cvs1, only colour folders that
10758                 have new msgs (not unread msgs)
10759
10760 2005-05-10 [colin]      1.9.9cvs1
10761
10762         * src/folderview.c
10763         * src/summaryview.c
10764                 Try to fix bolding bugs again.
10765
10766 2005-05-09 [paul]
10767
10768         * tools/claws.i18n.status.pl
10769                 add Ricardo Mones Lastra's script that has been providing
10770                 the i18n status page for many months
10771
10772 2005-05-09 [paul]       1.9.9
10773
10774         1.9.9 release
10775
10776 2005-05-09 [paul]       1.9.6cvs58
10777
10778         * AUTHORS
10779         * INSTALL
10780         * README.claws
10781                 updated
10782         * Makefile.am 
10783         * RELEASE_NOTES.claws
10784                 add release notes to cvs to simplify release
10785                 procedure
10786         * configure.ac
10787                 add ca and fi to ALL_LINGUAS
10788         * po/Makefile.in.in
10789                 workaround for missing Makevars
10790         * po/ca.po
10791         * po/fi.po
10792                 add new Catalan and Finnish translations
10793                 submitted by Miquel Oliete and Flammie Pirinen
10794         * po/de.po
10795         * po/es.po
10796         * po/fr.po
10797         * po/it.po
10798         * po/pl.po
10799         * po/ru.po
10800         * po/sk.po
10801         * po/sr.po
10802         * po/zh_CN.po
10803                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
10804                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
10805                 Urke MMI, and Hansom Young
10806         * src/main.c
10807                 Fix drafting when quitting. compose_draft() closes the
10808                 compose windows, which modifies the compose_list GSList.
10809                 We have to refresh this list after echo drafting to avoid a
10810                 segfault
10811         * src/partial_download.c
10812                 fix segfault on exit
10813
10814 2005-05-06 [paul]       1.9.6cvs57
10815
10816         * src/grouplistdialog.c
10817                 quick fix/workaround for unresizeable newsgroup
10818                 name column 
10819
10820 2005-05-06 [paul]       1.9.6cvs56
10821
10822         * src/inc.c
10823         * src/mainwindow.c
10824                 use gettext plural forms
10825         * src/imap_gtk.c
10826         * src/mh_gtk.c
10827         * src/toolbar.c
10828                 small improvement to english usage
10829
10830 2005-05-05 [thorsten]   1.9.6cvs55
10831
10832         * src/folder.c
10833                 fix possible crash
10834
10835 2005-05-05 [paul]       1.9.6cvs54
10836         
10837         sync with HEAD
10838
10839         * AUTHORS
10840         * src/compose.c
10841                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
10842                 patch by Tim Mann
10843
10844 2005-05-05 [paul]       1.9.6cvs53
10845
10846         * src/mainwindow.c
10847                 fix resizing of separate message and
10848                 folder views
10849
10850 2005-05-05 [paul]       1.9.6cvs52
10851
10852         * src/account.c
10853         * src/addrgather.c
10854         * src/browseldap.c
10855         * src/exphtmldlg.c
10856         * src/expldifdlg.c
10857         * src/importmutt.c
10858         * src/importpine.c
10859         * src/main.c
10860         * src/mainwindow.c
10861         * src/noticeview.c
10862         * src/prefs_filtering.c
10863         * src/prefs_filtering_action.c
10864         * src/prefs_matcher.c
10865         * src/prefs_spelling.c
10866         * src/prefs_toolbar.c
10867         * src/toolbar.c
10868         * src/wizard.c
10869         * src/gtk/description_window.c
10870         * src/gtk/gtkvscrollbutton.c
10871         * src/gtk/progressdialog.c
10872         * src/gtk/quicksearch.c
10873         * src/plugins/pgpmime/prefs_gpg.c
10874         * src/plugins/spamassassin/spamassassin_gtk.c
10875                 replace deprecated gtk_widget_set_usize
10876
10877 2005-05-04 [colin]      1.9.6cvs51
10878
10879         * src/common/utils.c
10880                 Fix crash when subst_for_filename is called
10881                 with a NULL parameter
10882
10883 2005-05-04 [colin]      1.9.6cvs50
10884
10885         * src/partial_download.c
10886         * src/pop.c
10887                 Escape login when writing uidl file
10888                 fixes bug #736
10889
10890 2005-05-03 [colin]      1.9.6cvs49
10891
10892         * src/procmime.c
10893                 Fix possible DOS in mime parser
10894                 (see bug #634)
10895
10896 2005-05-02 [colin]      1.9.6cvs48
10897
10898         * src/compose.c
10899                 Try to fix the copy/paste mess once again.
10900
10901
10902 2005-04-30 [colin]      1.9.6cvs47
10903
10904         * src/prefs_account.h
10905         * src/procmsg.c
10906         * src/send_message.c
10907         * src/common/smtp.c
10908         * src/common/smtp.h
10909                 Try to batch sending mails (per account) instead of
10910                 reconnecting to server every time.
10911
10912 2005-04-29 [colin]      1.9.6cvs46
10913
10914         * src/messageview.c
10915                 Fix window resizing that refused to size down
10916         * src/prefs_common.c
10917         * src/prefs_common.h
10918         * src/prefs_filtering.c
10919                 Save Filtering's window size
10920
10921 2005-04-21 [paul]       1.9.6cvs45
10922
10923         * ChangeLog-gtk2.claws
10924         * src/setup.c
10925                 correction to sync
10926
10927 2005-04-21 [paul]       1.9.6cvs44
10928
10929         sync with main:
10930
10931         * src/setup.c
10932         * src/statusbar.c
10933         * src/statusbar.h
10934                 use gtkut_widget_draw_now(). Improved performance
10935                 of the update of statusbar
10936         * src/textview.c
10937                 textview_smooth_scroll_do(): redraw it after scroll
10938                 is done (fixed incorrect display when a part of the
10939                 view is hidden).
10940         * src/gtk/gtkutils.c
10941         * src/gtk/gtkutils.h
10942                 gtkut_widget_draw_now(): use gdk_window_process_updates()
10943                 to force update of widgets.
10944                 Removed gtkut_widget_wait_for_draw() which had a big
10945                 overhead  because of waiting for all events processed 
10946
10947 2005-04-20 [paul]       1.9.6cvs43
10948
10949         * src/codeconv.c
10950                 complete 1.9.6cvs42's sync:
10951                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
10952
10953 2005-04-19 [paul]       1.9.6cvs42
10954
10955         sync with main:
10956
10957         * src/action.c
10958                 catch_output(): correctly select the insert text
10959                 (fix invalid iterator warnings).
10960         * src/codeconv.c
10961         * src/codeconv.h
10962         * src/mainwindow.c
10963         * src/messageview.c
10964         * src/prefs_common.c
10965                 support GBK encoding.
10966         * src/common/session.c
10967         * src/common/session.h
10968                 use separate buffer for large data to be sent,
10969                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
10970
10971 2005-04-18 [paul]       1.9.6cvs41
10972
10973         * src/jpilot.c
10974                 convert unsigned long into guint32
10975                 patch by Paul LeoNerd Evans 
10976
10977 2005-04-17 [colin]      1.9.6cvs40
10978
10979         * src/compose.c
10980                 Fix 'Request return receipt' from folder
10981                 properties (bug #708)
10982
10983 2005-04-17 [colin]      1.9.6cvs39
10984
10985         * src/mainwindow.c
10986                 Fix duplicate hotkeys in Mainwindow's menu
10987
10988 2005-04-17 [colin]      1.9.6cvs38
10989
10990         * src/folderview.c
10991                 Fix duplicate hotkeys in Folderview's contextual
10992                 menu
10993
10994 2005-04-15 [colin]      1.9.6cvs37
10995
10996         * src/summaryview.c
10997                 Fix 'Save as...' with non-ascii filenames
10998
10999 2005-04-15 [colin]      1.9.6cvs36
11000
11001         * src/plugins/pgpmime/pgpmime.c
11002                 Fix bus error on 64bit. Spotted by 
11003                 macallan1888@gmail.com
11004
11005 2005-04-15 [colin]      1.9.6cvs35
11006
11007         * src/prefs_account.c
11008                 Fix cvs34.
11009
11010 2005-04-12 [colin]      1.9.6cvs34
11011
11012         * src/prefs_account.c
11013                 Fix smtp auth type off-by-one. We forgot to
11014                 add PLAIN in the prefs-to-gui setter func and
11015                 as a result, the selected auth when opening
11016                 account prefs was not the correct one.
11017
11018 2005-04-12 [paul]       1.9.6cvs33
11019
11020         * src/inc.c
11021                 if the recv dialog is visible, Cancel only
11022                 cancels the current account
11023
11024
11025 2005-04-10 [colin]      1.9.6cvs32
11026
11027         * src/filtering.c
11028                 Copy score when copying FilteringActions
11029                 Fix bug #674
11030
11031 2005-04-10 [colin]      1.9.6cvs31
11032
11033         * src/inc.c
11034                 Make Message -> Receive -> Cancel cancel 
11035                 incorporation on all accounts. Fixes
11036                 bug #693
11037
11038 2005-04-10 [colin]      1.9.6cvs30
11039
11040         * src/prefs_account.c
11041                 Update Privacy checkbuttons status based
11042                 on the selected privacy system
11043         * src/compose.c
11044                 Always connect the "None" privacy system; the
11045                 static boolean was probably there to avoid
11046                 reconnecting twice in the same compose window,
11047                 but as the parent function is only called once
11048                 per compose, it's only a bug - as a static is
11049                 initialized once per application instance.
11050                 Also, don't uncheck Sign and Encrypt when
11051                 selecting None as privacy system; just ignore
11052                 them when sending/queuing.
11053                 Should fix bug #695
11054
11055 2005-04-08 [colin]      1.9.6cvs29
11056
11057         * src/account.c
11058         * src/prefs_account.c
11059         * src/prefs_account.h
11060                 Add account preference to queue message in a certain
11061                 folder.
11062
11063 2005-04-06 [colin]      1.9.6cvs28
11064
11065         * src/prefs_account.c
11066                 Update old inbox path syntax
11067
11068 2005-04-06 [paul]       1.9.6cvs27
11069
11070         sync with main:
11071
11072         * configure.ac
11073                 changed -traditional-cpp to -no-cpp-precomp for newer
11074                 Mac OS X support
11075         * src/foldersel.c
11076                 made column resize automatically
11077         * src/send_message.c
11078                 send_message_smtp(): consider EOF right after QUIT
11079                 successful (workaround for Gmail SMTP server)
11080         * src/common/socket.c
11081                 ssl_read(), ssl_peek(): check EOF which violates the
11082                 SSL protocol
11083         * src/gtk/colorlabel.c
11084                 removed warnings when displaying colorlabel menu
11085                 (don't use GtkAlignment)
11086
11087 2005-04-05 [paul]       1.9.6cvs26
11088
11089         * src/plugins/trayicon/trayicon.c
11090                 fix clipping of icon under KDE3 
11091
11092 2005-04-05 [paul]       1.9.6cvs25
11093
11094         * src/summaryview.c
11095                 hide display of threading
11096                 patch by Alfons
11097
11098 2005-04-04 [thorsten]   1.9.6cvs24
11099
11100         * src/mh.c
11101                 marks lost on filesystems with different stat() results on
11102                 summer-/wintertime
11103
11104 2005-04-03 [colin]      1.9.6cvs23
11105
11106         * src/summaryview.c
11107                 Don't handle up/down. Patch by Alfons
11108
11109 2005-04-02 [colin]      1.9.6cvs22
11110
11111         * src/summaryview.c
11112                 Make scrolling faster. Patch by Alfons.
11113
11114 2005-04-01 [colin]      1.9.6cvs21
11115
11116         * src/Makefile.am
11117         * src/stock_pixmap.c
11118         * src/pixmaps/dir-noselect.xpm ** REMOVED **
11119         * src/pixmaps/dir_noselect.xpm ** ADDED **
11120                 Fix pixmap name mismatch (Thanks Stephan Sachse)
11121
11122 2005-04-01 [colin]      1.9.6cvs20
11123
11124         * src/image_viewer.c
11125         * src/image_viewer.h
11126         * src/procmime.c
11127         * src/procmime.h
11128         * src/textview.c
11129         * src/textview.h
11130                 Implement inline image resizing and right-clicking
11131
11132 2005-04-01 [paul]       1.9.6cvs19
11133
11134         * AUTHORS
11135         * Makefile.am
11136         * configure.ac
11137                 check for gnome2
11138                 patch by Luca Cavalli <loopback<AT>slackit.org>
11139         * po/ru.po
11140                 updated by Pavlo Bohmat
11141
11142 2005-03-31 [colin]      1.9.6cvs18
11143
11144         * src/news.c
11145                 Fix parsing references
11146         * src/msgcache.c
11147                 don't put nulls in the references list
11148         * src/procheader.c
11149                 commit that forgotten file in 1.9.6cvs14
11150
11151 2005-03-31 [colin]      1.9.6cvs17
11152
11153         * src/compose.c
11154                 Fix joining of signature separator again. 
11155                 Maybe Hiro could put it in main too...
11156
11157 2005-03-31 [colin]      1.9.6cvs16
11158
11159         * src/Makefile.am
11160         * src/foldersel.c
11161         * src/stock_pixmap.c
11162         * src/stock_pixmap.h
11163         * src/pixmaps/dir-noselect.xpm
11164                 Update foldersel.c (sync from main, patch by Alfons)
11165
11166 2005-03-30 [colin]      1.9.6cvs15
11167
11168         * src/imap.c
11169                 Fix handling of imap folders containing [] in 
11170                 their name. Thanks to Nahuel Angelinetti for
11171                 the detailed bugreport.
11172
11173 2005-03-30 [colin]      1.9.6cvs14
11174
11175         * src/common/utils.h
11176         * src/common/utils.c
11177         * src/common/defs.h
11178         * src/matcher.c
11179         * src/msgcache.c
11180         * src/news.c
11181         * src/procmsg.c
11182         * src/procmsg.h
11183         * src/quote_fmt_parse.y
11184         * src/summaryview.c
11185                 Update references system. Patch by Alfons
11186
11187 2005-03-30 [colin]      1.9.6cvs13
11188
11189         * src/common/socket.c
11190                 Force the glibc to read resolv.conf again when 
11191                 it has changed. Should fix issues when changing
11192                 networks on a laptop and not restarting sylpheed. 
11193
11194 2005-03-30 [paul]       1.9.6cvs12
11195
11196         partial sync with main:
11197
11198         * src/action.c
11199                 create_io_dialog(): use user-defined text font
11200                 (thanks to Alfons), and modified its appearance.
11201         * src/addrgather.c
11202         * src/addrharvest.c
11203         * src/browseldap.c
11204                 replace old code
11205         * src/compose.c
11206                 don't join (presumably) itemized lines on line-wrapping
11207                 fixed wrapping of quote when auto-wrapping is enabled
11208                 compose_destroy(): destroy paned only if it's not
11209                 attached to window. Fixed memory leak of popup menu.
11210         * src/exphtmldlg.c
11211         * src/expldifdlg.c
11212                 replace old code
11213         * src/html.c
11214         * src/html.h
11215         * src/importmutt.c
11216         * src/importpine.c
11217                 replace old code
11218         * src/main.c
11219                 removed redundant code
11220         * src/mainwindow.c
11221                 changed 'Code set' (which is rather incorrect)
11222                 in the menu to 'Character encoding'
11223                 main_window_set_widgets(): request size first
11224                 to prevent window size becoming wrong
11225                 fixed remembering of the state of the visibility
11226                 of MessageView
11227         * src/messageview.c
11228                 changed 'Code set' (which is rather incorrect)
11229                 in the menu to 'Character encoding'
11230         * src/prefs_common.c
11231         * src/prefs_common.h
11232                 added an option whether to render HTML as text or not
11233                 added separators to outgoing encoding menu
11234         * src/procheader.c
11235                 procheader_scan_date_string(): support header
11236                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
11237         * src/summaryview.c
11238         * src/summaryview.h
11239                 minor code cleanup
11240         * src/textview.c
11241                 textview_show_html(): force output of newline
11242                 added an option whether to render HTML as text or not
11243         * src/common/utils.c
11244                 strncpy2(): optimized based on Alfons' code
11245         * src/gtk/gtkutils.c
11246         * src/gtk/gtkutils.h
11247                 removed non-used code
11248         * src/plugins/pgpmime/passphrase.c
11249                 partially fixed grab input of passphrase dialog
11250                 Confine pointer to window
11251
11252 2005-03-30 [colin]      1.9.6cvs11
11253
11254         * src/msgcache.c
11255         * src/msgcache.h
11256                 Read/write 32bit ints from cache & marks
11257                 From main.
11258
11259 2005-03-29 [paul]       1.9.6cvs10
11260
11261         * AUTHORS
11262         * ChangeLog.claws
11263         * src/compose.c
11264         * src/gtk/gtkaspell.c
11265                 sync with HEAD (don't pass NULL pointers) 
11266
11267 2005-03-24 [paul]
11268
11269         * tools/Makefile.am
11270         * tools/README
11271         * tools/acroread2sylpheed.pl
11272                 sync with HEAD (add script to send pdfs as
11273                 attachments from Adobe Reader 7)
11274
11275 2005-03-21 [paul]       1.9.6cvs9
11276
11277         * configure.ac
11278         * po/POTFILES.in
11279         * src/Makefile.am
11280         * src/crash.c
11281         * src/image_viewer.c ** ADDED **
11282         * src/image_viewer.h ** ADDED **
11283         * src/main.c
11284         * src/prefs_common.c
11285         * src/prefs_common.h
11286         * src/prefs_image_viewer.c ** ADDED **
11287         * src/prefs_image_viewer.h ** ADDED **
11288         * src/textview.c
11289         * src/gtk/about.c
11290         * src/pixmaps/sylpheed_logo.xpm
11291         * src/plugins/Makefile.am
11292         * src/plugins/image_viewer/.cvsignore ** REMOVED **
11293         * src/plugins/image_viewer/Makefile.am ** REMOVED **
11294         * src/plugins/image_viewer/plugin.c ** REMOVED **
11295         * src/plugins/image_viewer/viewer.c ** REMOVED **
11296         * src/plugins/image_viewer/viewer.glade ** REMOVED **
11297         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
11298         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
11299         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
11300         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
11301                 as gdk-pixbuf is now built-in
11302                 remove image_viewer plugin and put code back into
11303                 main codebase
11304                 implement inline image display (sync with main)
11305
11306                 replace logo with newer, nicer, larger version  
11307
11308 2005-03-21 [paul]       1.9.6cvs8
11309
11310         * src/gtk/about.c
11311                 cosmetic improvement
11312
11313 2005-03-21 [holger]     1.9.6cvs7
11314
11315         * src/plugins/spamassassin/spamassassin.c
11316                 Sync with HEAD
11317                 (unregister hook on failed plugin init)
11318
11319 2005-03-20 [colin]      1.9.6cvs6
11320
11321         * src/common/plugin.c
11322                 Check that plugin isn't already loaded
11323                 Patch by Alfons
11324
11325 2005-03-20 [thorsten]   1.9.6cvs5
11326
11327         * src/compose.c
11328                 use a more compatible syntax
11329
11330 2005-03-20 [thorsten]   1.9.6cvs4
11331
11332         * src/prefs_toolbar.c
11333                 fix crash when selecting toolbar item (uninitialized pointer)
11334
11335 2005-03-20 [thorsten]   1.9.6cvs3
11336
11337         * src/procmime.c
11338                 fix mimetype detection (referenced free()d string)
11339
11340 2005-03-20 [paul]       1.9.6cvs2
11341
11342         * src/compose.c
11343                 sync with HEAD (1.0.3cvs5)
11344                 neglect Reply-To header if empty
11345                 Patch by Alfons 
11346
11347 2005-03-19 [holger]     1.9.6cvs1
11348
11349         * src/summaryview.c
11350         * src/summaryview.h
11351                 Sync with HEAD
11352
11353 2005-03-18 [paul]       1.9.6
11354
11355         initial GTK2 release
11356
11357 2005-03-18 [paul]       1.0.3cvs3.1
11358
11359         * AUTHORS
11360         * ChangeLog.claws
11361         * configure.ac
11362         * src/gtk/about.c
11363         * src/pixmaps/sylpheed_logo.xpm
11364                 sync with HEAD
11365
11366 2005-03-18 [colin]      1.0.3cvs2.6
11367
11368         * src/summaryview.c
11369                 Remove call to summary_step in summary_copy_selected_to
11370                 Can't see its purpose, and this causes bug when copying
11371                 a message if the next one is unread: it reads it.
11372
11373 2005-03-18 [paul]       1.0.3cvs2.5
11374
11375         * src/foldersel.c
11376                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
11377
11378 2005-03-18 [paul]       1.0.3cvs2.4
11379
11380         * src/addrharvest.c
11381         * src/codeconv.c
11382         * src/codeconv.h
11383         * src/compose.c
11384         * src/news.c
11385         * src/procheader.c
11386         * src/procmime.c
11387         * src/unmime.c
11388         * src/unmime.h
11389                 fix buffer overflow, CAN-2005-0667, see
11390                 http://secunia.com/advisories/14491/
11391                 Patch by Alfons
11392
11393 2005-03-17 [colin]      1.0.3cvs2.3
11394
11395         * src/prefs_fonts.c
11396         * src/summaryview.c
11397                 Fix font bugs (both lists now officialy share 
11398                 the same font)
11399                 
11400
11401 2005-03-17 [paul]       1.0.3cvs2.2
11402
11403         * src/gtk/pluginwindow.c
11404                 make plugin descriptions uneditable
11405
11406 2005-03-11 [paul]       1.0.3cvs2.1
11407
11408         * ChangeLog.claws
11409         * configure.ac
11410         * po/POTFILES.in
11411         * src/plugins/trayicon/trayicon.c
11412                 sync with HEAD
11413                 add src/wizard.c to POTFILES.in
11414
11415 2005-03-11 [paul]       1.0.3cvs1.1
11416
11417         * ChangeLog
11418         * ChangeLog.claws
11419         * configure.ac
11420         * po/de.po
11421         * po/es.po
11422         * po/fr.po
11423         * po/it.po
11424         * po/pt_BR.po
11425         * po/ru.po
11426         * po/sk.po
11427         * po/sr.po
11428         * po/zh_CN.po
11429                 sync with HEAD
11430
11431 2005-03-04 [colin]      1.0.1cvs22.2
11432
11433         * src/compose.c
11434                 Fix signatures with accentued chars in it
11435
11436 2005-03-04 [colin]      1.0.1cvs22.1
11437
11438         * src/common/smtp.c
11439         * src/common/smtp.h
11440                 Don't use SIZE param in MAIL FROM: if server 
11441                 doesn't support it. Patch by Eugen Freiter
11442                 <eugen_f@users.sf.net>
11443
11444 2005-02-27 [paul]       1.0.1cvs20.1
11445
11446         * ChangeLog.claws
11447         * configure.ac
11448         * src/messageview.c
11449                 sync with HEAD
11450
11451 2005-02-27 [colin]      1.0.1cvs19.4
11452
11453         * src/procheader.c
11454         * src/procheader.h
11455                 Fix prototypes. Patch by Alfons
11456
11457 2005-02-27 [colin]      1.0.1cvs19.3
11458
11459         * src/compose.c
11460                 Don't auto-join the signature separator.
11461
11462 2005-02-26 [colin]      1.0.1cvs19.2
11463
11464         * src/summaryview.c
11465                 Fix 'mark all read' with collapsed threads.
11466                 Patch by Alfons.
11467
11468 2005-02-25 [paul]       1.0.1cvs19.1
11469
11470         * ChangeLog.claws
11471         * configure.ac
11472         * src/prefs_account.c
11473         * src/prefs_folder_item.c
11474         * src/gtk/prefswindow.c
11475         * src/gtk/prefswindow.h
11476                 sync with HEAD
11477
11478 2005-02-25 [paul]       1.0.1cvs15.12
11479
11480         * src/alertpanel.c
11481         * src/codeconv.c
11482         * src/compose.c
11483         * src/textview.c
11484         * src/gtk/gtkutils.c
11485         * src/gtk/gtkutils.h
11486         * src/gtk/logwindow.c
11487         * src/gtk/progressdialog.c
11488                 sync with main (revision 127)
11489                 and fix logwindow clipping
11490
11491 2005-02-24 [colin]      1.0.1cvs15.11
11492
11493         * src/plugins/pgpmime/passphrase.c
11494                 Disable input grabbing; it doesn't work yet.
11495
11496 2005-02-24 [colin]      1.0.1cvs15.10
11497
11498         * src/messageview.c
11499                 Don't send out receipts if offline. Ask.
11500
11501 2005-02-23 [colin]      1.0.1cvs15.9
11502
11503         * src/summaryview.c     
11504                 Fix expanding
11505
11506 2005-02-23 [colin]      1.0.1cvs15.8
11507
11508         * src/summaryview.c
11509                 Really fix Bug 568 by removing useless
11510                 calls. summary_thread_init() now called
11511                 in summary_sort(). This should please
11512                 Alfons as it should be faster than 
11513                 previously.
11514
11515 2005-02-23 [colin]      1.0.1cvs15.7
11516
11517         * src/compose.c
11518                 Encode parts as QP or B64 if signing
11519
11520 2005-02-23 [colin]      1.0.1cvs15.6
11521
11522         * src/compose.c
11523                 Fix Mimeinfo leakage (including tmp files)
11524         * src/procmsg.c
11525                 Fix tmp file leakage (spotted by Ivan Rayner)
11526
11527 2005-02-22 [colin]      1.0.1cvs15.5
11528
11529         * src/expldifdlg.c
11530                 Fix keyboard input. Patch by Alfons.
11531
11532 2005-02-21 [colin]      1.0.1cvs15.4
11533
11534         * src/compose.c
11535                 Fix Sign/Encrypt when unselecting privacy
11536                 system
11537         * src/prefs_common.c
11538                 Change default message font to Monospace
11539         * src/summaryview.c
11540                 More freezing during potentially large operations
11541
11542 2005-02-21 [paul]       1.0.1cvs15.3
11543
11544         * src/main.c
11545                 fix --help output
11546
11547 2005-02-21 [paul]       1.0.1cvs15.2
11548
11549         * po/Makefile.in.in
11550         * src/compose.c
11551         * src/summaryview.c
11552         * src/textview.c
11553         * src/common/utils.c
11554         * src/common/utils.h
11555                 sync with main (revision 117)
11556
11557 2005-02-20 [colin]      1.0.1cvs15.1
11558
11559         * src/common/defs.h
11560                 Change cache file to .sylpheed_claws_cache, as
11561                 suggested by Alfons. Allows people to switch
11562                 between Sylpheed and Sylpheed-Claws. it is
11563                 a good idea to "Check for new messages" at next
11564                 startup.
11565
11566
11567 2005-02-18 [colin]      1.0.1cvs14.1
11568
11569         * src/quote_fmt_lex.l
11570         * src/quote_fmt_parse.y
11571                 Fix parser initialisation. Patch by Ivan.
11572
11573 2005-02-18 [colin]      1.0.1cvs11.6
11574
11575         * src/folderview.c
11576                 Fix scrolldown (bug 662)
11577
11578 2005-02-17 [colin]      1.0.1cvs11.5
11579
11580         * src/codeconv.c
11581                 conv_filename_to_utf8: return clean 7bit instead
11582                 of broken utf8 if needed
11583         * src/mimeview.c
11584                 Fix display of parts with unclean 8bit names
11585
11586 2005-02-17 [paul]       1.0.1cvs11.4
11587
11588         * src/compose.c
11589         * src/exportldif.c
11590         * src/matcher_parser_parse.y
11591         * src/procmime.c
11592         * src/sourcewindow.c
11593         * src/common/Makefile.am
11594         * src/common/intl.h             ** REMOVED **
11595         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11596                 sync with main (revision 109)
11597                 and clean up
11598
11599 2005-02-16 [colin]      1.0.1cvs11.3
11600
11601         * src/summaryview.c
11602                 Fix collapsed thread not highlighting when new
11603                 messages in it (Bug 568) Patch by Stephan Sachse.
11604                 Fix messed up selection when reaching bounds (Bug 632)
11605         * src/prefs_themes.c
11606                 Fix theme installing (Bug 684)
11607
11608 2005-02-16 [colin]      1.0.1cvs11.2
11609
11610         * src/messageview.c
11611                 Fix messageview_select_all
11612
11613 2005-02-16 [colin]      1.0.1cvs11.1
11614
11615         * src/mh.c
11616                 Sync with HEAD (MH scan required function)
11617
11618 2005-02-15 [colin]      1.0.1cvs8.1
11619
11620         * src/mimeview.c
11621         * src/common/utils.c
11622                 Sync with HEAD (filename chars substitution)
11623
11624 2005-02-15 [colin]      1.0.1cvs7.3
11625
11626         * src/gtk/pluginwindow.c
11627                 Fix button spacing
11628
11629 2005-02-15 [colin]      1.0.1cvs7.2
11630
11631         * src/mimeview.c
11632                 Fix mime icons not reset across message when
11633                 scrolled down
11634
11635 2005-02-15 [colin]      1.0.1cvs7.1
11636
11637         * src/compose.c
11638         * src/procmime.c
11639                 Sync with HEAD (optimisation of cvs6)
11640
11641 2005-02-14 [colin]      1.0.1cvs6.1
11642
11643         * src/compose.c
11644         * src/procmime.c
11645                 Sync with HEAD (encode "From " at line beginning)
11646
11647 2005-02-14 [colin]      1.0.1cvs5.3
11648
11649         * src/compose.c
11650                 Fix wrapping with accentued chars.
11651
11652 2005-02-13 [colin]      1.0.1cvs5.2
11653
11654         * src/textview.c
11655                 Fix email informative part parsing with
11656                 accentued chars in it. ispunct() returns
11657                 true for them in utf8...
11658
11659 2005-02-12 [colin]      1.0.1cvs5.1
11660
11661         * src/filtering.c
11662                 Sync with HEAD (remove wrong use of compose after send)
11663
11664 2005-02-12 [paul]       1.0.1cvs4.5
11665
11666         * src/textview.c
11667                 remove unnecessary code (thanks to Alfons)
11668
11669 2005-02-12 [paul]       1.0.1cvs4.4
11670
11671         * src/textview.c
11672                 add 'Copy' to contextual menu on emails
11673
11674 2005-02-11 [colin]      1.0.1cvs4.3
11675
11676         * src/compose.c
11677                 revert 1.0.0cvs28.2, it doesn't work that well.
11678
11679 2005-02-11 [paul]       1.0.1cvs4.2
11680
11681         * po/Makefile.in.in
11682                 fix 'make release'
11683
11684 2005-02-10 [paul]       1.0.1cvs4.1
11685
11686         * ChangeLog
11687         * ChangeLog.claws
11688         * ChangeLog.jp
11689         * configure.ac
11690         * src/compose.c
11691                 sync with HEAD (sync with main)
11692
11693 2005-02-10 [paul]       1.0.1cvs3.2
11694
11695         * AUTHORS
11696         * Makefile.am
11697         * autogen.sh
11698         * configure.ac
11699         * config/mkinstalldirs
11700         * intl/.cvsignore
11701         * intl/ChangeLog
11702         * intl/VERSION
11703         * intl/bindtextdom.c
11704         * intl/config.charset
11705         * intl/dcgettext.c
11706         * intl/dcigettext.c
11707         * intl/dcngettext.c
11708         * intl/dgettext.c
11709         * intl/dngettext.c
11710         * intl/eval-plural.h
11711         * intl/explodename.c
11712         * intl/finddomain.c
11713         * intl/gettext.c
11714         * intl/gettextP.h
11715         * intl/gmo.h
11716         * intl/hash-string.h
11717         * intl/intl-compat.c
11718         * intl/l10nflist.c
11719         * intl/libgnuintl.h.in
11720         * intl/loadinfo.h
11721         * intl/loadmsgcat.c
11722         * intl/localcharset.c
11723         * intl/localcharset.h
11724         * intl/locale.alias
11725         * intl/localealias.c
11726         * intl/localename.c
11727         * intl/log.c
11728         * intl/ngettext.c
11729         * intl/os2compat.c
11730         * intl/os2compat.h
11731         * intl/osdep.c
11732         * intl/plural-exp.c
11733         * intl/plural-exp.h
11734         * intl/plural.c
11735         * intl/plural.y
11736         * intl/ref-add.sin
11737         * intl/ref-del.sin
11738         * intl/relocatable.c
11739         * intl/relocatable.h
11740         * intl/textdomain.c
11741         * m4/Makefile.am
11742         * po/Makefile.in.in
11743         * src/Makefile.am
11744         * src/account.c
11745         * src/action.c
11746         * src/addr_compl.c
11747         * src/addressadd.c
11748         * src/addressbook.c
11749         * src/addrgather.c
11750         * src/addrindex.c
11751         * src/alertpanel.c
11752         * src/browseldap.c
11753         * src/codeconv.c
11754         * src/codeconv.h
11755         * src/compose.c
11756         * src/compose.h
11757         * src/crash.c
11758         * src/editaddress.c
11759         * src/editbook.c
11760         * src/editgroup.c
11761         * src/editjpilot.c
11762         * src/editldap.c
11763         * src/editldap_basedn.c
11764         * src/editvcard.c
11765         * src/exphtmldlg.c
11766         * src/expldifdlg.c
11767         * src/export.c
11768         * src/exporthtml.c
11769         * src/filtering.c
11770         * src/folder.c
11771         * src/folder_item_prefs.c
11772         * src/foldersel.c
11773         * src/folderview.c
11774         * src/grouplistdialog.c
11775         * src/headerview.c
11776         * src/imap.c
11777         * src/imap_gtk.c
11778         * src/import.c
11779         * src/importldif.c
11780         * src/importmutt.c
11781         * src/importpine.c
11782         * src/inc.c
11783         * src/ldif.c
11784         * src/main.c
11785         * src/mainwindow.c
11786         * src/matcher.c
11787         * src/mbox.c
11788         * src/message_search.c
11789         * src/messageview.c
11790         * src/mh.c
11791         * src/mh_gtk.c
11792         * src/mimeview.c
11793         * src/msgcache.c
11794         * src/news.c
11795         * src/news_gtk.c
11796         * src/noticeview.c
11797         * src/partial_download.c
11798         * src/pop.c
11799         * src/prefs_account.c
11800         * src/prefs_actions.c
11801         * src/prefs_common.c
11802         * src/prefs_customheader.c
11803         * src/prefs_display_header.c
11804         * src/prefs_ext_prog.c
11805         * src/prefs_filtering.c
11806         * src/prefs_filtering_action.c
11807         * src/prefs_folder_item.c
11808         * src/prefs_fonts.c
11809         * src/prefs_gtk.c
11810         * src/prefs_matcher.c
11811         * src/prefs_msg_colors.c
11812         * src/prefs_spelling.c
11813         * src/prefs_summary_column.c
11814         * src/prefs_template.c
11815         * src/prefs_themes.c
11816         * src/prefs_toolbar.c
11817         * src/prefs_wrapping.c
11818         * src/privacy.c
11819         * src/procheader.c
11820         * src/procmime.c
11821         * src/procmsg.c
11822         * src/quote_fmt.c
11823         * src/recv.c
11824         * src/send_message.c
11825         * src/setup.c
11826         * src/sourcewindow.c
11827         * src/ssl_manager.c
11828         * src/statusbar.c
11829         * src/summary_search.c
11830         * src/summaryview.c
11831         * src/textview.c
11832         * src/toolbar.c
11833         * src/wizard.c
11834         * src/common/nntp.c
11835         * src/common/plugin.c
11836         * src/common/smtp.c
11837         * src/common/ssl.c
11838         * src/common/ssl_certificate.c
11839         * src/common/string_match.c
11840         * src/common/sylpheed.c
11841         * src/common/template.c
11842         * src/common/utils.c
11843         * src/gtk/about.c
11844         * src/gtk/colorlabel.c
11845         * src/gtk/description_window.c
11846         * src/gtk/filesel.c
11847         * src/gtk/foldersort.c
11848         * src/gtk/gtkaspell.c
11849         * src/gtk/gtkutils.c
11850         * src/gtk/inputdialog.c
11851         * src/gtk/logwindow.c
11852         * src/gtk/menu.c
11853         * src/gtk/pluginwindow.c
11854         * src/gtk/prefswindow.c
11855         * src/gtk/progressdialog.c
11856         * src/gtk/quicksearch.c
11857         * src/gtk/sslcertwindow.c
11858         * src/plugins/clamav/clamav_plugin.c
11859         * src/plugins/clamav/clamav_plugin_gtk.c
11860         * src/plugins/demo/demo.c
11861         * src/plugins/dillo_viewer/dillo_prefs.c
11862         * src/plugins/dillo_viewer/dillo_viewer.c
11863         * src/plugins/image_viewer/plugin.c
11864         * src/plugins/image_viewer/viewer.c
11865         * src/plugins/image_viewer/viewerprefs.c
11866         * src/plugins/mathml_viewer/mathml_viewer.c
11867         * src/plugins/pgpmime/passphrase.c
11868         * src/plugins/pgpmime/plugin.c
11869         * src/plugins/pgpmime/prefs_gpg.c
11870         * src/plugins/pgpmime/select-keys.c
11871         * src/plugins/pgpmime/sgpgme.c
11872         * src/plugins/spamassassin/spamassassin.c
11873         * src/plugins/spamassassin/spamassassin_gtk.c
11874         * src/plugins/trayicon/trayicon.c
11875                 sync with main (revision 104)
11876
11877 2005-02-10 [colin]      1.0.1cvs3.1
11878
11879         * src/mainwindow.c
11880                 Sync with HEAD (fix occasional crasher)
11881
11882 2005-02-10 [colin]      1.0.1cvs2.1
11883
11884         * src/messageview.c
11885                 Synw with HEAD (don't automatically display html)
11886
11887 2005-02-09 [colin]      1.0.1cvs1.3
11888
11889         * src/textview.c
11890         * src/textview.h
11891                 Add contextual menu on emails
11892
11893 2005-02-09 [colin]      1.0.1cvs1.2
11894
11895         * src/codeconv.c
11896                 Fix converting from broken headers and 
11897                 put back the _ in missing places
11898                 (feature broke with cvs24.2 sync, main 
11899                  possibly affected?)
11900
11901 2005-02-09 [colin]      1.0.1cvs1.1
11902
11903         * src/messageview.c
11904         * src/mimeview.c
11905         * src/mimeview.h
11906                 Sync with HEAD (display non text/plain mails with plugin)
11907
11908 2005-02-08 [colin]      1.0.1.1
11909
11910         * ChangeLog.claws
11911         * po/pt_BR.po
11912                 Sync with HEAD
11913         * configure.ac
11914                 Make default configuration directory 
11915                 be .sylpheed-gtk2
11916
11917 2005-02-08 [colin]      1.0.0cvs29.1
11918
11919         * po/de.po
11920         * po/es.po
11921         * po/fr.po
11922         * po/it.po
11923         * po/sk.po
11924         * po/sr.po
11925                 Sync translations with HEAD
11926
11927 2005-02-06 [colin]      1.0.0cvs28.3
11928
11929         * src/compose.c
11930                 Make compose a bit faster - patch by Alfons.
11931
11932 2005-02-06 [colin]      1.0.0cvs28.2
11933
11934         * src/compose.c
11935                 Make pasting via middle-click more reliable
11936
11937 2005-02-05 [paul]       1.0.0cvs28.1
11938
11939         * ChangeLog
11940         * ChangeLog.claws
11941         * ChangeLog.jp
11942         * configure.ac
11943         * src/compose.c
11944                 sync with HEAD
11945                 (fix bug 682 'redirect is broken'
11946
11947 2005-02-05 [torte]      1.0.0cvs27.1
11948
11949         * ChangeLog.claws
11950         * configure.ac
11951         * src/partial_download.c
11952                 Sync with HEAD (fix buf overflow)
11953
11954 2005-02-03 [colin]      1.0.0cvs26.1
11955
11956         * src/common/plugin.c
11957                 Sync with HEAD (avoid plugin mismatches)
11958
11959 2005-02-03 [paul]       1.0.0cvs25.3
11960
11961         * src/folderview.c
11962         * src/headerview.c
11963         * src/summaryview.c
11964         * src/textview.c
11965         * src/gtk/colorlabel.c
11966                 third and final part of initial sync with main-gtk2
11967
11968 2005-02-03 [paul]       1.0.0cvs25.2
11969
11970         * src/jpilot.c
11971                 fix building with jpilot support
11972
11973 2005-02-02 [colin]      1.0.0cvs25.1
11974
11975         * src/messageview.c
11976                 Sync with HEAD (fix dangerous typo)
11977
11978 2005-02-01 [colin]      1.0.0cvs24.3
11979
11980         * src/common/xml.c
11981                 Write file as advertised (UTF-8)
11982
11983 2005-02-01 [paul]       1.0.0cvs24.2
11984
11985         * src/addrbook.c
11986         * src/addrindex.c
11987         * src/alertpanel.h
11988         * src/codeconv.c
11989         * src/codeconv.h
11990         * src/compose.c
11991         * src/export.c
11992         * src/folder_item_prefs.c
11993         * src/html.c
11994         * src/imap.c
11995         * src/import.c
11996         * src/jpilot.c
11997         * src/mainwindow.c
11998         * src/matcher_parser_lex.l
11999         * src/messageview.c
12000         * src/mh.c
12001         * src/prefs_account.c
12002         * src/prefs_actions.c
12003         * src/prefs_common.c
12004         * src/prefs_gtk.c
12005         * src/prefs_gtk.h
12006         * src/prefs_themes.c
12007         * src/procheader.c
12008         * src/procmime.c
12009         * src/sourcewindow.c
12010         * src/statusbar.c
12011         * src/summaryview.c
12012         * src/textview.c
12013         * src/toolbar.c
12014         * src/unmime.c
12015         * src/common/template.c
12016         * src/common/utils.c
12017         * src/common/xml.c
12018         * src/common/xml.h
12019         * src/gtk/gtkaspell.c
12020         * src/plugins/clamav/clamav_plugin.c
12021         * src/plugins/dillo_viewer/dillo_prefs.c
12022         * src/plugins/image_viewer/viewerprefs.c
12023         * src/plugins/pgpmime/passphrase.c
12024         * src/plugins/pgpmime/prefs_gpg.c
12025         * src/plugins/pgpmime/select-keys.c
12026         * src/plugins/spamassassin/spamassassin.c
12027                 second part of initial sync with main-gtk2
12028                 (more to follow)
12029
12030 2005-01-31 [colin]      1.0.0cvs24.1
12031
12032         * src/compose.c
12033                 Sync with HEAD
12034
12035 2005-01-29 [paul]       1.0.0cvs23.2
12036
12037         * src/account.c
12038         * src/action.c
12039         * src/addressadd.c
12040         * src/addressbook.c
12041         * src/alertpanel.c
12042         * src/compose.c
12043         * src/editaddress.c
12044         * src/editbook.c
12045         * src/editgroup.c
12046         * src/editjpilot.c
12047         * src/editldap.c
12048         * src/editldap_basedn.c
12049         * src/editvcard.c
12050         * src/export.c
12051         * src/foldersel.c
12052         * src/grouplistdialog.c
12053         * src/import.c
12054         * src/importldif.c
12055         * src/inc.c
12056         * src/main.c
12057         * src/mainwindow.c
12058         * src/message_search.c
12059         * src/messageview.c
12060         * src/mimeview.c
12061         * src/prefs_actions.c
12062         * src/prefs_common.c
12063         * src/prefs_common.h
12064         * src/prefs_customheader.c
12065         * src/prefs_display_header.c
12066         * src/prefs_filtering.c
12067         * src/prefs_filtering_action.c
12068         * src/prefs_gtk.c
12069         * src/prefs_matcher.c
12070         * src/prefs_summary_column.c
12071         * src/prefs_template.c
12072         * src/sourcewindow.c
12073         * src/summary_search.c
12074         * src/summaryview.c
12075         * src/textview.c
12076         * src/gtk/about.c
12077         * src/gtk/description_window.c
12078         * src/gtk/gtkshruler.c
12079         * src/gtk/gtkutils.c
12080         * src/gtk/gtkutils.h
12081         * src/gtk/inputdialog.c
12082         * src/gtk/logwindow.c
12083         * src/gtk/prefswindow.c
12084         * src/gtk/progressdialog.c
12085         * src/gtk/progressdialog.h
12086                 first part of initial sync with main-gtk2
12087                 (more to follow)
12088
12089 2005-01-28 [colin]      1.0.0cvs23.1
12090
12091         * src/folderview.c
12092                 Sync with HEAD
12093
12094 2005-01-27 [colin]      1.0.0cvs21.1
12095
12096         * src/folder.c
12097         * src/folderview.c
12098                 Sync with HEAD
12099
12100 2005-01-27 [colin]      1.0.0cvs19.1
12101
12102         * src/procmime.c
12103                 Sync with HEAD
12104
12105 2005-01-27 [colin]      1.0.0cvs18.1
12106
12107         * src/messageview.c
12108         * src/summaryview.c
12109         * src/mainwindow.c
12110         * src/compose.c
12111         * src/compose.h
12112         * src/procmsg.c
12113         * src/procmsg.h
12114         * src/toolbar.c
12115                 Sync with HEAD
12116
12117 2005-01-26 [paul]       1.0.0cvs15.2
12118
12119         * src/compose.c
12120                 compose_entries_set(): convert subject and body to
12121                 utf8 if necessary. patch by Felix Eckhofer
12122
12123 2005-01-26 [paul]       1.0.0cvs15.1
12124
12125         * configure.ac
12126         * src/common/template.c
12127                 sync with HEAD (fix memory leak)
12128
12129 2005-01-25 [paul]       1.0.0cvs14.1
12130
12131         * configure.ac
12132         * src/compose.c
12133                 sync with HEAD
12134
12135 2005-01-24 [colin]      1.0.0cvs13.1
12136
12137         * src/summaryview.c
12138                 Sync with HEAD
12139
12140 2005-01-24 [paul]       1.0.0cvs12.1
12141
12142         * configure.ac
12143         * src/messageview.c
12144         * src/mh.c
12145         * src/common/utils.c
12146                 sync with HEAD
12147
12148 2005-01-24 [colin]      1.0.0cvs11.1
12149
12150         * src/procheader.c
12151                 Sync with HEAD
12152
12153 2005-01-24 [colin]      1.0.0cvs10.1
12154
12155         * src/folderview.c
12156                 Sync with HEAD
12157
12158 2005-01-23 [colin]      1.0.0cvs9.1
12159
12160         * src/crash.c
12161                 Sync with HEAD
12162
12163 2005-01-22 [colin]      1.0.0cvs8.1
12164
12165         * src/summaryview.c
12166         * src/gtk/quicksearch.c
12167                 Sync with HEAD
12168
12169 2005-01-21 [colin]      1.0.0cvs7.1
12170
12171         * src/summaryview.c
12172                 Sync with HEAD
12173
12174 2005-01-21 [colin]      1.0.0cvs6.1
12175
12176         * src/summaryview.c
12177                 Sync with HEAD
12178
12179 2005-01-21 [colin]      1.0.0cvs5.1
12180
12181         * src/gtk/quicksearch.c
12182         * src/prefs_common.c
12183         * src/prefs_common.h
12184                 Sync with HEAD (recurse option)
12185
12186 2005-01-21 [colin]      1.0.0cvs4.1
12187
12188         * src/folder.h
12189         * src/folderview.c
12190         * src/folderview.h
12191         * src/summaryview.c
12192         * src/gtk/quicksearch.c
12193         * src/gtk/quicksearch.h
12194                 Sync with HEAD (recursive quicksearch)
12195
12196 2005-01-20 [colin]      1.0.0cvs3.4
12197
12198         * src/ssl_manager.c
12199                 Remove useless code
12200
12201 2005-01-20 [colin]      1.0.0cvs3.3
12202
12203         * src/ssl_manager.c
12204                 Fix leak, thanks to Alfons.
12205
12206 2005-01-20 [colin]      1.0.0cvs3.2
12207
12208         * src/ssl_manager.c
12209                 Port SSL certificate window to GTK2.
12210
12211 2005-01-20 [paul]       1.0.0cvs3.1
12212
12213         * ChangeLog.claws
12214         * configure.ac
12215         * src/addrindex.c
12216         * src/addrindex.h
12217                 sync with HEAD
12218
12219 2005-01-19 [colin]      1.0.0cvs2.2
12220
12221         * src/plugins/trayicon/trayicon.c
12222                 Fix freeze with gtk-2.6, the easy way
12223                 (signal blocking helpless there...)
12224                 Closes bug #668.
12225
12226 2005-01-19 [colin]      1.0.0cvs2.1
12227
12228         * src/mbox.c
12229         * src/mbox.h
12230         * src/mainwindow.c
12231         * src/summaryview.c
12232         * src/summaryview.h
12233                 Sync with HEAD
12234
12235 2005-01-19 [paul]       1.0.0cvs1.1
12236
12237         * configure.ac
12238         * po/de.po
12239         * po/es.po
12240         * po/fr.po
12241         * po/hr.po
12242         * po/it.po
12243         * po/ja.po
12244         * po/ko.po
12245         * po/pt_BR.po
12246         * po/ru.po
12247         * po/sk.po
12248         * po/sr.po
12249                 sync with HEAD (update translations)
12250
12251 2005-01-18 [colin]      1.0.0cvs0.1
12252
12253         * src/foldersel.c
12254                 Specify search column - patch by Alfons
12255
12256 2005-01-18 [colin]      0.9.13cvs36.3
12257
12258         * src/prefs_toolbar.c
12259                 Change Delete to Remove
12260         * src/prefs_fonts.c
12261                 GTK2 version and leak fixes
12262         * src/prefs_actions.c
12263                 Add stock buttons.
12264                 All patches by Alfons
12265
12266 2005-01-17 [colin]      0.9.13cvs36.2
12267
12268         * src/compose.c
12269                 Fix DnD inserting twice. While at it,
12270                 add DnD support for text/plain in the
12271                 body, and add support in the headers.
12272
12273 2005-01-16 [colin]      0.9.13cvs36.1
12274
12275         * ChangeLog
12276         * ChangeLog.jp
12277         * ChangeLog.claws
12278                 Sync with HEAD (nothing applicable)
12279
12280 2005-01-16 [colin]      0.9.13cvs33.2
12281
12282         * src/prefs_toolbar.c
12283                 GTK2ize prefs_toolbar, by Alfons.
12284
12285 2005-01-14 [colin]      0.9.13cvs33.1
12286
12287         * src/html.c
12288         * src/msgcache.c
12289                 Sync with HEAD
12290
12291 2005-01-14 [colin]      0.9.13cvs32.1
12292
12293         * src/html.c
12294         * src/html.h
12295         * src/msgcache.c
12296         * AUTHORS
12297         * tools/calypso_convert.pl
12298                 Sync with HEAD
12299
12300 2005-01-08 [colin]      0.9.13cvs29.2
12301
12302         * src/prefs_filtering_action.c
12303         * src/prefs_filtering.c
12304                 2 more gtk2 patches by Alfons
12305
12306 2005-01-07 [paul]       0.9.13cvs29.1
12307
12308         * ChangeLog
12309         * ChangeLog.claws
12310         * ChangeLog.jp
12311         * configure.ac
12312         * src/pop.c
12313         * src/pop.h
12314                 sync with HEAD
12315
12316 2005-01-07 [colin]      0.9.13cvs28.3
12317
12318         * src/gtk/progressdialog.c
12319         * src/gtk/progressdialog.h
12320         * src/inc.c
12321         * src/send_message.c
12322                 GTK2 for the incorporation dialog. The CList isn't dead
12323                 yet, for a more smooth migration. Patch by Alfons.
12324
12325 2005-01-06 [colin]      0.9.13cvs28.2
12326
12327         * src/prefs_display_header.c
12328                 GTK2 conversion by Alfons
12329         * src/prefs_actions.c
12330         * src/prefs_matcher.c
12331                 Fix 2 leaks - patch by Alfons
12332
12333 2005-01-06 [colin]      0.9.13cvs28.1
12334
12335         * src/prefs_matcher.c
12336                 Sync with HEAD
12337
12338 2005-01-06 [colin]      0.9.13cvs27.4
12339
12340         * src/prefs_matcher.c
12341                 Fix double-free. Patch by Alfons
12342
12343 2005-01-06 [colin]      0.9.13cvs27.3
12344
12345         * src/prefs_matcher.c
12346                 GTK2 widgets + memleak
12347                 Patch by Alfons
12348
12349 2005-01-05 [colin]      0.9.13cvs27.2
12350
12351         * src/account.c
12352         * src/addr_compl.c
12353         * src/foldersel.c
12354         * src/stock_pixmap.c
12355         * src/stock_pixmap.h
12356                 3 more GTK2 patches by Alfons.
12357
12358 2005-01-04 [colin]      0.9.13cvs27.1
12359
12360         * src/folderview.c
12361         * src/imap_gtk.c
12362         * src/news_gtk.c
12363                 Sync with HEAD
12364
12365 2005-01-04 [colin]      0.9.13cvs25.9
12366
12367         * src/compose.c
12368                 Fix Show Ruler menuitem
12369         * src/prefs_template.c
12370                 Convert to GTK2
12371         * src/common/utils.c
12372                 Make auto pointer stuff handles NULLs
12373                 Patches by Alfons.
12374
12375 2005-01-04 [colin]      0.9.13cvs25.8
12376
12377         * src/compose.c
12378                 Move the attachment list to gtk2
12379                 Patch by Alfons.
12380
12381 2005-01-04 [colin]      0.9.13cvs25.7
12382
12383         * src/textview.c
12384                 Make some keys work again
12385                 Patch by SungHyun Nam <namsh@kldp.org>
12386
12387 2005-01-04 [colin]      0.9.13cvs25.6
12388
12389         * src/gtk/gtkshruler.c
12390                 Move the ruler to GTK2
12391                 Patch by Alfons
12392
12393 2005-01-03 [colin]      0.9.13cvs25.5
12394
12395         * src/compose.c
12396                 Fix my broken patch apply 
12397
12398 2005-01-03 [colin]      0.9.13cvs25.4
12399
12400         * src/common/utils.c
12401         * src/common/utils.h
12402         * src/gtk/prefswindow.c
12403                 Move auto pointer stuff to utils.c
12404                 Patch by Alfons again :)
12405
12406 2005-01-03 [colin]      0.9.13cvs25.3
12407
12408         * src/compose.c
12409         * src/prefs_gtk.c
12410         * src/prefs_template.c
12411         * src/textview.c
12412                 Empty text widgets with empty strings, not NULL char
12413                 Patch by SungHyun Nam <namsh@kldp_org>
12414
12415 2005-01-03 [colin]      0.9.13cvs25.2
12416
12417         * src/main.c
12418         * AUTHORS
12419                 Sync with HEAD
12420
12421 2005-01-03 [colin]      0.9.13cvs25.1
12422
12423         * src/pop.c
12424         * src/pop.h
12425                 Sync with HEAD
12426
12427 2005-01-03 [colin]      0.9.13cvs24.3
12428
12429         * src/account.c
12430                 Two patches from Alfons and Alex S Moore:
12431                 fix images, fix return value.
12432
12433 2005-01-01 [colin]      0.9.13cvs24.2
12434
12435         * src/prefs_actions.c
12436                 Fix over-zealous assertion. Patch by Alfons
12437
12438 2005-01-01 [colin]      0.9.13cvs24.1
12439
12440         * src/procmime.c
12441                 Sync with HEAD (leak fix)
12442
12443 2004-12-31 [colin]      0.9.13cvs23.2
12444
12445         * src/prefs_common.c
12446                 GTK2 widgets + stock buttons - patch by Alfons
12447
12448 2004-12-31 [paul]       0.9.13cvs23.1
12449
12450         * configure.ac
12451                 bump up EXTRA_VERSION to match (sync'ed) HEAD
12452         * src/gtk/pluginwindow.c
12453                 use GTK2 widgets and plug memory leaks,
12454                 patches by Alfons
12455
12456 2004-12-30 [colin]      0.9.13cvs22.4
12457
12458         * src/account.c
12459         * src/action.c
12460         * src/export.c
12461         * src/foldersel.c
12462         * src/import.c
12463         * src/message_search.c
12464         * src/prefs_actions.c
12465         * src/prefs_common.c
12466         * src/prefs_customheader.c
12467         * src/prefs_filtering.c
12468         * src/prefs_summary_column.c
12469         * src/summary_search.c
12470         * src/gtk/about.c
12471         * src/gtk/description_window.c
12472         * src/gtk/gtkutils.c
12473         * src/gtk/gtkutils.h
12474         * src/gtk/inputdialog.c
12475         * src/gtk/prefswindow.c
12476                 Use GTK2 stock buttons. Patches by Alfons.
12477
12478 2004-12-30 [colin]      0.9.13cvs22.3
12479
12480         * src/account.c
12481                 Sync with HEAD
12482         * src/prefs_actions.c
12483         * src/prefs_customheader.c
12484         * src/prefs_filtering.c
12485         * src/prefs_msg_colors.c
12486         * src/prefs_summary_column.c
12487         * src/gtk/prefswindow.c
12488                 Use GtkTreeView instead of deprecated 
12489                 widgets. Patches by Alfons.
12490
12491 2004-12-30 [paul]       0.9.13cvs22.2
12492
12493         * src/foldersel.c
12494                 use GTK 2 Tree View
12495                 patch by Alfons, with root folder sorting fix
12496                 by Stephan Sachse
12497
12498 2004-12-30 [paul]       0.9.13cvs22.1
12499
12500         * ChangeLog
12501         * ChangeLog.claws
12502         * ChangeLog.jp
12503         * NEWS
12504         * configure.ac
12505         * src/account.c
12506                 sync with HEAD
12507
12508 2004-12-22 [martin]     0.9.13cvs21.2
12509
12510         * src/action.c
12511                 free the command line after its use
12512
12513 2004-12-18 [paul]       0.9.13cvs21.1
12514
12515         * AUTHORS
12516         * ChangeLog
12517         * ChangeLog.claws
12518         * ChangeLog.jp
12519         * NEWS
12520         * configure.ac
12521         * src/action.c
12522         * src/compose.c
12523         * src/syldap.c
12524                 sync with HEAD
12525
12526 2004-12-17 [martin]     0.9.13cvs17.2
12527
12528         * src/action.c
12529                 convert actions input to locale
12530         * src/inc.c
12531                 convert notification command to locale
12532         * src/plugins/pgpmime/select-keys.c
12533                 convert attributes to utf8
12534
12535 2004-12-14 [colin]      0.9.13cvs17.1
12536
12537         * ChangeLog
12538         * ChangeLog.jp
12539         * ChangeLog.claws
12540         * src/action.c
12541         * src/common/utils.c
12542         * src/gtk/prefswindow.c
12543         * src/gtk/gtkutils.c
12544         * src/gtk/gtkutils.h
12545         * src/plugins/spamassassin/libspamc.c
12546                 Sync with HEAD
12547
12548 2004-12-13 [colin]      0.9.13cvs14.1
12549
12550         * src/quote_fmt_parse.y
12551                 Sync with HEAD
12552
12553 2004-12-10 [colin]      0.9.13cvs12.1
12554
12555         * src/prefs_themes.c
12556         * src/mainwindow.c
12557         * src/messageview.c
12558                 Sync with HEAD
12559
12560 2004-12-09 [colin]      0.9.13cvs10.1
12561
12562         * src/procmime.c
12563                 Sync with HEAD (fix B64 encoding from memory)
12564
12565 2004-12-08 [colin]      0.9.13cvs9.1
12566
12567         * src/gtk/colorlabel.c
12568                 Sync with HEAD
12569
12570 2004-12-08 [paul]       0.9.13cvs8.2
12571
12572         * src/gtk/pluginwindow.c
12573                 fix window resizing oddities
12574
12575 2004-12-08 [colin]      0.9.13cvs8.1
12576
12577         * src/quote_fmt_parse.y
12578                 Sync with HEAD
12579
12580 2004-12-08 [colin]      0.9.13cvs7.1
12581
12582         * src/matcher_parser_parse.y
12583         * src/msgcache.c
12584         * src/prefs_matcher.c
12585         * src/procheader.c
12586         * src/matcher.c
12587         * src/common/defs.h
12588         * po/sr.po
12589                 Sync with HEAD
12590
12591 2004-12-08 [colin]      0.9.13cvs6.1
12592
12593         * src/quote_fmt_parse.y
12594         * src/textview.c
12595                 Sync with HEAD
12596         * src/gtk/prefswindow.c
12597         * src/gtk/pluginwindow.c
12598                 Fix G_CALLBACKS protos (thanks to Alfons)
12599
12600 2004-12-07 [torte]      0.9.13cvs2.2
12601
12602         * src/procmime.c
12603                 [Bug 650] reply button causes crash
12604                 Thanks to David Relson and Christoph
12605
12606 2004-12-07 [colin]      0.9.13cvs2.1
12607
12608         * ChangeLog.claws
12609         * AUTHORS
12610         * po/sk.po
12611         * src/procmime.c
12612         * src/prefs_account.c
12613         * src/common/smtp.c
12614         * src/common/smtp.h
12615                 Sync with HEAD
12616
12617 2004-12-06 [colin]      0.9.12cvs187.1
12618
12619         * ChangeLog.claws
12620         * INSTALL
12621         * Makefile.am
12622         * README.claws
12623         * TODO.claws
12624         * configure.ac
12625         * po/bg.po
12626         * po/cs.po
12627         * po/el.po
12628         * po/en_GB.po
12629         * po/es.po
12630         * po/fr.po
12631         * po/hr.po
12632         * po/hu.po
12633         * po/it.po
12634         * po/ja.po
12635         * po/ko.po
12636         * po/nl.po
12637         * po/pl.po
12638         * po/pt_BR.po
12639         * po/ru.po
12640         * po/sk.po
12641         * po/sr.po
12642         * po/sv.po
12643         * po/zh_CN.po
12644         * po/zh_TW.Big5.po
12645         * src/compose.c
12646         * tools/Makefile.am
12647         * tools/README
12648         * tools/filter_conv.pl
12649         * tools/kdeservicemenu/README
12650         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12651         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12652                 Sync with HEAD
12653
12654 2004-12-04 [colin]      0.9.12cvs183.1
12655
12656         * src/compose.c
12657                 Sync with HEAD (compose window position saving)
12658
12659 2004-12-04 [paul]       0.9.12cvs182.3
12660
12661         * src/messageview.c
12662         * src/mimeview.c
12663         * src/prefs_customheader.c
12664         * src/gtk/quicksearch.c
12665                 replace some forgotten GTK_SIGNAL_FUNCs
12666
12667 2004-12-04 [paul]       0.9.12cvs182.2
12668
12669         * src/Makefile.am
12670                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
12671                 committed in error      
12672
12673 2004-12-04 [paul]       0.9.12cvs182.1
12674
12675         * ChangeLog
12676         * ChangeLog.claws
12677         * ChangeLog.jp
12678         * INSTALL
12679         * NEWS
12680         * README
12681         * README.jp
12682         * configure.ac
12683         * doc/manual/ja/Makefile.am
12684         * doc/manual/ja/sylpheed-1.html
12685         * doc/manual/ja/sylpheed-10.html
12686         * doc/manual/ja/sylpheed-11.html
12687         * doc/manual/ja/sylpheed-12.html
12688         * doc/manual/ja/sylpheed-13.html
12689         * doc/manual/ja/sylpheed-14.html
12690         * doc/manual/ja/sylpheed-15.html
12691         * doc/manual/ja/sylpheed-16.html
12692         * doc/manual/ja/sylpheed-17.html
12693         * doc/manual/ja/sylpheed-18.html
12694         * doc/manual/ja/sylpheed-19.html
12695         * doc/manual/ja/sylpheed-2.html
12696         * doc/manual/ja/sylpheed-20.html
12697         * doc/manual/ja/sylpheed-3.html
12698         * doc/manual/ja/sylpheed-4.html
12699         * doc/manual/ja/sylpheed-5.html
12700         * doc/manual/ja/sylpheed-6.html
12701         * doc/manual/ja/sylpheed-7.html
12702         * doc/manual/ja/sylpheed-8.html
12703         * doc/manual/ja/sylpheed-9.html
12704         * doc/manual/ja/sylpheed.html
12705         * doc/manual/ja/sylpheed.sgml
12706         * po/de.po
12707         * src/Makefile.am
12708         * src/compose.c
12709         * src/procmime.c
12710         * src/pixmaps/regular.xpm **REMOVED**
12711         * src/plugins/pgpmime/pgpmime.c
12712         * src/plugins/pgpmime/plugin.c
12713         * src/plugins/pgpmime/prefs_gpg.c
12714                 sync with HEAD
12715
12716 2004-12-03 [paul]       0.9.12cvs180.1
12717
12718         * ChangeLog
12719         * ChangeLog.claws
12720         * ChangeLog.jp
12721         * configure.ac
12722         * src/Makefile.am
12723         * src/pop.c
12724         * src/common/utils.c
12725         * src/common/utils.h
12726         * src/pixmaps/continue.xpm
12727         * src/pixmaps/dir_close.xpm
12728         * src/pixmaps/dir_open.xpm
12729         * src/pixmaps/drafts_close.xpm
12730         * src/pixmaps/drafts_open.xpm
12731         * src/pixmaps/folder.xpm **REMOVED**
12732         * src/pixmaps/group.xpm
12733         * src/pixmaps/unread.xpm
12734                 sync with HEAD
12735
12736 2004-12-02 [colin]      0.9.12cvs179.1
12737
12738         * src/compose.c
12739                 Sync with HEAD (non-duplicated reedition)
12740
12741 2004-12-02 [colin]      0.9.12cvs178.1
12742
12743         * src/compose.c
12744                 Sync with HEAD (linewrap_quote fix)
12745
12746 2004-12-01 [colin]      0.9.12cvs177.3
12747
12748         * src/addrharvest.c
12749                 Replace sizeof with strlen
12750
12751 2004-12-01 [paul]       0.9.12cvs177.2
12752
12753         * src/addrharvest.c
12754                 fix 'harvest addresses'
12755
12756 2004-11-30 [colin]      0.9.12cvs177.1
12757
12758         * src/gtk/prefswindow.c
12759         * src/gtk/pluginwindow.c
12760                 Sync with HEAD
12761
12762 2004-11-29 [colin]      0.9.12cvs176.1
12763
12764         * src/folderview.c
12765                 sync with HEAD (Fix disappearing separators in folderview's popup)
12766
12767 2004-11-29 [colin]      0.9.12cvs175.1
12768
12769         * src/procmime.c
12770                 Sync with head (another format fix)
12771
12772 2004-11-29 [colin]      0.9.12cvs174.1
12773
12774         * src/pop.c
12775                 Sync with HEAD (format string fix)
12776
12777 2004-11-26 [colin]      0.9.12cvs173.1
12778
12779         * src/common/smtp.c
12780         * src/common/smtp.h
12781                 Sync with HEAD
12782
12783 2004-11-24 [colin]      0.9.12cvs172.1
12784
12785         * src/plugins/pgpmime/pgpmime.c
12786                 Sync with HEAD
12787
12788 2004-11-24 [colin]      0.9.12cvs171.1
12789
12790         * src/plugins/pgpmime/pgpmime.c
12791                 Sync with head (gpgmectx leaks)
12792
12793 2004-11-24 [colin]      0.9.12cvs169.1
12794
12795         * src/plugins/pgpmime/plugin.c
12796         * src/plugins/trayicon/Makefile.am
12797         * src/plugins/trayicon/newmarkedmail.xpm
12798         * src/plugins/trayicon/trayicon.c
12799         * src/plugins/trayicon/unreadmarkedmail.xpm
12800                 Sync with HEAD
12801
12802 2004-11-23 [colin]      0.9.12cvs168.1
12803
12804         * src/partial_download.c
12805         * src/partial_download.h
12806         * src/plugins/pgpmime/plugin.c
12807                 Sync with HEAD
12808
12809 2004-11-23 [colin]      0.9.12cvs166.1
12810
12811         * src/Makefile.am
12812         * src/codeconv.c
12813         * src/compose.c
12814         * src/folderview.c
12815         * src/main.c
12816         * src/partial_download.c
12817         * src/partial_download.h
12818         * src/prefs_account.c
12819         * src/prefs_account.h
12820         * src/privacy.c
12821         * src/privacy.h
12822         * src/procmime.c
12823         * src/common/Makefile.am
12824         * src/common/base64.h
12825         * src/common/partial_download.c
12826         * src/common/partial_download.h
12827         * src/gtk/prefswindow.c
12828         * src/gtk/prefswindow.h
12829         * src/plugins/pgpmime/pgpmime.c
12830         * src/plugins/pgpmime/prefs_gpg.c
12831         * src/plugins/pgpmime/prefs_gpg.h
12832         * src/plugins/pgpmime/sgpgme.c
12833         * src/plugins/pgpmime/sgpgme.h
12834                 Sync with HEAD
12835
12836 2004-11-23 [colin]      0.9.12cvs163.1
12837
12838         * src/main.c
12839                 Sync with HEAD (cursor optimization)
12840
12841 2004-11-23 [colin]      0.9.12cvs162.1
12842
12843         * src/prefs_common.c
12844         * src/prefs_themes.c
12845         * src/procmsg.c
12846                 Sync with HEAD
12847
12848 2004-11-23 [colin]      0.9.12cvs158.9
12849
12850         * src/compose.c
12851                 Fix double-free when forwarding
12852         * src/msgcache.c
12853                 Fix leak on error path
12854                 
12855
12856 2004-11-23 [colin]      0.9.12cvs158.8
12857
12858         * src/compose.c
12859                 Fix possible double-free
12860                 Spotted by Alfons
12861
12862 2004-11-23 [colin]      0.9.12cvs158.7
12863
12864         * src/compose.c
12865                 Fix some signal handlers' prototypes
12866                 Spotted by Alfons
12867
12868 2004-11-22 [colin]      0.9.12cvs158.6
12869
12870         * src/compose.c
12871                 Remove unneeded code and duplicated
12872                 wrapping - patch by Alfons
12873
12874 2004-11-22 [colin]      0.9.12cvs158.5
12875
12876         * src/prefs_themes.c
12877                 Fix oversized selector
12878
12879 2004-11-22 [colin]      0.9.12cvs158.4
12880
12881         * src/compose.c
12882                 fix dump_text()
12883                 patch by Alfons
12884
12885 2004-11-19 [colin]      0.9.12cvs158.3
12886
12887         * src/textview.c
12888                 Add a context menu on links (open, copy)
12889
12890 2004-11-18 [paul]       0.9.12cvs158.2
12891
12892         * src/addrgather.c
12893         * src/exphtmldlg.c
12894         * src/expldifdlg.c
12895         * src/mimeview.c
12896         * src/prefs_common.c
12897         * src/plugins/image_viewer/viewer.c
12898         * src/plugins/spamassassin/spamassassin_gtk.c
12899                 replace deprecated gtk_notebook_set_page
12900                 and gtk_notebook_current_page
12901
12902 2004-11-18 [paul]       0.9.12cvs158.1
12903
12904         * configure.ac
12905         * src/compose.c
12906         * src/mainwindow.c
12907         * src/messageview.c
12908         * src/prefs_common.c
12909         * src/common/utils.c
12910         * src/common/utils.h
12911                 sync with HEAD
12912
12913 2004-11-17 [colin]      0.9.12cvs156.1
12914
12915         * src/prefs_account.c
12916         * src/prefs_account.h
12917         * src/procmsg.c
12918                 Sync with HEAD (add pref to store encrypted mails encrypted)
12919
12920 2004-11-17 [paul]       0.9.12cvs155.1
12921
12922         * ChangeLog
12923         * ChangeLog.claws
12924         * ChangeLog.jp
12925         * NEWS
12926         * configure.ac
12927         * src/compose.c
12928         * src/jpilot.c
12929         * src/privacy.c
12930         * src/procmime.c
12931         * src/procmime.h
12932         * src/procmsg.c
12933         * src/toolbar.c
12934         * src/pixmaps/error.xpm
12935                 sync with HEAD
12936
12937 2004-11-17 [colin]      0.9.12cvs151.1
12938
12939         * src/plugins/pgpmime/pgpmime.c
12940                 Sync with HEAD (remove debug printf)
12941
12942 2004-11-17 [colin]      0.9.12cvs150.1
12943
12944         * src/plugins/pgpmime/pgpmime.c
12945                 Sync with HEAD (off-by-one fix)
12946
12947 2004-11-17 [colin]      0.9.12cvs149.1
12948
12949         * src/procmsg.c
12950                 Sync with HEAD (coding style fixes)
12951
12952 2004-11-16 [colin]      0.9.12cvs148.1
12953
12954         * src/procmsg.c
12955                 Sync with head (Fix the fix)
12956
12957 2004-11-16 [colin]      0.9.12cvs147.1
12958
12959         * src/procmsg.c
12960                 Sync with Main (leak fix)
12961
12962 2004-11-16 [colin]      0.9.12cvs146.14
12963
12964         * src/compose.c
12965                 Remove useless chunk of code
12966                 Patch by Alfons
12967
12968 2004-11-15 [colin]      0.9.12cvs146.13
12969
12970         * src/compose.c
12971                 Fix drafting after insertion
12972                 Patch by Alfons
12973
12974 2004-11-15 [colin]      0.9.12cvs146.12
12975
12976         * src/compose.c
12977         * src/prefs_filtering.c
12978         * src/prefs_filtering_action.c
12979         * src/prefs_toolbar.c
12980                 Fix some const-correctness
12981
12982 2004-11-15 [colin]      0.9.12cvs146.11
12983
12984         * src/summaryview.c
12985         * src/prefs_themes.c
12986         * src/messageview.c
12987                 Fix some leaks
12988
12989 2004-11-15 [colin]      0.9.12cvs146.10
12990
12991         * src/codeconv.c
12992                 More unreadable locale fixes
12993
12994 2004-11-14 [colin]      0.9.12cvs146.9
12995
12996         * src/textview.c
12997                 Fix uri_security_check
12998                 Patch by Alfons
12999
13000 2004-11-13 [paul]       0.9.12cvs146.8
13001
13002         * src/folder.c
13003         * src/procmime.c
13004                 fix 2 bugs introduced in last commit
13005
13006 2004-11-13 [paul]       0.9.12cvs146.7
13007
13008         * src/compose.c
13009         * src/exporthtml.c
13010         * src/exportldif.c
13011         * src/folder.c
13012         * src/imap.c
13013         * src/imap_gtk.c
13014         * src/main.c
13015         * src/mainwindow.c
13016         * src/messageview.c
13017         * src/mh_gtk.c
13018         * src/prefs_themes.c
13019         * src/procmime.c
13020         * src/setup.c
13021         * src/summaryview.c
13022                 replace deprecated g_basename
13023
13024 2004-11-13 [paul]       0.9.12cvs146.6
13025
13026         * src/compose.c
13027         * src/imap.c
13028         * src/matcher_parser.h
13029         * src/matcher_parser_parse.y
13030         * src/prefs_filtering.c
13031         * src/prefs_filtering_action.c
13032         * src/prefs_themes.c
13033         * src/prefs_toolbar.c
13034         * src/common/utils.c
13035                 various small fixes/cleanups
13036
13037 2004-11-12 [colin]      0.9.12cvs146.5
13038
13039         * src/textview.c
13040                 Validate event's origin on visibility notify
13041                 Patch by Alfons.
13042
13043 2004-11-12 [paul]       0.9.12cvs146.4
13044
13045         * src/exporthtml.c
13046         * src/exportldif.c
13047         * src/imap.c
13048         * src/mh.c
13049         * src/mimeview.c
13050         * src/prefs_spelling.c
13051         * src/prefs_themes.c
13052                 replace deprecated g_dirname    
13053
13054 2004-11-12 [colin]      0.9.12cvs146.3
13055
13056         * src/textview.c
13057                 Some coding style fixes
13058
13059 2004-11-12 [colin]      0.9.12cvs146.2
13060
13061         * src/codeconv.c
13062                 We want to replace _all_ extended chars in
13063                 conv_unreadable_*, because any string containing
13064                 extended chars not parsing as UTF8 is 
13065                 undisplayed on gtk2.
13066
13067 2004-11-12 [paul]       0.9.12cvs146.1
13068
13069         * ChangeLog
13070         * ChangeLog.claws
13071         * ChangeLog.jp
13072         * NEWS
13073         * configure.ac
13074         * src/account.c
13075         * src/folderview.c
13076         * src/folderview.h
13077         * src/imap.c
13078         * src/imap_gtk.c
13079         * src/inc.c
13080         * src/mainwindow.c
13081         * src/mh_gtk.c
13082         * src/news_gtk.c
13083         * src/pop.c
13084         * src/prefs_account.c
13085         * src/prefs_account.h
13086         * src/prefs_ext_prog.c
13087         * src/procmime.c
13088         * src/procmime.h
13089         * src/procmsg.c
13090         * src/procmsg.h
13091         * src/summary_search.c
13092         * src/summaryview.c
13093         * src/textview.c
13094         * src/common/defs.h
13095         * src/common/utils.c
13096         * src/common/utils.h
13097         * src/gtk/menu.c
13098         * src/gtk/menu.h
13099                 sync with HEAD
13100
13101 2004-11-11 [colin]      0.9.12cvs144.2
13102
13103         * src/textview.c
13104                 Fix URI range selection (patch by Alfons)
13105
13106 2004-11-09 [colin]      0.9.12cvs144.1
13107
13108         * ChangeLog.claws
13109         * src/compose.c
13110         * src/folder.c
13111         * src/folder_item_prefs.c
13112         * src/prefs_account.c
13113         * src/prefs_account.h
13114         * src/plugins/pgpmime/pgpmime.c
13115                 Sync with HEAD
13116
13117 2004-11-08 [colin]      0.9.12cvs143.1
13118
13119         * src/summaryview.c
13120                 Sync with HEAD (optimize quicksearch)
13121
13122 2004-11-08 [colin]      0.9.12cvs142.2
13123
13124         * src/compose.c
13125                 Don't wrap when Edit/Auto wrapping is disabled
13126
13127 2004-11-08 [colin]      0.9.12cvs142.1
13128
13129         * src/textview.c
13130                 Sync with HEAD
13131
13132 2004-11-08 [colin]      0.9.12cvs141.1
13133
13134         * src/textview.c
13135                 Sync with HEAD (fix some mail URIs)
13136
13137 2004-11-08 [colin]      0.9.12cvs140.3
13138
13139         * src/textview.c
13140                 o Use text cursor instead of arrow when
13141                   not on a link
13142                 o Fix handling of contiguous links (as in
13143                   "colin@colino.net" <colin@colino.net>)
13144                   This one unveils a bug in get_email_part()
13145
13146 2004-11-07 [colin]      0.9.12cvs140.2
13147
13148         * src/textview.c
13149                 Fix memleak. Patch by Alfons.
13150
13151 2004-11-06 [colin]      0.9.12cvs140.1
13152
13153         * src/compose.c
13154                 Sync with HEAD (don't ask passphrase
13155                 when drafting)
13156
13157 2004-11-06 [paul]       0.9.12cvs139.2
13158
13159         * AUTHORS
13160         * src/textview.c
13161         * src/textview.h
13162                 textview URI handling. hovering over a 
13163                 link displays it in the status bar,
13164                 and changes the mouse pointer to a hand 
13165                 cursor. a link is activated with a single 
13166                 click. (Modified from the) patch by Jean-Yves 
13167                 Lefort <jylefort@users.sourceforge.net>
13168                 
13169
13170 2004-11-05 [colin]      0.9.12cvs139.1
13171
13172         * src/compose.c
13173         * src/procmime.c
13174                 Sync with HEAD again ^^
13175
13176 2004-11-05 [colin]      0.9.12cvs139.1
13177
13178         * src/compose.c
13179         * src/procmime.c
13180                 Sync with HEAD
13181
13182 2004-11-03 [paul]       0.9.12cvs138.1
13183
13184         * ChangeLog.claws
13185         * configure.ac
13186         * po/POTFILES.in
13187         * src/prefs_ext_prog.c
13188         * src/procmime.c
13189         * tools/kdeservicemenu/README
13190         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13191         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13192                 sync with HEAD
13193
13194 2004-11-01 [christoph]  0.9.12cvs136.2
13195
13196         * src/procmime.c
13197                 convert MIME parameters to UTF-8
13198
13199 2004-10-29 [colin]      0.9.12cvs136.1
13200
13201         * src/common/utils.c
13202                 Sync with HEAD (don't use '=' in mime boundary)
13203
13204 2004-10-29 [paul]       0.9.12cvs135.1
13205
13206         * configure.ac
13207         * doc/src/rfc2231.txt
13208         * src/procmime.c
13209         * src/common/quoted-printable.c
13210         * src/common/utils.c
13211         * src/common/utils.h
13212                 sync with HEAD
13213
13214 2004-10-27 [paul]       0.9.12cvs134.1
13215
13216         * configure.ac
13217         * src/main.c
13218         * src/procmime.c
13219         * src/plugins/pgpmime/pgpmime.c
13220                 sync with HEAD
13221
13222 2004-10-26 [paul]       0.9.12cvs132.3
13223
13224         * src/account.c
13225         * src/addressbook.c
13226         * src/addrgather.c
13227         * src/addrharvest.c
13228         * src/codeconv.c
13229         * src/compose.c
13230         * src/customheader.c
13231         * src/editaddress.c
13232         * src/editgroup.c
13233         * src/enriched.c
13234         * src/expldifdlg.c
13235         * src/exporthtml.c
13236         * src/exportldif.c
13237         * src/folder.c
13238         * src/foldersel.c
13239         * src/folderview.c
13240         * src/grouplistdialog.c
13241         * src/html.c
13242         * src/imap.c
13243         * src/jpilot.c
13244         * src/ldapserver.c
13245         * src/ldif.c
13246         * src/mimeview.c
13247         * src/news.c
13248         * src/news_gtk.c
13249         * src/pop.c
13250         * src/prefs_display_header.c
13251         * src/prefs_gtk.c
13252         * src/prefs_msg_colors.c
13253         * src/prefs_toolbar.c
13254         * src/procheader.c
13255         * src/procmime.c
13256         * src/summaryview.c
13257         * src/textview.c
13258         * src/toolbar.c
13259         * src/vcard.c
13260         * src/common/mgutils.c
13261         * src/common/nntp.c
13262         * src/common/smtp.c
13263         * src/common/template.c
13264         * src/common/utils.c
13265         * src/common/xmlprops.c
13266         * src/plugins/pgpmime/pgpmime.c
13267         * src/plugins/pgpmime/select-keys.c
13268         * src/plugins/pgpmime/sgpgme.c
13269                 replace deprecated g_strcasecmp(), g_strncasecmp(),
13270                 g_string_sprintfa(), gtk_notebook_current_page()
13271
13272 2004-10-26 [colin]      0.9.12cvs132.2
13273
13274         * src/prefs_folder_item.c
13275                 Fix default-account selection
13276
13277 2004-10-21 [colin]      0.9.12cvs133
13278
13279         * src/compose.c
13280                 Sync with HEAD (Remove extra separator in compose's Options)
13281         * src/textview.c
13282                 Set wrapping to char
13283
13284 2004-10-21 [paul]       0.9.12cvs131.2
13285
13286         * src/compose.c
13287         * src/sourcewindow.c
13288                 fix wrapping
13289                 fix window shrinking 
13290
13291 2004-10-21 [colin]      0.9.12cvs131.1
13292
13293         * ChangeLog.claws
13294         * src/compose.c
13295                 Sync with HEAD
13296
13297 2004-10-21 [paul]       0.9.12cvs130.2
13298
13299         * src/prefs_folder_item.c
13300                 sync with HEAD (Apply to subfolders)
13301
13302 2004-10-19 [colin]      0.9.12cvs130.1
13303
13304         * ChangeLog.claws
13305         * src/compose.c
13306         * src/common/utils.c
13307         * src/gtk/menu.c
13308                 Sync with HEAD
13309
13310 2004-10-19 [colin]      0.9.12cvs128.1
13311
13312         * src/addrbook.c
13313         * src/addrcache.c
13314         * src/addressbook.c
13315         * src/codeconv.c
13316         * src/compose.c
13317         * src/customheader.c
13318         * src/editaddress.c
13319         * src/editgroup.c
13320         * src/exporthtml.c
13321         * src/folder.c
13322         * src/folderview.c
13323         * src/imap.c
13324         * src/jpilot.c
13325         * src/main.c
13326         * src/matcher_parser_parse.y
13327         * src/mbox.c
13328         * src/pop.c
13329         * src/prefs_account.c
13330         * src/prefs_gtk.c
13331         * src/prefs_msg_colors.c
13332         * src/procheader.c
13333         * src/procmime.c
13334         * src/procmime.h
13335         * src/procmsg.c
13336         * src/summaryview.c
13337         * src/textview.c
13338         * src/common/base64.c
13339         * src/common/partial_download.c
13340         * src/common/socket.c
13341         * src/common/sylpheed.c
13342         * src/common/utils.c
13343         * src/common/utils.h
13344         * src/gtk/pluginwindow.c
13345         * src/gtk/quicksearch.c
13346         * src/plugins/clamav/clamav_plugin.c
13347         * src/plugins/clamav/clamav_plugin.h
13348         * src/plugins/clamav/clamav_plugin_gtk.c
13349         * src/plugins/pgpmime/passphrase.c
13350         * src/plugins/pgpmime/pgpmime.c
13351         * src/plugins/pgpmime/plugin.c
13352         * src/plugins/pgpmime/prefs_gpg.c
13353         * src/plugins/pgpmime/prefs_gpg.h
13354         * src/plugins/pgpmime/select-keys.c
13355         * src/plugins/pgpmime/sgpgme.c
13356         * src/plugins/spamassassin/libspamc.c
13357         * src/plugins/spamassassin/spamassassin.c
13358         * src/plugins/spamassassin/spamassassin.h
13359         * src/plugins/spamassassin/spamassassin_gtk.c
13360         * src/plugins/trayicon/trayicon.c
13361         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
13362                 Sync with HEAD
13363
13364 2004-10-14 [colin]      0.9.12cvs126.2
13365
13366         * src/codeconv.c
13367         * src/textview.c
13368                 Fix conv_unreadable_locale
13369
13370 2004-10-13 [colin]      0.9.12cvs126.1
13371
13372         * src/compose.c
13373                 Sync with HEAD (don't convert charset for 
13374                 drafted messages, minor cleanup)
13375
13376 2004-10-13 [colin]      0.9.12cvs125.1
13377
13378         * po/POTFILES.in
13379                 Sync with HEAD (POTFILES fix)
13380
13381 2004-10-12 [colin]      0.9.12cvs124.3
13382
13383         * src/compose.c
13384                 Fix encoding bug from latest sync
13385
13386 2004-10-12 [paul]       0.9.12cvs124.2
13387
13388         * src/plugins/pgpmime/prefs_gpg.c
13389         * src/plugins/pgpmime/prefs_gpg.h
13390                 forgotten in last commit        
13391
13392 2004-10-12 [paul]       0.9.12cvs124.1
13393
13394         * ChangeLog.claws
13395         * configure.ac
13396         * m4/spamassassin.m4
13397         * src/Makefile.am
13398         * src/account.c
13399         * src/compose.c
13400         * src/compose.h
13401         * src/crash.c
13402         * src/main.c
13403         * src/mimeview.c
13404         * src/passphrase.c
13405         * src/passphrase.h
13406         * src/prefs_account.c
13407         * src/prefs_account.h
13408         * src/prefs_common.c
13409         * src/privacy.c
13410         * src/privacy.h
13411         * src/procmime.c
13412         * src/procmime.h
13413         * src/procmsg.c
13414         * src/rfc2015.c
13415         * src/rfc2015.h
13416         * src/select-keys.c
13417         * src/select-keys.h
13418         * src/textview.c
13419         * src/common/utils.c
13420         * src/common/utils.h
13421         * src/gtk/about.c
13422         * src/plugins/pgpmime/Makefile.am
13423         * src/plugins/pgpmime/passphrase.c
13424         * src/plugins/pgpmime/passphrase.h
13425         * src/plugins/pgpmime/pgpmime.c
13426         * src/plugins/pgpmime/plugin.c
13427         * src/plugins/pgpmime/select-keys.c
13428         * src/plugins/pgpmime/select-keys.h
13429         * src/plugins/pgpmime/sgpgme.c
13430         * src/plugins/pgpmime/sgpgme.h
13431                 sync with HEAD
13432
13433 2004-10-04 [colin]      0.9.12cvs122.1
13434
13435         * src/mainwindow.c
13436         * src/messageview.c
13437         * src/messageview.h
13438         * src/textview.c
13439                 Sync with HEAD
13440
13441 2004-10-04 [colin]      0.9.12cvs121.1
13442
13443         * src/summaryview.c
13444                 Sync with HEAD
13445
13446 2004-10-04 [paul]       0.9.12cvs120.1
13447
13448         * configure.ac
13449                 sync with HEAD [don't try to build 
13450                 pgpmime plugin when gpgme is disabled]
13451
13452 2004-10-03 [colin]      0.9.12cvs119.3
13453
13454         * src/gtk/gtksctree.c
13455                 Lots of side effects. Put back as before 117.2.
13456         * src/summaryview.c
13457                 Fix bug #602
13458
13459 2004-10-03 [colin]      0.9.12cvs119.2
13460
13461         * src/gtk/gtksctree.c
13462                 Revert 608 fix that doesn't work that good
13463
13464 2004-10-02 [colin]      0.9.12cvs119.1
13465
13466         * src/mainwindow.c
13467         * src/messageview.c
13468         * src/prefs_common.h
13469         * src/procmime.c
13470         * src/procmime.h
13471         * src/textview.c
13472                 Sync with HEAD
13473         * src/gtk/gtksctree.c
13474                 Close bug #608
13475
13476 2004-10-01 [colin]      0.9.12cvs118.1
13477
13478         * src/mimeview.c
13479                 Sync with HEAD (better Save All fix)
13480
13481 2004-10-01 [colin]      0.9.12cvs117.2
13482
13483         * src/gtk/gtksctree.c
13484                 Faster on selection
13485
13486 2004-10-01 [colin]      0.9.12cvs117.1
13487
13488         * src/mimeview.c
13489                 Sync with HEAD (Save All: only attachments)
13490
13491 2004-10-01 [paul]       0.9.12cvs116.1
13492
13493         * ChangeLog.claws
13494         * configure.ac
13495         * src/account.c
13496         * src/prefs_common.c
13497         * src/gtk/colorlabel.c
13498                 sync with HEAD
13499
13500 2004-09-30 [colin]      0.9.12cvs115.1
13501
13502         * src/stock_pixmap.c
13503         * src/stock_pixmap.h
13504         * src/folderview.c
13505         * src/Makefile.am
13506         * src/pixmaps/read.xpm
13507                 Sync with HEAD (new pixmap)
13508
13509 2004-09-29 [colin]      0.9.12cvs114.1
13510
13511         * src/compose.c
13512                 Sync with HEAD
13513                 Fix focus handling in headers
13514
13515 2004-09-29 [paul]       0.9.12cvs113.1
13516
13517         * src/quote_fmt_parse.y
13518                 sync with HEAD
13519  
13520
13521 2004-09-28 [colin]      0.9.12cvs112.1
13522
13523         * src/folderview.c
13524         * src/mainwindow.c
13525                 Sync with HEAD
13526
13527 2004-09-28 [colin]      0.9.12cvs110.1
13528
13529         * src/folderview.c
13530                 Sync with HEAD (Contextual Empty trash menu)
13531
13532 2004-09-28 [colin]      0.9.12cvs108.1
13533
13534         * src/addressbook.c
13535                 Sync with HEAD (addressbook edit on double-click)
13536
13537 2004-09-28 [colin]      0.9.12cvs106.1
13538
13539         * src/inc.c
13540                 Sync with HEAD (folder_item freeze on inc)
13541
13542 2004-09-27 [colin]      0.9.12cvs105.1
13543
13544         * src/folderview.c
13545                 Sync with HEAD (right-align new and unread column)
13546
13547 2004-09-27 [colin]      0.9.12cvs104.1
13548
13549         * src/main.c
13550                 Sync with HEAD (revert 0.9.12cvs101)
13551
13552 2004-09-24 [colin]      0.9.12cvs103.2
13553
13554         * src/wizard.c
13555                 Fix gtk warnings and use domain part of the email address 
13556                 when domain detection fails (no dot in domain name)
13557
13558 2004-09-23 [colin]      0.9.12cvs103.1
13559
13560         * src/plugins/spamassassin/libspamc.c
13561         * src/plugins/spamassassin/libspamc.h
13562         * src/plugins/spamassassin/utils.c
13563         * src/plugins/spamassassin/utils.h
13564                 Sync with HEAD (Update spamassassin to 3.0)
13565
13566 2004-09-21 [colin]      0.9.12cvs102.3
13567
13568         * src/action.c
13569                 Add horizontal scrollbar in action io dialog as needed
13570                 Patch by Alfons.
13571
13572 2004-09-20 [colin]      0.9.12cvs102.2
13573
13574         * src/plugins/image_viewer/viewer.c
13575                 Remove imlib stuff
13576                 use gtk_pixmap_set when clearing
13577                 (would be better to use gtkImages, but causes size-allocate 
13578                 signals storm)
13579
13580 2004-09-17 [paul]       0.9.12cvs102.1
13581
13582         * ChangeLog
13583         * ChangeLog.claws
13584         * ChangeLog.jp
13585         * configure.ac
13586         * src/inc.c
13587                 sync with HEAD
13588
13589
13590 2004-09-17 [colin]      0.9.12cvs101.1
13591
13592         * ChangeLog.claws
13593         * src/main.c
13594                 Sync with HEAD (fix segs at exit)
13595
13596 2004-09-14 [colin]      0.9.12cvs99.5
13597
13598         * src/common/socket.c
13599         * AUTHORS
13600                 Fix send error on 64bit platforms
13601                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
13602
13603 2004-09-14 [colin]      0.9.12cvs99.4
13604
13605         * src/action.c
13606                 Fix action output with utf8 
13607                 Patch by Alfons.
13608
13609 2004-09-14 [colin]      0.9.12cvs99.3
13610
13611         * ChangeLog.claws
13612         * src/folder.c
13613                 Sync with HEAD
13614
13615 2004-09-09 [colin]      0.9.12cvs99.2
13616
13617         * src/action.c
13618                 Fix progress bar (displaying "Completed %v/%u")
13619                 Patch by Alfons.
13620
13621 2004-09-08 [colin]      0.9.12cvs99.1
13622
13623         * src/account.c
13624         * src/folder.c
13625         * src/procmsg.c
13626         * src/procmsg.h
13627         * src/plugins/pgpmime/pgpmime.c
13628                 Sync with HEAD
13629
13630 2004-09-08 [colin]      0.9.12cvs97.2
13631
13632         * src/summaryview.c
13633                 Don't select mails in collapsed threads 
13634                 when navigating with up/down
13635
13636 2004-09-07 [colin]      0.9.12cvs97.1
13637
13638         * src/inc.c
13639                 Sync with HEAD (meaningful error messages)
13640
13641 2004-09-06 [colin]      0.9.12cvs96.1
13642
13643         * src/toolbar.c
13644                 Sync with HEAD (fix Redirect graying out)
13645
13646 2004-09-06 [colin]      0.9.12cvs95.1
13647
13648         * src/summaryview.c
13649         * src/mimeview.c
13650                 Sync with HEAD (fix dropped URIs)
13651
13652 2004-09-06 [colin]      0.9.12cvs94.1
13653
13654         * src/addressbook.c
13655         * src/addressitem.h
13656         * src/addritem.c
13657         * src/addritem.h
13658                 Sync with HEAD (addressbook DnD)
13659
13660 2004-09-03 [colin]      0.9.12cvs93.1
13661
13662         * src/summaryview.c
13663                 Sync with HEAD (next/prev unread)
13664
13665 2004-09-03 [colin]      0.9.12cvs92.1
13666
13667         * src/prefs_common.c
13668         * src/prefs_common.h
13669         * src/summaryview.c
13670                 Sync with HEAD ('mark_as_read_delay' pref)
13671
13672 2004-09-02 [colin]      0.9.12cvs91.2
13673
13674         * src/common/xml.c
13675                 Fix leak
13676
13677 2004-09-02 [colin]      0.9.12cvs91.1
13678
13679         * src/gtk/menu.c
13680                 Sync with HEAD (menu accel don't work, but whatever)
13681
13682 2004-09-02 [colin]      0.9.12cvs90.1
13683
13684         * src/account.c
13685                 Sync with HEAD (fix bug 582)
13686
13687 2004-09-02 [colin]      0.9.12cvs89.1
13688
13689         * src/addrindex.c
13690                 Sync with HEAD (free deleted queries)
13691
13692 2004-09-02 [colin]      0.9.12cvs88.1
13693
13694         * src/ldapquery.c
13695                 Sync with HEAD (fix LDAP freezes)
13696
13697 2004-09-02 [colin]      0.9.12cvs87.1
13698
13699         * src/prefs_spelling.c
13700                 Sync with HEAD (add default dictionary)
13701
13702 2004-09-01 [colin]      0.9.12cvs86.1
13703
13704         * src/filtering.c
13705         * src/folderview.c
13706         * src/imap.c
13707         * src/prefs_matcher.c
13708         * src/stock_pixmap.c
13709         * src/summary_search.c
13710         * src/summaryview.c
13711         * src/wizard.c
13712         * src/wizard.h
13713                 Sync with HEAD (uninitialized vars fixes)
13714                 + gtk2 specific warning fixes
13715
13716 2004-08-31 [colin]      0.9.12cvs85.1
13717
13718         * src/folder.c
13719                 Sync with HEAD (Fix memory corruption due to 
13720                 uninitialized var)
13721
13722 2004-08-31 [colin]      0.9.12cvs84.4
13723
13724         * src/summary_search.c
13725                 Fix segfaults when searching in folders with broken headers
13726
13727 2004-08-31 [colin]      0.9.12cvs84.3
13728
13729         * src/compose.c
13730         * src/textview.c
13731                 Fix some more encoding/decoding issues
13732
13733 2004-08-30 [colin]      0.9.12cvs84.2
13734
13735         * src/mimeview.c
13736         * src/prefs_themes.c
13737         * src/gtk/filesel.c
13738         * src/gtk/filesel.h
13739                 Add a folder-mode selection (fixes mimeview's "Save all")
13740
13741 2004-08-29 [colin]      0.9.12cvs84.1
13742
13743         * src/mimeview.c
13744                 Sync with HEAD (don't escape saved filenames)
13745
13746 2004-08-27 [colin]      0.9.12cvs83.1
13747
13748         * ChangeLog
13749         * ChangeLog.claws
13750         * ChangeLog.jp
13751         * src/mh.c
13752         * src/procheader.c
13753         * src/procmsg.c
13754         * src/procmsg.h
13755         * src/common/utils.c
13756         * src/gtk/menu.h
13757         * po/
13758                 Sync with HEAD 0.9.12cvs83 (sync with main)
13759
13760 2004-08-26 [colin]      0.9.12cvs82.4
13761
13762         * src/codeconv.c
13763                 Fix strange stack corruption
13764                 Convert to utf8 after unmime, not before
13765
13766 2004-08-26 [colin]      0.9.12cvs82.3
13767
13768         * src/main.c
13769         * src/wizard.c
13770                 Fix account folders duplication
13771
13772 2004-08-25 [colin]      0.9.12cvs82.2
13773
13774         * src/wizard.c
13775                 Remove ports
13776                 Add SSL selection
13777                 Use login@server as account name
13778
13779 2004-08-25 [colin]      0.9.12cvs82.1
13780
13781         * src/plugins/pgpmime/pgpmime.c
13782                 Sync with HEAD (leak fix).
13783
13784 2004-08-25 [colin]      0.9.12cvs81.1
13785
13786         * src/plugins/pgpmime/pgpmime.c
13787         * src/plugins/pgpmime/sgpgme.c
13788         * src/plugins/pgpmime/sgpgme.h
13789                 Sync with HEAD (Handle combined messages).
13790
13791 2004-08-24 [colin]      0.9.12cvs80.3
13792
13793         * src/wizard.c
13794                 Fix full name, ports, and imap
13795
13796 2004-08-24 [colin]      0.9.12cvs80.2
13797
13798         * src/Makefile.am
13799         * src/main.c
13800         * src/setup.c
13801         * src/setup.h
13802         * src/stock_pixmap.c
13803         * src/stock_pixmap.h
13804         * src/wizard.c ** ADDED **
13805         * src/wizard.h ** ADDED ** 
13806         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
13807                 Add a setup wizard 
13808
13809 2004-08-24 [colin]      0.9.12cvs80.1
13810
13811         * src/folder.c
13812                 Sync with HEAD (set mimeflags on all messages)
13813
13814 2004-08-24 [colin]      0.9.12cvs79.3
13815
13816         * src/matcher_parser_lex.l
13817                 Fix 8bits strings not in utf8
13818
13819 2004-08-24 [colin]      0.9.12cvs79.2
13820
13821         * src/compose.c
13822                 Check conversion result before replacing buffer
13823
13824 2004-08-23 [colin]      0.9.12cvs79.1
13825
13826         * src/compose.c
13827                 Sync with HEAD (create message header in memory)
13828
13829 2004-08-23 [colin]      0.9.12cvs78.1
13830
13831         * src/rfc2015.c
13832         * src/rfc2015.h
13833                 Sync with HEAD (fix bug 197 again)
13834
13835 2004-08-23 [colin]      0.9.12cvs77.3
13836
13837         * src/compose.c
13838                 Fix again inline gpg signing (which outputs utf8
13839                 in gtk2). Not syncing this fix to HEAD as this 
13840                 code is meant to die.
13841
13842 2004-08-23 [colin]      0.9.12cvs77.2
13843
13844         * src/prefs_account.h
13845                 Remove useless include
13846
13847 2004-08-23 [colin]      0.9.12cvs77.1
13848
13849         * src/imap.c
13850         * po/es.po
13851         * po/fr.po
13852         * po/it.po
13853         * po/pl.po
13854         * po/pt_BR.po
13855         * po/sk.po
13856         * po/sr.po
13857                 Sync with HEAD (fix bug 577)
13858
13859 2004-08-22 [colin]      0.9.12cvs76.1
13860
13861         * src/plugins/trayicon/trayicon.c
13862                 Sync with HEAD (fix formatting bug)
13863
13864 2004-08-21 [colin]      0.9.12cvs74.2
13865
13866         * src/gtk/colorsel.c
13867                 Fix bug 564 (Folder color selection window exits on any
13868                 keypress)
13869
13870 2004-08-21 [colin]      0.9.12cvs74.1
13871
13872         * ChangeLog.claws
13873         * src/compose.c
13874         * src/summaryview.c
13875         * src/toolbar.c
13876                 Sync with HEAD (fix bug 576)
13877
13878 2004-08-21 [colin]      0.9.12cvs70.1
13879
13880         * src/compose.c
13881         * src/mainwindow.c
13882                 Sync with HEAD
13883                 
13884
13885 2004-08-21 [paul]       0.9.12cvs66.4
13886
13887         * src/mainwindow.c
13888         * src/messageview.c
13889         * src/gtk/menu.c
13890         * src/plugins/spamassassin/spamassassin_gtk.c
13891                 remove some deprecated gtk1 functions
13892
13893
13894 2004-08-21 [colin]      0.9.12cvs66.3
13895
13896         * src/compose.c
13897         * src/codeconv.c
13898                 Fix warnings
13899                 Remove encoding hacks
13900                 Fix bug 575 (Strange character messes up message)
13901                 Don't display conversion error when drafting
13902
13903 2004-08-21 [paul]       0.9.12cvs66.2
13904
13905         * src/prefs_account.c
13906                 fix GnuPG mode bugs
13907
13908
13909 2004-08-20 [colin]      0.9.12cvs66.1
13910
13911         * src/codeconv.c
13912                 Sync with HEAD 0.9.12cvs66
13913
13914 2004-08-20 [paul]
13915
13916         * src/plugins/pgpmime/plugin.c
13917                 modify PGP/MIME plugin's description
13918
13919 2004-08-17 [colin]      0.9.12cvs65.1
13920
13921         * src/common/ssl.c
13922         * src/plugins/pgpmime/plugin.c
13923                 Sync with HEAD
13924
13925 2004-08-14 [colin]      0.9.12cvs60.3
13926
13927         * src/plugins/trayicon/trayicon.c
13928                 Put back resize callback, on size-request signal
13929                 rather than size-allocate to avoid infinite 
13930                 callback loop
13931
13932 2004-08-13 [colin]      0.9.12cvs60.2
13933
13934         * src/common/defs.h
13935                 Cache versions have been fixed
13936
13937 2004-08-13 [colin]      0.9.12cvs60.1
13938
13939         * src/folderutils.c
13940                 Sync with HEAD
13941
13942 2004-08-12 [colin]      0.9.12cvs59.1
13943
13944         * src/plugins/trayicon/trayicon.c
13945                 Sync with HEAD
13946
13947 2004-08-12 [colin]      0.9.12cvs57.5
13948
13949         * sylpheed.desktop
13950         * configure.ac
13951         * src/Makefile.am
13952         * src/main.c
13953                 Add support for Freedesktop.org's startup notification
13954
13955 2004-08-11 [colin]      0.9.12cvs57.4
13956
13957         * src/textview.c
13958                 Fix off-by-one
13959
13960 2004-08-11 [colin]      0.9.12cvs57.3
13961
13962         * src/message_search.c
13963         * src/summary_search.c
13964                 Make searches case insensitive by default
13965         * src/textview.c
13966                 Fix case-insensitive search in message
13967
13968 2004-08-11 [colin]      0.9.12cvs57.2
13969
13970         * src/summary_search.c
13971                 Let case-sensitive be specified
13972
13973 2004-08-10 [colin]      0.9.12cvs55.4
13974
13975         * src/common/socket.c
13976                 Fix the possible race condition
13977
13978 2004-08-09 [paul]       0.9.12cvs55.3
13979
13980         * configure.ac
13981         * src/Makefile.am
13982         * src/common/Makefile.am
13983                 sync with HEAD
13984
13985
13986 2004-08-09 [paul]       0.9.12cvs55.2
13987
13988         * autogen.sh
13989         * po/poconv.sh
13990                 remove unneeded script
13991
13992         * configure.ac
13993                 add forgotten USE_LDAP_TLS (sync with HEAD)
13994
13995
13996 2004-08-09 [colin]      0.9.12cvs55.1
13997
13998         * src/main.c
13999         * src/common/ssl.c
14000         * src/common/sylpheed.c
14001         * src/common/sylpheed.h
14002                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
14003
14004 2004-08-09 [paul]       0.9.12cvs54.1
14005
14006         * ChangeLog
14007         * ChangeLog.claws
14008         * ChangeLog.jp
14009         * configure.ac
14010         * po/POTFILES.in
14011         * src/Makefile.am
14012         * src/folderutils.c
14013         * src/main.c
14014         * src/pgpmime.c
14015         * src/pgpmime.h
14016         * src/sgpgme.c
14017         * src/sgpgme.h
14018         * src/plugins/Makefile.am
14019         * src/plugins/pgpmime/.cvsignore
14020         * src/plugins/pgpmime/Makefile.am
14021         * src/plugins/pgpmime/pgpmime.c
14022         * src/plugins/pgpmime/pgpmime.h
14023         * src/plugins/pgpmime/plugin.c
14024         * src/plugins/pgpmime/sgpgme.c
14025         * src/plugins/pgpmime/sgpgme.h
14026                 sync with HEAD
14027
14028 2004-08-08 [paul]       0.9.12cvs51.1
14029
14030         * configure.ac
14031         * src/folder.c
14032                 sync with HEAD
14033
14034 2004-08-07 [colin]      0.9.12cvs50.1
14035
14036         * src/pop.c
14037         * src/common/partial_download.c
14038                 fix warnings (sync from HEAD)
14039
14040 2004-08-07 [colin]      0.9.12cvs48.1
14041
14042         * src/prefs_folder_item.c
14043                 sync with HEAD 0.9.12cvs48
14044
14045 2004-08-06 [colin]      0.9.12cvs47.1
14046
14047         * src/compose.c
14048                 Sync with HEAD
14049
14050 2004-08-06 [christoph]  0.9.12cvs46.2
14051
14052         * src/main.c
14053         * src/plugins/clamav/clamav_plugin_gtk.c
14054         * src/plugins/dillo_viewer/dillo_viewer.c
14055         * src/plugins/image_viewer/plugin.c
14056         * src/plugins/mathml_viewer/mathml_viewer.c
14057         * src/plugins/spamassassin/spamassassin_gtk.c
14058         * src/plugins/trayicon/trayicon.c
14059                 don't mix GTK1.2 plugin with GTK2 plugins
14060
14061 2004-08-06 [colin]      0.9.12cvs46.1
14062
14063         * ChangeLog
14064         * ChangeLog.claws
14065         * ChangeLog.jp
14066         * configure.ac
14067         * sylpheed-claws.pc.in
14068         * src/folder.c
14069         * src/imap.c
14070         * src/localfolder.c
14071         * src/messageview.c
14072         * src/mimeview.c
14073         * src/mimeview.h
14074         * src/msgcache.c
14075         * src/news.c
14076         * src/prefs_ext_prog.c
14077         * src/prefs_folder_item.c
14078         * src/prefs_fonts.c
14079         * src/prefs_msg_colors.c
14080         * src/prefs_spelling.c
14081         * src/prefs_themes.c
14082         * src/prefs_toolbar.c
14083         * src/prefs_wrapping.c
14084         * src/procmime.h
14085         * src/common/defs.h
14086         * src/common/nntp.c
14087         * src/common/session.c
14088         * src/common/session.h
14089         * src/common/socket.c
14090         * src/common/utils.h
14091         * src/common/xml.c
14092         * src/common/xml.h
14093         * src/gtk/prefswindow.c
14094         * src/gtk/prefswindow.h
14095         * src/plugins/clamav/clamav_plugin_gtk.c
14096         * src/plugins/dillo_viewer/dillo_prefs.c
14097         * src/plugins/image_viewer/viewerprefs.c
14098         * src/plugins/spamassassin/spamassassin_gtk.c
14099         * m4/openssl.m4 *** REMOVED ***
14100                 Sync with HEAD 0.9.12cvs46
14101
14102 2004-08-03 [paul]       0.9.12cvs40.2
14103
14104         * src/action.c
14105         * src/addressadd.c
14106         * src/addressbook.c
14107         * src/addrgather.c
14108         * src/browseldap.c
14109         * src/compose.c
14110         * src/crash.c
14111         * src/editaddress.c
14112         * src/editgroup.c
14113         * src/editldap_basedn.c
14114         * src/foldersel.c
14115         * src/importldif.c
14116         * src/mimeview.c
14117         * src/prefs_common.c
14118         * src/prefs_template.c
14119         * src/sourcewindow.c
14120         * src/summaryview.c
14121         * src/gtk/about.c
14122         * src/gtk/foldersort.c
14123         * src/gtk/logwindow.c
14124         * src/gtk/pluginwindow.c
14125         * src/gtk/prefswindow.c
14126                 change all gtk_scrolled_window_set_policy from 
14127                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
14128
14129 2004-08-02 [paul]       0.9.12cvs40.1
14130
14131         * AUTHORS
14132                 update translation team section
14133         * po/pt_BR.po
14134                 updated by Frederico Goncalves Guimaraes
14135                 <fggdebian@yahoo.com.br>
14136
14137 2004-07-31 [colin]      0.9.12cvs39.9
14138
14139         * src/exphtmldlg.c
14140                 Fix compilation
14141
14142 2004-07-31 [colin]      0.9.12cvs39.8
14143
14144         * src/exphtmldlg.c
14145                 Fix an alertpanel type
14146
14147 2004-07-30 [colin]      0.9.12cvs39.7
14148
14149         * src/alertpanel.c
14150                 Fix alertpanel_error_log's icon
14151
14152 2004-07-30 [colin]      0.9.12cvs39.6
14153
14154         * src/pop.c
14155                 Two of them should still be warnings
14156
14157 2004-07-30 [colin]      0.9.12cvs39.5
14158
14159         * src/pop.c
14160                 More warning -> error
14161 2004-07-29 [colin]      0.9.12cvs39.4
14162
14163         * src/pop.c
14164                 Warning -> error
14165
14166 2004-07-29 [colin]      0.9.12cvs39.3
14167
14168         * src/prefs_matcher.c
14169                 Fix segfault
14170
14171 2004-07-29 [colin]      0.9.12cvs39.2
14172
14173         * src/alertpanel.c
14174                 More nice-looking alertpanels
14175
14176 2004-07-29 [colin]      0.9.12cvs39.1
14177
14178         * src/messageview.c
14179                 sync with head
14180                 (inform user when partial mail is deleted on server)
14181
14182 2004-07-29 [colin]      0.9.12cvs38.1
14183
14184         * src/messageview.c
14185                 sync with head
14186
14187 2004-07-28 [paul]       0.9.12cvs37.7
14188
14189         * src/mainwindow.c
14190                 complete the replacement of deprecated gtk_progress_*
14191
14192 2004-07-28 [paul]       0.9.12cvs37.6
14193
14194         * src/action.c
14195         * src/inc.c
14196         * src/mainwindow.c
14197         * src/send_message.c
14198         * src/gtk/progressdialog.c
14199         * src/gtk/progressdialog.h
14200                 replace deprecated gtk_progress_*
14201
14202 2004-07-28 [paul]       0.9.12cvs37.5
14203
14204         * src/gtk/filesel.c
14205                 remove gtk_window_set_wmclass()
14206 2004-07-28 [paul]       0.9.12cvs37.4
14207
14208         * src/addressbook.c
14209         * src/compose.c
14210         * src/foldersel.c
14211         * src/mainwindow.c
14212         * src/messageview.c
14213         * src/sourcewindow.c
14214         * src/gtk/logwindow.c
14215                 remove gtk_window_set_wmclass()
14216                 
14217         * src/prefs_filtering.c
14218         * src/prefs_filtering_action.c
14219         * src/prefs_fonts.c
14220         * src/prefs_gtk.c
14221         * src/prefs_matcher.c
14222         * src/ssl_manager.c
14223         * src/gtk/prefswindow.c
14224                 replace gtk_window_position()
14225
14226 2004-07-28 [colin]      0.9.12cvs37.3
14227
14228         * src/alertpanel.c
14229         * src/alertpanel.h
14230                 Add a way to specify panel type for specific
14231                 panels (alertpanel())
14232         * src/account.c
14233         * src/addressbook.c
14234         * src/compose.c
14235         * src/expldifdlg.c
14236         * src/main.c
14237         * src/messageview.c
14238         * src/summaryview.c
14239         * src/textview.c
14240         * src/gtk/sslcertwindow.c
14241                 Fix alertpanel()s so that their icon match
14242                 their real type
14243
14244 2004-07-28 [paul]       0.9.12cvs37.2
14245
14246         * src/addr_compl.c
14247         * src/addressbook.c
14248         * src/alertpanel.c
14249         * src/compose.c
14250         * src/export.c
14251         * src/foldersel.c
14252         * src/folderview.c
14253         * src/grouplistdialog.c
14254         * src/import.c
14255         * src/mainwindow.c
14256         * src/message_search.c
14257         * src/messageview.c
14258         * src/passphrase.c
14259         * src/prefs_actions.c
14260         * src/prefs_common.c
14261         * src/prefs_customheader.c
14262         * src/prefs_display_header.c
14263         * src/prefs_filtering.c
14264         * src/prefs_filtering_action.c
14265         * src/prefs_gtk.c
14266         * src/prefs_matcher.c
14267         * src/prefs_msg_colors.c
14268         * src/prefs_summary_column.c
14269         * src/prefs_template.c
14270         * src/sourcewindow.c
14271         * src/ssl_manager.c
14272         * src/summary_search.c
14273         * src/gtk/colorsel.c
14274         * src/gtk/description_window.c
14275         * src/gtk/gtkaspell.c
14276         * src/gtk/inputdialog.c
14277         * src/gtk/logwindow.c
14278         * src/gtk/prefswindow.c
14279         * src/gtk/progressdialog.c
14280                 replace deprecated gtk_window_set_policy
14281
14282 2004-07-27 [colin]      0.9.12cvs37.1
14283
14284         * src/msgcache.c
14285                 More fixes (synced for head again)
14286
14287 2004-07-27 [colin]      0.9.12cvs35.3
14288
14289         * src/msgcache.c
14290                 Fix wrong test
14291
14292 2004-07-27 [colin]      0.9.12cvs35.2
14293
14294         * src/mimeview.c
14295                 Fix width a bit (by Paul)
14296         * src/alertpanel.c
14297         * src/alertpanel.h
14298                 Specialize icons, make alertpanel_message()
14299                 private
14300         * src/message_search.c
14301         * src/sgpgme.c
14302         * src/summary_search.c
14303                 Suit alertpanel changes
14304
14305 2004-07-27 [colin]      0.9.12cvs35.1
14306
14307         * src/alertpanel.c
14308                 Add an icon
14309         * src/passphrase.c
14310                 Add debug output - maybe someone will
14311                 want to look at the problem with Grab
14312                 Input :)
14313         Bump version as we're synced with HEAD
14314
14315 2004-07-26 [colin]      0.9.12cvs33.26
14316
14317         * src/pop.c
14318                 Fix uidl-file parsing when not in new
14319                 format
14320
14321 2004-07-26 [colin]      0.9.12cvs33.25
14322
14323         * src/gtk/menu.c
14324                 Move popup menu up if necessary (fixes 
14325                 account selector)
14326         * src/mainwindow.c
14327                 Set account selector's button height to
14328                 minimum
14329
14330 2004-07-26 [colin]      0.9.12cvs33.24
14331
14332         * src/alertpanel.c
14333                 Maybe fix 551 (Truncated font in alert window)
14334
14335 2004-07-26 [colin]      0.9.12cvs33.23
14336
14337         * po/de.po
14338         * po/es.po
14339         * po/fr.po
14340         * po/it.po
14341         * po/ja.po
14342         * po/pl.po
14343         * po/ru.po
14344         * po/sk.po
14345         * po/sr.po
14346         * po/zh_CN.po
14347                 Sync po files with HEAD
14348
14349 2004-07-26 [paul]       0.9.12cvs33.22
14350
14351         * src/compose.c
14352                 fix Bug 556 'Organisation-header is sent even if empty'
14353
14354 2004-07-24 [colin]      0.9.12cvs33.21
14355
14356         * src/compose.c
14357         * src/gtk/gtkaspell.c
14358         * src/gtk/gtkaspell.h
14359                 Fix speller accelerators (require hack)
14360
14361 2004-07-24 [colin]      0.9.12cvs33.20
14362
14363         * src/gtk/gtkaspell.c
14364                 Fix over-eager code deletion breaking
14365                 Check while typing
14366
14367 2004-07-24 [colin]      0.9.12cvs33.19
14368
14369         * src/browseldap.c
14370         * src/ldapctrl.c
14371         * src/ldapctrl.h
14372         * src/ldapserver.h
14373                 Sync ldap with HEAD
14374         (Fixes 546 LDAP completely broken)
14375
14376 2004-07-24 [colin]      0.9.12cvs33.18
14377
14378         * src/prefs_msg_colors.c
14379                 Fix prototype mismatch
14380         (Fixes 547 void function cannot return value)
14381
14382 2004-07-24 [colin]      0.9.12cvs33.17
14383
14384         * src/mainwindow.c
14385                 Fix sort going back to previous sort key
14386                 when changing sort direction
14387
14388 2004-07-24 [colin]      0.9.12cvs33.16
14389
14390         * src/compose.c
14391                 Fix space insertion when re-wrapping at 
14392                 cursor point
14393
14394 2004-07-24 [colin]      0.9.12cvs33.15
14395
14396         * src/gtk/gtkaspell.c
14397                 Don't change cursor position in insert-text
14398                 callback
14399         (Fixes 539 Word wrapping on input transposes letters)
14400
14401 2004-07-24 [colin]      0.9.12cvs33.14
14402
14403         * src/gtk/gtkaspell.c
14404                 Reencode non-ascii chars to dictionary's
14405                 encoding
14406         (Fixes 544 Spell check broken non english locale)
14407
14408 2004-07-24 [colin]      0.9.12cvs33.13
14409
14410         * src/summaryview.c
14411                 Fix Shift+Down, add Home/End/PgUp/PgDown
14412
14413 2004-07-21 [colin]      0.9.12cvs33.12
14414
14415         * src/prefs_common.c
14416                 Fix a gtk warning (Patch by Andrej Kacian)
14417
14418 2004-07-21 [colin]      0.9.12cvs33.11
14419
14420         * src/gtk/filesel.c
14421                 More check
14422
14423 2004-07-21 [colin]      0.9.12cvs33.10
14424
14425         * src/compose.c
14426         * src/crash.c
14427         * src/export.c
14428         * src/import.c
14429         * src/messageview.c
14430         * src/mimeview.c
14431         * src/prefs_spelling.c
14432         * src/prefs_themes.c
14433         * src/summaryview.c
14434         * src/gtk/filesel.c
14435         * src/gtk/filesel.h
14436         * src/gtk/pluginwindow.c
14437                 Untwist open/save mode guessing logic, make
14438                 it explicit
14439
14440 2004-07-20 [colin]      0.9.12cvs33.9
14441
14442         * src/codeconv.c
14443                 conv_encode_header: src_charset is UTF-8 on
14444                 gtk2
14445         * src/compose.c
14446                 Remove double encoding of the headers
14447
14448 2004-07-20 [colin]      0.9.12cvs33.8
14449
14450         * src/codeconv.c
14451                 Fix typo
14452
14453 2004-07-20 [colin]      0.9.12cvs33.7
14454
14455         * src/mainwindow.c
14456                 Set the separated messageview to the saved
14457                 size of Claws' messageview (Patch by Alfons)
14458                 Fix a callback prototype (me)
14459
14460 2004-07-20 [colin]      0.9.12cvs33.6
14461
14462         * src/codeconv.h
14463                 Forgot one hunk in 0.9.12cvs33.4
14464
14465 2004-07-19 [colin]      0.9.12cvs33.5
14466
14467         * src/action.c
14468                 Action output fix
14469                 Patch by Alfons
14470
14471 2004-07-19 [colin]      0.9.12cvs33.4
14472
14473         * src/compose.c
14474                 Fix outgoing charset bug in headers
14475         * src/codeconv.c
14476                 Clean for glib2 - Patch by Alfons
14477
14478 2004-07-19 [colin]      0.9.12cvs33.3
14479
14480         * src/statusbar.c
14481                 Remove grip from the statusbar
14482                 Patch by Alfons
14483
14484 2004-07-19 [colin]      0.9.12cvs33.2
14485
14486         * src/messageview.c
14487         * src/textview.c
14488                 Fix messageview remembering the previous
14489                 scroll position when loading a new message
14490                 Patch by Alfons
14491
14492 2004-07-19 [colin]      0.9.12cvs33.1
14493
14494         * src/folder.h
14495         * src/folderview.c
14496         * src/summaryview.c
14497                 Sync with HEAD
14498
14499 2004-07-18 [colin]      0.9.12cvs32.7
14500
14501         * configure.ac
14502                 Remove useless check for XIM - noticed
14503                 by Alfons
14504
14505 2004-07-18 [colin]      0.9.12cvs32.6
14506
14507         * src/summaryview.c
14508                 Remove non-modified and shift-modified
14509                 accelerators in summaryview's popup
14510                 menu, as that doesn't get catched by
14511                 the accel-activate signal catcher...
14512
14513 2004-07-18 [colin]      0.9.12cvs32.5
14514
14515         * src/prefs_common.c
14516                 Define sensible default prefs for 
14517                 wrapping
14518
14519 2004-07-18 [colin]      0.9.12cvs32.4
14520
14521         * src/compose.c
14522         * src/prefs_common.c
14523         * src/prefs_common.h
14524         * src/prefs_wrapping.c
14525                 Remove Smart Wrapping pref, which does
14526                 nothing on gtk2 branch
14527
14528 2004-07-18 [colin]      0.9.12cvs32.3
14529
14530         * src/sourcewindow.c
14531                 Proper utf8
14532
14533 2004-07-18 [colin]      0.9.12cvs32.2
14534
14535         * src/compose.c
14536                 Save attachment status when drafting
14537
14538 2004-07-18 [colin]      0.9.12cvs32.1
14539
14540         * src/gtk/filesel.c
14541                 Fix erratic folder selection in open mode
14542
14543 2004-07-18 [colin]      0.9.12cvs31.11
14544
14545         * src/pop.c
14546                 Don't let partial messages get deleted
14547                 even with "dowload all"
14548                 (0.9.12cvs31.8 fix extension)
14549 2004-07-18 [colin]      0.9.12cvs31.10
14550
14551         * src/gtk/logwindow.c
14552                 Fix log scrolling
14553
14554 2004-07-18 [colin]      0.9.12cvs31.9
14555
14556         * src/common/utils.c
14557                 Fix non-utf8 strings coming from commands
14558                 and files
14559
14560 2004-07-18 [colin]      0.9.12cvs31.8
14561
14562         * src/pop.c
14563                 Fix partial download bug with Download all
14564                 messages option
14565
14566 2004-07-18 [colin]      0.9.12cvs31.7
14567
14568         * src/textview.c
14569                 Fix bug introduced in 0.9.12cvs31.2
14570                 (blocked in select mode after double click)
14571
14572 2004-07-18 [colin]      0.9.12cvs31.6
14573
14574         * src/compose.c
14575         * src/gtk/menu.c
14576                 More glib-warning fixes
14577
14578 2004-07-18 [colin]      0.9.12cvs31.5
14579
14580         * src/compose.c
14581                 Fix trashing the primary clipboard when moving 
14582                 around with tab
14583         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
14584
14585 2004-07-18 [colin]      0.9.12cvs31.4
14586
14587         * src/codeconv.c
14588                 convert unencoded iso headers to utf8
14589         (Fix Bug 538 Unencoded local characters in subject make it 
14590          disappear)
14591
14592 2004-07-18 [colin]      0.9.12cvs31.3
14593
14594         * src/compose.c
14595                 Fix tab char handling in wrapping
14596         (Fix Bug 537 Line wrap problem - TAB character treated as 
14597          one character instead of 8)
14598
14599 2004-07-18 [colin]      0.9.12cvs31.2
14600
14601         * src/textview.c
14602                 return FALSE on GDK_MOTION_NOTIFY
14603         (Fix Bug 535 Hyperlinks/addresses are not selectable 
14604          (unable to highlight))
14605
14606 2004-07-18 [colin]      0.9.12cvs31.1
14607
14608         * src/folderview.c
14609                 Sync with 0.9.12cvs31
14610
14611 2004-07-18 [colin]      0.9.12cvs30.4
14612
14613         * src/compose.c
14614                 Also block text_inserted when inserting a file
14615
14616 2004-07-18 [colin]      0.9.12cvs30.3
14617
14618         * src/compose.c
14619                 Fix smart wrapping (block text_inserted handler
14620                 while putting quotation to avoid wrap on input,
14621                 don't join lines if next is sig separator)
14622
14623 2004-07-17 [colin]      0.9.12cvs30.2
14624
14625         * src/folderview.c
14626         * src/mainwindow.c
14627         * src/mimeview.c
14628         * src/summaryview.c
14629         * src/gtk/quicksearch.c
14630         * src/gtk/quicksearch.h
14631                 Block key events handlers *and* accels while
14632                 quicksearch is focused
14633         (Fixes Bug 534 quick-search bar not accepting certain letters)
14634
14635 2004-07-17 [colin]      0.9.12cvs30.1
14636
14637         * src/folder.h
14638         * src/folderview.c
14639         * src/summaryview.c
14640                 Sync with 0.9.12cvs30
14641
14642 2004-07-17 [colin]      0.9.12cvs28.2
14643
14644         * src/mimeview.c
14645         * src/procmime.c
14646         * src/summaryview.c
14647         * src/gtk/menu.c
14648                 Squash some compile and glib warnings
14649
14650 2004-07-17 [paul]       0.9.12cvs28.1
14651
14652         * src/mimeview.c
14653                 sync with 0.9.12cvs28 HEAD
14654
14655 2004-07-16 [paul]       0.9.12cvs26.1
14656         
14657         * src/gtk/quicksearch.c
14658         * src/account.c
14659         * src/account.h
14660         * src/compose.c
14661         * src/customheader.c
14662         * src/folder_item_prefs.c
14663         * src/main.c
14664         * src/mainwindow.c
14665         * src/messageview.c
14666         * src/mimeview.c
14667         * src/news.c
14668         * src/pgpmime.c
14669         * src/pop.c
14670         * src/pop.h
14671         * src/prefs_account.c
14672         * src/prefs_account.h
14673         * src/prefs_common.c
14674         * src/prefs_common.h
14675         * src/prefs_display_header.c
14676         * src/prefs_gtk.c
14677         * src/prefs_gtk.h
14678         * src/procheader.c
14679         * src/procmime.c
14680                 sync with 0.9.12cvs26 HEAD      
14681
14682 2004-07-15 [colin]      0.9.12cvs18.14
14683
14684         * src/folder.c
14685                 Disable GPG signature check during
14686                 folder move and scan
14687         (Closes Bug 521 Signature checking slows down Folder-Move)
14688
14689 2004-07-14 [colin]      0.9.12cvs18.13
14690
14691         * src/common/partial_download.c
14692                 update includes
14693
14694 2004-07-14 [colin]      0.9.12cvs18.12
14695
14696         * src/common/partial_download.c
14697         * src/common/partial_download.h
14698                 Move doc at top, add correct copyright
14699
14700 2004-07-14 [colin]      0.9.12cvs18.11
14701
14702         * src/folder.c
14703         * src/messageview.c
14704         * src/pop.c
14705         * src/pop.h
14706         * src/procmsg.c
14707         * src/summaryview.c
14708         * src/common/Makefile.am
14709         * src/common/partial_download.c ** NEW FILES **
14710         * src/common/partial_download.h ** NEW FILES **
14711                 Move partial-download related stuff to its
14712                 own file
14713
14714 2004-07-14 [colin]      0.9.12cvs18.10
14715
14716         * src/send_message.c
14717                 Fix smtp auth when user is null or empty
14718
14719 2004-07-13 [colin]      0.9.12cvs18.9
14720
14721         * src/gtk/quicksearch.c
14722                 Use alphabetic order
14723
14724 2004-07-13 [colin]      0.9.12cvs18.8
14725
14726         * src/pop.c
14727                 Be paranoid on the checks
14728
14729 2004-07-13 [colin]      0.9.12cvs18.7
14730
14731         * src/gtk/quicksearch.c
14732                 Fix Engrish once again
14733
14734 2004-07-13 [colin]      0.9.12cvs18.6
14735
14736         * src/procmsg.c
14737         * src/summaryview.c
14738                 Mark messages for deletion when they are about to
14739                 be removed from trash
14740
14741 2004-07-13 [colin]      0.9.12cvs18.5
14742
14743         * src/matcher.c
14744         * src/matcher.h
14745         * src/matcher_parser_parse.y
14746         * src/prefs_matcher.c
14747         * src/gtk/quicksearch.c
14748                 Add 'partial' ('p') match string to find partially
14749                 downloaded messages
14750
14751 2004-07-13 [colin]      0.9.12cvs18.4
14752
14753         * src/pop.c
14754                 Fix misplaced block
14755
14756 2004-07-13 [colin]      0.9.12cvs18.3
14757
14758         * src/pop.c
14759         * src/pop.h
14760         * src/messageview.c
14761                 Refactor API (to avoid passing 5+ params and code
14762                 duplication)
14763         * src/folder.c
14764         * src/msgcache.c
14765         * src/procheader.c
14766         * src/common/defs.h
14767                 Add planned_download to cache
14768                 Don't mess uidl file when moving partially downloaded
14769                 mails (they change folder, we should change it in the
14770                 uidl list too or we'll remove an incorrect message)
14771                 (this also helps removing hacks when changing 
14772                 planned_download in messageview.c)
14773
14774 2004-07-12 [colin]      0.9.12cvs18.2
14775
14776         * src/gtk/quicksearch.c
14777                 Fix missing status update in quicksearch
14778
14779 2004-07-12 [paul]       0.9.12cvs18.1
14780
14781         * po/POTFILES.in
14782         * src/Makefile.am
14783         * src/account.c
14784         * src/codeconv.c
14785         * src/compose.c
14786         * src/inc.c
14787         * src/main.c
14788         * src/prefs_common.c
14789         * src/procmsg.h
14790         * src/toolbar.c
14791         * src/prefs_msg_colors.[ch]     ** NEW FILES **
14792         * src/prefs_wrapping.[ch]       ** NEW FILES **
14793         * src/common/intl.h
14794         * src/common/utils.[ch]
14795         * src/gtk/quicksearch.[ch]
14796                 sync with 0.9.12cvs18 HEAD
14797
14798 2004-07-12 [colin]      0.9.11cvs17.25
14799
14800         * src/folder.c
14801         * src/folder.h
14802                 Remove unused function added by me in 0.9.11cvs17.10
14803
14804 2004-07-11 [colin]      0.9.11cvs17.24
14805
14806         * src/inc.c
14807         * src/messageview.c
14808         * src/pop.c
14809         * src/pop.h
14810                 Use folderitem and msgnum instead of filename to
14811                 know which mail to delete
14812                 Move old partial mail deletion to pop.c
14813
14814 2004-07-10 [colin]      0.9.11cvs17.23
14815
14816         * src/inc.c
14817                 Add debug
14818         * src/pop.c
14819         * src/pop.h
14820                 Don't re-use same enums for unrelated stuff: it's 
14821                 completely misleading !
14822                 Document a bit
14823
14824 2004-07-09 [colin]      0.9.11cvs17.22
14825
14826         * src/inc.c
14827                 Remove folder-type check and do
14828                 more tests to be sure everything's
14829                 ok
14830         * src/messageview.c
14831                 Punctuation update, remove useless
14832                 code, fix two warnings
14833         * src/noticeview.c
14834                 Layout cleaning, reset 2nd button
14835                 when specifying one
14836
14837 2004-07-09 [colin]      0.9.11cvs17.21
14838
14839         * src/messageview.c
14840         * src/pop.c
14841         * src/pop.h
14842                 Allow user to change his mind
14843                 and postpone decision (by
14844                 unmarking the mail)
14845
14846 2004-07-09 [colin]      0.9.11cvs17.20
14847
14848         * src/messageview.c
14849                 Fix bug with delete state
14850         * src/pop.c
14851         * src/pop.h
14852                 Fix buffer leak (fread doesn't 
14853                 terminate buffers with \0)
14854                 Refactoring (remove magic 
14855                 numbers)
14856
14857 2004-07-09 [colin]      0.9.11cvs17.19
14858
14859         * src/pop.c
14860                 Don't log "Skipping message" if 
14861                 we're going to TOP it two lines
14862                 later
14863
14864 2004-07-09 [colin]      0.9.11cvs17.18
14865
14866         * src/messageview.c
14867                 Fix Engrish
14868
14869 2004-07-09 [colin]      0.9.11cvs17.17
14870
14871         * src/pop.c
14872                 strlen checking...
14873         * src/messageview.c
14874                 refactoring a bit
14875
14876 2004-07-08 [colin]      0.9.11cvs17.16
14877
14878         * src/noticeview.c
14879         * src/noticeview.h
14880                 Add an optional second button
14881         * src/messageview.c
14882         * src/pop.c
14883         * src/pop.h
14884                 Don't delete partially received mails after a certain
14885                 time; rather, let the user decide.
14886
14887 2004-07-08 [colin]      0.9.11cvs17.15
14888
14889         * src/common/smtp.h
14890                 Sync with HEAD
14891
14892 2004-07-08 [colin]      0.9.11cvs17.14
14893
14894         * src/messageview.c
14895         * src/common/smtp.c
14896                 Use to_human_readable() for sizes
14897
14898 2004-07-08 [colin]      0.9.11cvs17.13
14899
14900         * src/inc.c
14901         * src/messageview.c
14902         * src/pop.c
14903         * src/pop.h
14904         * src/procmsg.c
14905                 Fix partial-downloading issues:
14906                         catch unsupported TOP
14907                         don't delete partially downloaded mails before 5 days
14908                         don't update existing with non-MH folders; that'll
14909                         make dups, but it's better than trashing the folder
14910                         free new msginfo parts
14911                 Fix indentation ;-)
14912
14913 2004-07-08 [colin]      0.9.11cvs17.12
14914
14915         * src/common/smtp.c
14916         * src/common/smtp.h
14917                 Sync smtp size verification with HEAD
14918
14919 2004-07-08 [colin]      0.9.11cvs17.11
14920
14921         * src/summaryview.c
14922         * src/prefs_common.c
14923         * src/prefs_common.h
14924         * src/gtk/quicksearch.c
14925         * src/gtk/quicksearch.h
14926                 Sync sticky pref with HEAD
14927
14928 2004-07-08 [colin]      0.9.11cvs17.10
14929
14930         * src/folder.c [1.213.2.6]
14931         * src/folder.h [1.87.2.6]
14932         * src/inc.c [1.149.2.7]
14933         * src/messageview.c [1.94.2.8]
14934         * src/procheader.c [1.47.2.6]
14935         * src/procmsg.c [1.150.2.4]
14936         * src/procmsg.h [1.60.2.5]
14937         * src/pop.c [1.56.2.4]
14938         * src/pop.h [1.17.2.3]
14939                 Let too big messages get downloaded, but truncated
14940                 Add a button to download them completely
14941                 
14942 2004-07-06 [colin]      0.9.11cvs17.9
14943
14944         * src/gtk/quicksearch.c [1.1.2.3]
14945                 Add a Clear button
14946         * commitHelper
14947         * PATCHSETS
14948                 Add a script to help with cvs
14949
14950 2004-07-03 [colin]      0.9.11cvs17.8
14951
14952         * src/plugins/imageviewer/viewer.c
14953                 fix imageviewer (which was staying on the first
14954                 displayed image)
14955
14956 2004-07-03 [colin]      0.9.11cvs17.7
14957
14958         Removed FIXME_GTK2 warnings
14959         * src/gtk/gtkutils.c
14960                 useless #warnings
14961         * src/gtk/menu.c
14962                 useless #warnings (no need to mess with menu rc)
14963         * src/gtk/menu.h
14964                 unused functions
14965         
14966
14967 2004-07-03 [colin]      0.9.11cvs17.6
14968
14969         Removed FIXME_GTK2 warnings
14970         * src/codeconv.c
14971                 useless #warnings (rewrite needed)
14972         * src/compose.c
14973                 useless #warnings (rewrite needed)
14974                 useless #warnings (gtk2 is like that)
14975                 useless #warnings (previously fixed)
14976         * src/main.c
14977                 useless #warnings (previously fixed)
14978         * src/message_search.c
14979                 useless #warnings (gtk2 is like that)
14980                 Made apparent that search is case-sensitive
14981         * src/mimeview.c
14982                 useless #warnings (rewrite needed)
14983                 useless #warnings (gtk2 is like that)
14984                 reimplemented real warnings
14985         * src/prefs_common.c
14986                 Removed block cursor option (not it gtk2)
14987         * src/prefs_gtk.c
14988                 useless #warnings (rewrite needed)
14989         * src/procheader.c
14990                 useless #warnings (rewrite needed)
14991         * src/sourcewindow.c
14992                 useless #warnings (incorrect placing)
14993         * src/summary_search.c
14994                 useless #warnings (gtk2 is like that)
14995                 Made apparent that search is case-sensitive
14996         * src/action.c
14997                 useless #warnings (gtk2 is like that)
14998         * src/textview.c
14999                 useless #warnings (rewrite needed)
15000         * src/toolbar.c
15001                 useless #warnings (rewrite needed)
15002
15003 2004-07-03 [colin]      0.9.11cvs17.5
15004
15005         * src/textview.c
15006                 Fix mismerge which broke URI opening
15007                 
15008 2004-07-01 [colin]      0.9.11cvs17.4
15009
15010         * src/gtk/filesel.c
15011                 Fill filename when saving
15012                 
15013 2004-06-27 [colin]      0.9.11cvs17.3
15014
15015         * src/gtk/filesel.[ch]
15016                 Use the new GTK file selector
15017                 Update prototype to match the reality: multiple file
15018                 selection is open-only          
15019         * src/compose.c
15020                 Match the new prototypes        
15021         * configure.ac
15022                 Match the new requirements (gtk 2.4.0)
15023                         
15024 2004-06-26 [colin]      0.9.11cvs17.2
15025
15026         * src/plugins/trayicon/trayicon.c
15027                 Remove useless signal handler on resize, which causes
15028                 an infinite "loop"
15029         
15030 2004-06-26 [colin]      0.9.11cvs17.1
15031         
15032         * tools/Makefile.am
15033                 remove launch_firebird and add nautilus2sylpheed.sh
15034         * src/quicksearch.c
15035           src/summaryview.c
15036                 Fix show/hide "Extended symbols" button problem
15037                 Fix apparition at startup
15038                 Fix const warnings
15039         * src/plugins/image_viewer/Makefile.am
15040                 Fix configure 
15041         * common/ssl.c
15042                 Re-enable certificate check, as it doesn't seem to
15043                 cause Xlib errors anymore
15044
15045 2004-06-25 [paul]       0.9.11cvs17
15046
15047         * sync with 0.9.11cvs17 HEAD
15048         
15049         NOTE: QuickSearch is broken
15050
15051 2004-06-07 [colin]      0.9.10claws67.10
15052         * src/plugins/trayicon/trayicon.c
15053           src/plugins/trayicon/libeggtrayicon/Makefile.am
15054           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15055                 Fix gettextization in trayicon plugin
15056
15057 2004-06-07 [colin]      0.9.10claws67.9
15058         
15059         * src/summaryview.c
15060           src/gtk/gtksctree.[ch]
15061                 Let Shift+{Up,Down} work in summaryview
15062                 (well, Down "works" and Up works)
15063                 Let the list scroll when using these keys
15064
15065 2004-06-06 [colin]      0.9.10claws67.8
15066
15067         * src/plugins/trayicon/trayicon.c
15068                 Fix pixmap update
15069
15070 2004-06-06 [colin]      0.9.10claws67.7
15071
15072         * src/addressbook.c
15073                 Fix signal handling causing system-wide focus grab
15074
15075 2004-05-25 [paul]       0.9.10claws67.6
15076
15077         * Makefile.am
15078           src/Makefile.am
15079                 clean up
15080
15081 2004-05-25 [paul]       0.9.10claws67.5
15082
15083         * replace deprecated gtk_signal... functions
15084
15085 2004-05-23 [colin]      0.9.10claws67.4
15086
15087         * src/compose.c
15088                 Fix wrapping
15089
15090 2004-05-22 [colin]      0.9.10claws67.3
15091
15092         * src/compose.c
15093                 Re-fix [Edited] in compose.c::compose_reedit()
15094
15095 2004-05-22 [colin]      0.9.10claws67.2
15096
15097         * src/procmime.c
15098                 Fix parsing of multiparts mails
15099
15100 2004-05-22 [colin]      0.9.10claws67.1
15101
15102         * src/summaryview.c
15103                 Fix quicksearch
15104
15105 2004-05-22 [paul]       0.9.10claws67
15106
15107         * sync with 0.9.10claws67 HEAD
15108
15109 2004-05-14 [alfons]
15110
15111         * src/procmime.h
15112                 add forgotton prototype
15113
15114 2004-05-10 [paul]       0.9.10claws57
15115
15116         * sync with 0.9.10claws57 HEAD
15117
15118 2004-05-05 [paul]       0.9.9.claws1
15119
15120         * ChangeLog-gtk2        ** REMOVED **
15121           ChangeLog-gtk2.claws  ** ADDED **
15122                 rename and adopt the normal claws format
15123                 
15124         * configure.ac
15125                 require gtkmathview >= 0.5
15126
15127         * ac/*                          ** REMOVED **
15128           ac/                           ** REMOVED **
15129           intl/Makefile.in              ** REMOVED **
15130           m4/                           ** ADDED **
15131           m4/missing                    ** ADDED **
15132           m4/missing/gdk-pixbuf.m4      ** ADDED **
15133           m4/missing/gettext.m4         ** ADDED **
15134           m4/missing/gpgme.m4           ** ADDED **
15135           m4/missing/imlib.m4           ** ADDED **
15136           m4/.cvsignore                 ** ADDED **
15137           m4/Makefile.am                ** ADDED **
15138           m4/README                     ** ADDED **
15139           m4/aclocal-include.m4         ** ADDED **
15140           m4/aspell.m4                  ** ADDED **
15141           m4/check-type.m4              ** ADDED **
15142           m4/gnupg-check-typedef.m4     ** ADDED **
15143           m4/openssl.m4                 ** ADDED **
15144           m4/spamassassin.m4            ** ADDED **
15145           po/ChangeLog                  ** REMOVED **
15146           po/Makefile.in.in             ** REMOVED **
15147           po/Rules-quot                 ** REMOVED **
15148           po/boldquot.sed               ** REMOVED **
15149           po/en@boldquot.header         ** REMOVED **
15150           po/en@quot.header             ** REMOVED **
15151           po/insert-header.sin          ** REMOVED **
15152           po/quot.sed                   ** REMOVED **
15153           po/remove-potcdate.sed        ** REMOVED **
15154           po/remove-potcdate.sin        ** REMOVED **
15155           po/stamp-po                   ** REMOVED **
15156           Makefile.am
15157           autogen.sh
15158           configure.ac
15159                 enable building with automake 1.8.x
15160                 add 'autopoint --force' to autogen.sh and remove all
15161                 auto-generated files, remove ac/ directory and use
15162                 m4/ directory instead
15163                 
15164         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15165                 fix gettextization
15166
15167 2004-02-28 Colin Leroy <colin@colino.net>
15168         * src/prefs_matcher.c
15169           src/prefs_filtering.c
15170           src/prefs_filtering_action.c
15171                 Fix non-editable GtkEntries
15172
15173 2004-02-22 Thorsten Maerz <torte@netztorte.de>
15174         * src/prefs_themes.c
15175                 utf8 conversion for theme info
15176
15177 2004-02-21 Thorsten Maerz <torte@netztorte.de>
15178         * sync 0.9.9claws
15179
15180 2004-02-14 Thorsten Maerz <torte@netztorte.de>
15181         * src/grouplistdialog.c
15182                 allow multiple selections without ctrl key
15183
15184 2004-02-09 Thorsten Maerz <torte@netztorte.de>
15185         * src/main.c
15186                 enable customizable accelerators
15187
15188 2004-02-08 Thorsten Maerz <torte@netztorte.de>
15189         * src/prefs_common.c
15190                 re-enable different font settings for gtk1/2
15191         * src/prefs_folder_item.c
15192                 fix folder prefs displayed wrong
15193         * src/textview.c
15194                 set 'sunken' shadow type
15195
15196 2004-02-07 Colin Leroy <colin@colino.net>
15197         * src/compose.c
15198                 Fix message being always [Edited]
15199                 Encode headers correctly (utf8 buf)
15200
15201 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15202         * src/socket.c
15203                 remove double g_source_attach()
15204                 (Thanks to Colin Leroy)
15205
15206 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15207         * src/gtk/gtksctree.c
15208                 Fix SSL certificate list not shown
15209         * src/mimeview.c
15210                 Fix clicks in mime tree
15211
15212 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15213         * src/common/socket.c
15214                 Fix SSL receive
15215         * src/compose.c
15216                 Fix clipboard menu hotkeys
15217
15218 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15219         * src/gtk/gtkaspell.[ch]
15220           src/compose.c
15221                 reimplement spellchecker
15222
15223 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15224         * src/gtk/filesel.c
15225                 crash when inserting file in compose window
15226                 (TODO: keep old selection on clicks)
15227         * src/main.c
15228                 use gtkrc-2.0 instead of gtkrc
15229
15230 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15231         * src/messageview.c
15232                 remove orphaned mimeview unref()
15233
15234 2004-01-20 Thorsten Maerz <torte@netztorte.de>
15235         * src/grouplistdialog.c
15236                 expand nodes containing subscribed groups
15237
15238 2004-01-19 Thorsten Maerz <torte@netztorte.de>
15239         * src/textview.c
15240                 textview: hide cursor, restore old click behaviour
15241
15242 2004-01-18 Thorsten Maerz <torte@netztorte.de>
15243         * src/textview.c
15244                 variable names messed up
15245
15246 2004-01-17 Colin Leroy <colin@colino.net>
15247         * src/addr_compl.c
15248                 Fix completion address too thin
15249         * src/compose.c
15250                 Fix tab-to-subject behaviour
15251         * src/summaryview.c
15252                 Implement key up & down in summaryview
15253
15254 2004-01-12 Thorsten Maerz <torte@netztorte.de>
15255
15256         * sync 098claws
15257
15258 2004-01-08 Thorsten Maerz <torte@netztorte.de>
15259         * configure.ac
15260           Makefile.am
15261           doc/.cvsignore
15262           doc/Makefile.am
15263                 faq, man, manual moved to doc/
15264         * ac/aspell.m4
15265           ac/check-type.m4
15266           ac/gnupg-check-typedef.m4
15267           ac/openssl.m4
15268           ac/spamassassin.m4
15269           ac/missing/gdk-pixbuf.m4
15270           ac/missing/gpgme.m4
15271           ac/missing/imlib.m4
15272                 fix automake warnings
15273
15274 2003-12-06 Colin Leroy <colin@colino.net>
15275         * src/summaryview.c
15276                 Fix quicksearch
15277
15278 2003-12-05 Colin Leroy <colin@colino.net>
15279         * src/summaryview.c
15280                 Fix going to next unread folder
15281
15282 2003-12-05 Colin Leroy <colin@colino.net>
15283         * src/crash.c
15284                 Fix gtk2 compilation
15285         * src/session.c
15286                 Remove iotag source handler at disconnection
15287         * src/socket.[ch] 
15288                 Remove source handler when closing socket 
15289                 (fixes another seg)
15290
15291 2003-12-04 Colin Leroy <colin@colino.net>
15292         * src/compose.c
15293           src/prefs_account.c
15294           src/prefs_common.c
15295                 Fix some dropdown menus
15296
15297 2003-12-04 Colin Leroy <colin@colino.net>
15298         * src/compose.c
15299                 Fix event handlers on header fields
15300         * src/common/socket.c
15301           src/common/session.c
15302                 Fix segfault with callback (SSL)
15303                 Fix end of session 
15304
15305 2003-10-06 Thorsten Maerz <torte@netztorte.de>
15306
15307         * Fix compile bug in src/compose.c
15308         * removed src/gtk/gtkstext.[ch]
15309
15310 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
15311
15312         * Convert character set and escape "text" attributes in toolbar setting
15313         files.
15314         * Fixed bug in button-press-event handling.
15315
15316 2003-09-16 Thorsten Maerz <torte@netztorte.de>
15317
15318         * Fixed bug in key-press-event handling.
15319
15320 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
15321
15322         * Enabled to compile tray-icon plugin (Ad-hoc).
15323         * Avoid hang up bug of icon list in mime view (Ad-hoc).
15324
15325 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
15326
15327         * Enabled to compile on sylpheed-claws.
15328         (tray-icon plugin still cannot compile yet.)
15329
15330 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
15331
15332         * Updated to 0.9.5.
15333
15334 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
15335
15336         * Updated to 0.9.4.
15337         * Ported monitoring SSL mechanism to GSource of GLib2
15338         (I don't confirm it)
15339         * Added _gtk2 suffix to key name of font preference to avoid
15340         ovverwriting preference of Gtk+-1.2 version.
15341
15342 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
15343
15344         * Updated to 0.9.2.
15345
15346 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
15347
15348         * Updated to 0.9.1.
15349         * Translate po files into UTF-8 when execute autogen.sh.
15350
15351 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
15352
15353         * Updated to 0.9.0.
15354
15355 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
15356
15357         * Plugged GError related memory leaks.
15358
15359 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
15360
15361         * Changed default size of fonts.
15362         * Enabled to set titile font size of warning dialog.
15363
15364 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
15365
15366         * Embed a sylpheed icon into executable binary on Windows.
15367
15368 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
15369
15370         * I forgot to traslate character set of element string in src/xml.c.
15371
15372 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
15373
15374         * Fixed detecting bind_textdomain_codeset in configure.in.
15375         * The bug in which "Example" of "Date fromat" preference isn't displayed
15376         correctly has been fixed.
15377
15378 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
15379
15380         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
15381           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
15382           glib-gettextize
15383           Removed intl directory.
15384           Translated po files into UTF-8.
15385           (Thanks! Ryuji Abe)
15386
15387 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
15388
15389         * The bug which doesn't unscape string in xml.c has been fixed.
15390
15391 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
15392
15393         * The bug which is failed to translate encoding of file name thorough
15394         file dialog has been fixed.
15395
15396 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
15397
15398         * Modified to translate file names which is used in inporting/expoting
15399         mbox feature and "Save as" feature into locale encoding.
15400         * Translate file names into locale encoding when "Attache file" and
15401         "Insert file".
15402         * Force set G_BROKEN_FILENAMES environment variable.
15403         * Other minor fixes.
15404
15405 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
15406
15407         * Modified to treat MH folder's name as locale encoding.
15408
15409 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
15410
15411         * The bug which clash on switching candidates of auto completion of
15412         addresses, cannot use auto completion in Japanesse is fixed
15413         (Thanks! Tokunaga-san)¡¥
15414
15415 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15416
15417         * The bug which cannot switch key accelerator preference has been fixed
15418         (Thanks! smbd-san)¡¥
15419
15420 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15421
15422         * version 0.8.11-gtk2-20030314
15423
15424 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15425
15426         * The bug in which character set conversion of filtering messages has
15427         been fixed.(Thanks! COCOA-san).
15428
15429 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
15430
15431         * Revived "Leave space on head" preference in "Message" category.
15432         * A bug which clash when put the cursor to end of buffer and execute
15433         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
15434
15435 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15436
15437         * version 0.8.11-gtk2-20030312
15438
15439 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15440
15441         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
15442         * Modified to use Pango's API directly for font preference.
15443         * Integrated GtkTextView of textview to one widget.
15444         * Set fonts of header title in textview by "header_title" tag.
15445         * Removed some deprecated codes.
15446
15447 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
15448
15449         * Updated to 0.8.11.
15450         * Merged cygwin patch(Thanks! Sakai-san).
15451
15452 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
15453
15454         * version 0.8.10-gtk2-20030309