2006-06-21 [paul] 2.3.1cvs5
[claws.git] / ChangeLog
1 2006-06-21 [paul]       2.3.1cvs5
2
3         * src/messageview.c
4         * src/prefs_common.c
5         * src/prefs_common.h
6         * src/prefs_other.c
7                 add an option to 'Never send Return
8                 Receipts'
9                 Thanks to Colin
10
11 2006-06-20 [mones]      2.3.1cvs4
12
13         * po/es.po
14                 updated
15         * src/compose.c
16                 typo fixed (space after comma)
17         * tools/make.themes.project
18                 remove exec mode from tarball files
19
20 2006-06-20 [colin]      2.3.1cvs3
21
22         * src/news.c
23         * src/procheader.c
24         * src/unmime.c
25                 Better fix for \n's in headers (don't 
26                 break Received: and others)
27
28 2006-06-20 [paul]       2.3.1cvs2
29
30         * src/alertpanel.c
31         * src/textview.c
32                 improve legibility of phishing attempt
33                 dialog
34
35 2006-06-20 [paul]       2.3.1cvs1
36
37         * NEWS
38         * README
39         * configure.ac
40                 Update version number following
41                 stable release
42
43 2006-06-20 [colin]      2.3.0cvs26
44
45         * src/compose.c
46                 When dragging a file to the text of the compose
47                 window, ask whether we want to insert or attach
48                 (I know lots of people who do that to attach)
49
50 2006-06-20 [colin]      2.3.0cvs25
51
52         * src/etpan/imap-thread.c
53                 Fix threshold (the append command is often > 32 bytes)
54
55 2006-06-19 [colin]      2.3.0cvs24
56
57         * src/imap.c
58         * src/etpan/imap-thread.c
59                 Workaround Rockliffe IMAP server bug: replace
60                 "x UID SEARCH (ANSWERED UID 1:*)" with
61                 "x UID SEARCH ANSWERED"
62                 (Rockliffe doesn't handle the parenthesis)
63
64 2006-06-19 [colin]      2.3.0cvs23
65
66         * src/compose.c
67         * src/imap.c
68         * src/etpan/imap-thread.c
69                 Probably fix bug #972 (Freezes when adding 
70                 an attachment to the message)
71         * src/common/defs.h
72                 Modernize Firefox cmd
73
74
75 2006-06-18 [colin]      2.3.0cvs22
76
77         * src/prefs_customheader.c
78                 Only allow correct filenames for various
79                 custom headers
80
81 2006-06-18 [colin]      2.3.0cvs21
82
83         * src/prefs_customheader.c
84                 Add a 'From File...' button in custom headers prefs, which
85                 try to do the right thing: 
86                 for normal headers, use file as plaintext,
87                 for X-Face, calls compface,
88                 for Face, encode to b64.
89
90 2006-06-17 [colin]      2.3.0cvs20
91
92         * src/mh.c
93                 Warning fix
94
95 2006-06-16 [colin]      2.3.0cvs19
96
97         * src/summaryview.c
98                 Recursive quicksearch: show message list
99                 in current folder, *then* search children
100                 in the background.
101
102 2006-06-16 [colin]      2.3.0cvs18
103
104         * src/main.c
105                 Instead of ignoring SIGPIPE, save caches
106                 when getting one. Will fix the fact that
107                 hot caches are out-of-date when logging 
108                 out of Xorg.
109         * src/compose.c
110         * src/prefs_compose_writing.c
111                 Only save text (not attachments) when 
112                 auto-saving to drafts
113         * src/unmime.c
114                 Always replace \n, \r and \t with spaces
115                 in headers
116         * manual/dist/html/Makefile.am
117         * manual/dist/pdf/Makefile.am
118         * manual/dist/ps/Makefile.am
119         * manual/dist/txt/Makefile.am
120         * manual/fr/dist/html/Makefile.am
121         * manual/fr/dist/pdf/Makefile.am
122         * manual/fr/dist/ps/Makefile.am
123         * manual/fr/dist/txt/Makefile.am
124         * manual/pl/dist/html/Makefile.am
125         * manual/pl/dist/pdf/Makefile.am
126         * manual/pl/dist/ps/Makefile.am
127         * manual/pl/dist/txt/Makefile.am
128                 Fix make clean removing pregenerated manuals
129
130
131 2006-06-16 [colin]      2.3.0cvs17
132
133         * src/plugins/pgpcore/sgpgme.c
134         * src/plugins/pgpmime/pgpmime.c
135         * src/plugins/pgpinline/pgpinline.c
136                 Better error reporting in setup_signers.
137                 Don't fallback to default key if specified
138                 key isn't found.
139                 Don't allow signing if more than one secret
140                 key matches the one specified in prefs.
141
142 2006-06-15 [colin]      2.3.0cvs16
143
144         * src/folderview.c
145                 Add "Send queue" in the folder's contextual
146                 menu
147         * src/compose.c
148         * src/messageview.c
149         * src/privacy.c
150         * src/privacy.h
151         * src/procmime.c
152         * src/procmsg.c
153         * src/plugins/pgpcore/passphrase.c
154         * src/plugins/pgpcore/sgpgme.c
155         * src/plugins/pgpinline/pgpinline.c
156         * src/plugins/pgpmime/pgpmime.c
157                 Better error reporting
158         * src/mbox.c
159                 Probably fix bug #971 (2.2.3 cannot read mail 
160                 from local mbox)
161
162
163 2006-06-15 [mones]      2.3.0cvs15
164
165         * tools/make.themes.project
166                 creates the themes project from the web page
167
168 2006-06-15 [colin]      2.3.0cvs14
169
170         * src/folder.c
171                 Better fix (avoid losing the folder if scan_tree 
172                 fails)
173
174 2006-06-15 [cleroy]     2.3.0cvs13
175
176         * src/folder.c
177                 Probably fix Bug #969 (crash on rebuilding 
178                 imap folder)
179
180 2006-06-14 [colin]      2.3.0cvs12
181
182         * manual/dtd/manual.xsl
183         * manual/sylpheed-claws-manual.xml
184         * manual/fr/sylpheed-claws-manual.xml
185         * manual/pl/sylpheed-claws-manual.xml
186                 Insert pagebreaks between sections
187
188 2006-06-14 [paul]       2.3.0cvs11
189
190         * configure.ac
191                 better fix than 2.3.0cvs10
192
193 2006-06-14 [paul]       2.3.0cvs10
194
195         * configure.ac
196                 fix setting of PACKAGE_DATA_DIR with newer autoconf
197                 (backwards compatible)
198
199 2006-06-13 [colin]      2.3.0cvs9
200
201         * src/messageview.c
202                 Fix sending of return receipt with the new queue folders
203
204 2006-06-13 [wwp]        2.3.0cvs8
205
206         * src/quote_fmt_lex.l
207                 fix wrong tokens returned in quote_fmt lexer, query not().
208
209 2006-06-13 [wwp]        2.3.0cvs7
210
211         * src/folder.c
212         * src/prefs_folder_item.c
213                 allow changing folder type even when folder is not a top-level one,
214                 thanks to Colin.
215
216 2006-06-12 [colin]      2.3.0cvs6
217
218         * src/folderview.c
219                 Fix double-ask of "Do you want to mark all
220                 as read"
221
222 2006-06-12 [colin]      2.3.0cvs5
223
224         * src/compose.c
225         * src/compose.h
226         * src/folder.c
227         * src/folder.h
228         * src/imap.c
229         * src/inc.c
230         * src/main.c
231         * src/messageview.c
232         * src/mh.c
233         * src/prefs_folder_item.c
234         * src/procheader.c
235         * src/procmime.c
236         * src/procmsg.c
237         * src/procmsg.h
238         * src/send_message.c
239         * src/summaryview.c
240         * src/toolbar.c
241                 Apply bug #964's patch (Queue and drafts aren't normal)
242                 The Drafts and Queue folder now contain RFC-822 files,
243                 allowing to move and copy mails from and to these 
244                 folders. Moving from Drafts to Queue will prepare the
245                 mail for sending (PGP signature, encryption, etc).
246                 This patch also rework sending errors handling to try
247                 to be more helpful.
248                 Also, allow redefining folder types via the GUI 
249                 (Folder type in its Properties)
250
251 2006-06-12 [colin]      2.3.0cvs4
252
253         * src/summaryview.c
254         * src/prefs_common.c
255         * src/prefs_common.h
256         * src/gedit-print.c
257                 Allow to define a specific print font - patch
258                 by Bernhard Walle <bernhard.walle@gmx.de>
259         * src/prefs_fonts.c
260         * manual/advanced.xml
261         * manual/fr/advanced.xml
262                 Add a hidden pref to allow deletion without
263                 confirmation
264
265 2006-06-12 [wwp]        2.3.0cvs3
266
267         * .cvsignore
268                 more files to ignore.
269
270 2006-06-12 [wwp]        2.3.0cvs2
271
272         * src/quote_fmt.c
273         * src/quote_fmt_lex.l
274         * src/quote_fmt_parse.y
275                 extend the quote_fmt parser (templates and quotes):
276                 - allow limited sub-expressions in |p{} and |f{} expressions,
277                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
278                 - implemented/fixed missing implementation of query_references and show_references,
279                 - completed, fixed contents and format of the symbols help dialog,
280                 - fix some compilation warnings.
281
282 2006-06-12 [wwp]        2.3.0cvs1
283
284         * manual/advanced.xml
285         * manual/fr/advanced.xml
286                 updates in the "templates" section of the manual (eng/fr):
287                  - be more precise (both versions)
288                  - completed to match the english reference (fr version)
289                  - touchups (both versions)
290
291 2006-06-12 [paul]       2.3.0
292
293         2.3.0 released
294
295 2006-06-12 [paul]       2.2.3cvs14
296
297         * po/ca.po
298         * po/cs.po
299         * po/de.po
300         * po/el.po
301         * po/fr.po
302         * po/it.po
303         * po/pt_BR.po
304         * po/sr.po
305         * po/zh_CN.po
306                 updated by Miquel Oliete, Tim, Stephan Sachse,
307                 Stavros Giannouris, Fabien Vantard, Andrea
308                 Spadaccini, Frederico Goncalves Guimaraes,
309                 Aleksandar Urosevic, and Ralgh Young
310
311 2006-06-12 [colin]      2.2.3cvs13
312
313         * src/mbox.c
314                 Add missing header
315
316 2006-06-11 [colin]      2.2.3cvs12
317
318         * src/msgcache.c
319                 Verify that g_malloc() succeeded
320
321 2006-06-11 [colin]      2.2.3cvs11
322
323         * src/wizard.c
324                 Add Face header to welcome mail
325
326 2006-06-10 [colin]      2.2.3cvs10
327
328         * src/textview.c
329                 Revert previous (Forgot it changes the
330                 margin on the whole mail)
331
332 2006-06-10 [colin]      2.2.3cvs9
333
334         * src/textview.c
335                 Don't overlap long headers under (X-)Face
336
337 2006-06-10 [mones]      2.2.3cvs8
338
339         * manual/xml2pdf
340                 allow generation of manual on systems lacking saxon binary
341                 but with java and the saxon library installed
342
343         * po/es.po
344                 updated for release
345
346 2006-06-09 [colin]      2.2.3cvs7
347
348         * src/summaryview.c
349                 Fix leak when using Display Sender using Addressbook
350
351 2006-06-09 [colin]      2.2.3cvs6
352
353         * src/compose.c
354         * src/folder.c
355         * src/folderview.c
356         * src/mimeview.c
357         * src/summaryview.c
358                 More leaks fixes
359
360 2006-06-09 [paul]       2.2.3cvs5
361
362         * AUTHORS
363         * src/gtk/authors.h
364         * tools/claws.i18n.status.pl
365                 updated with new info
366
367 2006-06-09 [paul]       2.2.3cvs4
368
369         * README
370                 updated
371         * manual/ack.xml
372                 add wwp to authors list
373         * src/gtk/authors.h
374                 update mine and Colin's addresses
375
376 2006-06-08 [colin]      2.2.3cvs3
377
378         * src/etpan/imap-thread.c
379                 Fix leak on SSL cert check
380
381 2006-06-08 [colin]      2.2.3cvs2
382
383         * src/common/utils.c
384                 Fix leak
385
386 2006-06-08 [paul]       2.2.3cvs1
387
388         * configure.ac
389                 Update version number following
390                 stable release
391
392 2006-06-07 [colin]      2.2.2cvs3
393
394         * src/msgcache.c
395                 Fix catching cache read errors (guint instead of gint)
396                 Prevent malloc'ing more than 8MB (means cache corruption)
397
398 2006-06-07 [paul]       2.2.2cvs2
399
400         * src/exporthtml.c
401         * src/exportldif.c
402         * src/mh.c
403         * src/mutt.c
404         * src/pine.c
405         * src/common/utils.c
406                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
407                 obey $HOME'
408                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
409                 Thanks to Colin
410
411 2006-06-06 [paul]       2.2.2cvs1
412
413         * configure.ac
414                 Update version number following
415                 stable release
416
417 2006-06-06 [paul]       2.2.1cvs6
418
419         * src/matcher.c
420                 fix  implicit declaration of
421                 sylpheed_do_idle()
422                 Patch by Fabien Vantard
423
424 2006-06-06 [paul]       2.2.1cvs5
425
426         * src/matcher.c
427                 fix age_greater and age_lower so that they
428                 mean what say and not '...or equal to'
429                 Thanks to Colin
430
431 2006-06-06 [paul]       2.2.1cvs4
432
433         * src/textview.c
434         * src/common/utils.c
435                 fix URI check
436                 Thanks to Colin
437
438 2006-06-05 [wwp]        2.2.1cvs3
439
440         * manual/fr/account.xml
441                 minor language fixes (thanks to Fabien Vantard).
442
443 2006-06-05 [colin]      2.2.1cvs2
444
445         * src/prefs_folder_item.c
446         * src/folderview.c
447                 Allow recursive setting of properties 
448                 for whole mailboxes
449         * src/matcher.c
450                 Don't freeze on 'test' filtering rule
451
452 2006-06-05 [colin]      2.2.1cvs1
453
454         * configure.ac
455                 Update version number following
456                 stable release
457
458 2006-06-04 [wwp]        2.2.0cvs82
459
460         * manual/glossary.xml
461         * manual/account.xml
462         * manual/fr/glossary.xml
463         * manual/fr/account.xml
464                 added glossary section and references/links related to the Face custom header.
465
466 2006-06-04 [colin]      2.2.0cvs81
467
468         * src/summaryview.c
469                 Skip to next message on move with no
470                 immediate execution
471
472 2006-06-04 [wwp]        2.2.0cvs80
473
474         * manual/xml2pdf
475                 added sanity checks, exit when needed.
476
477 2006-06-03 [paul]       2.2.0cvs79
478
479         * src/prefs_receive.c
480                 page name is now 'Receiving'
481         * src/prefs_send.c
482                 page name is now 'Sending'
483
484 2006-06-03 [colin]      2.2.0cvs78
485
486         * src/plugins/spamassassin/spamassassin_gtk.c
487                 Autoswitch to Localhost if transport was previously
488                 disabled. Else people had to check [] Enable, then
489                 *reselect* transport.
490
491 2006-06-03 [colin]      2.2.0cvs77
492
493         * src/plugins/pgpinline/pgpinline.c
494         * src/plugins/pgpmime/pgpmime.c
495                 Check that gpg_data_release_and_get_mem 
496                 didn't fail (now, why this happens...)
497
498 2006-06-03 [colin]      2.2.0cvs76
499
500         * src/mbox.c
501                 Fix bug #962 (Manual and/or UI should 
502                 warn about incompatible locking 
503                 causing dataloss)
504
505 2006-06-02 [cleroy]     2.2.0cvs75
506
507         * src/filtering.c
508         * src/folder.c
509         * src/procmsg.c
510         * src/summaryview.c
511                 Fix a few leaks
512
513 2006-06-02 [colin]      2.2.0cvs74
514
515         * src/main.c
516                 On exit, free caches after writing them
517                 Shuts up some valgrind false positives
518         * src/procmsg.c
519         * src/send_message.c
520                 Fix races when reusing existing SMTP connections
521                 Fix inexistant session timeout
522         * src/toolbar.c
523                 Display alertpanel after all queues have
524                 been processed, not after each
525
526 2006-06-02 [wwp]        2.2.0cvs73
527
528         * manual/fr/glossary.xml
529         * manual/fr/ack.xml
530         * manual/ack.xml
531                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
532
533 2006-06-02 [wwp]        2.2.0cvs72
534
535         * manual/xml2pdf
536         * manual/dist/pdf/Makefile.am
537         * manual/dtd/manual.xsl
538         * manual/fr/dist/pdf/Makefile.am
539         * manual/pl/dist/pdf/Makefile.am
540                 we changed the procedure to generate the .pdf version of the manual.
541                 The procedure is more modern and the .pdf we get now has a valid index.
542                 Here are the new pre-requisites:
543
544                 - JRE 1.x (1.4 here): there must be one from your distro
545                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
546                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
547                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
548
549                 See my posts for further info about the installation of this toolchain:
550
551                 Date: Fri, 19 May 2006 19:40:06 +0200
552                 From: wwp <subscript@free.fr>
553                 To: sylpheed-claws-devel@lists.sourceforge.net
554                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
555
556                 and
557
558                 Date: Wed, 24 May 2006 12:58:49 +0200
559                 From: wwp <subscript@free.fr>
560                 To: sylpheed-claws-devel@lists.sourceforge.net
561                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
562
563 2006-06-01 [colin]      2.2.0cvs71
564
565         * src/compose.c
566                 Better guards against IMAP races
567         * src/main.c
568         * src/prefs_common.c
569         * src/prefs_common.h
570         * src/common/ssl_certificate.c
571         * src/etpan/imap-thread.c
572         * src/etpan/imap-thread.h
573         * src/gtk/sslcertwindow.c
574                 New hidden option ssl_skip_cert_check to 
575                 avoid dups of bug #959 (libetpan linked
576                 against gnutls and gnutls buggy on 64bit)
577                 Present expired warning only once per
578                 session/server.
579         * manual/advanced.xml
580         * manual/fr/advanced.xml
581                 Document new option
582
583 2006-06-01 [wwp]        2.2.0cvs70
584
585         * src/messageview.c
586                 fix for bug #961 (return receipt dialog 
587                 complains incorrectly about return-path 
588                 email adress being different), thanks 
589                 to Colin.
590
591 2006-05-31 [cleroy]     2.2.0cvs69
592
593         * src/common/ssl.c
594                 Guard against NULLs, although this
595                 should never be an issue
596
597 2006-05-31 [colin]      2.2.0cvs68
598
599         * src/filtering.c
600                 Use g_slist_prepend
601         * src/imap.c
602                 Don't remove caches when destroying folder, it
603                 could (should) be done at exit
604         * src/inc.c
605                 free processing cache after incorporation
606         * src/etpan/imap-thread.c
607                 Maybe fix bug #959 (Crash on moving to emails 
608                 to a imap account per ssl with a expired 
609                 certificate.)
610
611 2006-05-30 [colin]      2.2.0cvs67
612
613         * src/summaryview.c
614                 Put back event flush when displaying message
615                 It avoids reading a bunch of messages just
616                 by hitting shift-n for too long ;)
617
618 2006-05-29 [colin]      2.2.0cvs66
619
620         * src/summaryview.c
621                 Remove useless g_warnings
622
623 2006-05-29 [colin]      2.2.0cvs65
624
625         * src/imap.c
626                 Fix g_slist_append()s for performance
627
628 2006-05-29 [colin]      2.2.0cvs64
629
630         * src/compose.c
631         * src/common/utils.c
632                 Fix extraneous tab at start of addresses
633         * src/mainwindow.c
634                 Fix warnings (thanks to Fabien)
635                 Fix crash at exit when composing messages 
636                 exist
637         * src/pop.c
638                 Fix progress bar when deleting expired mails
639                 Thanks to Hiro
640         * src/summaryview.c
641         * src/gtk/gtksctree.c
642                 Fix re-sorting slowness
643
644 2006-05-29 [paul]       2.2.0cvs63
645
646         * src/mh.c
647                 fetch full message when moving mails
648                 from another mailbox, (fixed data loss
649                 when filtering from IMAP to MH, introduced
650                 in 2.2.0cvs57).
651                 Thanks to Colin
652
653 2006-05-29 [mones]      2.2.0cvs62
654
655         * src/gtk/gtksctree.c
656                 Unselect faster (patch by Colin)        
657
658 2006-05-26 [colin]      2.2.0cvs61
659
660         * src/summaryview.c
661                 Unplug MSGINFO_UPDATE callback on delete too.
662
663 2006-05-26 [colin]      2.2.0cvs60
664
665         * src/foldersel.c
666                 Fix bold in folder selection window with glib2.10
667                 thanks Hiro
668
669 2006-05-26 [colin]      2.2.0cvs59
670
671         * src/procheader.c
672                 Convert date only if necessary (and don't
673                 try to convert from utf8 to utf8, too)
674         * src/summaryview.c
675                 Only set column's text if the column's 
676                 displayed
677
678 2006-05-26 [colin]      2.2.0cvs58
679
680         * src/summaryview.c
681         * src/gtk/gtkutils.c
682                 Fix useless warning
683
684 2006-05-26 [colin]      2.2.0cvs57
685
686         * src/mainwindow.c
687                 Make summaryview selectable as long as 
688                 no message has focus
689         * src/mh.c
690                 Faster deletion (by implementing mh_remove_msgs)
691                 Faster copy (avoid using mh_fetch_msg just to get
692                 the filename)
693                 Faster move (using move_file instead of copy_file
694                 if MSG_IS_MOVE)
695                 No progressbar if total number of mails to cp/mv 
696                 is less than 100
697         * src/summaryview.c
698                 Fix removal from subject_table when mail gets moved
699                 Faster deletion (g_slist_prepend instead of append)
700         * src/gtk/gtksctree.c
701                 Remove useless code
702
703 2006-05-25 [colin]      2.2.0cvs56
704
705         * src/common/ssl_certificate.c
706                 Fix leak in expired cert check
707
708 2006-05-25 [colin]      2.2.0cvs55
709
710         * src/mh.c
711                 Disable flags syncing on .mh_sequences - it
712                 is buggy and marks mails read under unknown
713                 conditions.
714
715 2006-05-25 [paul]
716
717         * 2.3.0-rc4 released
718
719 2006-05-24 [colin]      2.2.0cvs54
720
721         attention cvs users: if you manage to crash
722         Sylpheed-Claws while moving, copying or deleting
723         mails, we *are* interested in stack traces and
724         valgrind logs. It looks stable, but one never
725         knows...
726
727         * src/folder.c
728                 Add progressbar for cache updates
729         * src/folderutils.c
730                 Optimize Mark all read in the current
731                 folder
732         * src/mh.c
733                 Add progressbar for copy/move
734         * src/procmsg.c
735                 Optimize O(n^2) in copy/move
736         * src/summaryview.c
737         * src/gtk/gtksctree.c
738                 Optimize O(n^2) algos
739         * src/common/timing.h
740                 Display ms instead of us
741
742 2006-05-24 [wwp]        2.2.0cvs53
743
744         * manual/fr/advanced.xml
745                 updates to the French manual.
746
747 2006-05-24 [wwp]        2.2.0cvs52
748
749         * src/common/utils.c
750                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
751
752 2006-05-24 [wwp]        2.2.0cvs51
753
754         * src/folderutils.c
755                 fixed "mark all read" in MH folders (thanks to Colin).
756
757 2006-05-24 [paul]       2.2.0cvs50
758
759         * doc/man/sylpheed-claws.1
760                 updated the man page
761
762 2006-05-23 [colin]      2.2.0cvs49
763
764         * src/folderview.c
765         * src/imap.c
766         * src/inc.c
767         * src/mbox.c
768         * src/messageview.c
769         * src/news.c
770         * src/send_message.c
771         * src/summaryview.c
772         * src/gtk/sslcertwindow.c
773                 alertpanel fixes, by Fabien
774
775 2006-05-23 [colin]      2.2.0cvs48
776
777         * src/folder.c
778         * src/folderview.c
779         * src/msgcache.c
780         * src/summaryview.c
781         * src/gtk/gtksctree.c
782         * src/gtk/gtksctree.h
783                 More timings
784                 Fix slow loading problem, which was caused by the
785                 use of some gtk_ctree funcs and their use of
786                 g_list_position while gtk_ctree_(un)link'ing.
787                 Reap more functions from gtkctree.c to be sure we
788                 use our (fast) version instead of theirs.
789         * src/mh.c
790                 Fix copy of unread mails
791
792
793 2006-05-22 [wwp]        2.2.0cvs47
794
795         * manual/fr/advanced.xml
796                 updated.
797
798 2006-05-22 [colin]      2.2.0cvs46
799
800         * src/filtering.c
801                 Fix possible infinite loop. 'copy' is not a 
802                 final action, so when encountering a 'copy',
803                 we have to check if a previous one was set
804                 and do it. In the same way, if we encounter
805                 a 'move' we have to perform a possibly 
806                 pending 'copy'. This will slow down filtering
807                 on IMAP if move+copy or multiple copy actions
808                 are to be done, but handling it via the batch
809                 would be really too convoluted.
810
811 2006-05-22 [wwp]        2.2.0cvs45
812
813         * manual/fr/advanced.xml
814         * manual/fr/faq.xml
815         * manual/fr/glossary.xml
816         * manual/fr/handling.xml
817         * manual/fr/intro.xml
818         * manual/fr/plugins.xml
819         * manual/fr/sylpheed-claws-manual.xml
820                 sync w/ the english manual: updates URIs, documented mailing-list
821                 support, better explanation about the enabled/disabled feature
822                 in filtering/processing rules by Paul.
823
824 2006-05-21 [colin]      2.2.0cvs44
825
826         * src/summaryview.c
827                 Don't expand after building threads, but during
828
829 2006-05-21 [colin]      2.2.0cvs43
830
831         * src/procmsg.c
832         * src/summaryview.c
833                 More timing possibilities... For next time I have 
834                 to find out how the hell some 3GHz computer takes
835                 one minute to open a 30k folder...
836
837 2006-05-21 [colin]      2.2.0cvs42
838
839         * manual/pl/advanced.xml
840         * manual/pl/faq.xml
841         * manual/pl/glossary.xml
842         * manual/pl/handling.xml
843         * manual/pl/intro.xml
844         * manual/pl/plugins.xml
845         * manual/pl/sylpheed-claws-manual.xml
846                 Polish manual updated by Pawel
847
848 2006-05-20 [colin]
849
850         * 2.3.0-rc3 released
851
852 2006-05-20 [colin]      2.2.0cvs41
853
854         * src/imap.c
855                 Fix -rc2 problems:
856                 - remove cache of moved messages from original folder
857                 - apply new flags to messages even if they aren't appliable
858                   via IMAP.
859
860 2006-05-20 [colin]
861
862         * 2.3.0-rc2 released
863
864 2006-05-19 [colin]      2.2.0cvs40
865
866         * src/imap.c
867                 Don't issue SELECT in imap_change_flags
868                 before having checked that we indeed have
869                 some flags to change. MSG_POSTFILTERED for
870                 example can't be used on IMAP.
871                 Fixes bug #955 (copying messages between 
872                 imap folders is extremely slow), which was
873                 a regression.
874
875 2006-05-19 [colin]      2.2.0cvs39
876
877         * src/folder.c
878         * src/folder.h
879         * src/folderview.c
880                 Try to fix bug #830 (Some unread messages 
881                 get marked read in IMAP inbox):
882                 - Prevent scanning a folder if it's being 
883                   opened via the GUI
884                 - Postpone opening via the GUI of a folder
885                   currently scanned.
886
887
888 2006-05-19 [wwp]        2.2.0cvs38
889
890         * manual/advanced.xml
891                 fix English+typo (thanks to Paul).
892
893 2006-05-19 [wwp]        2.2.0cvs37
894
895         * manual/advanced.xml
896         * manual/fr/advanced.xml
897         * src/gtk/logwindow.c
898         * src/prefs_common.c
899         * src/prefs_common.h
900                 added hidden prefs to allow customization of colors used in
901                 protocol log window (useful for dark gtk+ themes).
902
903 2006-05-19 [wwp]        2.2.0cvs36
904
905         * ChangeLog
906                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
907
908 2006-05-19 [paul]       2.2.0cvs35
909
910         * src/textview.c
911                 make Reply-To fully clickable
912         * src/gtk/logwindow.c
913                 more colouring (SMTP ESMTP)
914         Both patches by Pawel Pekala
915
916 2006-05-19 [cleroy]     2.2.0cvs34
917
918         * src/mh.c
919                 Don't update flags from current folder
920                 Probably fixes bug #935 (Read Messages 
921                 Revert to Being Marked as Unread)
922
923 2006-05-18 [colin]      2.2.0cvs33
924
925         * src/imap.c
926                 Warning fix
927         * src/compose.c
928         * src/mainwindow.c
929         * src/summaryview.c
930         * src/toolbar.c
931                 Allow replying to multiple emails
932                 in multiple windows
933         * src/mimeview.c
934         * src/etpan/imap-thread.c
935                 Leak fixes
936
937 2006-05-18 [paul]       2.2.0cvs32
938
939         * src/summaryview.c
940                 keep Mailing-List menu refreshed
941                 Thanks to Colin
942
943 2006-05-18 [paul]       2.2.0cvs31
944
945         * manual/advanced.xml
946         * manual/faq.xml
947         * manual/glossary.xml
948         * manual/handling.xml
949         * manual/intro.xml
950         * manual/plugins.xml
951         * manual/sylpheed-claws-manual.xml
952                 update URLs
953                 add info about mailing-list support
954                 edit filtering info
955         * src/wizard.c
956         * src/common/defs.h
957         * src/gtk/about.c
958         * src/plugins/dillo_viewer/README
959                 update URLs
960
961 2006-05-17 [wwp]        2.2.0cvs30
962
963         * manual/handling.xml
964         * manual/fr/handling.xml
965                 documented the ability to enabled/disable filtering/processing rules.
966
967 2006-05-17 [colin]      2.2.0cvs29
968
969         * src/main.c
970                 Don't initialize g_thread subsystem if it's 
971                 already done (thanks to Hiro)
972         * src/mimeview.c
973                 Fix saving of parts when there name can't be
974                 converted from UTF-8.
975
976 2006-05-17 [paul]       2.2.0cvs28
977
978         * po/Makefile.in.in
979                 fix config.status warning with autoconf 2.60
980
981 2006-05-17 [paul]       2.2.0cvs27
982
983         * po/POTFILES.in
984                 add src/mbox.c
985
986 2006-05-17 [wwp]        2.2.0cvs26
987
988         * src/mainwindow.c
989                 fix useless and potentially dangerous buffer walking (thanks to Colin).
990
991 2006-05-17 [wwp]        2.2.0cvs25
992
993         * src/plugins/demo/demo.c
994                 updated product name in plugin demo (many plugins need to be
995                 sync'ed w/ that change).
996
997 2006-05-17 [colin]      2.2.0cvs24
998
999         * src/mh.c
1000                 Fix leak
1001
1002 2006-05-16 [colin]      2.2.0cvs23
1003
1004         * src/mainwindow.c
1005                 Stupid me hit again. Fix cvs22.
1006
1007 2006-05-16 [colin]      2.2.0cvs22
1008
1009         * src/mainwindow.c
1010                 Fix bug #922 (sylpheed-claws crashed after 
1011                 pushing on Inbox folder)
1012
1013 2006-05-16 [colin]      2.2.0cvs21
1014
1015         * src/compose.c
1016                 Make From header be copy/paste/select-able
1017
1018 2006-05-16 [wwp]        2.2.0cvs20
1019
1020         * src/export.c
1021         * src/matcher.c
1022         * src/summaryview.c
1023         * src/etpan/imap-thread.c
1024                 fix some compiler warnings (thanks to Colin).
1025
1026 2006-05-16 [wwp]        2.2.0cvs19
1027
1028         * src/action.c
1029         * src/gedit-print.c
1030         * src/inc.c
1031         * src/mainwindow.c
1032         * src/mh.c
1033         * src/statusbar.c
1034         * src/send_message.c
1035         * src/summaryview.c
1036                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1037
1038 2006-05-15 [colin]      2.2.0cvs18
1039
1040         * src/procmsg.c
1041                 Fix automatic rule creation with List-Post
1042
1043 2006-05-15 [paul]       2.2.0cvs17
1044
1045         * tools/filter_conv_new.pl
1046                 updated for rule enabling/disabling
1047                 claws version >= 2.3.x required
1048
1049 2006-05-15 [cleroy]     2.2.0cvs16
1050
1051         * src/main.c
1052                 Revert test
1053
1054 2006-05-15 [cleroy]     2.2.0cvs15
1055
1056         * src/main.c
1057                 test
1058
1059 2006-05-15 [wwp]        2.2.0cvs14
1060
1061         * manual/pl/.cvsignore
1062                 ignore generated files.
1063
1064 2006-05-14 [wwp]        2.3.0-rc1
1065
1066         * 2.3.0-rc1 released
1067
1068 2006-05-13 [wwp]        2.2.0cvs13
1069
1070         * src/filtering.c
1071         * src/filtering.h
1072         * src/matcher.c
1073         * src/matcher_parser_lex.l
1074         * src/matcher_parser_parse.y
1075         * src/prefs_filtering.c
1076                 new feature: provide the ability to disable filtering and processing
1077                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1078                 adaptations.
1079
1080 2006-05-13 [colin]      2.2.0cvs12
1081
1082         * src/compose.c
1083                 Remove useless if (a) b; else b;
1084                 Thanks to wwp
1085
1086 2006-05-13 [wwp]        2.2.0cvs11
1087
1088         * src/export.c
1089         * src/import.c
1090         * src/mainwindow.c
1091         * src/mbox.c
1092         * src/summaryview.c
1093         * src/summaryview.h
1094                 no more silent failures (or at least less ones) when importing
1095                 or exporting from/to mbox. Also start importing/exporting if
1096                 the necessary info is set.
1097
1098 2006-05-13 [wwp]        2.2.0cvs10
1099
1100         * RELEASE_NOTES
1101                 restored up-to-date release notes.
1102
1103 2006-05-13 [paul]       2.2.0cvs9
1104
1105         * po/nl.po
1106         * po/ru.po
1107                 updated by Tim Dijkstra and Pavlo Bohmat
1108
1109 2006-05-12 [colin]      2.2.0cvs8
1110
1111         * src/gtk/quicksearch.c
1112                 Add "k" as shortcut for "colorlabel". Patch
1113                 by ath42@users.sf.net.
1114
1115 2006-05-12 [paul]       2.2.0cvs7
1116
1117         * src/prefs_common.h
1118         * src/prefs_summaries.c
1119         * src/summaryview.c
1120                 when entering a folder also allow
1121                 going directly to first Marked message
1122
1123 2006-05-12 [paul]       2.2.0cvs6
1124
1125         * src/summaryview.c
1126                 always obey 'confirm before marking all
1127                 mails read' option
1128
1129 2006-05-12 [paul]       2.2.0cvs5
1130
1131         * src/textview.c
1132                 make Sender fully clickable
1133
1134 2006-05-12 [colin]      2.2.0cvs4
1135
1136         * src/compose.c
1137         * src/compose.h
1138                 Let From be editable
1139         * src/main.c
1140         * src/mh.c
1141                 Full support of .mh_sequences' Unseen seq
1142
1143 2006-05-12 [colin]      2.2.0cvs3
1144
1145         * src/folder.c
1146         * src/mainwindow.c
1147         * src/mainwindow.h
1148         * src/messageview.c
1149         * src/prefs_spelling.c
1150         * src/procheader.c
1151         * src/procmsg.c
1152         * src/procmsg.h
1153         * src/summaryview.c
1154         * src/toolbar.c
1155         * src/toolbar.h
1156                 Add contextual menu on Compose toolbar
1157                 button. Fixes bug #944 (Automatic
1158                 addresses not applied when changing account
1159                 from compose window)
1160                 add Mailing List support
1161                 based on the old 0.6.5claws25 patch by
1162                 Melvin Hadasht, with finishing touches
1163                 by Colin
1164                 Fix "ignore thread" when mails are threaded by
1165                 subject (and weren't ignored although appearing
1166                 in the thread).
1167                 GUI rework.
1168                 Both patches by Pawel.
1169
1170 2006-05-08 [paul]       2.2.0cvs2
1171
1172         * src/mainwindow.c
1173         * src/mainwindow.h
1174         * src/messageview.c
1175         * src/procheader.c
1176         * src/procmsg.c
1177         * src/procmsg.h
1178         * src/summaryview.c
1179                 add Mailing List support
1180                 based on the old 0.6.5claws25 patch by 
1181                 Melvin Hadasht, with finishing touches
1182                 by Colin
1183
1184 2006-05-08 [colin]      2.2.0cvs1
1185
1186         * src/mainwindow.c
1187         * src/toolbar.c
1188         * src/toolbar.h
1189                 Add contextual menu on Compose toolbar 
1190                 button. Fixes bug #944 (Automatic 
1191                 addresses not applied when changing account 
1192                 from compose window)
1193
1194 2006-05-08 [paul]       2.2.0
1195
1196         2.2.0 released
1197
1198 2006-05-08 [paul]       2.1.1cvs51
1199
1200         * po/cs.po
1201         * po/de.po
1202         * po/en_GB.po
1203         * po/fi.po
1204         * po/fr.po
1205         * po/pt_BR.po
1206         * po/sr.po
1207         * po/zh_CN.po
1208                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1209                 Fabien Vantard, Frederico Goncalves Guimaraes,
1210                 Aleksandar Urosevic, and Ralgh Young
1211
1212 2006-05-12 [colin]      2.1.1cvs50
1213
1214         * po/cs.po
1215         * po/de.po
1216         * po/en_GB.po
1217         * po/es.po
1218         * po/fi.po
1219         * po/fr.po
1220         * po/pt_BR.po
1221         * po/sr.po
1222         * po/zh_CN.po
1223                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1224                 Fabien Vantard, Frederico Goncalves Guimaraes,
1225                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1226
1227 2006-05-05 [colin]      2.1.1cvs49
1228
1229         * manual/Makefile.am
1230         * manual/pl/Makefile.am
1231         * manual/pl/account.xml
1232         * manual/pl/ack.xml
1233         * manual/pl/addrbook.xml
1234         * manual/pl/advanced.xml
1235         * manual/pl/faq.xml
1236         * manual/pl/glossary.xml
1237         * manual/pl/gpl.xml
1238         * manual/pl/handling.xml
1239         * manual/pl/intro.xml
1240         * manual/pl/keyboard.xml
1241         * manual/pl/plugins.xml
1242         * manual/pl/starting.xml
1243         * manual/pl/sylpheed-claws-manual.xml
1244         * manual/pl/dist/.cvsignore
1245         * manual/pl/dist/Makefile.am
1246         * manual/pl/dist/html/.cvsignore
1247         * manual/pl/dist/html/Makefile.am
1248         * manual/pl/dist/pdf/.cvsignore
1249         * manual/pl/dist/pdf/Makefile.am
1250         * manual/pl/dist/ps/.cvsignore
1251         * manual/pl/dist/ps/Makefile.am
1252         * manual/pl/dist/txt/.cvsignore
1253         * manual/pl/dist/txt/Makefile.am
1254                 Add the polish translation of the manual,
1255                 Authored by Pawel Pekala.
1256
1257 2006-05-05 [cleroy]     2.1.1cvs48
1258
1259         * src/main.c
1260                 Re-read matcherrc after loading plugins 
1261                 if some of them add folders.
1262
1263 2006-05-03 [colin]      2.1.1cvs47
1264
1265         * src/imap.c
1266                 I'm idiot
1267
1268 2006-05-03 [colin]      2.1.1cvs46
1269
1270         * src/imap.c
1271                 Be sure to have a session when
1272                 getting separator
1273
1274 2006-05-03 [colin]      2.1.1cvs45
1275
1276         * src/imap.c
1277         * src/imap.h
1278         * src/imap_gtk.c
1279                 Fix preventing renaming with namespace 
1280                 separator.
1281
1282 2006-05-01 [colin]      2.1.1cvs44
1283
1284         * src/action.c
1285                 Don't reload messageview when result of
1286                 action is piped.
1287
1288 2006-04-29 [colin]      2.1.1cvs43
1289
1290         * src/prefs_receive.c
1291         * src/plugins/spamassassin/spamassassin_gtk.c
1292         * src/plugins/clamav/clamav_plugin_gtk.c
1293                 GUI fixes by Pawel
1294
1295 2006-04-29 [colin]      2.1.1cvs42
1296
1297         * src/prefs_compose_writing.c
1298         * src/prefs_quote.c
1299                 Cleanups. Patch by Pawel
1300
1301 2006-04-28 [paul]       2.1.1cvs41
1302
1303         * src/matcher.c
1304                 fix returned quick search results when search
1305                 term contains an underscore.
1306                 Thanks to Colin
1307
1308 2006-04-28 [paul]       2.1.1cvs40
1309
1310         * src/prefs_message.c
1311         * src/prefs_receive.c
1312                 GUI cleanups
1313                 Patches by Pawel Pekala
1314
1315 2006-04-27 [colin]      2.1.1cvs39
1316
1317         * src/wizard.c
1318                 Differentiate subject Welcome from
1319                 window's title Welcome
1320
1321 2006-04-27 [paul]
1322
1323         2.2.0-rc1 released
1324
1325 2006-04-27 [paul]       2.1.1cvs38
1326
1327         * manual/advanced.xml
1328         * manual/fr/advanced.xml
1329                 add info about compose_no_markup hidden pref
1330
1331 2006-04-27 [paul]       2.1.1cvs37
1332
1333         * src/prefs_account.c
1334                 improve privacy labels
1335         * src/prefs_msg_colors.c
1336                 change some strings for translators' convenience
1337         * src/gtk/gtkutils.c
1338                 don't underline the link button text
1339
1340 2006-04-25 [colin]      2.1.1cvs36
1341
1342         * src/folder.c
1343                 Complete 2.1.1cvs33 (once more ;)
1344
1345 2006-04-25 [colin]      2.1.1cvs35
1346
1347         * src/editldap.c
1348                 Fix tooltip
1349
1350 2006-04-25 [cleroy]     2.1.1cvs34
1351
1352         * src/compose.c
1353         * src/gtk/gtkaspell.c
1354                 Fix crash on redirect (related to the return 
1355                 of the aspell menu in compose's toolbar)
1356         * src/prefs_msg_colors.c
1357                 Fix sensitivity widgets
1358         * src/image_viewer.c
1359         * src/gtk/pluginwindow.c
1360         * src/gtk/prefswindow.c
1361                 Change released signals to clicked (Fabien)
1362         * po/POTFILES.in
1363         * src/common/socket.c
1364         * src/plugins/spamassassin/spamassassin.c
1365                 Translate strings (Fabien)
1366
1367 2006-04-25 [paul]       2.1.1cvs33
1368
1369         * src/folder.c
1370         * src/folder.h
1371         * src/folderview.c
1372                 complete the fix of bug #912
1373                 Thanks to Colin
1374
1375 2006-04-25 [colin]      2.1.1cvs32
1376
1377         * src/news.c
1378                 Better progress bar
1379         * src/mimeview.c
1380         * src/summaryview.c
1381         * src/summaryview.h
1382                 Fix focus chain
1383                 Patches by Pawel Pekala
1384
1385 2006-04-24 [colin]      2.1.1cvs31
1386
1387         * src/compose.c
1388                 Fix compilation warnings (Fabien)
1389
1390 2006-04-24 [colin]      2.1.1cvs30
1391
1392         * src/addrindex.c
1393         * src/editldap.c
1394         * src/editldap_basedn.c
1395         * src/editldap_basedn.h
1396         * src/ldapctrl.c
1397         * src/ldapctrl.h
1398         * src/ldapquery.c
1399         * src/ldaputil.c
1400         * src/ldaputil.h
1401                 Fix bug #901 (LDAPS support)
1402
1403 2006-04-24 [colin]      2.1.1cvs29
1404
1405         * src/compose.c
1406                 Fix logic on error with send dialog on
1407         * src/imap.c
1408                 Fix compilation without libetpan, thanks
1409                 to Fabien
1410         * src/summaryview.c
1411                 Fix 'context-menu' key
1412
1413 2006-04-23 [colin]      2.1.1cvs28
1414
1415         * src/folder.c
1416                 Never free current's cache to free up 
1417                 memory. Fixes bug #912 (new count 
1418                 randomly set to message count)
1419
1420 2006-04-23 [colin]      2.1.1cvs27
1421
1422         * src/gtk/quicksearch.c
1423                 And remove printf...
1424
1425 2006-04-23 [colin]      2.1.1cvs26
1426
1427         * src/gtk/quicksearch.c
1428                 Fix replacing in quicksearch, and fix inserting
1429                 in the middle of the string. (introduced at 2.1.0cvs22)
1430
1431 2006-04-23 [colin]      2.1.1cvs25
1432
1433         * src/imap.c
1434                 Make sure uidnext is initialized in get_num_list
1435                 (not for stable, related to 2.1.1cvs8 and friends)
1436
1437 2006-04-23 [colin]      2.1.1cvs24
1438
1439         * src/imap.c
1440                 Output something when login is successful
1441                 too
1442
1443 2006-04-23 [colin]      2.1.1cvs23
1444
1445         * src/etpan/imap-thread.c
1446                 Better logging (line-per-line, hide data in fetch)
1447                 Fix a const warning
1448         * src/gtk/logwindow.c
1449         * src/gtk/logwindow.h
1450                 Better logging (color for input/output)
1451
1452 2006-04-21 [colin]      2.1.1cvs22
1453
1454         * src/gtk/quicksearch.c
1455                 On gtk+-2.8, use stock buttons in quicksearch
1456                 Based on a patch by Fabien and a design by Paul
1457
1458 2006-04-21 [colin]      2.1.1cvs21
1459
1460         * src/folderview.c
1461         * src/mainwindow.c
1462                 Fix occasional flicker in folderview
1463         * src/common/utils.c
1464                 Fix bug #943 (Incorrectly parsed email address 
1465                 list in short headers on message view and in 
1466                 printouts)
1467
1468 2006-04-20 [colin]      2.1.1cvs20
1469
1470         * src/imap.c
1471         * src/imap.h
1472         * src/prefs_account.c
1473                 Add ANONYMOUS auth for IMAP
1474
1475 2006-04-20 [paul]       2.1.1cvs19
1476
1477         * src/main.c
1478                 proper fix for 2.1.1cvs18
1479                 Thanks to Colin
1480
1481 2006-04-20 [paul]       2.1.1cvs18
1482
1483         * src/main.c
1484                 fix build warnings
1485
1486 2006-04-20 [paul]       2.1.1cvs17
1487
1488         * src/gtk/quicksearch.c
1489                 fix standard, non-extended Quick search,
1490                 was broken in 2.1.1cvs15.
1491                 Thanks to Colin.
1492
1493 2006-04-20 [colin]      2.1.1cvs16
1494
1495         * src/prefs_matcher.c
1496                 Fix values when reselecting a ~test
1497                 rule
1498
1499 2006-04-19 [colin]      2.1.1cvs15
1500
1501         * src/compose.c
1502         * src/compose.h
1503         * src/gtk/gtkaspell.c
1504         * src/gtk/gtkaspell.h
1505                 Put back Options menu in Spelling/
1506         * src/gtk/quicksearch.c
1507                 Don't search, and show error, if the
1508                 advanced search has a syntax error
1509
1510 2006-04-18 [colin]      2.1.1cvs14
1511
1512         * src/textview.c
1513                 Fix gdk warnings on set_cursor when textview
1514                 isn't visible
1515
1516 2006-04-18 [colin]      2.1.1cvs13
1517
1518         * src/gtk/gtksctree.c
1519                 Remove seemingly useless refresh that causes
1520                 flicker - watch this commit in case of 
1521                 problems before planned backport to stable
1522
1523 2006-04-18 [colin]      2.1.1cvs12
1524
1525         * src/imap.c
1526                 Factorize get/set_xml code
1527         * src/compose.c
1528         * src/prefs_account.c
1529         * src/prefs_account.h
1530         * src/procmsg.c
1531                 Add Encrypt to self option
1532
1533 2006-04-17 [colin]      2.1.1cvs11
1534
1535         * configure.ac
1536                 Fix search on encrpyt function on dragonfly
1537                 Patch by Jonathan Buschmann <jonthn@agmact.com>
1538
1539 2006-04-17 [colin]      2.1.1cvs10
1540
1541         * src/prefs_account.c
1542                 Be safe by default: remove mails from POP3
1543                 after 7 days, not immediately
1544
1545 2006-04-17 [colin]      2.1.1cvs9
1546
1547         * src/etpan/imap-thread.c
1548                 Fix build on DragonFly - patch by 
1549                 Jonathan Buschmann <jonthn@agmact.com>
1550
1551 2006-04-17 [colin]      2.1.1cvs8
1552
1553         * src/imap.c
1554                 Save uidnext between sessions
1555
1556 2006-04-17 [colin]      2.1.1cvs7
1557
1558         * src/imap.c
1559                 scan is required when uid validity changes
1560
1561 2006-04-17 [colin]      2.1.1cvs6
1562
1563         * src/folderview.c
1564                 Don't scan if not necessary, apart in current
1565                 folder and INBOX to fetch flags.
1566         * src/imap.c
1567                 Scan is necessary if unread count changes
1568
1569 2006-04-17 [colin]      2.1.1cvs5
1570
1571         * src/imap.c
1572                 ...But always fetch ANSWERED and DELETED flags for
1573                 INBOX, as filtering can happen on these flags.
1574
1575 2006-04-17 [colin]      2.1.1cvs4
1576
1577         * src/imap.c
1578                 Don't fetch REPLIED and DELETED flags when synchronising
1579                 flags with a closed folder. We only need UNSEEN and FLAGGED
1580                 to update the folderview.
1581
1582 2006-04-17 [colin]      2.1.1cvs3
1583
1584         * src/imap.c
1585                 Faster flag search when there are new mails 
1586                 in a folder. We can do a full search if the 
1587                 folder contains less messages than the new
1588                 list.
1589
1590 2006-04-17 [colin]      2.1.1cvs2
1591
1592         * po/cs.po
1593         * po/de.po
1594         * po/fr.po
1595         * po/nl.po
1596         * po/pt_BR.po
1597                 Update translations from stable branch
1598
1599 2006-04-17 [colin]      2.1.1cvs1
1600
1601         * configure.ac
1602                 Bump version to follow stable release
1603
1604 2006-04-16 [mones]      2.1.0cvs50
1605
1606         * po/es.po
1607                 Updated for release
1608
1609 2006-04-16 [colin]      2.1.0cvs49
1610
1611         * src/textview.c
1612                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
1613                 with gtk < 2.8. Thanks to Fabien Vantard.
1614
1615 2006-04-15 [colin]      2.1.0cvs48
1616
1617         * src/etpan/imap-thread.c
1618                 Fix bug #919 (libetpan: SEGV when connecting 
1619                 using command)
1620
1621 2006-04-14 [colin]      2.1.0cvs47
1622
1623         * src/main.c
1624                 Fix race on --select (should be done better)
1625
1626 2006-04-14 [wwp]        2.1.0cvs46
1627
1628         * src/send_message.c
1629                 enforce a check for domain in account prefs (a sending
1630                 error could be faced if domain was checked but no value set),
1631                 thanks to Colin.
1632
1633 2006-04-14 [colin]      2.1.0cvs45
1634
1635         * src/codeconv.c
1636                 when converting from unknown to unknown, if the
1637                 string is UTF8, don't convert it to the locale
1638                 (which breaks it)
1639
1640 2006-04-14 [colin]      2.1.0cvs44
1641
1642         * src/compose.c
1643                 Don't try to use ASCII for converting headers
1644                 (as done in body)
1645
1646 2006-04-14 [paul]       2.1.0cvs43
1647
1648         * src/crash.c
1649                 add locale/charset info to crash report
1650         * src/gtk/about.c
1651                 add wwp to doc team
1652                 replace 'e-mail' with preferred 'email'
1653         * src/gtk/authors.h
1654                 ensure contributors list is in alphabetical
1655                 order
1656
1657 2006-04-13 [colin]      2.1.0cvs42
1658
1659         * src/textview.c
1660                 Prevent gdk warnings
1661
1662 2006-04-13 [colin]      2.1.0cvs41
1663
1664         * src/common/ssl_certificate.c
1665         * src/common/ssl_certificate.h
1666         * src/gtk/sslcertwindow.c
1667                 Warn on expired certs, and display the expiration date
1668
1669 2006-04-13 [colin]      2.1.0cvs40
1670
1671         * src/plugins/spamassassin/spamassassin_gtk.c
1672                 Fix missing set_text on unix socket
1673
1674 2006-04-13 [wwp]        2.1.0cvs39
1675
1676         * manual/fr/advanced.xml
1677         * manual/fr/glossary.xml
1678                 applied new spam/ham/email lexicon (pourriel, courriel)
1679
1680 2006-04-13 [paul]       2.1.0cvs38
1681
1682         * src/plugins/pgpmime/plugin.c
1683                 remove the mention of S/MIME from the
1684                 description. This is now handled by the
1685                 S/MIME plugin.
1686
1687 2006-04-13 [paul]       2.1.0cvs37
1688
1689         * src/prefs_msg_colors.c
1690                 rework dialog
1691         * src/prefs_folder_item.c
1692         * src/prefs_spelling.c
1693                 add a tooltip to the colour selector buttons
1694
1695 2006-04-13 [wwp]        2.1.0cvs36
1696
1697         * manual/advanced.xml
1698         * manual/glossary.xml
1699         * manual/handling.xml
1700         * manual/keyboard.xml
1701         * manual/plugins.xml
1702         * manual/starting.xml
1703         * manual/fr/account.xml
1704         * manual/fr/ack.xml
1705         * manual/fr/addrbook.xml
1706         * manual/fr/advanced.xml
1707         * manual/fr/faq.xml
1708         * manual/fr/glossary.xml
1709         * manual/fr/gpl.xml
1710         * manual/fr/handling.xml
1711         * manual/fr/intro.xml
1712         * manual/fr/keyboard.xml
1713         * manual/fr/plugins.xml
1714         * manual/fr/starting.xml
1715         * manual/fr/sylpheed-claws-manual.xml
1716                 fixes to the manuals:
1717                  - summaryview -> Message List (same in French)
1718                  - translate key names
1719                  - fix French punctuation, use non-breakable spaces when
1720                    necessary, don't use &thinsp; which is not portable
1721                  - tell what maildir and mbox formats we support
1722
1723 2006-04-12 [wwp]        2.1.0cvs35
1724
1725         * src/prefs_toolbar.c
1726                 unified a replace button more,
1727                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1728
1729 2006-04-12 [wwp]        2.1.0cvs34
1730
1731         * src/prefs_common.c
1732         * src/prefs_msg_colors.c
1733                 make default color labels translatable,
1734                 patch from Fabien Vantard <fzzzzz@gmail.com>,
1735                 thanks to Tim <timbrain@post.cz> for reporting.
1736
1737 2006-04-12 [wwp]        2.1.0cvs33
1738
1739         * manual/glossary.xml
1740         * manual/intro.xml
1741         * manual/plugins.xml
1742         * manual/starting.xml
1743         * manual/sylpheed-claws-manual.xml
1744         * manual/fr/.cvsignore
1745         * manual/fr/account.xml
1746         * manual/fr/ack.xml
1747         * manual/fr/addrbook.xml
1748         * manual/fr/advanced.xml
1749         * manual/fr/faq.xml
1750         * manual/fr/glossary.xml
1751         * manual/fr/handling.xml
1752         * manual/fr/intro.xml
1753         * manual/fr/keyboard.xml
1754         * manual/fr/plugins.xml
1755         * manual/fr/starting.xml
1756         * manual/fr/sylpheed-claws-manual.xml
1757                 various fixes: typos, missing .fr translations, punctuation,
1758                 capitalization, links, accents and some bad French more.
1759
1760 2006-04-12 [wwp]        2.1.0cvs32
1761
1762         * src/prefs_gtk.c
1763                 fix for bug #935: always store prefs files in UTF-8 (thanks
1764                 to Colin).
1765
1766 2006-04-11 [colin]      2.1.0cvs31
1767
1768         * src/compose.c
1769                 Fix inserting files not in utf8 when locale is utf8
1770
1771 2006-04-11 [colin]      2.1.0cvs30
1772
1773         * src/inc.c
1774                 Don't show error dialog when cancelling connection
1775                 Patch by Pawel
1776
1777 2006-04-11 [cleroy]     2.1.0cvs29
1778
1779         * src/compose.c
1780                 Implement multiple quote levels
1781         * src/prefs_common.c
1782                 Change a little bit the quote bgcolor for 2nd level
1783
1784 2006-04-11 [colin]      2.1.0cvs28
1785
1786         * src/gtk/about.c
1787                 Add locale and charset in the label
1788
1789 2006-04-10 [colin]      2.1.0cvs27
1790
1791         * src/compose.c
1792         * src/prefs_common.c
1793         * src/prefs_common.h
1794         * src/prefs_msg_colors.c
1795         * src/textview.c
1796                 Allow optional background color in quotes
1797                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
1798                 GTK+-2.8.x feature
1799
1800 2006-04-10 [colin]      2.1.0cvs26
1801
1802         * src/main.c
1803         * src/mainwindow.c
1804         * src/mainwindow.h
1805                 Implement --select
1806
1807 2006-04-10 [colin]      2.1.0cvs25
1808
1809         * manual/plugins.xml
1810         * manual/fr/plugins.xml
1811                 Document libcurl's proxy variables
1812
1813 2006-04-09 [colin]      2.1.0cvs24
1814
1815         * src/prefs_common.c
1816                 gettext() returns statically allocated stuff. We have
1817                 to strdup it in order to be able to free it.
1818
1819 2006-04-09 [colin]      2.1.0cvs23
1820
1821         * AUTHORS
1822         * src/gtk/authors.h
1823                 Add Alexei
1824
1825 2006-04-09 [colin]      2.1.0cvs22
1826
1827         * src/mainwindow.c
1828         * src/gtk/quicksearch.c
1829                 Fix bug #859 (problems with cyrilic input in 
1830                 search panel) - Patch by Alexey Illarionov 
1831                 <littlesavage@rambler.ru>
1832
1833 2006-04-09 [colin]      2.1.0cvs21
1834
1835         * src/prefs_customheader.c
1836                 I prefer removing then freeing rather than the contrary
1837                 (even if it doesn't change anything ;-)
1838         * src/prefs_account.c
1839                 Fix bug #933 (Crash re-entering the custom headers list 
1840                 dialog in accounts prefs)
1841                 The problem happened when cancelling the Account 
1842                 Preferences' dialogs - in which case we didn't do 
1843                 anything to the PrefsAccount * struct. In case of applying,
1844                 the old ac_prefs was replaced with the tmp_ac_prefs we were
1845                 working with in this dialog. The problem is that 
1846                 prefs_customheader.c, working on this tmp_ac_prefs, always
1847                 changes the ->customhdr_list pointer, even when cancelled. 
1848                 So in case of cancelling the prefs_account dialog, we still
1849                 have to update ->customhdr_list in the real account.
1850
1851 2006-04-08 [colin]      2.1.0cvs20
1852
1853         * manual/fr/glossary.xml
1854         * manual/fr/keyboard.xml
1855                 Forgot some headers :)
1856
1857 2006-04-08 [colin]      2.1.0cvs19
1858
1859         * manual/Makefile.am
1860         * manual/fr/Makefile.am
1861         * manual/fr/account.xml
1862         * manual/fr/ack.xml
1863         * manual/fr/addrbook.xml
1864         * manual/fr/advanced.xml
1865         * manual/fr/faq.xml
1866         * manual/fr/glossary.xml
1867         * manual/fr/gpl.xml
1868         * manual/fr/handling.xml
1869         * manual/fr/intro.xml
1870         * manual/fr/keyboard.xml
1871         * manual/fr/plugins.xml
1872         * manual/fr/starting.xml
1873         * manual/fr/sylpheed-claws-manual.xml
1874         * manual/fr/dist/.cvsignore
1875         * manual/fr/dist/Makefile.am
1876         * manual/fr/dist/html/.cvsignore
1877         * manual/fr/dist/html/Makefile.am
1878         * manual/fr/dist/pdf/.cvsignore
1879         * manual/fr/dist/pdf/Makefile.am
1880         * manual/fr/dist/ps/.cvsignore
1881         * manual/fr/dist/ps/Makefile.am
1882         * manual/fr/dist/txt/.cvsignore
1883         * manual/fr/dist/txt/Makefile.am
1884                 Add the french translation of the manual. Thanks to
1885                 Olivier Delhomme <olivier.delhomme@free.fr> for 
1886                 account.xml, ack.xml, addrbook.xml and advanced.xml
1887
1888 2006-04-08 [colin]      2.1.0cvs18
1889
1890         * manual/plugins.xml
1891         * manual/starting.xml
1892                 More fixes
1893
1894 2006-04-07 [colin]      2.1.0cvs17
1895
1896         * manual/faq.xml
1897         * manual/intro.xml
1898         * manual/keyboard.xml
1899                 Little fixes
1900
1901 2006-04-07 [colin]      2.1.0cvs16
1902
1903         * README
1904         * src/compose.c
1905         * src/prefs_common.c
1906         * src/prefs_common.h
1907                 Add hidden compose_no_markup pref
1908
1909 2006-04-07 [wwp]        2.1.0cvs15
1910
1911         * src/summary_search.c
1912         * .cvsignore
1913                 Bugfix: stop button was sticky when searching in an empty folder.
1914                 Applied curly brackets code style to the whole file (summary_search.c).
1915                 More files to ignore.
1916
1917 2006-04-07 [wwp]        2.1.0cvs14
1918
1919         * src/message_search.c
1920         * src/summary_search.c
1921                 changed default button when search bumps at file/folder
1922                 beginning or end, for convenience (thanks to Colin).
1923
1924 2006-04-07 [paul]       2.1.0cvs13
1925
1926         * src/plugins/dillo_viewer/dillo_prefs.c
1927                 avoid future potential for namespace collision
1928                 Patch by Colin
1929
1930 2006-04-06 [wwp]        2.1.0cvs12
1931
1932         * src/summary_search.c
1933                 Unify extended/advanced searches names (and thus factorize labels),
1934                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1935
1936 2006-04-06 [wwp]        2.1.0cvs11
1937
1938         * src/folderview.c
1939         * src/prefs_themes.c
1940         * src/summaryview.c
1941                 Fixed some compilation warnings.
1942
1943 2006-04-06 [colin]      2.1.0cvs10
1944
1945         * manual/advanced.xml
1946                 Document the wizard template and how to deploy
1947                 Sylpheed-Claws effectively
1948
1949 2006-04-06 [colin]      2.1.0cvs9
1950
1951         * src/folderview.c
1952                 gettext patch to tell translators about _("#"),
1953                 by Maxim Britov
1954
1955 2006-04-06 [colin]      2.1.0cvs8
1956
1957         * src/textview.c
1958                 Fix invalid GtkTextBIter after clicking "Display as text"
1959
1960 2006-04-06 [mones]      2.1.0cvs7
1961
1962         * src/addr_compl.c
1963         * src/addrindex.c
1964         * src/addritem.c
1965         * src/codeconv.c
1966         * src/compose.c
1967         * src/filtering.c
1968         * src/folder.c
1969         * src/folder_item_prefs.c
1970         * src/folderview.c
1971         * src/localfolder.c
1972         * src/matcher.c
1973         * src/mimeview.c
1974         * src/prefs_msg_colors.c
1975         * src/prefs_spelling.c
1976         * src/prefs_themes.c
1977         * src/procmime.c
1978         * src/procmsg.c
1979         * src/stock_pixmap.c
1980         * src/summaryview.c
1981         * src/textview.c
1982         * src/toolbar.c
1983         * src/common/mgutils.c
1984         * src/common/prefs.c
1985         * src/common/ssl_certificate.c
1986         * src/gtk/colorlabel.c
1987         * src/gtk/quicksearch.c
1988         * src/plugins/pgpmime/pgpmime.c
1989         * src/plugins/spamassassin/spamassassin.c
1990                 Removed redundant NULL checks for g_free() calls.
1991                 Patch by Pawel Pekala.
1992
1993 2006-04-06 [mones]      2.1.0cvs6
1994
1995         * src/prefs_actions.c
1996         * src/prefs_filtering.c
1997         * src/prefs_filtering_action.c
1998         * src/prefs_matcher.c
1999         * src/prefs_template.c
2000         * src/gtk/gtkutils.c
2001         * src/gtk/gtkutils.h
2002                 Have a nice replace button. Patch by Pawel Pekala
2003
2004 2006-04-06 [colin]      2.1.0cvs5
2005
2006         * src/addressbook.c
2007                 Fix crash with empty columns
2008
2009 2006-04-05 [colin]      2.1.0cvs4
2010
2011         * src/wizard.c
2012         * src/prefs_gtk.c
2013                 Allow wizard customization with pre-filled values
2014
2015 2006-04-05 [colin]      2.1.0cvs3
2016
2017         * src/textview.c
2018         * src/mimeview.c
2019         * src/mimeview.h
2020                 Nicer messages in mimeview
2021
2022 2006-04-05 [colin]      2.1.0cvs2
2023
2024         * src/addressbook.c
2025         * src/prefs_summaries.c
2026                 i18n fix
2027
2028 2006-04-05 [colin]      2.1.0cvs1
2029
2030         * src/plugins/pgpcore/plugin.c
2031         * src/plugins/pgpcore/select-keys.c
2032         * src/plugins/pgpcore/select-keys.h
2033         * src/plugins/pgpcore/sgpgme.c
2034         * src/plugins/pgpcore/sgpgme.h
2035         * src/plugins/pgpinline/pgpinline.c
2036         * src/plugins/pgpinline/plugin.c
2037         * src/plugins/pgpmime/pgpmime.c
2038         * src/plugins/pgpmime/plugin.c
2039                 Factorize and generalize a bit 
2040                 Drop S/MIME signature verification from PGP/MIME
2041                 (adding it as another, more complete plugin)
2042
2043 2006-04-05 [paul]       2.1.0
2044
2045         2.1.0 released
2046
2047 2006-04-05 [paul]       2.0.0cvs186
2048
2049         * manual/advanced.xml
2050                 add info on colour labels
2051
2052 2006-04-05 [paul]       2.0.0cvs185
2053
2054         * po/bg.po
2055         * po/cs.po
2056         * po/de.po
2057         * po/el.po
2058         * po/en_GB.po
2059         * po/fi.po
2060         * po/fr.po
2061         * po/it.po
2062         * po/nl.po
2063         * po/pl.po
2064         * po/pt_BR.po
2065         * po/sr.po
2066         * po/zh_CN.po
2067                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2068                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2069                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2070                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2071         * src/gtk/authors.h
2072         * tools/claws.i18n.status.pl
2073                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2074                 and new Czech translator, Tim <timbrain@post.cz>
2075
2076 2006-04-05 [mones]      2.0.0cvs184
2077
2078         * po/es.po
2079                 Updated translation
2080
2081 2006-04-05 [colin]      2.0.0cvs183
2082
2083         * src/gtk/quicksearch.c
2084                 Fix bug #929 (unnecessary reload in quick search bar)
2085
2086 2006-04-05 [colin]      2.0.0cvs182
2087
2088         * src/compose.c
2089                 Fix crash on Reply with no From:
2090                 Show signature and conversion error on queuing 
2091                 (but not sending)
2092         * src/mainwindow.c
2093         * src/summaryview.c
2094         * src/summaryview.h
2095                 Factorize threading code and make sure msginfo 
2096                 is not null when it comes from a GtkCTreeRow's 
2097                 data
2098         * src/gtk/gtkaspell.c
2099                 Check for necessary things
2100         * src/gtk/gtksctree.c
2101         * src/gtk/gtksctree.h
2102                 Reset anchor if necessary when removing node
2103
2104 2006-03-29 [colin]      2.0.0cvs181
2105
2106         * src/folderview.c
2107                 Warn for disabled IMAP accounts (due to lack of
2108                 libetpan). Breaks string-freeze - sorry - but it
2109                 is kind of important ;)
2110
2111 2006-03-28 [colin]      2.0.0cvs180
2112
2113         * src/gtk/gtkutils.c
2114         * src/gtk/gtkutils.h
2115                 Add a gtkut_get_link_btn() function that
2116                 creates a button which acts like an URI
2117         * src/prefs_themes.c
2118         * src/gtk/about.c
2119                 Use this function (factorizes codes)
2120         * src/common/defs.h
2121         * src/gtk/pluginwindow.c
2122                 Add a "Get more..." in the plugins window
2123
2124 2006-03-28 [colin]      2.0.0cvs179
2125
2126         * src/common/smtp.c
2127         * src/common/passcrypt.c
2128         * src/undo.c
2129                 Warning fixes. Patch by Pawel Pekala
2130
2131 2006-03-27 [colin]      2.0.0cvs178
2132
2133         * src/undo.c
2134                 Fix undoing by blocks with spaces
2135
2136 2006-03-27 [colin]      2.0.0cvs177
2137
2138         * src/textview.c
2139                 Set margin to 3px for headers
2140
2141 2006-03-27 [paul]
2142
2143         2.1.0-rc2 released
2144
2145 2006-03-27 [wwp]        2.0.0cvs176
2146
2147         * src/summaryview.c
2148                 don't reset quicksearch when updating the message list.
2149                 Thanks to Colin.
2150
2151 2006-03-26 [wwp]        2.0.0cvs175
2152
2153         * src/compose.c
2154                 use a unified border width ('other' tab in the compose window,
2155                 patch by Pawel Pekala).
2156
2157
2158 2006-03-26 [wwp]        2.0.0cvs174
2159
2160         * src/common/quoted-printable.c
2161         * src/addressbook.c
2162                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2163
2164 2006-03-26 [colin]      2.0.0cvs173
2165
2166         * src/quote_fmt_parse.y
2167                 Fix non-UTF8 date formats messing up the whole quote a 
2168                 little bit
2169
2170 2006-03-26 [colin]      2.0.0cvs172
2171
2172         * src/procheader.c
2173                 Make sure the date is UTF8 valid, or try to make it
2174                 so. IncrediMail is really IncrediStupid.
2175         * src/compose.c
2176                 Fix possible conversions. 
2177                 
2178
2179 2006-03-26 [colin]      2.0.0cvs171
2180
2181         * src/matcher.c
2182                 Fix corner cases in body search. This is still a
2183                 hack... It seems impossible to make it good and 
2184                 reasonably fast at the same time.
2185
2186 2006-03-26 [colin]      2.0.0cvs170
2187
2188         * src/summaryview.c
2189                 I think I killed the twilight zone bug!
2190                 summary_select_node() flushes GTK events in order
2191                 to be able to center the view. But this also 
2192                 flushes keypresses like Ctrl-Alt-U, so this can
2193                 call summary_show from summary_select_node (itself
2194                 called from summary_show, etc.). And the summaryview
2195                 has to be unlocked in this function. So just locking
2196                 while processing GTK events, and bailing if locked, 
2197                 should fix it.
2198                 Fixes bug #927 (SIGSEGV during Update Summary)
2199
2200 2006-03-25 [colin]      2.0.0cvs169
2201
2202         * src/matcher.c
2203                 Fix search in QP-encoded bodies
2204                 Fix utf-8 searches in bodies encoded in the
2205                 locale's encoding
2206         * src/common/quoted-printable.c
2207         * src/common/quoted-printable.h
2208                 Add a decode function that doesn't overwrite
2209                 the original pointer
2210                 
2211
2212 2006-03-24 [colin]      2.0.0cvs168
2213
2214         * src/action.c
2215         * src/summaryview.c
2216         * src/summaryview.h
2217                 Update message cache after action
2218                 Patch by H. Merijn Brand
2219         * src/prefs_msg_colors.c
2220                 Factorize label 
2221                 Patch by Fabien Vantard
2222         * src/plugins/spamassassin/spamassassin_gtk.c
2223                 Remove useless translation
2224                 Patch by Fabien Vantard
2225
2226 2006-03-23 [colin]      2.0.0cvs167
2227
2228         * src/common/ssl.c
2229                 Let 30 seconds to SSL_connect
2230
2231 2006-03-23 [wwp]        2.0.0cvs166
2232
2233         * src/summaryview.c
2234         * src/gtk/description_window.c
2235                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2236                 and headers are translated; adjust description windows' width to fit their
2237                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2238
2239 2006-03-23 [paul]       2.0.0cvs165
2240
2241         * src/common/utils.c
2242                 fix highlighting of URIs containing "()"
2243                 (2.0.0cvs164's reversal fixed)
2244                 Thanks to Colin.
2245
2246 2006-03-23 [paul]       2.0.0cvs164
2247
2248         * src/common/utils.c
2249                 revert patch, (postponing a fix), at 2.0.0cvs120
2250                 as it breaks more URIs than it fixes.
2251                 Allow '-' to be a terminating character in a URI
2252
2253 2006-03-22 [colin]      2.0.0cvs163
2254
2255         * configure.ac
2256                 Require libetpan 0.45
2257                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2258
2259 2006-03-22 [paul]       2.0.0cvs162
2260
2261         * src/editgroup.c
2262                 replace '<-' and '->' buttons with GTK_STOCK graphical
2263                 buttons
2264         * src/summary_search.c
2265                 don't offer '...' for translation
2266                 add a tooltip to advanced search '...' button
2267         * src/gtk/quicksearch.c
2268                 don't offer '...' for translation
2269
2270 2006-03-21 [colin]      2.0.0cvs161
2271
2272         * src/compose.c
2273                 Fix middle-click pasting (insert at click
2274                 position instead of cursor position, don't
2275                 remove existing selection and allow pasting
2276                 our own selection)
2277         * src/addressbook.c
2278                 "LDAP Server" -> "LDAP servers"
2279
2280 2006-03-21 [wwp]        2.0.0cvs160
2281
2282         * src/etpan/imap-thread.c
2283                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2284
2285 2006-03-20 [colin]      2.0.0cvs159
2286
2287         * src/summaryview.c
2288                 Don't reload summaryview after an execute with no
2289                 move action
2290
2291 2006-03-19 [colin]      2.0.0cvs158
2292
2293         * src/addressbook.c
2294                 and put groups at the top, always
2295
2296 2006-03-19 [colin]      2.0.0cvs157
2297
2298         * src/addressbook.c
2299                 Order groups before names, as previously
2300
2301 2006-03-19 [colin]      2.0.0cvs156
2302
2303         * src/addressbook.c
2304                 - Sort case-unsensitive
2305                 - Put the sort arrow at opening too
2306
2307 2006-03-19 [wwp]        2.0.0cvs155
2308
2309         * src/addressbook.c
2310                 allow sorting by name/email/remarks, ensure that right-pane's contents
2311                 matches the left-pane selection (cleared when appropriate).
2312                 Patch by Pawel Pekala <c0rn@o2.pl>.
2313
2314 2006-03-18 [colin]      2.0.0cvs154
2315
2316         * src/textview.c
2317                 Fix text cursor ;)
2318
2319 2006-03-18 [colin]      2.0.0cvs153
2320
2321         * src/gtk/filesel.c
2322                 Make sure we hide the preview if we didn't get
2323                 a filename
2324
2325 2006-03-18 [colin]      2.0.0cvs152
2326
2327         * src/summaryview.c
2328                 Set cursor to watch for execution (fixes lack
2329                 of watch-cursor when dnd'ing hundreds of mails)
2330         * src/gtk/filesel.c
2331                 Check that mime type is 'image/*' before updating
2332                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2333
2334 2006-03-18 [colin]      2.0.0cvs151
2335
2336         * src/mainwindow.c
2337         * src/textview.c
2338         * src/textview.h
2339                 Put a watch cursor in textview too when the mainwindow's
2340                 cursor in a watch
2341
2342 2006-03-18 [colin]      2.0.0cvs150
2343
2344         * src/folder.c
2345                 Change wrong asserts to simple tests
2346
2347 2006-03-17 [colin]      2.0.0cvs149
2348
2349         * src/mainwindow.c
2350         * src/mainwindow.h
2351         * src/prefs_msg_colors.c
2352         * src/summaryview.c
2353         * src/summaryview.h
2354         * src/gtk/colorlabel.c
2355         * src/gtk/colorlabel.h
2356                 Add a color label menu in the main menubar
2357                 Add (fixed) accels Ctrl-{0-7} to change the color
2358                 They have to be fixed because the menu's dynamic,
2359                 the items are complex widgets, hence we can't use
2360                 a GtkItemFactory.
2361
2362
2363 2006-03-17 [wwp]        2.0.0cvs148
2364
2365         * src/compose.c
2366                 rollback few lines from my previous commit (those lines come from
2367                 a pending patch, accidentally commited, even if neutral as they are
2368                 commented out).
2369
2370 2006-03-17 [wwp]        2.0.0cvs147
2371
2372         * src/compose.c
2373                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2374                 applied code style/indentation to the modified function.
2375
2376 2006-03-17 [wwp]        2.0.0cvs146
2377
2378         * src/procmsg.c
2379         * src/compose.c
2380                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2381
2382 2006-03-17 [paul]
2383
2384         2.1.0-rc1 released
2385
2386 2006-03-17 [paul]       2.0.0cvs145
2387
2388         * src/main.c
2389                 addressbook_read_file() was called twice
2390         * src/textview.c
2391                 X-Mailer highlighting
2392
2393 2006-03-16 [colin]      2.0.0cvs144
2394
2395         * src/sourcewindow.c
2396         * src/sourcewindow.h
2397                 And the last one, in source window.
2398
2399 2006-03-16 [colin]      2.0.0cvs143
2400
2401         * src/compose.c
2402         * src/compose.h
2403                 Fix the same stuff in compose
2404
2405 2006-03-16 [colin]      2.0.0cvs142
2406
2407         * src/messageview.c
2408                 Complete the previous messageview crash fix
2409
2410 2006-03-16 [colin]      2.0.0cvs141
2411
2412         * src/procmsg.h
2413         * src/procmsg.c
2414         * src/folder.c
2415                 Fix POSTPROCESSING hook
2416                 Patch by H. Merijn Brand
2417
2418         * src/procmime.c
2419         * src/procmime.h
2420                 Parse Content-Location
2421
2422         * src/toolbar.c
2423         * src/messageview.c
2424         * src/messageview.h
2425                 Don't crash when a top-level MessageView has
2426                 been closed on us. Same problematic than
2427                 yesterday's quicksearch issue.
2428
2429 2006-03-15 [colin]      2.0.0cvs140
2430
2431         * src/gtk/quicksearch.c
2432                 Fix a bitchy race we didn't think about when we
2433                 added quicksearch cancellation:
2434                 If the search is not on cached fields, for example
2435                 body_part matchcase "stuff"
2436                 the matcher code has to get the whole message. If
2437                 we're on IMAP, that can be slow, and in order to
2438                 be non-blocking, the IMAP code idle loop processes
2439                 gtk events too. So it is possible to cancel a
2440                 quicksearch while the matcher is getting the mail's
2441                 body. After matcher got its body, it will start to
2442                 iterate over the matcher list that the Quicksearch's
2443                 clear_search_cb() just freed via prepare_matcher().
2444                 SIGSEGV ensues.
2445                 The fix consists of guarding the matcherlist_match()
2446                 call with a boolean 'matching'. If we reset the
2447                 quicksearch while matching is TRUE, we don't free
2448                 the matcherlist anymore like we did, but we set
2449                 another new flag, deferred_free, to TRUE. Then,
2450                 in quicksearch_match(), just after returning from
2451                 matcherlist_match() and unsetting the matching flag,
2452                 we check the deferred_free flag and do the
2453                 prepare_matcher() (which does the matcherlist_free)
2454                 for real, so we free the matcherlist once it's not
2455                 used anymore.
2456                 As all of this runs via the glib main loop, we
2457                 luckily don't need a mutex.
2458         * src/summaryview.c
2459                 Also, show progress while searching.
2460
2461
2462 2006-03-14 [colin]      2.0.0cvs139
2463
2464         * src/alertpanel.c
2465                 Make alertpanel_is_open non-static
2466
2467 2006-03-14 [colin]      2.0.0cvs138
2468
2469         * src/prefs_spelling.c
2470                 Cleanups - Fabien Vantard
2471
2472 2006-03-14 [wwp]        2.0.0cvs137
2473
2474         * src/main.c
2475                 code style normalization (curly braces, indentation).
2476
2477 2006-03-14 [wwp]        2.0.0cvs137
2478
2479         * src/main.c
2480                 code style (braces, indentation)
2481
2482 2006-03-12 [paul]       2.0.0cvs136
2483
2484         * src/prefs_common.c
2485                 trans_hdr defaults to FALSE to be RFC-savvy
2486         * src/prefs_summaries.c
2487                 add a tooltip to the trans_hdr option
2488                 
2489
2490 2006-03-12 [paul]       2.0.0cvs135
2491
2492         * src/prefs_matcher.c
2493                 give a little more width to the combos
2494         * src/prefs_display_header.c
2495         * src/textview.c
2496                 translate headers if prefs_common.trans_hdr
2497                 is TRUE
2498
2499         Patches by Pawel Pekala
2500
2501 2006-03-12 [paul]       2.0.0cvs134
2502
2503         * src/plugins/clamav/clamav_plugin.c
2504         * src/plugins/dillo_viewer/dillo_viewer.c
2505         * src/plugins/pgpcore/plugin.c
2506         * src/plugins/pgpinline/plugin.c
2507         * src/plugins/pgpmime/plugin.c
2508         * src/plugins/spamassassin/spamassassin.c
2509                 update/add to descriptions
2510         * src/plugins/spamassassin/spamassassin_gtk.c
2511                 fixes to the english, remove superfluous
2512                 tooltips, clean up a little
2513
2514 2006-03-12 [paul]       2.0.0cvs133
2515
2516         * src/compose.c
2517                 fix Bug 924, 'Account combo box shows up wrong 
2518                 if & is in account name'
2519
2520 2006-03-11 [colin]      2.0.0cvs132
2521
2522         * src/summaryview.c
2523                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2524                 messed up shift-selection because is slows down
2525                 moving around summaryview. thanks -users
2526
2527 2006-03-10 [colin]      2.0.0cvs131
2528
2529         * src/plugins/spamassassin/spamassassin_gtk.c
2530                 Put back Paul's engrish fixes
2531
2532 2006-03-10 [colin]      2.0.0cvs130
2533
2534         * src/plugins/spamassassin/spamassassin.c
2535         * src/plugins/spamassassin/spamassassin.h
2536         * src/plugins/spamassassin/spamassassin_gtk.c
2537                 Cleanup SA prefs page (more)
2538                 Patch by Fabien Vantard
2539
2540 2006-03-10 [paul]       2.0.0cvs129
2541
2542         * src/prefs_msg_colors.c
2543         * src/prefs_spelling.c
2544                 widget sensitivity
2545
2546 2006-03-09 [mones]      2.0.0cvs128
2547
2548         * po/es.po
2549                 Update for next RC
2550
2551 2006-03-09 [wwp]        2.0.0cvs127
2552
2553         * configure.ac
2554                 revert accidental commit (requirement for libetpan 0.43), this time
2555                 not in HEAD.
2556
2557 2006-03-09 [wwp]        2.0.0cvs125
2558
2559         * configure.ac
2560                 revert accidental commit (requirement for libetpan 0.43)
2561
2562 2006-03-09 [paul]       2.0.0cvs126
2563
2564         * src/prefs_receive.c
2565                 remove useless frame
2566                 replace 'incorporation' with 'receiving'
2567         * src/plugins/clamav/clamav_plugin_gtk.c
2568         * src/plugins/spamassassin/spamassassin_gtk.c
2569                 improve widget sensitivity
2570                 fix a bit his engrish
2571
2572 2006-03-09 [wwp]        2.0.0cvs125
2573
2574         * src/addressadd.c
2575         * src/foldersel.c
2576         * src/prefs_common.c
2577         * src/prefs_common.h
2578                 remember some more windows' sizes (add to addressbook and
2579                 select folder).
2580
2581 2006-03-09 [paul]       2.0.0cvs124
2582
2583         * src/plugins/pgpcore/prefs_gpg.c
2584                 normalise construction of dialogue
2585
2586 2006-03-09 [paul]       2.0.0cvs123
2587
2588         * src/plugins/trayicon/Makefile.am
2589                 add missing slash
2590
2591 2006-03-08 [colin]      2.0.0cvs122
2592
2593         * src/plugins/trayicon/Makefile.am
2594                 Fix build in separate dir 
2595                 Patch by Bamanzi <bamanzi@gmail.com>
2596
2597 2006-03-08 [colin]      2.0.0cvs121
2598
2599         * src/procmsg.c
2600                 Batch move and copies from summaryview with delayed execution
2601                 too
2602
2603 2006-03-07 [paul]       2.0.0cvs120
2604
2605         * src/common/utils.c
2606                 fix highlighting of URIs containing "()"
2607                 Patch by Pawel Pekala
2608
2609 2006-03-07 [paul]       2.0.0cvs119
2610
2611         * src/folder.c
2612         * src/folder.h
2613         * src/folderview.c
2614                 immediately do alphabetical resort when
2615                 changing a folder's name
2616                 Patch by Pawel Pekala
2617
2618 2006-03-07 [paul]       2.0.0cvs118
2619
2620         * src/news.c
2621         * src/news_gtk.c
2622                 when unsubscribing a newsgroup, remove the
2623                 folder and msgs in .sylpheed-claws/newscache
2624                 Patch by Pawel Pekala <c0rn@gazeta.pl>
2625
2626 2006-03-07 [paul]       2.0.0cvs117
2627
2628         * src/textview.c
2629                 fix wrong Fake URL Warning
2630                 Thanks to Hiro
2631
2632 2006-03-07 [colin]      2.0.0cvs116
2633
2634         * src/imap.c
2635                 Return immediately when password dialog was
2636                 cancelled
2637         * src/gtk/inputdialog.c
2638                 Allow empty strings for passwords
2639
2640
2641 2006-03-06 [colin]      2.0.0cvs115
2642
2643         * src/imap.c
2644                 Prevent double-timeouts when connection fails
2645
2646 2006-03-06 [colin]
2647
2648         2.0.1-rc1 released
2649
2650 2006-03-06 [colin]      2.0.0cvs114
2651
2652         * src/imap.c
2653                 Refresh session during potentially long
2654                 operations
2655
2656 2006-03-06 [wwp]        2.0.0cvs113
2657
2658         * src/prefs_msg_colors.h
2659                 forgot that one (custom color labels).
2660
2661 2006-03-06 [wwp]        2.0.0cvs112
2662
2663         * src/prefs_common.c
2664         * src/prefs_common.h
2665         * src/prefs_msg_colors.c
2666         * src/summaryview.c
2667         * src/summaryview.h
2668         * src/gtk/colorlabel.c
2669         * src/gtk/colorlabel.h
2670                 colors in messages list are now customizable. Color values and names can
2671                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2672                 Thanks to Paul and Colin for their help with this longstanding patch!
2673
2674 2006-03-06 [wwp]        2.0.0cvs111
2675
2676         * src/textview.c
2677                 don't crash if (x)face is bad.
2678
2679 2006-03-05 [paul]       2.0.0cvs110
2680
2681         * AUTHORS
2682         * configure.ac
2683         * src/Makefile.am
2684         * src/common/Makefile.am
2685         * src/common/utils.h
2686         * src/etpan/imap-thread.c
2687         * src/gtk/authors.h
2688         * src/plugins/clamav/Makefile.am
2689         * src/plugins/demo/Makefile.am
2690         * src/plugins/dillo_viewer/Makefile.am
2691         * src/plugins/pgpcore/Makefile.am
2692         * src/plugins/pgpcore/passphrase.c
2693         * src/plugins/pgpinline/Makefile.am
2694         * src/plugins/pgpmime/Makefile.am
2695         * src/plugins/spamassassin/Makefile.am
2696         * src/plugins/trayicon/Makefile.am
2697                 fix builiding on cygwin
2698                 Patch by Ralgh Young <bamanzi@gmail.com>
2699
2700 2006-03-04 [wwp]        2.0.0cvs109
2701
2702         * manual/keyboard.xml
2703                 fix mixed up/down keys.
2704
2705 2006-03-04 [wwp]        2.0.0cvs108
2706
2707         * README
2708         * INSTALL
2709                 updated links to SpamAssassin.
2710
2711 2006-03-04 [wwp]        2.0.0cvs107
2712
2713         * manual/plugins.xml
2714         * src/plugins/spamassassin/README
2715                 updated SpamAssassin plugin docs to reflect new functional additions
2716                 (also fix/update/documents few technical stuff more, see the README).
2717
2718 2006-03-04 [wwp]        2.0.0cvs106
2719
2720         * src/prefs_message.c
2721                 normalized capitalization of message-prefs paths.
2722
2723 2006-03-04 [wwp]        2.0.0cvs105
2724
2725         * manual/advanced.xml
2726                 typo.
2727
2728 2006-03-03 [colin]      2.0.0cvs104
2729
2730         * src/plugins/clamav/clamav_plugin_gtk.c
2731                 Rework prefs page, patch by Fabien 
2732
2733 2006-03-03 [colin]      2.0.0cvs103
2734
2735         * src/plugins/clamav/clamav_plugin.c
2736                 Set error on all errors
2737
2738 2006-03-03 [colin]      2.0.0cvs102
2739
2740         * src/common/plugin.c
2741                 Initialize error to avoid crashing when a plugin fails
2742                 without setting error
2743
2744 2006-03-02 [wwp]        2.0.0cvs101
2745
2746         * configure.ac
2747                 fixed linker flags for libetpan support on Cygwin
2748                 (thanks to H.Merijn Brand).
2749
2750 2006-03-02 [wwp]        2.0.0cvs100
2751
2752         * src/addressbook.c
2753                 fix some AB error messages: one for punctuation and
2754                 one wrongly duplicate (thanks, maxbritov).
2755
2756 2006-03-02 [wwp]        2.0.0cvs99
2757
2758         * src/plugins/spamassassin/spamassassin.c
2759                 make sync calls to sa-learn/spamc to prevent
2760                 system (whatever local or client/server) overload.
2761
2762 2006-03-02 [colin]      2.0.0cvs98
2763
2764         * src/summaryview.c
2765                 Put the spam icon in the status column instead of the
2766                 mark one
2767
2768 2006-03-01 [colin]      2.0.0cvs97
2769
2770         * src/plugins/spamassassin/spamassassin.c
2771                 Fix segfault (g_file_set_contents fails for some 
2772                 reason and err==0x2f. Can't find out why with
2773                 valgrind, using working function :-)
2774
2775 2006-03-01 [colin]      2.0.0cvs96
2776
2777         * src/inc.c
2778                 Offline overriding: let 'No' be cached only 3 seconds
2779
2780 2006-03-01 [colin]      2.0.0cvs95
2781
2782         * src/addr_compl.c
2783         * src/addrbook.c
2784         * src/addressbook.c
2785         * src/addrindex.c
2786         * src/folder_item_prefs.c
2787         * src/headerview.c
2788         * src/imap.c
2789         * src/inc.c
2790         * src/ldif.c
2791         * src/mainwindow.c
2792         * src/mh.c
2793         * src/msgcache.c
2794         * src/prefs_common.h
2795         * src/prefs_msg_colors.c
2796         * src/procheader.c
2797         * src/procheader.h
2798         * src/procmime.c
2799         * src/procmsg.c
2800         * src/procmsg.h
2801         * src/send_message.h
2802         * src/simple-gettext.c
2803         * src/summaryview.c
2804         * src/summaryview.h
2805         * src/syldap.c
2806         * src/textview.c
2807         * src/undo.c
2808         * src/common/ssl_certificate.c
2809         * src/common/utils.c
2810         * src/gtk/colorsel.c
2811         * src/gtk/gtksctree.c
2812         * src/gtk/gtkshruler.c
2813         * src/plugins/trayicon/trayicon.c
2814                 #if 0 goes to /dev/null
2815
2816 2006-03-01 [colin]      2.0.0cvs94
2817
2818         * src/compose.c
2819         * src/imap.c
2820         * src/inc.c
2821         * src/inc.h
2822         * src/messageview.c
2823         * src/news.c
2824         * src/plugins/spamassassin/spamassassin.c
2825                 Allow to add information in the "working offline"
2826                 window
2827
2828 2006-03-01 [wwp]        2.0.0cvs93
2829
2830         * src/plugins/spamassassin/spamassassin.c
2831                 fixed spamc invocation: use a tricky temporary mini shell wrapper
2832                 'cause it seems that calling `spamc ... < inputfile` with
2833                 g_spawn_(a)sync simply.. erm doesn't work :-).
2834
2835 2006-03-01 [wwp]        2.0.0cvs92
2836
2837         * src/toolbar.c
2838         * src/toolbar.h
2839                 simplify the adding of spam/ham button to the messageview toolbar
2840                 (it gets more clear now that the same button will be "Mark as spam"
2841                 or "Mark as ham" according to the current message status,
2842                 thanks to Colin).
2843
2844 2006-03-01 [wwp]        2.0.0cvs91
2845
2846         * src/messageview.c
2847         * src/procmsg.c
2848         * src/procmsg.h
2849         * src/summaryview.c
2850         * src/plugins/spamassassin/spamassassin.c
2851         * src/plugins/spamassassin/spamassassin.h
2852                 make learner callbacks return a status (0 for ok),
2853                 handle it in main code to avoid setting flags when learning failed,
2854                 don't learn on TCP if offline in spamassassin,
2855                 thanks to Colin.
2856
2857                 
2858
2859 2006-03-01 [wwp]        2.0.0cvs90
2860
2861         * src/compose.c
2862                 some work around the compose window's account menu,
2863                 patch by Fabien Vantard.
2864
2865 2006-03-01 [wwp]        2.0.0cvs89
2866
2867         * src/plugins/spamassassin/spamassassin.c
2868                 fixed bad logics, was using spamc in local mode and sa-learn
2869                 in remote mode (thanks, Colin).
2870
2871 2006-03-01 [wwp]        2.0.0cvs88
2872
2873         * src/plugins/spamassassin/spamassassin.c
2874         * src/plugins/spamassassin/spamassassin.h
2875         * src/plugins/spamassassin/spamassassin_gtk.c
2876                 made processing of emails w/ sa-plugin an option (default is TRUE),
2877                 fixed Engrish some tooltips, capitalization of some debug messages
2878                 and warnings. The spamassassin plugin now provides two separate
2879                 services: process emails upon incorporation and spamd training.
2880                 Both services (un)register independently but use some common
2881                 plugin settings (transport settings, spam storage location).
2882
2883 2006-02-28 [wwp]        2.0.0cvs87
2884
2885         * src/plugins/spamassassin/spamassassin.c
2886                 fix async flag to spamc cmdline execution (batch exec should
2887                 be asynchronous).
2888
2889 2006-02-27 [wwp]        2.0.0cvs86
2890
2891         * src/plugins/spamassassin/spamassassin.c
2892         * src/plugins/spamassassin/spamassassin.h
2893         * src/plugins/spamassassin/spamassassin_gtk.c
2894                 - added the ability to learn a remote spamassassin server (spamd),
2895                 using spamc.
2896                 - added the spamassassin option 'username', that applies to all
2897                 spamassassin operations (filtering, learning, local or remote).
2898                 The default username is the current unix user (if left blank
2899                 from gtk prefs or config file).
2900                 - commented out some unused code (notebook widget), removed unused
2901                 layout (hbox1).
2902                 - make more widgets sensitive to the transport type.
2903
2904 2006-02-27 [colin]      2.0.0cvs85
2905
2906         * src/plugins/spamassassin/spamassassin.c
2907                 Fix sa-learn call when offline
2908
2909 2006-02-27 [colin]      2.0.0cvs84
2910
2911         * configure.ac
2912         * src/Makefile.am
2913         * src/mainwindow.c
2914         * src/mainwindow.h
2915         * src/messageview.c
2916         * src/messageview.h
2917         * src/prefs_toolbar.c
2918         * src/procmsg.c
2919         * src/stock_pixmap.c
2920         * src/stock_pixmap.h
2921         * src/summaryview.c
2922         * src/toolbar.c
2923         * src/toolbar.h
2924         * src/pixmaps/ham_btn.xpm
2925         * src/pixmaps/spam.xpm
2926         * src/pixmaps/spam_btn.xpm
2927         * src/plugins/spamassassin/spamassassin.c
2928                 Add button in toolbar for spam learning
2929                 Fix a few bugs from the last related commit
2930                 Revert 1.9.6cvs23 which messed up shift-selection
2931
2932 2006-02-24 [colin]      2.0.0cvs83
2933
2934         * src/procmsg.c
2935         * src/summaryview.c
2936         * src/summaryview.h
2937         * src/plugins/spamassassin/spamassassin.c
2938         * src/plugins/spamassassin/spamassassin.h
2939         * src/plugins/spamassassin/spamassassin_gtk.c
2940                 Unregister learner when spamassassin is either
2941                 disabled or over tcp
2942
2943 2006-02-24 [colin]      2.0.0cvs82
2944
2945         * src/Makefile.am
2946         * src/mainwindow.c
2947         * src/mainwindow.h
2948         * src/procmsg.c
2949         * src/procmsg.h
2950         * src/stock_pixmap.c
2951         * src/stock_pixmap.h
2952         * src/summaryview.c
2953         * src/summaryview.h
2954         * src/gtk/icon_legend.c
2955         * src/pixmaps/spam.xpm  ** NEW FILE **
2956         * src/plugins/spamassassin/spamassassin.c
2957         * src/plugins/spamassassin/spamassassin_gtk.c
2958                 Add spam learning interface (Mark/Mark as 
2959                 (spam|ham) menus)
2960
2961 2006-02-24 [wwp]        2.0.0cvs81
2962
2963         * src/compose.c
2964         * src/compose.h
2965         * src/filtering.c
2966                 hide compose window when sending message in batch mode
2967                 (filtering: forward and redirect). Also fixed a wrong
2968                 value returned when sending failed, neutral anyway.
2969                 (Colin, me) 
2970
2971 2006-02-24 [wwp]        2.0.0cvs80
2972
2973         * src/mainwindow.c
2974                 use GTK+'s stock quit button. Patch by Fabien Vantard.
2975
2976 2006-02-24 [paul]       2.0.0cvs79
2977
2978         * src/news.c
2979         * src/news.h
2980         * src/news_gtk.c
2981                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
2982                 Thanks to Colin
2983
2984 2006-02-23 [colin]      2.0.0cvs78
2985
2986         * src/alertpanel.c
2987                 Change OK to Close in alertpanel with View log
2988                 button; add accel to View log. Patch by Fabien
2989                 Vantard
2990
2991 2006-02-23 [wwp]        2.0.0cvs77
2992
2993         * src/compose.c
2994                 silly me, there were much more tests to perform, since toolbars can
2995                 really have down to 1 element only.
2996
2997 2006-02-23 [wwp]        2.0.0cvs76
2998
2999         * commitHelper
3000                 fixed indentation from my previous commit. Fallback to VISUAL if
3001                 EDITOR is not set (and to vi, at last resort).
3002
3003 2006-02-23 [wwp]        2.0.0cvs75
3004
3005         * commitHelper
3006                 improved error detection (Colin, me).
3007
3008 2006-02-23 [wwp]        2.0.0cvs74
3009
3010         * src/prefs_toolbar.c
3011                 simplify and fix prefs/toolbars layouting. Combos' contents can
3012                 now be really displayed.
3013
3014 2006-02-23 [wwp]        2.0.0cvs73
3015         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3016         be really displayed.
3017
3018 2006-02-22 [wwp]        2.0.0cvs72
3019
3020         * src/compose.c
3021                 fix a typo in my previous commit (sorry!).
3022
3023 2006-02-22 [wwp]        2.0.0cvs71
3024
3025         * src/prefs_toolbar.c
3026                 fix a crash when adding separators to toolbars,
3027                 also fix some separator item information.
3028
3029 2006-02-22 [wwp]        2.0.0cvs70
3030
3031         * src/compose.c
3032                 fix a crash when redirecting (for instance) when compose window's
3033                 toolbar contents has been customized (when some buttons have been
3034                 removed in fact).
3035
3036 2006-02-21 [wwp]        2.0.0cvs69
3037
3038         * src/summaryview.c
3039         * src/gtk/pluginwindow.c
3040         * src/plugins/pgpcore/prefs_gpg.c
3041                 fix some compilation warnings (feat. remains of removed code).
3042
3043 2006-02-21 [wwp]        2.0.0cvs68
3044
3045         * src/gtk/gtkutils.c
3046                 fix two compilation issues, thanks to Stephan Sachse.
3047
3048 2006-02-20 [colin]      2.0.0cvs67
3049
3050         * src/mainwindow.c
3051                 Don't reselect displayed mail on refocus
3052                 This fixes actions misbehaving 
3053
3054 2006-02-20 [wwp]        2.0.0cvs66
3055
3056         * src/summaryview.c
3057         * src/gtk/gtksctree.c
3058         * src/gtk/gtkshruler.c
3059                 changed more runtime typecast checks.
3060
3061 2006-02-20 [wwp]        2.0.0cvs65
3062
3063         * src/summary_search.c
3064                 find all - summaryview refresh issue fixed, thanks to Colin.
3065
3066 2006-02-20 [wwp]        2.0.0cvs64
3067
3068         * src/gtk/gtkutils.c
3069                 better runtime typecast checks.
3070
3071 2006-02-20 [wwp]        2.0.0cvs63
3072
3073         * src/summary_search.c
3074                 enhancements to the summary search:
3075                         - add the ability to stop the running search
3076                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3077                         - don't search if no criteria (From/To/Subject/Body) is set
3078                         - ensure that a busy mouse pointer is always shown when searching,
3079                           show it even a bit earlier
3080
3081 2006-02-19 [colin]      2.0.0cvs62
3082
3083         * src/compose.c
3084         * src/imap.c
3085         * src/etpan/imap-thread.c
3086         * src/etpan/imap-thread.h
3087                 (Future) IMAP speed improvement on sending
3088                 Will require a libetpan update
3089         * src/summaryview.c
3090         * src/gtk/quicksearch.c
3091                 Make quicksearch clearable while running.
3092
3093 2006-02-17 [colin]      2.0.0cvs61
3094
3095         * src/imap.c
3096         * src/etpan/imap-thread.c
3097         * src/etpan/imap-thread.h
3098                 Check for IMAP certificates
3099                 ** Requires libetpan-0.42-cvs4 
3100                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3101
3102 2006-02-17 [colin]      2.0.0cvs60
3103
3104         * src/messageview.c
3105         * src/prefs_common.c
3106         * src/prefs_common.h
3107         * src/prefs_message.c
3108                 Add pref to display HTML-only mails with plugin, 
3109                 if possible (defaulting to FALSE of course).
3110
3111 2006-02-16 [colin]      2.0.0cvs59
3112
3113         * src/main.c
3114         * src/common/plugin.c
3115         * src/common/plugin.h
3116         * src/gtk/pluginwindow.c
3117                 Keep track of requested (but unloaded) plugins
3118                 in some error cases.
3119
3120 2006-02-16 [wwp]        2.0.0cvs58
3121
3122         * src/gtk/gtkaspell.c
3123         * src/gtk/gtkaspell.h
3124         * src/prefs_spelling.c
3125         * src/compose.c
3126         * src/prefs_common.c
3127         * src/prefs_common.h
3128                 implemented new optional spellchecker behaviour: re-check message when
3129                 dictionary got changed (from compose-window/context-menu/Change dictionary).
3130
3131 2006-02-16 [wwp]        2.0.0cvs57
3132
3133         * src/quote_fmt_parse.y
3134                 pclose popen'ed pipe.
3135
3136 2006-02-15 [colin]      2.0.0cvs56
3137
3138         * src/mimeview.c
3139         * src/mimeview.h
3140                 Let MimeViewers know which MimeView they
3141                 depend of.
3142         * src/summaryview.c
3143                 Swap From/To columns in Sent/Queue/Drafts
3144                 folders
3145         * src/etpan/imap-thread.c
3146                 Use mailstream_low_tls_open() for STARTTLS
3147                 instead of mailstream_low_ssl_open()
3148                 ** REQUIRES libetpan 0.42cvs3 **
3149
3150 2006-02-15 [wwp]        2.0.0cvs55
3151
3152         * src/compose.c
3153         * src/compose.h
3154         * src/message_search.c
3155         * src/message_search.h
3156         * src/textview.c
3157         * src/gtk/gtkutils.c
3158         * src/gtk/gtkutils.h
3159                 added the ability to Find text in the compose window (and a bit
3160                 of code factorization).
3161
3162 2006-02-15 [wwp]        2.0.0cvs54
3163
3164         * src/prefs_gtk.c
3165                 yet another one file was missing (fix for some widgets' sensitivity).
3166                 Thanks Colin!
3167
3168 2006-02-15 [wwp]        2.0.0cvs53
3169
3170         * src/prefs_gtk.h
3171                 oops forgot that file (fix for some widgets' sensitivity).
3172
3173 2006-02-15 [wwp]        2.0.0cvs52
3174
3175         * src/summary_search.c
3176                 implemented advanced summary search options (added the ability
3177                 to use matcher conditions in an advanced search mode).
3178
3179 2006-02-15 [wwp]        2.0.0cvs51
3180
3181         * src/plugins/pgpcore/prefs_gpg.c
3182         * src/prefs_account.c
3183                 fix some widget sensitivity, mostly around some labels in
3184                 account prefs.
3185
3186 2006-02-15 [paul]       2.0.0cvs50
3187
3188         * manual/advanced.xml
3189                 improve Templates info
3190                 written by wwp
3191
3192 2006-02-14 [colin]      2.0.0cvs49
3193
3194         * src/pixmaps/address_book.xpm
3195         * src/pixmaps/preferences.xpm
3196         * src/pixmaps/properties.xpm
3197                 Fix pixmap size - patch by Fabien Vantard
3198
3199 2006-02-13 [colin]      2.0.0cvs48
3200
3201         * src/procmime.c
3202                 Add missing fclose()s on error
3203         * src/textview.c
3204                 Remove unused code
3205         * src/common/utils.c
3206                 Fix temp files not being deleted on windows
3207         Patches by Thomas Gilgin
3208
3209 2006-02-13 [colin]      2.0.0cvs47
3210
3211         * src/mainwindow.c
3212                 Fix exit crash
3213
3214 2006-02-13 [wwp]        2.0.0cvs46
3215
3216         * src/plugins/pgpcore/prefs_gpg.c
3217                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3218
3219 2006-02-12 [colin]      2.0.0cvs45
3220
3221         * src/folderview.c
3222         * src/main.c
3223         * src/mainwindow.c
3224                 Fix "stuff" when quitting
3225
3226 2006-02-12 [wwp]        2.0.0cvs44
3227
3228         * src/prefs_themes.c
3229                 fix typos in debug messages.
3230
3231 2006-02-11 [colin]      2.0.0cvs43
3232
3233         * src/summaryview.c
3234                 don't allow drag/drop from ourself
3235
3236 2006-02-10 [wwp]        2.0.0cvs42
3237
3238         * src/exporthtml.c
3239         * src/html.c
3240         * src/html.h
3241         * src/procmime.c
3242         * src/textview.c
3243                 renamed html_ prefixed functions and data structures to avoid
3244                 namespace clashes w/ other software (gtkhtml2 for instance).
3245                 Closes bug #907.
3246
3247
3248 2006-02-09 [colin]      2.0.0cvs41
3249
3250         * src/summaryview.c
3251                 Fix shitty logic messed up. Thanks Ticho for the hint!
3252
3253 2006-02-09 [wwp]        2.0.0cvs40
3254
3255         * src/gtk/about.c
3256         * src/compose.c
3257         * src/prefs_account.c
3258         * src/prefs_gtk.h
3259         * src/editaddress.c
3260                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3261                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3262                 Browse buttons in accounts prefs.
3263
3264 2006-02-09 [colin]      2.0.0cvs39
3265
3266         * src/matcher.c
3267                 Check for pointer before using its members
3268         * src/gtk/gtksourceprintjob.c
3269                 Fix a wrong warning
3270
3271 2006-02-09 [wwp]        2.0.0cvs38
3272
3273         * src/gtk/filesel.c
3274                 fix few compiler warnings (type mismatch).
3275
3276 2006-02-09 [paul]       2.0.0cvs37
3277
3278         * po/fr.po
3279                 updated by Fabien Vantard
3280
3281 2006-02-08 [colin]      2.0.0cvs36
3282
3283         * src/prefs_common.c
3284         * src/common/defs.h
3285         * src/common/plugin.c
3286                 allow windows and linux configurations to coexist
3287                 patch by Thomas Gilgin
3288
3289 2006-02-08 [colin]      2.0.0cvs35
3290
3291         * src/filtering.c
3292         * src/matcher.c
3293         * src/matcher.h
3294         * src/matcher_parser_parse.y
3295         * src/prefs_filtering_action.c
3296         * src/prefs_matcher.c
3297                 Add the "Ignore thread" filtering
3298                 action
3299
3300 2006-02-08 [colin]      2.0.0cvs34
3301
3302         * src/compose.c
3303         * src/procmime.c
3304         * src/procmime.h
3305                 Fix bug #905 (damaged attachment)
3306                 text files with raw \0's aren't really text files
3307         FOR_STABLE
3308
3309 2006-02-08 [colin]      2.0.0cvs33
3310
3311         * src/summaryview.c
3312                 Fix crasher introduced yesterday
3313
3314 2006-02-08 [wwp]        2.0.0cvs32
3315
3316         * src/compose.c
3317         * src/compose.h
3318                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3319
3320 2006-02-08 [wwp]        2.0.0cvs31
3321
3322         * src/prefs_template.c
3323                 templates enhancement: allow address completion for Cc and Bcc fields
3324                 (it was currently possible for the To field only)
3325
3326 2006-02-08 [colin]      2.0.0cvs30
3327
3328         * src/compose.c
3329                 Don't unblock if not blocked
3330         FOR_STABLE
3331
3332 2006-02-07 [colin]      2.0.0cvs29
3333
3334         * src/action.c
3335                 Forgot to refresh summaryview
3336
3337 2006-02-07 [colin]      2.0.0cvs28
3338
3339         * src/action.c
3340                 Freeze/thaw message list and folder list while
3341                 processing %as{} actions 
3342         * src/compose.c
3343                 Fix auto-wrap disabling after a middle-click
3344                 paste - FOR_STABLE
3345
3346 2006-02-07 [paul]       2.0.0cvs27
3347
3348         * src/folder.c
3349                 fix freeing of uninitialised pointers
3350                 Thanks to Colin
3351
3352 2006-02-06 [colin]      2.0.0cvs26
3353
3354         * src/folder.c
3355                 Use g_slist_prepend in potentially big list
3356
3357 2006-02-06 [colin]      2.0.0cvs25
3358
3359         * src/folder.c
3360                 Completely skip processing if it doesn't 
3361                 exist (faster!)
3362
3363 2006-02-06 [colin]      2.0.0cvs24
3364
3365         * src/folder.c
3366         * src/summaryview.c
3367                 Batch filtering in summaryview (from Tools menu)
3368                 and pre/post//-processing too
3369
3370 2006-02-06 [colin]      2.0.0cvs23
3371
3372         * src/procmsg.h
3373         * src/filtering.c
3374                 Use a special field for batch filtering instead
3375                 of stepping on deferred execution's toes
3376
3377 2006-02-06 [colin]      2.0.0cvs22
3378
3379         * src/action.c
3380         * src/filtering.c
3381         * src/filtering.h
3382         * src/folder.c
3383         * src/summaryview.c
3384                 Fix filtering via menus and actions
3385
3386 2006-02-06 [colin]      2.0.0cvs21
3387
3388         * src/imap.c
3389                 Put the added file directly to cache if possible (will work
3390                 with next libetpan)
3391         * src/filtering.c
3392         * src/filtering.h
3393         * src/inc.c
3394         * src/folder.c
3395         * src/mbox.c
3396         * src/procmsg.h
3397                 Move and copy filtered messages by batches instead of one
3398                 by one - faster on IMAP
3399         * src/procmsg.c
3400                 Add a function that'll possibly be useful later
3401
3402 2006-02-06 [colin]      2.0.0cvs20
3403
3404         * src/addressbook.c
3405                 Use internal mime-type instead of text/plain for d'n'd
3406         * src/compose.c
3407                 Allow attaching files from mimeview's icon list via d'n'd
3408         * src/folderview.c
3409         * src/folderview.h
3410                 Use internal mime-type instead of text/plain for d'n'd
3411                 Don't try to selected opened folder if none is
3412                 Factorize d'n'd from other apps code
3413         * src/headerview.c
3414         * src/textview.c
3415         * src/gtk/gtkutils.c
3416         * src/gtk/gtkutils.h
3417                 Factorize Face/X-Face stuff
3418         * src/mimeview.c
3419                 Fix d'n'd to other apps
3420         * src/prefs_message.c
3421                 Let the XFace pref be usable without libcompface as it also
3422                 applies to Face
3423         * src/summaryview.c
3424                 Fix d'n'd to other apps
3425                 Factorize d'n'd from other apps code
3426
3427 2006-02-06 [wwp]        2.0.0cvs19
3428
3429         * po/it.po
3430                 Italian translation fixes by Andrea Spadaccini (no more confusion
3431                 between filtering and processing, and few changes in the About
3432                 dialog).
3433
3434
3435 2006-02-06 [mones]      2.0.0cvs18
3436
3437         * src/gtk/icon_legend.c
3438                 Improved descriptions allowing better translations
3439
3440 2006-02-05 [colin]      2.0.0cvs17
3441
3442         * src/imap.c
3443                 Add the f*cking missing expunge that caused imap_fetch_env
3444                 to fail after an add_msgs ! :-///
3445         * src/etpan/imap-thread.c
3446                 Add a bit of debug
3447         FOR_STABLE
3448
3449 2006-02-05 [colin]      2.0.0cvs16
3450
3451         * src/common/utils.c
3452                 Don't check for return-path (or we can't put
3453                 back non-sent mails)
3454
3455 2006-02-05 [colin]      2.0.0cvs15
3456
3457         * src/textview.c
3458                 Don't try to display Face header in textview
3459                 when teh headerview's active
3460
3461 2006-02-05 [colin]      2.0.0cvs14
3462
3463         * tools/tbird2syl.py
3464         * tools/Makefile.am
3465                 Add script to import Thunderbird mails
3466
3467 2006-02-05 [colin]      2.0.0cvs13
3468
3469         * src/headerview.c
3470         * src/procheader.c
3471         * src/procmsg.c
3472         * src/procmsg.h
3473         * src/textview.c
3474                 Show Face headers - patch partially by Klaus Flittner
3475
3476 2006-02-05 [colin]      2.0.0cvs12
3477
3478         * src/folderview.c
3479         * src/summaryview.c
3480         * src/common/utils.c
3481         * src/common/utils.h
3482                 Let dnd work from mime icons to summaryview
3483                 and to folderview too
3484                 Add a crude test to avoid trying to add files
3485                 drag'n'dropped when they're not mails
3486
3487 2006-02-04 [colin]      2.0.0cvs11
3488
3489         * src/summaryview.c
3490         * src/mimeview.c
3491                 Fix utf8 conversion
3492
3493 2006-02-04 [colin]      2.0.0cvs10
3494
3495         * src/compose.c
3496         * src/folderview.c
3497         * src/mimeview.c
3498         * src/summaryview.c
3499         * src/summaryview.h
3500                 Added various drag and drop capas:
3501                 From                    To
3502                 summaryview             other apps
3503                 mimeview icons          other apps
3504                 other apps              summaryview
3505                 other apps              folderview
3506
3507                 This shouldn't have broken the existing:
3508                 From                    To
3509                 summaryview             folderview
3510                 folderview              folderview
3511                 summaryview             compose's attachments
3512
3513         Tests welcomed.
3514
3515 2006-02-02 [paul]       2.0.0cvs9
3516
3517         * src/mainwindow.c
3518                 move global option 'Set displayed columns...' out
3519                 of folder option grouping.
3520                 fix sensitivity of 'harvest addresses'
3521         FOR_STABLE
3522
3523 2006-02-01 [colin]      2.0.0cvs8
3524
3525         * src/mimeview.c
3526                 Revert the alertpanel patch, it sucks (intrusive
3527                 and gets in the way of "open")
3528
3529 2006-02-01 [colin]      2.0.0cvs7
3530
3531         * src/compose.c
3532         * src/prefs_account.c
3533         * src/prefs_common.c
3534         * src/common/defs.h
3535         * src/common/utils.c
3536         * src/common/utils.h
3537                 Add ability to edit the signature file
3538                 from the account preferences, and use
3539                 a default for the text editor.
3540                 Patch by Fabien Vantard
3541
3542 2006-02-01 [colin]      2.0.0cvs6
3543
3544         * src/mimeview.c
3545                 Try to get mime type by extension if it is
3546                 application/octet-stream
3547                 Display a window with possible choices when
3548                 encountering unknown mime types
3549         * src/gtk/filesel.c
3550         * src/gtk/filesel.h
3551                 Add preview
3552                 Allow multiple selection in filtered filesel
3553                 (patch by Fabien Vantard)
3554         * src/gtk/pluginwindow.c
3555                 Use it (patch by Fabien Vantard)
3556
3557 2006-02-01 [paul]       2.0.0cvs5
3558
3559         * src/jpilot.c
3560                 fix crash on creating jpilot address book
3561                 Thanks to Colin - FOR_STABLE
3562         * src/prefs_summaries.c
3563         * src/prefs_wrapping.c
3564         * src/gtk/icon_legend.c
3565         * src/gtk/quicksearch.c
3566                 string fixes and additions
3567
3568 2006-02-01 [paul]       2.0.0cvs4
3569
3570         * src/compose.c
3571         * src/mainwindow.c
3572         * src/messageview.c
3573         * src/prefs_send.c
3574                 add Arabic encoding option
3575                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
3576
3577 2006-01-31 [colin]      2.0.0cvs3
3578
3579         * src/plugins/pgpcore/passphrase.c
3580                 Convert passphrase to locale encoding
3581         * src/compose.c
3582                 Fix drafting on IMAP. Crappy bug sneaked in
3583                 the release :-/
3584         FOR_STABLE
3585
3586 2006-01-30 [paul]       2.0.0cvs2
3587
3588         * src/gtk/icon_legend.c
3589                 show the new entries
3590
3591 2006-01-30 [colin]      2.0.0cvs1
3592
3593         * src/manual.c
3594                 Check for the file to be present before 
3595                 enabling the menu - FOR_STABLE
3596         * src/gtk/icon_legend.c
3597                 Add folders icons (not all of them, there
3598                 are too much, but the most intriguing ones)
3599
3600 2006-01-30 [paul]       2.0.0
3601
3602         version 2.0.0 released
3603
3604 2006-01-30 [paul]       1.9.100cvs200
3605
3606         * manual/faq.xml
3607         * manual/gpl.xml
3608         * manual/intro.xml
3609         * manual/starting.xml
3610         * manual/sylpheed-claws-manual.xml
3611                 fixes, additions
3612
3613 2006-01-29 [mones]      1.9.100cvs199
3614
3615         * manual/account.xml
3616         * manual/advanced.xml
3617         * manual/glossary.xml
3618                 Some typos fixed, added LDIF term to glossary
3619         * po/es.po
3620                 Fixed leading plus symbol
3621
3622 2006-01-29 [paul]       1.9.100cvs198
3623
3624         * po/fi.po
3625         * po/sk.po
3626                 updated by Tommi Pirinen and Andrej Kacian
3627
3628 2006-01-29 [paul]       1.9.100cvs197
3629
3630         * src/gtk/authors.h
3631                 remove duplicates
3632
3633 2006-01-29 [paul]       1.9.100cvs196
3634
3635         * AUTHORS
3636         * po/nl.po
3637         * src/gtk/authors.h
3638         * tools/claws.i18n.status.pl
3639                 nl translation updated by Tim Dijkstra
3640
3641 2006-01-29 [paul]       1.9.100cvs195
3642
3643         * po/sr.po
3644         * po/sv.po
3645                 updated by Aleksandar Urosevic and Anders Troback
3646
3647 2006-01-28 [colin]      1.9.100cvs194
3648
3649         * src/gtk/gtksourceprintjob.c
3650                 Don't fiddle with PangoLayout when we
3651                 have an image
3652
3653 2006-01-28 [paul]       1.9.100cvs193
3654
3655         * AUTHORS
3656         * po/el.po
3657         * po/zh_CN.po
3658         * src/gtk/authors.h
3659         * tools/claws.i18n.status.pl
3660                 updated translations submitted by Stavros Giannouris
3661                 and Ralgh Young
3662
3663 2006-01-27 [colin]      1.9.100cvs192
3664
3665         * src/summaryview.c
3666         * src/gtk/gtksourceprintjob.c
3667                 Add image printing 
3668                 (libgnomeprint only, of course)
3669
3670 2006-01-27 [paul]       1.9.100cvs191
3671
3672         * po/fr.po
3673         * po/it.po
3674                 updated by Fabien Vantard and Andrea Spadaccini
3675
3676 2006-01-26 [colin]      1.9.100cvs190
3677
3678         * manual/Makefile.am
3679         * configure.ac
3680                 Make building the manual optional 
3681                 (--disable-manual)
3682
3683 2006-01-26 [paul]       1.9.100cvs189
3684
3685         * manual/glossary.xml
3686         * manual/plugins.xml
3687                 edited
3688         * po/en_GB.po
3689                 updated
3690
3691 2006-01-26 [paul]       1.9.100cvs188
3692
3693         * src/prefs_display_header.c
3694         * src/prefs_folder_column.c
3695         * src/prefs_msg_colors.c
3696         * src/prefs_summaries.c
3697         * src/prefs_summary_column.c
3698                 HIGify
3699
3700 2006-01-25 [colin]      1.9.100cvs187
3701
3702         * src/imap.c
3703                 Don't allow moving/copying mails between
3704                 queue/drafts and non-queue/drafts folders
3705                 Fixes bug #897 (message header is resetted 
3706                 if one is copied to Drafts)
3707
3708 2006-01-25 [colin]      1.9.100cvs186
3709
3710         * src/folder.c
3711         * src/mainwindow.c
3712                 Fix subscribed folders not found
3713         * src/compose.c
3714                 Don't try to encode as original mail's charset
3715                 if it's ascii 
3716
3717 2006-01-25 [paul]       1.9.100cvs185
3718
3719         * AUTHORS
3720         * po/Makevars
3721                 updated
3722         * po/de.po
3723         * po/pl.po
3724         * po/pt_BR.po
3725         * po/sr.po
3726                 updates submitted by Stephan Sachse, Emilian Nowak
3727                 and Quar, Frederico Goncalves Guimaraes, and
3728                 Aleksandar Urosevic
3729                 Fix Bug 896, 'PT_BR locale broken'.
3730         * src/gtk/authors.h
3731                 updated
3732
3733 2006-01-24 [mones]      1.9.100cvs184
3734
3735         * manual/glossary.xml
3736                 All current terms finished. Reviewers welcome ;-)
3737         * manual/keyboard.xml
3738                 Fixed column width for pdf output.
3739         * po/es.po
3740                 Updated
3741
3742 2006-01-24 [paul]       1.9.100cvs183
3743
3744         * manual/glossary.xml
3745                 fix id name
3746         * manual/dist/html/Makefile.am
3747         * manual/dist/pdf/Makefile.am
3748         * manual/dist/ps/Makefile.am
3749         * manual/dist/txt/Makefile.am
3750                 fix make deps
3751                 Thanks to Colin
3752
3753 2006-01-24 [mones]      1.9.100cvs182
3754
3755         * manual/glossary.xml
3756                 Nearly finished, some terms missing.
3757
3758 2006-01-23 [paul]       1.9.100cvs181
3759
3760         * manual/dist/html/Makefile.am
3761         * manual/dist/pdf/Makefile.am
3762         * manual/dist/ps/Makefile.am
3763         * manual/dist/txt/Makefile.am
3764         * src/mainwindow.c
3765                 re-enable manual
3766                 Thanks to Colin
3767
3768 2006-01-22 [colin]      1.9.100cvs180
3769
3770         * src/compose.c
3771         * src/gtk/gtkaspell.c
3772                 Don't deselect stuff before right-clicking, with aspell.
3773                 (This prevented right-click Copy, for example).
3774                 Thanks to Clo!
3775
3776 2006-01-22 [paul]       1.9.100cvs179
3777
3778         * src/summary_search.c
3779                 don't fix the widget size as it causes problems
3780                 under localisation.
3781                 Thanks to Emilian Nowak
3782
3783 2006-01-21 [paul]       1.9.100cvs178
3784
3785         * src/prefs_themes.c
3786                 fix broken underlining of label text
3787                 with some translations
3788
3789 2006-01-21 [colin]      1.9.100cvs177
3790
3791         * po/fr.po
3792                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
3793
3794 2006-01-20 [colin]      1.9.100cvs176
3795
3796         * configure.ac
3797         * Makefile.am
3798         * manual/Makefile
3799         * manual/dist/html/.cvsignore
3800         * manual/dist/html/Makefile.am
3801         * manual/dist/pdf/.cvsignore
3802         * manual/dist/pdf/Makefile.am
3803         * manual/dist/ps/.cvsignore
3804         * manual/dist/ps/Makefile.am
3805         * manual/dist/txt/.cvsignore
3806         * manual/dist/txt/Makefile.am
3807                 Autotool-ize manual
3808
3809 2006-01-20 [paul]       1.9.100cvs175
3810
3811         * manual/handling.xml
3812                 make Filtering and Searching entries easier to find
3813         * manual/keyboard.xml
3814                 add the remaining default keybinds
3815         * src/prefs_summaries.c
3816                 update the default keybinds
3817
3818 2006-01-20 [paul]       1.9.100cvs174
3819
3820         * src/addressbook.c
3821         * src/addrgather.c
3822         * src/addrharvest.c
3823         * src/editaddress.c
3824         * src/editgroup.c
3825         * src/exphtmldlg.c
3826         * src/expldifdlg.c
3827         * src/exporthtml.c
3828         * src/exportldif.c
3829         * src/ldif.c
3830                 replace 'e-mail' with 'email'
3831         * src/summary_search.c
3832                 add mnemonic to "Find all" button
3833
3834 2006-01-20 [wwp]        1.9.100cvs173
3835
3836         * src/export.c
3837         * src/import.c
3838                 touched mbox import/export buttons for HIG-compliance
3839
3840 2006-01-19 [paul]       1.9.100cvs172
3841
3842         * manual/account.xml
3843         * manual/addrbook.xml
3844         * manual/advanced.xml
3845         * manual/faq.xml
3846         * manual/handling.xml
3847         * manual/intro.xml
3848         * manual/plugins.xml
3849         * manual/starting.xml
3850                 more editing
3851
3852 2006-01-19 [paul]       1.9.100cvs171
3853
3854         * src/toolbar.c
3855                 allow use of trash button while receiving
3856                 Thanks to Colin
3857
3858 2006-01-19 [wwp]        1.9.100cvs170
3859
3860         * src/gtk/quicksearch.c
3861         * src/compose.c
3862                 force text color to black when yellow background is set
3863
3864 2006-01-19 [colin]      1.9.100cvs169
3865
3866         * src/plugins/trayicon/trayicon.c
3867                 Gray out Get Mail when already getting mail
3868
3869 2006-01-18 [paul]       1.9.100cvs168
3870
3871         * src/compose.c
3872                 give widget yellow background was To is
3873                 set via folder prefs
3874         * src/gtk/quicksearch.c
3875                 give widget yellow background when quick
3876                 search is active.
3877                 Thanks to Colin
3878
3879 2006-01-18 [paul]       1.9.100cvs167
3880
3881         * doc/man/sylpheed-claws.1
3882                 add --subscribe option
3883
3884 2006-01-18 [paul]       1.9.100cvs166
3885
3886         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3887         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3888                 use %U instead of %F (%F is broken for user installed
3889                 files in kde 3.5)
3890
3891 2006-01-18 [colin]      1.9.100cvs165
3892
3893         * src/summaryview.c
3894                 Default to Yes in "No more * messages" dialogs
3895
3896 2006-01-17 [colin]      1.9.100cvs164
3897
3898         * src/compose.c
3899                 Possibly fix an invalid iterator causing
3900                 crash
3901
3902 2006-01-17 [colin]      1.9.100cvs163
3903
3904         * src/mimeview.c
3905                 Fix crash when the image disappears under the
3906                 image viewer
3907
3908 2006-01-16 [colin]      1.9.100cvs162
3909
3910         * src/compose.c
3911                 Fix reenabling autowrap
3912
3913 2006-01-16 [colin]      1.9.100cvs161
3914
3915         * src/compose.c
3916                 reset quote_len before getting quote_str
3917
3918 2006-01-16 [colin]      1.9.100cvs160
3919
3920         * src/account.c
3921         * src/account.h
3922         * src/folder.c
3923         * src/imap_gtk.c
3924         * src/mh_gtk.c
3925                 Fix bug #883 (default inbox does not track folder move)
3926
3927 2006-01-16 [colin]      1.9.100cvs159
3928
3929         * src/compose.c
3930         * src/plugins/pgpcore/passphrase.c
3931                 More buttons fixes
3932
3933 2006-01-16 [paul]       1.9.100cvs158
3934
3935         * src/prefs_actions.c
3936         * src/prefs_filtering_action.c
3937         * src/prefs_matcher.c
3938         * src/quote_fmt.c
3939         * src/gtk/description_window.c
3940         * src/gtk/description_window.h
3941         * src/gtk/quicksearch.c
3942                 description window cleanups
3943
3944 2006-01-15 [colin]      1.9.100cvs157
3945
3946         * src/addressbook.c
3947         * src/prefs_filtering.c
3948                 Same here
3949
3950 2006-01-15 [colin]      1.9.100cvs156
3951
3952         * src/folderview.c
3953         * src/mainwindow.c
3954                 Same for "Empty trash"
3955
3956 2006-01-15 [colin]      1.9.100cvs155
3957
3958         * src/inc.c
3959                 Override offline dialog had Yes by default
3960
3961 2006-01-15 [colin]      1.9.100cvs154
3962
3963         * src/summaryview.c
3964                 Delete selected messages? previously had Yes the default
3965
3966 2006-01-15 [colin]      1.9.100cvs153
3967
3968         * src/folder.c
3969         * src/folder.h
3970         * src/main.c
3971                 Check if a mailbox is loaded after all
3972                 plugins are loaded.
3973
3974 2006-01-15 [colin]      1.9.100cvs152
3975
3976         * src/folder.c
3977                 Don't start wizard when there are unloaded folders (will help
3978                 people with only mbox or maildir mailboxes)
3979
3980 2006-01-14 [colin]      1.9.100cvs151
3981
3982         * src/addressbook.c
3983         * src/expldifdlg.c
3984         * src/importldif.c
3985         * src/importmutt.c
3986         * src/importpine.c
3987         * src/mh_gtk.c
3988                 More HIG compliance and fixes
3989
3990 2006-01-14 [colin]      1.9.100cvs150
3991
3992         * src/prefs_filtering_action.c
3993         * src/foldersel.c
3994                 Two forgotten button order changes
3995
3996 2006-01-14 [colin]      1.9.100cvs149
3997
3998         * src/account.c
3999         * src/addressbook.c
4000         * src/compose.c
4001         * src/folderview.c
4002         * src/imap_gtk.c
4003         * src/mainwindow.c
4004         * src/mh_gtk.c
4005         * src/news_gtk.c
4006         * src/prefs_actions.c
4007         * src/prefs_customheader.c
4008         * src/prefs_filtering.c
4009         * src/prefs_matcher.c
4010         * src/prefs_template.c
4011         * src/ssl_manager.c
4012         * src/summaryview.c
4013         * src/textview.c
4014         * src/toolbar.c
4015                 All deletion confirmations are now "Cancel, Delete" 
4016                 instead of "No, Yes"
4017                 Clarified most of the other "No, Yes" to 
4018                 "Cancel, Descriptive_action"
4019                 Rechanged the "Entry not saved" alerts to have 
4020                 "Close, Continue editing"
4021
4022
4023 2006-01-14 [paul]
4024
4025         * 2.0.0-rc4 released
4026
4027 2006-01-14 [paul]       1.9.100cvs148
4028
4029         * src/account.c
4030         * src/addressadd.c
4031         * src/addressbook.c
4032         * src/compose.c
4033         * src/editaddress.c
4034         * src/editbook.c
4035         * src/editgroup.c
4036         * src/editjpilot.c
4037         * src/editldap.c
4038         * src/editvcard.c
4039         * src/exphtmldlg.c
4040         * src/expldifdlg.c
4041         * src/folderview.c
4042         * src/grouplistdialog.c
4043         * src/imap_gtk.c
4044         * src/importmutt.c
4045         * src/importpine.c
4046         * src/inc.c
4047         * src/main.c
4048         * src/mainwindow.c
4049         * src/message_search.c
4050         * src/messageview.c
4051         * src/mh_gtk.c
4052         * src/mimeview.c
4053         * src/news_gtk.c
4054         * src/prefs_actions.c
4055         * src/prefs_customheader.c
4056         * src/prefs_filtering.c
4057         * src/prefs_matcher.c
4058         * src/prefs_template.c
4059         * src/prefs_themes.c
4060         * src/ssl_manager.c
4061         * src/summary_search.c
4062         * src/summaryview.c
4063         * src/textview.c
4064         * src/toolbar.c
4065         * src/gtk/foldersort.c
4066         * src/gtk/gtkaspell.c
4067         * src/gtk/inputdialog.c
4068         * src/gtk/prefswindow.c
4069         * src/plugins/pgpcore/select-keys.c
4070         * src/plugins/trayicon/trayicon.c
4071                 HIG compliant button order
4072
4073 2006-01-14 [mones]      1.9.100cvs147
4074
4075         * po/es.po
4076                 Updated translation
4077
4078 2006-01-13 [paul]       1.9.100cvs146
4079
4080         * AUTHORS
4081         * ChangeLog
4082         * src/gtk/authors.h
4083                 add Joshua M. Kwan to contributors list
4084
4085 2006-01-13 [colin]      1.9.100cvs145
4086
4087         * src/gtk/quicksearch.c
4088                 Don't refocus quick search after executing (Esc or Enter)
4089                 Allows to '/'search something then move up/down in 
4090                 summaryview, and to Esc a search and be back in the 
4091                 summaryview
4092
4093 2006-01-13 [paul]       1.9.100cvs144
4094
4095         * src/plugins/pgpinline/pgpinline.c
4096                 support Content-Type 'application/pgp'
4097                 patch by Joshua M. Kwan <joshuak@users.sf.net>
4098
4099 2006-01-13 [paul]       1.9.100cvs143
4100
4101         * manual/account.xml
4102                 make mention of partial retrieval
4103                 thanks to Colin
4104
4105 2006-01-13 [paul]       1.9.100cvs142
4106
4107         * src/account.c
4108         * src/account.h
4109         * src/action.c
4110         * src/action.h
4111         * src/adbookbase.h
4112         * src/addr_compl.c
4113         * src/addr_compl.h
4114         * src/addrbook.c
4115         * src/addrcache.c
4116         * src/addrcache.h
4117         * src/addrcindex.c
4118         * src/addrcindex.h
4119         * src/addrclip.c
4120         * src/addrclip.h
4121         * src/addrdefs.h
4122         * src/addressadd.c
4123         * src/addressadd.h
4124         * src/addressbook.c
4125         * src/addressbook.h
4126         * src/addrgather.c
4127         * src/addrgather.h
4128         * src/addrharvest.c
4129         * src/addrharvest.h
4130         * src/addrindex.c
4131         * src/addrindex.h
4132         * src/addritem.c
4133         * src/addritem.h
4134         * src/addrquery.c
4135         * src/addrquery.h
4136         * src/addrselect.c
4137         * src/addrselect.h
4138         * src/alertpanel.c
4139         * src/alertpanel.h
4140         * src/browseldap.c
4141         * src/browseldap.h
4142         * src/codeconv.c
4143         * src/codeconv.h
4144         * src/compose.c
4145         * src/compose.h
4146         * src/customheader.c
4147         * src/customheader.h
4148         * src/displayheader.c
4149         * src/displayheader.h
4150         * src/editaddress.c
4151         * src/editaddress.h
4152         * src/editbook.c
4153         * src/editbook.h
4154         * src/editgroup.c
4155         * src/editgroup.h
4156         * src/editjpilot.c
4157         * src/editjpilot.h
4158         * src/editldap.c
4159         * src/editldap.h
4160         * src/editldap_basedn.c
4161         * src/editldap_basedn.h
4162         * src/editvcard.c
4163         * src/editvcard.h
4164         * src/exphtmldlg.c
4165         * src/exphtmldlg.h
4166         * src/expldifdlg.c
4167         * src/expldifdlg.h
4168         * src/export.h
4169         * src/exporthtml.c
4170         * src/exporthtml.h
4171         * src/exportldif.c
4172         * src/exportldif.h
4173         * src/filtering.c
4174         * src/filtering.h
4175         * src/folder.c
4176         * src/folder.h
4177         * src/folder_item_prefs.c
4178         * src/folder_item_prefs.h
4179         * src/foldersel.c
4180         * src/foldersel.h
4181         * src/folderutils.c
4182         * src/folderutils.h
4183         * src/folderview.c
4184         * src/folderview.h
4185         * src/grouplistdialog.c
4186         * src/grouplistdialog.h
4187         * src/headerview.c
4188         * src/html.c
4189         * src/html.h
4190         * src/image_viewer.c
4191         * src/image_viewer.h
4192         * src/imap.c
4193         * src/imap.h
4194         * src/imap_gtk.c
4195         * src/imap_gtk.h
4196         * src/import.h
4197         * src/importldif.c
4198         * src/importldif.h
4199         * src/importmutt.c
4200         * src/importmutt.h
4201         * src/importpine.c
4202         * src/importpine.h
4203         * src/inc.c
4204         * src/inc.h
4205         * src/jpilot.c
4206         * src/jpilot.h
4207         * src/ldapctrl.c
4208         * src/ldapctrl.h
4209         * src/ldaplocate.c
4210         * src/ldaplocate.h
4211         * src/ldapquery.c
4212         * src/ldapquery.h
4213         * src/ldapserver.c
4214         * src/ldapserver.h
4215         * src/ldaputil.c
4216         * src/ldaputil.h
4217         * src/ldif.c
4218         * src/ldif.h
4219         * src/main.c
4220         * src/main.h
4221         * src/mainwindow.c
4222         * src/mainwindow.h
4223         * src/manual.c
4224         * src/manual.h
4225         * src/mbox.c
4226         * src/mbox.h
4227         * src/message_search.c
4228         * src/message_search.h
4229         * src/messageview.c
4230         * src/messageview.h
4231         * src/mh.c
4232         * src/mh.h
4233         * src/mh_gtk.c
4234         * src/mh_gtk.h
4235         * src/mimeview.c
4236         * src/mimeview.h
4237         * src/msgcache.c
4238         * src/msgcache.h
4239         * src/mutt.c
4240         * src/mutt.h
4241         * src/news.c
4242         * src/news.h
4243         * src/news_gtk.c
4244         * src/news_gtk.h
4245         * src/partial_download.c
4246         * src/partial_download.h
4247         * src/pine.c
4248         * src/pine.h
4249         * src/pop.c
4250         * src/pop.h
4251         * src/prefs_account.c
4252         * src/prefs_account.h
4253         * src/prefs_actions.c
4254         * src/prefs_actions.h
4255         * src/prefs_common.c
4256         * src/prefs_common.h
4257         * src/prefs_compose_writing.c
4258         * src/prefs_compose_writing.h
4259         * src/prefs_customheader.c
4260         * src/prefs_customheader.h
4261         * src/prefs_display_header.c
4262         * src/prefs_display_header.h
4263         * src/prefs_filtering.c
4264         * src/prefs_filtering.h
4265         * src/prefs_filtering_action.c
4266         * src/prefs_filtering_action.h
4267         * src/prefs_folder_column.c
4268         * src/prefs_folder_column.h
4269         * src/prefs_folder_item.c
4270         * src/prefs_folder_item.h
4271         * src/prefs_fonts.c
4272         * src/prefs_fonts.h
4273         * src/prefs_gtk.c
4274         * src/prefs_gtk.h
4275         * src/prefs_image_viewer.c
4276         * src/prefs_image_viewer.h
4277         * src/prefs_matcher.c
4278         * src/prefs_matcher.h
4279         * src/prefs_message.c
4280         * src/prefs_msg_colors.c
4281         * src/prefs_msg_colors.h
4282         * src/prefs_other.c
4283         * src/prefs_quote.c
4284         * src/prefs_receive.c
4285         * src/prefs_send.c
4286         * src/prefs_spelling.c
4287         * src/prefs_spelling.h
4288         * src/prefs_summaries.c
4289         * src/prefs_summaries.h
4290         * src/prefs_summary_column.c
4291         * src/prefs_summary_column.h
4292         * src/prefs_template.c
4293         * src/prefs_template.h
4294         * src/prefs_themes.c
4295         * src/prefs_themes.h
4296         * src/prefs_toolbar.c
4297         * src/prefs_toolbar.h
4298         * src/prefs_wrapping.c
4299         * src/prefs_wrapping.h
4300         * src/privacy.c
4301         * src/privacy.h
4302         * src/procheader.c
4303         * src/procheader.h
4304         * src/procmime.c
4305         * src/procmime.h
4306         * src/procmsg.c
4307         * src/procmsg.h
4308         * src/quote_fmt.c
4309         * src/quote_fmt_parse.y
4310         * src/recv.c
4311         * src/recv.h
4312         * src/remotefolder.c
4313         * src/remotefolder.h
4314         * src/send_message.c
4315         * src/send_message.h
4316         * src/setup.c
4317         * src/setup.h
4318         * src/sourcewindow.c
4319         * src/sourcewindow.h
4320         * src/ssl_manager.c
4321         * src/ssl_manager.h
4322         * src/statusbar.c
4323         * src/statusbar.h
4324         * src/stock_pixmap.c
4325         * src/stock_pixmap.h
4326         * src/summary_search.c
4327         * src/summary_search.h
4328         * src/summaryview.c
4329         * src/summaryview.h
4330         * src/syldap.c
4331         * src/syldap.h
4332         * src/textview.c
4333         * src/textview.h
4334         * src/toolbar.c
4335         * src/toolbar.h
4336         * src/undo.c
4337         * src/undo.h
4338         * src/unmime.c
4339         * src/unmime.h
4340         * src/vcard.c
4341         * src/vcard.h
4342         * src/wizard.c
4343         * src/wizard.h
4344         * src/common/base64.c
4345         * src/common/base64.h
4346         * src/common/defs.h
4347         * src/common/hooks.c
4348         * src/common/hooks.h
4349         * src/common/log.c
4350         * src/common/log.h
4351         * src/common/mgutils.c
4352         * src/common/mgutils.h
4353         * src/common/nntp.c
4354         * src/common/nntp.h
4355         * src/common/passcrypt.c
4356         * src/common/passcrypt.h.in
4357         * src/common/plugin.c
4358         * src/common/plugin.h
4359         * src/common/prefs.c
4360         * src/common/prefs.h
4361         * src/common/progressindicator.c
4362         * src/common/progressindicator.h
4363         * src/common/quoted-printable.c
4364         * src/common/quoted-printable.h
4365         * src/common/session.c
4366         * src/common/session.h
4367         * src/common/smtp.c
4368         * src/common/smtp.h
4369         * src/common/socket.c
4370         * src/common/socket.h
4371         * src/common/ssl.c
4372         * src/common/ssl.h
4373         * src/common/ssl_certificate.c
4374         * src/common/ssl_certificate.h
4375         * src/common/stringtable.c
4376         * src/common/stringtable.h
4377         * src/common/sylpheed.c
4378         * src/common/sylpheed.h
4379         * src/common/template.c
4380         * src/common/template.h
4381         * src/common/timing.h
4382         * src/common/utils.c
4383         * src/common/utils.h
4384         * src/common/version.h.in
4385         * src/common/xml.c
4386         * src/common/xml.h
4387         * src/common/xmlprops.c
4388         * src/common/xmlprops.h
4389         * src/gtk/colorlabel.c
4390         * src/gtk/colorsel.c
4391         * src/gtk/colorsel.h
4392         * src/gtk/description_window.c
4393         * src/gtk/description_window.h
4394         * src/gtk/filesel.c
4395         * src/gtk/filesel.h
4396         * src/gtk/foldersort.c
4397         * src/gtk/foldersort.h
4398         * src/gtk/gtkutils.c
4399         * src/gtk/gtkutils.h
4400         * src/gtk/inputdialog.c
4401         * src/gtk/inputdialog.h
4402         * src/gtk/logwindow.c
4403         * src/gtk/logwindow.h
4404         * src/gtk/manage_window.c
4405         * src/gtk/manage_window.h
4406         * src/gtk/menu.c
4407         * src/gtk/menu.h
4408         * src/gtk/pluginwindow.c
4409         * src/gtk/pluginwindow.h
4410         * src/gtk/prefswindow.c
4411         * src/gtk/prefswindow.h
4412         * src/gtk/progressdialog.c
4413         * src/gtk/progressdialog.h
4414         * src/gtk/sslcertwindow.c
4415         * src/gtk/sslcertwindow.h
4416         * src/plugins/clamav/clamav_plugin.c
4417         * src/plugins/clamav/clamav_plugin.h
4418         * src/plugins/clamav/clamav_plugin_gtk.c
4419         * src/plugins/demo/demo.c
4420         * src/plugins/dillo_viewer/dillo_prefs.c
4421         * src/plugins/dillo_viewer/dillo_prefs.h
4422         * src/plugins/dillo_viewer/dillo_viewer.c
4423         * src/plugins/pgpcore/passphrase.c
4424         * src/plugins/pgpcore/passphrase.h
4425         * src/plugins/pgpcore/plugin.c
4426         * src/plugins/pgpcore/select-keys.c
4427         * src/plugins/pgpcore/select-keys.h
4428         * src/plugins/pgpcore/sgpgme.c
4429         * src/plugins/pgpcore/sgpgme.h
4430         * src/plugins/pgpinline/pgpinline.c
4431         * src/plugins/pgpinline/pgpinline.h
4432         * src/plugins/pgpinline/plugin.c
4433         * src/plugins/pgpmime/pgpmime.c
4434         * src/plugins/pgpmime/pgpmime.h
4435         * src/plugins/pgpmime/plugin.c
4436         * src/plugins/spamassassin/spamassassin.c
4437         * src/plugins/spamassassin/spamassassin.h
4438         * src/plugins/spamassassin/spamassassin_gtk.c
4439         * src/plugins/trayicon/trayicon.c
4440                 update copyright header
4441
4442 2006-01-13 [paul]       1.9.100cvs141
4443
4444         * src/account.c
4445         * src/export.c
4446         * src/import.c
4447         * src/mainwindow.c
4448         * src/prefs_account.c
4449         * src/prefs_display_header.c
4450         * src/prefs_receive.c
4451         * src/prefs_send.c
4452         * src/prefs_summaries.c
4453         * src/prefs_themes.c
4454         * src/prefs_toolbar.c
4455         * src/gtk/about.c
4456                 various cleanups
4457
4458 2006-01-12 [colin]      1.9.100cvs140
4459
4460         * src/folder.c
4461         * src/folder.h
4462         * src/main.c
4463                 Add --subscribe option
4464                 Let sylpheed-claws email@domain.com equivalent to --compose
4465                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
4466
4467 2006-01-12 [paul]       1.9.100cvs139
4468
4469         * src/mainwindow.c
4470                 append 'Change folder order' label with '...'
4471         * src/prefs_actions.c
4472                 allow reordering of actions list by dnd
4473         * src/gtk/foldersort.c
4474                 make the dialog nicer
4475
4476 2006-01-11 [colin]      1.9.100cvs138
4477
4478         * src/compose.c
4479                 Allow templates without text
4480
4481 2006-01-11 [paul]       1.9.100cvs137
4482
4483         * tools/README
4484         * tools/filter_conv_new.pl
4485                 add info to README
4486                 also check .sylpheed for filter.xml
4487                 be a bit informative to the user
4488
4489 2006-01-11 [colin]      1.9.100cvs136
4490
4491         * src/textview.c
4492                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
4493
4494 2006-01-10 [paul]       1.9.100cvs135
4495
4496         * tools/Makefile.am
4497         * tools/filter_conv_new.pl
4498                 add script to convert new style Sylpheed
4499                 filter rules (Sylpheed >= 0.9.99) to
4500                 Claws filtering rules
4501
4502 2006-01-10 [colin]      1.9.100cvs134
4503
4504         * src/compose.c
4505                 Fix broken line joins in certain conditions
4506                 (between two quoted lines: <enter><enter><up>
4507                  <type a wrapped sentence><go in the first line>
4508                  <insert more text><watch as line joining failed>)
4509
4510 2006-01-10 [paul]       1.9.100cvs133
4511
4512         * src/compose.c
4513                 don't report success in error dialog
4514                 thanks to Colin
4515         * src/common/utils.c
4516                 include some trailing punctuations as URI
4517                 thanks to Hiro
4518
4519 2006-01-10 [paul]       1.9.100cvs132
4520
4521         * src/mimeview.c
4522                 fix incompatible pointer type
4523                 warning
4524
4525 2006-01-10 [paul]       1.9.100cvs131
4526
4527         * src/compose.c
4528                 change Subject in window title
4529                 instantaneously
4530
4531 2006-01-09 [colin]      1.9.100cvs130
4532
4533         * src/addressbook.c
4534         * src/headerview.c
4535         * src/mainwindow.c
4536         * src/messageview.c
4537         * src/mimeview.c
4538         * src/noticeview.c
4539         * src/summaryview.c
4540                 Fix possible crashes on exit and in addressbook
4541
4542 2006-01-09 [paul]       1.9.100cvs129
4543
4544         * src/prefs_msg_colors.c
4545                 some cleanups that I forgot last time
4546
4547 2006-01-09 [paul]       1.9.100cvs128
4548
4549         * README
4550         * src/folderview.c
4551         * src/prefs_msg_colors.c
4552                 add previously hidden option, color_new, to
4553                 the gui
4554                 move the page to Display/
4555                 rework the gui
4556
4557 2006-01-09 [wwp]        1.9.100cvs127
4558
4559         * src/prefs_themes.c
4560                 made the prefs/display/themes layouts spacing less condensed
4561                 (and so they match other prefs/pages' look).
4562
4563 2006-01-09 [paul]       1.9.100cvs126
4564
4565         * src/compose.c
4566         * src/prefs_common.c
4567         * src/prefs_common.h
4568         * src/prefs_wrapping.c
4569                 remove 'wrap at send' option
4570
4571 2006-01-06 [colin]      1.9.100cvs125
4572
4573         * src/compose.c
4574                 Just make completely sure we don't insert "manual line breaks" 
4575                 when wrapping... 
4576
4577 2006-01-04 [paul]
4578
4579         * 2.0.0-rc3 released
4580
4581 2006-01-04 [paul]       1.9.100cvs124
4582
4583         * src/folderview.c
4584                 fix bug 882, 'quick scroll in folder list
4585                 displays wrong folder contents'
4586
4587 2006-01-04 [paul]       1.9.100cvs123
4588
4589         * src/plugins/pgpmime/pgpmime.c
4590                 better debug information when signing
4591                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4592
4593 2006-01-03 [colin]      1.9.100cvs122
4594
4595         * configure.ac
4596                 We need to recheck for gpgme 1.0.0 after checking
4597                 for 1.1.1, because if 1.1.1 isn't available, 
4598                 GPGME_LIBS and friends are blanked out by the 
4599                 second check.
4600
4601 2006-01-03 [colin]      1.9.100cvs121
4602
4603         * src/common/prefs.c
4604                 Windows unlink-before rename fix
4605         * src/plugins/pgpcore/sgpgme.c
4606                 Add support for PKA info if available
4607                 Both patches by Werner Koch
4608
4609 2006-01-03 [paul]       1.9.100cvs120
4610
4611         * src/messageview.c
4612                 fix bug 884, 'Send receipt' button visible in queue
4613                 Thanks to Colin
4614
4615 2006-01-02 [colin]      1.9.100cvs119
4616
4617         * src/compose.c
4618         * src/imap.c
4619                 Fix autosave on IMAP and more generally try to
4620                 return the correct ID on a newly added IMAP message
4621
4622 2006-01-02 [paul]       1.9.100cvs118
4623
4624         * manual/keyboard.xml
4625                 edited
4626
4627 2006-01-01 [paul]       1.9.100cvs117
4628
4629         * src/gtk/authors.h
4630                 alphabetical order
4631
4632 2005-12-30 [colin]      1.9.100cvs116
4633
4634         * manual/advanced.xml
4635                 Explain Pre/Post-processing differences.
4636
4637 2005-12-30 [colin]      1.9.100cvs115
4638
4639         * src/mh.c
4640                 Implement copy_msgs for a little optimization
4641         * src/imap.c
4642                 Finish yesterday's fix
4643
4644 2005-12-29 [colin]      1.9.100cvs114
4645
4646         * src/imap.c
4647                 Fix occasional failure in fetching a mail over
4648                 IMAP
4649
4650 2005-12-29 [colin]      1.9.100cvs113
4651
4652         * src/compose.c
4653                 Don't remove a draft when sending it, if it is 
4654                 locked.
4655
4656 2005-12-28 [colin]      1.9.100cvs112
4657
4658         * src/summaryview.c
4659                 Fix leak for real
4660
4661 2005-12-28 [wwp]        1.9.100cvs111
4662
4663         * doc/faq/.cvsignore
4664         * doc/faq/de/.cvsignore
4665         * doc/faq/en/.cvsignore
4666         * doc/faq/es/.cvsignore
4667         * doc/faq/fr/.cvsignore
4668         * doc/faq/it/.cvsignore
4669         * doc/manual/.cvsignore
4670         * doc/manual/de/.cvsignore
4671         * doc/manual/en/.cvsignore
4672         * doc/manual/es/.cvsignore
4673         * doc/manual/fr/.cvsignore
4674         * doc/manual/ja/.cvsignore
4675         * src/plugins/mathml_viewer/.cvsignore
4676                 rollback revival of those files (my bad, sorry for the noise).
4677
4678 2005-12-28 [wwp]        1.9.100cvs110
4679
4680         * src/compose.c
4681                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
4682
4683 2005-12-28 [wwp]        1.9.100cvs109
4684
4685         * doc/faq/.cvsignore
4686         * doc/faq/de/.cvsignore
4687         * doc/faq/en/.cvsignore
4688         * doc/faq/es/.cvsignore
4689         * doc/faq/fr/.cvsignore
4690         * doc/faq/it/.cvsignore
4691         * doc/manual/.cvsignore
4692         * doc/manual/de/.cvsignore
4693         * doc/manual/en/.cvsignore
4694         * doc/manual/es/.cvsignore
4695         * doc/manual/fr/.cvsignore
4696         * doc/manual/ja/.cvsignore
4697         * src/plugins/mathml_viewer/.cvsignore
4698         * po/.cvsignore
4699                 more files to ignore.
4700
4701 2005-12-24 [colin]      1.9.100cvs108
4702
4703         * AUTHORS
4704         * src/gtk/authors.h
4705                 Update for Werner
4706
4707 2005-12-24 [colin]      1.9.100cvs107
4708
4709         * src/procmsg.c
4710                 Allow NULL src_msginfo in 
4711                 procmsg_msginfo_new_from_mimeinfo
4712
4713 2005-12-23 [paul]       1.9.100cvs106
4714
4715         * src/plugins/pgpinline/mypgpcore.def
4716                 add this forgotten file
4717
4718 2005-12-23 [colin]      1.9.100cvs105
4719
4720         * src/mainwindow.c
4721                 Fix missing break
4722
4723 2005-12-23 [colin]      1.9.100cvs104
4724
4725         * autogen.sh
4726         * src/folder.c
4727         * src/mh.c
4728         * src/common/plugin.c
4729         * src/common/socket.c
4730         * src/common/socket.h
4731         * src/common/utils.c
4732         * src/common/utils.h
4733         * src/gtk/pluginwindow.c
4734         * src/plugins/pgpcore/plugin.def
4735         * src/plugins/pgpcore/sylpheed.def
4736         * src/plugins/pgpinline/Makefile.am
4737         * src/plugins/pgpinline/plugin.def
4738         * src/plugins/pgpinline/sylpheed.def
4739         * src/plugins/pgpmime/plugin.def
4740         * src/plugins/pgpmime/sylpheed.def
4741                 Various w32 fixes by Werner Koch
4742
4743 2005-12-22 [paul]       1.9.100cvs103
4744
4745         * src/wizard.c
4746                 don't offer IMAP as 'server type' if
4747                 libetpan isn't built in
4748
4749 2005-12-22 [paul]       1.9.100cvs102
4750
4751         * AUTHORS
4752         * src/mainwindow.c
4753         * src/mainwindow.h
4754         * src/toolbar.c
4755         * src/gtk/authors.h
4756                 support GTK_TOOLBAR_BOTH_HORIZ (text
4757                 next to icon) Patch by Marien Zwart
4758                 marienz@users.sf.net
4759                 Also reword the text
4760
4761 2005-12-21 [colin]      1.9.100cvs101
4762
4763         * configure.ac
4764                 Fix DATADIRNAME
4765         * COPYING
4766                 Fix missing section and explicit the exception better
4767         * src/compose.c
4768                 Prevent mail from being lost without notice when an
4769                 SMTP error happens on trying to send an unmodified
4770                 drafted mail.
4771         * src/send_message.c
4772         * src/common/smtp.c
4773                 Fix password remembering when wrong, and add return
4774                 value checks where they should have been
4775         * src/plugins/pgpcore/sylpheed.def
4776         * src/plugins/pgpinline/sylpheed.def
4777         * src/plugins/pgpmime/sylpheed.def
4778                 Add a few symbols needed
4779
4780 2005-12-21 [paul]       1.9.100cvs100
4781
4782         * m4/codeset.m4
4783         * m4/glibc21.m4
4784         * m4/intdiv0.m4
4785         * m4/inttypes-pri.m4
4786         * m4/inttypes.m4
4787         * m4/inttypes_h.m4
4788         * m4/isc-posix.m4
4789         * m4/lcmessage.m4
4790         * m4/stdint_h.m4
4791         * m4/uintmax_t.m4
4792                 gettextization
4793                 thanks to Colin
4794
4795 2005-12-21 [paul]       1.9.100cvs99
4796
4797         * po/sv.po
4798                 fixed by Colin
4799
4800 2005-12-20 [paul]       1.9.100cvs98
4801
4802         * po/sv.po
4803                 updated by Anders Trobäck
4804
4805 2005-12-20 [colin]      1.9.100cvs97
4806
4807         * ABOUT-NLS
4808         * Makefile.am
4809         * autogen.sh
4810         * configure.ac
4811         * config/config.rpath
4812         * config/mkinstalldirs
4813         * m4/Makefile.am
4814         * m4/glibc2.m4
4815         * m4/gnupg.m4
4816         * m4/gpgme.m4
4817         * m4/intmax.m4
4818         * m4/longdouble.m4
4819         * m4/longlong.m4
4820         * m4/printf-posix.m4
4821         * m4/signed.m4
4822         * m4/size_max.m4
4823         * m4/ulonglong.m4
4824         * m4/wchar_t.m4
4825         * m4/wint_t.m4
4826         * m4/xsize.m4
4827         * po/Makefile.in.in
4828         * po/Makevars
4829         * po/bg.po
4830         * po/ca.po
4831         * po/cs.po
4832         * po/de.po
4833         * po/el.po
4834         * po/en_GB.po
4835         * po/es.po
4836         * po/fi.po
4837         * po/fr.po
4838         * po/hr.po
4839         * po/hu.po
4840         * po/it.po
4841         * po/ja.po
4842         * po/ko.po
4843         * po/nb.po
4844         * po/nl.po
4845         * po/pl.po
4846         * po/pt_BR.po
4847         * po/ru.po
4848         * po/sk.po
4849         * po/sr.po
4850         * po/stamp-po
4851         * po/sv.po
4852         * po/zh_CN.po
4853         * po/zh_TW.po
4854         * src/Makefile.am
4855         * src/codeconv.c
4856         * src/compose.c
4857         * src/exporthtml.c
4858         * src/exportldif.c
4859         * src/folder.c
4860         * src/main.c
4861         * src/manual.c
4862         * src/mh.c
4863         * src/mimeview.c
4864         * src/send_message.c
4865         * src/common/Makefile.am
4866         * src/common/fnmatch.c
4867         * src/common/fnmatch.h
4868         * src/common/fnmatch_loop.c
4869         * src/common/nntp.c
4870         * src/common/plugin.c
4871         * src/common/smtp.c
4872         * src/common/socket.c
4873         * src/common/string_match.c
4874         * src/common/sylpheed.c
4875         * src/common/utils.c
4876         * src/common/utils.h
4877         * src/common/w32_dirent.c
4878         * src/common/w32_reg.c
4879         * src/common/w32_signal.c
4880         * src/common/w32_stat.c
4881         * src/common/w32_stdio.c
4882         * src/common/w32_stdlib.c
4883         * src/common/w32_string.c
4884         * src/common/w32_time.c
4885         * src/common/w32_unistd.c
4886         * src/common/w32_wait.c
4887         * src/common/w32lib.h
4888         * src/etpan/Makefile.am
4889         * src/gtk/Makefile.am
4890         * src/plugins/clamav/Makefile.am
4891         * src/plugins/demo/Makefile.am
4892         * src/plugins/dillo_viewer/Makefile.am
4893         * src/plugins/pgpcore/Makefile.am
4894         * src/plugins/pgpcore/passphrase.c
4895         * src/plugins/pgpcore/plugin.def
4896         * src/plugins/pgpcore/sgpgme.c
4897         * src/plugins/pgpcore/sylpheed.def
4898         * src/plugins/pgpcore/version.rc
4899         * src/plugins/pgpinline/Makefile.am
4900         * src/plugins/pgpinline/plugin.def
4901         * src/plugins/pgpinline/sylpheed.def
4902         * src/plugins/pgpinline/version.rc
4903         * src/plugins/pgpmime/Makefile.am
4904         * src/plugins/pgpmime/mypgpcore.def
4905         * src/plugins/pgpmime/plugin.def
4906         * src/plugins/pgpmime/sylpheed.def
4907         * src/plugins/pgpmime/version.rc
4908         * src/plugins/spamassassin/Makefile.am
4909                 Very little ;-) patch from Werner Koch, providing
4910                 infrastructure for cross-compiling to Win32
4911
4912 2005-12-20 [paul]       1.9.100cvs96
4913
4914         * src/account.c
4915         * src/account.h
4916         * src/mainwindow.c
4917         * src/mainwindow.h
4918         * src/toolbar.c
4919         * src/toolbar.h
4920                 add a combo to the Get All button, allowing
4921                 quick retrieval from any account
4922                 Patch by Fabien Vantard, slightly modified
4923                 by Colin
4924         * src/gtk/about.c
4925                 i18n fix. Patch by Fabien Vantard
4926
4927 2005-12-19 [colin]      1.9.100cvs95
4928
4929         * src/compose.c
4930         * src/compose.h
4931                 Don't automatically join lines when they've 
4932                 been separated by the user and not automatically
4933
4934 2005-12-19 [paul]       1.9.100cvs94
4935
4936         * src/gtk/pluginwindow.c
4937                 i18n fix.
4938                 Patch by Fabien Vantard
4939
4940 2005-12-15 [paul]       1.9.100cvs93
4941
4942         * src/common/plugin.c
4943         * src/common/plugin.h
4944         * src/gtk/pluginwindow.c
4945         * src/plugins/clamav/clamav_plugin.c
4946         * src/plugins/demo/demo.c
4947         * src/plugins/dillo_viewer/dillo_viewer.c
4948         * src/plugins/pgpcore/plugin.c
4949         * src/plugins/pgpinline/plugin.c
4950         * src/plugins/pgpmime/plugin.c
4951         * src/plugins/spamassassin/spamassassin.c
4952         * src/plugins/trayicon/trayicon.c
4953                 add plugin_version()
4954
4955 2005-12-15 [colin]      1.9.100cvs92
4956
4957         * src/compose.c
4958                 Further fix bug #875
4959
4960 2005-12-15 [paul]       1.9.100cvs91
4961
4962         * src/gtk/filesel.c
4963                 fix attach_load_dir getting set to
4964                 PLUGINDIR on plugin load
4965
4966 2005-12-14 [mones]      1.9.100cvs90
4967
4968         * manual/ack.xml
4969         * manual/keyboard.xml
4970                 Initial draft and some shortcuts added
4971                 
4972         * po/es.po
4973                 Updated translation
4974
4975 2005-12-14 [colin]      1.9.100cvs89
4976
4977         * src/compose.c
4978         * src/imap.c
4979         * src/summaryview.c
4980         * src/gtk/gtkaspell.c
4981                 More leaks fixed
4982         * src/prefs_folder_item.c
4983                 Fix recursive prefs apply
4984
4985
4986 2005-12-14 [colin]      1.9.100cvs88
4987
4988         * src/compose.c
4989                 Fix bug #875 (Freeze On Inline Forward of 
4990                 Large Message)
4991
4992 2005-12-13 [colin]      1.9.100cvs87
4993
4994         * src/compose.c
4995                 Uniq-ify and sort the mimetypes list
4996                 Patch by Fabien Vantard
4997
4998 2005-12-13 [colin]      1.9.100cvs86
4999
5000         * src/imap.c
5001         * src/etpan/imap-thread.c
5002                 Fix leaks (patch by Hoa)
5003         * src/news.c
5004         * src/common/plugin.c
5005                 Fix leaks
5006
5007 2005-12-12 [colin]
5008
5009         * 2.0.0-rc2 released
5010
5011 2005-12-12 [colin]      1.9.100cvs85
5012
5013         * src/matcher.c
5014                 Fix a leak
5015
5016 2005-12-12 [wwp]        1.9.100cvs84
5017
5018         * src/gtk/icon_legend.c
5019                 fix misbehaviour and crash when closing the legend window
5020         using the Esc key (patch by Fabien Vantard).
5021
5022 2005-12-12 [paul]       1.9.100cvs83
5023
5024         * src/browseldap.c
5025         * src/foldersel.c
5026         * src/prefs_actions.c
5027         * src/prefs_filtering.c
5028         * src/prefs_matcher.c
5029         * src/prefs_spelling.glade      ** REMOVED **
5030         * src/prefs_template.c
5031         * src/gtk/foldersort.glade      ** REMOVED **
5032         * src/gtk/pluginwindow.c
5033         * src/gtk/pluginwindow.glade    ** REMOVED **
5034         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5035                 cleanups
5036
5037 2005-12-11 [paul]       1.9.100cvs82
5038
5039         * src/gtk/filesel.c
5040                 fix attach_load_dir crasher (double free)
5041
5042 2005-12-09 [paul]       1.9.100cvs81
5043
5044         * po/POTFILES.in
5045         * src/mainwindow.c
5046         * src/gtk/Makefile.am
5047         * src/gtk/icon_legend.c
5048         * src/gtk/icon_legend.h
5049                 add icon legend
5050         * src/manual.c
5051                 cleanup
5052
5053 2005-12-09 [paul]       1.9.100cvs80
5054
5055         * src/plugins/pgpcore/passphrase.c
5056                 wrap the label in the dialog
5057
5058 2005-12-09 [colin]      1.9.100cvs79
5059
5060         * src/plugins/pgpcore/sgpgme.c
5061                 Display (untrusted) on not trusted signatures
5062                 Patch by Michal Èihaø <michal@cihar.com>
5063                 Closes bug #867 (Report also key trust)
5064
5065 2005-12-09 [colin]      1.9.100cvs78
5066
5067         * src/common/plugin.c
5068                 Update licence check, following Eben Moglen's advice
5069
5070 2005-12-08 [colin]      1.9.100cvs77
5071
5072         * src/folder.c
5073                 Fix the occasionnal item->cache != NULL 
5074                 assertion failure. 
5075
5076 2005-12-08 [colin]      1.9.100cvs76
5077
5078         * src/mimeview.c
5079         * src/plugins/pgpcore/sgpgme.c
5080                 Print key id when unable to check it
5081                 Closes bug #866 (Show key id when missing)
5082
5083 2005-12-08 [paul]       1.9.100cvs75
5084
5085         * src/prefs_common.c
5086         * src/prefs_common.h
5087         * src/gtk/filesel.c
5088                 remember load attachment dir
5089
5090 2005-12-07 [colin]      1.9.100cvs74
5091
5092         * src/prefs_toolbar.c
5093                 Gtk fixes, patch by Fabien Vantard
5094
5095 2005-12-07 [colin]      1.9.100cvs73
5096
5097         * src/action.c
5098         * src/compose.c
5099         * src/compose.h
5100                 Fix bug #839 (Quoted text isn't colored after 
5101                 executing an action)
5102         * src/common/plugin.c
5103                 Require plugins to declare their licence in plugin_licence()
5104                 Refuse to load non-GPL plugins as they'd be illegal (as 
5105                 derived works of Sylpheed-Claws, they must be GPL).
5106         * src/plugins/clamav/clamav_plugin.c
5107         * src/plugins/demo/demo.c
5108         * src/plugins/dillo_viewer/dillo_viewer.c
5109         * src/plugins/pgpcore/plugin.c
5110         * src/plugins/pgpinline/plugin.c
5111         * src/plugins/pgpmime/plugin.c
5112         * src/plugins/spamassassin/spamassassin.c
5113         * src/plugins/trayicon/trayicon.c
5114                 Add plugin_licence()
5115
5116 2005-12-07 [paul]       1.9.100cvs72
5117
5118         * configure.ac
5119         * src/mainwindow.c
5120         * src/manual.c
5121         * src/manual.h
5122         * src/common/defs.h
5123                 clean up after local FAQ removal and
5124                 temporary manual removal
5125
5126 2005-12-06 [colin]      1.9.100cvs71
5127
5128         * configure.ac
5129         * doc/Makefile.am
5130         * doc/faq/.cvsignore
5131         * doc/faq/Makefile.am
5132         * doc/faq/de/.cvsignore
5133         * doc/faq/de/Makefile.am
5134         * doc/faq/de/sylpheed-faq-1.html
5135         * doc/faq/de/sylpheed-faq-2.html
5136         * doc/faq/de/sylpheed-faq-3.html
5137         * doc/faq/de/sylpheed-faq.html
5138         * doc/faq/en/.cvsignore
5139         * doc/faq/en/Makefile.am
5140         * doc/faq/en/sylpheed-faq-1.html
5141         * doc/faq/en/sylpheed-faq-2.html
5142         * doc/faq/en/sylpheed-faq-3.html
5143         * doc/faq/en/sylpheed-faq-4.html
5144         * doc/faq/en/sylpheed-faq.html
5145         * doc/faq/es/.cvsignore
5146         * doc/faq/es/Makefile.am
5147         * doc/faq/es/sylpheed-faq-1.html
5148         * doc/faq/es/sylpheed-faq-2.html
5149         * doc/faq/es/sylpheed-faq-3.html
5150         * doc/faq/es/sylpheed-faq-4.html
5151         * doc/faq/es/sylpheed-faq.html
5152         * doc/faq/fr/.cvsignore
5153         * doc/faq/fr/Makefile.am
5154         * doc/faq/fr/sylpheed-faq-1.html
5155         * doc/faq/fr/sylpheed-faq-2.html
5156         * doc/faq/fr/sylpheed-faq-3.html
5157         * doc/faq/fr/sylpheed-faq.html
5158         * doc/faq/it/.cvsignore
5159         * doc/faq/it/Makefile.am
5160         * doc/faq/it/sylpheed-faq-1.html
5161         * doc/faq/it/sylpheed-faq-2.html
5162         * doc/faq/it/sylpheed-faq-3.html
5163         * doc/faq/it/sylpheed-faq.html
5164         * doc/manual/.cvsignore
5165         * doc/manual/Makefile.am
5166         * doc/manual/de/.cvsignore
5167         * doc/manual/de/Makefile.am
5168         * doc/manual/de/sylpheed-1.html
5169         * doc/manual/de/sylpheed-10.html
5170         * doc/manual/de/sylpheed-11.html
5171         * doc/manual/de/sylpheed-12.html
5172         * doc/manual/de/sylpheed-13.html
5173         * doc/manual/de/sylpheed-14.html
5174         * doc/manual/de/sylpheed-15.html
5175         * doc/manual/de/sylpheed-16.html
5176         * doc/manual/de/sylpheed-17.html
5177         * doc/manual/de/sylpheed-18.html
5178         * doc/manual/de/sylpheed-19.html
5179         * doc/manual/de/sylpheed-2.html
5180         * doc/manual/de/sylpheed-20.html
5181         * doc/manual/de/sylpheed-3.html
5182         * doc/manual/de/sylpheed-4.html
5183         * doc/manual/de/sylpheed-5.html
5184         * doc/manual/de/sylpheed-6.html
5185         * doc/manual/de/sylpheed-7.html
5186         * doc/manual/de/sylpheed-8.html
5187         * doc/manual/de/sylpheed-9.html
5188         * doc/manual/de/sylpheed.html
5189         * doc/manual/en/.cvsignore
5190         * doc/manual/en/Makefile.am
5191         * doc/manual/en/sylpheed-1.html
5192         * doc/manual/en/sylpheed-10.html
5193         * doc/manual/en/sylpheed-11.html
5194         * doc/manual/en/sylpheed-12.html
5195         * doc/manual/en/sylpheed-13.html
5196         * doc/manual/en/sylpheed-14.html
5197         * doc/manual/en/sylpheed-15.html
5198         * doc/manual/en/sylpheed-16.html
5199         * doc/manual/en/sylpheed-17.html
5200         * doc/manual/en/sylpheed-18.html
5201         * doc/manual/en/sylpheed-19.html
5202         * doc/manual/en/sylpheed-2.html
5203         * doc/manual/en/sylpheed-20.html
5204         * doc/manual/en/sylpheed-21.html
5205         * doc/manual/en/sylpheed-22.html
5206         * doc/manual/en/sylpheed-3.html
5207         * doc/manual/en/sylpheed-4.html
5208         * doc/manual/en/sylpheed-5.html
5209         * doc/manual/en/sylpheed-6.html
5210         * doc/manual/en/sylpheed-7.html
5211         * doc/manual/en/sylpheed-8.html
5212         * doc/manual/en/sylpheed-9.html
5213         * doc/manual/en/sylpheed.html
5214         * doc/manual/es/.cvsignore
5215         * doc/manual/es/Makefile.am
5216         * doc/manual/es/sylpheed-1.html
5217         * doc/manual/es/sylpheed-10.html
5218         * doc/manual/es/sylpheed-11.html
5219         * doc/manual/es/sylpheed-12.html
5220         * doc/manual/es/sylpheed-13.html
5221         * doc/manual/es/sylpheed-14.html
5222         * doc/manual/es/sylpheed-15.html
5223         * doc/manual/es/sylpheed-16.html
5224         * doc/manual/es/sylpheed-17.html
5225         * doc/manual/es/sylpheed-18.html
5226         * doc/manual/es/sylpheed-19.html
5227         * doc/manual/es/sylpheed-2.html
5228         * doc/manual/es/sylpheed-20.html
5229         * doc/manual/es/sylpheed-3.html
5230         * doc/manual/es/sylpheed-4.html
5231         * doc/manual/es/sylpheed-5.html
5232         * doc/manual/es/sylpheed-6.html
5233         * doc/manual/es/sylpheed-7.html
5234         * doc/manual/es/sylpheed-8.html
5235         * doc/manual/es/sylpheed-9.html
5236         * doc/manual/es/sylpheed.html
5237         * doc/manual/fr/.cvsignore
5238         * doc/manual/fr/Makefile.am
5239         * doc/manual/fr/sylpheed-1.html
5240         * doc/manual/fr/sylpheed-10.html
5241         * doc/manual/fr/sylpheed-11.html
5242         * doc/manual/fr/sylpheed-12.html
5243         * doc/manual/fr/sylpheed-13.html
5244         * doc/manual/fr/sylpheed-14.html
5245         * doc/manual/fr/sylpheed-15.html
5246         * doc/manual/fr/sylpheed-16.html
5247         * doc/manual/fr/sylpheed-17.html
5248         * doc/manual/fr/sylpheed-18.html
5249         * doc/manual/fr/sylpheed-19.html
5250         * doc/manual/fr/sylpheed-2.html
5251         * doc/manual/fr/sylpheed-20.html
5252         * doc/manual/fr/sylpheed-3.html
5253         * doc/manual/fr/sylpheed-4.html
5254         * doc/manual/fr/sylpheed-5.html
5255         * doc/manual/fr/sylpheed-6.html
5256         * doc/manual/fr/sylpheed-7.html
5257         * doc/manual/fr/sylpheed-8.html
5258         * doc/manual/fr/sylpheed-9.html
5259         * doc/manual/fr/sylpheed.html
5260         * doc/manual/ja/.cvsignore
5261         * doc/manual/ja/Makefile.am
5262         * doc/manual/ja/sylpheed-1.html
5263         * doc/manual/ja/sylpheed-10.html
5264         * doc/manual/ja/sylpheed-11.html
5265         * doc/manual/ja/sylpheed-12.html
5266         * doc/manual/ja/sylpheed-13.html
5267         * doc/manual/ja/sylpheed-14.html
5268         * doc/manual/ja/sylpheed-15.html
5269         * doc/manual/ja/sylpheed-16.html
5270         * doc/manual/ja/sylpheed-17.html
5271         * doc/manual/ja/sylpheed-18.html
5272         * doc/manual/ja/sylpheed-19.html
5273         * doc/manual/ja/sylpheed-2.html
5274         * doc/manual/ja/sylpheed-20.html
5275         * doc/manual/ja/sylpheed-3.html
5276         * doc/manual/ja/sylpheed-4.html
5277         * doc/manual/ja/sylpheed-5.html
5278         * doc/manual/ja/sylpheed-6.html
5279         * doc/manual/ja/sylpheed-7.html
5280         * doc/manual/ja/sylpheed-8.html
5281         * doc/manual/ja/sylpheed-9.html
5282         * doc/manual/ja/sylpheed.html
5283         * doc/manual/ja/sylpheed.sgml
5284         * src/mainwindow.c
5285                 Remove outdated manual and faq. Noisy, eh?
5286
5287 2005-12-06 [colin]      1.9.100cvs70
5288
5289         * src/compose.c
5290         * src/quote_fmt_parse.y
5291         * src/undo.c
5292         * src/undo.h
5293                 Allow %X to position cursor at 0 
5294                 (no %X = before signature)
5295                 Fix paste as quotation putting the cursor at 0
5296                 Fix undo offsets when pasting
5297                 Insert the quote_fmt at once instead of line 
5298                 by line
5299                 Fix [Edited] when starting to reply/forward
5300
5301 2005-12-06 [paul]       1.9.100cvs69
5302
5303         * src/plugins/clamav/clamav_plugin_gtk.c
5304                 add another tooltip
5305         * src/plugins/spamassassin/spamassassin_gtk.c
5306                 rework spamassassin_create_widget_func()
5307
5308 2005-12-05 [colin]      1.9.100cvs68
5309
5310         * po/POTFILES.in
5311                 Fix make release ;-)
5312
5313 2005-12-05 [colin]      1.9.100cvs67
5314
5315         * src/compose.c
5316         * src/compose.h
5317                 Fix cursor positioning (not obeying %X)
5318
5319 2005-12-05 [paul]       1.9.100cvs66
5320
5321         * src/plugins/dillo_viewer/dillo_prefs.c
5322                 fix compilation warning
5323
5324 2005-12-05 [paul]       1.9.100cvs65
5325
5326         * src/prefs_spelling.c
5327         * src/plugins/trayicon/trayicon.c
5328                 cleanups - remove unused stuff
5329
5330 2005-12-05 [paul]       1.9.100cvs64
5331
5332         * README
5333         * manual/plugins.xml
5334                 remove info about removed mathml_viewer plugin
5335
5336 2005-12-05 [paul]       1.9.100cvs63
5337
5338         * configure.ac
5339         * src/plugins/Makefile.am
5340         * src/plugins/mathml_viewer/.cvsignore
5341         * src/plugins/mathml_viewer/Makefile.am
5342         * src/plugins/mathml_viewer/mathml_viewer.c
5343                 remove unmaintained mathml_viewer plugin
5344
5345 2005-12-05 [paul]       1.9.100cvs62
5346
5347         * src/summaryview.c
5348                 obey prefs_common.always_show_msg when
5349                 moving a msg
5350                 Thanks to Colin
5351
5352 2005-12-05 [paul]       1.9.100cvs61
5353
5354         * src/compose.c
5355         * src/prefs_account.c
5356         * src/prefs_filtering.c
5357         * src/prefs_quote.c
5358         * src/prefs_spelling.c
5359         * src/prefs_toolbar.c
5360         * src/summaryview.c
5361         * src/gtk/gtkutils.c
5362         * src/gtk/quicksearch.c
5363         * src/plugins/dillo_viewer/dillo_prefs.c
5364                 dialog cleanups
5365
5366 2005-12-04 [paul]       1.9.100cvs60
5367
5368         * src/inc.c
5369         * src/prefs_account.c
5370         * src/prefs_account.h
5371                 allow a Local account to specify a
5372                 default inbox
5373                 (closes bug 843 'Inbox cannot be changed for local
5374                  mailboxes')
5375
5376 2005-12-04 [colin]      1.9.100cvs59
5377
5378         * src/plugins/trayicon/trayicon.c
5379                 Remove Get, rename Get All to Get Mail in order to
5380                 be consistent with the default main toolbar
5381
5382 2005-12-03 [colin]      1.9.100cvs58
5383
5384         * manual/gpl.xml
5385         * manual/sylpheed-claws-manual.xml
5386                 Add GPL appendix
5387
5388 2005-12-03 [paul]       1.9.100cvs57
5389
5390         * AUTHORS
5391         * po/sv.po
5392         * src/gtk/authors.h
5393                 new (partially complete) Swedish translation
5394                 by Anders Troback <sylpheed@troback.com>
5395
5396 2005-12-02 [paul]       1.9.100cvs56
5397
5398         * configure.ac
5399                 libetpan 0.41 required
5400
5401 2005-12-02 [paul]       1.9.100cvs55
5402
5403         * src/plugins/clamav/clamav_plugin.c
5404         * src/plugins/clamav/clamav_plugin.h
5405         * src/plugins/clamav/clamav_plugin_gtk.c
5406         * src/plugins/spamassassin/spamassassin.c
5407         * src/plugins/spamassassin/spamassassin.h
5408         * src/plugins/spamassassin/spamassassin_gtk.c
5409                 unregister prefs pages on unloading, thus
5410                 preventing a crash
5411                 (thanks to Colin for the hint)
5412
5413 2005-12-02 [wwp]        1.9.100cvs54
5414
5415         * src/quote_fmt.h
5416         * src/quote_fmt_parse.y
5417                 fix misuse of gboolean*, use gboolean instead
5418                 (thanks to Paul, Colin, for pointing out that scaring one)
5419
5420 2005-12-02 [paul]       1.9.100cvs53
5421
5422         * src/plugins/clamav/clamav_plugin.c
5423                 int no --> unsigned int no
5424         * src/plugins/clamav/clamav_plugin_gtk.c
5425                 rework config page
5426
5427 2005-12-02 [wwp]        1.9.100cvs52
5428
5429         * src/compose.c
5430         * src/prefs_template.c
5431         * src/quote_fmt.h
5432         * src/quote_fmt_parse.y
5433                 prevent from executing |f and |p templates commands when
5434                 adding or replacing templates in prefs (avoids annoying and
5435                 potentially dangerous behaviours)
5436
5437 2005-12-02 [paul]       1.9.100cvs51
5438
5439         * src/prefs_common.c
5440                 allow translation of some default values
5441                 Patch by Fabien Vantard
5442
5443 2005-12-02 [paul]       1.9.100cvs50
5444
5445         * src/codeconv.c
5446         * src/codeconv.h
5447         * src/prefs_common.c
5448         * src/prefs_common.h
5449         * src/prefs_message.c
5450         * src/textview.c
5451                 remove obsolete 'convert_mb_alnum' option
5452                 and related stuff
5453         * src/gtk/about.c
5454                 remove unused 'about_textview_visibility_notify'
5455
5456 2005-12-02 [paul]       1.9.100cvs49
5457
5458         * src/prefs_account.c
5459         * src/prefs_compose_writing.c
5460         * src/prefs_fonts.c
5461         * src/prefs_gtk.h
5462         * src/prefs_image_viewer.c
5463         * src/prefs_message.c
5464         * src/prefs_other.c
5465         * src/prefs_receive.c
5466         * src/prefs_send.c
5467         * src/prefs_spelling.c
5468         * src/prefs_summaries.c
5469         * src/prefs_wrapping.c
5470         * src/plugins/dillo_viewer/dillo_prefs.c
5471         * src/plugins/pgpcore/prefs_gpg.c
5472                 several cleanups to the prefs dialogs
5473                 (slightly modified) patch by Fabien Vantard
5474
5475 2005-12-02 [paul]       1.9.100cvs48
5476
5477         * src/main.c
5478                 --exit means exit
5479         * src/send_message.c
5480                 fix crash on send when connection fails
5481
5482         Thanks to Colin
5483
5484 2005-12-01 [colin]      1.9.100cvs47
5485
5486         * src/html.c
5487                 Translate &hellip; to "..."
5488
5489 2005-11-30 [colin]      1.9.100cvs46
5490
5491         * src/matcher.c
5492         * src/matcher.h
5493                 Optimize back yesterday's fix.
5494
5495 2005-11-30 [paul]       1.9.100cvs45
5496
5497         * manual/faq.xml
5498                 standardised
5499         * manual/intro.xml
5500                 written by Colin, edited by me
5501
5502 2005-11-29 [colin]      1.9.100cvs44
5503
5504         * src/matcher.c
5505                 Skip headers unconditionnaly in match_body if the
5506                 rule is not message or ~message
5507
5508 2005-11-29 [colin]      1.9.100cvs43
5509
5510         * src/matcher.c
5511                 Fix body_part and such, not skipping headers 
5512                 if the matchcriteria wasn't the first in the rule
5513
5514 2005-11-29 [colin]      1.9.100cvs42
5515
5516         * src/compose.c
5517                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
5518                 option missing from message view window)
5519                 Fix double text D'n'D with gtk-2.8
5520         * src/matcher.c
5521                 Fix ~message, ~headers_part, ~body_part rules
5522         * src/messageview.c
5523                 Add Windows-1252 (Closes bug #863)
5524                 Fix accels
5525         * src/gtk/gtkaspell.c
5526                 Properly destroy accels in all menus
5527
5528 2005-11-29 [mones]      1.9.100cvs41
5529
5530         * po/es.po
5531                 Updated.
5532
5533 2005-11-27 [colin]      1.9.100cvs40
5534
5535         * src/mh_gtk.c
5536                 "/Remove mailbox" -> "/Remove mailbox..."
5537
5538 2005-11-27 [paul]       1.9.100cvs39
5539
5540         * AUTHORS
5541         * po/de.po
5542         * src/gtk/authors.h
5543                 updated by new maintainer, Stephan Sachse
5544
5545 2005-11-27 [paul]       1.9.100cvs38
5546
5547         * manual/faq.xml
5548                 written by Colin, edited by me
5549
5550 2005-11-27 [paul]       1.9.100cvs37
5551
5552         * src/prefs_common.c
5553         * src/prefs_common.h
5554         * src/prefs_receive.c
5555         * src/prefs_summaries.c
5556                 move 'go to inbox after receiving new mail'
5557                 option from display/sumamaries to mail
5558                 handling/receive, and rework prefs_summaries
5559                 dialog a little
5560
5561 2005-11-25 [martin]     1.9.100cvs36
5562
5563         * po/de.po
5564             fixed windows-1252 translation;
5565             translated some new and fuzzy strings
5566
5567 2005-11-25 [paul]       1.9.100cvs35
5568
5569         * src/plugins/clamav/clamav_plugin.c
5570                 complete the update done in cvs34
5571
5572 2005-11-25 [paul]       1.9.100cvs34
5573
5574         * src/plugins/clamav/clamav_plugin.c
5575                 reflect upstream changes
5576
5577 2005-11-25 [paul]       1.9.100cvs33
5578
5579         * manual/ack.xml
5580         * manual/plugins.xml
5581         * manual/sylpheed-claws-manual.xml
5582                 written/updated by Colin, edited by me
5583         * tools/acroread2sylpheed.pl
5584                 update binary name
5585
5586 2005-11-24 [colin]      1.9.100cvs32
5587
5588         * src/compose.c
5589                 Fix bug #856 (reediting messages forgets Request
5590                 Return Receipt)
5591
5592 2005-11-24 [paul]       1.9.100cvs31
5593
5594         * manual/addrbook.xml
5595         * manual/starting.xml
5596                 written by Colin, proofread, edited, adapted by me
5597         * manual/advanced.xml
5598                 add some Actions examples
5599         * src/importldif.c
5600                 use a Save button instead of a Close button
5601         * src/wizard.c
5602                 indicate mandatory fields
5603                 fix page display
5604                 Thanks to Colin
5605
5606 2005-11-23 [colin]      1.9.100cvs30
5607
5608         * src/addressbook.c
5609                 Rename menu item, fix possible crash after
5610                 deletion of books
5611         * src/addrindex.c
5612                 Allow searching for '*' in ldap
5613         * src/browseldap.c
5614                 Fix "Browse Entry" (did anyone use it?)
5615         * src/wizard.c
5616                 Add guards for mandatory information
5617
5618 2005-11-23 [paul]       1.9.100cvs29
5619
5620         * manual/advanced.xml
5621                 corrections to the English
5622
5623 2005-11-23 [colin]      1.9.100cvs28
5624
5625         * src/mimeview.c
5626                 Fix possible crash at exit. After the call to
5627                 gtk_container_remove(), the Viewer's widget has no
5628                 more parent so gtk+ automatically frees it and its
5629                 sons. If destroy_viewer() then try to access it,
5630                 problems ensue.
5631
5632 2005-11-22 [colin]      1.9.100cvs27
5633
5634         * src/compose.c
5635         * src/gtk/gtkaspell.c
5636                 Fix right-clicking on a misspelled word
5637                 Fix More... in suggestions menu
5638
5639 2005-11-22 [wwp]        1.9.100cvs26
5640
5641         * src/prefs_template.c
5642                 templates works: re-sort templates list when adding or replacing,
5643                 prevent from adding or replacing when the template name is empty
5644
5645 2005-11-21 [colin]      1.9.100cvs25
5646
5647         * src/addressbook.c
5648                 Fix some addressbook suckage (dnd, select all)
5649         * src/compose.c
5650         * src/gtk/gtkaspell.c
5651         * src/gtk/gtkaspell.h
5652                 Make the spellchecker menu work with the 
5653                 GtkTextView one instead of overriding it
5654
5655 2005-11-20 [paul]       1.9.100cvs24
5656
5657         * manual/handling.xml
5658                 proofread and corrected
5659
5660 2005-11-20 [paul]       1.9.100cvs23
5661
5662         * manual/Makefile
5663                 generate html as one file
5664         * manual/advanced.xml
5665                 fix output generation
5666                 reformat hidden options list
5667         * manual/manual.xml     ** REMOVED **
5668         * manual/sylpheed-claws-manual.xml      ** ADDED **
5669                 renamed
5670
5671 2005-11-18 [colin]      1.9.100cvs22
5672
5673         * src/prefs_account.c
5674                 Fix layout in news and mbox accounts
5675         * manual/account.xml
5676         * manual/advanced.xml
5677                 New contents for Paul to check :)
5678
5679 2005-11-18 [wwp]        1.9.100cvs21
5680
5681         * src/gtk/quicksearch.c
5682                 don't update extended quicksearch buttons twice
5683
5684 2005-11-18 [paul]       1.9.100cvs20
5685
5686         * src/textview.c
5687                 complete 1.9.100cvs19
5688
5689 2005-11-18 [paul]       1.9.100cvs19
5690
5691         * src/compose.c
5692                 cosmetic improvements
5693         * src/textview.c
5694                 also list text/* attachments
5695
5696 2005-11-18 [colin]      1.9.100cvs18
5697
5698         * src/summaryview.c
5699                 Use column 0 instead of -1 in 
5700                 gtk_ctree_node_moveto, in a naive
5701                 hope it'll fix the gtk-related crashes
5702
5703 2005-11-18 [colin]      1.9.100cvs17
5704
5705         * src/gtk/inputdialog.c
5706                 Fix icon staying the first one
5707
5708 2005-11-17 [wwp]        1.9.100cvs16
5709                 fix possible problem showing some quicksearch buttons, and a bad
5710                 call to g_return_if_fail in a function that returns a value (both
5711                 fixes by Fabien Vantard)
5712
5713 2005-11-15 [wwp]        1.9.100cvs15
5714
5715         * src/gtk/quicksearch.c
5716                 added a tooltip to that obscure ... quicksearch button
5717
5718 2005-11-15 [wwp]        1.9.100cvs14
5719
5720         * src/gtk/quicksearch.c
5721                 add a quicksearch helper to filtering expression users: the ... button
5722                 raises the condition expr window. condition expressions set up w/ this
5723                 window are used by the quicksearch if the user closes it pressing OK.
5724
5725 2005-11-14 [paul]       1.9.100cvs13
5726
5727         * src/plugins/clamav/clamav_plugin.c
5728         * src/plugins/spamassassin/spamassassin.c
5729                 change plugin type following recent merging
5730
5731 2005-11-14 [wwp]        1.9.100cvs12
5732
5733         * src/folder.c
5734                 prevent from crashing when copying/moving message(s) from and
5735                 to the same folder
5736
5737 2005-11-14 [paul]       1.9.100cvs11
5738
5739         * src/plugins/clamav/Makefile.am
5740         * src/plugins/clamav/clamav_plugin.c
5741         * src/plugins/clamav/clamav_plugin.h
5742         * src/plugins/clamav/clamav_plugin_gtk.c
5743                 also merge clamav and clamav_gtk plugins
5744
5745 2005-11-13 [colin]      1.9.100cvs10
5746
5747         * configure.ac
5748         * src/plugins/spamassassin/Makefile.am
5749         * src/plugins/spamassassin/spamassassin.c
5750         * src/plugins/spamassassin/spamassassin.h
5751         * src/plugins/spamassassin/spamassassin_gtk.c
5752                 Merge spamassassin and spamassassin_gtk plugins,
5753                 and build it by default.
5754
5755 2005-11-12 [colin]      1.9.100cvs9
5756
5757         * src/etpan/imap-thread.c
5758                 Fix gcc warning
5759
5760 2005-11-12 [colin]      1.9.100cvs8
5761
5762         * src/procmime.c
5763                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
5764
5765 2005-11-10 [colin]      1.9.100cvs7
5766
5767         * src/main.c
5768                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
5769                 minimised state)
5770
5771 2005-11-10 [wwp]        1.9.100cvs6
5772
5773         * src/gtk/description_window.c
5774                 fix a crash when closing description windows using the WM's [X] button
5775
5776 2005-11-09 [colin]      1.9.100cvs5
5777
5778         * src/common/ssl.c
5779                 Update libetpan call to follow upstream
5780                 (yes, this requires libetpan-0.40cvs3)
5781
5782 2005-11-08 [colin]      1.9.100cvs4
5783
5784         * src/compose.c
5785         * src/textview.c
5786         * src/common/utils.c
5787         * src/common/utils.h
5788                 Enhance the email parser
5789
5790 2005-11-08 [colin]      1.9.100cvs3
5791
5792         * src/procmime.c
5793                 Fix what looks like an off-by-one (fixes 
5794                 attachments from the Bat)
5795
5796 2005-11-08 [wwp]        1.9.100cvs2
5797
5798         * src/main.c
5799                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
5800
5801 2005-11-08 [wwp]        1.9.100cvs1
5802
5803         * src/main.c
5804                 allow exiting Sylpheed-Claws from command-line
5805
5806 2005-11-08 [paul]       1.9.100
5807
5808         1.9.100 released
5809
5810 2005-11-07 [colin]      1.9.99cvs17
5811
5812         * src/addritem.c
5813         * src/ldif.c
5814                 Fix import of base-64 encoded items
5815
5816 2005-11-07 [colin]      1.9.99cvs16
5817
5818         * src/send_message.c
5819                 Fix bug #314 (Queue does not empty under certain 
5820                 circumstances)
5821
5822 2005-11-07 [paul]       1.9.99cvs15
5823
5824         * src/mutt.c
5825         * src/pine.c
5826                 fix buffer overflows
5827                 Thanks to Colin
5828
5829 2005-11-07 [paul]       1.9.99cvs14
5830
5831         * doc/man/Makefile.am
5832         * doc/man/sylpheed-claws.1      ** ADDED **
5833         * doc/man/sylpheed.1            ** DELETED **
5834                 rename and update the man file
5835
5836 2005-11-06 [colin]      1.9.99cvs13
5837
5838         * src/ldif.c
5839                 Fix ldif_get_line() that returned empty strings
5840                 (Didn't understand why). Also fix a possible
5841                 buffer overflow.
5842
5843 2005-11-06 [wwp]        1.9.99cvs12
5844
5845         * src/textview.c
5846         * src/gtk/about.c
5847         * src/gtk/gtkutils.c
5848         * src/gtk/gtkutils.h
5849                 fix a compilation warning,
5850                 make links sensitive in the about dialog
5851
5852 2005-11-04 [wwp]        1.9.99cvs11
5853
5854         * src/gtk/about.c
5855                 don't wrap or translate URIs, and a bit text format cleanup
5856
5857 2005-11-04 [wwp]        1.9.99cvs10
5858
5859         * src/gtk/about.c
5860                 better textview tagging implementation (no more use of marks for
5861                 postponed tagging)
5862
5863 2005-11-02 [colin]      1.9.99cvs9
5864
5865         * src/common/ssl.c
5866                 Forgot an ifdef
5867
5868 2005-11-02 [colin]      1.9.99cvs8
5869
5870         * configure.ac
5871                 Require libetpan-0.40 due to upstream fix
5872         * src/common/ssl.c
5873                 Tell libetpan not to call SSL_Library_Init,
5874                 as we do it ourselves.
5875
5876 2005-11-02 [colin]      1.9.99cvs7
5877
5878         * po/POTFILES.in
5879                 Add missing files (thanks to Fabien Vantard)
5880
5881 2005-11-02 [colin]      1.9.99cvs6
5882
5883         * src/summaryview.c
5884                 Fix totals when read messages are hidden or quicksearch
5885                 is on
5886         * src/ssl_manager.c
5887         * src/ssl_manager.h
5888         * src/common/ssl_certificate.c
5889         * src/common/ssl_certificate.h
5890         * src/gtk/sslcertwindow.c
5891         * src/gtk/sslcertwindow.h
5892                 Fix copyright on my stuff
5893
5894 2005-11-02 [wwp]        1.9.99cvs5
5895
5896         * src/prefs_themes.c
5897                 fix directory name checking (theme installation/removal),
5898                 made related error a bit more verbose
5899
5900 2005-11-02 [colin]      1.9.99cvs4
5901
5902         * src/summaryview.c
5903                 Fix typo (probably fixes bug #841 (Sort by the From 
5904                 field doesn't work)
5905
5906 2005-11-02 [paul]       1.9.99cvs3
5907
5908         * po/ko.po
5909         * po/nb.po
5910                 updated by SungHyun Nam, Geir Helland
5911         * src/wizard.c
5912                 fix typo in welcome message. spotted by
5913                 Andrea Spadaccini
5914
5915 2005-11-01 [colin]      1.9.99cvs2
5916
5917         * src/compose.c
5918                 Fix replying to ml wen confirming subscription
5919         * src/messageview.c
5920         * src/mimeview.c
5921         * src/mimeview.h
5922         * src/privacy.h
5923         * src/summaryview.c
5924                 Make key check non blocking
5925
5926 2005-10-31 [paul]       1.9.99cvs1
5927
5928         * tools/claws.i18n.status.pl
5929                 updated for ChangeLog
5930
5931 2005-10-31 [paul]       1.9.99
5932
5933         1.9.99 released
5934
5935 2005-10-31 [paul]       1.9.15cvs131
5936
5937         * .cvsignore
5938         * ChangeLog
5939         * ChangeLog.claws       ** REMOVED **
5940         * ChangeLog-gtk2.claws  ** REMOVED **
5941         * ChangeLog.gtk1        ** ADDED **
5942         * INSTALL
5943         * Makefile.am
5944         * NEWS
5945         * README
5946         * README.claws          ** REMOVED **
5947         * README.jp             ** REMOVED **
5948         * RELEASE_NOTES         ** ADDED **
5949         * RELEASE_NOTES.claws   ** REMOVED **
5950         * commitHelper
5951         * configure.ac
5952         * sylpheed.spec.in      ** REMOVED **
5953                 tidy up and update the default docs:
5954                 ChangeLog.claws is renamed ChangeLog.gtk1
5955                 ChangeLog-gtk2.claws is renamed ChangeLog
5956                 README.claws is renamed README
5957                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
5958
5959 2005-10-31 [paul]       1.9.15cvs130
5960
5961         * po/it.po
5962                 fix errors
5963
5964 2005-10-31 [paul]       1.9.15cvs129
5965
5966         * po/ca.po
5967         * po/de.po
5968         * po/en_GB.po
5969         * po/fr.po
5970         * po/it.po
5971         * po/pt_BR.po
5972         * po/sk.po
5973         * po/sr.po
5974         * po/zh_CN.po
5975                 updated by Miquel Oliete, Stephan Sachse and
5976                 Thomas Gilgin, me, Fabien Vantard, Andrea
5977                 Spadaccini, Frederico Goncalves Guimaraes,
5978                 Andrej Kacian, Aleksandar Urosevic, and
5979                 Ralgh Young.
5980
5981 2005-10-31 [mones]      1.9.15cvs128
5982
5983         * manual/faq.xml
5984                 More questions.
5985         
5986         * po/es.po
5987                 Updated for release.
5988
5989 2005-10-30 [colin]      1.9.15cvs127
5990
5991         * src/compose.c
5992                 Place cursor before rewrapping (fixes cursor
5993                 pos if quotation gets rewrapped)
5994
5995 2005-10-29 [paul]       1.9.15cvs126
5996
5997         * src/crash.c
5998         * src/foldersel.c
5999         * src/main.c
6000         * src/messageview.c
6001         * src/toolbar.c
6002         * src/gtk/authors.h
6003                 corrections to text items
6004
6005 2005-10-28 [colin]      1.9.15cvs125
6006
6007         * src/messageview.c
6008                 Make "hit 'C' to check sig" work from extern 
6009                 messageviews
6010
6011 2005-10-27 [colin]      1.9.15cvs124
6012
6013         * src/summaryview.c
6014                 Add a hack to avoid segfaulting when hammering 
6015                 on gtk's events
6016
6017 2005-10-27 [wwp]        1.9.15cvs123
6018
6019         * src/prefs_themes.c
6020                 sort list of themes names in themes prefs
6021
6022 2005-10-27 [paul]       1.9.15cvs122
6023
6024         * src/folder.c
6025         * src/prefs_account.c
6026                 fix building on Solaris
6027                 Patch by Alex Moore
6028
6029 2005-10-27 [wwp]        1.9.15cvs121
6030
6031         * src/summaryview.c
6032         * src/gtk/gtksctree.c
6033                 speed up unselecting messages in summary view (thanks to Colin)
6034
6035 2005-10-27 [paul]       1.9.15cvs120
6036
6037         * src/mainwindow.c
6038                 fix a compilation warning
6039         * src/summaryview.c
6040                 fix updating of 'n items selected' count
6041                 when deselecting
6042
6043 2005-10-27 [martin]     1.9.15cvs119
6044
6045         * src/action.c
6046                 ignore actions with a leading '/' in the action menu name
6047                 fixes a crash on menu creation
6048         * src/prefs_actions.c
6049                 do not allow a leading '/' in the action menu name
6050
6051 2005-10-27 [paul]       1.9.15cvs118
6052
6053         * src/main.c
6054                 fix compilation warning
6055
6056 2005-10-27 [paul]       1.9.15cvs117
6057
6058         * src/procmime.c
6059                 add #if HAVE_LOCALE_H
6060
6061 2005-10-27 [paul]       1.9.15cvs116
6062
6063         * src/plugins/clamav/clamav_plugin.c
6064         * src/plugins/dillo_viewer/dillo_viewer.c
6065         * src/plugins/mathml_viewer/mathml_viewer.c
6066         * src/plugins/pgpcore/plugin.c
6067         * src/plugins/pgpinline/plugin.c
6068         * src/plugins/pgpmime/plugin.c
6069         * src/plugins/spamassassin/spamassassin.c
6070         * src/plugins/trayicon/trayicon.c
6071                 plugin_init() : make error messages more
6072                 informative
6073
6074 2005-10-26 [wwp]        1.9.15cvs115
6075
6076         * src/prefs_matcher.c
6077                 enlarge boolean op widget width a bit (wasn't always showing text contents)
6078
6079 2005-10-26 [wwp]        1.9.15cvs114
6080
6081         * src/procmime.c
6082         * src/gtk/gtksctree.c
6083         * src/plugins/spamassassin/libspamc.c
6084         * src/plugins/spamassassin/spamassassin.c
6085                 fix some compilation warnings more
6086
6087 2005-10-26 [mones]      1.9.15cvs113
6088
6089         * po/es.po
6090                 Updated translation
6091
6092 2005-10-26 [paul]       1.9.15cvs112
6093
6094         * src/prefs_message.c
6095                 give all display_xface stuff the
6096                 #if HAVE_LIBCOMPFACE treatment, thus
6097                 preventing a crash
6098                 (Thanks to Wolfgang Enderlein)
6099
6100 2005-10-26 [colin]      1.9.15cvs111
6101
6102         * src/gedit-print.c
6103                 Fix date format
6104         * src/imap_gtk.c
6105         * src/news_gtk.c
6106                 Remove context menu items that should not be there
6107         * src/jpilot.c
6108                 Fix encoding
6109         * src/main.c
6110         * src/mainwindow.c
6111                 Don't show the mainwindow too soon
6112
6113 2005-10-26 [wwp]        1.9.15cvs110
6114
6115         * src/folder.c
6116         * src/manual.c
6117         * src/summaryview.c
6118                 fix uninitialized pointers in the folder updating hook
6119                 (thanks to Colin)
6120
6121 2005-10-25 [mones]      1.9.15cvs109
6122
6123         * manual/faq.xml
6124                 General information subsection completed. 
6125                 Removed archaic references.
6126                 
6127         * manual/Makefile
6128         * manual/dtd/manual.dsl
6129                 Added customization stylesheet for getting paragraphs
6130                 fully justified in PDF output (as suggested by Colin).
6131
6132 2005-10-25 [colin]      1.9.15cvs108
6133
6134         * src/compose.c
6135                 Fix a second leak
6136
6137 2005-10-25 [colin]      1.9.15cvs107
6138
6139         * src/addrbook.c
6140         * src/addrindex.c
6141                 Fix leak (xml_get_element() allocates memory)
6142         * src/compose.c
6143                 Fix leak + dead code (shame!)
6144         * src/procmime.c
6145                 Fix leak
6146
6147 2005-10-25 [colin]      1.9.15cvs106
6148
6149         * src/mimeview.c
6150                 Fix encoding issue in Save all and in 
6151                 overwrite-confirmation alertpanel
6152
6153 2005-10-25 [colin]      1.9.15cvs105
6154
6155         * src/common/socket.c
6156                 Fix a leak - Thanks to Christopher Aillon
6157                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
6158
6159 2005-10-25 [paul]       1.9.15cvs104
6160
6161         * src/wizard.c
6162                 Always guess servers from the right-hand
6163                 email part and guess username from the
6164                 left-hand part. (Thanks to Colin)
6165                 add an X-Face to the welcome message
6166
6167 2005-10-25 [paul]       1.9.15cvs103
6168
6169         * manual/handling.xml
6170                 written by Colin, edited by me
6171
6172 2005-10-25 [wwp]        1.9.15cvs102
6173
6174         * src/folderview.c
6175         * src/grouplistdialog.c
6176         * src/imap.c
6177         * src/noticeview.c
6178                 fix some compilation warnings
6179
6180 2005-10-24 [paul]
6181
6182         1.9.99-rc3 released
6183
6184 2005-10-24 [paul]       1.9.15cvs101
6185
6186         * src/gtk/about.c
6187                 fix window sizing
6188
6189 2005-10-24 [paul]       1.9.15cvs100
6190
6191         * src/pixmaps/offline.xpm
6192         * src/pixmaps/online.xpm
6193                 replace with last default versions
6194
6195 2005-10-24 [colin]      1.9.15cvs99
6196
6197         * src/imap.c
6198                 Fix bug when moving a folder
6199         * src/imap_gtk.c
6200         * src/mh_gtk.c
6201                 "Delete folder" pops up a window, so it 
6202                 should be suffixed with "..."
6203         * src/plugins/pgpcore/sgpgme.c
6204                 Include locale.h
6205
6206 2005-10-24 [mones]      1.9.15cvs98
6207
6208         * manual/Makefile
6209         * manual/account.xml
6210         * manual/ack.xml
6211         * manual/addrbook.xml
6212         * manual/advanced.xml
6213         * manual/faq.xml
6214         * manual/glossary.xml
6215         * manual/gpl.xml
6216         * manual/handling.xml
6217         * manual/intro.xml
6218         * manual/keyboard.xml
6219         * manual/manual.xml
6220         * manual/plugins.xml
6221         * manual/starting.xml
6222         * manual/dtd/sdocbook.dtd
6223                 Initial manual structure and some content.
6224
6225 2005-10-23 [wwp]        1.9.15cvs97
6226
6227         * src/gtk/about.c
6228                 fix a typo
6229
6230 2005-10-23 [wwp]        1.9.15cvs96
6231
6232         * src/gtk/about.c
6233         * src/gtk/authors.h
6234                 rework of the about window (main work by Paul), also featuring a few
6235                 fixes for typos and duplicate names
6236
6237 2005-10-23 [wwp]        1.9.15cvs95
6238
6239         * src/.cvsignore
6240                 Ignore the right binary name (sylpheed-claws now)
6241
6242 2005-10-23 [paul]       1.9.15cvs94
6243
6244         * src/compose.c
6245                 when using Folder Pref 'Default To for
6246                 replies' make the entry in the Compose
6247                 window bold
6248                 Patch by Fabien Vantard
6249
6250 2005-10-22 [colin]      1.9.15cvs93
6251
6252         * src/codeconv.c
6253                 Fix leak
6254
6255 2005-10-22 [colin]      1.9.15cvs92
6256
6257         * src/codeconv.c
6258                 try to convert using locale (apart utf8) if necessary
6259
6260 2005-10-22 [colin]      1.9.15cvs91
6261
6262         * src/pixmaps/new.xpm
6263         * src/pixmaps/unread.xpm
6264                 Make the unread envelope blue again and
6265                 saturate the new one a bit more.
6266
6267 2005-10-22 [colin]      1.9.15cvs90
6268
6269         * src/compose.c
6270                 When replying to a mail sent by one of our accounts,
6271                 use the original list of recipients. Let 'Reply All'
6272                 and 'Reply to sender' work like previously.
6273
6274 2005-10-21 [colin]      1.9.15cvs89
6275
6276         * src/prefs_filtering.c
6277                 Clear fields after add and replace
6278         * src/textview.c
6279                 Display xface differently (better)
6280         * src/plugins/pgpinline/pgpinline.c
6281                 Fix crappy encodings/recodings
6282
6283 2005-10-21 [paul]       1.9.15cvs88
6284
6285         * src/compose.c
6286         * src/prefs_folder_item.c
6287         * src/toolbar.c
6288                 fix news folder Folder Properties
6289                 (thanks to Colin)
6290         * src/folderview.c
6291                 update folderview after Themes change
6292                 keep selected folder selected
6293                 (thanks to Colin)
6294
6295 2005-10-21 [paul]       1.9.15cvs87
6296
6297         * tools/Makefile.am
6298         * tools/OOo2sylpheed.pl
6299         * tools/README
6300         * tools/README.sylprint
6301         * tools/asus_mailled.sh         ** REMOVED **
6302         * tools/filter_conv.pl
6303         * tools/freshmeat_search.pl
6304         * tools/google_search.pl
6305         * tools/gpg-sign-syl            ** REMOVED **
6306         * tools/kmail2sylpheed.pl
6307         * tools/kmail2sylpheed_v2.pl
6308         * tools/multiwebsearch.pl
6309         * tools/nautilus2sylpheed.sh
6310         * tools/newscache_clean.pl
6311         * tools/outlook2sylpheed.pl
6312         * tools/sylpheed-switcher       ** REMOVED **
6313         * tools/sylprint.pl
6314         * tools/sylprint.rc
6315         * tools/tb2sylpheed
6316         * tools/vcard2xml.py
6317         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6318                 update default config dir
6319                 update binary name (thanks to Fabien Vantard)
6320                 remove obsolete scripts
6321
6322 2005-10-21 [colin]      1.9.15cvs86
6323
6324         * src/inc.c
6325                 Fix possible leak and units. Based on a patch by
6326                 Fabien Vantard.
6327
6328 2005-10-20 [colin]      1.9.15cvs85
6329
6330         * src/textview.c
6331                 Clear xface when clearing textview
6332
6333 2005-10-20 [colin]      1.9.15cvs84
6334
6335         * configure.ac
6336         * src/folderview.c
6337         * src/headerview.c
6338         * src/main.c
6339         * src/prefs_common.c
6340         * src/prefs_common.h
6341         * src/prefs_message.c
6342         * src/textview.c
6343         * src/textview.h
6344         * src/common/defs.h
6345         * src/common/utils.c
6346         * src/common/utils.h
6347         * src/gtk/gtkutils.c
6348         * src/gtk/gtkutils.h
6349                 Migrate config to .sylpheed-claws (Automatically)
6350                 Add a way to get the Xface in the TextView
6351
6352 2005-10-20 [colin]      1.9.15cvs83
6353
6354         * src/gtk/Makefile.am
6355         * src/gtk/about.c
6356         * src/gtk/authors.h
6357                 Make the about dialog *grooovy*
6358
6359 2005-10-20 [colin]      1.9.15cvs82
6360
6361         * src/mimeview.c
6362                 Use "Open with" on double click if no command
6363                 was found
6364
6365 2005-10-20 [colin]      1.9.15cvs81
6366
6367         * src/imap.c
6368         * src/etpan/imap-thread.c
6369                 Fix possible crash.
6370
6371 2005-10-20 [paul]       1.9.15cvs80
6372
6373         * src/folder.c
6374                 don't show clipkey icon if the only
6375                 attachment is the signature
6376                 Patch by Colin
6377
6378 2005-10-20 [paul]       1.9.15cvs79
6379
6380         * AUTHORS
6381         * src/plugins/pgpmime/pgpmime.c
6382                 name the PGP/MIME signature 'signature.asc'
6383                 Patch by Andrew Nelson <freeandy@gmail.com>
6384
6385 2005-10-19 [colin]      1.9.15cvs78
6386
6387         * src/plugins/pgpmime/pgpmime.c
6388                 Oops, no need to double-check though
6389
6390 2005-10-19 [colin]      1.9.15cvs77
6391
6392         * src/plugins/pgpinline/pgpinline.c
6393         * src/plugins/pgpmime/pgpmime.c
6394                 Check that my_tmpfile() doesn't 
6395                 return NULL
6396
6397 2005-10-19 [colin]      1.9.15cvs76
6398
6399         * src/common/utils.c
6400                 Use shorter mime boundaries to avoid having
6401                 MTAs rewrapping our headers, breaking the
6402                 PGP signature in the process 
6403         * src/compose.c
6404         * src/plugins/pgpmime/pgpmime.c
6405                 Check for boundary uniqueness to be sure
6406                 it won't happen, instead of hoping for the
6407                 best
6408
6409 2005-10-19 [colin]      1.9.15cvs75
6410
6411         * sylpheed-claws.desktop
6412         * src/Makefile.am
6413         * src/main.c
6414                 Ship a sylpheed-claws binary instead
6415                 of a sylpheed one. Change the socket
6416                 name, too
6417         * src/folderview.c
6418                 Update folder only if it changed
6419         * src/wizard.c
6420                 Fix i18n in welcome mail, patch by
6421                 Fabien Vantard
6422
6423 2005-10-19 [paul]
6424
6425         1.9.99-rc2 released
6426
6427 2005-10-19 [paul]       1.9.15cvs74
6428
6429         * src/folder.c
6430         * src/folderview.c
6431                 fix summaryview update
6432                 Patch by Colin
6433
6434 2005-10-18 [colin]      1.9.15cvs73
6435
6436         * src/plugins/pgpcore/passphrase.c
6437                 Don't XGrabServer, and try a bit more to 
6438                 sync everything before grabbing mouse/keyboard
6439
6440 2005-10-18 [colin]      1.9.15cvs72
6441
6442         * src/Makefile.am
6443         * src/addressadd.c
6444         * src/addressbook.c
6445         * src/folderview.c
6446         * src/grouplistdialog.c
6447         * src/mimeview.c
6448         * src/stock_pixmap.c
6449         * src/stock_pixmap.h
6450         * src/summaryview.c
6451         * src/gtk/gtksctree.c
6452         * src/gtk/gtksctree.h
6453         * src/pixmaps/empty.xpm
6454                 Implement a wrapper call for gtk_ctree_set_node_info
6455                 and gtk_ctree_insert_node, that uses a 1x1 transparent
6456                 pixmap instead of a NULL one. This works around some
6457                 memory problems deep inside gtk, revealed by valgrind,
6458                 and fixes bug #834 (Pressing CTRl-D on a message marked 
6459                 as locked crashes sylpheed.), as well as, probably, 
6460                 wwp's 4th dimension problems that happen in gtk_ctree_*.
6461
6462 2005-10-17 [colin]      1.9.15cvs71
6463
6464         * src/mimeview.c
6465                 Provide visual feedback when checking
6466                 signature
6467
6468 2005-10-17 [colin]      1.9.15cvs70
6469
6470         * src/main.c
6471                 Keep the folder list frozen while checking caches...
6472
6473 2005-10-17 [colin]      1.9.15cvs69
6474
6475         * src/addr_compl.c
6476                 Fi bug #833 (Autocompleting from addressbook 
6477                 fails with extended chars)
6478         * src/imap.c
6479                 Fix 'adding messages' staying in statusbar
6480                 after an error
6481
6482 2005-10-17 [wwp]        1.9.15cvs68
6483
6484         * src/ssl_manager.c
6485                 Fix buttons' layout resizing when window size changes
6486
6487 2005-10-17 [wwp]        1.9.15cvs67
6488
6489         * src/account.c
6490         * src/prefs_account.c
6491         * src/prefs_common.c
6492         * src/prefs_common.h
6493         * src/prefs_folder_item.c
6494         * src/prefs_gtk.c
6495         * src/gtk/logwindow.c
6496         * src/gtk/pluginwindow.c
6497         * src/gtk/prefswindow.c
6498         * src/gtk/prefswindow.h
6499                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
6500
6501 2005-10-17 [paul]       1.9.15cvs66
6502
6503         * configure.ac
6504                 fix missing libetpan message
6505         * po/en_GB.po
6506                 updated
6507         * src/crash.c
6508         * src/manual.c
6509         * src/prefs_themes.c
6510         * src/common/defs.h
6511                 add some new URI defines, change some
6512                 others
6513         * src/wizard.c
6514                 make welcome message translatable
6515                 small improvements to english
6516                 other tweaks
6517         * src/gtk/menu.c
6518                 fix warnings
6519
6520 2005-10-17 [paul]       1.9.15cvs65
6521
6522         * src/summaryview.c
6523                 fix column titles
6524
6525 2005-10-16 [mones]      1.9.15cvs64
6526
6527         * po/es.po
6528                 Updated translation
6529
6530 2005-10-16 [colin]
6531
6532         1.9.99-rc1 released
6533
6534 2005-10-16 [colin]      1.9.15cvs63
6535
6536         * src/wizard.c
6537                 Fix whitespace
6538
6539 2005-10-16 [colin]      1.9.15cvs62
6540
6541         * src/toolbar.c
6542                 s/Get All/Get Mail/
6543         * src/wizard.c
6544                 Real welcome mail text, thanks Paul
6545
6546 2005-10-16 [colin]      1.9.15cvs61
6547
6548         * src/editldap.c
6549         * src/exporthtml.c
6550         * src/main.c
6551         * src/mainwindow.c
6552         * src/prefs_themes.c
6553         * src/prefs_toolbar.c
6554         * src/plugins/demo/demo.c
6555         * src/plugins/trayicon/trayicon.c
6556                 s/Sylpheed/Sylpheed-Claws/
6557
6558 2005-10-16 [colin]      1.9.15cvs60
6559
6560         * src/wizard.c
6561                 Add a welcome email in the first empty mailbox
6562         * src/prefs_common.c
6563                 Change one more default
6564
6565 2005-10-16 [colin]      1.9.15cvs59
6566
6567         * src/wizard.c
6568                 Remove printf
6569
6570 2005-10-16 [colin]      1.9.15cvs58
6571
6572         * src/toolbar.c
6573         * src/prefs_common.c
6574                 Change some defaults
6575
6576 2005-10-16 [colin]      1.9.15cvs57
6577
6578         * src/toolbar.c
6579         * src/prefs_common.c
6580                 Change some defaults
6581
6582 2005-10-16 [colin]      1.9.15cvs56
6583
6584         * src/wizard.c
6585                 By default, initialize fonts to have
6586                 the same size as normal GtkWidgets
6587
6588 2005-10-16 [colin]      1.9.15cvs55
6589
6590         * src/mimeview.c
6591                 Fix message a bit more
6592
6593 2005-10-16 [colin]      1.9.15cvs54
6594
6595         * src/addressbook.c
6596                 Second attempt at flicker fixing
6597
6598 2005-10-16 [colin]      1.9.15cvs53
6599
6600         * src/addressbook.c
6601                 Fix flicker
6602
6603 2005-10-16 [wwp]        1.9.15cvs52
6604
6605         * src/addressbook.c
6606         * src/editaddress.c
6607         * src/prefs_common.c
6608         * src/prefs_common.h
6609                 Remember window sizes (address book)
6610
6611 2005-10-16 [wwp]        1.9.15cvs51
6612
6613         * src/plugins/clamav/clamav_plugin_gtk.c
6614         * src/plugins/spamassassin/spamassassin_gtk.c
6615                 Fix compilation warnings (missing #include).
6616
6617 2005-10-16 [colin]      1.9.15cvs50
6618
6619         * src/mimeview.c
6620         * src/summaryview.c
6621         * src/textview.c
6622                 Make 'c' check signature, and forward
6623                 c, l, y, t from summaryview to mimeview
6624
6625 2005-10-16 [colin]      1.9.15cvs49
6626
6627         * src/addressbook.c
6628                 Put border around buttons
6629         * src/mainwindow.c
6630         * src/summaryview.c
6631                 Rework menus (Patch based on a patch
6632                 by Paul)
6633
6634 2005-10-15 [wwp]        1.9.15cvs48
6635
6636         * src/editjpilot.c
6637         * src/editldap.c
6638         * src/editvcard.c
6639         * src/exphtmldlg.c
6640         * src/expldifdlg.c
6641         * src/export.c
6642         * src/import.c
6643         * src/importldif.c
6644         * src/importmutt.c
6645         * src/importpine.c
6646         * src/prefs_account.c
6647         * src/prefs_spelling.c
6648         * src/gtk/gtkutils.c
6649         * src/gtk/gtkutils.h
6650         * src/plugins/clamav/clamav_plugin_gtk.c
6651         * src/plugins/spamassassin/spamassassin_gtk.c
6652                 use nicer browse-for-file/dir buttons than the "..." ones,
6653                 code factorizing more.
6654
6655 2005-10-14 [colin]      1.9.15cvs47
6656
6657         * src/mainwindow.c
6658                 set relief on the account switcher so that people see it
6659                 grey out Create processing rules when no message is selected
6660         * src/prefs_filtering.c
6661                 ask before closing if the rule has not been modified, even if
6662                 it's not valid
6663         * src/prefs_matcher.c
6664                 fix sensitivity when entering the dialog
6665         * src/gtk/inputdialog.c
6666                 display a better icon on password ask
6667         * src/plugins/pgpcore/passphrase.c
6668                 make the dialog look better
6669
6670 2005-10-14 [paul]       1.9.15cvs46
6671
6672         * src/folderview.c
6673                 indicate presense of marked msgs in
6674                 unexpanded subfolders
6675
6676 2005-10-14 [paul]       1.9.15cvs45
6677
6678         * src/prefs_actions.c
6679         * src/prefs_common.c
6680         * src/prefs_common.h
6681         * src/prefs_filtering_action.c
6682         * src/prefs_matcher.c
6683         * src/prefs_template.c
6684                 remember window sizes
6685                 fix Info button size
6686
6687         Patches by wwp
6688
6689 2005-10-13 [colin]      1.9.15cvs44
6690
6691         * src/mimeview.c
6692         * src/noticeview.c
6693         * src/noticeview.h
6694                 Add a tooltip on the icon (optional) 
6695                 Get rid of the signature buttons and only
6696                 use the icon+tooltip
6697
6698 2005-10-13 [colin]      1.9.15cvs43
6699
6700         * src/noticeview.c
6701         * src/noticeview.h
6702                 Add hand cursor for hovering over icon
6703
6704 2005-10-13 [colin]      1.9.15cvs42
6705
6706         * src/summaryview.c
6707                 Fix crash when quicksearch's hidden 
6708                 at startup
6709
6710 2005-10-13 [colin]      1.9.15cvs41
6711
6712         * src/compose.c
6713                 Set subject when forwarding multiple mails
6714                 Check that other recipient than the default Cc or Bcc
6715                 have been set before sending.
6716
6717 2005-10-13 [colin]      1.9.15cvs40
6718
6719         * src/imap.c
6720                 Batch per-folder
6721                 Introduce locking, but don't use it yet
6722
6723 2005-10-13 [colin]      1.9.15cvs39
6724
6725         * src/gtk/quicksearch.c
6726                 Reset quicksearch when hiding it
6727                 Make sticky a real pref
6728
6729 2005-10-13 [colin]      1.9.15cvs38
6730
6731         * src/summaryview.c
6732                 Faster prefs apply
6733
6734 2005-10-13 [colin]      1.9.15cvs37
6735
6736         * src/mimeview.c
6737         * src/noticeview.c
6738         * src/noticeview.h
6739         * src/plugins/pgpcore/sgpgme.c
6740                 Make privacy icon clickable
6741                 Move Trust field in Full info
6742                 When trust is less than full, don't display
6743                 a warning icon
6744
6745 2005-10-13 [colin]      1.9.15cvs36
6746
6747         * src/folder.c
6748                 Batch on flags sync
6749         * src/folderview.c
6750                 Revert speed hack which is dangerous in fact
6751                 Apply prefs faster
6752
6753 2005-10-13 [colin]      1.9.15cvs35
6754
6755         * src/folder_item_prefs.c
6756                 Fix pref corruption on folder move. Patch
6757                 by wwp
6758
6759 2005-10-13 [paul]       1.9.15cvs34
6760
6761         * src/export.c
6762         * src/import.c
6763                 fix typos in g_warnings
6764         * src/prefs_account.c
6765                 add a file selector for Signature file
6766
6767         Patches by wwp
6768
6769 2005-10-12 [colin]      1.9.15cvs33
6770
6771         * src/mimeview.c
6772                 Provide a quick way to go back from a
6773                 signature's full info to the email part
6774
6775 2005-10-12 [colin]      1.9.15cvs32
6776
6777         * src/compose.c
6778                 Remove old hack of encoding signed mails with base64.
6779                 QP works equally well.
6780
6781 2005-10-12 [colin]      1.9.15cvs31
6782
6783         * src/crash.c
6784                 Replace deprecated GtkText with GtkTextView
6785         * src/imap.c
6786                 Fix a logic bug about counts in imap_select
6787                 (previously un-triggered)
6788         * src/mainwindow.c
6789         * src/summaryview.c
6790         * src/news.c
6791                 Allow local deletion of news posts
6792         * src/mimeview.c
6793                 Show GPG noticeview on the message/rfc822 part
6794                 in addition to the text/plain one
6795         * src/prefs_image_viewer.c
6796           src/plugins/pgpcore/prefs_gpg.c
6797                 Polish (set the label as part of the checkbox)
6798         * src/wizard.c
6799                 Don't sit there doing nothing after destroying
6800                 the window - return err
6801
6802 2005-10-11 [colin]      1.9.15cvs30
6803
6804         * src/folderview.c
6805                 Apply processing rules before showing folders.
6806                 Early folder show (before flags sync) will only
6807                 be done when there are no processing rules (nor
6808                 pre- or post- ones)
6809         * src/imap.c
6810                 Fix stuff related to mail subdir, creation and 
6811                 deletion of folders 
6812         * src/imap_gtk.c
6813                 Don't allow creation of folders in NoInferior
6814                 folders, as it won't work
6815
6816 2005-10-10 [colin]      1.9.15cvs29
6817
6818         * src/compose.c
6819                 Reselect "None" Privacy system when selecting an
6820                 account with no privacy system defined
6821
6822 2005-10-10 [colin]      1.9.15cvs28
6823
6824         * src/mainwindow.c
6825                 Add Windows-1252 encoding
6826         * src/prefs_common.c
6827                 Rework some defaults:
6828                 - autosave to draft by default
6829                 - don't show header pane (it's already in the textview)
6830                 - Select first new or unread mail on entry
6831                 - Assume 'Yes' to change folder when there's no more
6832                   unread message
6833         * src/prefs_matcher.c
6834                 Fix a gtk assertion failure
6835         * src/gtk/colorlabel.c
6836                 Workaround bad repainting on selection
6837         * src/main.c
6838                 Freeze/thaw (a bit faster on ssh -X)
6839         * src/msgcache.c
6840                 Get rid of StrdupConverter that just adds an
6841                 extra strdup/free 
6842         * src/etpan/imap_thread.c
6843                 memset buf to 0
6844
6845 2005-10-10 [colin]      1.9.15cvs27
6846
6847         * src/export.c
6848         * src/import.c
6849                 Fix compile on gtk 2.4. Patch by wwp
6850
6851 2005-10-09 [colin]      1.9.15cvs26
6852
6853         * src/mainwindow.c
6854         * src/messageview.c
6855         * src/summaryview.c
6856                 Clarify forward menus. Patch by wwp
6857
6858 2005-10-09 [colin]      1.9.15cvs25
6859
6860         * src/compose.c
6861         * src/compose.h
6862                 Fix bug #829 (Non-working "Encrypt message by 
6863                 default when replying to an encrypted message")
6864
6865 2005-10-08 [colin]      1.9.15cvs24
6866
6867         * src/wizard.c
6868                 Fix bug #827 ("Welcome" setup wizard after a 
6869                 permission error gives up & forgets itself.)
6870
6871 2005-10-08 [colin]      1.9.15cvs23
6872
6873         * src/procmime.c
6874                 Fix bug #828 (Ignoring headers with spaces around = sign)
6875
6876 2005-10-08 [colin]      1.9.15cvs22
6877
6878         * src/export.c
6879                 Warning fix by wwp
6880
6881 2005-10-08 [colin]      1.9.15cvs21
6882
6883         * src/folder.c
6884         * src/folder.h
6885                 Add a processing_pending indicator, set on 
6886                 folder_item_open and cleared after 
6887                 folder_item_process_open
6888         * src/folderview.c
6889         * src/summaryview.c
6890                 wrap procmsg_msginfo_*_flags, and in the
6891                 wrapper check that there's no folder processing 
6892                 pending. If there is, defer the flags change until 
6893                 processing is done to avoid stepping over each
6894                 other's toes.
6895                 Freeze during processing, but not during scanning.
6896
6897 2005-10-07 [colin]      1.9.15cvs20
6898
6899         * src/plugins/pgpcore/passphrase.c
6900                 Fix bug #826 (X-Server hangs when 
6901                 right-clicking a PGP encrypted message)
6902
6903 2005-10-07 [paul]       1.9.15cvs19
6904
6905         * src/compose.c
6906                 fix compose_entries[]
6907                 patch by Fabien Vantard
6908
6909 2005-10-06 [colin]      1.9.15cvs18
6910
6911         * src/pixmaps/address.xpm
6912         * src/pixmaps/address_book.xpm
6913         * src/pixmaps/book.xpm
6914         * src/pixmaps/check_spelling.xpm
6915         * src/pixmaps/checkbox_off.xpm
6916         * src/pixmaps/checkbox_on.xpm
6917         * src/pixmaps/close.xpm
6918         * src/pixmaps/complete.xpm
6919         * src/pixmaps/continue.xpm
6920         * src/pixmaps/deleted.xpm
6921         * src/pixmaps/down_arrow.xpm
6922         * src/pixmaps/exec.xpm
6923         * src/pixmaps/forwarded.xpm
6924         * src/pixmaps/group.xpm
6925         * src/pixmaps/ignorethread.xpm
6926         * src/pixmaps/interface.xpm
6927         * src/pixmaps/jpilot.xpm
6928         * src/pixmaps/ldap.xpm
6929         * src/pixmaps/linewrap.xpm
6930         * src/pixmaps/linewrapcurrent.xpm
6931         * src/pixmaps/mail.xpm
6932         * src/pixmaps/mail_attach.xpm
6933         * src/pixmaps/mail_compose.xpm
6934         * src/pixmaps/mail_forward.xpm
6935         * src/pixmaps/mail_receive.xpm
6936         * src/pixmaps/mail_receive_all.xpm
6937         * src/pixmaps/mail_reply.xpm
6938         * src/pixmaps/mail_reply_to_all.xpm
6939         * src/pixmaps/mail_reply_to_author.xpm
6940         * src/pixmaps/mail_send.xpm
6941         * src/pixmaps/mail_send_queue.xpm
6942         * src/pixmaps/mime_application.xpm
6943         * src/pixmaps/mime_audio.xpm
6944         * src/pixmaps/mime_image.xpm
6945         * src/pixmaps/mime_message.xpm
6946         * src/pixmaps/mime_text_enriched.xpm
6947         * src/pixmaps/mime_text_html.xpm
6948         * src/pixmaps/mime_text_plain.xpm
6949         * src/pixmaps/mime_unknown.xpm
6950         * src/pixmaps/new.xpm
6951         * src/pixmaps/news_compose.xpm
6952         * src/pixmaps/offline.xpm
6953         * src/pixmaps/online.xpm
6954         * src/pixmaps/paste.xpm
6955         * src/pixmaps/preferences.xpm
6956         * src/pixmaps/privacy_emblem_encrypted.xpm
6957         * src/pixmaps/privacy_expired.xpm
6958         * src/pixmaps/privacy_failed.xpm
6959         * src/pixmaps/privacy_passed.xpm
6960         * src/pixmaps/privacy_signed.xpm
6961         * src/pixmaps/privacy_unknown.xpm
6962         * src/pixmaps/privacy_warn.xpm
6963         * src/pixmaps/properties.xpm
6964         * src/pixmaps/replied.xpm
6965         * src/pixmaps/search.xpm
6966         * src/pixmaps/unread.xpm
6967         * src/pixmaps/up_arrow.xpm
6968         * src/pixmaps/vcard.xpm
6969                 Modernize internal theme, with icons from the 
6970                 Gnomaws theme. Keep some of the old ones where
6971                 they were better.
6972
6973 2005-10-06 [colin]      1.9.15cvs17
6974
6975         * src/summaryview.c
6976                 Little optimisations + bugfix
6977         * src/toolbar.c
6978                 Remove default useless items - useless being defined
6979                 by the default relevant prefs
6980         * src/wizard.c
6981                 include config.h to make gettext work
6982         * src/prefs_themes.c
6983                 Fix selection of current theme in prefs
6984
6985 2005-10-06 [colin]      1.9.15cvs16
6986
6987         * src/prefs_common.c
6988         * src/prefs_common.h
6989         * src/prefs_summaries.c
6990         * src/folderview.c
6991                 Add a warning dialog on Mark all read 
6992                 (with pref to get rid of it)
6993
6994 2005-10-06 [paul]       1.9.15cvs15
6995
6996         * po/nb.po
6997         * po/pt_BR.po
6998                 updated by Geir Helland and Frederico
6999                 Goncalves Guimaraes
7000
7001 2005-10-05 [colin]      1.9.15cvs14
7002
7003         * src/folder.c
7004         * src/folder.h
7005         * src/folderview.c
7006         * src/folderview.h
7007         * src/imap_gtk.c
7008         * src/mh_gtk.c
7009         * src/mainwindow.c
7010         * src/setup.c
7011                 add a way to rescan without rebuilding
7012                 make moving a bit faster (less folders changes)
7013                 don't lock the tree on Get 
7014         * src/imap.c
7015                 Don't re-delete deleted messages before expunging
7016         * src/summaryview.c
7017                 Set batch mode when deleting mails
7018
7019 2005-10-05 [paul]       1.9.15cvs13
7020
7021         * src/mainwindow.c
7022         * src/mainwindow.h
7023                 fix disabled Execute menu item
7024         * src/toolbar.c
7025                 match the change in 1.9.15cvs10: use Compose
7026                 instead of News by default
7027
7028 2005-10-04 [colin]      1.9.15cvs12
7029
7030         * src/compose.c
7031                 When replying to an ML post with Reply-To set
7032                 to the poster's email, honor it (as before),
7033                 but also honor our user's request to reply to
7034                 the mailing list: set the ML address in the To
7035                 field and the Reply-To address in the Cc: 
7036                 field.
7037
7038 2005-10-04 [colin]      1.9.15cvs11
7039
7040         * src/plugins/trayicon/trayicon.c
7041                 Finish cosmetic change - thanks to wwp
7042
7043 2005-10-04 [colin]      1.9.15cvs10
7044
7045         * src/toolbar.c
7046                 Use Compose instead of Email by default.
7047                 Spotted by wwp.
7048
7049 2005-10-04 [colin]      1.9.15cvs9
7050
7051         * src/folder.c
7052         * src/folder.h
7053         * src/folderview.c
7054         * src/imap.c
7055         * src/etpan/imap-thread.c
7056         * src/etpan/imap-thread.h
7057                 Try to make IMAP faster, by simplifying SEARCH
7058                 commands, avoiding sending two STATUS in a row,
7059                 and deferring flags sync and processing just
7060                 after displaying the folder. 
7061                 This will update the SummaryView in certain
7062                 cases (new mails not already fetched, flags
7063                 changed from another client) but in a non-
7064                 blocking manner.
7065
7066 2005-10-04 [colin]      1.9.15cvs8
7067
7068         * src/plugins/trayicon/trayicon.c
7069                 Relabel "Offline" to "Work offline"
7070
7071 2005-10-04 [colin]      1.9.15cvs7
7072
7073         * src/export.c
7074         * src/import.c
7075         * src/mbox.c
7076                 Fix mbox import/export buglets
7077                 Patch by wwp
7078         * src/plugins/trayicon/trayicon.c
7079                 Add offline swithc
7080                 Patch by wwp
7081
7082 2005-10-04 [colin]      1.9.15cvs6
7083
7084         * src/folder.c
7085         * src/folderview.c
7086         * src/summaryview.c
7087                 Better fix (don't break mark all read) for cvs2
7088
7089 2005-10-03 [colin]      1.9.15cvs5
7090
7091         * src/folder.c
7092                 Use a sane sort by default
7093
7094 2005-10-03 [colin]      1.9.15cvs4
7095
7096         * src/inc.c
7097                 Add a 'Only once' button for overriding offline mode
7098         * src/prefs_account.c
7099         * src/wizard.c
7100                 Add Local mbox to the wizard
7101                 Add IMAP subdir to the wizard (or the wizard is useless
7102                 for such accounts, or even worse than useless)
7103                 Move IMAP subdir from Advanced to Receive tab, as it's
7104                 not that uncommon
7105
7106 2005-10-03 [colin]      1.9.15cvs3
7107
7108         * src/send_message.c
7109                 Forgot this one in cvs1
7110
7111 2005-10-03 [colin]      1.9.15cvs2
7112
7113         * src/folder.c
7114                 Faster close when leaving a folder with lots
7115                 of new mails. Idea by David Relson.
7116
7117 2005-10-03 [colin]      1.9.15cvs1
7118
7119         * src/compose.c
7120         * src/imap.c
7121         * src/inc.c
7122         * src/main.c
7123         * src/messageview.c
7124         * src/news.c
7125         * src/summaryview.c
7126         * src/gtk/sslcertwindow.c
7127         * src/plugins/trayicon/trayicon.c
7128                 Add accels to every AlertPanel. Patch by Fabien 
7129                 Vantard
7130
7131 2005-10-03 [paul]       1.9.15
7132
7133         1.9.15 released
7134
7135 2005-10-03 [paul]       1.9.14cvs68
7136
7137         * po/ca.po
7138         * po/de.po
7139         * po/es.po
7140         * po/fi.po
7141         * po/fr.po
7142         * po/sk.po
7143         * po/sr.po
7144         * po/zh_CN.po
7145                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7146                 Mones Lastra, Tommi Pirinen, Fabien vantard,
7147                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
7148
7149 2005-10-03 [paul]       1.9.14cvs67
7150
7151         * src/send_message.c
7152                 prevent hang on Cancel
7153                 patch by Colin
7154
7155 2005-10-03 [paul]       1.9.14cvs66
7156
7157         * src/main.c
7158                 fix crash in IMAP caused by discrepancy
7159                 between check_at_startup and offline mode
7160                 Patch by Colin
7161
7162 2005-10-01 [paul]       1.9.14cvs65
7163
7164         * src/inc.c
7165                 fix engrish
7166
7167 2005-10-01 [paul]       1.9.14cvs64
7168         * src/export.c
7169         * src/import.c
7170                 synchronise import_mbox() and export_mbox()
7171         * src/mbox.c
7172                 proc_mbox(): add alert if file cannot be opened
7173                 export_list_to_mbox(): test if dest file exists,
7174                 prompt user to overwrite if it does. add alert
7175                 if file cannot be created
7176                                                                 
7177         Patch by wwp
7178                                                                                                                 
7179
7180 2005-09-30 [paul]       1.9.14cvs63
7181
7182         * src/addressbook.c
7183                 Fix sensitivity of a menu
7184         * src/codeconv.c
7185                 Respect hidden pref for mails with no encoding
7186         * src/common/xml.c
7187                 Fix memory corruption
7188         * src/plugins/pgpcore/sgpgme.c
7189                 Fix segfault on incomplete sigs, and display
7190                 of S/Mime UIDs
7191
7192         Patches by Colin
7193
7194 2005-09-30 [colin]      1.9.14cvs62
7195
7196         * src/partial_download.c
7197                 Little logic fix in almost-dead code
7198         * src/pop.c
7199                 Fix partial download when there's no new mail
7200
7201 2005-09-29 [paul]       1.9.14cvs61
7202
7203         * src/plugins/pgpinline/pgpinline.c
7204                 fix bug 819, 'crash accessing sign message'
7205                 Patch by Colin
7206
7207 2005-09-28 [martin]     1.9.14cvs60
7208
7209         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7210                 fix bug #790 (Crash when restarting window manager (fluxbox))
7211
7212 2005-09-28 [paul]       1.9.14cvs59
7213
7214         * src/gtk/gtkaspell.c
7215                 fix off-by-one typo
7216
7217 2005-09-27 [colin]      1.9.14cvs58
7218
7219         * src/plugins/pgpcore/sgpgme.c
7220                 Report error when there's one, instead of
7221                 "Signature unchecked" 
7222
7223 2005-09-27 [colin]      1.9.14cvs57
7224
7225         * src/prefs_quote.c
7226                 Fix bug #816 (Weird quotation with spaces)
7227
7228 2005-09-27 [colin]      1.9.14cvs56
7229
7230         * src/codeconv.c
7231         * src/compose.c
7232         * src/compose.h
7233                 Put subject in compose's title
7234                 Fix Automatic encoding so that it's really automatic:
7235                 first try default locale's charset, then charset of the replied mail, 
7236                 then utf-8
7237                 Fix encoding of headers (must be in strict mode too)
7238
7239 2005-09-26 [colin]      1.9.14cvs55
7240
7241         * src/gtk/gtkaspell.c
7242                 Fix previous patch - don't color the space,
7243                 just uncolor it :)
7244
7245 2005-09-26 [colin]      1.9.14cvs54
7246
7247         * src/gtk/gtkaspell.c
7248                 Unmark space if possible
7249
7250 2005-09-26 [colin]      1.9.14cvs53
7251
7252         * src/imap.c
7253                 log_error instead of alertpanel according to the pref
7254         * src/etpan/imap-thread.c
7255                 Print connect status, copy only necessary size to 
7256                 logger
7257         * src/plugins/pgpmime/pgpmime.c
7258                 Handle S/Mime signatures (verification only). Patch based
7259                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
7260
7261 2005-09-26 [paul]       1.9.14cvs52
7262
7263         * src/common/passcrypt.c
7264                 this 'workaround' not necessary on NetBSD.
7265                 Thanks to Daniel Gustafson
7266
7267 2005-09-26 [paul]
7268
7269         1.9.15-rc4 released
7270
7271 2005-09-26 [paul]       1.9.14cvs51
7272
7273         * src/summaryview.c
7274                 Skip currently selected message when
7275                 looking for next new or unread message
7276                 in current folder. Patch by Colin
7277         * src/common/passcrypt.c
7278                 eliminate warnings on *BSD. Patch by
7279                 Daniel Gustafson
7280
7281 2005-09-26 [colin]      1.9.14cvs50
7282
7283         * src/procmsg.c
7284                 Call postfiltering hook anyway
7285
7286 2005-09-22 [colin]      1.9.14cvs49
7287
7288         * src/codeconv.c
7289         * src/codeconv.h
7290                 Add a strict mode that doesn't replace with _
7291         * src/compose.c
7292         * src/compose.h
7293                 Use strict conversion while sending
7294                 Fix race when drafting while sending (happens
7295                 on IMAP)
7296                 Fix d'n'd of messages from summaryview
7297         * src/prefs_common.c
7298         * src/prefs_common.h
7299                 add hidden utf8_instead_of_locale_for_broken_mail 
7300                 pref for people that preferred the default charset 
7301                 to be utf8 for broken mails
7302         * src/quote_fmt_parse.y
7303                 fix bug #815 (No quote insert if "From:" fied 
7304                 contained Russian letters)
7305         * src/summaryview.c
7306                 Fix d'n'd of messages to compose
7307
7308 2005-09-22 [paul]       1.9.14cvs48
7309
7310         * src/compose.c
7311                 fix bug where attachments Name entry
7312                 would display Path instead
7313
7314 2005-09-21 [paul]       1.9.14cvs47
7315
7316         * README
7317         * README.jp
7318         * configure.ac
7319         * config/config.rpath
7320         * doc/manual/en/sylpheed-20.html
7321         * doc/manual/es/sylpheed-20.html
7322         * po/bg.po
7323         * po/ca.po
7324         * po/de.po
7325         * po/es.po
7326         * po/fr.po
7327         * po/it.po
7328         * po/pt_BR.po
7329         * po/sk.po
7330         * po/zh_TW.po
7331         * src/account.c
7332         * src/account.h
7333         * src/action.c
7334         * src/action.h
7335         * src/adbookbase.h
7336         * src/addr_compl.c
7337         * src/addr_compl.h
7338         * src/addrbook.c
7339         * src/addrbook.h
7340         * src/addrcache.c
7341         * src/addrcache.h
7342         * src/addrcindex.c
7343         * src/addrcindex.h
7344         * src/addrclip.c
7345         * src/addrclip.h
7346         * src/addrdefs.h
7347         * src/addressadd.c
7348         * src/addressadd.h
7349         * src/addressbook.c
7350         * src/addressbook.h
7351         * src/addressitem.h
7352         * src/addrgather.c
7353         * src/addrgather.h
7354         * src/addrharvest.c
7355         * src/addrharvest.h
7356         * src/addrindex.c
7357         * src/addrindex.h
7358         * src/addritem.c
7359         * src/addritem.h
7360         * src/addrquery.c
7361         * src/addrquery.h
7362         * src/addrselect.c
7363         * src/addrselect.h
7364         * src/alertpanel.c
7365         * src/alertpanel.h
7366         * src/browseldap.c
7367         * src/browseldap.h
7368         * src/codeconv.c
7369         * src/codeconv.h
7370         * src/compose.c
7371         * src/compose.h
7372         * src/crash.c
7373         * src/crash.h
7374         * src/customheader.c
7375         * src/customheader.h
7376         * src/displayheader.c
7377         * src/displayheader.h
7378         * src/editaddress.c
7379         * src/editaddress.h
7380         * src/editbook.c
7381         * src/editbook.h
7382         * src/editgroup.c
7383         * src/editgroup.h
7384         * src/editjpilot.c
7385         * src/editjpilot.h
7386         * src/editldap.c
7387         * src/editldap.h
7388         * src/editldap_basedn.c
7389         * src/editldap_basedn.h
7390         * src/editvcard.c
7391         * src/editvcard.h
7392         * src/enriched.c
7393         * src/enriched.h
7394         * src/exphtmldlg.c
7395         * src/exphtmldlg.h
7396         * src/expldifdlg.c
7397         * src/expldifdlg.h
7398         * src/export.c
7399         * src/export.h
7400         * src/exporthtml.c
7401         * src/exporthtml.h
7402         * src/exportldif.c
7403         * src/exportldif.h
7404         * src/filtering.c
7405         * src/filtering.h
7406         * src/folder.c
7407         * src/folder.h
7408         * src/folder_item_prefs.c
7409         * src/folder_item_prefs.h
7410         * src/foldersel.c
7411         * src/foldersel.h
7412         * src/folderutils.c
7413         * src/folderutils.h
7414         * src/folderview.c
7415         * src/folderview.h
7416         * src/grouplistdialog.c
7417         * src/grouplistdialog.h
7418         * src/headerview.c
7419         * src/headerview.h
7420         * src/html.c
7421         * src/html.h
7422         * src/image_viewer.c
7423         * src/image_viewer.h
7424         * src/imap.c
7425         * src/imap.h
7426         * src/imap_gtk.c
7427         * src/imap_gtk.h
7428         * src/import.c
7429         * src/import.h
7430         * src/importldif.c
7431         * src/importldif.h
7432         * src/importmutt.c
7433         * src/importmutt.h
7434         * src/importpine.c
7435         * src/importpine.h
7436         * src/inc.c
7437         * src/inc.h
7438         * src/jpilot.c
7439         * src/jpilot.h
7440         * src/ldapctrl.c
7441         * src/ldapctrl.h
7442         * src/ldaplocate.c
7443         * src/ldaplocate.h
7444         * src/ldapquery.c
7445         * src/ldapquery.h
7446         * src/ldapserver.c
7447         * src/ldapserver.h
7448         * src/ldaputil.c
7449         * src/ldaputil.h
7450         * src/ldif.c
7451         * src/ldif.h
7452         * src/localfolder.c
7453         * src/localfolder.h
7454         * src/main.c
7455         * src/main.h
7456         * src/mainwindow.c
7457         * src/mainwindow.h
7458         * src/manual.c
7459         * src/manual.h
7460         * src/matcher.c
7461         * src/matcher.h
7462         * src/matcher_parser.h
7463         * src/matcher_parser_lex.l
7464         * src/matcher_parser_parse.y
7465         * src/mbox.c
7466         * src/mbox.h
7467         * src/message_search.c
7468         * src/message_search.h
7469         * src/messageview.c
7470         * src/messageview.h
7471         * src/mh.c
7472         * src/mh.h
7473         * src/mh_gtk.c
7474         * src/mh_gtk.h
7475         * src/mimeview.c
7476         * src/mimeview.h
7477         * src/msgcache.c
7478         * src/msgcache.h
7479         * src/mutt.c
7480         * src/mutt.h
7481         * src/news.c
7482         * src/news.h
7483         * src/news_gtk.c
7484         * src/news_gtk.h
7485         * src/noticeview.c
7486         * src/noticeview.h
7487         * src/partial_download.c
7488         * src/partial_download.h
7489         * src/pine.c
7490         * src/pine.h
7491         * src/pop.c
7492         * src/pop.h
7493         * src/prefs_account.c
7494         * src/prefs_account.h
7495         * src/prefs_actions.c
7496         * src/prefs_actions.h
7497         * src/prefs_common.c
7498         * src/prefs_common.h
7499         * src/prefs_compose_writing.c
7500         * src/prefs_compose_writing.h
7501         * src/prefs_customheader.c
7502         * src/prefs_customheader.h
7503         * src/prefs_display_header.c
7504         * src/prefs_display_header.h
7505         * src/prefs_ext_prog.c
7506         * src/prefs_ext_prog.h
7507         * src/prefs_filtering.c
7508         * src/prefs_filtering.h
7509         * src/prefs_filtering_action.c
7510         * src/prefs_filtering_action.h
7511         * src/prefs_folder_column.c
7512         * src/prefs_folder_column.h
7513         * src/prefs_folder_item.c
7514         * src/prefs_folder_item.h
7515         * src/prefs_fonts.c
7516         * src/prefs_fonts.h
7517         * src/prefs_gtk.c
7518         * src/prefs_gtk.h
7519         * src/prefs_image_viewer.c
7520         * src/prefs_image_viewer.h
7521         * src/prefs_matcher.c
7522         * src/prefs_matcher.h
7523         * src/prefs_message.c
7524         * src/prefs_message.h
7525         * src/prefs_msg_colors.c
7526         * src/prefs_msg_colors.h
7527         * src/prefs_other.c
7528         * src/prefs_other.h
7529         * src/prefs_quote.c
7530         * src/prefs_quote.h
7531         * src/prefs_receive.c
7532         * src/prefs_receive.h
7533         * src/prefs_send.c
7534         * src/prefs_send.h
7535         * src/prefs_spelling.c
7536         * src/prefs_spelling.h
7537         * src/prefs_summaries.c
7538         * src/prefs_summaries.h
7539         * src/prefs_summary_column.c
7540         * src/prefs_summary_column.h
7541         * src/prefs_template.c
7542         * src/prefs_template.h
7543         * src/prefs_themes.c
7544         * src/prefs_themes.h
7545         * src/prefs_toolbar.c
7546         * src/prefs_toolbar.h
7547         * src/prefs_wrapping.c
7548         * src/prefs_wrapping.h
7549         * src/privacy.c
7550         * src/privacy.h
7551         * src/procheader.c
7552         * src/procheader.h
7553         * src/procmime.c
7554         * src/procmime.h
7555         * src/procmsg.c
7556         * src/procmsg.h
7557         * src/quote_fmt.c
7558         * src/quote_fmt_parse.y
7559         * src/recv.c
7560         * src/recv.h
7561         * src/remotefolder.c
7562         * src/remotefolder.h
7563         * src/send_message.c
7564         * src/send_message.h
7565         * src/setup.c
7566         * src/setup.h
7567         * src/simple-gettext.c
7568         * src/sourcewindow.c
7569         * src/sourcewindow.h
7570         * src/ssl_manager.c
7571         * src/ssl_manager.h
7572         * src/statusbar.c
7573         * src/statusbar.h
7574         * src/stock_pixmap.c
7575         * src/stock_pixmap.h
7576         * src/summary_search.c
7577         * src/summary_search.h
7578         * src/summaryview.c
7579         * src/summaryview.h
7580         * src/syldap.c
7581         * src/syldap.h
7582         * src/textview.c
7583         * src/textview.h
7584         * src/toolbar.c
7585         * src/toolbar.h
7586         * src/undo.c
7587         * src/undo.h
7588         * src/unmime.c
7589         * src/unmime.h
7590         * src/vcard.c
7591         * src/vcard.h
7592         * src/wizard.c
7593         * src/wizard.h
7594         * src/common/base64.c
7595         * src/common/base64.h
7596         * src/common/defs.h
7597         * src/common/hooks.c
7598         * src/common/hooks.h
7599         * src/common/log.c
7600         * src/common/log.h
7601         * src/common/md5.c
7602         * src/common/md5.h
7603         * src/common/mgutils.c
7604         * src/common/mgutils.h
7605         * src/common/nntp.c
7606         * src/common/nntp.h
7607         * src/common/passcrypt.c
7608         * src/common/passcrypt.h.in
7609         * src/common/plugin.c
7610         * src/common/plugin.h
7611         * src/common/prefs.c
7612         * src/common/prefs.h
7613         * src/common/progressindicator.c
7614         * src/common/progressindicator.h
7615         * src/common/quoted-printable.c
7616         * src/common/quoted-printable.h
7617         * src/common/session.c
7618         * src/common/session.h
7619         * src/common/smtp.c
7620         * src/common/smtp.h
7621         * src/common/socket.c
7622         * src/common/socket.h
7623         * src/common/ssl.c
7624         * src/common/ssl.h
7625         * src/common/ssl_certificate.c
7626         * src/common/ssl_certificate.h
7627         * src/common/string_match.c
7628         * src/common/string_match.h
7629         * src/common/stringtable.c
7630         * src/common/sylpheed.c
7631         * src/common/sylpheed.h
7632         * src/common/template.c
7633         * src/common/template.h
7634         * src/common/timing.h
7635         * src/common/utils.c
7636         * src/common/utils.h
7637         * src/common/uuencode.c
7638         * src/common/uuencode.h
7639         * src/common/version.h.in
7640         * src/common/xml.c
7641         * src/common/xml.h
7642         * src/common/xmlprops.c
7643         * src/common/xmlprops.h
7644         * src/gtk/about.c
7645         * src/gtk/about.h
7646         * src/gtk/colorlabel.c
7647         * src/gtk/colorlabel.h
7648         * src/gtk/colorsel.c
7649         * src/gtk/colorsel.h
7650         * src/gtk/description_window.c
7651         * src/gtk/description_window.h
7652         * src/gtk/filesel.c
7653         * src/gtk/filesel.h
7654         * src/gtk/foldersort.c
7655         * src/gtk/foldersort.h
7656         * src/gtk/gtkutils.c
7657         * src/gtk/gtkutils.h
7658         * src/gtk/inputdialog.c
7659         * src/gtk/inputdialog.h
7660         * src/gtk/logwindow.c
7661         * src/gtk/logwindow.h
7662         * src/gtk/manage_window.c
7663         * src/gtk/manage_window.h
7664         * src/gtk/menu.c
7665         * src/gtk/menu.h
7666         * src/gtk/pluginwindow.c
7667         * src/gtk/pluginwindow.h
7668         * src/gtk/prefswindow.c
7669         * src/gtk/prefswindow.h
7670         * src/gtk/progressdialog.c
7671         * src/gtk/progressdialog.h
7672         * src/gtk/quicksearch.c
7673         * src/gtk/quicksearch.h
7674         * src/gtk/sslcertwindow.c
7675         * src/gtk/sslcertwindow.h
7676         * src/plugins/clamav/clamav_plugin.c
7677         * src/plugins/clamav/clamav_plugin.h
7678         * src/plugins/clamav/clamav_plugin_gtk.c
7679         * src/plugins/demo/demo.c
7680         * src/plugins/dillo_viewer/dillo_prefs.c
7681         * src/plugins/dillo_viewer/dillo_prefs.h
7682         * src/plugins/dillo_viewer/dillo_viewer.c
7683         * src/plugins/mathml_viewer/mathml_viewer.c
7684         * src/plugins/pgpcore/passphrase.c
7685         * src/plugins/pgpcore/passphrase.h
7686         * src/plugins/pgpcore/plugin.c
7687         * src/plugins/pgpcore/prefs_gpg.c
7688         * src/plugins/pgpcore/prefs_gpg.h
7689         * src/plugins/pgpcore/select-keys.c
7690         * src/plugins/pgpcore/select-keys.h
7691         * src/plugins/pgpcore/sgpgme.c
7692         * src/plugins/pgpcore/sgpgme.h
7693         * src/plugins/pgpinline/pgpinline.c
7694         * src/plugins/pgpinline/pgpinline.h
7695         * src/plugins/pgpinline/plugin.c
7696         * src/plugins/pgpmime/pgpmime.c
7697         * src/plugins/pgpmime/pgpmime.h
7698         * src/plugins/pgpmime/plugin.c
7699         * src/plugins/spamassassin/spamassassin.c
7700         * src/plugins/spamassassin/spamassassin.h
7701         * src/plugins/spamassassin/spamassassin_gtk.c
7702         * src/plugins/trayicon/trayicon.c
7703         * tools/OOo2sylpheed.pl
7704         * tools/acroread2sylpheed.pl
7705         * tools/asus_mailled.sh
7706         * tools/filter_conv.pl
7707         * tools/freshmeat_search.pl
7708         * tools/google_search.pl
7709         * tools/kmail2sylpheed.pl
7710         * tools/kmail2sylpheed_v2.pl
7711         * tools/maildir2sylpheed.pl
7712         * tools/multiwebsearch.pl
7713         * tools/newscache_clean.pl
7714         * tools/outlook2sylpheed.pl
7715         * tools/sylpheed-switcher
7716         * tools/update-po
7717         * tools/vcard2xml.py
7718         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7719                 update FSF address
7720
7721 2005-09-21 [colin]      1.9.14cvs46
7722
7723         * src/gedit-print.c
7724         * src/procmsg.c
7725         * src/procmsg.h
7726         * src/textview.c
7727         * src/summaryview.c
7728                 Remove some printing hacks (deselection/reselection),
7729                 which by the way fix printing the currently 
7730                 displayed mime part (still only text)
7731                 Plus a little optimisation of summary_show
7732
7733
7734 2005-09-20 [colin]      1.9.14cvs45
7735
7736         * src/mainwindow.c
7737         * src/messageview.c
7738                 GUI fixups: add accels, set message
7739                 view title to displayed mail's subject
7740         * src/prefs_spelling.c
7741         * src/gtk/gtkaspell.c
7742                 GUI fixups: allow underlining misspelled
7743                 words instead of coloring them (a11y!)
7744
7745 2005-09-19 [colin]
7746
7747         1.9.15rc3 released
7748
7749 2005-09-19 [colin]      1.9.14cvs44
7750
7751         * src/compose.c
7752                 Fix draft message
7753         * src/gtk/gtkaspell.c
7754                 Fix wrong test ;-)
7755
7756 2005-09-19 [colin]      1.9.14cvs43
7757
7758         * src/addressbook.c
7759                 Fix sensitivity of Delete button
7760         * src/compose.c
7761                 Warn if the requested Privacy system
7762                 is not available
7763         * src/exphtmldlg.c
7764         * src/expldifdlg.c
7765         * src/importldif.c
7766         * src/importmutt.c
7767         * src/importpine.c
7768                 Fix crappy UI
7769         * src/
7770         * src/ssl.h
7771         * src/prefs_account.h
7772         * src/prefs_account.c
7773                 Save SSL prefs even in builds that have
7774                 SSL support disable
7775         * src/imap.c
7776         * src/inc.c
7777         * src/news.c
7778         * src/send_message.c
7779                 Warn if connection should be secure, but
7780                 SSL support isn't compiled in
7781         * src/gtkaspell.c
7782                 Fix word separation on UTF-8 systems
7783                 Fixes bug #812 (Strange inline spellchecking)
7784         * src/compose.c
7785                 Warn if the requested Privacy system
7786                 is not available
7787                 Factorize offline warning
7788         * src/imap.c
7789         * src/imap_gtk.c
7790         * src/imap_gtk.h
7791         * src/inc.h
7792         * src/news_gtk.c
7793         * src/news_gtk.h
7794         * src/messageview.c
7795                 Factorize offline warning
7796
7797 2005-09-19 [paul]
7798
7799         1.9.15-rc2 released
7800
7801 2005-09-18 [colin]      1.9.14cvs42
7802
7803         * src/codeconv.c
7804         * src/codeconv.h
7805         * src/procmime.c
7806                 Add a way to get locale's charset ignoring utf-8,
7807                 and use that as default encoding for broken mails
7808
7809 2005-09-18 [colin]      1.9.14cvs41
7810
7811         * src/gtk/logwindow.c
7812                 Translate string. Patch by Fabien Vantard
7813
7814 2005-09-18 [colin]      1.9.14cvs40
7815
7816         * configure.ac
7817                 Fix bug #803 (IMAP/SSL support breaks with 
7818                 GnuTLS libetpan 0.38)
7819
7820 2005-09-18 [colin]      1.9.14cvs39
7821
7822         * src/codeconv.c
7823         * src/compose.c
7824         * src/procmime.c
7825                 More charsets fixes. Fixes bug #806 (non
7826                 ascii characters in subject line)
7827
7828 2005-09-17 [paul]       1.9.14cvs38
7829
7830         * src/folderview.c
7831         * src/mainwindow.c
7832                 fix gcc-2.95 issues
7833                 Patch by Pawel Pekala
7834
7835 2005-09-17 [colin]      1.9.14cvs37
7836
7837         * src/addrindex.c
7838                 bugfix for NO-USE LDAP compilation, patch 
7839                 by Fabien Vantard
7840
7841 2005-09-17 [colin]      1.9.14cvs36
7842
7843         * src/prefs_actions.c
7844         * src/prefs_customheader.c
7845         * src/prefs_display_header.c
7846         * src/prefs_filtering_action.c
7847         * src/prefs_matcher.c
7848         * src/prefs_toolbar.c
7849                 Fix strange casts (less elegant but
7850                 works better)
7851
7852 2005-09-16 [colin]      1.9.14cvs35
7853
7854         * src/jpilot.c
7855                 Missed that one
7856
7857 2005-09-16 [colin]      1.9.14cvs34
7858
7859         * configure.ac
7860         * src/Makefile.am
7861         * src/addr_compl.c
7862         * src/addrindex.c
7863         * src/browseldap.c
7864         * src/editldap.c
7865         * src/ldaplocate.c
7866         * src/ldapquery.c
7867         * src/ldapquery.h
7868         * src/ldapserver.c
7869         * src/ldapserver.h
7870         * src/main.c
7871         * src/matcher_parser_parse.y
7872         * src/prefs_themes.c
7873         * src/etpan/Makefile.am
7874         * src/gtk/description_window.c
7875         * src/plugins/clamav/Makefile.am
7876         * src/plugins/clamav/clamav_plugin.c
7877         * src/plugins/dillo_viewer/Makefile.am
7878         * src/plugins/pgpcore/Makefile.am
7879         * src/plugins/pgpinline/Makefile.am
7880         * src/plugins/pgpmime/Makefile.am
7881         * src/plugins/trayicon/Makefile.am
7882                 Fix 100% cpu usage in address completion list
7883                 Fix little bugs (return with no values etc)
7884                 Fix all warnings (with common CFLAGS)
7885
7886 2005-09-15 [colin]      1.9.14cvs33
7887
7888         * src/addressbook.c
7889                 Fix bug where sometimes a group's email list is empty,
7890                 force its refresh (probably fixes "Re: how to create a 
7891                 distribution list")
7892         * src/ldapquery.c
7893                 Don't return to the callback in the main thread from the
7894                 fetch thread (or face segs!)
7895
7896 2005-09-15 [paul]       1.9.14cvs32
7897
7898         * src/prefs_matcher.c
7899                 forgotten in last commit
7900
7901 2005-09-15 [paul]       1.9.14cvs31
7902
7903         * src/prefs_actions.c
7904         * src/prefs_filtering_action.c
7905         * src/prefs_quote.c
7906         * src/quote_fmt.c
7907         * src/summaryview.c
7908         * src/gtk/description_window.c
7909         * src/gtk/description_window.h
7910         * src/gtk/quicksearch.c
7911                 allow interaction with the called
7912                 description window
7913                 Patch by Anders Hammar
7914
7915 2005-09-14 [paul]       1.9.14cvs30
7916
7917         * src/compose.c
7918                 fix a little annoyance when pasting with 3rd button 
7919                 with wrap_pastes=0 and wrap_input=1
7920                 Patch by Colin
7921
7922 2005-09-14 [paul]       1.9.14cvs29
7923
7924         * src/prefs_account.c
7925                 disable 'Filter messages on receiving' for
7926                 SMTP-only accounts
7927                 Patch  by Anders Hammar
7928
7929 2005-09-14 [paul]       1.9.14cvs28
7930
7931         * po/sk.po
7932                 fix crash
7933                 updated by Andrej Kacian
7934
7935 2005-09-14 [paul]
7936
7937         1.9.15-rc1 released
7938
7939 2005-09-14 [paul]       1.9.14cvs27
7940
7941         * po/es.po
7942                 updated by Ricardo Mones Lastra
7943         * src/compose.c
7944         * src/compose.h
7945                 associate no_wrap_tags to Compose windows
7946                 instead of using a static one
7947                 Patch by Colin
7948         * src/mbox.c
7949                 fix proc_mbox()
7950                 Patch by wwp
7951         * src/textview.c
7952                 remove unneeded printf()
7953
7954 2005-09-14 [paul]       1.9.14cvs26
7955
7956         * src/addrcache.c
7957         * src/codeconv.h
7958         * src/folder.h
7959         * src/mainwindow.h
7960         * src/mh.c
7961         * src/mimeview.h
7962         * src/partial_download.c
7963         * src/pop.c
7964         * src/prefs_account.c
7965         * src/prefs_account.h
7966         * src/prefs_actions.c
7967         * src/prefs_customheader.c
7968         * src/prefs_display_header.c
7969         * src/prefs_filtering_action.c
7970         * src/prefs_matcher.c
7971         * src/prefs_toolbar.c
7972         * src/privacy.h
7973         * src/procmime.c
7974         * src/procmime.h
7975         * src/procmsg.h
7976         * src/textview.c
7977         * src/undo.h
7978         * src/common/plugin.c
7979         * src/common/session.h
7980         * src/common/socket.c
7981         * src/common/socket.h
7982         * src/common/template.c
7983         * src/gtk/gtkaspell.c
7984         * src/gtk/quicksearch.h
7985         * src/plugins/pgpcore/passphrase.c
7986         * src/plugins/pgpcore/prefs_gpg.h
7987         * src/plugins/pgpcore/select-keys.c
7988         * src/plugins/pgpcore/select-keys.h
7989         * src/plugins/pgpcore/sgpgme.c
7990         * src/plugins/pgpinline/pgpinline.c
7991         * src/plugins/pgpmime/pgpmime.c
7992         * src/plugins/trayicon/trayicon.c
7993                 fix compilation warnings
7994                 Patch by Daniel Gustafson
7995
7996 2005-09-14 [paul]       1.9.14cvs25
7997
7998         * src/addressbook.c
7999                 add missing column header, and other small
8000                 bug fixes
8001                 Patch by Anders Hammar
8002
8003 2005-09-13 [colin]      1.9.14cvs24
8004
8005         * src/gtk/gtkaspell.c
8006                 Fix non-utf8 in menu
8007                 Fix little leaks
8008                 Nullify struct members after free()s
8009
8010 2005-09-13 [colin]      1.9.14cvs23
8011
8012         * src/compose.c
8013                 Test utf8 compliance before inserting to 
8014                 buffer, and try to convert if necessary
8015         * src/procmime.c
8016                 If no charset is present, use the locale 
8017                 one instead of us-ascii
8018         * src/procmsg.c
8019                 Add Sender, List-Post and To in the checked 
8020                 headers for automatic rules creation 
8021                 (thanks to wwp)
8022         * src/prefs_themes.c
8023         * src/gtk/gtkaspell.c
8024                 Remove deprecated functions. 
8025                 patch by Daniel Gustafson
8026
8027 2005-09-12 [colin]      1.9.14cvs22
8028
8029         * src/compose.c
8030                 Fix bug #448 (Scrolling/Redraw issue with 
8031                 address-fields in Header)
8032         * src/mainwindow.c
8033         * src/summaryview.c
8034         * src/summaryview.h
8035                 Fix loss of MSG_MARKED on move/copy
8036                 Fix bug #804 (Quicksearch togglebutton doesn't 
8037                 get depressed after '/' key is pressed)
8038
8039 2005-09-12 [paul]       1.9.14cvs21
8040
8041         * AUTHORS
8042         * src/gtk/logwindow.c
8043                 add 'Clear Log' to popup menu
8044                 Patch by Anders Hammar <anders.hammar@telia.com>
8045
8046 2005-09-12 [paul]       1.9.14cvs20
8047
8048         * src/compose.c
8049                 set correct sensitivity on attachments
8050                 popup menu
8051         * src/folder.c
8052                 fix typo
8053         * src/prefs_spelling.c
8054                 fix crash when no LANG env is set
8055         * src/common/xml.c
8056                 fix crash in wizard
8057                 don't use memeory after free
8058
8059         All patches by Daniel Gustafson
8060
8061 2005-09-12 [paul]       1.9.14cvs19
8062
8063         * src/prefs_themes.c
8064                 make theme info selectable
8065         * src/gtk/description_window.c
8066                 make window non-modal
8067         * tools/README
8068                 add details of asus_mailed.sh
8069         * tools/claws.i18n.status.pl
8070                 update for new zh_TW translator
8071                 widen the output
8072                 create alternate coloured lines
8073                 improve readability
8074
8075 2005-09-10 [colin]      1.9.14cvs18
8076
8077         * src/plugins/pgpcore/select-keys.c
8078                 Better order for the buttons
8079
8080 2005-09-10 [colin]      1.9.14cvs17
8081
8082         * src/compose.c
8083         * src/plugins/pgpcore/select-keys.c
8084         * src/plugins/pgpcore/select-keys.h
8085         * src/plugins/pgpcore/sgpgme.c
8086                 Add a "Don't encrypt" button to the key
8087                 selection dialog. Fixes bug #177 (There should be a 
8088                 'Don't encrypt button in the Select Keys dialog)
8089
8090 2005-09-10 [colin]      1.9.14cvs16
8091
8092         * src/compose.c
8093                 Fix bug #572 (%X option does not work with templates)
8094
8095 2005-09-10 [colin]      1.9.14cvs15
8096
8097         * src/toolbar.c 
8098                 Remove g_print
8099
8100 2005-09-10 [colin]      1.9.14cvs14
8101
8102         * src/imap.c
8103                 Fix a possible crash
8104
8105 2005-09-09 [colin]      1.9.14cvs13
8106
8107         * src/imap.c
8108         * src/etpan/imap-thread.c
8109         * src/etpan/imap-thread.h
8110                 Fix moving from queue or drafts to normal folders
8111                 Fix bug #794 (No way to delete without expunging)
8112                 Take flags unset by other mailers into account
8113                 Take deleted flag set by other mailers into account
8114                 Fix unsetting REPLIED flag
8115                 Fix crash when capabilities can't be retrieved
8116         * src/mainwindow.c
8117         * src/mainwindow.h
8118                 Add M_DELAYED_FLAGS condition, and let the user use
8119                 Execute in order to be able to expunge deleted mails,
8120                 even if he's not in delayed execute mode
8121         * src/prefs_spelling.c
8122                 Use 'en' dictionary by default if LANG is POSIX or C
8123         * src/gtk/prefswindow.c
8124                 Fix bug #767 (Preferences windows expanding) by making
8125                 the window a bit larger when the resolution is greater
8126                 than 640x480, and by putting the prefs in a
8127                 GtkScrolledWindow.
8128
8129 2005-09-09 [paul]       1.9.14cvs12
8130
8131         * AUTHORS
8132         * configure.ac
8133         * po/zh_TW.Big5.po      ** REMOVED **
8134         * po/zh_TW.po           ** ADDED **
8135                 updated by Wei-Lun Chao
8136
8137 2005-09-09 [paul]       1.9.14cvs11
8138
8139         * src/mainwindow.c
8140                 fix asserts
8141         * src/common/xml.c
8142                 delay memory allocation until file is
8143                 opened successfully
8144                 Patch by Daniel Gustafson
8145
8146 2005-09-09 [colin]      1.9.14cvs10
8147
8148         * src/imap.c
8149                 Add guards
8150
8151 2005-09-08 [colin]      1.9.14cvs9
8152
8153         * src/compose.c
8154                 Alert when we can't save draft
8155                 Fix various wrap/color issues
8156                 Add mid-click pasting respecting wrap_paste option
8157         * src/folder.c
8158         * src/folder.h
8159         * src/folder_item_prefs.c
8160         * src/folder_item_prefs.h
8161         * src/imap.c
8162         * src/imap_gtk.c
8163         * src/imap_gtk.h
8164         * src/main.c
8165         * src/mainwindow.c
8166         * src/mainwindow.h
8167         * src/news.c
8168         * src/news_gtk.c
8169         * src/news_gtk.h
8170         * src/prefs_folder_item.c
8171                 Fix the impossibility to synchronise folders for
8172                 offline use (IMAP and NNTP are concerned)
8173
8174 2005-09-08 [colin]      1.9.14cvs8
8175
8176         * configure.ac
8177                 Build LDAP and JPilot by default if available
8178         * src/textview.c
8179                 Fix use after free
8180
8181 2005-09-08 [paul]       1.9.14cvs7
8182
8183         * doc/manual/en/sylpheed-1.html
8184         * doc/manual/en/sylpheed-18.html
8185         * doc/manual/en/sylpheed-19.html
8186         * doc/manual/en/sylpheed-4.html
8187         * doc/manual/en/sylpheed-6.html
8188         * doc/manual/en/sylpheed.html
8189                 a few minor updates, plus include some
8190                 details about plugins and their requirements
8191         * src/mainwindow.c
8192                 minor changes to English in /View/Sort
8193
8194 2005-09-07 [colin]      1.9.14cvs6
8195
8196         * doc/manual/en/sylpheed-1.html
8197         * doc/manual/en/sylpheed-10.html
8198         * doc/manual/en/sylpheed-11.html
8199         * doc/manual/en/sylpheed-12.html
8200         * doc/manual/en/sylpheed-13.html
8201         * doc/manual/en/sylpheed-14.html
8202         * doc/manual/en/sylpheed-15.html
8203         * doc/manual/en/sylpheed-16.html
8204         * doc/manual/en/sylpheed-17.html
8205         * doc/manual/en/sylpheed-18.html
8206         * doc/manual/en/sylpheed-19.html
8207         * doc/manual/en/sylpheed-2.html
8208         * doc/manual/en/sylpheed-20.html
8209         * doc/manual/en/sylpheed-21.html
8210         * doc/manual/en/sylpheed-22.html
8211         * doc/manual/en/sylpheed-3.html
8212         * doc/manual/en/sylpheed-4.html
8213         * doc/manual/en/sylpheed-5.html
8214         * doc/manual/en/sylpheed-6.html
8215         * doc/manual/en/sylpheed-7.html
8216         * doc/manual/en/sylpheed-8.html
8217         * doc/manual/en/sylpheed-9.html
8218         * doc/manual/en/sylpheed.html
8219                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
8220
8221 2005-09-07 [colin]      1.9.14cvs5
8222
8223         * src/mainwindow.c
8224                 Make labels more to-the-point
8225
8226 2005-09-07 [colin]      1.9.14cvs4
8227
8228         * doc/manual/en/sylpheed-1.html
8229         * doc/manual/en/sylpheed-12.html
8230         * doc/manual/en/sylpheed-13.html
8231         * doc/manual/en/sylpheed-14.html
8232         * doc/manual/en/sylpheed-15.html
8233         * doc/manual/en/sylpheed-16.html
8234         * doc/manual/en/sylpheed-17.html
8235         * doc/manual/en/sylpheed-18.html
8236         * doc/manual/en/sylpheed-19.html
8237         * doc/manual/en/sylpheed-2.html
8238         * doc/manual/en/sylpheed-20.html
8239         * doc/manual/en/sylpheed-21.html
8240         * doc/manual/en/sylpheed-22.html
8241         * doc/manual/en/sylpheed-4.html
8242         * doc/manual/en/sylpheed-5.html
8243         * doc/manual/en/sylpheed-6.html
8244         * doc/manual/en/sylpheed-7.html
8245         * doc/manual/en/sylpheed-8.html
8246         * doc/manual/en/sylpheed-9.html
8247         * doc/manual/en/sylpheed.html
8248                 Update manual
8249
8250 2005-09-07 [colin]      1.9.14cvs3
8251
8252         * doc/faq/en/sylpheed-faq-1.html
8253         * doc/faq/en/sylpheed-faq-2.html
8254         * doc/faq/en/sylpheed-faq-3.html
8255         * doc/faq/en/sylpheed-faq.html
8256                 Update FAQ
8257
8258 2005-09-07 [colin]      1.9.14cvs2
8259
8260         * src/folderview.c
8261         * src/procmsg.c
8262         * src/summaryview.c
8263         * src/toolbar.c
8264                 Fix special subfolders:
8265                 - Inherit parent's icon
8266                 - sent contents of queues subfolders
8267                 - empty subfolders of trashes
8268         * src/mainwindow.c
8269                 Remove outdated manual and faq entries
8270         * src/common/utils.c
8271                 Add quotes around %s coming from mailcap
8272
8273 2005-09-07 [colin]      1.9.14cvs1
8274
8275         * src/compose.c
8276                 After saving draft, set modified to FALSE
8277         * src/mimeview.c
8278         * src/common/utils.c
8279         * src/common/utils.h
8280                 Try to open mime parts using what is 
8281                 indicated in ~/.mailcap or /etc/mailcap,
8282                 if possible.
8283
8284 2005-09-05 [paul]       1.9.14
8285
8286         1.9.14 released
8287
8288         * po/sk.po
8289                 updated by Andrej Kacian
8290
8291 2005-09-05 [paul]       1.9.13cvs83
8292
8293         * po/de.po
8294         * po/es.po
8295         * po/fi.po
8296         * po/fr.po
8297         * po/nb.po
8298         * po/pt_BR.po
8299         * po/sr.po
8300                 updated translations by Thomas Gilgin, Ricardo Mones
8301                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
8302                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
8303
8304 2005-09-04 [paul]       1.9.13cvs82
8305
8306         * src/compose.c
8307                 only warn about exceeded line length limit
8308                 on send
8309
8310 2005-09-04 [paul]       1.9.13cvs81
8311
8312         * src/compose.c
8313                 fix crash in 'line length exceeded' dialogue
8314
8315 2005-09-02 [paul]       1.9.13cvs80
8316
8317         * src/imap.c
8318                 fix bug 795, 'Connection lost IMAP'
8319                 and add statusbar prints
8320                 Patch by Colin
8321
8322 2005-09-02 [paul]       1.9.13cvs79
8323
8324         * src/compose.c
8325                 compose_wrap_paragraph() becomes
8326                 compose_beautify_paragraph()
8327                 Patch by Colin
8328
8329 2005-09-02 [colin]      1.9.13cvs78
8330
8331         * src/folderview.c
8332                 Micro-fix
8333
8334 2005-09-01 [colin]      1.9.13cvs77
8335
8336         * src/imap.c
8337                 Maybe fix bug #795 (Connection lost IMAP)
8338                 Don't try to send logout when we're disconnected.
8339         * src/summaryview.c
8340                 Include locked and marked emails in HRM
8341                 view. Fixes bug #800 (Locked messages no longer 
8342                 show up when hide read messages is used)
8343
8344 2005-09-01 [paul]       1.9.13cvs76
8345
8346         * src/prefs_common.c
8347                 fix bad cutting
8348
8349 2005-08-31 [colin]      1.9.13cvs75
8350
8351         * src/folderview.c
8352         * src/folderview.h
8353         * src/prefs_summaries.c
8354         * src/summaryview.c
8355                 Fix "go to next new", fix preference
8356                 (Open unread/next swapped)
8357
8358 2005-08-31 [paul]       1.9.13cvs74
8359
8360         * src/compose.c
8361         * src/folderview.c
8362         * src/headerview.c
8363         * src/headerview.h
8364         * src/mainwindow.c
8365         * src/prefs_common.c
8366         * src/prefs_common.h
8367         * src/prefs_fonts.c
8368         * src/summaryview.c
8369         * src/textview.c
8370         * src/common/defs.h
8371                 remove obsolete BOLD_FONT setting
8372                 fix font update in headerview and textview
8373                 headers after prefs change
8374                 Patch By Colin
8375
8376 2005-08-31 [paul]
8377
8378         1.9.14-rc4 released
8379
8380 2005-08-30 [colin]      1.9.13cvs73
8381
8382         * src/summaryview.c
8383                 When Hide read messages is selected and we
8384                 refresh the summaryview, don't remove the 
8385                 currently displayed message. Fixes bug #797
8386                 (Summary view reloads when new mail is 
8387                 downloaded in 1.9.14 rc)
8388
8389 2005-08-30 [colin]      1.9.13cvs72
8390
8391         * src/folderview.c
8392                 Fix flickering
8393         * src/mainwindow.c
8394                 Remove useless callback
8395         * src/mimeview.c
8396         * src/gtk/filesel.c
8397         * src/gtk/filesel.h
8398                 Add a filesel_select_file_save_folder() - used by Save All
8399
8400 2005-08-29 [paul]       1.9.13cvs71
8401
8402         * AUTHORS
8403         * src/matcher_parser_parse.y
8404         * src/etpan/imap-thread.c
8405                 fix building on FreeBSD
8406                 Patch by Daniel Gustafson <daniel@hobbit.se>
8407
8408 2005-08-29 [paul]       1.9.13cvs70
8409
8410         * src/plugins/pgpinline/pgpinline.c
8411                 only initialise sig result if it's been handled
8412                 Patch by Colin
8413
8414 2005-08-29 [paul]       1.9.13cvs69
8415         
8416         Patches by Colin:
8417
8418         * src/imap.c
8419         * src/common.utils.c
8420         * src/common/utils.h
8421                 optimisation
8422         * src/stock_pixmap.h
8423                 fix wrong icon reference
8424         * src/pixmaps/trash_btn.xpm
8425                 replace with nicer image
8426
8427 2005-08-28 [colin]      1.9.13cvs68
8428
8429         * src/Makefile.am
8430         * src/stock_pixmap.c
8431         * src/stock_pixmap.h
8432         * src/toolbar.c
8433         * src/pixmaps/trash_btn.xpm
8434                 Add a specific trash xpm for the button
8435
8436 2005-08-28 [colin]      1.9.13cvs67
8437
8438         * src/imap.c
8439                 Fix leak
8440
8441 2005-08-27 [colin]      1.9.13cvs66
8442
8443         * src/imap.c
8444         * src/procmime.c
8445                 Correctly fix "Problem with replies", fixes
8446                 pgpmime encryption too. 
8447
8448 2005-08-27 [colin]      1.9.13cvs65
8449
8450         * src/folder.c
8451         * src/procmsg.c
8452         * src/procmsg.h
8453         * src/summaryview.c
8454                 Fix bug #517 (messages removed from summaryview 
8455                 when moving fails)
8456
8457 2005-08-27 [colin]      1.9.13cvs64
8458
8459         * tools/Makefile.am
8460         * tools/asus_mailled.sh
8461                 Add a script to blink ASUS laptops' mail LED where there
8462                 is unread mail.
8463
8464 2005-08-27 [colin]      1.9.13cvs63
8465
8466         * src/imap.c
8467         * src/etpan/imap-thread.c
8468         * src/etpan/imap-thread.h
8469                 Implement automatic choosing of login method
8470                 Fixes bug #791
8471         * src/gtk/.cvsignore
8472                 Add sylpheed-marshal.[ch]
8473
8474 2005-08-27 [colin]      1.9.13cvs62
8475
8476         * src/common/utils.c
8477                 Fix confusing perror
8478
8479 2005-08-27 [colin]      1.9.13cvs61
8480
8481         * src/toolbar.c
8482         * src/toolbar.h
8483                 Remove A_DELETE, replace it with 
8484                 A_TRASH and A_DELETE_REAL. Automatically
8485                 rewrite config files to replace A_DELETE
8486                 with A_TRASH (no functionality change).
8487                 Fixes half of #794
8488
8489 2005-08-26 [colin]      1.9.13cvs60
8490
8491         * src/procmime.c
8492                 Previous "Problem with replies" fix brought other
8493                 problems, fixing them
8494
8495 2005-08-26 [colin]      1.9.13cvs59
8496
8497         * src/procmime.c
8498                 Fix "Problem with replies". This happened only
8499                 on IMAP...
8500         * src/procmsg.c
8501                 Factorize code a bit
8502         * src/compose.c
8503                 Speed improvement on very long messages (wrapping)
8504                 Fix signature color on Reedit and Redirect
8505                 On Reedit, don't attach pgp-signatures parts, but
8506                 set signing to On.
8507
8508 2005-08-24 [paul]       1.9.13cvs58
8509
8510         * src/compose.c
8511                 don't claim success when clicking
8512                 Cancel on the passphrase box.
8513                 Patch by Colin
8514
8515 2005-08-24 [paul]       1.9.13cvs57
8516
8517         * src/main.c
8518                 fix misplaced sylpheed.log
8519         * src/common/defs.h
8520                 define UIDL_DIR
8521
8522 2005-08-24 [paul]       1.9.13cvs56
8523
8524         * src/imap.c
8525         * src/etpan/imap-thread.c
8526         * src/etpan/imap-thread.h
8527                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
8528                 Patch by Colin
8529         * src/gtk/sylpheed-marshal.c    ** REMOVED **
8530         * src/gtk/sylpheed-marshal.h    ** REMOVED **
8531                 remove autogenerated files
8532         * tools/kdeservicemenu/README
8533         * tools/kdeservicemenu/install.sh
8534         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8535         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8536                 use Claws icon, use 'Sylpheed-Claws' in menu,
8537                 use kdialog, and other cleanups
8538
8539 2005-08-23 [paul]       1.9.13cvs55
8540
8541         * src/compose.c
8542                 fix paste/wrap crash
8543                 Patch by Colin
8544
8545 2005-08-23 [paul]       1.9.13cvs54
8546
8547         * src/main.c
8548                 fix crash recovery
8549                 Patch by Colin
8550
8551 2005-08-23 [paul]       1.9.13cvs53
8552
8553         * src/addressbook.c
8554         * src/editaddress.c
8555                 view all data of LDAP contacts
8556                 Patch by Colin
8557
8558 2005-08-23 [paul]       1.9.13cvs52
8559
8560         * src/addressbook.c
8561                 fix issues with the Search field
8562                 Patch by Colin
8563
8564 2005-08-22 [paul]       1.9.13cvs51
8565
8566         * src/folderview.c
8567                 put name of folder in processing dialog
8568                 title
8569         * src/prefs_folder_item.c
8570                 improve english usage
8571
8572 2005-08-22 [paul]       1.9.13cvs50
8573
8574         * src/filtering.c
8575         * src/filtering.h
8576         * src/matcher.c
8577         * src/matcher_parser_lex.l
8578         * src/matcher_parser_parse.y
8579         * src/prefs_filtering.c
8580                 add Filtering/Processing rule names feature.
8581                 (the incompatible old matcherrc is saved as
8582                 matcherrc.pre_names).
8583                 Patch by Colin
8584
8585 2005-08-22 [paul]       1.9.13cvs49
8586
8587         * src/procmsg.c
8588                 fix colour labelling
8589                 Patch by Colin
8590
8591 2005-08-22 [paul]       1.9.13cvs48
8592
8593         * src/textview.c
8594                 fix open_image_cb()
8595
8596 2005-08-22 [paul]       1.9.13cvs47
8597
8598         * src/imap.c
8599                 fix bug 789, 'SC crashes with imap (CVS ver)'
8600                 Patch by Colin
8601
8602 2005-08-22 [paul]       1.9.13cvs46
8603
8604         * src/mimeview.c
8605         * src/prefs_common.c
8606         * src/common/defs.h
8607                 define reused defaults in defs.h
8608         * src/textview.c
8609                 add 'Open image' to image popup menu
8610
8611 2005-08-21 [colin]      1.9.13cvs45
8612
8613         * src/summaryview.c
8614                 Fix bug #788 (Bogus "From" address displayed)
8615
8616 2005-08-20 [colin]      1.9.13cvs44
8617
8618         * src/folder.c
8619                 Fix buf #787 (multilevel delete causes SIGSEGV)
8620
8621 2005-08-19 [colin]      1.9.13cvs43
8622
8623         * src/inc.c
8624         * src/prefs_common.c
8625         * src/prefs_common.h
8626                 Add an hidden pref to allow modifying the
8627                 update stepping in incorporation.
8628                 Patch by wwp.
8629
8630 2005-08-19 [colin]      1.9.13cvs42
8631
8632         * src/compose.c
8633         * src/procmime.c
8634                 Workaround for broken MUAs: encode 
8635                 Content-type: name: as ASCII and 
8636                 Content-Disposition: filename: as
8637                 per rfc2231
8638         * src/prefs_account.c
8639                 Fix invisible-ness of SMTP SSL prefs
8640                 in NNTP accounts
8641
8642 2005-08-19 [paul]       1.9.13cvs41
8643
8644         * src/compose.c
8645         * src/prefs_common.c
8646         * src/prefs_common.h
8647         * src/prefs_wrapping.c
8648                 paste with or without wrapping.
8649                 patch by Colin
8650
8651 2005-08-19 [paul]       1.9.13cvs40
8652
8653         * src/prefs_common.c
8654         * src/prefs_common.h
8655         * src/summaryview.c
8656                 reintroduce enable_swap_from as a
8657                 hidden pref. patch by Colin
8658         * src/quote_fmt_parse.y
8659         * src/plugins/clamav/clamav_plugin.c
8660         * src/plugins/dillo_viewer/dillo_viewer.c
8661         * src/plugins/mathml_viewer/mathml_viewer.c
8662         * src/plugins/pgpcore/sgpgme.c
8663         * src/plugins/pgpinline/pgpinline.c
8664         * src/plugins/pgpmime/pgpmime.c
8665                 tidy up. patch by Colin
8666
8667 2005-08-19 [paul]       1.9.13cvs39
8668
8669         * configure.ac
8670                 complete cvs38's sync
8671         * src/editaddress.c
8672         * src/gedit-print.c
8673         * src/mutt.c
8674         * src/etpan/etpan-log.c
8675         * src/etpan/imap-thread.c
8676         * src/gtk/gtksourceprintjob.c
8677                 fix compilation warnings
8678                 (patch by Colin)
8679
8680 2005-08-19 [paul]       1.9.13cvs38
8681
8682         sync with main:
8683
8684         * src/account.c
8685         * src/action.c
8686         * src/addrbook.c
8687         * src/addrcache.c
8688         * src/addrharvest.c
8689         * src/addrindex.c
8690         * src/codeconv.c
8691         * src/compose.c
8692         * src/crash.c
8693         * src/exporthtml.c
8694         * src/exportldif.c
8695         * src/folder.c
8696         * src/image_viewer.c
8697         * src/inc.c
8698         * src/inc.h
8699         * src/jpilot.c
8700         * src/ldif.c
8701         * src/main.c
8702         * src/matcher.c
8703         * src/mbox.c
8704         * src/messageview.c
8705         * src/mh.c
8706         * src/mimeview.c
8707         * src/msgcache.c
8708         * src/mutt.c
8709         * src/news.c
8710         * src/partial_download.c
8711         * src/pine.c
8712         * src/pop.c
8713         * src/prefs_actions.c
8714         * src/prefs_common.c
8715         * src/prefs_customheader.c
8716         * src/prefs_display_header.c
8717         * src/prefs_gtk.c
8718         * src/prefs_themes.c
8719         * src/procheader.c
8720         * src/procmime.c
8721         * src/procmsg.c
8722         * src/recv.c
8723         * src/send_message.c
8724         * src/simple-gettext.c
8725         * src/sourcewindow.c
8726         * src/textview.c
8727         * src/vcard.c
8728         * src/common/defs.h
8729         * src/common/log.c
8730         * src/common/plugin.c
8731         * src/common/prefs.c
8732         * src/common/session.c
8733         * src/common/session.h
8734         * src/common/socket.c
8735         * src/common/socket.h
8736         * src/common/ssl_certificate.c
8737         * src/common/template.c
8738         * src/common/utils.c
8739         * src/common/utils.h
8740         * src/common/xml.c
8741         * src/gtk/about.c
8742         added wrappers for C library function that
8743                 take pathname arguments.
8744                 enabled compilation with MinGW.
8745                 use GDir instead of directly using opendir().
8746                 added rename_force().
8747
8748 2005-08-19 [paul]       1.9.13cvs37
8749         
8750         patches by Colin:
8751         * src/compose.c
8752                 fix privacy settings on re-editing
8753                 a sent message
8754         * src/jpilot.c
8755                 fix encoding bug
8756         * src/folder.c
8757         * src/procmsg.c
8758         * src/procmsg.h
8759         * src/summaryview.c
8760                 flag changing optimisation
8761
8762 2005-08-18 [martin]     1.9.13cvs36
8763
8764         * commitHelper
8765             added my login
8766         * src/addrcache.c
8767         * src/addrharvest.c
8768         * src/addrindex.c
8769         * src/compose.c
8770         * src/grouplistdialog.c
8771         * src/main.c
8772         * src/mainwindow.c
8773         * src/msgcache.c
8774         * src/mutt.c
8775         * src/pine.c
8776         * src/prefs_account.c
8777         * src/prefs_themes.c
8778         * src/stock_pixmap.c
8779         * src/summaryview.c
8780         * src/gtk/about.c
8781         * src/gtk/logwindow.c
8782             removed deprecated glib and gdk stuff
8783         * src/plugins/pgpcore/select-keys.c
8784             convert attributes from locale to utf8
8785
8786 2005-08-17 [paul]       1.9.13cvs35
8787
8788         * src/account.c
8789         * src/addressbook.c
8790                 use new GTK_STOCK_ icons if available
8791         * src/summaryview.c
8792         * src/gtk/gtksctree.c
8793         * src/gtk/gtksctree.h
8794                 faster range select. patch by Colin
8795
8796 2005-08-17 [paul]       1.9.13cvs34
8797
8798         patches by colin:
8799         * src/addressbook.c
8800         * src/addressitem.h
8801                 Add an edit button for contacts, fix selections
8802                 of gtksctree items
8803         * src/editaddress.c
8804                 Change labels, let Save be always possible in the
8805                 email and user atributes tabs
8806         * src/folderview.c
8807                 fix sort issues
8808         * src/summaryview.c
8809                 select next item instead of the displayed one
8810                 after deletion
8811
8812         * src/gtk/progressdialog.c
8813                 use prefs_common.enable_rules_hint
8814
8815 2005-08-13 [hoa]        1.9.13cvs33
8816
8817         * src/etpan/imap-thread.c
8818                 fixed build on Solaris.
8819
8820 2005-08-10 [colin]      1.9.13cvs32
8821
8822         * src/procmsg.c
8823                 Fix cvs31 (missing fclose before reading
8824                 the file)
8825
8826 2005-08-10 [colin]      1.9.13cvs31
8827
8828         * src/procmsg.c
8829                 Fix procmsg_msginfo_new_from_mimeinfo() when
8830                 the MimeInfo isn't stored in memory. This fixes
8831                 replying to an attached message.
8832
8833 2005-08-10 [colin]      1.9.13cvs30
8834
8835         * src/mainwindow.c
8836                 Fix slowness in account changing
8837
8838 2005-08-10 [colin]      1.9.13cvs29
8839
8840         * src/folder.c
8841         * src/folderutils.c
8842         * src/folderview.c
8843         * src/imap_gtk.c
8844         * src/mainwindow.c
8845         * src/mh_gtk.c
8846         * src/procmsg.c
8847         * src/summaryview.c
8848                 Optimize folder_has_parent_of_type
8849                 Prevent moving special sub-folders from contextual menus
8850                 Rework message a bit ("Empty all messages" -> "Delete all
8851                 messages")
8852                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
8853                 and "Deleted Items" folders)
8854
8855 2005-08-08 [colin]      1.9.13cvs28
8856
8857         * src/summaryview.c
8858         * src/prefs_summaries.c
8859                 Make "Select first unread|new" more flexible
8860                 (just prioritize new or unread)
8861
8862 2005-08-08 [colin]      1.9.13cvs27
8863
8864         * src/summaryview.c
8865                 If "select first new" is selected and there only
8866                 are unread messages, fallback to "select first
8867                 unread".
8868
8869 2005-08-08 [colin]      1.9.13cvs26
8870
8871         * src/folder.c
8872                 Fix shameful bugs (and bug #779)
8873
8874 2005-08-08 [colin]      1.9.13cvs25
8875
8876         * src/folder.c
8877         * src/folder.h
8878                 Cache parents' type to make folder_has_parent_of_type
8879                 faster
8880         * src/folderview.c
8881                 Forbid DnD of special sub-folders
8882         * src/procmsg.c
8883         * src/procmsg.h
8884                 Add MAIL_POSTFILTERING_HOOK
8885         * src/summaryview.c
8886                 Revert over-zealous deletion of the use_addr_book 
8887                 code
8888
8889 2005-08-07 [colin]      1.9.13cvs24
8890
8891         * src/folder.c
8892                 Fix big mistake (passing MsgInfo instead 
8893                 of FolderItem)
8894
8895 2005-08-07 [colin]      1.9.13cvs23
8896
8897         * src/compose.c
8898         * src/folder.c
8899         * src/folder.h
8900         * src/foldersel.c
8901         * src/folderutils.c
8902         * src/folderview.c
8903         * src/imap.c
8904         * src/mainwindow.c
8905         * src/messageview.c
8906         * src/mh.c
8907         * src/msgcache.c
8908         * src/procmime.c
8909         * src/summaryview.c
8910                 Make subfolders of Drafts, Queue, Outbox, Trash
8911                 work like their parents. 
8912                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
8913
8914 2005-08-07 [colin]      1.9.13cvs22
8915
8916         * src/addressbook.c
8917                 Fix bug #771 (Dragged contacts not saved)
8918
8919 2005-08-07 [paul]       1.9.13cvs21
8920
8921         * src/summaryview.c
8922                 fix bug 32 'Search Doesn't display results
8923                 if "Hide Read Messages" is chosen'
8924                 be more literal in interpreting 'Hide read
8925                 messages'
8926
8927 2005-08-07 [colin]      1.9.13cvs20
8928
8929         * src/folderview.c
8930                 Add debug
8931         * src/summaryview.c
8932                 Faster 'unthread_for_execution'
8933
8934 2005-08-06 [paul]       1.9.13cvs19
8935
8936         * src/mainwindow.c
8937                 add mnemonics to Set displayed columns
8938                 fix bug where msgview_visible option was
8939                 overwritten as TRUE on startup
8940
8941 2005-08-06 [paul]       1.9.13cvs18
8942
8943         * src/mainwindow.c
8944                 refer to 'displayed columns in folder/message
8945                 list' not 'displayed items in summary/message view'
8946         * src/prefs_display_header.c
8947                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
8948                 be consistent with similar dialogues
8949         * src/prefs_folder_column.c
8950         * src/prefs_summary_column.c
8951                 'columns' not 'items', and folder and message lists,
8952                 instead of folder and summary views;
8953                 Use 'Hidden columns' as list heading not 'Available
8954                 items';
8955                 move the 'Remove' button to the right hand side;
8956                 top-align the buttons;
8957                 remove unneeded vbox
8958         * src/prefs_summaries.c
8959                 put the 2 column prefs buttons in a frame to reduce
8960                 overall width; refer to columns not items &c.
8961
8962 2005-08-05 [colin]      1.9.13cvs17
8963
8964         * src/prefs_common.c
8965         * src/prefs_common.h
8966         * src/mainwindow.c
8967         * src/compose.c
8968         * src/messageview.c
8969                 Add an hidden toolbar_detachable pref, so
8970                 that I can get rid of these painful handles
8971                 in the toolbars. Defaults to TRUE to avoid
8972                 changing the GUI on unsuspecting people...
8973
8974 2005-08-05 [colin]      1.9.13cvs16
8975
8976         * src/Makefile.am
8977         * src/prefs_folder_column.c
8978         * src/prefs_folder_column.h
8979                 Add prefs for folder columns
8980         * src/folderview.c
8981         * src/folderview.h
8982         * src/mainwindow.c
8983         * src/mainwindow.h
8984         * src/prefs_common.c
8985         * src/prefs_common.h
8986         * src/prefs_summaries.c
8987                 Use them
8988         * src/prefs_summary_column.c
8989         * src/summaryview.c
8990         * src/summaryview.h
8991                 Add a To column
8992         * src/textview.c
8993         * src/common/utils.c
8994         * src/common/utils.h
8995                 Move uri colourisation functions
8996                 to utils
8997         * src/compose.c
8998                 Colourise URIs
8999         * src/imap.c
9000                 Fix bug with LIST where we'd try
9001                 to get Folder//////[...]/// 
9002
9003 2005-08-05 [paul]       1.9.13cvs15
9004
9005         * src/prefs_summaries.c
9006                 improve the English usage
9007         * src/summaryview.c
9008                 set font on column change
9009                 thanks to Colin
9010
9011 2005-08-05 [paul]       1.9.13cvs14
9012
9013         * src/prefs_common.c
9014         * src/prefs_common.h
9015         * src/prefs_summaries.c
9016         * src/summaryview.c
9017                 replace 'open_unread_on_enter' option with
9018                 'select_on_entry' option. opening/not opening
9019                 is now exclusively controlled by 'always_show_msg'
9020
9021 2005-08-04 [colin]      1.9.13cvs13
9022
9023         * src/compose.c
9024                 Remove dead code
9025                 Add colourisation of quotes and signatures
9026         * src/folderview.c
9027                 Fix possible crashes
9028         * src/messageview.c
9029                 Change an assert that is no problem
9030         * src/news.c
9031         * src/news_gtk.c
9032         * src/news_gtk.h
9033                 Fix offline mode
9034         * src/gtk/quicksearch.c
9035                 Fix a possible crash
9036
9037 2005-08-03 [colin]      1.9.13cvs12
9038
9039         * src/prefs_account.c
9040                 Fix bug #777 (Sylpheed crash in account configuration)
9041
9042 2005-08-03 [colin]      1.9.13cvs11
9043
9044         * src/addressbook.c
9045         * src/editaddress.c
9046         * src/editgroup.c
9047                 Fixing addressbook, round 2
9048         * src/textview.c
9049                 Fix emphasis color on rechecking 'Colorize messages'
9050
9051 2005-08-03 [paul]       1.9.13cvs10
9052
9053         sync with main
9054
9055         * src/addr_compl.c
9056         * src/compose.c
9057         * src/main.c
9058         * src/pop.c
9059         * src/prefs_account.c
9060         * src/procmime.c
9061         * src/procmsg.c
9062         * src/quote_fmt_parse.y
9063         * src/textview.c
9064         * src/common/quoted-printable.c
9065         * src/common/utils.c
9066         * src/common/utils.h
9067         * src/common/xml.c
9068                 replaced incorrect locale-independent
9069                 ctype functions with GLib's. Corrected
9070                 signedness mismatch.
9071         * src/headerview.c
9072                 headerview_create(): added spacing for vbox.
9073         * src/gtk/about.c
9074                 set focus to the OK button.
9075
9076 2005-08-03 [colin]      1.9.13cvs9
9077
9078         * src/folderview.c
9079                 Fix possible crash
9080
9081 2005-08-02 [colin]      1.9.13cvs8
9082
9083         * src/mainwindow.c
9084                 Fix cast
9085         * src/addressbook.c
9086         * src/addressitem.h
9087                 Fix a cast and more generally, try to make the
9088                 GUI more intuitive and consistent (round 1)
9089
9090 2005-08-02 [paul]       1.9.13cvs7
9091
9092         * src/folder.h
9093                 missing in 1.9.13cvs6
9094
9095 2005-08-02 [colin]      1.9.13cvs6
9096
9097         * src/folder.c
9098                 Fix one more leak
9099
9100 2005-08-02 [colin]      1.9.13cvs5
9101
9102         * src/folder.c
9103         * src/folderview.c
9104         * src/imap.c
9105         * src/main.c
9106         * src/mbox.c
9107         * src/procmsg.c
9108         * src/summaryview.c
9109                 Fix a number of folder_item_get_msg_list()-related
9110                 leaks (missing procmsg_msginfo_free()s)
9111
9112 2005-08-01 [colin]      1.9.13cvs4
9113
9114         * src/folderview.c
9115         * src/folderview.h
9116         * src/mainwindow.c
9117         * src/prefs_fonts.c
9118         * src/prefs_summaries.c
9119         * src/prefs_themes.c
9120         * src/summaryview.c
9121         * src/summaryview.h
9122         * src/textview.c
9123         * src/textview.h
9124                 Fix instant-apply of summary and folderview-related prefs
9125                 Fix erroneous g_free and alertpanels in prefs_theme
9126                 Add instant-apply for fonts
9127                 Defer applying of prefs a little bit so it's done only
9128                 once even if requested by multiples prefs pages
9129
9130 2005-08-01 [paul]       1.9.13cvs3
9131
9132         * src/main.c
9133                 fix bug 776 'S.C. crashes on close'
9134                 thanks to Colin
9135         * src/etpan/etpan-thread-manager-types.h
9136                 add missing include
9137                 thanks to Hoa
9138
9139 2005-07-25 [paul]       1.9.13cvs2
9140
9141         * src/summaryview.c
9142                 fix typos. spotted by Fabien Vantard
9143
9144 2005-07-24 [paul]       1.9.13cvs1
9145
9146         * doc/man/sylpheed.1
9147                 update man page, incorporating fix of
9148                 bug 769 'Typo in manpage'
9149         * src/etpan/imap-thread.c
9150                 fix NetBSD openssl dependencies. patch by
9151                 George Michaelson <ggm@apnic.net>
9152         * po/pt_BR.po
9153                 updated by Frederico Goncalves Guimaraes
9154
9155 2005-07-22 [paul]       1.9.13
9156
9157         1.9.13 release
9158
9159 2005-07-22 [paul]       1.9.12cvs91
9160
9161         * AUTHORS
9162         * INSTALL
9163         * README.claws
9164         * RELEASE_NOTES.claws
9165                 updated for release
9166         * configure.ac
9167         * po/nb.po
9168         * tools/claws.i18n.status.pl
9169                 add Norwegian translation. submiited by
9170                 Geir Helland <pjallabais@users.sourceforge.net>
9171         * po/ca.po
9172         * po/de.po
9173         * po/es.po
9174         * po/fi.po
9175         * po/fr.po
9176         * po/it.po
9177         * po/sk.po
9178         * po/sr.po
9179         * po/zh_CN.po
9180                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9181                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
9182                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
9183                 Yang Guilong
9184         * src/plugins/clamav/clamav_plugin_gtk.c
9185         * src/plugins/spamassassin/spamassassin_gtk.c
9186                 replace outdated description strings
9187
9188 2005-07-21 [colin]      1.9.12cvs90
9189
9190         * src/folder.c
9191                 Set folder to batch mode when scanning it. Makes deletion
9192                 of unread mails on IMAP much faster (due to the UNREAD 
9193                 flag unsetting)
9194
9195 2005-07-21 [darko]      1.9.12cvs89
9196
9197         * configure.ac
9198                 link against libresolv if necessary (patch by Paul)
9199         * src/msgcache.c
9200                 use glib's portable macros to determine endianness
9201
9202 2005-07-21 [paul]       1.9.12cvs88
9203
9204         * src/crash.c
9205         * src/gtk/about.c
9206                 update compiled-in features list
9207
9208 2005-07-20 [colin]      1.9.12cvs87
9209
9210         * src/folder.c
9211         * src/textview.c
9212                 Gcc 2.9x compilation fixes, thanks to Darko
9213         * src/plugins/clamav/clamav_plugin.c
9214                 Little optimisation: load virus database only once
9215         * src/plugins/spamassassin/spamassassin.c
9216                 Big optimisation: filtering one mail took at least 1 second,
9217                 now it takes at least 50ms. Doesn't speed up spamassassin 
9218                 itself, but should already be much more tolerable.
9219
9220 2005-07-20 [colin]      1.9.12cvs86
9221
9222         * src/summaryview.c
9223                 Fix performance issue
9224
9225 2005-07-19 [colin]      1.9.12cvs85
9226
9227         * src/plugins/pgpinline/plugin.c
9228                 Fix warning
9229
9230 2005-07-19 [colin]      1.9.12cvs84
9231
9232         * configure.ac
9233         * src/plugins/Makefile.am
9234         * src/plugins/pgpinline/.cvsignore
9235         * src/plugins/pgpinline/Makefile.am
9236         * src/plugins/pgpinline/pgpinline.c
9237         * src/plugins/pgpinline/pgpinline.deps
9238         * src/plugins/pgpinline/pgpinline.h
9239         * src/plugins/pgpinline/plugin.c
9240                 Put pgpinline in the main tree
9241
9242 2005-07-19 [paul]       1.9.12cvs83
9243
9244         * src/prefs_actions.c
9245                 prevent '//' in menu names, which cause a crash
9246                 thanks to Colin
9247
9248 2005-07-19 [paul]       1.9.12cvs82
9249
9250         * configure.ac
9251                 be generally more informative in configure output.
9252                 OpenSSL: correction: '[ --enable-openssl ...' -> 
9253                 '[ --disable-openssl ...', as --enable-openssl is default
9254                 PGP/MIME: don't check for GPGME again, check for
9255                 pgpcore instead. Therefore prevent the possibility of
9256                 attempting to build pgpmime if pgpcore dependencies are
9257                 not met
9258                 ClamAV: use pkgconfig to check for lib
9259                 libgnomeprint: revert logic on inner test to match
9260                 everything else
9261         * src/plugins/pgpcore/sgpgme.c
9262                 add missing include
9263
9264 2005-07-19 [colin]      1.9.12cvs81
9265
9266         * src/summaryview.c
9267                 Fix slow thread rebuilding in particular
9268                 cases
9269
9270 2005-07-19 [paul]       1.9.12cvs80
9271
9272         * sylpheed-claws.desktop
9273                 fix typo, spotted by Stephan Sachse
9274         * src/account.c
9275                 replace GTK_STOCK_ADD with
9276                 GTK_STOCK_NEW button
9277
9278 2005-07-18 [colin]      1.9.12cvs79
9279
9280         * src/etpan/imap-thread.c
9281                 Fix return value (Thanks Hoa)
9282
9283 2005-07-18 [colin]      1.9.12cvs78
9284
9285         * src/imap.c
9286                 Allow empty passwords
9287                 Create drafts/queue/outbox if necessary
9288         * src/summaryview.c
9289                 Remove old code
9290         * src/etpan/imap-thread.c
9291                 Fix STARTTLS (Thanks to Hoa)
9292
9293 2005-07-18 [paul]       1.9.12cvs77
9294
9295         * ChangeLog-gtk2.jp
9296         * ChangeLog.jp
9297                 removed
9298         * Makefile.am
9299                 updated to reflect additions and removals
9300         * TODO
9301                 updated to be claws-specific
9302         * TODO-gtk2
9303         * TODO-gtk2.jp
9304         * TODO.jp
9305         * sylpheed-128x128.png
9306         * sylpheed-64x64.png
9307                 removed
9308         * sylpheed-claws-128x128.png
9309         * sylpheed-claws-64x64.png
9310         * sylpheed-claws.desktop
9311         * sylpheed-claws.png
9312                 added
9313         * sylpheed.desktop
9314         * sylpheed.png
9315                 removed
9316
9317 2005-07-17 [paul]       1.9.12cvs76
9318
9319         * src/account.c
9320         * src/addressbook.c
9321         * src/alertpanel.c
9322         * src/alertpanel.h
9323         * src/compose.c
9324         * src/exphtmldlg.c
9325         * src/expldifdlg.c
9326         * src/folderview.c
9327         * src/imap_gtk.c
9328         * src/inc.c
9329         * src/message_search.c
9330         * src/messageview.c
9331         * src/mh_gtk.c
9332         * src/news_gtk.c
9333         * src/prefs_actions.c
9334         * src/prefs_filtering.c
9335         * src/prefs_matcher.c
9336         * src/prefs_template.c
9337         * src/prefs_themes.c
9338         * src/ssl_manager.c
9339         * src/summary_search.c
9340         * src/textview.c
9341         * src/toolbar.c
9342         * src/gtk/sslcertwindow.c
9343         * src/plugins/pgpcore/sgpgme.c
9344                 rework alertpanels
9345
9346 2005-07-17 [colin]      1.9.12cvs75
9347
9348         * src/privacy.c
9349                 add a PrivacySystem accessor that checks that
9350                 the system cached in a MimeInfo's privacydata
9351                 is still registered. Use this accessor instead
9352                 of directly using data->system. Fixes crashes
9353                 after unloading pgp plugins.
9354
9355 2005-07-17 [colin]      1.9.12cvs74
9356
9357         * src/alertpanel.c
9358                 Change geometry hints to a simple default size.
9359                 Fixes the certs dialogs.
9360
9361 2005-07-17 [colin]      1.9.12cvs73
9362
9363         * src/gtk/sslcertwindow.c
9364                 Use a gtkExpander
9365
9366 2005-07-17 [colin]      1.9.12cvs72
9367
9368         * src/plugins/pgpcore/Makefile.am
9369         * src/plugins/pgpmime/Makefile.am
9370                 Add gpgme libs
9371
9372 2005-07-17 [paul]       1.9.12cvs71
9373
9374         * configure.ac
9375                 add --disable-gnomeprint option
9376                 modified version of patch by Marius Mauch
9377
9378 2005-07-17 [paul]       1.9.12cvs70
9379
9380         * src/common/defs.h
9381                 update urls
9382         * src/account.c
9383         * src/action.c
9384         * src/addressbook.c
9385         * src/compose.c
9386         * src/foldersel.c
9387         * src/folderview.c
9388         * src/html.c
9389         * src/imap_gtk.c
9390         * src/main.c
9391         * src/mainwindow.c
9392         * src/messageview.c
9393         * src/mh_gtk.c
9394         * src/mimeview.c
9395         * src/news_gtk.c
9396         * src/prefs_account.c
9397         * src/prefs_send.c
9398         * src/prefs_summaries.c
9399         * src/procmsg.c
9400         * src/summaryview.c
9401         * src/common/utils.c
9402         * src/common/xml.c
9403         * src/plugins/pgpcore/passphrase.c
9404         * src/plugins/pgpcore/select-keys.c
9405                 replace inappropriately used backticks
9406                 with single quotes
9407
9408 2005-07-16 [colin]      1.9.12cvs69
9409
9410         * src/image_viewer.c
9411                 Add extra paranoid checks
9412
9413 2005-07-16 [colin]      1.9.12cvs68
9414
9415         * src/plugins/pgpcore/prefs_gpg.c
9416                 Don't auto-check sigs by default, as it
9417                 can be really slow.
9418
9419 2005-07-16 [colin]      1.9.12cvs67
9420
9421         * src/plugins/pgpcore/sgpgme.c
9422                 Make messages a bit better.
9423
9424 2005-07-16 [colin]      1.9.12cvs66
9425
9426         * src/imap.c
9427                 Remove pseudo-log
9428         * src/etpan/imap-thread.c
9429                 Add real log
9430
9431 2005-07-16 [colin]      1.9.12cvs65
9432
9433         * src/main.c
9434         * src/prefs_other.c
9435                 And now, fix build with libetpan :-/
9436
9437 2005-07-15 [colin]      1.9.12cvs64
9438
9439         * src/prefs_other.c
9440                 Continue fixing build without libetpan.
9441
9442 2005-07-15 [colin]      1.9.12cvs63
9443
9444         * src/main.c
9445                 Fix build with --disable-libetpan
9446
9447 2005-07-15 [colin]      1.9.12cvs62
9448
9449         * configure.ac
9450                 Bump libetpan's version
9451
9452 2005-07-15 [colin]      1.9.12cvs61
9453
9454         * src/etpan/imap-thread.c
9455                 Actually stop logging :)
9456
9457 2005-07-15 [colin]      1.9.12cvs60
9458
9459         * src/addressbook.c
9460                 Fix dnd of multiple addresses.
9461
9462 2005-07-15 [hoa]        1.9.12cvs59
9463
9464         * src/etpan/imap-thread.c
9465             disable login of IMAP password in libetpan log file.
9466
9467 2005-07-15 [paul]       1.9.12cvs58
9468
9469         * src/account.c
9470                 don't automatically sort
9471                 do allow drag n drop
9472
9473 2005-07-15 [paul]       1.9.12cvs57
9474
9475         * src/account.c
9476         * src/ssl_manager.c
9477                 alphabetical listing
9478
9479 2005-07-15 [paul]       1.9.12cvs56
9480
9481         * src/gtk/pluginwindow.c
9482                 sort plugin list alphabetically
9483
9484 2005-07-15 [paul]       1.9.12cvs55
9485
9486         * src/prefs_spelling.c
9487         * src/prefs_wrapping.c
9488                 unify English usage
9489
9490 2005-07-15 [colin]      1.9.12cvs54
9491
9492         * src/wizard.c
9493                 Typo fix
9494
9495 2005-07-15 [paul]       1.9.12cvs53
9496
9497         * src/prefs_message.c
9498                 make 'show cursor' a hidden option
9499
9500 2005-07-14 [colin]      1.9.12cvs52
9501
9502         * src/plugins/spamassassin/Makefile.am
9503         * src/plugins/clamav/Makefile.am
9504                 Fix double EXTRA_DISTs
9505
9506 2005-07-14 [colin]      1.9.12cvs51
9507
9508         * src/plugins/clamav/Makefile.am
9509         * src/plugins/clamav/clamav_plugin_gtk.deps
9510         * src/plugins/spamassassin/Makefile.am
9511         * src/plugins/spamassassin/spamassassin_gtk.deps
9512                 Make $plugin_gtk depend on $plugin
9513
9514 2005-07-14 [hoa]        1.9.12cvs50
9515
9516         * src/etpan/imap-thread.c
9517                 enable debug log of libetpan when running with --debug
9518
9519 2005-07-14 [colin]      1.9.12cvs49
9520
9521         * configure.ac
9522         * src/common/Makefile.am
9523         * src/common/plugin.c
9524         * src/common/plugin.h
9525                 Add a little plugin dependancy system.
9526                 Plugins can ship a $plugin_name.deps file
9527                 (near them in PLUGINDIR) so that their
9528                 dependancies are loaded if possible.
9529         * src/plugins/Makefile.am
9530         * src/plugins/pgpcore/Makefile.am
9531         * src/plugins/pgpcore/passphrase.c
9532         * src/plugins/pgpcore/passphrase.h
9533         * src/plugins/pgpcore/plugin.c
9534         * src/plugins/pgpcore/prefs_gpg.c
9535         * src/plugins/pgpcore/prefs_gpg.h
9536         * src/plugins/pgpcore/select-keys.c
9537         * src/plugins/pgpcore/select-keys.h
9538         * src/plugins/pgpcore/sgpgme.c
9539         * src/plugins/pgpcore/sgpgme.h
9540                 Introduce pgpcore, used by pgpmime and
9541                 pgpinline
9542         * src/plugins/pgpmime/Makefile.am
9543         * src/plugins/pgpmime/passphrase.c
9544         * src/plugins/pgpmime/passphrase.h
9545         * src/plugins/pgpmime/pgpmime.c
9546         * src/plugins/pgpmime/pgpmime.deps
9547         * src/plugins/pgpmime/plugin.c
9548         * src/plugins/pgpmime/prefs_gpg.c
9549         * src/plugins/pgpmime/prefs_gpg.h
9550         * src/plugins/pgpmime/select-keys.c
9551         * src/plugins/pgpmime/select-keys.h
9552         * src/plugins/pgpmime/sgpgme.c
9553         * src/plugins/pgpmime/sgpgme.h
9554                 Remove the core from pgpmime and add the
9555                 dependancy to pgpcore.
9556
9557 2005-07-14 [paul]       1.9.12cvs48
9558
9559         * src/stock_pixmap.c
9560                 forgot this in last commit
9561
9562 2005-07-14 [paul]       1.9.12cvs47
9563
9564         * src/account.c
9565         * src/addressbook.c
9566                 add accelerators for the buttons (sync with main)
9567         * src/compose.c
9568         * src/compose.h
9569                 add accelerators for the buttons.
9570                 fix editing with external editor.
9571                 replace gdk_input_*() with GIOChannel;
9572                 (sync with main)
9573         * src/foldersel.c
9574                 display folder names with new/unread
9575                 representation (sync with main)
9576         * src/main.c
9577                 specify default window icon (sync with main)
9578         * src/prefs_common.c
9579                 use_addr_book default to FALSE
9580         * src/summaryview.c
9581         * src/textview.c
9582                 add accelerators for the buttons (sync with main)
9583         * src/gtk/menu.c
9584                 fix typos
9585         * src/pixmaps/sylpheed_icon.xpm
9586                 updated
9587
9588 2005-07-13 [paul]       1.9.12cvs46
9589
9590         * src/plugins/pgpmime/pgpmime.c
9591         * src/plugins/pgpmime/sgpgme.c
9592                 (temporarily) use deprecated gpgme_data_rewind()
9593                 while largefile support is not present
9594                 (as suggested by Colin)
9595
9596 2005-07-13 [paul]       1.9.12cvs45
9597
9598         * configure.ac
9599                 remove large file support (for now):
9600                 it breaks too many things
9601
9602 2005-07-13 [paul]       1.9.12cvs44
9603
9604         * configure.ac
9605                 add large file support
9606         * src/html.c
9607                 fix bug #763 where href attribute was not
9608                 the very first attribute of a link
9609                 patch by Thomas Gilgin
9610
9611 2005-07-13 [colin]      1.9.12cvs43
9612
9613         * src/gtk/pluginwindow.c
9614                 Little portability fix
9615
9616 2005-07-13 [colin]      1.9.12cvs42
9617
9618         * src/plugins/pgpmime/sgpgme.c
9619                 Fix crasher.
9620
9621 2005-07-13 [colin]      1.9.12cvs41
9622
9623         * src/plugins/pgpmime/pgpmime.c
9624         * src/plugins/pgpmime/sgpgme.c
9625                 Use gpgme_data_release_and_get_mem instead
9626                 of gpgme_data_read.
9627
9628 2005-07-13 [colin]      1.9.12cvs40
9629
9630         * configure.ac
9631         * src/plugins/pgpmime/passphrase.c
9632         * src/plugins/pgpmime/passphrase.h
9633         * src/plugins/pgpmime/pgpmime.c
9634         * src/plugins/pgpmime/plugin.c
9635         * src/plugins/pgpmime/select-keys.c
9636         * src/plugins/pgpmime/select-keys.h
9637         * src/plugins/pgpmime/sgpgme.c
9638         * src/plugins/pgpmime/sgpgme.h
9639                 Port pgpmime to gpgme-1.0.
9640
9641 2005-07-12 [paul]       1.9.12cvs39
9642
9643         * AUTHORS
9644         * src/toolbar.c
9645         * src/toolbar.h
9646                 add a 'Go to Prev' button to the toolbar.
9647                 correct tooltip text of go to buttons.
9648                 based on patch by Yang Guilong <bamanzi@gmail.com>
9649
9650 2005-07-12 [colin]      1.9.12cvs38
9651
9652         * src/statusbar.c
9653                 Fix progress bar showing stuff at startup.
9654
9655 2005-07-12 [paul]       1.9.12cvs37
9656
9657         * src/editjpilot.c
9658                 fix building with jpilot support
9659
9660 2005-07-11 [colin]      1.9.12cvs36
9661
9662         * src/inc.c
9663                 Add visual indication that filtering is running
9664         * src/textview.c
9665                 Make {}[] uri delimiters
9666         * src/summaryview.c
9667                 Remove useless (and slow) calls
9668
9669 2005-07-11 [paul]       1.9.12cvs35
9670
9671         * src/plugins/clamav/clamav_plugin_gtk.c
9672         * src/plugins/dillo_viewer/dillo_prefs.c
9673         * src/plugins/pgpmime/prefs_gpg.c
9674         * src/plugins/spamassassin/spamassassin_gtk.c
9675                 gather plugins prefs together under their
9676                 own 'Plugins' heading
9677
9678 2005-07-11 [paul]       1.9.12cvs34
9679
9680         sync with main
9681
9682         * src/account.c
9683                 account_delete(): modified alert dialog
9684         * src/editjpilot.c
9685         * src/editvcard.c
9686                 fixed a crash when cancelling file selection
9687                 dialog by Escape key. Made non-ascii filename
9688                 selectable.
9689         * src/prefs_template.c
9690                 prefs_template_window_create(): make scrolled
9691                 window policy AUTOMATIC
9692
9693 2005-07-10 [hoa]        1.9.12cvs33
9694
9695         * src/etpan/imap-thread.c
9696                 workaround for old Courier IMAP servers.
9697
9698 2005-07-10 [colin]      1.9.12cvs32
9699
9700         * src/folder.c
9701         * src/statusbar.c
9702         * src/statusbar.h
9703                 Add visual progress indicator on filtering/processing
9704                 Factorize the progress bar code
9705         * src/imap.c
9706         * src/imap.h
9707         * src/etpan/imap-thread.c
9708                 Add a reference counter to avoid destroying the Folder
9709                 while it's in use by another callback.
9710
9711 2005-07-09 [hoa]        1.9.12cvs31
9712
9713         * src/imap.c
9714         * src/etpan/imap-thread.c
9715                 fixed deadlock when removing IMAP account.
9716
9717 2005-07-08 [colin]      1.9.12cvs30
9718
9719         * src/textview.c
9720         * src/unmime.c
9721                 Fix again problems decoding broken headers
9722         * src/gtk/inputdialog.c
9723                 Fix local variable shadowing a global one
9724
9725 2005-07-08 [colin]      1.9.12cvs29
9726
9727         * src/msgcache.c
9728                 Make the cache/mark files platform-agnostic by writing
9729                 them in little-endian format. Reading them is also done
9730                 in little-endian format, of course; however, in order
9731                 to avoid trashing mark data on big-endian machines, the
9732                 files are, at first, read from the native format if the
9733                 little-endian one doesn't exist. This is easy to deter-
9734                 mine by trying to open a file with a swapped data_ver
9735                 and seeing if it's the wanted version.
9736                 Little-endian using users should see absolutely no
9737                 difference, Big-endian users may get a very little
9738                 performance drop due to byte-swapping.
9739                 Tested on i386 and ppc32. 
9740                 Fixes bug #159 (The index file, in the mailboxes, is 
9741                 hardware depending).
9742
9743                 To have the cache/mark files updated to the new little-
9744                 endian format, "Check for new messages" or even
9745                 "Rebuild folder tree" aren't enough. Files will be
9746                 updated as soon as a folder has been opened/closed.
9747                 To update everything, just select all folders by
9748                 selecting them one by one.
9749
9750 2005-07-07 [colin]      1.9.12cvs28
9751
9752         * src/imap.c
9753                 Remember the folder separator per IMAPFolder
9754                 instead of globally.
9755                 Revive the Session on noop; fixes bug #761
9756                 (mark a bunch of unread messages as read takes 
9757                 forever)
9758
9759 2005-07-07 [darko]      1.9.12cvs27
9760
9761         * src/common/template.c
9762                 Sort templates alphabetically
9763
9764 2005-07-06 [colin]      1.9.12cvs26
9765
9766         * src/imap.c
9767                 Try to use the correct separator in
9768                 most cases. Possibly fixes bug #759
9769                 (only creates the INBOX folder when 
9770                 setting up new IMAP account) and 
9771                 bug #760 (Can't retrieve messages)
9772
9773 2005-07-06 [colin]      1.9.12cvs25
9774
9775         * src/imap.c
9776                 Use real_path in status command. This will
9777                 help later, when namespaces will be used.
9778
9779 2005-07-06 [colin]      1.9.12cvs24
9780
9781         * configure.ac
9782         * src/account.c
9783         * src/folder.c
9784         * src/imap.c
9785         * src/etpan/etpan-log.c
9786         * src/etpan/etpan-thread-manager.c
9787         * src/etpan/imap-thread.c
9788                 Add a --disable-libetpan parameter. With this,
9789                 users that don't want IMAP4 support can avoid
9790                 the new dependancy (and have no IMAP support).
9791                 Users that have IMAP4 accounts and use this
9792                 parameter won't lose their configuration, their
9793                 IMAP accounts will just be invisible and not
9794                 used.
9795         * src/textview.c
9796                 Make the "Copy ..." contextual menu items 
9797                 copy to both the X clipboard and the gtk 
9798                 clipboard - as most other apps do.
9799         * src/gtk/about.c
9800                 Add a notice about OpenSSL usage, in order to
9801                 comply with OpenSSL's license (point 6):
9802                 http://www.openssl.org/source/license.html
9803
9804 2005-07-06 [colin]      1.9.12cvs23
9805
9806         * src/alertpanel.c
9807                 Fix a minimum size for alertpanels
9808         * src/compose.c
9809                 Show 'No space left on device' type errors
9810                 when queuing/sending
9811         * src/imap_gtk.c
9812         * src/mh_gtk.c
9813                 Rework folder's deletion message (remove 
9814                 extra \n)
9815
9816 2005-07-05 [colin]      1.9.12cvs22
9817
9818         * src/imap.c
9819                 Add an alertpanel on auth error
9820                 Add pseudo-log
9821                 Remove pthread-related stuff
9822
9823 2005-07-05 [colin]      1.9.12cvs21
9824
9825         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9826                 Fix crash on plugin reloading (with a hack)
9827
9828 2005-07-05 [colin]      1.9.12cvs20
9829
9830         * src/prefs_account.c
9831         * src/prefs_account.h
9832                 Fix typo
9833         * src/gtk/filesel.c
9834         * src/gtk/filesel.h
9835                 Add a way to filter the view
9836         * src/gtk/pluginwindow.c
9837                 Filter loadable stuff
9838         * src/plugins/pgpmime/prefs_gpg.c
9839                 Fix missing unregistration
9840         * .cvsignore
9841         * src/etpan/.cvsignore
9842         * src/plugins/spamassassin/.cvsignore
9843                 Add more stuff to cvs ignored files
9844
9845 2005-07-04 [colin]      1.9.12cvs19
9846
9847         * src/imap.c
9848                 Fix scan_required returning FALSE when it
9849                 shouldn't. Maybe fix #760 (Can't retrieve
9850                 messages)
9851
9852 2005-07-04 [colin]      1.9.12cvs18
9853
9854         * src/summaryview.c
9855                 Fix always_show_msg pref
9856
9857 2005-07-04 [paul]       1.9.12cvs17
9858
9859         sync with main (forgotten in last commit)
9860         
9861         * src/common/utils.c
9862         * src/common/utils.h
9863                 check_line_length(): new.
9864                 is_dir_exist()
9865                 is_file_entry_exist()
9866                 dirent_is_regular_file()
9867                 dirent_is_directory(): use g_file_test() instead of stat().
9868
9869 2005-07-04 [paul]       1.9.12cvs16
9870
9871         sync with main:
9872
9873         * src/compose.c
9874                 compose_write_to_file(): check for line
9875                 length limit and display warning if exceeds
9876         * src/jpilot.c
9877                 use get_home_dir() instead of g_get_home_dir()
9878         * src/procheader.c
9879                 removed warning about invalid date
9880         * src/vcard.c
9881                 use get_home_dir() instead of g_get_home_dir()
9882
9883 2005-07-04 [paul]       1.9.12cvs15
9884
9885         * src/stock_pixmap.c
9886                 fix new pixmap naming errors
9887                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
9888
9889 2005-07-04 [colin]      1.9.12cvs14
9890
9891         * src/imap.c
9892                 Fix debugging string with a warning
9893
9894 2005-07-04 [colin]      1.9.12cvs13
9895
9896         * configure.ac
9897                 Add a check for libetpan's version (>= 0.37)
9898
9899 2005-07-04 [hoa]        1.9.12cvs12
9900
9901         * commitHelper
9902         * src/imap.c
9903         * src/etpan/imap-thread.c
9904         * src/etpan/imap-thread.h
9905                 fixed IMAP implementation of check of mails.
9906
9907 2005-07-03 [hoa]        1.9.12cvs11
9908
9909         * src/etpan/Makefile.am
9910         * src/etpan/etpan-errors.h
9911         * src/etpan/etpan-log.[ch]
9912         * src/etpan/etpan-thread-manager-types.h
9913         * src/etpan/etpan-thread-manager.[ch]
9914         * src/etpan/imap-thread.[ch]
9915         * src/Makefile.am
9916         * src/imap.c
9917         * src/main.c
9918         * src/prefs_other.c
9919         * configure.ac
9920             merged imap branch.
9921             dependency on libetpan 0.37 is now added.
9922
9923 2005-07-01 [colin]      1.9.12cvs10
9924
9925         * src/Makefile.am
9926         * src/folder.c
9927         * src/folder.h
9928         * src/folderview.c
9929         * src/stock_pixmap.c
9930         * src/stock_pixmap.h
9931         * src/plugins/trayicon/trayicon.c
9932                 Add marked symbol on folders containing
9933                 marked messages
9934         * src/procmsg.c
9935         * src/procmsg.h
9936         * src/toolbar.c
9937         * src/prefs_common.c
9938         * src/prefs_common.h
9939         * src/prefs_send.c
9940                 Add an optional confirmation dialog on queue
9941                 sending. Patch by wwp.
9942         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
9943         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
9944         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
9945         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
9946         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
9947         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
9948         * src/pixmaps/inbox_mark.xpm            ** ADDED **
9949         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
9950         * src/pixmaps/outbox_mark.xpm           ** ADDED **
9951         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
9952         * src/pixmaps/trash_mark.xpm            ** ADDED **
9953                 New pixmaps
9954
9955 2005-07-01 [colin]      1.9.12cvs9
9956
9957         * src/summaryview.c
9958                 Fix a little threading bug
9959         * src/addrgather.c
9960         * src/mainwindow.c
9961                 A little bit of HIG normality never hurts
9962
9963 2005-07-01 [colin]      1.9.12cvs8
9964
9965         * src/compose.c
9966         * src/msgcache.c
9967         * src/pop.c
9968         * src/procmime.c
9969         * src/recv.c
9970         * src/common/log.c
9971         * src/common/template.c
9972         * src/common/utils.c
9973         * src/common/utils.h
9974                 Reverted the fwrite_atomic stuff. In fact
9975                 it is already atomic.
9976
9977 2005-06-30 [colin]      1.9.12cvs7
9978
9979         * src/common/utils.c
9980         * src/common/utils.h
9981                 Add an fwrite_atomic() function to make
9982                 sure we write everything: fwrite can make
9983                 short writes.
9984         * src/compose.c
9985         * src/msgcache.c
9986         * src/pop.c
9987         * src/procmime.c
9988         * src/recv.c
9989         * src/common/log.c
9990         * src/common/template.c
9991                 Use that (and fix swapping of size and nmemb).
9992                 Thanks to Rich Coe for the heads up.
9993
9994 2005-06-30 [colin]      1.9.12cvs6
9995
9996         * src/addressbook.c
9997                 Optimize addressbook opening 
9998
9999 2005-06-30 [colin]      1.9.12cvs5
10000
10001         * src/summaryview.c
10002                 Remove calls to summary_step after move/copy
10003
10004 2005-06-28 [paul]       1.9.12cvs4
10005
10006         * src/alertpanel.c
10007                 wrap and make the error msg selectable
10008
10009 2005-06-28 [paul]       1.9.12cvs3
10010
10011         * src/ssl_manager.c
10012                 replace the OK button with a Close button
10013         * src/gtk/foldersort.c
10014                 use GTK_STOCK_ icons/buttons
10015
10016 2005-06-28 [colin]      1.9.12cvs2
10017
10018         * src/gedit-print.c             ** ADDED **
10019         * src/gedit-print.h             ** ADDED **
10020         * src/gtk/gtksourceprintjob.c   ** ADDED **
10021         * src/gtk/gtksourceprintjob.h   ** ADDED **
10022                 I can't believe no one had enough time to tell
10023                 me I forgot the `cvs add`
10024
10025 2005-06-27 [colin]      1.9.12cvs1
10026
10027         * src/Makefile.am
10028         * src/gtk/Makefile.am
10029         * src/messageview.c
10030         * src/procmsg.c
10031         * src/summaryview.c
10032         * configure.ac
10033                 Add optional libgnomeprint-based printing
10034         * src/mainwindow.c
10035         * src/gtk/quicksearch.c
10036                 Add an Edit/Quick search menu item to show
10037                 and focus the quicksearch
10038
10039 2005-06-27 [paul]       1.9.12
10040
10041         1.9.12 release
10042
10043         * po/ca.po
10044         * po/de.po
10045         * po/es.po
10046         * po/fr.po
10047         * po/it.po
10048         * po/ko.po
10049         * po/pt_BR.po
10050         * po/sk.po
10051         * po/zh_CN.po
10052                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10053                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10054                 SungHyun Nam, Frederico Goncalves Guimaraes,
10055                 Andrej Kacian, and Yang Guilong
10056 2005-06-26 [colin]      1.9.11cvs106
10057
10058         * src/imap_gtk.c
10059                 Forgot one file for previous fix
10060
10061 2005-06-26 [colin]      1.9.11cvs105
10062
10063         * src/folder.c
10064         * src/imap.c
10065                 Fix problems with folder operations in no_select
10066                 imap folders. it applies only to mails, and 
10067                 creation/deletion/move/renaming of folders 
10068                 should be possible
10069
10070 2005-06-26 [paul]       1.9.11cvs104
10071
10072         * src/prefs_filtering.c
10073                 replace one more GTK_STOCK_REMOVE
10074                 with GTK_STOCK_DELETE
10075
10076 2005-06-25 [colin]      1.9.11cvs103
10077
10078         * src/imap.c
10079                 Optimize get_seq_set_from_seq_list
10080                 (Patch by Ricardo) 
10081
10082 2005-06-25 [colin]      1.9.11cvs102
10083
10084         * src/mh.c
10085                 If the directory exists, but not in the
10086                 correct encoding, rename it. This should
10087                 handle old-versions-induced bugs.
10088
10089 2005-06-25 [colin]      1.9.11cvs101
10090
10091         * src/mh.c
10092                 Fix path access with extended dir names
10093                 Fixes bug #589 (SC segfaults with wrong locale
10094                 settings)
10095
10096 2005-06-25 [colin]      1.9.11cvs100
10097
10098         * src/prefs_account.c
10099         * src/prefs_account.h
10100         * src/compose.c
10101                 Add an option to encrypt replies to
10102                 encrypted messages
10103
10104 2005-06-25 [colin]      1.9.11cvs99
10105
10106         * src/compose.c
10107         * src/quote_fmt_parse.y
10108                 ... And make it work with pgpinline.
10109
10110 2005-06-25 [colin]      1.9.11cvs98
10111
10112         * src/compose.c
10113         * src/procmime.c
10114         * src/procmime.h
10115         * src/quote_fmt_parse.y
10116                 o Make reedition of encrypted messages possible
10117                   (as long as it is encrypted to self too, no
10118                    magic there)
10119                 o Make replying with quote (and without selecting
10120                   text) possible for encrypted messages.
10121                 Closes bug #550 (Not possible to "reply with quote"
10122                 to gnupg encrypted messages)
10123
10124 2005-06-24 [paul]       1.9.11cvs97
10125
10126         * src/imap.c
10127                 add missing include
10128
10129 2005-06-24 [paul]       1.9.11cvs96
10130
10131         * src/editldap.c
10132                 made bind password entry invisible
10133                 (sync with main)
10134         * src/send_message.c
10135                 send_message_local(): check exit status
10136                 to detect errors (sync with main)
10137         * src/textview.c
10138                 use main's less ambiguous popup menu
10139                 wording
10140
10141 2005-06-24 [paul]       1.9.11cvs95
10142
10143         * src/prefs_actions.c
10144         * src/prefs_customheader.c
10145         * src/prefs_display_header.c
10146         * src/prefs_filtering_action.c
10147         * src/prefs_matcher.c
10148         * src/prefs_template.c
10149         * src/prefs_toolbar.c
10150                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
10151         * src/gtk/description_window.c
10152                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
10153
10154 2005-06-23 [colin]      1.9.11cvs94
10155
10156         * src/summaryview.c
10157                 Fix rough edges (be sure to call status_show whenever
10158                 necessary).
10159
10160 2005-06-23 [colin]      1.9.11cvs93
10161
10162         * src/summaryview.c
10163                 Optimize Select All
10164                 Before, in a 5K mails folder: 11s
10165                 After, in the same folder: 58000µs
10166                 The joys of locking... gtk_clist_select_all() fires a 
10167                 tree-select-row event for each selected row, which in 
10168                 summaryview, callbacks summary_selected which in turn,
10169                 calls summary_status_show, which walks the selected
10170                 rows. Hence, calling gtk_clist_select_all was 
10171                 exponential. Locking the summaryview makes 
10172                 summary_selected return early.
10173
10174 2005-06-23 [colin]      1.9.11cvs92
10175
10176         * src/imap.c
10177                 Move mutex at the important place to avoid
10178                 deadlocks
10179         * src/summaryview.c
10180                 Fix Del key deleting directly instead of
10181                 moving to trash
10182
10183 2005-06-22 [colin]      1.9.11cvs91
10184
10185         * src/plugins/spamassassin/libspamc.c
10186                 As we do spagetti code with assignations in multiple
10187                 places (see _message_read_raw where out = msg = raw),
10188                 let's be sure we don't free the same pointer twice.
10189                 Should fix bug #683 (Crash in libpam at 
10190                 message_cleanup).
10191
10192 2005-06-22 [colin]      1.9.11cvs90
10193
10194         * src/compose.c
10195         * src/messageview.c
10196         * src/toolbar.c
10197                 Make toolbar's delete use the move to trash stuff;
10198                 Add gtk_widget_realize to be sure pixmaps can get
10199                 created (that may fix an old worksforme bug which
10200                 I can't find back...)
10201
10202 2005-06-22 [colin]      1.9.11cvs89
10203
10204         * src/summaryview.c
10205         * src/summaryview.h
10206         * src/mainwindow.c
10207                 Rename "Message/Delete" to "Message/Move to trash"
10208                 Add "Message/Delete..." that directly destroys the
10209                 selected messages after asking for a confirmation.
10210
10211 2005-06-22 [colin]      1.9.11cvs88
10212
10213         * src/imap.c
10214                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
10215                 o Fix a deadlock (thanks Darko)
10216
10217 2005-06-22 [colin]      1.9.11cvs87
10218
10219         * src/gtk/foldersort.c
10220                 Add missing include for the i18n;
10221                 patch by Fabien Vantard
10222
10223 2005-06-21 [colin]      1.9.11cvs86
10224
10225         * src/folder.c
10226         * src/folderview.c
10227                 Respect the no_select flag
10228         * src/imap.c
10229                 Fix recursive deletion
10230         * src/imap_gtk.c
10231         * src/mh_gtk.c
10232                 Make the folder deletion's warning
10233                 more explicit
10234
10235 2005-06-21 [colin]      1.9.11cvs85
10236
10237         * src/textview.c
10238                 Prevent email addresses from spanning accross
10239                 lines - fixes bug # 646 (newline-chars in 
10240                 email addresses)
10241
10242 2005-06-20 [colin]      1.9.11cvs84
10243
10244         * src/folder.c
10245                 Be sure not to remove source if copy failed
10246
10247 2005-06-20 [colin]      1.9.11cvs83
10248
10249         * src/folderview.c
10250         * src/imap_gtk.c
10251                 remove summaryview's lock
10252         * src/imap.c
10253                 introduce threads to avoid problems when foreground tasks
10254                 interfere with background tasks
10255         * src/mh.c
10256                 prevent moving to drafts/queue
10257         * src/mimeview.c
10258                 fix leak
10259
10260 2005-06-19 [colin]      1.9.11cvs82
10261
10262         * src/imap_gtk.c
10263                 Remember that the user doesn't want to override
10264                 offline mode, for 3 seconds. It avoid presenting
10265                 him with N popups in a really short time.
10266
10267 2005-06-17 [colin]      1.9.11cvs81
10268
10269         * src/imap.c
10270                 Fix IMAP breaking on folders containing '('
10271                 (Probably won't be enough)
10272
10273 2005-06-17 [colin]      1.9.11cvs80
10274
10275         Forgotten files on 1.9.11cvs79
10276         * src/summaryview.c
10277                 Fix stepping when not immediately executing
10278         * src/imap.c
10279                 Really prevent UID FETCH 0
10280         * src/codeconv.c
10281                 Fix outgoing charset never set to utf-8
10282         * src/mh.c
10283                 Fix leak
10284
10285 2005-06-16 [colin]      1.9.11cvs79
10286
10287         * src/compose.c
10288                 Fix bug #707 (Dash splits rows)
10289                 Only wrap if we're on a line break position and
10290                 the previous one was a "white" (space) char.
10291                 Pango stuff is weird.
10292
10293 2005-06-16 [colin]      1.9.11cvs78
10294
10295         * src/imap_gtk.c
10296                 Lock summaryview while downloading messages
10297                 on user demand
10298         * src/procheader.c
10299         * src/unmime.c
10300         * src/common/utils.c
10301         * src/common/utils.h
10302                 Replace \r and \n with spaces in From and
10303                 Subject headers
10304
10305 2005-06-16 [paul]       1.9.11cvs77
10306
10307         * src/procmime.c
10308                 liberalise the mime parser
10309         * src/gtk/about.c
10310                 add text wrapping
10311
10312 2005-06-16 [paul]       1.9.11cvs76
10313
10314         * src/gtk/about.c
10315                 reworked
10316
10317 2005-06-15 [colin]      1.9.11cvs75
10318
10319         * src/compose.c
10320                 Finish header encoding fix
10321         * src/summaryview.c
10322                 Fix segfault
10323         * src/headerview.c
10324                 Fix compilation (Thanks Stephan
10325                 Sachse)
10326
10327 2005-06-15 [colin]      1.9.11cvs74
10328
10329         * Makefile.am
10330                 Install gnome2 stuff rather than gnome1, 
10331                 if both are present
10332         * src/codeconv.c
10333         * src/codeconv.h
10334         * src/compose.c
10335                 Fix headers encoding
10336         * src/folder.c
10337                 Visual progress when fetching all messages
10338         * src/folderview.c
10339         * src/summaryview.c
10340         * src/summaryview.h
10341                 Prevent changing current message while
10342                 incorporating
10343
10344 2005-06-15 [paul]       1.9.11cvs73
10345
10346         * src/gtk/gtkaspell.c
10347         * src/gtk/gtkaspell.h
10348                 fix build warnings
10349
10350 2005-06-15 [paul]       1.9.11cvs72
10351
10352         * src/prefs_filtering.c
10353                 allow reordering of filter rules by
10354                 drag n drop
10355
10356 2005-06-15 [paul]       1.9.11cvs71
10357
10358         * COPYING
10359                 updated
10360         * src/codeconv.c
10361                 replace deprecated function
10362         * src/inc.c
10363         * src/send_message.c
10364         * src/gtk/progressdialog.c
10365         * src/gtk/progressdialog.h
10366                 salvage and reuse parts of reverted sync
10367
10368 2005-06-15 [paul]       1.9.11cvs70
10369
10370         * src/inc.c
10371         * src/send_message.c
10372         * src/gtk/progressdialog.c
10373         * src/gtk/progressdialog.h
10374                 revert yesterday's sync with main
10375                 it contains deprecated functions
10376
10377 2005-06-15 [colin]      1.9.11cvs69
10378
10379         * src/headerview.c
10380                 Fix bug #670 (multi user to: will corrupt message 
10381                 headers display)
10382
10383 2005-06-15 [colin]      1.9.11cvs68
10384
10385         * src/compose.c
10386                 Fix bug #421 (Fix undo on wrapping)
10387
10388 2005-06-15 [colin]      1.9.11cvs67
10389
10390         * src/folder.c
10391                 Provide visual feedback while processing
10392                 folder's rules.
10393         * src/imap.c
10394                 Provide visual feedback while getting
10395                 short headers (for uncached messages)
10396
10397
10398 2005-06-14 [paul]       1.9.11cvs66
10399
10400         * src/account.c
10401                 change a couple stock icons
10402         * src/inc.c
10403         * src/send_message.c
10404         * src/gtk/progressdialog.c
10405         * src/gtk/progressdialog.h
10406                 sync main's GtkTreeView implementation
10407
10408 2005-06-14 [colin]      1.9.11cvs65
10409
10410         * src/imap.c
10411                 Various little fixes, mainly on error paths
10412
10413 2005-06-13 [colin]      1.9.11cvs64
10414
10415         * matcher.c
10416         * procmsg.c
10417         * procmsg.h
10418                 Add a way to fetch only headers. This speeds
10419                 up filtering on headers for IMAP. Fixes:
10420                 bug #481 extraneous imap commands slow down 
10421                         imap filtering
10422                 bug #522 Sylpheed downloads all messages 
10423                         when opening mailbox (IMAP)
10424                 bug #677 IMAP fetch is soooooooooooooo slow
10425         * src/folder.c
10426         * src/folder.h
10427                 Add a folder set_batch method so that
10428                 implementations can speed up flags changes
10429         * src/folderutils.c
10430         * src/summaryview.c
10431                 Use that in mark as (un)read and mark all read
10432                 Refix bug #679
10433         * src/imap.c
10434                 Implement set_batch - brings back deferred
10435                 flags in a less buggy manner. Fixes:
10436                 bug #729 IMAP immediate expunge of deleted messages
10437                 bug #191 remove list of messages with one command
10438                 Fix login with strange chars
10439                 Implement fetch_msg_full
10440                 Fix copy (wrong counts)
10441
10442 2005-06-12 [colin]      1.9.11cvs63
10443
10444         * src/folder.c
10445                 lock incorporation during long operations.
10446                 Avoids fucking up the IMAP socket.
10447
10448 2005-06-12 [colin]      1.9.11cvs62
10449
10450         * src/imap.c
10451                 Fix harmful typo
10452                 Factorize remove_all_msg
10453                 Thread-ize expunge
10454         * src/summaryview.c
10455                 Don't update partial-download status if unnecessary
10456         * src/folder.c
10457                 Use remove_msgs everywhere possible
10458
10459 2005-06-12 [colin]      1.9.11cvs61
10460
10461         * src/folder.c
10462         * src/folder.h
10463                 Add a remove_msgs function to remove a 
10464                 list of messages
10465         * src/imap.c
10466                 Implement that.
10467
10468 2005-06-12 [colin]      1.9.11cvs60
10469
10470         * src/imap.c
10471                 Remove flags-processing deferring... Too hard
10472                 to get it to work in all cases.
10473
10474 2005-06-11 [colin]      1.9.11cvs59
10475
10476         * src/imap.c
10477                 printf -> debug_print
10478
10479 2005-06-11 [colin]      1.9.11cvs58
10480
10481         * src/imap.c
10482                 o Fix build without USE_PTHREAD
10483                 o Factorize imap_open
10484                 o Alertpanel in case of impossible connection
10485                 o Alertpanel in case of impossible login
10486                 o Fix deferred flags processing to force a 
10487                   flush before adding some more flags to process,
10488                   but in another folder.
10489
10490 2005-06-10 [colin]      1.9.11cvs57
10491
10492         * src/imap.c
10493                 o Fix a format string error
10494                 o init ssl socket outside of the thread 
10495                   (it possibly invokes gtk calls)
10496         * src/procmime.c
10497                 o Put back the buffer to its necessary size
10498                 o Fix changing a file pointer without keeping
10499                   track of it (thanks Valgrind)
10500         * src/common/smtp.c
10501                 o Fix automatic STARTTLS if login should be done
10502                   and the server only allows it after starting TLS
10503         * src/gtk/gtkinputdialog.c
10504                 o Eat GDK_Return so that the combo popup doesn't 
10505                   appear when we press Enter to validate the combo
10506                   input dialog (as seen in the Open with... dialog)
10507
10508 2005-06-10 [colin]      1.9.11cvs56
10509
10510         * src/imap.c
10511                 o A bit less debug
10512                 o Fix a crash on deletion
10513                 o Threadize imap_select (it's called outside of 
10514                   threads)
10515                 o Defer treatment of DELETED flags
10516
10517
10518 2005-06-09 [colin]      1.9.11cvs55
10519
10520         * src/imap.c
10521                 Make sure we check imap_gtk_should_override(), which
10522                 potentially calls gtk stuff, before creating thread.
10523                 That way it should't be called via imap_get_session()
10524                 inside a thread.
10525
10526 2005-06-09 [colin]      1.9.11cvs54
10527
10528         * src/imap.c
10529                 o add a bit of status output
10530                 o remove some dead code
10531                 o threadize get_list_of_uids
10532                 o threadize imap_get_flags
10533                 o defer flag changing by 500ms so that they
10534                   can be batched
10535
10536
10537 2005-06-08 [colin]      1.9.11cvs53
10538
10539         * src/imap.c
10540                 Thread-ize imap_cmd_fetch
10541
10542 2005-06-08 [colin]      1.9.11cvs52
10543
10544         * src/main.c
10545                 Mmh, that broke POP3...
10546
10547 2005-06-08 [colin]      1.9.11cvs51
10548
10549         * src/main.c
10550                 Stabilize IMAP patch (thanks to Hoa)
10551
10552 2005-06-08 [colin]      1.9.11cvs50
10553
10554         * src/imap.c
10555                 Test patch to speed up imap. 
10556
10557 2005-06-08 [colin]      1.9.11cvs49
10558
10559         * src/imap_gtk.c
10560                 Warning fix
10561         * src/procmime.c
10562                 Apply patch from gentoo to use /usr/share/mime/globs if 
10563                 available, after un-breaking it
10564         * src/common/log.c
10565         * src/common/log.h
10566                 Use g_timeout for invoking hooks that possibly use gtk
10567                 calls. This should leave gtk calls in the main thread.
10568
10569 2005-06-08 [paul]       1.9.11cvs48
10570
10571         * src/codeconv.c
10572                 conv_get_outgoing_charset_str(): don't
10573                 use prefs_common setting
10574         * src/compose.c
10575         * src/compose.h
10576                 add /Options/Character encoding/... to
10577                 temporarily change the outgoing encoding
10578
10579         (belated sync with main)
10580
10581 2005-06-08 [paul]       1.9.11cvs47
10582
10583         * src/compose.c
10584                 correction to/completion of last
10585                 sync with main
10586
10587 2005-06-08 [paul]       1.9.11cvs46
10588
10589         sync with main:
10590         
10591         * src/codeconv.c
10592         * src/codeconv.h
10593                 always enabled Japanese auto-detection
10594                 if the first letters of locale string
10595                 is "ja"
10596         * src/compose.c
10597                 don't use "destroy" signal to destroy
10598                 Compose object (fix rare crashes on discard?)
10599         * src/mainwindow.c
10600         * src/messageview.c
10601         * src/prefs_send.c
10602                 added Hebrew encodings
10603         * src/sourcewindow.c
10604                 don't use "destroy" signal to destroy
10605                 objects
10606
10607 2005-06-07 [colin]      1.9.11cvs45
10608
10609         * src/summaryview.c
10610                 Add missing unlocks/locks
10611
10612 2005-06-07 [paul]       1.9.11cvs44
10613
10614         * src/summaryview.c
10615                 restore bug #749 fix
10616
10617 2005-06-06 [colin]      1.9.11cvs43
10618
10619         * src/summaryview.c
10620                 Fix selection bug when prefs_common.open_unread 
10621                 is FALSE
10622
10623 2005-06-06 [colin]      1.9.11cvs42
10624
10625         * src/common/md5.c
10626                 Fix a warning
10627         * src/summaryview.c
10628         * src/folderview.c
10629                 Factorize long operations beginning and end
10630                 (locking, freezing/thawing, cursor, ...)
10631                 Check selection->data member in selection-
10632                 related loops; this avoids dying an awful
10633                 death if the selection changes on us while
10634                 we're marking a whole IMAP folder unread, 
10635                 for example.
10636
10637 2005-06-06 [paul]       1.9.11cvs41
10638
10639         * src/textview.c
10640                 don't g_free() a static gchar buffer
10641
10642 2005-06-05 [colin]      1.9.11cvs40
10643
10644         * src/mainwindow.c
10645         * src/messageview.c
10646         * src/summaryview.c
10647                 Fix bug #749 (Show all headers should be
10648                 sticky as the GUI suggests)
10649
10650 2005-06-03 [paul]       1.9.11cvs39
10651
10652         * src/compose.c
10653                 don't allow editing of mail while sending.
10654                 patch by Colin
10655
10656 2005-06-03 [paul]       1.9.11cvs38
10657
10658         * src/folderview.c
10659                 add a freeze/thaw to speed up 'mark all read'
10660
10661 2005-06-03 [paul]       1.9.11cvs37
10662
10663         * src/prefs_message.c
10664                 reflect changes immediately
10665
10666 2005-06-02 [colin]      1.9.11cvs36
10667
10668         * po/POTFILES.in
10669                 Patch by Fabien Vantard.
10670
10671 2005-06-02 [colin]      1.9.11cvs35
10672
10673         * src/imap.c
10674                 Use a non-blocking imap_getline() if possible.
10675                 This should completely prevent the interface
10676                 from freezin on imap operations, although it
10677                 may do strange stuff in case of folder switching
10678                 while a big imap operation is taking place...
10679
10680                 In addition, fix a leak in the case thread
10681                 creation fails on connection.
10682
10683 2005-06-02 [colin]      1.9.11cvs34
10684
10685         * src/crash.c
10686         * src/prefs_common.h
10687                 Fix build (prefs_common_init() doesn't exist
10688                 anymore)
10689
10690 2005-06-02 [colin]      1.9.11cvs33
10691
10692         * src/prefs_account.c
10693                 Fix bug #245 (filtering rules broken when
10694                 renaming a remote account (imap4 or nntp)
10695
10696 2005-06-02 [colin]      1.9.11cvs32
10697
10698         * src/imap.c
10699                 Try to fix IMAP shortcomings: 
10700                 o Multithread imap_open()
10701                 o allow offline-mode overriding instead of
10702                   just returning NULL
10703         * src/imap_gtk.c
10704         * src/imap_gtk.h
10705                 Add a function to ask whether we want to
10706                 override offline-mode for 10 minutes (one-shot
10707                 asking was painful)
10708         * src/procheader.c
10709                 Fix segfault when imap parser isn't happy about
10710                 a missing {
10711
10712 2005-06-01 [colin]      1.9.11cvs31
10713
10714         * src/addrharvest.c
10715         * src/compose.c
10716         * src/mbox.c
10717         * src/mbox.h
10718         * src/mh.c
10719         * src/msgcache.c
10720         * src/send_message.c
10721         * src/setup.c
10722         * src/undo.c
10723         * src/common/hooks.c
10724         * src/common/prefs.c
10725         * src/common/template.c
10726         * src/common/utils.c
10727         * src/gtk/gtkutils.c
10728         * src/gtk/inputdialog.c
10729         * src/gtk/menu.c
10730         * src/gtk/pluginwindow.c
10731         * src/gtk/prefswindow.c
10732         * src/plugins/pgpmime/passphrase.c
10733         * src/plugins/pgpmime/prefs_gpg.c
10734                 More -Wall fixes
10735
10736         * src/common/Makefile.am
10737         * src/common/timing.h
10738                 Add basic timing code
10739
10740         * src/summaryview.c
10741                 Fix a bug with unread messages when 
10742                 re-sorting folders, and by the way
10743                 fix a big performance hit when 
10744                 re-sorting (10k mails: before 5s,
10745                 after .5s)
10746
10747         * src/prefs_compose_writing.c
10748         * src/prefs_compose_writing.h
10749         * src/prefs_message.c
10750         * src/prefs_message.h
10751         * src/prefs_other.c
10752         * src/prefs_other.h
10753         * src/prefs_quote.c
10754         * src/prefs_quote.h
10755         * src/prefs_receive.c
10756         * src/prefs_receive.h
10757         * src/prefs_send.c
10758         * src/prefs_send.h
10759         * src/prefs_summaries.c
10760         * src/prefs_summaries.h
10761                 Fix copyright banner
10762
10763 2005-06-01 [paul]       1.9.11cvs30
10764
10765         * po/fi.po
10766                 updated by Flammie Pirinen
10767         * src/procmime.c
10768                 fix 'Bad BASE64 content' output
10769
10770 2005-05-31 [colin]      1.9.11cvs29
10771
10772         * src/procmime.c
10773                 Oops, where did my hunk go.
10774
10775 2005-05-31 [colin]      1.9.11cvs28
10776
10777         * src/Makefile.am
10778         * src/account.c
10779         * src/action.c
10780         * src/addr_compl.c
10781         * src/addressbook.c
10782         * src/codeconv.c
10783         * src/compose.c
10784         * src/export.c
10785         * src/folder.c
10786         * src/folderview.c
10787         * src/image_viewer.c
10788         * src/main.c
10789         * src/mainwindow.c
10790         * src/messageview.c
10791         * src/mimeview.c
10792         * src/msgcache.c
10793         * src/prefs_account.c
10794         * src/prefs_actions.c
10795         * src/prefs_common.c
10796         * src/prefs_compose_writing.c
10797         * src/prefs_customheader.c
10798         * src/prefs_ext_prog.c
10799         * src/prefs_filtering.c
10800         * src/prefs_filtering_action.c
10801         * src/prefs_fonts.c
10802         * src/prefs_image_viewer.c
10803         * src/prefs_message.c
10804         * src/prefs_message.h
10805         * src/prefs_msg_colors.c
10806         * src/prefs_other.c
10807         * src/prefs_other.h
10808         * src/prefs_quote.c
10809         * src/prefs_receive.c
10810         * src/prefs_receive.h
10811         * src/prefs_send.c
10812         * src/prefs_send.h
10813         * src/prefs_spelling.c
10814         * src/prefs_summaries.c
10815         * src/prefs_summary_column.c
10816         * src/prefs_template.c
10817         * src/prefs_themes.c
10818         * src/prefs_toolbar.c
10819         * src/prefs_wrapping.c
10820         * src/procmime.c
10821         * src/procmsg.c
10822         * src/send_message.h
10823         * src/ssl_manager.c
10824         * src/summary_search.c
10825         * src/summaryview.c
10826         * src/textview.c
10827         * src/wizard.c
10828         * src/common/smtp.c
10829         * src/common/smtp.h
10830         * src/gtk/gtkutils.h
10831                 o Move the rest of Common prefs to new style
10832                 o Lots of -Wall warning fixes
10833                 o fix FIXME in cache memusage calculation
10834                 o Let return receipts be sent from any account
10835                 o Little cache optimisation (read)
10836                 o Fix bug #746 (don't treat commas as separators
10837                   when inside a quoted string)
10838
10839 2005-05-31 [paul]       1.9.11cvs27
10840
10841         * src/prefs_common.c
10842                 fix 'off-by-one' typo
10843
10844 2005-05-31 [paul]       1.9.11cvs26
10845
10846         * src/account.c
10847         * src/addr_compl.c
10848         * src/compose.c
10849         * src/foldersel.c
10850         * src/prefs_actions.c
10851         * src/prefs_common.c
10852         * src/prefs_common.h
10853         * src/prefs_customheader.c
10854         * src/prefs_display_header.c
10855         * src/prefs_filtering.c
10856         * src/prefs_filtering_action.c
10857         * src/prefs_matcher.c
10858         * src/prefs_summaries.c
10859         * src/prefs_summary_column.c
10860         * src/prefs_template.c
10861         * src/prefs_toolbar.c
10862         * src/ssl_manager.c
10863         * src/gtk/pluginwindow.c
10864         * src/gtk/prefswindow.c
10865         * src/gtk/progressdialog.c
10866                 add hidden prefs 'enable_rules_hint'
10867                 for gtk_tree_view_set_rules_hint()
10868                 (sync with main)
10869                 
10870
10871 2005-05-31 [colin]      1.9.11cvs25
10872
10873         * src/Makefile.am
10874         * src/main.c
10875         * src/prefs_common.c
10876         * src/prefs_summaries.c ** ADDED **
10877         * src/prefs_summaries.h ** ADDED **
10878                 Common/Display -> Display/Summaries
10879
10880 2005-05-31 [colin]      1.9.11cvs24
10881
10882         * src/Makefile.am
10883         * src/main.c
10884         * src/prefs_quote.c ** ADDED **
10885         * src/prefs_quote.h ** ADDED **
10886                 Move Common/Quote to Compose/Quoting
10887         * src/prefs_common.c
10888         * src/prefs_common.h
10889                 Remove old quote stuff, add
10890                 convenience functions for GtkTextView prefs
10891         * src/gtk/prefswindow.c
10892                 Set default height higher
10893
10894 2005-05-30 [colin]      1.9.11cvs23
10895
10896         * src/Makefile.am
10897         * src/main.c
10898         * src/prefs_common.c
10899         * src/prefs_compose_writing.c ** ADDED **
10900         * src/prefs_compose_writing.h ** ADDED **
10901                 Move Common/Compose prefs to Compose/Writing
10902
10903 2005-05-30 [colin]      1.9.11cvs22
10904
10905         * src/common/utils.c
10906                 Fix bug #651 (Confused Attract by Subject)
10907                 Patch by M. Benkmann <haferfrost@web.de>
10908         * AUTHORS
10909
10910 2005-05-30 [colin]      1.9.11cvs21
10911
10912         * src/compose.c
10913                 Fix concatenation of different headers of
10914                 the same type (bug #645)
10915         * src/prefs_folder_item.c
10916                 Fix bug #699 (setting color to black doesn't
10917                 work immediately)
10918         * src/procmime.c
10919                 Print out decoding error only once per
10920                 block
10921
10922 2005-05-30 [paul]       1.9.11cvs20
10923
10924         * src/common/template.c
10925                 fix Bcc
10926
10927 2005-05-30 [paul]       1.9.11cvs19
10928
10929         * doc/src/rfc2368.txt   **NEW FILE**
10930         * src/compose.c
10931                 compose_entries_set(): don't interpret Bcc
10932                 header field (conform to RFC 2368)
10933                 (sync with main)
10934
10935 2005-05-29 [colin]      1.9.11cvs18
10936
10937         * src/prefs_common.c
10938                 Let the default reply format respect
10939                 netiquette by cutting the signature.
10940
10941 2005-05-29 [colin]      1.9.11cvs17
10942
10943         * src/summaryview.c
10944                 Don't let always_show_msg override
10945                 open_unread_on_enter when opening a new
10946                 directory.
10947
10948 2005-05-27 [paul]       1.9.11cvs16
10949
10950         sync with main:
10951
10952         * src/main.c
10953                 app_will_exit(): cleanup tmp directory when exit
10954         * src/message_search.c
10955                 improved the interface and made code cleanup.
10956                 removed Clear button
10957         * src/send_message.c
10958                 send_message_local(): use GSpawn, and detect errors
10959         * src/summary_search.c
10960                 improved the interface and made code cleanup
10961         * src/textview.c
10962                 textview_write_link(): also skip non-ascii space
10963                  at the head of link strings (phishing check
10964                  didn't work at the case)
10965         * src/common/utils.c
10966                 get_command_output(): use g_spawn_command_line_sync()
10967                 instead of popen()
10968
10969 2005-05-26 [colin]      1.9.11cvs15
10970
10971         * src/folder.c
10972                 remove printf
10973
10974 2005-05-26 [colin]      1.9.11cvs14
10975
10976         * src/common/nntp.c
10977                 Fix nntp mode reader (bug #611)
10978                 Patch by Florian Mickler <florian@mickler.org>
10979
10980 2005-05-26 [colin]      1.9.11cvs13
10981
10982         * src/plugins/pgpmime/passphrase.c
10983                 Fix mouse grabbing (bug #557)
10984
10985 2005-05-26 [colin]      1.9.11cvs12
10986
10987         * src/prefs_themes.c
10988                 Fix g_warning (bug #541)
10989
10990 2005-05-26 [colin]      1.9.11cvs11
10991
10992         * src/prefs_actions.c
10993         * src/prefs_template.c
10994                 Fix bug #506 (no warning if action/template
10995                 is not saved)
10996         * src/common/template.c
10997                 Fix a possible crash
10998
10999 2005-05-26 [colin]      1.9.11cvs10
11000
11001         * src/folder.c
11002         * src/folderview.c
11003         * src/procmsg.c
11004         * src/summaryview.c
11005                 Forbid locked messages to be moved or
11006                 deleted. Locked messages in trashes 
11007                 still get deleted, for performance
11008                 reason (mh.c::mh_remove_all_msgs)
11009
11010 2005-05-25 [colin]      1.9.11cvs9
11011
11012         * src/procmime.c
11013                 Use correct encoding when sending mails
11014                 with attachments that have accentued 
11015                 chars in their name
11016
11017 2005-05-24 [colin]      1.9.11cvs8
11018
11019         * src/summaryview.c
11020                 Fix bug #688 f) read/unread marker not
11021                 changed on first click
11022                 Also, optimize summary_status_show()
11023                 calls
11024         * src/folder.c
11025         * src/inc.c
11026         * src/procmime.c
11027                 Fix bug #688 b) and c) wrt message
11028                 attachments and signature
11029         * src/stock_pixmap.c
11030         * src/stock_pixmap.h
11031         * src/stock_pixmap.c
11032         * src/stock_pixmap.h
11033         * src/Makefile.am
11034         * src/pixmaps/clip_gpg_signed.xpm
11035                 Add clip/signed icon
11036
11037 2005-05-24 [colin]      1.9.11cvs7
11038
11039         * src/folder_item_prefs.c
11040                 whitespace fix
11041
11042 2005-05-24 [colin]      1.9.11cvs6
11043
11044         * src/folderview.c
11045         * src/prefs_common.c
11046         * src/prefs_common.h
11047                 Add a confirmation to folder drag and drop
11048                 fixes bug #156
11049         * src/alertpanel.c
11050         * src/alertpanel.h
11051                 fix _with_disable parameters so that
11052                 the buttons labels are specifiable too
11053         * src/plugins/pgpmime/sgpgme.c
11054                 reflect said change
11055                 
11056
11057 2005-05-24 [colin]      1.9.11cvs5
11058
11059         * src/folderview.c
11060                 Uncollapse/collapse folders on double-click
11061                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11062                 closes bug #108
11063
11064 2005-05-23 [colin]      1.9.11cvs4
11065
11066         * src/common/socket.c
11067                 Check another special SSL_peek() error.
11068                 Should help wrt bug #728
11069
11070 2005-05-23 [colin]      1.9.11cvs3
11071
11072         * src/plugins/pgpmime/pgpmime.c
11073                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
11074                 breaking menu accelerators and stuff. Users will have to
11075                 reselect "PGP MIME" instead of "PGP/MIME" in their 
11076                 account's privacy preferences if needed.
11077
11078 2005-05-22 [paul]
11079
11080         * tools/kdeservicemenu/install.sh
11081                 use kdesu to prompt for root password if doing
11082                 global install/uninstall
11083
11084 2005-05-20 [colin]      1.9.11cvs2
11085
11086         * src/procmsg.c
11087                 Fix another compilation error with gcc-2.9x
11088                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
11089         * src/send_message.c
11090                 Don't send QUIT if we aren't connected
11091
11092 2005-05-19 [colin]      1.9.11cvs1
11093
11094         * src/procmsg.c
11095                 Fix compilation with gcc 2.9x
11096
11097 2005-05-19 [paul]       1.9.11
11098
11099         1.9.11 released
11100
11101 2005-05-19 [paul]       1.9.9cvs14
11102
11103         * src/gtk/inputdialog.c
11104                 prevent gettext warning
11105
11106 2005-05-19 [paul]       1.9.9cvs13
11107
11108         * src/mainwindow.c
11109         * src/prefs_common.c
11110         * src/prefs_common.h
11111         * src/textview.c
11112         * src/textview.h
11113                 add an option to toggle cursor in message
11114                 view (sync with main)
11115
11116 2005-05-18 [colin]      1.9.9cvs12
11117
11118         * src/compose.c
11119                 Dereference freed pointer
11120         * src/gtk/gtkaspell.c
11121                 Fix duplication of dictionaries (is it an aspell issue?)
11122
11123 2005-05-18 [colin]      1.9.9cvs11
11124
11125         * src/gtk/inputdialog.c
11126         * src/gtk/gtkaspell.c
11127                 HIGuify dialogs
11128         * src/alertpanel.c
11129                 Remove a double call
11130
11131 2005-05-17 [colin]      1.9.9cvs10
11132
11133         * src/gtk/gtkaspell.c
11134                 Fix dialogs, Ctrl-Enter accel
11135
11136 2005-05-17 [colin]      1.9.9cvs9
11137
11138         * src/gtk/gtkaspell.c
11139                 Fix some accelerators, escape in replace-window
11140
11141 2005-05-16 [colin]      1.9.9cvs8
11142
11143         * src/gtk/gtkaspell.c
11144                 Revert last commit, it was a mistake.
11145
11146 2005-05-16 [colin]      1.9.9cvs7
11147
11148         * src/gtk/gtkaspell.c
11149                 Remove buggy code while we're at it. It's a 
11150                 dead code path anyway.
11151
11152 2005-05-16 [colin]      1.9.9cvs6
11153
11154         * src/gtk/gtkaspell.c
11155                 Missed some gtk_menu_popup where deactivate
11156                 signal should be handled. Should fix bug
11157                 #629 a bit more.
11158
11159 2005-05-16 [colin]      1.9.9cvs5
11160
11161         * src/gtk/gtkaspell.c
11162                 Remove debug printf()s
11163
11164 2005-05-16 [colin]      1.9.9cvs4
11165
11166         * src/gtk/gtkaspell.c
11167                 Fix a bit aspell problems
11168                 (see bug #629)
11169
11170 2005-05-13 [colin]      1.9.9cvs3
11171
11172         * src/folderview.c
11173                 Fix the + appearing even when no subfolders
11174                 have unread messages. Thanks to wwp for the
11175                 bug report.
11176
11177 2005-05-11 [paul]       1.9.9cvs2
11178
11179         * src/folderview.c
11180                 correction to 1.9.9cvs1, only colour folders that
11181                 have new msgs (not unread msgs)
11182
11183 2005-05-10 [colin]      1.9.9cvs1
11184
11185         * src/folderview.c
11186         * src/summaryview.c
11187                 Try to fix bolding bugs again.
11188
11189 2005-05-09 [paul]
11190
11191         * tools/claws.i18n.status.pl
11192                 add Ricardo Mones Lastra's script that has been providing
11193                 the i18n status page for many months
11194
11195 2005-05-09 [paul]       1.9.9
11196
11197         1.9.9 release
11198
11199 2005-05-09 [paul]       1.9.6cvs58
11200
11201         * AUTHORS
11202         * INSTALL
11203         * README.claws
11204                 updated
11205         * Makefile.am 
11206         * RELEASE_NOTES.claws
11207                 add release notes to cvs to simplify release
11208                 procedure
11209         * configure.ac
11210                 add ca and fi to ALL_LINGUAS
11211         * po/Makefile.in.in
11212                 workaround for missing Makevars
11213         * po/ca.po
11214         * po/fi.po
11215                 add new Catalan and Finnish translations
11216                 submitted by Miquel Oliete and Flammie Pirinen
11217         * po/de.po
11218         * po/es.po
11219         * po/fr.po
11220         * po/it.po
11221         * po/pl.po
11222         * po/ru.po
11223         * po/sk.po
11224         * po/sr.po
11225         * po/zh_CN.po
11226                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
11227                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
11228                 Urke MMI, and Hansom Young
11229         * src/main.c
11230                 Fix drafting when quitting. compose_draft() closes the
11231                 compose windows, which modifies the compose_list GSList.
11232                 We have to refresh this list after echo drafting to avoid a
11233                 segfault
11234         * src/partial_download.c
11235                 fix segfault on exit
11236
11237 2005-05-06 [paul]       1.9.6cvs57
11238
11239         * src/grouplistdialog.c
11240                 quick fix/workaround for unresizeable newsgroup
11241                 name column 
11242
11243 2005-05-06 [paul]       1.9.6cvs56
11244
11245         * src/inc.c
11246         * src/mainwindow.c
11247                 use gettext plural forms
11248         * src/imap_gtk.c
11249         * src/mh_gtk.c
11250         * src/toolbar.c
11251                 small improvement to english usage
11252
11253 2005-05-05 [thorsten]   1.9.6cvs55
11254
11255         * src/folder.c
11256                 fix possible crash
11257
11258 2005-05-05 [paul]       1.9.6cvs54
11259         
11260         sync with HEAD
11261
11262         * AUTHORS
11263         * src/compose.c
11264                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
11265                 patch by Tim Mann
11266
11267 2005-05-05 [paul]       1.9.6cvs53
11268
11269         * src/mainwindow.c
11270                 fix resizing of separate message and
11271                 folder views
11272
11273 2005-05-05 [paul]       1.9.6cvs52
11274
11275         * src/account.c
11276         * src/addrgather.c
11277         * src/browseldap.c
11278         * src/exphtmldlg.c
11279         * src/expldifdlg.c
11280         * src/importmutt.c
11281         * src/importpine.c
11282         * src/main.c
11283         * src/mainwindow.c
11284         * src/noticeview.c
11285         * src/prefs_filtering.c
11286         * src/prefs_filtering_action.c
11287         * src/prefs_matcher.c
11288         * src/prefs_spelling.c
11289         * src/prefs_toolbar.c
11290         * src/toolbar.c
11291         * src/wizard.c
11292         * src/gtk/description_window.c
11293         * src/gtk/gtkvscrollbutton.c
11294         * src/gtk/progressdialog.c
11295         * src/gtk/quicksearch.c
11296         * src/plugins/pgpmime/prefs_gpg.c
11297         * src/plugins/spamassassin/spamassassin_gtk.c
11298                 replace deprecated gtk_widget_set_usize
11299
11300 2005-05-04 [colin]      1.9.6cvs51
11301
11302         * src/common/utils.c
11303                 Fix crash when subst_for_filename is called
11304                 with a NULL parameter
11305
11306 2005-05-04 [colin]      1.9.6cvs50
11307
11308         * src/partial_download.c
11309         * src/pop.c
11310                 Escape login when writing uidl file
11311                 fixes bug #736
11312
11313 2005-05-03 [colin]      1.9.6cvs49
11314
11315         * src/procmime.c
11316                 Fix possible DOS in mime parser
11317                 (see bug #634)
11318
11319 2005-05-02 [colin]      1.9.6cvs48
11320
11321         * src/compose.c
11322                 Try to fix the copy/paste mess once again.
11323
11324
11325 2005-04-30 [colin]      1.9.6cvs47
11326
11327         * src/prefs_account.h
11328         * src/procmsg.c
11329         * src/send_message.c
11330         * src/common/smtp.c
11331         * src/common/smtp.h
11332                 Try to batch sending mails (per account) instead of
11333                 reconnecting to server every time.
11334
11335 2005-04-29 [colin]      1.9.6cvs46
11336
11337         * src/messageview.c
11338                 Fix window resizing that refused to size down
11339         * src/prefs_common.c
11340         * src/prefs_common.h
11341         * src/prefs_filtering.c
11342                 Save Filtering's window size
11343
11344 2005-04-21 [paul]       1.9.6cvs45
11345
11346         * ChangeLog-gtk2.claws
11347         * src/setup.c
11348                 correction to sync
11349
11350 2005-04-21 [paul]       1.9.6cvs44
11351
11352         sync with main:
11353
11354         * src/setup.c
11355         * src/statusbar.c
11356         * src/statusbar.h
11357                 use gtkut_widget_draw_now(). Improved performance
11358                 of the update of statusbar
11359         * src/textview.c
11360                 textview_smooth_scroll_do(): redraw it after scroll
11361                 is done (fixed incorrect display when a part of the
11362                 view is hidden).
11363         * src/gtk/gtkutils.c
11364         * src/gtk/gtkutils.h
11365                 gtkut_widget_draw_now(): use gdk_window_process_updates()
11366                 to force update of widgets.
11367                 Removed gtkut_widget_wait_for_draw() which had a big
11368                 overhead  because of waiting for all events processed 
11369
11370 2005-04-20 [paul]       1.9.6cvs43
11371
11372         * src/codeconv.c
11373                 complete 1.9.6cvs42's sync:
11374                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
11375
11376 2005-04-19 [paul]       1.9.6cvs42
11377
11378         sync with main:
11379
11380         * src/action.c
11381                 catch_output(): correctly select the insert text
11382                 (fix invalid iterator warnings).
11383         * src/codeconv.c
11384         * src/codeconv.h
11385         * src/mainwindow.c
11386         * src/messageview.c
11387         * src/prefs_common.c
11388                 support GBK encoding.
11389         * src/common/session.c
11390         * src/common/session.h
11391                 use separate buffer for large data to be sent,
11392                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
11393
11394 2005-04-18 [paul]       1.9.6cvs41
11395
11396         * src/jpilot.c
11397                 convert unsigned long into guint32
11398                 patch by Paul LeoNerd Evans 
11399
11400 2005-04-17 [colin]      1.9.6cvs40
11401
11402         * src/compose.c
11403                 Fix 'Request return receipt' from folder
11404                 properties (bug #708)
11405
11406 2005-04-17 [colin]      1.9.6cvs39
11407
11408         * src/mainwindow.c
11409                 Fix duplicate hotkeys in Mainwindow's menu
11410
11411 2005-04-17 [colin]      1.9.6cvs38
11412
11413         * src/folderview.c
11414                 Fix duplicate hotkeys in Folderview's contextual
11415                 menu
11416
11417 2005-04-15 [colin]      1.9.6cvs37
11418
11419         * src/summaryview.c
11420                 Fix 'Save as...' with non-ascii filenames
11421
11422 2005-04-15 [colin]      1.9.6cvs36
11423
11424         * src/plugins/pgpmime/pgpmime.c
11425                 Fix bus error on 64bit. Spotted by 
11426                 macallan1888@gmail.com
11427
11428 2005-04-15 [colin]      1.9.6cvs35
11429
11430         * src/prefs_account.c
11431                 Fix cvs34.
11432
11433 2005-04-12 [colin]      1.9.6cvs34
11434
11435         * src/prefs_account.c
11436                 Fix smtp auth type off-by-one. We forgot to
11437                 add PLAIN in the prefs-to-gui setter func and
11438                 as a result, the selected auth when opening
11439                 account prefs was not the correct one.
11440
11441 2005-04-12 [paul]       1.9.6cvs33
11442
11443         * src/inc.c
11444                 if the recv dialog is visible, Cancel only
11445                 cancels the current account
11446
11447
11448 2005-04-10 [colin]      1.9.6cvs32
11449
11450         * src/filtering.c
11451                 Copy score when copying FilteringActions
11452                 Fix bug #674
11453
11454 2005-04-10 [colin]      1.9.6cvs31
11455
11456         * src/inc.c
11457                 Make Message -> Receive -> Cancel cancel 
11458                 incorporation on all accounts. Fixes
11459                 bug #693
11460
11461 2005-04-10 [colin]      1.9.6cvs30
11462
11463         * src/prefs_account.c
11464                 Update Privacy checkbuttons status based
11465                 on the selected privacy system
11466         * src/compose.c
11467                 Always connect the "None" privacy system; the
11468                 static boolean was probably there to avoid
11469                 reconnecting twice in the same compose window,
11470                 but as the parent function is only called once
11471                 per compose, it's only a bug - as a static is
11472                 initialized once per application instance.
11473                 Also, don't uncheck Sign and Encrypt when
11474                 selecting None as privacy system; just ignore
11475                 them when sending/queuing.
11476                 Should fix bug #695
11477
11478 2005-04-08 [colin]      1.9.6cvs29
11479
11480         * src/account.c
11481         * src/prefs_account.c
11482         * src/prefs_account.h
11483                 Add account preference to queue message in a certain
11484                 folder.
11485
11486 2005-04-06 [colin]      1.9.6cvs28
11487
11488         * src/prefs_account.c
11489                 Update old inbox path syntax
11490
11491 2005-04-06 [paul]       1.9.6cvs27
11492
11493         sync with main:
11494
11495         * configure.ac
11496                 changed -traditional-cpp to -no-cpp-precomp for newer
11497                 Mac OS X support
11498         * src/foldersel.c
11499                 made column resize automatically
11500         * src/send_message.c
11501                 send_message_smtp(): consider EOF right after QUIT
11502                 successful (workaround for Gmail SMTP server)
11503         * src/common/socket.c
11504                 ssl_read(), ssl_peek(): check EOF which violates the
11505                 SSL protocol
11506         * src/gtk/colorlabel.c
11507                 removed warnings when displaying colorlabel menu
11508                 (don't use GtkAlignment)
11509
11510 2005-04-05 [paul]       1.9.6cvs26
11511
11512         * src/plugins/trayicon/trayicon.c
11513                 fix clipping of icon under KDE3 
11514
11515 2005-04-05 [paul]       1.9.6cvs25
11516
11517         * src/summaryview.c
11518                 hide display of threading
11519                 patch by Alfons
11520
11521 2005-04-04 [thorsten]   1.9.6cvs24
11522
11523         * src/mh.c
11524                 marks lost on filesystems with different stat() results on
11525                 summer-/wintertime
11526
11527 2005-04-03 [colin]      1.9.6cvs23
11528
11529         * src/summaryview.c
11530                 Don't handle up/down. Patch by Alfons
11531
11532 2005-04-02 [colin]      1.9.6cvs22
11533
11534         * src/summaryview.c
11535                 Make scrolling faster. Patch by Alfons.
11536
11537 2005-04-01 [colin]      1.9.6cvs21
11538
11539         * src/Makefile.am
11540         * src/stock_pixmap.c
11541         * src/pixmaps/dir-noselect.xpm ** REMOVED **
11542         * src/pixmaps/dir_noselect.xpm ** ADDED **
11543                 Fix pixmap name mismatch (Thanks Stephan Sachse)
11544
11545 2005-04-01 [colin]      1.9.6cvs20
11546
11547         * src/image_viewer.c
11548         * src/image_viewer.h
11549         * src/procmime.c
11550         * src/procmime.h
11551         * src/textview.c
11552         * src/textview.h
11553                 Implement inline image resizing and right-clicking
11554
11555 2005-04-01 [paul]       1.9.6cvs19
11556
11557         * AUTHORS
11558         * Makefile.am
11559         * configure.ac
11560                 check for gnome2
11561                 patch by Luca Cavalli <loopback<AT>slackit.org>
11562         * po/ru.po
11563                 updated by Pavlo Bohmat
11564
11565 2005-03-31 [colin]      1.9.6cvs18
11566
11567         * src/news.c
11568                 Fix parsing references
11569         * src/msgcache.c
11570                 don't put nulls in the references list
11571         * src/procheader.c
11572                 commit that forgotten file in 1.9.6cvs14
11573
11574 2005-03-31 [colin]      1.9.6cvs17
11575
11576         * src/compose.c
11577                 Fix joining of signature separator again. 
11578                 Maybe Hiro could put it in main too...
11579
11580 2005-03-31 [colin]      1.9.6cvs16
11581
11582         * src/Makefile.am
11583         * src/foldersel.c
11584         * src/stock_pixmap.c
11585         * src/stock_pixmap.h
11586         * src/pixmaps/dir-noselect.xpm
11587                 Update foldersel.c (sync from main, patch by Alfons)
11588
11589 2005-03-30 [colin]      1.9.6cvs15
11590
11591         * src/imap.c
11592                 Fix handling of imap folders containing [] in 
11593                 their name. Thanks to Nahuel Angelinetti for
11594                 the detailed bugreport.
11595
11596 2005-03-30 [colin]      1.9.6cvs14
11597
11598         * src/common/utils.h
11599         * src/common/utils.c
11600         * src/common/defs.h
11601         * src/matcher.c
11602         * src/msgcache.c
11603         * src/news.c
11604         * src/procmsg.c
11605         * src/procmsg.h
11606         * src/quote_fmt_parse.y
11607         * src/summaryview.c
11608                 Update references system. Patch by Alfons
11609
11610 2005-03-30 [colin]      1.9.6cvs13
11611
11612         * src/common/socket.c
11613                 Force the glibc to read resolv.conf again when 
11614                 it has changed. Should fix issues when changing
11615                 networks on a laptop and not restarting sylpheed. 
11616
11617 2005-03-30 [paul]       1.9.6cvs12
11618
11619         partial sync with main:
11620
11621         * src/action.c
11622                 create_io_dialog(): use user-defined text font
11623                 (thanks to Alfons), and modified its appearance.
11624         * src/addrgather.c
11625         * src/addrharvest.c
11626         * src/browseldap.c
11627                 replace old code
11628         * src/compose.c
11629                 don't join (presumably) itemized lines on line-wrapping
11630                 fixed wrapping of quote when auto-wrapping is enabled
11631                 compose_destroy(): destroy paned only if it's not
11632                 attached to window. Fixed memory leak of popup menu.
11633         * src/exphtmldlg.c
11634         * src/expldifdlg.c
11635                 replace old code
11636         * src/html.c
11637         * src/html.h
11638         * src/importmutt.c
11639         * src/importpine.c
11640                 replace old code
11641         * src/main.c
11642                 removed redundant code
11643         * src/mainwindow.c
11644                 changed 'Code set' (which is rather incorrect)
11645                 in the menu to 'Character encoding'
11646                 main_window_set_widgets(): request size first
11647                 to prevent window size becoming wrong
11648                 fixed remembering of the state of the visibility
11649                 of MessageView
11650         * src/messageview.c
11651                 changed 'Code set' (which is rather incorrect)
11652                 in the menu to 'Character encoding'
11653         * src/prefs_common.c
11654         * src/prefs_common.h
11655                 added an option whether to render HTML as text or not
11656                 added separators to outgoing encoding menu
11657         * src/procheader.c
11658                 procheader_scan_date_string(): support header
11659                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
11660         * src/summaryview.c
11661         * src/summaryview.h
11662                 minor code cleanup
11663         * src/textview.c
11664                 textview_show_html(): force output of newline
11665                 added an option whether to render HTML as text or not
11666         * src/common/utils.c
11667                 strncpy2(): optimized based on Alfons' code
11668         * src/gtk/gtkutils.c
11669         * src/gtk/gtkutils.h
11670                 removed non-used code
11671         * src/plugins/pgpmime/passphrase.c
11672                 partially fixed grab input of passphrase dialog
11673                 Confine pointer to window
11674
11675 2005-03-30 [colin]      1.9.6cvs11
11676
11677         * src/msgcache.c
11678         * src/msgcache.h
11679                 Read/write 32bit ints from cache & marks
11680                 From main.
11681
11682 2005-03-29 [paul]       1.9.6cvs10
11683
11684         * AUTHORS
11685         * ChangeLog.claws
11686         * src/compose.c
11687         * src/gtk/gtkaspell.c
11688                 sync with HEAD (don't pass NULL pointers) 
11689
11690 2005-03-24 [paul]
11691
11692         * tools/Makefile.am
11693         * tools/README
11694         * tools/acroread2sylpheed.pl
11695                 sync with HEAD (add script to send pdfs as
11696                 attachments from Adobe Reader 7)
11697
11698 2005-03-21 [paul]       1.9.6cvs9
11699
11700         * configure.ac
11701         * po/POTFILES.in
11702         * src/Makefile.am
11703         * src/crash.c
11704         * src/image_viewer.c ** ADDED **
11705         * src/image_viewer.h ** ADDED **
11706         * src/main.c
11707         * src/prefs_common.c
11708         * src/prefs_common.h
11709         * src/prefs_image_viewer.c ** ADDED **
11710         * src/prefs_image_viewer.h ** ADDED **
11711         * src/textview.c
11712         * src/gtk/about.c
11713         * src/pixmaps/sylpheed_logo.xpm
11714         * src/plugins/Makefile.am
11715         * src/plugins/image_viewer/.cvsignore ** REMOVED **
11716         * src/plugins/image_viewer/Makefile.am ** REMOVED **
11717         * src/plugins/image_viewer/plugin.c ** REMOVED **
11718         * src/plugins/image_viewer/viewer.c ** REMOVED **
11719         * src/plugins/image_viewer/viewer.glade ** REMOVED **
11720         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
11721         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
11722         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
11723         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
11724                 as gdk-pixbuf is now built-in
11725                 remove image_viewer plugin and put code back into
11726                 main codebase
11727                 implement inline image display (sync with main)
11728
11729                 replace logo with newer, nicer, larger version  
11730
11731 2005-03-21 [paul]       1.9.6cvs8
11732
11733         * src/gtk/about.c
11734                 cosmetic improvement
11735
11736 2005-03-21 [holger]     1.9.6cvs7
11737
11738         * src/plugins/spamassassin/spamassassin.c
11739                 Sync with HEAD
11740                 (unregister hook on failed plugin init)
11741
11742 2005-03-20 [colin]      1.9.6cvs6
11743
11744         * src/common/plugin.c
11745                 Check that plugin isn't already loaded
11746                 Patch by Alfons
11747
11748 2005-03-20 [thorsten]   1.9.6cvs5
11749
11750         * src/compose.c
11751                 use a more compatible syntax
11752
11753 2005-03-20 [thorsten]   1.9.6cvs4
11754
11755         * src/prefs_toolbar.c
11756                 fix crash when selecting toolbar item (uninitialized pointer)
11757
11758 2005-03-20 [thorsten]   1.9.6cvs3
11759
11760         * src/procmime.c
11761                 fix mimetype detection (referenced free()d string)
11762
11763 2005-03-20 [paul]       1.9.6cvs2
11764
11765         * src/compose.c
11766                 sync with HEAD (1.0.3cvs5)
11767                 neglect Reply-To header if empty
11768                 Patch by Alfons 
11769
11770 2005-03-19 [holger]     1.9.6cvs1
11771
11772         * src/summaryview.c
11773         * src/summaryview.h
11774                 Sync with HEAD
11775
11776 2005-03-18 [paul]       1.9.6
11777
11778         initial GTK2 release
11779
11780 2005-03-18 [paul]       1.0.3cvs3.1
11781
11782         * AUTHORS
11783         * ChangeLog.claws
11784         * configure.ac
11785         * src/gtk/about.c
11786         * src/pixmaps/sylpheed_logo.xpm
11787                 sync with HEAD
11788
11789 2005-03-18 [colin]      1.0.3cvs2.6
11790
11791         * src/summaryview.c
11792                 Remove call to summary_step in summary_copy_selected_to
11793                 Can't see its purpose, and this causes bug when copying
11794                 a message if the next one is unread: it reads it.
11795
11796 2005-03-18 [paul]       1.0.3cvs2.5
11797
11798         * src/foldersel.c
11799                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
11800
11801 2005-03-18 [paul]       1.0.3cvs2.4
11802
11803         * src/addrharvest.c
11804         * src/codeconv.c
11805         * src/codeconv.h
11806         * src/compose.c
11807         * src/news.c
11808         * src/procheader.c
11809         * src/procmime.c
11810         * src/unmime.c
11811         * src/unmime.h
11812                 fix buffer overflow, CAN-2005-0667, see
11813                 http://secunia.com/advisories/14491/
11814                 Patch by Alfons
11815
11816 2005-03-17 [colin]      1.0.3cvs2.3
11817
11818         * src/prefs_fonts.c
11819         * src/summaryview.c
11820                 Fix font bugs (both lists now officialy share 
11821                 the same font)
11822                 
11823
11824 2005-03-17 [paul]       1.0.3cvs2.2
11825
11826         * src/gtk/pluginwindow.c
11827                 make plugin descriptions uneditable
11828
11829 2005-03-11 [paul]       1.0.3cvs2.1
11830
11831         * ChangeLog.claws
11832         * configure.ac
11833         * po/POTFILES.in
11834         * src/plugins/trayicon/trayicon.c
11835                 sync with HEAD
11836                 add src/wizard.c to POTFILES.in
11837
11838 2005-03-11 [paul]       1.0.3cvs1.1
11839
11840         * ChangeLog
11841         * ChangeLog.claws
11842         * configure.ac
11843         * po/de.po
11844         * po/es.po
11845         * po/fr.po
11846         * po/it.po
11847         * po/pt_BR.po
11848         * po/ru.po
11849         * po/sk.po
11850         * po/sr.po
11851         * po/zh_CN.po
11852                 sync with HEAD
11853
11854 2005-03-04 [colin]      1.0.1cvs22.2
11855
11856         * src/compose.c
11857                 Fix signatures with accentued chars in it
11858
11859 2005-03-04 [colin]      1.0.1cvs22.1
11860
11861         * src/common/smtp.c
11862         * src/common/smtp.h
11863                 Don't use SIZE param in MAIL FROM: if server 
11864                 doesn't support it. Patch by Eugen Freiter
11865                 <eugen_f@users.sf.net>
11866
11867 2005-02-27 [paul]       1.0.1cvs20.1
11868
11869         * ChangeLog.claws
11870         * configure.ac
11871         * src/messageview.c
11872                 sync with HEAD
11873
11874 2005-02-27 [colin]      1.0.1cvs19.4
11875
11876         * src/procheader.c
11877         * src/procheader.h
11878                 Fix prototypes. Patch by Alfons
11879
11880 2005-02-27 [colin]      1.0.1cvs19.3
11881
11882         * src/compose.c
11883                 Don't auto-join the signature separator.
11884
11885 2005-02-26 [colin]      1.0.1cvs19.2
11886
11887         * src/summaryview.c
11888                 Fix 'mark all read' with collapsed threads.
11889                 Patch by Alfons.
11890
11891 2005-02-25 [paul]       1.0.1cvs19.1
11892
11893         * ChangeLog.claws
11894         * configure.ac
11895         * src/prefs_account.c
11896         * src/prefs_folder_item.c
11897         * src/gtk/prefswindow.c
11898         * src/gtk/prefswindow.h
11899                 sync with HEAD
11900
11901 2005-02-25 [paul]       1.0.1cvs15.12
11902
11903         * src/alertpanel.c
11904         * src/codeconv.c
11905         * src/compose.c
11906         * src/textview.c
11907         * src/gtk/gtkutils.c
11908         * src/gtk/gtkutils.h
11909         * src/gtk/logwindow.c
11910         * src/gtk/progressdialog.c
11911                 sync with main (revision 127)
11912                 and fix logwindow clipping
11913
11914 2005-02-24 [colin]      1.0.1cvs15.11
11915
11916         * src/plugins/pgpmime/passphrase.c
11917                 Disable input grabbing; it doesn't work yet.
11918
11919 2005-02-24 [colin]      1.0.1cvs15.10
11920
11921         * src/messageview.c
11922                 Don't send out receipts if offline. Ask.
11923
11924 2005-02-23 [colin]      1.0.1cvs15.9
11925
11926         * src/summaryview.c     
11927                 Fix expanding
11928
11929 2005-02-23 [colin]      1.0.1cvs15.8
11930
11931         * src/summaryview.c
11932                 Really fix Bug 568 by removing useless
11933                 calls. summary_thread_init() now called
11934                 in summary_sort(). This should please
11935                 Alfons as it should be faster than 
11936                 previously.
11937
11938 2005-02-23 [colin]      1.0.1cvs15.7
11939
11940         * src/compose.c
11941                 Encode parts as QP or B64 if signing
11942
11943 2005-02-23 [colin]      1.0.1cvs15.6
11944
11945         * src/compose.c
11946                 Fix Mimeinfo leakage (including tmp files)
11947         * src/procmsg.c
11948                 Fix tmp file leakage (spotted by Ivan Rayner)
11949
11950 2005-02-22 [colin]      1.0.1cvs15.5
11951
11952         * src/expldifdlg.c
11953                 Fix keyboard input. Patch by Alfons.
11954
11955 2005-02-21 [colin]      1.0.1cvs15.4
11956
11957         * src/compose.c
11958                 Fix Sign/Encrypt when unselecting privacy
11959                 system
11960         * src/prefs_common.c
11961                 Change default message font to Monospace
11962         * src/summaryview.c
11963                 More freezing during potentially large operations
11964
11965 2005-02-21 [paul]       1.0.1cvs15.3
11966
11967         * src/main.c
11968                 fix --help output
11969
11970 2005-02-21 [paul]       1.0.1cvs15.2
11971
11972         * po/Makefile.in.in
11973         * src/compose.c
11974         * src/summaryview.c
11975         * src/textview.c
11976         * src/common/utils.c
11977         * src/common/utils.h
11978                 sync with main (revision 117)
11979
11980 2005-02-20 [colin]      1.0.1cvs15.1
11981
11982         * src/common/defs.h
11983                 Change cache file to .sylpheed_claws_cache, as
11984                 suggested by Alfons. Allows people to switch
11985                 between Sylpheed and Sylpheed-Claws. it is
11986                 a good idea to "Check for new messages" at next
11987                 startup.
11988
11989
11990 2005-02-18 [colin]      1.0.1cvs14.1
11991
11992         * src/quote_fmt_lex.l
11993         * src/quote_fmt_parse.y
11994                 Fix parser initialisation. Patch by Ivan.
11995
11996 2005-02-18 [colin]      1.0.1cvs11.6
11997
11998         * src/folderview.c
11999                 Fix scrolldown (bug 662)
12000
12001 2005-02-17 [colin]      1.0.1cvs11.5
12002
12003         * src/codeconv.c
12004                 conv_filename_to_utf8: return clean 7bit instead
12005                 of broken utf8 if needed
12006         * src/mimeview.c
12007                 Fix display of parts with unclean 8bit names
12008
12009 2005-02-17 [paul]       1.0.1cvs11.4
12010
12011         * src/compose.c
12012         * src/exportldif.c
12013         * src/matcher_parser_parse.y
12014         * src/procmime.c
12015         * src/sourcewindow.c
12016         * src/common/Makefile.am
12017         * src/common/intl.h             ** REMOVED **
12018         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12019                 sync with main (revision 109)
12020                 and clean up
12021
12022 2005-02-16 [colin]      1.0.1cvs11.3
12023
12024         * src/summaryview.c
12025                 Fix collapsed thread not highlighting when new
12026                 messages in it (Bug 568) Patch by Stephan Sachse.
12027                 Fix messed up selection when reaching bounds (Bug 632)
12028         * src/prefs_themes.c
12029                 Fix theme installing (Bug 684)
12030
12031 2005-02-16 [colin]      1.0.1cvs11.2
12032
12033         * src/messageview.c
12034                 Fix messageview_select_all
12035
12036 2005-02-16 [colin]      1.0.1cvs11.1
12037
12038         * src/mh.c
12039                 Sync with HEAD (MH scan required function)
12040
12041 2005-02-15 [colin]      1.0.1cvs8.1
12042
12043         * src/mimeview.c
12044         * src/common/utils.c
12045                 Sync with HEAD (filename chars substitution)
12046
12047 2005-02-15 [colin]      1.0.1cvs7.3
12048
12049         * src/gtk/pluginwindow.c
12050                 Fix button spacing
12051
12052 2005-02-15 [colin]      1.0.1cvs7.2
12053
12054         * src/mimeview.c
12055                 Fix mime icons not reset across message when
12056                 scrolled down
12057
12058 2005-02-15 [colin]      1.0.1cvs7.1
12059
12060         * src/compose.c
12061         * src/procmime.c
12062                 Sync with HEAD (optimisation of cvs6)
12063
12064 2005-02-14 [colin]      1.0.1cvs6.1
12065
12066         * src/compose.c
12067         * src/procmime.c
12068                 Sync with HEAD (encode "From " at line beginning)
12069
12070 2005-02-14 [colin]      1.0.1cvs5.3
12071
12072         * src/compose.c
12073                 Fix wrapping with accentued chars.
12074
12075 2005-02-13 [colin]      1.0.1cvs5.2
12076
12077         * src/textview.c
12078                 Fix email informative part parsing with
12079                 accentued chars in it. ispunct() returns
12080                 true for them in utf8...
12081
12082 2005-02-12 [colin]      1.0.1cvs5.1
12083
12084         * src/filtering.c
12085                 Sync with HEAD (remove wrong use of compose after send)
12086
12087 2005-02-12 [paul]       1.0.1cvs4.5
12088
12089         * src/textview.c
12090                 remove unnecessary code (thanks to Alfons)
12091
12092 2005-02-12 [paul]       1.0.1cvs4.4
12093
12094         * src/textview.c
12095                 add 'Copy' to contextual menu on emails
12096
12097 2005-02-11 [colin]      1.0.1cvs4.3
12098
12099         * src/compose.c
12100                 revert 1.0.0cvs28.2, it doesn't work that well.
12101
12102 2005-02-11 [paul]       1.0.1cvs4.2
12103
12104         * po/Makefile.in.in
12105                 fix 'make release'
12106
12107 2005-02-10 [paul]       1.0.1cvs4.1
12108
12109         * ChangeLog
12110         * ChangeLog.claws
12111         * ChangeLog.jp
12112         * configure.ac
12113         * src/compose.c
12114                 sync with HEAD (sync with main)
12115
12116 2005-02-10 [paul]       1.0.1cvs3.2
12117
12118         * AUTHORS
12119         * Makefile.am
12120         * autogen.sh
12121         * configure.ac
12122         * config/mkinstalldirs
12123         * intl/.cvsignore
12124         * intl/ChangeLog
12125         * intl/VERSION
12126         * intl/bindtextdom.c
12127         * intl/config.charset
12128         * intl/dcgettext.c
12129         * intl/dcigettext.c
12130         * intl/dcngettext.c
12131         * intl/dgettext.c
12132         * intl/dngettext.c
12133         * intl/eval-plural.h
12134         * intl/explodename.c
12135         * intl/finddomain.c
12136         * intl/gettext.c
12137         * intl/gettextP.h
12138         * intl/gmo.h
12139         * intl/hash-string.h
12140         * intl/intl-compat.c
12141         * intl/l10nflist.c
12142         * intl/libgnuintl.h.in
12143         * intl/loadinfo.h
12144         * intl/loadmsgcat.c
12145         * intl/localcharset.c
12146         * intl/localcharset.h
12147         * intl/locale.alias
12148         * intl/localealias.c
12149         * intl/localename.c
12150         * intl/log.c
12151         * intl/ngettext.c
12152         * intl/os2compat.c
12153         * intl/os2compat.h
12154         * intl/osdep.c
12155         * intl/plural-exp.c
12156         * intl/plural-exp.h
12157         * intl/plural.c
12158         * intl/plural.y
12159         * intl/ref-add.sin
12160         * intl/ref-del.sin
12161         * intl/relocatable.c
12162         * intl/relocatable.h
12163         * intl/textdomain.c
12164         * m4/Makefile.am
12165         * po/Makefile.in.in
12166         * src/Makefile.am
12167         * src/account.c
12168         * src/action.c
12169         * src/addr_compl.c
12170         * src/addressadd.c
12171         * src/addressbook.c
12172         * src/addrgather.c
12173         * src/addrindex.c
12174         * src/alertpanel.c
12175         * src/browseldap.c
12176         * src/codeconv.c
12177         * src/codeconv.h
12178         * src/compose.c
12179         * src/compose.h
12180         * src/crash.c
12181         * src/editaddress.c
12182         * src/editbook.c
12183         * src/editgroup.c
12184         * src/editjpilot.c
12185         * src/editldap.c
12186         * src/editldap_basedn.c
12187         * src/editvcard.c
12188         * src/exphtmldlg.c
12189         * src/expldifdlg.c
12190         * src/export.c
12191         * src/exporthtml.c
12192         * src/filtering.c
12193         * src/folder.c
12194         * src/folder_item_prefs.c
12195         * src/foldersel.c
12196         * src/folderview.c
12197         * src/grouplistdialog.c
12198         * src/headerview.c
12199         * src/imap.c
12200         * src/imap_gtk.c
12201         * src/import.c
12202         * src/importldif.c
12203         * src/importmutt.c
12204         * src/importpine.c
12205         * src/inc.c
12206         * src/ldif.c
12207         * src/main.c
12208         * src/mainwindow.c
12209         * src/matcher.c
12210         * src/mbox.c
12211         * src/message_search.c
12212         * src/messageview.c
12213         * src/mh.c
12214         * src/mh_gtk.c
12215         * src/mimeview.c
12216         * src/msgcache.c
12217         * src/news.c
12218         * src/news_gtk.c
12219         * src/noticeview.c
12220         * src/partial_download.c
12221         * src/pop.c
12222         * src/prefs_account.c
12223         * src/prefs_actions.c
12224         * src/prefs_common.c
12225         * src/prefs_customheader.c
12226         * src/prefs_display_header.c
12227         * src/prefs_ext_prog.c
12228         * src/prefs_filtering.c
12229         * src/prefs_filtering_action.c
12230         * src/prefs_folder_item.c
12231         * src/prefs_fonts.c
12232         * src/prefs_gtk.c
12233         * src/prefs_matcher.c
12234         * src/prefs_msg_colors.c
12235         * src/prefs_spelling.c
12236         * src/prefs_summary_column.c
12237         * src/prefs_template.c
12238         * src/prefs_themes.c
12239         * src/prefs_toolbar.c
12240         * src/prefs_wrapping.c
12241         * src/privacy.c
12242         * src/procheader.c
12243         * src/procmime.c
12244         * src/procmsg.c
12245         * src/quote_fmt.c
12246         * src/recv.c
12247         * src/send_message.c
12248         * src/setup.c
12249         * src/sourcewindow.c
12250         * src/ssl_manager.c
12251         * src/statusbar.c
12252         * src/summary_search.c
12253         * src/summaryview.c
12254         * src/textview.c
12255         * src/toolbar.c
12256         * src/wizard.c
12257         * src/common/nntp.c
12258         * src/common/plugin.c
12259         * src/common/smtp.c
12260         * src/common/ssl.c
12261         * src/common/ssl_certificate.c
12262         * src/common/string_match.c
12263         * src/common/sylpheed.c
12264         * src/common/template.c
12265         * src/common/utils.c
12266         * src/gtk/about.c
12267         * src/gtk/colorlabel.c
12268         * src/gtk/description_window.c
12269         * src/gtk/filesel.c
12270         * src/gtk/foldersort.c
12271         * src/gtk/gtkaspell.c
12272         * src/gtk/gtkutils.c
12273         * src/gtk/inputdialog.c
12274         * src/gtk/logwindow.c
12275         * src/gtk/menu.c
12276         * src/gtk/pluginwindow.c
12277         * src/gtk/prefswindow.c
12278         * src/gtk/progressdialog.c
12279         * src/gtk/quicksearch.c
12280         * src/gtk/sslcertwindow.c
12281         * src/plugins/clamav/clamav_plugin.c
12282         * src/plugins/clamav/clamav_plugin_gtk.c
12283         * src/plugins/demo/demo.c
12284         * src/plugins/dillo_viewer/dillo_prefs.c
12285         * src/plugins/dillo_viewer/dillo_viewer.c
12286         * src/plugins/image_viewer/plugin.c
12287         * src/plugins/image_viewer/viewer.c
12288         * src/plugins/image_viewer/viewerprefs.c
12289         * src/plugins/mathml_viewer/mathml_viewer.c
12290         * src/plugins/pgpmime/passphrase.c
12291         * src/plugins/pgpmime/plugin.c
12292         * src/plugins/pgpmime/prefs_gpg.c
12293         * src/plugins/pgpmime/select-keys.c
12294         * src/plugins/pgpmime/sgpgme.c
12295         * src/plugins/spamassassin/spamassassin.c
12296         * src/plugins/spamassassin/spamassassin_gtk.c
12297         * src/plugins/trayicon/trayicon.c
12298                 sync with main (revision 104)
12299
12300 2005-02-10 [colin]      1.0.1cvs3.1
12301
12302         * src/mainwindow.c
12303                 Sync with HEAD (fix occasional crasher)
12304
12305 2005-02-10 [colin]      1.0.1cvs2.1
12306
12307         * src/messageview.c
12308                 Synw with HEAD (don't automatically display html)
12309
12310 2005-02-09 [colin]      1.0.1cvs1.3
12311
12312         * src/textview.c
12313         * src/textview.h
12314                 Add contextual menu on emails
12315
12316 2005-02-09 [colin]      1.0.1cvs1.2
12317
12318         * src/codeconv.c
12319                 Fix converting from broken headers and 
12320                 put back the _ in missing places
12321                 (feature broke with cvs24.2 sync, main 
12322                  possibly affected?)
12323
12324 2005-02-09 [colin]      1.0.1cvs1.1
12325
12326         * src/messageview.c
12327         * src/mimeview.c
12328         * src/mimeview.h
12329                 Sync with HEAD (display non text/plain mails with plugin)
12330
12331 2005-02-08 [colin]      1.0.1.1
12332
12333         * ChangeLog.claws
12334         * po/pt_BR.po
12335                 Sync with HEAD
12336         * configure.ac
12337                 Make default configuration directory 
12338                 be .sylpheed-gtk2
12339
12340 2005-02-08 [colin]      1.0.0cvs29.1
12341
12342         * po/de.po
12343         * po/es.po
12344         * po/fr.po
12345         * po/it.po
12346         * po/sk.po
12347         * po/sr.po
12348                 Sync translations with HEAD
12349
12350 2005-02-06 [colin]      1.0.0cvs28.3
12351
12352         * src/compose.c
12353                 Make compose a bit faster - patch by Alfons.
12354
12355 2005-02-06 [colin]      1.0.0cvs28.2
12356
12357         * src/compose.c
12358                 Make pasting via middle-click more reliable
12359
12360 2005-02-05 [paul]       1.0.0cvs28.1
12361
12362         * ChangeLog
12363         * ChangeLog.claws
12364         * ChangeLog.jp
12365         * configure.ac
12366         * src/compose.c
12367                 sync with HEAD
12368                 (fix bug 682 'redirect is broken'
12369
12370 2005-02-05 [torte]      1.0.0cvs27.1
12371
12372         * ChangeLog.claws
12373         * configure.ac
12374         * src/partial_download.c
12375                 Sync with HEAD (fix buf overflow)
12376
12377 2005-02-03 [colin]      1.0.0cvs26.1
12378
12379         * src/common/plugin.c
12380                 Sync with HEAD (avoid plugin mismatches)
12381
12382 2005-02-03 [paul]       1.0.0cvs25.3
12383
12384         * src/folderview.c
12385         * src/headerview.c
12386         * src/summaryview.c
12387         * src/textview.c
12388         * src/gtk/colorlabel.c
12389                 third and final part of initial sync with main-gtk2
12390
12391 2005-02-03 [paul]       1.0.0cvs25.2
12392
12393         * src/jpilot.c
12394                 fix building with jpilot support
12395
12396 2005-02-02 [colin]      1.0.0cvs25.1
12397
12398         * src/messageview.c
12399                 Sync with HEAD (fix dangerous typo)
12400
12401 2005-02-01 [colin]      1.0.0cvs24.3
12402
12403         * src/common/xml.c
12404                 Write file as advertised (UTF-8)
12405
12406 2005-02-01 [paul]       1.0.0cvs24.2
12407
12408         * src/addrbook.c
12409         * src/addrindex.c
12410         * src/alertpanel.h
12411         * src/codeconv.c
12412         * src/codeconv.h
12413         * src/compose.c
12414         * src/export.c
12415         * src/folder_item_prefs.c
12416         * src/html.c
12417         * src/imap.c
12418         * src/import.c
12419         * src/jpilot.c
12420         * src/mainwindow.c
12421         * src/matcher_parser_lex.l
12422         * src/messageview.c
12423         * src/mh.c
12424         * src/prefs_account.c
12425         * src/prefs_actions.c
12426         * src/prefs_common.c
12427         * src/prefs_gtk.c
12428         * src/prefs_gtk.h
12429         * src/prefs_themes.c
12430         * src/procheader.c
12431         * src/procmime.c
12432         * src/sourcewindow.c
12433         * src/statusbar.c
12434         * src/summaryview.c
12435         * src/textview.c
12436         * src/toolbar.c
12437         * src/unmime.c
12438         * src/common/template.c
12439         * src/common/utils.c
12440         * src/common/xml.c
12441         * src/common/xml.h
12442         * src/gtk/gtkaspell.c
12443         * src/plugins/clamav/clamav_plugin.c
12444         * src/plugins/dillo_viewer/dillo_prefs.c
12445         * src/plugins/image_viewer/viewerprefs.c
12446         * src/plugins/pgpmime/passphrase.c
12447         * src/plugins/pgpmime/prefs_gpg.c
12448         * src/plugins/pgpmime/select-keys.c
12449         * src/plugins/spamassassin/spamassassin.c
12450                 second part of initial sync with main-gtk2
12451                 (more to follow)
12452
12453 2005-01-31 [colin]      1.0.0cvs24.1
12454
12455         * src/compose.c
12456                 Sync with HEAD
12457
12458 2005-01-29 [paul]       1.0.0cvs23.2
12459
12460         * src/account.c
12461         * src/action.c
12462         * src/addressadd.c
12463         * src/addressbook.c
12464         * src/alertpanel.c
12465         * src/compose.c
12466         * src/editaddress.c
12467         * src/editbook.c
12468         * src/editgroup.c
12469         * src/editjpilot.c
12470         * src/editldap.c
12471         * src/editldap_basedn.c
12472         * src/editvcard.c
12473         * src/export.c
12474         * src/foldersel.c
12475         * src/grouplistdialog.c
12476         * src/import.c
12477         * src/importldif.c
12478         * src/inc.c
12479         * src/main.c
12480         * src/mainwindow.c
12481         * src/message_search.c
12482         * src/messageview.c
12483         * src/mimeview.c
12484         * src/prefs_actions.c
12485         * src/prefs_common.c
12486         * src/prefs_common.h
12487         * src/prefs_customheader.c
12488         * src/prefs_display_header.c
12489         * src/prefs_filtering.c
12490         * src/prefs_filtering_action.c
12491         * src/prefs_gtk.c
12492         * src/prefs_matcher.c
12493         * src/prefs_summary_column.c
12494         * src/prefs_template.c
12495         * src/sourcewindow.c
12496         * src/summary_search.c
12497         * src/summaryview.c
12498         * src/textview.c
12499         * src/gtk/about.c
12500         * src/gtk/description_window.c
12501         * src/gtk/gtkshruler.c
12502         * src/gtk/gtkutils.c
12503         * src/gtk/gtkutils.h
12504         * src/gtk/inputdialog.c
12505         * src/gtk/logwindow.c
12506         * src/gtk/prefswindow.c
12507         * src/gtk/progressdialog.c
12508         * src/gtk/progressdialog.h
12509                 first part of initial sync with main-gtk2
12510                 (more to follow)
12511
12512 2005-01-28 [colin]      1.0.0cvs23.1
12513
12514         * src/folderview.c
12515                 Sync with HEAD
12516
12517 2005-01-27 [colin]      1.0.0cvs21.1
12518
12519         * src/folder.c
12520         * src/folderview.c
12521                 Sync with HEAD
12522
12523 2005-01-27 [colin]      1.0.0cvs19.1
12524
12525         * src/procmime.c
12526                 Sync with HEAD
12527
12528 2005-01-27 [colin]      1.0.0cvs18.1
12529
12530         * src/messageview.c
12531         * src/summaryview.c
12532         * src/mainwindow.c
12533         * src/compose.c
12534         * src/compose.h
12535         * src/procmsg.c
12536         * src/procmsg.h
12537         * src/toolbar.c
12538                 Sync with HEAD
12539
12540 2005-01-26 [paul]       1.0.0cvs15.2
12541
12542         * src/compose.c
12543                 compose_entries_set(): convert subject and body to
12544                 utf8 if necessary. patch by Felix Eckhofer
12545
12546 2005-01-26 [paul]       1.0.0cvs15.1
12547
12548         * configure.ac
12549         * src/common/template.c
12550                 sync with HEAD (fix memory leak)
12551
12552 2005-01-25 [paul]       1.0.0cvs14.1
12553
12554         * configure.ac
12555         * src/compose.c
12556                 sync with HEAD
12557
12558 2005-01-24 [colin]      1.0.0cvs13.1
12559
12560         * src/summaryview.c
12561                 Sync with HEAD
12562
12563 2005-01-24 [paul]       1.0.0cvs12.1
12564
12565         * configure.ac
12566         * src/messageview.c
12567         * src/mh.c
12568         * src/common/utils.c
12569                 sync with HEAD
12570
12571 2005-01-24 [colin]      1.0.0cvs11.1
12572
12573         * src/procheader.c
12574                 Sync with HEAD
12575
12576 2005-01-24 [colin]      1.0.0cvs10.1
12577
12578         * src/folderview.c
12579                 Sync with HEAD
12580
12581 2005-01-23 [colin]      1.0.0cvs9.1
12582
12583         * src/crash.c
12584                 Sync with HEAD
12585
12586 2005-01-22 [colin]      1.0.0cvs8.1
12587
12588         * src/summaryview.c
12589         * src/gtk/quicksearch.c
12590                 Sync with HEAD
12591
12592 2005-01-21 [colin]      1.0.0cvs7.1
12593
12594         * src/summaryview.c
12595                 Sync with HEAD
12596
12597 2005-01-21 [colin]      1.0.0cvs6.1
12598
12599         * src/summaryview.c
12600                 Sync with HEAD
12601
12602 2005-01-21 [colin]      1.0.0cvs5.1
12603
12604         * src/gtk/quicksearch.c
12605         * src/prefs_common.c
12606         * src/prefs_common.h
12607                 Sync with HEAD (recurse option)
12608
12609 2005-01-21 [colin]      1.0.0cvs4.1
12610
12611         * src/folder.h
12612         * src/folderview.c
12613         * src/folderview.h
12614         * src/summaryview.c
12615         * src/gtk/quicksearch.c
12616         * src/gtk/quicksearch.h
12617                 Sync with HEAD (recursive quicksearch)
12618
12619 2005-01-20 [colin]      1.0.0cvs3.4
12620
12621         * src/ssl_manager.c
12622                 Remove useless code
12623
12624 2005-01-20 [colin]      1.0.0cvs3.3
12625
12626         * src/ssl_manager.c
12627                 Fix leak, thanks to Alfons.
12628
12629 2005-01-20 [colin]      1.0.0cvs3.2
12630
12631         * src/ssl_manager.c
12632                 Port SSL certificate window to GTK2.
12633
12634 2005-01-20 [paul]       1.0.0cvs3.1
12635
12636         * ChangeLog.claws
12637         * configure.ac
12638         * src/addrindex.c
12639         * src/addrindex.h
12640                 sync with HEAD
12641
12642 2005-01-19 [colin]      1.0.0cvs2.2
12643
12644         * src/plugins/trayicon/trayicon.c
12645                 Fix freeze with gtk-2.6, the easy way
12646                 (signal blocking helpless there...)
12647                 Closes bug #668.
12648
12649 2005-01-19 [colin]      1.0.0cvs2.1
12650
12651         * src/mbox.c
12652         * src/mbox.h
12653         * src/mainwindow.c
12654         * src/summaryview.c
12655         * src/summaryview.h
12656                 Sync with HEAD
12657
12658 2005-01-19 [paul]       1.0.0cvs1.1
12659
12660         * configure.ac
12661         * po/de.po
12662         * po/es.po
12663         * po/fr.po
12664         * po/hr.po
12665         * po/it.po
12666         * po/ja.po
12667         * po/ko.po
12668         * po/pt_BR.po
12669         * po/ru.po
12670         * po/sk.po
12671         * po/sr.po
12672                 sync with HEAD (update translations)
12673
12674 2005-01-18 [colin]      1.0.0cvs0.1
12675
12676         * src/foldersel.c
12677                 Specify search column - patch by Alfons
12678
12679 2005-01-18 [colin]      0.9.13cvs36.3
12680
12681         * src/prefs_toolbar.c
12682                 Change Delete to Remove
12683         * src/prefs_fonts.c
12684                 GTK2 version and leak fixes
12685         * src/prefs_actions.c
12686                 Add stock buttons.
12687                 All patches by Alfons
12688
12689 2005-01-17 [colin]      0.9.13cvs36.2
12690
12691         * src/compose.c
12692                 Fix DnD inserting twice. While at it,
12693                 add DnD support for text/plain in the
12694                 body, and add support in the headers.
12695
12696 2005-01-16 [colin]      0.9.13cvs36.1
12697
12698         * ChangeLog
12699         * ChangeLog.jp
12700         * ChangeLog.claws
12701                 Sync with HEAD (nothing applicable)
12702
12703 2005-01-16 [colin]      0.9.13cvs33.2
12704
12705         * src/prefs_toolbar.c
12706                 GTK2ize prefs_toolbar, by Alfons.
12707
12708 2005-01-14 [colin]      0.9.13cvs33.1
12709
12710         * src/html.c
12711         * src/msgcache.c
12712                 Sync with HEAD
12713
12714 2005-01-14 [colin]      0.9.13cvs32.1
12715
12716         * src/html.c
12717         * src/html.h
12718         * src/msgcache.c
12719         * AUTHORS
12720         * tools/calypso_convert.pl
12721                 Sync with HEAD
12722
12723 2005-01-08 [colin]      0.9.13cvs29.2
12724
12725         * src/prefs_filtering_action.c
12726         * src/prefs_filtering.c
12727                 2 more gtk2 patches by Alfons
12728
12729 2005-01-07 [paul]       0.9.13cvs29.1
12730
12731         * ChangeLog
12732         * ChangeLog.claws
12733         * ChangeLog.jp
12734         * configure.ac
12735         * src/pop.c
12736         * src/pop.h
12737                 sync with HEAD
12738
12739 2005-01-07 [colin]      0.9.13cvs28.3
12740
12741         * src/gtk/progressdialog.c
12742         * src/gtk/progressdialog.h
12743         * src/inc.c
12744         * src/send_message.c
12745                 GTK2 for the incorporation dialog. The CList isn't dead
12746                 yet, for a more smooth migration. Patch by Alfons.
12747
12748 2005-01-06 [colin]      0.9.13cvs28.2
12749
12750         * src/prefs_display_header.c
12751                 GTK2 conversion by Alfons
12752         * src/prefs_actions.c
12753         * src/prefs_matcher.c
12754                 Fix 2 leaks - patch by Alfons
12755
12756 2005-01-06 [colin]      0.9.13cvs28.1
12757
12758         * src/prefs_matcher.c
12759                 Sync with HEAD
12760
12761 2005-01-06 [colin]      0.9.13cvs27.4
12762
12763         * src/prefs_matcher.c
12764                 Fix double-free. Patch by Alfons
12765
12766 2005-01-06 [colin]      0.9.13cvs27.3
12767
12768         * src/prefs_matcher.c
12769                 GTK2 widgets + memleak
12770                 Patch by Alfons
12771
12772 2005-01-05 [colin]      0.9.13cvs27.2
12773
12774         * src/account.c
12775         * src/addr_compl.c
12776         * src/foldersel.c
12777         * src/stock_pixmap.c
12778         * src/stock_pixmap.h
12779                 3 more GTK2 patches by Alfons.
12780
12781 2005-01-04 [colin]      0.9.13cvs27.1
12782
12783         * src/folderview.c
12784         * src/imap_gtk.c
12785         * src/news_gtk.c
12786                 Sync with HEAD
12787
12788 2005-01-04 [colin]      0.9.13cvs25.9
12789
12790         * src/compose.c
12791                 Fix Show Ruler menuitem
12792         * src/prefs_template.c
12793                 Convert to GTK2
12794         * src/common/utils.c
12795                 Make auto pointer stuff handles NULLs
12796                 Patches by Alfons.
12797
12798 2005-01-04 [colin]      0.9.13cvs25.8
12799
12800         * src/compose.c
12801                 Move the attachment list to gtk2
12802                 Patch by Alfons.
12803
12804 2005-01-04 [colin]      0.9.13cvs25.7
12805
12806         * src/textview.c
12807                 Make some keys work again
12808                 Patch by SungHyun Nam <namsh@kldp.org>
12809
12810 2005-01-04 [colin]      0.9.13cvs25.6
12811
12812         * src/gtk/gtkshruler.c
12813                 Move the ruler to GTK2
12814                 Patch by Alfons
12815
12816 2005-01-03 [colin]      0.9.13cvs25.5
12817
12818         * src/compose.c
12819                 Fix my broken patch apply 
12820
12821 2005-01-03 [colin]      0.9.13cvs25.4
12822
12823         * src/common/utils.c
12824         * src/common/utils.h
12825         * src/gtk/prefswindow.c
12826                 Move auto pointer stuff to utils.c
12827                 Patch by Alfons again :)
12828
12829 2005-01-03 [colin]      0.9.13cvs25.3
12830
12831         * src/compose.c
12832         * src/prefs_gtk.c
12833         * src/prefs_template.c
12834         * src/textview.c
12835                 Empty text widgets with empty strings, not NULL char
12836                 Patch by SungHyun Nam <namsh@kldp_org>
12837
12838 2005-01-03 [colin]      0.9.13cvs25.2
12839
12840         * src/main.c
12841         * AUTHORS
12842                 Sync with HEAD
12843
12844 2005-01-03 [colin]      0.9.13cvs25.1
12845
12846         * src/pop.c
12847         * src/pop.h
12848                 Sync with HEAD
12849
12850 2005-01-03 [colin]      0.9.13cvs24.3
12851
12852         * src/account.c
12853                 Two patches from Alfons and Alex S Moore:
12854                 fix images, fix return value.
12855
12856 2005-01-01 [colin]      0.9.13cvs24.2
12857
12858         * src/prefs_actions.c
12859                 Fix over-zealous assertion. Patch by Alfons
12860
12861 2005-01-01 [colin]      0.9.13cvs24.1
12862
12863         * src/procmime.c
12864                 Sync with HEAD (leak fix)
12865
12866 2004-12-31 [colin]      0.9.13cvs23.2
12867
12868         * src/prefs_common.c
12869                 GTK2 widgets + stock buttons - patch by Alfons
12870
12871 2004-12-31 [paul]       0.9.13cvs23.1
12872
12873         * configure.ac
12874                 bump up EXTRA_VERSION to match (sync'ed) HEAD
12875         * src/gtk/pluginwindow.c
12876                 use GTK2 widgets and plug memory leaks,
12877                 patches by Alfons
12878
12879 2004-12-30 [colin]      0.9.13cvs22.4
12880
12881         * src/account.c
12882         * src/action.c
12883         * src/export.c
12884         * src/foldersel.c
12885         * src/import.c
12886         * src/message_search.c
12887         * src/prefs_actions.c
12888         * src/prefs_common.c
12889         * src/prefs_customheader.c
12890         * src/prefs_filtering.c
12891         * src/prefs_summary_column.c
12892         * src/summary_search.c
12893         * src/gtk/about.c
12894         * src/gtk/description_window.c
12895         * src/gtk/gtkutils.c
12896         * src/gtk/gtkutils.h
12897         * src/gtk/inputdialog.c
12898         * src/gtk/prefswindow.c
12899                 Use GTK2 stock buttons. Patches by Alfons.
12900
12901 2004-12-30 [colin]      0.9.13cvs22.3
12902
12903         * src/account.c
12904                 Sync with HEAD
12905         * src/prefs_actions.c
12906         * src/prefs_customheader.c
12907         * src/prefs_filtering.c
12908         * src/prefs_msg_colors.c
12909         * src/prefs_summary_column.c
12910         * src/gtk/prefswindow.c
12911                 Use GtkTreeView instead of deprecated 
12912                 widgets. Patches by Alfons.
12913
12914 2004-12-30 [paul]       0.9.13cvs22.2
12915
12916         * src/foldersel.c
12917                 use GTK 2 Tree View
12918                 patch by Alfons, with root folder sorting fix
12919                 by Stephan Sachse
12920
12921 2004-12-30 [paul]       0.9.13cvs22.1
12922
12923         * ChangeLog
12924         * ChangeLog.claws
12925         * ChangeLog.jp
12926         * NEWS
12927         * configure.ac
12928         * src/account.c
12929                 sync with HEAD
12930
12931 2004-12-22 [martin]     0.9.13cvs21.2
12932
12933         * src/action.c
12934                 free the command line after its use
12935
12936 2004-12-18 [paul]       0.9.13cvs21.1
12937
12938         * AUTHORS
12939         * ChangeLog
12940         * ChangeLog.claws
12941         * ChangeLog.jp
12942         * NEWS
12943         * configure.ac
12944         * src/action.c
12945         * src/compose.c
12946         * src/syldap.c
12947                 sync with HEAD
12948
12949 2004-12-17 [martin]     0.9.13cvs17.2
12950
12951         * src/action.c
12952                 convert actions input to locale
12953         * src/inc.c
12954                 convert notification command to locale
12955         * src/plugins/pgpmime/select-keys.c
12956                 convert attributes to utf8
12957
12958 2004-12-14 [colin]      0.9.13cvs17.1
12959
12960         * ChangeLog
12961         * ChangeLog.jp
12962         * ChangeLog.claws
12963         * src/action.c
12964         * src/common/utils.c
12965         * src/gtk/prefswindow.c
12966         * src/gtk/gtkutils.c
12967         * src/gtk/gtkutils.h
12968         * src/plugins/spamassassin/libspamc.c
12969                 Sync with HEAD
12970
12971 2004-12-13 [colin]      0.9.13cvs14.1
12972
12973         * src/quote_fmt_parse.y
12974                 Sync with HEAD
12975
12976 2004-12-10 [colin]      0.9.13cvs12.1
12977
12978         * src/prefs_themes.c
12979         * src/mainwindow.c
12980         * src/messageview.c
12981                 Sync with HEAD
12982
12983 2004-12-09 [colin]      0.9.13cvs10.1
12984
12985         * src/procmime.c
12986                 Sync with HEAD (fix B64 encoding from memory)
12987
12988 2004-12-08 [colin]      0.9.13cvs9.1
12989
12990         * src/gtk/colorlabel.c
12991                 Sync with HEAD
12992
12993 2004-12-08 [paul]       0.9.13cvs8.2
12994
12995         * src/gtk/pluginwindow.c
12996                 fix window resizing oddities
12997
12998 2004-12-08 [colin]      0.9.13cvs8.1
12999
13000         * src/quote_fmt_parse.y
13001                 Sync with HEAD
13002
13003 2004-12-08 [colin]      0.9.13cvs7.1
13004
13005         * src/matcher_parser_parse.y
13006         * src/msgcache.c
13007         * src/prefs_matcher.c
13008         * src/procheader.c
13009         * src/matcher.c
13010         * src/common/defs.h
13011         * po/sr.po
13012                 Sync with HEAD
13013
13014 2004-12-08 [colin]      0.9.13cvs6.1
13015
13016         * src/quote_fmt_parse.y
13017         * src/textview.c
13018                 Sync with HEAD
13019         * src/gtk/prefswindow.c
13020         * src/gtk/pluginwindow.c
13021                 Fix G_CALLBACKS protos (thanks to Alfons)
13022
13023 2004-12-07 [torte]      0.9.13cvs2.2
13024
13025         * src/procmime.c
13026                 [Bug 650] reply button causes crash
13027                 Thanks to David Relson and Christoph
13028
13029 2004-12-07 [colin]      0.9.13cvs2.1
13030
13031         * ChangeLog.claws
13032         * AUTHORS
13033         * po/sk.po
13034         * src/procmime.c
13035         * src/prefs_account.c
13036         * src/common/smtp.c
13037         * src/common/smtp.h
13038                 Sync with HEAD
13039
13040 2004-12-06 [colin]      0.9.12cvs187.1
13041
13042         * ChangeLog.claws
13043         * INSTALL
13044         * Makefile.am
13045         * README.claws
13046         * TODO.claws
13047         * configure.ac
13048         * po/bg.po
13049         * po/cs.po
13050         * po/el.po
13051         * po/en_GB.po
13052         * po/es.po
13053         * po/fr.po
13054         * po/hr.po
13055         * po/hu.po
13056         * po/it.po
13057         * po/ja.po
13058         * po/ko.po
13059         * po/nl.po
13060         * po/pl.po
13061         * po/pt_BR.po
13062         * po/ru.po
13063         * po/sk.po
13064         * po/sr.po
13065         * po/sv.po
13066         * po/zh_CN.po
13067         * po/zh_TW.Big5.po
13068         * src/compose.c
13069         * tools/Makefile.am
13070         * tools/README
13071         * tools/filter_conv.pl
13072         * tools/kdeservicemenu/README
13073         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13074         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13075                 Sync with HEAD
13076
13077 2004-12-04 [colin]      0.9.12cvs183.1
13078
13079         * src/compose.c
13080                 Sync with HEAD (compose window position saving)
13081
13082 2004-12-04 [paul]       0.9.12cvs182.3
13083
13084         * src/messageview.c
13085         * src/mimeview.c
13086         * src/prefs_customheader.c
13087         * src/gtk/quicksearch.c
13088                 replace some forgotten GTK_SIGNAL_FUNCs
13089
13090 2004-12-04 [paul]       0.9.12cvs182.2
13091
13092         * src/Makefile.am
13093                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
13094                 committed in error      
13095
13096 2004-12-04 [paul]       0.9.12cvs182.1
13097
13098         * ChangeLog
13099         * ChangeLog.claws
13100         * ChangeLog.jp
13101         * INSTALL
13102         * NEWS
13103         * README
13104         * README.jp
13105         * configure.ac
13106         * doc/manual/ja/Makefile.am
13107         * doc/manual/ja/sylpheed-1.html
13108         * doc/manual/ja/sylpheed-10.html
13109         * doc/manual/ja/sylpheed-11.html
13110         * doc/manual/ja/sylpheed-12.html
13111         * doc/manual/ja/sylpheed-13.html
13112         * doc/manual/ja/sylpheed-14.html
13113         * doc/manual/ja/sylpheed-15.html
13114         * doc/manual/ja/sylpheed-16.html
13115         * doc/manual/ja/sylpheed-17.html
13116         * doc/manual/ja/sylpheed-18.html
13117         * doc/manual/ja/sylpheed-19.html
13118         * doc/manual/ja/sylpheed-2.html
13119         * doc/manual/ja/sylpheed-20.html
13120         * doc/manual/ja/sylpheed-3.html
13121         * doc/manual/ja/sylpheed-4.html
13122         * doc/manual/ja/sylpheed-5.html
13123         * doc/manual/ja/sylpheed-6.html
13124         * doc/manual/ja/sylpheed-7.html
13125         * doc/manual/ja/sylpheed-8.html
13126         * doc/manual/ja/sylpheed-9.html
13127         * doc/manual/ja/sylpheed.html
13128         * doc/manual/ja/sylpheed.sgml
13129         * po/de.po
13130         * src/Makefile.am
13131         * src/compose.c
13132         * src/procmime.c
13133         * src/pixmaps/regular.xpm **REMOVED**
13134         * src/plugins/pgpmime/pgpmime.c
13135         * src/plugins/pgpmime/plugin.c
13136         * src/plugins/pgpmime/prefs_gpg.c
13137                 sync with HEAD
13138
13139 2004-12-03 [paul]       0.9.12cvs180.1
13140
13141         * ChangeLog
13142         * ChangeLog.claws
13143         * ChangeLog.jp
13144         * configure.ac
13145         * src/Makefile.am
13146         * src/pop.c
13147         * src/common/utils.c
13148         * src/common/utils.h
13149         * src/pixmaps/continue.xpm
13150         * src/pixmaps/dir_close.xpm
13151         * src/pixmaps/dir_open.xpm
13152         * src/pixmaps/drafts_close.xpm
13153         * src/pixmaps/drafts_open.xpm
13154         * src/pixmaps/folder.xpm **REMOVED**
13155         * src/pixmaps/group.xpm
13156         * src/pixmaps/unread.xpm
13157                 sync with HEAD
13158
13159 2004-12-02 [colin]      0.9.12cvs179.1
13160
13161         * src/compose.c
13162                 Sync with HEAD (non-duplicated reedition)
13163
13164 2004-12-02 [colin]      0.9.12cvs178.1
13165
13166         * src/compose.c
13167                 Sync with HEAD (linewrap_quote fix)
13168
13169 2004-12-01 [colin]      0.9.12cvs177.3
13170
13171         * src/addrharvest.c
13172                 Replace sizeof with strlen
13173
13174 2004-12-01 [paul]       0.9.12cvs177.2
13175
13176         * src/addrharvest.c
13177                 fix 'harvest addresses'
13178
13179 2004-11-30 [colin]      0.9.12cvs177.1
13180
13181         * src/gtk/prefswindow.c
13182         * src/gtk/pluginwindow.c
13183                 Sync with HEAD
13184
13185 2004-11-29 [colin]      0.9.12cvs176.1
13186
13187         * src/folderview.c
13188                 sync with HEAD (Fix disappearing separators in folderview's popup)
13189
13190 2004-11-29 [colin]      0.9.12cvs175.1
13191
13192         * src/procmime.c
13193                 Sync with head (another format fix)
13194
13195 2004-11-29 [colin]      0.9.12cvs174.1
13196
13197         * src/pop.c
13198                 Sync with HEAD (format string fix)
13199
13200 2004-11-26 [colin]      0.9.12cvs173.1
13201
13202         * src/common/smtp.c
13203         * src/common/smtp.h
13204                 Sync with HEAD
13205
13206 2004-11-24 [colin]      0.9.12cvs172.1
13207
13208         * src/plugins/pgpmime/pgpmime.c
13209                 Sync with HEAD
13210
13211 2004-11-24 [colin]      0.9.12cvs171.1
13212
13213         * src/plugins/pgpmime/pgpmime.c
13214                 Sync with head (gpgmectx leaks)
13215
13216 2004-11-24 [colin]      0.9.12cvs169.1
13217
13218         * src/plugins/pgpmime/plugin.c
13219         * src/plugins/trayicon/Makefile.am
13220         * src/plugins/trayicon/newmarkedmail.xpm
13221         * src/plugins/trayicon/trayicon.c
13222         * src/plugins/trayicon/unreadmarkedmail.xpm
13223                 Sync with HEAD
13224
13225 2004-11-23 [colin]      0.9.12cvs168.1
13226
13227         * src/partial_download.c
13228         * src/partial_download.h
13229         * src/plugins/pgpmime/plugin.c
13230                 Sync with HEAD
13231
13232 2004-11-23 [colin]      0.9.12cvs166.1
13233
13234         * src/Makefile.am
13235         * src/codeconv.c
13236         * src/compose.c
13237         * src/folderview.c
13238         * src/main.c
13239         * src/partial_download.c
13240         * src/partial_download.h
13241         * src/prefs_account.c
13242         * src/prefs_account.h
13243         * src/privacy.c
13244         * src/privacy.h
13245         * src/procmime.c
13246         * src/common/Makefile.am
13247         * src/common/base64.h
13248         * src/common/partial_download.c
13249         * src/common/partial_download.h
13250         * src/gtk/prefswindow.c
13251         * src/gtk/prefswindow.h
13252         * src/plugins/pgpmime/pgpmime.c
13253         * src/plugins/pgpmime/prefs_gpg.c
13254         * src/plugins/pgpmime/prefs_gpg.h
13255         * src/plugins/pgpmime/sgpgme.c
13256         * src/plugins/pgpmime/sgpgme.h
13257                 Sync with HEAD
13258
13259 2004-11-23 [colin]      0.9.12cvs163.1
13260
13261         * src/main.c
13262                 Sync with HEAD (cursor optimization)
13263
13264 2004-11-23 [colin]      0.9.12cvs162.1
13265
13266         * src/prefs_common.c
13267         * src/prefs_themes.c
13268         * src/procmsg.c
13269                 Sync with HEAD
13270
13271 2004-11-23 [colin]      0.9.12cvs158.9
13272
13273         * src/compose.c
13274                 Fix double-free when forwarding
13275         * src/msgcache.c
13276                 Fix leak on error path
13277                 
13278
13279 2004-11-23 [colin]      0.9.12cvs158.8
13280
13281         * src/compose.c
13282                 Fix possible double-free
13283                 Spotted by Alfons
13284
13285 2004-11-23 [colin]      0.9.12cvs158.7
13286
13287         * src/compose.c
13288                 Fix some signal handlers' prototypes
13289                 Spotted by Alfons
13290
13291 2004-11-22 [colin]      0.9.12cvs158.6
13292
13293         * src/compose.c
13294                 Remove unneeded code and duplicated
13295                 wrapping - patch by Alfons
13296
13297 2004-11-22 [colin]      0.9.12cvs158.5
13298
13299         * src/prefs_themes.c
13300                 Fix oversized selector
13301
13302 2004-11-22 [colin]      0.9.12cvs158.4
13303
13304         * src/compose.c
13305                 fix dump_text()
13306                 patch by Alfons
13307
13308 2004-11-19 [colin]      0.9.12cvs158.3
13309
13310         * src/textview.c
13311                 Add a context menu on links (open, copy)
13312
13313 2004-11-18 [paul]       0.9.12cvs158.2
13314
13315         * src/addrgather.c
13316         * src/exphtmldlg.c
13317         * src/expldifdlg.c
13318         * src/mimeview.c
13319         * src/prefs_common.c
13320         * src/plugins/image_viewer/viewer.c
13321         * src/plugins/spamassassin/spamassassin_gtk.c
13322                 replace deprecated gtk_notebook_set_page
13323                 and gtk_notebook_current_page
13324
13325 2004-11-18 [paul]       0.9.12cvs158.1
13326
13327         * configure.ac
13328         * src/compose.c
13329         * src/mainwindow.c
13330         * src/messageview.c
13331         * src/prefs_common.c
13332         * src/common/utils.c
13333         * src/common/utils.h
13334                 sync with HEAD
13335
13336 2004-11-17 [colin]      0.9.12cvs156.1
13337
13338         * src/prefs_account.c
13339         * src/prefs_account.h
13340         * src/procmsg.c
13341                 Sync with HEAD (add pref to store encrypted mails encrypted)
13342
13343 2004-11-17 [paul]       0.9.12cvs155.1
13344
13345         * ChangeLog
13346         * ChangeLog.claws
13347         * ChangeLog.jp
13348         * NEWS
13349         * configure.ac
13350         * src/compose.c
13351         * src/jpilot.c
13352         * src/privacy.c
13353         * src/procmime.c
13354         * src/procmime.h
13355         * src/procmsg.c
13356         * src/toolbar.c
13357         * src/pixmaps/error.xpm
13358                 sync with HEAD
13359
13360 2004-11-17 [colin]      0.9.12cvs151.1
13361
13362         * src/plugins/pgpmime/pgpmime.c
13363                 Sync with HEAD (remove debug printf)
13364
13365 2004-11-17 [colin]      0.9.12cvs150.1
13366
13367         * src/plugins/pgpmime/pgpmime.c
13368                 Sync with HEAD (off-by-one fix)
13369
13370 2004-11-17 [colin]      0.9.12cvs149.1
13371
13372         * src/procmsg.c
13373                 Sync with HEAD (coding style fixes)
13374
13375 2004-11-16 [colin]      0.9.12cvs148.1
13376
13377         * src/procmsg.c
13378                 Sync with head (Fix the fix)
13379
13380 2004-11-16 [colin]      0.9.12cvs147.1
13381
13382         * src/procmsg.c
13383                 Sync with Main (leak fix)
13384
13385 2004-11-16 [colin]      0.9.12cvs146.14
13386
13387         * src/compose.c
13388                 Remove useless chunk of code
13389                 Patch by Alfons
13390
13391 2004-11-15 [colin]      0.9.12cvs146.13
13392
13393         * src/compose.c
13394                 Fix drafting after insertion
13395                 Patch by Alfons
13396
13397 2004-11-15 [colin]      0.9.12cvs146.12
13398
13399         * src/compose.c
13400         * src/prefs_filtering.c
13401         * src/prefs_filtering_action.c
13402         * src/prefs_toolbar.c
13403                 Fix some const-correctness
13404
13405 2004-11-15 [colin]      0.9.12cvs146.11
13406
13407         * src/summaryview.c
13408         * src/prefs_themes.c
13409         * src/messageview.c
13410                 Fix some leaks
13411
13412 2004-11-15 [colin]      0.9.12cvs146.10
13413
13414         * src/codeconv.c
13415                 More unreadable locale fixes
13416
13417 2004-11-14 [colin]      0.9.12cvs146.9
13418
13419         * src/textview.c
13420                 Fix uri_security_check
13421                 Patch by Alfons
13422
13423 2004-11-13 [paul]       0.9.12cvs146.8
13424
13425         * src/folder.c
13426         * src/procmime.c
13427                 fix 2 bugs introduced in last commit
13428
13429 2004-11-13 [paul]       0.9.12cvs146.7
13430
13431         * src/compose.c
13432         * src/exporthtml.c
13433         * src/exportldif.c
13434         * src/folder.c
13435         * src/imap.c
13436         * src/imap_gtk.c
13437         * src/main.c
13438         * src/mainwindow.c
13439         * src/messageview.c
13440         * src/mh_gtk.c
13441         * src/prefs_themes.c
13442         * src/procmime.c
13443         * src/setup.c
13444         * src/summaryview.c
13445                 replace deprecated g_basename
13446
13447 2004-11-13 [paul]       0.9.12cvs146.6
13448
13449         * src/compose.c
13450         * src/imap.c
13451         * src/matcher_parser.h
13452         * src/matcher_parser_parse.y
13453         * src/prefs_filtering.c
13454         * src/prefs_filtering_action.c
13455         * src/prefs_themes.c
13456         * src/prefs_toolbar.c
13457         * src/common/utils.c
13458                 various small fixes/cleanups
13459
13460 2004-11-12 [colin]      0.9.12cvs146.5
13461
13462         * src/textview.c
13463                 Validate event's origin on visibility notify
13464                 Patch by Alfons.
13465
13466 2004-11-12 [paul]       0.9.12cvs146.4
13467
13468         * src/exporthtml.c
13469         * src/exportldif.c
13470         * src/imap.c
13471         * src/mh.c
13472         * src/mimeview.c
13473         * src/prefs_spelling.c
13474         * src/prefs_themes.c
13475                 replace deprecated g_dirname    
13476
13477 2004-11-12 [colin]      0.9.12cvs146.3
13478
13479         * src/textview.c
13480                 Some coding style fixes
13481
13482 2004-11-12 [colin]      0.9.12cvs146.2
13483
13484         * src/codeconv.c
13485                 We want to replace _all_ extended chars in
13486                 conv_unreadable_*, because any string containing
13487                 extended chars not parsing as UTF8 is 
13488                 undisplayed on gtk2.
13489
13490 2004-11-12 [paul]       0.9.12cvs146.1
13491
13492         * ChangeLog
13493         * ChangeLog.claws
13494         * ChangeLog.jp
13495         * NEWS
13496         * configure.ac
13497         * src/account.c
13498         * src/folderview.c
13499         * src/folderview.h
13500         * src/imap.c
13501         * src/imap_gtk.c
13502         * src/inc.c
13503         * src/mainwindow.c
13504         * src/mh_gtk.c
13505         * src/news_gtk.c
13506         * src/pop.c
13507         * src/prefs_account.c
13508         * src/prefs_account.h
13509         * src/prefs_ext_prog.c
13510         * src/procmime.c
13511         * src/procmime.h
13512         * src/procmsg.c
13513         * src/procmsg.h
13514         * src/summary_search.c
13515         * src/summaryview.c
13516         * src/textview.c
13517         * src/common/defs.h
13518         * src/common/utils.c
13519         * src/common/utils.h
13520         * src/gtk/menu.c
13521         * src/gtk/menu.h
13522                 sync with HEAD
13523
13524 2004-11-11 [colin]      0.9.12cvs144.2
13525
13526         * src/textview.c
13527                 Fix URI range selection (patch by Alfons)
13528
13529 2004-11-09 [colin]      0.9.12cvs144.1
13530
13531         * ChangeLog.claws
13532         * src/compose.c
13533         * src/folder.c
13534         * src/folder_item_prefs.c
13535         * src/prefs_account.c
13536         * src/prefs_account.h
13537         * src/plugins/pgpmime/pgpmime.c
13538                 Sync with HEAD
13539
13540 2004-11-08 [colin]      0.9.12cvs143.1
13541
13542         * src/summaryview.c
13543                 Sync with HEAD (optimize quicksearch)
13544
13545 2004-11-08 [colin]      0.9.12cvs142.2
13546
13547         * src/compose.c
13548                 Don't wrap when Edit/Auto wrapping is disabled
13549
13550 2004-11-08 [colin]      0.9.12cvs142.1
13551
13552         * src/textview.c
13553                 Sync with HEAD
13554
13555 2004-11-08 [colin]      0.9.12cvs141.1
13556
13557         * src/textview.c
13558                 Sync with HEAD (fix some mail URIs)
13559
13560 2004-11-08 [colin]      0.9.12cvs140.3
13561
13562         * src/textview.c
13563                 o Use text cursor instead of arrow when
13564                   not on a link
13565                 o Fix handling of contiguous links (as in
13566                   "colin@colino.net" <colin@colino.net>)
13567                   This one unveils a bug in get_email_part()
13568
13569 2004-11-07 [colin]      0.9.12cvs140.2
13570
13571         * src/textview.c
13572                 Fix memleak. Patch by Alfons.
13573
13574 2004-11-06 [colin]      0.9.12cvs140.1
13575
13576         * src/compose.c
13577                 Sync with HEAD (don't ask passphrase
13578                 when drafting)
13579
13580 2004-11-06 [paul]       0.9.12cvs139.2
13581
13582         * AUTHORS
13583         * src/textview.c
13584         * src/textview.h
13585                 textview URI handling. hovering over a 
13586                 link displays it in the status bar,
13587                 and changes the mouse pointer to a hand 
13588                 cursor. a link is activated with a single 
13589                 click. (Modified from the) patch by Jean-Yves 
13590                 Lefort <jylefort@users.sourceforge.net>
13591                 
13592
13593 2004-11-05 [colin]      0.9.12cvs139.1
13594
13595         * src/compose.c
13596         * src/procmime.c
13597                 Sync with HEAD again ^^
13598
13599 2004-11-05 [colin]      0.9.12cvs139.1
13600
13601         * src/compose.c
13602         * src/procmime.c
13603                 Sync with HEAD
13604
13605 2004-11-03 [paul]       0.9.12cvs138.1
13606
13607         * ChangeLog.claws
13608         * configure.ac
13609         * po/POTFILES.in
13610         * src/prefs_ext_prog.c
13611         * src/procmime.c
13612         * tools/kdeservicemenu/README
13613         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13614         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13615                 sync with HEAD
13616
13617 2004-11-01 [christoph]  0.9.12cvs136.2
13618
13619         * src/procmime.c
13620                 convert MIME parameters to UTF-8
13621
13622 2004-10-29 [colin]      0.9.12cvs136.1
13623
13624         * src/common/utils.c
13625                 Sync with HEAD (don't use '=' in mime boundary)
13626
13627 2004-10-29 [paul]       0.9.12cvs135.1
13628
13629         * configure.ac
13630         * doc/src/rfc2231.txt
13631         * src/procmime.c
13632         * src/common/quoted-printable.c
13633         * src/common/utils.c
13634         * src/common/utils.h
13635                 sync with HEAD
13636
13637 2004-10-27 [paul]       0.9.12cvs134.1
13638
13639         * configure.ac
13640         * src/main.c
13641         * src/procmime.c
13642         * src/plugins/pgpmime/pgpmime.c
13643                 sync with HEAD
13644
13645 2004-10-26 [paul]       0.9.12cvs132.3
13646
13647         * src/account.c
13648         * src/addressbook.c
13649         * src/addrgather.c
13650         * src/addrharvest.c
13651         * src/codeconv.c
13652         * src/compose.c
13653         * src/customheader.c
13654         * src/editaddress.c
13655         * src/editgroup.c
13656         * src/enriched.c
13657         * src/expldifdlg.c
13658         * src/exporthtml.c
13659         * src/exportldif.c
13660         * src/folder.c
13661         * src/foldersel.c
13662         * src/folderview.c
13663         * src/grouplistdialog.c
13664         * src/html.c
13665         * src/imap.c
13666         * src/jpilot.c
13667         * src/ldapserver.c
13668         * src/ldif.c
13669         * src/mimeview.c
13670         * src/news.c
13671         * src/news_gtk.c
13672         * src/pop.c
13673         * src/prefs_display_header.c
13674         * src/prefs_gtk.c
13675         * src/prefs_msg_colors.c
13676         * src/prefs_toolbar.c
13677         * src/procheader.c
13678         * src/procmime.c
13679         * src/summaryview.c
13680         * src/textview.c
13681         * src/toolbar.c
13682         * src/vcard.c
13683         * src/common/mgutils.c
13684         * src/common/nntp.c
13685         * src/common/smtp.c
13686         * src/common/template.c
13687         * src/common/utils.c
13688         * src/common/xmlprops.c
13689         * src/plugins/pgpmime/pgpmime.c
13690         * src/plugins/pgpmime/select-keys.c
13691         * src/plugins/pgpmime/sgpgme.c
13692                 replace deprecated g_strcasecmp(), g_strncasecmp(),
13693                 g_string_sprintfa(), gtk_notebook_current_page()
13694
13695 2004-10-26 [colin]      0.9.12cvs132.2
13696
13697         * src/prefs_folder_item.c
13698                 Fix default-account selection
13699
13700 2004-10-21 [colin]      0.9.12cvs133
13701
13702         * src/compose.c
13703                 Sync with HEAD (Remove extra separator in compose's Options)
13704         * src/textview.c
13705                 Set wrapping to char
13706
13707 2004-10-21 [paul]       0.9.12cvs131.2
13708
13709         * src/compose.c
13710         * src/sourcewindow.c
13711                 fix wrapping
13712                 fix window shrinking 
13713
13714 2004-10-21 [colin]      0.9.12cvs131.1
13715
13716         * ChangeLog.claws
13717         * src/compose.c
13718                 Sync with HEAD
13719
13720 2004-10-21 [paul]       0.9.12cvs130.2
13721
13722         * src/prefs_folder_item.c
13723                 sync with HEAD (Apply to subfolders)
13724
13725 2004-10-19 [colin]      0.9.12cvs130.1
13726
13727         * ChangeLog.claws
13728         * src/compose.c
13729         * src/common/utils.c
13730         * src/gtk/menu.c
13731                 Sync with HEAD
13732
13733 2004-10-19 [colin]      0.9.12cvs128.1
13734
13735         * src/addrbook.c
13736         * src/addrcache.c
13737         * src/addressbook.c
13738         * src/codeconv.c
13739         * src/compose.c
13740         * src/customheader.c
13741         * src/editaddress.c
13742         * src/editgroup.c
13743         * src/exporthtml.c
13744         * src/folder.c
13745         * src/folderview.c
13746         * src/imap.c
13747         * src/jpilot.c
13748         * src/main.c
13749         * src/matcher_parser_parse.y
13750         * src/mbox.c
13751         * src/pop.c
13752         * src/prefs_account.c
13753         * src/prefs_gtk.c
13754         * src/prefs_msg_colors.c
13755         * src/procheader.c
13756         * src/procmime.c
13757         * src/procmime.h
13758         * src/procmsg.c
13759         * src/summaryview.c
13760         * src/textview.c
13761         * src/common/base64.c
13762         * src/common/partial_download.c
13763         * src/common/socket.c
13764         * src/common/sylpheed.c
13765         * src/common/utils.c
13766         * src/common/utils.h
13767         * src/gtk/pluginwindow.c
13768         * src/gtk/quicksearch.c
13769         * src/plugins/clamav/clamav_plugin.c
13770         * src/plugins/clamav/clamav_plugin.h
13771         * src/plugins/clamav/clamav_plugin_gtk.c
13772         * src/plugins/pgpmime/passphrase.c
13773         * src/plugins/pgpmime/pgpmime.c
13774         * src/plugins/pgpmime/plugin.c
13775         * src/plugins/pgpmime/prefs_gpg.c
13776         * src/plugins/pgpmime/prefs_gpg.h
13777         * src/plugins/pgpmime/select-keys.c
13778         * src/plugins/pgpmime/sgpgme.c
13779         * src/plugins/spamassassin/libspamc.c
13780         * src/plugins/spamassassin/spamassassin.c
13781         * src/plugins/spamassassin/spamassassin.h
13782         * src/plugins/spamassassin/spamassassin_gtk.c
13783         * src/plugins/trayicon/trayicon.c
13784         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
13785                 Sync with HEAD
13786
13787 2004-10-14 [colin]      0.9.12cvs126.2
13788
13789         * src/codeconv.c
13790         * src/textview.c
13791                 Fix conv_unreadable_locale
13792
13793 2004-10-13 [colin]      0.9.12cvs126.1
13794
13795         * src/compose.c
13796                 Sync with HEAD (don't convert charset for 
13797                 drafted messages, minor cleanup)
13798
13799 2004-10-13 [colin]      0.9.12cvs125.1
13800
13801         * po/POTFILES.in
13802                 Sync with HEAD (POTFILES fix)
13803
13804 2004-10-12 [colin]      0.9.12cvs124.3
13805
13806         * src/compose.c
13807                 Fix encoding bug from latest sync
13808
13809 2004-10-12 [paul]       0.9.12cvs124.2
13810
13811         * src/plugins/pgpmime/prefs_gpg.c
13812         * src/plugins/pgpmime/prefs_gpg.h
13813                 forgotten in last commit        
13814
13815 2004-10-12 [paul]       0.9.12cvs124.1
13816
13817         * ChangeLog.claws
13818         * configure.ac
13819         * m4/spamassassin.m4
13820         * src/Makefile.am
13821         * src/account.c
13822         * src/compose.c
13823         * src/compose.h
13824         * src/crash.c
13825         * src/main.c
13826         * src/mimeview.c
13827         * src/passphrase.c
13828         * src/passphrase.h
13829         * src/prefs_account.c
13830         * src/prefs_account.h
13831         * src/prefs_common.c
13832         * src/privacy.c
13833         * src/privacy.h
13834         * src/procmime.c
13835         * src/procmime.h
13836         * src/procmsg.c
13837         * src/rfc2015.c
13838         * src/rfc2015.h
13839         * src/select-keys.c
13840         * src/select-keys.h
13841         * src/textview.c
13842         * src/common/utils.c
13843         * src/common/utils.h
13844         * src/gtk/about.c
13845         * src/plugins/pgpmime/Makefile.am
13846         * src/plugins/pgpmime/passphrase.c
13847         * src/plugins/pgpmime/passphrase.h
13848         * src/plugins/pgpmime/pgpmime.c
13849         * src/plugins/pgpmime/plugin.c
13850         * src/plugins/pgpmime/select-keys.c
13851         * src/plugins/pgpmime/select-keys.h
13852         * src/plugins/pgpmime/sgpgme.c
13853         * src/plugins/pgpmime/sgpgme.h
13854                 sync with HEAD
13855
13856 2004-10-04 [colin]      0.9.12cvs122.1
13857
13858         * src/mainwindow.c
13859         * src/messageview.c
13860         * src/messageview.h
13861         * src/textview.c
13862                 Sync with HEAD
13863
13864 2004-10-04 [colin]      0.9.12cvs121.1
13865
13866         * src/summaryview.c
13867                 Sync with HEAD
13868
13869 2004-10-04 [paul]       0.9.12cvs120.1
13870
13871         * configure.ac
13872                 sync with HEAD [don't try to build 
13873                 pgpmime plugin when gpgme is disabled]
13874
13875 2004-10-03 [colin]      0.9.12cvs119.3
13876
13877         * src/gtk/gtksctree.c
13878                 Lots of side effects. Put back as before 117.2.
13879         * src/summaryview.c
13880                 Fix bug #602
13881
13882 2004-10-03 [colin]      0.9.12cvs119.2
13883
13884         * src/gtk/gtksctree.c
13885                 Revert 608 fix that doesn't work that good
13886
13887 2004-10-02 [colin]      0.9.12cvs119.1
13888
13889         * src/mainwindow.c
13890         * src/messageview.c
13891         * src/prefs_common.h
13892         * src/procmime.c
13893         * src/procmime.h
13894         * src/textview.c
13895                 Sync with HEAD
13896         * src/gtk/gtksctree.c
13897                 Close bug #608
13898
13899 2004-10-01 [colin]      0.9.12cvs118.1
13900
13901         * src/mimeview.c
13902                 Sync with HEAD (better Save All fix)
13903
13904 2004-10-01 [colin]      0.9.12cvs117.2
13905
13906         * src/gtk/gtksctree.c
13907                 Faster on selection
13908
13909 2004-10-01 [colin]      0.9.12cvs117.1
13910
13911         * src/mimeview.c
13912                 Sync with HEAD (Save All: only attachments)
13913
13914 2004-10-01 [paul]       0.9.12cvs116.1
13915
13916         * ChangeLog.claws
13917         * configure.ac
13918         * src/account.c
13919         * src/prefs_common.c
13920         * src/gtk/colorlabel.c
13921                 sync with HEAD
13922
13923 2004-09-30 [colin]      0.9.12cvs115.1
13924
13925         * src/stock_pixmap.c
13926         * src/stock_pixmap.h
13927         * src/folderview.c
13928         * src/Makefile.am
13929         * src/pixmaps/read.xpm
13930                 Sync with HEAD (new pixmap)
13931
13932 2004-09-29 [colin]      0.9.12cvs114.1
13933
13934         * src/compose.c
13935                 Sync with HEAD
13936                 Fix focus handling in headers
13937
13938 2004-09-29 [paul]       0.9.12cvs113.1
13939
13940         * src/quote_fmt_parse.y
13941                 sync with HEAD
13942  
13943
13944 2004-09-28 [colin]      0.9.12cvs112.1
13945
13946         * src/folderview.c
13947         * src/mainwindow.c
13948                 Sync with HEAD
13949
13950 2004-09-28 [colin]      0.9.12cvs110.1
13951
13952         * src/folderview.c
13953                 Sync with HEAD (Contextual Empty trash menu)
13954
13955 2004-09-28 [colin]      0.9.12cvs108.1
13956
13957         * src/addressbook.c
13958                 Sync with HEAD (addressbook edit on double-click)
13959
13960 2004-09-28 [colin]      0.9.12cvs106.1
13961
13962         * src/inc.c
13963                 Sync with HEAD (folder_item freeze on inc)
13964
13965 2004-09-27 [colin]      0.9.12cvs105.1
13966
13967         * src/folderview.c
13968                 Sync with HEAD (right-align new and unread column)
13969
13970 2004-09-27 [colin]      0.9.12cvs104.1
13971
13972         * src/main.c
13973                 Sync with HEAD (revert 0.9.12cvs101)
13974
13975 2004-09-24 [colin]      0.9.12cvs103.2
13976
13977         * src/wizard.c
13978                 Fix gtk warnings and use domain part of the email address 
13979                 when domain detection fails (no dot in domain name)
13980
13981 2004-09-23 [colin]      0.9.12cvs103.1
13982
13983         * src/plugins/spamassassin/libspamc.c
13984         * src/plugins/spamassassin/libspamc.h
13985         * src/plugins/spamassassin/utils.c
13986         * src/plugins/spamassassin/utils.h
13987                 Sync with HEAD (Update spamassassin to 3.0)
13988
13989 2004-09-21 [colin]      0.9.12cvs102.3
13990
13991         * src/action.c
13992                 Add horizontal scrollbar in action io dialog as needed
13993                 Patch by Alfons.
13994
13995 2004-09-20 [colin]      0.9.12cvs102.2
13996
13997         * src/plugins/image_viewer/viewer.c
13998                 Remove imlib stuff
13999                 use gtk_pixmap_set when clearing
14000                 (would be better to use gtkImages, but causes size-allocate 
14001                 signals storm)
14002
14003 2004-09-17 [paul]       0.9.12cvs102.1
14004
14005         * ChangeLog
14006         * ChangeLog.claws
14007         * ChangeLog.jp
14008         * configure.ac
14009         * src/inc.c
14010                 sync with HEAD
14011
14012
14013 2004-09-17 [colin]      0.9.12cvs101.1
14014
14015         * ChangeLog.claws
14016         * src/main.c
14017                 Sync with HEAD (fix segs at exit)
14018
14019 2004-09-14 [colin]      0.9.12cvs99.5
14020
14021         * src/common/socket.c
14022         * AUTHORS
14023                 Fix send error on 64bit platforms
14024                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14025
14026 2004-09-14 [colin]      0.9.12cvs99.4
14027
14028         * src/action.c
14029                 Fix action output with utf8 
14030                 Patch by Alfons.
14031
14032 2004-09-14 [colin]      0.9.12cvs99.3
14033
14034         * ChangeLog.claws
14035         * src/folder.c
14036                 Sync with HEAD
14037
14038 2004-09-09 [colin]      0.9.12cvs99.2
14039
14040         * src/action.c
14041                 Fix progress bar (displaying "Completed %v/%u")
14042                 Patch by Alfons.
14043
14044 2004-09-08 [colin]      0.9.12cvs99.1
14045
14046         * src/account.c
14047         * src/folder.c
14048         * src/procmsg.c
14049         * src/procmsg.h
14050         * src/plugins/pgpmime/pgpmime.c
14051                 Sync with HEAD
14052
14053 2004-09-08 [colin]      0.9.12cvs97.2
14054
14055         * src/summaryview.c
14056                 Don't select mails in collapsed threads 
14057                 when navigating with up/down
14058
14059 2004-09-07 [colin]      0.9.12cvs97.1
14060
14061         * src/inc.c
14062                 Sync with HEAD (meaningful error messages)
14063
14064 2004-09-06 [colin]      0.9.12cvs96.1
14065
14066         * src/toolbar.c
14067                 Sync with HEAD (fix Redirect graying out)
14068
14069 2004-09-06 [colin]      0.9.12cvs95.1
14070
14071         * src/summaryview.c
14072         * src/mimeview.c
14073                 Sync with HEAD (fix dropped URIs)
14074
14075 2004-09-06 [colin]      0.9.12cvs94.1
14076
14077         * src/addressbook.c
14078         * src/addressitem.h
14079         * src/addritem.c
14080         * src/addritem.h
14081                 Sync with HEAD (addressbook DnD)
14082
14083 2004-09-03 [colin]      0.9.12cvs93.1
14084
14085         * src/summaryview.c
14086                 Sync with HEAD (next/prev unread)
14087
14088 2004-09-03 [colin]      0.9.12cvs92.1
14089
14090         * src/prefs_common.c
14091         * src/prefs_common.h
14092         * src/summaryview.c
14093                 Sync with HEAD ('mark_as_read_delay' pref)
14094
14095 2004-09-02 [colin]      0.9.12cvs91.2
14096
14097         * src/common/xml.c
14098                 Fix leak
14099
14100 2004-09-02 [colin]      0.9.12cvs91.1
14101
14102         * src/gtk/menu.c
14103                 Sync with HEAD (menu accel don't work, but whatever)
14104
14105 2004-09-02 [colin]      0.9.12cvs90.1
14106
14107         * src/account.c
14108                 Sync with HEAD (fix bug 582)
14109
14110 2004-09-02 [colin]      0.9.12cvs89.1
14111
14112         * src/addrindex.c
14113                 Sync with HEAD (free deleted queries)
14114
14115 2004-09-02 [colin]      0.9.12cvs88.1
14116
14117         * src/ldapquery.c
14118                 Sync with HEAD (fix LDAP freezes)
14119
14120 2004-09-02 [colin]      0.9.12cvs87.1
14121
14122         * src/prefs_spelling.c
14123                 Sync with HEAD (add default dictionary)
14124
14125 2004-09-01 [colin]      0.9.12cvs86.1
14126
14127         * src/filtering.c
14128         * src/folderview.c
14129         * src/imap.c
14130         * src/prefs_matcher.c
14131         * src/stock_pixmap.c
14132         * src/summary_search.c
14133         * src/summaryview.c
14134         * src/wizard.c
14135         * src/wizard.h
14136                 Sync with HEAD (uninitialized vars fixes)
14137                 + gtk2 specific warning fixes
14138
14139 2004-08-31 [colin]      0.9.12cvs85.1
14140
14141         * src/folder.c
14142                 Sync with HEAD (Fix memory corruption due to 
14143                 uninitialized var)
14144
14145 2004-08-31 [colin]      0.9.12cvs84.4
14146
14147         * src/summary_search.c
14148                 Fix segfaults when searching in folders with broken headers
14149
14150 2004-08-31 [colin]      0.9.12cvs84.3
14151
14152         * src/compose.c
14153         * src/textview.c
14154                 Fix some more encoding/decoding issues
14155
14156 2004-08-30 [colin]      0.9.12cvs84.2
14157
14158         * src/mimeview.c
14159         * src/prefs_themes.c
14160         * src/gtk/filesel.c
14161         * src/gtk/filesel.h
14162                 Add a folder-mode selection (fixes mimeview's "Save all")
14163
14164 2004-08-29 [colin]      0.9.12cvs84.1
14165
14166         * src/mimeview.c
14167                 Sync with HEAD (don't escape saved filenames)
14168
14169 2004-08-27 [colin]      0.9.12cvs83.1
14170
14171         * ChangeLog
14172         * ChangeLog.claws
14173         * ChangeLog.jp
14174         * src/mh.c
14175         * src/procheader.c
14176         * src/procmsg.c
14177         * src/procmsg.h
14178         * src/common/utils.c
14179         * src/gtk/menu.h
14180         * po/
14181                 Sync with HEAD 0.9.12cvs83 (sync with main)
14182
14183 2004-08-26 [colin]      0.9.12cvs82.4
14184
14185         * src/codeconv.c
14186                 Fix strange stack corruption
14187                 Convert to utf8 after unmime, not before
14188
14189 2004-08-26 [colin]      0.9.12cvs82.3
14190
14191         * src/main.c
14192         * src/wizard.c
14193                 Fix account folders duplication
14194
14195 2004-08-25 [colin]      0.9.12cvs82.2
14196
14197         * src/wizard.c
14198                 Remove ports
14199                 Add SSL selection
14200                 Use login@server as account name
14201
14202 2004-08-25 [colin]      0.9.12cvs82.1
14203
14204         * src/plugins/pgpmime/pgpmime.c
14205                 Sync with HEAD (leak fix).
14206
14207 2004-08-25 [colin]      0.9.12cvs81.1
14208
14209         * src/plugins/pgpmime/pgpmime.c
14210         * src/plugins/pgpmime/sgpgme.c
14211         * src/plugins/pgpmime/sgpgme.h
14212                 Sync with HEAD (Handle combined messages).
14213
14214 2004-08-24 [colin]      0.9.12cvs80.3
14215
14216         * src/wizard.c
14217                 Fix full name, ports, and imap
14218
14219 2004-08-24 [colin]      0.9.12cvs80.2
14220
14221         * src/Makefile.am
14222         * src/main.c
14223         * src/setup.c
14224         * src/setup.h
14225         * src/stock_pixmap.c
14226         * src/stock_pixmap.h
14227         * src/wizard.c ** ADDED **
14228         * src/wizard.h ** ADDED ** 
14229         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
14230                 Add a setup wizard 
14231
14232 2004-08-24 [colin]      0.9.12cvs80.1
14233
14234         * src/folder.c
14235                 Sync with HEAD (set mimeflags on all messages)
14236
14237 2004-08-24 [colin]      0.9.12cvs79.3
14238
14239         * src/matcher_parser_lex.l
14240                 Fix 8bits strings not in utf8
14241
14242 2004-08-24 [colin]      0.9.12cvs79.2
14243
14244         * src/compose.c
14245                 Check conversion result before replacing buffer
14246
14247 2004-08-23 [colin]      0.9.12cvs79.1
14248
14249         * src/compose.c
14250                 Sync with HEAD (create message header in memory)
14251
14252 2004-08-23 [colin]      0.9.12cvs78.1
14253
14254         * src/rfc2015.c
14255         * src/rfc2015.h
14256                 Sync with HEAD (fix bug 197 again)
14257
14258 2004-08-23 [colin]      0.9.12cvs77.3
14259
14260         * src/compose.c
14261                 Fix again inline gpg signing (which outputs utf8
14262                 in gtk2). Not syncing this fix to HEAD as this 
14263                 code is meant to die.
14264
14265 2004-08-23 [colin]      0.9.12cvs77.2
14266
14267         * src/prefs_account.h
14268                 Remove useless include
14269
14270 2004-08-23 [colin]      0.9.12cvs77.1
14271
14272         * src/imap.c
14273         * po/es.po
14274         * po/fr.po
14275         * po/it.po
14276         * po/pl.po
14277         * po/pt_BR.po
14278         * po/sk.po
14279         * po/sr.po
14280                 Sync with HEAD (fix bug 577)
14281
14282 2004-08-22 [colin]      0.9.12cvs76.1
14283
14284         * src/plugins/trayicon/trayicon.c
14285                 Sync with HEAD (fix formatting bug)
14286
14287 2004-08-21 [colin]      0.9.12cvs74.2
14288
14289         * src/gtk/colorsel.c
14290                 Fix bug 564 (Folder color selection window exits on any
14291                 keypress)
14292
14293 2004-08-21 [colin]      0.9.12cvs74.1
14294
14295         * ChangeLog.claws
14296         * src/compose.c
14297         * src/summaryview.c
14298         * src/toolbar.c
14299                 Sync with HEAD (fix bug 576)
14300
14301 2004-08-21 [colin]      0.9.12cvs70.1
14302
14303         * src/compose.c
14304         * src/mainwindow.c
14305                 Sync with HEAD
14306                 
14307
14308 2004-08-21 [paul]       0.9.12cvs66.4
14309
14310         * src/mainwindow.c
14311         * src/messageview.c
14312         * src/gtk/menu.c
14313         * src/plugins/spamassassin/spamassassin_gtk.c
14314                 remove some deprecated gtk1 functions
14315
14316
14317 2004-08-21 [colin]      0.9.12cvs66.3
14318
14319         * src/compose.c
14320         * src/codeconv.c
14321                 Fix warnings
14322                 Remove encoding hacks
14323                 Fix bug 575 (Strange character messes up message)
14324                 Don't display conversion error when drafting
14325
14326 2004-08-21 [paul]       0.9.12cvs66.2
14327
14328         * src/prefs_account.c
14329                 fix GnuPG mode bugs
14330
14331
14332 2004-08-20 [colin]      0.9.12cvs66.1
14333
14334         * src/codeconv.c
14335                 Sync with HEAD 0.9.12cvs66
14336
14337 2004-08-20 [paul]
14338
14339         * src/plugins/pgpmime/plugin.c
14340                 modify PGP/MIME plugin's description
14341
14342 2004-08-17 [colin]      0.9.12cvs65.1
14343
14344         * src/common/ssl.c
14345         * src/plugins/pgpmime/plugin.c
14346                 Sync with HEAD
14347
14348 2004-08-14 [colin]      0.9.12cvs60.3
14349
14350         * src/plugins/trayicon/trayicon.c
14351                 Put back resize callback, on size-request signal
14352                 rather than size-allocate to avoid infinite 
14353                 callback loop
14354
14355 2004-08-13 [colin]      0.9.12cvs60.2
14356
14357         * src/common/defs.h
14358                 Cache versions have been fixed
14359
14360 2004-08-13 [colin]      0.9.12cvs60.1
14361
14362         * src/folderutils.c
14363                 Sync with HEAD
14364
14365 2004-08-12 [colin]      0.9.12cvs59.1
14366
14367         * src/plugins/trayicon/trayicon.c
14368                 Sync with HEAD
14369
14370 2004-08-12 [colin]      0.9.12cvs57.5
14371
14372         * sylpheed.desktop
14373         * configure.ac
14374         * src/Makefile.am
14375         * src/main.c
14376                 Add support for Freedesktop.org's startup notification
14377
14378 2004-08-11 [colin]      0.9.12cvs57.4
14379
14380         * src/textview.c
14381                 Fix off-by-one
14382
14383 2004-08-11 [colin]      0.9.12cvs57.3
14384
14385         * src/message_search.c
14386         * src/summary_search.c
14387                 Make searches case insensitive by default
14388         * src/textview.c
14389                 Fix case-insensitive search in message
14390
14391 2004-08-11 [colin]      0.9.12cvs57.2
14392
14393         * src/summary_search.c
14394                 Let case-sensitive be specified
14395
14396 2004-08-10 [colin]      0.9.12cvs55.4
14397
14398         * src/common/socket.c
14399                 Fix the possible race condition
14400
14401 2004-08-09 [paul]       0.9.12cvs55.3
14402
14403         * configure.ac
14404         * src/Makefile.am
14405         * src/common/Makefile.am
14406                 sync with HEAD
14407
14408
14409 2004-08-09 [paul]       0.9.12cvs55.2
14410
14411         * autogen.sh
14412         * po/poconv.sh
14413                 remove unneeded script
14414
14415         * configure.ac
14416                 add forgotten USE_LDAP_TLS (sync with HEAD)
14417
14418
14419 2004-08-09 [colin]      0.9.12cvs55.1
14420
14421         * src/main.c
14422         * src/common/ssl.c
14423         * src/common/sylpheed.c
14424         * src/common/sylpheed.h
14425                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
14426
14427 2004-08-09 [paul]       0.9.12cvs54.1
14428
14429         * ChangeLog
14430         * ChangeLog.claws
14431         * ChangeLog.jp
14432         * configure.ac
14433         * po/POTFILES.in
14434         * src/Makefile.am
14435         * src/folderutils.c
14436         * src/main.c
14437         * src/pgpmime.c
14438         * src/pgpmime.h
14439         * src/sgpgme.c
14440         * src/sgpgme.h
14441         * src/plugins/Makefile.am
14442         * src/plugins/pgpmime/.cvsignore
14443         * src/plugins/pgpmime/Makefile.am
14444         * src/plugins/pgpmime/pgpmime.c
14445         * src/plugins/pgpmime/pgpmime.h
14446         * src/plugins/pgpmime/plugin.c
14447         * src/plugins/pgpmime/sgpgme.c
14448         * src/plugins/pgpmime/sgpgme.h
14449                 sync with HEAD
14450
14451 2004-08-08 [paul]       0.9.12cvs51.1
14452
14453         * configure.ac
14454         * src/folder.c
14455                 sync with HEAD
14456
14457 2004-08-07 [colin]      0.9.12cvs50.1
14458
14459         * src/pop.c
14460         * src/common/partial_download.c
14461                 fix warnings (sync from HEAD)
14462
14463 2004-08-07 [colin]      0.9.12cvs48.1
14464
14465         * src/prefs_folder_item.c
14466                 sync with HEAD 0.9.12cvs48
14467
14468 2004-08-06 [colin]      0.9.12cvs47.1
14469
14470         * src/compose.c
14471                 Sync with HEAD
14472
14473 2004-08-06 [christoph]  0.9.12cvs46.2
14474
14475         * src/main.c
14476         * src/plugins/clamav/clamav_plugin_gtk.c
14477         * src/plugins/dillo_viewer/dillo_viewer.c
14478         * src/plugins/image_viewer/plugin.c
14479         * src/plugins/mathml_viewer/mathml_viewer.c
14480         * src/plugins/spamassassin/spamassassin_gtk.c
14481         * src/plugins/trayicon/trayicon.c
14482                 don't mix GTK1.2 plugin with GTK2 plugins
14483
14484 2004-08-06 [colin]      0.9.12cvs46.1
14485
14486         * ChangeLog
14487         * ChangeLog.claws
14488         * ChangeLog.jp
14489         * configure.ac
14490         * sylpheed-claws.pc.in
14491         * src/folder.c
14492         * src/imap.c
14493         * src/localfolder.c
14494         * src/messageview.c
14495         * src/mimeview.c
14496         * src/mimeview.h
14497         * src/msgcache.c
14498         * src/news.c
14499         * src/prefs_ext_prog.c
14500         * src/prefs_folder_item.c
14501         * src/prefs_fonts.c
14502         * src/prefs_msg_colors.c
14503         * src/prefs_spelling.c
14504         * src/prefs_themes.c
14505         * src/prefs_toolbar.c
14506         * src/prefs_wrapping.c
14507         * src/procmime.h
14508         * src/common/defs.h
14509         * src/common/nntp.c
14510         * src/common/session.c
14511         * src/common/session.h
14512         * src/common/socket.c
14513         * src/common/utils.h
14514         * src/common/xml.c
14515         * src/common/xml.h
14516         * src/gtk/prefswindow.c
14517         * src/gtk/prefswindow.h
14518         * src/plugins/clamav/clamav_plugin_gtk.c
14519         * src/plugins/dillo_viewer/dillo_prefs.c
14520         * src/plugins/image_viewer/viewerprefs.c
14521         * src/plugins/spamassassin/spamassassin_gtk.c
14522         * m4/openssl.m4 *** REMOVED ***
14523                 Sync with HEAD 0.9.12cvs46
14524
14525 2004-08-03 [paul]       0.9.12cvs40.2
14526
14527         * src/action.c
14528         * src/addressadd.c
14529         * src/addressbook.c
14530         * src/addrgather.c
14531         * src/browseldap.c
14532         * src/compose.c
14533         * src/crash.c
14534         * src/editaddress.c
14535         * src/editgroup.c
14536         * src/editldap_basedn.c
14537         * src/foldersel.c
14538         * src/importldif.c
14539         * src/mimeview.c
14540         * src/prefs_common.c
14541         * src/prefs_template.c
14542         * src/sourcewindow.c
14543         * src/summaryview.c
14544         * src/gtk/about.c
14545         * src/gtk/foldersort.c
14546         * src/gtk/logwindow.c
14547         * src/gtk/pluginwindow.c
14548         * src/gtk/prefswindow.c
14549                 change all gtk_scrolled_window_set_policy from 
14550                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
14551
14552 2004-08-02 [paul]       0.9.12cvs40.1
14553
14554         * AUTHORS
14555                 update translation team section
14556         * po/pt_BR.po
14557                 updated by Frederico Goncalves Guimaraes
14558                 <fggdebian@yahoo.com.br>
14559
14560 2004-07-31 [colin]      0.9.12cvs39.9
14561
14562         * src/exphtmldlg.c
14563                 Fix compilation
14564
14565 2004-07-31 [colin]      0.9.12cvs39.8
14566
14567         * src/exphtmldlg.c
14568                 Fix an alertpanel type
14569
14570 2004-07-30 [colin]      0.9.12cvs39.7
14571
14572         * src/alertpanel.c
14573                 Fix alertpanel_error_log's icon
14574
14575 2004-07-30 [colin]      0.9.12cvs39.6
14576
14577         * src/pop.c
14578                 Two of them should still be warnings
14579
14580 2004-07-30 [colin]      0.9.12cvs39.5
14581
14582         * src/pop.c
14583                 More warning -> error
14584 2004-07-29 [colin]      0.9.12cvs39.4
14585
14586         * src/pop.c
14587                 Warning -> error
14588
14589 2004-07-29 [colin]      0.9.12cvs39.3
14590
14591         * src/prefs_matcher.c
14592                 Fix segfault
14593
14594 2004-07-29 [colin]      0.9.12cvs39.2
14595
14596         * src/alertpanel.c
14597                 More nice-looking alertpanels
14598
14599 2004-07-29 [colin]      0.9.12cvs39.1
14600
14601         * src/messageview.c
14602                 sync with head
14603                 (inform user when partial mail is deleted on server)
14604
14605 2004-07-29 [colin]      0.9.12cvs38.1
14606
14607         * src/messageview.c
14608                 sync with head
14609
14610 2004-07-28 [paul]       0.9.12cvs37.7
14611
14612         * src/mainwindow.c
14613                 complete the replacement of deprecated gtk_progress_*
14614
14615 2004-07-28 [paul]       0.9.12cvs37.6
14616
14617         * src/action.c
14618         * src/inc.c
14619         * src/mainwindow.c
14620         * src/send_message.c
14621         * src/gtk/progressdialog.c
14622         * src/gtk/progressdialog.h
14623                 replace deprecated gtk_progress_*
14624
14625 2004-07-28 [paul]       0.9.12cvs37.5
14626
14627         * src/gtk/filesel.c
14628                 remove gtk_window_set_wmclass()
14629 2004-07-28 [paul]       0.9.12cvs37.4
14630
14631         * src/addressbook.c
14632         * src/compose.c
14633         * src/foldersel.c
14634         * src/mainwindow.c
14635         * src/messageview.c
14636         * src/sourcewindow.c
14637         * src/gtk/logwindow.c
14638                 remove gtk_window_set_wmclass()
14639                 
14640         * src/prefs_filtering.c
14641         * src/prefs_filtering_action.c
14642         * src/prefs_fonts.c
14643         * src/prefs_gtk.c
14644         * src/prefs_matcher.c
14645         * src/ssl_manager.c
14646         * src/gtk/prefswindow.c
14647                 replace gtk_window_position()
14648
14649 2004-07-28 [colin]      0.9.12cvs37.3
14650
14651         * src/alertpanel.c
14652         * src/alertpanel.h
14653                 Add a way to specify panel type for specific
14654                 panels (alertpanel())
14655         * src/account.c
14656         * src/addressbook.c
14657         * src/compose.c
14658         * src/expldifdlg.c
14659         * src/main.c
14660         * src/messageview.c
14661         * src/summaryview.c
14662         * src/textview.c
14663         * src/gtk/sslcertwindow.c
14664                 Fix alertpanel()s so that their icon match
14665                 their real type
14666
14667 2004-07-28 [paul]       0.9.12cvs37.2
14668
14669         * src/addr_compl.c
14670         * src/addressbook.c
14671         * src/alertpanel.c
14672         * src/compose.c
14673         * src/export.c
14674         * src/foldersel.c
14675         * src/folderview.c
14676         * src/grouplistdialog.c
14677         * src/import.c
14678         * src/mainwindow.c
14679         * src/message_search.c
14680         * src/messageview.c
14681         * src/passphrase.c
14682         * src/prefs_actions.c
14683         * src/prefs_common.c
14684         * src/prefs_customheader.c
14685         * src/prefs_display_header.c
14686         * src/prefs_filtering.c
14687         * src/prefs_filtering_action.c
14688         * src/prefs_gtk.c
14689         * src/prefs_matcher.c
14690         * src/prefs_msg_colors.c
14691         * src/prefs_summary_column.c
14692         * src/prefs_template.c
14693         * src/sourcewindow.c
14694         * src/ssl_manager.c
14695         * src/summary_search.c
14696         * src/gtk/colorsel.c
14697         * src/gtk/description_window.c
14698         * src/gtk/gtkaspell.c
14699         * src/gtk/inputdialog.c
14700         * src/gtk/logwindow.c
14701         * src/gtk/prefswindow.c
14702         * src/gtk/progressdialog.c
14703                 replace deprecated gtk_window_set_policy
14704
14705 2004-07-27 [colin]      0.9.12cvs37.1
14706
14707         * src/msgcache.c
14708                 More fixes (synced for head again)
14709
14710 2004-07-27 [colin]      0.9.12cvs35.3
14711
14712         * src/msgcache.c
14713                 Fix wrong test
14714
14715 2004-07-27 [colin]      0.9.12cvs35.2
14716
14717         * src/mimeview.c
14718                 Fix width a bit (by Paul)
14719         * src/alertpanel.c
14720         * src/alertpanel.h
14721                 Specialize icons, make alertpanel_message()
14722                 private
14723         * src/message_search.c
14724         * src/sgpgme.c
14725         * src/summary_search.c
14726                 Suit alertpanel changes
14727
14728 2004-07-27 [colin]      0.9.12cvs35.1
14729
14730         * src/alertpanel.c
14731                 Add an icon
14732         * src/passphrase.c
14733                 Add debug output - maybe someone will
14734                 want to look at the problem with Grab
14735                 Input :)
14736         Bump version as we're synced with HEAD
14737
14738 2004-07-26 [colin]      0.9.12cvs33.26
14739
14740         * src/pop.c
14741                 Fix uidl-file parsing when not in new
14742                 format
14743
14744 2004-07-26 [colin]      0.9.12cvs33.25
14745
14746         * src/gtk/menu.c
14747                 Move popup menu up if necessary (fixes 
14748                 account selector)
14749         * src/mainwindow.c
14750                 Set account selector's button height to
14751                 minimum
14752
14753 2004-07-26 [colin]      0.9.12cvs33.24
14754
14755         * src/alertpanel.c
14756                 Maybe fix 551 (Truncated font in alert window)
14757
14758 2004-07-26 [colin]      0.9.12cvs33.23
14759
14760         * po/de.po
14761         * po/es.po
14762         * po/fr.po
14763         * po/it.po
14764         * po/ja.po
14765         * po/pl.po
14766         * po/ru.po
14767         * po/sk.po
14768         * po/sr.po
14769         * po/zh_CN.po
14770                 Sync po files with HEAD
14771
14772 2004-07-26 [paul]       0.9.12cvs33.22
14773
14774         * src/compose.c
14775                 fix Bug 556 'Organisation-header is sent even if empty'
14776
14777 2004-07-24 [colin]      0.9.12cvs33.21
14778
14779         * src/compose.c
14780         * src/gtk/gtkaspell.c
14781         * src/gtk/gtkaspell.h
14782                 Fix speller accelerators (require hack)
14783
14784 2004-07-24 [colin]      0.9.12cvs33.20
14785
14786         * src/gtk/gtkaspell.c
14787                 Fix over-eager code deletion breaking
14788                 Check while typing
14789
14790 2004-07-24 [colin]      0.9.12cvs33.19
14791
14792         * src/browseldap.c
14793         * src/ldapctrl.c
14794         * src/ldapctrl.h
14795         * src/ldapserver.h
14796                 Sync ldap with HEAD
14797         (Fixes 546 LDAP completely broken)
14798
14799 2004-07-24 [colin]      0.9.12cvs33.18
14800
14801         * src/prefs_msg_colors.c
14802                 Fix prototype mismatch
14803         (Fixes 547 void function cannot return value)
14804
14805 2004-07-24 [colin]      0.9.12cvs33.17
14806
14807         * src/mainwindow.c
14808                 Fix sort going back to previous sort key
14809                 when changing sort direction
14810
14811 2004-07-24 [colin]      0.9.12cvs33.16
14812
14813         * src/compose.c
14814                 Fix space insertion when re-wrapping at 
14815                 cursor point
14816
14817 2004-07-24 [colin]      0.9.12cvs33.15
14818
14819         * src/gtk/gtkaspell.c
14820                 Don't change cursor position in insert-text
14821                 callback
14822         (Fixes 539 Word wrapping on input transposes letters)
14823
14824 2004-07-24 [colin]      0.9.12cvs33.14
14825
14826         * src/gtk/gtkaspell.c
14827                 Reencode non-ascii chars to dictionary's
14828                 encoding
14829         (Fixes 544 Spell check broken non english locale)
14830
14831 2004-07-24 [colin]      0.9.12cvs33.13
14832
14833         * src/summaryview.c
14834                 Fix Shift+Down, add Home/End/PgUp/PgDown
14835
14836 2004-07-21 [colin]      0.9.12cvs33.12
14837
14838         * src/prefs_common.c
14839                 Fix a gtk warning (Patch by Andrej Kacian)
14840
14841 2004-07-21 [colin]      0.9.12cvs33.11
14842
14843         * src/gtk/filesel.c
14844                 More check
14845
14846 2004-07-21 [colin]      0.9.12cvs33.10
14847
14848         * src/compose.c
14849         * src/crash.c
14850         * src/export.c
14851         * src/import.c
14852         * src/messageview.c
14853         * src/mimeview.c
14854         * src/prefs_spelling.c
14855         * src/prefs_themes.c
14856         * src/summaryview.c
14857         * src/gtk/filesel.c
14858         * src/gtk/filesel.h
14859         * src/gtk/pluginwindow.c
14860                 Untwist open/save mode guessing logic, make
14861                 it explicit
14862
14863 2004-07-20 [colin]      0.9.12cvs33.9
14864
14865         * src/codeconv.c
14866                 conv_encode_header: src_charset is UTF-8 on
14867                 gtk2
14868         * src/compose.c
14869                 Remove double encoding of the headers
14870
14871 2004-07-20 [colin]      0.9.12cvs33.8
14872
14873         * src/codeconv.c
14874                 Fix typo
14875
14876 2004-07-20 [colin]      0.9.12cvs33.7
14877
14878         * src/mainwindow.c
14879                 Set the separated messageview to the saved
14880                 size of Claws' messageview (Patch by Alfons)
14881                 Fix a callback prototype (me)
14882
14883 2004-07-20 [colin]      0.9.12cvs33.6
14884
14885         * src/codeconv.h
14886                 Forgot one hunk in 0.9.12cvs33.4
14887
14888 2004-07-19 [colin]      0.9.12cvs33.5
14889
14890         * src/action.c
14891                 Action output fix
14892                 Patch by Alfons
14893
14894 2004-07-19 [colin]      0.9.12cvs33.4
14895
14896         * src/compose.c
14897                 Fix outgoing charset bug in headers
14898         * src/codeconv.c
14899                 Clean for glib2 - Patch by Alfons
14900
14901 2004-07-19 [colin]      0.9.12cvs33.3
14902
14903         * src/statusbar.c
14904                 Remove grip from the statusbar
14905                 Patch by Alfons
14906
14907 2004-07-19 [colin]      0.9.12cvs33.2
14908
14909         * src/messageview.c
14910         * src/textview.c
14911                 Fix messageview remembering the previous
14912                 scroll position when loading a new message
14913                 Patch by Alfons
14914
14915 2004-07-19 [colin]      0.9.12cvs33.1
14916
14917         * src/folder.h
14918         * src/folderview.c
14919         * src/summaryview.c
14920                 Sync with HEAD
14921
14922 2004-07-18 [colin]      0.9.12cvs32.7
14923
14924         * configure.ac
14925                 Remove useless check for XIM - noticed
14926                 by Alfons
14927
14928 2004-07-18 [colin]      0.9.12cvs32.6
14929
14930         * src/summaryview.c
14931                 Remove non-modified and shift-modified
14932                 accelerators in summaryview's popup
14933                 menu, as that doesn't get catched by
14934                 the accel-activate signal catcher...
14935
14936 2004-07-18 [colin]      0.9.12cvs32.5
14937
14938         * src/prefs_common.c
14939                 Define sensible default prefs for 
14940                 wrapping
14941
14942 2004-07-18 [colin]      0.9.12cvs32.4
14943
14944         * src/compose.c
14945         * src/prefs_common.c
14946         * src/prefs_common.h
14947         * src/prefs_wrapping.c
14948                 Remove Smart Wrapping pref, which does
14949                 nothing on gtk2 branch
14950
14951 2004-07-18 [colin]      0.9.12cvs32.3
14952
14953         * src/sourcewindow.c
14954                 Proper utf8
14955
14956 2004-07-18 [colin]      0.9.12cvs32.2
14957
14958         * src/compose.c
14959                 Save attachment status when drafting
14960
14961 2004-07-18 [colin]      0.9.12cvs32.1
14962
14963         * src/gtk/filesel.c
14964                 Fix erratic folder selection in open mode
14965
14966 2004-07-18 [colin]      0.9.12cvs31.11
14967
14968         * src/pop.c
14969                 Don't let partial messages get deleted
14970                 even with "dowload all"
14971                 (0.9.12cvs31.8 fix extension)
14972 2004-07-18 [colin]      0.9.12cvs31.10
14973
14974         * src/gtk/logwindow.c
14975                 Fix log scrolling
14976
14977 2004-07-18 [colin]      0.9.12cvs31.9
14978
14979         * src/common/utils.c
14980                 Fix non-utf8 strings coming from commands
14981                 and files
14982
14983 2004-07-18 [colin]      0.9.12cvs31.8
14984
14985         * src/pop.c
14986                 Fix partial download bug with Download all
14987                 messages option
14988
14989 2004-07-18 [colin]      0.9.12cvs31.7
14990
14991         * src/textview.c
14992                 Fix bug introduced in 0.9.12cvs31.2
14993                 (blocked in select mode after double click)
14994
14995 2004-07-18 [colin]      0.9.12cvs31.6
14996
14997         * src/compose.c
14998         * src/gtk/menu.c
14999                 More glib-warning fixes
15000
15001 2004-07-18 [colin]      0.9.12cvs31.5
15002
15003         * src/compose.c
15004                 Fix trashing the primary clipboard when moving 
15005                 around with tab
15006         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15007
15008 2004-07-18 [colin]      0.9.12cvs31.4
15009
15010         * src/codeconv.c
15011                 convert unencoded iso headers to utf8
15012         (Fix Bug 538 Unencoded local characters in subject make it 
15013          disappear)
15014
15015 2004-07-18 [colin]      0.9.12cvs31.3
15016
15017         * src/compose.c
15018                 Fix tab char handling in wrapping
15019         (Fix Bug 537 Line wrap problem - TAB character treated as 
15020          one character instead of 8)
15021
15022 2004-07-18 [colin]      0.9.12cvs31.2
15023
15024         * src/textview.c
15025                 return FALSE on GDK_MOTION_NOTIFY
15026         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15027          (unable to highlight))
15028
15029 2004-07-18 [colin]      0.9.12cvs31.1
15030
15031         * src/folderview.c
15032                 Sync with 0.9.12cvs31
15033
15034 2004-07-18 [colin]      0.9.12cvs30.4
15035
15036         * src/compose.c
15037                 Also block text_inserted when inserting a file
15038
15039 2004-07-18 [colin]      0.9.12cvs30.3
15040
15041         * src/compose.c
15042                 Fix smart wrapping (block text_inserted handler
15043                 while putting quotation to avoid wrap on input,
15044                 don't join lines if next is sig separator)
15045
15046 2004-07-17 [colin]      0.9.12cvs30.2
15047
15048         * src/folderview.c
15049         * src/mainwindow.c
15050         * src/mimeview.c
15051         * src/summaryview.c
15052         * src/gtk/quicksearch.c
15053         * src/gtk/quicksearch.h
15054                 Block key events handlers *and* accels while
15055                 quicksearch is focused
15056         (Fixes Bug 534 quick-search bar not accepting certain letters)
15057
15058 2004-07-17 [colin]      0.9.12cvs30.1
15059
15060         * src/folder.h
15061         * src/folderview.c
15062         * src/summaryview.c
15063                 Sync with 0.9.12cvs30
15064
15065 2004-07-17 [colin]      0.9.12cvs28.2
15066
15067         * src/mimeview.c
15068         * src/procmime.c
15069         * src/summaryview.c
15070         * src/gtk/menu.c
15071                 Squash some compile and glib warnings
15072
15073 2004-07-17 [paul]       0.9.12cvs28.1
15074
15075         * src/mimeview.c
15076                 sync with 0.9.12cvs28 HEAD
15077
15078 2004-07-16 [paul]       0.9.12cvs26.1
15079         
15080         * src/gtk/quicksearch.c
15081         * src/account.c
15082         * src/account.h
15083         * src/compose.c
15084         * src/customheader.c
15085         * src/folder_item_prefs.c
15086         * src/main.c
15087         * src/mainwindow.c
15088         * src/messageview.c
15089         * src/mimeview.c
15090         * src/news.c
15091         * src/pgpmime.c
15092         * src/pop.c
15093         * src/pop.h
15094         * src/prefs_account.c
15095         * src/prefs_account.h
15096         * src/prefs_common.c
15097         * src/prefs_common.h
15098         * src/prefs_display_header.c
15099         * src/prefs_gtk.c
15100         * src/prefs_gtk.h
15101         * src/procheader.c
15102         * src/procmime.c
15103                 sync with 0.9.12cvs26 HEAD      
15104
15105 2004-07-15 [colin]      0.9.12cvs18.14
15106
15107         * src/folder.c
15108                 Disable GPG signature check during
15109                 folder move and scan
15110         (Closes Bug 521 Signature checking slows down Folder-Move)
15111
15112 2004-07-14 [colin]      0.9.12cvs18.13
15113
15114         * src/common/partial_download.c
15115                 update includes
15116
15117 2004-07-14 [colin]      0.9.12cvs18.12
15118
15119         * src/common/partial_download.c
15120         * src/common/partial_download.h
15121                 Move doc at top, add correct copyright
15122
15123 2004-07-14 [colin]      0.9.12cvs18.11
15124
15125         * src/folder.c
15126         * src/messageview.c
15127         * src/pop.c
15128         * src/pop.h
15129         * src/procmsg.c
15130         * src/summaryview.c
15131         * src/common/Makefile.am
15132         * src/common/partial_download.c ** NEW FILES **
15133         * src/common/partial_download.h ** NEW FILES **
15134                 Move partial-download related stuff to its
15135                 own file
15136
15137 2004-07-14 [colin]      0.9.12cvs18.10
15138
15139         * src/send_message.c
15140                 Fix smtp auth when user is null or empty
15141
15142 2004-07-13 [colin]      0.9.12cvs18.9
15143
15144         * src/gtk/quicksearch.c
15145                 Use alphabetic order
15146
15147 2004-07-13 [colin]      0.9.12cvs18.8
15148
15149         * src/pop.c
15150                 Be paranoid on the checks
15151
15152 2004-07-13 [colin]      0.9.12cvs18.7
15153
15154         * src/gtk/quicksearch.c
15155                 Fix Engrish once again
15156
15157 2004-07-13 [colin]      0.9.12cvs18.6
15158
15159         * src/procmsg.c
15160         * src/summaryview.c
15161                 Mark messages for deletion when they are about to
15162                 be removed from trash
15163
15164 2004-07-13 [colin]      0.9.12cvs18.5
15165
15166         * src/matcher.c
15167         * src/matcher.h
15168         * src/matcher_parser_parse.y
15169         * src/prefs_matcher.c
15170         * src/gtk/quicksearch.c
15171                 Add 'partial' ('p') match string to find partially
15172                 downloaded messages
15173
15174 2004-07-13 [colin]      0.9.12cvs18.4
15175
15176         * src/pop.c
15177                 Fix misplaced block
15178
15179 2004-07-13 [colin]      0.9.12cvs18.3
15180
15181         * src/pop.c
15182         * src/pop.h
15183         * src/messageview.c
15184                 Refactor API (to avoid passing 5+ params and code
15185                 duplication)
15186         * src/folder.c
15187         * src/msgcache.c
15188         * src/procheader.c
15189         * src/common/defs.h
15190                 Add planned_download to cache
15191                 Don't mess uidl file when moving partially downloaded
15192                 mails (they change folder, we should change it in the
15193                 uidl list too or we'll remove an incorrect message)
15194                 (this also helps removing hacks when changing 
15195                 planned_download in messageview.c)
15196
15197 2004-07-12 [colin]      0.9.12cvs18.2
15198
15199         * src/gtk/quicksearch.c
15200                 Fix missing status update in quicksearch
15201
15202 2004-07-12 [paul]       0.9.12cvs18.1
15203
15204         * po/POTFILES.in
15205         * src/Makefile.am
15206         * src/account.c
15207         * src/codeconv.c
15208         * src/compose.c
15209         * src/inc.c
15210         * src/main.c
15211         * src/prefs_common.c
15212         * src/procmsg.h
15213         * src/toolbar.c
15214         * src/prefs_msg_colors.[ch]     ** NEW FILES **
15215         * src/prefs_wrapping.[ch]       ** NEW FILES **
15216         * src/common/intl.h
15217         * src/common/utils.[ch]
15218         * src/gtk/quicksearch.[ch]
15219                 sync with 0.9.12cvs18 HEAD
15220
15221 2004-07-12 [colin]      0.9.11cvs17.25
15222
15223         * src/folder.c
15224         * src/folder.h
15225                 Remove unused function added by me in 0.9.11cvs17.10
15226
15227 2004-07-11 [colin]      0.9.11cvs17.24
15228
15229         * src/inc.c
15230         * src/messageview.c
15231         * src/pop.c
15232         * src/pop.h
15233                 Use folderitem and msgnum instead of filename to
15234                 know which mail to delete
15235                 Move old partial mail deletion to pop.c
15236
15237 2004-07-10 [colin]      0.9.11cvs17.23
15238
15239         * src/inc.c
15240                 Add debug
15241         * src/pop.c
15242         * src/pop.h
15243                 Don't re-use same enums for unrelated stuff: it's 
15244                 completely misleading !
15245                 Document a bit
15246
15247 2004-07-09 [colin]      0.9.11cvs17.22
15248
15249         * src/inc.c
15250                 Remove folder-type check and do
15251                 more tests to be sure everything's
15252                 ok
15253         * src/messageview.c
15254                 Punctuation update, remove useless
15255                 code, fix two warnings
15256         * src/noticeview.c
15257                 Layout cleaning, reset 2nd button
15258                 when specifying one
15259
15260 2004-07-09 [colin]      0.9.11cvs17.21
15261
15262         * src/messageview.c
15263         * src/pop.c
15264         * src/pop.h
15265                 Allow user to change his mind
15266                 and postpone decision (by
15267                 unmarking the mail)
15268
15269 2004-07-09 [colin]      0.9.11cvs17.20
15270
15271         * src/messageview.c
15272                 Fix bug with delete state
15273         * src/pop.c
15274         * src/pop.h
15275                 Fix buffer leak (fread doesn't 
15276                 terminate buffers with \0)
15277                 Refactoring (remove magic 
15278                 numbers)
15279
15280 2004-07-09 [colin]      0.9.11cvs17.19
15281
15282         * src/pop.c
15283                 Don't log "Skipping message" if 
15284                 we're going to TOP it two lines
15285                 later
15286
15287 2004-07-09 [colin]      0.9.11cvs17.18
15288
15289         * src/messageview.c
15290                 Fix Engrish
15291
15292 2004-07-09 [colin]      0.9.11cvs17.17
15293
15294         * src/pop.c
15295                 strlen checking...
15296         * src/messageview.c
15297                 refactoring a bit
15298
15299 2004-07-08 [colin]      0.9.11cvs17.16
15300
15301         * src/noticeview.c
15302         * src/noticeview.h
15303                 Add an optional second button
15304         * src/messageview.c
15305         * src/pop.c
15306         * src/pop.h
15307                 Don't delete partially received mails after a certain
15308                 time; rather, let the user decide.
15309
15310 2004-07-08 [colin]      0.9.11cvs17.15
15311
15312         * src/common/smtp.h
15313                 Sync with HEAD
15314
15315 2004-07-08 [colin]      0.9.11cvs17.14
15316
15317         * src/messageview.c
15318         * src/common/smtp.c
15319                 Use to_human_readable() for sizes
15320
15321 2004-07-08 [colin]      0.9.11cvs17.13
15322
15323         * src/inc.c
15324         * src/messageview.c
15325         * src/pop.c
15326         * src/pop.h
15327         * src/procmsg.c
15328                 Fix partial-downloading issues:
15329                         catch unsupported TOP
15330                         don't delete partially downloaded mails before 5 days
15331                         don't update existing with non-MH folders; that'll
15332                         make dups, but it's better than trashing the folder
15333                         free new msginfo parts
15334                 Fix indentation ;-)
15335
15336 2004-07-08 [colin]      0.9.11cvs17.12
15337
15338         * src/common/smtp.c
15339         * src/common/smtp.h
15340                 Sync smtp size verification with HEAD
15341
15342 2004-07-08 [colin]      0.9.11cvs17.11
15343
15344         * src/summaryview.c
15345         * src/prefs_common.c
15346         * src/prefs_common.h
15347         * src/gtk/quicksearch.c
15348         * src/gtk/quicksearch.h
15349                 Sync sticky pref with HEAD
15350
15351 2004-07-08 [colin]      0.9.11cvs17.10
15352
15353         * src/folder.c [1.213.2.6]
15354         * src/folder.h [1.87.2.6]
15355         * src/inc.c [1.149.2.7]
15356         * src/messageview.c [1.94.2.8]
15357         * src/procheader.c [1.47.2.6]
15358         * src/procmsg.c [1.150.2.4]
15359         * src/procmsg.h [1.60.2.5]
15360         * src/pop.c [1.56.2.4]
15361         * src/pop.h [1.17.2.3]
15362                 Let too big messages get downloaded, but truncated
15363                 Add a button to download them completely
15364                 
15365 2004-07-06 [colin]      0.9.11cvs17.9
15366
15367         * src/gtk/quicksearch.c [1.1.2.3]
15368                 Add a Clear button
15369         * commitHelper
15370         * PATCHSETS
15371                 Add a script to help with cvs
15372
15373 2004-07-03 [colin]      0.9.11cvs17.8
15374
15375         * src/plugins/imageviewer/viewer.c
15376                 fix imageviewer (which was staying on the first
15377                 displayed image)
15378
15379 2004-07-03 [colin]      0.9.11cvs17.7
15380
15381         Removed FIXME_GTK2 warnings
15382         * src/gtk/gtkutils.c
15383                 useless #warnings
15384         * src/gtk/menu.c
15385                 useless #warnings (no need to mess with menu rc)
15386         * src/gtk/menu.h
15387                 unused functions
15388         
15389
15390 2004-07-03 [colin]      0.9.11cvs17.6
15391
15392         Removed FIXME_GTK2 warnings
15393         * src/codeconv.c
15394                 useless #warnings (rewrite needed)
15395         * src/compose.c
15396                 useless #warnings (rewrite needed)
15397                 useless #warnings (gtk2 is like that)
15398                 useless #warnings (previously fixed)
15399         * src/main.c
15400                 useless #warnings (previously fixed)
15401         * src/message_search.c
15402                 useless #warnings (gtk2 is like that)
15403                 Made apparent that search is case-sensitive
15404         * src/mimeview.c
15405                 useless #warnings (rewrite needed)
15406                 useless #warnings (gtk2 is like that)
15407                 reimplemented real warnings
15408         * src/prefs_common.c
15409                 Removed block cursor option (not it gtk2)
15410         * src/prefs_gtk.c
15411                 useless #warnings (rewrite needed)
15412         * src/procheader.c
15413                 useless #warnings (rewrite needed)
15414         * src/sourcewindow.c
15415                 useless #warnings (incorrect placing)
15416         * src/summary_search.c
15417                 useless #warnings (gtk2 is like that)
15418                 Made apparent that search is case-sensitive
15419         * src/action.c
15420                 useless #warnings (gtk2 is like that)
15421         * src/textview.c
15422                 useless #warnings (rewrite needed)
15423         * src/toolbar.c
15424                 useless #warnings (rewrite needed)
15425
15426 2004-07-03 [colin]      0.9.11cvs17.5
15427
15428         * src/textview.c
15429                 Fix mismerge which broke URI opening
15430                 
15431 2004-07-01 [colin]      0.9.11cvs17.4
15432
15433         * src/gtk/filesel.c
15434                 Fill filename when saving
15435                 
15436 2004-06-27 [colin]      0.9.11cvs17.3
15437
15438         * src/gtk/filesel.[ch]
15439                 Use the new GTK file selector
15440                 Update prototype to match the reality: multiple file
15441                 selection is open-only          
15442         * src/compose.c
15443                 Match the new prototypes        
15444         * configure.ac
15445                 Match the new requirements (gtk 2.4.0)
15446                         
15447 2004-06-26 [colin]      0.9.11cvs17.2
15448
15449         * src/plugins/trayicon/trayicon.c
15450                 Remove useless signal handler on resize, which causes
15451                 an infinite "loop"
15452         
15453 2004-06-26 [colin]      0.9.11cvs17.1
15454         
15455         * tools/Makefile.am
15456                 remove launch_firebird and add nautilus2sylpheed.sh
15457         * src/quicksearch.c
15458           src/summaryview.c
15459                 Fix show/hide "Extended symbols" button problem
15460                 Fix apparition at startup
15461                 Fix const warnings
15462         * src/plugins/image_viewer/Makefile.am
15463                 Fix configure 
15464         * common/ssl.c
15465                 Re-enable certificate check, as it doesn't seem to
15466                 cause Xlib errors anymore
15467
15468 2004-06-25 [paul]       0.9.11cvs17
15469
15470         * sync with 0.9.11cvs17 HEAD
15471         
15472         NOTE: QuickSearch is broken
15473
15474 2004-06-07 [colin]      0.9.10claws67.10
15475         * src/plugins/trayicon/trayicon.c
15476           src/plugins/trayicon/libeggtrayicon/Makefile.am
15477           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15478                 Fix gettextization in trayicon plugin
15479
15480 2004-06-07 [colin]      0.9.10claws67.9
15481         
15482         * src/summaryview.c
15483           src/gtk/gtksctree.[ch]
15484                 Let Shift+{Up,Down} work in summaryview
15485                 (well, Down "works" and Up works)
15486                 Let the list scroll when using these keys
15487
15488 2004-06-06 [colin]      0.9.10claws67.8
15489
15490         * src/plugins/trayicon/trayicon.c
15491                 Fix pixmap update
15492
15493 2004-06-06 [colin]      0.9.10claws67.7
15494
15495         * src/addressbook.c
15496                 Fix signal handling causing system-wide focus grab
15497
15498 2004-05-25 [paul]       0.9.10claws67.6
15499
15500         * Makefile.am
15501           src/Makefile.am
15502                 clean up
15503
15504 2004-05-25 [paul]       0.9.10claws67.5
15505
15506         * replace deprecated gtk_signal... functions
15507
15508 2004-05-23 [colin]      0.9.10claws67.4
15509
15510         * src/compose.c
15511                 Fix wrapping
15512
15513 2004-05-22 [colin]      0.9.10claws67.3
15514
15515         * src/compose.c
15516                 Re-fix [Edited] in compose.c::compose_reedit()
15517
15518 2004-05-22 [colin]      0.9.10claws67.2
15519
15520         * src/procmime.c
15521                 Fix parsing of multiparts mails
15522
15523 2004-05-22 [colin]      0.9.10claws67.1
15524
15525         * src/summaryview.c
15526                 Fix quicksearch
15527
15528 2004-05-22 [paul]       0.9.10claws67
15529
15530         * sync with 0.9.10claws67 HEAD
15531
15532 2004-05-14 [alfons]
15533
15534         * src/procmime.h
15535                 add forgotton prototype
15536
15537 2004-05-10 [paul]       0.9.10claws57
15538
15539         * sync with 0.9.10claws57 HEAD
15540
15541 2004-05-05 [paul]       0.9.9.claws1
15542
15543         * ChangeLog-gtk2        ** REMOVED **
15544           ChangeLog-gtk2.claws  ** ADDED **
15545                 rename and adopt the normal claws format
15546                 
15547         * configure.ac
15548                 require gtkmathview >= 0.5
15549
15550         * ac/*                          ** REMOVED **
15551           ac/                           ** REMOVED **
15552           intl/Makefile.in              ** REMOVED **
15553           m4/                           ** ADDED **
15554           m4/missing                    ** ADDED **
15555           m4/missing/gdk-pixbuf.m4      ** ADDED **
15556           m4/missing/gettext.m4         ** ADDED **
15557           m4/missing/gpgme.m4           ** ADDED **
15558           m4/missing/imlib.m4           ** ADDED **
15559           m4/.cvsignore                 ** ADDED **
15560           m4/Makefile.am                ** ADDED **
15561           m4/README                     ** ADDED **
15562           m4/aclocal-include.m4         ** ADDED **
15563           m4/aspell.m4                  ** ADDED **
15564           m4/check-type.m4              ** ADDED **
15565           m4/gnupg-check-typedef.m4     ** ADDED **
15566           m4/openssl.m4                 ** ADDED **
15567           m4/spamassassin.m4            ** ADDED **
15568           po/ChangeLog                  ** REMOVED **
15569           po/Makefile.in.in             ** REMOVED **
15570           po/Rules-quot                 ** REMOVED **
15571           po/boldquot.sed               ** REMOVED **
15572           po/en@boldquot.header         ** REMOVED **
15573           po/en@quot.header             ** REMOVED **
15574           po/insert-header.sin          ** REMOVED **
15575           po/quot.sed                   ** REMOVED **
15576           po/remove-potcdate.sed        ** REMOVED **
15577           po/remove-potcdate.sin        ** REMOVED **
15578           po/stamp-po                   ** REMOVED **
15579           Makefile.am
15580           autogen.sh
15581           configure.ac
15582                 enable building with automake 1.8.x
15583                 add 'autopoint --force' to autogen.sh and remove all
15584                 auto-generated files, remove ac/ directory and use
15585                 m4/ directory instead
15586                 
15587         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15588                 fix gettextization
15589
15590 2004-02-28 Colin Leroy <colin@colino.net>
15591         * src/prefs_matcher.c
15592           src/prefs_filtering.c
15593           src/prefs_filtering_action.c
15594                 Fix non-editable GtkEntries
15595
15596 2004-02-22 Thorsten Maerz <torte@netztorte.de>
15597         * src/prefs_themes.c
15598                 utf8 conversion for theme info
15599
15600 2004-02-21 Thorsten Maerz <torte@netztorte.de>
15601         * sync 0.9.9claws
15602
15603 2004-02-14 Thorsten Maerz <torte@netztorte.de>
15604         * src/grouplistdialog.c
15605                 allow multiple selections without ctrl key
15606
15607 2004-02-09 Thorsten Maerz <torte@netztorte.de>
15608         * src/main.c
15609                 enable customizable accelerators
15610
15611 2004-02-08 Thorsten Maerz <torte@netztorte.de>
15612         * src/prefs_common.c
15613                 re-enable different font settings for gtk1/2
15614         * src/prefs_folder_item.c
15615                 fix folder prefs displayed wrong
15616         * src/textview.c
15617                 set 'sunken' shadow type
15618
15619 2004-02-07 Colin Leroy <colin@colino.net>
15620         * src/compose.c
15621                 Fix message being always [Edited]
15622                 Encode headers correctly (utf8 buf)
15623
15624 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15625         * src/socket.c
15626                 remove double g_source_attach()
15627                 (Thanks to Colin Leroy)
15628
15629 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15630         * src/gtk/gtksctree.c
15631                 Fix SSL certificate list not shown
15632         * src/mimeview.c
15633                 Fix clicks in mime tree
15634
15635 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15636         * src/common/socket.c
15637                 Fix SSL receive
15638         * src/compose.c
15639                 Fix clipboard menu hotkeys
15640
15641 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15642         * src/gtk/gtkaspell.[ch]
15643           src/compose.c
15644                 reimplement spellchecker
15645
15646 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15647         * src/gtk/filesel.c
15648                 crash when inserting file in compose window
15649                 (TODO: keep old selection on clicks)
15650         * src/main.c
15651                 use gtkrc-2.0 instead of gtkrc
15652
15653 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15654         * src/messageview.c
15655                 remove orphaned mimeview unref()
15656
15657 2004-01-20 Thorsten Maerz <torte@netztorte.de>
15658         * src/grouplistdialog.c
15659                 expand nodes containing subscribed groups
15660
15661 2004-01-19 Thorsten Maerz <torte@netztorte.de>
15662         * src/textview.c
15663                 textview: hide cursor, restore old click behaviour
15664
15665 2004-01-18 Thorsten Maerz <torte@netztorte.de>
15666         * src/textview.c
15667                 variable names messed up
15668
15669 2004-01-17 Colin Leroy <colin@colino.net>
15670         * src/addr_compl.c
15671                 Fix completion address too thin
15672         * src/compose.c
15673                 Fix tab-to-subject behaviour
15674         * src/summaryview.c
15675                 Implement key up & down in summaryview
15676
15677 2004-01-12 Thorsten Maerz <torte@netztorte.de>
15678
15679         * sync 098claws
15680
15681 2004-01-08 Thorsten Maerz <torte@netztorte.de>
15682         * configure.ac
15683           Makefile.am
15684           doc/.cvsignore
15685           doc/Makefile.am
15686                 faq, man, manual moved to doc/
15687         * ac/aspell.m4
15688           ac/check-type.m4
15689           ac/gnupg-check-typedef.m4
15690           ac/openssl.m4
15691           ac/spamassassin.m4
15692           ac/missing/gdk-pixbuf.m4
15693           ac/missing/gpgme.m4
15694           ac/missing/imlib.m4
15695                 fix automake warnings
15696
15697 2003-12-06 Colin Leroy <colin@colino.net>
15698         * src/summaryview.c
15699                 Fix quicksearch
15700
15701 2003-12-05 Colin Leroy <colin@colino.net>
15702         * src/summaryview.c
15703                 Fix going to next unread folder
15704
15705 2003-12-05 Colin Leroy <colin@colino.net>
15706         * src/crash.c
15707                 Fix gtk2 compilation
15708         * src/session.c
15709                 Remove iotag source handler at disconnection
15710         * src/socket.[ch] 
15711                 Remove source handler when closing socket 
15712                 (fixes another seg)
15713
15714 2003-12-04 Colin Leroy <colin@colino.net>
15715         * src/compose.c
15716           src/prefs_account.c
15717           src/prefs_common.c
15718                 Fix some dropdown menus
15719
15720 2003-12-04 Colin Leroy <colin@colino.net>
15721         * src/compose.c
15722                 Fix event handlers on header fields
15723         * src/common/socket.c
15724           src/common/session.c
15725                 Fix segfault with callback (SSL)
15726                 Fix end of session 
15727
15728 2003-10-06 Thorsten Maerz <torte@netztorte.de>
15729
15730         * Fix compile bug in src/compose.c
15731         * removed src/gtk/gtkstext.[ch]
15732
15733 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
15734
15735         * Convert character set and escape "text" attributes in toolbar setting
15736         files.
15737         * Fixed bug in button-press-event handling.
15738
15739 2003-09-16 Thorsten Maerz <torte@netztorte.de>
15740
15741         * Fixed bug in key-press-event handling.
15742
15743 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
15744
15745         * Enabled to compile tray-icon plugin (Ad-hoc).
15746         * Avoid hang up bug of icon list in mime view (Ad-hoc).
15747
15748 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
15749
15750         * Enabled to compile on sylpheed-claws.
15751         (tray-icon plugin still cannot compile yet.)
15752
15753 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
15754
15755         * Updated to 0.9.5.
15756
15757 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
15758
15759         * Updated to 0.9.4.
15760         * Ported monitoring SSL mechanism to GSource of GLib2
15761         (I don't confirm it)
15762         * Added _gtk2 suffix to key name of font preference to avoid
15763         ovverwriting preference of Gtk+-1.2 version.
15764
15765 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
15766
15767         * Updated to 0.9.2.
15768
15769 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
15770
15771         * Updated to 0.9.1.
15772         * Translate po files into UTF-8 when execute autogen.sh.
15773
15774 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
15775
15776         * Updated to 0.9.0.
15777
15778 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
15779
15780         * Plugged GError related memory leaks.
15781
15782 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
15783
15784         * Changed default size of fonts.
15785         * Enabled to set titile font size of warning dialog.
15786
15787 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
15788
15789         * Embed a sylpheed icon into executable binary on Windows.
15790
15791 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
15792
15793         * I forgot to traslate character set of element string in src/xml.c.
15794
15795 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
15796
15797         * Fixed detecting bind_textdomain_codeset in configure.in.
15798         * The bug in which "Example" of "Date fromat" preference isn't displayed
15799         correctly has been fixed.
15800
15801 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
15802
15803         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
15804           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
15805           glib-gettextize
15806           Removed intl directory.
15807           Translated po files into UTF-8.
15808           (Thanks! Ryuji Abe)
15809
15810 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
15811
15812         * The bug which doesn't unscape string in xml.c has been fixed.
15813
15814 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
15815
15816         * The bug which is failed to translate encoding of file name thorough
15817         file dialog has been fixed.
15818
15819 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
15820
15821         * Modified to translate file names which is used in inporting/expoting
15822         mbox feature and "Save as" feature into locale encoding.
15823         * Translate file names into locale encoding when "Attache file" and
15824         "Insert file".
15825         * Force set G_BROKEN_FILENAMES environment variable.
15826         * Other minor fixes.
15827
15828 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
15829
15830         * Modified to treat MH folder's name as locale encoding.
15831
15832 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
15833
15834         * The bug which clash on switching candidates of auto completion of
15835         addresses, cannot use auto completion in Japanesse is fixed
15836         (Thanks! Tokunaga-san)¡¥
15837
15838 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15839
15840         * The bug which cannot switch key accelerator preference has been fixed
15841         (Thanks! smbd-san)¡¥
15842
15843 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15844
15845         * version 0.8.11-gtk2-20030314
15846
15847 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15848
15849         * The bug in which character set conversion of filtering messages has
15850         been fixed.(Thanks! COCOA-san).
15851
15852 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
15853
15854         * Revived "Leave space on head" preference in "Message" category.
15855         * A bug which clash when put the cursor to end of buffer and execute
15856         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
15857
15858 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15859
15860         * version 0.8.11-gtk2-20030312
15861
15862 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15863
15864         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
15865         * Modified to use Pango's API directly for font preference.
15866         * Integrated GtkTextView of textview to one widget.
15867         * Set fonts of header title in textview by "header_title" tag.
15868         * Removed some deprecated codes.
15869
15870 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
15871
15872         * Updated to 0.8.11.
15873         * Merged cygwin patch(Thanks! Sakai-san).
15874
15875 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
15876
15877         * version 0.8.10-gtk2-20030309