dfe7186462ee1a76fc1f4bc157d331e1643c0013
[claws.git] / ChangeLog
1 2006-06-15 [cleroy]     2.3.0cvs13
2
3         * src/folder.c
4                 Probably fix Bug #969 (crash on rebuilding 
5                 imap folder)
6
7 2006-06-14 [colin]      2.3.0cvs12
8
9         * manual/dtd/manual.xsl
10         * manual/sylpheed-claws-manual.xml
11         * manual/fr/sylpheed-claws-manual.xml
12         * manual/pl/sylpheed-claws-manual.xml
13                 Insert pagebreaks between sections
14
15 2006-06-14 [paul]       2.3.0cvs11
16
17         * configure.ac
18                 better fix than 2.3.0cvs10
19
20 2006-06-14 [paul]       2.3.0cvs10
21
22         * configure.ac
23                 fix setting of PACKAGE_DATA_DIR with newer autoconf
24                 (backwards compatible)
25
26 2006-06-13 [colin]      2.3.0cvs9
27
28         * src/messageview.c
29                 Fix sending of return receipt with the new queue folders
30
31 2006-06-13 [wwp]        2.3.0cvs8
32
33         * src/quote_fmt_lex.l
34                 fix wrong tokens returned in quote_fmt lexer, query not().
35
36 2006-06-13 [wwp]        2.3.0cvs7
37
38         * src/folder.c
39         * src/prefs_folder_item.c
40                 allow changing folder type even when folder is not a top-level one,
41                 thanks to Colin.
42
43 2006-06-12 [colin]      2.3.0cvs6
44
45         * src/folderview.c
46                 Fix double-ask of "Do you want to mark all
47                 as read"
48
49 2006-06-12 [colin]      2.3.0cvs5
50
51         * src/compose.c
52         * src/compose.h
53         * src/folder.c
54         * src/folder.h
55         * src/imap.c
56         * src/inc.c
57         * src/main.c
58         * src/messageview.c
59         * src/mh.c
60         * src/prefs_folder_item.c
61         * src/procheader.c
62         * src/procmime.c
63         * src/procmsg.c
64         * src/procmsg.h
65         * src/send_message.c
66         * src/summaryview.c
67         * src/toolbar.c
68                 Apply bug #964's patch (Queue and drafts aren't normal)
69                 The Drafts and Queue folder now contain RFC-822 files,
70                 allowing to move and copy mails from and to these 
71                 folders. Moving from Drafts to Queue will prepare the
72                 mail for sending (PGP signature, encryption, etc).
73                 This patch also rework sending errors handling to try
74                 to be more helpful.
75                 Also, allow redefining folder types via the GUI 
76                 (Folder type in its Properties)
77
78 2006-06-12 [colin]      2.3.0cvs4
79
80         * src/summaryview.c
81         * src/prefs_common.c
82         * src/prefs_common.h
83         * src/gedit-print.c
84                 Allow to define a specific print font - patch
85                 by Bernhard Walle <bernhard.walle@gmx.de>
86         * src/prefs_fonts.c
87         * manual/advanced.xml
88         * manual/fr/advanced.xml
89                 Add a hidden pref to allow deletion without
90                 confirmation
91
92 2006-06-12 [wwp]        2.3.0cvs3
93
94         * .cvsignore
95                 more files to ignore.
96
97 2006-06-12 [wwp]        2.3.0cvs2
98
99         * src/quote_fmt.c
100         * src/quote_fmt_lex.l
101         * src/quote_fmt_parse.y
102                 extend the quote_fmt parser (templates and quotes):
103                 - allow limited sub-expressions in |p{} and |f{} expressions,
104                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
105                 - implemented/fixed missing implementation of query_references and show_references,
106                 - completed, fixed contents and format of the symbols help dialog,
107                 - fix some compilation warnings.
108
109 2006-06-12 [wwp]        2.3.0cvs1
110
111         * manual/advanced.xml
112         * manual/fr/advanced.xml
113                 updates in the "templates" section of the manual (eng/fr):
114                  - be more precise (both versions)
115                  - completed to match the english reference (fr version)
116                  - touchups (both versions)
117
118 2006-06-12 [paul]       2.3.0
119
120         2.3.0 released
121
122 2006-06-12 [paul]       2.2.3cvs14
123
124         * po/ca.po
125         * po/cs.po
126         * po/de.po
127         * po/el.po
128         * po/fr.po
129         * po/it.po
130         * po/pt_BR.po
131         * po/sr.po
132         * po/zh_CN.po
133                 updated by Miquel Oliete, Tim, Stephan Sachse,
134                 Stavros Giannouris, Fabien Vantard, Andrea
135                 Spadaccini, Frederico Goncalves Guimaraes,
136                 Aleksandar Urosevic, and Ralgh Young
137
138 2006-06-12 [colin]      2.2.3cvs13
139
140         * src/mbox.c
141                 Add missing header
142
143 2006-06-11 [colin]      2.2.3cvs12
144
145         * src/msgcache.c
146                 Verify that g_malloc() succeeded
147
148 2006-06-11 [colin]      2.2.3cvs11
149
150         * src/wizard.c
151                 Add Face header to welcome mail
152
153 2006-06-10 [colin]      2.2.3cvs10
154
155         * src/textview.c
156                 Revert previous (Forgot it changes the
157                 margin on the whole mail)
158
159 2006-06-10 [colin]      2.2.3cvs9
160
161         * src/textview.c
162                 Don't overlap long headers under (X-)Face
163
164 2006-06-10 [mones]      2.2.3cvs8
165
166         * manual/xml2pdf
167                 allow generation of manual on systems lacking saxon binary
168                 but with java and the saxon library installed
169
170         * po/es.po
171                 updated for release
172
173 2006-06-09 [colin]      2.2.3cvs7
174
175         * src/summaryview.c
176                 Fix leak when using Display Sender using Addressbook
177
178 2006-06-09 [colin]      2.2.3cvs6
179
180         * src/compose.c
181         * src/folder.c
182         * src/folderview.c
183         * src/mimeview.c
184         * src/summaryview.c
185                 More leaks fixes
186
187 2006-06-09 [paul]       2.2.3cvs5
188
189         * AUTHORS
190         * src/gtk/authors.h
191         * tools/claws.i18n.status.pl
192                 updated with new info
193
194 2006-06-09 [paul]       2.2.3cvs4
195
196         * README
197                 updated
198         * manual/ack.xml
199                 add wwp to authors list
200         * src/gtk/authors.h
201                 update mine and Colin's addresses
202
203 2006-06-08 [colin]      2.2.3cvs3
204
205         * src/etpan/imap-thread.c
206                 Fix leak on SSL cert check
207
208 2006-06-08 [colin]      2.2.3cvs2
209
210         * src/common/utils.c
211                 Fix leak
212
213 2006-06-08 [paul]       2.2.3cvs1
214
215         * configure.ac
216                 Update version number following
217                 stable release
218
219 2006-06-07 [colin]      2.2.2cvs3
220
221         * src/msgcache.c
222                 Fix catching cache read errors (guint instead of gint)
223                 Prevent malloc'ing more than 8MB (means cache corruption)
224
225 2006-06-07 [paul]       2.2.2cvs2
226
227         * src/exporthtml.c
228         * src/exportldif.c
229         * src/mh.c
230         * src/mutt.c
231         * src/pine.c
232         * src/common/utils.c
233                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
234                 obey $HOME'
235                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
236                 Thanks to Colin
237
238 2006-06-06 [paul]       2.2.2cvs1
239
240         * configure.ac
241                 Update version number following
242                 stable release
243
244 2006-06-06 [paul]       2.2.1cvs6
245
246         * src/matcher.c
247                 fix  implicit declaration of
248                 sylpheed_do_idle()
249                 Patch by Fabien Vantard
250
251 2006-06-06 [paul]       2.2.1cvs5
252
253         * src/matcher.c
254                 fix age_greater and age_lower so that they
255                 mean what say and not '...or equal to'
256                 Thanks to Colin
257
258 2006-06-06 [paul]       2.2.1cvs4
259
260         * src/textview.c
261         * src/common/utils.c
262                 fix URI check
263                 Thanks to Colin
264
265 2006-06-05 [wwp]        2.2.1cvs3
266
267         * manual/fr/account.xml
268                 minor language fixes (thanks to Fabien Vantard).
269
270 2006-06-05 [colin]      2.2.1cvs2
271
272         * src/prefs_folder_item.c
273         * src/folderview.c
274                 Allow recursive setting of properties 
275                 for whole mailboxes
276         * src/matcher.c
277                 Don't freeze on 'test' filtering rule
278
279 2006-06-05 [colin]      2.2.1cvs1
280
281         * configure.ac
282                 Update version number following
283                 stable release
284
285 2006-06-04 [wwp]        2.2.0cvs82
286
287         * manual/glossary.xml
288         * manual/account.xml
289         * manual/fr/glossary.xml
290         * manual/fr/account.xml
291                 added glossary section and references/links related to the Face custom header.
292
293 2006-06-04 [colin]      2.2.0cvs81
294
295         * src/summaryview.c
296                 Skip to next message on move with no
297                 immediate execution
298
299 2006-06-04 [wwp]        2.2.0cvs80
300
301         * manual/xml2pdf
302                 added sanity checks, exit when needed.
303
304 2006-06-03 [paul]       2.2.0cvs79
305
306         * src/prefs_receive.c
307                 page name is now 'Receiving'
308         * src/prefs_send.c
309                 page name is now 'Sending'
310
311 2006-06-03 [colin]      2.2.0cvs78
312
313         * src/plugins/spamassassin/spamassassin_gtk.c
314                 Autoswitch to Localhost if transport was previously
315                 disabled. Else people had to check [] Enable, then
316                 *reselect* transport.
317
318 2006-06-03 [colin]      2.2.0cvs77
319
320         * src/plugins/pgpinline/pgpinline.c
321         * src/plugins/pgpmime/pgpmime.c
322                 Check that gpg_data_release_and_get_mem 
323                 didn't fail (now, why this happens...)
324
325 2006-06-03 [colin]      2.2.0cvs76
326
327         * src/mbox.c
328                 Fix bug #962 (Manual and/or UI should 
329                 warn about incompatible locking 
330                 causing dataloss)
331
332 2006-06-02 [cleroy]     2.2.0cvs75
333
334         * src/filtering.c
335         * src/folder.c
336         * src/procmsg.c
337         * src/summaryview.c
338                 Fix a few leaks
339
340 2006-06-02 [colin]      2.2.0cvs74
341
342         * src/main.c
343                 On exit, free caches after writing them
344                 Shuts up some valgrind false positives
345         * src/procmsg.c
346         * src/send_message.c
347                 Fix races when reusing existing SMTP connections
348                 Fix inexistant session timeout
349         * src/toolbar.c
350                 Display alertpanel after all queues have
351                 been processed, not after each
352
353 2006-06-02 [wwp]        2.2.0cvs73
354
355         * manual/fr/glossary.xml
356         * manual/fr/ack.xml
357         * manual/ack.xml
358                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
359
360 2006-06-02 [wwp]        2.2.0cvs72
361
362         * manual/xml2pdf
363         * manual/dist/pdf/Makefile.am
364         * manual/dtd/manual.xsl
365         * manual/fr/dist/pdf/Makefile.am
366         * manual/pl/dist/pdf/Makefile.am
367                 we changed the procedure to generate the .pdf version of the manual.
368                 The procedure is more modern and the .pdf we get now has a valid index.
369                 Here are the new pre-requisites:
370
371                 - JRE 1.x (1.4 here): there must be one from your distro
372                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
373                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
374                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
375
376                 See my posts for further info about the installation of this toolchain:
377
378                 Date: Fri, 19 May 2006 19:40:06 +0200
379                 From: wwp <subscript@free.fr>
380                 To: sylpheed-claws-devel@lists.sourceforge.net
381                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
382
383                 and
384
385                 Date: Wed, 24 May 2006 12:58:49 +0200
386                 From: wwp <subscript@free.fr>
387                 To: sylpheed-claws-devel@lists.sourceforge.net
388                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
389
390 2006-06-01 [colin]      2.2.0cvs71
391
392         * src/compose.c
393                 Better guards against IMAP races
394         * src/main.c
395         * src/prefs_common.c
396         * src/prefs_common.h
397         * src/common/ssl_certificate.c
398         * src/etpan/imap-thread.c
399         * src/etpan/imap-thread.h
400         * src/gtk/sslcertwindow.c
401                 New hidden option ssl_skip_cert_check to 
402                 avoid dups of bug #959 (libetpan linked
403                 against gnutls and gnutls buggy on 64bit)
404                 Present expired warning only once per
405                 session/server.
406         * manual/advanced.xml
407         * manual/fr/advanced.xml
408                 Document new option
409
410 2006-06-01 [wwp]        2.2.0cvs70
411
412         * src/messageview.c
413                 fix for bug #961 (return receipt dialog 
414                 complains incorrectly about return-path 
415                 email adress being different), thanks 
416                 to Colin.
417
418 2006-05-31 [cleroy]     2.2.0cvs69
419
420         * src/common/ssl.c
421                 Guard against NULLs, although this
422                 should never be an issue
423
424 2006-05-31 [colin]      2.2.0cvs68
425
426         * src/filtering.c
427                 Use g_slist_prepend
428         * src/imap.c
429                 Don't remove caches when destroying folder, it
430                 could (should) be done at exit
431         * src/inc.c
432                 free processing cache after incorporation
433         * src/etpan/imap-thread.c
434                 Maybe fix bug #959 (Crash on moving to emails 
435                 to a imap account per ssl with a expired 
436                 certificate.)
437
438 2006-05-30 [colin]      2.2.0cvs67
439
440         * src/summaryview.c
441                 Put back event flush when displaying message
442                 It avoids reading a bunch of messages just
443                 by hitting shift-n for too long ;)
444
445 2006-05-29 [colin]      2.2.0cvs66
446
447         * src/summaryview.c
448                 Remove useless g_warnings
449
450 2006-05-29 [colin]      2.2.0cvs65
451
452         * src/imap.c
453                 Fix g_slist_append()s for performance
454
455 2006-05-29 [colin]      2.2.0cvs64
456
457         * src/compose.c
458         * src/common/utils.c
459                 Fix extraneous tab at start of addresses
460         * src/mainwindow.c
461                 Fix warnings (thanks to Fabien)
462                 Fix crash at exit when composing messages 
463                 exist
464         * src/pop.c
465                 Fix progress bar when deleting expired mails
466                 Thanks to Hiro
467         * src/summaryview.c
468         * src/gtk/gtksctree.c
469                 Fix re-sorting slowness
470
471 2006-05-29 [paul]       2.2.0cvs63
472
473         * src/mh.c
474                 fetch full message when moving mails
475                 from another mailbox, (fixed data loss
476                 when filtering from IMAP to MH, introduced
477                 in 2.2.0cvs57).
478                 Thanks to Colin
479
480 2006-05-29 [mones]      2.2.0cvs62
481
482         * src/gtk/gtksctree.c
483                 Unselect faster (patch by Colin)        
484
485 2006-05-26 [colin]      2.2.0cvs61
486
487         * src/summaryview.c
488                 Unplug MSGINFO_UPDATE callback on delete too.
489
490 2006-05-26 [colin]      2.2.0cvs60
491
492         * src/foldersel.c
493                 Fix bold in folder selection window with glib2.10
494                 thanks Hiro
495
496 2006-05-26 [colin]      2.2.0cvs59
497
498         * src/procheader.c
499                 Convert date only if necessary (and don't
500                 try to convert from utf8 to utf8, too)
501         * src/summaryview.c
502                 Only set column's text if the column's 
503                 displayed
504
505 2006-05-26 [colin]      2.2.0cvs58
506
507         * src/summaryview.c
508         * src/gtk/gtkutils.c
509                 Fix useless warning
510
511 2006-05-26 [colin]      2.2.0cvs57
512
513         * src/mainwindow.c
514                 Make summaryview selectable as long as 
515                 no message has focus
516         * src/mh.c
517                 Faster deletion (by implementing mh_remove_msgs)
518                 Faster copy (avoid using mh_fetch_msg just to get
519                 the filename)
520                 Faster move (using move_file instead of copy_file
521                 if MSG_IS_MOVE)
522                 No progressbar if total number of mails to cp/mv 
523                 is less than 100
524         * src/summaryview.c
525                 Fix removal from subject_table when mail gets moved
526                 Faster deletion (g_slist_prepend instead of append)
527         * src/gtk/gtksctree.c
528                 Remove useless code
529
530 2006-05-25 [colin]      2.2.0cvs56
531
532         * src/common/ssl_certificate.c
533                 Fix leak in expired cert check
534
535 2006-05-25 [colin]      2.2.0cvs55
536
537         * src/mh.c
538                 Disable flags syncing on .mh_sequences - it
539                 is buggy and marks mails read under unknown
540                 conditions.
541
542 2006-05-25 [paul]
543
544         * 2.3.0-rc4 released
545
546 2006-05-24 [colin]      2.2.0cvs54
547
548         attention cvs users: if you manage to crash
549         Sylpheed-Claws while moving, copying or deleting
550         mails, we *are* interested in stack traces and
551         valgrind logs. It looks stable, but one never
552         knows...
553
554         * src/folder.c
555                 Add progressbar for cache updates
556         * src/folderutils.c
557                 Optimize Mark all read in the current
558                 folder
559         * src/mh.c
560                 Add progressbar for copy/move
561         * src/procmsg.c
562                 Optimize O(n^2) in copy/move
563         * src/summaryview.c
564         * src/gtk/gtksctree.c
565                 Optimize O(n^2) algos
566         * src/common/timing.h
567                 Display ms instead of us
568
569 2006-05-24 [wwp]        2.2.0cvs53
570
571         * manual/fr/advanced.xml
572                 updates to the French manual.
573
574 2006-05-24 [wwp]        2.2.0cvs52
575
576         * src/common/utils.c
577                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
578
579 2006-05-24 [wwp]        2.2.0cvs51
580
581         * src/folderutils.c
582                 fixed "mark all read" in MH folders (thanks to Colin).
583
584 2006-05-24 [paul]       2.2.0cvs50
585
586         * doc/man/sylpheed-claws.1
587                 updated the man page
588
589 2006-05-23 [colin]      2.2.0cvs49
590
591         * src/folderview.c
592         * src/imap.c
593         * src/inc.c
594         * src/mbox.c
595         * src/messageview.c
596         * src/news.c
597         * src/send_message.c
598         * src/summaryview.c
599         * src/gtk/sslcertwindow.c
600                 alertpanel fixes, by Fabien
601
602 2006-05-23 [colin]      2.2.0cvs48
603
604         * src/folder.c
605         * src/folderview.c
606         * src/msgcache.c
607         * src/summaryview.c
608         * src/gtk/gtksctree.c
609         * src/gtk/gtksctree.h
610                 More timings
611                 Fix slow loading problem, which was caused by the
612                 use of some gtk_ctree funcs and their use of
613                 g_list_position while gtk_ctree_(un)link'ing.
614                 Reap more functions from gtkctree.c to be sure we
615                 use our (fast) version instead of theirs.
616         * src/mh.c
617                 Fix copy of unread mails
618
619
620 2006-05-22 [wwp]        2.2.0cvs47
621
622         * manual/fr/advanced.xml
623                 updated.
624
625 2006-05-22 [colin]      2.2.0cvs46
626
627         * src/filtering.c
628                 Fix possible infinite loop. 'copy' is not a 
629                 final action, so when encountering a 'copy',
630                 we have to check if a previous one was set
631                 and do it. In the same way, if we encounter
632                 a 'move' we have to perform a possibly 
633                 pending 'copy'. This will slow down filtering
634                 on IMAP if move+copy or multiple copy actions
635                 are to be done, but handling it via the batch
636                 would be really too convoluted.
637
638 2006-05-22 [wwp]        2.2.0cvs45
639
640         * manual/fr/advanced.xml
641         * manual/fr/faq.xml
642         * manual/fr/glossary.xml
643         * manual/fr/handling.xml
644         * manual/fr/intro.xml
645         * manual/fr/plugins.xml
646         * manual/fr/sylpheed-claws-manual.xml
647                 sync w/ the english manual: updates URIs, documented mailing-list
648                 support, better explanation about the enabled/disabled feature
649                 in filtering/processing rules by Paul.
650
651 2006-05-21 [colin]      2.2.0cvs44
652
653         * src/summaryview.c
654                 Don't expand after building threads, but during
655
656 2006-05-21 [colin]      2.2.0cvs43
657
658         * src/procmsg.c
659         * src/summaryview.c
660                 More timing possibilities... For next time I have 
661                 to find out how the hell some 3GHz computer takes
662                 one minute to open a 30k folder...
663
664 2006-05-21 [colin]      2.2.0cvs42
665
666         * manual/pl/advanced.xml
667         * manual/pl/faq.xml
668         * manual/pl/glossary.xml
669         * manual/pl/handling.xml
670         * manual/pl/intro.xml
671         * manual/pl/plugins.xml
672         * manual/pl/sylpheed-claws-manual.xml
673                 Polish manual updated by Pawel
674
675 2006-05-20 [colin]
676
677         * 2.3.0-rc3 released
678
679 2006-05-20 [colin]      2.2.0cvs41
680
681         * src/imap.c
682                 Fix -rc2 problems:
683                 - remove cache of moved messages from original folder
684                 - apply new flags to messages even if they aren't appliable
685                   via IMAP.
686
687 2006-05-20 [colin]
688
689         * 2.3.0-rc2 released
690
691 2006-05-19 [colin]      2.2.0cvs40
692
693         * src/imap.c
694                 Don't issue SELECT in imap_change_flags
695                 before having checked that we indeed have
696                 some flags to change. MSG_POSTFILTERED for
697                 example can't be used on IMAP.
698                 Fixes bug #955 (copying messages between 
699                 imap folders is extremely slow), which was
700                 a regression.
701
702 2006-05-19 [colin]      2.2.0cvs39
703
704         * src/folder.c
705         * src/folder.h
706         * src/folderview.c
707                 Try to fix bug #830 (Some unread messages 
708                 get marked read in IMAP inbox):
709                 - Prevent scanning a folder if it's being 
710                   opened via the GUI
711                 - Postpone opening via the GUI of a folder
712                   currently scanned.
713
714
715 2006-05-19 [wwp]        2.2.0cvs38
716
717         * manual/advanced.xml
718                 fix English+typo (thanks to Paul).
719
720 2006-05-19 [wwp]        2.2.0cvs37
721
722         * manual/advanced.xml
723         * manual/fr/advanced.xml
724         * src/gtk/logwindow.c
725         * src/prefs_common.c
726         * src/prefs_common.h
727                 added hidden prefs to allow customization of colors used in
728                 protocol log window (useful for dark gtk+ themes).
729
730 2006-05-19 [wwp]        2.2.0cvs36
731
732         * ChangeLog
733                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
734
735 2006-05-19 [paul]       2.2.0cvs35
736
737         * src/textview.c
738                 make Reply-To fully clickable
739         * src/gtk/logwindow.c
740                 more colouring (SMTP ESMTP)
741         Both patches by Pawel Pekala
742
743 2006-05-19 [cleroy]     2.2.0cvs34
744
745         * src/mh.c
746                 Don't update flags from current folder
747                 Probably fixes bug #935 (Read Messages 
748                 Revert to Being Marked as Unread)
749
750 2006-05-18 [colin]      2.2.0cvs33
751
752         * src/imap.c
753                 Warning fix
754         * src/compose.c
755         * src/mainwindow.c
756         * src/summaryview.c
757         * src/toolbar.c
758                 Allow replying to multiple emails
759                 in multiple windows
760         * src/mimeview.c
761         * src/etpan/imap-thread.c
762                 Leak fixes
763
764 2006-05-18 [paul]       2.2.0cvs32
765
766         * src/summaryview.c
767                 keep Mailing-List menu refreshed
768                 Thanks to Colin
769
770 2006-05-18 [paul]       2.2.0cvs31
771
772         * manual/advanced.xml
773         * manual/faq.xml
774         * manual/glossary.xml
775         * manual/handling.xml
776         * manual/intro.xml
777         * manual/plugins.xml
778         * manual/sylpheed-claws-manual.xml
779                 update URLs
780                 add info about mailing-list support
781                 edit filtering info
782         * src/wizard.c
783         * src/common/defs.h
784         * src/gtk/about.c
785         * src/plugins/dillo_viewer/README
786                 update URLs
787
788 2006-05-17 [wwp]        2.2.0cvs30
789
790         * manual/handling.xml
791         * manual/fr/handling.xml
792                 documented the ability to enabled/disable filtering/processing rules.
793
794 2006-05-17 [colin]      2.2.0cvs29
795
796         * src/main.c
797                 Don't initialize g_thread subsystem if it's 
798                 already done (thanks to Hiro)
799         * src/mimeview.c
800                 Fix saving of parts when there name can't be
801                 converted from UTF-8.
802
803 2006-05-17 [paul]       2.2.0cvs28
804
805         * po/Makefile.in.in
806                 fix config.status warning with autoconf 2.60
807
808 2006-05-17 [paul]       2.2.0cvs27
809
810         * po/POTFILES.in
811                 add src/mbox.c
812
813 2006-05-17 [wwp]        2.2.0cvs26
814
815         * src/mainwindow.c
816                 fix useless and potentially dangerous buffer walking (thanks to Colin).
817
818 2006-05-17 [wwp]        2.2.0cvs25
819
820         * src/plugins/demo/demo.c
821                 updated product name in plugin demo (many plugins need to be
822                 sync'ed w/ that change).
823
824 2006-05-17 [colin]      2.2.0cvs24
825
826         * src/mh.c
827                 Fix leak
828
829 2006-05-16 [colin]      2.2.0cvs23
830
831         * src/mainwindow.c
832                 Stupid me hit again. Fix cvs22.
833
834 2006-05-16 [colin]      2.2.0cvs22
835
836         * src/mainwindow.c
837                 Fix bug #922 (sylpheed-claws crashed after 
838                 pushing on Inbox folder)
839
840 2006-05-16 [colin]      2.2.0cvs21
841
842         * src/compose.c
843                 Make From header be copy/paste/select-able
844
845 2006-05-16 [wwp]        2.2.0cvs20
846
847         * src/export.c
848         * src/matcher.c
849         * src/summaryview.c
850         * src/etpan/imap-thread.c
851                 fix some compiler warnings (thanks to Colin).
852
853 2006-05-16 [wwp]        2.2.0cvs19
854
855         * src/action.c
856         * src/gedit-print.c
857         * src/inc.c
858         * src/mainwindow.c
859         * src/mh.c
860         * src/statusbar.c
861         * src/send_message.c
862         * src/summaryview.c
863                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
864
865 2006-05-15 [colin]      2.2.0cvs18
866
867         * src/procmsg.c
868                 Fix automatic rule creation with List-Post
869
870 2006-05-15 [paul]       2.2.0cvs17
871
872         * tools/filter_conv_new.pl
873                 updated for rule enabling/disabling
874                 claws version >= 2.3.x required
875
876 2006-05-15 [cleroy]     2.2.0cvs16
877
878         * src/main.c
879                 Revert test
880
881 2006-05-15 [cleroy]     2.2.0cvs15
882
883         * src/main.c
884                 test
885
886 2006-05-15 [wwp]        2.2.0cvs14
887
888         * manual/pl/.cvsignore
889                 ignore generated files.
890
891 2006-05-14 [wwp]        2.3.0-rc1
892
893         * 2.3.0-rc1 released
894
895 2006-05-13 [wwp]        2.2.0cvs13
896
897         * src/filtering.c
898         * src/filtering.h
899         * src/matcher.c
900         * src/matcher_parser_lex.l
901         * src/matcher_parser_parse.y
902         * src/prefs_filtering.c
903                 new feature: provide the ability to disable filtering and processing
904                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
905                 adaptations.
906
907 2006-05-13 [colin]      2.2.0cvs12
908
909         * src/compose.c
910                 Remove useless if (a) b; else b;
911                 Thanks to wwp
912
913 2006-05-13 [wwp]        2.2.0cvs11
914
915         * src/export.c
916         * src/import.c
917         * src/mainwindow.c
918         * src/mbox.c
919         * src/summaryview.c
920         * src/summaryview.h
921                 no more silent failures (or at least less ones) when importing
922                 or exporting from/to mbox. Also start importing/exporting if
923                 the necessary info is set.
924
925 2006-05-13 [wwp]        2.2.0cvs10
926
927         * RELEASE_NOTES
928                 restored up-to-date release notes.
929
930 2006-05-13 [paul]       2.2.0cvs9
931
932         * po/nl.po
933         * po/ru.po
934                 updated by Tim Dijkstra and Pavlo Bohmat
935
936 2006-05-12 [colin]      2.2.0cvs8
937
938         * src/gtk/quicksearch.c
939                 Add "k" as shortcut for "colorlabel". Patch
940                 by ath42@users.sf.net.
941
942 2006-05-12 [paul]       2.2.0cvs7
943
944         * src/prefs_common.h
945         * src/prefs_summaries.c
946         * src/summaryview.c
947                 when entering a folder also allow
948                 going directly to first Marked message
949
950 2006-05-12 [paul]       2.2.0cvs6
951
952         * src/summaryview.c
953                 always obey 'confirm before marking all
954                 mails read' option
955
956 2006-05-12 [paul]       2.2.0cvs5
957
958         * src/textview.c
959                 make Sender fully clickable
960
961 2006-05-12 [colin]      2.2.0cvs4
962
963         * src/compose.c
964         * src/compose.h
965                 Let From be editable
966         * src/main.c
967         * src/mh.c
968                 Full support of .mh_sequences' Unseen seq
969
970 2006-05-12 [colin]      2.2.0cvs3
971
972         * src/folder.c
973         * src/mainwindow.c
974         * src/mainwindow.h
975         * src/messageview.c
976         * src/prefs_spelling.c
977         * src/procheader.c
978         * src/procmsg.c
979         * src/procmsg.h
980         * src/summaryview.c
981         * src/toolbar.c
982         * src/toolbar.h
983                 Add contextual menu on Compose toolbar
984                 button. Fixes bug #944 (Automatic
985                 addresses not applied when changing account
986                 from compose window)
987                 add Mailing List support
988                 based on the old 0.6.5claws25 patch by
989                 Melvin Hadasht, with finishing touches
990                 by Colin
991                 Fix "ignore thread" when mails are threaded by
992                 subject (and weren't ignored although appearing
993                 in the thread).
994                 GUI rework.
995                 Both patches by Pawel.
996
997 2006-05-08 [paul]       2.2.0cvs2
998
999         * src/mainwindow.c
1000         * src/mainwindow.h
1001         * src/messageview.c
1002         * src/procheader.c
1003         * src/procmsg.c
1004         * src/procmsg.h
1005         * src/summaryview.c
1006                 add Mailing List support
1007                 based on the old 0.6.5claws25 patch by 
1008                 Melvin Hadasht, with finishing touches
1009                 by Colin
1010
1011 2006-05-08 [colin]      2.2.0cvs1
1012
1013         * src/mainwindow.c
1014         * src/toolbar.c
1015         * src/toolbar.h
1016                 Add contextual menu on Compose toolbar 
1017                 button. Fixes bug #944 (Automatic 
1018                 addresses not applied when changing account 
1019                 from compose window)
1020
1021 2006-05-08 [paul]       2.2.0
1022
1023         2.2.0 released
1024
1025 2006-05-08 [paul]       2.1.1cvs51
1026
1027         * po/cs.po
1028         * po/de.po
1029         * po/en_GB.po
1030         * po/fi.po
1031         * po/fr.po
1032         * po/pt_BR.po
1033         * po/sr.po
1034         * po/zh_CN.po
1035                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1036                 Fabien Vantard, Frederico Goncalves Guimaraes,
1037                 Aleksandar Urosevic, and Ralgh Young
1038
1039 2006-05-12 [colin]      2.1.1cvs50
1040
1041         * po/cs.po
1042         * po/de.po
1043         * po/en_GB.po
1044         * po/es.po
1045         * po/fi.po
1046         * po/fr.po
1047         * po/pt_BR.po
1048         * po/sr.po
1049         * po/zh_CN.po
1050                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1051                 Fabien Vantard, Frederico Goncalves Guimaraes,
1052                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1053
1054 2006-05-05 [colin]      2.1.1cvs49
1055
1056         * manual/Makefile.am
1057         * manual/pl/Makefile.am
1058         * manual/pl/account.xml
1059         * manual/pl/ack.xml
1060         * manual/pl/addrbook.xml
1061         * manual/pl/advanced.xml
1062         * manual/pl/faq.xml
1063         * manual/pl/glossary.xml
1064         * manual/pl/gpl.xml
1065         * manual/pl/handling.xml
1066         * manual/pl/intro.xml
1067         * manual/pl/keyboard.xml
1068         * manual/pl/plugins.xml
1069         * manual/pl/starting.xml
1070         * manual/pl/sylpheed-claws-manual.xml
1071         * manual/pl/dist/.cvsignore
1072         * manual/pl/dist/Makefile.am
1073         * manual/pl/dist/html/.cvsignore
1074         * manual/pl/dist/html/Makefile.am
1075         * manual/pl/dist/pdf/.cvsignore
1076         * manual/pl/dist/pdf/Makefile.am
1077         * manual/pl/dist/ps/.cvsignore
1078         * manual/pl/dist/ps/Makefile.am
1079         * manual/pl/dist/txt/.cvsignore
1080         * manual/pl/dist/txt/Makefile.am
1081                 Add the polish translation of the manual,
1082                 Authored by Pawel Pekala.
1083
1084 2006-05-05 [cleroy]     2.1.1cvs48
1085
1086         * src/main.c
1087                 Re-read matcherrc after loading plugins 
1088                 if some of them add folders.
1089
1090 2006-05-03 [colin]      2.1.1cvs47
1091
1092         * src/imap.c
1093                 I'm idiot
1094
1095 2006-05-03 [colin]      2.1.1cvs46
1096
1097         * src/imap.c
1098                 Be sure to have a session when
1099                 getting separator
1100
1101 2006-05-03 [colin]      2.1.1cvs45
1102
1103         * src/imap.c
1104         * src/imap.h
1105         * src/imap_gtk.c
1106                 Fix preventing renaming with namespace 
1107                 separator.
1108
1109 2006-05-01 [colin]      2.1.1cvs44
1110
1111         * src/action.c
1112                 Don't reload messageview when result of
1113                 action is piped.
1114
1115 2006-04-29 [colin]      2.1.1cvs43
1116
1117         * src/prefs_receive.c
1118         * src/plugins/spamassassin/spamassassin_gtk.c
1119         * src/plugins/clamav/clamav_plugin_gtk.c
1120                 GUI fixes by Pawel
1121
1122 2006-04-29 [colin]      2.1.1cvs42
1123
1124         * src/prefs_compose_writing.c
1125         * src/prefs_quote.c
1126                 Cleanups. Patch by Pawel
1127
1128 2006-04-28 [paul]       2.1.1cvs41
1129
1130         * src/matcher.c
1131                 fix returned quick search results when search
1132                 term contains an underscore.
1133                 Thanks to Colin
1134
1135 2006-04-28 [paul]       2.1.1cvs40
1136
1137         * src/prefs_message.c
1138         * src/prefs_receive.c
1139                 GUI cleanups
1140                 Patches by Pawel Pekala
1141
1142 2006-04-27 [colin]      2.1.1cvs39
1143
1144         * src/wizard.c
1145                 Differentiate subject Welcome from
1146                 window's title Welcome
1147
1148 2006-04-27 [paul]
1149
1150         2.2.0-rc1 released
1151
1152 2006-04-27 [paul]       2.1.1cvs38
1153
1154         * manual/advanced.xml
1155         * manual/fr/advanced.xml
1156                 add info about compose_no_markup hidden pref
1157
1158 2006-04-27 [paul]       2.1.1cvs37
1159
1160         * src/prefs_account.c
1161                 improve privacy labels
1162         * src/prefs_msg_colors.c
1163                 change some strings for translators' convenience
1164         * src/gtk/gtkutils.c
1165                 don't underline the link button text
1166
1167 2006-04-25 [colin]      2.1.1cvs36
1168
1169         * src/folder.c
1170                 Complete 2.1.1cvs33 (once more ;)
1171
1172 2006-04-25 [colin]      2.1.1cvs35
1173
1174         * src/editldap.c
1175                 Fix tooltip
1176
1177 2006-04-25 [cleroy]     2.1.1cvs34
1178
1179         * src/compose.c
1180         * src/gtk/gtkaspell.c
1181                 Fix crash on redirect (related to the return 
1182                 of the aspell menu in compose's toolbar)
1183         * src/prefs_msg_colors.c
1184                 Fix sensitivity widgets
1185         * src/image_viewer.c
1186         * src/gtk/pluginwindow.c
1187         * src/gtk/prefswindow.c
1188                 Change released signals to clicked (Fabien)
1189         * po/POTFILES.in
1190         * src/common/socket.c
1191         * src/plugins/spamassassin/spamassassin.c
1192                 Translate strings (Fabien)
1193
1194 2006-04-25 [paul]       2.1.1cvs33
1195
1196         * src/folder.c
1197         * src/folder.h
1198         * src/folderview.c
1199                 complete the fix of bug #912
1200                 Thanks to Colin
1201
1202 2006-04-25 [colin]      2.1.1cvs32
1203
1204         * src/news.c
1205                 Better progress bar
1206         * src/mimeview.c
1207         * src/summaryview.c
1208         * src/summaryview.h
1209                 Fix focus chain
1210                 Patches by Pawel Pekala
1211
1212 2006-04-24 [colin]      2.1.1cvs31
1213
1214         * src/compose.c
1215                 Fix compilation warnings (Fabien)
1216
1217 2006-04-24 [colin]      2.1.1cvs30
1218
1219         * src/addrindex.c
1220         * src/editldap.c
1221         * src/editldap_basedn.c
1222         * src/editldap_basedn.h
1223         * src/ldapctrl.c
1224         * src/ldapctrl.h
1225         * src/ldapquery.c
1226         * src/ldaputil.c
1227         * src/ldaputil.h
1228                 Fix bug #901 (LDAPS support)
1229
1230 2006-04-24 [colin]      2.1.1cvs29
1231
1232         * src/compose.c
1233                 Fix logic on error with send dialog on
1234         * src/imap.c
1235                 Fix compilation without libetpan, thanks
1236                 to Fabien
1237         * src/summaryview.c
1238                 Fix 'context-menu' key
1239
1240 2006-04-23 [colin]      2.1.1cvs28
1241
1242         * src/folder.c
1243                 Never free current's cache to free up 
1244                 memory. Fixes bug #912 (new count 
1245                 randomly set to message count)
1246
1247 2006-04-23 [colin]      2.1.1cvs27
1248
1249         * src/gtk/quicksearch.c
1250                 And remove printf...
1251
1252 2006-04-23 [colin]      2.1.1cvs26
1253
1254         * src/gtk/quicksearch.c
1255                 Fix replacing in quicksearch, and fix inserting
1256                 in the middle of the string. (introduced at 2.1.0cvs22)
1257
1258 2006-04-23 [colin]      2.1.1cvs25
1259
1260         * src/imap.c
1261                 Make sure uidnext is initialized in get_num_list
1262                 (not for stable, related to 2.1.1cvs8 and friends)
1263
1264 2006-04-23 [colin]      2.1.1cvs24
1265
1266         * src/imap.c
1267                 Output something when login is successful
1268                 too
1269
1270 2006-04-23 [colin]      2.1.1cvs23
1271
1272         * src/etpan/imap-thread.c
1273                 Better logging (line-per-line, hide data in fetch)
1274                 Fix a const warning
1275         * src/gtk/logwindow.c
1276         * src/gtk/logwindow.h
1277                 Better logging (color for input/output)
1278
1279 2006-04-21 [colin]      2.1.1cvs22
1280
1281         * src/gtk/quicksearch.c
1282                 On gtk+-2.8, use stock buttons in quicksearch
1283                 Based on a patch by Fabien and a design by Paul
1284
1285 2006-04-21 [colin]      2.1.1cvs21
1286
1287         * src/folderview.c
1288         * src/mainwindow.c
1289                 Fix occasional flicker in folderview
1290         * src/common/utils.c
1291                 Fix bug #943 (Incorrectly parsed email address 
1292                 list in short headers on message view and in 
1293                 printouts)
1294
1295 2006-04-20 [colin]      2.1.1cvs20
1296
1297         * src/imap.c
1298         * src/imap.h
1299         * src/prefs_account.c
1300                 Add ANONYMOUS auth for IMAP
1301
1302 2006-04-20 [paul]       2.1.1cvs19
1303
1304         * src/main.c
1305                 proper fix for 2.1.1cvs18
1306                 Thanks to Colin
1307
1308 2006-04-20 [paul]       2.1.1cvs18
1309
1310         * src/main.c
1311                 fix build warnings
1312
1313 2006-04-20 [paul]       2.1.1cvs17
1314
1315         * src/gtk/quicksearch.c
1316                 fix standard, non-extended Quick search,
1317                 was broken in 2.1.1cvs15.
1318                 Thanks to Colin.
1319
1320 2006-04-20 [colin]      2.1.1cvs16
1321
1322         * src/prefs_matcher.c
1323                 Fix values when reselecting a ~test
1324                 rule
1325
1326 2006-04-19 [colin]      2.1.1cvs15
1327
1328         * src/compose.c
1329         * src/compose.h
1330         * src/gtk/gtkaspell.c
1331         * src/gtk/gtkaspell.h
1332                 Put back Options menu in Spelling/
1333         * src/gtk/quicksearch.c
1334                 Don't search, and show error, if the
1335                 advanced search has a syntax error
1336
1337 2006-04-18 [colin]      2.1.1cvs14
1338
1339         * src/textview.c
1340                 Fix gdk warnings on set_cursor when textview
1341                 isn't visible
1342
1343 2006-04-18 [colin]      2.1.1cvs13
1344
1345         * src/gtk/gtksctree.c
1346                 Remove seemingly useless refresh that causes
1347                 flicker - watch this commit in case of 
1348                 problems before planned backport to stable
1349
1350 2006-04-18 [colin]      2.1.1cvs12
1351
1352         * src/imap.c
1353                 Factorize get/set_xml code
1354         * src/compose.c
1355         * src/prefs_account.c
1356         * src/prefs_account.h
1357         * src/procmsg.c
1358                 Add Encrypt to self option
1359
1360 2006-04-17 [colin]      2.1.1cvs11
1361
1362         * configure.ac
1363                 Fix search on encrpyt function on dragonfly
1364                 Patch by Jonathan Buschmann <jonthn@agmact.com>
1365
1366 2006-04-17 [colin]      2.1.1cvs10
1367
1368         * src/prefs_account.c
1369                 Be safe by default: remove mails from POP3
1370                 after 7 days, not immediately
1371
1372 2006-04-17 [colin]      2.1.1cvs9
1373
1374         * src/etpan/imap-thread.c
1375                 Fix build on DragonFly - patch by 
1376                 Jonathan Buschmann <jonthn@agmact.com>
1377
1378 2006-04-17 [colin]      2.1.1cvs8
1379
1380         * src/imap.c
1381                 Save uidnext between sessions
1382
1383 2006-04-17 [colin]      2.1.1cvs7
1384
1385         * src/imap.c
1386                 scan is required when uid validity changes
1387
1388 2006-04-17 [colin]      2.1.1cvs6
1389
1390         * src/folderview.c
1391                 Don't scan if not necessary, apart in current
1392                 folder and INBOX to fetch flags.
1393         * src/imap.c
1394                 Scan is necessary if unread count changes
1395
1396 2006-04-17 [colin]      2.1.1cvs5
1397
1398         * src/imap.c
1399                 ...But always fetch ANSWERED and DELETED flags for
1400                 INBOX, as filtering can happen on these flags.
1401
1402 2006-04-17 [colin]      2.1.1cvs4
1403
1404         * src/imap.c
1405                 Don't fetch REPLIED and DELETED flags when synchronising
1406                 flags with a closed folder. We only need UNSEEN and FLAGGED
1407                 to update the folderview.
1408
1409 2006-04-17 [colin]      2.1.1cvs3
1410
1411         * src/imap.c
1412                 Faster flag search when there are new mails 
1413                 in a folder. We can do a full search if the 
1414                 folder contains less messages than the new
1415                 list.
1416
1417 2006-04-17 [colin]      2.1.1cvs2
1418
1419         * po/cs.po
1420         * po/de.po
1421         * po/fr.po
1422         * po/nl.po
1423         * po/pt_BR.po
1424                 Update translations from stable branch
1425
1426 2006-04-17 [colin]      2.1.1cvs1
1427
1428         * configure.ac
1429                 Bump version to follow stable release
1430
1431 2006-04-16 [mones]      2.1.0cvs50
1432
1433         * po/es.po
1434                 Updated for release
1435
1436 2006-04-16 [colin]      2.1.0cvs49
1437
1438         * src/textview.c
1439                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
1440                 with gtk < 2.8. Thanks to Fabien Vantard.
1441
1442 2006-04-15 [colin]      2.1.0cvs48
1443
1444         * src/etpan/imap-thread.c
1445                 Fix bug #919 (libetpan: SEGV when connecting 
1446                 using command)
1447
1448 2006-04-14 [colin]      2.1.0cvs47
1449
1450         * src/main.c
1451                 Fix race on --select (should be done better)
1452
1453 2006-04-14 [wwp]        2.1.0cvs46
1454
1455         * src/send_message.c
1456                 enforce a check for domain in account prefs (a sending
1457                 error could be faced if domain was checked but no value set),
1458                 thanks to Colin.
1459
1460 2006-04-14 [colin]      2.1.0cvs45
1461
1462         * src/codeconv.c
1463                 when converting from unknown to unknown, if the
1464                 string is UTF8, don't convert it to the locale
1465                 (which breaks it)
1466
1467 2006-04-14 [colin]      2.1.0cvs44
1468
1469         * src/compose.c
1470                 Don't try to use ASCII for converting headers
1471                 (as done in body)
1472
1473 2006-04-14 [paul]       2.1.0cvs43
1474
1475         * src/crash.c
1476                 add locale/charset info to crash report
1477         * src/gtk/about.c
1478                 add wwp to doc team
1479                 replace 'e-mail' with preferred 'email'
1480         * src/gtk/authors.h
1481                 ensure contributors list is in alphabetical
1482                 order
1483
1484 2006-04-13 [colin]      2.1.0cvs42
1485
1486         * src/textview.c
1487                 Prevent gdk warnings
1488
1489 2006-04-13 [colin]      2.1.0cvs41
1490
1491         * src/common/ssl_certificate.c
1492         * src/common/ssl_certificate.h
1493         * src/gtk/sslcertwindow.c
1494                 Warn on expired certs, and display the expiration date
1495
1496 2006-04-13 [colin]      2.1.0cvs40
1497
1498         * src/plugins/spamassassin/spamassassin_gtk.c
1499                 Fix missing set_text on unix socket
1500
1501 2006-04-13 [wwp]        2.1.0cvs39
1502
1503         * manual/fr/advanced.xml
1504         * manual/fr/glossary.xml
1505                 applied new spam/ham/email lexicon (pourriel, courriel)
1506
1507 2006-04-13 [paul]       2.1.0cvs38
1508
1509         * src/plugins/pgpmime/plugin.c
1510                 remove the mention of S/MIME from the
1511                 description. This is now handled by the
1512                 S/MIME plugin.
1513
1514 2006-04-13 [paul]       2.1.0cvs37
1515
1516         * src/prefs_msg_colors.c
1517                 rework dialog
1518         * src/prefs_folder_item.c
1519         * src/prefs_spelling.c
1520                 add a tooltip to the colour selector buttons
1521
1522 2006-04-13 [wwp]        2.1.0cvs36
1523
1524         * manual/advanced.xml
1525         * manual/glossary.xml
1526         * manual/handling.xml
1527         * manual/keyboard.xml
1528         * manual/plugins.xml
1529         * manual/starting.xml
1530         * manual/fr/account.xml
1531         * manual/fr/ack.xml
1532         * manual/fr/addrbook.xml
1533         * manual/fr/advanced.xml
1534         * manual/fr/faq.xml
1535         * manual/fr/glossary.xml
1536         * manual/fr/gpl.xml
1537         * manual/fr/handling.xml
1538         * manual/fr/intro.xml
1539         * manual/fr/keyboard.xml
1540         * manual/fr/plugins.xml
1541         * manual/fr/starting.xml
1542         * manual/fr/sylpheed-claws-manual.xml
1543                 fixes to the manuals:
1544                  - summaryview -> Message List (same in French)
1545                  - translate key names
1546                  - fix French punctuation, use non-breakable spaces when
1547                    necessary, don't use &thinsp; which is not portable
1548                  - tell what maildir and mbox formats we support
1549
1550 2006-04-12 [wwp]        2.1.0cvs35
1551
1552         * src/prefs_toolbar.c
1553                 unified a replace button more,
1554                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1555
1556 2006-04-12 [wwp]        2.1.0cvs34
1557
1558         * src/prefs_common.c
1559         * src/prefs_msg_colors.c
1560                 make default color labels translatable,
1561                 patch from Fabien Vantard <fzzzzz@gmail.com>,
1562                 thanks to Tim <timbrain@post.cz> for reporting.
1563
1564 2006-04-12 [wwp]        2.1.0cvs33
1565
1566         * manual/glossary.xml
1567         * manual/intro.xml
1568         * manual/plugins.xml
1569         * manual/starting.xml
1570         * manual/sylpheed-claws-manual.xml
1571         * manual/fr/.cvsignore
1572         * manual/fr/account.xml
1573         * manual/fr/ack.xml
1574         * manual/fr/addrbook.xml
1575         * manual/fr/advanced.xml
1576         * manual/fr/faq.xml
1577         * manual/fr/glossary.xml
1578         * manual/fr/handling.xml
1579         * manual/fr/intro.xml
1580         * manual/fr/keyboard.xml
1581         * manual/fr/plugins.xml
1582         * manual/fr/starting.xml
1583         * manual/fr/sylpheed-claws-manual.xml
1584                 various fixes: typos, missing .fr translations, punctuation,
1585                 capitalization, links, accents and some bad French more.
1586
1587 2006-04-12 [wwp]        2.1.0cvs32
1588
1589         * src/prefs_gtk.c
1590                 fix for bug #935: always store prefs files in UTF-8 (thanks
1591                 to Colin).
1592
1593 2006-04-11 [colin]      2.1.0cvs31
1594
1595         * src/compose.c
1596                 Fix inserting files not in utf8 when locale is utf8
1597
1598 2006-04-11 [colin]      2.1.0cvs30
1599
1600         * src/inc.c
1601                 Don't show error dialog when cancelling connection
1602                 Patch by Pawel
1603
1604 2006-04-11 [cleroy]     2.1.0cvs29
1605
1606         * src/compose.c
1607                 Implement multiple quote levels
1608         * src/prefs_common.c
1609                 Change a little bit the quote bgcolor for 2nd level
1610
1611 2006-04-11 [colin]      2.1.0cvs28
1612
1613         * src/gtk/about.c
1614                 Add locale and charset in the label
1615
1616 2006-04-10 [colin]      2.1.0cvs27
1617
1618         * src/compose.c
1619         * src/prefs_common.c
1620         * src/prefs_common.h
1621         * src/prefs_msg_colors.c
1622         * src/textview.c
1623                 Allow optional background color in quotes
1624                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
1625                 GTK+-2.8.x feature
1626
1627 2006-04-10 [colin]      2.1.0cvs26
1628
1629         * src/main.c
1630         * src/mainwindow.c
1631         * src/mainwindow.h
1632                 Implement --select
1633
1634 2006-04-10 [colin]      2.1.0cvs25
1635
1636         * manual/plugins.xml
1637         * manual/fr/plugins.xml
1638                 Document libcurl's proxy variables
1639
1640 2006-04-09 [colin]      2.1.0cvs24
1641
1642         * src/prefs_common.c
1643                 gettext() returns statically allocated stuff. We have
1644                 to strdup it in order to be able to free it.
1645
1646 2006-04-09 [colin]      2.1.0cvs23
1647
1648         * AUTHORS
1649         * src/gtk/authors.h
1650                 Add Alexei
1651
1652 2006-04-09 [colin]      2.1.0cvs22
1653
1654         * src/mainwindow.c
1655         * src/gtk/quicksearch.c
1656                 Fix bug #859 (problems with cyrilic input in 
1657                 search panel) - Patch by Alexey Illarionov 
1658                 <littlesavage@rambler.ru>
1659
1660 2006-04-09 [colin]      2.1.0cvs21
1661
1662         * src/prefs_customheader.c
1663                 I prefer removing then freeing rather than the contrary
1664                 (even if it doesn't change anything ;-)
1665         * src/prefs_account.c
1666                 Fix bug #933 (Crash re-entering the custom headers list 
1667                 dialog in accounts prefs)
1668                 The problem happened when cancelling the Account 
1669                 Preferences' dialogs - in which case we didn't do 
1670                 anything to the PrefsAccount * struct. In case of applying,
1671                 the old ac_prefs was replaced with the tmp_ac_prefs we were
1672                 working with in this dialog. The problem is that 
1673                 prefs_customheader.c, working on this tmp_ac_prefs, always
1674                 changes the ->customhdr_list pointer, even when cancelled. 
1675                 So in case of cancelling the prefs_account dialog, we still
1676                 have to update ->customhdr_list in the real account.
1677
1678 2006-04-08 [colin]      2.1.0cvs20
1679
1680         * manual/fr/glossary.xml
1681         * manual/fr/keyboard.xml
1682                 Forgot some headers :)
1683
1684 2006-04-08 [colin]      2.1.0cvs19
1685
1686         * manual/Makefile.am
1687         * manual/fr/Makefile.am
1688         * manual/fr/account.xml
1689         * manual/fr/ack.xml
1690         * manual/fr/addrbook.xml
1691         * manual/fr/advanced.xml
1692         * manual/fr/faq.xml
1693         * manual/fr/glossary.xml
1694         * manual/fr/gpl.xml
1695         * manual/fr/handling.xml
1696         * manual/fr/intro.xml
1697         * manual/fr/keyboard.xml
1698         * manual/fr/plugins.xml
1699         * manual/fr/starting.xml
1700         * manual/fr/sylpheed-claws-manual.xml
1701         * manual/fr/dist/.cvsignore
1702         * manual/fr/dist/Makefile.am
1703         * manual/fr/dist/html/.cvsignore
1704         * manual/fr/dist/html/Makefile.am
1705         * manual/fr/dist/pdf/.cvsignore
1706         * manual/fr/dist/pdf/Makefile.am
1707         * manual/fr/dist/ps/.cvsignore
1708         * manual/fr/dist/ps/Makefile.am
1709         * manual/fr/dist/txt/.cvsignore
1710         * manual/fr/dist/txt/Makefile.am
1711                 Add the french translation of the manual. Thanks to
1712                 Olivier Delhomme <olivier.delhomme@free.fr> for 
1713                 account.xml, ack.xml, addrbook.xml and advanced.xml
1714
1715 2006-04-08 [colin]      2.1.0cvs18
1716
1717         * manual/plugins.xml
1718         * manual/starting.xml
1719                 More fixes
1720
1721 2006-04-07 [colin]      2.1.0cvs17
1722
1723         * manual/faq.xml
1724         * manual/intro.xml
1725         * manual/keyboard.xml
1726                 Little fixes
1727
1728 2006-04-07 [colin]      2.1.0cvs16
1729
1730         * README
1731         * src/compose.c
1732         * src/prefs_common.c
1733         * src/prefs_common.h
1734                 Add hidden compose_no_markup pref
1735
1736 2006-04-07 [wwp]        2.1.0cvs15
1737
1738         * src/summary_search.c
1739         * .cvsignore
1740                 Bugfix: stop button was sticky when searching in an empty folder.
1741                 Applied curly brackets code style to the whole file (summary_search.c).
1742                 More files to ignore.
1743
1744 2006-04-07 [wwp]        2.1.0cvs14
1745
1746         * src/message_search.c
1747         * src/summary_search.c
1748                 changed default button when search bumps at file/folder
1749                 beginning or end, for convenience (thanks to Colin).
1750
1751 2006-04-07 [paul]       2.1.0cvs13
1752
1753         * src/plugins/dillo_viewer/dillo_prefs.c
1754                 avoid future potential for namespace collision
1755                 Patch by Colin
1756
1757 2006-04-06 [wwp]        2.1.0cvs12
1758
1759         * src/summary_search.c
1760                 Unify extended/advanced searches names (and thus factorize labels),
1761                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1762
1763 2006-04-06 [wwp]        2.1.0cvs11
1764
1765         * src/folderview.c
1766         * src/prefs_themes.c
1767         * src/summaryview.c
1768                 Fixed some compilation warnings.
1769
1770 2006-04-06 [colin]      2.1.0cvs10
1771
1772         * manual/advanced.xml
1773                 Document the wizard template and how to deploy
1774                 Sylpheed-Claws effectively
1775
1776 2006-04-06 [colin]      2.1.0cvs9
1777
1778         * src/folderview.c
1779                 gettext patch to tell translators about _("#"),
1780                 by Maxim Britov
1781
1782 2006-04-06 [colin]      2.1.0cvs8
1783
1784         * src/textview.c
1785                 Fix invalid GtkTextBIter after clicking "Display as text"
1786
1787 2006-04-06 [mones]      2.1.0cvs7
1788
1789         * src/addr_compl.c
1790         * src/addrindex.c
1791         * src/addritem.c
1792         * src/codeconv.c
1793         * src/compose.c
1794         * src/filtering.c
1795         * src/folder.c
1796         * src/folder_item_prefs.c
1797         * src/folderview.c
1798         * src/localfolder.c
1799         * src/matcher.c
1800         * src/mimeview.c
1801         * src/prefs_msg_colors.c
1802         * src/prefs_spelling.c
1803         * src/prefs_themes.c
1804         * src/procmime.c
1805         * src/procmsg.c
1806         * src/stock_pixmap.c
1807         * src/summaryview.c
1808         * src/textview.c
1809         * src/toolbar.c
1810         * src/common/mgutils.c
1811         * src/common/prefs.c
1812         * src/common/ssl_certificate.c
1813         * src/gtk/colorlabel.c
1814         * src/gtk/quicksearch.c
1815         * src/plugins/pgpmime/pgpmime.c
1816         * src/plugins/spamassassin/spamassassin.c
1817                 Removed redundant NULL checks for g_free() calls.
1818                 Patch by Pawel Pekala.
1819
1820 2006-04-06 [mones]      2.1.0cvs6
1821
1822         * src/prefs_actions.c
1823         * src/prefs_filtering.c
1824         * src/prefs_filtering_action.c
1825         * src/prefs_matcher.c
1826         * src/prefs_template.c
1827         * src/gtk/gtkutils.c
1828         * src/gtk/gtkutils.h
1829                 Have a nice replace button. Patch by Pawel Pekala
1830
1831 2006-04-06 [colin]      2.1.0cvs5
1832
1833         * src/addressbook.c
1834                 Fix crash with empty columns
1835
1836 2006-04-05 [colin]      2.1.0cvs4
1837
1838         * src/wizard.c
1839         * src/prefs_gtk.c
1840                 Allow wizard customization with pre-filled values
1841
1842 2006-04-05 [colin]      2.1.0cvs3
1843
1844         * src/textview.c
1845         * src/mimeview.c
1846         * src/mimeview.h
1847                 Nicer messages in mimeview
1848
1849 2006-04-05 [colin]      2.1.0cvs2
1850
1851         * src/addressbook.c
1852         * src/prefs_summaries.c
1853                 i18n fix
1854
1855 2006-04-05 [colin]      2.1.0cvs1
1856
1857         * src/plugins/pgpcore/plugin.c
1858         * src/plugins/pgpcore/select-keys.c
1859         * src/plugins/pgpcore/select-keys.h
1860         * src/plugins/pgpcore/sgpgme.c
1861         * src/plugins/pgpcore/sgpgme.h
1862         * src/plugins/pgpinline/pgpinline.c
1863         * src/plugins/pgpinline/plugin.c
1864         * src/plugins/pgpmime/pgpmime.c
1865         * src/plugins/pgpmime/plugin.c
1866                 Factorize and generalize a bit 
1867                 Drop S/MIME signature verification from PGP/MIME
1868                 (adding it as another, more complete plugin)
1869
1870 2006-04-05 [paul]       2.1.0
1871
1872         2.1.0 released
1873
1874 2006-04-05 [paul]       2.0.0cvs186
1875
1876         * manual/advanced.xml
1877                 add info on colour labels
1878
1879 2006-04-05 [paul]       2.0.0cvs185
1880
1881         * po/bg.po
1882         * po/cs.po
1883         * po/de.po
1884         * po/el.po
1885         * po/en_GB.po
1886         * po/fi.po
1887         * po/fr.po
1888         * po/it.po
1889         * po/nl.po
1890         * po/pl.po
1891         * po/pt_BR.po
1892         * po/sr.po
1893         * po/zh_CN.po
1894                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
1895                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
1896                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
1897                 Guimaraes, Aleksandar Urosevic, Ralgh Young
1898         * src/gtk/authors.h
1899         * tools/claws.i18n.status.pl
1900                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
1901                 and new Czech translator, Tim <timbrain@post.cz>
1902
1903 2006-04-05 [mones]      2.0.0cvs184
1904
1905         * po/es.po
1906                 Updated translation
1907
1908 2006-04-05 [colin]      2.0.0cvs183
1909
1910         * src/gtk/quicksearch.c
1911                 Fix bug #929 (unnecessary reload in quick search bar)
1912
1913 2006-04-05 [colin]      2.0.0cvs182
1914
1915         * src/compose.c
1916                 Fix crash on Reply with no From:
1917                 Show signature and conversion error on queuing 
1918                 (but not sending)
1919         * src/mainwindow.c
1920         * src/summaryview.c
1921         * src/summaryview.h
1922                 Factorize threading code and make sure msginfo 
1923                 is not null when it comes from a GtkCTreeRow's 
1924                 data
1925         * src/gtk/gtkaspell.c
1926                 Check for necessary things
1927         * src/gtk/gtksctree.c
1928         * src/gtk/gtksctree.h
1929                 Reset anchor if necessary when removing node
1930
1931 2006-03-29 [colin]      2.0.0cvs181
1932
1933         * src/folderview.c
1934                 Warn for disabled IMAP accounts (due to lack of
1935                 libetpan). Breaks string-freeze - sorry - but it
1936                 is kind of important ;)
1937
1938 2006-03-28 [colin]      2.0.0cvs180
1939
1940         * src/gtk/gtkutils.c
1941         * src/gtk/gtkutils.h
1942                 Add a gtkut_get_link_btn() function that
1943                 creates a button which acts like an URI
1944         * src/prefs_themes.c
1945         * src/gtk/about.c
1946                 Use this function (factorizes codes)
1947         * src/common/defs.h
1948         * src/gtk/pluginwindow.c
1949                 Add a "Get more..." in the plugins window
1950
1951 2006-03-28 [colin]      2.0.0cvs179
1952
1953         * src/common/smtp.c
1954         * src/common/passcrypt.c
1955         * src/undo.c
1956                 Warning fixes. Patch by Pawel Pekala
1957
1958 2006-03-27 [colin]      2.0.0cvs178
1959
1960         * src/undo.c
1961                 Fix undoing by blocks with spaces
1962
1963 2006-03-27 [colin]      2.0.0cvs177
1964
1965         * src/textview.c
1966                 Set margin to 3px for headers
1967
1968 2006-03-27 [paul]
1969
1970         2.1.0-rc2 released
1971
1972 2006-03-27 [wwp]        2.0.0cvs176
1973
1974         * src/summaryview.c
1975                 don't reset quicksearch when updating the message list.
1976                 Thanks to Colin.
1977
1978 2006-03-26 [wwp]        2.0.0cvs175
1979
1980         * src/compose.c
1981                 use a unified border width ('other' tab in the compose window,
1982                 patch by Pawel Pekala).
1983
1984
1985 2006-03-26 [wwp]        2.0.0cvs174
1986
1987         * src/common/quoted-printable.c
1988         * src/addressbook.c
1989                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
1990
1991 2006-03-26 [colin]      2.0.0cvs173
1992
1993         * src/quote_fmt_parse.y
1994                 Fix non-UTF8 date formats messing up the whole quote a 
1995                 little bit
1996
1997 2006-03-26 [colin]      2.0.0cvs172
1998
1999         * src/procheader.c
2000                 Make sure the date is UTF8 valid, or try to make it
2001                 so. IncrediMail is really IncrediStupid.
2002         * src/compose.c
2003                 Fix possible conversions. 
2004                 
2005
2006 2006-03-26 [colin]      2.0.0cvs171
2007
2008         * src/matcher.c
2009                 Fix corner cases in body search. This is still a
2010                 hack... It seems impossible to make it good and 
2011                 reasonably fast at the same time.
2012
2013 2006-03-26 [colin]      2.0.0cvs170
2014
2015         * src/summaryview.c
2016                 I think I killed the twilight zone bug!
2017                 summary_select_node() flushes GTK events in order
2018                 to be able to center the view. But this also 
2019                 flushes keypresses like Ctrl-Alt-U, so this can
2020                 call summary_show from summary_select_node (itself
2021                 called from summary_show, etc.). And the summaryview
2022                 has to be unlocked in this function. So just locking
2023                 while processing GTK events, and bailing if locked, 
2024                 should fix it.
2025                 Fixes bug #927 (SIGSEGV during Update Summary)
2026
2027 2006-03-25 [colin]      2.0.0cvs169
2028
2029         * src/matcher.c
2030                 Fix search in QP-encoded bodies
2031                 Fix utf-8 searches in bodies encoded in the
2032                 locale's encoding
2033         * src/common/quoted-printable.c
2034         * src/common/quoted-printable.h
2035                 Add a decode function that doesn't overwrite
2036                 the original pointer
2037                 
2038
2039 2006-03-24 [colin]      2.0.0cvs168
2040
2041         * src/action.c
2042         * src/summaryview.c
2043         * src/summaryview.h
2044                 Update message cache after action
2045                 Patch by H. Merijn Brand
2046         * src/prefs_msg_colors.c
2047                 Factorize label 
2048                 Patch by Fabien Vantard
2049         * src/plugins/spamassassin/spamassassin_gtk.c
2050                 Remove useless translation
2051                 Patch by Fabien Vantard
2052
2053 2006-03-23 [colin]      2.0.0cvs167
2054
2055         * src/common/ssl.c
2056                 Let 30 seconds to SSL_connect
2057
2058 2006-03-23 [wwp]        2.0.0cvs166
2059
2060         * src/summaryview.c
2061         * src/gtk/description_window.c
2062                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2063                 and headers are translated; adjust description windows' width to fit their
2064                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2065
2066 2006-03-23 [paul]       2.0.0cvs165
2067
2068         * src/common/utils.c
2069                 fix highlighting of URIs containing "()"
2070                 (2.0.0cvs164's reversal fixed)
2071                 Thanks to Colin.
2072
2073 2006-03-23 [paul]       2.0.0cvs164
2074
2075         * src/common/utils.c
2076                 revert patch, (postponing a fix), at 2.0.0cvs120
2077                 as it breaks more URIs than it fixes.
2078                 Allow '-' to be a terminating character in a URI
2079
2080 2006-03-22 [colin]      2.0.0cvs163
2081
2082         * configure.ac
2083                 Require libetpan 0.45
2084                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2085
2086 2006-03-22 [paul]       2.0.0cvs162
2087
2088         * src/editgroup.c
2089                 replace '<-' and '->' buttons with GTK_STOCK graphical
2090                 buttons
2091         * src/summary_search.c
2092                 don't offer '...' for translation
2093                 add a tooltip to advanced search '...' button
2094         * src/gtk/quicksearch.c
2095                 don't offer '...' for translation
2096
2097 2006-03-21 [colin]      2.0.0cvs161
2098
2099         * src/compose.c
2100                 Fix middle-click pasting (insert at click
2101                 position instead of cursor position, don't
2102                 remove existing selection and allow pasting
2103                 our own selection)
2104         * src/addressbook.c
2105                 "LDAP Server" -> "LDAP servers"
2106
2107 2006-03-21 [wwp]        2.0.0cvs160
2108
2109         * src/etpan/imap-thread.c
2110                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2111
2112 2006-03-20 [colin]      2.0.0cvs159
2113
2114         * src/summaryview.c
2115                 Don't reload summaryview after an execute with no
2116                 move action
2117
2118 2006-03-19 [colin]      2.0.0cvs158
2119
2120         * src/addressbook.c
2121                 and put groups at the top, always
2122
2123 2006-03-19 [colin]      2.0.0cvs157
2124
2125         * src/addressbook.c
2126                 Order groups before names, as previously
2127
2128 2006-03-19 [colin]      2.0.0cvs156
2129
2130         * src/addressbook.c
2131                 - Sort case-unsensitive
2132                 - Put the sort arrow at opening too
2133
2134 2006-03-19 [wwp]        2.0.0cvs155
2135
2136         * src/addressbook.c
2137                 allow sorting by name/email/remarks, ensure that right-pane's contents
2138                 matches the left-pane selection (cleared when appropriate).
2139                 Patch by Pawel Pekala <c0rn@o2.pl>.
2140
2141 2006-03-18 [colin]      2.0.0cvs154
2142
2143         * src/textview.c
2144                 Fix text cursor ;)
2145
2146 2006-03-18 [colin]      2.0.0cvs153
2147
2148         * src/gtk/filesel.c
2149                 Make sure we hide the preview if we didn't get
2150                 a filename
2151
2152 2006-03-18 [colin]      2.0.0cvs152
2153
2154         * src/summaryview.c
2155                 Set cursor to watch for execution (fixes lack
2156                 of watch-cursor when dnd'ing hundreds of mails)
2157         * src/gtk/filesel.c
2158                 Check that mime type is 'image/*' before updating
2159                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2160
2161 2006-03-18 [colin]      2.0.0cvs151
2162
2163         * src/mainwindow.c
2164         * src/textview.c
2165         * src/textview.h
2166                 Put a watch cursor in textview too when the mainwindow's
2167                 cursor in a watch
2168
2169 2006-03-18 [colin]      2.0.0cvs150
2170
2171         * src/folder.c
2172                 Change wrong asserts to simple tests
2173
2174 2006-03-17 [colin]      2.0.0cvs149
2175
2176         * src/mainwindow.c
2177         * src/mainwindow.h
2178         * src/prefs_msg_colors.c
2179         * src/summaryview.c
2180         * src/summaryview.h
2181         * src/gtk/colorlabel.c
2182         * src/gtk/colorlabel.h
2183                 Add a color label menu in the main menubar
2184                 Add (fixed) accels Ctrl-{0-7} to change the color
2185                 They have to be fixed because the menu's dynamic,
2186                 the items are complex widgets, hence we can't use
2187                 a GtkItemFactory.
2188
2189
2190 2006-03-17 [wwp]        2.0.0cvs148
2191
2192         * src/compose.c
2193                 rollback few lines from my previous commit (those lines come from
2194                 a pending patch, accidentally commited, even if neutral as they are
2195                 commented out).
2196
2197 2006-03-17 [wwp]        2.0.0cvs147
2198
2199         * src/compose.c
2200                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2201                 applied code style/indentation to the modified function.
2202
2203 2006-03-17 [wwp]        2.0.0cvs146
2204
2205         * src/procmsg.c
2206         * src/compose.c
2207                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2208
2209 2006-03-17 [paul]
2210
2211         2.1.0-rc1 released
2212
2213 2006-03-17 [paul]       2.0.0cvs145
2214
2215         * src/main.c
2216                 addressbook_read_file() was called twice
2217         * src/textview.c
2218                 X-Mailer highlighting
2219
2220 2006-03-16 [colin]      2.0.0cvs144
2221
2222         * src/sourcewindow.c
2223         * src/sourcewindow.h
2224                 And the last one, in source window.
2225
2226 2006-03-16 [colin]      2.0.0cvs143
2227
2228         * src/compose.c
2229         * src/compose.h
2230                 Fix the same stuff in compose
2231
2232 2006-03-16 [colin]      2.0.0cvs142
2233
2234         * src/messageview.c
2235                 Complete the previous messageview crash fix
2236
2237 2006-03-16 [colin]      2.0.0cvs141
2238
2239         * src/procmsg.h
2240         * src/procmsg.c
2241         * src/folder.c
2242                 Fix POSTPROCESSING hook
2243                 Patch by H. Merijn Brand
2244
2245         * src/procmime.c
2246         * src/procmime.h
2247                 Parse Content-Location
2248
2249         * src/toolbar.c
2250         * src/messageview.c
2251         * src/messageview.h
2252                 Don't crash when a top-level MessageView has
2253                 been closed on us. Same problematic than
2254                 yesterday's quicksearch issue.
2255
2256 2006-03-15 [colin]      2.0.0cvs140
2257
2258         * src/gtk/quicksearch.c
2259                 Fix a bitchy race we didn't think about when we
2260                 added quicksearch cancellation:
2261                 If the search is not on cached fields, for example
2262                 body_part matchcase "stuff"
2263                 the matcher code has to get the whole message. If
2264                 we're on IMAP, that can be slow, and in order to
2265                 be non-blocking, the IMAP code idle loop processes
2266                 gtk events too. So it is possible to cancel a
2267                 quicksearch while the matcher is getting the mail's
2268                 body. After matcher got its body, it will start to
2269                 iterate over the matcher list that the Quicksearch's
2270                 clear_search_cb() just freed via prepare_matcher().
2271                 SIGSEGV ensues.
2272                 The fix consists of guarding the matcherlist_match()
2273                 call with a boolean 'matching'. If we reset the
2274                 quicksearch while matching is TRUE, we don't free
2275                 the matcherlist anymore like we did, but we set
2276                 another new flag, deferred_free, to TRUE. Then,
2277                 in quicksearch_match(), just after returning from
2278                 matcherlist_match() and unsetting the matching flag,
2279                 we check the deferred_free flag and do the
2280                 prepare_matcher() (which does the matcherlist_free)
2281                 for real, so we free the matcherlist once it's not
2282                 used anymore.
2283                 As all of this runs via the glib main loop, we
2284                 luckily don't need a mutex.
2285         * src/summaryview.c
2286                 Also, show progress while searching.
2287
2288
2289 2006-03-14 [colin]      2.0.0cvs139
2290
2291         * src/alertpanel.c
2292                 Make alertpanel_is_open non-static
2293
2294 2006-03-14 [colin]      2.0.0cvs138
2295
2296         * src/prefs_spelling.c
2297                 Cleanups - Fabien Vantard
2298
2299 2006-03-14 [wwp]        2.0.0cvs137
2300
2301         * src/main.c
2302                 code style normalization (curly braces, indentation).
2303
2304 2006-03-14 [wwp]        2.0.0cvs137
2305
2306         * src/main.c
2307                 code style (braces, indentation)
2308
2309 2006-03-12 [paul]       2.0.0cvs136
2310
2311         * src/prefs_common.c
2312                 trans_hdr defaults to FALSE to be RFC-savvy
2313         * src/prefs_summaries.c
2314                 add a tooltip to the trans_hdr option
2315                 
2316
2317 2006-03-12 [paul]       2.0.0cvs135
2318
2319         * src/prefs_matcher.c
2320                 give a little more width to the combos
2321         * src/prefs_display_header.c
2322         * src/textview.c
2323                 translate headers if prefs_common.trans_hdr
2324                 is TRUE
2325
2326         Patches by Pawel Pekala
2327
2328 2006-03-12 [paul]       2.0.0cvs134
2329
2330         * src/plugins/clamav/clamav_plugin.c
2331         * src/plugins/dillo_viewer/dillo_viewer.c
2332         * src/plugins/pgpcore/plugin.c
2333         * src/plugins/pgpinline/plugin.c
2334         * src/plugins/pgpmime/plugin.c
2335         * src/plugins/spamassassin/spamassassin.c
2336                 update/add to descriptions
2337         * src/plugins/spamassassin/spamassassin_gtk.c
2338                 fixes to the english, remove superfluous
2339                 tooltips, clean up a little
2340
2341 2006-03-12 [paul]       2.0.0cvs133
2342
2343         * src/compose.c
2344                 fix Bug 924, 'Account combo box shows up wrong 
2345                 if & is in account name'
2346
2347 2006-03-11 [colin]      2.0.0cvs132
2348
2349         * src/summaryview.c
2350                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2351                 messed up shift-selection because is slows down
2352                 moving around summaryview. thanks -users
2353
2354 2006-03-10 [colin]      2.0.0cvs131
2355
2356         * src/plugins/spamassassin/spamassassin_gtk.c
2357                 Put back Paul's engrish fixes
2358
2359 2006-03-10 [colin]      2.0.0cvs130
2360
2361         * src/plugins/spamassassin/spamassassin.c
2362         * src/plugins/spamassassin/spamassassin.h
2363         * src/plugins/spamassassin/spamassassin_gtk.c
2364                 Cleanup SA prefs page (more)
2365                 Patch by Fabien Vantard
2366
2367 2006-03-10 [paul]       2.0.0cvs129
2368
2369         * src/prefs_msg_colors.c
2370         * src/prefs_spelling.c
2371                 widget sensitivity
2372
2373 2006-03-09 [mones]      2.0.0cvs128
2374
2375         * po/es.po
2376                 Update for next RC
2377
2378 2006-03-09 [wwp]        2.0.0cvs127
2379
2380         * configure.ac
2381                 revert accidental commit (requirement for libetpan 0.43), this time
2382                 not in HEAD.
2383
2384 2006-03-09 [wwp]        2.0.0cvs125
2385
2386         * configure.ac
2387                 revert accidental commit (requirement for libetpan 0.43)
2388
2389 2006-03-09 [paul]       2.0.0cvs126
2390
2391         * src/prefs_receive.c
2392                 remove useless frame
2393                 replace 'incorporation' with 'receiving'
2394         * src/plugins/clamav/clamav_plugin_gtk.c
2395         * src/plugins/spamassassin/spamassassin_gtk.c
2396                 improve widget sensitivity
2397                 fix a bit his engrish
2398
2399 2006-03-09 [wwp]        2.0.0cvs125
2400
2401         * src/addressadd.c
2402         * src/foldersel.c
2403         * src/prefs_common.c
2404         * src/prefs_common.h
2405                 remember some more windows' sizes (add to addressbook and
2406                 select folder).
2407
2408 2006-03-09 [paul]       2.0.0cvs124
2409
2410         * src/plugins/pgpcore/prefs_gpg.c
2411                 normalise construction of dialogue
2412
2413 2006-03-09 [paul]       2.0.0cvs123
2414
2415         * src/plugins/trayicon/Makefile.am
2416                 add missing slash
2417
2418 2006-03-08 [colin]      2.0.0cvs122
2419
2420         * src/plugins/trayicon/Makefile.am
2421                 Fix build in separate dir 
2422                 Patch by Bamanzi <bamanzi@gmail.com>
2423
2424 2006-03-08 [colin]      2.0.0cvs121
2425
2426         * src/procmsg.c
2427                 Batch move and copies from summaryview with delayed execution
2428                 too
2429
2430 2006-03-07 [paul]       2.0.0cvs120
2431
2432         * src/common/utils.c
2433                 fix highlighting of URIs containing "()"
2434                 Patch by Pawel Pekala
2435
2436 2006-03-07 [paul]       2.0.0cvs119
2437
2438         * src/folder.c
2439         * src/folder.h
2440         * src/folderview.c
2441                 immediately do alphabetical resort when
2442                 changing a folder's name
2443                 Patch by Pawel Pekala
2444
2445 2006-03-07 [paul]       2.0.0cvs118
2446
2447         * src/news.c
2448         * src/news_gtk.c
2449                 when unsubscribing a newsgroup, remove the
2450                 folder and msgs in .sylpheed-claws/newscache
2451                 Patch by Pawel Pekala <c0rn@gazeta.pl>
2452
2453 2006-03-07 [paul]       2.0.0cvs117
2454
2455         * src/textview.c
2456                 fix wrong Fake URL Warning
2457                 Thanks to Hiro
2458
2459 2006-03-07 [colin]      2.0.0cvs116
2460
2461         * src/imap.c
2462                 Return immediately when password dialog was
2463                 cancelled
2464         * src/gtk/inputdialog.c
2465                 Allow empty strings for passwords
2466
2467
2468 2006-03-06 [colin]      2.0.0cvs115
2469
2470         * src/imap.c
2471                 Prevent double-timeouts when connection fails
2472
2473 2006-03-06 [colin]
2474
2475         2.0.1-rc1 released
2476
2477 2006-03-06 [colin]      2.0.0cvs114
2478
2479         * src/imap.c
2480                 Refresh session during potentially long
2481                 operations
2482
2483 2006-03-06 [wwp]        2.0.0cvs113
2484
2485         * src/prefs_msg_colors.h
2486                 forgot that one (custom color labels).
2487
2488 2006-03-06 [wwp]        2.0.0cvs112
2489
2490         * src/prefs_common.c
2491         * src/prefs_common.h
2492         * src/prefs_msg_colors.c
2493         * src/summaryview.c
2494         * src/summaryview.h
2495         * src/gtk/colorlabel.c
2496         * src/gtk/colorlabel.h
2497                 colors in messages list are now customizable. Color values and names can
2498                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2499                 Thanks to Paul and Colin for their help with this longstanding patch!
2500
2501 2006-03-06 [wwp]        2.0.0cvs111
2502
2503         * src/textview.c
2504                 don't crash if (x)face is bad.
2505
2506 2006-03-05 [paul]       2.0.0cvs110
2507
2508         * AUTHORS
2509         * configure.ac
2510         * src/Makefile.am
2511         * src/common/Makefile.am
2512         * src/common/utils.h
2513         * src/etpan/imap-thread.c
2514         * src/gtk/authors.h
2515         * src/plugins/clamav/Makefile.am
2516         * src/plugins/demo/Makefile.am
2517         * src/plugins/dillo_viewer/Makefile.am
2518         * src/plugins/pgpcore/Makefile.am
2519         * src/plugins/pgpcore/passphrase.c
2520         * src/plugins/pgpinline/Makefile.am
2521         * src/plugins/pgpmime/Makefile.am
2522         * src/plugins/spamassassin/Makefile.am
2523         * src/plugins/trayicon/Makefile.am
2524                 fix builiding on cygwin
2525                 Patch by Ralgh Young <bamanzi@gmail.com>
2526
2527 2006-03-04 [wwp]        2.0.0cvs109
2528
2529         * manual/keyboard.xml
2530                 fix mixed up/down keys.
2531
2532 2006-03-04 [wwp]        2.0.0cvs108
2533
2534         * README
2535         * INSTALL
2536                 updated links to SpamAssassin.
2537
2538 2006-03-04 [wwp]        2.0.0cvs107
2539
2540         * manual/plugins.xml
2541         * src/plugins/spamassassin/README
2542                 updated SpamAssassin plugin docs to reflect new functional additions
2543                 (also fix/update/documents few technical stuff more, see the README).
2544
2545 2006-03-04 [wwp]        2.0.0cvs106
2546
2547         * src/prefs_message.c
2548                 normalized capitalization of message-prefs paths.
2549
2550 2006-03-04 [wwp]        2.0.0cvs105
2551
2552         * manual/advanced.xml
2553                 typo.
2554
2555 2006-03-03 [colin]      2.0.0cvs104
2556
2557         * src/plugins/clamav/clamav_plugin_gtk.c
2558                 Rework prefs page, patch by Fabien 
2559
2560 2006-03-03 [colin]      2.0.0cvs103
2561
2562         * src/plugins/clamav/clamav_plugin.c
2563                 Set error on all errors
2564
2565 2006-03-03 [colin]      2.0.0cvs102
2566
2567         * src/common/plugin.c
2568                 Initialize error to avoid crashing when a plugin fails
2569                 without setting error
2570
2571 2006-03-02 [wwp]        2.0.0cvs101
2572
2573         * configure.ac
2574                 fixed linker flags for libetpan support on Cygwin
2575                 (thanks to H.Merijn Brand).
2576
2577 2006-03-02 [wwp]        2.0.0cvs100
2578
2579         * src/addressbook.c
2580                 fix some AB error messages: one for punctuation and
2581                 one wrongly duplicate (thanks, maxbritov).
2582
2583 2006-03-02 [wwp]        2.0.0cvs99
2584
2585         * src/plugins/spamassassin/spamassassin.c
2586                 make sync calls to sa-learn/spamc to prevent
2587                 system (whatever local or client/server) overload.
2588
2589 2006-03-02 [colin]      2.0.0cvs98
2590
2591         * src/summaryview.c
2592                 Put the spam icon in the status column instead of the
2593                 mark one
2594
2595 2006-03-01 [colin]      2.0.0cvs97
2596
2597         * src/plugins/spamassassin/spamassassin.c
2598                 Fix segfault (g_file_set_contents fails for some 
2599                 reason and err==0x2f. Can't find out why with
2600                 valgrind, using working function :-)
2601
2602 2006-03-01 [colin]      2.0.0cvs96
2603
2604         * src/inc.c
2605                 Offline overriding: let 'No' be cached only 3 seconds
2606
2607 2006-03-01 [colin]      2.0.0cvs95
2608
2609         * src/addr_compl.c
2610         * src/addrbook.c
2611         * src/addressbook.c
2612         * src/addrindex.c
2613         * src/folder_item_prefs.c
2614         * src/headerview.c
2615         * src/imap.c
2616         * src/inc.c
2617         * src/ldif.c
2618         * src/mainwindow.c
2619         * src/mh.c
2620         * src/msgcache.c
2621         * src/prefs_common.h
2622         * src/prefs_msg_colors.c
2623         * src/procheader.c
2624         * src/procheader.h
2625         * src/procmime.c
2626         * src/procmsg.c
2627         * src/procmsg.h
2628         * src/send_message.h
2629         * src/simple-gettext.c
2630         * src/summaryview.c
2631         * src/summaryview.h
2632         * src/syldap.c
2633         * src/textview.c
2634         * src/undo.c
2635         * src/common/ssl_certificate.c
2636         * src/common/utils.c
2637         * src/gtk/colorsel.c
2638         * src/gtk/gtksctree.c
2639         * src/gtk/gtkshruler.c
2640         * src/plugins/trayicon/trayicon.c
2641                 #if 0 goes to /dev/null
2642
2643 2006-03-01 [colin]      2.0.0cvs94
2644
2645         * src/compose.c
2646         * src/imap.c
2647         * src/inc.c
2648         * src/inc.h
2649         * src/messageview.c
2650         * src/news.c
2651         * src/plugins/spamassassin/spamassassin.c
2652                 Allow to add information in the "working offline"
2653                 window
2654
2655 2006-03-01 [wwp]        2.0.0cvs93
2656
2657         * src/plugins/spamassassin/spamassassin.c
2658                 fixed spamc invocation: use a tricky temporary mini shell wrapper
2659                 'cause it seems that calling `spamc ... < inputfile` with
2660                 g_spawn_(a)sync simply.. erm doesn't work :-).
2661
2662 2006-03-01 [wwp]        2.0.0cvs92
2663
2664         * src/toolbar.c
2665         * src/toolbar.h
2666                 simplify the adding of spam/ham button to the messageview toolbar
2667                 (it gets more clear now that the same button will be "Mark as spam"
2668                 or "Mark as ham" according to the current message status,
2669                 thanks to Colin).
2670
2671 2006-03-01 [wwp]        2.0.0cvs91
2672
2673         * src/messageview.c
2674         * src/procmsg.c
2675         * src/procmsg.h
2676         * src/summaryview.c
2677         * src/plugins/spamassassin/spamassassin.c
2678         * src/plugins/spamassassin/spamassassin.h
2679                 make learner callbacks return a status (0 for ok),
2680                 handle it in main code to avoid setting flags when learning failed,
2681                 don't learn on TCP if offline in spamassassin,
2682                 thanks to Colin.
2683
2684                 
2685
2686 2006-03-01 [wwp]        2.0.0cvs90
2687
2688         * src/compose.c
2689                 some work around the compose window's account menu,
2690                 patch by Fabien Vantard.
2691
2692 2006-03-01 [wwp]        2.0.0cvs89
2693
2694         * src/plugins/spamassassin/spamassassin.c
2695                 fixed bad logics, was using spamc in local mode and sa-learn
2696                 in remote mode (thanks, Colin).
2697
2698 2006-03-01 [wwp]        2.0.0cvs88
2699
2700         * src/plugins/spamassassin/spamassassin.c
2701         * src/plugins/spamassassin/spamassassin.h
2702         * src/plugins/spamassassin/spamassassin_gtk.c
2703                 made processing of emails w/ sa-plugin an option (default is TRUE),
2704                 fixed Engrish some tooltips, capitalization of some debug messages
2705                 and warnings. The spamassassin plugin now provides two separate
2706                 services: process emails upon incorporation and spamd training.
2707                 Both services (un)register independently but use some common
2708                 plugin settings (transport settings, spam storage location).
2709
2710 2006-02-28 [wwp]        2.0.0cvs87
2711
2712         * src/plugins/spamassassin/spamassassin.c
2713                 fix async flag to spamc cmdline execution (batch exec should
2714                 be asynchronous).
2715
2716 2006-02-27 [wwp]        2.0.0cvs86
2717
2718         * src/plugins/spamassassin/spamassassin.c
2719         * src/plugins/spamassassin/spamassassin.h
2720         * src/plugins/spamassassin/spamassassin_gtk.c
2721                 - added the ability to learn a remote spamassassin server (spamd),
2722                 using spamc.
2723                 - added the spamassassin option 'username', that applies to all
2724                 spamassassin operations (filtering, learning, local or remote).
2725                 The default username is the current unix user (if left blank
2726                 from gtk prefs or config file).
2727                 - commented out some unused code (notebook widget), removed unused
2728                 layout (hbox1).
2729                 - make more widgets sensitive to the transport type.
2730
2731 2006-02-27 [colin]      2.0.0cvs85
2732
2733         * src/plugins/spamassassin/spamassassin.c
2734                 Fix sa-learn call when offline
2735
2736 2006-02-27 [colin]      2.0.0cvs84
2737
2738         * configure.ac
2739         * src/Makefile.am
2740         * src/mainwindow.c
2741         * src/mainwindow.h
2742         * src/messageview.c
2743         * src/messageview.h
2744         * src/prefs_toolbar.c
2745         * src/procmsg.c
2746         * src/stock_pixmap.c
2747         * src/stock_pixmap.h
2748         * src/summaryview.c
2749         * src/toolbar.c
2750         * src/toolbar.h
2751         * src/pixmaps/ham_btn.xpm
2752         * src/pixmaps/spam.xpm
2753         * src/pixmaps/spam_btn.xpm
2754         * src/plugins/spamassassin/spamassassin.c
2755                 Add button in toolbar for spam learning
2756                 Fix a few bugs from the last related commit
2757                 Revert 1.9.6cvs23 which messed up shift-selection
2758
2759 2006-02-24 [colin]      2.0.0cvs83
2760
2761         * src/procmsg.c
2762         * src/summaryview.c
2763         * src/summaryview.h
2764         * src/plugins/spamassassin/spamassassin.c
2765         * src/plugins/spamassassin/spamassassin.h
2766         * src/plugins/spamassassin/spamassassin_gtk.c
2767                 Unregister learner when spamassassin is either
2768                 disabled or over tcp
2769
2770 2006-02-24 [colin]      2.0.0cvs82
2771
2772         * src/Makefile.am
2773         * src/mainwindow.c
2774         * src/mainwindow.h
2775         * src/procmsg.c
2776         * src/procmsg.h
2777         * src/stock_pixmap.c
2778         * src/stock_pixmap.h
2779         * src/summaryview.c
2780         * src/summaryview.h
2781         * src/gtk/icon_legend.c
2782         * src/pixmaps/spam.xpm  ** NEW FILE **
2783         * src/plugins/spamassassin/spamassassin.c
2784         * src/plugins/spamassassin/spamassassin_gtk.c
2785                 Add spam learning interface (Mark/Mark as 
2786                 (spam|ham) menus)
2787
2788 2006-02-24 [wwp]        2.0.0cvs81
2789
2790         * src/compose.c
2791         * src/compose.h
2792         * src/filtering.c
2793                 hide compose window when sending message in batch mode
2794                 (filtering: forward and redirect). Also fixed a wrong
2795                 value returned when sending failed, neutral anyway.
2796                 (Colin, me) 
2797
2798 2006-02-24 [wwp]        2.0.0cvs80
2799
2800         * src/mainwindow.c
2801                 use GTK+'s stock quit button. Patch by Fabien Vantard.
2802
2803 2006-02-24 [paul]       2.0.0cvs79
2804
2805         * src/news.c
2806         * src/news.h
2807         * src/news_gtk.c
2808                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
2809                 Thanks to Colin
2810
2811 2006-02-23 [colin]      2.0.0cvs78
2812
2813         * src/alertpanel.c
2814                 Change OK to Close in alertpanel with View log
2815                 button; add accel to View log. Patch by Fabien
2816                 Vantard
2817
2818 2006-02-23 [wwp]        2.0.0cvs77
2819
2820         * src/compose.c
2821                 silly me, there were much more tests to perform, since toolbars can
2822                 really have down to 1 element only.
2823
2824 2006-02-23 [wwp]        2.0.0cvs76
2825
2826         * commitHelper
2827                 fixed indentation from my previous commit. Fallback to VISUAL if
2828                 EDITOR is not set (and to vi, at last resort).
2829
2830 2006-02-23 [wwp]        2.0.0cvs75
2831
2832         * commitHelper
2833                 improved error detection (Colin, me).
2834
2835 2006-02-23 [wwp]        2.0.0cvs74
2836
2837         * src/prefs_toolbar.c
2838                 simplify and fix prefs/toolbars layouting. Combos' contents can
2839                 now be really displayed.
2840
2841 2006-02-23 [wwp]        2.0.0cvs73
2842         simplifies and fix prefs/toolbars layouting. Combos' contents can now
2843         be really displayed.
2844
2845 2006-02-22 [wwp]        2.0.0cvs72
2846
2847         * src/compose.c
2848                 fix a typo in my previous commit (sorry!).
2849
2850 2006-02-22 [wwp]        2.0.0cvs71
2851
2852         * src/prefs_toolbar.c
2853                 fix a crash when adding separators to toolbars,
2854                 also fix some separator item information.
2855
2856 2006-02-22 [wwp]        2.0.0cvs70
2857
2858         * src/compose.c
2859                 fix a crash when redirecting (for instance) when compose window's
2860                 toolbar contents has been customized (when some buttons have been
2861                 removed in fact).
2862
2863 2006-02-21 [wwp]        2.0.0cvs69
2864
2865         * src/summaryview.c
2866         * src/gtk/pluginwindow.c
2867         * src/plugins/pgpcore/prefs_gpg.c
2868                 fix some compilation warnings (feat. remains of removed code).
2869
2870 2006-02-21 [wwp]        2.0.0cvs68
2871
2872         * src/gtk/gtkutils.c
2873                 fix two compilation issues, thanks to Stephan Sachse.
2874
2875 2006-02-20 [colin]      2.0.0cvs67
2876
2877         * src/mainwindow.c
2878                 Don't reselect displayed mail on refocus
2879                 This fixes actions misbehaving 
2880
2881 2006-02-20 [wwp]        2.0.0cvs66
2882
2883         * src/summaryview.c
2884         * src/gtk/gtksctree.c
2885         * src/gtk/gtkshruler.c
2886                 changed more runtime typecast checks.
2887
2888 2006-02-20 [wwp]        2.0.0cvs65
2889
2890         * src/summary_search.c
2891                 find all - summaryview refresh issue fixed, thanks to Colin.
2892
2893 2006-02-20 [wwp]        2.0.0cvs64
2894
2895         * src/gtk/gtkutils.c
2896                 better runtime typecast checks.
2897
2898 2006-02-20 [wwp]        2.0.0cvs63
2899
2900         * src/summary_search.c
2901                 enhancements to the summary search:
2902                         - add the ability to stop the running search
2903                           (upon ESC-key press, new Stop button or when Clear button is pressed)
2904                         - don't search if no criteria (From/To/Subject/Body) is set
2905                         - ensure that a busy mouse pointer is always shown when searching,
2906                           show it even a bit earlier
2907
2908 2006-02-19 [colin]      2.0.0cvs62
2909
2910         * src/compose.c
2911         * src/imap.c
2912         * src/etpan/imap-thread.c
2913         * src/etpan/imap-thread.h
2914                 (Future) IMAP speed improvement on sending
2915                 Will require a libetpan update
2916         * src/summaryview.c
2917         * src/gtk/quicksearch.c
2918                 Make quicksearch clearable while running.
2919
2920 2006-02-17 [colin]      2.0.0cvs61
2921
2922         * src/imap.c
2923         * src/etpan/imap-thread.c
2924         * src/etpan/imap-thread.h
2925                 Check for IMAP certificates
2926                 ** Requires libetpan-0.42-cvs4 
2927                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
2928
2929 2006-02-17 [colin]      2.0.0cvs60
2930
2931         * src/messageview.c
2932         * src/prefs_common.c
2933         * src/prefs_common.h
2934         * src/prefs_message.c
2935                 Add pref to display HTML-only mails with plugin, 
2936                 if possible (defaulting to FALSE of course).
2937
2938 2006-02-16 [colin]      2.0.0cvs59
2939
2940         * src/main.c
2941         * src/common/plugin.c
2942         * src/common/plugin.h
2943         * src/gtk/pluginwindow.c
2944                 Keep track of requested (but unloaded) plugins
2945                 in some error cases.
2946
2947 2006-02-16 [wwp]        2.0.0cvs58
2948
2949         * src/gtk/gtkaspell.c
2950         * src/gtk/gtkaspell.h
2951         * src/prefs_spelling.c
2952         * src/compose.c
2953         * src/prefs_common.c
2954         * src/prefs_common.h
2955                 implemented new optional spellchecker behaviour: re-check message when
2956                 dictionary got changed (from compose-window/context-menu/Change dictionary).
2957
2958 2006-02-16 [wwp]        2.0.0cvs57
2959
2960         * src/quote_fmt_parse.y
2961                 pclose popen'ed pipe.
2962
2963 2006-02-15 [colin]      2.0.0cvs56
2964
2965         * src/mimeview.c
2966         * src/mimeview.h
2967                 Let MimeViewers know which MimeView they
2968                 depend of.
2969         * src/summaryview.c
2970                 Swap From/To columns in Sent/Queue/Drafts
2971                 folders
2972         * src/etpan/imap-thread.c
2973                 Use mailstream_low_tls_open() for STARTTLS
2974                 instead of mailstream_low_ssl_open()
2975                 ** REQUIRES libetpan 0.42cvs3 **
2976
2977 2006-02-15 [wwp]        2.0.0cvs55
2978
2979         * src/compose.c
2980         * src/compose.h
2981         * src/message_search.c
2982         * src/message_search.h
2983         * src/textview.c
2984         * src/gtk/gtkutils.c
2985         * src/gtk/gtkutils.h
2986                 added the ability to Find text in the compose window (and a bit
2987                 of code factorization).
2988
2989 2006-02-15 [wwp]        2.0.0cvs54
2990
2991         * src/prefs_gtk.c
2992                 yet another one file was missing (fix for some widgets' sensitivity).
2993                 Thanks Colin!
2994
2995 2006-02-15 [wwp]        2.0.0cvs53
2996
2997         * src/prefs_gtk.h
2998                 oops forgot that file (fix for some widgets' sensitivity).
2999
3000 2006-02-15 [wwp]        2.0.0cvs52
3001
3002         * src/summary_search.c
3003                 implemented advanced summary search options (added the ability
3004                 to use matcher conditions in an advanced search mode).
3005
3006 2006-02-15 [wwp]        2.0.0cvs51
3007
3008         * src/plugins/pgpcore/prefs_gpg.c
3009         * src/prefs_account.c
3010                 fix some widget sensitivity, mostly around some labels in
3011                 account prefs.
3012
3013 2006-02-15 [paul]       2.0.0cvs50
3014
3015         * manual/advanced.xml
3016                 improve Templates info
3017                 written by wwp
3018
3019 2006-02-14 [colin]      2.0.0cvs49
3020
3021         * src/pixmaps/address_book.xpm
3022         * src/pixmaps/preferences.xpm
3023         * src/pixmaps/properties.xpm
3024                 Fix pixmap size - patch by Fabien Vantard
3025
3026 2006-02-13 [colin]      2.0.0cvs48
3027
3028         * src/procmime.c
3029                 Add missing fclose()s on error
3030         * src/textview.c
3031                 Remove unused code
3032         * src/common/utils.c
3033                 Fix temp files not being deleted on windows
3034         Patches by Thomas Gilgin
3035
3036 2006-02-13 [colin]      2.0.0cvs47
3037
3038         * src/mainwindow.c
3039                 Fix exit crash
3040
3041 2006-02-13 [wwp]        2.0.0cvs46
3042
3043         * src/plugins/pgpcore/prefs_gpg.c
3044                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3045
3046 2006-02-12 [colin]      2.0.0cvs45
3047
3048         * src/folderview.c
3049         * src/main.c
3050         * src/mainwindow.c
3051                 Fix "stuff" when quitting
3052
3053 2006-02-12 [wwp]        2.0.0cvs44
3054
3055         * src/prefs_themes.c
3056                 fix typos in debug messages.
3057
3058 2006-02-11 [colin]      2.0.0cvs43
3059
3060         * src/summaryview.c
3061                 don't allow drag/drop from ourself
3062
3063 2006-02-10 [wwp]        2.0.0cvs42
3064
3065         * src/exporthtml.c
3066         * src/html.c
3067         * src/html.h
3068         * src/procmime.c
3069         * src/textview.c
3070                 renamed html_ prefixed functions and data structures to avoid
3071                 namespace clashes w/ other software (gtkhtml2 for instance).
3072                 Closes bug #907.
3073
3074
3075 2006-02-09 [colin]      2.0.0cvs41
3076
3077         * src/summaryview.c
3078                 Fix shitty logic messed up. Thanks Ticho for the hint!
3079
3080 2006-02-09 [wwp]        2.0.0cvs40
3081
3082         * src/gtk/about.c
3083         * src/compose.c
3084         * src/prefs_account.c
3085         * src/prefs_gtk.h
3086         * src/editaddress.c
3087                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3088                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3089                 Browse buttons in accounts prefs.
3090
3091 2006-02-09 [colin]      2.0.0cvs39
3092
3093         * src/matcher.c
3094                 Check for pointer before using its members
3095         * src/gtk/gtksourceprintjob.c
3096                 Fix a wrong warning
3097
3098 2006-02-09 [wwp]        2.0.0cvs38
3099
3100         * src/gtk/filesel.c
3101                 fix few compiler warnings (type mismatch).
3102
3103 2006-02-09 [paul]       2.0.0cvs37
3104
3105         * po/fr.po
3106                 updated by Fabien Vantard
3107
3108 2006-02-08 [colin]      2.0.0cvs36
3109
3110         * src/prefs_common.c
3111         * src/common/defs.h
3112         * src/common/plugin.c
3113                 allow windows and linux configurations to coexist
3114                 patch by Thomas Gilgin
3115
3116 2006-02-08 [colin]      2.0.0cvs35
3117
3118         * src/filtering.c
3119         * src/matcher.c
3120         * src/matcher.h
3121         * src/matcher_parser_parse.y
3122         * src/prefs_filtering_action.c
3123         * src/prefs_matcher.c
3124                 Add the "Ignore thread" filtering
3125                 action
3126
3127 2006-02-08 [colin]      2.0.0cvs34
3128
3129         * src/compose.c
3130         * src/procmime.c
3131         * src/procmime.h
3132                 Fix bug #905 (damaged attachment)
3133                 text files with raw \0's aren't really text files
3134         FOR_STABLE
3135
3136 2006-02-08 [colin]      2.0.0cvs33
3137
3138         * src/summaryview.c
3139                 Fix crasher introduced yesterday
3140
3141 2006-02-08 [wwp]        2.0.0cvs32
3142
3143         * src/compose.c
3144         * src/compose.h
3145                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3146
3147 2006-02-08 [wwp]        2.0.0cvs31
3148
3149         * src/prefs_template.c
3150                 templates enhancement: allow address completion for Cc and Bcc fields
3151                 (it was currently possible for the To field only)
3152
3153 2006-02-08 [colin]      2.0.0cvs30
3154
3155         * src/compose.c
3156                 Don't unblock if not blocked
3157         FOR_STABLE
3158
3159 2006-02-07 [colin]      2.0.0cvs29
3160
3161         * src/action.c
3162                 Forgot to refresh summaryview
3163
3164 2006-02-07 [colin]      2.0.0cvs28
3165
3166         * src/action.c
3167                 Freeze/thaw message list and folder list while
3168                 processing %as{} actions 
3169         * src/compose.c
3170                 Fix auto-wrap disabling after a middle-click
3171                 paste - FOR_STABLE
3172
3173 2006-02-07 [paul]       2.0.0cvs27
3174
3175         * src/folder.c
3176                 fix freeing of uninitialised pointers
3177                 Thanks to Colin
3178
3179 2006-02-06 [colin]      2.0.0cvs26
3180
3181         * src/folder.c
3182                 Use g_slist_prepend in potentially big list
3183
3184 2006-02-06 [colin]      2.0.0cvs25
3185
3186         * src/folder.c
3187                 Completely skip processing if it doesn't 
3188                 exist (faster!)
3189
3190 2006-02-06 [colin]      2.0.0cvs24
3191
3192         * src/folder.c
3193         * src/summaryview.c
3194                 Batch filtering in summaryview (from Tools menu)
3195                 and pre/post//-processing too
3196
3197 2006-02-06 [colin]      2.0.0cvs23
3198
3199         * src/procmsg.h
3200         * src/filtering.c
3201                 Use a special field for batch filtering instead
3202                 of stepping on deferred execution's toes
3203
3204 2006-02-06 [colin]      2.0.0cvs22
3205
3206         * src/action.c
3207         * src/filtering.c
3208         * src/filtering.h
3209         * src/folder.c
3210         * src/summaryview.c
3211                 Fix filtering via menus and actions
3212
3213 2006-02-06 [colin]      2.0.0cvs21
3214
3215         * src/imap.c
3216                 Put the added file directly to cache if possible (will work
3217                 with next libetpan)
3218         * src/filtering.c
3219         * src/filtering.h
3220         * src/inc.c
3221         * src/folder.c
3222         * src/mbox.c
3223         * src/procmsg.h
3224                 Move and copy filtered messages by batches instead of one
3225                 by one - faster on IMAP
3226         * src/procmsg.c
3227                 Add a function that'll possibly be useful later
3228
3229 2006-02-06 [colin]      2.0.0cvs20
3230
3231         * src/addressbook.c
3232                 Use internal mime-type instead of text/plain for d'n'd
3233         * src/compose.c
3234                 Allow attaching files from mimeview's icon list via d'n'd
3235         * src/folderview.c
3236         * src/folderview.h
3237                 Use internal mime-type instead of text/plain for d'n'd
3238                 Don't try to selected opened folder if none is
3239                 Factorize d'n'd from other apps code
3240         * src/headerview.c
3241         * src/textview.c
3242         * src/gtk/gtkutils.c
3243         * src/gtk/gtkutils.h
3244                 Factorize Face/X-Face stuff
3245         * src/mimeview.c
3246                 Fix d'n'd to other apps
3247         * src/prefs_message.c
3248                 Let the XFace pref be usable without libcompface as it also
3249                 applies to Face
3250         * src/summaryview.c
3251                 Fix d'n'd to other apps
3252                 Factorize d'n'd from other apps code
3253
3254 2006-02-06 [wwp]        2.0.0cvs19
3255
3256         * po/it.po
3257                 Italian translation fixes by Andrea Spadaccini (no more confusion
3258                 between filtering and processing, and few changes in the About
3259                 dialog).
3260
3261
3262 2006-02-06 [mones]      2.0.0cvs18
3263
3264         * src/gtk/icon_legend.c
3265                 Improved descriptions allowing better translations
3266
3267 2006-02-05 [colin]      2.0.0cvs17
3268
3269         * src/imap.c
3270                 Add the f*cking missing expunge that caused imap_fetch_env
3271                 to fail after an add_msgs ! :-///
3272         * src/etpan/imap-thread.c
3273                 Add a bit of debug
3274         FOR_STABLE
3275
3276 2006-02-05 [colin]      2.0.0cvs16
3277
3278         * src/common/utils.c
3279                 Don't check for return-path (or we can't put
3280                 back non-sent mails)
3281
3282 2006-02-05 [colin]      2.0.0cvs15
3283
3284         * src/textview.c
3285                 Don't try to display Face header in textview
3286                 when teh headerview's active
3287
3288 2006-02-05 [colin]      2.0.0cvs14
3289
3290         * tools/tbird2syl.py
3291         * tools/Makefile.am
3292                 Add script to import Thunderbird mails
3293
3294 2006-02-05 [colin]      2.0.0cvs13
3295
3296         * src/headerview.c
3297         * src/procheader.c
3298         * src/procmsg.c
3299         * src/procmsg.h
3300         * src/textview.c
3301                 Show Face headers - patch partially by Klaus Flittner
3302
3303 2006-02-05 [colin]      2.0.0cvs12
3304
3305         * src/folderview.c
3306         * src/summaryview.c
3307         * src/common/utils.c
3308         * src/common/utils.h
3309                 Let dnd work from mime icons to summaryview
3310                 and to folderview too
3311                 Add a crude test to avoid trying to add files
3312                 drag'n'dropped when they're not mails
3313
3314 2006-02-04 [colin]      2.0.0cvs11
3315
3316         * src/summaryview.c
3317         * src/mimeview.c
3318                 Fix utf8 conversion
3319
3320 2006-02-04 [colin]      2.0.0cvs10
3321
3322         * src/compose.c
3323         * src/folderview.c
3324         * src/mimeview.c
3325         * src/summaryview.c
3326         * src/summaryview.h
3327                 Added various drag and drop capas:
3328                 From                    To
3329                 summaryview             other apps
3330                 mimeview icons          other apps
3331                 other apps              summaryview
3332                 other apps              folderview
3333
3334                 This shouldn't have broken the existing:
3335                 From                    To
3336                 summaryview             folderview
3337                 folderview              folderview
3338                 summaryview             compose's attachments
3339
3340         Tests welcomed.
3341
3342 2006-02-02 [paul]       2.0.0cvs9
3343
3344         * src/mainwindow.c
3345                 move global option 'Set displayed columns...' out
3346                 of folder option grouping.
3347                 fix sensitivity of 'harvest addresses'
3348         FOR_STABLE
3349
3350 2006-02-01 [colin]      2.0.0cvs8
3351
3352         * src/mimeview.c
3353                 Revert the alertpanel patch, it sucks (intrusive
3354                 and gets in the way of "open")
3355
3356 2006-02-01 [colin]      2.0.0cvs7
3357
3358         * src/compose.c
3359         * src/prefs_account.c
3360         * src/prefs_common.c
3361         * src/common/defs.h
3362         * src/common/utils.c
3363         * src/common/utils.h
3364                 Add ability to edit the signature file
3365                 from the account preferences, and use
3366                 a default for the text editor.
3367                 Patch by Fabien Vantard
3368
3369 2006-02-01 [colin]      2.0.0cvs6
3370
3371         * src/mimeview.c
3372                 Try to get mime type by extension if it is
3373                 application/octet-stream
3374                 Display a window with possible choices when
3375                 encountering unknown mime types
3376         * src/gtk/filesel.c
3377         * src/gtk/filesel.h
3378                 Add preview
3379                 Allow multiple selection in filtered filesel
3380                 (patch by Fabien Vantard)
3381         * src/gtk/pluginwindow.c
3382                 Use it (patch by Fabien Vantard)
3383
3384 2006-02-01 [paul]       2.0.0cvs5
3385
3386         * src/jpilot.c
3387                 fix crash on creating jpilot address book
3388                 Thanks to Colin - FOR_STABLE
3389         * src/prefs_summaries.c
3390         * src/prefs_wrapping.c
3391         * src/gtk/icon_legend.c
3392         * src/gtk/quicksearch.c
3393                 string fixes and additions
3394
3395 2006-02-01 [paul]       2.0.0cvs4
3396
3397         * src/compose.c
3398         * src/mainwindow.c
3399         * src/messageview.c
3400         * src/prefs_send.c
3401                 add Arabic encoding option
3402                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
3403
3404 2006-01-31 [colin]      2.0.0cvs3
3405
3406         * src/plugins/pgpcore/passphrase.c
3407                 Convert passphrase to locale encoding
3408         * src/compose.c
3409                 Fix drafting on IMAP. Crappy bug sneaked in
3410                 the release :-/
3411         FOR_STABLE
3412
3413 2006-01-30 [paul]       2.0.0cvs2
3414
3415         * src/gtk/icon_legend.c
3416                 show the new entries
3417
3418 2006-01-30 [colin]      2.0.0cvs1
3419
3420         * src/manual.c
3421                 Check for the file to be present before 
3422                 enabling the menu - FOR_STABLE
3423         * src/gtk/icon_legend.c
3424                 Add folders icons (not all of them, there
3425                 are too much, but the most intriguing ones)
3426
3427 2006-01-30 [paul]       2.0.0
3428
3429         version 2.0.0 released
3430
3431 2006-01-30 [paul]       1.9.100cvs200
3432
3433         * manual/faq.xml
3434         * manual/gpl.xml
3435         * manual/intro.xml
3436         * manual/starting.xml
3437         * manual/sylpheed-claws-manual.xml
3438                 fixes, additions
3439
3440 2006-01-29 [mones]      1.9.100cvs199
3441
3442         * manual/account.xml
3443         * manual/advanced.xml
3444         * manual/glossary.xml
3445                 Some typos fixed, added LDIF term to glossary
3446         * po/es.po
3447                 Fixed leading plus symbol
3448
3449 2006-01-29 [paul]       1.9.100cvs198
3450
3451         * po/fi.po
3452         * po/sk.po
3453                 updated by Tommi Pirinen and Andrej Kacian
3454
3455 2006-01-29 [paul]       1.9.100cvs197
3456
3457         * src/gtk/authors.h
3458                 remove duplicates
3459
3460 2006-01-29 [paul]       1.9.100cvs196
3461
3462         * AUTHORS
3463         * po/nl.po
3464         * src/gtk/authors.h
3465         * tools/claws.i18n.status.pl
3466                 nl translation updated by Tim Dijkstra
3467
3468 2006-01-29 [paul]       1.9.100cvs195
3469
3470         * po/sr.po
3471         * po/sv.po
3472                 updated by Aleksandar Urosevic and Anders Troback
3473
3474 2006-01-28 [colin]      1.9.100cvs194
3475
3476         * src/gtk/gtksourceprintjob.c
3477                 Don't fiddle with PangoLayout when we
3478                 have an image
3479
3480 2006-01-28 [paul]       1.9.100cvs193
3481
3482         * AUTHORS
3483         * po/el.po
3484         * po/zh_CN.po
3485         * src/gtk/authors.h
3486         * tools/claws.i18n.status.pl
3487                 updated translations submitted by Stavros Giannouris
3488                 and Ralgh Young
3489
3490 2006-01-27 [colin]      1.9.100cvs192
3491
3492         * src/summaryview.c
3493         * src/gtk/gtksourceprintjob.c
3494                 Add image printing 
3495                 (libgnomeprint only, of course)
3496
3497 2006-01-27 [paul]       1.9.100cvs191
3498
3499         * po/fr.po
3500         * po/it.po
3501                 updated by Fabien Vantard and Andrea Spadaccini
3502
3503 2006-01-26 [colin]      1.9.100cvs190
3504
3505         * manual/Makefile.am
3506         * configure.ac
3507                 Make building the manual optional 
3508                 (--disable-manual)
3509
3510 2006-01-26 [paul]       1.9.100cvs189
3511
3512         * manual/glossary.xml
3513         * manual/plugins.xml
3514                 edited
3515         * po/en_GB.po
3516                 updated
3517
3518 2006-01-26 [paul]       1.9.100cvs188
3519
3520         * src/prefs_display_header.c
3521         * src/prefs_folder_column.c
3522         * src/prefs_msg_colors.c
3523         * src/prefs_summaries.c
3524         * src/prefs_summary_column.c
3525                 HIGify
3526
3527 2006-01-25 [colin]      1.9.100cvs187
3528
3529         * src/imap.c
3530                 Don't allow moving/copying mails between
3531                 queue/drafts and non-queue/drafts folders
3532                 Fixes bug #897 (message header is resetted 
3533                 if one is copied to Drafts)
3534
3535 2006-01-25 [colin]      1.9.100cvs186
3536
3537         * src/folder.c
3538         * src/mainwindow.c
3539                 Fix subscribed folders not found
3540         * src/compose.c
3541                 Don't try to encode as original mail's charset
3542                 if it's ascii 
3543
3544 2006-01-25 [paul]       1.9.100cvs185
3545
3546         * AUTHORS
3547         * po/Makevars
3548                 updated
3549         * po/de.po
3550         * po/pl.po
3551         * po/pt_BR.po
3552         * po/sr.po
3553                 updates submitted by Stephan Sachse, Emilian Nowak
3554                 and Quar, Frederico Goncalves Guimaraes, and
3555                 Aleksandar Urosevic
3556                 Fix Bug 896, 'PT_BR locale broken'.
3557         * src/gtk/authors.h
3558                 updated
3559
3560 2006-01-24 [mones]      1.9.100cvs184
3561
3562         * manual/glossary.xml
3563                 All current terms finished. Reviewers welcome ;-)
3564         * manual/keyboard.xml
3565                 Fixed column width for pdf output.
3566         * po/es.po
3567                 Updated
3568
3569 2006-01-24 [paul]       1.9.100cvs183
3570
3571         * manual/glossary.xml
3572                 fix id name
3573         * manual/dist/html/Makefile.am
3574         * manual/dist/pdf/Makefile.am
3575         * manual/dist/ps/Makefile.am
3576         * manual/dist/txt/Makefile.am
3577                 fix make deps
3578                 Thanks to Colin
3579
3580 2006-01-24 [mones]      1.9.100cvs182
3581
3582         * manual/glossary.xml
3583                 Nearly finished, some terms missing.
3584
3585 2006-01-23 [paul]       1.9.100cvs181
3586
3587         * manual/dist/html/Makefile.am
3588         * manual/dist/pdf/Makefile.am
3589         * manual/dist/ps/Makefile.am
3590         * manual/dist/txt/Makefile.am
3591         * src/mainwindow.c
3592                 re-enable manual
3593                 Thanks to Colin
3594
3595 2006-01-22 [colin]      1.9.100cvs180
3596
3597         * src/compose.c
3598         * src/gtk/gtkaspell.c
3599                 Don't deselect stuff before right-clicking, with aspell.
3600                 (This prevented right-click Copy, for example).
3601                 Thanks to Clo!
3602
3603 2006-01-22 [paul]       1.9.100cvs179
3604
3605         * src/summary_search.c
3606                 don't fix the widget size as it causes problems
3607                 under localisation.
3608                 Thanks to Emilian Nowak
3609
3610 2006-01-21 [paul]       1.9.100cvs178
3611
3612         * src/prefs_themes.c
3613                 fix broken underlining of label text
3614                 with some translations
3615
3616 2006-01-21 [colin]      1.9.100cvs177
3617
3618         * po/fr.po
3619                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
3620
3621 2006-01-20 [colin]      1.9.100cvs176
3622
3623         * configure.ac
3624         * Makefile.am
3625         * manual/Makefile
3626         * manual/dist/html/.cvsignore
3627         * manual/dist/html/Makefile.am
3628         * manual/dist/pdf/.cvsignore
3629         * manual/dist/pdf/Makefile.am
3630         * manual/dist/ps/.cvsignore
3631         * manual/dist/ps/Makefile.am
3632         * manual/dist/txt/.cvsignore
3633         * manual/dist/txt/Makefile.am
3634                 Autotool-ize manual
3635
3636 2006-01-20 [paul]       1.9.100cvs175
3637
3638         * manual/handling.xml
3639                 make Filtering and Searching entries easier to find
3640         * manual/keyboard.xml
3641                 add the remaining default keybinds
3642         * src/prefs_summaries.c
3643                 update the default keybinds
3644
3645 2006-01-20 [paul]       1.9.100cvs174
3646
3647         * src/addressbook.c
3648         * src/addrgather.c
3649         * src/addrharvest.c
3650         * src/editaddress.c
3651         * src/editgroup.c
3652         * src/exphtmldlg.c
3653         * src/expldifdlg.c
3654         * src/exporthtml.c
3655         * src/exportldif.c
3656         * src/ldif.c
3657                 replace 'e-mail' with 'email'
3658         * src/summary_search.c
3659                 add mnemonic to "Find all" button
3660
3661 2006-01-20 [wwp]        1.9.100cvs173
3662
3663         * src/export.c
3664         * src/import.c
3665                 touched mbox import/export buttons for HIG-compliance
3666
3667 2006-01-19 [paul]       1.9.100cvs172
3668
3669         * manual/account.xml
3670         * manual/addrbook.xml
3671         * manual/advanced.xml
3672         * manual/faq.xml
3673         * manual/handling.xml
3674         * manual/intro.xml
3675         * manual/plugins.xml
3676         * manual/starting.xml
3677                 more editing
3678
3679 2006-01-19 [paul]       1.9.100cvs171
3680
3681         * src/toolbar.c
3682                 allow use of trash button while receiving
3683                 Thanks to Colin
3684
3685 2006-01-19 [wwp]        1.9.100cvs170
3686
3687         * src/gtk/quicksearch.c
3688         * src/compose.c
3689                 force text color to black when yellow background is set
3690
3691 2006-01-19 [colin]      1.9.100cvs169
3692
3693         * src/plugins/trayicon/trayicon.c
3694                 Gray out Get Mail when already getting mail
3695
3696 2006-01-18 [paul]       1.9.100cvs168
3697
3698         * src/compose.c
3699                 give widget yellow background was To is
3700                 set via folder prefs
3701         * src/gtk/quicksearch.c
3702                 give widget yellow background when quick
3703                 search is active.
3704                 Thanks to Colin
3705
3706 2006-01-18 [paul]       1.9.100cvs167
3707
3708         * doc/man/sylpheed-claws.1
3709                 add --subscribe option
3710
3711 2006-01-18 [paul]       1.9.100cvs166
3712
3713         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3714         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3715                 use %U instead of %F (%F is broken for user installed
3716                 files in kde 3.5)
3717
3718 2006-01-18 [colin]      1.9.100cvs165
3719
3720         * src/summaryview.c
3721                 Default to Yes in "No more * messages" dialogs
3722
3723 2006-01-17 [colin]      1.9.100cvs164
3724
3725         * src/compose.c
3726                 Possibly fix an invalid iterator causing
3727                 crash
3728
3729 2006-01-17 [colin]      1.9.100cvs163
3730
3731         * src/mimeview.c
3732                 Fix crash when the image disappears under the
3733                 image viewer
3734
3735 2006-01-16 [colin]      1.9.100cvs162
3736
3737         * src/compose.c
3738                 Fix reenabling autowrap
3739
3740 2006-01-16 [colin]      1.9.100cvs161
3741
3742         * src/compose.c
3743                 reset quote_len before getting quote_str
3744
3745 2006-01-16 [colin]      1.9.100cvs160
3746
3747         * src/account.c
3748         * src/account.h
3749         * src/folder.c
3750         * src/imap_gtk.c
3751         * src/mh_gtk.c
3752                 Fix bug #883 (default inbox does not track folder move)
3753
3754 2006-01-16 [colin]      1.9.100cvs159
3755
3756         * src/compose.c
3757         * src/plugins/pgpcore/passphrase.c
3758                 More buttons fixes
3759
3760 2006-01-16 [paul]       1.9.100cvs158
3761
3762         * src/prefs_actions.c
3763         * src/prefs_filtering_action.c
3764         * src/prefs_matcher.c
3765         * src/quote_fmt.c
3766         * src/gtk/description_window.c
3767         * src/gtk/description_window.h
3768         * src/gtk/quicksearch.c
3769                 description window cleanups
3770
3771 2006-01-15 [colin]      1.9.100cvs157
3772
3773         * src/addressbook.c
3774         * src/prefs_filtering.c
3775                 Same here
3776
3777 2006-01-15 [colin]      1.9.100cvs156
3778
3779         * src/folderview.c
3780         * src/mainwindow.c
3781                 Same for "Empty trash"
3782
3783 2006-01-15 [colin]      1.9.100cvs155
3784
3785         * src/inc.c
3786                 Override offline dialog had Yes by default
3787
3788 2006-01-15 [colin]      1.9.100cvs154
3789
3790         * src/summaryview.c
3791                 Delete selected messages? previously had Yes the default
3792
3793 2006-01-15 [colin]      1.9.100cvs153
3794
3795         * src/folder.c
3796         * src/folder.h
3797         * src/main.c
3798                 Check if a mailbox is loaded after all
3799                 plugins are loaded.
3800
3801 2006-01-15 [colin]      1.9.100cvs152
3802
3803         * src/folder.c
3804                 Don't start wizard when there are unloaded folders (will help
3805                 people with only mbox or maildir mailboxes)
3806
3807 2006-01-14 [colin]      1.9.100cvs151
3808
3809         * src/addressbook.c
3810         * src/expldifdlg.c
3811         * src/importldif.c
3812         * src/importmutt.c
3813         * src/importpine.c
3814         * src/mh_gtk.c
3815                 More HIG compliance and fixes
3816
3817 2006-01-14 [colin]      1.9.100cvs150
3818
3819         * src/prefs_filtering_action.c
3820         * src/foldersel.c
3821                 Two forgotten button order changes
3822
3823 2006-01-14 [colin]      1.9.100cvs149
3824
3825         * src/account.c
3826         * src/addressbook.c
3827         * src/compose.c
3828         * src/folderview.c
3829         * src/imap_gtk.c
3830         * src/mainwindow.c
3831         * src/mh_gtk.c
3832         * src/news_gtk.c
3833         * src/prefs_actions.c
3834         * src/prefs_customheader.c
3835         * src/prefs_filtering.c
3836         * src/prefs_matcher.c
3837         * src/prefs_template.c
3838         * src/ssl_manager.c
3839         * src/summaryview.c
3840         * src/textview.c
3841         * src/toolbar.c
3842                 All deletion confirmations are now "Cancel, Delete" 
3843                 instead of "No, Yes"
3844                 Clarified most of the other "No, Yes" to 
3845                 "Cancel, Descriptive_action"
3846                 Rechanged the "Entry not saved" alerts to have 
3847                 "Close, Continue editing"
3848
3849
3850 2006-01-14 [paul]
3851
3852         * 2.0.0-rc4 released
3853
3854 2006-01-14 [paul]       1.9.100cvs148
3855
3856         * src/account.c
3857         * src/addressadd.c
3858         * src/addressbook.c
3859         * src/compose.c
3860         * src/editaddress.c
3861         * src/editbook.c
3862         * src/editgroup.c
3863         * src/editjpilot.c
3864         * src/editldap.c
3865         * src/editvcard.c
3866         * src/exphtmldlg.c
3867         * src/expldifdlg.c
3868         * src/folderview.c
3869         * src/grouplistdialog.c
3870         * src/imap_gtk.c
3871         * src/importmutt.c
3872         * src/importpine.c
3873         * src/inc.c
3874         * src/main.c
3875         * src/mainwindow.c
3876         * src/message_search.c
3877         * src/messageview.c
3878         * src/mh_gtk.c
3879         * src/mimeview.c
3880         * src/news_gtk.c
3881         * src/prefs_actions.c
3882         * src/prefs_customheader.c
3883         * src/prefs_filtering.c
3884         * src/prefs_matcher.c
3885         * src/prefs_template.c
3886         * src/prefs_themes.c
3887         * src/ssl_manager.c
3888         * src/summary_search.c
3889         * src/summaryview.c
3890         * src/textview.c
3891         * src/toolbar.c
3892         * src/gtk/foldersort.c
3893         * src/gtk/gtkaspell.c
3894         * src/gtk/inputdialog.c
3895         * src/gtk/prefswindow.c
3896         * src/plugins/pgpcore/select-keys.c
3897         * src/plugins/trayicon/trayicon.c
3898                 HIG compliant button order
3899
3900 2006-01-14 [mones]      1.9.100cvs147
3901
3902         * po/es.po
3903                 Updated translation
3904
3905 2006-01-13 [paul]       1.9.100cvs146
3906
3907         * AUTHORS
3908         * ChangeLog
3909         * src/gtk/authors.h
3910                 add Joshua M. Kwan to contributors list
3911
3912 2006-01-13 [colin]      1.9.100cvs145
3913
3914         * src/gtk/quicksearch.c
3915                 Don't refocus quick search after executing (Esc or Enter)
3916                 Allows to '/'search something then move up/down in 
3917                 summaryview, and to Esc a search and be back in the 
3918                 summaryview
3919
3920 2006-01-13 [paul]       1.9.100cvs144
3921
3922         * src/plugins/pgpinline/pgpinline.c
3923                 support Content-Type 'application/pgp'
3924                 patch by Joshua M. Kwan <joshuak@users.sf.net>
3925
3926 2006-01-13 [paul]       1.9.100cvs143
3927
3928         * manual/account.xml
3929                 make mention of partial retrieval
3930                 thanks to Colin
3931
3932 2006-01-13 [paul]       1.9.100cvs142
3933
3934         * src/account.c
3935         * src/account.h
3936         * src/action.c
3937         * src/action.h
3938         * src/adbookbase.h
3939         * src/addr_compl.c
3940         * src/addr_compl.h
3941         * src/addrbook.c
3942         * src/addrcache.c
3943         * src/addrcache.h
3944         * src/addrcindex.c
3945         * src/addrcindex.h
3946         * src/addrclip.c
3947         * src/addrclip.h
3948         * src/addrdefs.h
3949         * src/addressadd.c
3950         * src/addressadd.h
3951         * src/addressbook.c
3952         * src/addressbook.h
3953         * src/addrgather.c
3954         * src/addrgather.h
3955         * src/addrharvest.c
3956         * src/addrharvest.h
3957         * src/addrindex.c
3958         * src/addrindex.h
3959         * src/addritem.c
3960         * src/addritem.h
3961         * src/addrquery.c
3962         * src/addrquery.h
3963         * src/addrselect.c
3964         * src/addrselect.h
3965         * src/alertpanel.c
3966         * src/alertpanel.h
3967         * src/browseldap.c
3968         * src/browseldap.h
3969         * src/codeconv.c
3970         * src/codeconv.h
3971         * src/compose.c
3972         * src/compose.h
3973         * src/customheader.c
3974         * src/customheader.h
3975         * src/displayheader.c
3976         * src/displayheader.h
3977         * src/editaddress.c
3978         * src/editaddress.h
3979         * src/editbook.c
3980         * src/editbook.h
3981         * src/editgroup.c
3982         * src/editgroup.h
3983         * src/editjpilot.c
3984         * src/editjpilot.h
3985         * src/editldap.c
3986         * src/editldap.h
3987         * src/editldap_basedn.c
3988         * src/editldap_basedn.h
3989         * src/editvcard.c
3990         * src/editvcard.h
3991         * src/exphtmldlg.c
3992         * src/exphtmldlg.h
3993         * src/expldifdlg.c
3994         * src/expldifdlg.h
3995         * src/export.h
3996         * src/exporthtml.c
3997         * src/exporthtml.h
3998         * src/exportldif.c
3999         * src/exportldif.h
4000         * src/filtering.c
4001         * src/filtering.h
4002         * src/folder.c
4003         * src/folder.h
4004         * src/folder_item_prefs.c
4005         * src/folder_item_prefs.h
4006         * src/foldersel.c
4007         * src/foldersel.h
4008         * src/folderutils.c
4009         * src/folderutils.h
4010         * src/folderview.c
4011         * src/folderview.h
4012         * src/grouplistdialog.c
4013         * src/grouplistdialog.h
4014         * src/headerview.c
4015         * src/html.c
4016         * src/html.h
4017         * src/image_viewer.c
4018         * src/image_viewer.h
4019         * src/imap.c
4020         * src/imap.h
4021         * src/imap_gtk.c
4022         * src/imap_gtk.h
4023         * src/import.h
4024         * src/importldif.c
4025         * src/importldif.h
4026         * src/importmutt.c
4027         * src/importmutt.h
4028         * src/importpine.c
4029         * src/importpine.h
4030         * src/inc.c
4031         * src/inc.h
4032         * src/jpilot.c
4033         * src/jpilot.h
4034         * src/ldapctrl.c
4035         * src/ldapctrl.h
4036         * src/ldaplocate.c
4037         * src/ldaplocate.h
4038         * src/ldapquery.c
4039         * src/ldapquery.h
4040         * src/ldapserver.c
4041         * src/ldapserver.h
4042         * src/ldaputil.c
4043         * src/ldaputil.h
4044         * src/ldif.c
4045         * src/ldif.h
4046         * src/main.c
4047         * src/main.h
4048         * src/mainwindow.c
4049         * src/mainwindow.h
4050         * src/manual.c
4051         * src/manual.h
4052         * src/mbox.c
4053         * src/mbox.h
4054         * src/message_search.c
4055         * src/message_search.h
4056         * src/messageview.c
4057         * src/messageview.h
4058         * src/mh.c
4059         * src/mh.h
4060         * src/mh_gtk.c
4061         * src/mh_gtk.h
4062         * src/mimeview.c
4063         * src/mimeview.h
4064         * src/msgcache.c
4065         * src/msgcache.h
4066         * src/mutt.c
4067         * src/mutt.h
4068         * src/news.c
4069         * src/news.h
4070         * src/news_gtk.c
4071         * src/news_gtk.h
4072         * src/partial_download.c
4073         * src/partial_download.h
4074         * src/pine.c
4075         * src/pine.h
4076         * src/pop.c
4077         * src/pop.h
4078         * src/prefs_account.c
4079         * src/prefs_account.h
4080         * src/prefs_actions.c
4081         * src/prefs_actions.h
4082         * src/prefs_common.c
4083         * src/prefs_common.h
4084         * src/prefs_compose_writing.c
4085         * src/prefs_compose_writing.h
4086         * src/prefs_customheader.c
4087         * src/prefs_customheader.h
4088         * src/prefs_display_header.c
4089         * src/prefs_display_header.h
4090         * src/prefs_filtering.c
4091         * src/prefs_filtering.h
4092         * src/prefs_filtering_action.c
4093         * src/prefs_filtering_action.h
4094         * src/prefs_folder_column.c
4095         * src/prefs_folder_column.h
4096         * src/prefs_folder_item.c
4097         * src/prefs_folder_item.h
4098         * src/prefs_fonts.c
4099         * src/prefs_fonts.h
4100         * src/prefs_gtk.c
4101         * src/prefs_gtk.h
4102         * src/prefs_image_viewer.c
4103         * src/prefs_image_viewer.h
4104         * src/prefs_matcher.c
4105         * src/prefs_matcher.h
4106         * src/prefs_message.c
4107         * src/prefs_msg_colors.c
4108         * src/prefs_msg_colors.h
4109         * src/prefs_other.c
4110         * src/prefs_quote.c
4111         * src/prefs_receive.c
4112         * src/prefs_send.c
4113         * src/prefs_spelling.c
4114         * src/prefs_spelling.h
4115         * src/prefs_summaries.c
4116         * src/prefs_summaries.h
4117         * src/prefs_summary_column.c
4118         * src/prefs_summary_column.h
4119         * src/prefs_template.c
4120         * src/prefs_template.h
4121         * src/prefs_themes.c
4122         * src/prefs_themes.h
4123         * src/prefs_toolbar.c
4124         * src/prefs_toolbar.h
4125         * src/prefs_wrapping.c
4126         * src/prefs_wrapping.h
4127         * src/privacy.c
4128         * src/privacy.h
4129         * src/procheader.c
4130         * src/procheader.h
4131         * src/procmime.c
4132         * src/procmime.h
4133         * src/procmsg.c
4134         * src/procmsg.h
4135         * src/quote_fmt.c
4136         * src/quote_fmt_parse.y
4137         * src/recv.c
4138         * src/recv.h
4139         * src/remotefolder.c
4140         * src/remotefolder.h
4141         * src/send_message.c
4142         * src/send_message.h
4143         * src/setup.c
4144         * src/setup.h
4145         * src/sourcewindow.c
4146         * src/sourcewindow.h
4147         * src/ssl_manager.c
4148         * src/ssl_manager.h
4149         * src/statusbar.c
4150         * src/statusbar.h
4151         * src/stock_pixmap.c
4152         * src/stock_pixmap.h
4153         * src/summary_search.c
4154         * src/summary_search.h
4155         * src/summaryview.c
4156         * src/summaryview.h
4157         * src/syldap.c
4158         * src/syldap.h
4159         * src/textview.c
4160         * src/textview.h
4161         * src/toolbar.c
4162         * src/toolbar.h
4163         * src/undo.c
4164         * src/undo.h
4165         * src/unmime.c
4166         * src/unmime.h
4167         * src/vcard.c
4168         * src/vcard.h
4169         * src/wizard.c
4170         * src/wizard.h
4171         * src/common/base64.c
4172         * src/common/base64.h
4173         * src/common/defs.h
4174         * src/common/hooks.c
4175         * src/common/hooks.h
4176         * src/common/log.c
4177         * src/common/log.h
4178         * src/common/mgutils.c
4179         * src/common/mgutils.h
4180         * src/common/nntp.c
4181         * src/common/nntp.h
4182         * src/common/passcrypt.c
4183         * src/common/passcrypt.h.in
4184         * src/common/plugin.c
4185         * src/common/plugin.h
4186         * src/common/prefs.c
4187         * src/common/prefs.h
4188         * src/common/progressindicator.c
4189         * src/common/progressindicator.h
4190         * src/common/quoted-printable.c
4191         * src/common/quoted-printable.h
4192         * src/common/session.c
4193         * src/common/session.h
4194         * src/common/smtp.c
4195         * src/common/smtp.h
4196         * src/common/socket.c
4197         * src/common/socket.h
4198         * src/common/ssl.c
4199         * src/common/ssl.h
4200         * src/common/ssl_certificate.c
4201         * src/common/ssl_certificate.h
4202         * src/common/stringtable.c
4203         * src/common/stringtable.h
4204         * src/common/sylpheed.c
4205         * src/common/sylpheed.h
4206         * src/common/template.c
4207         * src/common/template.h
4208         * src/common/timing.h
4209         * src/common/utils.c
4210         * src/common/utils.h
4211         * src/common/version.h.in
4212         * src/common/xml.c
4213         * src/common/xml.h
4214         * src/common/xmlprops.c
4215         * src/common/xmlprops.h
4216         * src/gtk/colorlabel.c
4217         * src/gtk/colorsel.c
4218         * src/gtk/colorsel.h
4219         * src/gtk/description_window.c
4220         * src/gtk/description_window.h
4221         * src/gtk/filesel.c
4222         * src/gtk/filesel.h
4223         * src/gtk/foldersort.c
4224         * src/gtk/foldersort.h
4225         * src/gtk/gtkutils.c
4226         * src/gtk/gtkutils.h
4227         * src/gtk/inputdialog.c
4228         * src/gtk/inputdialog.h
4229         * src/gtk/logwindow.c
4230         * src/gtk/logwindow.h
4231         * src/gtk/manage_window.c
4232         * src/gtk/manage_window.h
4233         * src/gtk/menu.c
4234         * src/gtk/menu.h
4235         * src/gtk/pluginwindow.c
4236         * src/gtk/pluginwindow.h
4237         * src/gtk/prefswindow.c
4238         * src/gtk/prefswindow.h
4239         * src/gtk/progressdialog.c
4240         * src/gtk/progressdialog.h
4241         * src/gtk/sslcertwindow.c
4242         * src/gtk/sslcertwindow.h
4243         * src/plugins/clamav/clamav_plugin.c
4244         * src/plugins/clamav/clamav_plugin.h
4245         * src/plugins/clamav/clamav_plugin_gtk.c
4246         * src/plugins/demo/demo.c
4247         * src/plugins/dillo_viewer/dillo_prefs.c
4248         * src/plugins/dillo_viewer/dillo_prefs.h
4249         * src/plugins/dillo_viewer/dillo_viewer.c
4250         * src/plugins/pgpcore/passphrase.c
4251         * src/plugins/pgpcore/passphrase.h
4252         * src/plugins/pgpcore/plugin.c
4253         * src/plugins/pgpcore/select-keys.c
4254         * src/plugins/pgpcore/select-keys.h
4255         * src/plugins/pgpcore/sgpgme.c
4256         * src/plugins/pgpcore/sgpgme.h
4257         * src/plugins/pgpinline/pgpinline.c
4258         * src/plugins/pgpinline/pgpinline.h
4259         * src/plugins/pgpinline/plugin.c
4260         * src/plugins/pgpmime/pgpmime.c
4261         * src/plugins/pgpmime/pgpmime.h
4262         * src/plugins/pgpmime/plugin.c
4263         * src/plugins/spamassassin/spamassassin.c
4264         * src/plugins/spamassassin/spamassassin.h
4265         * src/plugins/spamassassin/spamassassin_gtk.c
4266         * src/plugins/trayicon/trayicon.c
4267                 update copyright header
4268
4269 2006-01-13 [paul]       1.9.100cvs141
4270
4271         * src/account.c
4272         * src/export.c
4273         * src/import.c
4274         * src/mainwindow.c
4275         * src/prefs_account.c
4276         * src/prefs_display_header.c
4277         * src/prefs_receive.c
4278         * src/prefs_send.c
4279         * src/prefs_summaries.c
4280         * src/prefs_themes.c
4281         * src/prefs_toolbar.c
4282         * src/gtk/about.c
4283                 various cleanups
4284
4285 2006-01-12 [colin]      1.9.100cvs140
4286
4287         * src/folder.c
4288         * src/folder.h
4289         * src/main.c
4290                 Add --subscribe option
4291                 Let sylpheed-claws email@domain.com equivalent to --compose
4292                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
4293
4294 2006-01-12 [paul]       1.9.100cvs139
4295
4296         * src/mainwindow.c
4297                 append 'Change folder order' label with '...'
4298         * src/prefs_actions.c
4299                 allow reordering of actions list by dnd
4300         * src/gtk/foldersort.c
4301                 make the dialog nicer
4302
4303 2006-01-11 [colin]      1.9.100cvs138
4304
4305         * src/compose.c
4306                 Allow templates without text
4307
4308 2006-01-11 [paul]       1.9.100cvs137
4309
4310         * tools/README
4311         * tools/filter_conv_new.pl
4312                 add info to README
4313                 also check .sylpheed for filter.xml
4314                 be a bit informative to the user
4315
4316 2006-01-11 [colin]      1.9.100cvs136
4317
4318         * src/textview.c
4319                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
4320
4321 2006-01-10 [paul]       1.9.100cvs135
4322
4323         * tools/Makefile.am
4324         * tools/filter_conv_new.pl
4325                 add script to convert new style Sylpheed
4326                 filter rules (Sylpheed >= 0.9.99) to
4327                 Claws filtering rules
4328
4329 2006-01-10 [colin]      1.9.100cvs134
4330
4331         * src/compose.c
4332                 Fix broken line joins in certain conditions
4333                 (between two quoted lines: <enter><enter><up>
4334                  <type a wrapped sentence><go in the first line>
4335                  <insert more text><watch as line joining failed>)
4336
4337 2006-01-10 [paul]       1.9.100cvs133
4338
4339         * src/compose.c
4340                 don't report success in error dialog
4341                 thanks to Colin
4342         * src/common/utils.c
4343                 include some trailing punctuations as URI
4344                 thanks to Hiro
4345
4346 2006-01-10 [paul]       1.9.100cvs132
4347
4348         * src/mimeview.c
4349                 fix incompatible pointer type
4350                 warning
4351
4352 2006-01-10 [paul]       1.9.100cvs131
4353
4354         * src/compose.c
4355                 change Subject in window title
4356                 instantaneously
4357
4358 2006-01-09 [colin]      1.9.100cvs130
4359
4360         * src/addressbook.c
4361         * src/headerview.c
4362         * src/mainwindow.c
4363         * src/messageview.c
4364         * src/mimeview.c
4365         * src/noticeview.c
4366         * src/summaryview.c
4367                 Fix possible crashes on exit and in addressbook
4368
4369 2006-01-09 [paul]       1.9.100cvs129
4370
4371         * src/prefs_msg_colors.c
4372                 some cleanups that I forgot last time
4373
4374 2006-01-09 [paul]       1.9.100cvs128
4375
4376         * README
4377         * src/folderview.c
4378         * src/prefs_msg_colors.c
4379                 add previously hidden option, color_new, to
4380                 the gui
4381                 move the page to Display/
4382                 rework the gui
4383
4384 2006-01-09 [wwp]        1.9.100cvs127
4385
4386         * src/prefs_themes.c
4387                 made the prefs/display/themes layouts spacing less condensed
4388                 (and so they match other prefs/pages' look).
4389
4390 2006-01-09 [paul]       1.9.100cvs126
4391
4392         * src/compose.c
4393         * src/prefs_common.c
4394         * src/prefs_common.h
4395         * src/prefs_wrapping.c
4396                 remove 'wrap at send' option
4397
4398 2006-01-06 [colin]      1.9.100cvs125
4399
4400         * src/compose.c
4401                 Just make completely sure we don't insert "manual line breaks" 
4402                 when wrapping... 
4403
4404 2006-01-04 [paul]
4405
4406         * 2.0.0-rc3 released
4407
4408 2006-01-04 [paul]       1.9.100cvs124
4409
4410         * src/folderview.c
4411                 fix bug 882, 'quick scroll in folder list
4412                 displays wrong folder contents'
4413
4414 2006-01-04 [paul]       1.9.100cvs123
4415
4416         * src/plugins/pgpmime/pgpmime.c
4417                 better debug information when signing
4418                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4419
4420 2006-01-03 [colin]      1.9.100cvs122
4421
4422         * configure.ac
4423                 We need to recheck for gpgme 1.0.0 after checking
4424                 for 1.1.1, because if 1.1.1 isn't available, 
4425                 GPGME_LIBS and friends are blanked out by the 
4426                 second check.
4427
4428 2006-01-03 [colin]      1.9.100cvs121
4429
4430         * src/common/prefs.c
4431                 Windows unlink-before rename fix
4432         * src/plugins/pgpcore/sgpgme.c
4433                 Add support for PKA info if available
4434                 Both patches by Werner Koch
4435
4436 2006-01-03 [paul]       1.9.100cvs120
4437
4438         * src/messageview.c
4439                 fix bug 884, 'Send receipt' button visible in queue
4440                 Thanks to Colin
4441
4442 2006-01-02 [colin]      1.9.100cvs119
4443
4444         * src/compose.c
4445         * src/imap.c
4446                 Fix autosave on IMAP and more generally try to
4447                 return the correct ID on a newly added IMAP message
4448
4449 2006-01-02 [paul]       1.9.100cvs118
4450
4451         * manual/keyboard.xml
4452                 edited
4453
4454 2006-01-01 [paul]       1.9.100cvs117
4455
4456         * src/gtk/authors.h
4457                 alphabetical order
4458
4459 2005-12-30 [colin]      1.9.100cvs116
4460
4461         * manual/advanced.xml
4462                 Explain Pre/Post-processing differences.
4463
4464 2005-12-30 [colin]      1.9.100cvs115
4465
4466         * src/mh.c
4467                 Implement copy_msgs for a little optimization
4468         * src/imap.c
4469                 Finish yesterday's fix
4470
4471 2005-12-29 [colin]      1.9.100cvs114
4472
4473         * src/imap.c
4474                 Fix occasional failure in fetching a mail over
4475                 IMAP
4476
4477 2005-12-29 [colin]      1.9.100cvs113
4478
4479         * src/compose.c
4480                 Don't remove a draft when sending it, if it is 
4481                 locked.
4482
4483 2005-12-28 [colin]      1.9.100cvs112
4484
4485         * src/summaryview.c
4486                 Fix leak for real
4487
4488 2005-12-28 [wwp]        1.9.100cvs111
4489
4490         * doc/faq/.cvsignore
4491         * doc/faq/de/.cvsignore
4492         * doc/faq/en/.cvsignore
4493         * doc/faq/es/.cvsignore
4494         * doc/faq/fr/.cvsignore
4495         * doc/faq/it/.cvsignore
4496         * doc/manual/.cvsignore
4497         * doc/manual/de/.cvsignore
4498         * doc/manual/en/.cvsignore
4499         * doc/manual/es/.cvsignore
4500         * doc/manual/fr/.cvsignore
4501         * doc/manual/ja/.cvsignore
4502         * src/plugins/mathml_viewer/.cvsignore
4503                 rollback revival of those files (my bad, sorry for the noise).
4504
4505 2005-12-28 [wwp]        1.9.100cvs110
4506
4507         * src/compose.c
4508                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
4509
4510 2005-12-28 [wwp]        1.9.100cvs109
4511
4512         * doc/faq/.cvsignore
4513         * doc/faq/de/.cvsignore
4514         * doc/faq/en/.cvsignore
4515         * doc/faq/es/.cvsignore
4516         * doc/faq/fr/.cvsignore
4517         * doc/faq/it/.cvsignore
4518         * doc/manual/.cvsignore
4519         * doc/manual/de/.cvsignore
4520         * doc/manual/en/.cvsignore
4521         * doc/manual/es/.cvsignore
4522         * doc/manual/fr/.cvsignore
4523         * doc/manual/ja/.cvsignore
4524         * src/plugins/mathml_viewer/.cvsignore
4525         * po/.cvsignore
4526                 more files to ignore.
4527
4528 2005-12-24 [colin]      1.9.100cvs108
4529
4530         * AUTHORS
4531         * src/gtk/authors.h
4532                 Update for Werner
4533
4534 2005-12-24 [colin]      1.9.100cvs107
4535
4536         * src/procmsg.c
4537                 Allow NULL src_msginfo in 
4538                 procmsg_msginfo_new_from_mimeinfo
4539
4540 2005-12-23 [paul]       1.9.100cvs106
4541
4542         * src/plugins/pgpinline/mypgpcore.def
4543                 add this forgotten file
4544
4545 2005-12-23 [colin]      1.9.100cvs105
4546
4547         * src/mainwindow.c
4548                 Fix missing break
4549
4550 2005-12-23 [colin]      1.9.100cvs104
4551
4552         * autogen.sh
4553         * src/folder.c
4554         * src/mh.c
4555         * src/common/plugin.c
4556         * src/common/socket.c
4557         * src/common/socket.h
4558         * src/common/utils.c
4559         * src/common/utils.h
4560         * src/gtk/pluginwindow.c
4561         * src/plugins/pgpcore/plugin.def
4562         * src/plugins/pgpcore/sylpheed.def
4563         * src/plugins/pgpinline/Makefile.am
4564         * src/plugins/pgpinline/plugin.def
4565         * src/plugins/pgpinline/sylpheed.def
4566         * src/plugins/pgpmime/plugin.def
4567         * src/plugins/pgpmime/sylpheed.def
4568                 Various w32 fixes by Werner Koch
4569
4570 2005-12-22 [paul]       1.9.100cvs103
4571
4572         * src/wizard.c
4573                 don't offer IMAP as 'server type' if
4574                 libetpan isn't built in
4575
4576 2005-12-22 [paul]       1.9.100cvs102
4577
4578         * AUTHORS
4579         * src/mainwindow.c
4580         * src/mainwindow.h
4581         * src/toolbar.c
4582         * src/gtk/authors.h
4583                 support GTK_TOOLBAR_BOTH_HORIZ (text
4584                 next to icon) Patch by Marien Zwart
4585                 marienz@users.sf.net
4586                 Also reword the text
4587
4588 2005-12-21 [colin]      1.9.100cvs101
4589
4590         * configure.ac
4591                 Fix DATADIRNAME
4592         * COPYING
4593                 Fix missing section and explicit the exception better
4594         * src/compose.c
4595                 Prevent mail from being lost without notice when an
4596                 SMTP error happens on trying to send an unmodified
4597                 drafted mail.
4598         * src/send_message.c
4599         * src/common/smtp.c
4600                 Fix password remembering when wrong, and add return
4601                 value checks where they should have been
4602         * src/plugins/pgpcore/sylpheed.def
4603         * src/plugins/pgpinline/sylpheed.def
4604         * src/plugins/pgpmime/sylpheed.def
4605                 Add a few symbols needed
4606
4607 2005-12-21 [paul]       1.9.100cvs100
4608
4609         * m4/codeset.m4
4610         * m4/glibc21.m4
4611         * m4/intdiv0.m4
4612         * m4/inttypes-pri.m4
4613         * m4/inttypes.m4
4614         * m4/inttypes_h.m4
4615         * m4/isc-posix.m4
4616         * m4/lcmessage.m4
4617         * m4/stdint_h.m4
4618         * m4/uintmax_t.m4
4619                 gettextization
4620                 thanks to Colin
4621
4622 2005-12-21 [paul]       1.9.100cvs99
4623
4624         * po/sv.po
4625                 fixed by Colin
4626
4627 2005-12-20 [paul]       1.9.100cvs98
4628
4629         * po/sv.po
4630                 updated by Anders Trobäck
4631
4632 2005-12-20 [colin]      1.9.100cvs97
4633
4634         * ABOUT-NLS
4635         * Makefile.am
4636         * autogen.sh
4637         * configure.ac
4638         * config/config.rpath
4639         * config/mkinstalldirs
4640         * m4/Makefile.am
4641         * m4/glibc2.m4
4642         * m4/gnupg.m4
4643         * m4/gpgme.m4
4644         * m4/intmax.m4
4645         * m4/longdouble.m4
4646         * m4/longlong.m4
4647         * m4/printf-posix.m4
4648         * m4/signed.m4
4649         * m4/size_max.m4
4650         * m4/ulonglong.m4
4651         * m4/wchar_t.m4
4652         * m4/wint_t.m4
4653         * m4/xsize.m4
4654         * po/Makefile.in.in
4655         * po/Makevars
4656         * po/bg.po
4657         * po/ca.po
4658         * po/cs.po
4659         * po/de.po
4660         * po/el.po
4661         * po/en_GB.po
4662         * po/es.po
4663         * po/fi.po
4664         * po/fr.po
4665         * po/hr.po
4666         * po/hu.po
4667         * po/it.po
4668         * po/ja.po
4669         * po/ko.po
4670         * po/nb.po
4671         * po/nl.po
4672         * po/pl.po
4673         * po/pt_BR.po
4674         * po/ru.po
4675         * po/sk.po
4676         * po/sr.po
4677         * po/stamp-po
4678         * po/sv.po
4679         * po/zh_CN.po
4680         * po/zh_TW.po
4681         * src/Makefile.am
4682         * src/codeconv.c
4683         * src/compose.c
4684         * src/exporthtml.c
4685         * src/exportldif.c
4686         * src/folder.c
4687         * src/main.c
4688         * src/manual.c
4689         * src/mh.c
4690         * src/mimeview.c
4691         * src/send_message.c
4692         * src/common/Makefile.am
4693         * src/common/fnmatch.c
4694         * src/common/fnmatch.h
4695         * src/common/fnmatch_loop.c
4696         * src/common/nntp.c
4697         * src/common/plugin.c
4698         * src/common/smtp.c
4699         * src/common/socket.c
4700         * src/common/string_match.c
4701         * src/common/sylpheed.c
4702         * src/common/utils.c
4703         * src/common/utils.h
4704         * src/common/w32_dirent.c
4705         * src/common/w32_reg.c
4706         * src/common/w32_signal.c
4707         * src/common/w32_stat.c
4708         * src/common/w32_stdio.c
4709         * src/common/w32_stdlib.c
4710         * src/common/w32_string.c
4711         * src/common/w32_time.c
4712         * src/common/w32_unistd.c
4713         * src/common/w32_wait.c
4714         * src/common/w32lib.h
4715         * src/etpan/Makefile.am
4716         * src/gtk/Makefile.am
4717         * src/plugins/clamav/Makefile.am
4718         * src/plugins/demo/Makefile.am
4719         * src/plugins/dillo_viewer/Makefile.am
4720         * src/plugins/pgpcore/Makefile.am
4721         * src/plugins/pgpcore/passphrase.c
4722         * src/plugins/pgpcore/plugin.def
4723         * src/plugins/pgpcore/sgpgme.c
4724         * src/plugins/pgpcore/sylpheed.def
4725         * src/plugins/pgpcore/version.rc
4726         * src/plugins/pgpinline/Makefile.am
4727         * src/plugins/pgpinline/plugin.def
4728         * src/plugins/pgpinline/sylpheed.def
4729         * src/plugins/pgpinline/version.rc
4730         * src/plugins/pgpmime/Makefile.am
4731         * src/plugins/pgpmime/mypgpcore.def
4732         * src/plugins/pgpmime/plugin.def
4733         * src/plugins/pgpmime/sylpheed.def
4734         * src/plugins/pgpmime/version.rc
4735         * src/plugins/spamassassin/Makefile.am
4736                 Very little ;-) patch from Werner Koch, providing
4737                 infrastructure for cross-compiling to Win32
4738
4739 2005-12-20 [paul]       1.9.100cvs96
4740
4741         * src/account.c
4742         * src/account.h
4743         * src/mainwindow.c
4744         * src/mainwindow.h
4745         * src/toolbar.c
4746         * src/toolbar.h
4747                 add a combo to the Get All button, allowing
4748                 quick retrieval from any account
4749                 Patch by Fabien Vantard, slightly modified
4750                 by Colin
4751         * src/gtk/about.c
4752                 i18n fix. Patch by Fabien Vantard
4753
4754 2005-12-19 [colin]      1.9.100cvs95
4755
4756         * src/compose.c
4757         * src/compose.h
4758                 Don't automatically join lines when they've 
4759                 been separated by the user and not automatically
4760
4761 2005-12-19 [paul]       1.9.100cvs94
4762
4763         * src/gtk/pluginwindow.c
4764                 i18n fix.
4765                 Patch by Fabien Vantard
4766
4767 2005-12-15 [paul]       1.9.100cvs93
4768
4769         * src/common/plugin.c
4770         * src/common/plugin.h
4771         * src/gtk/pluginwindow.c
4772         * src/plugins/clamav/clamav_plugin.c
4773         * src/plugins/demo/demo.c
4774         * src/plugins/dillo_viewer/dillo_viewer.c
4775         * src/plugins/pgpcore/plugin.c
4776         * src/plugins/pgpinline/plugin.c
4777         * src/plugins/pgpmime/plugin.c
4778         * src/plugins/spamassassin/spamassassin.c
4779         * src/plugins/trayicon/trayicon.c
4780                 add plugin_version()
4781
4782 2005-12-15 [colin]      1.9.100cvs92
4783
4784         * src/compose.c
4785                 Further fix bug #875
4786
4787 2005-12-15 [paul]       1.9.100cvs91
4788
4789         * src/gtk/filesel.c
4790                 fix attach_load_dir getting set to
4791                 PLUGINDIR on plugin load
4792
4793 2005-12-14 [mones]      1.9.100cvs90
4794
4795         * manual/ack.xml
4796         * manual/keyboard.xml
4797                 Initial draft and some shortcuts added
4798                 
4799         * po/es.po
4800                 Updated translation
4801
4802 2005-12-14 [colin]      1.9.100cvs89
4803
4804         * src/compose.c
4805         * src/imap.c
4806         * src/summaryview.c
4807         * src/gtk/gtkaspell.c
4808                 More leaks fixed
4809         * src/prefs_folder_item.c
4810                 Fix recursive prefs apply
4811
4812
4813 2005-12-14 [colin]      1.9.100cvs88
4814
4815         * src/compose.c
4816                 Fix bug #875 (Freeze On Inline Forward of 
4817                 Large Message)
4818
4819 2005-12-13 [colin]      1.9.100cvs87
4820
4821         * src/compose.c
4822                 Uniq-ify and sort the mimetypes list
4823                 Patch by Fabien Vantard
4824
4825 2005-12-13 [colin]      1.9.100cvs86
4826
4827         * src/imap.c
4828         * src/etpan/imap-thread.c
4829                 Fix leaks (patch by Hoa)
4830         * src/news.c
4831         * src/common/plugin.c
4832                 Fix leaks
4833
4834 2005-12-12 [colin]
4835
4836         * 2.0.0-rc2 released
4837
4838 2005-12-12 [colin]      1.9.100cvs85
4839
4840         * src/matcher.c
4841                 Fix a leak
4842
4843 2005-12-12 [wwp]        1.9.100cvs84
4844
4845         * src/gtk/icon_legend.c
4846                 fix misbehaviour and crash when closing the legend window
4847         using the Esc key (patch by Fabien Vantard).
4848
4849 2005-12-12 [paul]       1.9.100cvs83
4850
4851         * src/browseldap.c
4852         * src/foldersel.c
4853         * src/prefs_actions.c
4854         * src/prefs_filtering.c
4855         * src/prefs_matcher.c
4856         * src/prefs_spelling.glade      ** REMOVED **
4857         * src/prefs_template.c
4858         * src/gtk/foldersort.glade      ** REMOVED **
4859         * src/gtk/pluginwindow.c
4860         * src/gtk/pluginwindow.glade    ** REMOVED **
4861         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
4862                 cleanups
4863
4864 2005-12-11 [paul]       1.9.100cvs82
4865
4866         * src/gtk/filesel.c
4867                 fix attach_load_dir crasher (double free)
4868
4869 2005-12-09 [paul]       1.9.100cvs81
4870
4871         * po/POTFILES.in
4872         * src/mainwindow.c
4873         * src/gtk/Makefile.am
4874         * src/gtk/icon_legend.c
4875         * src/gtk/icon_legend.h
4876                 add icon legend
4877         * src/manual.c
4878                 cleanup
4879
4880 2005-12-09 [paul]       1.9.100cvs80
4881
4882         * src/plugins/pgpcore/passphrase.c
4883                 wrap the label in the dialog
4884
4885 2005-12-09 [colin]      1.9.100cvs79
4886
4887         * src/plugins/pgpcore/sgpgme.c
4888                 Display (untrusted) on not trusted signatures
4889                 Patch by Michal Èihaø <michal@cihar.com>
4890                 Closes bug #867 (Report also key trust)
4891
4892 2005-12-09 [colin]      1.9.100cvs78
4893
4894         * src/common/plugin.c
4895                 Update licence check, following Eben Moglen's advice
4896
4897 2005-12-08 [colin]      1.9.100cvs77
4898
4899         * src/folder.c
4900                 Fix the occasionnal item->cache != NULL 
4901                 assertion failure. 
4902
4903 2005-12-08 [colin]      1.9.100cvs76
4904
4905         * src/mimeview.c
4906         * src/plugins/pgpcore/sgpgme.c
4907                 Print key id when unable to check it
4908                 Closes bug #866 (Show key id when missing)
4909
4910 2005-12-08 [paul]       1.9.100cvs75
4911
4912         * src/prefs_common.c
4913         * src/prefs_common.h
4914         * src/gtk/filesel.c
4915                 remember load attachment dir
4916
4917 2005-12-07 [colin]      1.9.100cvs74
4918
4919         * src/prefs_toolbar.c
4920                 Gtk fixes, patch by Fabien Vantard
4921
4922 2005-12-07 [colin]      1.9.100cvs73
4923
4924         * src/action.c
4925         * src/compose.c
4926         * src/compose.h
4927                 Fix bug #839 (Quoted text isn't colored after 
4928                 executing an action)
4929         * src/common/plugin.c
4930                 Require plugins to declare their licence in plugin_licence()
4931                 Refuse to load non-GPL plugins as they'd be illegal (as 
4932                 derived works of Sylpheed-Claws, they must be GPL).
4933         * src/plugins/clamav/clamav_plugin.c
4934         * src/plugins/demo/demo.c
4935         * src/plugins/dillo_viewer/dillo_viewer.c
4936         * src/plugins/pgpcore/plugin.c
4937         * src/plugins/pgpinline/plugin.c
4938         * src/plugins/pgpmime/plugin.c
4939         * src/plugins/spamassassin/spamassassin.c
4940         * src/plugins/trayicon/trayicon.c
4941                 Add plugin_licence()
4942
4943 2005-12-07 [paul]       1.9.100cvs72
4944
4945         * configure.ac
4946         * src/mainwindow.c
4947         * src/manual.c
4948         * src/manual.h
4949         * src/common/defs.h
4950                 clean up after local FAQ removal and
4951                 temporary manual removal
4952
4953 2005-12-06 [colin]      1.9.100cvs71
4954
4955         * configure.ac
4956         * doc/Makefile.am
4957         * doc/faq/.cvsignore
4958         * doc/faq/Makefile.am
4959         * doc/faq/de/.cvsignore
4960         * doc/faq/de/Makefile.am
4961         * doc/faq/de/sylpheed-faq-1.html
4962         * doc/faq/de/sylpheed-faq-2.html
4963         * doc/faq/de/sylpheed-faq-3.html
4964         * doc/faq/de/sylpheed-faq.html
4965         * doc/faq/en/.cvsignore
4966         * doc/faq/en/Makefile.am
4967         * doc/faq/en/sylpheed-faq-1.html
4968         * doc/faq/en/sylpheed-faq-2.html
4969         * doc/faq/en/sylpheed-faq-3.html
4970         * doc/faq/en/sylpheed-faq-4.html
4971         * doc/faq/en/sylpheed-faq.html
4972         * doc/faq/es/.cvsignore
4973         * doc/faq/es/Makefile.am
4974         * doc/faq/es/sylpheed-faq-1.html
4975         * doc/faq/es/sylpheed-faq-2.html
4976         * doc/faq/es/sylpheed-faq-3.html
4977         * doc/faq/es/sylpheed-faq-4.html
4978         * doc/faq/es/sylpheed-faq.html
4979         * doc/faq/fr/.cvsignore
4980         * doc/faq/fr/Makefile.am
4981         * doc/faq/fr/sylpheed-faq-1.html
4982         * doc/faq/fr/sylpheed-faq-2.html
4983         * doc/faq/fr/sylpheed-faq-3.html
4984         * doc/faq/fr/sylpheed-faq.html
4985         * doc/faq/it/.cvsignore
4986         * doc/faq/it/Makefile.am
4987         * doc/faq/it/sylpheed-faq-1.html
4988         * doc/faq/it/sylpheed-faq-2.html
4989         * doc/faq/it/sylpheed-faq-3.html
4990         * doc/faq/it/sylpheed-faq.html
4991         * doc/manual/.cvsignore
4992         * doc/manual/Makefile.am
4993         * doc/manual/de/.cvsignore
4994         * doc/manual/de/Makefile.am
4995         * doc/manual/de/sylpheed-1.html
4996         * doc/manual/de/sylpheed-10.html
4997         * doc/manual/de/sylpheed-11.html
4998         * doc/manual/de/sylpheed-12.html
4999         * doc/manual/de/sylpheed-13.html
5000         * doc/manual/de/sylpheed-14.html
5001         * doc/manual/de/sylpheed-15.html
5002         * doc/manual/de/sylpheed-16.html
5003         * doc/manual/de/sylpheed-17.html
5004         * doc/manual/de/sylpheed-18.html
5005         * doc/manual/de/sylpheed-19.html
5006         * doc/manual/de/sylpheed-2.html
5007         * doc/manual/de/sylpheed-20.html
5008         * doc/manual/de/sylpheed-3.html
5009         * doc/manual/de/sylpheed-4.html
5010         * doc/manual/de/sylpheed-5.html
5011         * doc/manual/de/sylpheed-6.html
5012         * doc/manual/de/sylpheed-7.html
5013         * doc/manual/de/sylpheed-8.html
5014         * doc/manual/de/sylpheed-9.html
5015         * doc/manual/de/sylpheed.html
5016         * doc/manual/en/.cvsignore
5017         * doc/manual/en/Makefile.am
5018         * doc/manual/en/sylpheed-1.html
5019         * doc/manual/en/sylpheed-10.html
5020         * doc/manual/en/sylpheed-11.html
5021         * doc/manual/en/sylpheed-12.html
5022         * doc/manual/en/sylpheed-13.html
5023         * doc/manual/en/sylpheed-14.html
5024         * doc/manual/en/sylpheed-15.html
5025         * doc/manual/en/sylpheed-16.html
5026         * doc/manual/en/sylpheed-17.html
5027         * doc/manual/en/sylpheed-18.html
5028         * doc/manual/en/sylpheed-19.html
5029         * doc/manual/en/sylpheed-2.html
5030         * doc/manual/en/sylpheed-20.html
5031         * doc/manual/en/sylpheed-21.html
5032         * doc/manual/en/sylpheed-22.html
5033         * doc/manual/en/sylpheed-3.html
5034         * doc/manual/en/sylpheed-4.html
5035         * doc/manual/en/sylpheed-5.html
5036         * doc/manual/en/sylpheed-6.html
5037         * doc/manual/en/sylpheed-7.html
5038         * doc/manual/en/sylpheed-8.html
5039         * doc/manual/en/sylpheed-9.html
5040         * doc/manual/en/sylpheed.html
5041         * doc/manual/es/.cvsignore
5042         * doc/manual/es/Makefile.am
5043         * doc/manual/es/sylpheed-1.html
5044         * doc/manual/es/sylpheed-10.html
5045         * doc/manual/es/sylpheed-11.html
5046         * doc/manual/es/sylpheed-12.html
5047         * doc/manual/es/sylpheed-13.html
5048         * doc/manual/es/sylpheed-14.html
5049         * doc/manual/es/sylpheed-15.html
5050         * doc/manual/es/sylpheed-16.html
5051         * doc/manual/es/sylpheed-17.html
5052         * doc/manual/es/sylpheed-18.html
5053         * doc/manual/es/sylpheed-19.html
5054         * doc/manual/es/sylpheed-2.html
5055         * doc/manual/es/sylpheed-20.html
5056         * doc/manual/es/sylpheed-3.html
5057         * doc/manual/es/sylpheed-4.html
5058         * doc/manual/es/sylpheed-5.html
5059         * doc/manual/es/sylpheed-6.html
5060         * doc/manual/es/sylpheed-7.html
5061         * doc/manual/es/sylpheed-8.html
5062         * doc/manual/es/sylpheed-9.html
5063         * doc/manual/es/sylpheed.html
5064         * doc/manual/fr/.cvsignore
5065         * doc/manual/fr/Makefile.am
5066         * doc/manual/fr/sylpheed-1.html
5067         * doc/manual/fr/sylpheed-10.html
5068         * doc/manual/fr/sylpheed-11.html
5069         * doc/manual/fr/sylpheed-12.html
5070         * doc/manual/fr/sylpheed-13.html
5071         * doc/manual/fr/sylpheed-14.html
5072         * doc/manual/fr/sylpheed-15.html
5073         * doc/manual/fr/sylpheed-16.html
5074         * doc/manual/fr/sylpheed-17.html
5075         * doc/manual/fr/sylpheed-18.html
5076         * doc/manual/fr/sylpheed-19.html
5077         * doc/manual/fr/sylpheed-2.html
5078         * doc/manual/fr/sylpheed-20.html
5079         * doc/manual/fr/sylpheed-3.html
5080         * doc/manual/fr/sylpheed-4.html
5081         * doc/manual/fr/sylpheed-5.html
5082         * doc/manual/fr/sylpheed-6.html
5083         * doc/manual/fr/sylpheed-7.html
5084         * doc/manual/fr/sylpheed-8.html
5085         * doc/manual/fr/sylpheed-9.html
5086         * doc/manual/fr/sylpheed.html
5087         * doc/manual/ja/.cvsignore
5088         * doc/manual/ja/Makefile.am
5089         * doc/manual/ja/sylpheed-1.html
5090         * doc/manual/ja/sylpheed-10.html
5091         * doc/manual/ja/sylpheed-11.html
5092         * doc/manual/ja/sylpheed-12.html
5093         * doc/manual/ja/sylpheed-13.html
5094         * doc/manual/ja/sylpheed-14.html
5095         * doc/manual/ja/sylpheed-15.html
5096         * doc/manual/ja/sylpheed-16.html
5097         * doc/manual/ja/sylpheed-17.html
5098         * doc/manual/ja/sylpheed-18.html
5099         * doc/manual/ja/sylpheed-19.html
5100         * doc/manual/ja/sylpheed-2.html
5101         * doc/manual/ja/sylpheed-20.html
5102         * doc/manual/ja/sylpheed-3.html
5103         * doc/manual/ja/sylpheed-4.html
5104         * doc/manual/ja/sylpheed-5.html
5105         * doc/manual/ja/sylpheed-6.html
5106         * doc/manual/ja/sylpheed-7.html
5107         * doc/manual/ja/sylpheed-8.html
5108         * doc/manual/ja/sylpheed-9.html
5109         * doc/manual/ja/sylpheed.html
5110         * doc/manual/ja/sylpheed.sgml
5111         * src/mainwindow.c
5112                 Remove outdated manual and faq. Noisy, eh?
5113
5114 2005-12-06 [colin]      1.9.100cvs70
5115
5116         * src/compose.c
5117         * src/quote_fmt_parse.y
5118         * src/undo.c
5119         * src/undo.h
5120                 Allow %X to position cursor at 0 
5121                 (no %X = before signature)
5122                 Fix paste as quotation putting the cursor at 0
5123                 Fix undo offsets when pasting
5124                 Insert the quote_fmt at once instead of line 
5125                 by line
5126                 Fix [Edited] when starting to reply/forward
5127
5128 2005-12-06 [paul]       1.9.100cvs69
5129
5130         * src/plugins/clamav/clamav_plugin_gtk.c
5131                 add another tooltip
5132         * src/plugins/spamassassin/spamassassin_gtk.c
5133                 rework spamassassin_create_widget_func()
5134
5135 2005-12-05 [colin]      1.9.100cvs68
5136
5137         * po/POTFILES.in
5138                 Fix make release ;-)
5139
5140 2005-12-05 [colin]      1.9.100cvs67
5141
5142         * src/compose.c
5143         * src/compose.h
5144                 Fix cursor positioning (not obeying %X)
5145
5146 2005-12-05 [paul]       1.9.100cvs66
5147
5148         * src/plugins/dillo_viewer/dillo_prefs.c
5149                 fix compilation warning
5150
5151 2005-12-05 [paul]       1.9.100cvs65
5152
5153         * src/prefs_spelling.c
5154         * src/plugins/trayicon/trayicon.c
5155                 cleanups - remove unused stuff
5156
5157 2005-12-05 [paul]       1.9.100cvs64
5158
5159         * README
5160         * manual/plugins.xml
5161                 remove info about removed mathml_viewer plugin
5162
5163 2005-12-05 [paul]       1.9.100cvs63
5164
5165         * configure.ac
5166         * src/plugins/Makefile.am
5167         * src/plugins/mathml_viewer/.cvsignore
5168         * src/plugins/mathml_viewer/Makefile.am
5169         * src/plugins/mathml_viewer/mathml_viewer.c
5170                 remove unmaintained mathml_viewer plugin
5171
5172 2005-12-05 [paul]       1.9.100cvs62
5173
5174         * src/summaryview.c
5175                 obey prefs_common.always_show_msg when
5176                 moving a msg
5177                 Thanks to Colin
5178
5179 2005-12-05 [paul]       1.9.100cvs61
5180
5181         * src/compose.c
5182         * src/prefs_account.c
5183         * src/prefs_filtering.c
5184         * src/prefs_quote.c
5185         * src/prefs_spelling.c
5186         * src/prefs_toolbar.c
5187         * src/summaryview.c
5188         * src/gtk/gtkutils.c
5189         * src/gtk/quicksearch.c
5190         * src/plugins/dillo_viewer/dillo_prefs.c
5191                 dialog cleanups
5192
5193 2005-12-04 [paul]       1.9.100cvs60
5194
5195         * src/inc.c
5196         * src/prefs_account.c
5197         * src/prefs_account.h
5198                 allow a Local account to specify a
5199                 default inbox
5200                 (closes bug 843 'Inbox cannot be changed for local
5201                  mailboxes')
5202
5203 2005-12-04 [colin]      1.9.100cvs59
5204
5205         * src/plugins/trayicon/trayicon.c
5206                 Remove Get, rename Get All to Get Mail in order to
5207                 be consistent with the default main toolbar
5208
5209 2005-12-03 [colin]      1.9.100cvs58
5210
5211         * manual/gpl.xml
5212         * manual/sylpheed-claws-manual.xml
5213                 Add GPL appendix
5214
5215 2005-12-03 [paul]       1.9.100cvs57
5216
5217         * AUTHORS
5218         * po/sv.po
5219         * src/gtk/authors.h
5220                 new (partially complete) Swedish translation
5221                 by Anders Troback <sylpheed@troback.com>
5222
5223 2005-12-02 [paul]       1.9.100cvs56
5224
5225         * configure.ac
5226                 libetpan 0.41 required
5227
5228 2005-12-02 [paul]       1.9.100cvs55
5229
5230         * src/plugins/clamav/clamav_plugin.c
5231         * src/plugins/clamav/clamav_plugin.h
5232         * src/plugins/clamav/clamav_plugin_gtk.c
5233         * src/plugins/spamassassin/spamassassin.c
5234         * src/plugins/spamassassin/spamassassin.h
5235         * src/plugins/spamassassin/spamassassin_gtk.c
5236                 unregister prefs pages on unloading, thus
5237                 preventing a crash
5238                 (thanks to Colin for the hint)
5239
5240 2005-12-02 [wwp]        1.9.100cvs54
5241
5242         * src/quote_fmt.h
5243         * src/quote_fmt_parse.y
5244                 fix misuse of gboolean*, use gboolean instead
5245                 (thanks to Paul, Colin, for pointing out that scaring one)
5246
5247 2005-12-02 [paul]       1.9.100cvs53
5248
5249         * src/plugins/clamav/clamav_plugin.c
5250                 int no --> unsigned int no
5251         * src/plugins/clamav/clamav_plugin_gtk.c
5252                 rework config page
5253
5254 2005-12-02 [wwp]        1.9.100cvs52
5255
5256         * src/compose.c
5257         * src/prefs_template.c
5258         * src/quote_fmt.h
5259         * src/quote_fmt_parse.y
5260                 prevent from executing |f and |p templates commands when
5261                 adding or replacing templates in prefs (avoids annoying and
5262                 potentially dangerous behaviours)
5263
5264 2005-12-02 [paul]       1.9.100cvs51
5265
5266         * src/prefs_common.c
5267                 allow translation of some default values
5268                 Patch by Fabien Vantard
5269
5270 2005-12-02 [paul]       1.9.100cvs50
5271
5272         * src/codeconv.c
5273         * src/codeconv.h
5274         * src/prefs_common.c
5275         * src/prefs_common.h
5276         * src/prefs_message.c
5277         * src/textview.c
5278                 remove obsolete 'convert_mb_alnum' option
5279                 and related stuff
5280         * src/gtk/about.c
5281                 remove unused 'about_textview_visibility_notify'
5282
5283 2005-12-02 [paul]       1.9.100cvs49
5284
5285         * src/prefs_account.c
5286         * src/prefs_compose_writing.c
5287         * src/prefs_fonts.c
5288         * src/prefs_gtk.h
5289         * src/prefs_image_viewer.c
5290         * src/prefs_message.c
5291         * src/prefs_other.c
5292         * src/prefs_receive.c
5293         * src/prefs_send.c
5294         * src/prefs_spelling.c
5295         * src/prefs_summaries.c
5296         * src/prefs_wrapping.c
5297         * src/plugins/dillo_viewer/dillo_prefs.c
5298         * src/plugins/pgpcore/prefs_gpg.c
5299                 several cleanups to the prefs dialogs
5300                 (slightly modified) patch by Fabien Vantard
5301
5302 2005-12-02 [paul]       1.9.100cvs48
5303
5304         * src/main.c
5305                 --exit means exit
5306         * src/send_message.c
5307                 fix crash on send when connection fails
5308
5309         Thanks to Colin
5310
5311 2005-12-01 [colin]      1.9.100cvs47
5312
5313         * src/html.c
5314                 Translate &hellip; to "..."
5315
5316 2005-11-30 [colin]      1.9.100cvs46
5317
5318         * src/matcher.c
5319         * src/matcher.h
5320                 Optimize back yesterday's fix.
5321
5322 2005-11-30 [paul]       1.9.100cvs45
5323
5324         * manual/faq.xml
5325                 standardised
5326         * manual/intro.xml
5327                 written by Colin, edited by me
5328
5329 2005-11-29 [colin]      1.9.100cvs44
5330
5331         * src/matcher.c
5332                 Skip headers unconditionnaly in match_body if the
5333                 rule is not message or ~message
5334
5335 2005-11-29 [colin]      1.9.100cvs43
5336
5337         * src/matcher.c
5338                 Fix body_part and such, not skipping headers 
5339                 if the matchcriteria wasn't the first in the rule
5340
5341 2005-11-29 [colin]      1.9.100cvs42
5342
5343         * src/compose.c
5344                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
5345                 option missing from message view window)
5346                 Fix double text D'n'D with gtk-2.8
5347         * src/matcher.c
5348                 Fix ~message, ~headers_part, ~body_part rules
5349         * src/messageview.c
5350                 Add Windows-1252 (Closes bug #863)
5351                 Fix accels
5352         * src/gtk/gtkaspell.c
5353                 Properly destroy accels in all menus
5354
5355 2005-11-29 [mones]      1.9.100cvs41
5356
5357         * po/es.po
5358                 Updated.
5359
5360 2005-11-27 [colin]      1.9.100cvs40
5361
5362         * src/mh_gtk.c
5363                 "/Remove mailbox" -> "/Remove mailbox..."
5364
5365 2005-11-27 [paul]       1.9.100cvs39
5366
5367         * AUTHORS
5368         * po/de.po
5369         * src/gtk/authors.h
5370                 updated by new maintainer, Stephan Sachse
5371
5372 2005-11-27 [paul]       1.9.100cvs38
5373
5374         * manual/faq.xml
5375                 written by Colin, edited by me
5376
5377 2005-11-27 [paul]       1.9.100cvs37
5378
5379         * src/prefs_common.c
5380         * src/prefs_common.h
5381         * src/prefs_receive.c
5382         * src/prefs_summaries.c
5383                 move 'go to inbox after receiving new mail'
5384                 option from display/sumamaries to mail
5385                 handling/receive, and rework prefs_summaries
5386                 dialog a little
5387
5388 2005-11-25 [martin]     1.9.100cvs36
5389
5390         * po/de.po
5391             fixed windows-1252 translation;
5392             translated some new and fuzzy strings
5393
5394 2005-11-25 [paul]       1.9.100cvs35
5395
5396         * src/plugins/clamav/clamav_plugin.c
5397                 complete the update done in cvs34
5398
5399 2005-11-25 [paul]       1.9.100cvs34
5400
5401         * src/plugins/clamav/clamav_plugin.c
5402                 reflect upstream changes
5403
5404 2005-11-25 [paul]       1.9.100cvs33
5405
5406         * manual/ack.xml
5407         * manual/plugins.xml
5408         * manual/sylpheed-claws-manual.xml
5409                 written/updated by Colin, edited by me
5410         * tools/acroread2sylpheed.pl
5411                 update binary name
5412
5413 2005-11-24 [colin]      1.9.100cvs32
5414
5415         * src/compose.c
5416                 Fix bug #856 (reediting messages forgets Request
5417                 Return Receipt)
5418
5419 2005-11-24 [paul]       1.9.100cvs31
5420
5421         * manual/addrbook.xml
5422         * manual/starting.xml
5423                 written by Colin, proofread, edited, adapted by me
5424         * manual/advanced.xml
5425                 add some Actions examples
5426         * src/importldif.c
5427                 use a Save button instead of a Close button
5428         * src/wizard.c
5429                 indicate mandatory fields
5430                 fix page display
5431                 Thanks to Colin
5432
5433 2005-11-23 [colin]      1.9.100cvs30
5434
5435         * src/addressbook.c
5436                 Rename menu item, fix possible crash after
5437                 deletion of books
5438         * src/addrindex.c
5439                 Allow searching for '*' in ldap
5440         * src/browseldap.c
5441                 Fix "Browse Entry" (did anyone use it?)
5442         * src/wizard.c
5443                 Add guards for mandatory information
5444
5445 2005-11-23 [paul]       1.9.100cvs29
5446
5447         * manual/advanced.xml
5448                 corrections to the English
5449
5450 2005-11-23 [colin]      1.9.100cvs28
5451
5452         * src/mimeview.c
5453                 Fix possible crash at exit. After the call to
5454                 gtk_container_remove(), the Viewer's widget has no
5455                 more parent so gtk+ automatically frees it and its
5456                 sons. If destroy_viewer() then try to access it,
5457                 problems ensue.
5458
5459 2005-11-22 [colin]      1.9.100cvs27
5460
5461         * src/compose.c
5462         * src/gtk/gtkaspell.c
5463                 Fix right-clicking on a misspelled word
5464                 Fix More... in suggestions menu
5465
5466 2005-11-22 [wwp]        1.9.100cvs26
5467
5468         * src/prefs_template.c
5469                 templates works: re-sort templates list when adding or replacing,
5470                 prevent from adding or replacing when the template name is empty
5471
5472 2005-11-21 [colin]      1.9.100cvs25
5473
5474         * src/addressbook.c
5475                 Fix some addressbook suckage (dnd, select all)
5476         * src/compose.c
5477         * src/gtk/gtkaspell.c
5478         * src/gtk/gtkaspell.h
5479                 Make the spellchecker menu work with the 
5480                 GtkTextView one instead of overriding it
5481
5482 2005-11-20 [paul]       1.9.100cvs24
5483
5484         * manual/handling.xml
5485                 proofread and corrected
5486
5487 2005-11-20 [paul]       1.9.100cvs23
5488
5489         * manual/Makefile
5490                 generate html as one file
5491         * manual/advanced.xml
5492                 fix output generation
5493                 reformat hidden options list
5494         * manual/manual.xml     ** REMOVED **
5495         * manual/sylpheed-claws-manual.xml      ** ADDED **
5496                 renamed
5497
5498 2005-11-18 [colin]      1.9.100cvs22
5499
5500         * src/prefs_account.c
5501                 Fix layout in news and mbox accounts
5502         * manual/account.xml
5503         * manual/advanced.xml
5504                 New contents for Paul to check :)
5505
5506 2005-11-18 [wwp]        1.9.100cvs21
5507
5508         * src/gtk/quicksearch.c
5509                 don't update extended quicksearch buttons twice
5510
5511 2005-11-18 [paul]       1.9.100cvs20
5512
5513         * src/textview.c
5514                 complete 1.9.100cvs19
5515
5516 2005-11-18 [paul]       1.9.100cvs19
5517
5518         * src/compose.c
5519                 cosmetic improvements
5520         * src/textview.c
5521                 also list text/* attachments
5522
5523 2005-11-18 [colin]      1.9.100cvs18
5524
5525         * src/summaryview.c
5526                 Use column 0 instead of -1 in 
5527                 gtk_ctree_node_moveto, in a naive
5528                 hope it'll fix the gtk-related crashes
5529
5530 2005-11-18 [colin]      1.9.100cvs17
5531
5532         * src/gtk/inputdialog.c
5533                 Fix icon staying the first one
5534
5535 2005-11-17 [wwp]        1.9.100cvs16
5536                 fix possible problem showing some quicksearch buttons, and a bad
5537                 call to g_return_if_fail in a function that returns a value (both
5538                 fixes by Fabien Vantard)
5539
5540 2005-11-15 [wwp]        1.9.100cvs15
5541
5542         * src/gtk/quicksearch.c
5543                 added a tooltip to that obscure ... quicksearch button
5544
5545 2005-11-15 [wwp]        1.9.100cvs14
5546
5547         * src/gtk/quicksearch.c
5548                 add a quicksearch helper to filtering expression users: the ... button
5549                 raises the condition expr window. condition expressions set up w/ this
5550                 window are used by the quicksearch if the user closes it pressing OK.
5551
5552 2005-11-14 [paul]       1.9.100cvs13
5553
5554         * src/plugins/clamav/clamav_plugin.c
5555         * src/plugins/spamassassin/spamassassin.c
5556                 change plugin type following recent merging
5557
5558 2005-11-14 [wwp]        1.9.100cvs12
5559
5560         * src/folder.c
5561                 prevent from crashing when copying/moving message(s) from and
5562                 to the same folder
5563
5564 2005-11-14 [paul]       1.9.100cvs11
5565
5566         * src/plugins/clamav/Makefile.am
5567         * src/plugins/clamav/clamav_plugin.c
5568         * src/plugins/clamav/clamav_plugin.h
5569         * src/plugins/clamav/clamav_plugin_gtk.c
5570                 also merge clamav and clamav_gtk plugins
5571
5572 2005-11-13 [colin]      1.9.100cvs10
5573
5574         * configure.ac
5575         * src/plugins/spamassassin/Makefile.am
5576         * src/plugins/spamassassin/spamassassin.c
5577         * src/plugins/spamassassin/spamassassin.h
5578         * src/plugins/spamassassin/spamassassin_gtk.c
5579                 Merge spamassassin and spamassassin_gtk plugins,
5580                 and build it by default.
5581
5582 2005-11-12 [colin]      1.9.100cvs9
5583
5584         * src/etpan/imap-thread.c
5585                 Fix gcc warning
5586
5587 2005-11-12 [colin]      1.9.100cvs8
5588
5589         * src/procmime.c
5590                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
5591
5592 2005-11-10 [colin]      1.9.100cvs7
5593
5594         * src/main.c
5595                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
5596                 minimised state)
5597
5598 2005-11-10 [wwp]        1.9.100cvs6
5599
5600         * src/gtk/description_window.c
5601                 fix a crash when closing description windows using the WM's [X] button
5602
5603 2005-11-09 [colin]      1.9.100cvs5
5604
5605         * src/common/ssl.c
5606                 Update libetpan call to follow upstream
5607                 (yes, this requires libetpan-0.40cvs3)
5608
5609 2005-11-08 [colin]      1.9.100cvs4
5610
5611         * src/compose.c
5612         * src/textview.c
5613         * src/common/utils.c
5614         * src/common/utils.h
5615                 Enhance the email parser
5616
5617 2005-11-08 [colin]      1.9.100cvs3
5618
5619         * src/procmime.c
5620                 Fix what looks like an off-by-one (fixes 
5621                 attachments from the Bat)
5622
5623 2005-11-08 [wwp]        1.9.100cvs2
5624
5625         * src/main.c
5626                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
5627
5628 2005-11-08 [wwp]        1.9.100cvs1
5629
5630         * src/main.c
5631                 allow exiting Sylpheed-Claws from command-line
5632
5633 2005-11-08 [paul]       1.9.100
5634
5635         1.9.100 released
5636
5637 2005-11-07 [colin]      1.9.99cvs17
5638
5639         * src/addritem.c
5640         * src/ldif.c
5641                 Fix import of base-64 encoded items
5642
5643 2005-11-07 [colin]      1.9.99cvs16
5644
5645         * src/send_message.c
5646                 Fix bug #314 (Queue does not empty under certain 
5647                 circumstances)
5648
5649 2005-11-07 [paul]       1.9.99cvs15
5650
5651         * src/mutt.c
5652         * src/pine.c
5653                 fix buffer overflows
5654                 Thanks to Colin
5655
5656 2005-11-07 [paul]       1.9.99cvs14
5657
5658         * doc/man/Makefile.am
5659         * doc/man/sylpheed-claws.1      ** ADDED **
5660         * doc/man/sylpheed.1            ** DELETED **
5661                 rename and update the man file
5662
5663 2005-11-06 [colin]      1.9.99cvs13
5664
5665         * src/ldif.c
5666                 Fix ldif_get_line() that returned empty strings
5667                 (Didn't understand why). Also fix a possible
5668                 buffer overflow.
5669
5670 2005-11-06 [wwp]        1.9.99cvs12
5671
5672         * src/textview.c
5673         * src/gtk/about.c
5674         * src/gtk/gtkutils.c
5675         * src/gtk/gtkutils.h
5676                 fix a compilation warning,
5677                 make links sensitive in the about dialog
5678
5679 2005-11-04 [wwp]        1.9.99cvs11
5680
5681         * src/gtk/about.c
5682                 don't wrap or translate URIs, and a bit text format cleanup
5683
5684 2005-11-04 [wwp]        1.9.99cvs10
5685
5686         * src/gtk/about.c
5687                 better textview tagging implementation (no more use of marks for
5688                 postponed tagging)
5689
5690 2005-11-02 [colin]      1.9.99cvs9
5691
5692         * src/common/ssl.c
5693                 Forgot an ifdef
5694
5695 2005-11-02 [colin]      1.9.99cvs8
5696
5697         * configure.ac
5698                 Require libetpan-0.40 due to upstream fix
5699         * src/common/ssl.c
5700                 Tell libetpan not to call SSL_Library_Init,
5701                 as we do it ourselves.
5702
5703 2005-11-02 [colin]      1.9.99cvs7
5704
5705         * po/POTFILES.in
5706                 Add missing files (thanks to Fabien Vantard)
5707
5708 2005-11-02 [colin]      1.9.99cvs6
5709
5710         * src/summaryview.c
5711                 Fix totals when read messages are hidden or quicksearch
5712                 is on
5713         * src/ssl_manager.c
5714         * src/ssl_manager.h
5715         * src/common/ssl_certificate.c
5716         * src/common/ssl_certificate.h
5717         * src/gtk/sslcertwindow.c
5718         * src/gtk/sslcertwindow.h
5719                 Fix copyright on my stuff
5720
5721 2005-11-02 [wwp]        1.9.99cvs5
5722
5723         * src/prefs_themes.c
5724                 fix directory name checking (theme installation/removal),
5725                 made related error a bit more verbose
5726
5727 2005-11-02 [colin]      1.9.99cvs4
5728
5729         * src/summaryview.c
5730                 Fix typo (probably fixes bug #841 (Sort by the From 
5731                 field doesn't work)
5732
5733 2005-11-02 [paul]       1.9.99cvs3
5734
5735         * po/ko.po
5736         * po/nb.po
5737                 updated by SungHyun Nam, Geir Helland
5738         * src/wizard.c
5739                 fix typo in welcome message. spotted by
5740                 Andrea Spadaccini
5741
5742 2005-11-01 [colin]      1.9.99cvs2
5743
5744         * src/compose.c
5745                 Fix replying to ml wen confirming subscription
5746         * src/messageview.c
5747         * src/mimeview.c
5748         * src/mimeview.h
5749         * src/privacy.h
5750         * src/summaryview.c
5751                 Make key check non blocking
5752
5753 2005-10-31 [paul]       1.9.99cvs1
5754
5755         * tools/claws.i18n.status.pl
5756                 updated for ChangeLog
5757
5758 2005-10-31 [paul]       1.9.99
5759
5760         1.9.99 released
5761
5762 2005-10-31 [paul]       1.9.15cvs131
5763
5764         * .cvsignore
5765         * ChangeLog
5766         * ChangeLog.claws       ** REMOVED **
5767         * ChangeLog-gtk2.claws  ** REMOVED **
5768         * ChangeLog.gtk1        ** ADDED **
5769         * INSTALL
5770         * Makefile.am
5771         * NEWS
5772         * README
5773         * README.claws          ** REMOVED **
5774         * README.jp             ** REMOVED **
5775         * RELEASE_NOTES         ** ADDED **
5776         * RELEASE_NOTES.claws   ** REMOVED **
5777         * commitHelper
5778         * configure.ac
5779         * sylpheed.spec.in      ** REMOVED **
5780                 tidy up and update the default docs:
5781                 ChangeLog.claws is renamed ChangeLog.gtk1
5782                 ChangeLog-gtk2.claws is renamed ChangeLog
5783                 README.claws is renamed README
5784                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
5785
5786 2005-10-31 [paul]       1.9.15cvs130
5787
5788         * po/it.po
5789                 fix errors
5790
5791 2005-10-31 [paul]       1.9.15cvs129
5792
5793         * po/ca.po
5794         * po/de.po
5795         * po/en_GB.po
5796         * po/fr.po
5797         * po/it.po
5798         * po/pt_BR.po
5799         * po/sk.po
5800         * po/sr.po
5801         * po/zh_CN.po
5802                 updated by Miquel Oliete, Stephan Sachse and
5803                 Thomas Gilgin, me, Fabien Vantard, Andrea
5804                 Spadaccini, Frederico Goncalves Guimaraes,
5805                 Andrej Kacian, Aleksandar Urosevic, and
5806                 Ralgh Young.
5807
5808 2005-10-31 [mones]      1.9.15cvs128
5809
5810         * manual/faq.xml
5811                 More questions.
5812         
5813         * po/es.po
5814                 Updated for release.
5815
5816 2005-10-30 [colin]      1.9.15cvs127
5817
5818         * src/compose.c
5819                 Place cursor before rewrapping (fixes cursor
5820                 pos if quotation gets rewrapped)
5821
5822 2005-10-29 [paul]       1.9.15cvs126
5823
5824         * src/crash.c
5825         * src/foldersel.c
5826         * src/main.c
5827         * src/messageview.c
5828         * src/toolbar.c
5829         * src/gtk/authors.h
5830                 corrections to text items
5831
5832 2005-10-28 [colin]      1.9.15cvs125
5833
5834         * src/messageview.c
5835                 Make "hit 'C' to check sig" work from extern 
5836                 messageviews
5837
5838 2005-10-27 [colin]      1.9.15cvs124
5839
5840         * src/summaryview.c
5841                 Add a hack to avoid segfaulting when hammering 
5842                 on gtk's events
5843
5844 2005-10-27 [wwp]        1.9.15cvs123
5845
5846         * src/prefs_themes.c
5847                 sort list of themes names in themes prefs
5848
5849 2005-10-27 [paul]       1.9.15cvs122
5850
5851         * src/folder.c
5852         * src/prefs_account.c
5853                 fix building on Solaris
5854                 Patch by Alex Moore
5855
5856 2005-10-27 [wwp]        1.9.15cvs121
5857
5858         * src/summaryview.c
5859         * src/gtk/gtksctree.c
5860                 speed up unselecting messages in summary view (thanks to Colin)
5861
5862 2005-10-27 [paul]       1.9.15cvs120
5863
5864         * src/mainwindow.c
5865                 fix a compilation warning
5866         * src/summaryview.c
5867                 fix updating of 'n items selected' count
5868                 when deselecting
5869
5870 2005-10-27 [martin]     1.9.15cvs119
5871
5872         * src/action.c
5873                 ignore actions with a leading '/' in the action menu name
5874                 fixes a crash on menu creation
5875         * src/prefs_actions.c
5876                 do not allow a leading '/' in the action menu name
5877
5878 2005-10-27 [paul]       1.9.15cvs118
5879
5880         * src/main.c
5881                 fix compilation warning
5882
5883 2005-10-27 [paul]       1.9.15cvs117
5884
5885         * src/procmime.c
5886                 add #if HAVE_LOCALE_H
5887
5888 2005-10-27 [paul]       1.9.15cvs116
5889
5890         * src/plugins/clamav/clamav_plugin.c
5891         * src/plugins/dillo_viewer/dillo_viewer.c
5892         * src/plugins/mathml_viewer/mathml_viewer.c
5893         * src/plugins/pgpcore/plugin.c
5894         * src/plugins/pgpinline/plugin.c
5895         * src/plugins/pgpmime/plugin.c
5896         * src/plugins/spamassassin/spamassassin.c
5897         * src/plugins/trayicon/trayicon.c
5898                 plugin_init() : make error messages more
5899                 informative
5900
5901 2005-10-26 [wwp]        1.9.15cvs115
5902
5903         * src/prefs_matcher.c
5904                 enlarge boolean op widget width a bit (wasn't always showing text contents)
5905
5906 2005-10-26 [wwp]        1.9.15cvs114
5907
5908         * src/procmime.c
5909         * src/gtk/gtksctree.c
5910         * src/plugins/spamassassin/libspamc.c
5911         * src/plugins/spamassassin/spamassassin.c
5912                 fix some compilation warnings more
5913
5914 2005-10-26 [mones]      1.9.15cvs113
5915
5916         * po/es.po
5917                 Updated translation
5918
5919 2005-10-26 [paul]       1.9.15cvs112
5920
5921         * src/prefs_message.c
5922                 give all display_xface stuff the
5923                 #if HAVE_LIBCOMPFACE treatment, thus
5924                 preventing a crash
5925                 (Thanks to Wolfgang Enderlein)
5926
5927 2005-10-26 [colin]      1.9.15cvs111
5928
5929         * src/gedit-print.c
5930                 Fix date format
5931         * src/imap_gtk.c
5932         * src/news_gtk.c
5933                 Remove context menu items that should not be there
5934         * src/jpilot.c
5935                 Fix encoding
5936         * src/main.c
5937         * src/mainwindow.c
5938                 Don't show the mainwindow too soon
5939
5940 2005-10-26 [wwp]        1.9.15cvs110
5941
5942         * src/folder.c
5943         * src/manual.c
5944         * src/summaryview.c
5945                 fix uninitialized pointers in the folder updating hook
5946                 (thanks to Colin)
5947
5948 2005-10-25 [mones]      1.9.15cvs109
5949
5950         * manual/faq.xml
5951                 General information subsection completed. 
5952                 Removed archaic references.
5953                 
5954         * manual/Makefile
5955         * manual/dtd/manual.dsl
5956                 Added customization stylesheet for getting paragraphs
5957                 fully justified in PDF output (as suggested by Colin).
5958
5959 2005-10-25 [colin]      1.9.15cvs108
5960
5961         * src/compose.c
5962                 Fix a second leak
5963
5964 2005-10-25 [colin]      1.9.15cvs107
5965
5966         * src/addrbook.c
5967         * src/addrindex.c
5968                 Fix leak (xml_get_element() allocates memory)
5969         * src/compose.c
5970                 Fix leak + dead code (shame!)
5971         * src/procmime.c
5972                 Fix leak
5973
5974 2005-10-25 [colin]      1.9.15cvs106
5975
5976         * src/mimeview.c
5977                 Fix encoding issue in Save all and in 
5978                 overwrite-confirmation alertpanel
5979
5980 2005-10-25 [colin]      1.9.15cvs105
5981
5982         * src/common/socket.c
5983                 Fix a leak - Thanks to Christopher Aillon
5984                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
5985
5986 2005-10-25 [paul]       1.9.15cvs104
5987
5988         * src/wizard.c
5989                 Always guess servers from the right-hand
5990                 email part and guess username from the
5991                 left-hand part. (Thanks to Colin)
5992                 add an X-Face to the welcome message
5993
5994 2005-10-25 [paul]       1.9.15cvs103
5995
5996         * manual/handling.xml
5997                 written by Colin, edited by me
5998
5999 2005-10-25 [wwp]        1.9.15cvs102
6000
6001         * src/folderview.c
6002         * src/grouplistdialog.c
6003         * src/imap.c
6004         * src/noticeview.c
6005                 fix some compilation warnings
6006
6007 2005-10-24 [paul]
6008
6009         1.9.99-rc3 released
6010
6011 2005-10-24 [paul]       1.9.15cvs101
6012
6013         * src/gtk/about.c
6014                 fix window sizing
6015
6016 2005-10-24 [paul]       1.9.15cvs100
6017
6018         * src/pixmaps/offline.xpm
6019         * src/pixmaps/online.xpm
6020                 replace with last default versions
6021
6022 2005-10-24 [colin]      1.9.15cvs99
6023
6024         * src/imap.c
6025                 Fix bug when moving a folder
6026         * src/imap_gtk.c
6027         * src/mh_gtk.c
6028                 "Delete folder" pops up a window, so it 
6029                 should be suffixed with "..."
6030         * src/plugins/pgpcore/sgpgme.c
6031                 Include locale.h
6032
6033 2005-10-24 [mones]      1.9.15cvs98
6034
6035         * manual/Makefile
6036         * manual/account.xml
6037         * manual/ack.xml
6038         * manual/addrbook.xml
6039         * manual/advanced.xml
6040         * manual/faq.xml
6041         * manual/glossary.xml
6042         * manual/gpl.xml
6043         * manual/handling.xml
6044         * manual/intro.xml
6045         * manual/keyboard.xml
6046         * manual/manual.xml
6047         * manual/plugins.xml
6048         * manual/starting.xml
6049         * manual/dtd/sdocbook.dtd
6050                 Initial manual structure and some content.
6051
6052 2005-10-23 [wwp]        1.9.15cvs97
6053
6054         * src/gtk/about.c
6055                 fix a typo
6056
6057 2005-10-23 [wwp]        1.9.15cvs96
6058
6059         * src/gtk/about.c
6060         * src/gtk/authors.h
6061                 rework of the about window (main work by Paul), also featuring a few
6062                 fixes for typos and duplicate names
6063
6064 2005-10-23 [wwp]        1.9.15cvs95
6065
6066         * src/.cvsignore
6067                 Ignore the right binary name (sylpheed-claws now)
6068
6069 2005-10-23 [paul]       1.9.15cvs94
6070
6071         * src/compose.c
6072                 when using Folder Pref 'Default To for
6073                 replies' make the entry in the Compose
6074                 window bold
6075                 Patch by Fabien Vantard
6076
6077 2005-10-22 [colin]      1.9.15cvs93
6078
6079         * src/codeconv.c
6080                 Fix leak
6081
6082 2005-10-22 [colin]      1.9.15cvs92
6083
6084         * src/codeconv.c
6085                 try to convert using locale (apart utf8) if necessary
6086
6087 2005-10-22 [colin]      1.9.15cvs91
6088
6089         * src/pixmaps/new.xpm
6090         * src/pixmaps/unread.xpm
6091                 Make the unread envelope blue again and
6092                 saturate the new one a bit more.
6093
6094 2005-10-22 [colin]      1.9.15cvs90
6095
6096         * src/compose.c
6097                 When replying to a mail sent by one of our accounts,
6098                 use the original list of recipients. Let 'Reply All'
6099                 and 'Reply to sender' work like previously.
6100
6101 2005-10-21 [colin]      1.9.15cvs89
6102
6103         * src/prefs_filtering.c
6104                 Clear fields after add and replace
6105         * src/textview.c
6106                 Display xface differently (better)
6107         * src/plugins/pgpinline/pgpinline.c
6108                 Fix crappy encodings/recodings
6109
6110 2005-10-21 [paul]       1.9.15cvs88
6111
6112         * src/compose.c
6113         * src/prefs_folder_item.c
6114         * src/toolbar.c
6115                 fix news folder Folder Properties
6116                 (thanks to Colin)
6117         * src/folderview.c
6118                 update folderview after Themes change
6119                 keep selected folder selected
6120                 (thanks to Colin)
6121
6122 2005-10-21 [paul]       1.9.15cvs87
6123
6124         * tools/Makefile.am
6125         * tools/OOo2sylpheed.pl
6126         * tools/README
6127         * tools/README.sylprint
6128         * tools/asus_mailled.sh         ** REMOVED **
6129         * tools/filter_conv.pl
6130         * tools/freshmeat_search.pl
6131         * tools/google_search.pl
6132         * tools/gpg-sign-syl            ** REMOVED **
6133         * tools/kmail2sylpheed.pl
6134         * tools/kmail2sylpheed_v2.pl
6135         * tools/multiwebsearch.pl
6136         * tools/nautilus2sylpheed.sh
6137         * tools/newscache_clean.pl
6138         * tools/outlook2sylpheed.pl
6139         * tools/sylpheed-switcher       ** REMOVED **
6140         * tools/sylprint.pl
6141         * tools/sylprint.rc
6142         * tools/tb2sylpheed
6143         * tools/vcard2xml.py
6144         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6145                 update default config dir
6146                 update binary name (thanks to Fabien Vantard)
6147                 remove obsolete scripts
6148
6149 2005-10-21 [colin]      1.9.15cvs86
6150
6151         * src/inc.c
6152                 Fix possible leak and units. Based on a patch by
6153                 Fabien Vantard.
6154
6155 2005-10-20 [colin]      1.9.15cvs85
6156
6157         * src/textview.c
6158                 Clear xface when clearing textview
6159
6160 2005-10-20 [colin]      1.9.15cvs84
6161
6162         * configure.ac
6163         * src/folderview.c
6164         * src/headerview.c
6165         * src/main.c
6166         * src/prefs_common.c
6167         * src/prefs_common.h
6168         * src/prefs_message.c
6169         * src/textview.c
6170         * src/textview.h
6171         * src/common/defs.h
6172         * src/common/utils.c
6173         * src/common/utils.h
6174         * src/gtk/gtkutils.c
6175         * src/gtk/gtkutils.h
6176                 Migrate config to .sylpheed-claws (Automatically)
6177                 Add a way to get the Xface in the TextView
6178
6179 2005-10-20 [colin]      1.9.15cvs83
6180
6181         * src/gtk/Makefile.am
6182         * src/gtk/about.c
6183         * src/gtk/authors.h
6184                 Make the about dialog *grooovy*
6185
6186 2005-10-20 [colin]      1.9.15cvs82
6187
6188         * src/mimeview.c
6189                 Use "Open with" on double click if no command
6190                 was found
6191
6192 2005-10-20 [colin]      1.9.15cvs81
6193
6194         * src/imap.c
6195         * src/etpan/imap-thread.c
6196                 Fix possible crash.
6197
6198 2005-10-20 [paul]       1.9.15cvs80
6199
6200         * src/folder.c
6201                 don't show clipkey icon if the only
6202                 attachment is the signature
6203                 Patch by Colin
6204
6205 2005-10-20 [paul]       1.9.15cvs79
6206
6207         * AUTHORS
6208         * src/plugins/pgpmime/pgpmime.c
6209                 name the PGP/MIME signature 'signature.asc'
6210                 Patch by Andrew Nelson <freeandy@gmail.com>
6211
6212 2005-10-19 [colin]      1.9.15cvs78
6213
6214         * src/plugins/pgpmime/pgpmime.c
6215                 Oops, no need to double-check though
6216
6217 2005-10-19 [colin]      1.9.15cvs77
6218
6219         * src/plugins/pgpinline/pgpinline.c
6220         * src/plugins/pgpmime/pgpmime.c
6221                 Check that my_tmpfile() doesn't 
6222                 return NULL
6223
6224 2005-10-19 [colin]      1.9.15cvs76
6225
6226         * src/common/utils.c
6227                 Use shorter mime boundaries to avoid having
6228                 MTAs rewrapping our headers, breaking the
6229                 PGP signature in the process 
6230         * src/compose.c
6231         * src/plugins/pgpmime/pgpmime.c
6232                 Check for boundary uniqueness to be sure
6233                 it won't happen, instead of hoping for the
6234                 best
6235
6236 2005-10-19 [colin]      1.9.15cvs75
6237
6238         * sylpheed-claws.desktop
6239         * src/Makefile.am
6240         * src/main.c
6241                 Ship a sylpheed-claws binary instead
6242                 of a sylpheed one. Change the socket
6243                 name, too
6244         * src/folderview.c
6245                 Update folder only if it changed
6246         * src/wizard.c
6247                 Fix i18n in welcome mail, patch by
6248                 Fabien Vantard
6249
6250 2005-10-19 [paul]
6251
6252         1.9.99-rc2 released
6253
6254 2005-10-19 [paul]       1.9.15cvs74
6255
6256         * src/folder.c
6257         * src/folderview.c
6258                 fix summaryview update
6259                 Patch by Colin
6260
6261 2005-10-18 [colin]      1.9.15cvs73
6262
6263         * src/plugins/pgpcore/passphrase.c
6264                 Don't XGrabServer, and try a bit more to 
6265                 sync everything before grabbing mouse/keyboard
6266
6267 2005-10-18 [colin]      1.9.15cvs72
6268
6269         * src/Makefile.am
6270         * src/addressadd.c
6271         * src/addressbook.c
6272         * src/folderview.c
6273         * src/grouplistdialog.c
6274         * src/mimeview.c
6275         * src/stock_pixmap.c
6276         * src/stock_pixmap.h
6277         * src/summaryview.c
6278         * src/gtk/gtksctree.c
6279         * src/gtk/gtksctree.h
6280         * src/pixmaps/empty.xpm
6281                 Implement a wrapper call for gtk_ctree_set_node_info
6282                 and gtk_ctree_insert_node, that uses a 1x1 transparent
6283                 pixmap instead of a NULL one. This works around some
6284                 memory problems deep inside gtk, revealed by valgrind,
6285                 and fixes bug #834 (Pressing CTRl-D on a message marked 
6286                 as locked crashes sylpheed.), as well as, probably, 
6287                 wwp's 4th dimension problems that happen in gtk_ctree_*.
6288
6289 2005-10-17 [colin]      1.9.15cvs71
6290
6291         * src/mimeview.c
6292                 Provide visual feedback when checking
6293                 signature
6294
6295 2005-10-17 [colin]      1.9.15cvs70
6296
6297         * src/main.c
6298                 Keep the folder list frozen while checking caches...
6299
6300 2005-10-17 [colin]      1.9.15cvs69
6301
6302         * src/addr_compl.c
6303                 Fi bug #833 (Autocompleting from addressbook 
6304                 fails with extended chars)
6305         * src/imap.c
6306                 Fix 'adding messages' staying in statusbar
6307                 after an error
6308
6309 2005-10-17 [wwp]        1.9.15cvs68
6310
6311         * src/ssl_manager.c
6312                 Fix buttons' layout resizing when window size changes
6313
6314 2005-10-17 [wwp]        1.9.15cvs67
6315
6316         * src/account.c
6317         * src/prefs_account.c
6318         * src/prefs_common.c
6319         * src/prefs_common.h
6320         * src/prefs_folder_item.c
6321         * src/prefs_gtk.c
6322         * src/gtk/logwindow.c
6323         * src/gtk/pluginwindow.c
6324         * src/gtk/prefswindow.c
6325         * src/gtk/prefswindow.h
6326                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
6327
6328 2005-10-17 [paul]       1.9.15cvs66
6329
6330         * configure.ac
6331                 fix missing libetpan message
6332         * po/en_GB.po
6333                 updated
6334         * src/crash.c
6335         * src/manual.c
6336         * src/prefs_themes.c
6337         * src/common/defs.h
6338                 add some new URI defines, change some
6339                 others
6340         * src/wizard.c
6341                 make welcome message translatable
6342                 small improvements to english
6343                 other tweaks
6344         * src/gtk/menu.c
6345                 fix warnings
6346
6347 2005-10-17 [paul]       1.9.15cvs65
6348
6349         * src/summaryview.c
6350                 fix column titles
6351
6352 2005-10-16 [mones]      1.9.15cvs64
6353
6354         * po/es.po
6355                 Updated translation
6356
6357 2005-10-16 [colin]
6358
6359         1.9.99-rc1 released
6360
6361 2005-10-16 [colin]      1.9.15cvs63
6362
6363         * src/wizard.c
6364                 Fix whitespace
6365
6366 2005-10-16 [colin]      1.9.15cvs62
6367
6368         * src/toolbar.c
6369                 s/Get All/Get Mail/
6370         * src/wizard.c
6371                 Real welcome mail text, thanks Paul
6372
6373 2005-10-16 [colin]      1.9.15cvs61
6374
6375         * src/editldap.c
6376         * src/exporthtml.c
6377         * src/main.c
6378         * src/mainwindow.c
6379         * src/prefs_themes.c
6380         * src/prefs_toolbar.c
6381         * src/plugins/demo/demo.c
6382         * src/plugins/trayicon/trayicon.c
6383                 s/Sylpheed/Sylpheed-Claws/
6384
6385 2005-10-16 [colin]      1.9.15cvs60
6386
6387         * src/wizard.c
6388                 Add a welcome email in the first empty mailbox
6389         * src/prefs_common.c
6390                 Change one more default
6391
6392 2005-10-16 [colin]      1.9.15cvs59
6393
6394         * src/wizard.c
6395                 Remove printf
6396
6397 2005-10-16 [colin]      1.9.15cvs58
6398
6399         * src/toolbar.c
6400         * src/prefs_common.c
6401                 Change some defaults
6402
6403 2005-10-16 [colin]      1.9.15cvs57
6404
6405         * src/toolbar.c
6406         * src/prefs_common.c
6407                 Change some defaults
6408
6409 2005-10-16 [colin]      1.9.15cvs56
6410
6411         * src/wizard.c
6412                 By default, initialize fonts to have
6413                 the same size as normal GtkWidgets
6414
6415 2005-10-16 [colin]      1.9.15cvs55
6416
6417         * src/mimeview.c
6418                 Fix message a bit more
6419
6420 2005-10-16 [colin]      1.9.15cvs54
6421
6422         * src/addressbook.c
6423                 Second attempt at flicker fixing
6424
6425 2005-10-16 [colin]      1.9.15cvs53
6426
6427         * src/addressbook.c
6428                 Fix flicker
6429
6430 2005-10-16 [wwp]        1.9.15cvs52
6431
6432         * src/addressbook.c
6433         * src/editaddress.c
6434         * src/prefs_common.c
6435         * src/prefs_common.h
6436                 Remember window sizes (address book)
6437
6438 2005-10-16 [wwp]        1.9.15cvs51
6439
6440         * src/plugins/clamav/clamav_plugin_gtk.c
6441         * src/plugins/spamassassin/spamassassin_gtk.c
6442                 Fix compilation warnings (missing #include).
6443
6444 2005-10-16 [colin]      1.9.15cvs50
6445
6446         * src/mimeview.c
6447         * src/summaryview.c
6448         * src/textview.c
6449                 Make 'c' check signature, and forward
6450                 c, l, y, t from summaryview to mimeview
6451
6452 2005-10-16 [colin]      1.9.15cvs49
6453
6454         * src/addressbook.c
6455                 Put border around buttons
6456         * src/mainwindow.c
6457         * src/summaryview.c
6458                 Rework menus (Patch based on a patch
6459                 by Paul)
6460
6461 2005-10-15 [wwp]        1.9.15cvs48
6462
6463         * src/editjpilot.c
6464         * src/editldap.c
6465         * src/editvcard.c
6466         * src/exphtmldlg.c
6467         * src/expldifdlg.c
6468         * src/export.c
6469         * src/import.c
6470         * src/importldif.c
6471         * src/importmutt.c
6472         * src/importpine.c
6473         * src/prefs_account.c
6474         * src/prefs_spelling.c
6475         * src/gtk/gtkutils.c
6476         * src/gtk/gtkutils.h
6477         * src/plugins/clamav/clamav_plugin_gtk.c
6478         * src/plugins/spamassassin/spamassassin_gtk.c
6479                 use nicer browse-for-file/dir buttons than the "..." ones,
6480                 code factorizing more.
6481
6482 2005-10-14 [colin]      1.9.15cvs47
6483
6484         * src/mainwindow.c
6485                 set relief on the account switcher so that people see it
6486                 grey out Create processing rules when no message is selected
6487         * src/prefs_filtering.c
6488                 ask before closing if the rule has not been modified, even if
6489                 it's not valid
6490         * src/prefs_matcher.c
6491                 fix sensitivity when entering the dialog
6492         * src/gtk/inputdialog.c
6493                 display a better icon on password ask
6494         * src/plugins/pgpcore/passphrase.c
6495                 make the dialog look better
6496
6497 2005-10-14 [paul]       1.9.15cvs46
6498
6499         * src/folderview.c
6500                 indicate presense of marked msgs in
6501                 unexpanded subfolders
6502
6503 2005-10-14 [paul]       1.9.15cvs45
6504
6505         * src/prefs_actions.c
6506         * src/prefs_common.c
6507         * src/prefs_common.h
6508         * src/prefs_filtering_action.c
6509         * src/prefs_matcher.c
6510         * src/prefs_template.c
6511                 remember window sizes
6512                 fix Info button size
6513
6514         Patches by wwp
6515
6516 2005-10-13 [colin]      1.9.15cvs44
6517
6518         * src/mimeview.c
6519         * src/noticeview.c
6520         * src/noticeview.h
6521                 Add a tooltip on the icon (optional) 
6522                 Get rid of the signature buttons and only
6523                 use the icon+tooltip
6524
6525 2005-10-13 [colin]      1.9.15cvs43
6526
6527         * src/noticeview.c
6528         * src/noticeview.h
6529                 Add hand cursor for hovering over icon
6530
6531 2005-10-13 [colin]      1.9.15cvs42
6532
6533         * src/summaryview.c
6534                 Fix crash when quicksearch's hidden 
6535                 at startup
6536
6537 2005-10-13 [colin]      1.9.15cvs41
6538
6539         * src/compose.c
6540                 Set subject when forwarding multiple mails
6541                 Check that other recipient than the default Cc or Bcc
6542                 have been set before sending.
6543
6544 2005-10-13 [colin]      1.9.15cvs40
6545
6546         * src/imap.c
6547                 Batch per-folder
6548                 Introduce locking, but don't use it yet
6549
6550 2005-10-13 [colin]      1.9.15cvs39
6551
6552         * src/gtk/quicksearch.c
6553                 Reset quicksearch when hiding it
6554                 Make sticky a real pref
6555
6556 2005-10-13 [colin]      1.9.15cvs38
6557
6558         * src/summaryview.c
6559                 Faster prefs apply
6560
6561 2005-10-13 [colin]      1.9.15cvs37
6562
6563         * src/mimeview.c
6564         * src/noticeview.c
6565         * src/noticeview.h
6566         * src/plugins/pgpcore/sgpgme.c
6567                 Make privacy icon clickable
6568                 Move Trust field in Full info
6569                 When trust is less than full, don't display
6570                 a warning icon
6571
6572 2005-10-13 [colin]      1.9.15cvs36
6573
6574         * src/folder.c
6575                 Batch on flags sync
6576         * src/folderview.c
6577                 Revert speed hack which is dangerous in fact
6578                 Apply prefs faster
6579
6580 2005-10-13 [colin]      1.9.15cvs35
6581
6582         * src/folder_item_prefs.c
6583                 Fix pref corruption on folder move. Patch
6584                 by wwp
6585
6586 2005-10-13 [paul]       1.9.15cvs34
6587
6588         * src/export.c
6589         * src/import.c
6590                 fix typos in g_warnings
6591         * src/prefs_account.c
6592                 add a file selector for Signature file
6593
6594         Patches by wwp
6595
6596 2005-10-12 [colin]      1.9.15cvs33
6597
6598         * src/mimeview.c
6599                 Provide a quick way to go back from a
6600                 signature's full info to the email part
6601
6602 2005-10-12 [colin]      1.9.15cvs32
6603
6604         * src/compose.c
6605                 Remove old hack of encoding signed mails with base64.
6606                 QP works equally well.
6607
6608 2005-10-12 [colin]      1.9.15cvs31
6609
6610         * src/crash.c
6611                 Replace deprecated GtkText with GtkTextView
6612         * src/imap.c
6613                 Fix a logic bug about counts in imap_select
6614                 (previously un-triggered)
6615         * src/mainwindow.c
6616         * src/summaryview.c
6617         * src/news.c
6618                 Allow local deletion of news posts
6619         * src/mimeview.c
6620                 Show GPG noticeview on the message/rfc822 part
6621                 in addition to the text/plain one
6622         * src/prefs_image_viewer.c
6623           src/plugins/pgpcore/prefs_gpg.c
6624                 Polish (set the label as part of the checkbox)
6625         * src/wizard.c
6626                 Don't sit there doing nothing after destroying
6627                 the window - return err
6628
6629 2005-10-11 [colin]      1.9.15cvs30
6630
6631         * src/folderview.c
6632                 Apply processing rules before showing folders.
6633                 Early folder show (before flags sync) will only
6634                 be done when there are no processing rules (nor
6635                 pre- or post- ones)
6636         * src/imap.c
6637                 Fix stuff related to mail subdir, creation and 
6638                 deletion of folders 
6639         * src/imap_gtk.c
6640                 Don't allow creation of folders in NoInferior
6641                 folders, as it won't work
6642
6643 2005-10-10 [colin]      1.9.15cvs29
6644
6645         * src/compose.c
6646                 Reselect "None" Privacy system when selecting an
6647                 account with no privacy system defined
6648
6649 2005-10-10 [colin]      1.9.15cvs28
6650
6651         * src/mainwindow.c
6652                 Add Windows-1252 encoding
6653         * src/prefs_common.c
6654                 Rework some defaults:
6655                 - autosave to draft by default
6656                 - don't show header pane (it's already in the textview)
6657                 - Select first new or unread mail on entry
6658                 - Assume 'Yes' to change folder when there's no more
6659                   unread message
6660         * src/prefs_matcher.c
6661                 Fix a gtk assertion failure
6662         * src/gtk/colorlabel.c
6663                 Workaround bad repainting on selection
6664         * src/main.c
6665                 Freeze/thaw (a bit faster on ssh -X)
6666         * src/msgcache.c
6667                 Get rid of StrdupConverter that just adds an
6668                 extra strdup/free 
6669         * src/etpan/imap_thread.c
6670                 memset buf to 0
6671
6672 2005-10-10 [colin]      1.9.15cvs27
6673
6674         * src/export.c
6675         * src/import.c
6676                 Fix compile on gtk 2.4. Patch by wwp
6677
6678 2005-10-09 [colin]      1.9.15cvs26
6679
6680         * src/mainwindow.c
6681         * src/messageview.c
6682         * src/summaryview.c
6683                 Clarify forward menus. Patch by wwp
6684
6685 2005-10-09 [colin]      1.9.15cvs25
6686
6687         * src/compose.c
6688         * src/compose.h
6689                 Fix bug #829 (Non-working "Encrypt message by 
6690                 default when replying to an encrypted message")
6691
6692 2005-10-08 [colin]      1.9.15cvs24
6693
6694         * src/wizard.c
6695                 Fix bug #827 ("Welcome" setup wizard after a 
6696                 permission error gives up & forgets itself.)
6697
6698 2005-10-08 [colin]      1.9.15cvs23
6699
6700         * src/procmime.c
6701                 Fix bug #828 (Ignoring headers with spaces around = sign)
6702
6703 2005-10-08 [colin]      1.9.15cvs22
6704
6705         * src/export.c
6706                 Warning fix by wwp
6707
6708 2005-10-08 [colin]      1.9.15cvs21
6709
6710         * src/folder.c
6711         * src/folder.h
6712                 Add a processing_pending indicator, set on 
6713                 folder_item_open and cleared after 
6714                 folder_item_process_open
6715         * src/folderview.c
6716         * src/summaryview.c
6717                 wrap procmsg_msginfo_*_flags, and in the
6718                 wrapper check that there's no folder processing 
6719                 pending. If there is, defer the flags change until 
6720                 processing is done to avoid stepping over each
6721                 other's toes.
6722                 Freeze during processing, but not during scanning.
6723
6724 2005-10-07 [colin]      1.9.15cvs20
6725
6726         * src/plugins/pgpcore/passphrase.c
6727                 Fix bug #826 (X-Server hangs when 
6728                 right-clicking a PGP encrypted message)
6729
6730 2005-10-07 [paul]       1.9.15cvs19
6731
6732         * src/compose.c
6733                 fix compose_entries[]
6734                 patch by Fabien Vantard
6735
6736 2005-10-06 [colin]      1.9.15cvs18
6737
6738         * src/pixmaps/address.xpm
6739         * src/pixmaps/address_book.xpm
6740         * src/pixmaps/book.xpm
6741         * src/pixmaps/check_spelling.xpm
6742         * src/pixmaps/checkbox_off.xpm
6743         * src/pixmaps/checkbox_on.xpm
6744         * src/pixmaps/close.xpm
6745         * src/pixmaps/complete.xpm
6746         * src/pixmaps/continue.xpm
6747         * src/pixmaps/deleted.xpm
6748         * src/pixmaps/down_arrow.xpm
6749         * src/pixmaps/exec.xpm
6750         * src/pixmaps/forwarded.xpm
6751         * src/pixmaps/group.xpm
6752         * src/pixmaps/ignorethread.xpm
6753         * src/pixmaps/interface.xpm
6754         * src/pixmaps/jpilot.xpm
6755         * src/pixmaps/ldap.xpm
6756         * src/pixmaps/linewrap.xpm
6757         * src/pixmaps/linewrapcurrent.xpm
6758         * src/pixmaps/mail.xpm
6759         * src/pixmaps/mail_attach.xpm
6760         * src/pixmaps/mail_compose.xpm
6761         * src/pixmaps/mail_forward.xpm
6762         * src/pixmaps/mail_receive.xpm
6763         * src/pixmaps/mail_receive_all.xpm
6764         * src/pixmaps/mail_reply.xpm
6765         * src/pixmaps/mail_reply_to_all.xpm
6766         * src/pixmaps/mail_reply_to_author.xpm
6767         * src/pixmaps/mail_send.xpm
6768         * src/pixmaps/mail_send_queue.xpm
6769         * src/pixmaps/mime_application.xpm
6770         * src/pixmaps/mime_audio.xpm
6771         * src/pixmaps/mime_image.xpm
6772         * src/pixmaps/mime_message.xpm
6773         * src/pixmaps/mime_text_enriched.xpm
6774         * src/pixmaps/mime_text_html.xpm
6775         * src/pixmaps/mime_text_plain.xpm
6776         * src/pixmaps/mime_unknown.xpm
6777         * src/pixmaps/new.xpm
6778         * src/pixmaps/news_compose.xpm
6779         * src/pixmaps/offline.xpm
6780         * src/pixmaps/online.xpm
6781         * src/pixmaps/paste.xpm
6782         * src/pixmaps/preferences.xpm
6783         * src/pixmaps/privacy_emblem_encrypted.xpm
6784         * src/pixmaps/privacy_expired.xpm
6785         * src/pixmaps/privacy_failed.xpm
6786         * src/pixmaps/privacy_passed.xpm
6787         * src/pixmaps/privacy_signed.xpm
6788         * src/pixmaps/privacy_unknown.xpm
6789         * src/pixmaps/privacy_warn.xpm
6790         * src/pixmaps/properties.xpm
6791         * src/pixmaps/replied.xpm
6792         * src/pixmaps/search.xpm
6793         * src/pixmaps/unread.xpm
6794         * src/pixmaps/up_arrow.xpm
6795         * src/pixmaps/vcard.xpm
6796                 Modernize internal theme, with icons from the 
6797                 Gnomaws theme. Keep some of the old ones where
6798                 they were better.
6799
6800 2005-10-06 [colin]      1.9.15cvs17
6801
6802         * src/summaryview.c
6803                 Little optimisations + bugfix
6804         * src/toolbar.c
6805                 Remove default useless items - useless being defined
6806                 by the default relevant prefs
6807         * src/wizard.c
6808                 include config.h to make gettext work
6809         * src/prefs_themes.c
6810                 Fix selection of current theme in prefs
6811
6812 2005-10-06 [colin]      1.9.15cvs16
6813
6814         * src/prefs_common.c
6815         * src/prefs_common.h
6816         * src/prefs_summaries.c
6817         * src/folderview.c
6818                 Add a warning dialog on Mark all read 
6819                 (with pref to get rid of it)
6820
6821 2005-10-06 [paul]       1.9.15cvs15
6822
6823         * po/nb.po
6824         * po/pt_BR.po
6825                 updated by Geir Helland and Frederico
6826                 Goncalves Guimaraes
6827
6828 2005-10-05 [colin]      1.9.15cvs14
6829
6830         * src/folder.c
6831         * src/folder.h
6832         * src/folderview.c
6833         * src/folderview.h
6834         * src/imap_gtk.c
6835         * src/mh_gtk.c
6836         * src/mainwindow.c
6837         * src/setup.c
6838                 add a way to rescan without rebuilding
6839                 make moving a bit faster (less folders changes)
6840                 don't lock the tree on Get 
6841         * src/imap.c
6842                 Don't re-delete deleted messages before expunging
6843         * src/summaryview.c
6844                 Set batch mode when deleting mails
6845
6846 2005-10-05 [paul]       1.9.15cvs13
6847
6848         * src/mainwindow.c
6849         * src/mainwindow.h
6850                 fix disabled Execute menu item
6851         * src/toolbar.c
6852                 match the change in 1.9.15cvs10: use Compose
6853                 instead of News by default
6854
6855 2005-10-04 [colin]      1.9.15cvs12
6856
6857         * src/compose.c
6858                 When replying to an ML post with Reply-To set
6859                 to the poster's email, honor it (as before),
6860                 but also honor our user's request to reply to
6861                 the mailing list: set the ML address in the To
6862                 field and the Reply-To address in the Cc: 
6863                 field.
6864
6865 2005-10-04 [colin]      1.9.15cvs11
6866
6867         * src/plugins/trayicon/trayicon.c
6868                 Finish cosmetic change - thanks to wwp
6869
6870 2005-10-04 [colin]      1.9.15cvs10
6871
6872         * src/toolbar.c
6873                 Use Compose instead of Email by default.
6874                 Spotted by wwp.
6875
6876 2005-10-04 [colin]      1.9.15cvs9
6877
6878         * src/folder.c
6879         * src/folder.h
6880         * src/folderview.c
6881         * src/imap.c
6882         * src/etpan/imap-thread.c
6883         * src/etpan/imap-thread.h
6884                 Try to make IMAP faster, by simplifying SEARCH
6885                 commands, avoiding sending two STATUS in a row,
6886                 and deferring flags sync and processing just
6887                 after displaying the folder. 
6888                 This will update the SummaryView in certain
6889                 cases (new mails not already fetched, flags
6890                 changed from another client) but in a non-
6891                 blocking manner.
6892
6893 2005-10-04 [colin]      1.9.15cvs8
6894
6895         * src/plugins/trayicon/trayicon.c
6896                 Relabel "Offline" to "Work offline"
6897
6898 2005-10-04 [colin]      1.9.15cvs7
6899
6900         * src/export.c
6901         * src/import.c
6902         * src/mbox.c
6903                 Fix mbox import/export buglets
6904                 Patch by wwp
6905         * src/plugins/trayicon/trayicon.c
6906                 Add offline swithc
6907                 Patch by wwp
6908
6909 2005-10-04 [colin]      1.9.15cvs6
6910
6911         * src/folder.c
6912         * src/folderview.c
6913         * src/summaryview.c
6914                 Better fix (don't break mark all read) for cvs2
6915
6916 2005-10-03 [colin]      1.9.15cvs5
6917
6918         * src/folder.c
6919                 Use a sane sort by default
6920
6921 2005-10-03 [colin]      1.9.15cvs4
6922
6923         * src/inc.c
6924                 Add a 'Only once' button for overriding offline mode
6925         * src/prefs_account.c
6926         * src/wizard.c
6927                 Add Local mbox to the wizard
6928                 Add IMAP subdir to the wizard (or the wizard is useless
6929                 for such accounts, or even worse than useless)
6930                 Move IMAP subdir from Advanced to Receive tab, as it's
6931                 not that uncommon
6932
6933 2005-10-03 [colin]      1.9.15cvs3
6934
6935         * src/send_message.c
6936                 Forgot this one in cvs1
6937
6938 2005-10-03 [colin]      1.9.15cvs2
6939
6940         * src/folder.c
6941                 Faster close when leaving a folder with lots
6942                 of new mails. Idea by David Relson.
6943
6944 2005-10-03 [colin]      1.9.15cvs1
6945
6946         * src/compose.c
6947         * src/imap.c
6948         * src/inc.c
6949         * src/main.c
6950         * src/messageview.c
6951         * src/news.c
6952         * src/summaryview.c
6953         * src/gtk/sslcertwindow.c
6954         * src/plugins/trayicon/trayicon.c
6955                 Add accels to every AlertPanel. Patch by Fabien 
6956                 Vantard
6957
6958 2005-10-03 [paul]       1.9.15
6959
6960         1.9.15 released
6961
6962 2005-10-03 [paul]       1.9.14cvs68
6963
6964         * po/ca.po
6965         * po/de.po
6966         * po/es.po
6967         * po/fi.po
6968         * po/fr.po
6969         * po/sk.po
6970         * po/sr.po
6971         * po/zh_CN.po
6972                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
6973                 Mones Lastra, Tommi Pirinen, Fabien vantard,
6974                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
6975
6976 2005-10-03 [paul]       1.9.14cvs67
6977
6978         * src/send_message.c
6979                 prevent hang on Cancel
6980                 patch by Colin
6981
6982 2005-10-03 [paul]       1.9.14cvs66
6983
6984         * src/main.c
6985                 fix crash in IMAP caused by discrepancy
6986                 between check_at_startup and offline mode
6987                 Patch by Colin
6988
6989 2005-10-01 [paul]       1.9.14cvs65
6990
6991         * src/inc.c
6992                 fix engrish
6993
6994 2005-10-01 [paul]       1.9.14cvs64
6995         * src/export.c
6996         * src/import.c
6997                 synchronise import_mbox() and export_mbox()
6998         * src/mbox.c
6999                 proc_mbox(): add alert if file cannot be opened
7000                 export_list_to_mbox(): test if dest file exists,
7001                 prompt user to overwrite if it does. add alert
7002                 if file cannot be created
7003                                                                 
7004         Patch by wwp
7005                                                                                                                 
7006
7007 2005-09-30 [paul]       1.9.14cvs63
7008
7009         * src/addressbook.c
7010                 Fix sensitivity of a menu
7011         * src/codeconv.c
7012                 Respect hidden pref for mails with no encoding
7013         * src/common/xml.c
7014                 Fix memory corruption
7015         * src/plugins/pgpcore/sgpgme.c
7016                 Fix segfault on incomplete sigs, and display
7017                 of S/Mime UIDs
7018
7019         Patches by Colin
7020
7021 2005-09-30 [colin]      1.9.14cvs62
7022
7023         * src/partial_download.c
7024                 Little logic fix in almost-dead code
7025         * src/pop.c
7026                 Fix partial download when there's no new mail
7027
7028 2005-09-29 [paul]       1.9.14cvs61
7029
7030         * src/plugins/pgpinline/pgpinline.c
7031                 fix bug 819, 'crash accessing sign message'
7032                 Patch by Colin
7033
7034 2005-09-28 [martin]     1.9.14cvs60
7035
7036         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7037                 fix bug #790 (Crash when restarting window manager (fluxbox))
7038
7039 2005-09-28 [paul]       1.9.14cvs59
7040
7041         * src/gtk/gtkaspell.c
7042                 fix off-by-one typo
7043
7044 2005-09-27 [colin]      1.9.14cvs58
7045
7046         * src/plugins/pgpcore/sgpgme.c
7047                 Report error when there's one, instead of
7048                 "Signature unchecked" 
7049
7050 2005-09-27 [colin]      1.9.14cvs57
7051
7052         * src/prefs_quote.c
7053                 Fix bug #816 (Weird quotation with spaces)
7054
7055 2005-09-27 [colin]      1.9.14cvs56
7056
7057         * src/codeconv.c
7058         * src/compose.c
7059         * src/compose.h
7060                 Put subject in compose's title
7061                 Fix Automatic encoding so that it's really automatic:
7062                 first try default locale's charset, then charset of the replied mail, 
7063                 then utf-8
7064                 Fix encoding of headers (must be in strict mode too)
7065
7066 2005-09-26 [colin]      1.9.14cvs55
7067
7068         * src/gtk/gtkaspell.c
7069                 Fix previous patch - don't color the space,
7070                 just uncolor it :)
7071
7072 2005-09-26 [colin]      1.9.14cvs54
7073
7074         * src/gtk/gtkaspell.c
7075                 Unmark space if possible
7076
7077 2005-09-26 [colin]      1.9.14cvs53
7078
7079         * src/imap.c
7080                 log_error instead of alertpanel according to the pref
7081         * src/etpan/imap-thread.c
7082                 Print connect status, copy only necessary size to 
7083                 logger
7084         * src/plugins/pgpmime/pgpmime.c
7085                 Handle S/Mime signatures (verification only). Patch based
7086                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
7087
7088 2005-09-26 [paul]       1.9.14cvs52
7089
7090         * src/common/passcrypt.c
7091                 this 'workaround' not necessary on NetBSD.
7092                 Thanks to Daniel Gustafson
7093
7094 2005-09-26 [paul]
7095
7096         1.9.15-rc4 released
7097
7098 2005-09-26 [paul]       1.9.14cvs51
7099
7100         * src/summaryview.c
7101                 Skip currently selected message when
7102                 looking for next new or unread message
7103                 in current folder. Patch by Colin
7104         * src/common/passcrypt.c
7105                 eliminate warnings on *BSD. Patch by
7106                 Daniel Gustafson
7107
7108 2005-09-26 [colin]      1.9.14cvs50
7109
7110         * src/procmsg.c
7111                 Call postfiltering hook anyway
7112
7113 2005-09-22 [colin]      1.9.14cvs49
7114
7115         * src/codeconv.c
7116         * src/codeconv.h
7117                 Add a strict mode that doesn't replace with _
7118         * src/compose.c
7119         * src/compose.h
7120                 Use strict conversion while sending
7121                 Fix race when drafting while sending (happens
7122                 on IMAP)
7123                 Fix d'n'd of messages from summaryview
7124         * src/prefs_common.c
7125         * src/prefs_common.h
7126                 add hidden utf8_instead_of_locale_for_broken_mail 
7127                 pref for people that preferred the default charset 
7128                 to be utf8 for broken mails
7129         * src/quote_fmt_parse.y
7130                 fix bug #815 (No quote insert if "From:" fied 
7131                 contained Russian letters)
7132         * src/summaryview.c
7133                 Fix d'n'd of messages to compose
7134
7135 2005-09-22 [paul]       1.9.14cvs48
7136
7137         * src/compose.c
7138                 fix bug where attachments Name entry
7139                 would display Path instead
7140
7141 2005-09-21 [paul]       1.9.14cvs47
7142
7143         * README
7144         * README.jp
7145         * configure.ac
7146         * config/config.rpath
7147         * doc/manual/en/sylpheed-20.html
7148         * doc/manual/es/sylpheed-20.html
7149         * po/bg.po
7150         * po/ca.po
7151         * po/de.po
7152         * po/es.po
7153         * po/fr.po
7154         * po/it.po
7155         * po/pt_BR.po
7156         * po/sk.po
7157         * po/zh_TW.po
7158         * src/account.c
7159         * src/account.h
7160         * src/action.c
7161         * src/action.h
7162         * src/adbookbase.h
7163         * src/addr_compl.c
7164         * src/addr_compl.h
7165         * src/addrbook.c
7166         * src/addrbook.h
7167         * src/addrcache.c
7168         * src/addrcache.h
7169         * src/addrcindex.c
7170         * src/addrcindex.h
7171         * src/addrclip.c
7172         * src/addrclip.h
7173         * src/addrdefs.h
7174         * src/addressadd.c
7175         * src/addressadd.h
7176         * src/addressbook.c
7177         * src/addressbook.h
7178         * src/addressitem.h
7179         * src/addrgather.c
7180         * src/addrgather.h
7181         * src/addrharvest.c
7182         * src/addrharvest.h
7183         * src/addrindex.c
7184         * src/addrindex.h
7185         * src/addritem.c
7186         * src/addritem.h
7187         * src/addrquery.c
7188         * src/addrquery.h
7189         * src/addrselect.c
7190         * src/addrselect.h
7191         * src/alertpanel.c
7192         * src/alertpanel.h
7193         * src/browseldap.c
7194         * src/browseldap.h
7195         * src/codeconv.c
7196         * src/codeconv.h
7197         * src/compose.c
7198         * src/compose.h
7199         * src/crash.c
7200         * src/crash.h
7201         * src/customheader.c
7202         * src/customheader.h
7203         * src/displayheader.c
7204         * src/displayheader.h
7205         * src/editaddress.c
7206         * src/editaddress.h
7207         * src/editbook.c
7208         * src/editbook.h
7209         * src/editgroup.c
7210         * src/editgroup.h
7211         * src/editjpilot.c
7212         * src/editjpilot.h
7213         * src/editldap.c
7214         * src/editldap.h
7215         * src/editldap_basedn.c
7216         * src/editldap_basedn.h
7217         * src/editvcard.c
7218         * src/editvcard.h
7219         * src/enriched.c
7220         * src/enriched.h
7221         * src/exphtmldlg.c
7222         * src/exphtmldlg.h
7223         * src/expldifdlg.c
7224         * src/expldifdlg.h
7225         * src/export.c
7226         * src/export.h
7227         * src/exporthtml.c
7228         * src/exporthtml.h
7229         * src/exportldif.c
7230         * src/exportldif.h
7231         * src/filtering.c
7232         * src/filtering.h
7233         * src/folder.c
7234         * src/folder.h
7235         * src/folder_item_prefs.c
7236         * src/folder_item_prefs.h
7237         * src/foldersel.c
7238         * src/foldersel.h
7239         * src/folderutils.c
7240         * src/folderutils.h
7241         * src/folderview.c
7242         * src/folderview.h
7243         * src/grouplistdialog.c
7244         * src/grouplistdialog.h
7245         * src/headerview.c
7246         * src/headerview.h
7247         * src/html.c
7248         * src/html.h
7249         * src/image_viewer.c
7250         * src/image_viewer.h
7251         * src/imap.c
7252         * src/imap.h
7253         * src/imap_gtk.c
7254         * src/imap_gtk.h
7255         * src/import.c
7256         * src/import.h
7257         * src/importldif.c
7258         * src/importldif.h
7259         * src/importmutt.c
7260         * src/importmutt.h
7261         * src/importpine.c
7262         * src/importpine.h
7263         * src/inc.c
7264         * src/inc.h
7265         * src/jpilot.c
7266         * src/jpilot.h
7267         * src/ldapctrl.c
7268         * src/ldapctrl.h
7269         * src/ldaplocate.c
7270         * src/ldaplocate.h
7271         * src/ldapquery.c
7272         * src/ldapquery.h
7273         * src/ldapserver.c
7274         * src/ldapserver.h
7275         * src/ldaputil.c
7276         * src/ldaputil.h
7277         * src/ldif.c
7278         * src/ldif.h
7279         * src/localfolder.c
7280         * src/localfolder.h
7281         * src/main.c
7282         * src/main.h
7283         * src/mainwindow.c
7284         * src/mainwindow.h
7285         * src/manual.c
7286         * src/manual.h
7287         * src/matcher.c
7288         * src/matcher.h
7289         * src/matcher_parser.h
7290         * src/matcher_parser_lex.l
7291         * src/matcher_parser_parse.y
7292         * src/mbox.c
7293         * src/mbox.h
7294         * src/message_search.c
7295         * src/message_search.h
7296         * src/messageview.c
7297         * src/messageview.h
7298         * src/mh.c
7299         * src/mh.h
7300         * src/mh_gtk.c
7301         * src/mh_gtk.h
7302         * src/mimeview.c
7303         * src/mimeview.h
7304         * src/msgcache.c
7305         * src/msgcache.h
7306         * src/mutt.c
7307         * src/mutt.h
7308         * src/news.c
7309         * src/news.h
7310         * src/news_gtk.c
7311         * src/news_gtk.h
7312         * src/noticeview.c
7313         * src/noticeview.h
7314         * src/partial_download.c
7315         * src/partial_download.h
7316         * src/pine.c
7317         * src/pine.h
7318         * src/pop.c
7319         * src/pop.h
7320         * src/prefs_account.c
7321         * src/prefs_account.h
7322         * src/prefs_actions.c
7323         * src/prefs_actions.h
7324         * src/prefs_common.c
7325         * src/prefs_common.h
7326         * src/prefs_compose_writing.c
7327         * src/prefs_compose_writing.h
7328         * src/prefs_customheader.c
7329         * src/prefs_customheader.h
7330         * src/prefs_display_header.c
7331         * src/prefs_display_header.h
7332         * src/prefs_ext_prog.c
7333         * src/prefs_ext_prog.h
7334         * src/prefs_filtering.c
7335         * src/prefs_filtering.h
7336         * src/prefs_filtering_action.c
7337         * src/prefs_filtering_action.h
7338         * src/prefs_folder_column.c
7339         * src/prefs_folder_column.h
7340         * src/prefs_folder_item.c
7341         * src/prefs_folder_item.h
7342         * src/prefs_fonts.c
7343         * src/prefs_fonts.h
7344         * src/prefs_gtk.c
7345         * src/prefs_gtk.h
7346         * src/prefs_image_viewer.c
7347         * src/prefs_image_viewer.h
7348         * src/prefs_matcher.c
7349         * src/prefs_matcher.h
7350         * src/prefs_message.c
7351         * src/prefs_message.h
7352         * src/prefs_msg_colors.c
7353         * src/prefs_msg_colors.h
7354         * src/prefs_other.c
7355         * src/prefs_other.h
7356         * src/prefs_quote.c
7357         * src/prefs_quote.h
7358         * src/prefs_receive.c
7359         * src/prefs_receive.h
7360         * src/prefs_send.c
7361         * src/prefs_send.h
7362         * src/prefs_spelling.c
7363         * src/prefs_spelling.h
7364         * src/prefs_summaries.c
7365         * src/prefs_summaries.h
7366         * src/prefs_summary_column.c
7367         * src/prefs_summary_column.h
7368         * src/prefs_template.c
7369         * src/prefs_template.h
7370         * src/prefs_themes.c
7371         * src/prefs_themes.h
7372         * src/prefs_toolbar.c
7373         * src/prefs_toolbar.h
7374         * src/prefs_wrapping.c
7375         * src/prefs_wrapping.h
7376         * src/privacy.c
7377         * src/privacy.h
7378         * src/procheader.c
7379         * src/procheader.h
7380         * src/procmime.c
7381         * src/procmime.h
7382         * src/procmsg.c
7383         * src/procmsg.h
7384         * src/quote_fmt.c
7385         * src/quote_fmt_parse.y
7386         * src/recv.c
7387         * src/recv.h
7388         * src/remotefolder.c
7389         * src/remotefolder.h
7390         * src/send_message.c
7391         * src/send_message.h
7392         * src/setup.c
7393         * src/setup.h
7394         * src/simple-gettext.c
7395         * src/sourcewindow.c
7396         * src/sourcewindow.h
7397         * src/ssl_manager.c
7398         * src/ssl_manager.h
7399         * src/statusbar.c
7400         * src/statusbar.h
7401         * src/stock_pixmap.c
7402         * src/stock_pixmap.h
7403         * src/summary_search.c
7404         * src/summary_search.h
7405         * src/summaryview.c
7406         * src/summaryview.h
7407         * src/syldap.c
7408         * src/syldap.h
7409         * src/textview.c
7410         * src/textview.h
7411         * src/toolbar.c
7412         * src/toolbar.h
7413         * src/undo.c
7414         * src/undo.h
7415         * src/unmime.c
7416         * src/unmime.h
7417         * src/vcard.c
7418         * src/vcard.h
7419         * src/wizard.c
7420         * src/wizard.h
7421         * src/common/base64.c
7422         * src/common/base64.h
7423         * src/common/defs.h
7424         * src/common/hooks.c
7425         * src/common/hooks.h
7426         * src/common/log.c
7427         * src/common/log.h
7428         * src/common/md5.c
7429         * src/common/md5.h
7430         * src/common/mgutils.c
7431         * src/common/mgutils.h
7432         * src/common/nntp.c
7433         * src/common/nntp.h
7434         * src/common/passcrypt.c
7435         * src/common/passcrypt.h.in
7436         * src/common/plugin.c
7437         * src/common/plugin.h
7438         * src/common/prefs.c
7439         * src/common/prefs.h
7440         * src/common/progressindicator.c
7441         * src/common/progressindicator.h
7442         * src/common/quoted-printable.c
7443         * src/common/quoted-printable.h
7444         * src/common/session.c
7445         * src/common/session.h
7446         * src/common/smtp.c
7447         * src/common/smtp.h
7448         * src/common/socket.c
7449         * src/common/socket.h
7450         * src/common/ssl.c
7451         * src/common/ssl.h
7452         * src/common/ssl_certificate.c
7453         * src/common/ssl_certificate.h
7454         * src/common/string_match.c
7455         * src/common/string_match.h
7456         * src/common/stringtable.c
7457         * src/common/sylpheed.c
7458         * src/common/sylpheed.h
7459         * src/common/template.c
7460         * src/common/template.h
7461         * src/common/timing.h
7462         * src/common/utils.c
7463         * src/common/utils.h
7464         * src/common/uuencode.c
7465         * src/common/uuencode.h
7466         * src/common/version.h.in
7467         * src/common/xml.c
7468         * src/common/xml.h
7469         * src/common/xmlprops.c
7470         * src/common/xmlprops.h
7471         * src/gtk/about.c
7472         * src/gtk/about.h
7473         * src/gtk/colorlabel.c
7474         * src/gtk/colorlabel.h
7475         * src/gtk/colorsel.c
7476         * src/gtk/colorsel.h
7477         * src/gtk/description_window.c
7478         * src/gtk/description_window.h
7479         * src/gtk/filesel.c
7480         * src/gtk/filesel.h
7481         * src/gtk/foldersort.c
7482         * src/gtk/foldersort.h
7483         * src/gtk/gtkutils.c
7484         * src/gtk/gtkutils.h
7485         * src/gtk/inputdialog.c
7486         * src/gtk/inputdialog.h
7487         * src/gtk/logwindow.c
7488         * src/gtk/logwindow.h
7489         * src/gtk/manage_window.c
7490         * src/gtk/manage_window.h
7491         * src/gtk/menu.c
7492         * src/gtk/menu.h
7493         * src/gtk/pluginwindow.c
7494         * src/gtk/pluginwindow.h
7495         * src/gtk/prefswindow.c
7496         * src/gtk/prefswindow.h
7497         * src/gtk/progressdialog.c
7498         * src/gtk/progressdialog.h
7499         * src/gtk/quicksearch.c
7500         * src/gtk/quicksearch.h
7501         * src/gtk/sslcertwindow.c
7502         * src/gtk/sslcertwindow.h
7503         * src/plugins/clamav/clamav_plugin.c
7504         * src/plugins/clamav/clamav_plugin.h
7505         * src/plugins/clamav/clamav_plugin_gtk.c
7506         * src/plugins/demo/demo.c
7507         * src/plugins/dillo_viewer/dillo_prefs.c
7508         * src/plugins/dillo_viewer/dillo_prefs.h
7509         * src/plugins/dillo_viewer/dillo_viewer.c
7510         * src/plugins/mathml_viewer/mathml_viewer.c
7511         * src/plugins/pgpcore/passphrase.c
7512         * src/plugins/pgpcore/passphrase.h
7513         * src/plugins/pgpcore/plugin.c
7514         * src/plugins/pgpcore/prefs_gpg.c
7515         * src/plugins/pgpcore/prefs_gpg.h
7516         * src/plugins/pgpcore/select-keys.c
7517         * src/plugins/pgpcore/select-keys.h
7518         * src/plugins/pgpcore/sgpgme.c
7519         * src/plugins/pgpcore/sgpgme.h
7520         * src/plugins/pgpinline/pgpinline.c
7521         * src/plugins/pgpinline/pgpinline.h
7522         * src/plugins/pgpinline/plugin.c
7523         * src/plugins/pgpmime/pgpmime.c
7524         * src/plugins/pgpmime/pgpmime.h
7525         * src/plugins/pgpmime/plugin.c
7526         * src/plugins/spamassassin/spamassassin.c
7527         * src/plugins/spamassassin/spamassassin.h
7528         * src/plugins/spamassassin/spamassassin_gtk.c
7529         * src/plugins/trayicon/trayicon.c
7530         * tools/OOo2sylpheed.pl
7531         * tools/acroread2sylpheed.pl
7532         * tools/asus_mailled.sh
7533         * tools/filter_conv.pl
7534         * tools/freshmeat_search.pl
7535         * tools/google_search.pl
7536         * tools/kmail2sylpheed.pl
7537         * tools/kmail2sylpheed_v2.pl
7538         * tools/maildir2sylpheed.pl
7539         * tools/multiwebsearch.pl
7540         * tools/newscache_clean.pl
7541         * tools/outlook2sylpheed.pl
7542         * tools/sylpheed-switcher
7543         * tools/update-po
7544         * tools/vcard2xml.py
7545         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7546                 update FSF address
7547
7548 2005-09-21 [colin]      1.9.14cvs46
7549
7550         * src/gedit-print.c
7551         * src/procmsg.c
7552         * src/procmsg.h
7553         * src/textview.c
7554         * src/summaryview.c
7555                 Remove some printing hacks (deselection/reselection),
7556                 which by the way fix printing the currently 
7557                 displayed mime part (still only text)
7558                 Plus a little optimisation of summary_show
7559
7560
7561 2005-09-20 [colin]      1.9.14cvs45
7562
7563         * src/mainwindow.c
7564         * src/messageview.c
7565                 GUI fixups: add accels, set message
7566                 view title to displayed mail's subject
7567         * src/prefs_spelling.c
7568         * src/gtk/gtkaspell.c
7569                 GUI fixups: allow underlining misspelled
7570                 words instead of coloring them (a11y!)
7571
7572 2005-09-19 [colin]
7573
7574         1.9.15rc3 released
7575
7576 2005-09-19 [colin]      1.9.14cvs44
7577
7578         * src/compose.c
7579                 Fix draft message
7580         * src/gtk/gtkaspell.c
7581                 Fix wrong test ;-)
7582
7583 2005-09-19 [colin]      1.9.14cvs43
7584
7585         * src/addressbook.c
7586                 Fix sensitivity of Delete button
7587         * src/compose.c
7588                 Warn if the requested Privacy system
7589                 is not available
7590         * src/exphtmldlg.c
7591         * src/expldifdlg.c
7592         * src/importldif.c
7593         * src/importmutt.c
7594         * src/importpine.c
7595                 Fix crappy UI
7596         * src/
7597         * src/ssl.h
7598         * src/prefs_account.h
7599         * src/prefs_account.c
7600                 Save SSL prefs even in builds that have
7601                 SSL support disable
7602         * src/imap.c
7603         * src/inc.c
7604         * src/news.c
7605         * src/send_message.c
7606                 Warn if connection should be secure, but
7607                 SSL support isn't compiled in
7608         * src/gtkaspell.c
7609                 Fix word separation on UTF-8 systems
7610                 Fixes bug #812 (Strange inline spellchecking)
7611         * src/compose.c
7612                 Warn if the requested Privacy system
7613                 is not available
7614                 Factorize offline warning
7615         * src/imap.c
7616         * src/imap_gtk.c
7617         * src/imap_gtk.h
7618         * src/inc.h
7619         * src/news_gtk.c
7620         * src/news_gtk.h
7621         * src/messageview.c
7622                 Factorize offline warning
7623
7624 2005-09-19 [paul]
7625
7626         1.9.15-rc2 released
7627
7628 2005-09-18 [colin]      1.9.14cvs42
7629
7630         * src/codeconv.c
7631         * src/codeconv.h
7632         * src/procmime.c
7633                 Add a way to get locale's charset ignoring utf-8,
7634                 and use that as default encoding for broken mails
7635
7636 2005-09-18 [colin]      1.9.14cvs41
7637
7638         * src/gtk/logwindow.c
7639                 Translate string. Patch by Fabien Vantard
7640
7641 2005-09-18 [colin]      1.9.14cvs40
7642
7643         * configure.ac
7644                 Fix bug #803 (IMAP/SSL support breaks with 
7645                 GnuTLS libetpan 0.38)
7646
7647 2005-09-18 [colin]      1.9.14cvs39
7648
7649         * src/codeconv.c
7650         * src/compose.c
7651         * src/procmime.c
7652                 More charsets fixes. Fixes bug #806 (non
7653                 ascii characters in subject line)
7654
7655 2005-09-17 [paul]       1.9.14cvs38
7656
7657         * src/folderview.c
7658         * src/mainwindow.c
7659                 fix gcc-2.95 issues
7660                 Patch by Pawel Pekala
7661
7662 2005-09-17 [colin]      1.9.14cvs37
7663
7664         * src/addrindex.c
7665                 bugfix for NO-USE LDAP compilation, patch 
7666                 by Fabien Vantard
7667
7668 2005-09-17 [colin]      1.9.14cvs36
7669
7670         * src/prefs_actions.c
7671         * src/prefs_customheader.c
7672         * src/prefs_display_header.c
7673         * src/prefs_filtering_action.c
7674         * src/prefs_matcher.c
7675         * src/prefs_toolbar.c
7676                 Fix strange casts (less elegant but
7677                 works better)
7678
7679 2005-09-16 [colin]      1.9.14cvs35
7680
7681         * src/jpilot.c
7682                 Missed that one
7683
7684 2005-09-16 [colin]      1.9.14cvs34
7685
7686         * configure.ac
7687         * src/Makefile.am
7688         * src/addr_compl.c
7689         * src/addrindex.c
7690         * src/browseldap.c
7691         * src/editldap.c
7692         * src/ldaplocate.c
7693         * src/ldapquery.c
7694         * src/ldapquery.h
7695         * src/ldapserver.c
7696         * src/ldapserver.h
7697         * src/main.c
7698         * src/matcher_parser_parse.y
7699         * src/prefs_themes.c
7700         * src/etpan/Makefile.am
7701         * src/gtk/description_window.c
7702         * src/plugins/clamav/Makefile.am
7703         * src/plugins/clamav/clamav_plugin.c
7704         * src/plugins/dillo_viewer/Makefile.am
7705         * src/plugins/pgpcore/Makefile.am
7706         * src/plugins/pgpinline/Makefile.am
7707         * src/plugins/pgpmime/Makefile.am
7708         * src/plugins/trayicon/Makefile.am
7709                 Fix 100% cpu usage in address completion list
7710                 Fix little bugs (return with no values etc)
7711                 Fix all warnings (with common CFLAGS)
7712
7713 2005-09-15 [colin]      1.9.14cvs33
7714
7715         * src/addressbook.c
7716                 Fix bug where sometimes a group's email list is empty,
7717                 force its refresh (probably fixes "Re: how to create a 
7718                 distribution list")
7719         * src/ldapquery.c
7720                 Don't return to the callback in the main thread from the
7721                 fetch thread (or face segs!)
7722
7723 2005-09-15 [paul]       1.9.14cvs32
7724
7725         * src/prefs_matcher.c
7726                 forgotten in last commit
7727
7728 2005-09-15 [paul]       1.9.14cvs31
7729
7730         * src/prefs_actions.c
7731         * src/prefs_filtering_action.c
7732         * src/prefs_quote.c
7733         * src/quote_fmt.c
7734         * src/summaryview.c
7735         * src/gtk/description_window.c
7736         * src/gtk/description_window.h
7737         * src/gtk/quicksearch.c
7738                 allow interaction with the called
7739                 description window
7740                 Patch by Anders Hammar
7741
7742 2005-09-14 [paul]       1.9.14cvs30
7743
7744         * src/compose.c
7745                 fix a little annoyance when pasting with 3rd button 
7746                 with wrap_pastes=0 and wrap_input=1
7747                 Patch by Colin
7748
7749 2005-09-14 [paul]       1.9.14cvs29
7750
7751         * src/prefs_account.c
7752                 disable 'Filter messages on receiving' for
7753                 SMTP-only accounts
7754                 Patch  by Anders Hammar
7755
7756 2005-09-14 [paul]       1.9.14cvs28
7757
7758         * po/sk.po
7759                 fix crash
7760                 updated by Andrej Kacian
7761
7762 2005-09-14 [paul]
7763
7764         1.9.15-rc1 released
7765
7766 2005-09-14 [paul]       1.9.14cvs27
7767
7768         * po/es.po
7769                 updated by Ricardo Mones Lastra
7770         * src/compose.c
7771         * src/compose.h
7772                 associate no_wrap_tags to Compose windows
7773                 instead of using a static one
7774                 Patch by Colin
7775         * src/mbox.c
7776                 fix proc_mbox()
7777                 Patch by wwp
7778         * src/textview.c
7779                 remove unneeded printf()
7780
7781 2005-09-14 [paul]       1.9.14cvs26
7782
7783         * src/addrcache.c
7784         * src/codeconv.h
7785         * src/folder.h
7786         * src/mainwindow.h
7787         * src/mh.c
7788         * src/mimeview.h
7789         * src/partial_download.c
7790         * src/pop.c
7791         * src/prefs_account.c
7792         * src/prefs_account.h
7793         * src/prefs_actions.c
7794         * src/prefs_customheader.c
7795         * src/prefs_display_header.c
7796         * src/prefs_filtering_action.c
7797         * src/prefs_matcher.c
7798         * src/prefs_toolbar.c
7799         * src/privacy.h
7800         * src/procmime.c
7801         * src/procmime.h
7802         * src/procmsg.h
7803         * src/textview.c
7804         * src/undo.h
7805         * src/common/plugin.c
7806         * src/common/session.h
7807         * src/common/socket.c
7808         * src/common/socket.h
7809         * src/common/template.c
7810         * src/gtk/gtkaspell.c
7811         * src/gtk/quicksearch.h
7812         * src/plugins/pgpcore/passphrase.c
7813         * src/plugins/pgpcore/prefs_gpg.h
7814         * src/plugins/pgpcore/select-keys.c
7815         * src/plugins/pgpcore/select-keys.h
7816         * src/plugins/pgpcore/sgpgme.c
7817         * src/plugins/pgpinline/pgpinline.c
7818         * src/plugins/pgpmime/pgpmime.c
7819         * src/plugins/trayicon/trayicon.c
7820                 fix compilation warnings
7821                 Patch by Daniel Gustafson
7822
7823 2005-09-14 [paul]       1.9.14cvs25
7824
7825         * src/addressbook.c
7826                 add missing column header, and other small
7827                 bug fixes
7828                 Patch by Anders Hammar
7829
7830 2005-09-13 [colin]      1.9.14cvs24
7831
7832         * src/gtk/gtkaspell.c
7833                 Fix non-utf8 in menu
7834                 Fix little leaks
7835                 Nullify struct members after free()s
7836
7837 2005-09-13 [colin]      1.9.14cvs23
7838
7839         * src/compose.c
7840                 Test utf8 compliance before inserting to 
7841                 buffer, and try to convert if necessary
7842         * src/procmime.c
7843                 If no charset is present, use the locale 
7844                 one instead of us-ascii
7845         * src/procmsg.c
7846                 Add Sender, List-Post and To in the checked 
7847                 headers for automatic rules creation 
7848                 (thanks to wwp)
7849         * src/prefs_themes.c
7850         * src/gtk/gtkaspell.c
7851                 Remove deprecated functions. 
7852                 patch by Daniel Gustafson
7853
7854 2005-09-12 [colin]      1.9.14cvs22
7855
7856         * src/compose.c
7857                 Fix bug #448 (Scrolling/Redraw issue with 
7858                 address-fields in Header)
7859         * src/mainwindow.c
7860         * src/summaryview.c
7861         * src/summaryview.h
7862                 Fix loss of MSG_MARKED on move/copy
7863                 Fix bug #804 (Quicksearch togglebutton doesn't 
7864                 get depressed after '/' key is pressed)
7865
7866 2005-09-12 [paul]       1.9.14cvs21
7867
7868         * AUTHORS
7869         * src/gtk/logwindow.c
7870                 add 'Clear Log' to popup menu
7871                 Patch by Anders Hammar <anders.hammar@telia.com>
7872
7873 2005-09-12 [paul]       1.9.14cvs20
7874
7875         * src/compose.c
7876                 set correct sensitivity on attachments
7877                 popup menu
7878         * src/folder.c
7879                 fix typo
7880         * src/prefs_spelling.c
7881                 fix crash when no LANG env is set
7882         * src/common/xml.c
7883                 fix crash in wizard
7884                 don't use memeory after free
7885
7886         All patches by Daniel Gustafson
7887
7888 2005-09-12 [paul]       1.9.14cvs19
7889
7890         * src/prefs_themes.c
7891                 make theme info selectable
7892         * src/gtk/description_window.c
7893                 make window non-modal
7894         * tools/README
7895                 add details of asus_mailed.sh
7896         * tools/claws.i18n.status.pl
7897                 update for new zh_TW translator
7898                 widen the output
7899                 create alternate coloured lines
7900                 improve readability
7901
7902 2005-09-10 [colin]      1.9.14cvs18
7903
7904         * src/plugins/pgpcore/select-keys.c
7905                 Better order for the buttons
7906
7907 2005-09-10 [colin]      1.9.14cvs17
7908
7909         * src/compose.c
7910         * src/plugins/pgpcore/select-keys.c
7911         * src/plugins/pgpcore/select-keys.h
7912         * src/plugins/pgpcore/sgpgme.c
7913                 Add a "Don't encrypt" button to the key
7914                 selection dialog. Fixes bug #177 (There should be a 
7915                 'Don't encrypt button in the Select Keys dialog)
7916
7917 2005-09-10 [colin]      1.9.14cvs16
7918
7919         * src/compose.c
7920                 Fix bug #572 (%X option does not work with templates)
7921
7922 2005-09-10 [colin]      1.9.14cvs15
7923
7924         * src/toolbar.c 
7925                 Remove g_print
7926
7927 2005-09-10 [colin]      1.9.14cvs14
7928
7929         * src/imap.c
7930                 Fix a possible crash
7931
7932 2005-09-09 [colin]      1.9.14cvs13
7933
7934         * src/imap.c
7935         * src/etpan/imap-thread.c
7936         * src/etpan/imap-thread.h
7937                 Fix moving from queue or drafts to normal folders
7938                 Fix bug #794 (No way to delete without expunging)
7939                 Take flags unset by other mailers into account
7940                 Take deleted flag set by other mailers into account
7941                 Fix unsetting REPLIED flag
7942                 Fix crash when capabilities can't be retrieved
7943         * src/mainwindow.c
7944         * src/mainwindow.h
7945                 Add M_DELAYED_FLAGS condition, and let the user use
7946                 Execute in order to be able to expunge deleted mails,
7947                 even if he's not in delayed execute mode
7948         * src/prefs_spelling.c
7949                 Use 'en' dictionary by default if LANG is POSIX or C
7950         * src/gtk/prefswindow.c
7951                 Fix bug #767 (Preferences windows expanding) by making
7952                 the window a bit larger when the resolution is greater
7953                 than 640x480, and by putting the prefs in a
7954                 GtkScrolledWindow.
7955
7956 2005-09-09 [paul]       1.9.14cvs12
7957
7958         * AUTHORS
7959         * configure.ac
7960         * po/zh_TW.Big5.po      ** REMOVED **
7961         * po/zh_TW.po           ** ADDED **
7962                 updated by Wei-Lun Chao
7963
7964 2005-09-09 [paul]       1.9.14cvs11
7965
7966         * src/mainwindow.c
7967                 fix asserts
7968         * src/common/xml.c
7969                 delay memory allocation until file is
7970                 opened successfully
7971                 Patch by Daniel Gustafson
7972
7973 2005-09-09 [colin]      1.9.14cvs10
7974
7975         * src/imap.c
7976                 Add guards
7977
7978 2005-09-08 [colin]      1.9.14cvs9
7979
7980         * src/compose.c
7981                 Alert when we can't save draft
7982                 Fix various wrap/color issues
7983                 Add mid-click pasting respecting wrap_paste option
7984         * src/folder.c
7985         * src/folder.h
7986         * src/folder_item_prefs.c
7987         * src/folder_item_prefs.h
7988         * src/imap.c
7989         * src/imap_gtk.c
7990         * src/imap_gtk.h
7991         * src/main.c
7992         * src/mainwindow.c
7993         * src/mainwindow.h
7994         * src/news.c
7995         * src/news_gtk.c
7996         * src/news_gtk.h
7997         * src/prefs_folder_item.c
7998                 Fix the impossibility to synchronise folders for
7999                 offline use (IMAP and NNTP are concerned)
8000
8001 2005-09-08 [colin]      1.9.14cvs8
8002
8003         * configure.ac
8004                 Build LDAP and JPilot by default if available
8005         * src/textview.c
8006                 Fix use after free
8007
8008 2005-09-08 [paul]       1.9.14cvs7
8009
8010         * doc/manual/en/sylpheed-1.html
8011         * doc/manual/en/sylpheed-18.html
8012         * doc/manual/en/sylpheed-19.html
8013         * doc/manual/en/sylpheed-4.html
8014         * doc/manual/en/sylpheed-6.html
8015         * doc/manual/en/sylpheed.html
8016                 a few minor updates, plus include some
8017                 details about plugins and their requirements
8018         * src/mainwindow.c
8019                 minor changes to English in /View/Sort
8020
8021 2005-09-07 [colin]      1.9.14cvs6
8022
8023         * doc/manual/en/sylpheed-1.html
8024         * doc/manual/en/sylpheed-10.html
8025         * doc/manual/en/sylpheed-11.html
8026         * doc/manual/en/sylpheed-12.html
8027         * doc/manual/en/sylpheed-13.html
8028         * doc/manual/en/sylpheed-14.html
8029         * doc/manual/en/sylpheed-15.html
8030         * doc/manual/en/sylpheed-16.html
8031         * doc/manual/en/sylpheed-17.html
8032         * doc/manual/en/sylpheed-18.html
8033         * doc/manual/en/sylpheed-19.html
8034         * doc/manual/en/sylpheed-2.html
8035         * doc/manual/en/sylpheed-20.html
8036         * doc/manual/en/sylpheed-21.html
8037         * doc/manual/en/sylpheed-22.html
8038         * doc/manual/en/sylpheed-3.html
8039         * doc/manual/en/sylpheed-4.html
8040         * doc/manual/en/sylpheed-5.html
8041         * doc/manual/en/sylpheed-6.html
8042         * doc/manual/en/sylpheed-7.html
8043         * doc/manual/en/sylpheed-8.html
8044         * doc/manual/en/sylpheed-9.html
8045         * doc/manual/en/sylpheed.html
8046                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
8047
8048 2005-09-07 [colin]      1.9.14cvs5
8049
8050         * src/mainwindow.c
8051                 Make labels more to-the-point
8052
8053 2005-09-07 [colin]      1.9.14cvs4
8054
8055         * doc/manual/en/sylpheed-1.html
8056         * doc/manual/en/sylpheed-12.html
8057         * doc/manual/en/sylpheed-13.html
8058         * doc/manual/en/sylpheed-14.html
8059         * doc/manual/en/sylpheed-15.html
8060         * doc/manual/en/sylpheed-16.html
8061         * doc/manual/en/sylpheed-17.html
8062         * doc/manual/en/sylpheed-18.html
8063         * doc/manual/en/sylpheed-19.html
8064         * doc/manual/en/sylpheed-2.html
8065         * doc/manual/en/sylpheed-20.html
8066         * doc/manual/en/sylpheed-21.html
8067         * doc/manual/en/sylpheed-22.html
8068         * doc/manual/en/sylpheed-4.html
8069         * doc/manual/en/sylpheed-5.html
8070         * doc/manual/en/sylpheed-6.html
8071         * doc/manual/en/sylpheed-7.html
8072         * doc/manual/en/sylpheed-8.html
8073         * doc/manual/en/sylpheed-9.html
8074         * doc/manual/en/sylpheed.html
8075                 Update manual
8076
8077 2005-09-07 [colin]      1.9.14cvs3
8078
8079         * doc/faq/en/sylpheed-faq-1.html
8080         * doc/faq/en/sylpheed-faq-2.html
8081         * doc/faq/en/sylpheed-faq-3.html
8082         * doc/faq/en/sylpheed-faq.html
8083                 Update FAQ
8084
8085 2005-09-07 [colin]      1.9.14cvs2
8086
8087         * src/folderview.c
8088         * src/procmsg.c
8089         * src/summaryview.c
8090         * src/toolbar.c
8091                 Fix special subfolders:
8092                 - Inherit parent's icon
8093                 - sent contents of queues subfolders
8094                 - empty subfolders of trashes
8095         * src/mainwindow.c
8096                 Remove outdated manual and faq entries
8097         * src/common/utils.c
8098                 Add quotes around %s coming from mailcap
8099
8100 2005-09-07 [colin]      1.9.14cvs1
8101
8102         * src/compose.c
8103                 After saving draft, set modified to FALSE
8104         * src/mimeview.c
8105         * src/common/utils.c
8106         * src/common/utils.h
8107                 Try to open mime parts using what is 
8108                 indicated in ~/.mailcap or /etc/mailcap,
8109                 if possible.
8110
8111 2005-09-05 [paul]       1.9.14
8112
8113         1.9.14 released
8114
8115         * po/sk.po
8116                 updated by Andrej Kacian
8117
8118 2005-09-05 [paul]       1.9.13cvs83
8119
8120         * po/de.po
8121         * po/es.po
8122         * po/fi.po
8123         * po/fr.po
8124         * po/nb.po
8125         * po/pt_BR.po
8126         * po/sr.po
8127                 updated translations by Thomas Gilgin, Ricardo Mones
8128                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
8129                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
8130
8131 2005-09-04 [paul]       1.9.13cvs82
8132
8133         * src/compose.c
8134                 only warn about exceeded line length limit
8135                 on send
8136
8137 2005-09-04 [paul]       1.9.13cvs81
8138
8139         * src/compose.c
8140                 fix crash in 'line length exceeded' dialogue
8141
8142 2005-09-02 [paul]       1.9.13cvs80
8143
8144         * src/imap.c
8145                 fix bug 795, 'Connection lost IMAP'
8146                 and add statusbar prints
8147                 Patch by Colin
8148
8149 2005-09-02 [paul]       1.9.13cvs79
8150
8151         * src/compose.c
8152                 compose_wrap_paragraph() becomes
8153                 compose_beautify_paragraph()
8154                 Patch by Colin
8155
8156 2005-09-02 [colin]      1.9.13cvs78
8157
8158         * src/folderview.c
8159                 Micro-fix
8160
8161 2005-09-01 [colin]      1.9.13cvs77
8162
8163         * src/imap.c
8164                 Maybe fix bug #795 (Connection lost IMAP)
8165                 Don't try to send logout when we're disconnected.
8166         * src/summaryview.c
8167                 Include locked and marked emails in HRM
8168                 view. Fixes bug #800 (Locked messages no longer 
8169                 show up when hide read messages is used)
8170
8171 2005-09-01 [paul]       1.9.13cvs76
8172
8173         * src/prefs_common.c
8174                 fix bad cutting
8175
8176 2005-08-31 [colin]      1.9.13cvs75
8177
8178         * src/folderview.c
8179         * src/folderview.h
8180         * src/prefs_summaries.c
8181         * src/summaryview.c
8182                 Fix "go to next new", fix preference
8183                 (Open unread/next swapped)
8184
8185 2005-08-31 [paul]       1.9.13cvs74
8186
8187         * src/compose.c
8188         * src/folderview.c
8189         * src/headerview.c
8190         * src/headerview.h
8191         * src/mainwindow.c
8192         * src/prefs_common.c
8193         * src/prefs_common.h
8194         * src/prefs_fonts.c
8195         * src/summaryview.c
8196         * src/textview.c
8197         * src/common/defs.h
8198                 remove obsolete BOLD_FONT setting
8199                 fix font update in headerview and textview
8200                 headers after prefs change
8201                 Patch By Colin
8202
8203 2005-08-31 [paul]
8204
8205         1.9.14-rc4 released
8206
8207 2005-08-30 [colin]      1.9.13cvs73
8208
8209         * src/summaryview.c
8210                 When Hide read messages is selected and we
8211                 refresh the summaryview, don't remove the 
8212                 currently displayed message. Fixes bug #797
8213                 (Summary view reloads when new mail is 
8214                 downloaded in 1.9.14 rc)
8215
8216 2005-08-30 [colin]      1.9.13cvs72
8217
8218         * src/folderview.c
8219                 Fix flickering
8220         * src/mainwindow.c
8221                 Remove useless callback
8222         * src/mimeview.c
8223         * src/gtk/filesel.c
8224         * src/gtk/filesel.h
8225                 Add a filesel_select_file_save_folder() - used by Save All
8226
8227 2005-08-29 [paul]       1.9.13cvs71
8228
8229         * AUTHORS
8230         * src/matcher_parser_parse.y
8231         * src/etpan/imap-thread.c
8232                 fix building on FreeBSD
8233                 Patch by Daniel Gustafson <daniel@hobbit.se>
8234
8235 2005-08-29 [paul]       1.9.13cvs70
8236
8237         * src/plugins/pgpinline/pgpinline.c
8238                 only initialise sig result if it's been handled
8239                 Patch by Colin
8240
8241 2005-08-29 [paul]       1.9.13cvs69
8242         
8243         Patches by Colin:
8244
8245         * src/imap.c
8246         * src/common.utils.c
8247         * src/common/utils.h
8248                 optimisation
8249         * src/stock_pixmap.h
8250                 fix wrong icon reference
8251         * src/pixmaps/trash_btn.xpm
8252                 replace with nicer image
8253
8254 2005-08-28 [colin]      1.9.13cvs68
8255
8256         * src/Makefile.am
8257         * src/stock_pixmap.c
8258         * src/stock_pixmap.h
8259         * src/toolbar.c
8260         * src/pixmaps/trash_btn.xpm
8261                 Add a specific trash xpm for the button
8262
8263 2005-08-28 [colin]      1.9.13cvs67
8264
8265         * src/imap.c
8266                 Fix leak
8267
8268 2005-08-27 [colin]      1.9.13cvs66
8269
8270         * src/imap.c
8271         * src/procmime.c
8272                 Correctly fix "Problem with replies", fixes
8273                 pgpmime encryption too. 
8274
8275 2005-08-27 [colin]      1.9.13cvs65
8276
8277         * src/folder.c
8278         * src/procmsg.c
8279         * src/procmsg.h
8280         * src/summaryview.c
8281                 Fix bug #517 (messages removed from summaryview 
8282                 when moving fails)
8283
8284 2005-08-27 [colin]      1.9.13cvs64
8285
8286         * tools/Makefile.am
8287         * tools/asus_mailled.sh
8288                 Add a script to blink ASUS laptops' mail LED where there
8289                 is unread mail.
8290
8291 2005-08-27 [colin]      1.9.13cvs63
8292
8293         * src/imap.c
8294         * src/etpan/imap-thread.c
8295         * src/etpan/imap-thread.h
8296                 Implement automatic choosing of login method
8297                 Fixes bug #791
8298         * src/gtk/.cvsignore
8299                 Add sylpheed-marshal.[ch]
8300
8301 2005-08-27 [colin]      1.9.13cvs62
8302
8303         * src/common/utils.c
8304                 Fix confusing perror
8305
8306 2005-08-27 [colin]      1.9.13cvs61
8307
8308         * src/toolbar.c
8309         * src/toolbar.h
8310                 Remove A_DELETE, replace it with 
8311                 A_TRASH and A_DELETE_REAL. Automatically
8312                 rewrite config files to replace A_DELETE
8313                 with A_TRASH (no functionality change).
8314                 Fixes half of #794
8315
8316 2005-08-26 [colin]      1.9.13cvs60
8317
8318         * src/procmime.c
8319                 Previous "Problem with replies" fix brought other
8320                 problems, fixing them
8321
8322 2005-08-26 [colin]      1.9.13cvs59
8323
8324         * src/procmime.c
8325                 Fix "Problem with replies". This happened only
8326                 on IMAP...
8327         * src/procmsg.c
8328                 Factorize code a bit
8329         * src/compose.c
8330                 Speed improvement on very long messages (wrapping)
8331                 Fix signature color on Reedit and Redirect
8332                 On Reedit, don't attach pgp-signatures parts, but
8333                 set signing to On.
8334
8335 2005-08-24 [paul]       1.9.13cvs58
8336
8337         * src/compose.c
8338                 don't claim success when clicking
8339                 Cancel on the passphrase box.
8340                 Patch by Colin
8341
8342 2005-08-24 [paul]       1.9.13cvs57
8343
8344         * src/main.c
8345                 fix misplaced sylpheed.log
8346         * src/common/defs.h
8347                 define UIDL_DIR
8348
8349 2005-08-24 [paul]       1.9.13cvs56
8350
8351         * src/imap.c
8352         * src/etpan/imap-thread.c
8353         * src/etpan/imap-thread.h
8354                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
8355                 Patch by Colin
8356         * src/gtk/sylpheed-marshal.c    ** REMOVED **
8357         * src/gtk/sylpheed-marshal.h    ** REMOVED **
8358                 remove autogenerated files
8359         * tools/kdeservicemenu/README
8360         * tools/kdeservicemenu/install.sh
8361         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8362         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8363                 use Claws icon, use 'Sylpheed-Claws' in menu,
8364                 use kdialog, and other cleanups
8365
8366 2005-08-23 [paul]       1.9.13cvs55
8367
8368         * src/compose.c
8369                 fix paste/wrap crash
8370                 Patch by Colin
8371
8372 2005-08-23 [paul]       1.9.13cvs54
8373
8374         * src/main.c
8375                 fix crash recovery
8376                 Patch by Colin
8377
8378 2005-08-23 [paul]       1.9.13cvs53
8379
8380         * src/addressbook.c
8381         * src/editaddress.c
8382                 view all data of LDAP contacts
8383                 Patch by Colin
8384
8385 2005-08-23 [paul]       1.9.13cvs52
8386
8387         * src/addressbook.c
8388                 fix issues with the Search field
8389                 Patch by Colin
8390
8391 2005-08-22 [paul]       1.9.13cvs51
8392
8393         * src/folderview.c
8394                 put name of folder in processing dialog
8395                 title
8396         * src/prefs_folder_item.c
8397                 improve english usage
8398
8399 2005-08-22 [paul]       1.9.13cvs50
8400
8401         * src/filtering.c
8402         * src/filtering.h
8403         * src/matcher.c
8404         * src/matcher_parser_lex.l
8405         * src/matcher_parser_parse.y
8406         * src/prefs_filtering.c
8407                 add Filtering/Processing rule names feature.
8408                 (the incompatible old matcherrc is saved as
8409                 matcherrc.pre_names).
8410                 Patch by Colin
8411
8412 2005-08-22 [paul]       1.9.13cvs49
8413
8414         * src/procmsg.c
8415                 fix colour labelling
8416                 Patch by Colin
8417
8418 2005-08-22 [paul]       1.9.13cvs48
8419
8420         * src/textview.c
8421                 fix open_image_cb()
8422
8423 2005-08-22 [paul]       1.9.13cvs47
8424
8425         * src/imap.c
8426                 fix bug 789, 'SC crashes with imap (CVS ver)'
8427                 Patch by Colin
8428
8429 2005-08-22 [paul]       1.9.13cvs46
8430
8431         * src/mimeview.c
8432         * src/prefs_common.c
8433         * src/common/defs.h
8434                 define reused defaults in defs.h
8435         * src/textview.c
8436                 add 'Open image' to image popup menu
8437
8438 2005-08-21 [colin]      1.9.13cvs45
8439
8440         * src/summaryview.c
8441                 Fix bug #788 (Bogus "From" address displayed)
8442
8443 2005-08-20 [colin]      1.9.13cvs44
8444
8445         * src/folder.c
8446                 Fix buf #787 (multilevel delete causes SIGSEGV)
8447
8448 2005-08-19 [colin]      1.9.13cvs43
8449
8450         * src/inc.c
8451         * src/prefs_common.c
8452         * src/prefs_common.h
8453                 Add an hidden pref to allow modifying the
8454                 update stepping in incorporation.
8455                 Patch by wwp.
8456
8457 2005-08-19 [colin]      1.9.13cvs42
8458
8459         * src/compose.c
8460         * src/procmime.c
8461                 Workaround for broken MUAs: encode 
8462                 Content-type: name: as ASCII and 
8463                 Content-Disposition: filename: as
8464                 per rfc2231
8465         * src/prefs_account.c
8466                 Fix invisible-ness of SMTP SSL prefs
8467                 in NNTP accounts
8468
8469 2005-08-19 [paul]       1.9.13cvs41
8470
8471         * src/compose.c
8472         * src/prefs_common.c
8473         * src/prefs_common.h
8474         * src/prefs_wrapping.c
8475                 paste with or without wrapping.
8476                 patch by Colin
8477
8478 2005-08-19 [paul]       1.9.13cvs40
8479
8480         * src/prefs_common.c
8481         * src/prefs_common.h
8482         * src/summaryview.c
8483                 reintroduce enable_swap_from as a
8484                 hidden pref. patch by Colin
8485         * src/quote_fmt_parse.y
8486         * src/plugins/clamav/clamav_plugin.c
8487         * src/plugins/dillo_viewer/dillo_viewer.c
8488         * src/plugins/mathml_viewer/mathml_viewer.c
8489         * src/plugins/pgpcore/sgpgme.c
8490         * src/plugins/pgpinline/pgpinline.c
8491         * src/plugins/pgpmime/pgpmime.c
8492                 tidy up. patch by Colin
8493
8494 2005-08-19 [paul]       1.9.13cvs39
8495
8496         * configure.ac
8497                 complete cvs38's sync
8498         * src/editaddress.c
8499         * src/gedit-print.c
8500         * src/mutt.c
8501         * src/etpan/etpan-log.c
8502         * src/etpan/imap-thread.c
8503         * src/gtk/gtksourceprintjob.c
8504                 fix compilation warnings
8505                 (patch by Colin)
8506
8507 2005-08-19 [paul]       1.9.13cvs38
8508
8509         sync with main:
8510
8511         * src/account.c
8512         * src/action.c
8513         * src/addrbook.c
8514         * src/addrcache.c
8515         * src/addrharvest.c
8516         * src/addrindex.c
8517         * src/codeconv.c
8518         * src/compose.c
8519         * src/crash.c
8520         * src/exporthtml.c
8521         * src/exportldif.c
8522         * src/folder.c
8523         * src/image_viewer.c
8524         * src/inc.c
8525         * src/inc.h
8526         * src/jpilot.c
8527         * src/ldif.c
8528         * src/main.c
8529         * src/matcher.c
8530         * src/mbox.c
8531         * src/messageview.c
8532         * src/mh.c
8533         * src/mimeview.c
8534         * src/msgcache.c
8535         * src/mutt.c
8536         * src/news.c
8537         * src/partial_download.c
8538         * src/pine.c
8539         * src/pop.c
8540         * src/prefs_actions.c
8541         * src/prefs_common.c
8542         * src/prefs_customheader.c
8543         * src/prefs_display_header.c
8544         * src/prefs_gtk.c
8545         * src/prefs_themes.c
8546         * src/procheader.c
8547         * src/procmime.c
8548         * src/procmsg.c
8549         * src/recv.c
8550         * src/send_message.c
8551         * src/simple-gettext.c
8552         * src/sourcewindow.c
8553         * src/textview.c
8554         * src/vcard.c
8555         * src/common/defs.h
8556         * src/common/log.c
8557         * src/common/plugin.c
8558         * src/common/prefs.c
8559         * src/common/session.c
8560         * src/common/session.h
8561         * src/common/socket.c
8562         * src/common/socket.h
8563         * src/common/ssl_certificate.c
8564         * src/common/template.c
8565         * src/common/utils.c
8566         * src/common/utils.h
8567         * src/common/xml.c
8568         * src/gtk/about.c
8569         added wrappers for C library function that
8570                 take pathname arguments.
8571                 enabled compilation with MinGW.
8572                 use GDir instead of directly using opendir().
8573                 added rename_force().
8574
8575 2005-08-19 [paul]       1.9.13cvs37
8576         
8577         patches by Colin:
8578         * src/compose.c
8579                 fix privacy settings on re-editing
8580                 a sent message
8581         * src/jpilot.c
8582                 fix encoding bug
8583         * src/folder.c
8584         * src/procmsg.c
8585         * src/procmsg.h
8586         * src/summaryview.c
8587                 flag changing optimisation
8588
8589 2005-08-18 [martin]     1.9.13cvs36
8590
8591         * commitHelper
8592             added my login
8593         * src/addrcache.c
8594         * src/addrharvest.c
8595         * src/addrindex.c
8596         * src/compose.c
8597         * src/grouplistdialog.c
8598         * src/main.c
8599         * src/mainwindow.c
8600         * src/msgcache.c
8601         * src/mutt.c
8602         * src/pine.c
8603         * src/prefs_account.c
8604         * src/prefs_themes.c
8605         * src/stock_pixmap.c
8606         * src/summaryview.c
8607         * src/gtk/about.c
8608         * src/gtk/logwindow.c
8609             removed deprecated glib and gdk stuff
8610         * src/plugins/pgpcore/select-keys.c
8611             convert attributes from locale to utf8
8612
8613 2005-08-17 [paul]       1.9.13cvs35
8614
8615         * src/account.c
8616         * src/addressbook.c
8617                 use new GTK_STOCK_ icons if available
8618         * src/summaryview.c
8619         * src/gtk/gtksctree.c
8620         * src/gtk/gtksctree.h
8621                 faster range select. patch by Colin
8622
8623 2005-08-17 [paul]       1.9.13cvs34
8624
8625         patches by colin:
8626         * src/addressbook.c
8627         * src/addressitem.h
8628                 Add an edit button for contacts, fix selections
8629                 of gtksctree items
8630         * src/editaddress.c
8631                 Change labels, let Save be always possible in the
8632                 email and user atributes tabs
8633         * src/folderview.c
8634                 fix sort issues
8635         * src/summaryview.c
8636                 select next item instead of the displayed one
8637                 after deletion
8638
8639         * src/gtk/progressdialog.c
8640                 use prefs_common.enable_rules_hint
8641
8642 2005-08-13 [hoa]        1.9.13cvs33
8643
8644         * src/etpan/imap-thread.c
8645                 fixed build on Solaris.
8646
8647 2005-08-10 [colin]      1.9.13cvs32
8648
8649         * src/procmsg.c
8650                 Fix cvs31 (missing fclose before reading
8651                 the file)
8652
8653 2005-08-10 [colin]      1.9.13cvs31
8654
8655         * src/procmsg.c
8656                 Fix procmsg_msginfo_new_from_mimeinfo() when
8657                 the MimeInfo isn't stored in memory. This fixes
8658                 replying to an attached message.
8659
8660 2005-08-10 [colin]      1.9.13cvs30
8661
8662         * src/mainwindow.c
8663                 Fix slowness in account changing
8664
8665 2005-08-10 [colin]      1.9.13cvs29
8666
8667         * src/folder.c
8668         * src/folderutils.c
8669         * src/folderview.c
8670         * src/imap_gtk.c
8671         * src/mainwindow.c
8672         * src/mh_gtk.c
8673         * src/procmsg.c
8674         * src/summaryview.c
8675                 Optimize folder_has_parent_of_type
8676                 Prevent moving special sub-folders from contextual menus
8677                 Rework message a bit ("Empty all messages" -> "Delete all
8678                 messages")
8679                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
8680                 and "Deleted Items" folders)
8681
8682 2005-08-08 [colin]      1.9.13cvs28
8683
8684         * src/summaryview.c
8685         * src/prefs_summaries.c
8686                 Make "Select first unread|new" more flexible
8687                 (just prioritize new or unread)
8688
8689 2005-08-08 [colin]      1.9.13cvs27
8690
8691         * src/summaryview.c
8692                 If "select first new" is selected and there only
8693                 are unread messages, fallback to "select first
8694                 unread".
8695
8696 2005-08-08 [colin]      1.9.13cvs26
8697
8698         * src/folder.c
8699                 Fix shameful bugs (and bug #779)
8700
8701 2005-08-08 [colin]      1.9.13cvs25
8702
8703         * src/folder.c
8704         * src/folder.h
8705                 Cache parents' type to make folder_has_parent_of_type
8706                 faster
8707         * src/folderview.c
8708                 Forbid DnD of special sub-folders
8709         * src/procmsg.c
8710         * src/procmsg.h
8711                 Add MAIL_POSTFILTERING_HOOK
8712         * src/summaryview.c
8713                 Revert over-zealous deletion of the use_addr_book 
8714                 code
8715
8716 2005-08-07 [colin]      1.9.13cvs24
8717
8718         * src/folder.c
8719                 Fix big mistake (passing MsgInfo instead 
8720                 of FolderItem)
8721
8722 2005-08-07 [colin]      1.9.13cvs23
8723
8724         * src/compose.c
8725         * src/folder.c
8726         * src/folder.h
8727         * src/foldersel.c
8728         * src/folderutils.c
8729         * src/folderview.c
8730         * src/imap.c
8731         * src/mainwindow.c
8732         * src/messageview.c
8733         * src/mh.c
8734         * src/msgcache.c
8735         * src/procmime.c
8736         * src/summaryview.c
8737                 Make subfolders of Drafts, Queue, Outbox, Trash
8738                 work like their parents. 
8739                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
8740
8741 2005-08-07 [colin]      1.9.13cvs22
8742
8743         * src/addressbook.c
8744                 Fix bug #771 (Dragged contacts not saved)
8745
8746 2005-08-07 [paul]       1.9.13cvs21
8747
8748         * src/summaryview.c
8749                 fix bug 32 'Search Doesn't display results
8750                 if "Hide Read Messages" is chosen'
8751                 be more literal in interpreting 'Hide read
8752                 messages'
8753
8754 2005-08-07 [colin]      1.9.13cvs20
8755
8756         * src/folderview.c
8757                 Add debug
8758         * src/summaryview.c
8759                 Faster 'unthread_for_execution'
8760
8761 2005-08-06 [paul]       1.9.13cvs19
8762
8763         * src/mainwindow.c
8764                 add mnemonics to Set displayed columns
8765                 fix bug where msgview_visible option was
8766                 overwritten as TRUE on startup
8767
8768 2005-08-06 [paul]       1.9.13cvs18
8769
8770         * src/mainwindow.c
8771                 refer to 'displayed columns in folder/message
8772                 list' not 'displayed items in summary/message view'
8773         * src/prefs_display_header.c
8774                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
8775                 be consistent with similar dialogues
8776         * src/prefs_folder_column.c
8777         * src/prefs_summary_column.c
8778                 'columns' not 'items', and folder and message lists,
8779                 instead of folder and summary views;
8780                 Use 'Hidden columns' as list heading not 'Available
8781                 items';
8782                 move the 'Remove' button to the right hand side;
8783                 top-align the buttons;
8784                 remove unneeded vbox
8785         * src/prefs_summaries.c
8786                 put the 2 column prefs buttons in a frame to reduce
8787                 overall width; refer to columns not items &c.
8788
8789 2005-08-05 [colin]      1.9.13cvs17
8790
8791         * src/prefs_common.c
8792         * src/prefs_common.h
8793         * src/mainwindow.c
8794         * src/compose.c
8795         * src/messageview.c
8796                 Add an hidden toolbar_detachable pref, so
8797                 that I can get rid of these painful handles
8798                 in the toolbars. Defaults to TRUE to avoid
8799                 changing the GUI on unsuspecting people...
8800
8801 2005-08-05 [colin]      1.9.13cvs16
8802
8803         * src/Makefile.am
8804         * src/prefs_folder_column.c
8805         * src/prefs_folder_column.h
8806                 Add prefs for folder columns
8807         * src/folderview.c
8808         * src/folderview.h
8809         * src/mainwindow.c
8810         * src/mainwindow.h
8811         * src/prefs_common.c
8812         * src/prefs_common.h
8813         * src/prefs_summaries.c
8814                 Use them
8815         * src/prefs_summary_column.c
8816         * src/summaryview.c
8817         * src/summaryview.h
8818                 Add a To column
8819         * src/textview.c
8820         * src/common/utils.c
8821         * src/common/utils.h
8822                 Move uri colourisation functions
8823                 to utils
8824         * src/compose.c
8825                 Colourise URIs
8826         * src/imap.c
8827                 Fix bug with LIST where we'd try
8828                 to get Folder//////[...]/// 
8829
8830 2005-08-05 [paul]       1.9.13cvs15
8831
8832         * src/prefs_summaries.c
8833                 improve the English usage
8834         * src/summaryview.c
8835                 set font on column change
8836                 thanks to Colin
8837
8838 2005-08-05 [paul]       1.9.13cvs14
8839
8840         * src/prefs_common.c
8841         * src/prefs_common.h
8842         * src/prefs_summaries.c
8843         * src/summaryview.c
8844                 replace 'open_unread_on_enter' option with
8845                 'select_on_entry' option. opening/not opening
8846                 is now exclusively controlled by 'always_show_msg'
8847
8848 2005-08-04 [colin]      1.9.13cvs13
8849
8850         * src/compose.c
8851                 Remove dead code
8852                 Add colourisation of quotes and signatures
8853         * src/folderview.c
8854                 Fix possible crashes
8855         * src/messageview.c
8856                 Change an assert that is no problem
8857         * src/news.c
8858         * src/news_gtk.c
8859         * src/news_gtk.h
8860                 Fix offline mode
8861         * src/gtk/quicksearch.c
8862                 Fix a possible crash
8863
8864 2005-08-03 [colin]      1.9.13cvs12
8865
8866         * src/prefs_account.c
8867                 Fix bug #777 (Sylpheed crash in account configuration)
8868
8869 2005-08-03 [colin]      1.9.13cvs11
8870
8871         * src/addressbook.c
8872         * src/editaddress.c
8873         * src/editgroup.c
8874                 Fixing addressbook, round 2
8875         * src/textview.c
8876                 Fix emphasis color on rechecking 'Colorize messages'
8877
8878 2005-08-03 [paul]       1.9.13cvs10
8879
8880         sync with main
8881
8882         * src/addr_compl.c
8883         * src/compose.c
8884         * src/main.c
8885         * src/pop.c
8886         * src/prefs_account.c
8887         * src/procmime.c
8888         * src/procmsg.c
8889         * src/quote_fmt_parse.y
8890         * src/textview.c
8891         * src/common/quoted-printable.c
8892         * src/common/utils.c
8893         * src/common/utils.h
8894         * src/common/xml.c
8895                 replaced incorrect locale-independent
8896                 ctype functions with GLib's. Corrected
8897                 signedness mismatch.
8898         * src/headerview.c
8899                 headerview_create(): added spacing for vbox.
8900         * src/gtk/about.c
8901                 set focus to the OK button.
8902
8903 2005-08-03 [colin]      1.9.13cvs9
8904
8905         * src/folderview.c
8906                 Fix possible crash
8907
8908 2005-08-02 [colin]      1.9.13cvs8
8909
8910         * src/mainwindow.c
8911                 Fix cast
8912         * src/addressbook.c
8913         * src/addressitem.h
8914                 Fix a cast and more generally, try to make the
8915                 GUI more intuitive and consistent (round 1)
8916
8917 2005-08-02 [paul]       1.9.13cvs7
8918
8919         * src/folder.h
8920                 missing in 1.9.13cvs6
8921
8922 2005-08-02 [colin]      1.9.13cvs6
8923
8924         * src/folder.c
8925                 Fix one more leak
8926
8927 2005-08-02 [colin]      1.9.13cvs5
8928
8929         * src/folder.c
8930         * src/folderview.c
8931         * src/imap.c
8932         * src/main.c
8933         * src/mbox.c
8934         * src/procmsg.c
8935         * src/summaryview.c
8936                 Fix a number of folder_item_get_msg_list()-related
8937                 leaks (missing procmsg_msginfo_free()s)
8938
8939 2005-08-01 [colin]      1.9.13cvs4
8940
8941         * src/folderview.c
8942         * src/folderview.h
8943         * src/mainwindow.c
8944         * src/prefs_fonts.c
8945         * src/prefs_summaries.c
8946         * src/prefs_themes.c
8947         * src/summaryview.c
8948         * src/summaryview.h
8949         * src/textview.c
8950         * src/textview.h
8951                 Fix instant-apply of summary and folderview-related prefs
8952                 Fix erroneous g_free and alertpanels in prefs_theme
8953                 Add instant-apply for fonts
8954                 Defer applying of prefs a little bit so it's done only
8955                 once even if requested by multiples prefs pages
8956
8957 2005-08-01 [paul]       1.9.13cvs3
8958
8959         * src/main.c
8960                 fix bug 776 'S.C. crashes on close'
8961                 thanks to Colin
8962         * src/etpan/etpan-thread-manager-types.h
8963                 add missing include
8964                 thanks to Hoa
8965
8966 2005-07-25 [paul]       1.9.13cvs2
8967
8968         * src/summaryview.c
8969                 fix typos. spotted by Fabien Vantard
8970
8971 2005-07-24 [paul]       1.9.13cvs1
8972
8973         * doc/man/sylpheed.1
8974                 update man page, incorporating fix of
8975                 bug 769 'Typo in manpage'
8976         * src/etpan/imap-thread.c
8977                 fix NetBSD openssl dependencies. patch by
8978                 George Michaelson <ggm@apnic.net>
8979         * po/pt_BR.po
8980                 updated by Frederico Goncalves Guimaraes
8981
8982 2005-07-22 [paul]       1.9.13
8983
8984         1.9.13 release
8985
8986 2005-07-22 [paul]       1.9.12cvs91
8987
8988         * AUTHORS
8989         * INSTALL
8990         * README.claws
8991         * RELEASE_NOTES.claws
8992                 updated for release
8993         * configure.ac
8994         * po/nb.po
8995         * tools/claws.i18n.status.pl
8996                 add Norwegian translation. submiited by
8997                 Geir Helland <pjallabais@users.sourceforge.net>
8998         * po/ca.po
8999         * po/de.po
9000         * po/es.po
9001         * po/fi.po
9002         * po/fr.po
9003         * po/it.po
9004         * po/sk.po
9005         * po/sr.po
9006         * po/zh_CN.po
9007                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9008                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
9009                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
9010                 Yang Guilong
9011         * src/plugins/clamav/clamav_plugin_gtk.c
9012         * src/plugins/spamassassin/spamassassin_gtk.c
9013                 replace outdated description strings
9014
9015 2005-07-21 [colin]      1.9.12cvs90
9016
9017         * src/folder.c
9018                 Set folder to batch mode when scanning it. Makes deletion
9019                 of unread mails on IMAP much faster (due to the UNREAD 
9020                 flag unsetting)
9021
9022 2005-07-21 [darko]      1.9.12cvs89
9023
9024         * configure.ac
9025                 link against libresolv if necessary (patch by Paul)
9026         * src/msgcache.c
9027                 use glib's portable macros to determine endianness
9028
9029 2005-07-21 [paul]       1.9.12cvs88
9030
9031         * src/crash.c
9032         * src/gtk/about.c
9033                 update compiled-in features list
9034
9035 2005-07-20 [colin]      1.9.12cvs87
9036
9037         * src/folder.c
9038         * src/textview.c
9039                 Gcc 2.9x compilation fixes, thanks to Darko
9040         * src/plugins/clamav/clamav_plugin.c
9041                 Little optimisation: load virus database only once
9042         * src/plugins/spamassassin/spamassassin.c
9043                 Big optimisation: filtering one mail took at least 1 second,
9044                 now it takes at least 50ms. Doesn't speed up spamassassin 
9045                 itself, but should already be much more tolerable.
9046
9047 2005-07-20 [colin]      1.9.12cvs86
9048
9049         * src/summaryview.c
9050                 Fix performance issue
9051
9052 2005-07-19 [colin]      1.9.12cvs85
9053
9054         * src/plugins/pgpinline/plugin.c
9055                 Fix warning
9056
9057 2005-07-19 [colin]      1.9.12cvs84
9058
9059         * configure.ac
9060         * src/plugins/Makefile.am
9061         * src/plugins/pgpinline/.cvsignore
9062         * src/plugins/pgpinline/Makefile.am
9063         * src/plugins/pgpinline/pgpinline.c
9064         * src/plugins/pgpinline/pgpinline.deps
9065         * src/plugins/pgpinline/pgpinline.h
9066         * src/plugins/pgpinline/plugin.c
9067                 Put pgpinline in the main tree
9068
9069 2005-07-19 [paul]       1.9.12cvs83
9070
9071         * src/prefs_actions.c
9072                 prevent '//' in menu names, which cause a crash
9073                 thanks to Colin
9074
9075 2005-07-19 [paul]       1.9.12cvs82
9076
9077         * configure.ac
9078                 be generally more informative in configure output.
9079                 OpenSSL: correction: '[ --enable-openssl ...' -> 
9080                 '[ --disable-openssl ...', as --enable-openssl is default
9081                 PGP/MIME: don't check for GPGME again, check for
9082                 pgpcore instead. Therefore prevent the possibility of
9083                 attempting to build pgpmime if pgpcore dependencies are
9084                 not met
9085                 ClamAV: use pkgconfig to check for lib
9086                 libgnomeprint: revert logic on inner test to match
9087                 everything else
9088         * src/plugins/pgpcore/sgpgme.c
9089                 add missing include
9090
9091 2005-07-19 [colin]      1.9.12cvs81
9092
9093         * src/summaryview.c
9094                 Fix slow thread rebuilding in particular
9095                 cases
9096
9097 2005-07-19 [paul]       1.9.12cvs80
9098
9099         * sylpheed-claws.desktop
9100                 fix typo, spotted by Stephan Sachse
9101         * src/account.c
9102                 replace GTK_STOCK_ADD with
9103                 GTK_STOCK_NEW button
9104
9105 2005-07-18 [colin]      1.9.12cvs79
9106
9107         * src/etpan/imap-thread.c
9108                 Fix return value (Thanks Hoa)
9109
9110 2005-07-18 [colin]      1.9.12cvs78
9111
9112         * src/imap.c
9113                 Allow empty passwords
9114                 Create drafts/queue/outbox if necessary
9115         * src/summaryview.c
9116                 Remove old code
9117         * src/etpan/imap-thread.c
9118                 Fix STARTTLS (Thanks to Hoa)
9119
9120 2005-07-18 [paul]       1.9.12cvs77
9121
9122         * ChangeLog-gtk2.jp
9123         * ChangeLog.jp
9124                 removed
9125         * Makefile.am
9126                 updated to reflect additions and removals
9127         * TODO
9128                 updated to be claws-specific
9129         * TODO-gtk2
9130         * TODO-gtk2.jp
9131         * TODO.jp
9132         * sylpheed-128x128.png
9133         * sylpheed-64x64.png
9134                 removed
9135         * sylpheed-claws-128x128.png
9136         * sylpheed-claws-64x64.png
9137         * sylpheed-claws.desktop
9138         * sylpheed-claws.png
9139                 added
9140         * sylpheed.desktop
9141         * sylpheed.png
9142                 removed
9143
9144 2005-07-17 [paul]       1.9.12cvs76
9145
9146         * src/account.c
9147         * src/addressbook.c
9148         * src/alertpanel.c
9149         * src/alertpanel.h
9150         * src/compose.c
9151         * src/exphtmldlg.c
9152         * src/expldifdlg.c
9153         * src/folderview.c
9154         * src/imap_gtk.c
9155         * src/inc.c
9156         * src/message_search.c
9157         * src/messageview.c
9158         * src/mh_gtk.c
9159         * src/news_gtk.c
9160         * src/prefs_actions.c
9161         * src/prefs_filtering.c
9162         * src/prefs_matcher.c
9163         * src/prefs_template.c
9164         * src/prefs_themes.c
9165         * src/ssl_manager.c
9166         * src/summary_search.c
9167         * src/textview.c
9168         * src/toolbar.c
9169         * src/gtk/sslcertwindow.c
9170         * src/plugins/pgpcore/sgpgme.c
9171                 rework alertpanels
9172
9173 2005-07-17 [colin]      1.9.12cvs75
9174
9175         * src/privacy.c
9176                 add a PrivacySystem accessor that checks that
9177                 the system cached in a MimeInfo's privacydata
9178                 is still registered. Use this accessor instead
9179                 of directly using data->system. Fixes crashes
9180                 after unloading pgp plugins.
9181
9182 2005-07-17 [colin]      1.9.12cvs74
9183
9184         * src/alertpanel.c
9185                 Change geometry hints to a simple default size.
9186                 Fixes the certs dialogs.
9187
9188 2005-07-17 [colin]      1.9.12cvs73
9189
9190         * src/gtk/sslcertwindow.c
9191                 Use a gtkExpander
9192
9193 2005-07-17 [colin]      1.9.12cvs72
9194
9195         * src/plugins/pgpcore/Makefile.am
9196         * src/plugins/pgpmime/Makefile.am
9197                 Add gpgme libs
9198
9199 2005-07-17 [paul]       1.9.12cvs71
9200
9201         * configure.ac
9202                 add --disable-gnomeprint option
9203                 modified version of patch by Marius Mauch
9204
9205 2005-07-17 [paul]       1.9.12cvs70
9206
9207         * src/common/defs.h
9208                 update urls
9209         * src/account.c
9210         * src/action.c
9211         * src/addressbook.c
9212         * src/compose.c
9213         * src/foldersel.c
9214         * src/folderview.c
9215         * src/html.c
9216         * src/imap_gtk.c
9217         * src/main.c
9218         * src/mainwindow.c
9219         * src/messageview.c
9220         * src/mh_gtk.c
9221         * src/mimeview.c
9222         * src/news_gtk.c
9223         * src/prefs_account.c
9224         * src/prefs_send.c
9225         * src/prefs_summaries.c
9226         * src/procmsg.c
9227         * src/summaryview.c
9228         * src/common/utils.c
9229         * src/common/xml.c
9230         * src/plugins/pgpcore/passphrase.c
9231         * src/plugins/pgpcore/select-keys.c
9232                 replace inappropriately used backticks
9233                 with single quotes
9234
9235 2005-07-16 [colin]      1.9.12cvs69
9236
9237         * src/image_viewer.c
9238                 Add extra paranoid checks
9239
9240 2005-07-16 [colin]      1.9.12cvs68
9241
9242         * src/plugins/pgpcore/prefs_gpg.c
9243                 Don't auto-check sigs by default, as it
9244                 can be really slow.
9245
9246 2005-07-16 [colin]      1.9.12cvs67
9247
9248         * src/plugins/pgpcore/sgpgme.c
9249                 Make messages a bit better.
9250
9251 2005-07-16 [colin]      1.9.12cvs66
9252
9253         * src/imap.c
9254                 Remove pseudo-log
9255         * src/etpan/imap-thread.c
9256                 Add real log
9257
9258 2005-07-16 [colin]      1.9.12cvs65
9259
9260         * src/main.c
9261         * src/prefs_other.c
9262                 And now, fix build with libetpan :-/
9263
9264 2005-07-15 [colin]      1.9.12cvs64
9265
9266         * src/prefs_other.c
9267                 Continue fixing build without libetpan.
9268
9269 2005-07-15 [colin]      1.9.12cvs63
9270
9271         * src/main.c
9272                 Fix build with --disable-libetpan
9273
9274 2005-07-15 [colin]      1.9.12cvs62
9275
9276         * configure.ac
9277                 Bump libetpan's version
9278
9279 2005-07-15 [colin]      1.9.12cvs61
9280
9281         * src/etpan/imap-thread.c
9282                 Actually stop logging :)
9283
9284 2005-07-15 [colin]      1.9.12cvs60
9285
9286         * src/addressbook.c
9287                 Fix dnd of multiple addresses.
9288
9289 2005-07-15 [hoa]        1.9.12cvs59
9290
9291         * src/etpan/imap-thread.c
9292             disable login of IMAP password in libetpan log file.
9293
9294 2005-07-15 [paul]       1.9.12cvs58
9295
9296         * src/account.c
9297                 don't automatically sort
9298                 do allow drag n drop
9299
9300 2005-07-15 [paul]       1.9.12cvs57
9301
9302         * src/account.c
9303         * src/ssl_manager.c
9304                 alphabetical listing
9305
9306 2005-07-15 [paul]       1.9.12cvs56
9307
9308         * src/gtk/pluginwindow.c
9309                 sort plugin list alphabetically
9310
9311 2005-07-15 [paul]       1.9.12cvs55
9312
9313         * src/prefs_spelling.c
9314         * src/prefs_wrapping.c
9315                 unify English usage
9316
9317 2005-07-15 [colin]      1.9.12cvs54
9318
9319         * src/wizard.c
9320                 Typo fix
9321
9322 2005-07-15 [paul]       1.9.12cvs53
9323
9324         * src/prefs_message.c
9325                 make 'show cursor' a hidden option
9326
9327 2005-07-14 [colin]      1.9.12cvs52
9328
9329         * src/plugins/spamassassin/Makefile.am
9330         * src/plugins/clamav/Makefile.am
9331                 Fix double EXTRA_DISTs
9332
9333 2005-07-14 [colin]      1.9.12cvs51
9334
9335         * src/plugins/clamav/Makefile.am
9336         * src/plugins/clamav/clamav_plugin_gtk.deps
9337         * src/plugins/spamassassin/Makefile.am
9338         * src/plugins/spamassassin/spamassassin_gtk.deps
9339                 Make $plugin_gtk depend on $plugin
9340
9341 2005-07-14 [hoa]        1.9.12cvs50
9342
9343         * src/etpan/imap-thread.c
9344                 enable debug log of libetpan when running with --debug
9345
9346 2005-07-14 [colin]      1.9.12cvs49
9347
9348         * configure.ac
9349         * src/common/Makefile.am
9350         * src/common/plugin.c
9351         * src/common/plugin.h
9352                 Add a little plugin dependancy system.
9353                 Plugins can ship a $plugin_name.deps file
9354                 (near them in PLUGINDIR) so that their
9355                 dependancies are loaded if possible.
9356         * src/plugins/Makefile.am
9357         * src/plugins/pgpcore/Makefile.am
9358         * src/plugins/pgpcore/passphrase.c
9359         * src/plugins/pgpcore/passphrase.h
9360         * src/plugins/pgpcore/plugin.c
9361         * src/plugins/pgpcore/prefs_gpg.c
9362         * src/plugins/pgpcore/prefs_gpg.h
9363         * src/plugins/pgpcore/select-keys.c
9364         * src/plugins/pgpcore/select-keys.h
9365         * src/plugins/pgpcore/sgpgme.c
9366         * src/plugins/pgpcore/sgpgme.h
9367                 Introduce pgpcore, used by pgpmime and
9368                 pgpinline
9369         * src/plugins/pgpmime/Makefile.am
9370         * src/plugins/pgpmime/passphrase.c
9371         * src/plugins/pgpmime/passphrase.h
9372         * src/plugins/pgpmime/pgpmime.c
9373         * src/plugins/pgpmime/pgpmime.deps
9374         * src/plugins/pgpmime/plugin.c
9375         * src/plugins/pgpmime/prefs_gpg.c
9376         * src/plugins/pgpmime/prefs_gpg.h
9377         * src/plugins/pgpmime/select-keys.c
9378         * src/plugins/pgpmime/select-keys.h
9379         * src/plugins/pgpmime/sgpgme.c
9380         * src/plugins/pgpmime/sgpgme.h
9381                 Remove the core from pgpmime and add the
9382                 dependancy to pgpcore.
9383
9384 2005-07-14 [paul]       1.9.12cvs48
9385
9386         * src/stock_pixmap.c
9387                 forgot this in last commit
9388
9389 2005-07-14 [paul]       1.9.12cvs47
9390
9391         * src/account.c
9392         * src/addressbook.c
9393                 add accelerators for the buttons (sync with main)
9394         * src/compose.c
9395         * src/compose.h
9396                 add accelerators for the buttons.
9397                 fix editing with external editor.
9398                 replace gdk_input_*() with GIOChannel;
9399                 (sync with main)
9400         * src/foldersel.c
9401                 display folder names with new/unread
9402                 representation (sync with main)
9403         * src/main.c
9404                 specify default window icon (sync with main)
9405         * src/prefs_common.c
9406                 use_addr_book default to FALSE
9407         * src/summaryview.c
9408         * src/textview.c
9409                 add accelerators for the buttons (sync with main)
9410         * src/gtk/menu.c
9411                 fix typos
9412         * src/pixmaps/sylpheed_icon.xpm
9413                 updated
9414
9415 2005-07-13 [paul]       1.9.12cvs46
9416
9417         * src/plugins/pgpmime/pgpmime.c
9418         * src/plugins/pgpmime/sgpgme.c
9419                 (temporarily) use deprecated gpgme_data_rewind()
9420                 while largefile support is not present
9421                 (as suggested by Colin)
9422
9423 2005-07-13 [paul]       1.9.12cvs45
9424
9425         * configure.ac
9426                 remove large file support (for now):
9427                 it breaks too many things
9428
9429 2005-07-13 [paul]       1.9.12cvs44
9430
9431         * configure.ac
9432                 add large file support
9433         * src/html.c
9434                 fix bug #763 where href attribute was not
9435                 the very first attribute of a link
9436                 patch by Thomas Gilgin
9437
9438 2005-07-13 [colin]      1.9.12cvs43
9439
9440         * src/gtk/pluginwindow.c
9441                 Little portability fix
9442
9443 2005-07-13 [colin]      1.9.12cvs42
9444
9445         * src/plugins/pgpmime/sgpgme.c
9446                 Fix crasher.
9447
9448 2005-07-13 [colin]      1.9.12cvs41
9449
9450         * src/plugins/pgpmime/pgpmime.c
9451         * src/plugins/pgpmime/sgpgme.c
9452                 Use gpgme_data_release_and_get_mem instead
9453                 of gpgme_data_read.
9454
9455 2005-07-13 [colin]      1.9.12cvs40
9456
9457         * configure.ac
9458         * src/plugins/pgpmime/passphrase.c
9459         * src/plugins/pgpmime/passphrase.h
9460         * src/plugins/pgpmime/pgpmime.c
9461         * src/plugins/pgpmime/plugin.c
9462         * src/plugins/pgpmime/select-keys.c
9463         * src/plugins/pgpmime/select-keys.h
9464         * src/plugins/pgpmime/sgpgme.c
9465         * src/plugins/pgpmime/sgpgme.h
9466                 Port pgpmime to gpgme-1.0.
9467
9468 2005-07-12 [paul]       1.9.12cvs39
9469
9470         * AUTHORS
9471         * src/toolbar.c
9472         * src/toolbar.h
9473                 add a 'Go to Prev' button to the toolbar.
9474                 correct tooltip text of go to buttons.
9475                 based on patch by Yang Guilong <bamanzi@gmail.com>
9476
9477 2005-07-12 [colin]      1.9.12cvs38
9478
9479         * src/statusbar.c
9480                 Fix progress bar showing stuff at startup.
9481
9482 2005-07-12 [paul]       1.9.12cvs37
9483
9484         * src/editjpilot.c
9485                 fix building with jpilot support
9486
9487 2005-07-11 [colin]      1.9.12cvs36
9488
9489         * src/inc.c
9490                 Add visual indication that filtering is running
9491         * src/textview.c
9492                 Make {}[] uri delimiters
9493         * src/summaryview.c
9494                 Remove useless (and slow) calls
9495
9496 2005-07-11 [paul]       1.9.12cvs35
9497
9498         * src/plugins/clamav/clamav_plugin_gtk.c
9499         * src/plugins/dillo_viewer/dillo_prefs.c
9500         * src/plugins/pgpmime/prefs_gpg.c
9501         * src/plugins/spamassassin/spamassassin_gtk.c
9502                 gather plugins prefs together under their
9503                 own 'Plugins' heading
9504
9505 2005-07-11 [paul]       1.9.12cvs34
9506
9507         sync with main
9508
9509         * src/account.c
9510                 account_delete(): modified alert dialog
9511         * src/editjpilot.c
9512         * src/editvcard.c
9513                 fixed a crash when cancelling file selection
9514                 dialog by Escape key. Made non-ascii filename
9515                 selectable.
9516         * src/prefs_template.c
9517                 prefs_template_window_create(): make scrolled
9518                 window policy AUTOMATIC
9519
9520 2005-07-10 [hoa]        1.9.12cvs33
9521
9522         * src/etpan/imap-thread.c
9523                 workaround for old Courier IMAP servers.
9524
9525 2005-07-10 [colin]      1.9.12cvs32
9526
9527         * src/folder.c
9528         * src/statusbar.c
9529         * src/statusbar.h
9530                 Add visual progress indicator on filtering/processing
9531                 Factorize the progress bar code
9532         * src/imap.c
9533         * src/imap.h
9534         * src/etpan/imap-thread.c
9535                 Add a reference counter to avoid destroying the Folder
9536                 while it's in use by another callback.
9537
9538 2005-07-09 [hoa]        1.9.12cvs31
9539
9540         * src/imap.c
9541         * src/etpan/imap-thread.c
9542                 fixed deadlock when removing IMAP account.
9543
9544 2005-07-08 [colin]      1.9.12cvs30
9545
9546         * src/textview.c
9547         * src/unmime.c
9548                 Fix again problems decoding broken headers
9549         * src/gtk/inputdialog.c
9550                 Fix local variable shadowing a global one
9551
9552 2005-07-08 [colin]      1.9.12cvs29
9553
9554         * src/msgcache.c
9555                 Make the cache/mark files platform-agnostic by writing
9556                 them in little-endian format. Reading them is also done
9557                 in little-endian format, of course; however, in order
9558                 to avoid trashing mark data on big-endian machines, the
9559                 files are, at first, read from the native format if the
9560                 little-endian one doesn't exist. This is easy to deter-
9561                 mine by trying to open a file with a swapped data_ver
9562                 and seeing if it's the wanted version.
9563                 Little-endian using users should see absolutely no
9564                 difference, Big-endian users may get a very little
9565                 performance drop due to byte-swapping.
9566                 Tested on i386 and ppc32. 
9567                 Fixes bug #159 (The index file, in the mailboxes, is 
9568                 hardware depending).
9569
9570                 To have the cache/mark files updated to the new little-
9571                 endian format, "Check for new messages" or even
9572                 "Rebuild folder tree" aren't enough. Files will be
9573                 updated as soon as a folder has been opened/closed.
9574                 To update everything, just select all folders by
9575                 selecting them one by one.
9576
9577 2005-07-07 [colin]      1.9.12cvs28
9578
9579         * src/imap.c
9580                 Remember the folder separator per IMAPFolder
9581                 instead of globally.
9582                 Revive the Session on noop; fixes bug #761
9583                 (mark a bunch of unread messages as read takes 
9584                 forever)
9585
9586 2005-07-07 [darko]      1.9.12cvs27
9587
9588         * src/common/template.c
9589                 Sort templates alphabetically
9590
9591 2005-07-06 [colin]      1.9.12cvs26
9592
9593         * src/imap.c
9594                 Try to use the correct separator in
9595                 most cases. Possibly fixes bug #759
9596                 (only creates the INBOX folder when 
9597                 setting up new IMAP account) and 
9598                 bug #760 (Can't retrieve messages)
9599
9600 2005-07-06 [colin]      1.9.12cvs25
9601
9602         * src/imap.c
9603                 Use real_path in status command. This will
9604                 help later, when namespaces will be used.
9605
9606 2005-07-06 [colin]      1.9.12cvs24
9607
9608         * configure.ac
9609         * src/account.c
9610         * src/folder.c
9611         * src/imap.c
9612         * src/etpan/etpan-log.c
9613         * src/etpan/etpan-thread-manager.c
9614         * src/etpan/imap-thread.c
9615                 Add a --disable-libetpan parameter. With this,
9616                 users that don't want IMAP4 support can avoid
9617                 the new dependancy (and have no IMAP support).
9618                 Users that have IMAP4 accounts and use this
9619                 parameter won't lose their configuration, their
9620                 IMAP accounts will just be invisible and not
9621                 used.
9622         * src/textview.c
9623                 Make the "Copy ..." contextual menu items 
9624                 copy to both the X clipboard and the gtk 
9625                 clipboard - as most other apps do.
9626         * src/gtk/about.c
9627                 Add a notice about OpenSSL usage, in order to
9628                 comply with OpenSSL's license (point 6):
9629                 http://www.openssl.org/source/license.html
9630
9631 2005-07-06 [colin]      1.9.12cvs23
9632
9633         * src/alertpanel.c
9634                 Fix a minimum size for alertpanels
9635         * src/compose.c
9636                 Show 'No space left on device' type errors
9637                 when queuing/sending
9638         * src/imap_gtk.c
9639         * src/mh_gtk.c
9640                 Rework folder's deletion message (remove 
9641                 extra \n)
9642
9643 2005-07-05 [colin]      1.9.12cvs22
9644
9645         * src/imap.c
9646                 Add an alertpanel on auth error
9647                 Add pseudo-log
9648                 Remove pthread-related stuff
9649
9650 2005-07-05 [colin]      1.9.12cvs21
9651
9652         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9653                 Fix crash on plugin reloading (with a hack)
9654
9655 2005-07-05 [colin]      1.9.12cvs20
9656
9657         * src/prefs_account.c
9658         * src/prefs_account.h
9659                 Fix typo
9660         * src/gtk/filesel.c
9661         * src/gtk/filesel.h
9662                 Add a way to filter the view
9663         * src/gtk/pluginwindow.c
9664                 Filter loadable stuff
9665         * src/plugins/pgpmime/prefs_gpg.c
9666                 Fix missing unregistration
9667         * .cvsignore
9668         * src/etpan/.cvsignore
9669         * src/plugins/spamassassin/.cvsignore
9670                 Add more stuff to cvs ignored files
9671
9672 2005-07-04 [colin]      1.9.12cvs19
9673
9674         * src/imap.c
9675                 Fix scan_required returning FALSE when it
9676                 shouldn't. Maybe fix #760 (Can't retrieve
9677                 messages)
9678
9679 2005-07-04 [colin]      1.9.12cvs18
9680
9681         * src/summaryview.c
9682                 Fix always_show_msg pref
9683
9684 2005-07-04 [paul]       1.9.12cvs17
9685
9686         sync with main (forgotten in last commit)
9687         
9688         * src/common/utils.c
9689         * src/common/utils.h
9690                 check_line_length(): new.
9691                 is_dir_exist()
9692                 is_file_entry_exist()
9693                 dirent_is_regular_file()
9694                 dirent_is_directory(): use g_file_test() instead of stat().
9695
9696 2005-07-04 [paul]       1.9.12cvs16
9697
9698         sync with main:
9699
9700         * src/compose.c
9701                 compose_write_to_file(): check for line
9702                 length limit and display warning if exceeds
9703         * src/jpilot.c
9704                 use get_home_dir() instead of g_get_home_dir()
9705         * src/procheader.c
9706                 removed warning about invalid date
9707         * src/vcard.c
9708                 use get_home_dir() instead of g_get_home_dir()
9709
9710 2005-07-04 [paul]       1.9.12cvs15
9711
9712         * src/stock_pixmap.c
9713                 fix new pixmap naming errors
9714                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
9715
9716 2005-07-04 [colin]      1.9.12cvs14
9717
9718         * src/imap.c
9719                 Fix debugging string with a warning
9720
9721 2005-07-04 [colin]      1.9.12cvs13
9722
9723         * configure.ac
9724                 Add a check for libetpan's version (>= 0.37)
9725
9726 2005-07-04 [hoa]        1.9.12cvs12
9727
9728         * commitHelper
9729         * src/imap.c
9730         * src/etpan/imap-thread.c
9731         * src/etpan/imap-thread.h
9732                 fixed IMAP implementation of check of mails.
9733
9734 2005-07-03 [hoa]        1.9.12cvs11
9735
9736         * src/etpan/Makefile.am
9737         * src/etpan/etpan-errors.h
9738         * src/etpan/etpan-log.[ch]
9739         * src/etpan/etpan-thread-manager-types.h
9740         * src/etpan/etpan-thread-manager.[ch]
9741         * src/etpan/imap-thread.[ch]
9742         * src/Makefile.am
9743         * src/imap.c
9744         * src/main.c
9745         * src/prefs_other.c
9746         * configure.ac
9747             merged imap branch.
9748             dependency on libetpan 0.37 is now added.
9749
9750 2005-07-01 [colin]      1.9.12cvs10
9751
9752         * src/Makefile.am
9753         * src/folder.c
9754         * src/folder.h
9755         * src/folderview.c
9756         * src/stock_pixmap.c
9757         * src/stock_pixmap.h
9758         * src/plugins/trayicon/trayicon.c
9759                 Add marked symbol on folders containing
9760                 marked messages
9761         * src/procmsg.c
9762         * src/procmsg.h
9763         * src/toolbar.c
9764         * src/prefs_common.c
9765         * src/prefs_common.h
9766         * src/prefs_send.c
9767                 Add an optional confirmation dialog on queue
9768                 sending. Patch by wwp.
9769         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
9770         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
9771         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
9772         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
9773         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
9774         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
9775         * src/pixmaps/inbox_mark.xpm            ** ADDED **
9776         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
9777         * src/pixmaps/outbox_mark.xpm           ** ADDED **
9778         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
9779         * src/pixmaps/trash_mark.xpm            ** ADDED **
9780                 New pixmaps
9781
9782 2005-07-01 [colin]      1.9.12cvs9
9783
9784         * src/summaryview.c
9785                 Fix a little threading bug
9786         * src/addrgather.c
9787         * src/mainwindow.c
9788                 A little bit of HIG normality never hurts
9789
9790 2005-07-01 [colin]      1.9.12cvs8
9791
9792         * src/compose.c
9793         * src/msgcache.c
9794         * src/pop.c
9795         * src/procmime.c
9796         * src/recv.c
9797         * src/common/log.c
9798         * src/common/template.c
9799         * src/common/utils.c
9800         * src/common/utils.h
9801                 Reverted the fwrite_atomic stuff. In fact
9802                 it is already atomic.
9803
9804 2005-06-30 [colin]      1.9.12cvs7
9805
9806         * src/common/utils.c
9807         * src/common/utils.h
9808                 Add an fwrite_atomic() function to make
9809                 sure we write everything: fwrite can make
9810                 short writes.
9811         * src/compose.c
9812         * src/msgcache.c
9813         * src/pop.c
9814         * src/procmime.c
9815         * src/recv.c
9816         * src/common/log.c
9817         * src/common/template.c
9818                 Use that (and fix swapping of size and nmemb).
9819                 Thanks to Rich Coe for the heads up.
9820
9821 2005-06-30 [colin]      1.9.12cvs6
9822
9823         * src/addressbook.c
9824                 Optimize addressbook opening 
9825
9826 2005-06-30 [colin]      1.9.12cvs5
9827
9828         * src/summaryview.c
9829                 Remove calls to summary_step after move/copy
9830
9831 2005-06-28 [paul]       1.9.12cvs4
9832
9833         * src/alertpanel.c
9834                 wrap and make the error msg selectable
9835
9836 2005-06-28 [paul]       1.9.12cvs3
9837
9838         * src/ssl_manager.c
9839                 replace the OK button with a Close button
9840         * src/gtk/foldersort.c
9841                 use GTK_STOCK_ icons/buttons
9842
9843 2005-06-28 [colin]      1.9.12cvs2
9844
9845         * src/gedit-print.c             ** ADDED **
9846         * src/gedit-print.h             ** ADDED **
9847         * src/gtk/gtksourceprintjob.c   ** ADDED **
9848         * src/gtk/gtksourceprintjob.h   ** ADDED **
9849                 I can't believe no one had enough time to tell
9850                 me I forgot the `cvs add`
9851
9852 2005-06-27 [colin]      1.9.12cvs1
9853
9854         * src/Makefile.am
9855         * src/gtk/Makefile.am
9856         * src/messageview.c
9857         * src/procmsg.c
9858         * src/summaryview.c
9859         * configure.ac
9860                 Add optional libgnomeprint-based printing
9861         * src/mainwindow.c
9862         * src/gtk/quicksearch.c
9863                 Add an Edit/Quick search menu item to show
9864                 and focus the quicksearch
9865
9866 2005-06-27 [paul]       1.9.12
9867
9868         1.9.12 release
9869
9870         * po/ca.po
9871         * po/de.po
9872         * po/es.po
9873         * po/fr.po
9874         * po/it.po
9875         * po/ko.po
9876         * po/pt_BR.po
9877         * po/sk.po
9878         * po/zh_CN.po
9879                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9880                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
9881                 SungHyun Nam, Frederico Goncalves Guimaraes,
9882                 Andrej Kacian, and Yang Guilong
9883 2005-06-26 [colin]      1.9.11cvs106
9884
9885         * src/imap_gtk.c
9886                 Forgot one file for previous fix
9887
9888 2005-06-26 [colin]      1.9.11cvs105
9889
9890         * src/folder.c
9891         * src/imap.c
9892                 Fix problems with folder operations in no_select
9893                 imap folders. it applies only to mails, and 
9894                 creation/deletion/move/renaming of folders 
9895                 should be possible
9896
9897 2005-06-26 [paul]       1.9.11cvs104
9898
9899         * src/prefs_filtering.c
9900                 replace one more GTK_STOCK_REMOVE
9901                 with GTK_STOCK_DELETE
9902
9903 2005-06-25 [colin]      1.9.11cvs103
9904
9905         * src/imap.c
9906                 Optimize get_seq_set_from_seq_list
9907                 (Patch by Ricardo) 
9908
9909 2005-06-25 [colin]      1.9.11cvs102
9910
9911         * src/mh.c
9912                 If the directory exists, but not in the
9913                 correct encoding, rename it. This should
9914                 handle old-versions-induced bugs.
9915
9916 2005-06-25 [colin]      1.9.11cvs101
9917
9918         * src/mh.c
9919                 Fix path access with extended dir names
9920                 Fixes bug #589 (SC segfaults with wrong locale
9921                 settings)
9922
9923 2005-06-25 [colin]      1.9.11cvs100
9924
9925         * src/prefs_account.c
9926         * src/prefs_account.h
9927         * src/compose.c
9928                 Add an option to encrypt replies to
9929                 encrypted messages
9930
9931 2005-06-25 [colin]      1.9.11cvs99
9932
9933         * src/compose.c
9934         * src/quote_fmt_parse.y
9935                 ... And make it work with pgpinline.
9936
9937 2005-06-25 [colin]      1.9.11cvs98
9938
9939         * src/compose.c
9940         * src/procmime.c
9941         * src/procmime.h
9942         * src/quote_fmt_parse.y
9943                 o Make reedition of encrypted messages possible
9944                   (as long as it is encrypted to self too, no
9945                    magic there)
9946                 o Make replying with quote (and without selecting
9947                   text) possible for encrypted messages.
9948                 Closes bug #550 (Not possible to "reply with quote"
9949                 to gnupg encrypted messages)
9950
9951 2005-06-24 [paul]       1.9.11cvs97
9952
9953         * src/imap.c
9954                 add missing include
9955
9956 2005-06-24 [paul]       1.9.11cvs96
9957
9958         * src/editldap.c
9959                 made bind password entry invisible
9960                 (sync with main)
9961         * src/send_message.c
9962                 send_message_local(): check exit status
9963                 to detect errors (sync with main)
9964         * src/textview.c
9965                 use main's less ambiguous popup menu
9966                 wording
9967
9968 2005-06-24 [paul]       1.9.11cvs95
9969
9970         * src/prefs_actions.c
9971         * src/prefs_customheader.c
9972         * src/prefs_display_header.c
9973         * src/prefs_filtering_action.c
9974         * src/prefs_matcher.c
9975         * src/prefs_template.c
9976         * src/prefs_toolbar.c
9977                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
9978         * src/gtk/description_window.c
9979                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
9980
9981 2005-06-23 [colin]      1.9.11cvs94
9982
9983         * src/summaryview.c
9984                 Fix rough edges (be sure to call status_show whenever
9985                 necessary).
9986
9987 2005-06-23 [colin]      1.9.11cvs93
9988
9989         * src/summaryview.c
9990                 Optimize Select All
9991                 Before, in a 5K mails folder: 11s
9992                 After, in the same folder: 58000µs
9993                 The joys of locking... gtk_clist_select_all() fires a 
9994                 tree-select-row event for each selected row, which in 
9995                 summaryview, callbacks summary_selected which in turn,
9996                 calls summary_status_show, which walks the selected
9997                 rows. Hence, calling gtk_clist_select_all was 
9998                 exponential. Locking the summaryview makes 
9999                 summary_selected return early.
10000
10001 2005-06-23 [colin]      1.9.11cvs92
10002
10003         * src/imap.c
10004                 Move mutex at the important place to avoid
10005                 deadlocks
10006         * src/summaryview.c
10007                 Fix Del key deleting directly instead of
10008                 moving to trash
10009
10010 2005-06-22 [colin]      1.9.11cvs91
10011
10012         * src/plugins/spamassassin/libspamc.c
10013                 As we do spagetti code with assignations in multiple
10014                 places (see _message_read_raw where out = msg = raw),
10015                 let's be sure we don't free the same pointer twice.
10016                 Should fix bug #683 (Crash in libpam at 
10017                 message_cleanup).
10018
10019 2005-06-22 [colin]      1.9.11cvs90
10020
10021         * src/compose.c
10022         * src/messageview.c
10023         * src/toolbar.c
10024                 Make toolbar's delete use the move to trash stuff;
10025                 Add gtk_widget_realize to be sure pixmaps can get
10026                 created (that may fix an old worksforme bug which
10027                 I can't find back...)
10028
10029 2005-06-22 [colin]      1.9.11cvs89
10030
10031         * src/summaryview.c
10032         * src/summaryview.h
10033         * src/mainwindow.c
10034                 Rename "Message/Delete" to "Message/Move to trash"
10035                 Add "Message/Delete..." that directly destroys the
10036                 selected messages after asking for a confirmation.
10037
10038 2005-06-22 [colin]      1.9.11cvs88
10039
10040         * src/imap.c
10041                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
10042                 o Fix a deadlock (thanks Darko)
10043
10044 2005-06-22 [colin]      1.9.11cvs87
10045
10046         * src/gtk/foldersort.c
10047                 Add missing include for the i18n;
10048                 patch by Fabien Vantard
10049
10050 2005-06-21 [colin]      1.9.11cvs86
10051
10052         * src/folder.c
10053         * src/folderview.c
10054                 Respect the no_select flag
10055         * src/imap.c
10056                 Fix recursive deletion
10057         * src/imap_gtk.c
10058         * src/mh_gtk.c
10059                 Make the folder deletion's warning
10060                 more explicit
10061
10062 2005-06-21 [colin]      1.9.11cvs85
10063
10064         * src/textview.c
10065                 Prevent email addresses from spanning accross
10066                 lines - fixes bug # 646 (newline-chars in 
10067                 email addresses)
10068
10069 2005-06-20 [colin]      1.9.11cvs84
10070
10071         * src/folder.c
10072                 Be sure not to remove source if copy failed
10073
10074 2005-06-20 [colin]      1.9.11cvs83
10075
10076         * src/folderview.c
10077         * src/imap_gtk.c
10078                 remove summaryview's lock
10079         * src/imap.c
10080                 introduce threads to avoid problems when foreground tasks
10081                 interfere with background tasks
10082         * src/mh.c
10083                 prevent moving to drafts/queue
10084         * src/mimeview.c
10085                 fix leak
10086
10087 2005-06-19 [colin]      1.9.11cvs82
10088
10089         * src/imap_gtk.c
10090                 Remember that the user doesn't want to override
10091                 offline mode, for 3 seconds. It avoid presenting
10092                 him with N popups in a really short time.
10093
10094 2005-06-17 [colin]      1.9.11cvs81
10095
10096         * src/imap.c
10097                 Fix IMAP breaking on folders containing '('
10098                 (Probably won't be enough)
10099
10100 2005-06-17 [colin]      1.9.11cvs80
10101
10102         Forgotten files on 1.9.11cvs79
10103         * src/summaryview.c
10104                 Fix stepping when not immediately executing
10105         * src/imap.c
10106                 Really prevent UID FETCH 0
10107         * src/codeconv.c
10108                 Fix outgoing charset never set to utf-8
10109         * src/mh.c
10110                 Fix leak
10111
10112 2005-06-16 [colin]      1.9.11cvs79
10113
10114         * src/compose.c
10115                 Fix bug #707 (Dash splits rows)
10116                 Only wrap if we're on a line break position and
10117                 the previous one was a "white" (space) char.
10118                 Pango stuff is weird.
10119
10120 2005-06-16 [colin]      1.9.11cvs78
10121
10122         * src/imap_gtk.c
10123                 Lock summaryview while downloading messages
10124                 on user demand
10125         * src/procheader.c
10126         * src/unmime.c
10127         * src/common/utils.c
10128         * src/common/utils.h
10129                 Replace \r and \n with spaces in From and
10130                 Subject headers
10131
10132 2005-06-16 [paul]       1.9.11cvs77
10133
10134         * src/procmime.c
10135                 liberalise the mime parser
10136         * src/gtk/about.c
10137                 add text wrapping
10138
10139 2005-06-16 [paul]       1.9.11cvs76
10140
10141         * src/gtk/about.c
10142                 reworked
10143
10144 2005-06-15 [colin]      1.9.11cvs75
10145
10146         * src/compose.c
10147                 Finish header encoding fix
10148         * src/summaryview.c
10149                 Fix segfault
10150         * src/headerview.c
10151                 Fix compilation (Thanks Stephan
10152                 Sachse)
10153
10154 2005-06-15 [colin]      1.9.11cvs74
10155
10156         * Makefile.am
10157                 Install gnome2 stuff rather than gnome1, 
10158                 if both are present
10159         * src/codeconv.c
10160         * src/codeconv.h
10161         * src/compose.c
10162                 Fix headers encoding
10163         * src/folder.c
10164                 Visual progress when fetching all messages
10165         * src/folderview.c
10166         * src/summaryview.c
10167         * src/summaryview.h
10168                 Prevent changing current message while
10169                 incorporating
10170
10171 2005-06-15 [paul]       1.9.11cvs73
10172
10173         * src/gtk/gtkaspell.c
10174         * src/gtk/gtkaspell.h
10175                 fix build warnings
10176
10177 2005-06-15 [paul]       1.9.11cvs72
10178
10179         * src/prefs_filtering.c
10180                 allow reordering of filter rules by
10181                 drag n drop
10182
10183 2005-06-15 [paul]       1.9.11cvs71
10184
10185         * COPYING
10186                 updated
10187         * src/codeconv.c
10188                 replace deprecated function
10189         * src/inc.c
10190         * src/send_message.c
10191         * src/gtk/progressdialog.c
10192         * src/gtk/progressdialog.h
10193                 salvage and reuse parts of reverted sync
10194
10195 2005-06-15 [paul]       1.9.11cvs70
10196
10197         * src/inc.c
10198         * src/send_message.c
10199         * src/gtk/progressdialog.c
10200         * src/gtk/progressdialog.h
10201                 revert yesterday's sync with main
10202                 it contains deprecated functions
10203
10204 2005-06-15 [colin]      1.9.11cvs69
10205
10206         * src/headerview.c
10207                 Fix bug #670 (multi user to: will corrupt message 
10208                 headers display)
10209
10210 2005-06-15 [colin]      1.9.11cvs68
10211
10212         * src/compose.c
10213                 Fix bug #421 (Fix undo on wrapping)
10214
10215 2005-06-15 [colin]      1.9.11cvs67
10216
10217         * src/folder.c
10218                 Provide visual feedback while processing
10219                 folder's rules.
10220         * src/imap.c
10221                 Provide visual feedback while getting
10222                 short headers (for uncached messages)
10223
10224
10225 2005-06-14 [paul]       1.9.11cvs66
10226
10227         * src/account.c
10228                 change a couple stock icons
10229         * src/inc.c
10230         * src/send_message.c
10231         * src/gtk/progressdialog.c
10232         * src/gtk/progressdialog.h
10233                 sync main's GtkTreeView implementation
10234
10235 2005-06-14 [colin]      1.9.11cvs65
10236
10237         * src/imap.c
10238                 Various little fixes, mainly on error paths
10239
10240 2005-06-13 [colin]      1.9.11cvs64
10241
10242         * matcher.c
10243         * procmsg.c
10244         * procmsg.h
10245                 Add a way to fetch only headers. This speeds
10246                 up filtering on headers for IMAP. Fixes:
10247                 bug #481 extraneous imap commands slow down 
10248                         imap filtering
10249                 bug #522 Sylpheed downloads all messages 
10250                         when opening mailbox (IMAP)
10251                 bug #677 IMAP fetch is soooooooooooooo slow
10252         * src/folder.c
10253         * src/folder.h
10254                 Add a folder set_batch method so that
10255                 implementations can speed up flags changes
10256         * src/folderutils.c
10257         * src/summaryview.c
10258                 Use that in mark as (un)read and mark all read
10259                 Refix bug #679
10260         * src/imap.c
10261                 Implement set_batch - brings back deferred
10262                 flags in a less buggy manner. Fixes:
10263                 bug #729 IMAP immediate expunge of deleted messages
10264                 bug #191 remove list of messages with one command
10265                 Fix login with strange chars
10266                 Implement fetch_msg_full
10267                 Fix copy (wrong counts)
10268
10269 2005-06-12 [colin]      1.9.11cvs63
10270
10271         * src/folder.c
10272                 lock incorporation during long operations.
10273                 Avoids fucking up the IMAP socket.
10274
10275 2005-06-12 [colin]      1.9.11cvs62
10276
10277         * src/imap.c
10278                 Fix harmful typo
10279                 Factorize remove_all_msg
10280                 Thread-ize expunge
10281         * src/summaryview.c
10282                 Don't update partial-download status if unnecessary
10283         * src/folder.c
10284                 Use remove_msgs everywhere possible
10285
10286 2005-06-12 [colin]      1.9.11cvs61
10287
10288         * src/folder.c
10289         * src/folder.h
10290                 Add a remove_msgs function to remove a 
10291                 list of messages
10292         * src/imap.c
10293                 Implement that.
10294
10295 2005-06-12 [colin]      1.9.11cvs60
10296
10297         * src/imap.c
10298                 Remove flags-processing deferring... Too hard
10299                 to get it to work in all cases.
10300
10301 2005-06-11 [colin]      1.9.11cvs59
10302
10303         * src/imap.c
10304                 printf -> debug_print
10305
10306 2005-06-11 [colin]      1.9.11cvs58
10307
10308         * src/imap.c
10309                 o Fix build without USE_PTHREAD
10310                 o Factorize imap_open
10311                 o Alertpanel in case of impossible connection
10312                 o Alertpanel in case of impossible login
10313                 o Fix deferred flags processing to force a 
10314                   flush before adding some more flags to process,
10315                   but in another folder.
10316
10317 2005-06-10 [colin]      1.9.11cvs57
10318
10319         * src/imap.c
10320                 o Fix a format string error
10321                 o init ssl socket outside of the thread 
10322                   (it possibly invokes gtk calls)
10323         * src/procmime.c
10324                 o Put back the buffer to its necessary size
10325                 o Fix changing a file pointer without keeping
10326                   track of it (thanks Valgrind)
10327         * src/common/smtp.c
10328                 o Fix automatic STARTTLS if login should be done
10329                   and the server only allows it after starting TLS
10330         * src/gtk/gtkinputdialog.c
10331                 o Eat GDK_Return so that the combo popup doesn't 
10332                   appear when we press Enter to validate the combo
10333                   input dialog (as seen in the Open with... dialog)
10334
10335 2005-06-10 [colin]      1.9.11cvs56
10336
10337         * src/imap.c
10338                 o A bit less debug
10339                 o Fix a crash on deletion
10340                 o Threadize imap_select (it's called outside of 
10341                   threads)
10342                 o Defer treatment of DELETED flags
10343
10344
10345 2005-06-09 [colin]      1.9.11cvs55
10346
10347         * src/imap.c
10348                 Make sure we check imap_gtk_should_override(), which
10349                 potentially calls gtk stuff, before creating thread.
10350                 That way it should't be called via imap_get_session()
10351                 inside a thread.
10352
10353 2005-06-09 [colin]      1.9.11cvs54
10354
10355         * src/imap.c
10356                 o add a bit of status output
10357                 o remove some dead code
10358                 o threadize get_list_of_uids
10359                 o threadize imap_get_flags
10360                 o defer flag changing by 500ms so that they
10361                   can be batched
10362
10363
10364 2005-06-08 [colin]      1.9.11cvs53
10365
10366         * src/imap.c
10367                 Thread-ize imap_cmd_fetch
10368
10369 2005-06-08 [colin]      1.9.11cvs52
10370
10371         * src/main.c
10372                 Mmh, that broke POP3...
10373
10374 2005-06-08 [colin]      1.9.11cvs51
10375
10376         * src/main.c
10377                 Stabilize IMAP patch (thanks to Hoa)
10378
10379 2005-06-08 [colin]      1.9.11cvs50
10380
10381         * src/imap.c
10382                 Test patch to speed up imap. 
10383
10384 2005-06-08 [colin]      1.9.11cvs49
10385
10386         * src/imap_gtk.c
10387                 Warning fix
10388         * src/procmime.c
10389                 Apply patch from gentoo to use /usr/share/mime/globs if 
10390                 available, after un-breaking it
10391         * src/common/log.c
10392         * src/common/log.h
10393                 Use g_timeout for invoking hooks that possibly use gtk
10394                 calls. This should leave gtk calls in the main thread.
10395
10396 2005-06-08 [paul]       1.9.11cvs48
10397
10398         * src/codeconv.c
10399                 conv_get_outgoing_charset_str(): don't
10400                 use prefs_common setting
10401         * src/compose.c
10402         * src/compose.h
10403                 add /Options/Character encoding/... to
10404                 temporarily change the outgoing encoding
10405
10406         (belated sync with main)
10407
10408 2005-06-08 [paul]       1.9.11cvs47
10409
10410         * src/compose.c
10411                 correction to/completion of last
10412                 sync with main
10413
10414 2005-06-08 [paul]       1.9.11cvs46
10415
10416         sync with main:
10417         
10418         * src/codeconv.c
10419         * src/codeconv.h
10420                 always enabled Japanese auto-detection
10421                 if the first letters of locale string
10422                 is "ja"
10423         * src/compose.c
10424                 don't use "destroy" signal to destroy
10425                 Compose object (fix rare crashes on discard?)
10426         * src/mainwindow.c
10427         * src/messageview.c
10428         * src/prefs_send.c
10429                 added Hebrew encodings
10430         * src/sourcewindow.c
10431                 don't use "destroy" signal to destroy
10432                 objects
10433
10434 2005-06-07 [colin]      1.9.11cvs45
10435
10436         * src/summaryview.c
10437                 Add missing unlocks/locks
10438
10439 2005-06-07 [paul]       1.9.11cvs44
10440
10441         * src/summaryview.c
10442                 restore bug #749 fix
10443
10444 2005-06-06 [colin]      1.9.11cvs43
10445
10446         * src/summaryview.c
10447                 Fix selection bug when prefs_common.open_unread 
10448                 is FALSE
10449
10450 2005-06-06 [colin]      1.9.11cvs42
10451
10452         * src/common/md5.c
10453                 Fix a warning
10454         * src/summaryview.c
10455         * src/folderview.c
10456                 Factorize long operations beginning and end
10457                 (locking, freezing/thawing, cursor, ...)
10458                 Check selection->data member in selection-
10459                 related loops; this avoids dying an awful
10460                 death if the selection changes on us while
10461                 we're marking a whole IMAP folder unread, 
10462                 for example.
10463
10464 2005-06-06 [paul]       1.9.11cvs41
10465
10466         * src/textview.c
10467                 don't g_free() a static gchar buffer
10468
10469 2005-06-05 [colin]      1.9.11cvs40
10470
10471         * src/mainwindow.c
10472         * src/messageview.c
10473         * src/summaryview.c
10474                 Fix bug #749 (Show all headers should be
10475                 sticky as the GUI suggests)
10476
10477 2005-06-03 [paul]       1.9.11cvs39
10478
10479         * src/compose.c
10480                 don't allow editing of mail while sending.
10481                 patch by Colin
10482
10483 2005-06-03 [paul]       1.9.11cvs38
10484
10485         * src/folderview.c
10486                 add a freeze/thaw to speed up 'mark all read'
10487
10488 2005-06-03 [paul]       1.9.11cvs37
10489
10490         * src/prefs_message.c
10491                 reflect changes immediately
10492
10493 2005-06-02 [colin]      1.9.11cvs36
10494
10495         * po/POTFILES.in
10496                 Patch by Fabien Vantard.
10497
10498 2005-06-02 [colin]      1.9.11cvs35
10499
10500         * src/imap.c
10501                 Use a non-blocking imap_getline() if possible.
10502                 This should completely prevent the interface
10503                 from freezin on imap operations, although it
10504                 may do strange stuff in case of folder switching
10505                 while a big imap operation is taking place...
10506
10507                 In addition, fix a leak in the case thread
10508                 creation fails on connection.
10509
10510 2005-06-02 [colin]      1.9.11cvs34
10511
10512         * src/crash.c
10513         * src/prefs_common.h
10514                 Fix build (prefs_common_init() doesn't exist
10515                 anymore)
10516
10517 2005-06-02 [colin]      1.9.11cvs33
10518
10519         * src/prefs_account.c
10520                 Fix bug #245 (filtering rules broken when
10521                 renaming a remote account (imap4 or nntp)
10522
10523 2005-06-02 [colin]      1.9.11cvs32
10524
10525         * src/imap.c
10526                 Try to fix IMAP shortcomings: 
10527                 o Multithread imap_open()
10528                 o allow offline-mode overriding instead of
10529                   just returning NULL
10530         * src/imap_gtk.c
10531         * src/imap_gtk.h
10532                 Add a function to ask whether we want to
10533                 override offline-mode for 10 minutes (one-shot
10534                 asking was painful)
10535         * src/procheader.c
10536                 Fix segfault when imap parser isn't happy about
10537                 a missing {
10538
10539 2005-06-01 [colin]      1.9.11cvs31
10540
10541         * src/addrharvest.c
10542         * src/compose.c
10543         * src/mbox.c
10544         * src/mbox.h
10545         * src/mh.c
10546         * src/msgcache.c
10547         * src/send_message.c
10548         * src/setup.c
10549         * src/undo.c
10550         * src/common/hooks.c
10551         * src/common/prefs.c
10552         * src/common/template.c
10553         * src/common/utils.c
10554         * src/gtk/gtkutils.c
10555         * src/gtk/inputdialog.c
10556         * src/gtk/menu.c
10557         * src/gtk/pluginwindow.c
10558         * src/gtk/prefswindow.c
10559         * src/plugins/pgpmime/passphrase.c
10560         * src/plugins/pgpmime/prefs_gpg.c
10561                 More -Wall fixes
10562
10563         * src/common/Makefile.am
10564         * src/common/timing.h
10565                 Add basic timing code
10566
10567         * src/summaryview.c
10568                 Fix a bug with unread messages when 
10569                 re-sorting folders, and by the way
10570                 fix a big performance hit when 
10571                 re-sorting (10k mails: before 5s,
10572                 after .5s)
10573
10574         * src/prefs_compose_writing.c
10575         * src/prefs_compose_writing.h
10576         * src/prefs_message.c
10577         * src/prefs_message.h
10578         * src/prefs_other.c
10579         * src/prefs_other.h
10580         * src/prefs_quote.c
10581         * src/prefs_quote.h
10582         * src/prefs_receive.c
10583         * src/prefs_receive.h
10584         * src/prefs_send.c
10585         * src/prefs_send.h
10586         * src/prefs_summaries.c
10587         * src/prefs_summaries.h
10588                 Fix copyright banner
10589
10590 2005-06-01 [paul]       1.9.11cvs30
10591
10592         * po/fi.po
10593                 updated by Flammie Pirinen
10594         * src/procmime.c
10595                 fix 'Bad BASE64 content' output
10596
10597 2005-05-31 [colin]      1.9.11cvs29
10598
10599         * src/procmime.c
10600                 Oops, where did my hunk go.
10601
10602 2005-05-31 [colin]      1.9.11cvs28
10603
10604         * src/Makefile.am
10605         * src/account.c
10606         * src/action.c
10607         * src/addr_compl.c
10608         * src/addressbook.c
10609         * src/codeconv.c
10610         * src/compose.c
10611         * src/export.c
10612         * src/folder.c
10613         * src/folderview.c
10614         * src/image_viewer.c
10615         * src/main.c
10616         * src/mainwindow.c
10617         * src/messageview.c
10618         * src/mimeview.c
10619         * src/msgcache.c
10620         * src/prefs_account.c
10621         * src/prefs_actions.c
10622         * src/prefs_common.c
10623         * src/prefs_compose_writing.c
10624         * src/prefs_customheader.c
10625         * src/prefs_ext_prog.c
10626         * src/prefs_filtering.c
10627         * src/prefs_filtering_action.c
10628         * src/prefs_fonts.c
10629         * src/prefs_image_viewer.c
10630         * src/prefs_message.c
10631         * src/prefs_message.h
10632         * src/prefs_msg_colors.c
10633         * src/prefs_other.c
10634         * src/prefs_other.h
10635         * src/prefs_quote.c
10636         * src/prefs_receive.c
10637         * src/prefs_receive.h
10638         * src/prefs_send.c
10639         * src/prefs_send.h
10640         * src/prefs_spelling.c
10641         * src/prefs_summaries.c
10642         * src/prefs_summary_column.c
10643         * src/prefs_template.c
10644         * src/prefs_themes.c
10645         * src/prefs_toolbar.c
10646         * src/prefs_wrapping.c
10647         * src/procmime.c
10648         * src/procmsg.c
10649         * src/send_message.h
10650         * src/ssl_manager.c
10651         * src/summary_search.c
10652         * src/summaryview.c
10653         * src/textview.c
10654         * src/wizard.c
10655         * src/common/smtp.c
10656         * src/common/smtp.h
10657         * src/gtk/gtkutils.h
10658                 o Move the rest of Common prefs to new style
10659                 o Lots of -Wall warning fixes
10660                 o fix FIXME in cache memusage calculation
10661                 o Let return receipts be sent from any account
10662                 o Little cache optimisation (read)
10663                 o Fix bug #746 (don't treat commas as separators
10664                   when inside a quoted string)
10665
10666 2005-05-31 [paul]       1.9.11cvs27
10667
10668         * src/prefs_common.c
10669                 fix 'off-by-one' typo
10670
10671 2005-05-31 [paul]       1.9.11cvs26
10672
10673         * src/account.c
10674         * src/addr_compl.c
10675         * src/compose.c
10676         * src/foldersel.c
10677         * src/prefs_actions.c
10678         * src/prefs_common.c
10679         * src/prefs_common.h
10680         * src/prefs_customheader.c
10681         * src/prefs_display_header.c
10682         * src/prefs_filtering.c
10683         * src/prefs_filtering_action.c
10684         * src/prefs_matcher.c
10685         * src/prefs_summaries.c
10686         * src/prefs_summary_column.c
10687         * src/prefs_template.c
10688         * src/prefs_toolbar.c
10689         * src/ssl_manager.c
10690         * src/gtk/pluginwindow.c
10691         * src/gtk/prefswindow.c
10692         * src/gtk/progressdialog.c
10693                 add hidden prefs 'enable_rules_hint'
10694                 for gtk_tree_view_set_rules_hint()
10695                 (sync with main)
10696                 
10697
10698 2005-05-31 [colin]      1.9.11cvs25
10699
10700         * src/Makefile.am
10701         * src/main.c
10702         * src/prefs_common.c
10703         * src/prefs_summaries.c ** ADDED **
10704         * src/prefs_summaries.h ** ADDED **
10705                 Common/Display -> Display/Summaries
10706
10707 2005-05-31 [colin]      1.9.11cvs24
10708
10709         * src/Makefile.am
10710         * src/main.c
10711         * src/prefs_quote.c ** ADDED **
10712         * src/prefs_quote.h ** ADDED **
10713                 Move Common/Quote to Compose/Quoting
10714         * src/prefs_common.c
10715         * src/prefs_common.h
10716                 Remove old quote stuff, add
10717                 convenience functions for GtkTextView prefs
10718         * src/gtk/prefswindow.c
10719                 Set default height higher
10720
10721 2005-05-30 [colin]      1.9.11cvs23
10722
10723         * src/Makefile.am
10724         * src/main.c
10725         * src/prefs_common.c
10726         * src/prefs_compose_writing.c ** ADDED **
10727         * src/prefs_compose_writing.h ** ADDED **
10728                 Move Common/Compose prefs to Compose/Writing
10729
10730 2005-05-30 [colin]      1.9.11cvs22
10731
10732         * src/common/utils.c
10733                 Fix bug #651 (Confused Attract by Subject)
10734                 Patch by M. Benkmann <haferfrost@web.de>
10735         * AUTHORS
10736
10737 2005-05-30 [colin]      1.9.11cvs21
10738
10739         * src/compose.c
10740                 Fix concatenation of different headers of
10741                 the same type (bug #645)
10742         * src/prefs_folder_item.c
10743                 Fix bug #699 (setting color to black doesn't
10744                 work immediately)
10745         * src/procmime.c
10746                 Print out decoding error only once per
10747                 block
10748
10749 2005-05-30 [paul]       1.9.11cvs20
10750
10751         * src/common/template.c
10752                 fix Bcc
10753
10754 2005-05-30 [paul]       1.9.11cvs19
10755
10756         * doc/src/rfc2368.txt   **NEW FILE**
10757         * src/compose.c
10758                 compose_entries_set(): don't interpret Bcc
10759                 header field (conform to RFC 2368)
10760                 (sync with main)
10761
10762 2005-05-29 [colin]      1.9.11cvs18
10763
10764         * src/prefs_common.c
10765                 Let the default reply format respect
10766                 netiquette by cutting the signature.
10767
10768 2005-05-29 [colin]      1.9.11cvs17
10769
10770         * src/summaryview.c
10771                 Don't let always_show_msg override
10772                 open_unread_on_enter when opening a new
10773                 directory.
10774
10775 2005-05-27 [paul]       1.9.11cvs16
10776
10777         sync with main:
10778
10779         * src/main.c
10780                 app_will_exit(): cleanup tmp directory when exit
10781         * src/message_search.c
10782                 improved the interface and made code cleanup.
10783                 removed Clear button
10784         * src/send_message.c
10785                 send_message_local(): use GSpawn, and detect errors
10786         * src/summary_search.c
10787                 improved the interface and made code cleanup
10788         * src/textview.c
10789                 textview_write_link(): also skip non-ascii space
10790                  at the head of link strings (phishing check
10791                  didn't work at the case)
10792         * src/common/utils.c
10793                 get_command_output(): use g_spawn_command_line_sync()
10794                 instead of popen()
10795
10796 2005-05-26 [colin]      1.9.11cvs15
10797
10798         * src/folder.c
10799                 remove printf
10800
10801 2005-05-26 [colin]      1.9.11cvs14
10802
10803         * src/common/nntp.c
10804                 Fix nntp mode reader (bug #611)
10805                 Patch by Florian Mickler <florian@mickler.org>
10806
10807 2005-05-26 [colin]      1.9.11cvs13
10808
10809         * src/plugins/pgpmime/passphrase.c
10810                 Fix mouse grabbing (bug #557)
10811
10812 2005-05-26 [colin]      1.9.11cvs12
10813
10814         * src/prefs_themes.c
10815                 Fix g_warning (bug #541)
10816
10817 2005-05-26 [colin]      1.9.11cvs11
10818
10819         * src/prefs_actions.c
10820         * src/prefs_template.c
10821                 Fix bug #506 (no warning if action/template
10822                 is not saved)
10823         * src/common/template.c
10824                 Fix a possible crash
10825
10826 2005-05-26 [colin]      1.9.11cvs10
10827
10828         * src/folder.c
10829         * src/folderview.c
10830         * src/procmsg.c
10831         * src/summaryview.c
10832                 Forbid locked messages to be moved or
10833                 deleted. Locked messages in trashes 
10834                 still get deleted, for performance
10835                 reason (mh.c::mh_remove_all_msgs)
10836
10837 2005-05-25 [colin]      1.9.11cvs9
10838
10839         * src/procmime.c
10840                 Use correct encoding when sending mails
10841                 with attachments that have accentued 
10842                 chars in their name
10843
10844 2005-05-24 [colin]      1.9.11cvs8
10845
10846         * src/summaryview.c
10847                 Fix bug #688 f) read/unread marker not
10848                 changed on first click
10849                 Also, optimize summary_status_show()
10850                 calls
10851         * src/folder.c
10852         * src/inc.c
10853         * src/procmime.c
10854                 Fix bug #688 b) and c) wrt message
10855                 attachments and signature
10856         * src/stock_pixmap.c
10857         * src/stock_pixmap.h
10858         * src/stock_pixmap.c
10859         * src/stock_pixmap.h
10860         * src/Makefile.am
10861         * src/pixmaps/clip_gpg_signed.xpm
10862                 Add clip/signed icon
10863
10864 2005-05-24 [colin]      1.9.11cvs7
10865
10866         * src/folder_item_prefs.c
10867                 whitespace fix
10868
10869 2005-05-24 [colin]      1.9.11cvs6
10870
10871         * src/folderview.c
10872         * src/prefs_common.c
10873         * src/prefs_common.h
10874                 Add a confirmation to folder drag and drop
10875                 fixes bug #156
10876         * src/alertpanel.c
10877         * src/alertpanel.h
10878                 fix _with_disable parameters so that
10879                 the buttons labels are specifiable too
10880         * src/plugins/pgpmime/sgpgme.c
10881                 reflect said change
10882                 
10883
10884 2005-05-24 [colin]      1.9.11cvs5
10885
10886         * src/folderview.c
10887                 Uncollapse/collapse folders on double-click
10888                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
10889                 closes bug #108
10890
10891 2005-05-23 [colin]      1.9.11cvs4
10892
10893         * src/common/socket.c
10894                 Check another special SSL_peek() error.
10895                 Should help wrt bug #728
10896
10897 2005-05-23 [colin]      1.9.11cvs3
10898
10899         * src/plugins/pgpmime/pgpmime.c
10900                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
10901                 breaking menu accelerators and stuff. Users will have to
10902                 reselect "PGP MIME" instead of "PGP/MIME" in their 
10903                 account's privacy preferences if needed.
10904
10905 2005-05-22 [paul]
10906
10907         * tools/kdeservicemenu/install.sh
10908                 use kdesu to prompt for root password if doing
10909                 global install/uninstall
10910
10911 2005-05-20 [colin]      1.9.11cvs2
10912
10913         * src/procmsg.c
10914                 Fix another compilation error with gcc-2.9x
10915                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
10916         * src/send_message.c
10917                 Don't send QUIT if we aren't connected
10918
10919 2005-05-19 [colin]      1.9.11cvs1
10920
10921         * src/procmsg.c
10922                 Fix compilation with gcc 2.9x
10923
10924 2005-05-19 [paul]       1.9.11
10925
10926         1.9.11 released
10927
10928 2005-05-19 [paul]       1.9.9cvs14
10929
10930         * src/gtk/inputdialog.c
10931                 prevent gettext warning
10932
10933 2005-05-19 [paul]       1.9.9cvs13
10934
10935         * src/mainwindow.c
10936         * src/prefs_common.c
10937         * src/prefs_common.h
10938         * src/textview.c
10939         * src/textview.h
10940                 add an option to toggle cursor in message
10941                 view (sync with main)
10942
10943 2005-05-18 [colin]      1.9.9cvs12
10944
10945         * src/compose.c
10946                 Dereference freed pointer
10947         * src/gtk/gtkaspell.c
10948                 Fix duplication of dictionaries (is it an aspell issue?)
10949
10950 2005-05-18 [colin]      1.9.9cvs11
10951
10952         * src/gtk/inputdialog.c
10953         * src/gtk/gtkaspell.c
10954                 HIGuify dialogs
10955         * src/alertpanel.c
10956                 Remove a double call
10957
10958 2005-05-17 [colin]      1.9.9cvs10
10959
10960         * src/gtk/gtkaspell.c
10961                 Fix dialogs, Ctrl-Enter accel
10962
10963 2005-05-17 [colin]      1.9.9cvs9
10964
10965         * src/gtk/gtkaspell.c
10966                 Fix some accelerators, escape in replace-window
10967
10968 2005-05-16 [colin]      1.9.9cvs8
10969
10970         * src/gtk/gtkaspell.c
10971                 Revert last commit, it was a mistake.
10972
10973 2005-05-16 [colin]      1.9.9cvs7
10974
10975         * src/gtk/gtkaspell.c
10976                 Remove buggy code while we're at it. It's a 
10977                 dead code path anyway.
10978
10979 2005-05-16 [colin]      1.9.9cvs6
10980
10981         * src/gtk/gtkaspell.c
10982                 Missed some gtk_menu_popup where deactivate
10983                 signal should be handled. Should fix bug
10984                 #629 a bit more.
10985
10986 2005-05-16 [colin]      1.9.9cvs5
10987
10988         * src/gtk/gtkaspell.c
10989                 Remove debug printf()s
10990
10991 2005-05-16 [colin]      1.9.9cvs4
10992
10993         * src/gtk/gtkaspell.c
10994                 Fix a bit aspell problems
10995                 (see bug #629)
10996
10997 2005-05-13 [colin]      1.9.9cvs3
10998
10999         * src/folderview.c
11000                 Fix the + appearing even when no subfolders
11001                 have unread messages. Thanks to wwp for the
11002                 bug report.
11003
11004 2005-05-11 [paul]       1.9.9cvs2
11005
11006         * src/folderview.c
11007                 correction to 1.9.9cvs1, only colour folders that
11008                 have new msgs (not unread msgs)
11009
11010 2005-05-10 [colin]      1.9.9cvs1
11011
11012         * src/folderview.c
11013         * src/summaryview.c
11014                 Try to fix bolding bugs again.
11015
11016 2005-05-09 [paul]
11017
11018         * tools/claws.i18n.status.pl
11019                 add Ricardo Mones Lastra's script that has been providing
11020                 the i18n status page for many months
11021
11022 2005-05-09 [paul]       1.9.9
11023
11024         1.9.9 release
11025
11026 2005-05-09 [paul]       1.9.6cvs58
11027
11028         * AUTHORS
11029         * INSTALL
11030         * README.claws
11031                 updated
11032         * Makefile.am 
11033         * RELEASE_NOTES.claws
11034                 add release notes to cvs to simplify release
11035                 procedure
11036         * configure.ac
11037                 add ca and fi to ALL_LINGUAS
11038         * po/Makefile.in.in
11039                 workaround for missing Makevars
11040         * po/ca.po
11041         * po/fi.po
11042                 add new Catalan and Finnish translations
11043                 submitted by Miquel Oliete and Flammie Pirinen
11044         * po/de.po
11045         * po/es.po
11046         * po/fr.po
11047         * po/it.po
11048         * po/pl.po
11049         * po/ru.po
11050         * po/sk.po
11051         * po/sr.po
11052         * po/zh_CN.po
11053                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
11054                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
11055                 Urke MMI, and Hansom Young
11056         * src/main.c
11057                 Fix drafting when quitting. compose_draft() closes the
11058                 compose windows, which modifies the compose_list GSList.
11059                 We have to refresh this list after echo drafting to avoid a
11060                 segfault
11061         * src/partial_download.c
11062                 fix segfault on exit
11063
11064 2005-05-06 [paul]       1.9.6cvs57
11065
11066         * src/grouplistdialog.c
11067                 quick fix/workaround for unresizeable newsgroup
11068                 name column 
11069
11070 2005-05-06 [paul]       1.9.6cvs56
11071
11072         * src/inc.c
11073         * src/mainwindow.c
11074                 use gettext plural forms
11075         * src/imap_gtk.c
11076         * src/mh_gtk.c
11077         * src/toolbar.c
11078                 small improvement to english usage
11079
11080 2005-05-05 [thorsten]   1.9.6cvs55
11081
11082         * src/folder.c
11083                 fix possible crash
11084
11085 2005-05-05 [paul]       1.9.6cvs54
11086         
11087         sync with HEAD
11088
11089         * AUTHORS
11090         * src/compose.c
11091                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
11092                 patch by Tim Mann
11093
11094 2005-05-05 [paul]       1.9.6cvs53
11095
11096         * src/mainwindow.c
11097                 fix resizing of separate message and
11098                 folder views
11099
11100 2005-05-05 [paul]       1.9.6cvs52
11101
11102         * src/account.c
11103         * src/addrgather.c
11104         * src/browseldap.c
11105         * src/exphtmldlg.c
11106         * src/expldifdlg.c
11107         * src/importmutt.c
11108         * src/importpine.c
11109         * src/main.c
11110         * src/mainwindow.c
11111         * src/noticeview.c
11112         * src/prefs_filtering.c
11113         * src/prefs_filtering_action.c
11114         * src/prefs_matcher.c
11115         * src/prefs_spelling.c
11116         * src/prefs_toolbar.c
11117         * src/toolbar.c
11118         * src/wizard.c
11119         * src/gtk/description_window.c
11120         * src/gtk/gtkvscrollbutton.c
11121         * src/gtk/progressdialog.c
11122         * src/gtk/quicksearch.c
11123         * src/plugins/pgpmime/prefs_gpg.c
11124         * src/plugins/spamassassin/spamassassin_gtk.c
11125                 replace deprecated gtk_widget_set_usize
11126
11127 2005-05-04 [colin]      1.9.6cvs51
11128
11129         * src/common/utils.c
11130                 Fix crash when subst_for_filename is called
11131                 with a NULL parameter
11132
11133 2005-05-04 [colin]      1.9.6cvs50
11134
11135         * src/partial_download.c
11136         * src/pop.c
11137                 Escape login when writing uidl file
11138                 fixes bug #736
11139
11140 2005-05-03 [colin]      1.9.6cvs49
11141
11142         * src/procmime.c
11143                 Fix possible DOS in mime parser
11144                 (see bug #634)
11145
11146 2005-05-02 [colin]      1.9.6cvs48
11147
11148         * src/compose.c
11149                 Try to fix the copy/paste mess once again.
11150
11151
11152 2005-04-30 [colin]      1.9.6cvs47
11153
11154         * src/prefs_account.h
11155         * src/procmsg.c
11156         * src/send_message.c
11157         * src/common/smtp.c
11158         * src/common/smtp.h
11159                 Try to batch sending mails (per account) instead of
11160                 reconnecting to server every time.
11161
11162 2005-04-29 [colin]      1.9.6cvs46
11163
11164         * src/messageview.c
11165                 Fix window resizing that refused to size down
11166         * src/prefs_common.c
11167         * src/prefs_common.h
11168         * src/prefs_filtering.c
11169                 Save Filtering's window size
11170
11171 2005-04-21 [paul]       1.9.6cvs45
11172
11173         * ChangeLog-gtk2.claws
11174         * src/setup.c
11175                 correction to sync
11176
11177 2005-04-21 [paul]       1.9.6cvs44
11178
11179         sync with main:
11180
11181         * src/setup.c
11182         * src/statusbar.c
11183         * src/statusbar.h
11184                 use gtkut_widget_draw_now(). Improved performance
11185                 of the update of statusbar
11186         * src/textview.c
11187                 textview_smooth_scroll_do(): redraw it after scroll
11188                 is done (fixed incorrect display when a part of the
11189                 view is hidden).
11190         * src/gtk/gtkutils.c
11191         * src/gtk/gtkutils.h
11192                 gtkut_widget_draw_now(): use gdk_window_process_updates()
11193                 to force update of widgets.
11194                 Removed gtkut_widget_wait_for_draw() which had a big
11195                 overhead  because of waiting for all events processed 
11196
11197 2005-04-20 [paul]       1.9.6cvs43
11198
11199         * src/codeconv.c
11200                 complete 1.9.6cvs42's sync:
11201                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
11202
11203 2005-04-19 [paul]       1.9.6cvs42
11204
11205         sync with main:
11206
11207         * src/action.c
11208                 catch_output(): correctly select the insert text
11209                 (fix invalid iterator warnings).
11210         * src/codeconv.c
11211         * src/codeconv.h
11212         * src/mainwindow.c
11213         * src/messageview.c
11214         * src/prefs_common.c
11215                 support GBK encoding.
11216         * src/common/session.c
11217         * src/common/session.h
11218                 use separate buffer for large data to be sent,
11219                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
11220
11221 2005-04-18 [paul]       1.9.6cvs41
11222
11223         * src/jpilot.c
11224                 convert unsigned long into guint32
11225                 patch by Paul LeoNerd Evans 
11226
11227 2005-04-17 [colin]      1.9.6cvs40
11228
11229         * src/compose.c
11230                 Fix 'Request return receipt' from folder
11231                 properties (bug #708)
11232
11233 2005-04-17 [colin]      1.9.6cvs39
11234
11235         * src/mainwindow.c
11236                 Fix duplicate hotkeys in Mainwindow's menu
11237
11238 2005-04-17 [colin]      1.9.6cvs38
11239
11240         * src/folderview.c
11241                 Fix duplicate hotkeys in Folderview's contextual
11242                 menu
11243
11244 2005-04-15 [colin]      1.9.6cvs37
11245
11246         * src/summaryview.c
11247                 Fix 'Save as...' with non-ascii filenames
11248
11249 2005-04-15 [colin]      1.9.6cvs36
11250
11251         * src/plugins/pgpmime/pgpmime.c
11252                 Fix bus error on 64bit. Spotted by 
11253                 macallan1888@gmail.com
11254
11255 2005-04-15 [colin]      1.9.6cvs35
11256
11257         * src/prefs_account.c
11258                 Fix cvs34.
11259
11260 2005-04-12 [colin]      1.9.6cvs34
11261
11262         * src/prefs_account.c
11263                 Fix smtp auth type off-by-one. We forgot to
11264                 add PLAIN in the prefs-to-gui setter func and
11265                 as a result, the selected auth when opening
11266                 account prefs was not the correct one.
11267
11268 2005-04-12 [paul]       1.9.6cvs33
11269
11270         * src/inc.c
11271                 if the recv dialog is visible, Cancel only
11272                 cancels the current account
11273
11274
11275 2005-04-10 [colin]      1.9.6cvs32
11276
11277         * src/filtering.c
11278                 Copy score when copying FilteringActions
11279                 Fix bug #674
11280
11281 2005-04-10 [colin]      1.9.6cvs31
11282
11283         * src/inc.c
11284                 Make Message -> Receive -> Cancel cancel 
11285                 incorporation on all accounts. Fixes
11286                 bug #693
11287
11288 2005-04-10 [colin]      1.9.6cvs30
11289
11290         * src/prefs_account.c
11291                 Update Privacy checkbuttons status based
11292                 on the selected privacy system
11293         * src/compose.c
11294                 Always connect the "None" privacy system; the
11295                 static boolean was probably there to avoid
11296                 reconnecting twice in the same compose window,
11297                 but as the parent function is only called once
11298                 per compose, it's only a bug - as a static is
11299                 initialized once per application instance.
11300                 Also, don't uncheck Sign and Encrypt when
11301                 selecting None as privacy system; just ignore
11302                 them when sending/queuing.
11303                 Should fix bug #695
11304
11305 2005-04-08 [colin]      1.9.6cvs29
11306
11307         * src/account.c
11308         * src/prefs_account.c
11309         * src/prefs_account.h
11310                 Add account preference to queue message in a certain
11311                 folder.
11312
11313 2005-04-06 [colin]      1.9.6cvs28
11314
11315         * src/prefs_account.c
11316                 Update old inbox path syntax
11317
11318 2005-04-06 [paul]       1.9.6cvs27
11319
11320         sync with main:
11321
11322         * configure.ac
11323                 changed -traditional-cpp to -no-cpp-precomp for newer
11324                 Mac OS X support
11325         * src/foldersel.c
11326                 made column resize automatically
11327         * src/send_message.c
11328                 send_message_smtp(): consider EOF right after QUIT
11329                 successful (workaround for Gmail SMTP server)
11330         * src/common/socket.c
11331                 ssl_read(), ssl_peek(): check EOF which violates the
11332                 SSL protocol
11333         * src/gtk/colorlabel.c
11334                 removed warnings when displaying colorlabel menu
11335                 (don't use GtkAlignment)
11336
11337 2005-04-05 [paul]       1.9.6cvs26
11338
11339         * src/plugins/trayicon/trayicon.c
11340                 fix clipping of icon under KDE3 
11341
11342 2005-04-05 [paul]       1.9.6cvs25
11343
11344         * src/summaryview.c
11345                 hide display of threading
11346                 patch by Alfons
11347
11348 2005-04-04 [thorsten]   1.9.6cvs24
11349
11350         * src/mh.c
11351                 marks lost on filesystems with different stat() results on
11352                 summer-/wintertime
11353
11354 2005-04-03 [colin]      1.9.6cvs23
11355
11356         * src/summaryview.c
11357                 Don't handle up/down. Patch by Alfons
11358
11359 2005-04-02 [colin]      1.9.6cvs22
11360
11361         * src/summaryview.c
11362                 Make scrolling faster. Patch by Alfons.
11363
11364 2005-04-01 [colin]      1.9.6cvs21
11365
11366         * src/Makefile.am
11367         * src/stock_pixmap.c
11368         * src/pixmaps/dir-noselect.xpm ** REMOVED **
11369         * src/pixmaps/dir_noselect.xpm ** ADDED **
11370                 Fix pixmap name mismatch (Thanks Stephan Sachse)
11371
11372 2005-04-01 [colin]      1.9.6cvs20
11373
11374         * src/image_viewer.c
11375         * src/image_viewer.h
11376         * src/procmime.c
11377         * src/procmime.h
11378         * src/textview.c
11379         * src/textview.h
11380                 Implement inline image resizing and right-clicking
11381
11382 2005-04-01 [paul]       1.9.6cvs19
11383
11384         * AUTHORS
11385         * Makefile.am
11386         * configure.ac
11387                 check for gnome2
11388                 patch by Luca Cavalli <loopback<AT>slackit.org>
11389         * po/ru.po
11390                 updated by Pavlo Bohmat
11391
11392 2005-03-31 [colin]      1.9.6cvs18
11393
11394         * src/news.c
11395                 Fix parsing references
11396         * src/msgcache.c
11397                 don't put nulls in the references list
11398         * src/procheader.c
11399                 commit that forgotten file in 1.9.6cvs14
11400
11401 2005-03-31 [colin]      1.9.6cvs17
11402
11403         * src/compose.c
11404                 Fix joining of signature separator again. 
11405                 Maybe Hiro could put it in main too...
11406
11407 2005-03-31 [colin]      1.9.6cvs16
11408
11409         * src/Makefile.am
11410         * src/foldersel.c
11411         * src/stock_pixmap.c
11412         * src/stock_pixmap.h
11413         * src/pixmaps/dir-noselect.xpm
11414                 Update foldersel.c (sync from main, patch by Alfons)
11415
11416 2005-03-30 [colin]      1.9.6cvs15
11417
11418         * src/imap.c
11419                 Fix handling of imap folders containing [] in 
11420                 their name. Thanks to Nahuel Angelinetti for
11421                 the detailed bugreport.
11422
11423 2005-03-30 [colin]      1.9.6cvs14
11424
11425         * src/common/utils.h
11426         * src/common/utils.c
11427         * src/common/defs.h
11428         * src/matcher.c
11429         * src/msgcache.c
11430         * src/news.c
11431         * src/procmsg.c
11432         * src/procmsg.h
11433         * src/quote_fmt_parse.y
11434         * src/summaryview.c
11435                 Update references system. Patch by Alfons
11436
11437 2005-03-30 [colin]      1.9.6cvs13
11438
11439         * src/common/socket.c
11440                 Force the glibc to read resolv.conf again when 
11441                 it has changed. Should fix issues when changing
11442                 networks on a laptop and not restarting sylpheed. 
11443
11444 2005-03-30 [paul]       1.9.6cvs12
11445
11446         partial sync with main:
11447
11448         * src/action.c
11449                 create_io_dialog(): use user-defined text font
11450                 (thanks to Alfons), and modified its appearance.
11451         * src/addrgather.c
11452         * src/addrharvest.c
11453         * src/browseldap.c
11454                 replace old code
11455         * src/compose.c
11456                 don't join (presumably) itemized lines on line-wrapping
11457                 fixed wrapping of quote when auto-wrapping is enabled
11458                 compose_destroy(): destroy paned only if it's not
11459                 attached to window. Fixed memory leak of popup menu.
11460         * src/exphtmldlg.c
11461         * src/expldifdlg.c
11462                 replace old code
11463         * src/html.c
11464         * src/html.h
11465         * src/importmutt.c
11466         * src/importpine.c
11467                 replace old code
11468         * src/main.c
11469                 removed redundant code
11470         * src/mainwindow.c
11471                 changed 'Code set' (which is rather incorrect)
11472                 in the menu to 'Character encoding'
11473                 main_window_set_widgets(): request size first
11474                 to prevent window size becoming wrong
11475                 fixed remembering of the state of the visibility
11476                 of MessageView
11477         * src/messageview.c
11478                 changed 'Code set' (which is rather incorrect)
11479                 in the menu to 'Character encoding'
11480         * src/prefs_common.c
11481         * src/prefs_common.h
11482                 added an option whether to render HTML as text or not
11483                 added separators to outgoing encoding menu
11484         * src/procheader.c
11485                 procheader_scan_date_string(): support header
11486                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
11487         * src/summaryview.c
11488         * src/summaryview.h
11489                 minor code cleanup
11490         * src/textview.c
11491                 textview_show_html(): force output of newline
11492                 added an option whether to render HTML as text or not
11493         * src/common/utils.c
11494                 strncpy2(): optimized based on Alfons' code
11495         * src/gtk/gtkutils.c
11496         * src/gtk/gtkutils.h
11497                 removed non-used code
11498         * src/plugins/pgpmime/passphrase.c
11499                 partially fixed grab input of passphrase dialog
11500                 Confine pointer to window
11501
11502 2005-03-30 [colin]      1.9.6cvs11
11503
11504         * src/msgcache.c
11505         * src/msgcache.h
11506                 Read/write 32bit ints from cache & marks
11507                 From main.
11508
11509 2005-03-29 [paul]       1.9.6cvs10
11510
11511         * AUTHORS
11512         * ChangeLog.claws
11513         * src/compose.c
11514         * src/gtk/gtkaspell.c
11515                 sync with HEAD (don't pass NULL pointers) 
11516
11517 2005-03-24 [paul]
11518
11519         * tools/Makefile.am
11520         * tools/README
11521         * tools/acroread2sylpheed.pl
11522                 sync with HEAD (add script to send pdfs as
11523                 attachments from Adobe Reader 7)
11524
11525 2005-03-21 [paul]       1.9.6cvs9
11526
11527         * configure.ac
11528         * po/POTFILES.in
11529         * src/Makefile.am
11530         * src/crash.c
11531         * src/image_viewer.c ** ADDED **
11532         * src/image_viewer.h ** ADDED **
11533         * src/main.c
11534         * src/prefs_common.c
11535         * src/prefs_common.h
11536         * src/prefs_image_viewer.c ** ADDED **
11537         * src/prefs_image_viewer.h ** ADDED **
11538         * src/textview.c
11539         * src/gtk/about.c
11540         * src/pixmaps/sylpheed_logo.xpm
11541         * src/plugins/Makefile.am
11542         * src/plugins/image_viewer/.cvsignore ** REMOVED **
11543         * src/plugins/image_viewer/Makefile.am ** REMOVED **
11544         * src/plugins/image_viewer/plugin.c ** REMOVED **
11545         * src/plugins/image_viewer/viewer.c ** REMOVED **
11546         * src/plugins/image_viewer/viewer.glade ** REMOVED **
11547         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
11548         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
11549         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
11550         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
11551                 as gdk-pixbuf is now built-in
11552                 remove image_viewer plugin and put code back into
11553                 main codebase
11554                 implement inline image display (sync with main)
11555
11556                 replace logo with newer, nicer, larger version  
11557
11558 2005-03-21 [paul]       1.9.6cvs8
11559
11560         * src/gtk/about.c
11561                 cosmetic improvement
11562
11563 2005-03-21 [holger]     1.9.6cvs7
11564
11565         * src/plugins/spamassassin/spamassassin.c
11566                 Sync with HEAD
11567                 (unregister hook on failed plugin init)
11568
11569 2005-03-20 [colin]      1.9.6cvs6
11570
11571         * src/common/plugin.c
11572                 Check that plugin isn't already loaded
11573                 Patch by Alfons
11574
11575 2005-03-20 [thorsten]   1.9.6cvs5
11576
11577         * src/compose.c
11578                 use a more compatible syntax
11579
11580 2005-03-20 [thorsten]   1.9.6cvs4
11581
11582         * src/prefs_toolbar.c
11583                 fix crash when selecting toolbar item (uninitialized pointer)
11584
11585 2005-03-20 [thorsten]   1.9.6cvs3
11586
11587         * src/procmime.c
11588                 fix mimetype detection (referenced free()d string)
11589
11590 2005-03-20 [paul]       1.9.6cvs2
11591
11592         * src/compose.c
11593                 sync with HEAD (1.0.3cvs5)
11594                 neglect Reply-To header if empty
11595                 Patch by Alfons 
11596
11597 2005-03-19 [holger]     1.9.6cvs1
11598
11599         * src/summaryview.c
11600         * src/summaryview.h
11601                 Sync with HEAD
11602
11603 2005-03-18 [paul]       1.9.6
11604
11605         initial GTK2 release
11606
11607 2005-03-18 [paul]       1.0.3cvs3.1
11608
11609         * AUTHORS
11610         * ChangeLog.claws
11611         * configure.ac
11612         * src/gtk/about.c
11613         * src/pixmaps/sylpheed_logo.xpm
11614                 sync with HEAD
11615
11616 2005-03-18 [colin]      1.0.3cvs2.6
11617
11618         * src/summaryview.c
11619                 Remove call to summary_step in summary_copy_selected_to
11620                 Can't see its purpose, and this causes bug when copying
11621                 a message if the next one is unread: it reads it.
11622
11623 2005-03-18 [paul]       1.0.3cvs2.5
11624
11625         * src/foldersel.c
11626                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
11627
11628 2005-03-18 [paul]       1.0.3cvs2.4
11629
11630         * src/addrharvest.c
11631         * src/codeconv.c
11632         * src/codeconv.h
11633         * src/compose.c
11634         * src/news.c
11635         * src/procheader.c
11636         * src/procmime.c
11637         * src/unmime.c
11638         * src/unmime.h
11639                 fix buffer overflow, CAN-2005-0667, see
11640                 http://secunia.com/advisories/14491/
11641                 Patch by Alfons
11642
11643 2005-03-17 [colin]      1.0.3cvs2.3
11644
11645         * src/prefs_fonts.c
11646         * src/summaryview.c
11647                 Fix font bugs (both lists now officialy share 
11648                 the same font)
11649                 
11650
11651 2005-03-17 [paul]       1.0.3cvs2.2
11652
11653         * src/gtk/pluginwindow.c
11654                 make plugin descriptions uneditable
11655
11656 2005-03-11 [paul]       1.0.3cvs2.1
11657
11658         * ChangeLog.claws
11659         * configure.ac
11660         * po/POTFILES.in
11661         * src/plugins/trayicon/trayicon.c
11662                 sync with HEAD
11663                 add src/wizard.c to POTFILES.in
11664
11665 2005-03-11 [paul]       1.0.3cvs1.1
11666
11667         * ChangeLog
11668         * ChangeLog.claws
11669         * configure.ac
11670         * po/de.po
11671         * po/es.po
11672         * po/fr.po
11673         * po/it.po
11674         * po/pt_BR.po
11675         * po/ru.po
11676         * po/sk.po
11677         * po/sr.po
11678         * po/zh_CN.po
11679                 sync with HEAD
11680
11681 2005-03-04 [colin]      1.0.1cvs22.2
11682
11683         * src/compose.c
11684                 Fix signatures with accentued chars in it
11685
11686 2005-03-04 [colin]      1.0.1cvs22.1
11687
11688         * src/common/smtp.c
11689         * src/common/smtp.h
11690                 Don't use SIZE param in MAIL FROM: if server 
11691                 doesn't support it. Patch by Eugen Freiter
11692                 <eugen_f@users.sf.net>
11693
11694 2005-02-27 [paul]       1.0.1cvs20.1
11695
11696         * ChangeLog.claws
11697         * configure.ac
11698         * src/messageview.c
11699                 sync with HEAD
11700
11701 2005-02-27 [colin]      1.0.1cvs19.4
11702
11703         * src/procheader.c
11704         * src/procheader.h
11705                 Fix prototypes. Patch by Alfons
11706
11707 2005-02-27 [colin]      1.0.1cvs19.3
11708
11709         * src/compose.c
11710                 Don't auto-join the signature separator.
11711
11712 2005-02-26 [colin]      1.0.1cvs19.2
11713
11714         * src/summaryview.c
11715                 Fix 'mark all read' with collapsed threads.
11716                 Patch by Alfons.
11717
11718 2005-02-25 [paul]       1.0.1cvs19.1
11719
11720         * ChangeLog.claws
11721         * configure.ac
11722         * src/prefs_account.c
11723         * src/prefs_folder_item.c
11724         * src/gtk/prefswindow.c
11725         * src/gtk/prefswindow.h
11726                 sync with HEAD
11727
11728 2005-02-25 [paul]       1.0.1cvs15.12
11729
11730         * src/alertpanel.c
11731         * src/codeconv.c
11732         * src/compose.c
11733         * src/textview.c
11734         * src/gtk/gtkutils.c
11735         * src/gtk/gtkutils.h
11736         * src/gtk/logwindow.c
11737         * src/gtk/progressdialog.c
11738                 sync with main (revision 127)
11739                 and fix logwindow clipping
11740
11741 2005-02-24 [colin]      1.0.1cvs15.11
11742
11743         * src/plugins/pgpmime/passphrase.c
11744                 Disable input grabbing; it doesn't work yet.
11745
11746 2005-02-24 [colin]      1.0.1cvs15.10
11747
11748         * src/messageview.c
11749                 Don't send out receipts if offline. Ask.
11750
11751 2005-02-23 [colin]      1.0.1cvs15.9
11752
11753         * src/summaryview.c     
11754                 Fix expanding
11755
11756 2005-02-23 [colin]      1.0.1cvs15.8
11757
11758         * src/summaryview.c
11759                 Really fix Bug 568 by removing useless
11760                 calls. summary_thread_init() now called
11761                 in summary_sort(). This should please
11762                 Alfons as it should be faster than 
11763                 previously.
11764
11765 2005-02-23 [colin]      1.0.1cvs15.7
11766
11767         * src/compose.c
11768                 Encode parts as QP or B64 if signing
11769
11770 2005-02-23 [colin]      1.0.1cvs15.6
11771
11772         * src/compose.c
11773                 Fix Mimeinfo leakage (including tmp files)
11774         * src/procmsg.c
11775                 Fix tmp file leakage (spotted by Ivan Rayner)
11776
11777 2005-02-22 [colin]      1.0.1cvs15.5
11778
11779         * src/expldifdlg.c
11780                 Fix keyboard input. Patch by Alfons.
11781
11782 2005-02-21 [colin]      1.0.1cvs15.4
11783
11784         * src/compose.c
11785                 Fix Sign/Encrypt when unselecting privacy
11786                 system
11787         * src/prefs_common.c
11788                 Change default message font to Monospace
11789         * src/summaryview.c
11790                 More freezing during potentially large operations
11791
11792 2005-02-21 [paul]       1.0.1cvs15.3
11793
11794         * src/main.c
11795                 fix --help output
11796
11797 2005-02-21 [paul]       1.0.1cvs15.2
11798
11799         * po/Makefile.in.in
11800         * src/compose.c
11801         * src/summaryview.c
11802         * src/textview.c
11803         * src/common/utils.c
11804         * src/common/utils.h
11805                 sync with main (revision 117)
11806
11807 2005-02-20 [colin]      1.0.1cvs15.1
11808
11809         * src/common/defs.h
11810                 Change cache file to .sylpheed_claws_cache, as
11811                 suggested by Alfons. Allows people to switch
11812                 between Sylpheed and Sylpheed-Claws. it is
11813                 a good idea to "Check for new messages" at next
11814                 startup.
11815
11816
11817 2005-02-18 [colin]      1.0.1cvs14.1
11818
11819         * src/quote_fmt_lex.l
11820         * src/quote_fmt_parse.y
11821                 Fix parser initialisation. Patch by Ivan.
11822
11823 2005-02-18 [colin]      1.0.1cvs11.6
11824
11825         * src/folderview.c
11826                 Fix scrolldown (bug 662)
11827
11828 2005-02-17 [colin]      1.0.1cvs11.5
11829
11830         * src/codeconv.c
11831                 conv_filename_to_utf8: return clean 7bit instead
11832                 of broken utf8 if needed
11833         * src/mimeview.c
11834                 Fix display of parts with unclean 8bit names
11835
11836 2005-02-17 [paul]       1.0.1cvs11.4
11837
11838         * src/compose.c
11839         * src/exportldif.c
11840         * src/matcher_parser_parse.y
11841         * src/procmime.c
11842         * src/sourcewindow.c
11843         * src/common/Makefile.am
11844         * src/common/intl.h             ** REMOVED **
11845         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11846                 sync with main (revision 109)
11847                 and clean up
11848
11849 2005-02-16 [colin]      1.0.1cvs11.3
11850
11851         * src/summaryview.c
11852                 Fix collapsed thread not highlighting when new
11853                 messages in it (Bug 568) Patch by Stephan Sachse.
11854                 Fix messed up selection when reaching bounds (Bug 632)
11855         * src/prefs_themes.c
11856                 Fix theme installing (Bug 684)
11857
11858 2005-02-16 [colin]      1.0.1cvs11.2
11859
11860         * src/messageview.c
11861                 Fix messageview_select_all
11862
11863 2005-02-16 [colin]      1.0.1cvs11.1
11864
11865         * src/mh.c
11866                 Sync with HEAD (MH scan required function)
11867
11868 2005-02-15 [colin]      1.0.1cvs8.1
11869
11870         * src/mimeview.c
11871         * src/common/utils.c
11872                 Sync with HEAD (filename chars substitution)
11873
11874 2005-02-15 [colin]      1.0.1cvs7.3
11875
11876         * src/gtk/pluginwindow.c
11877                 Fix button spacing
11878
11879 2005-02-15 [colin]      1.0.1cvs7.2
11880
11881         * src/mimeview.c
11882                 Fix mime icons not reset across message when
11883                 scrolled down
11884
11885 2005-02-15 [colin]      1.0.1cvs7.1
11886
11887         * src/compose.c
11888         * src/procmime.c
11889                 Sync with HEAD (optimisation of cvs6)
11890
11891 2005-02-14 [colin]      1.0.1cvs6.1
11892
11893         * src/compose.c
11894         * src/procmime.c
11895                 Sync with HEAD (encode "From " at line beginning)
11896
11897 2005-02-14 [colin]      1.0.1cvs5.3
11898
11899         * src/compose.c
11900                 Fix wrapping with accentued chars.
11901
11902 2005-02-13 [colin]      1.0.1cvs5.2
11903
11904         * src/textview.c
11905                 Fix email informative part parsing with
11906                 accentued chars in it. ispunct() returns
11907                 true for them in utf8...
11908
11909 2005-02-12 [colin]      1.0.1cvs5.1
11910
11911         * src/filtering.c
11912                 Sync with HEAD (remove wrong use of compose after send)
11913
11914 2005-02-12 [paul]       1.0.1cvs4.5
11915
11916         * src/textview.c
11917                 remove unnecessary code (thanks to Alfons)
11918
11919 2005-02-12 [paul]       1.0.1cvs4.4
11920
11921         * src/textview.c
11922                 add 'Copy' to contextual menu on emails
11923
11924 2005-02-11 [colin]      1.0.1cvs4.3
11925
11926         * src/compose.c
11927                 revert 1.0.0cvs28.2, it doesn't work that well.
11928
11929 2005-02-11 [paul]       1.0.1cvs4.2
11930
11931         * po/Makefile.in.in
11932                 fix 'make release'
11933
11934 2005-02-10 [paul]       1.0.1cvs4.1
11935
11936         * ChangeLog
11937         * ChangeLog.claws
11938         * ChangeLog.jp
11939         * configure.ac
11940         * src/compose.c
11941                 sync with HEAD (sync with main)
11942
11943 2005-02-10 [paul]       1.0.1cvs3.2
11944
11945         * AUTHORS
11946         * Makefile.am
11947         * autogen.sh
11948         * configure.ac
11949         * config/mkinstalldirs
11950         * intl/.cvsignore
11951         * intl/ChangeLog
11952         * intl/VERSION
11953         * intl/bindtextdom.c
11954         * intl/config.charset
11955         * intl/dcgettext.c
11956         * intl/dcigettext.c
11957         * intl/dcngettext.c
11958         * intl/dgettext.c
11959         * intl/dngettext.c
11960         * intl/eval-plural.h
11961         * intl/explodename.c
11962         * intl/finddomain.c
11963         * intl/gettext.c
11964         * intl/gettextP.h
11965         * intl/gmo.h
11966         * intl/hash-string.h
11967         * intl/intl-compat.c
11968         * intl/l10nflist.c
11969         * intl/libgnuintl.h.in
11970         * intl/loadinfo.h
11971         * intl/loadmsgcat.c
11972         * intl/localcharset.c
11973         * intl/localcharset.h
11974         * intl/locale.alias
11975         * intl/localealias.c
11976         * intl/localename.c
11977         * intl/log.c
11978         * intl/ngettext.c
11979         * intl/os2compat.c
11980         * intl/os2compat.h
11981         * intl/osdep.c
11982         * intl/plural-exp.c
11983         * intl/plural-exp.h
11984         * intl/plural.c
11985         * intl/plural.y
11986         * intl/ref-add.sin
11987         * intl/ref-del.sin
11988         * intl/relocatable.c
11989         * intl/relocatable.h
11990         * intl/textdomain.c
11991         * m4/Makefile.am
11992         * po/Makefile.in.in
11993         * src/Makefile.am
11994         * src/account.c
11995         * src/action.c
11996         * src/addr_compl.c
11997         * src/addressadd.c
11998         * src/addressbook.c
11999         * src/addrgather.c
12000         * src/addrindex.c
12001         * src/alertpanel.c
12002         * src/browseldap.c
12003         * src/codeconv.c
12004         * src/codeconv.h
12005         * src/compose.c
12006         * src/compose.h
12007         * src/crash.c
12008         * src/editaddress.c
12009         * src/editbook.c
12010         * src/editgroup.c
12011         * src/editjpilot.c
12012         * src/editldap.c
12013         * src/editldap_basedn.c
12014         * src/editvcard.c
12015         * src/exphtmldlg.c
12016         * src/expldifdlg.c
12017         * src/export.c
12018         * src/exporthtml.c
12019         * src/filtering.c
12020         * src/folder.c
12021         * src/folder_item_prefs.c
12022         * src/foldersel.c
12023         * src/folderview.c
12024         * src/grouplistdialog.c
12025         * src/headerview.c
12026         * src/imap.c
12027         * src/imap_gtk.c
12028         * src/import.c
12029         * src/importldif.c
12030         * src/importmutt.c
12031         * src/importpine.c
12032         * src/inc.c
12033         * src/ldif.c
12034         * src/main.c
12035         * src/mainwindow.c
12036         * src/matcher.c
12037         * src/mbox.c
12038         * src/message_search.c
12039         * src/messageview.c
12040         * src/mh.c
12041         * src/mh_gtk.c
12042         * src/mimeview.c
12043         * src/msgcache.c
12044         * src/news.c
12045         * src/news_gtk.c
12046         * src/noticeview.c
12047         * src/partial_download.c
12048         * src/pop.c
12049         * src/prefs_account.c
12050         * src/prefs_actions.c
12051         * src/prefs_common.c
12052         * src/prefs_customheader.c
12053         * src/prefs_display_header.c
12054         * src/prefs_ext_prog.c
12055         * src/prefs_filtering.c
12056         * src/prefs_filtering_action.c
12057         * src/prefs_folder_item.c
12058         * src/prefs_fonts.c
12059         * src/prefs_gtk.c
12060         * src/prefs_matcher.c
12061         * src/prefs_msg_colors.c
12062         * src/prefs_spelling.c
12063         * src/prefs_summary_column.c
12064         * src/prefs_template.c
12065         * src/prefs_themes.c
12066         * src/prefs_toolbar.c
12067         * src/prefs_wrapping.c
12068         * src/privacy.c
12069         * src/procheader.c
12070         * src/procmime.c
12071         * src/procmsg.c
12072         * src/quote_fmt.c
12073         * src/recv.c
12074         * src/send_message.c
12075         * src/setup.c
12076         * src/sourcewindow.c
12077         * src/ssl_manager.c
12078         * src/statusbar.c
12079         * src/summary_search.c
12080         * src/summaryview.c
12081         * src/textview.c
12082         * src/toolbar.c
12083         * src/wizard.c
12084         * src/common/nntp.c
12085         * src/common/plugin.c
12086         * src/common/smtp.c
12087         * src/common/ssl.c
12088         * src/common/ssl_certificate.c
12089         * src/common/string_match.c
12090         * src/common/sylpheed.c
12091         * src/common/template.c
12092         * src/common/utils.c
12093         * src/gtk/about.c
12094         * src/gtk/colorlabel.c
12095         * src/gtk/description_window.c
12096         * src/gtk/filesel.c
12097         * src/gtk/foldersort.c
12098         * src/gtk/gtkaspell.c
12099         * src/gtk/gtkutils.c
12100         * src/gtk/inputdialog.c
12101         * src/gtk/logwindow.c
12102         * src/gtk/menu.c
12103         * src/gtk/pluginwindow.c
12104         * src/gtk/prefswindow.c
12105         * src/gtk/progressdialog.c
12106         * src/gtk/quicksearch.c
12107         * src/gtk/sslcertwindow.c
12108         * src/plugins/clamav/clamav_plugin.c
12109         * src/plugins/clamav/clamav_plugin_gtk.c
12110         * src/plugins/demo/demo.c
12111         * src/plugins/dillo_viewer/dillo_prefs.c
12112         * src/plugins/dillo_viewer/dillo_viewer.c
12113         * src/plugins/image_viewer/plugin.c
12114         * src/plugins/image_viewer/viewer.c
12115         * src/plugins/image_viewer/viewerprefs.c
12116         * src/plugins/mathml_viewer/mathml_viewer.c
12117         * src/plugins/pgpmime/passphrase.c
12118         * src/plugins/pgpmime/plugin.c
12119         * src/plugins/pgpmime/prefs_gpg.c
12120         * src/plugins/pgpmime/select-keys.c
12121         * src/plugins/pgpmime/sgpgme.c
12122         * src/plugins/spamassassin/spamassassin.c
12123         * src/plugins/spamassassin/spamassassin_gtk.c
12124         * src/plugins/trayicon/trayicon.c
12125                 sync with main (revision 104)
12126
12127 2005-02-10 [colin]      1.0.1cvs3.1
12128
12129         * src/mainwindow.c
12130                 Sync with HEAD (fix occasional crasher)
12131
12132 2005-02-10 [colin]      1.0.1cvs2.1
12133
12134         * src/messageview.c
12135                 Synw with HEAD (don't automatically display html)
12136
12137 2005-02-09 [colin]      1.0.1cvs1.3
12138
12139         * src/textview.c
12140         * src/textview.h
12141                 Add contextual menu on emails
12142
12143 2005-02-09 [colin]      1.0.1cvs1.2
12144
12145         * src/codeconv.c
12146                 Fix converting from broken headers and 
12147                 put back the _ in missing places
12148                 (feature broke with cvs24.2 sync, main 
12149                  possibly affected?)
12150
12151 2005-02-09 [colin]      1.0.1cvs1.1
12152
12153         * src/messageview.c
12154         * src/mimeview.c
12155         * src/mimeview.h
12156                 Sync with HEAD (display non text/plain mails with plugin)
12157
12158 2005-02-08 [colin]      1.0.1.1
12159
12160         * ChangeLog.claws
12161         * po/pt_BR.po
12162                 Sync with HEAD
12163         * configure.ac
12164                 Make default configuration directory 
12165                 be .sylpheed-gtk2
12166
12167 2005-02-08 [colin]      1.0.0cvs29.1
12168
12169         * po/de.po
12170         * po/es.po
12171         * po/fr.po
12172         * po/it.po
12173         * po/sk.po
12174         * po/sr.po
12175                 Sync translations with HEAD
12176
12177 2005-02-06 [colin]      1.0.0cvs28.3
12178
12179         * src/compose.c
12180                 Make compose a bit faster - patch by Alfons.
12181
12182 2005-02-06 [colin]      1.0.0cvs28.2
12183
12184         * src/compose.c
12185                 Make pasting via middle-click more reliable
12186
12187 2005-02-05 [paul]       1.0.0cvs28.1
12188
12189         * ChangeLog
12190         * ChangeLog.claws
12191         * ChangeLog.jp
12192         * configure.ac
12193         * src/compose.c
12194                 sync with HEAD
12195                 (fix bug 682 'redirect is broken'
12196
12197 2005-02-05 [torte]      1.0.0cvs27.1
12198
12199         * ChangeLog.claws
12200         * configure.ac
12201         * src/partial_download.c
12202                 Sync with HEAD (fix buf overflow)
12203
12204 2005-02-03 [colin]      1.0.0cvs26.1
12205
12206         * src/common/plugin.c
12207                 Sync with HEAD (avoid plugin mismatches)
12208
12209 2005-02-03 [paul]       1.0.0cvs25.3
12210
12211         * src/folderview.c
12212         * src/headerview.c
12213         * src/summaryview.c
12214         * src/textview.c
12215         * src/gtk/colorlabel.c
12216                 third and final part of initial sync with main-gtk2
12217
12218 2005-02-03 [paul]       1.0.0cvs25.2
12219
12220         * src/jpilot.c
12221                 fix building with jpilot support
12222
12223 2005-02-02 [colin]      1.0.0cvs25.1
12224
12225         * src/messageview.c
12226                 Sync with HEAD (fix dangerous typo)
12227
12228 2005-02-01 [colin]      1.0.0cvs24.3
12229
12230         * src/common/xml.c
12231                 Write file as advertised (UTF-8)
12232
12233 2005-02-01 [paul]       1.0.0cvs24.2
12234
12235         * src/addrbook.c
12236         * src/addrindex.c
12237         * src/alertpanel.h
12238         * src/codeconv.c
12239         * src/codeconv.h
12240         * src/compose.c
12241         * src/export.c
12242         * src/folder_item_prefs.c
12243         * src/html.c
12244         * src/imap.c
12245         * src/import.c
12246         * src/jpilot.c
12247         * src/mainwindow.c
12248         * src/matcher_parser_lex.l
12249         * src/messageview.c
12250         * src/mh.c
12251         * src/prefs_account.c
12252         * src/prefs_actions.c
12253         * src/prefs_common.c
12254         * src/prefs_gtk.c
12255         * src/prefs_gtk.h
12256         * src/prefs_themes.c
12257         * src/procheader.c
12258         * src/procmime.c
12259         * src/sourcewindow.c
12260         * src/statusbar.c
12261         * src/summaryview.c
12262         * src/textview.c
12263         * src/toolbar.c
12264         * src/unmime.c
12265         * src/common/template.c
12266         * src/common/utils.c
12267         * src/common/xml.c
12268         * src/common/xml.h
12269         * src/gtk/gtkaspell.c
12270         * src/plugins/clamav/clamav_plugin.c
12271         * src/plugins/dillo_viewer/dillo_prefs.c
12272         * src/plugins/image_viewer/viewerprefs.c
12273         * src/plugins/pgpmime/passphrase.c
12274         * src/plugins/pgpmime/prefs_gpg.c
12275         * src/plugins/pgpmime/select-keys.c
12276         * src/plugins/spamassassin/spamassassin.c
12277                 second part of initial sync with main-gtk2
12278                 (more to follow)
12279
12280 2005-01-31 [colin]      1.0.0cvs24.1
12281
12282         * src/compose.c
12283                 Sync with HEAD
12284
12285 2005-01-29 [paul]       1.0.0cvs23.2
12286
12287         * src/account.c
12288         * src/action.c
12289         * src/addressadd.c
12290         * src/addressbook.c
12291         * src/alertpanel.c
12292         * src/compose.c
12293         * src/editaddress.c
12294         * src/editbook.c
12295         * src/editgroup.c
12296         * src/editjpilot.c
12297         * src/editldap.c
12298         * src/editldap_basedn.c
12299         * src/editvcard.c
12300         * src/export.c
12301         * src/foldersel.c
12302         * src/grouplistdialog.c
12303         * src/import.c
12304         * src/importldif.c
12305         * src/inc.c
12306         * src/main.c
12307         * src/mainwindow.c
12308         * src/message_search.c
12309         * src/messageview.c
12310         * src/mimeview.c
12311         * src/prefs_actions.c
12312         * src/prefs_common.c
12313         * src/prefs_common.h
12314         * src/prefs_customheader.c
12315         * src/prefs_display_header.c
12316         * src/prefs_filtering.c
12317         * src/prefs_filtering_action.c
12318         * src/prefs_gtk.c
12319         * src/prefs_matcher.c
12320         * src/prefs_summary_column.c
12321         * src/prefs_template.c
12322         * src/sourcewindow.c
12323         * src/summary_search.c
12324         * src/summaryview.c
12325         * src/textview.c
12326         * src/gtk/about.c
12327         * src/gtk/description_window.c
12328         * src/gtk/gtkshruler.c
12329         * src/gtk/gtkutils.c
12330         * src/gtk/gtkutils.h
12331         * src/gtk/inputdialog.c
12332         * src/gtk/logwindow.c
12333         * src/gtk/prefswindow.c
12334         * src/gtk/progressdialog.c
12335         * src/gtk/progressdialog.h
12336                 first part of initial sync with main-gtk2
12337                 (more to follow)
12338
12339 2005-01-28 [colin]      1.0.0cvs23.1
12340
12341         * src/folderview.c
12342                 Sync with HEAD
12343
12344 2005-01-27 [colin]      1.0.0cvs21.1
12345
12346         * src/folder.c
12347         * src/folderview.c
12348                 Sync with HEAD
12349
12350 2005-01-27 [colin]      1.0.0cvs19.1
12351
12352         * src/procmime.c
12353                 Sync with HEAD
12354
12355 2005-01-27 [colin]      1.0.0cvs18.1
12356
12357         * src/messageview.c
12358         * src/summaryview.c
12359         * src/mainwindow.c
12360         * src/compose.c
12361         * src/compose.h
12362         * src/procmsg.c
12363         * src/procmsg.h
12364         * src/toolbar.c
12365                 Sync with HEAD
12366
12367 2005-01-26 [paul]       1.0.0cvs15.2
12368
12369         * src/compose.c
12370                 compose_entries_set(): convert subject and body to
12371                 utf8 if necessary. patch by Felix Eckhofer
12372
12373 2005-01-26 [paul]       1.0.0cvs15.1
12374
12375         * configure.ac
12376         * src/common/template.c
12377                 sync with HEAD (fix memory leak)
12378
12379 2005-01-25 [paul]       1.0.0cvs14.1
12380
12381         * configure.ac
12382         * src/compose.c
12383                 sync with HEAD
12384
12385 2005-01-24 [colin]      1.0.0cvs13.1
12386
12387         * src/summaryview.c
12388                 Sync with HEAD
12389
12390 2005-01-24 [paul]       1.0.0cvs12.1
12391
12392         * configure.ac
12393         * src/messageview.c
12394         * src/mh.c
12395         * src/common/utils.c
12396                 sync with HEAD
12397
12398 2005-01-24 [colin]      1.0.0cvs11.1
12399
12400         * src/procheader.c
12401                 Sync with HEAD
12402
12403 2005-01-24 [colin]      1.0.0cvs10.1
12404
12405         * src/folderview.c
12406                 Sync with HEAD
12407
12408 2005-01-23 [colin]      1.0.0cvs9.1
12409
12410         * src/crash.c
12411                 Sync with HEAD
12412
12413 2005-01-22 [colin]      1.0.0cvs8.1
12414
12415         * src/summaryview.c
12416         * src/gtk/quicksearch.c
12417                 Sync with HEAD
12418
12419 2005-01-21 [colin]      1.0.0cvs7.1
12420
12421         * src/summaryview.c
12422                 Sync with HEAD
12423
12424 2005-01-21 [colin]      1.0.0cvs6.1
12425
12426         * src/summaryview.c
12427                 Sync with HEAD
12428
12429 2005-01-21 [colin]      1.0.0cvs5.1
12430
12431         * src/gtk/quicksearch.c
12432         * src/prefs_common.c
12433         * src/prefs_common.h
12434                 Sync with HEAD (recurse option)
12435
12436 2005-01-21 [colin]      1.0.0cvs4.1
12437
12438         * src/folder.h
12439         * src/folderview.c
12440         * src/folderview.h
12441         * src/summaryview.c
12442         * src/gtk/quicksearch.c
12443         * src/gtk/quicksearch.h
12444                 Sync with HEAD (recursive quicksearch)
12445
12446 2005-01-20 [colin]      1.0.0cvs3.4
12447
12448         * src/ssl_manager.c
12449                 Remove useless code
12450
12451 2005-01-20 [colin]      1.0.0cvs3.3
12452
12453         * src/ssl_manager.c
12454                 Fix leak, thanks to Alfons.
12455
12456 2005-01-20 [colin]      1.0.0cvs3.2
12457
12458         * src/ssl_manager.c
12459                 Port SSL certificate window to GTK2.
12460
12461 2005-01-20 [paul]       1.0.0cvs3.1
12462
12463         * ChangeLog.claws
12464         * configure.ac
12465         * src/addrindex.c
12466         * src/addrindex.h
12467                 sync with HEAD
12468
12469 2005-01-19 [colin]      1.0.0cvs2.2
12470
12471         * src/plugins/trayicon/trayicon.c
12472                 Fix freeze with gtk-2.6, the easy way
12473                 (signal blocking helpless there...)
12474                 Closes bug #668.
12475
12476 2005-01-19 [colin]      1.0.0cvs2.1
12477
12478         * src/mbox.c
12479         * src/mbox.h
12480         * src/mainwindow.c
12481         * src/summaryview.c
12482         * src/summaryview.h
12483                 Sync with HEAD
12484
12485 2005-01-19 [paul]       1.0.0cvs1.1
12486
12487         * configure.ac
12488         * po/de.po
12489         * po/es.po
12490         * po/fr.po
12491         * po/hr.po
12492         * po/it.po
12493         * po/ja.po
12494         * po/ko.po
12495         * po/pt_BR.po
12496         * po/ru.po
12497         * po/sk.po
12498         * po/sr.po
12499                 sync with HEAD (update translations)
12500
12501 2005-01-18 [colin]      1.0.0cvs0.1
12502
12503         * src/foldersel.c
12504                 Specify search column - patch by Alfons
12505
12506 2005-01-18 [colin]      0.9.13cvs36.3
12507
12508         * src/prefs_toolbar.c
12509                 Change Delete to Remove
12510         * src/prefs_fonts.c
12511                 GTK2 version and leak fixes
12512         * src/prefs_actions.c
12513                 Add stock buttons.
12514                 All patches by Alfons
12515
12516 2005-01-17 [colin]      0.9.13cvs36.2
12517
12518         * src/compose.c
12519                 Fix DnD inserting twice. While at it,
12520                 add DnD support for text/plain in the
12521                 body, and add support in the headers.
12522
12523 2005-01-16 [colin]      0.9.13cvs36.1
12524
12525         * ChangeLog
12526         * ChangeLog.jp
12527         * ChangeLog.claws
12528                 Sync with HEAD (nothing applicable)
12529
12530 2005-01-16 [colin]      0.9.13cvs33.2
12531
12532         * src/prefs_toolbar.c
12533                 GTK2ize prefs_toolbar, by Alfons.
12534
12535 2005-01-14 [colin]      0.9.13cvs33.1
12536
12537         * src/html.c
12538         * src/msgcache.c
12539                 Sync with HEAD
12540
12541 2005-01-14 [colin]      0.9.13cvs32.1
12542
12543         * src/html.c
12544         * src/html.h
12545         * src/msgcache.c
12546         * AUTHORS
12547         * tools/calypso_convert.pl
12548                 Sync with HEAD
12549
12550 2005-01-08 [colin]      0.9.13cvs29.2
12551
12552         * src/prefs_filtering_action.c
12553         * src/prefs_filtering.c
12554                 2 more gtk2 patches by Alfons
12555
12556 2005-01-07 [paul]       0.9.13cvs29.1
12557
12558         * ChangeLog
12559         * ChangeLog.claws
12560         * ChangeLog.jp
12561         * configure.ac
12562         * src/pop.c
12563         * src/pop.h
12564                 sync with HEAD
12565
12566 2005-01-07 [colin]      0.9.13cvs28.3
12567
12568         * src/gtk/progressdialog.c
12569         * src/gtk/progressdialog.h
12570         * src/inc.c
12571         * src/send_message.c
12572                 GTK2 for the incorporation dialog. The CList isn't dead
12573                 yet, for a more smooth migration. Patch by Alfons.
12574
12575 2005-01-06 [colin]      0.9.13cvs28.2
12576
12577         * src/prefs_display_header.c
12578                 GTK2 conversion by Alfons
12579         * src/prefs_actions.c
12580         * src/prefs_matcher.c
12581                 Fix 2 leaks - patch by Alfons
12582
12583 2005-01-06 [colin]      0.9.13cvs28.1
12584
12585         * src/prefs_matcher.c
12586                 Sync with HEAD
12587
12588 2005-01-06 [colin]      0.9.13cvs27.4
12589
12590         * src/prefs_matcher.c
12591                 Fix double-free. Patch by Alfons
12592
12593 2005-01-06 [colin]      0.9.13cvs27.3
12594
12595         * src/prefs_matcher.c
12596                 GTK2 widgets + memleak
12597                 Patch by Alfons
12598
12599 2005-01-05 [colin]      0.9.13cvs27.2
12600
12601         * src/account.c
12602         * src/addr_compl.c
12603         * src/foldersel.c
12604         * src/stock_pixmap.c
12605         * src/stock_pixmap.h
12606                 3 more GTK2 patches by Alfons.
12607
12608 2005-01-04 [colin]      0.9.13cvs27.1
12609
12610         * src/folderview.c
12611         * src/imap_gtk.c
12612         * src/news_gtk.c
12613                 Sync with HEAD
12614
12615 2005-01-04 [colin]      0.9.13cvs25.9
12616
12617         * src/compose.c
12618                 Fix Show Ruler menuitem
12619         * src/prefs_template.c
12620                 Convert to GTK2
12621         * src/common/utils.c
12622                 Make auto pointer stuff handles NULLs
12623                 Patches by Alfons.
12624
12625 2005-01-04 [colin]      0.9.13cvs25.8
12626
12627         * src/compose.c
12628                 Move the attachment list to gtk2
12629                 Patch by Alfons.
12630
12631 2005-01-04 [colin]      0.9.13cvs25.7
12632
12633         * src/textview.c
12634                 Make some keys work again
12635                 Patch by SungHyun Nam <namsh@kldp.org>
12636
12637 2005-01-04 [colin]      0.9.13cvs25.6
12638
12639         * src/gtk/gtkshruler.c
12640                 Move the ruler to GTK2
12641                 Patch by Alfons
12642
12643 2005-01-03 [colin]      0.9.13cvs25.5
12644
12645         * src/compose.c
12646                 Fix my broken patch apply 
12647
12648 2005-01-03 [colin]      0.9.13cvs25.4
12649
12650         * src/common/utils.c
12651         * src/common/utils.h
12652         * src/gtk/prefswindow.c
12653                 Move auto pointer stuff to utils.c
12654                 Patch by Alfons again :)
12655
12656 2005-01-03 [colin]      0.9.13cvs25.3
12657
12658         * src/compose.c
12659         * src/prefs_gtk.c
12660         * src/prefs_template.c
12661         * src/textview.c
12662                 Empty text widgets with empty strings, not NULL char
12663                 Patch by SungHyun Nam <namsh@kldp_org>
12664
12665 2005-01-03 [colin]      0.9.13cvs25.2
12666
12667         * src/main.c
12668         * AUTHORS
12669                 Sync with HEAD
12670
12671 2005-01-03 [colin]      0.9.13cvs25.1
12672
12673         * src/pop.c
12674         * src/pop.h
12675                 Sync with HEAD
12676
12677 2005-01-03 [colin]      0.9.13cvs24.3
12678
12679         * src/account.c
12680                 Two patches from Alfons and Alex S Moore:
12681                 fix images, fix return value.
12682
12683 2005-01-01 [colin]      0.9.13cvs24.2
12684
12685         * src/prefs_actions.c
12686                 Fix over-zealous assertion. Patch by Alfons
12687
12688 2005-01-01 [colin]      0.9.13cvs24.1
12689
12690         * src/procmime.c
12691                 Sync with HEAD (leak fix)
12692
12693 2004-12-31 [colin]      0.9.13cvs23.2
12694
12695         * src/prefs_common.c
12696                 GTK2 widgets + stock buttons - patch by Alfons
12697
12698 2004-12-31 [paul]       0.9.13cvs23.1
12699
12700         * configure.ac
12701                 bump up EXTRA_VERSION to match (sync'ed) HEAD
12702         * src/gtk/pluginwindow.c
12703                 use GTK2 widgets and plug memory leaks,
12704                 patches by Alfons
12705
12706 2004-12-30 [colin]      0.9.13cvs22.4
12707
12708         * src/account.c
12709         * src/action.c
12710         * src/export.c
12711         * src/foldersel.c
12712         * src/import.c
12713         * src/message_search.c
12714         * src/prefs_actions.c
12715         * src/prefs_common.c
12716         * src/prefs_customheader.c
12717         * src/prefs_filtering.c
12718         * src/prefs_summary_column.c
12719         * src/summary_search.c
12720         * src/gtk/about.c
12721         * src/gtk/description_window.c
12722         * src/gtk/gtkutils.c
12723         * src/gtk/gtkutils.h
12724         * src/gtk/inputdialog.c
12725         * src/gtk/prefswindow.c
12726                 Use GTK2 stock buttons. Patches by Alfons.
12727
12728 2004-12-30 [colin]      0.9.13cvs22.3
12729
12730         * src/account.c
12731                 Sync with HEAD
12732         * src/prefs_actions.c
12733         * src/prefs_customheader.c
12734         * src/prefs_filtering.c
12735         * src/prefs_msg_colors.c
12736         * src/prefs_summary_column.c
12737         * src/gtk/prefswindow.c
12738                 Use GtkTreeView instead of deprecated 
12739                 widgets. Patches by Alfons.
12740
12741 2004-12-30 [paul]       0.9.13cvs22.2
12742
12743         * src/foldersel.c
12744                 use GTK 2 Tree View
12745                 patch by Alfons, with root folder sorting fix
12746                 by Stephan Sachse
12747
12748 2004-12-30 [paul]       0.9.13cvs22.1
12749
12750         * ChangeLog
12751         * ChangeLog.claws
12752         * ChangeLog.jp
12753         * NEWS
12754         * configure.ac
12755         * src/account.c
12756                 sync with HEAD
12757
12758 2004-12-22 [martin]     0.9.13cvs21.2
12759
12760         * src/action.c
12761                 free the command line after its use
12762
12763 2004-12-18 [paul]       0.9.13cvs21.1
12764
12765         * AUTHORS
12766         * ChangeLog
12767         * ChangeLog.claws
12768         * ChangeLog.jp
12769         * NEWS
12770         * configure.ac
12771         * src/action.c
12772         * src/compose.c
12773         * src/syldap.c
12774                 sync with HEAD
12775
12776 2004-12-17 [martin]     0.9.13cvs17.2
12777
12778         * src/action.c
12779                 convert actions input to locale
12780         * src/inc.c
12781                 convert notification command to locale
12782         * src/plugins/pgpmime/select-keys.c
12783                 convert attributes to utf8
12784
12785 2004-12-14 [colin]      0.9.13cvs17.1
12786
12787         * ChangeLog
12788         * ChangeLog.jp
12789         * ChangeLog.claws
12790         * src/action.c
12791         * src/common/utils.c
12792         * src/gtk/prefswindow.c
12793         * src/gtk/gtkutils.c
12794         * src/gtk/gtkutils.h
12795         * src/plugins/spamassassin/libspamc.c
12796                 Sync with HEAD
12797
12798 2004-12-13 [colin]      0.9.13cvs14.1
12799
12800         * src/quote_fmt_parse.y
12801                 Sync with HEAD
12802
12803 2004-12-10 [colin]      0.9.13cvs12.1
12804
12805         * src/prefs_themes.c
12806         * src/mainwindow.c
12807         * src/messageview.c
12808                 Sync with HEAD
12809
12810 2004-12-09 [colin]      0.9.13cvs10.1
12811
12812         * src/procmime.c
12813                 Sync with HEAD (fix B64 encoding from memory)
12814
12815 2004-12-08 [colin]      0.9.13cvs9.1
12816
12817         * src/gtk/colorlabel.c
12818                 Sync with HEAD
12819
12820 2004-12-08 [paul]       0.9.13cvs8.2
12821
12822         * src/gtk/pluginwindow.c
12823                 fix window resizing oddities
12824
12825 2004-12-08 [colin]      0.9.13cvs8.1
12826
12827         * src/quote_fmt_parse.y
12828                 Sync with HEAD
12829
12830 2004-12-08 [colin]      0.9.13cvs7.1
12831
12832         * src/matcher_parser_parse.y
12833         * src/msgcache.c
12834         * src/prefs_matcher.c
12835         * src/procheader.c
12836         * src/matcher.c
12837         * src/common/defs.h
12838         * po/sr.po
12839                 Sync with HEAD
12840
12841 2004-12-08 [colin]      0.9.13cvs6.1
12842
12843         * src/quote_fmt_parse.y
12844         * src/textview.c
12845                 Sync with HEAD
12846         * src/gtk/prefswindow.c
12847         * src/gtk/pluginwindow.c
12848                 Fix G_CALLBACKS protos (thanks to Alfons)
12849
12850 2004-12-07 [torte]      0.9.13cvs2.2
12851
12852         * src/procmime.c
12853                 [Bug 650] reply button causes crash
12854                 Thanks to David Relson and Christoph
12855
12856 2004-12-07 [colin]      0.9.13cvs2.1
12857
12858         * ChangeLog.claws
12859         * AUTHORS
12860         * po/sk.po
12861         * src/procmime.c
12862         * src/prefs_account.c
12863         * src/common/smtp.c
12864         * src/common/smtp.h
12865                 Sync with HEAD
12866
12867 2004-12-06 [colin]      0.9.12cvs187.1
12868
12869         * ChangeLog.claws
12870         * INSTALL
12871         * Makefile.am
12872         * README.claws
12873         * TODO.claws
12874         * configure.ac
12875         * po/bg.po
12876         * po/cs.po
12877         * po/el.po
12878         * po/en_GB.po
12879         * po/es.po
12880         * po/fr.po
12881         * po/hr.po
12882         * po/hu.po
12883         * po/it.po
12884         * po/ja.po
12885         * po/ko.po
12886         * po/nl.po
12887         * po/pl.po
12888         * po/pt_BR.po
12889         * po/ru.po
12890         * po/sk.po
12891         * po/sr.po
12892         * po/sv.po
12893         * po/zh_CN.po
12894         * po/zh_TW.Big5.po
12895         * src/compose.c
12896         * tools/Makefile.am
12897         * tools/README
12898         * tools/filter_conv.pl
12899         * tools/kdeservicemenu/README
12900         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12901         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12902                 Sync with HEAD
12903
12904 2004-12-04 [colin]      0.9.12cvs183.1
12905
12906         * src/compose.c
12907                 Sync with HEAD (compose window position saving)
12908
12909 2004-12-04 [paul]       0.9.12cvs182.3
12910
12911         * src/messageview.c
12912         * src/mimeview.c
12913         * src/prefs_customheader.c
12914         * src/gtk/quicksearch.c
12915                 replace some forgotten GTK_SIGNAL_FUNCs
12916
12917 2004-12-04 [paul]       0.9.12cvs182.2
12918
12919         * src/Makefile.am
12920                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
12921                 committed in error      
12922
12923 2004-12-04 [paul]       0.9.12cvs182.1
12924
12925         * ChangeLog
12926         * ChangeLog.claws
12927         * ChangeLog.jp
12928         * INSTALL
12929         * NEWS
12930         * README
12931         * README.jp
12932         * configure.ac
12933         * doc/manual/ja/Makefile.am
12934         * doc/manual/ja/sylpheed-1.html
12935         * doc/manual/ja/sylpheed-10.html
12936         * doc/manual/ja/sylpheed-11.html
12937         * doc/manual/ja/sylpheed-12.html
12938         * doc/manual/ja/sylpheed-13.html
12939         * doc/manual/ja/sylpheed-14.html
12940         * doc/manual/ja/sylpheed-15.html
12941         * doc/manual/ja/sylpheed-16.html
12942         * doc/manual/ja/sylpheed-17.html
12943         * doc/manual/ja/sylpheed-18.html
12944         * doc/manual/ja/sylpheed-19.html
12945         * doc/manual/ja/sylpheed-2.html
12946         * doc/manual/ja/sylpheed-20.html
12947         * doc/manual/ja/sylpheed-3.html
12948         * doc/manual/ja/sylpheed-4.html
12949         * doc/manual/ja/sylpheed-5.html
12950         * doc/manual/ja/sylpheed-6.html
12951         * doc/manual/ja/sylpheed-7.html
12952         * doc/manual/ja/sylpheed-8.html
12953         * doc/manual/ja/sylpheed-9.html
12954         * doc/manual/ja/sylpheed.html
12955         * doc/manual/ja/sylpheed.sgml
12956         * po/de.po
12957         * src/Makefile.am
12958         * src/compose.c
12959         * src/procmime.c
12960         * src/pixmaps/regular.xpm **REMOVED**
12961         * src/plugins/pgpmime/pgpmime.c
12962         * src/plugins/pgpmime/plugin.c
12963         * src/plugins/pgpmime/prefs_gpg.c
12964                 sync with HEAD
12965
12966 2004-12-03 [paul]       0.9.12cvs180.1
12967
12968         * ChangeLog
12969         * ChangeLog.claws
12970         * ChangeLog.jp
12971         * configure.ac
12972         * src/Makefile.am
12973         * src/pop.c
12974         * src/common/utils.c
12975         * src/common/utils.h
12976         * src/pixmaps/continue.xpm
12977         * src/pixmaps/dir_close.xpm
12978         * src/pixmaps/dir_open.xpm
12979         * src/pixmaps/drafts_close.xpm
12980         * src/pixmaps/drafts_open.xpm
12981         * src/pixmaps/folder.xpm **REMOVED**
12982         * src/pixmaps/group.xpm
12983         * src/pixmaps/unread.xpm
12984                 sync with HEAD
12985
12986 2004-12-02 [colin]      0.9.12cvs179.1
12987
12988         * src/compose.c
12989                 Sync with HEAD (non-duplicated reedition)
12990
12991 2004-12-02 [colin]      0.9.12cvs178.1
12992
12993         * src/compose.c
12994                 Sync with HEAD (linewrap_quote fix)
12995
12996 2004-12-01 [colin]      0.9.12cvs177.3
12997
12998         * src/addrharvest.c
12999                 Replace sizeof with strlen
13000
13001 2004-12-01 [paul]       0.9.12cvs177.2
13002
13003         * src/addrharvest.c
13004                 fix 'harvest addresses'
13005
13006 2004-11-30 [colin]      0.9.12cvs177.1
13007
13008         * src/gtk/prefswindow.c
13009         * src/gtk/pluginwindow.c
13010                 Sync with HEAD
13011
13012 2004-11-29 [colin]      0.9.12cvs176.1
13013
13014         * src/folderview.c
13015                 sync with HEAD (Fix disappearing separators in folderview's popup)
13016
13017 2004-11-29 [colin]      0.9.12cvs175.1
13018
13019         * src/procmime.c
13020                 Sync with head (another format fix)
13021
13022 2004-11-29 [colin]      0.9.12cvs174.1
13023
13024         * src/pop.c
13025                 Sync with HEAD (format string fix)
13026
13027 2004-11-26 [colin]      0.9.12cvs173.1
13028
13029         * src/common/smtp.c
13030         * src/common/smtp.h
13031                 Sync with HEAD
13032
13033 2004-11-24 [colin]      0.9.12cvs172.1
13034
13035         * src/plugins/pgpmime/pgpmime.c
13036                 Sync with HEAD
13037
13038 2004-11-24 [colin]      0.9.12cvs171.1
13039
13040         * src/plugins/pgpmime/pgpmime.c
13041                 Sync with head (gpgmectx leaks)
13042
13043 2004-11-24 [colin]      0.9.12cvs169.1
13044
13045         * src/plugins/pgpmime/plugin.c
13046         * src/plugins/trayicon/Makefile.am
13047         * src/plugins/trayicon/newmarkedmail.xpm
13048         * src/plugins/trayicon/trayicon.c
13049         * src/plugins/trayicon/unreadmarkedmail.xpm
13050                 Sync with HEAD
13051
13052 2004-11-23 [colin]      0.9.12cvs168.1
13053
13054         * src/partial_download.c
13055         * src/partial_download.h
13056         * src/plugins/pgpmime/plugin.c
13057                 Sync with HEAD
13058
13059 2004-11-23 [colin]      0.9.12cvs166.1
13060
13061         * src/Makefile.am
13062         * src/codeconv.c
13063         * src/compose.c
13064         * src/folderview.c
13065         * src/main.c
13066         * src/partial_download.c
13067         * src/partial_download.h
13068         * src/prefs_account.c
13069         * src/prefs_account.h
13070         * src/privacy.c
13071         * src/privacy.h
13072         * src/procmime.c
13073         * src/common/Makefile.am
13074         * src/common/base64.h
13075         * src/common/partial_download.c
13076         * src/common/partial_download.h
13077         * src/gtk/prefswindow.c
13078         * src/gtk/prefswindow.h
13079         * src/plugins/pgpmime/pgpmime.c
13080         * src/plugins/pgpmime/prefs_gpg.c
13081         * src/plugins/pgpmime/prefs_gpg.h
13082         * src/plugins/pgpmime/sgpgme.c
13083         * src/plugins/pgpmime/sgpgme.h
13084                 Sync with HEAD
13085
13086 2004-11-23 [colin]      0.9.12cvs163.1
13087
13088         * src/main.c
13089                 Sync with HEAD (cursor optimization)
13090
13091 2004-11-23 [colin]      0.9.12cvs162.1
13092
13093         * src/prefs_common.c
13094         * src/prefs_themes.c
13095         * src/procmsg.c
13096                 Sync with HEAD
13097
13098 2004-11-23 [colin]      0.9.12cvs158.9
13099
13100         * src/compose.c
13101                 Fix double-free when forwarding
13102         * src/msgcache.c
13103                 Fix leak on error path
13104                 
13105
13106 2004-11-23 [colin]      0.9.12cvs158.8
13107
13108         * src/compose.c
13109                 Fix possible double-free
13110                 Spotted by Alfons
13111
13112 2004-11-23 [colin]      0.9.12cvs158.7
13113
13114         * src/compose.c
13115                 Fix some signal handlers' prototypes
13116                 Spotted by Alfons
13117
13118 2004-11-22 [colin]      0.9.12cvs158.6
13119
13120         * src/compose.c
13121                 Remove unneeded code and duplicated
13122                 wrapping - patch by Alfons
13123
13124 2004-11-22 [colin]      0.9.12cvs158.5
13125
13126         * src/prefs_themes.c
13127                 Fix oversized selector
13128
13129 2004-11-22 [colin]      0.9.12cvs158.4
13130
13131         * src/compose.c
13132                 fix dump_text()
13133                 patch by Alfons
13134
13135 2004-11-19 [colin]      0.9.12cvs158.3
13136
13137         * src/textview.c
13138                 Add a context menu on links (open, copy)
13139
13140 2004-11-18 [paul]       0.9.12cvs158.2
13141
13142         * src/addrgather.c
13143         * src/exphtmldlg.c
13144         * src/expldifdlg.c
13145         * src/mimeview.c
13146         * src/prefs_common.c
13147         * src/plugins/image_viewer/viewer.c
13148         * src/plugins/spamassassin/spamassassin_gtk.c
13149                 replace deprecated gtk_notebook_set_page
13150                 and gtk_notebook_current_page
13151
13152 2004-11-18 [paul]       0.9.12cvs158.1
13153
13154         * configure.ac
13155         * src/compose.c
13156         * src/mainwindow.c
13157         * src/messageview.c
13158         * src/prefs_common.c
13159         * src/common/utils.c
13160         * src/common/utils.h
13161                 sync with HEAD
13162
13163 2004-11-17 [colin]      0.9.12cvs156.1
13164
13165         * src/prefs_account.c
13166         * src/prefs_account.h
13167         * src/procmsg.c
13168                 Sync with HEAD (add pref to store encrypted mails encrypted)
13169
13170 2004-11-17 [paul]       0.9.12cvs155.1
13171
13172         * ChangeLog
13173         * ChangeLog.claws
13174         * ChangeLog.jp
13175         * NEWS
13176         * configure.ac
13177         * src/compose.c
13178         * src/jpilot.c
13179         * src/privacy.c
13180         * src/procmime.c
13181         * src/procmime.h
13182         * src/procmsg.c
13183         * src/toolbar.c
13184         * src/pixmaps/error.xpm
13185                 sync with HEAD
13186
13187 2004-11-17 [colin]      0.9.12cvs151.1
13188
13189         * src/plugins/pgpmime/pgpmime.c
13190                 Sync with HEAD (remove debug printf)
13191
13192 2004-11-17 [colin]      0.9.12cvs150.1
13193
13194         * src/plugins/pgpmime/pgpmime.c
13195                 Sync with HEAD (off-by-one fix)
13196
13197 2004-11-17 [colin]      0.9.12cvs149.1
13198
13199         * src/procmsg.c
13200                 Sync with HEAD (coding style fixes)
13201
13202 2004-11-16 [colin]      0.9.12cvs148.1
13203
13204         * src/procmsg.c
13205                 Sync with head (Fix the fix)
13206
13207 2004-11-16 [colin]      0.9.12cvs147.1
13208
13209         * src/procmsg.c
13210                 Sync with Main (leak fix)
13211
13212 2004-11-16 [colin]      0.9.12cvs146.14
13213
13214         * src/compose.c
13215                 Remove useless chunk of code
13216                 Patch by Alfons
13217
13218 2004-11-15 [colin]      0.9.12cvs146.13
13219
13220         * src/compose.c
13221                 Fix drafting after insertion
13222                 Patch by Alfons
13223
13224 2004-11-15 [colin]      0.9.12cvs146.12
13225
13226         * src/compose.c
13227         * src/prefs_filtering.c
13228         * src/prefs_filtering_action.c
13229         * src/prefs_toolbar.c
13230                 Fix some const-correctness
13231
13232 2004-11-15 [colin]      0.9.12cvs146.11
13233
13234         * src/summaryview.c
13235         * src/prefs_themes.c
13236         * src/messageview.c
13237                 Fix some leaks
13238
13239 2004-11-15 [colin]      0.9.12cvs146.10
13240
13241         * src/codeconv.c
13242                 More unreadable locale fixes
13243
13244 2004-11-14 [colin]      0.9.12cvs146.9
13245
13246         * src/textview.c
13247                 Fix uri_security_check
13248                 Patch by Alfons
13249
13250 2004-11-13 [paul]       0.9.12cvs146.8
13251
13252         * src/folder.c
13253         * src/procmime.c
13254                 fix 2 bugs introduced in last commit
13255
13256 2004-11-13 [paul]       0.9.12cvs146.7
13257
13258         * src/compose.c
13259         * src/exporthtml.c
13260         * src/exportldif.c
13261         * src/folder.c
13262         * src/imap.c
13263         * src/imap_gtk.c
13264         * src/main.c
13265         * src/mainwindow.c
13266         * src/messageview.c
13267         * src/mh_gtk.c
13268         * src/prefs_themes.c
13269         * src/procmime.c
13270         * src/setup.c
13271         * src/summaryview.c
13272                 replace deprecated g_basename
13273
13274 2004-11-13 [paul]       0.9.12cvs146.6
13275
13276         * src/compose.c
13277         * src/imap.c
13278         * src/matcher_parser.h
13279         * src/matcher_parser_parse.y
13280         * src/prefs_filtering.c
13281         * src/prefs_filtering_action.c
13282         * src/prefs_themes.c
13283         * src/prefs_toolbar.c
13284         * src/common/utils.c
13285                 various small fixes/cleanups
13286
13287 2004-11-12 [colin]      0.9.12cvs146.5
13288
13289         * src/textview.c
13290                 Validate event's origin on visibility notify
13291                 Patch by Alfons.
13292
13293 2004-11-12 [paul]       0.9.12cvs146.4
13294
13295         * src/exporthtml.c
13296         * src/exportldif.c
13297         * src/imap.c
13298         * src/mh.c
13299         * src/mimeview.c
13300         * src/prefs_spelling.c
13301         * src/prefs_themes.c
13302                 replace deprecated g_dirname    
13303
13304 2004-11-12 [colin]      0.9.12cvs146.3
13305
13306         * src/textview.c
13307                 Some coding style fixes
13308
13309 2004-11-12 [colin]      0.9.12cvs146.2
13310
13311         * src/codeconv.c
13312                 We want to replace _all_ extended chars in
13313                 conv_unreadable_*, because any string containing
13314                 extended chars not parsing as UTF8 is 
13315                 undisplayed on gtk2.
13316
13317 2004-11-12 [paul]       0.9.12cvs146.1
13318
13319         * ChangeLog
13320         * ChangeLog.claws
13321         * ChangeLog.jp
13322         * NEWS
13323         * configure.ac
13324         * src/account.c
13325         * src/folderview.c
13326         * src/folderview.h
13327         * src/imap.c
13328         * src/imap_gtk.c
13329         * src/inc.c
13330         * src/mainwindow.c
13331         * src/mh_gtk.c
13332         * src/news_gtk.c
13333         * src/pop.c
13334         * src/prefs_account.c
13335         * src/prefs_account.h
13336         * src/prefs_ext_prog.c
13337         * src/procmime.c
13338         * src/procmime.h
13339         * src/procmsg.c
13340         * src/procmsg.h
13341         * src/summary_search.c
13342         * src/summaryview.c
13343         * src/textview.c
13344         * src/common/defs.h
13345         * src/common/utils.c
13346         * src/common/utils.h
13347         * src/gtk/menu.c
13348         * src/gtk/menu.h
13349                 sync with HEAD
13350
13351 2004-11-11 [colin]      0.9.12cvs144.2
13352
13353         * src/textview.c
13354                 Fix URI range selection (patch by Alfons)
13355
13356 2004-11-09 [colin]      0.9.12cvs144.1
13357
13358         * ChangeLog.claws
13359         * src/compose.c
13360         * src/folder.c
13361         * src/folder_item_prefs.c
13362         * src/prefs_account.c
13363         * src/prefs_account.h
13364         * src/plugins/pgpmime/pgpmime.c
13365                 Sync with HEAD
13366
13367 2004-11-08 [colin]      0.9.12cvs143.1
13368
13369         * src/summaryview.c
13370                 Sync with HEAD (optimize quicksearch)
13371
13372 2004-11-08 [colin]      0.9.12cvs142.2
13373
13374         * src/compose.c
13375                 Don't wrap when Edit/Auto wrapping is disabled
13376
13377 2004-11-08 [colin]      0.9.12cvs142.1
13378
13379         * src/textview.c
13380                 Sync with HEAD
13381
13382 2004-11-08 [colin]      0.9.12cvs141.1
13383
13384         * src/textview.c
13385                 Sync with HEAD (fix some mail URIs)
13386
13387 2004-11-08 [colin]      0.9.12cvs140.3
13388
13389         * src/textview.c
13390                 o Use text cursor instead of arrow when
13391                   not on a link
13392                 o Fix handling of contiguous links (as in
13393                   "colin@colino.net" <colin@colino.net>)
13394                   This one unveils a bug in get_email_part()
13395
13396 2004-11-07 [colin]      0.9.12cvs140.2
13397
13398         * src/textview.c
13399                 Fix memleak. Patch by Alfons.
13400
13401 2004-11-06 [colin]      0.9.12cvs140.1
13402
13403         * src/compose.c
13404                 Sync with HEAD (don't ask passphrase
13405                 when drafting)
13406
13407 2004-11-06 [paul]       0.9.12cvs139.2
13408
13409         * AUTHORS
13410         * src/textview.c
13411         * src/textview.h
13412                 textview URI handling. hovering over a 
13413                 link displays it in the status bar,
13414                 and changes the mouse pointer to a hand 
13415                 cursor. a link is activated with a single 
13416                 click. (Modified from the) patch by Jean-Yves 
13417                 Lefort <jylefort@users.sourceforge.net>
13418                 
13419
13420 2004-11-05 [colin]      0.9.12cvs139.1
13421
13422         * src/compose.c
13423         * src/procmime.c
13424                 Sync with HEAD again ^^
13425
13426 2004-11-05 [colin]      0.9.12cvs139.1
13427
13428         * src/compose.c
13429         * src/procmime.c
13430                 Sync with HEAD
13431
13432 2004-11-03 [paul]       0.9.12cvs138.1
13433
13434         * ChangeLog.claws
13435         * configure.ac
13436         * po/POTFILES.in
13437         * src/prefs_ext_prog.c
13438         * src/procmime.c
13439         * tools/kdeservicemenu/README
13440         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13441         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13442                 sync with HEAD
13443
13444 2004-11-01 [christoph]  0.9.12cvs136.2
13445
13446         * src/procmime.c
13447                 convert MIME parameters to UTF-8
13448
13449 2004-10-29 [colin]      0.9.12cvs136.1
13450
13451         * src/common/utils.c
13452                 Sync with HEAD (don't use '=' in mime boundary)
13453
13454 2004-10-29 [paul]       0.9.12cvs135.1
13455
13456         * configure.ac
13457         * doc/src/rfc2231.txt
13458         * src/procmime.c
13459         * src/common/quoted-printable.c
13460         * src/common/utils.c
13461         * src/common/utils.h
13462                 sync with HEAD
13463
13464 2004-10-27 [paul]       0.9.12cvs134.1
13465
13466         * configure.ac
13467         * src/main.c
13468         * src/procmime.c
13469         * src/plugins/pgpmime/pgpmime.c
13470                 sync with HEAD
13471
13472 2004-10-26 [paul]       0.9.12cvs132.3
13473
13474         * src/account.c
13475         * src/addressbook.c
13476         * src/addrgather.c
13477         * src/addrharvest.c
13478         * src/codeconv.c
13479         * src/compose.c
13480         * src/customheader.c
13481         * src/editaddress.c
13482         * src/editgroup.c
13483         * src/enriched.c
13484         * src/expldifdlg.c
13485         * src/exporthtml.c
13486         * src/exportldif.c
13487         * src/folder.c
13488         * src/foldersel.c
13489         * src/folderview.c
13490         * src/grouplistdialog.c
13491         * src/html.c
13492         * src/imap.c
13493         * src/jpilot.c
13494         * src/ldapserver.c
13495         * src/ldif.c
13496         * src/mimeview.c
13497         * src/news.c
13498         * src/news_gtk.c
13499         * src/pop.c
13500         * src/prefs_display_header.c
13501         * src/prefs_gtk.c
13502         * src/prefs_msg_colors.c
13503         * src/prefs_toolbar.c
13504         * src/procheader.c
13505         * src/procmime.c
13506         * src/summaryview.c
13507         * src/textview.c
13508         * src/toolbar.c
13509         * src/vcard.c
13510         * src/common/mgutils.c
13511         * src/common/nntp.c
13512         * src/common/smtp.c
13513         * src/common/template.c
13514         * src/common/utils.c
13515         * src/common/xmlprops.c
13516         * src/plugins/pgpmime/pgpmime.c
13517         * src/plugins/pgpmime/select-keys.c
13518         * src/plugins/pgpmime/sgpgme.c
13519                 replace deprecated g_strcasecmp(), g_strncasecmp(),
13520                 g_string_sprintfa(), gtk_notebook_current_page()
13521
13522 2004-10-26 [colin]      0.9.12cvs132.2
13523
13524         * src/prefs_folder_item.c
13525                 Fix default-account selection
13526
13527 2004-10-21 [colin]      0.9.12cvs133
13528
13529         * src/compose.c
13530                 Sync with HEAD (Remove extra separator in compose's Options)
13531         * src/textview.c
13532                 Set wrapping to char
13533
13534 2004-10-21 [paul]       0.9.12cvs131.2
13535
13536         * src/compose.c
13537         * src/sourcewindow.c
13538                 fix wrapping
13539                 fix window shrinking 
13540
13541 2004-10-21 [colin]      0.9.12cvs131.1
13542
13543         * ChangeLog.claws
13544         * src/compose.c
13545                 Sync with HEAD
13546
13547 2004-10-21 [paul]       0.9.12cvs130.2
13548
13549         * src/prefs_folder_item.c
13550                 sync with HEAD (Apply to subfolders)
13551
13552 2004-10-19 [colin]      0.9.12cvs130.1
13553
13554         * ChangeLog.claws
13555         * src/compose.c
13556         * src/common/utils.c
13557         * src/gtk/menu.c
13558                 Sync with HEAD
13559
13560 2004-10-19 [colin]      0.9.12cvs128.1
13561
13562         * src/addrbook.c
13563         * src/addrcache.c
13564         * src/addressbook.c
13565         * src/codeconv.c
13566         * src/compose.c
13567         * src/customheader.c
13568         * src/editaddress.c
13569         * src/editgroup.c
13570         * src/exporthtml.c
13571         * src/folder.c
13572         * src/folderview.c
13573         * src/imap.c
13574         * src/jpilot.c
13575         * src/main.c
13576         * src/matcher_parser_parse.y
13577         * src/mbox.c
13578         * src/pop.c
13579         * src/prefs_account.c
13580         * src/prefs_gtk.c
13581         * src/prefs_msg_colors.c
13582         * src/procheader.c
13583         * src/procmime.c
13584         * src/procmime.h
13585         * src/procmsg.c
13586         * src/summaryview.c
13587         * src/textview.c
13588         * src/common/base64.c
13589         * src/common/partial_download.c
13590         * src/common/socket.c
13591         * src/common/sylpheed.c
13592         * src/common/utils.c
13593         * src/common/utils.h
13594         * src/gtk/pluginwindow.c
13595         * src/gtk/quicksearch.c
13596         * src/plugins/clamav/clamav_plugin.c
13597         * src/plugins/clamav/clamav_plugin.h
13598         * src/plugins/clamav/clamav_plugin_gtk.c
13599         * src/plugins/pgpmime/passphrase.c
13600         * src/plugins/pgpmime/pgpmime.c
13601         * src/plugins/pgpmime/plugin.c
13602         * src/plugins/pgpmime/prefs_gpg.c
13603         * src/plugins/pgpmime/prefs_gpg.h
13604         * src/plugins/pgpmime/select-keys.c
13605         * src/plugins/pgpmime/sgpgme.c
13606         * src/plugins/spamassassin/libspamc.c
13607         * src/plugins/spamassassin/spamassassin.c
13608         * src/plugins/spamassassin/spamassassin.h
13609         * src/plugins/spamassassin/spamassassin_gtk.c
13610         * src/plugins/trayicon/trayicon.c
13611         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
13612                 Sync with HEAD
13613
13614 2004-10-14 [colin]      0.9.12cvs126.2
13615
13616         * src/codeconv.c
13617         * src/textview.c
13618                 Fix conv_unreadable_locale
13619
13620 2004-10-13 [colin]      0.9.12cvs126.1
13621
13622         * src/compose.c
13623                 Sync with HEAD (don't convert charset for 
13624                 drafted messages, minor cleanup)
13625
13626 2004-10-13 [colin]      0.9.12cvs125.1
13627
13628         * po/POTFILES.in
13629                 Sync with HEAD (POTFILES fix)
13630
13631 2004-10-12 [colin]      0.9.12cvs124.3
13632
13633         * src/compose.c
13634                 Fix encoding bug from latest sync
13635
13636 2004-10-12 [paul]       0.9.12cvs124.2
13637
13638         * src/plugins/pgpmime/prefs_gpg.c
13639         * src/plugins/pgpmime/prefs_gpg.h
13640                 forgotten in last commit        
13641
13642 2004-10-12 [paul]       0.9.12cvs124.1
13643
13644         * ChangeLog.claws
13645         * configure.ac
13646         * m4/spamassassin.m4
13647         * src/Makefile.am
13648         * src/account.c
13649         * src/compose.c
13650         * src/compose.h
13651         * src/crash.c
13652         * src/main.c
13653         * src/mimeview.c
13654         * src/passphrase.c
13655         * src/passphrase.h
13656         * src/prefs_account.c
13657         * src/prefs_account.h
13658         * src/prefs_common.c
13659         * src/privacy.c
13660         * src/privacy.h
13661         * src/procmime.c
13662         * src/procmime.h
13663         * src/procmsg.c
13664         * src/rfc2015.c
13665         * src/rfc2015.h
13666         * src/select-keys.c
13667         * src/select-keys.h
13668         * src/textview.c
13669         * src/common/utils.c
13670         * src/common/utils.h
13671         * src/gtk/about.c
13672         * src/plugins/pgpmime/Makefile.am
13673         * src/plugins/pgpmime/passphrase.c
13674         * src/plugins/pgpmime/passphrase.h
13675         * src/plugins/pgpmime/pgpmime.c
13676         * src/plugins/pgpmime/plugin.c
13677         * src/plugins/pgpmime/select-keys.c
13678         * src/plugins/pgpmime/select-keys.h
13679         * src/plugins/pgpmime/sgpgme.c
13680         * src/plugins/pgpmime/sgpgme.h
13681                 sync with HEAD
13682
13683 2004-10-04 [colin]      0.9.12cvs122.1
13684
13685         * src/mainwindow.c
13686         * src/messageview.c
13687         * src/messageview.h
13688         * src/textview.c
13689                 Sync with HEAD
13690
13691 2004-10-04 [colin]      0.9.12cvs121.1
13692
13693         * src/summaryview.c
13694                 Sync with HEAD
13695
13696 2004-10-04 [paul]       0.9.12cvs120.1
13697
13698         * configure.ac
13699                 sync with HEAD [don't try to build 
13700                 pgpmime plugin when gpgme is disabled]
13701
13702 2004-10-03 [colin]      0.9.12cvs119.3
13703
13704         * src/gtk/gtksctree.c
13705                 Lots of side effects. Put back as before 117.2.
13706         * src/summaryview.c
13707                 Fix bug #602
13708
13709 2004-10-03 [colin]      0.9.12cvs119.2
13710
13711         * src/gtk/gtksctree.c
13712                 Revert 608 fix that doesn't work that good
13713
13714 2004-10-02 [colin]      0.9.12cvs119.1
13715
13716         * src/mainwindow.c
13717         * src/messageview.c
13718         * src/prefs_common.h
13719         * src/procmime.c
13720         * src/procmime.h
13721         * src/textview.c
13722                 Sync with HEAD
13723         * src/gtk/gtksctree.c
13724                 Close bug #608
13725
13726 2004-10-01 [colin]      0.9.12cvs118.1
13727
13728         * src/mimeview.c
13729                 Sync with HEAD (better Save All fix)
13730
13731 2004-10-01 [colin]      0.9.12cvs117.2
13732
13733         * src/gtk/gtksctree.c
13734                 Faster on selection
13735
13736 2004-10-01 [colin]      0.9.12cvs117.1
13737
13738         * src/mimeview.c
13739                 Sync with HEAD (Save All: only attachments)
13740
13741 2004-10-01 [paul]       0.9.12cvs116.1
13742
13743         * ChangeLog.claws
13744         * configure.ac
13745         * src/account.c
13746         * src/prefs_common.c
13747         * src/gtk/colorlabel.c
13748                 sync with HEAD
13749
13750 2004-09-30 [colin]      0.9.12cvs115.1
13751
13752         * src/stock_pixmap.c
13753         * src/stock_pixmap.h
13754         * src/folderview.c
13755         * src/Makefile.am
13756         * src/pixmaps/read.xpm
13757                 Sync with HEAD (new pixmap)
13758
13759 2004-09-29 [colin]      0.9.12cvs114.1
13760
13761         * src/compose.c
13762                 Sync with HEAD
13763                 Fix focus handling in headers
13764
13765 2004-09-29 [paul]       0.9.12cvs113.1
13766
13767         * src/quote_fmt_parse.y
13768                 sync with HEAD
13769  
13770
13771 2004-09-28 [colin]      0.9.12cvs112.1
13772
13773         * src/folderview.c
13774         * src/mainwindow.c
13775                 Sync with HEAD
13776
13777 2004-09-28 [colin]      0.9.12cvs110.1
13778
13779         * src/folderview.c
13780                 Sync with HEAD (Contextual Empty trash menu)
13781
13782 2004-09-28 [colin]      0.9.12cvs108.1
13783
13784         * src/addressbook.c
13785                 Sync with HEAD (addressbook edit on double-click)
13786
13787 2004-09-28 [colin]      0.9.12cvs106.1
13788
13789         * src/inc.c
13790                 Sync with HEAD (folder_item freeze on inc)
13791
13792 2004-09-27 [colin]      0.9.12cvs105.1
13793
13794         * src/folderview.c
13795                 Sync with HEAD (right-align new and unread column)
13796
13797 2004-09-27 [colin]      0.9.12cvs104.1
13798
13799         * src/main.c
13800                 Sync with HEAD (revert 0.9.12cvs101)
13801
13802 2004-09-24 [colin]      0.9.12cvs103.2
13803
13804         * src/wizard.c
13805                 Fix gtk warnings and use domain part of the email address 
13806                 when domain detection fails (no dot in domain name)
13807
13808 2004-09-23 [colin]      0.9.12cvs103.1
13809
13810         * src/plugins/spamassassin/libspamc.c
13811         * src/plugins/spamassassin/libspamc.h
13812         * src/plugins/spamassassin/utils.c
13813         * src/plugins/spamassassin/utils.h
13814                 Sync with HEAD (Update spamassassin to 3.0)
13815
13816 2004-09-21 [colin]      0.9.12cvs102.3
13817
13818         * src/action.c
13819                 Add horizontal scrollbar in action io dialog as needed
13820                 Patch by Alfons.
13821
13822 2004-09-20 [colin]      0.9.12cvs102.2
13823
13824         * src/plugins/image_viewer/viewer.c
13825                 Remove imlib stuff
13826                 use gtk_pixmap_set when clearing
13827                 (would be better to use gtkImages, but causes size-allocate 
13828                 signals storm)
13829
13830 2004-09-17 [paul]       0.9.12cvs102.1
13831
13832         * ChangeLog
13833         * ChangeLog.claws
13834         * ChangeLog.jp
13835         * configure.ac
13836         * src/inc.c
13837                 sync with HEAD
13838
13839
13840 2004-09-17 [colin]      0.9.12cvs101.1
13841
13842         * ChangeLog.claws
13843         * src/main.c
13844                 Sync with HEAD (fix segs at exit)
13845
13846 2004-09-14 [colin]      0.9.12cvs99.5
13847
13848         * src/common/socket.c
13849         * AUTHORS
13850                 Fix send error on 64bit platforms
13851                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
13852
13853 2004-09-14 [colin]      0.9.12cvs99.4
13854
13855         * src/action.c
13856                 Fix action output with utf8 
13857                 Patch by Alfons.
13858
13859 2004-09-14 [colin]      0.9.12cvs99.3
13860
13861         * ChangeLog.claws
13862         * src/folder.c
13863                 Sync with HEAD
13864
13865 2004-09-09 [colin]      0.9.12cvs99.2
13866
13867         * src/action.c
13868                 Fix progress bar (displaying "Completed %v/%u")
13869                 Patch by Alfons.
13870
13871 2004-09-08 [colin]      0.9.12cvs99.1
13872
13873         * src/account.c
13874         * src/folder.c
13875         * src/procmsg.c
13876         * src/procmsg.h
13877         * src/plugins/pgpmime/pgpmime.c
13878                 Sync with HEAD
13879
13880 2004-09-08 [colin]      0.9.12cvs97.2
13881
13882         * src/summaryview.c
13883                 Don't select mails in collapsed threads 
13884                 when navigating with up/down
13885
13886 2004-09-07 [colin]      0.9.12cvs97.1
13887
13888         * src/inc.c
13889                 Sync with HEAD (meaningful error messages)
13890
13891 2004-09-06 [colin]      0.9.12cvs96.1
13892
13893         * src/toolbar.c
13894                 Sync with HEAD (fix Redirect graying out)
13895
13896 2004-09-06 [colin]      0.9.12cvs95.1
13897
13898         * src/summaryview.c
13899         * src/mimeview.c
13900                 Sync with HEAD (fix dropped URIs)
13901
13902 2004-09-06 [colin]      0.9.12cvs94.1
13903
13904         * src/addressbook.c
13905         * src/addressitem.h
13906         * src/addritem.c
13907         * src/addritem.h
13908                 Sync with HEAD (addressbook DnD)
13909
13910 2004-09-03 [colin]      0.9.12cvs93.1
13911
13912         * src/summaryview.c
13913                 Sync with HEAD (next/prev unread)
13914
13915 2004-09-03 [colin]      0.9.12cvs92.1
13916
13917         * src/prefs_common.c
13918         * src/prefs_common.h
13919         * src/summaryview.c
13920                 Sync with HEAD ('mark_as_read_delay' pref)
13921
13922 2004-09-02 [colin]      0.9.12cvs91.2
13923
13924         * src/common/xml.c
13925                 Fix leak
13926
13927 2004-09-02 [colin]      0.9.12cvs91.1
13928
13929         * src/gtk/menu.c
13930                 Sync with HEAD (menu accel don't work, but whatever)
13931
13932 2004-09-02 [colin]      0.9.12cvs90.1
13933
13934         * src/account.c
13935                 Sync with HEAD (fix bug 582)
13936
13937 2004-09-02 [colin]      0.9.12cvs89.1
13938
13939         * src/addrindex.c
13940                 Sync with HEAD (free deleted queries)
13941
13942 2004-09-02 [colin]      0.9.12cvs88.1
13943
13944         * src/ldapquery.c
13945                 Sync with HEAD (fix LDAP freezes)
13946
13947 2004-09-02 [colin]      0.9.12cvs87.1
13948
13949         * src/prefs_spelling.c
13950                 Sync with HEAD (add default dictionary)
13951
13952 2004-09-01 [colin]      0.9.12cvs86.1
13953
13954         * src/filtering.c
13955         * src/folderview.c
13956         * src/imap.c
13957         * src/prefs_matcher.c
13958         * src/stock_pixmap.c
13959         * src/summary_search.c
13960         * src/summaryview.c
13961         * src/wizard.c
13962         * src/wizard.h
13963                 Sync with HEAD (uninitialized vars fixes)
13964                 + gtk2 specific warning fixes
13965
13966 2004-08-31 [colin]      0.9.12cvs85.1
13967
13968         * src/folder.c
13969                 Sync with HEAD (Fix memory corruption due to 
13970                 uninitialized var)
13971
13972 2004-08-31 [colin]      0.9.12cvs84.4
13973
13974         * src/summary_search.c
13975                 Fix segfaults when searching in folders with broken headers
13976
13977 2004-08-31 [colin]      0.9.12cvs84.3
13978
13979         * src/compose.c
13980         * src/textview.c
13981                 Fix some more encoding/decoding issues
13982
13983 2004-08-30 [colin]      0.9.12cvs84.2
13984
13985         * src/mimeview.c
13986         * src/prefs_themes.c
13987         * src/gtk/filesel.c
13988         * src/gtk/filesel.h
13989                 Add a folder-mode selection (fixes mimeview's "Save all")
13990
13991 2004-08-29 [colin]      0.9.12cvs84.1
13992
13993         * src/mimeview.c
13994                 Sync with HEAD (don't escape saved filenames)
13995
13996 2004-08-27 [colin]      0.9.12cvs83.1
13997
13998         * ChangeLog
13999         * ChangeLog.claws
14000         * ChangeLog.jp
14001         * src/mh.c
14002         * src/procheader.c
14003         * src/procmsg.c
14004         * src/procmsg.h
14005         * src/common/utils.c
14006         * src/gtk/menu.h
14007         * po/
14008                 Sync with HEAD 0.9.12cvs83 (sync with main)
14009
14010 2004-08-26 [colin]      0.9.12cvs82.4
14011
14012         * src/codeconv.c
14013                 Fix strange stack corruption
14014                 Convert to utf8 after unmime, not before
14015
14016 2004-08-26 [colin]      0.9.12cvs82.3
14017
14018         * src/main.c
14019         * src/wizard.c
14020                 Fix account folders duplication
14021
14022 2004-08-25 [colin]      0.9.12cvs82.2
14023
14024         * src/wizard.c
14025                 Remove ports
14026                 Add SSL selection
14027                 Use login@server as account name
14028
14029 2004-08-25 [colin]      0.9.12cvs82.1
14030
14031         * src/plugins/pgpmime/pgpmime.c
14032                 Sync with HEAD (leak fix).
14033
14034 2004-08-25 [colin]      0.9.12cvs81.1
14035
14036         * src/plugins/pgpmime/pgpmime.c
14037         * src/plugins/pgpmime/sgpgme.c
14038         * src/plugins/pgpmime/sgpgme.h
14039                 Sync with HEAD (Handle combined messages).
14040
14041 2004-08-24 [colin]      0.9.12cvs80.3
14042
14043         * src/wizard.c
14044                 Fix full name, ports, and imap
14045
14046 2004-08-24 [colin]      0.9.12cvs80.2
14047
14048         * src/Makefile.am
14049         * src/main.c
14050         * src/setup.c
14051         * src/setup.h
14052         * src/stock_pixmap.c
14053         * src/stock_pixmap.h
14054         * src/wizard.c ** ADDED **
14055         * src/wizard.h ** ADDED ** 
14056         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
14057                 Add a setup wizard 
14058
14059 2004-08-24 [colin]      0.9.12cvs80.1
14060
14061         * src/folder.c
14062                 Sync with HEAD (set mimeflags on all messages)
14063
14064 2004-08-24 [colin]      0.9.12cvs79.3
14065
14066         * src/matcher_parser_lex.l
14067                 Fix 8bits strings not in utf8
14068
14069 2004-08-24 [colin]      0.9.12cvs79.2
14070
14071         * src/compose.c
14072                 Check conversion result before replacing buffer
14073
14074 2004-08-23 [colin]      0.9.12cvs79.1
14075
14076         * src/compose.c
14077                 Sync with HEAD (create message header in memory)
14078
14079 2004-08-23 [colin]      0.9.12cvs78.1
14080
14081         * src/rfc2015.c
14082         * src/rfc2015.h
14083                 Sync with HEAD (fix bug 197 again)
14084
14085 2004-08-23 [colin]      0.9.12cvs77.3
14086
14087         * src/compose.c
14088                 Fix again inline gpg signing (which outputs utf8
14089                 in gtk2). Not syncing this fix to HEAD as this 
14090                 code is meant to die.
14091
14092 2004-08-23 [colin]      0.9.12cvs77.2
14093
14094         * src/prefs_account.h
14095                 Remove useless include
14096
14097 2004-08-23 [colin]      0.9.12cvs77.1
14098
14099         * src/imap.c
14100         * po/es.po
14101         * po/fr.po
14102         * po/it.po
14103         * po/pl.po
14104         * po/pt_BR.po
14105         * po/sk.po
14106         * po/sr.po
14107                 Sync with HEAD (fix bug 577)
14108
14109 2004-08-22 [colin]      0.9.12cvs76.1
14110
14111         * src/plugins/trayicon/trayicon.c
14112                 Sync with HEAD (fix formatting bug)
14113
14114 2004-08-21 [colin]      0.9.12cvs74.2
14115
14116         * src/gtk/colorsel.c
14117                 Fix bug 564 (Folder color selection window exits on any
14118                 keypress)
14119
14120 2004-08-21 [colin]      0.9.12cvs74.1
14121
14122         * ChangeLog.claws
14123         * src/compose.c
14124         * src/summaryview.c
14125         * src/toolbar.c
14126                 Sync with HEAD (fix bug 576)
14127
14128 2004-08-21 [colin]      0.9.12cvs70.1
14129
14130         * src/compose.c
14131         * src/mainwindow.c
14132                 Sync with HEAD
14133                 
14134
14135 2004-08-21 [paul]       0.9.12cvs66.4
14136
14137         * src/mainwindow.c
14138         * src/messageview.c
14139         * src/gtk/menu.c
14140         * src/plugins/spamassassin/spamassassin_gtk.c
14141                 remove some deprecated gtk1 functions
14142
14143
14144 2004-08-21 [colin]      0.9.12cvs66.3
14145
14146         * src/compose.c
14147         * src/codeconv.c
14148                 Fix warnings
14149                 Remove encoding hacks
14150                 Fix bug 575 (Strange character messes up message)
14151                 Don't display conversion error when drafting
14152
14153 2004-08-21 [paul]       0.9.12cvs66.2
14154
14155         * src/prefs_account.c
14156                 fix GnuPG mode bugs
14157
14158
14159 2004-08-20 [colin]      0.9.12cvs66.1
14160
14161         * src/codeconv.c
14162                 Sync with HEAD 0.9.12cvs66
14163
14164 2004-08-20 [paul]
14165
14166         * src/plugins/pgpmime/plugin.c
14167                 modify PGP/MIME plugin's description
14168
14169 2004-08-17 [colin]      0.9.12cvs65.1
14170
14171         * src/common/ssl.c
14172         * src/plugins/pgpmime/plugin.c
14173                 Sync with HEAD
14174
14175 2004-08-14 [colin]      0.9.12cvs60.3
14176
14177         * src/plugins/trayicon/trayicon.c
14178                 Put back resize callback, on size-request signal
14179                 rather than size-allocate to avoid infinite 
14180                 callback loop
14181
14182 2004-08-13 [colin]      0.9.12cvs60.2
14183
14184         * src/common/defs.h
14185                 Cache versions have been fixed
14186
14187 2004-08-13 [colin]      0.9.12cvs60.1
14188
14189         * src/folderutils.c
14190                 Sync with HEAD
14191
14192 2004-08-12 [colin]      0.9.12cvs59.1
14193
14194         * src/plugins/trayicon/trayicon.c
14195                 Sync with HEAD
14196
14197 2004-08-12 [colin]      0.9.12cvs57.5
14198
14199         * sylpheed.desktop
14200         * configure.ac
14201         * src/Makefile.am
14202         * src/main.c
14203                 Add support for Freedesktop.org's startup notification
14204
14205 2004-08-11 [colin]      0.9.12cvs57.4
14206
14207         * src/textview.c
14208                 Fix off-by-one
14209
14210 2004-08-11 [colin]      0.9.12cvs57.3
14211
14212         * src/message_search.c
14213         * src/summary_search.c
14214                 Make searches case insensitive by default
14215         * src/textview.c
14216                 Fix case-insensitive search in message
14217
14218 2004-08-11 [colin]      0.9.12cvs57.2
14219
14220         * src/summary_search.c
14221                 Let case-sensitive be specified
14222
14223 2004-08-10 [colin]      0.9.12cvs55.4
14224
14225         * src/common/socket.c
14226                 Fix the possible race condition
14227
14228 2004-08-09 [paul]       0.9.12cvs55.3
14229
14230         * configure.ac
14231         * src/Makefile.am
14232         * src/common/Makefile.am
14233                 sync with HEAD
14234
14235
14236 2004-08-09 [paul]       0.9.12cvs55.2
14237
14238         * autogen.sh
14239         * po/poconv.sh
14240                 remove unneeded script
14241
14242         * configure.ac
14243                 add forgotten USE_LDAP_TLS (sync with HEAD)
14244
14245
14246 2004-08-09 [colin]      0.9.12cvs55.1
14247
14248         * src/main.c
14249         * src/common/ssl.c
14250         * src/common/sylpheed.c
14251         * src/common/sylpheed.h
14252                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
14253
14254 2004-08-09 [paul]       0.9.12cvs54.1
14255
14256         * ChangeLog
14257         * ChangeLog.claws
14258         * ChangeLog.jp
14259         * configure.ac
14260         * po/POTFILES.in
14261         * src/Makefile.am
14262         * src/folderutils.c
14263         * src/main.c
14264         * src/pgpmime.c
14265         * src/pgpmime.h
14266         * src/sgpgme.c
14267         * src/sgpgme.h
14268         * src/plugins/Makefile.am
14269         * src/plugins/pgpmime/.cvsignore
14270         * src/plugins/pgpmime/Makefile.am
14271         * src/plugins/pgpmime/pgpmime.c
14272         * src/plugins/pgpmime/pgpmime.h
14273         * src/plugins/pgpmime/plugin.c
14274         * src/plugins/pgpmime/sgpgme.c
14275         * src/plugins/pgpmime/sgpgme.h
14276                 sync with HEAD
14277
14278 2004-08-08 [paul]       0.9.12cvs51.1
14279
14280         * configure.ac
14281         * src/folder.c
14282                 sync with HEAD
14283
14284 2004-08-07 [colin]      0.9.12cvs50.1
14285
14286         * src/pop.c
14287         * src/common/partial_download.c
14288                 fix warnings (sync from HEAD)
14289
14290 2004-08-07 [colin]      0.9.12cvs48.1
14291
14292         * src/prefs_folder_item.c
14293                 sync with HEAD 0.9.12cvs48
14294
14295 2004-08-06 [colin]      0.9.12cvs47.1
14296
14297         * src/compose.c
14298                 Sync with HEAD
14299
14300 2004-08-06 [christoph]  0.9.12cvs46.2
14301
14302         * src/main.c
14303         * src/plugins/clamav/clamav_plugin_gtk.c
14304         * src/plugins/dillo_viewer/dillo_viewer.c
14305         * src/plugins/image_viewer/plugin.c
14306         * src/plugins/mathml_viewer/mathml_viewer.c
14307         * src/plugins/spamassassin/spamassassin_gtk.c
14308         * src/plugins/trayicon/trayicon.c
14309                 don't mix GTK1.2 plugin with GTK2 plugins
14310
14311 2004-08-06 [colin]      0.9.12cvs46.1
14312
14313         * ChangeLog
14314         * ChangeLog.claws
14315         * ChangeLog.jp
14316         * configure.ac
14317         * sylpheed-claws.pc.in
14318         * src/folder.c
14319         * src/imap.c
14320         * src/localfolder.c
14321         * src/messageview.c
14322         * src/mimeview.c
14323         * src/mimeview.h
14324         * src/msgcache.c
14325         * src/news.c
14326         * src/prefs_ext_prog.c
14327         * src/prefs_folder_item.c
14328         * src/prefs_fonts.c
14329         * src/prefs_msg_colors.c
14330         * src/prefs_spelling.c
14331         * src/prefs_themes.c
14332         * src/prefs_toolbar.c
14333         * src/prefs_wrapping.c
14334         * src/procmime.h
14335         * src/common/defs.h
14336         * src/common/nntp.c
14337         * src/common/session.c
14338         * src/common/session.h
14339         * src/common/socket.c
14340         * src/common/utils.h
14341         * src/common/xml.c
14342         * src/common/xml.h
14343         * src/gtk/prefswindow.c
14344         * src/gtk/prefswindow.h
14345         * src/plugins/clamav/clamav_plugin_gtk.c
14346         * src/plugins/dillo_viewer/dillo_prefs.c
14347         * src/plugins/image_viewer/viewerprefs.c
14348         * src/plugins/spamassassin/spamassassin_gtk.c
14349         * m4/openssl.m4 *** REMOVED ***
14350                 Sync with HEAD 0.9.12cvs46
14351
14352 2004-08-03 [paul]       0.9.12cvs40.2
14353
14354         * src/action.c
14355         * src/addressadd.c
14356         * src/addressbook.c
14357         * src/addrgather.c
14358         * src/browseldap.c
14359         * src/compose.c
14360         * src/crash.c
14361         * src/editaddress.c
14362         * src/editgroup.c
14363         * src/editldap_basedn.c
14364         * src/foldersel.c
14365         * src/importldif.c
14366         * src/mimeview.c
14367         * src/prefs_common.c
14368         * src/prefs_template.c
14369         * src/sourcewindow.c
14370         * src/summaryview.c
14371         * src/gtk/about.c
14372         * src/gtk/foldersort.c
14373         * src/gtk/logwindow.c
14374         * src/gtk/pluginwindow.c
14375         * src/gtk/prefswindow.c
14376                 change all gtk_scrolled_window_set_policy from 
14377                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
14378
14379 2004-08-02 [paul]       0.9.12cvs40.1
14380
14381         * AUTHORS
14382                 update translation team section
14383         * po/pt_BR.po
14384                 updated by Frederico Goncalves Guimaraes
14385                 <fggdebian@yahoo.com.br>
14386
14387 2004-07-31 [colin]      0.9.12cvs39.9
14388
14389         * src/exphtmldlg.c
14390                 Fix compilation
14391
14392 2004-07-31 [colin]      0.9.12cvs39.8
14393
14394         * src/exphtmldlg.c
14395                 Fix an alertpanel type
14396
14397 2004-07-30 [colin]      0.9.12cvs39.7
14398
14399         * src/alertpanel.c
14400                 Fix alertpanel_error_log's icon
14401
14402 2004-07-30 [colin]      0.9.12cvs39.6
14403
14404         * src/pop.c
14405                 Two of them should still be warnings
14406
14407 2004-07-30 [colin]      0.9.12cvs39.5
14408
14409         * src/pop.c
14410                 More warning -> error
14411 2004-07-29 [colin]      0.9.12cvs39.4
14412
14413         * src/pop.c
14414                 Warning -> error
14415
14416 2004-07-29 [colin]      0.9.12cvs39.3
14417
14418         * src/prefs_matcher.c
14419                 Fix segfault
14420
14421 2004-07-29 [colin]      0.9.12cvs39.2
14422
14423         * src/alertpanel.c
14424                 More nice-looking alertpanels
14425
14426 2004-07-29 [colin]      0.9.12cvs39.1
14427
14428         * src/messageview.c
14429                 sync with head
14430                 (inform user when partial mail is deleted on server)
14431
14432 2004-07-29 [colin]      0.9.12cvs38.1
14433
14434         * src/messageview.c
14435                 sync with head
14436
14437 2004-07-28 [paul]       0.9.12cvs37.7
14438
14439         * src/mainwindow.c
14440                 complete the replacement of deprecated gtk_progress_*
14441
14442 2004-07-28 [paul]       0.9.12cvs37.6
14443
14444         * src/action.c
14445         * src/inc.c
14446         * src/mainwindow.c
14447         * src/send_message.c
14448         * src/gtk/progressdialog.c
14449         * src/gtk/progressdialog.h
14450                 replace deprecated gtk_progress_*
14451
14452 2004-07-28 [paul]       0.9.12cvs37.5
14453
14454         * src/gtk/filesel.c
14455                 remove gtk_window_set_wmclass()
14456 2004-07-28 [paul]       0.9.12cvs37.4
14457
14458         * src/addressbook.c
14459         * src/compose.c
14460         * src/foldersel.c
14461         * src/mainwindow.c
14462         * src/messageview.c
14463         * src/sourcewindow.c
14464         * src/gtk/logwindow.c
14465                 remove gtk_window_set_wmclass()
14466                 
14467         * src/prefs_filtering.c
14468         * src/prefs_filtering_action.c
14469         * src/prefs_fonts.c
14470         * src/prefs_gtk.c
14471         * src/prefs_matcher.c
14472         * src/ssl_manager.c
14473         * src/gtk/prefswindow.c
14474                 replace gtk_window_position()
14475
14476 2004-07-28 [colin]      0.9.12cvs37.3
14477
14478         * src/alertpanel.c
14479         * src/alertpanel.h
14480                 Add a way to specify panel type for specific
14481                 panels (alertpanel())
14482         * src/account.c
14483         * src/addressbook.c
14484         * src/compose.c
14485         * src/expldifdlg.c
14486         * src/main.c
14487         * src/messageview.c
14488         * src/summaryview.c
14489         * src/textview.c
14490         * src/gtk/sslcertwindow.c
14491                 Fix alertpanel()s so that their icon match
14492                 their real type
14493
14494 2004-07-28 [paul]       0.9.12cvs37.2
14495
14496         * src/addr_compl.c
14497         * src/addressbook.c
14498         * src/alertpanel.c
14499         * src/compose.c
14500         * src/export.c
14501         * src/foldersel.c
14502         * src/folderview.c
14503         * src/grouplistdialog.c
14504         * src/import.c
14505         * src/mainwindow.c
14506         * src/message_search.c
14507         * src/messageview.c
14508         * src/passphrase.c
14509         * src/prefs_actions.c
14510         * src/prefs_common.c
14511         * src/prefs_customheader.c
14512         * src/prefs_display_header.c
14513         * src/prefs_filtering.c
14514         * src/prefs_filtering_action.c
14515         * src/prefs_gtk.c
14516         * src/prefs_matcher.c
14517         * src/prefs_msg_colors.c
14518         * src/prefs_summary_column.c
14519         * src/prefs_template.c
14520         * src/sourcewindow.c
14521         * src/ssl_manager.c
14522         * src/summary_search.c
14523         * src/gtk/colorsel.c
14524         * src/gtk/description_window.c
14525         * src/gtk/gtkaspell.c
14526         * src/gtk/inputdialog.c
14527         * src/gtk/logwindow.c
14528         * src/gtk/prefswindow.c
14529         * src/gtk/progressdialog.c
14530                 replace deprecated gtk_window_set_policy
14531
14532 2004-07-27 [colin]      0.9.12cvs37.1
14533
14534         * src/msgcache.c
14535                 More fixes (synced for head again)
14536
14537 2004-07-27 [colin]      0.9.12cvs35.3
14538
14539         * src/msgcache.c
14540                 Fix wrong test
14541
14542 2004-07-27 [colin]      0.9.12cvs35.2
14543
14544         * src/mimeview.c
14545                 Fix width a bit (by Paul)
14546         * src/alertpanel.c
14547         * src/alertpanel.h
14548                 Specialize icons, make alertpanel_message()
14549                 private
14550         * src/message_search.c
14551         * src/sgpgme.c
14552         * src/summary_search.c
14553                 Suit alertpanel changes
14554
14555 2004-07-27 [colin]      0.9.12cvs35.1
14556
14557         * src/alertpanel.c
14558                 Add an icon
14559         * src/passphrase.c
14560                 Add debug output - maybe someone will
14561                 want to look at the problem with Grab
14562                 Input :)
14563         Bump version as we're synced with HEAD
14564
14565 2004-07-26 [colin]      0.9.12cvs33.26
14566
14567         * src/pop.c
14568                 Fix uidl-file parsing when not in new
14569                 format
14570
14571 2004-07-26 [colin]      0.9.12cvs33.25
14572
14573         * src/gtk/menu.c
14574                 Move popup menu up if necessary (fixes 
14575                 account selector)
14576         * src/mainwindow.c
14577                 Set account selector's button height to
14578                 minimum
14579
14580 2004-07-26 [colin]      0.9.12cvs33.24
14581
14582         * src/alertpanel.c
14583                 Maybe fix 551 (Truncated font in alert window)
14584
14585 2004-07-26 [colin]      0.9.12cvs33.23
14586
14587         * po/de.po
14588         * po/es.po
14589         * po/fr.po
14590         * po/it.po
14591         * po/ja.po
14592         * po/pl.po
14593         * po/ru.po
14594         * po/sk.po
14595         * po/sr.po
14596         * po/zh_CN.po
14597                 Sync po files with HEAD
14598
14599 2004-07-26 [paul]       0.9.12cvs33.22
14600
14601         * src/compose.c
14602                 fix Bug 556 'Organisation-header is sent even if empty'
14603
14604 2004-07-24 [colin]      0.9.12cvs33.21
14605
14606         * src/compose.c
14607         * src/gtk/gtkaspell.c
14608         * src/gtk/gtkaspell.h
14609                 Fix speller accelerators (require hack)
14610
14611 2004-07-24 [colin]      0.9.12cvs33.20
14612
14613         * src/gtk/gtkaspell.c
14614                 Fix over-eager code deletion breaking
14615                 Check while typing
14616
14617 2004-07-24 [colin]      0.9.12cvs33.19
14618
14619         * src/browseldap.c
14620         * src/ldapctrl.c
14621         * src/ldapctrl.h
14622         * src/ldapserver.h
14623                 Sync ldap with HEAD
14624         (Fixes 546 LDAP completely broken)
14625
14626 2004-07-24 [colin]      0.9.12cvs33.18
14627
14628         * src/prefs_msg_colors.c
14629                 Fix prototype mismatch
14630         (Fixes 547 void function cannot return value)
14631
14632 2004-07-24 [colin]      0.9.12cvs33.17
14633
14634         * src/mainwindow.c
14635                 Fix sort going back to previous sort key
14636                 when changing sort direction
14637
14638 2004-07-24 [colin]      0.9.12cvs33.16
14639
14640         * src/compose.c
14641                 Fix space insertion when re-wrapping at 
14642                 cursor point
14643
14644 2004-07-24 [colin]      0.9.12cvs33.15
14645
14646         * src/gtk/gtkaspell.c
14647                 Don't change cursor position in insert-text
14648                 callback
14649         (Fixes 539 Word wrapping on input transposes letters)
14650
14651 2004-07-24 [colin]      0.9.12cvs33.14
14652
14653         * src/gtk/gtkaspell.c
14654                 Reencode non-ascii chars to dictionary's
14655                 encoding
14656         (Fixes 544 Spell check broken non english locale)
14657
14658 2004-07-24 [colin]      0.9.12cvs33.13
14659
14660         * src/summaryview.c
14661                 Fix Shift+Down, add Home/End/PgUp/PgDown
14662
14663 2004-07-21 [colin]      0.9.12cvs33.12
14664
14665         * src/prefs_common.c
14666                 Fix a gtk warning (Patch by Andrej Kacian)
14667
14668 2004-07-21 [colin]      0.9.12cvs33.11
14669
14670         * src/gtk/filesel.c
14671                 More check
14672
14673 2004-07-21 [colin]      0.9.12cvs33.10
14674
14675         * src/compose.c
14676         * src/crash.c
14677         * src/export.c
14678         * src/import.c
14679         * src/messageview.c
14680         * src/mimeview.c
14681         * src/prefs_spelling.c
14682         * src/prefs_themes.c
14683         * src/summaryview.c
14684         * src/gtk/filesel.c
14685         * src/gtk/filesel.h
14686         * src/gtk/pluginwindow.c
14687                 Untwist open/save mode guessing logic, make
14688                 it explicit
14689
14690 2004-07-20 [colin]      0.9.12cvs33.9
14691
14692         * src/codeconv.c
14693                 conv_encode_header: src_charset is UTF-8 on
14694                 gtk2
14695         * src/compose.c
14696                 Remove double encoding of the headers
14697
14698 2004-07-20 [colin]      0.9.12cvs33.8
14699
14700         * src/codeconv.c
14701                 Fix typo
14702
14703 2004-07-20 [colin]      0.9.12cvs33.7
14704
14705         * src/mainwindow.c
14706                 Set the separated messageview to the saved
14707                 size of Claws' messageview (Patch by Alfons)
14708                 Fix a callback prototype (me)
14709
14710 2004-07-20 [colin]      0.9.12cvs33.6
14711
14712         * src/codeconv.h
14713                 Forgot one hunk in 0.9.12cvs33.4
14714
14715 2004-07-19 [colin]      0.9.12cvs33.5
14716
14717         * src/action.c
14718                 Action output fix
14719                 Patch by Alfons
14720
14721 2004-07-19 [colin]      0.9.12cvs33.4
14722
14723         * src/compose.c
14724                 Fix outgoing charset bug in headers
14725         * src/codeconv.c
14726                 Clean for glib2 - Patch by Alfons
14727
14728 2004-07-19 [colin]      0.9.12cvs33.3
14729
14730         * src/statusbar.c
14731                 Remove grip from the statusbar
14732                 Patch by Alfons
14733
14734 2004-07-19 [colin]      0.9.12cvs33.2
14735
14736         * src/messageview.c
14737         * src/textview.c
14738                 Fix messageview remembering the previous
14739                 scroll position when loading a new message
14740                 Patch by Alfons
14741
14742 2004-07-19 [colin]      0.9.12cvs33.1
14743
14744         * src/folder.h
14745         * src/folderview.c
14746         * src/summaryview.c
14747                 Sync with HEAD
14748
14749 2004-07-18 [colin]      0.9.12cvs32.7
14750
14751         * configure.ac
14752                 Remove useless check for XIM - noticed
14753                 by Alfons
14754
14755 2004-07-18 [colin]      0.9.12cvs32.6
14756
14757         * src/summaryview.c
14758                 Remove non-modified and shift-modified
14759                 accelerators in summaryview's popup
14760                 menu, as that doesn't get catched by
14761                 the accel-activate signal catcher...
14762
14763 2004-07-18 [colin]      0.9.12cvs32.5
14764
14765         * src/prefs_common.c
14766                 Define sensible default prefs for 
14767                 wrapping
14768
14769 2004-07-18 [colin]      0.9.12cvs32.4
14770
14771         * src/compose.c
14772         * src/prefs_common.c
14773         * src/prefs_common.h
14774         * src/prefs_wrapping.c
14775                 Remove Smart Wrapping pref, which does
14776                 nothing on gtk2 branch
14777
14778 2004-07-18 [colin]      0.9.12cvs32.3
14779
14780         * src/sourcewindow.c
14781                 Proper utf8
14782
14783 2004-07-18 [colin]      0.9.12cvs32.2
14784
14785         * src/compose.c
14786                 Save attachment status when drafting
14787
14788 2004-07-18 [colin]      0.9.12cvs32.1
14789
14790         * src/gtk/filesel.c
14791                 Fix erratic folder selection in open mode
14792
14793 2004-07-18 [colin]      0.9.12cvs31.11
14794
14795         * src/pop.c
14796                 Don't let partial messages get deleted
14797                 even with "dowload all"
14798                 (0.9.12cvs31.8 fix extension)
14799 2004-07-18 [colin]      0.9.12cvs31.10
14800
14801         * src/gtk/logwindow.c
14802                 Fix log scrolling
14803
14804 2004-07-18 [colin]      0.9.12cvs31.9
14805
14806         * src/common/utils.c
14807                 Fix non-utf8 strings coming from commands
14808                 and files
14809
14810 2004-07-18 [colin]      0.9.12cvs31.8
14811
14812         * src/pop.c
14813                 Fix partial download bug with Download all
14814                 messages option
14815
14816 2004-07-18 [colin]      0.9.12cvs31.7
14817
14818         * src/textview.c
14819                 Fix bug introduced in 0.9.12cvs31.2
14820                 (blocked in select mode after double click)
14821
14822 2004-07-18 [colin]      0.9.12cvs31.6
14823
14824         * src/compose.c
14825         * src/gtk/menu.c
14826                 More glib-warning fixes
14827
14828 2004-07-18 [colin]      0.9.12cvs31.5
14829
14830         * src/compose.c
14831                 Fix trashing the primary clipboard when moving 
14832                 around with tab
14833         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
14834
14835 2004-07-18 [colin]      0.9.12cvs31.4
14836
14837         * src/codeconv.c
14838                 convert unencoded iso headers to utf8
14839         (Fix Bug 538 Unencoded local characters in subject make it 
14840          disappear)
14841
14842 2004-07-18 [colin]      0.9.12cvs31.3
14843
14844         * src/compose.c
14845                 Fix tab char handling in wrapping
14846         (Fix Bug 537 Line wrap problem - TAB character treated as 
14847          one character instead of 8)
14848
14849 2004-07-18 [colin]      0.9.12cvs31.2
14850
14851         * src/textview.c
14852                 return FALSE on GDK_MOTION_NOTIFY
14853         (Fix Bug 535 Hyperlinks/addresses are not selectable 
14854          (unable to highlight))
14855
14856 2004-07-18 [colin]      0.9.12cvs31.1
14857
14858         * src/folderview.c
14859                 Sync with 0.9.12cvs31
14860
14861 2004-07-18 [colin]      0.9.12cvs30.4
14862
14863         * src/compose.c
14864                 Also block text_inserted when inserting a file
14865
14866 2004-07-18 [colin]      0.9.12cvs30.3
14867
14868         * src/compose.c
14869                 Fix smart wrapping (block text_inserted handler
14870                 while putting quotation to avoid wrap on input,
14871                 don't join lines if next is sig separator)
14872
14873 2004-07-17 [colin]      0.9.12cvs30.2
14874
14875         * src/folderview.c
14876         * src/mainwindow.c
14877         * src/mimeview.c
14878         * src/summaryview.c
14879         * src/gtk/quicksearch.c
14880         * src/gtk/quicksearch.h
14881                 Block key events handlers *and* accels while
14882                 quicksearch is focused
14883         (Fixes Bug 534 quick-search bar not accepting certain letters)
14884
14885 2004-07-17 [colin]      0.9.12cvs30.1
14886
14887         * src/folder.h
14888         * src/folderview.c
14889         * src/summaryview.c
14890                 Sync with 0.9.12cvs30
14891
14892 2004-07-17 [colin]      0.9.12cvs28.2
14893
14894         * src/mimeview.c
14895         * src/procmime.c
14896         * src/summaryview.c
14897         * src/gtk/menu.c
14898                 Squash some compile and glib warnings
14899
14900 2004-07-17 [paul]       0.9.12cvs28.1
14901
14902         * src/mimeview.c
14903                 sync with 0.9.12cvs28 HEAD
14904
14905 2004-07-16 [paul]       0.9.12cvs26.1
14906         
14907         * src/gtk/quicksearch.c
14908         * src/account.c
14909         * src/account.h
14910         * src/compose.c
14911         * src/customheader.c
14912         * src/folder_item_prefs.c
14913         * src/main.c
14914         * src/mainwindow.c
14915         * src/messageview.c
14916         * src/mimeview.c
14917         * src/news.c
14918         * src/pgpmime.c
14919         * src/pop.c
14920         * src/pop.h
14921         * src/prefs_account.c
14922         * src/prefs_account.h
14923         * src/prefs_common.c
14924         * src/prefs_common.h
14925         * src/prefs_display_header.c
14926         * src/prefs_gtk.c
14927         * src/prefs_gtk.h
14928         * src/procheader.c
14929         * src/procmime.c
14930                 sync with 0.9.12cvs26 HEAD      
14931
14932 2004-07-15 [colin]      0.9.12cvs18.14
14933
14934         * src/folder.c
14935                 Disable GPG signature check during
14936                 folder move and scan
14937         (Closes Bug 521 Signature checking slows down Folder-Move)
14938
14939 2004-07-14 [colin]      0.9.12cvs18.13
14940
14941         * src/common/partial_download.c
14942                 update includes
14943
14944 2004-07-14 [colin]      0.9.12cvs18.12
14945
14946         * src/common/partial_download.c
14947         * src/common/partial_download.h
14948                 Move doc at top, add correct copyright
14949
14950 2004-07-14 [colin]      0.9.12cvs18.11
14951
14952         * src/folder.c
14953         * src/messageview.c
14954         * src/pop.c
14955         * src/pop.h
14956         * src/procmsg.c
14957         * src/summaryview.c
14958         * src/common/Makefile.am
14959         * src/common/partial_download.c ** NEW FILES **
14960         * src/common/partial_download.h ** NEW FILES **
14961                 Move partial-download related stuff to its
14962                 own file
14963
14964 2004-07-14 [colin]      0.9.12cvs18.10
14965
14966         * src/send_message.c
14967                 Fix smtp auth when user is null or empty
14968
14969 2004-07-13 [colin]      0.9.12cvs18.9
14970
14971         * src/gtk/quicksearch.c
14972                 Use alphabetic order
14973
14974 2004-07-13 [colin]      0.9.12cvs18.8
14975
14976         * src/pop.c
14977                 Be paranoid on the checks
14978
14979 2004-07-13 [colin]      0.9.12cvs18.7
14980
14981         * src/gtk/quicksearch.c
14982                 Fix Engrish once again
14983
14984 2004-07-13 [colin]      0.9.12cvs18.6
14985
14986         * src/procmsg.c
14987         * src/summaryview.c
14988                 Mark messages for deletion when they are about to
14989                 be removed from trash
14990
14991 2004-07-13 [colin]      0.9.12cvs18.5
14992
14993         * src/matcher.c
14994         * src/matcher.h
14995         * src/matcher_parser_parse.y
14996         * src/prefs_matcher.c
14997         * src/gtk/quicksearch.c
14998                 Add 'partial' ('p') match string to find partially
14999                 downloaded messages
15000
15001 2004-07-13 [colin]      0.9.12cvs18.4
15002
15003         * src/pop.c
15004                 Fix misplaced block
15005
15006 2004-07-13 [colin]      0.9.12cvs18.3
15007
15008         * src/pop.c
15009         * src/pop.h
15010         * src/messageview.c
15011                 Refactor API (to avoid passing 5+ params and code
15012                 duplication)
15013         * src/folder.c
15014         * src/msgcache.c
15015         * src/procheader.c
15016         * src/common/defs.h
15017                 Add planned_download to cache
15018                 Don't mess uidl file when moving partially downloaded
15019                 mails (they change folder, we should change it in the
15020                 uidl list too or we'll remove an incorrect message)
15021                 (this also helps removing hacks when changing 
15022                 planned_download in messageview.c)
15023
15024 2004-07-12 [colin]      0.9.12cvs18.2
15025
15026         * src/gtk/quicksearch.c
15027                 Fix missing status update in quicksearch
15028
15029 2004-07-12 [paul]       0.9.12cvs18.1
15030
15031         * po/POTFILES.in
15032         * src/Makefile.am
15033         * src/account.c
15034         * src/codeconv.c
15035         * src/compose.c
15036         * src/inc.c
15037         * src/main.c
15038         * src/prefs_common.c
15039         * src/procmsg.h
15040         * src/toolbar.c
15041         * src/prefs_msg_colors.[ch]     ** NEW FILES **
15042         * src/prefs_wrapping.[ch]       ** NEW FILES **
15043         * src/common/intl.h
15044         * src/common/utils.[ch]
15045         * src/gtk/quicksearch.[ch]
15046                 sync with 0.9.12cvs18 HEAD
15047
15048 2004-07-12 [colin]      0.9.11cvs17.25
15049
15050         * src/folder.c
15051         * src/folder.h
15052                 Remove unused function added by me in 0.9.11cvs17.10
15053
15054 2004-07-11 [colin]      0.9.11cvs17.24
15055
15056         * src/inc.c
15057         * src/messageview.c
15058         * src/pop.c
15059         * src/pop.h
15060                 Use folderitem and msgnum instead of filename to
15061                 know which mail to delete
15062                 Move old partial mail deletion to pop.c
15063
15064 2004-07-10 [colin]      0.9.11cvs17.23
15065
15066         * src/inc.c
15067                 Add debug
15068         * src/pop.c
15069         * src/pop.h
15070                 Don't re-use same enums for unrelated stuff: it's 
15071                 completely misleading !
15072                 Document a bit
15073
15074 2004-07-09 [colin]      0.9.11cvs17.22
15075
15076         * src/inc.c
15077                 Remove folder-type check and do
15078                 more tests to be sure everything's
15079                 ok
15080         * src/messageview.c
15081                 Punctuation update, remove useless
15082                 code, fix two warnings
15083         * src/noticeview.c
15084                 Layout cleaning, reset 2nd button
15085                 when specifying one
15086
15087 2004-07-09 [colin]      0.9.11cvs17.21
15088
15089         * src/messageview.c
15090         * src/pop.c
15091         * src/pop.h
15092                 Allow user to change his mind
15093                 and postpone decision (by
15094                 unmarking the mail)
15095
15096 2004-07-09 [colin]      0.9.11cvs17.20
15097
15098         * src/messageview.c
15099                 Fix bug with delete state
15100         * src/pop.c
15101         * src/pop.h
15102                 Fix buffer leak (fread doesn't 
15103                 terminate buffers with \0)
15104                 Refactoring (remove magic 
15105                 numbers)
15106
15107 2004-07-09 [colin]      0.9.11cvs17.19
15108
15109         * src/pop.c
15110                 Don't log "Skipping message" if 
15111                 we're going to TOP it two lines
15112                 later
15113
15114 2004-07-09 [colin]      0.9.11cvs17.18
15115
15116         * src/messageview.c
15117                 Fix Engrish
15118
15119 2004-07-09 [colin]      0.9.11cvs17.17
15120
15121         * src/pop.c
15122                 strlen checking...
15123         * src/messageview.c
15124                 refactoring a bit
15125
15126 2004-07-08 [colin]      0.9.11cvs17.16
15127
15128         * src/noticeview.c
15129         * src/noticeview.h
15130                 Add an optional second button
15131         * src/messageview.c
15132         * src/pop.c
15133         * src/pop.h
15134                 Don't delete partially received mails after a certain
15135                 time; rather, let the user decide.
15136
15137 2004-07-08 [colin]      0.9.11cvs17.15
15138
15139         * src/common/smtp.h
15140                 Sync with HEAD
15141
15142 2004-07-08 [colin]      0.9.11cvs17.14
15143
15144         * src/messageview.c
15145         * src/common/smtp.c
15146                 Use to_human_readable() for sizes
15147
15148 2004-07-08 [colin]      0.9.11cvs17.13
15149
15150         * src/inc.c
15151         * src/messageview.c
15152         * src/pop.c
15153         * src/pop.h
15154         * src/procmsg.c
15155                 Fix partial-downloading issues:
15156                         catch unsupported TOP
15157                         don't delete partially downloaded mails before 5 days
15158                         don't update existing with non-MH folders; that'll
15159                         make dups, but it's better than trashing the folder
15160                         free new msginfo parts
15161                 Fix indentation ;-)
15162
15163 2004-07-08 [colin]      0.9.11cvs17.12
15164
15165         * src/common/smtp.c
15166         * src/common/smtp.h
15167                 Sync smtp size verification with HEAD
15168
15169 2004-07-08 [colin]      0.9.11cvs17.11
15170
15171         * src/summaryview.c
15172         * src/prefs_common.c
15173         * src/prefs_common.h
15174         * src/gtk/quicksearch.c
15175         * src/gtk/quicksearch.h
15176                 Sync sticky pref with HEAD
15177
15178 2004-07-08 [colin]      0.9.11cvs17.10
15179
15180         * src/folder.c [1.213.2.6]
15181         * src/folder.h [1.87.2.6]
15182         * src/inc.c [1.149.2.7]
15183         * src/messageview.c [1.94.2.8]
15184         * src/procheader.c [1.47.2.6]
15185         * src/procmsg.c [1.150.2.4]
15186         * src/procmsg.h [1.60.2.5]
15187         * src/pop.c [1.56.2.4]
15188         * src/pop.h [1.17.2.3]
15189                 Let too big messages get downloaded, but truncated
15190                 Add a button to download them completely
15191                 
15192 2004-07-06 [colin]      0.9.11cvs17.9
15193
15194         * src/gtk/quicksearch.c [1.1.2.3]
15195                 Add a Clear button
15196         * commitHelper
15197         * PATCHSETS
15198                 Add a script to help with cvs
15199
15200 2004-07-03 [colin]      0.9.11cvs17.8
15201
15202         * src/plugins/imageviewer/viewer.c
15203                 fix imageviewer (which was staying on the first
15204                 displayed image)
15205
15206 2004-07-03 [colin]      0.9.11cvs17.7
15207
15208         Removed FIXME_GTK2 warnings
15209         * src/gtk/gtkutils.c
15210                 useless #warnings
15211         * src/gtk/menu.c
15212                 useless #warnings (no need to mess with menu rc)
15213         * src/gtk/menu.h
15214                 unused functions
15215         
15216
15217 2004-07-03 [colin]      0.9.11cvs17.6
15218
15219         Removed FIXME_GTK2 warnings
15220         * src/codeconv.c
15221                 useless #warnings (rewrite needed)
15222         * src/compose.c
15223                 useless #warnings (rewrite needed)
15224                 useless #warnings (gtk2 is like that)
15225                 useless #warnings (previously fixed)
15226         * src/main.c
15227                 useless #warnings (previously fixed)
15228         * src/message_search.c
15229                 useless #warnings (gtk2 is like that)
15230                 Made apparent that search is case-sensitive
15231         * src/mimeview.c
15232                 useless #warnings (rewrite needed)
15233                 useless #warnings (gtk2 is like that)
15234                 reimplemented real warnings
15235         * src/prefs_common.c
15236                 Removed block cursor option (not it gtk2)
15237         * src/prefs_gtk.c
15238                 useless #warnings (rewrite needed)
15239         * src/procheader.c
15240                 useless #warnings (rewrite needed)
15241         * src/sourcewindow.c
15242                 useless #warnings (incorrect placing)
15243         * src/summary_search.c
15244                 useless #warnings (gtk2 is like that)
15245                 Made apparent that search is case-sensitive
15246         * src/action.c
15247                 useless #warnings (gtk2 is like that)
15248         * src/textview.c
15249                 useless #warnings (rewrite needed)
15250         * src/toolbar.c
15251                 useless #warnings (rewrite needed)
15252
15253 2004-07-03 [colin]      0.9.11cvs17.5
15254
15255         * src/textview.c
15256                 Fix mismerge which broke URI opening
15257                 
15258 2004-07-01 [colin]      0.9.11cvs17.4
15259
15260         * src/gtk/filesel.c
15261                 Fill filename when saving
15262                 
15263 2004-06-27 [colin]      0.9.11cvs17.3
15264
15265         * src/gtk/filesel.[ch]
15266                 Use the new GTK file selector
15267                 Update prototype to match the reality: multiple file
15268                 selection is open-only          
15269         * src/compose.c
15270                 Match the new prototypes        
15271         * configure.ac
15272                 Match the new requirements (gtk 2.4.0)
15273                         
15274 2004-06-26 [colin]      0.9.11cvs17.2
15275
15276         * src/plugins/trayicon/trayicon.c
15277                 Remove useless signal handler on resize, which causes
15278                 an infinite "loop"
15279         
15280 2004-06-26 [colin]      0.9.11cvs17.1
15281         
15282         * tools/Makefile.am
15283                 remove launch_firebird and add nautilus2sylpheed.sh
15284         * src/quicksearch.c
15285           src/summaryview.c
15286                 Fix show/hide "Extended symbols" button problem
15287                 Fix apparition at startup
15288                 Fix const warnings
15289         * src/plugins/image_viewer/Makefile.am
15290                 Fix configure 
15291         * common/ssl.c
15292                 Re-enable certificate check, as it doesn't seem to
15293                 cause Xlib errors anymore
15294
15295 2004-06-25 [paul]       0.9.11cvs17
15296
15297         * sync with 0.9.11cvs17 HEAD
15298         
15299         NOTE: QuickSearch is broken
15300
15301 2004-06-07 [colin]      0.9.10claws67.10
15302         * src/plugins/trayicon/trayicon.c
15303           src/plugins/trayicon/libeggtrayicon/Makefile.am
15304           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15305                 Fix gettextization in trayicon plugin
15306
15307 2004-06-07 [colin]      0.9.10claws67.9
15308         
15309         * src/summaryview.c
15310           src/gtk/gtksctree.[ch]
15311                 Let Shift+{Up,Down} work in summaryview
15312                 (well, Down "works" and Up works)
15313                 Let the list scroll when using these keys
15314
15315 2004-06-06 [colin]      0.9.10claws67.8
15316
15317         * src/plugins/trayicon/trayicon.c
15318                 Fix pixmap update
15319
15320 2004-06-06 [colin]      0.9.10claws67.7
15321
15322         * src/addressbook.c
15323                 Fix signal handling causing system-wide focus grab
15324
15325 2004-05-25 [paul]       0.9.10claws67.6
15326
15327         * Makefile.am
15328           src/Makefile.am
15329                 clean up
15330
15331 2004-05-25 [paul]       0.9.10claws67.5
15332
15333         * replace deprecated gtk_signal... functions
15334
15335 2004-05-23 [colin]      0.9.10claws67.4
15336
15337         * src/compose.c
15338                 Fix wrapping
15339
15340 2004-05-22 [colin]      0.9.10claws67.3
15341
15342         * src/compose.c
15343                 Re-fix [Edited] in compose.c::compose_reedit()
15344
15345 2004-05-22 [colin]      0.9.10claws67.2
15346
15347         * src/procmime.c
15348                 Fix parsing of multiparts mails
15349
15350 2004-05-22 [colin]      0.9.10claws67.1
15351
15352         * src/summaryview.c
15353                 Fix quicksearch
15354
15355 2004-05-22 [paul]       0.9.10claws67
15356
15357         * sync with 0.9.10claws67 HEAD
15358
15359 2004-05-14 [alfons]
15360
15361         * src/procmime.h
15362                 add forgotton prototype
15363
15364 2004-05-10 [paul]       0.9.10claws57
15365
15366         * sync with 0.9.10claws57 HEAD
15367
15368 2004-05-05 [paul]       0.9.9.claws1
15369
15370         * ChangeLog-gtk2        ** REMOVED **
15371           ChangeLog-gtk2.claws  ** ADDED **
15372                 rename and adopt the normal claws format
15373                 
15374         * configure.ac
15375                 require gtkmathview >= 0.5
15376
15377         * ac/*                          ** REMOVED **
15378           ac/                           ** REMOVED **
15379           intl/Makefile.in              ** REMOVED **
15380           m4/                           ** ADDED **
15381           m4/missing                    ** ADDED **
15382           m4/missing/gdk-pixbuf.m4      ** ADDED **
15383           m4/missing/gettext.m4         ** ADDED **
15384           m4/missing/gpgme.m4           ** ADDED **
15385           m4/missing/imlib.m4           ** ADDED **
15386           m4/.cvsignore                 ** ADDED **
15387           m4/Makefile.am                ** ADDED **
15388           m4/README                     ** ADDED **
15389           m4/aclocal-include.m4         ** ADDED **
15390           m4/aspell.m4                  ** ADDED **
15391           m4/check-type.m4              ** ADDED **
15392           m4/gnupg-check-typedef.m4     ** ADDED **
15393           m4/openssl.m4                 ** ADDED **
15394           m4/spamassassin.m4            ** ADDED **
15395           po/ChangeLog                  ** REMOVED **
15396           po/Makefile.in.in             ** REMOVED **
15397           po/Rules-quot                 ** REMOVED **
15398           po/boldquot.sed               ** REMOVED **
15399           po/en@boldquot.header         ** REMOVED **
15400           po/en@quot.header             ** REMOVED **
15401           po/insert-header.sin          ** REMOVED **
15402           po/quot.sed                   ** REMOVED **
15403           po/remove-potcdate.sed        ** REMOVED **
15404           po/remove-potcdate.sin        ** REMOVED **
15405           po/stamp-po                   ** REMOVED **
15406           Makefile.am
15407           autogen.sh
15408           configure.ac
15409                 enable building with automake 1.8.x
15410                 add 'autopoint --force' to autogen.sh and remove all
15411                 auto-generated files, remove ac/ directory and use
15412                 m4/ directory instead
15413                 
15414         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15415                 fix gettextization
15416
15417 2004-02-28 Colin Leroy <colin@colino.net>
15418         * src/prefs_matcher.c
15419           src/prefs_filtering.c
15420           src/prefs_filtering_action.c
15421                 Fix non-editable GtkEntries
15422
15423 2004-02-22 Thorsten Maerz <torte@netztorte.de>
15424         * src/prefs_themes.c
15425                 utf8 conversion for theme info
15426
15427 2004-02-21 Thorsten Maerz <torte@netztorte.de>
15428         * sync 0.9.9claws
15429
15430 2004-02-14 Thorsten Maerz <torte@netztorte.de>
15431         * src/grouplistdialog.c
15432                 allow multiple selections without ctrl key
15433
15434 2004-02-09 Thorsten Maerz <torte@netztorte.de>
15435         * src/main.c
15436                 enable customizable accelerators
15437
15438 2004-02-08 Thorsten Maerz <torte@netztorte.de>
15439         * src/prefs_common.c
15440                 re-enable different font settings for gtk1/2
15441         * src/prefs_folder_item.c
15442                 fix folder prefs displayed wrong
15443         * src/textview.c
15444                 set 'sunken' shadow type
15445
15446 2004-02-07 Colin Leroy <colin@colino.net>
15447         * src/compose.c
15448                 Fix message being always [Edited]
15449                 Encode headers correctly (utf8 buf)
15450
15451 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15452         * src/socket.c
15453                 remove double g_source_attach()
15454                 (Thanks to Colin Leroy)
15455
15456 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15457         * src/gtk/gtksctree.c
15458                 Fix SSL certificate list not shown
15459         * src/mimeview.c
15460                 Fix clicks in mime tree
15461
15462 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15463         * src/common/socket.c
15464                 Fix SSL receive
15465         * src/compose.c
15466                 Fix clipboard menu hotkeys
15467
15468 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15469         * src/gtk/gtkaspell.[ch]
15470           src/compose.c
15471                 reimplement spellchecker
15472
15473 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15474         * src/gtk/filesel.c
15475                 crash when inserting file in compose window
15476                 (TODO: keep old selection on clicks)
15477         * src/main.c
15478                 use gtkrc-2.0 instead of gtkrc
15479
15480 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15481         * src/messageview.c
15482                 remove orphaned mimeview unref()
15483
15484 2004-01-20 Thorsten Maerz <torte@netztorte.de>
15485         * src/grouplistdialog.c
15486                 expand nodes containing subscribed groups
15487
15488 2004-01-19 Thorsten Maerz <torte@netztorte.de>
15489         * src/textview.c
15490                 textview: hide cursor, restore old click behaviour
15491
15492 2004-01-18 Thorsten Maerz <torte@netztorte.de>
15493         * src/textview.c
15494                 variable names messed up
15495
15496 2004-01-17 Colin Leroy <colin@colino.net>
15497         * src/addr_compl.c
15498                 Fix completion address too thin
15499         * src/compose.c
15500                 Fix tab-to-subject behaviour
15501         * src/summaryview.c
15502                 Implement key up & down in summaryview
15503
15504 2004-01-12 Thorsten Maerz <torte@netztorte.de>
15505
15506         * sync 098claws
15507
15508 2004-01-08 Thorsten Maerz <torte@netztorte.de>
15509         * configure.ac
15510           Makefile.am
15511           doc/.cvsignore
15512           doc/Makefile.am
15513                 faq, man, manual moved to doc/
15514         * ac/aspell.m4
15515           ac/check-type.m4
15516           ac/gnupg-check-typedef.m4
15517           ac/openssl.m4
15518           ac/spamassassin.m4
15519           ac/missing/gdk-pixbuf.m4
15520           ac/missing/gpgme.m4
15521           ac/missing/imlib.m4
15522                 fix automake warnings
15523
15524 2003-12-06 Colin Leroy <colin@colino.net>
15525         * src/summaryview.c
15526                 Fix quicksearch
15527
15528 2003-12-05 Colin Leroy <colin@colino.net>
15529         * src/summaryview.c
15530                 Fix going to next unread folder
15531
15532 2003-12-05 Colin Leroy <colin@colino.net>
15533         * src/crash.c
15534                 Fix gtk2 compilation
15535         * src/session.c
15536                 Remove iotag source handler at disconnection
15537         * src/socket.[ch] 
15538                 Remove source handler when closing socket 
15539                 (fixes another seg)
15540
15541 2003-12-04 Colin Leroy <colin@colino.net>
15542         * src/compose.c
15543           src/prefs_account.c
15544           src/prefs_common.c
15545                 Fix some dropdown menus
15546
15547 2003-12-04 Colin Leroy <colin@colino.net>
15548         * src/compose.c
15549                 Fix event handlers on header fields
15550         * src/common/socket.c
15551           src/common/session.c
15552                 Fix segfault with callback (SSL)
15553                 Fix end of session 
15554
15555 2003-10-06 Thorsten Maerz <torte@netztorte.de>
15556
15557         * Fix compile bug in src/compose.c
15558         * removed src/gtk/gtkstext.[ch]
15559
15560 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
15561
15562         * Convert character set and escape "text" attributes in toolbar setting
15563         files.
15564         * Fixed bug in button-press-event handling.
15565
15566 2003-09-16 Thorsten Maerz <torte@netztorte.de>
15567
15568         * Fixed bug in key-press-event handling.
15569
15570 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
15571
15572         * Enabled to compile tray-icon plugin (Ad-hoc).
15573         * Avoid hang up bug of icon list in mime view (Ad-hoc).
15574
15575 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
15576
15577         * Enabled to compile on sylpheed-claws.
15578         (tray-icon plugin still cannot compile yet.)
15579
15580 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
15581
15582         * Updated to 0.9.5.
15583
15584 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
15585
15586         * Updated to 0.9.4.
15587         * Ported monitoring SSL mechanism to GSource of GLib2
15588         (I don't confirm it)
15589         * Added _gtk2 suffix to key name of font preference to avoid
15590         ovverwriting preference of Gtk+-1.2 version.
15591
15592 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
15593
15594         * Updated to 0.9.2.
15595
15596 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
15597
15598         * Updated to 0.9.1.
15599         * Translate po files into UTF-8 when execute autogen.sh.
15600
15601 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
15602
15603         * Updated to 0.9.0.
15604
15605 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
15606
15607         * Plugged GError related memory leaks.
15608
15609 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
15610
15611         * Changed default size of fonts.
15612         * Enabled to set titile font size of warning dialog.
15613
15614 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
15615
15616         * Embed a sylpheed icon into executable binary on Windows.
15617
15618 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
15619
15620         * I forgot to traslate character set of element string in src/xml.c.
15621
15622 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
15623
15624         * Fixed detecting bind_textdomain_codeset in configure.in.
15625         * The bug in which "Example" of "Date fromat" preference isn't displayed
15626         correctly has been fixed.
15627
15628 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
15629
15630         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
15631           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
15632           glib-gettextize
15633           Removed intl directory.
15634           Translated po files into UTF-8.
15635           (Thanks! Ryuji Abe)
15636
15637 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
15638
15639         * The bug which doesn't unscape string in xml.c has been fixed.
15640
15641 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
15642
15643         * The bug which is failed to translate encoding of file name thorough
15644         file dialog has been fixed.
15645
15646 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
15647
15648         * Modified to translate file names which is used in inporting/expoting
15649         mbox feature and "Save as" feature into locale encoding.
15650         * Translate file names into locale encoding when "Attache file" and
15651         "Insert file".
15652         * Force set G_BROKEN_FILENAMES environment variable.
15653         * Other minor fixes.
15654
15655 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
15656
15657         * Modified to treat MH folder's name as locale encoding.
15658
15659 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
15660
15661         * The bug which clash on switching candidates of auto completion of
15662         addresses, cannot use auto completion in Japanesse is fixed
15663         (Thanks! Tokunaga-san)¡¥
15664
15665 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15666
15667         * The bug which cannot switch key accelerator preference has been fixed
15668         (Thanks! smbd-san)¡¥
15669
15670 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15671
15672         * version 0.8.11-gtk2-20030314
15673
15674 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15675
15676         * The bug in which character set conversion of filtering messages has
15677         been fixed.(Thanks! COCOA-san).
15678
15679 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
15680
15681         * Revived "Leave space on head" preference in "Message" category.
15682         * A bug which clash when put the cursor to end of buffer and execute
15683         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
15684
15685 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15686
15687         * version 0.8.11-gtk2-20030312
15688
15689 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15690
15691         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
15692         * Modified to use Pango's API directly for font preference.
15693         * Integrated GtkTextView of textview to one widget.
15694         * Set fonts of header title in textview by "header_title" tag.
15695         * Removed some deprecated codes.
15696
15697 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
15698
15699         * Updated to 0.8.11.
15700         * Merged cygwin patch(Thanks! Sakai-san).
15701
15702 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
15703
15704         * version 0.8.10-gtk2-20030309