2006-06-10 [colin] 2.2.3cvs10
[claws.git] / ChangeLog
1 2006-06-10 [colin]      2.2.3cvs10
2
3         * src/textview.c
4                 Revert previous (Forgot it changes the
5                 margin on the whole mail)
6
7 2006-06-10 [colin]      2.2.3cvs9
8
9         * src/textview.c
10                 Don't overlap long headers under (X-)Face
11
12 2006-06-10 [mones]      2.2.3cvs8
13
14         * manual/xml2pdf
15                 allow generation of manual on systems lacking saxon binary
16                 but with java and the saxon library installed
17
18         * po/es.po
19                 updated for release
20
21 2006-06-09 [colin]      2.2.3cvs7
22
23         * src/summaryview.c
24                 Fix leak when using Display Sender using Addressbook
25
26 2006-06-09 [colin]      2.2.3cvs6
27
28         * src/compose.c
29         * src/folder.c
30         * src/folderview.c
31         * src/mimeview.c
32         * src/summaryview.c
33                 More leaks fixes
34
35 2006-06-09 [paul]       2.2.3cvs5
36
37         * AUTHORS
38         * src/gtk/authors.h
39         * tools/claws.i18n.status.pl
40                 updated with new info
41
42 2006-06-09 [paul]       2.2.3cvs4
43
44         * README
45                 updated
46         * manual/ack.xml
47                 add wwp to authors list
48         * src/gtk/authors.h
49                 update mine and Colin's addresses
50
51 2006-06-08 [colin]      2.2.3cvs3
52
53         * src/etpan/imap-thread.c
54                 Fix leak on SSL cert check
55
56 2006-06-08 [colin]      2.2.3cvs2
57
58         * src/common/utils.c
59                 Fix leak
60
61 2006-06-08 [paul]       2.2.3cvs1
62
63         * configure.ac
64                 Update version number following
65                 stable release
66
67 2006-06-07 [colin]      2.2.2cvs3
68
69         * src/msgcache.c
70                 Fix catching cache read errors (guint instead of gint)
71                 Prevent malloc'ing more than 8MB (means cache corruption)
72
73 2006-06-07 [paul]       2.2.2cvs2
74
75         * src/exporthtml.c
76         * src/exportldif.c
77         * src/mh.c
78         * src/mutt.c
79         * src/pine.c
80         * src/common/utils.c
81                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
82                 obey $HOME'
83                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
84                 Thanks to Colin
85
86 2006-06-06 [paul]       2.2.2cvs1
87
88         * configure.ac
89                 Update version number following
90                 stable release
91
92 2006-06-06 [paul]       2.2.1cvs6
93
94         * src/matcher.c
95                 fix  implicit declaration of
96                 sylpheed_do_idle()
97                 Patch by Fabien Vantard
98
99 2006-06-06 [paul]       2.2.1cvs5
100
101         * src/matcher.c
102                 fix age_greater and age_lower so that they
103                 mean what say and not '...or equal to'
104                 Thanks to Colin
105
106 2006-06-06 [paul]       2.2.1cvs4
107
108         * src/textview.c
109         * src/common/utils.c
110                 fix URI check
111                 Thanks to Colin
112
113 2006-06-05 [wwp]        2.2.1cvs3
114
115         * manual/fr/account.xml
116                 minor language fixes (thanks to Fabien Vantard).
117
118 2006-06-05 [colin]      2.2.1cvs2
119
120         * src/prefs_folder_item.c
121         * src/folderview.c
122                 Allow recursive setting of properties 
123                 for whole mailboxes
124         * src/matcher.c
125                 Don't freeze on 'test' filtering rule
126
127 2006-06-05 [colin]      2.2.1cvs1
128
129         * configure.ac
130                 Update version number following
131                 stable release
132
133 2006-06-04 [wwp]        2.2.0cvs82
134
135         * manual/glossary.xml
136         * manual/account.xml
137         * manual/fr/glossary.xml
138         * manual/fr/account.xml
139                 added glossary section and references/links related to the Face custom header.
140
141 2006-06-04 [colin]      2.2.0cvs81
142
143         * src/summaryview.c
144                 Skip to next message on move with no
145                 immediate execution
146
147 2006-06-04 [wwp]        2.2.0cvs80
148
149         * manual/xml2pdf
150                 added sanity checks, exit when needed.
151
152 2006-06-03 [paul]       2.2.0cvs79
153
154         * src/prefs_receive.c
155                 page name is now 'Receiving'
156         * src/prefs_send.c
157                 page name is now 'Sending'
158
159 2006-06-03 [colin]      2.2.0cvs78
160
161         * src/plugins/spamassassin/spamassassin_gtk.c
162                 Autoswitch to Localhost if transport was previously
163                 disabled. Else people had to check [] Enable, then
164                 *reselect* transport.
165
166 2006-06-03 [colin]      2.2.0cvs77
167
168         * src/plugins/pgpinline/pgpinline.c
169         * src/plugins/pgpmime/pgpmime.c
170                 Check that gpg_data_release_and_get_mem 
171                 didn't fail (now, why this happens...)
172
173 2006-06-03 [colin]      2.2.0cvs76
174
175         * src/mbox.c
176                 Fix bug #962 (Manual and/or UI should 
177                 warn about incompatible locking 
178                 causing dataloss)
179
180 2006-06-02 [cleroy]     2.2.0cvs75
181
182         * src/filtering.c
183         * src/folder.c
184         * src/procmsg.c
185         * src/summaryview.c
186                 Fix a few leaks
187
188 2006-06-02 [colin]      2.2.0cvs74
189
190         * src/main.c
191                 On exit, free caches after writing them
192                 Shuts up some valgrind false positives
193         * src/procmsg.c
194         * src/send_message.c
195                 Fix races when reusing existing SMTP connections
196                 Fix inexistant session timeout
197         * src/toolbar.c
198                 Display alertpanel after all queues have
199                 been processed, not after each
200
201 2006-06-02 [wwp]        2.2.0cvs73
202
203         * manual/fr/glossary.xml
204         * manual/fr/ack.xml
205         * manual/ack.xml
206                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
207
208 2006-06-02 [wwp]        2.2.0cvs72
209
210         * manual/xml2pdf
211         * manual/dist/pdf/Makefile.am
212         * manual/dtd/manual.xsl
213         * manual/fr/dist/pdf/Makefile.am
214         * manual/pl/dist/pdf/Makefile.am
215                 we changed the procedure to generate the .pdf version of the manual.
216                 The procedure is more modern and the .pdf we get now has a valid index.
217                 Here are the new pre-requisites:
218
219                 - JRE 1.x (1.4 here): there must be one from your distro
220                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
221                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
222                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
223
224                 See my posts for further info about the installation of this toolchain:
225
226                 Date: Fri, 19 May 2006 19:40:06 +0200
227                 From: wwp <subscript@free.fr>
228                 To: sylpheed-claws-devel@lists.sourceforge.net
229                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
230
231                 and
232
233                 Date: Wed, 24 May 2006 12:58:49 +0200
234                 From: wwp <subscript@free.fr>
235                 To: sylpheed-claws-devel@lists.sourceforge.net
236                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
237
238 2006-06-01 [colin]      2.2.0cvs71
239
240         * src/compose.c
241                 Better guards against IMAP races
242         * src/main.c
243         * src/prefs_common.c
244         * src/prefs_common.h
245         * src/common/ssl_certificate.c
246         * src/etpan/imap-thread.c
247         * src/etpan/imap-thread.h
248         * src/gtk/sslcertwindow.c
249                 New hidden option ssl_skip_cert_check to 
250                 avoid dups of bug #959 (libetpan linked
251                 against gnutls and gnutls buggy on 64bit)
252                 Present expired warning only once per
253                 session/server.
254         * manual/advanced.xml
255         * manual/fr/advanced.xml
256                 Document new option
257
258 2006-06-01 [wwp]        2.2.0cvs70
259
260         * src/messageview.c
261                 fix for bug #961 (return receipt dialog 
262                 complains incorrectly about return-path 
263                 email adress being different), thanks 
264                 to Colin.
265
266 2006-05-31 [cleroy]     2.2.0cvs69
267
268         * src/common/ssl.c
269                 Guard against NULLs, although this
270                 should never be an issue
271
272 2006-05-31 [colin]      2.2.0cvs68
273
274         * src/filtering.c
275                 Use g_slist_prepend
276         * src/imap.c
277                 Don't remove caches when destroying folder, it
278                 could (should) be done at exit
279         * src/inc.c
280                 free processing cache after incorporation
281         * src/etpan/imap-thread.c
282                 Maybe fix bug #959 (Crash on moving to emails 
283                 to a imap account per ssl with a expired 
284                 certificate.)
285
286 2006-05-30 [colin]      2.2.0cvs67
287
288         * src/summaryview.c
289                 Put back event flush when displaying message
290                 It avoids reading a bunch of messages just
291                 by hitting shift-n for too long ;)
292
293 2006-05-29 [colin]      2.2.0cvs66
294
295         * src/summaryview.c
296                 Remove useless g_warnings
297
298 2006-05-29 [colin]      2.2.0cvs65
299
300         * src/imap.c
301                 Fix g_slist_append()s for performance
302
303 2006-05-29 [colin]      2.2.0cvs64
304
305         * src/compose.c
306         * src/common/utils.c
307                 Fix extraneous tab at start of addresses
308         * src/mainwindow.c
309                 Fix warnings (thanks to Fabien)
310                 Fix crash at exit when composing messages 
311                 exist
312         * src/pop.c
313                 Fix progress bar when deleting expired mails
314                 Thanks to Hiro
315         * src/summaryview.c
316         * src/gtk/gtksctree.c
317                 Fix re-sorting slowness
318
319 2006-05-29 [paul]       2.2.0cvs63
320
321         * src/mh.c
322                 fetch full message when moving mails
323                 from another mailbox, (fixed data loss
324                 when filtering from IMAP to MH, introduced
325                 in 2.2.0cvs57).
326                 Thanks to Colin
327
328 2006-05-29 [mones]      2.2.0cvs62
329
330         * src/gtk/gtksctree.c
331                 Unselect faster (patch by Colin)        
332
333 2006-05-26 [colin]      2.2.0cvs61
334
335         * src/summaryview.c
336                 Unplug MSGINFO_UPDATE callback on delete too.
337
338 2006-05-26 [colin]      2.2.0cvs60
339
340         * src/foldersel.c
341                 Fix bold in folder selection window with glib2.10
342                 thanks Hiro
343
344 2006-05-26 [colin]      2.2.0cvs59
345
346         * src/procheader.c
347                 Convert date only if necessary (and don't
348                 try to convert from utf8 to utf8, too)
349         * src/summaryview.c
350                 Only set column's text if the column's 
351                 displayed
352
353 2006-05-26 [colin]      2.2.0cvs58
354
355         * src/summaryview.c
356         * src/gtk/gtkutils.c
357                 Fix useless warning
358
359 2006-05-26 [colin]      2.2.0cvs57
360
361         * src/mainwindow.c
362                 Make summaryview selectable as long as 
363                 no message has focus
364         * src/mh.c
365                 Faster deletion (by implementing mh_remove_msgs)
366                 Faster copy (avoid using mh_fetch_msg just to get
367                 the filename)
368                 Faster move (using move_file instead of copy_file
369                 if MSG_IS_MOVE)
370                 No progressbar if total number of mails to cp/mv 
371                 is less than 100
372         * src/summaryview.c
373                 Fix removal from subject_table when mail gets moved
374                 Faster deletion (g_slist_prepend instead of append)
375         * src/gtk/gtksctree.c
376                 Remove useless code
377
378 2006-05-25 [colin]      2.2.0cvs56
379
380         * src/common/ssl_certificate.c
381                 Fix leak in expired cert check
382
383 2006-05-25 [colin]      2.2.0cvs55
384
385         * src/mh.c
386                 Disable flags syncing on .mh_sequences - it
387                 is buggy and marks mails read under unknown
388                 conditions.
389
390 2006-05-25 [paul]
391
392         * 2.3.0-rc4 released
393
394 2006-05-24 [colin]      2.2.0cvs54
395
396         attention cvs users: if you manage to crash
397         Sylpheed-Claws while moving, copying or deleting
398         mails, we *are* interested in stack traces and
399         valgrind logs. It looks stable, but one never
400         knows...
401
402         * src/folder.c
403                 Add progressbar for cache updates
404         * src/folderutils.c
405                 Optimize Mark all read in the current
406                 folder
407         * src/mh.c
408                 Add progressbar for copy/move
409         * src/procmsg.c
410                 Optimize O(n^2) in copy/move
411         * src/summaryview.c
412         * src/gtk/gtksctree.c
413                 Optimize O(n^2) algos
414         * src/common/timing.h
415                 Display ms instead of us
416
417 2006-05-24 [wwp]        2.2.0cvs53
418
419         * manual/fr/advanced.xml
420                 updates to the French manual.
421
422 2006-05-24 [wwp]        2.2.0cvs52
423
424         * src/common/utils.c
425                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
426
427 2006-05-24 [wwp]        2.2.0cvs51
428
429         * src/folderutils.c
430                 fixed "mark all read" in MH folders (thanks to Colin).
431
432 2006-05-24 [paul]       2.2.0cvs50
433
434         * doc/man/sylpheed-claws.1
435                 updated the man page
436
437 2006-05-23 [colin]      2.2.0cvs49
438
439         * src/folderview.c
440         * src/imap.c
441         * src/inc.c
442         * src/mbox.c
443         * src/messageview.c
444         * src/news.c
445         * src/send_message.c
446         * src/summaryview.c
447         * src/gtk/sslcertwindow.c
448                 alertpanel fixes, by Fabien
449
450 2006-05-23 [colin]      2.2.0cvs48
451
452         * src/folder.c
453         * src/folderview.c
454         * src/msgcache.c
455         * src/summaryview.c
456         * src/gtk/gtksctree.c
457         * src/gtk/gtksctree.h
458                 More timings
459                 Fix slow loading problem, which was caused by the
460                 use of some gtk_ctree funcs and their use of
461                 g_list_position while gtk_ctree_(un)link'ing.
462                 Reap more functions from gtkctree.c to be sure we
463                 use our (fast) version instead of theirs.
464         * src/mh.c
465                 Fix copy of unread mails
466
467
468 2006-05-22 [wwp]        2.2.0cvs47
469
470         * manual/fr/advanced.xml
471                 updated.
472
473 2006-05-22 [colin]      2.2.0cvs46
474
475         * src/filtering.c
476                 Fix possible infinite loop. 'copy' is not a 
477                 final action, so when encountering a 'copy',
478                 we have to check if a previous one was set
479                 and do it. In the same way, if we encounter
480                 a 'move' we have to perform a possibly 
481                 pending 'copy'. This will slow down filtering
482                 on IMAP if move+copy or multiple copy actions
483                 are to be done, but handling it via the batch
484                 would be really too convoluted.
485
486 2006-05-22 [wwp]        2.2.0cvs45
487
488         * manual/fr/advanced.xml
489         * manual/fr/faq.xml
490         * manual/fr/glossary.xml
491         * manual/fr/handling.xml
492         * manual/fr/intro.xml
493         * manual/fr/plugins.xml
494         * manual/fr/sylpheed-claws-manual.xml
495                 sync w/ the english manual: updates URIs, documented mailing-list
496                 support, better explanation about the enabled/disabled feature
497                 in filtering/processing rules by Paul.
498
499 2006-05-21 [colin]      2.2.0cvs44
500
501         * src/summaryview.c
502                 Don't expand after building threads, but during
503
504 2006-05-21 [colin]      2.2.0cvs43
505
506         * src/procmsg.c
507         * src/summaryview.c
508                 More timing possibilities... For next time I have 
509                 to find out how the hell some 3GHz computer takes
510                 one minute to open a 30k folder...
511
512 2006-05-21 [colin]      2.2.0cvs42
513
514         * manual/pl/advanced.xml
515         * manual/pl/faq.xml
516         * manual/pl/glossary.xml
517         * manual/pl/handling.xml
518         * manual/pl/intro.xml
519         * manual/pl/plugins.xml
520         * manual/pl/sylpheed-claws-manual.xml
521                 Polish manual updated by Pawel
522
523 2006-05-20 [colin]
524
525         * 2.3.0-rc3 released
526
527 2006-05-20 [colin]      2.2.0cvs41
528
529         * src/imap.c
530                 Fix -rc2 problems:
531                 - remove cache of moved messages from original folder
532                 - apply new flags to messages even if they aren't appliable
533                   via IMAP.
534
535 2006-05-20 [colin]
536
537         * 2.3.0-rc2 released
538
539 2006-05-19 [colin]      2.2.0cvs40
540
541         * src/imap.c
542                 Don't issue SELECT in imap_change_flags
543                 before having checked that we indeed have
544                 some flags to change. MSG_POSTFILTERED for
545                 example can't be used on IMAP.
546                 Fixes bug #955 (copying messages between 
547                 imap folders is extremely slow), which was
548                 a regression.
549
550 2006-05-19 [colin]      2.2.0cvs39
551
552         * src/folder.c
553         * src/folder.h
554         * src/folderview.c
555                 Try to fix bug #830 (Some unread messages 
556                 get marked read in IMAP inbox):
557                 - Prevent scanning a folder if it's being 
558                   opened via the GUI
559                 - Postpone opening via the GUI of a folder
560                   currently scanned.
561
562
563 2006-05-19 [wwp]        2.2.0cvs38
564
565         * manual/advanced.xml
566                 fix English+typo (thanks to Paul).
567
568 2006-05-19 [wwp]        2.2.0cvs37
569
570         * manual/advanced.xml
571         * manual/fr/advanced.xml
572         * src/gtk/logwindow.c
573         * src/prefs_common.c
574         * src/prefs_common.h
575                 added hidden prefs to allow customization of colors used in
576                 protocol log window (useful for dark gtk+ themes).
577
578 2006-05-19 [wwp]        2.2.0cvs36
579
580         * ChangeLog
581                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
582
583 2006-05-19 [paul]       2.2.0cvs35
584
585         * src/textview.c
586                 make Reply-To fully clickable
587         * src/gtk/logwindow.c
588                 more colouring (SMTP ESMTP)
589         Both patches by Pawel Pekala
590
591 2006-05-19 [cleroy]     2.2.0cvs34
592
593         * src/mh.c
594                 Don't update flags from current folder
595                 Probably fixes bug #935 (Read Messages 
596                 Revert to Being Marked as Unread)
597
598 2006-05-18 [colin]      2.2.0cvs33
599
600         * src/imap.c
601                 Warning fix
602         * src/compose.c
603         * src/mainwindow.c
604         * src/summaryview.c
605         * src/toolbar.c
606                 Allow replying to multiple emails
607                 in multiple windows
608         * src/mimeview.c
609         * src/etpan/imap-thread.c
610                 Leak fixes
611
612 2006-05-18 [paul]       2.2.0cvs32
613
614         * src/summaryview.c
615                 keep Mailing-List menu refreshed
616                 Thanks to Colin
617
618 2006-05-18 [paul]       2.2.0cvs31
619
620         * manual/advanced.xml
621         * manual/faq.xml
622         * manual/glossary.xml
623         * manual/handling.xml
624         * manual/intro.xml
625         * manual/plugins.xml
626         * manual/sylpheed-claws-manual.xml
627                 update URLs
628                 add info about mailing-list support
629                 edit filtering info
630         * src/wizard.c
631         * src/common/defs.h
632         * src/gtk/about.c
633         * src/plugins/dillo_viewer/README
634                 update URLs
635
636 2006-05-17 [wwp]        2.2.0cvs30
637
638         * manual/handling.xml
639         * manual/fr/handling.xml
640                 documented the ability to enabled/disable filtering/processing rules.
641
642 2006-05-17 [colin]      2.2.0cvs29
643
644         * src/main.c
645                 Don't initialize g_thread subsystem if it's 
646                 already done (thanks to Hiro)
647         * src/mimeview.c
648                 Fix saving of parts when there name can't be
649                 converted from UTF-8.
650
651 2006-05-17 [paul]       2.2.0cvs28
652
653         * po/Makefile.in.in
654                 fix config.status warning with autoconf 2.60
655
656 2006-05-17 [paul]       2.2.0cvs27
657
658         * po/POTFILES.in
659                 add src/mbox.c
660
661 2006-05-17 [wwp]        2.2.0cvs26
662
663         * src/mainwindow.c
664                 fix useless and potentially dangerous buffer walking (thanks to Colin).
665
666 2006-05-17 [wwp]        2.2.0cvs25
667
668         * src/plugins/demo/demo.c
669                 updated product name in plugin demo (many plugins need to be
670                 sync'ed w/ that change).
671
672 2006-05-17 [colin]      2.2.0cvs24
673
674         * src/mh.c
675                 Fix leak
676
677 2006-05-16 [colin]      2.2.0cvs23
678
679         * src/mainwindow.c
680                 Stupid me hit again. Fix cvs22.
681
682 2006-05-16 [colin]      2.2.0cvs22
683
684         * src/mainwindow.c
685                 Fix bug #922 (sylpheed-claws crashed after 
686                 pushing on Inbox folder)
687
688 2006-05-16 [colin]      2.2.0cvs21
689
690         * src/compose.c
691                 Make From header be copy/paste/select-able
692
693 2006-05-16 [wwp]        2.2.0cvs20
694
695         * src/export.c
696         * src/matcher.c
697         * src/summaryview.c
698         * src/etpan/imap-thread.c
699                 fix some compiler warnings (thanks to Colin).
700
701 2006-05-16 [wwp]        2.2.0cvs19
702
703         * src/action.c
704         * src/gedit-print.c
705         * src/inc.c
706         * src/mainwindow.c
707         * src/mh.c
708         * src/statusbar.c
709         * src/send_message.c
710         * src/summaryview.c
711                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
712
713 2006-05-15 [colin]      2.2.0cvs18
714
715         * src/procmsg.c
716                 Fix automatic rule creation with List-Post
717
718 2006-05-15 [paul]       2.2.0cvs17
719
720         * tools/filter_conv_new.pl
721                 updated for rule enabling/disabling
722                 claws version >= 2.3.x required
723
724 2006-05-15 [cleroy]     2.2.0cvs16
725
726         * src/main.c
727                 Revert test
728
729 2006-05-15 [cleroy]     2.2.0cvs15
730
731         * src/main.c
732                 test
733
734 2006-05-15 [wwp]        2.2.0cvs14
735
736         * manual/pl/.cvsignore
737                 ignore generated files.
738
739 2006-05-14 [wwp]        2.3.0-rc1
740
741         * 2.3.0-rc1 released
742
743 2006-05-13 [wwp]        2.2.0cvs13
744
745         * src/filtering.c
746         * src/filtering.h
747         * src/matcher.c
748         * src/matcher_parser_lex.l
749         * src/matcher_parser_parse.y
750         * src/prefs_filtering.c
751                 new feature: provide the ability to disable filtering and processing
752                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
753                 adaptations.
754
755 2006-05-13 [colin]      2.2.0cvs12
756
757         * src/compose.c
758                 Remove useless if (a) b; else b;
759                 Thanks to wwp
760
761 2006-05-13 [wwp]        2.2.0cvs11
762
763         * src/export.c
764         * src/import.c
765         * src/mainwindow.c
766         * src/mbox.c
767         * src/summaryview.c
768         * src/summaryview.h
769                 no more silent failures (or at least less ones) when importing
770                 or exporting from/to mbox. Also start importing/exporting if
771                 the necessary info is set.
772
773 2006-05-13 [wwp]        2.2.0cvs10
774
775         * RELEASE_NOTES
776                 restored up-to-date release notes.
777
778 2006-05-13 [paul]       2.2.0cvs9
779
780         * po/nl.po
781         * po/ru.po
782                 updated by Tim Dijkstra and Pavlo Bohmat
783
784 2006-05-12 [colin]      2.2.0cvs8
785
786         * src/gtk/quicksearch.c
787                 Add "k" as shortcut for "colorlabel". Patch
788                 by ath42@users.sf.net.
789
790 2006-05-12 [paul]       2.2.0cvs7
791
792         * src/prefs_common.h
793         * src/prefs_summaries.c
794         * src/summaryview.c
795                 when entering a folder also allow
796                 going directly to first Marked message
797
798 2006-05-12 [paul]       2.2.0cvs6
799
800         * src/summaryview.c
801                 always obey 'confirm before marking all
802                 mails read' option
803
804 2006-05-12 [paul]       2.2.0cvs5
805
806         * src/textview.c
807                 make Sender fully clickable
808
809 2006-05-12 [colin]      2.2.0cvs4
810
811         * src/compose.c
812         * src/compose.h
813                 Let From be editable
814         * src/main.c
815         * src/mh.c
816                 Full support of .mh_sequences' Unseen seq
817
818 2006-05-12 [colin]      2.2.0cvs3
819
820         * src/folder.c
821         * src/mainwindow.c
822         * src/mainwindow.h
823         * src/messageview.c
824         * src/prefs_spelling.c
825         * src/procheader.c
826         * src/procmsg.c
827         * src/procmsg.h
828         * src/summaryview.c
829         * src/toolbar.c
830         * src/toolbar.h
831                 Add contextual menu on Compose toolbar
832                 button. Fixes bug #944 (Automatic
833                 addresses not applied when changing account
834                 from compose window)
835                 add Mailing List support
836                 based on the old 0.6.5claws25 patch by
837                 Melvin Hadasht, with finishing touches
838                 by Colin
839                 Fix "ignore thread" when mails are threaded by
840                 subject (and weren't ignored although appearing
841                 in the thread).
842                 GUI rework.
843                 Both patches by Pawel.
844
845 2006-05-08 [paul]       2.2.0cvs2
846
847         * src/mainwindow.c
848         * src/mainwindow.h
849         * src/messageview.c
850         * src/procheader.c
851         * src/procmsg.c
852         * src/procmsg.h
853         * src/summaryview.c
854                 add Mailing List support
855                 based on the old 0.6.5claws25 patch by 
856                 Melvin Hadasht, with finishing touches
857                 by Colin
858
859 2006-05-08 [colin]      2.2.0cvs1
860
861         * src/mainwindow.c
862         * src/toolbar.c
863         * src/toolbar.h
864                 Add contextual menu on Compose toolbar 
865                 button. Fixes bug #944 (Automatic 
866                 addresses not applied when changing account 
867                 from compose window)
868
869 2006-05-08 [paul]       2.2.0
870
871         2.2.0 released
872
873 2006-05-08 [paul]       2.1.1cvs51
874
875         * po/cs.po
876         * po/de.po
877         * po/en_GB.po
878         * po/fi.po
879         * po/fr.po
880         * po/pt_BR.po
881         * po/sr.po
882         * po/zh_CN.po
883                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
884                 Fabien Vantard, Frederico Goncalves Guimaraes,
885                 Aleksandar Urosevic, and Ralgh Young
886
887 2006-05-12 [colin]      2.1.1cvs50
888
889         * po/cs.po
890         * po/de.po
891         * po/en_GB.po
892         * po/es.po
893         * po/fi.po
894         * po/fr.po
895         * po/pt_BR.po
896         * po/sr.po
897         * po/zh_CN.po
898                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
899                 Fabien Vantard, Frederico Goncalves Guimaraes,
900                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
901
902 2006-05-05 [colin]      2.1.1cvs49
903
904         * manual/Makefile.am
905         * manual/pl/Makefile.am
906         * manual/pl/account.xml
907         * manual/pl/ack.xml
908         * manual/pl/addrbook.xml
909         * manual/pl/advanced.xml
910         * manual/pl/faq.xml
911         * manual/pl/glossary.xml
912         * manual/pl/gpl.xml
913         * manual/pl/handling.xml
914         * manual/pl/intro.xml
915         * manual/pl/keyboard.xml
916         * manual/pl/plugins.xml
917         * manual/pl/starting.xml
918         * manual/pl/sylpheed-claws-manual.xml
919         * manual/pl/dist/.cvsignore
920         * manual/pl/dist/Makefile.am
921         * manual/pl/dist/html/.cvsignore
922         * manual/pl/dist/html/Makefile.am
923         * manual/pl/dist/pdf/.cvsignore
924         * manual/pl/dist/pdf/Makefile.am
925         * manual/pl/dist/ps/.cvsignore
926         * manual/pl/dist/ps/Makefile.am
927         * manual/pl/dist/txt/.cvsignore
928         * manual/pl/dist/txt/Makefile.am
929                 Add the polish translation of the manual,
930                 Authored by Pawel Pekala.
931
932 2006-05-05 [cleroy]     2.1.1cvs48
933
934         * src/main.c
935                 Re-read matcherrc after loading plugins 
936                 if some of them add folders.
937
938 2006-05-03 [colin]      2.1.1cvs47
939
940         * src/imap.c
941                 I'm idiot
942
943 2006-05-03 [colin]      2.1.1cvs46
944
945         * src/imap.c
946                 Be sure to have a session when
947                 getting separator
948
949 2006-05-03 [colin]      2.1.1cvs45
950
951         * src/imap.c
952         * src/imap.h
953         * src/imap_gtk.c
954                 Fix preventing renaming with namespace 
955                 separator.
956
957 2006-05-01 [colin]      2.1.1cvs44
958
959         * src/action.c
960                 Don't reload messageview when result of
961                 action is piped.
962
963 2006-04-29 [colin]      2.1.1cvs43
964
965         * src/prefs_receive.c
966         * src/plugins/spamassassin/spamassassin_gtk.c
967         * src/plugins/clamav/clamav_plugin_gtk.c
968                 GUI fixes by Pawel
969
970 2006-04-29 [colin]      2.1.1cvs42
971
972         * src/prefs_compose_writing.c
973         * src/prefs_quote.c
974                 Cleanups. Patch by Pawel
975
976 2006-04-28 [paul]       2.1.1cvs41
977
978         * src/matcher.c
979                 fix returned quick search results when search
980                 term contains an underscore.
981                 Thanks to Colin
982
983 2006-04-28 [paul]       2.1.1cvs40
984
985         * src/prefs_message.c
986         * src/prefs_receive.c
987                 GUI cleanups
988                 Patches by Pawel Pekala
989
990 2006-04-27 [colin]      2.1.1cvs39
991
992         * src/wizard.c
993                 Differentiate subject Welcome from
994                 window's title Welcome
995
996 2006-04-27 [paul]
997
998         2.2.0-rc1 released
999
1000 2006-04-27 [paul]       2.1.1cvs38
1001
1002         * manual/advanced.xml
1003         * manual/fr/advanced.xml
1004                 add info about compose_no_markup hidden pref
1005
1006 2006-04-27 [paul]       2.1.1cvs37
1007
1008         * src/prefs_account.c
1009                 improve privacy labels
1010         * src/prefs_msg_colors.c
1011                 change some strings for translators' convenience
1012         * src/gtk/gtkutils.c
1013                 don't underline the link button text
1014
1015 2006-04-25 [colin]      2.1.1cvs36
1016
1017         * src/folder.c
1018                 Complete 2.1.1cvs33 (once more ;)
1019
1020 2006-04-25 [colin]      2.1.1cvs35
1021
1022         * src/editldap.c
1023                 Fix tooltip
1024
1025 2006-04-25 [cleroy]     2.1.1cvs34
1026
1027         * src/compose.c
1028         * src/gtk/gtkaspell.c
1029                 Fix crash on redirect (related to the return 
1030                 of the aspell menu in compose's toolbar)
1031         * src/prefs_msg_colors.c
1032                 Fix sensitivity widgets
1033         * src/image_viewer.c
1034         * src/gtk/pluginwindow.c
1035         * src/gtk/prefswindow.c
1036                 Change released signals to clicked (Fabien)
1037         * po/POTFILES.in
1038         * src/common/socket.c
1039         * src/plugins/spamassassin/spamassassin.c
1040                 Translate strings (Fabien)
1041
1042 2006-04-25 [paul]       2.1.1cvs33
1043
1044         * src/folder.c
1045         * src/folder.h
1046         * src/folderview.c
1047                 complete the fix of bug #912
1048                 Thanks to Colin
1049
1050 2006-04-25 [colin]      2.1.1cvs32
1051
1052         * src/news.c
1053                 Better progress bar
1054         * src/mimeview.c
1055         * src/summaryview.c
1056         * src/summaryview.h
1057                 Fix focus chain
1058                 Patches by Pawel Pekala
1059
1060 2006-04-24 [colin]      2.1.1cvs31
1061
1062         * src/compose.c
1063                 Fix compilation warnings (Fabien)
1064
1065 2006-04-24 [colin]      2.1.1cvs30
1066
1067         * src/addrindex.c
1068         * src/editldap.c
1069         * src/editldap_basedn.c
1070         * src/editldap_basedn.h
1071         * src/ldapctrl.c
1072         * src/ldapctrl.h
1073         * src/ldapquery.c
1074         * src/ldaputil.c
1075         * src/ldaputil.h
1076                 Fix bug #901 (LDAPS support)
1077
1078 2006-04-24 [colin]      2.1.1cvs29
1079
1080         * src/compose.c
1081                 Fix logic on error with send dialog on
1082         * src/imap.c
1083                 Fix compilation without libetpan, thanks
1084                 to Fabien
1085         * src/summaryview.c
1086                 Fix 'context-menu' key
1087
1088 2006-04-23 [colin]      2.1.1cvs28
1089
1090         * src/folder.c
1091                 Never free current's cache to free up 
1092                 memory. Fixes bug #912 (new count 
1093                 randomly set to message count)
1094
1095 2006-04-23 [colin]      2.1.1cvs27
1096
1097         * src/gtk/quicksearch.c
1098                 And remove printf...
1099
1100 2006-04-23 [colin]      2.1.1cvs26
1101
1102         * src/gtk/quicksearch.c
1103                 Fix replacing in quicksearch, and fix inserting
1104                 in the middle of the string. (introduced at 2.1.0cvs22)
1105
1106 2006-04-23 [colin]      2.1.1cvs25
1107
1108         * src/imap.c
1109                 Make sure uidnext is initialized in get_num_list
1110                 (not for stable, related to 2.1.1cvs8 and friends)
1111
1112 2006-04-23 [colin]      2.1.1cvs24
1113
1114         * src/imap.c
1115                 Output something when login is successful
1116                 too
1117
1118 2006-04-23 [colin]      2.1.1cvs23
1119
1120         * src/etpan/imap-thread.c
1121                 Better logging (line-per-line, hide data in fetch)
1122                 Fix a const warning
1123         * src/gtk/logwindow.c
1124         * src/gtk/logwindow.h
1125                 Better logging (color for input/output)
1126
1127 2006-04-21 [colin]      2.1.1cvs22
1128
1129         * src/gtk/quicksearch.c
1130                 On gtk+-2.8, use stock buttons in quicksearch
1131                 Based on a patch by Fabien and a design by Paul
1132
1133 2006-04-21 [colin]      2.1.1cvs21
1134
1135         * src/folderview.c
1136         * src/mainwindow.c
1137                 Fix occasional flicker in folderview
1138         * src/common/utils.c
1139                 Fix bug #943 (Incorrectly parsed email address 
1140                 list in short headers on message view and in 
1141                 printouts)
1142
1143 2006-04-20 [colin]      2.1.1cvs20
1144
1145         * src/imap.c
1146         * src/imap.h
1147         * src/prefs_account.c
1148                 Add ANONYMOUS auth for IMAP
1149
1150 2006-04-20 [paul]       2.1.1cvs19
1151
1152         * src/main.c
1153                 proper fix for 2.1.1cvs18
1154                 Thanks to Colin
1155
1156 2006-04-20 [paul]       2.1.1cvs18
1157
1158         * src/main.c
1159                 fix build warnings
1160
1161 2006-04-20 [paul]       2.1.1cvs17
1162
1163         * src/gtk/quicksearch.c
1164                 fix standard, non-extended Quick search,
1165                 was broken in 2.1.1cvs15.
1166                 Thanks to Colin.
1167
1168 2006-04-20 [colin]      2.1.1cvs16
1169
1170         * src/prefs_matcher.c
1171                 Fix values when reselecting a ~test
1172                 rule
1173
1174 2006-04-19 [colin]      2.1.1cvs15
1175
1176         * src/compose.c
1177         * src/compose.h
1178         * src/gtk/gtkaspell.c
1179         * src/gtk/gtkaspell.h
1180                 Put back Options menu in Spelling/
1181         * src/gtk/quicksearch.c
1182                 Don't search, and show error, if the
1183                 advanced search has a syntax error
1184
1185 2006-04-18 [colin]      2.1.1cvs14
1186
1187         * src/textview.c
1188                 Fix gdk warnings on set_cursor when textview
1189                 isn't visible
1190
1191 2006-04-18 [colin]      2.1.1cvs13
1192
1193         * src/gtk/gtksctree.c
1194                 Remove seemingly useless refresh that causes
1195                 flicker - watch this commit in case of 
1196                 problems before planned backport to stable
1197
1198 2006-04-18 [colin]      2.1.1cvs12
1199
1200         * src/imap.c
1201                 Factorize get/set_xml code
1202         * src/compose.c
1203         * src/prefs_account.c
1204         * src/prefs_account.h
1205         * src/procmsg.c
1206                 Add Encrypt to self option
1207
1208 2006-04-17 [colin]      2.1.1cvs11
1209
1210         * configure.ac
1211                 Fix search on encrpyt function on dragonfly
1212                 Patch by Jonathan Buschmann <jonthn@agmact.com>
1213
1214 2006-04-17 [colin]      2.1.1cvs10
1215
1216         * src/prefs_account.c
1217                 Be safe by default: remove mails from POP3
1218                 after 7 days, not immediately
1219
1220 2006-04-17 [colin]      2.1.1cvs9
1221
1222         * src/etpan/imap-thread.c
1223                 Fix build on DragonFly - patch by 
1224                 Jonathan Buschmann <jonthn@agmact.com>
1225
1226 2006-04-17 [colin]      2.1.1cvs8
1227
1228         * src/imap.c
1229                 Save uidnext between sessions
1230
1231 2006-04-17 [colin]      2.1.1cvs7
1232
1233         * src/imap.c
1234                 scan is required when uid validity changes
1235
1236 2006-04-17 [colin]      2.1.1cvs6
1237
1238         * src/folderview.c
1239                 Don't scan if not necessary, apart in current
1240                 folder and INBOX to fetch flags.
1241         * src/imap.c
1242                 Scan is necessary if unread count changes
1243
1244 2006-04-17 [colin]      2.1.1cvs5
1245
1246         * src/imap.c
1247                 ...But always fetch ANSWERED and DELETED flags for
1248                 INBOX, as filtering can happen on these flags.
1249
1250 2006-04-17 [colin]      2.1.1cvs4
1251
1252         * src/imap.c
1253                 Don't fetch REPLIED and DELETED flags when synchronising
1254                 flags with a closed folder. We only need UNSEEN and FLAGGED
1255                 to update the folderview.
1256
1257 2006-04-17 [colin]      2.1.1cvs3
1258
1259         * src/imap.c
1260                 Faster flag search when there are new mails 
1261                 in a folder. We can do a full search if the 
1262                 folder contains less messages than the new
1263                 list.
1264
1265 2006-04-17 [colin]      2.1.1cvs2
1266
1267         * po/cs.po
1268         * po/de.po
1269         * po/fr.po
1270         * po/nl.po
1271         * po/pt_BR.po
1272                 Update translations from stable branch
1273
1274 2006-04-17 [colin]      2.1.1cvs1
1275
1276         * configure.ac
1277                 Bump version to follow stable release
1278
1279 2006-04-16 [mones]      2.1.0cvs50
1280
1281         * po/es.po
1282                 Updated for release
1283
1284 2006-04-16 [colin]      2.1.0cvs49
1285
1286         * src/textview.c
1287                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
1288                 with gtk < 2.8. Thanks to Fabien Vantard.
1289
1290 2006-04-15 [colin]      2.1.0cvs48
1291
1292         * src/etpan/imap-thread.c
1293                 Fix bug #919 (libetpan: SEGV when connecting 
1294                 using command)
1295
1296 2006-04-14 [colin]      2.1.0cvs47
1297
1298         * src/main.c
1299                 Fix race on --select (should be done better)
1300
1301 2006-04-14 [wwp]        2.1.0cvs46
1302
1303         * src/send_message.c
1304                 enforce a check for domain in account prefs (a sending
1305                 error could be faced if domain was checked but no value set),
1306                 thanks to Colin.
1307
1308 2006-04-14 [colin]      2.1.0cvs45
1309
1310         * src/codeconv.c
1311                 when converting from unknown to unknown, if the
1312                 string is UTF8, don't convert it to the locale
1313                 (which breaks it)
1314
1315 2006-04-14 [colin]      2.1.0cvs44
1316
1317         * src/compose.c
1318                 Don't try to use ASCII for converting headers
1319                 (as done in body)
1320
1321 2006-04-14 [paul]       2.1.0cvs43
1322
1323         * src/crash.c
1324                 add locale/charset info to crash report
1325         * src/gtk/about.c
1326                 add wwp to doc team
1327                 replace 'e-mail' with preferred 'email'
1328         * src/gtk/authors.h
1329                 ensure contributors list is in alphabetical
1330                 order
1331
1332 2006-04-13 [colin]      2.1.0cvs42
1333
1334         * src/textview.c
1335                 Prevent gdk warnings
1336
1337 2006-04-13 [colin]      2.1.0cvs41
1338
1339         * src/common/ssl_certificate.c
1340         * src/common/ssl_certificate.h
1341         * src/gtk/sslcertwindow.c
1342                 Warn on expired certs, and display the expiration date
1343
1344 2006-04-13 [colin]      2.1.0cvs40
1345
1346         * src/plugins/spamassassin/spamassassin_gtk.c
1347                 Fix missing set_text on unix socket
1348
1349 2006-04-13 [wwp]        2.1.0cvs39
1350
1351         * manual/fr/advanced.xml
1352         * manual/fr/glossary.xml
1353                 applied new spam/ham/email lexicon (pourriel, courriel)
1354
1355 2006-04-13 [paul]       2.1.0cvs38
1356
1357         * src/plugins/pgpmime/plugin.c
1358                 remove the mention of S/MIME from the
1359                 description. This is now handled by the
1360                 S/MIME plugin.
1361
1362 2006-04-13 [paul]       2.1.0cvs37
1363
1364         * src/prefs_msg_colors.c
1365                 rework dialog
1366         * src/prefs_folder_item.c
1367         * src/prefs_spelling.c
1368                 add a tooltip to the colour selector buttons
1369
1370 2006-04-13 [wwp]        2.1.0cvs36
1371
1372         * manual/advanced.xml
1373         * manual/glossary.xml
1374         * manual/handling.xml
1375         * manual/keyboard.xml
1376         * manual/plugins.xml
1377         * manual/starting.xml
1378         * manual/fr/account.xml
1379         * manual/fr/ack.xml
1380         * manual/fr/addrbook.xml
1381         * manual/fr/advanced.xml
1382         * manual/fr/faq.xml
1383         * manual/fr/glossary.xml
1384         * manual/fr/gpl.xml
1385         * manual/fr/handling.xml
1386         * manual/fr/intro.xml
1387         * manual/fr/keyboard.xml
1388         * manual/fr/plugins.xml
1389         * manual/fr/starting.xml
1390         * manual/fr/sylpheed-claws-manual.xml
1391                 fixes to the manuals:
1392                  - summaryview -> Message List (same in French)
1393                  - translate key names
1394                  - fix French punctuation, use non-breakable spaces when
1395                    necessary, don't use &thinsp; which is not portable
1396                  - tell what maildir and mbox formats we support
1397
1398 2006-04-12 [wwp]        2.1.0cvs35
1399
1400         * src/prefs_toolbar.c
1401                 unified a replace button more,
1402                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1403
1404 2006-04-12 [wwp]        2.1.0cvs34
1405
1406         * src/prefs_common.c
1407         * src/prefs_msg_colors.c
1408                 make default color labels translatable,
1409                 patch from Fabien Vantard <fzzzzz@gmail.com>,
1410                 thanks to Tim <timbrain@post.cz> for reporting.
1411
1412 2006-04-12 [wwp]        2.1.0cvs33
1413
1414         * manual/glossary.xml
1415         * manual/intro.xml
1416         * manual/plugins.xml
1417         * manual/starting.xml
1418         * manual/sylpheed-claws-manual.xml
1419         * manual/fr/.cvsignore
1420         * manual/fr/account.xml
1421         * manual/fr/ack.xml
1422         * manual/fr/addrbook.xml
1423         * manual/fr/advanced.xml
1424         * manual/fr/faq.xml
1425         * manual/fr/glossary.xml
1426         * manual/fr/handling.xml
1427         * manual/fr/intro.xml
1428         * manual/fr/keyboard.xml
1429         * manual/fr/plugins.xml
1430         * manual/fr/starting.xml
1431         * manual/fr/sylpheed-claws-manual.xml
1432                 various fixes: typos, missing .fr translations, punctuation,
1433                 capitalization, links, accents and some bad French more.
1434
1435 2006-04-12 [wwp]        2.1.0cvs32
1436
1437         * src/prefs_gtk.c
1438                 fix for bug #935: always store prefs files in UTF-8 (thanks
1439                 to Colin).
1440
1441 2006-04-11 [colin]      2.1.0cvs31
1442
1443         * src/compose.c
1444                 Fix inserting files not in utf8 when locale is utf8
1445
1446 2006-04-11 [colin]      2.1.0cvs30
1447
1448         * src/inc.c
1449                 Don't show error dialog when cancelling connection
1450                 Patch by Pawel
1451
1452 2006-04-11 [cleroy]     2.1.0cvs29
1453
1454         * src/compose.c
1455                 Implement multiple quote levels
1456         * src/prefs_common.c
1457                 Change a little bit the quote bgcolor for 2nd level
1458
1459 2006-04-11 [colin]      2.1.0cvs28
1460
1461         * src/gtk/about.c
1462                 Add locale and charset in the label
1463
1464 2006-04-10 [colin]      2.1.0cvs27
1465
1466         * src/compose.c
1467         * src/prefs_common.c
1468         * src/prefs_common.h
1469         * src/prefs_msg_colors.c
1470         * src/textview.c
1471                 Allow optional background color in quotes
1472                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
1473                 GTK+-2.8.x feature
1474
1475 2006-04-10 [colin]      2.1.0cvs26
1476
1477         * src/main.c
1478         * src/mainwindow.c
1479         * src/mainwindow.h
1480                 Implement --select
1481
1482 2006-04-10 [colin]      2.1.0cvs25
1483
1484         * manual/plugins.xml
1485         * manual/fr/plugins.xml
1486                 Document libcurl's proxy variables
1487
1488 2006-04-09 [colin]      2.1.0cvs24
1489
1490         * src/prefs_common.c
1491                 gettext() returns statically allocated stuff. We have
1492                 to strdup it in order to be able to free it.
1493
1494 2006-04-09 [colin]      2.1.0cvs23
1495
1496         * AUTHORS
1497         * src/gtk/authors.h
1498                 Add Alexei
1499
1500 2006-04-09 [colin]      2.1.0cvs22
1501
1502         * src/mainwindow.c
1503         * src/gtk/quicksearch.c
1504                 Fix bug #859 (problems with cyrilic input in 
1505                 search panel) - Patch by Alexey Illarionov 
1506                 <littlesavage@rambler.ru>
1507
1508 2006-04-09 [colin]      2.1.0cvs21
1509
1510         * src/prefs_customheader.c
1511                 I prefer removing then freeing rather than the contrary
1512                 (even if it doesn't change anything ;-)
1513         * src/prefs_account.c
1514                 Fix bug #933 (Crash re-entering the custom headers list 
1515                 dialog in accounts prefs)
1516                 The problem happened when cancelling the Account 
1517                 Preferences' dialogs - in which case we didn't do 
1518                 anything to the PrefsAccount * struct. In case of applying,
1519                 the old ac_prefs was replaced with the tmp_ac_prefs we were
1520                 working with in this dialog. The problem is that 
1521                 prefs_customheader.c, working on this tmp_ac_prefs, always
1522                 changes the ->customhdr_list pointer, even when cancelled. 
1523                 So in case of cancelling the prefs_account dialog, we still
1524                 have to update ->customhdr_list in the real account.
1525
1526 2006-04-08 [colin]      2.1.0cvs20
1527
1528         * manual/fr/glossary.xml
1529         * manual/fr/keyboard.xml
1530                 Forgot some headers :)
1531
1532 2006-04-08 [colin]      2.1.0cvs19
1533
1534         * manual/Makefile.am
1535         * manual/fr/Makefile.am
1536         * manual/fr/account.xml
1537         * manual/fr/ack.xml
1538         * manual/fr/addrbook.xml
1539         * manual/fr/advanced.xml
1540         * manual/fr/faq.xml
1541         * manual/fr/glossary.xml
1542         * manual/fr/gpl.xml
1543         * manual/fr/handling.xml
1544         * manual/fr/intro.xml
1545         * manual/fr/keyboard.xml
1546         * manual/fr/plugins.xml
1547         * manual/fr/starting.xml
1548         * manual/fr/sylpheed-claws-manual.xml
1549         * manual/fr/dist/.cvsignore
1550         * manual/fr/dist/Makefile.am
1551         * manual/fr/dist/html/.cvsignore
1552         * manual/fr/dist/html/Makefile.am
1553         * manual/fr/dist/pdf/.cvsignore
1554         * manual/fr/dist/pdf/Makefile.am
1555         * manual/fr/dist/ps/.cvsignore
1556         * manual/fr/dist/ps/Makefile.am
1557         * manual/fr/dist/txt/.cvsignore
1558         * manual/fr/dist/txt/Makefile.am
1559                 Add the french translation of the manual. Thanks to
1560                 Olivier Delhomme <olivier.delhomme@free.fr> for 
1561                 account.xml, ack.xml, addrbook.xml and advanced.xml
1562
1563 2006-04-08 [colin]      2.1.0cvs18
1564
1565         * manual/plugins.xml
1566         * manual/starting.xml
1567                 More fixes
1568
1569 2006-04-07 [colin]      2.1.0cvs17
1570
1571         * manual/faq.xml
1572         * manual/intro.xml
1573         * manual/keyboard.xml
1574                 Little fixes
1575
1576 2006-04-07 [colin]      2.1.0cvs16
1577
1578         * README
1579         * src/compose.c
1580         * src/prefs_common.c
1581         * src/prefs_common.h
1582                 Add hidden compose_no_markup pref
1583
1584 2006-04-07 [wwp]        2.1.0cvs15
1585
1586         * src/summary_search.c
1587         * .cvsignore
1588                 Bugfix: stop button was sticky when searching in an empty folder.
1589                 Applied curly brackets code style to the whole file (summary_search.c).
1590                 More files to ignore.
1591
1592 2006-04-07 [wwp]        2.1.0cvs14
1593
1594         * src/message_search.c
1595         * src/summary_search.c
1596                 changed default button when search bumps at file/folder
1597                 beginning or end, for convenience (thanks to Colin).
1598
1599 2006-04-07 [paul]       2.1.0cvs13
1600
1601         * src/plugins/dillo_viewer/dillo_prefs.c
1602                 avoid future potential for namespace collision
1603                 Patch by Colin
1604
1605 2006-04-06 [wwp]        2.1.0cvs12
1606
1607         * src/summary_search.c
1608                 Unify extended/advanced searches names (and thus factorize labels),
1609                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1610
1611 2006-04-06 [wwp]        2.1.0cvs11
1612
1613         * src/folderview.c
1614         * src/prefs_themes.c
1615         * src/summaryview.c
1616                 Fixed some compilation warnings.
1617
1618 2006-04-06 [colin]      2.1.0cvs10
1619
1620         * manual/advanced.xml
1621                 Document the wizard template and how to deploy
1622                 Sylpheed-Claws effectively
1623
1624 2006-04-06 [colin]      2.1.0cvs9
1625
1626         * src/folderview.c
1627                 gettext patch to tell translators about _("#"),
1628                 by Maxim Britov
1629
1630 2006-04-06 [colin]      2.1.0cvs8
1631
1632         * src/textview.c
1633                 Fix invalid GtkTextBIter after clicking "Display as text"
1634
1635 2006-04-06 [mones]      2.1.0cvs7
1636
1637         * src/addr_compl.c
1638         * src/addrindex.c
1639         * src/addritem.c
1640         * src/codeconv.c
1641         * src/compose.c
1642         * src/filtering.c
1643         * src/folder.c
1644         * src/folder_item_prefs.c
1645         * src/folderview.c
1646         * src/localfolder.c
1647         * src/matcher.c
1648         * src/mimeview.c
1649         * src/prefs_msg_colors.c
1650         * src/prefs_spelling.c
1651         * src/prefs_themes.c
1652         * src/procmime.c
1653         * src/procmsg.c
1654         * src/stock_pixmap.c
1655         * src/summaryview.c
1656         * src/textview.c
1657         * src/toolbar.c
1658         * src/common/mgutils.c
1659         * src/common/prefs.c
1660         * src/common/ssl_certificate.c
1661         * src/gtk/colorlabel.c
1662         * src/gtk/quicksearch.c
1663         * src/plugins/pgpmime/pgpmime.c
1664         * src/plugins/spamassassin/spamassassin.c
1665                 Removed redundant NULL checks for g_free() calls.
1666                 Patch by Pawel Pekala.
1667
1668 2006-04-06 [mones]      2.1.0cvs6
1669
1670         * src/prefs_actions.c
1671         * src/prefs_filtering.c
1672         * src/prefs_filtering_action.c
1673         * src/prefs_matcher.c
1674         * src/prefs_template.c
1675         * src/gtk/gtkutils.c
1676         * src/gtk/gtkutils.h
1677                 Have a nice replace button. Patch by Pawel Pekala
1678
1679 2006-04-06 [colin]      2.1.0cvs5
1680
1681         * src/addressbook.c
1682                 Fix crash with empty columns
1683
1684 2006-04-05 [colin]      2.1.0cvs4
1685
1686         * src/wizard.c
1687         * src/prefs_gtk.c
1688                 Allow wizard customization with pre-filled values
1689
1690 2006-04-05 [colin]      2.1.0cvs3
1691
1692         * src/textview.c
1693         * src/mimeview.c
1694         * src/mimeview.h
1695                 Nicer messages in mimeview
1696
1697 2006-04-05 [colin]      2.1.0cvs2
1698
1699         * src/addressbook.c
1700         * src/prefs_summaries.c
1701                 i18n fix
1702
1703 2006-04-05 [colin]      2.1.0cvs1
1704
1705         * src/plugins/pgpcore/plugin.c
1706         * src/plugins/pgpcore/select-keys.c
1707         * src/plugins/pgpcore/select-keys.h
1708         * src/plugins/pgpcore/sgpgme.c
1709         * src/plugins/pgpcore/sgpgme.h
1710         * src/plugins/pgpinline/pgpinline.c
1711         * src/plugins/pgpinline/plugin.c
1712         * src/plugins/pgpmime/pgpmime.c
1713         * src/plugins/pgpmime/plugin.c
1714                 Factorize and generalize a bit 
1715                 Drop S/MIME signature verification from PGP/MIME
1716                 (adding it as another, more complete plugin)
1717
1718 2006-04-05 [paul]       2.1.0
1719
1720         2.1.0 released
1721
1722 2006-04-05 [paul]       2.0.0cvs186
1723
1724         * manual/advanced.xml
1725                 add info on colour labels
1726
1727 2006-04-05 [paul]       2.0.0cvs185
1728
1729         * po/bg.po
1730         * po/cs.po
1731         * po/de.po
1732         * po/el.po
1733         * po/en_GB.po
1734         * po/fi.po
1735         * po/fr.po
1736         * po/it.po
1737         * po/nl.po
1738         * po/pl.po
1739         * po/pt_BR.po
1740         * po/sr.po
1741         * po/zh_CN.po
1742                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
1743                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
1744                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
1745                 Guimaraes, Aleksandar Urosevic, Ralgh Young
1746         * src/gtk/authors.h
1747         * tools/claws.i18n.status.pl
1748                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
1749                 and new Czech translator, Tim <timbrain@post.cz>
1750
1751 2006-04-05 [mones]      2.0.0cvs184
1752
1753         * po/es.po
1754                 Updated translation
1755
1756 2006-04-05 [colin]      2.0.0cvs183
1757
1758         * src/gtk/quicksearch.c
1759                 Fix bug #929 (unnecessary reload in quick search bar)
1760
1761 2006-04-05 [colin]      2.0.0cvs182
1762
1763         * src/compose.c
1764                 Fix crash on Reply with no From:
1765                 Show signature and conversion error on queuing 
1766                 (but not sending)
1767         * src/mainwindow.c
1768         * src/summaryview.c
1769         * src/summaryview.h
1770                 Factorize threading code and make sure msginfo 
1771                 is not null when it comes from a GtkCTreeRow's 
1772                 data
1773         * src/gtk/gtkaspell.c
1774                 Check for necessary things
1775         * src/gtk/gtksctree.c
1776         * src/gtk/gtksctree.h
1777                 Reset anchor if necessary when removing node
1778
1779 2006-03-29 [colin]      2.0.0cvs181
1780
1781         * src/folderview.c
1782                 Warn for disabled IMAP accounts (due to lack of
1783                 libetpan). Breaks string-freeze - sorry - but it
1784                 is kind of important ;)
1785
1786 2006-03-28 [colin]      2.0.0cvs180
1787
1788         * src/gtk/gtkutils.c
1789         * src/gtk/gtkutils.h
1790                 Add a gtkut_get_link_btn() function that
1791                 creates a button which acts like an URI
1792         * src/prefs_themes.c
1793         * src/gtk/about.c
1794                 Use this function (factorizes codes)
1795         * src/common/defs.h
1796         * src/gtk/pluginwindow.c
1797                 Add a "Get more..." in the plugins window
1798
1799 2006-03-28 [colin]      2.0.0cvs179
1800
1801         * src/common/smtp.c
1802         * src/common/passcrypt.c
1803         * src/undo.c
1804                 Warning fixes. Patch by Pawel Pekala
1805
1806 2006-03-27 [colin]      2.0.0cvs178
1807
1808         * src/undo.c
1809                 Fix undoing by blocks with spaces
1810
1811 2006-03-27 [colin]      2.0.0cvs177
1812
1813         * src/textview.c
1814                 Set margin to 3px for headers
1815
1816 2006-03-27 [paul]
1817
1818         2.1.0-rc2 released
1819
1820 2006-03-27 [wwp]        2.0.0cvs176
1821
1822         * src/summaryview.c
1823                 don't reset quicksearch when updating the message list.
1824                 Thanks to Colin.
1825
1826 2006-03-26 [wwp]        2.0.0cvs175
1827
1828         * src/compose.c
1829                 use a unified border width ('other' tab in the compose window,
1830                 patch by Pawel Pekala).
1831
1832
1833 2006-03-26 [wwp]        2.0.0cvs174
1834
1835         * src/common/quoted-printable.c
1836         * src/addressbook.c
1837                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
1838
1839 2006-03-26 [colin]      2.0.0cvs173
1840
1841         * src/quote_fmt_parse.y
1842                 Fix non-UTF8 date formats messing up the whole quote a 
1843                 little bit
1844
1845 2006-03-26 [colin]      2.0.0cvs172
1846
1847         * src/procheader.c
1848                 Make sure the date is UTF8 valid, or try to make it
1849                 so. IncrediMail is really IncrediStupid.
1850         * src/compose.c
1851                 Fix possible conversions. 
1852                 
1853
1854 2006-03-26 [colin]      2.0.0cvs171
1855
1856         * src/matcher.c
1857                 Fix corner cases in body search. This is still a
1858                 hack... It seems impossible to make it good and 
1859                 reasonably fast at the same time.
1860
1861 2006-03-26 [colin]      2.0.0cvs170
1862
1863         * src/summaryview.c
1864                 I think I killed the twilight zone bug!
1865                 summary_select_node() flushes GTK events in order
1866                 to be able to center the view. But this also 
1867                 flushes keypresses like Ctrl-Alt-U, so this can
1868                 call summary_show from summary_select_node (itself
1869                 called from summary_show, etc.). And the summaryview
1870                 has to be unlocked in this function. So just locking
1871                 while processing GTK events, and bailing if locked, 
1872                 should fix it.
1873                 Fixes bug #927 (SIGSEGV during Update Summary)
1874
1875 2006-03-25 [colin]      2.0.0cvs169
1876
1877         * src/matcher.c
1878                 Fix search in QP-encoded bodies
1879                 Fix utf-8 searches in bodies encoded in the
1880                 locale's encoding
1881         * src/common/quoted-printable.c
1882         * src/common/quoted-printable.h
1883                 Add a decode function that doesn't overwrite
1884                 the original pointer
1885                 
1886
1887 2006-03-24 [colin]      2.0.0cvs168
1888
1889         * src/action.c
1890         * src/summaryview.c
1891         * src/summaryview.h
1892                 Update message cache after action
1893                 Patch by H. Merijn Brand
1894         * src/prefs_msg_colors.c
1895                 Factorize label 
1896                 Patch by Fabien Vantard
1897         * src/plugins/spamassassin/spamassassin_gtk.c
1898                 Remove useless translation
1899                 Patch by Fabien Vantard
1900
1901 2006-03-23 [colin]      2.0.0cvs167
1902
1903         * src/common/ssl.c
1904                 Let 30 seconds to SSL_connect
1905
1906 2006-03-23 [wwp]        2.0.0cvs166
1907
1908         * src/summaryview.c
1909         * src/gtk/description_window.c
1910                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
1911                 and headers are translated; adjust description windows' width to fit their
1912                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
1913
1914 2006-03-23 [paul]       2.0.0cvs165
1915
1916         * src/common/utils.c
1917                 fix highlighting of URIs containing "()"
1918                 (2.0.0cvs164's reversal fixed)
1919                 Thanks to Colin.
1920
1921 2006-03-23 [paul]       2.0.0cvs164
1922
1923         * src/common/utils.c
1924                 revert patch, (postponing a fix), at 2.0.0cvs120
1925                 as it breaks more URIs than it fixes.
1926                 Allow '-' to be a terminating character in a URI
1927
1928 2006-03-22 [colin]      2.0.0cvs163
1929
1930         * configure.ac
1931                 Require libetpan 0.45
1932                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
1933
1934 2006-03-22 [paul]       2.0.0cvs162
1935
1936         * src/editgroup.c
1937                 replace '<-' and '->' buttons with GTK_STOCK graphical
1938                 buttons
1939         * src/summary_search.c
1940                 don't offer '...' for translation
1941                 add a tooltip to advanced search '...' button
1942         * src/gtk/quicksearch.c
1943                 don't offer '...' for translation
1944
1945 2006-03-21 [colin]      2.0.0cvs161
1946
1947         * src/compose.c
1948                 Fix middle-click pasting (insert at click
1949                 position instead of cursor position, don't
1950                 remove existing selection and allow pasting
1951                 our own selection)
1952         * src/addressbook.c
1953                 "LDAP Server" -> "LDAP servers"
1954
1955 2006-03-21 [wwp]        2.0.0cvs160
1956
1957         * src/etpan/imap-thread.c
1958                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
1959
1960 2006-03-20 [colin]      2.0.0cvs159
1961
1962         * src/summaryview.c
1963                 Don't reload summaryview after an execute with no
1964                 move action
1965
1966 2006-03-19 [colin]      2.0.0cvs158
1967
1968         * src/addressbook.c
1969                 and put groups at the top, always
1970
1971 2006-03-19 [colin]      2.0.0cvs157
1972
1973         * src/addressbook.c
1974                 Order groups before names, as previously
1975
1976 2006-03-19 [colin]      2.0.0cvs156
1977
1978         * src/addressbook.c
1979                 - Sort case-unsensitive
1980                 - Put the sort arrow at opening too
1981
1982 2006-03-19 [wwp]        2.0.0cvs155
1983
1984         * src/addressbook.c
1985                 allow sorting by name/email/remarks, ensure that right-pane's contents
1986                 matches the left-pane selection (cleared when appropriate).
1987                 Patch by Pawel Pekala <c0rn@o2.pl>.
1988
1989 2006-03-18 [colin]      2.0.0cvs154
1990
1991         * src/textview.c
1992                 Fix text cursor ;)
1993
1994 2006-03-18 [colin]      2.0.0cvs153
1995
1996         * src/gtk/filesel.c
1997                 Make sure we hide the preview if we didn't get
1998                 a filename
1999
2000 2006-03-18 [colin]      2.0.0cvs152
2001
2002         * src/summaryview.c
2003                 Set cursor to watch for execution (fixes lack
2004                 of watch-cursor when dnd'ing hundreds of mails)
2005         * src/gtk/filesel.c
2006                 Check that mime type is 'image/*' before updating
2007                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2008
2009 2006-03-18 [colin]      2.0.0cvs151
2010
2011         * src/mainwindow.c
2012         * src/textview.c
2013         * src/textview.h
2014                 Put a watch cursor in textview too when the mainwindow's
2015                 cursor in a watch
2016
2017 2006-03-18 [colin]      2.0.0cvs150
2018
2019         * src/folder.c
2020                 Change wrong asserts to simple tests
2021
2022 2006-03-17 [colin]      2.0.0cvs149
2023
2024         * src/mainwindow.c
2025         * src/mainwindow.h
2026         * src/prefs_msg_colors.c
2027         * src/summaryview.c
2028         * src/summaryview.h
2029         * src/gtk/colorlabel.c
2030         * src/gtk/colorlabel.h
2031                 Add a color label menu in the main menubar
2032                 Add (fixed) accels Ctrl-{0-7} to change the color
2033                 They have to be fixed because the menu's dynamic,
2034                 the items are complex widgets, hence we can't use
2035                 a GtkItemFactory.
2036
2037
2038 2006-03-17 [wwp]        2.0.0cvs148
2039
2040         * src/compose.c
2041                 rollback few lines from my previous commit (those lines come from
2042                 a pending patch, accidentally commited, even if neutral as they are
2043                 commented out).
2044
2045 2006-03-17 [wwp]        2.0.0cvs147
2046
2047         * src/compose.c
2048                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2049                 applied code style/indentation to the modified function.
2050
2051 2006-03-17 [wwp]        2.0.0cvs146
2052
2053         * src/procmsg.c
2054         * src/compose.c
2055                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2056
2057 2006-03-17 [paul]
2058
2059         2.1.0-rc1 released
2060
2061 2006-03-17 [paul]       2.0.0cvs145
2062
2063         * src/main.c
2064                 addressbook_read_file() was called twice
2065         * src/textview.c
2066                 X-Mailer highlighting
2067
2068 2006-03-16 [colin]      2.0.0cvs144
2069
2070         * src/sourcewindow.c
2071         * src/sourcewindow.h
2072                 And the last one, in source window.
2073
2074 2006-03-16 [colin]      2.0.0cvs143
2075
2076         * src/compose.c
2077         * src/compose.h
2078                 Fix the same stuff in compose
2079
2080 2006-03-16 [colin]      2.0.0cvs142
2081
2082         * src/messageview.c
2083                 Complete the previous messageview crash fix
2084
2085 2006-03-16 [colin]      2.0.0cvs141
2086
2087         * src/procmsg.h
2088         * src/procmsg.c
2089         * src/folder.c
2090                 Fix POSTPROCESSING hook
2091                 Patch by H. Merijn Brand
2092
2093         * src/procmime.c
2094         * src/procmime.h
2095                 Parse Content-Location
2096
2097         * src/toolbar.c
2098         * src/messageview.c
2099         * src/messageview.h
2100                 Don't crash when a top-level MessageView has
2101                 been closed on us. Same problematic than
2102                 yesterday's quicksearch issue.
2103
2104 2006-03-15 [colin]      2.0.0cvs140
2105
2106         * src/gtk/quicksearch.c
2107                 Fix a bitchy race we didn't think about when we
2108                 added quicksearch cancellation:
2109                 If the search is not on cached fields, for example
2110                 body_part matchcase "stuff"
2111                 the matcher code has to get the whole message. If
2112                 we're on IMAP, that can be slow, and in order to
2113                 be non-blocking, the IMAP code idle loop processes
2114                 gtk events too. So it is possible to cancel a
2115                 quicksearch while the matcher is getting the mail's
2116                 body. After matcher got its body, it will start to
2117                 iterate over the matcher list that the Quicksearch's
2118                 clear_search_cb() just freed via prepare_matcher().
2119                 SIGSEGV ensues.
2120                 The fix consists of guarding the matcherlist_match()
2121                 call with a boolean 'matching'. If we reset the
2122                 quicksearch while matching is TRUE, we don't free
2123                 the matcherlist anymore like we did, but we set
2124                 another new flag, deferred_free, to TRUE. Then,
2125                 in quicksearch_match(), just after returning from
2126                 matcherlist_match() and unsetting the matching flag,
2127                 we check the deferred_free flag and do the
2128                 prepare_matcher() (which does the matcherlist_free)
2129                 for real, so we free the matcherlist once it's not
2130                 used anymore.
2131                 As all of this runs via the glib main loop, we
2132                 luckily don't need a mutex.
2133         * src/summaryview.c
2134                 Also, show progress while searching.
2135
2136
2137 2006-03-14 [colin]      2.0.0cvs139
2138
2139         * src/alertpanel.c
2140                 Make alertpanel_is_open non-static
2141
2142 2006-03-14 [colin]      2.0.0cvs138
2143
2144         * src/prefs_spelling.c
2145                 Cleanups - Fabien Vantard
2146
2147 2006-03-14 [wwp]        2.0.0cvs137
2148
2149         * src/main.c
2150                 code style normalization (curly braces, indentation).
2151
2152 2006-03-14 [wwp]        2.0.0cvs137
2153
2154         * src/main.c
2155                 code style (braces, indentation)
2156
2157 2006-03-12 [paul]       2.0.0cvs136
2158
2159         * src/prefs_common.c
2160                 trans_hdr defaults to FALSE to be RFC-savvy
2161         * src/prefs_summaries.c
2162                 add a tooltip to the trans_hdr option
2163                 
2164
2165 2006-03-12 [paul]       2.0.0cvs135
2166
2167         * src/prefs_matcher.c
2168                 give a little more width to the combos
2169         * src/prefs_display_header.c
2170         * src/textview.c
2171                 translate headers if prefs_common.trans_hdr
2172                 is TRUE
2173
2174         Patches by Pawel Pekala
2175
2176 2006-03-12 [paul]       2.0.0cvs134
2177
2178         * src/plugins/clamav/clamav_plugin.c
2179         * src/plugins/dillo_viewer/dillo_viewer.c
2180         * src/plugins/pgpcore/plugin.c
2181         * src/plugins/pgpinline/plugin.c
2182         * src/plugins/pgpmime/plugin.c
2183         * src/plugins/spamassassin/spamassassin.c
2184                 update/add to descriptions
2185         * src/plugins/spamassassin/spamassassin_gtk.c
2186                 fixes to the english, remove superfluous
2187                 tooltips, clean up a little
2188
2189 2006-03-12 [paul]       2.0.0cvs133
2190
2191         * src/compose.c
2192                 fix Bug 924, 'Account combo box shows up wrong 
2193                 if & is in account name'
2194
2195 2006-03-11 [colin]      2.0.0cvs132
2196
2197         * src/summaryview.c
2198                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2199                 messed up shift-selection because is slows down
2200                 moving around summaryview. thanks -users
2201
2202 2006-03-10 [colin]      2.0.0cvs131
2203
2204         * src/plugins/spamassassin/spamassassin_gtk.c
2205                 Put back Paul's engrish fixes
2206
2207 2006-03-10 [colin]      2.0.0cvs130
2208
2209         * src/plugins/spamassassin/spamassassin.c
2210         * src/plugins/spamassassin/spamassassin.h
2211         * src/plugins/spamassassin/spamassassin_gtk.c
2212                 Cleanup SA prefs page (more)
2213                 Patch by Fabien Vantard
2214
2215 2006-03-10 [paul]       2.0.0cvs129
2216
2217         * src/prefs_msg_colors.c
2218         * src/prefs_spelling.c
2219                 widget sensitivity
2220
2221 2006-03-09 [mones]      2.0.0cvs128
2222
2223         * po/es.po
2224                 Update for next RC
2225
2226 2006-03-09 [wwp]        2.0.0cvs127
2227
2228         * configure.ac
2229                 revert accidental commit (requirement for libetpan 0.43), this time
2230                 not in HEAD.
2231
2232 2006-03-09 [wwp]        2.0.0cvs125
2233
2234         * configure.ac
2235                 revert accidental commit (requirement for libetpan 0.43)
2236
2237 2006-03-09 [paul]       2.0.0cvs126
2238
2239         * src/prefs_receive.c
2240                 remove useless frame
2241                 replace 'incorporation' with 'receiving'
2242         * src/plugins/clamav/clamav_plugin_gtk.c
2243         * src/plugins/spamassassin/spamassassin_gtk.c
2244                 improve widget sensitivity
2245                 fix a bit his engrish
2246
2247 2006-03-09 [wwp]        2.0.0cvs125
2248
2249         * src/addressadd.c
2250         * src/foldersel.c
2251         * src/prefs_common.c
2252         * src/prefs_common.h
2253                 remember some more windows' sizes (add to addressbook and
2254                 select folder).
2255
2256 2006-03-09 [paul]       2.0.0cvs124
2257
2258         * src/plugins/pgpcore/prefs_gpg.c
2259                 normalise construction of dialogue
2260
2261 2006-03-09 [paul]       2.0.0cvs123
2262
2263         * src/plugins/trayicon/Makefile.am
2264                 add missing slash
2265
2266 2006-03-08 [colin]      2.0.0cvs122
2267
2268         * src/plugins/trayicon/Makefile.am
2269                 Fix build in separate dir 
2270                 Patch by Bamanzi <bamanzi@gmail.com>
2271
2272 2006-03-08 [colin]      2.0.0cvs121
2273
2274         * src/procmsg.c
2275                 Batch move and copies from summaryview with delayed execution
2276                 too
2277
2278 2006-03-07 [paul]       2.0.0cvs120
2279
2280         * src/common/utils.c
2281                 fix highlighting of URIs containing "()"
2282                 Patch by Pawel Pekala
2283
2284 2006-03-07 [paul]       2.0.0cvs119
2285
2286         * src/folder.c
2287         * src/folder.h
2288         * src/folderview.c
2289                 immediately do alphabetical resort when
2290                 changing a folder's name
2291                 Patch by Pawel Pekala
2292
2293 2006-03-07 [paul]       2.0.0cvs118
2294
2295         * src/news.c
2296         * src/news_gtk.c
2297                 when unsubscribing a newsgroup, remove the
2298                 folder and msgs in .sylpheed-claws/newscache
2299                 Patch by Pawel Pekala <c0rn@gazeta.pl>
2300
2301 2006-03-07 [paul]       2.0.0cvs117
2302
2303         * src/textview.c
2304                 fix wrong Fake URL Warning
2305                 Thanks to Hiro
2306
2307 2006-03-07 [colin]      2.0.0cvs116
2308
2309         * src/imap.c
2310                 Return immediately when password dialog was
2311                 cancelled
2312         * src/gtk/inputdialog.c
2313                 Allow empty strings for passwords
2314
2315
2316 2006-03-06 [colin]      2.0.0cvs115
2317
2318         * src/imap.c
2319                 Prevent double-timeouts when connection fails
2320
2321 2006-03-06 [colin]
2322
2323         2.0.1-rc1 released
2324
2325 2006-03-06 [colin]      2.0.0cvs114
2326
2327         * src/imap.c
2328                 Refresh session during potentially long
2329                 operations
2330
2331 2006-03-06 [wwp]        2.0.0cvs113
2332
2333         * src/prefs_msg_colors.h
2334                 forgot that one (custom color labels).
2335
2336 2006-03-06 [wwp]        2.0.0cvs112
2337
2338         * src/prefs_common.c
2339         * src/prefs_common.h
2340         * src/prefs_msg_colors.c
2341         * src/summaryview.c
2342         * src/summaryview.h
2343         * src/gtk/colorlabel.c
2344         * src/gtk/colorlabel.h
2345                 colors in messages list are now customizable. Color values and names can
2346                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2347                 Thanks to Paul and Colin for their help with this longstanding patch!
2348
2349 2006-03-06 [wwp]        2.0.0cvs111
2350
2351         * src/textview.c
2352                 don't crash if (x)face is bad.
2353
2354 2006-03-05 [paul]       2.0.0cvs110
2355
2356         * AUTHORS
2357         * configure.ac
2358         * src/Makefile.am
2359         * src/common/Makefile.am
2360         * src/common/utils.h
2361         * src/etpan/imap-thread.c
2362         * src/gtk/authors.h
2363         * src/plugins/clamav/Makefile.am
2364         * src/plugins/demo/Makefile.am
2365         * src/plugins/dillo_viewer/Makefile.am
2366         * src/plugins/pgpcore/Makefile.am
2367         * src/plugins/pgpcore/passphrase.c
2368         * src/plugins/pgpinline/Makefile.am
2369         * src/plugins/pgpmime/Makefile.am
2370         * src/plugins/spamassassin/Makefile.am
2371         * src/plugins/trayicon/Makefile.am
2372                 fix builiding on cygwin
2373                 Patch by Ralgh Young <bamanzi@gmail.com>
2374
2375 2006-03-04 [wwp]        2.0.0cvs109
2376
2377         * manual/keyboard.xml
2378                 fix mixed up/down keys.
2379
2380 2006-03-04 [wwp]        2.0.0cvs108
2381
2382         * README
2383         * INSTALL
2384                 updated links to SpamAssassin.
2385
2386 2006-03-04 [wwp]        2.0.0cvs107
2387
2388         * manual/plugins.xml
2389         * src/plugins/spamassassin/README
2390                 updated SpamAssassin plugin docs to reflect new functional additions
2391                 (also fix/update/documents few technical stuff more, see the README).
2392
2393 2006-03-04 [wwp]        2.0.0cvs106
2394
2395         * src/prefs_message.c
2396                 normalized capitalization of message-prefs paths.
2397
2398 2006-03-04 [wwp]        2.0.0cvs105
2399
2400         * manual/advanced.xml
2401                 typo.
2402
2403 2006-03-03 [colin]      2.0.0cvs104
2404
2405         * src/plugins/clamav/clamav_plugin_gtk.c
2406                 Rework prefs page, patch by Fabien 
2407
2408 2006-03-03 [colin]      2.0.0cvs103
2409
2410         * src/plugins/clamav/clamav_plugin.c
2411                 Set error on all errors
2412
2413 2006-03-03 [colin]      2.0.0cvs102
2414
2415         * src/common/plugin.c
2416                 Initialize error to avoid crashing when a plugin fails
2417                 without setting error
2418
2419 2006-03-02 [wwp]        2.0.0cvs101
2420
2421         * configure.ac
2422                 fixed linker flags for libetpan support on Cygwin
2423                 (thanks to H.Merijn Brand).
2424
2425 2006-03-02 [wwp]        2.0.0cvs100
2426
2427         * src/addressbook.c
2428                 fix some AB error messages: one for punctuation and
2429                 one wrongly duplicate (thanks, maxbritov).
2430
2431 2006-03-02 [wwp]        2.0.0cvs99
2432
2433         * src/plugins/spamassassin/spamassassin.c
2434                 make sync calls to sa-learn/spamc to prevent
2435                 system (whatever local or client/server) overload.
2436
2437 2006-03-02 [colin]      2.0.0cvs98
2438
2439         * src/summaryview.c
2440                 Put the spam icon in the status column instead of the
2441                 mark one
2442
2443 2006-03-01 [colin]      2.0.0cvs97
2444
2445         * src/plugins/spamassassin/spamassassin.c
2446                 Fix segfault (g_file_set_contents fails for some 
2447                 reason and err==0x2f. Can't find out why with
2448                 valgrind, using working function :-)
2449
2450 2006-03-01 [colin]      2.0.0cvs96
2451
2452         * src/inc.c
2453                 Offline overriding: let 'No' be cached only 3 seconds
2454
2455 2006-03-01 [colin]      2.0.0cvs95
2456
2457         * src/addr_compl.c
2458         * src/addrbook.c
2459         * src/addressbook.c
2460         * src/addrindex.c
2461         * src/folder_item_prefs.c
2462         * src/headerview.c
2463         * src/imap.c
2464         * src/inc.c
2465         * src/ldif.c
2466         * src/mainwindow.c
2467         * src/mh.c
2468         * src/msgcache.c
2469         * src/prefs_common.h
2470         * src/prefs_msg_colors.c
2471         * src/procheader.c
2472         * src/procheader.h
2473         * src/procmime.c
2474         * src/procmsg.c
2475         * src/procmsg.h
2476         * src/send_message.h
2477         * src/simple-gettext.c
2478         * src/summaryview.c
2479         * src/summaryview.h
2480         * src/syldap.c
2481         * src/textview.c
2482         * src/undo.c
2483         * src/common/ssl_certificate.c
2484         * src/common/utils.c
2485         * src/gtk/colorsel.c
2486         * src/gtk/gtksctree.c
2487         * src/gtk/gtkshruler.c
2488         * src/plugins/trayicon/trayicon.c
2489                 #if 0 goes to /dev/null
2490
2491 2006-03-01 [colin]      2.0.0cvs94
2492
2493         * src/compose.c
2494         * src/imap.c
2495         * src/inc.c
2496         * src/inc.h
2497         * src/messageview.c
2498         * src/news.c
2499         * src/plugins/spamassassin/spamassassin.c
2500                 Allow to add information in the "working offline"
2501                 window
2502
2503 2006-03-01 [wwp]        2.0.0cvs93
2504
2505         * src/plugins/spamassassin/spamassassin.c
2506                 fixed spamc invocation: use a tricky temporary mini shell wrapper
2507                 'cause it seems that calling `spamc ... < inputfile` with
2508                 g_spawn_(a)sync simply.. erm doesn't work :-).
2509
2510 2006-03-01 [wwp]        2.0.0cvs92
2511
2512         * src/toolbar.c
2513         * src/toolbar.h
2514                 simplify the adding of spam/ham button to the messageview toolbar
2515                 (it gets more clear now that the same button will be "Mark as spam"
2516                 or "Mark as ham" according to the current message status,
2517                 thanks to Colin).
2518
2519 2006-03-01 [wwp]        2.0.0cvs91
2520
2521         * src/messageview.c
2522         * src/procmsg.c
2523         * src/procmsg.h
2524         * src/summaryview.c
2525         * src/plugins/spamassassin/spamassassin.c
2526         * src/plugins/spamassassin/spamassassin.h
2527                 make learner callbacks return a status (0 for ok),
2528                 handle it in main code to avoid setting flags when learning failed,
2529                 don't learn on TCP if offline in spamassassin,
2530                 thanks to Colin.
2531
2532                 
2533
2534 2006-03-01 [wwp]        2.0.0cvs90
2535
2536         * src/compose.c
2537                 some work around the compose window's account menu,
2538                 patch by Fabien Vantard.
2539
2540 2006-03-01 [wwp]        2.0.0cvs89
2541
2542         * src/plugins/spamassassin/spamassassin.c
2543                 fixed bad logics, was using spamc in local mode and sa-learn
2544                 in remote mode (thanks, Colin).
2545
2546 2006-03-01 [wwp]        2.0.0cvs88
2547
2548         * src/plugins/spamassassin/spamassassin.c
2549         * src/plugins/spamassassin/spamassassin.h
2550         * src/plugins/spamassassin/spamassassin_gtk.c
2551                 made processing of emails w/ sa-plugin an option (default is TRUE),
2552                 fixed Engrish some tooltips, capitalization of some debug messages
2553                 and warnings. The spamassassin plugin now provides two separate
2554                 services: process emails upon incorporation and spamd training.
2555                 Both services (un)register independently but use some common
2556                 plugin settings (transport settings, spam storage location).
2557
2558 2006-02-28 [wwp]        2.0.0cvs87
2559
2560         * src/plugins/spamassassin/spamassassin.c
2561                 fix async flag to spamc cmdline execution (batch exec should
2562                 be asynchronous).
2563
2564 2006-02-27 [wwp]        2.0.0cvs86
2565
2566         * src/plugins/spamassassin/spamassassin.c
2567         * src/plugins/spamassassin/spamassassin.h
2568         * src/plugins/spamassassin/spamassassin_gtk.c
2569                 - added the ability to learn a remote spamassassin server (spamd),
2570                 using spamc.
2571                 - added the spamassassin option 'username', that applies to all
2572                 spamassassin operations (filtering, learning, local or remote).
2573                 The default username is the current unix user (if left blank
2574                 from gtk prefs or config file).
2575                 - commented out some unused code (notebook widget), removed unused
2576                 layout (hbox1).
2577                 - make more widgets sensitive to the transport type.
2578
2579 2006-02-27 [colin]      2.0.0cvs85
2580
2581         * src/plugins/spamassassin/spamassassin.c
2582                 Fix sa-learn call when offline
2583
2584 2006-02-27 [colin]      2.0.0cvs84
2585
2586         * configure.ac
2587         * src/Makefile.am
2588         * src/mainwindow.c
2589         * src/mainwindow.h
2590         * src/messageview.c
2591         * src/messageview.h
2592         * src/prefs_toolbar.c
2593         * src/procmsg.c
2594         * src/stock_pixmap.c
2595         * src/stock_pixmap.h
2596         * src/summaryview.c
2597         * src/toolbar.c
2598         * src/toolbar.h
2599         * src/pixmaps/ham_btn.xpm
2600         * src/pixmaps/spam.xpm
2601         * src/pixmaps/spam_btn.xpm
2602         * src/plugins/spamassassin/spamassassin.c
2603                 Add button in toolbar for spam learning
2604                 Fix a few bugs from the last related commit
2605                 Revert 1.9.6cvs23 which messed up shift-selection
2606
2607 2006-02-24 [colin]      2.0.0cvs83
2608
2609         * src/procmsg.c
2610         * src/summaryview.c
2611         * src/summaryview.h
2612         * src/plugins/spamassassin/spamassassin.c
2613         * src/plugins/spamassassin/spamassassin.h
2614         * src/plugins/spamassassin/spamassassin_gtk.c
2615                 Unregister learner when spamassassin is either
2616                 disabled or over tcp
2617
2618 2006-02-24 [colin]      2.0.0cvs82
2619
2620         * src/Makefile.am
2621         * src/mainwindow.c
2622         * src/mainwindow.h
2623         * src/procmsg.c
2624         * src/procmsg.h
2625         * src/stock_pixmap.c
2626         * src/stock_pixmap.h
2627         * src/summaryview.c
2628         * src/summaryview.h
2629         * src/gtk/icon_legend.c
2630         * src/pixmaps/spam.xpm  ** NEW FILE **
2631         * src/plugins/spamassassin/spamassassin.c
2632         * src/plugins/spamassassin/spamassassin_gtk.c
2633                 Add spam learning interface (Mark/Mark as 
2634                 (spam|ham) menus)
2635
2636 2006-02-24 [wwp]        2.0.0cvs81
2637
2638         * src/compose.c
2639         * src/compose.h
2640         * src/filtering.c
2641                 hide compose window when sending message in batch mode
2642                 (filtering: forward and redirect). Also fixed a wrong
2643                 value returned when sending failed, neutral anyway.
2644                 (Colin, me) 
2645
2646 2006-02-24 [wwp]        2.0.0cvs80
2647
2648         * src/mainwindow.c
2649                 use GTK+'s stock quit button. Patch by Fabien Vantard.
2650
2651 2006-02-24 [paul]       2.0.0cvs79
2652
2653         * src/news.c
2654         * src/news.h
2655         * src/news_gtk.c
2656                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
2657                 Thanks to Colin
2658
2659 2006-02-23 [colin]      2.0.0cvs78
2660
2661         * src/alertpanel.c
2662                 Change OK to Close in alertpanel with View log
2663                 button; add accel to View log. Patch by Fabien
2664                 Vantard
2665
2666 2006-02-23 [wwp]        2.0.0cvs77
2667
2668         * src/compose.c
2669                 silly me, there were much more tests to perform, since toolbars can
2670                 really have down to 1 element only.
2671
2672 2006-02-23 [wwp]        2.0.0cvs76
2673
2674         * commitHelper
2675                 fixed indentation from my previous commit. Fallback to VISUAL if
2676                 EDITOR is not set (and to vi, at last resort).
2677
2678 2006-02-23 [wwp]        2.0.0cvs75
2679
2680         * commitHelper
2681                 improved error detection (Colin, me).
2682
2683 2006-02-23 [wwp]        2.0.0cvs74
2684
2685         * src/prefs_toolbar.c
2686                 simplify and fix prefs/toolbars layouting. Combos' contents can
2687                 now be really displayed.
2688
2689 2006-02-23 [wwp]        2.0.0cvs73
2690         simplifies and fix prefs/toolbars layouting. Combos' contents can now
2691         be really displayed.
2692
2693 2006-02-22 [wwp]        2.0.0cvs72
2694
2695         * src/compose.c
2696                 fix a typo in my previous commit (sorry!).
2697
2698 2006-02-22 [wwp]        2.0.0cvs71
2699
2700         * src/prefs_toolbar.c
2701                 fix a crash when adding separators to toolbars,
2702                 also fix some separator item information.
2703
2704 2006-02-22 [wwp]        2.0.0cvs70
2705
2706         * src/compose.c
2707                 fix a crash when redirecting (for instance) when compose window's
2708                 toolbar contents has been customized (when some buttons have been
2709                 removed in fact).
2710
2711 2006-02-21 [wwp]        2.0.0cvs69
2712
2713         * src/summaryview.c
2714         * src/gtk/pluginwindow.c
2715         * src/plugins/pgpcore/prefs_gpg.c
2716                 fix some compilation warnings (feat. remains of removed code).
2717
2718 2006-02-21 [wwp]        2.0.0cvs68
2719
2720         * src/gtk/gtkutils.c
2721                 fix two compilation issues, thanks to Stephan Sachse.
2722
2723 2006-02-20 [colin]      2.0.0cvs67
2724
2725         * src/mainwindow.c
2726                 Don't reselect displayed mail on refocus
2727                 This fixes actions misbehaving 
2728
2729 2006-02-20 [wwp]        2.0.0cvs66
2730
2731         * src/summaryview.c
2732         * src/gtk/gtksctree.c
2733         * src/gtk/gtkshruler.c
2734                 changed more runtime typecast checks.
2735
2736 2006-02-20 [wwp]        2.0.0cvs65
2737
2738         * src/summary_search.c
2739                 find all - summaryview refresh issue fixed, thanks to Colin.
2740
2741 2006-02-20 [wwp]        2.0.0cvs64
2742
2743         * src/gtk/gtkutils.c
2744                 better runtime typecast checks.
2745
2746 2006-02-20 [wwp]        2.0.0cvs63
2747
2748         * src/summary_search.c
2749                 enhancements to the summary search:
2750                         - add the ability to stop the running search
2751                           (upon ESC-key press, new Stop button or when Clear button is pressed)
2752                         - don't search if no criteria (From/To/Subject/Body) is set
2753                         - ensure that a busy mouse pointer is always shown when searching,
2754                           show it even a bit earlier
2755
2756 2006-02-19 [colin]      2.0.0cvs62
2757
2758         * src/compose.c
2759         * src/imap.c
2760         * src/etpan/imap-thread.c
2761         * src/etpan/imap-thread.h
2762                 (Future) IMAP speed improvement on sending
2763                 Will require a libetpan update
2764         * src/summaryview.c
2765         * src/gtk/quicksearch.c
2766                 Make quicksearch clearable while running.
2767
2768 2006-02-17 [colin]      2.0.0cvs61
2769
2770         * src/imap.c
2771         * src/etpan/imap-thread.c
2772         * src/etpan/imap-thread.h
2773                 Check for IMAP certificates
2774                 ** Requires libetpan-0.42-cvs4 
2775                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
2776
2777 2006-02-17 [colin]      2.0.0cvs60
2778
2779         * src/messageview.c
2780         * src/prefs_common.c
2781         * src/prefs_common.h
2782         * src/prefs_message.c
2783                 Add pref to display HTML-only mails with plugin, 
2784                 if possible (defaulting to FALSE of course).
2785
2786 2006-02-16 [colin]      2.0.0cvs59
2787
2788         * src/main.c
2789         * src/common/plugin.c
2790         * src/common/plugin.h
2791         * src/gtk/pluginwindow.c
2792                 Keep track of requested (but unloaded) plugins
2793                 in some error cases.
2794
2795 2006-02-16 [wwp]        2.0.0cvs58
2796
2797         * src/gtk/gtkaspell.c
2798         * src/gtk/gtkaspell.h
2799         * src/prefs_spelling.c
2800         * src/compose.c
2801         * src/prefs_common.c
2802         * src/prefs_common.h
2803                 implemented new optional spellchecker behaviour: re-check message when
2804                 dictionary got changed (from compose-window/context-menu/Change dictionary).
2805
2806 2006-02-16 [wwp]        2.0.0cvs57
2807
2808         * src/quote_fmt_parse.y
2809                 pclose popen'ed pipe.
2810
2811 2006-02-15 [colin]      2.0.0cvs56
2812
2813         * src/mimeview.c
2814         * src/mimeview.h
2815                 Let MimeViewers know which MimeView they
2816                 depend of.
2817         * src/summaryview.c
2818                 Swap From/To columns in Sent/Queue/Drafts
2819                 folders
2820         * src/etpan/imap-thread.c
2821                 Use mailstream_low_tls_open() for STARTTLS
2822                 instead of mailstream_low_ssl_open()
2823                 ** REQUIRES libetpan 0.42cvs3 **
2824
2825 2006-02-15 [wwp]        2.0.0cvs55
2826
2827         * src/compose.c
2828         * src/compose.h
2829         * src/message_search.c
2830         * src/message_search.h
2831         * src/textview.c
2832         * src/gtk/gtkutils.c
2833         * src/gtk/gtkutils.h
2834                 added the ability to Find text in the compose window (and a bit
2835                 of code factorization).
2836
2837 2006-02-15 [wwp]        2.0.0cvs54
2838
2839         * src/prefs_gtk.c
2840                 yet another one file was missing (fix for some widgets' sensitivity).
2841                 Thanks Colin!
2842
2843 2006-02-15 [wwp]        2.0.0cvs53
2844
2845         * src/prefs_gtk.h
2846                 oops forgot that file (fix for some widgets' sensitivity).
2847
2848 2006-02-15 [wwp]        2.0.0cvs52
2849
2850         * src/summary_search.c
2851                 implemented advanced summary search options (added the ability
2852                 to use matcher conditions in an advanced search mode).
2853
2854 2006-02-15 [wwp]        2.0.0cvs51
2855
2856         * src/plugins/pgpcore/prefs_gpg.c
2857         * src/prefs_account.c
2858                 fix some widget sensitivity, mostly around some labels in
2859                 account prefs.
2860
2861 2006-02-15 [paul]       2.0.0cvs50
2862
2863         * manual/advanced.xml
2864                 improve Templates info
2865                 written by wwp
2866
2867 2006-02-14 [colin]      2.0.0cvs49
2868
2869         * src/pixmaps/address_book.xpm
2870         * src/pixmaps/preferences.xpm
2871         * src/pixmaps/properties.xpm
2872                 Fix pixmap size - patch by Fabien Vantard
2873
2874 2006-02-13 [colin]      2.0.0cvs48
2875
2876         * src/procmime.c
2877                 Add missing fclose()s on error
2878         * src/textview.c
2879                 Remove unused code
2880         * src/common/utils.c
2881                 Fix temp files not being deleted on windows
2882         Patches by Thomas Gilgin
2883
2884 2006-02-13 [colin]      2.0.0cvs47
2885
2886         * src/mainwindow.c
2887                 Fix exit crash
2888
2889 2006-02-13 [wwp]        2.0.0cvs46
2890
2891         * src/plugins/pgpcore/prefs_gpg.c
2892                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
2893
2894 2006-02-12 [colin]      2.0.0cvs45
2895
2896         * src/folderview.c
2897         * src/main.c
2898         * src/mainwindow.c
2899                 Fix "stuff" when quitting
2900
2901 2006-02-12 [wwp]        2.0.0cvs44
2902
2903         * src/prefs_themes.c
2904                 fix typos in debug messages.
2905
2906 2006-02-11 [colin]      2.0.0cvs43
2907
2908         * src/summaryview.c
2909                 don't allow drag/drop from ourself
2910
2911 2006-02-10 [wwp]        2.0.0cvs42
2912
2913         * src/exporthtml.c
2914         * src/html.c
2915         * src/html.h
2916         * src/procmime.c
2917         * src/textview.c
2918                 renamed html_ prefixed functions and data structures to avoid
2919                 namespace clashes w/ other software (gtkhtml2 for instance).
2920                 Closes bug #907.
2921
2922
2923 2006-02-09 [colin]      2.0.0cvs41
2924
2925         * src/summaryview.c
2926                 Fix shitty logic messed up. Thanks Ticho for the hint!
2927
2928 2006-02-09 [wwp]        2.0.0cvs40
2929
2930         * src/gtk/about.c
2931         * src/compose.c
2932         * src/prefs_account.c
2933         * src/prefs_gtk.h
2934         * src/editaddress.c
2935                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
2936                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
2937                 Browse buttons in accounts prefs.
2938
2939 2006-02-09 [colin]      2.0.0cvs39
2940
2941         * src/matcher.c
2942                 Check for pointer before using its members
2943         * src/gtk/gtksourceprintjob.c
2944                 Fix a wrong warning
2945
2946 2006-02-09 [wwp]        2.0.0cvs38
2947
2948         * src/gtk/filesel.c
2949                 fix few compiler warnings (type mismatch).
2950
2951 2006-02-09 [paul]       2.0.0cvs37
2952
2953         * po/fr.po
2954                 updated by Fabien Vantard
2955
2956 2006-02-08 [colin]      2.0.0cvs36
2957
2958         * src/prefs_common.c
2959         * src/common/defs.h
2960         * src/common/plugin.c
2961                 allow windows and linux configurations to coexist
2962                 patch by Thomas Gilgin
2963
2964 2006-02-08 [colin]      2.0.0cvs35
2965
2966         * src/filtering.c
2967         * src/matcher.c
2968         * src/matcher.h
2969         * src/matcher_parser_parse.y
2970         * src/prefs_filtering_action.c
2971         * src/prefs_matcher.c
2972                 Add the "Ignore thread" filtering
2973                 action
2974
2975 2006-02-08 [colin]      2.0.0cvs34
2976
2977         * src/compose.c
2978         * src/procmime.c
2979         * src/procmime.h
2980                 Fix bug #905 (damaged attachment)
2981                 text files with raw \0's aren't really text files
2982         FOR_STABLE
2983
2984 2006-02-08 [colin]      2.0.0cvs33
2985
2986         * src/summaryview.c
2987                 Fix crasher introduced yesterday
2988
2989 2006-02-08 [wwp]        2.0.0cvs32
2990
2991         * src/compose.c
2992         * src/compose.h
2993                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
2994
2995 2006-02-08 [wwp]        2.0.0cvs31
2996
2997         * src/prefs_template.c
2998                 templates enhancement: allow address completion for Cc and Bcc fields
2999                 (it was currently possible for the To field only)
3000
3001 2006-02-08 [colin]      2.0.0cvs30
3002
3003         * src/compose.c
3004                 Don't unblock if not blocked
3005         FOR_STABLE
3006
3007 2006-02-07 [colin]      2.0.0cvs29
3008
3009         * src/action.c
3010                 Forgot to refresh summaryview
3011
3012 2006-02-07 [colin]      2.0.0cvs28
3013
3014         * src/action.c
3015                 Freeze/thaw message list and folder list while
3016                 processing %as{} actions 
3017         * src/compose.c
3018                 Fix auto-wrap disabling after a middle-click
3019                 paste - FOR_STABLE
3020
3021 2006-02-07 [paul]       2.0.0cvs27
3022
3023         * src/folder.c
3024                 fix freeing of uninitialised pointers
3025                 Thanks to Colin
3026
3027 2006-02-06 [colin]      2.0.0cvs26
3028
3029         * src/folder.c
3030                 Use g_slist_prepend in potentially big list
3031
3032 2006-02-06 [colin]      2.0.0cvs25
3033
3034         * src/folder.c
3035                 Completely skip processing if it doesn't 
3036                 exist (faster!)
3037
3038 2006-02-06 [colin]      2.0.0cvs24
3039
3040         * src/folder.c
3041         * src/summaryview.c
3042                 Batch filtering in summaryview (from Tools menu)
3043                 and pre/post//-processing too
3044
3045 2006-02-06 [colin]      2.0.0cvs23
3046
3047         * src/procmsg.h
3048         * src/filtering.c
3049                 Use a special field for batch filtering instead
3050                 of stepping on deferred execution's toes
3051
3052 2006-02-06 [colin]      2.0.0cvs22
3053
3054         * src/action.c
3055         * src/filtering.c
3056         * src/filtering.h
3057         * src/folder.c
3058         * src/summaryview.c
3059                 Fix filtering via menus and actions
3060
3061 2006-02-06 [colin]      2.0.0cvs21
3062
3063         * src/imap.c
3064                 Put the added file directly to cache if possible (will work
3065                 with next libetpan)
3066         * src/filtering.c
3067         * src/filtering.h
3068         * src/inc.c
3069         * src/folder.c
3070         * src/mbox.c
3071         * src/procmsg.h
3072                 Move and copy filtered messages by batches instead of one
3073                 by one - faster on IMAP
3074         * src/procmsg.c
3075                 Add a function that'll possibly be useful later
3076
3077 2006-02-06 [colin]      2.0.0cvs20
3078
3079         * src/addressbook.c
3080                 Use internal mime-type instead of text/plain for d'n'd
3081         * src/compose.c
3082                 Allow attaching files from mimeview's icon list via d'n'd
3083         * src/folderview.c
3084         * src/folderview.h
3085                 Use internal mime-type instead of text/plain for d'n'd
3086                 Don't try to selected opened folder if none is
3087                 Factorize d'n'd from other apps code
3088         * src/headerview.c
3089         * src/textview.c
3090         * src/gtk/gtkutils.c
3091         * src/gtk/gtkutils.h
3092                 Factorize Face/X-Face stuff
3093         * src/mimeview.c
3094                 Fix d'n'd to other apps
3095         * src/prefs_message.c
3096                 Let the XFace pref be usable without libcompface as it also
3097                 applies to Face
3098         * src/summaryview.c
3099                 Fix d'n'd to other apps
3100                 Factorize d'n'd from other apps code
3101
3102 2006-02-06 [wwp]        2.0.0cvs19
3103
3104         * po/it.po
3105                 Italian translation fixes by Andrea Spadaccini (no more confusion
3106                 between filtering and processing, and few changes in the About
3107                 dialog).
3108
3109
3110 2006-02-06 [mones]      2.0.0cvs18
3111
3112         * src/gtk/icon_legend.c
3113                 Improved descriptions allowing better translations
3114
3115 2006-02-05 [colin]      2.0.0cvs17
3116
3117         * src/imap.c
3118                 Add the f*cking missing expunge that caused imap_fetch_env
3119                 to fail after an add_msgs ! :-///
3120         * src/etpan/imap-thread.c
3121                 Add a bit of debug
3122         FOR_STABLE
3123
3124 2006-02-05 [colin]      2.0.0cvs16
3125
3126         * src/common/utils.c
3127                 Don't check for return-path (or we can't put
3128                 back non-sent mails)
3129
3130 2006-02-05 [colin]      2.0.0cvs15
3131
3132         * src/textview.c
3133                 Don't try to display Face header in textview
3134                 when teh headerview's active
3135
3136 2006-02-05 [colin]      2.0.0cvs14
3137
3138         * tools/tbird2syl.py
3139         * tools/Makefile.am
3140                 Add script to import Thunderbird mails
3141
3142 2006-02-05 [colin]      2.0.0cvs13
3143
3144         * src/headerview.c
3145         * src/procheader.c
3146         * src/procmsg.c
3147         * src/procmsg.h
3148         * src/textview.c
3149                 Show Face headers - patch partially by Klaus Flittner
3150
3151 2006-02-05 [colin]      2.0.0cvs12
3152
3153         * src/folderview.c
3154         * src/summaryview.c
3155         * src/common/utils.c
3156         * src/common/utils.h
3157                 Let dnd work from mime icons to summaryview
3158                 and to folderview too
3159                 Add a crude test to avoid trying to add files
3160                 drag'n'dropped when they're not mails
3161
3162 2006-02-04 [colin]      2.0.0cvs11
3163
3164         * src/summaryview.c
3165         * src/mimeview.c
3166                 Fix utf8 conversion
3167
3168 2006-02-04 [colin]      2.0.0cvs10
3169
3170         * src/compose.c
3171         * src/folderview.c
3172         * src/mimeview.c
3173         * src/summaryview.c
3174         * src/summaryview.h
3175                 Added various drag and drop capas:
3176                 From                    To
3177                 summaryview             other apps
3178                 mimeview icons          other apps
3179                 other apps              summaryview
3180                 other apps              folderview
3181
3182                 This shouldn't have broken the existing:
3183                 From                    To
3184                 summaryview             folderview
3185                 folderview              folderview
3186                 summaryview             compose's attachments
3187
3188         Tests welcomed.
3189
3190 2006-02-02 [paul]       2.0.0cvs9
3191
3192         * src/mainwindow.c
3193                 move global option 'Set displayed columns...' out
3194                 of folder option grouping.
3195                 fix sensitivity of 'harvest addresses'
3196         FOR_STABLE
3197
3198 2006-02-01 [colin]      2.0.0cvs8
3199
3200         * src/mimeview.c
3201                 Revert the alertpanel patch, it sucks (intrusive
3202                 and gets in the way of "open")
3203
3204 2006-02-01 [colin]      2.0.0cvs7
3205
3206         * src/compose.c
3207         * src/prefs_account.c
3208         * src/prefs_common.c
3209         * src/common/defs.h
3210         * src/common/utils.c
3211         * src/common/utils.h
3212                 Add ability to edit the signature file
3213                 from the account preferences, and use
3214                 a default for the text editor.
3215                 Patch by Fabien Vantard
3216
3217 2006-02-01 [colin]      2.0.0cvs6
3218
3219         * src/mimeview.c
3220                 Try to get mime type by extension if it is
3221                 application/octet-stream
3222                 Display a window with possible choices when
3223                 encountering unknown mime types
3224         * src/gtk/filesel.c
3225         * src/gtk/filesel.h
3226                 Add preview
3227                 Allow multiple selection in filtered filesel
3228                 (patch by Fabien Vantard)
3229         * src/gtk/pluginwindow.c
3230                 Use it (patch by Fabien Vantard)
3231
3232 2006-02-01 [paul]       2.0.0cvs5
3233
3234         * src/jpilot.c
3235                 fix crash on creating jpilot address book
3236                 Thanks to Colin - FOR_STABLE
3237         * src/prefs_summaries.c
3238         * src/prefs_wrapping.c
3239         * src/gtk/icon_legend.c
3240         * src/gtk/quicksearch.c
3241                 string fixes and additions
3242
3243 2006-02-01 [paul]       2.0.0cvs4
3244
3245         * src/compose.c
3246         * src/mainwindow.c
3247         * src/messageview.c
3248         * src/prefs_send.c
3249                 add Arabic encoding option
3250                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
3251
3252 2006-01-31 [colin]      2.0.0cvs3
3253
3254         * src/plugins/pgpcore/passphrase.c
3255                 Convert passphrase to locale encoding
3256         * src/compose.c
3257                 Fix drafting on IMAP. Crappy bug sneaked in
3258                 the release :-/
3259         FOR_STABLE
3260
3261 2006-01-30 [paul]       2.0.0cvs2
3262
3263         * src/gtk/icon_legend.c
3264                 show the new entries
3265
3266 2006-01-30 [colin]      2.0.0cvs1
3267
3268         * src/manual.c
3269                 Check for the file to be present before 
3270                 enabling the menu - FOR_STABLE
3271         * src/gtk/icon_legend.c
3272                 Add folders icons (not all of them, there
3273                 are too much, but the most intriguing ones)
3274
3275 2006-01-30 [paul]       2.0.0
3276
3277         version 2.0.0 released
3278
3279 2006-01-30 [paul]       1.9.100cvs200
3280
3281         * manual/faq.xml
3282         * manual/gpl.xml
3283         * manual/intro.xml
3284         * manual/starting.xml
3285         * manual/sylpheed-claws-manual.xml
3286                 fixes, additions
3287
3288 2006-01-29 [mones]      1.9.100cvs199
3289
3290         * manual/account.xml
3291         * manual/advanced.xml
3292         * manual/glossary.xml
3293                 Some typos fixed, added LDIF term to glossary
3294         * po/es.po
3295                 Fixed leading plus symbol
3296
3297 2006-01-29 [paul]       1.9.100cvs198
3298
3299         * po/fi.po
3300         * po/sk.po
3301                 updated by Tommi Pirinen and Andrej Kacian
3302
3303 2006-01-29 [paul]       1.9.100cvs197
3304
3305         * src/gtk/authors.h
3306                 remove duplicates
3307
3308 2006-01-29 [paul]       1.9.100cvs196
3309
3310         * AUTHORS
3311         * po/nl.po
3312         * src/gtk/authors.h
3313         * tools/claws.i18n.status.pl
3314                 nl translation updated by Tim Dijkstra
3315
3316 2006-01-29 [paul]       1.9.100cvs195
3317
3318         * po/sr.po
3319         * po/sv.po
3320                 updated by Aleksandar Urosevic and Anders Troback
3321
3322 2006-01-28 [colin]      1.9.100cvs194
3323
3324         * src/gtk/gtksourceprintjob.c
3325                 Don't fiddle with PangoLayout when we
3326                 have an image
3327
3328 2006-01-28 [paul]       1.9.100cvs193
3329
3330         * AUTHORS
3331         * po/el.po
3332         * po/zh_CN.po
3333         * src/gtk/authors.h
3334         * tools/claws.i18n.status.pl
3335                 updated translations submitted by Stavros Giannouris
3336                 and Ralgh Young
3337
3338 2006-01-27 [colin]      1.9.100cvs192
3339
3340         * src/summaryview.c
3341         * src/gtk/gtksourceprintjob.c
3342                 Add image printing 
3343                 (libgnomeprint only, of course)
3344
3345 2006-01-27 [paul]       1.9.100cvs191
3346
3347         * po/fr.po
3348         * po/it.po
3349                 updated by Fabien Vantard and Andrea Spadaccini
3350
3351 2006-01-26 [colin]      1.9.100cvs190
3352
3353         * manual/Makefile.am
3354         * configure.ac
3355                 Make building the manual optional 
3356                 (--disable-manual)
3357
3358 2006-01-26 [paul]       1.9.100cvs189
3359
3360         * manual/glossary.xml
3361         * manual/plugins.xml
3362                 edited
3363         * po/en_GB.po
3364                 updated
3365
3366 2006-01-26 [paul]       1.9.100cvs188
3367
3368         * src/prefs_display_header.c
3369         * src/prefs_folder_column.c
3370         * src/prefs_msg_colors.c
3371         * src/prefs_summaries.c
3372         * src/prefs_summary_column.c
3373                 HIGify
3374
3375 2006-01-25 [colin]      1.9.100cvs187
3376
3377         * src/imap.c
3378                 Don't allow moving/copying mails between
3379                 queue/drafts and non-queue/drafts folders
3380                 Fixes bug #897 (message header is resetted 
3381                 if one is copied to Drafts)
3382
3383 2006-01-25 [colin]      1.9.100cvs186
3384
3385         * src/folder.c
3386         * src/mainwindow.c
3387                 Fix subscribed folders not found
3388         * src/compose.c
3389                 Don't try to encode as original mail's charset
3390                 if it's ascii 
3391
3392 2006-01-25 [paul]       1.9.100cvs185
3393
3394         * AUTHORS
3395         * po/Makevars
3396                 updated
3397         * po/de.po
3398         * po/pl.po
3399         * po/pt_BR.po
3400         * po/sr.po
3401                 updates submitted by Stephan Sachse, Emilian Nowak
3402                 and Quar, Frederico Goncalves Guimaraes, and
3403                 Aleksandar Urosevic
3404                 Fix Bug 896, 'PT_BR locale broken'.
3405         * src/gtk/authors.h
3406                 updated
3407
3408 2006-01-24 [mones]      1.9.100cvs184
3409
3410         * manual/glossary.xml
3411                 All current terms finished. Reviewers welcome ;-)
3412         * manual/keyboard.xml
3413                 Fixed column width for pdf output.
3414         * po/es.po
3415                 Updated
3416
3417 2006-01-24 [paul]       1.9.100cvs183
3418
3419         * manual/glossary.xml
3420                 fix id name
3421         * manual/dist/html/Makefile.am
3422         * manual/dist/pdf/Makefile.am
3423         * manual/dist/ps/Makefile.am
3424         * manual/dist/txt/Makefile.am
3425                 fix make deps
3426                 Thanks to Colin
3427
3428 2006-01-24 [mones]      1.9.100cvs182
3429
3430         * manual/glossary.xml
3431                 Nearly finished, some terms missing.
3432
3433 2006-01-23 [paul]       1.9.100cvs181
3434
3435         * manual/dist/html/Makefile.am
3436         * manual/dist/pdf/Makefile.am
3437         * manual/dist/ps/Makefile.am
3438         * manual/dist/txt/Makefile.am
3439         * src/mainwindow.c
3440                 re-enable manual
3441                 Thanks to Colin
3442
3443 2006-01-22 [colin]      1.9.100cvs180
3444
3445         * src/compose.c
3446         * src/gtk/gtkaspell.c
3447                 Don't deselect stuff before right-clicking, with aspell.
3448                 (This prevented right-click Copy, for example).
3449                 Thanks to Clo!
3450
3451 2006-01-22 [paul]       1.9.100cvs179
3452
3453         * src/summary_search.c
3454                 don't fix the widget size as it causes problems
3455                 under localisation.
3456                 Thanks to Emilian Nowak
3457
3458 2006-01-21 [paul]       1.9.100cvs178
3459
3460         * src/prefs_themes.c
3461                 fix broken underlining of label text
3462                 with some translations
3463
3464 2006-01-21 [colin]      1.9.100cvs177
3465
3466         * po/fr.po
3467                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
3468
3469 2006-01-20 [colin]      1.9.100cvs176
3470
3471         * configure.ac
3472         * Makefile.am
3473         * manual/Makefile
3474         * manual/dist/html/.cvsignore
3475         * manual/dist/html/Makefile.am
3476         * manual/dist/pdf/.cvsignore
3477         * manual/dist/pdf/Makefile.am
3478         * manual/dist/ps/.cvsignore
3479         * manual/dist/ps/Makefile.am
3480         * manual/dist/txt/.cvsignore
3481         * manual/dist/txt/Makefile.am
3482                 Autotool-ize manual
3483
3484 2006-01-20 [paul]       1.9.100cvs175
3485
3486         * manual/handling.xml
3487                 make Filtering and Searching entries easier to find
3488         * manual/keyboard.xml
3489                 add the remaining default keybinds
3490         * src/prefs_summaries.c
3491                 update the default keybinds
3492
3493 2006-01-20 [paul]       1.9.100cvs174
3494
3495         * src/addressbook.c
3496         * src/addrgather.c
3497         * src/addrharvest.c
3498         * src/editaddress.c
3499         * src/editgroup.c
3500         * src/exphtmldlg.c
3501         * src/expldifdlg.c
3502         * src/exporthtml.c
3503         * src/exportldif.c
3504         * src/ldif.c
3505                 replace 'e-mail' with 'email'
3506         * src/summary_search.c
3507                 add mnemonic to "Find all" button
3508
3509 2006-01-20 [wwp]        1.9.100cvs173
3510
3511         * src/export.c
3512         * src/import.c
3513                 touched mbox import/export buttons for HIG-compliance
3514
3515 2006-01-19 [paul]       1.9.100cvs172
3516
3517         * manual/account.xml
3518         * manual/addrbook.xml
3519         * manual/advanced.xml
3520         * manual/faq.xml
3521         * manual/handling.xml
3522         * manual/intro.xml
3523         * manual/plugins.xml
3524         * manual/starting.xml
3525                 more editing
3526
3527 2006-01-19 [paul]       1.9.100cvs171
3528
3529         * src/toolbar.c
3530                 allow use of trash button while receiving
3531                 Thanks to Colin
3532
3533 2006-01-19 [wwp]        1.9.100cvs170
3534
3535         * src/gtk/quicksearch.c
3536         * src/compose.c
3537                 force text color to black when yellow background is set
3538
3539 2006-01-19 [colin]      1.9.100cvs169
3540
3541         * src/plugins/trayicon/trayicon.c
3542                 Gray out Get Mail when already getting mail
3543
3544 2006-01-18 [paul]       1.9.100cvs168
3545
3546         * src/compose.c
3547                 give widget yellow background was To is
3548                 set via folder prefs
3549         * src/gtk/quicksearch.c
3550                 give widget yellow background when quick
3551                 search is active.
3552                 Thanks to Colin
3553
3554 2006-01-18 [paul]       1.9.100cvs167
3555
3556         * doc/man/sylpheed-claws.1
3557                 add --subscribe option
3558
3559 2006-01-18 [paul]       1.9.100cvs166
3560
3561         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3562         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3563                 use %U instead of %F (%F is broken for user installed
3564                 files in kde 3.5)
3565
3566 2006-01-18 [colin]      1.9.100cvs165
3567
3568         * src/summaryview.c
3569                 Default to Yes in "No more * messages" dialogs
3570
3571 2006-01-17 [colin]      1.9.100cvs164
3572
3573         * src/compose.c
3574                 Possibly fix an invalid iterator causing
3575                 crash
3576
3577 2006-01-17 [colin]      1.9.100cvs163
3578
3579         * src/mimeview.c
3580                 Fix crash when the image disappears under the
3581                 image viewer
3582
3583 2006-01-16 [colin]      1.9.100cvs162
3584
3585         * src/compose.c
3586                 Fix reenabling autowrap
3587
3588 2006-01-16 [colin]      1.9.100cvs161
3589
3590         * src/compose.c
3591                 reset quote_len before getting quote_str
3592
3593 2006-01-16 [colin]      1.9.100cvs160
3594
3595         * src/account.c
3596         * src/account.h
3597         * src/folder.c
3598         * src/imap_gtk.c
3599         * src/mh_gtk.c
3600                 Fix bug #883 (default inbox does not track folder move)
3601
3602 2006-01-16 [colin]      1.9.100cvs159
3603
3604         * src/compose.c
3605         * src/plugins/pgpcore/passphrase.c
3606                 More buttons fixes
3607
3608 2006-01-16 [paul]       1.9.100cvs158
3609
3610         * src/prefs_actions.c
3611         * src/prefs_filtering_action.c
3612         * src/prefs_matcher.c
3613         * src/quote_fmt.c
3614         * src/gtk/description_window.c
3615         * src/gtk/description_window.h
3616         * src/gtk/quicksearch.c
3617                 description window cleanups
3618
3619 2006-01-15 [colin]      1.9.100cvs157
3620
3621         * src/addressbook.c
3622         * src/prefs_filtering.c
3623                 Same here
3624
3625 2006-01-15 [colin]      1.9.100cvs156
3626
3627         * src/folderview.c
3628         * src/mainwindow.c
3629                 Same for "Empty trash"
3630
3631 2006-01-15 [colin]      1.9.100cvs155
3632
3633         * src/inc.c
3634                 Override offline dialog had Yes by default
3635
3636 2006-01-15 [colin]      1.9.100cvs154
3637
3638         * src/summaryview.c
3639                 Delete selected messages? previously had Yes the default
3640
3641 2006-01-15 [colin]      1.9.100cvs153
3642
3643         * src/folder.c
3644         * src/folder.h
3645         * src/main.c
3646                 Check if a mailbox is loaded after all
3647                 plugins are loaded.
3648
3649 2006-01-15 [colin]      1.9.100cvs152
3650
3651         * src/folder.c
3652                 Don't start wizard when there are unloaded folders (will help
3653                 people with only mbox or maildir mailboxes)
3654
3655 2006-01-14 [colin]      1.9.100cvs151
3656
3657         * src/addressbook.c
3658         * src/expldifdlg.c
3659         * src/importldif.c
3660         * src/importmutt.c
3661         * src/importpine.c
3662         * src/mh_gtk.c
3663                 More HIG compliance and fixes
3664
3665 2006-01-14 [colin]      1.9.100cvs150
3666
3667         * src/prefs_filtering_action.c
3668         * src/foldersel.c
3669                 Two forgotten button order changes
3670
3671 2006-01-14 [colin]      1.9.100cvs149
3672
3673         * src/account.c
3674         * src/addressbook.c
3675         * src/compose.c
3676         * src/folderview.c
3677         * src/imap_gtk.c
3678         * src/mainwindow.c
3679         * src/mh_gtk.c
3680         * src/news_gtk.c
3681         * src/prefs_actions.c
3682         * src/prefs_customheader.c
3683         * src/prefs_filtering.c
3684         * src/prefs_matcher.c
3685         * src/prefs_template.c
3686         * src/ssl_manager.c
3687         * src/summaryview.c
3688         * src/textview.c
3689         * src/toolbar.c
3690                 All deletion confirmations are now "Cancel, Delete" 
3691                 instead of "No, Yes"
3692                 Clarified most of the other "No, Yes" to 
3693                 "Cancel, Descriptive_action"
3694                 Rechanged the "Entry not saved" alerts to have 
3695                 "Close, Continue editing"
3696
3697
3698 2006-01-14 [paul]
3699
3700         * 2.0.0-rc4 released
3701
3702 2006-01-14 [paul]       1.9.100cvs148
3703
3704         * src/account.c
3705         * src/addressadd.c
3706         * src/addressbook.c
3707         * src/compose.c
3708         * src/editaddress.c
3709         * src/editbook.c
3710         * src/editgroup.c
3711         * src/editjpilot.c
3712         * src/editldap.c
3713         * src/editvcard.c
3714         * src/exphtmldlg.c
3715         * src/expldifdlg.c
3716         * src/folderview.c
3717         * src/grouplistdialog.c
3718         * src/imap_gtk.c
3719         * src/importmutt.c
3720         * src/importpine.c
3721         * src/inc.c
3722         * src/main.c
3723         * src/mainwindow.c
3724         * src/message_search.c
3725         * src/messageview.c
3726         * src/mh_gtk.c
3727         * src/mimeview.c
3728         * src/news_gtk.c
3729         * src/prefs_actions.c
3730         * src/prefs_customheader.c
3731         * src/prefs_filtering.c
3732         * src/prefs_matcher.c
3733         * src/prefs_template.c
3734         * src/prefs_themes.c
3735         * src/ssl_manager.c
3736         * src/summary_search.c
3737         * src/summaryview.c
3738         * src/textview.c
3739         * src/toolbar.c
3740         * src/gtk/foldersort.c
3741         * src/gtk/gtkaspell.c
3742         * src/gtk/inputdialog.c
3743         * src/gtk/prefswindow.c
3744         * src/plugins/pgpcore/select-keys.c
3745         * src/plugins/trayicon/trayicon.c
3746                 HIG compliant button order
3747
3748 2006-01-14 [mones]      1.9.100cvs147
3749
3750         * po/es.po
3751                 Updated translation
3752
3753 2006-01-13 [paul]       1.9.100cvs146
3754
3755         * AUTHORS
3756         * ChangeLog
3757         * src/gtk/authors.h
3758                 add Joshua M. Kwan to contributors list
3759
3760 2006-01-13 [colin]      1.9.100cvs145
3761
3762         * src/gtk/quicksearch.c
3763                 Don't refocus quick search after executing (Esc or Enter)
3764                 Allows to '/'search something then move up/down in 
3765                 summaryview, and to Esc a search and be back in the 
3766                 summaryview
3767
3768 2006-01-13 [paul]       1.9.100cvs144
3769
3770         * src/plugins/pgpinline/pgpinline.c
3771                 support Content-Type 'application/pgp'
3772                 patch by Joshua M. Kwan <joshuak@users.sf.net>
3773
3774 2006-01-13 [paul]       1.9.100cvs143
3775
3776         * manual/account.xml
3777                 make mention of partial retrieval
3778                 thanks to Colin
3779
3780 2006-01-13 [paul]       1.9.100cvs142
3781
3782         * src/account.c
3783         * src/account.h
3784         * src/action.c
3785         * src/action.h
3786         * src/adbookbase.h
3787         * src/addr_compl.c
3788         * src/addr_compl.h
3789         * src/addrbook.c
3790         * src/addrcache.c
3791         * src/addrcache.h
3792         * src/addrcindex.c
3793         * src/addrcindex.h
3794         * src/addrclip.c
3795         * src/addrclip.h
3796         * src/addrdefs.h
3797         * src/addressadd.c
3798         * src/addressadd.h
3799         * src/addressbook.c
3800         * src/addressbook.h
3801         * src/addrgather.c
3802         * src/addrgather.h
3803         * src/addrharvest.c
3804         * src/addrharvest.h
3805         * src/addrindex.c
3806         * src/addrindex.h
3807         * src/addritem.c
3808         * src/addritem.h
3809         * src/addrquery.c
3810         * src/addrquery.h
3811         * src/addrselect.c
3812         * src/addrselect.h
3813         * src/alertpanel.c
3814         * src/alertpanel.h
3815         * src/browseldap.c
3816         * src/browseldap.h
3817         * src/codeconv.c
3818         * src/codeconv.h
3819         * src/compose.c
3820         * src/compose.h
3821         * src/customheader.c
3822         * src/customheader.h
3823         * src/displayheader.c
3824         * src/displayheader.h
3825         * src/editaddress.c
3826         * src/editaddress.h
3827         * src/editbook.c
3828         * src/editbook.h
3829         * src/editgroup.c
3830         * src/editgroup.h
3831         * src/editjpilot.c
3832         * src/editjpilot.h
3833         * src/editldap.c
3834         * src/editldap.h
3835         * src/editldap_basedn.c
3836         * src/editldap_basedn.h
3837         * src/editvcard.c
3838         * src/editvcard.h
3839         * src/exphtmldlg.c
3840         * src/exphtmldlg.h
3841         * src/expldifdlg.c
3842         * src/expldifdlg.h
3843         * src/export.h
3844         * src/exporthtml.c
3845         * src/exporthtml.h
3846         * src/exportldif.c
3847         * src/exportldif.h
3848         * src/filtering.c
3849         * src/filtering.h
3850         * src/folder.c
3851         * src/folder.h
3852         * src/folder_item_prefs.c
3853         * src/folder_item_prefs.h
3854         * src/foldersel.c
3855         * src/foldersel.h
3856         * src/folderutils.c
3857         * src/folderutils.h
3858         * src/folderview.c
3859         * src/folderview.h
3860         * src/grouplistdialog.c
3861         * src/grouplistdialog.h
3862         * src/headerview.c
3863         * src/html.c
3864         * src/html.h
3865         * src/image_viewer.c
3866         * src/image_viewer.h
3867         * src/imap.c
3868         * src/imap.h
3869         * src/imap_gtk.c
3870         * src/imap_gtk.h
3871         * src/import.h
3872         * src/importldif.c
3873         * src/importldif.h
3874         * src/importmutt.c
3875         * src/importmutt.h
3876         * src/importpine.c
3877         * src/importpine.h
3878         * src/inc.c
3879         * src/inc.h
3880         * src/jpilot.c
3881         * src/jpilot.h
3882         * src/ldapctrl.c
3883         * src/ldapctrl.h
3884         * src/ldaplocate.c
3885         * src/ldaplocate.h
3886         * src/ldapquery.c
3887         * src/ldapquery.h
3888         * src/ldapserver.c
3889         * src/ldapserver.h
3890         * src/ldaputil.c
3891         * src/ldaputil.h
3892         * src/ldif.c
3893         * src/ldif.h
3894         * src/main.c
3895         * src/main.h
3896         * src/mainwindow.c
3897         * src/mainwindow.h
3898         * src/manual.c
3899         * src/manual.h
3900         * src/mbox.c
3901         * src/mbox.h
3902         * src/message_search.c
3903         * src/message_search.h
3904         * src/messageview.c
3905         * src/messageview.h
3906         * src/mh.c
3907         * src/mh.h
3908         * src/mh_gtk.c
3909         * src/mh_gtk.h
3910         * src/mimeview.c
3911         * src/mimeview.h
3912         * src/msgcache.c
3913         * src/msgcache.h
3914         * src/mutt.c
3915         * src/mutt.h
3916         * src/news.c
3917         * src/news.h
3918         * src/news_gtk.c
3919         * src/news_gtk.h
3920         * src/partial_download.c
3921         * src/partial_download.h
3922         * src/pine.c
3923         * src/pine.h
3924         * src/pop.c
3925         * src/pop.h
3926         * src/prefs_account.c
3927         * src/prefs_account.h
3928         * src/prefs_actions.c
3929         * src/prefs_actions.h
3930         * src/prefs_common.c
3931         * src/prefs_common.h
3932         * src/prefs_compose_writing.c
3933         * src/prefs_compose_writing.h
3934         * src/prefs_customheader.c
3935         * src/prefs_customheader.h
3936         * src/prefs_display_header.c
3937         * src/prefs_display_header.h
3938         * src/prefs_filtering.c
3939         * src/prefs_filtering.h
3940         * src/prefs_filtering_action.c
3941         * src/prefs_filtering_action.h
3942         * src/prefs_folder_column.c
3943         * src/prefs_folder_column.h
3944         * src/prefs_folder_item.c
3945         * src/prefs_folder_item.h
3946         * src/prefs_fonts.c
3947         * src/prefs_fonts.h
3948         * src/prefs_gtk.c
3949         * src/prefs_gtk.h
3950         * src/prefs_image_viewer.c
3951         * src/prefs_image_viewer.h
3952         * src/prefs_matcher.c
3953         * src/prefs_matcher.h
3954         * src/prefs_message.c
3955         * src/prefs_msg_colors.c
3956         * src/prefs_msg_colors.h
3957         * src/prefs_other.c
3958         * src/prefs_quote.c
3959         * src/prefs_receive.c
3960         * src/prefs_send.c
3961         * src/prefs_spelling.c
3962         * src/prefs_spelling.h
3963         * src/prefs_summaries.c
3964         * src/prefs_summaries.h
3965         * src/prefs_summary_column.c
3966         * src/prefs_summary_column.h
3967         * src/prefs_template.c
3968         * src/prefs_template.h
3969         * src/prefs_themes.c
3970         * src/prefs_themes.h
3971         * src/prefs_toolbar.c
3972         * src/prefs_toolbar.h
3973         * src/prefs_wrapping.c
3974         * src/prefs_wrapping.h
3975         * src/privacy.c
3976         * src/privacy.h
3977         * src/procheader.c
3978         * src/procheader.h
3979         * src/procmime.c
3980         * src/procmime.h
3981         * src/procmsg.c
3982         * src/procmsg.h
3983         * src/quote_fmt.c
3984         * src/quote_fmt_parse.y
3985         * src/recv.c
3986         * src/recv.h
3987         * src/remotefolder.c
3988         * src/remotefolder.h
3989         * src/send_message.c
3990         * src/send_message.h
3991         * src/setup.c
3992         * src/setup.h
3993         * src/sourcewindow.c
3994         * src/sourcewindow.h
3995         * src/ssl_manager.c
3996         * src/ssl_manager.h
3997         * src/statusbar.c
3998         * src/statusbar.h
3999         * src/stock_pixmap.c
4000         * src/stock_pixmap.h
4001         * src/summary_search.c
4002         * src/summary_search.h
4003         * src/summaryview.c
4004         * src/summaryview.h
4005         * src/syldap.c
4006         * src/syldap.h
4007         * src/textview.c
4008         * src/textview.h
4009         * src/toolbar.c
4010         * src/toolbar.h
4011         * src/undo.c
4012         * src/undo.h
4013         * src/unmime.c
4014         * src/unmime.h
4015         * src/vcard.c
4016         * src/vcard.h
4017         * src/wizard.c
4018         * src/wizard.h
4019         * src/common/base64.c
4020         * src/common/base64.h
4021         * src/common/defs.h
4022         * src/common/hooks.c
4023         * src/common/hooks.h
4024         * src/common/log.c
4025         * src/common/log.h
4026         * src/common/mgutils.c
4027         * src/common/mgutils.h
4028         * src/common/nntp.c
4029         * src/common/nntp.h
4030         * src/common/passcrypt.c
4031         * src/common/passcrypt.h.in
4032         * src/common/plugin.c
4033         * src/common/plugin.h
4034         * src/common/prefs.c
4035         * src/common/prefs.h
4036         * src/common/progressindicator.c
4037         * src/common/progressindicator.h
4038         * src/common/quoted-printable.c
4039         * src/common/quoted-printable.h
4040         * src/common/session.c
4041         * src/common/session.h
4042         * src/common/smtp.c
4043         * src/common/smtp.h
4044         * src/common/socket.c
4045         * src/common/socket.h
4046         * src/common/ssl.c
4047         * src/common/ssl.h
4048         * src/common/ssl_certificate.c
4049         * src/common/ssl_certificate.h
4050         * src/common/stringtable.c
4051         * src/common/stringtable.h
4052         * src/common/sylpheed.c
4053         * src/common/sylpheed.h
4054         * src/common/template.c
4055         * src/common/template.h
4056         * src/common/timing.h
4057         * src/common/utils.c
4058         * src/common/utils.h
4059         * src/common/version.h.in
4060         * src/common/xml.c
4061         * src/common/xml.h
4062         * src/common/xmlprops.c
4063         * src/common/xmlprops.h
4064         * src/gtk/colorlabel.c
4065         * src/gtk/colorsel.c
4066         * src/gtk/colorsel.h
4067         * src/gtk/description_window.c
4068         * src/gtk/description_window.h
4069         * src/gtk/filesel.c
4070         * src/gtk/filesel.h
4071         * src/gtk/foldersort.c
4072         * src/gtk/foldersort.h
4073         * src/gtk/gtkutils.c
4074         * src/gtk/gtkutils.h
4075         * src/gtk/inputdialog.c
4076         * src/gtk/inputdialog.h
4077         * src/gtk/logwindow.c
4078         * src/gtk/logwindow.h
4079         * src/gtk/manage_window.c
4080         * src/gtk/manage_window.h
4081         * src/gtk/menu.c
4082         * src/gtk/menu.h
4083         * src/gtk/pluginwindow.c
4084         * src/gtk/pluginwindow.h
4085         * src/gtk/prefswindow.c
4086         * src/gtk/prefswindow.h
4087         * src/gtk/progressdialog.c
4088         * src/gtk/progressdialog.h
4089         * src/gtk/sslcertwindow.c
4090         * src/gtk/sslcertwindow.h
4091         * src/plugins/clamav/clamav_plugin.c
4092         * src/plugins/clamav/clamav_plugin.h
4093         * src/plugins/clamav/clamav_plugin_gtk.c
4094         * src/plugins/demo/demo.c
4095         * src/plugins/dillo_viewer/dillo_prefs.c
4096         * src/plugins/dillo_viewer/dillo_prefs.h
4097         * src/plugins/dillo_viewer/dillo_viewer.c
4098         * src/plugins/pgpcore/passphrase.c
4099         * src/plugins/pgpcore/passphrase.h
4100         * src/plugins/pgpcore/plugin.c
4101         * src/plugins/pgpcore/select-keys.c
4102         * src/plugins/pgpcore/select-keys.h
4103         * src/plugins/pgpcore/sgpgme.c
4104         * src/plugins/pgpcore/sgpgme.h
4105         * src/plugins/pgpinline/pgpinline.c
4106         * src/plugins/pgpinline/pgpinline.h
4107         * src/plugins/pgpinline/plugin.c
4108         * src/plugins/pgpmime/pgpmime.c
4109         * src/plugins/pgpmime/pgpmime.h
4110         * src/plugins/pgpmime/plugin.c
4111         * src/plugins/spamassassin/spamassassin.c
4112         * src/plugins/spamassassin/spamassassin.h
4113         * src/plugins/spamassassin/spamassassin_gtk.c
4114         * src/plugins/trayicon/trayicon.c
4115                 update copyright header
4116
4117 2006-01-13 [paul]       1.9.100cvs141
4118
4119         * src/account.c
4120         * src/export.c
4121         * src/import.c
4122         * src/mainwindow.c
4123         * src/prefs_account.c
4124         * src/prefs_display_header.c
4125         * src/prefs_receive.c
4126         * src/prefs_send.c
4127         * src/prefs_summaries.c
4128         * src/prefs_themes.c
4129         * src/prefs_toolbar.c
4130         * src/gtk/about.c
4131                 various cleanups
4132
4133 2006-01-12 [colin]      1.9.100cvs140
4134
4135         * src/folder.c
4136         * src/folder.h
4137         * src/main.c
4138                 Add --subscribe option
4139                 Let sylpheed-claws email@domain.com equivalent to --compose
4140                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
4141
4142 2006-01-12 [paul]       1.9.100cvs139
4143
4144         * src/mainwindow.c
4145                 append 'Change folder order' label with '...'
4146         * src/prefs_actions.c
4147                 allow reordering of actions list by dnd
4148         * src/gtk/foldersort.c
4149                 make the dialog nicer
4150
4151 2006-01-11 [colin]      1.9.100cvs138
4152
4153         * src/compose.c
4154                 Allow templates without text
4155
4156 2006-01-11 [paul]       1.9.100cvs137
4157
4158         * tools/README
4159         * tools/filter_conv_new.pl
4160                 add info to README
4161                 also check .sylpheed for filter.xml
4162                 be a bit informative to the user
4163
4164 2006-01-11 [colin]      1.9.100cvs136
4165
4166         * src/textview.c
4167                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
4168
4169 2006-01-10 [paul]       1.9.100cvs135
4170
4171         * tools/Makefile.am
4172         * tools/filter_conv_new.pl
4173                 add script to convert new style Sylpheed
4174                 filter rules (Sylpheed >= 0.9.99) to
4175                 Claws filtering rules
4176
4177 2006-01-10 [colin]      1.9.100cvs134
4178
4179         * src/compose.c
4180                 Fix broken line joins in certain conditions
4181                 (between two quoted lines: <enter><enter><up>
4182                  <type a wrapped sentence><go in the first line>
4183                  <insert more text><watch as line joining failed>)
4184
4185 2006-01-10 [paul]       1.9.100cvs133
4186
4187         * src/compose.c
4188                 don't report success in error dialog
4189                 thanks to Colin
4190         * src/common/utils.c
4191                 include some trailing punctuations as URI
4192                 thanks to Hiro
4193
4194 2006-01-10 [paul]       1.9.100cvs132
4195
4196         * src/mimeview.c
4197                 fix incompatible pointer type
4198                 warning
4199
4200 2006-01-10 [paul]       1.9.100cvs131
4201
4202         * src/compose.c
4203                 change Subject in window title
4204                 instantaneously
4205
4206 2006-01-09 [colin]      1.9.100cvs130
4207
4208         * src/addressbook.c
4209         * src/headerview.c
4210         * src/mainwindow.c
4211         * src/messageview.c
4212         * src/mimeview.c
4213         * src/noticeview.c
4214         * src/summaryview.c
4215                 Fix possible crashes on exit and in addressbook
4216
4217 2006-01-09 [paul]       1.9.100cvs129
4218
4219         * src/prefs_msg_colors.c
4220                 some cleanups that I forgot last time
4221
4222 2006-01-09 [paul]       1.9.100cvs128
4223
4224         * README
4225         * src/folderview.c
4226         * src/prefs_msg_colors.c
4227                 add previously hidden option, color_new, to
4228                 the gui
4229                 move the page to Display/
4230                 rework the gui
4231
4232 2006-01-09 [wwp]        1.9.100cvs127
4233
4234         * src/prefs_themes.c
4235                 made the prefs/display/themes layouts spacing less condensed
4236                 (and so they match other prefs/pages' look).
4237
4238 2006-01-09 [paul]       1.9.100cvs126
4239
4240         * src/compose.c
4241         * src/prefs_common.c
4242         * src/prefs_common.h
4243         * src/prefs_wrapping.c
4244                 remove 'wrap at send' option
4245
4246 2006-01-06 [colin]      1.9.100cvs125
4247
4248         * src/compose.c
4249                 Just make completely sure we don't insert "manual line breaks" 
4250                 when wrapping... 
4251
4252 2006-01-04 [paul]
4253
4254         * 2.0.0-rc3 released
4255
4256 2006-01-04 [paul]       1.9.100cvs124
4257
4258         * src/folderview.c
4259                 fix bug 882, 'quick scroll in folder list
4260                 displays wrong folder contents'
4261
4262 2006-01-04 [paul]       1.9.100cvs123
4263
4264         * src/plugins/pgpmime/pgpmime.c
4265                 better debug information when signing
4266                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4267
4268 2006-01-03 [colin]      1.9.100cvs122
4269
4270         * configure.ac
4271                 We need to recheck for gpgme 1.0.0 after checking
4272                 for 1.1.1, because if 1.1.1 isn't available, 
4273                 GPGME_LIBS and friends are blanked out by the 
4274                 second check.
4275
4276 2006-01-03 [colin]      1.9.100cvs121
4277
4278         * src/common/prefs.c
4279                 Windows unlink-before rename fix
4280         * src/plugins/pgpcore/sgpgme.c
4281                 Add support for PKA info if available
4282                 Both patches by Werner Koch
4283
4284 2006-01-03 [paul]       1.9.100cvs120
4285
4286         * src/messageview.c
4287                 fix bug 884, 'Send receipt' button visible in queue
4288                 Thanks to Colin
4289
4290 2006-01-02 [colin]      1.9.100cvs119
4291
4292         * src/compose.c
4293         * src/imap.c
4294                 Fix autosave on IMAP and more generally try to
4295                 return the correct ID on a newly added IMAP message
4296
4297 2006-01-02 [paul]       1.9.100cvs118
4298
4299         * manual/keyboard.xml
4300                 edited
4301
4302 2006-01-01 [paul]       1.9.100cvs117
4303
4304         * src/gtk/authors.h
4305                 alphabetical order
4306
4307 2005-12-30 [colin]      1.9.100cvs116
4308
4309         * manual/advanced.xml
4310                 Explain Pre/Post-processing differences.
4311
4312 2005-12-30 [colin]      1.9.100cvs115
4313
4314         * src/mh.c
4315                 Implement copy_msgs for a little optimization
4316         * src/imap.c
4317                 Finish yesterday's fix
4318
4319 2005-12-29 [colin]      1.9.100cvs114
4320
4321         * src/imap.c
4322                 Fix occasional failure in fetching a mail over
4323                 IMAP
4324
4325 2005-12-29 [colin]      1.9.100cvs113
4326
4327         * src/compose.c
4328                 Don't remove a draft when sending it, if it is 
4329                 locked.
4330
4331 2005-12-28 [colin]      1.9.100cvs112
4332
4333         * src/summaryview.c
4334                 Fix leak for real
4335
4336 2005-12-28 [wwp]        1.9.100cvs111
4337
4338         * doc/faq/.cvsignore
4339         * doc/faq/de/.cvsignore
4340         * doc/faq/en/.cvsignore
4341         * doc/faq/es/.cvsignore
4342         * doc/faq/fr/.cvsignore
4343         * doc/faq/it/.cvsignore
4344         * doc/manual/.cvsignore
4345         * doc/manual/de/.cvsignore
4346         * doc/manual/en/.cvsignore
4347         * doc/manual/es/.cvsignore
4348         * doc/manual/fr/.cvsignore
4349         * doc/manual/ja/.cvsignore
4350         * src/plugins/mathml_viewer/.cvsignore
4351                 rollback revival of those files (my bad, sorry for the noise).
4352
4353 2005-12-28 [wwp]        1.9.100cvs110
4354
4355         * src/compose.c
4356                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
4357
4358 2005-12-28 [wwp]        1.9.100cvs109
4359
4360         * doc/faq/.cvsignore
4361         * doc/faq/de/.cvsignore
4362         * doc/faq/en/.cvsignore
4363         * doc/faq/es/.cvsignore
4364         * doc/faq/fr/.cvsignore
4365         * doc/faq/it/.cvsignore
4366         * doc/manual/.cvsignore
4367         * doc/manual/de/.cvsignore
4368         * doc/manual/en/.cvsignore
4369         * doc/manual/es/.cvsignore
4370         * doc/manual/fr/.cvsignore
4371         * doc/manual/ja/.cvsignore
4372         * src/plugins/mathml_viewer/.cvsignore
4373         * po/.cvsignore
4374                 more files to ignore.
4375
4376 2005-12-24 [colin]      1.9.100cvs108
4377
4378         * AUTHORS
4379         * src/gtk/authors.h
4380                 Update for Werner
4381
4382 2005-12-24 [colin]      1.9.100cvs107
4383
4384         * src/procmsg.c
4385                 Allow NULL src_msginfo in 
4386                 procmsg_msginfo_new_from_mimeinfo
4387
4388 2005-12-23 [paul]       1.9.100cvs106
4389
4390         * src/plugins/pgpinline/mypgpcore.def
4391                 add this forgotten file
4392
4393 2005-12-23 [colin]      1.9.100cvs105
4394
4395         * src/mainwindow.c
4396                 Fix missing break
4397
4398 2005-12-23 [colin]      1.9.100cvs104
4399
4400         * autogen.sh
4401         * src/folder.c
4402         * src/mh.c
4403         * src/common/plugin.c
4404         * src/common/socket.c
4405         * src/common/socket.h
4406         * src/common/utils.c
4407         * src/common/utils.h
4408         * src/gtk/pluginwindow.c
4409         * src/plugins/pgpcore/plugin.def
4410         * src/plugins/pgpcore/sylpheed.def
4411         * src/plugins/pgpinline/Makefile.am
4412         * src/plugins/pgpinline/plugin.def
4413         * src/plugins/pgpinline/sylpheed.def
4414         * src/plugins/pgpmime/plugin.def
4415         * src/plugins/pgpmime/sylpheed.def
4416                 Various w32 fixes by Werner Koch
4417
4418 2005-12-22 [paul]       1.9.100cvs103
4419
4420         * src/wizard.c
4421                 don't offer IMAP as 'server type' if
4422                 libetpan isn't built in
4423
4424 2005-12-22 [paul]       1.9.100cvs102
4425
4426         * AUTHORS
4427         * src/mainwindow.c
4428         * src/mainwindow.h
4429         * src/toolbar.c
4430         * src/gtk/authors.h
4431                 support GTK_TOOLBAR_BOTH_HORIZ (text
4432                 next to icon) Patch by Marien Zwart
4433                 marienz@users.sf.net
4434                 Also reword the text
4435
4436 2005-12-21 [colin]      1.9.100cvs101
4437
4438         * configure.ac
4439                 Fix DATADIRNAME
4440         * COPYING
4441                 Fix missing section and explicit the exception better
4442         * src/compose.c
4443                 Prevent mail from being lost without notice when an
4444                 SMTP error happens on trying to send an unmodified
4445                 drafted mail.
4446         * src/send_message.c
4447         * src/common/smtp.c
4448                 Fix password remembering when wrong, and add return
4449                 value checks where they should have been
4450         * src/plugins/pgpcore/sylpheed.def
4451         * src/plugins/pgpinline/sylpheed.def
4452         * src/plugins/pgpmime/sylpheed.def
4453                 Add a few symbols needed
4454
4455 2005-12-21 [paul]       1.9.100cvs100
4456
4457         * m4/codeset.m4
4458         * m4/glibc21.m4
4459         * m4/intdiv0.m4
4460         * m4/inttypes-pri.m4
4461         * m4/inttypes.m4
4462         * m4/inttypes_h.m4
4463         * m4/isc-posix.m4
4464         * m4/lcmessage.m4
4465         * m4/stdint_h.m4
4466         * m4/uintmax_t.m4
4467                 gettextization
4468                 thanks to Colin
4469
4470 2005-12-21 [paul]       1.9.100cvs99
4471
4472         * po/sv.po
4473                 fixed by Colin
4474
4475 2005-12-20 [paul]       1.9.100cvs98
4476
4477         * po/sv.po
4478                 updated by Anders Trobäck
4479
4480 2005-12-20 [colin]      1.9.100cvs97
4481
4482         * ABOUT-NLS
4483         * Makefile.am
4484         * autogen.sh
4485         * configure.ac
4486         * config/config.rpath
4487         * config/mkinstalldirs
4488         * m4/Makefile.am
4489         * m4/glibc2.m4
4490         * m4/gnupg.m4
4491         * m4/gpgme.m4
4492         * m4/intmax.m4
4493         * m4/longdouble.m4
4494         * m4/longlong.m4
4495         * m4/printf-posix.m4
4496         * m4/signed.m4
4497         * m4/size_max.m4
4498         * m4/ulonglong.m4
4499         * m4/wchar_t.m4
4500         * m4/wint_t.m4
4501         * m4/xsize.m4
4502         * po/Makefile.in.in
4503         * po/Makevars
4504         * po/bg.po
4505         * po/ca.po
4506         * po/cs.po
4507         * po/de.po
4508         * po/el.po
4509         * po/en_GB.po
4510         * po/es.po
4511         * po/fi.po
4512         * po/fr.po
4513         * po/hr.po
4514         * po/hu.po
4515         * po/it.po
4516         * po/ja.po
4517         * po/ko.po
4518         * po/nb.po
4519         * po/nl.po
4520         * po/pl.po
4521         * po/pt_BR.po
4522         * po/ru.po
4523         * po/sk.po
4524         * po/sr.po
4525         * po/stamp-po
4526         * po/sv.po
4527         * po/zh_CN.po
4528         * po/zh_TW.po
4529         * src/Makefile.am
4530         * src/codeconv.c
4531         * src/compose.c
4532         * src/exporthtml.c
4533         * src/exportldif.c
4534         * src/folder.c
4535         * src/main.c
4536         * src/manual.c
4537         * src/mh.c
4538         * src/mimeview.c
4539         * src/send_message.c
4540         * src/common/Makefile.am
4541         * src/common/fnmatch.c
4542         * src/common/fnmatch.h
4543         * src/common/fnmatch_loop.c
4544         * src/common/nntp.c
4545         * src/common/plugin.c
4546         * src/common/smtp.c
4547         * src/common/socket.c
4548         * src/common/string_match.c
4549         * src/common/sylpheed.c
4550         * src/common/utils.c
4551         * src/common/utils.h
4552         * src/common/w32_dirent.c
4553         * src/common/w32_reg.c
4554         * src/common/w32_signal.c
4555         * src/common/w32_stat.c
4556         * src/common/w32_stdio.c
4557         * src/common/w32_stdlib.c
4558         * src/common/w32_string.c
4559         * src/common/w32_time.c
4560         * src/common/w32_unistd.c
4561         * src/common/w32_wait.c
4562         * src/common/w32lib.h
4563         * src/etpan/Makefile.am
4564         * src/gtk/Makefile.am
4565         * src/plugins/clamav/Makefile.am
4566         * src/plugins/demo/Makefile.am
4567         * src/plugins/dillo_viewer/Makefile.am
4568         * src/plugins/pgpcore/Makefile.am
4569         * src/plugins/pgpcore/passphrase.c
4570         * src/plugins/pgpcore/plugin.def
4571         * src/plugins/pgpcore/sgpgme.c
4572         * src/plugins/pgpcore/sylpheed.def
4573         * src/plugins/pgpcore/version.rc
4574         * src/plugins/pgpinline/Makefile.am
4575         * src/plugins/pgpinline/plugin.def
4576         * src/plugins/pgpinline/sylpheed.def
4577         * src/plugins/pgpinline/version.rc
4578         * src/plugins/pgpmime/Makefile.am
4579         * src/plugins/pgpmime/mypgpcore.def
4580         * src/plugins/pgpmime/plugin.def
4581         * src/plugins/pgpmime/sylpheed.def
4582         * src/plugins/pgpmime/version.rc
4583         * src/plugins/spamassassin/Makefile.am
4584                 Very little ;-) patch from Werner Koch, providing
4585                 infrastructure for cross-compiling to Win32
4586
4587 2005-12-20 [paul]       1.9.100cvs96
4588
4589         * src/account.c
4590         * src/account.h
4591         * src/mainwindow.c
4592         * src/mainwindow.h
4593         * src/toolbar.c
4594         * src/toolbar.h
4595                 add a combo to the Get All button, allowing
4596                 quick retrieval from any account
4597                 Patch by Fabien Vantard, slightly modified
4598                 by Colin
4599         * src/gtk/about.c
4600                 i18n fix. Patch by Fabien Vantard
4601
4602 2005-12-19 [colin]      1.9.100cvs95
4603
4604         * src/compose.c
4605         * src/compose.h
4606                 Don't automatically join lines when they've 
4607                 been separated by the user and not automatically
4608
4609 2005-12-19 [paul]       1.9.100cvs94
4610
4611         * src/gtk/pluginwindow.c
4612                 i18n fix.
4613                 Patch by Fabien Vantard
4614
4615 2005-12-15 [paul]       1.9.100cvs93
4616
4617         * src/common/plugin.c
4618         * src/common/plugin.h
4619         * src/gtk/pluginwindow.c
4620         * src/plugins/clamav/clamav_plugin.c
4621         * src/plugins/demo/demo.c
4622         * src/plugins/dillo_viewer/dillo_viewer.c
4623         * src/plugins/pgpcore/plugin.c
4624         * src/plugins/pgpinline/plugin.c
4625         * src/plugins/pgpmime/plugin.c
4626         * src/plugins/spamassassin/spamassassin.c
4627         * src/plugins/trayicon/trayicon.c
4628                 add plugin_version()
4629
4630 2005-12-15 [colin]      1.9.100cvs92
4631
4632         * src/compose.c
4633                 Further fix bug #875
4634
4635 2005-12-15 [paul]       1.9.100cvs91
4636
4637         * src/gtk/filesel.c
4638                 fix attach_load_dir getting set to
4639                 PLUGINDIR on plugin load
4640
4641 2005-12-14 [mones]      1.9.100cvs90
4642
4643         * manual/ack.xml
4644         * manual/keyboard.xml
4645                 Initial draft and some shortcuts added
4646                 
4647         * po/es.po
4648                 Updated translation
4649
4650 2005-12-14 [colin]      1.9.100cvs89
4651
4652         * src/compose.c
4653         * src/imap.c
4654         * src/summaryview.c
4655         * src/gtk/gtkaspell.c
4656                 More leaks fixed
4657         * src/prefs_folder_item.c
4658                 Fix recursive prefs apply
4659
4660
4661 2005-12-14 [colin]      1.9.100cvs88
4662
4663         * src/compose.c
4664                 Fix bug #875 (Freeze On Inline Forward of 
4665                 Large Message)
4666
4667 2005-12-13 [colin]      1.9.100cvs87
4668
4669         * src/compose.c
4670                 Uniq-ify and sort the mimetypes list
4671                 Patch by Fabien Vantard
4672
4673 2005-12-13 [colin]      1.9.100cvs86
4674
4675         * src/imap.c
4676         * src/etpan/imap-thread.c
4677                 Fix leaks (patch by Hoa)
4678         * src/news.c
4679         * src/common/plugin.c
4680                 Fix leaks
4681
4682 2005-12-12 [colin]
4683
4684         * 2.0.0-rc2 released
4685
4686 2005-12-12 [colin]      1.9.100cvs85
4687
4688         * src/matcher.c
4689                 Fix a leak
4690
4691 2005-12-12 [wwp]        1.9.100cvs84
4692
4693         * src/gtk/icon_legend.c
4694                 fix misbehaviour and crash when closing the legend window
4695         using the Esc key (patch by Fabien Vantard).
4696
4697 2005-12-12 [paul]       1.9.100cvs83
4698
4699         * src/browseldap.c
4700         * src/foldersel.c
4701         * src/prefs_actions.c
4702         * src/prefs_filtering.c
4703         * src/prefs_matcher.c
4704         * src/prefs_spelling.glade      ** REMOVED **
4705         * src/prefs_template.c
4706         * src/gtk/foldersort.glade      ** REMOVED **
4707         * src/gtk/pluginwindow.c
4708         * src/gtk/pluginwindow.glade    ** REMOVED **
4709         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
4710                 cleanups
4711
4712 2005-12-11 [paul]       1.9.100cvs82
4713
4714         * src/gtk/filesel.c
4715                 fix attach_load_dir crasher (double free)
4716
4717 2005-12-09 [paul]       1.9.100cvs81
4718
4719         * po/POTFILES.in
4720         * src/mainwindow.c
4721         * src/gtk/Makefile.am
4722         * src/gtk/icon_legend.c
4723         * src/gtk/icon_legend.h
4724                 add icon legend
4725         * src/manual.c
4726                 cleanup
4727
4728 2005-12-09 [paul]       1.9.100cvs80
4729
4730         * src/plugins/pgpcore/passphrase.c
4731                 wrap the label in the dialog
4732
4733 2005-12-09 [colin]      1.9.100cvs79
4734
4735         * src/plugins/pgpcore/sgpgme.c
4736                 Display (untrusted) on not trusted signatures
4737                 Patch by Michal Èihaø <michal@cihar.com>
4738                 Closes bug #867 (Report also key trust)
4739
4740 2005-12-09 [colin]      1.9.100cvs78
4741
4742         * src/common/plugin.c
4743                 Update licence check, following Eben Moglen's advice
4744
4745 2005-12-08 [colin]      1.9.100cvs77
4746
4747         * src/folder.c
4748                 Fix the occasionnal item->cache != NULL 
4749                 assertion failure. 
4750
4751 2005-12-08 [colin]      1.9.100cvs76
4752
4753         * src/mimeview.c
4754         * src/plugins/pgpcore/sgpgme.c
4755                 Print key id when unable to check it
4756                 Closes bug #866 (Show key id when missing)
4757
4758 2005-12-08 [paul]       1.9.100cvs75
4759
4760         * src/prefs_common.c
4761         * src/prefs_common.h
4762         * src/gtk/filesel.c
4763                 remember load attachment dir
4764
4765 2005-12-07 [colin]      1.9.100cvs74
4766
4767         * src/prefs_toolbar.c
4768                 Gtk fixes, patch by Fabien Vantard
4769
4770 2005-12-07 [colin]      1.9.100cvs73
4771
4772         * src/action.c
4773         * src/compose.c
4774         * src/compose.h
4775                 Fix bug #839 (Quoted text isn't colored after 
4776                 executing an action)
4777         * src/common/plugin.c
4778                 Require plugins to declare their licence in plugin_licence()
4779                 Refuse to load non-GPL plugins as they'd be illegal (as 
4780                 derived works of Sylpheed-Claws, they must be GPL).
4781         * src/plugins/clamav/clamav_plugin.c
4782         * src/plugins/demo/demo.c
4783         * src/plugins/dillo_viewer/dillo_viewer.c
4784         * src/plugins/pgpcore/plugin.c
4785         * src/plugins/pgpinline/plugin.c
4786         * src/plugins/pgpmime/plugin.c
4787         * src/plugins/spamassassin/spamassassin.c
4788         * src/plugins/trayicon/trayicon.c
4789                 Add plugin_licence()
4790
4791 2005-12-07 [paul]       1.9.100cvs72
4792
4793         * configure.ac
4794         * src/mainwindow.c
4795         * src/manual.c
4796         * src/manual.h
4797         * src/common/defs.h
4798                 clean up after local FAQ removal and
4799                 temporary manual removal
4800
4801 2005-12-06 [colin]      1.9.100cvs71
4802
4803         * configure.ac
4804         * doc/Makefile.am
4805         * doc/faq/.cvsignore
4806         * doc/faq/Makefile.am
4807         * doc/faq/de/.cvsignore
4808         * doc/faq/de/Makefile.am
4809         * doc/faq/de/sylpheed-faq-1.html
4810         * doc/faq/de/sylpheed-faq-2.html
4811         * doc/faq/de/sylpheed-faq-3.html
4812         * doc/faq/de/sylpheed-faq.html
4813         * doc/faq/en/.cvsignore
4814         * doc/faq/en/Makefile.am
4815         * doc/faq/en/sylpheed-faq-1.html
4816         * doc/faq/en/sylpheed-faq-2.html
4817         * doc/faq/en/sylpheed-faq-3.html
4818         * doc/faq/en/sylpheed-faq-4.html
4819         * doc/faq/en/sylpheed-faq.html
4820         * doc/faq/es/.cvsignore
4821         * doc/faq/es/Makefile.am
4822         * doc/faq/es/sylpheed-faq-1.html
4823         * doc/faq/es/sylpheed-faq-2.html
4824         * doc/faq/es/sylpheed-faq-3.html
4825         * doc/faq/es/sylpheed-faq-4.html
4826         * doc/faq/es/sylpheed-faq.html
4827         * doc/faq/fr/.cvsignore
4828         * doc/faq/fr/Makefile.am
4829         * doc/faq/fr/sylpheed-faq-1.html
4830         * doc/faq/fr/sylpheed-faq-2.html
4831         * doc/faq/fr/sylpheed-faq-3.html
4832         * doc/faq/fr/sylpheed-faq.html
4833         * doc/faq/it/.cvsignore
4834         * doc/faq/it/Makefile.am
4835         * doc/faq/it/sylpheed-faq-1.html
4836         * doc/faq/it/sylpheed-faq-2.html
4837         * doc/faq/it/sylpheed-faq-3.html
4838         * doc/faq/it/sylpheed-faq.html
4839         * doc/manual/.cvsignore
4840         * doc/manual/Makefile.am
4841         * doc/manual/de/.cvsignore
4842         * doc/manual/de/Makefile.am
4843         * doc/manual/de/sylpheed-1.html
4844         * doc/manual/de/sylpheed-10.html
4845         * doc/manual/de/sylpheed-11.html
4846         * doc/manual/de/sylpheed-12.html
4847         * doc/manual/de/sylpheed-13.html
4848         * doc/manual/de/sylpheed-14.html
4849         * doc/manual/de/sylpheed-15.html
4850         * doc/manual/de/sylpheed-16.html
4851         * doc/manual/de/sylpheed-17.html
4852         * doc/manual/de/sylpheed-18.html
4853         * doc/manual/de/sylpheed-19.html
4854         * doc/manual/de/sylpheed-2.html
4855         * doc/manual/de/sylpheed-20.html
4856         * doc/manual/de/sylpheed-3.html
4857         * doc/manual/de/sylpheed-4.html
4858         * doc/manual/de/sylpheed-5.html
4859         * doc/manual/de/sylpheed-6.html
4860         * doc/manual/de/sylpheed-7.html
4861         * doc/manual/de/sylpheed-8.html
4862         * doc/manual/de/sylpheed-9.html
4863         * doc/manual/de/sylpheed.html
4864         * doc/manual/en/.cvsignore
4865         * doc/manual/en/Makefile.am
4866         * doc/manual/en/sylpheed-1.html
4867         * doc/manual/en/sylpheed-10.html
4868         * doc/manual/en/sylpheed-11.html
4869         * doc/manual/en/sylpheed-12.html
4870         * doc/manual/en/sylpheed-13.html
4871         * doc/manual/en/sylpheed-14.html
4872         * doc/manual/en/sylpheed-15.html
4873         * doc/manual/en/sylpheed-16.html
4874         * doc/manual/en/sylpheed-17.html
4875         * doc/manual/en/sylpheed-18.html
4876         * doc/manual/en/sylpheed-19.html
4877         * doc/manual/en/sylpheed-2.html
4878         * doc/manual/en/sylpheed-20.html
4879         * doc/manual/en/sylpheed-21.html
4880         * doc/manual/en/sylpheed-22.html
4881         * doc/manual/en/sylpheed-3.html
4882         * doc/manual/en/sylpheed-4.html
4883         * doc/manual/en/sylpheed-5.html
4884         * doc/manual/en/sylpheed-6.html
4885         * doc/manual/en/sylpheed-7.html
4886         * doc/manual/en/sylpheed-8.html
4887         * doc/manual/en/sylpheed-9.html
4888         * doc/manual/en/sylpheed.html
4889         * doc/manual/es/.cvsignore
4890         * doc/manual/es/Makefile.am
4891         * doc/manual/es/sylpheed-1.html
4892         * doc/manual/es/sylpheed-10.html
4893         * doc/manual/es/sylpheed-11.html
4894         * doc/manual/es/sylpheed-12.html
4895         * doc/manual/es/sylpheed-13.html
4896         * doc/manual/es/sylpheed-14.html
4897         * doc/manual/es/sylpheed-15.html
4898         * doc/manual/es/sylpheed-16.html
4899         * doc/manual/es/sylpheed-17.html
4900         * doc/manual/es/sylpheed-18.html
4901         * doc/manual/es/sylpheed-19.html
4902         * doc/manual/es/sylpheed-2.html
4903         * doc/manual/es/sylpheed-20.html
4904         * doc/manual/es/sylpheed-3.html
4905         * doc/manual/es/sylpheed-4.html
4906         * doc/manual/es/sylpheed-5.html
4907         * doc/manual/es/sylpheed-6.html
4908         * doc/manual/es/sylpheed-7.html
4909         * doc/manual/es/sylpheed-8.html
4910         * doc/manual/es/sylpheed-9.html
4911         * doc/manual/es/sylpheed.html
4912         * doc/manual/fr/.cvsignore
4913         * doc/manual/fr/Makefile.am
4914         * doc/manual/fr/sylpheed-1.html
4915         * doc/manual/fr/sylpheed-10.html
4916         * doc/manual/fr/sylpheed-11.html
4917         * doc/manual/fr/sylpheed-12.html
4918         * doc/manual/fr/sylpheed-13.html
4919         * doc/manual/fr/sylpheed-14.html
4920         * doc/manual/fr/sylpheed-15.html
4921         * doc/manual/fr/sylpheed-16.html
4922         * doc/manual/fr/sylpheed-17.html
4923         * doc/manual/fr/sylpheed-18.html
4924         * doc/manual/fr/sylpheed-19.html
4925         * doc/manual/fr/sylpheed-2.html
4926         * doc/manual/fr/sylpheed-20.html
4927         * doc/manual/fr/sylpheed-3.html
4928         * doc/manual/fr/sylpheed-4.html
4929         * doc/manual/fr/sylpheed-5.html
4930         * doc/manual/fr/sylpheed-6.html
4931         * doc/manual/fr/sylpheed-7.html
4932         * doc/manual/fr/sylpheed-8.html
4933         * doc/manual/fr/sylpheed-9.html
4934         * doc/manual/fr/sylpheed.html
4935         * doc/manual/ja/.cvsignore
4936         * doc/manual/ja/Makefile.am
4937         * doc/manual/ja/sylpheed-1.html
4938         * doc/manual/ja/sylpheed-10.html
4939         * doc/manual/ja/sylpheed-11.html
4940         * doc/manual/ja/sylpheed-12.html
4941         * doc/manual/ja/sylpheed-13.html
4942         * doc/manual/ja/sylpheed-14.html
4943         * doc/manual/ja/sylpheed-15.html
4944         * doc/manual/ja/sylpheed-16.html
4945         * doc/manual/ja/sylpheed-17.html
4946         * doc/manual/ja/sylpheed-18.html
4947         * doc/manual/ja/sylpheed-19.html
4948         * doc/manual/ja/sylpheed-2.html
4949         * doc/manual/ja/sylpheed-20.html
4950         * doc/manual/ja/sylpheed-3.html
4951         * doc/manual/ja/sylpheed-4.html
4952         * doc/manual/ja/sylpheed-5.html
4953         * doc/manual/ja/sylpheed-6.html
4954         * doc/manual/ja/sylpheed-7.html
4955         * doc/manual/ja/sylpheed-8.html
4956         * doc/manual/ja/sylpheed-9.html
4957         * doc/manual/ja/sylpheed.html
4958         * doc/manual/ja/sylpheed.sgml
4959         * src/mainwindow.c
4960                 Remove outdated manual and faq. Noisy, eh?
4961
4962 2005-12-06 [colin]      1.9.100cvs70
4963
4964         * src/compose.c
4965         * src/quote_fmt_parse.y
4966         * src/undo.c
4967         * src/undo.h
4968                 Allow %X to position cursor at 0 
4969                 (no %X = before signature)
4970                 Fix paste as quotation putting the cursor at 0
4971                 Fix undo offsets when pasting
4972                 Insert the quote_fmt at once instead of line 
4973                 by line
4974                 Fix [Edited] when starting to reply/forward
4975
4976 2005-12-06 [paul]       1.9.100cvs69
4977
4978         * src/plugins/clamav/clamav_plugin_gtk.c
4979                 add another tooltip
4980         * src/plugins/spamassassin/spamassassin_gtk.c
4981                 rework spamassassin_create_widget_func()
4982
4983 2005-12-05 [colin]      1.9.100cvs68
4984
4985         * po/POTFILES.in
4986                 Fix make release ;-)
4987
4988 2005-12-05 [colin]      1.9.100cvs67
4989
4990         * src/compose.c
4991         * src/compose.h
4992                 Fix cursor positioning (not obeying %X)
4993
4994 2005-12-05 [paul]       1.9.100cvs66
4995
4996         * src/plugins/dillo_viewer/dillo_prefs.c
4997                 fix compilation warning
4998
4999 2005-12-05 [paul]       1.9.100cvs65
5000
5001         * src/prefs_spelling.c
5002         * src/plugins/trayicon/trayicon.c
5003                 cleanups - remove unused stuff
5004
5005 2005-12-05 [paul]       1.9.100cvs64
5006
5007         * README
5008         * manual/plugins.xml
5009                 remove info about removed mathml_viewer plugin
5010
5011 2005-12-05 [paul]       1.9.100cvs63
5012
5013         * configure.ac
5014         * src/plugins/Makefile.am
5015         * src/plugins/mathml_viewer/.cvsignore
5016         * src/plugins/mathml_viewer/Makefile.am
5017         * src/plugins/mathml_viewer/mathml_viewer.c
5018                 remove unmaintained mathml_viewer plugin
5019
5020 2005-12-05 [paul]       1.9.100cvs62
5021
5022         * src/summaryview.c
5023                 obey prefs_common.always_show_msg when
5024                 moving a msg
5025                 Thanks to Colin
5026
5027 2005-12-05 [paul]       1.9.100cvs61
5028
5029         * src/compose.c
5030         * src/prefs_account.c
5031         * src/prefs_filtering.c
5032         * src/prefs_quote.c
5033         * src/prefs_spelling.c
5034         * src/prefs_toolbar.c
5035         * src/summaryview.c
5036         * src/gtk/gtkutils.c
5037         * src/gtk/quicksearch.c
5038         * src/plugins/dillo_viewer/dillo_prefs.c
5039                 dialog cleanups
5040
5041 2005-12-04 [paul]       1.9.100cvs60
5042
5043         * src/inc.c
5044         * src/prefs_account.c
5045         * src/prefs_account.h
5046                 allow a Local account to specify a
5047                 default inbox
5048                 (closes bug 843 'Inbox cannot be changed for local
5049                  mailboxes')
5050
5051 2005-12-04 [colin]      1.9.100cvs59
5052
5053         * src/plugins/trayicon/trayicon.c
5054                 Remove Get, rename Get All to Get Mail in order to
5055                 be consistent with the default main toolbar
5056
5057 2005-12-03 [colin]      1.9.100cvs58
5058
5059         * manual/gpl.xml
5060         * manual/sylpheed-claws-manual.xml
5061                 Add GPL appendix
5062
5063 2005-12-03 [paul]       1.9.100cvs57
5064
5065         * AUTHORS
5066         * po/sv.po
5067         * src/gtk/authors.h
5068                 new (partially complete) Swedish translation
5069                 by Anders Troback <sylpheed@troback.com>
5070
5071 2005-12-02 [paul]       1.9.100cvs56
5072
5073         * configure.ac
5074                 libetpan 0.41 required
5075
5076 2005-12-02 [paul]       1.9.100cvs55
5077
5078         * src/plugins/clamav/clamav_plugin.c
5079         * src/plugins/clamav/clamav_plugin.h
5080         * src/plugins/clamav/clamav_plugin_gtk.c
5081         * src/plugins/spamassassin/spamassassin.c
5082         * src/plugins/spamassassin/spamassassin.h
5083         * src/plugins/spamassassin/spamassassin_gtk.c
5084                 unregister prefs pages on unloading, thus
5085                 preventing a crash
5086                 (thanks to Colin for the hint)
5087
5088 2005-12-02 [wwp]        1.9.100cvs54
5089
5090         * src/quote_fmt.h
5091         * src/quote_fmt_parse.y
5092                 fix misuse of gboolean*, use gboolean instead
5093                 (thanks to Paul, Colin, for pointing out that scaring one)
5094
5095 2005-12-02 [paul]       1.9.100cvs53
5096
5097         * src/plugins/clamav/clamav_plugin.c
5098                 int no --> unsigned int no
5099         * src/plugins/clamav/clamav_plugin_gtk.c
5100                 rework config page
5101
5102 2005-12-02 [wwp]        1.9.100cvs52
5103
5104         * src/compose.c
5105         * src/prefs_template.c
5106         * src/quote_fmt.h
5107         * src/quote_fmt_parse.y
5108                 prevent from executing |f and |p templates commands when
5109                 adding or replacing templates in prefs (avoids annoying and
5110                 potentially dangerous behaviours)
5111
5112 2005-12-02 [paul]       1.9.100cvs51
5113
5114         * src/prefs_common.c
5115                 allow translation of some default values
5116                 Patch by Fabien Vantard
5117
5118 2005-12-02 [paul]       1.9.100cvs50
5119
5120         * src/codeconv.c
5121         * src/codeconv.h
5122         * src/prefs_common.c
5123         * src/prefs_common.h
5124         * src/prefs_message.c
5125         * src/textview.c
5126                 remove obsolete 'convert_mb_alnum' option
5127                 and related stuff
5128         * src/gtk/about.c
5129                 remove unused 'about_textview_visibility_notify'
5130
5131 2005-12-02 [paul]       1.9.100cvs49
5132
5133         * src/prefs_account.c
5134         * src/prefs_compose_writing.c
5135         * src/prefs_fonts.c
5136         * src/prefs_gtk.h
5137         * src/prefs_image_viewer.c
5138         * src/prefs_message.c
5139         * src/prefs_other.c
5140         * src/prefs_receive.c
5141         * src/prefs_send.c
5142         * src/prefs_spelling.c
5143         * src/prefs_summaries.c
5144         * src/prefs_wrapping.c
5145         * src/plugins/dillo_viewer/dillo_prefs.c
5146         * src/plugins/pgpcore/prefs_gpg.c
5147                 several cleanups to the prefs dialogs
5148                 (slightly modified) patch by Fabien Vantard
5149
5150 2005-12-02 [paul]       1.9.100cvs48
5151
5152         * src/main.c
5153                 --exit means exit
5154         * src/send_message.c
5155                 fix crash on send when connection fails
5156
5157         Thanks to Colin
5158
5159 2005-12-01 [colin]      1.9.100cvs47
5160
5161         * src/html.c
5162                 Translate &hellip; to "..."
5163
5164 2005-11-30 [colin]      1.9.100cvs46
5165
5166         * src/matcher.c
5167         * src/matcher.h
5168                 Optimize back yesterday's fix.
5169
5170 2005-11-30 [paul]       1.9.100cvs45
5171
5172         * manual/faq.xml
5173                 standardised
5174         * manual/intro.xml
5175                 written by Colin, edited by me
5176
5177 2005-11-29 [colin]      1.9.100cvs44
5178
5179         * src/matcher.c
5180                 Skip headers unconditionnaly in match_body if the
5181                 rule is not message or ~message
5182
5183 2005-11-29 [colin]      1.9.100cvs43
5184
5185         * src/matcher.c
5186                 Fix body_part and such, not skipping headers 
5187                 if the matchcriteria wasn't the first in the rule
5188
5189 2005-11-29 [colin]      1.9.100cvs42
5190
5191         * src/compose.c
5192                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
5193                 option missing from message view window)
5194                 Fix double text D'n'D with gtk-2.8
5195         * src/matcher.c
5196                 Fix ~message, ~headers_part, ~body_part rules
5197         * src/messageview.c
5198                 Add Windows-1252 (Closes bug #863)
5199                 Fix accels
5200         * src/gtk/gtkaspell.c
5201                 Properly destroy accels in all menus
5202
5203 2005-11-29 [mones]      1.9.100cvs41
5204
5205         * po/es.po
5206                 Updated.
5207
5208 2005-11-27 [colin]      1.9.100cvs40
5209
5210         * src/mh_gtk.c
5211                 "/Remove mailbox" -> "/Remove mailbox..."
5212
5213 2005-11-27 [paul]       1.9.100cvs39
5214
5215         * AUTHORS
5216         * po/de.po
5217         * src/gtk/authors.h
5218                 updated by new maintainer, Stephan Sachse
5219
5220 2005-11-27 [paul]       1.9.100cvs38
5221
5222         * manual/faq.xml
5223                 written by Colin, edited by me
5224
5225 2005-11-27 [paul]       1.9.100cvs37
5226
5227         * src/prefs_common.c
5228         * src/prefs_common.h
5229         * src/prefs_receive.c
5230         * src/prefs_summaries.c
5231                 move 'go to inbox after receiving new mail'
5232                 option from display/sumamaries to mail
5233                 handling/receive, and rework prefs_summaries
5234                 dialog a little
5235
5236 2005-11-25 [martin]     1.9.100cvs36
5237
5238         * po/de.po
5239             fixed windows-1252 translation;
5240             translated some new and fuzzy strings
5241
5242 2005-11-25 [paul]       1.9.100cvs35
5243
5244         * src/plugins/clamav/clamav_plugin.c
5245                 complete the update done in cvs34
5246
5247 2005-11-25 [paul]       1.9.100cvs34
5248
5249         * src/plugins/clamav/clamav_plugin.c
5250                 reflect upstream changes
5251
5252 2005-11-25 [paul]       1.9.100cvs33
5253
5254         * manual/ack.xml
5255         * manual/plugins.xml
5256         * manual/sylpheed-claws-manual.xml
5257                 written/updated by Colin, edited by me
5258         * tools/acroread2sylpheed.pl
5259                 update binary name
5260
5261 2005-11-24 [colin]      1.9.100cvs32
5262
5263         * src/compose.c
5264                 Fix bug #856 (reediting messages forgets Request
5265                 Return Receipt)
5266
5267 2005-11-24 [paul]       1.9.100cvs31
5268
5269         * manual/addrbook.xml
5270         * manual/starting.xml
5271                 written by Colin, proofread, edited, adapted by me
5272         * manual/advanced.xml
5273                 add some Actions examples
5274         * src/importldif.c
5275                 use a Save button instead of a Close button
5276         * src/wizard.c
5277                 indicate mandatory fields
5278                 fix page display
5279                 Thanks to Colin
5280
5281 2005-11-23 [colin]      1.9.100cvs30
5282
5283         * src/addressbook.c
5284                 Rename menu item, fix possible crash after
5285                 deletion of books
5286         * src/addrindex.c
5287                 Allow searching for '*' in ldap
5288         * src/browseldap.c
5289                 Fix "Browse Entry" (did anyone use it?)
5290         * src/wizard.c
5291                 Add guards for mandatory information
5292
5293 2005-11-23 [paul]       1.9.100cvs29
5294
5295         * manual/advanced.xml
5296                 corrections to the English
5297
5298 2005-11-23 [colin]      1.9.100cvs28
5299
5300         * src/mimeview.c
5301                 Fix possible crash at exit. After the call to
5302                 gtk_container_remove(), the Viewer's widget has no
5303                 more parent so gtk+ automatically frees it and its
5304                 sons. If destroy_viewer() then try to access it,
5305                 problems ensue.
5306
5307 2005-11-22 [colin]      1.9.100cvs27
5308
5309         * src/compose.c
5310         * src/gtk/gtkaspell.c
5311                 Fix right-clicking on a misspelled word
5312                 Fix More... in suggestions menu
5313
5314 2005-11-22 [wwp]        1.9.100cvs26
5315
5316         * src/prefs_template.c
5317                 templates works: re-sort templates list when adding or replacing,
5318                 prevent from adding or replacing when the template name is empty
5319
5320 2005-11-21 [colin]      1.9.100cvs25
5321
5322         * src/addressbook.c
5323                 Fix some addressbook suckage (dnd, select all)
5324         * src/compose.c
5325         * src/gtk/gtkaspell.c
5326         * src/gtk/gtkaspell.h
5327                 Make the spellchecker menu work with the 
5328                 GtkTextView one instead of overriding it
5329
5330 2005-11-20 [paul]       1.9.100cvs24
5331
5332         * manual/handling.xml
5333                 proofread and corrected
5334
5335 2005-11-20 [paul]       1.9.100cvs23
5336
5337         * manual/Makefile
5338                 generate html as one file
5339         * manual/advanced.xml
5340                 fix output generation
5341                 reformat hidden options list
5342         * manual/manual.xml     ** REMOVED **
5343         * manual/sylpheed-claws-manual.xml      ** ADDED **
5344                 renamed
5345
5346 2005-11-18 [colin]      1.9.100cvs22
5347
5348         * src/prefs_account.c
5349                 Fix layout in news and mbox accounts
5350         * manual/account.xml
5351         * manual/advanced.xml
5352                 New contents for Paul to check :)
5353
5354 2005-11-18 [wwp]        1.9.100cvs21
5355
5356         * src/gtk/quicksearch.c
5357                 don't update extended quicksearch buttons twice
5358
5359 2005-11-18 [paul]       1.9.100cvs20
5360
5361         * src/textview.c
5362                 complete 1.9.100cvs19
5363
5364 2005-11-18 [paul]       1.9.100cvs19
5365
5366         * src/compose.c
5367                 cosmetic improvements
5368         * src/textview.c
5369                 also list text/* attachments
5370
5371 2005-11-18 [colin]      1.9.100cvs18
5372
5373         * src/summaryview.c
5374                 Use column 0 instead of -1 in 
5375                 gtk_ctree_node_moveto, in a naive
5376                 hope it'll fix the gtk-related crashes
5377
5378 2005-11-18 [colin]      1.9.100cvs17
5379
5380         * src/gtk/inputdialog.c
5381                 Fix icon staying the first one
5382
5383 2005-11-17 [wwp]        1.9.100cvs16
5384                 fix possible problem showing some quicksearch buttons, and a bad
5385                 call to g_return_if_fail in a function that returns a value (both
5386                 fixes by Fabien Vantard)
5387
5388 2005-11-15 [wwp]        1.9.100cvs15
5389
5390         * src/gtk/quicksearch.c
5391                 added a tooltip to that obscure ... quicksearch button
5392
5393 2005-11-15 [wwp]        1.9.100cvs14
5394
5395         * src/gtk/quicksearch.c
5396                 add a quicksearch helper to filtering expression users: the ... button
5397                 raises the condition expr window. condition expressions set up w/ this
5398                 window are used by the quicksearch if the user closes it pressing OK.
5399
5400 2005-11-14 [paul]       1.9.100cvs13
5401
5402         * src/plugins/clamav/clamav_plugin.c
5403         * src/plugins/spamassassin/spamassassin.c
5404                 change plugin type following recent merging
5405
5406 2005-11-14 [wwp]        1.9.100cvs12
5407
5408         * src/folder.c
5409                 prevent from crashing when copying/moving message(s) from and
5410                 to the same folder
5411
5412 2005-11-14 [paul]       1.9.100cvs11
5413
5414         * src/plugins/clamav/Makefile.am
5415         * src/plugins/clamav/clamav_plugin.c
5416         * src/plugins/clamav/clamav_plugin.h
5417         * src/plugins/clamav/clamav_plugin_gtk.c
5418                 also merge clamav and clamav_gtk plugins
5419
5420 2005-11-13 [colin]      1.9.100cvs10
5421
5422         * configure.ac
5423         * src/plugins/spamassassin/Makefile.am
5424         * src/plugins/spamassassin/spamassassin.c
5425         * src/plugins/spamassassin/spamassassin.h
5426         * src/plugins/spamassassin/spamassassin_gtk.c
5427                 Merge spamassassin and spamassassin_gtk plugins,
5428                 and build it by default.
5429
5430 2005-11-12 [colin]      1.9.100cvs9
5431
5432         * src/etpan/imap-thread.c
5433                 Fix gcc warning
5434
5435 2005-11-12 [colin]      1.9.100cvs8
5436
5437         * src/procmime.c
5438                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
5439
5440 2005-11-10 [colin]      1.9.100cvs7
5441
5442         * src/main.c
5443                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
5444                 minimised state)
5445
5446 2005-11-10 [wwp]        1.9.100cvs6
5447
5448         * src/gtk/description_window.c
5449                 fix a crash when closing description windows using the WM's [X] button
5450
5451 2005-11-09 [colin]      1.9.100cvs5
5452
5453         * src/common/ssl.c
5454                 Update libetpan call to follow upstream
5455                 (yes, this requires libetpan-0.40cvs3)
5456
5457 2005-11-08 [colin]      1.9.100cvs4
5458
5459         * src/compose.c
5460         * src/textview.c
5461         * src/common/utils.c
5462         * src/common/utils.h
5463                 Enhance the email parser
5464
5465 2005-11-08 [colin]      1.9.100cvs3
5466
5467         * src/procmime.c
5468                 Fix what looks like an off-by-one (fixes 
5469                 attachments from the Bat)
5470
5471 2005-11-08 [wwp]        1.9.100cvs2
5472
5473         * src/main.c
5474                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
5475
5476 2005-11-08 [wwp]        1.9.100cvs1
5477
5478         * src/main.c
5479                 allow exiting Sylpheed-Claws from command-line
5480
5481 2005-11-08 [paul]       1.9.100
5482
5483         1.9.100 released
5484
5485 2005-11-07 [colin]      1.9.99cvs17
5486
5487         * src/addritem.c
5488         * src/ldif.c
5489                 Fix import of base-64 encoded items
5490
5491 2005-11-07 [colin]      1.9.99cvs16
5492
5493         * src/send_message.c
5494                 Fix bug #314 (Queue does not empty under certain 
5495                 circumstances)
5496
5497 2005-11-07 [paul]       1.9.99cvs15
5498
5499         * src/mutt.c
5500         * src/pine.c
5501                 fix buffer overflows
5502                 Thanks to Colin
5503
5504 2005-11-07 [paul]       1.9.99cvs14
5505
5506         * doc/man/Makefile.am
5507         * doc/man/sylpheed-claws.1      ** ADDED **
5508         * doc/man/sylpheed.1            ** DELETED **
5509                 rename and update the man file
5510
5511 2005-11-06 [colin]      1.9.99cvs13
5512
5513         * src/ldif.c
5514                 Fix ldif_get_line() that returned empty strings
5515                 (Didn't understand why). Also fix a possible
5516                 buffer overflow.
5517
5518 2005-11-06 [wwp]        1.9.99cvs12
5519
5520         * src/textview.c
5521         * src/gtk/about.c
5522         * src/gtk/gtkutils.c
5523         * src/gtk/gtkutils.h
5524                 fix a compilation warning,
5525                 make links sensitive in the about dialog
5526
5527 2005-11-04 [wwp]        1.9.99cvs11
5528
5529         * src/gtk/about.c
5530                 don't wrap or translate URIs, and a bit text format cleanup
5531
5532 2005-11-04 [wwp]        1.9.99cvs10
5533
5534         * src/gtk/about.c
5535                 better textview tagging implementation (no more use of marks for
5536                 postponed tagging)
5537
5538 2005-11-02 [colin]      1.9.99cvs9
5539
5540         * src/common/ssl.c
5541                 Forgot an ifdef
5542
5543 2005-11-02 [colin]      1.9.99cvs8
5544
5545         * configure.ac
5546                 Require libetpan-0.40 due to upstream fix
5547         * src/common/ssl.c
5548                 Tell libetpan not to call SSL_Library_Init,
5549                 as we do it ourselves.
5550
5551 2005-11-02 [colin]      1.9.99cvs7
5552
5553         * po/POTFILES.in
5554                 Add missing files (thanks to Fabien Vantard)
5555
5556 2005-11-02 [colin]      1.9.99cvs6
5557
5558         * src/summaryview.c
5559                 Fix totals when read messages are hidden or quicksearch
5560                 is on
5561         * src/ssl_manager.c
5562         * src/ssl_manager.h
5563         * src/common/ssl_certificate.c
5564         * src/common/ssl_certificate.h
5565         * src/gtk/sslcertwindow.c
5566         * src/gtk/sslcertwindow.h
5567                 Fix copyright on my stuff
5568
5569 2005-11-02 [wwp]        1.9.99cvs5
5570
5571         * src/prefs_themes.c
5572                 fix directory name checking (theme installation/removal),
5573                 made related error a bit more verbose
5574
5575 2005-11-02 [colin]      1.9.99cvs4
5576
5577         * src/summaryview.c
5578                 Fix typo (probably fixes bug #841 (Sort by the From 
5579                 field doesn't work)
5580
5581 2005-11-02 [paul]       1.9.99cvs3
5582
5583         * po/ko.po
5584         * po/nb.po
5585                 updated by SungHyun Nam, Geir Helland
5586         * src/wizard.c
5587                 fix typo in welcome message. spotted by
5588                 Andrea Spadaccini
5589
5590 2005-11-01 [colin]      1.9.99cvs2
5591
5592         * src/compose.c
5593                 Fix replying to ml wen confirming subscription
5594         * src/messageview.c
5595         * src/mimeview.c
5596         * src/mimeview.h
5597         * src/privacy.h
5598         * src/summaryview.c
5599                 Make key check non blocking
5600
5601 2005-10-31 [paul]       1.9.99cvs1
5602
5603         * tools/claws.i18n.status.pl
5604                 updated for ChangeLog
5605
5606 2005-10-31 [paul]       1.9.99
5607
5608         1.9.99 released
5609
5610 2005-10-31 [paul]       1.9.15cvs131
5611
5612         * .cvsignore
5613         * ChangeLog
5614         * ChangeLog.claws       ** REMOVED **
5615         * ChangeLog-gtk2.claws  ** REMOVED **
5616         * ChangeLog.gtk1        ** ADDED **
5617         * INSTALL
5618         * Makefile.am
5619         * NEWS
5620         * README
5621         * README.claws          ** REMOVED **
5622         * README.jp             ** REMOVED **
5623         * RELEASE_NOTES         ** ADDED **
5624         * RELEASE_NOTES.claws   ** REMOVED **
5625         * commitHelper
5626         * configure.ac
5627         * sylpheed.spec.in      ** REMOVED **
5628                 tidy up and update the default docs:
5629                 ChangeLog.claws is renamed ChangeLog.gtk1
5630                 ChangeLog-gtk2.claws is renamed ChangeLog
5631                 README.claws is renamed README
5632                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
5633
5634 2005-10-31 [paul]       1.9.15cvs130
5635
5636         * po/it.po
5637                 fix errors
5638
5639 2005-10-31 [paul]       1.9.15cvs129
5640
5641         * po/ca.po
5642         * po/de.po
5643         * po/en_GB.po
5644         * po/fr.po
5645         * po/it.po
5646         * po/pt_BR.po
5647         * po/sk.po
5648         * po/sr.po
5649         * po/zh_CN.po
5650                 updated by Miquel Oliete, Stephan Sachse and
5651                 Thomas Gilgin, me, Fabien Vantard, Andrea
5652                 Spadaccini, Frederico Goncalves Guimaraes,
5653                 Andrej Kacian, Aleksandar Urosevic, and
5654                 Ralgh Young.
5655
5656 2005-10-31 [mones]      1.9.15cvs128
5657
5658         * manual/faq.xml
5659                 More questions.
5660         
5661         * po/es.po
5662                 Updated for release.
5663
5664 2005-10-30 [colin]      1.9.15cvs127
5665
5666         * src/compose.c
5667                 Place cursor before rewrapping (fixes cursor
5668                 pos if quotation gets rewrapped)
5669
5670 2005-10-29 [paul]       1.9.15cvs126
5671
5672         * src/crash.c
5673         * src/foldersel.c
5674         * src/main.c
5675         * src/messageview.c
5676         * src/toolbar.c
5677         * src/gtk/authors.h
5678                 corrections to text items
5679
5680 2005-10-28 [colin]      1.9.15cvs125
5681
5682         * src/messageview.c
5683                 Make "hit 'C' to check sig" work from extern 
5684                 messageviews
5685
5686 2005-10-27 [colin]      1.9.15cvs124
5687
5688         * src/summaryview.c
5689                 Add a hack to avoid segfaulting when hammering 
5690                 on gtk's events
5691
5692 2005-10-27 [wwp]        1.9.15cvs123
5693
5694         * src/prefs_themes.c
5695                 sort list of themes names in themes prefs
5696
5697 2005-10-27 [paul]       1.9.15cvs122
5698
5699         * src/folder.c
5700         * src/prefs_account.c
5701                 fix building on Solaris
5702                 Patch by Alex Moore
5703
5704 2005-10-27 [wwp]        1.9.15cvs121
5705
5706         * src/summaryview.c
5707         * src/gtk/gtksctree.c
5708                 speed up unselecting messages in summary view (thanks to Colin)
5709
5710 2005-10-27 [paul]       1.9.15cvs120
5711
5712         * src/mainwindow.c
5713                 fix a compilation warning
5714         * src/summaryview.c
5715                 fix updating of 'n items selected' count
5716                 when deselecting
5717
5718 2005-10-27 [martin]     1.9.15cvs119
5719
5720         * src/action.c
5721                 ignore actions with a leading '/' in the action menu name
5722                 fixes a crash on menu creation
5723         * src/prefs_actions.c
5724                 do not allow a leading '/' in the action menu name
5725
5726 2005-10-27 [paul]       1.9.15cvs118
5727
5728         * src/main.c
5729                 fix compilation warning
5730
5731 2005-10-27 [paul]       1.9.15cvs117
5732
5733         * src/procmime.c
5734                 add #if HAVE_LOCALE_H
5735
5736 2005-10-27 [paul]       1.9.15cvs116
5737
5738         * src/plugins/clamav/clamav_plugin.c
5739         * src/plugins/dillo_viewer/dillo_viewer.c
5740         * src/plugins/mathml_viewer/mathml_viewer.c
5741         * src/plugins/pgpcore/plugin.c
5742         * src/plugins/pgpinline/plugin.c
5743         * src/plugins/pgpmime/plugin.c
5744         * src/plugins/spamassassin/spamassassin.c
5745         * src/plugins/trayicon/trayicon.c
5746                 plugin_init() : make error messages more
5747                 informative
5748
5749 2005-10-26 [wwp]        1.9.15cvs115
5750
5751         * src/prefs_matcher.c
5752                 enlarge boolean op widget width a bit (wasn't always showing text contents)
5753
5754 2005-10-26 [wwp]        1.9.15cvs114
5755
5756         * src/procmime.c
5757         * src/gtk/gtksctree.c
5758         * src/plugins/spamassassin/libspamc.c
5759         * src/plugins/spamassassin/spamassassin.c
5760                 fix some compilation warnings more
5761
5762 2005-10-26 [mones]      1.9.15cvs113
5763
5764         * po/es.po
5765                 Updated translation
5766
5767 2005-10-26 [paul]       1.9.15cvs112
5768
5769         * src/prefs_message.c
5770                 give all display_xface stuff the
5771                 #if HAVE_LIBCOMPFACE treatment, thus
5772                 preventing a crash
5773                 (Thanks to Wolfgang Enderlein)
5774
5775 2005-10-26 [colin]      1.9.15cvs111
5776
5777         * src/gedit-print.c
5778                 Fix date format
5779         * src/imap_gtk.c
5780         * src/news_gtk.c
5781                 Remove context menu items that should not be there
5782         * src/jpilot.c
5783                 Fix encoding
5784         * src/main.c
5785         * src/mainwindow.c
5786                 Don't show the mainwindow too soon
5787
5788 2005-10-26 [wwp]        1.9.15cvs110
5789
5790         * src/folder.c
5791         * src/manual.c
5792         * src/summaryview.c
5793                 fix uninitialized pointers in the folder updating hook
5794                 (thanks to Colin)
5795
5796 2005-10-25 [mones]      1.9.15cvs109
5797
5798         * manual/faq.xml
5799                 General information subsection completed. 
5800                 Removed archaic references.
5801                 
5802         * manual/Makefile
5803         * manual/dtd/manual.dsl
5804                 Added customization stylesheet for getting paragraphs
5805                 fully justified in PDF output (as suggested by Colin).
5806
5807 2005-10-25 [colin]      1.9.15cvs108
5808
5809         * src/compose.c
5810                 Fix a second leak
5811
5812 2005-10-25 [colin]      1.9.15cvs107
5813
5814         * src/addrbook.c
5815         * src/addrindex.c
5816                 Fix leak (xml_get_element() allocates memory)
5817         * src/compose.c
5818                 Fix leak + dead code (shame!)
5819         * src/procmime.c
5820                 Fix leak
5821
5822 2005-10-25 [colin]      1.9.15cvs106
5823
5824         * src/mimeview.c
5825                 Fix encoding issue in Save all and in 
5826                 overwrite-confirmation alertpanel
5827
5828 2005-10-25 [colin]      1.9.15cvs105
5829
5830         * src/common/socket.c
5831                 Fix a leak - Thanks to Christopher Aillon
5832                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
5833
5834 2005-10-25 [paul]       1.9.15cvs104
5835
5836         * src/wizard.c
5837                 Always guess servers from the right-hand
5838                 email part and guess username from the
5839                 left-hand part. (Thanks to Colin)
5840                 add an X-Face to the welcome message
5841
5842 2005-10-25 [paul]       1.9.15cvs103
5843
5844         * manual/handling.xml
5845                 written by Colin, edited by me
5846
5847 2005-10-25 [wwp]        1.9.15cvs102
5848
5849         * src/folderview.c
5850         * src/grouplistdialog.c
5851         * src/imap.c
5852         * src/noticeview.c
5853                 fix some compilation warnings
5854
5855 2005-10-24 [paul]
5856
5857         1.9.99-rc3 released
5858
5859 2005-10-24 [paul]       1.9.15cvs101
5860
5861         * src/gtk/about.c
5862                 fix window sizing
5863
5864 2005-10-24 [paul]       1.9.15cvs100
5865
5866         * src/pixmaps/offline.xpm
5867         * src/pixmaps/online.xpm
5868                 replace with last default versions
5869
5870 2005-10-24 [colin]      1.9.15cvs99
5871
5872         * src/imap.c
5873                 Fix bug when moving a folder
5874         * src/imap_gtk.c
5875         * src/mh_gtk.c
5876                 "Delete folder" pops up a window, so it 
5877                 should be suffixed with "..."
5878         * src/plugins/pgpcore/sgpgme.c
5879                 Include locale.h
5880
5881 2005-10-24 [mones]      1.9.15cvs98
5882
5883         * manual/Makefile
5884         * manual/account.xml
5885         * manual/ack.xml
5886         * manual/addrbook.xml
5887         * manual/advanced.xml
5888         * manual/faq.xml
5889         * manual/glossary.xml
5890         * manual/gpl.xml
5891         * manual/handling.xml
5892         * manual/intro.xml
5893         * manual/keyboard.xml
5894         * manual/manual.xml
5895         * manual/plugins.xml
5896         * manual/starting.xml
5897         * manual/dtd/sdocbook.dtd
5898                 Initial manual structure and some content.
5899
5900 2005-10-23 [wwp]        1.9.15cvs97
5901
5902         * src/gtk/about.c
5903                 fix a typo
5904
5905 2005-10-23 [wwp]        1.9.15cvs96
5906
5907         * src/gtk/about.c
5908         * src/gtk/authors.h
5909                 rework of the about window (main work by Paul), also featuring a few
5910                 fixes for typos and duplicate names
5911
5912 2005-10-23 [wwp]        1.9.15cvs95
5913
5914         * src/.cvsignore
5915                 Ignore the right binary name (sylpheed-claws now)
5916
5917 2005-10-23 [paul]       1.9.15cvs94
5918
5919         * src/compose.c
5920                 when using Folder Pref 'Default To for
5921                 replies' make the entry in the Compose
5922                 window bold
5923                 Patch by Fabien Vantard
5924
5925 2005-10-22 [colin]      1.9.15cvs93
5926
5927         * src/codeconv.c
5928                 Fix leak
5929
5930 2005-10-22 [colin]      1.9.15cvs92
5931
5932         * src/codeconv.c
5933                 try to convert using locale (apart utf8) if necessary
5934
5935 2005-10-22 [colin]      1.9.15cvs91
5936
5937         * src/pixmaps/new.xpm
5938         * src/pixmaps/unread.xpm
5939                 Make the unread envelope blue again and
5940                 saturate the new one a bit more.
5941
5942 2005-10-22 [colin]      1.9.15cvs90
5943
5944         * src/compose.c
5945                 When replying to a mail sent by one of our accounts,
5946                 use the original list of recipients. Let 'Reply All'
5947                 and 'Reply to sender' work like previously.
5948
5949 2005-10-21 [colin]      1.9.15cvs89
5950
5951         * src/prefs_filtering.c
5952                 Clear fields after add and replace
5953         * src/textview.c
5954                 Display xface differently (better)
5955         * src/plugins/pgpinline/pgpinline.c
5956                 Fix crappy encodings/recodings
5957
5958 2005-10-21 [paul]       1.9.15cvs88
5959
5960         * src/compose.c
5961         * src/prefs_folder_item.c
5962         * src/toolbar.c
5963                 fix news folder Folder Properties
5964                 (thanks to Colin)
5965         * src/folderview.c
5966                 update folderview after Themes change
5967                 keep selected folder selected
5968                 (thanks to Colin)
5969
5970 2005-10-21 [paul]       1.9.15cvs87
5971
5972         * tools/Makefile.am
5973         * tools/OOo2sylpheed.pl
5974         * tools/README
5975         * tools/README.sylprint
5976         * tools/asus_mailled.sh         ** REMOVED **
5977         * tools/filter_conv.pl
5978         * tools/freshmeat_search.pl
5979         * tools/google_search.pl
5980         * tools/gpg-sign-syl            ** REMOVED **
5981         * tools/kmail2sylpheed.pl
5982         * tools/kmail2sylpheed_v2.pl
5983         * tools/multiwebsearch.pl
5984         * tools/nautilus2sylpheed.sh
5985         * tools/newscache_clean.pl
5986         * tools/outlook2sylpheed.pl
5987         * tools/sylpheed-switcher       ** REMOVED **
5988         * tools/sylprint.pl
5989         * tools/sylprint.rc
5990         * tools/tb2sylpheed
5991         * tools/vcard2xml.py
5992         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5993                 update default config dir
5994                 update binary name (thanks to Fabien Vantard)
5995                 remove obsolete scripts
5996
5997 2005-10-21 [colin]      1.9.15cvs86
5998
5999         * src/inc.c
6000                 Fix possible leak and units. Based on a patch by
6001                 Fabien Vantard.
6002
6003 2005-10-20 [colin]      1.9.15cvs85
6004
6005         * src/textview.c
6006                 Clear xface when clearing textview
6007
6008 2005-10-20 [colin]      1.9.15cvs84
6009
6010         * configure.ac
6011         * src/folderview.c
6012         * src/headerview.c
6013         * src/main.c
6014         * src/prefs_common.c
6015         * src/prefs_common.h
6016         * src/prefs_message.c
6017         * src/textview.c
6018         * src/textview.h
6019         * src/common/defs.h
6020         * src/common/utils.c
6021         * src/common/utils.h
6022         * src/gtk/gtkutils.c
6023         * src/gtk/gtkutils.h
6024                 Migrate config to .sylpheed-claws (Automatically)
6025                 Add a way to get the Xface in the TextView
6026
6027 2005-10-20 [colin]      1.9.15cvs83
6028
6029         * src/gtk/Makefile.am
6030         * src/gtk/about.c
6031         * src/gtk/authors.h
6032                 Make the about dialog *grooovy*
6033
6034 2005-10-20 [colin]      1.9.15cvs82
6035
6036         * src/mimeview.c
6037                 Use "Open with" on double click if no command
6038                 was found
6039
6040 2005-10-20 [colin]      1.9.15cvs81
6041
6042         * src/imap.c
6043         * src/etpan/imap-thread.c
6044                 Fix possible crash.
6045
6046 2005-10-20 [paul]       1.9.15cvs80
6047
6048         * src/folder.c
6049                 don't show clipkey icon if the only
6050                 attachment is the signature
6051                 Patch by Colin
6052
6053 2005-10-20 [paul]       1.9.15cvs79
6054
6055         * AUTHORS
6056         * src/plugins/pgpmime/pgpmime.c
6057                 name the PGP/MIME signature 'signature.asc'
6058                 Patch by Andrew Nelson <freeandy@gmail.com>
6059
6060 2005-10-19 [colin]      1.9.15cvs78
6061
6062         * src/plugins/pgpmime/pgpmime.c
6063                 Oops, no need to double-check though
6064
6065 2005-10-19 [colin]      1.9.15cvs77
6066
6067         * src/plugins/pgpinline/pgpinline.c
6068         * src/plugins/pgpmime/pgpmime.c
6069                 Check that my_tmpfile() doesn't 
6070                 return NULL
6071
6072 2005-10-19 [colin]      1.9.15cvs76
6073
6074         * src/common/utils.c
6075                 Use shorter mime boundaries to avoid having
6076                 MTAs rewrapping our headers, breaking the
6077                 PGP signature in the process 
6078         * src/compose.c
6079         * src/plugins/pgpmime/pgpmime.c
6080                 Check for boundary uniqueness to be sure
6081                 it won't happen, instead of hoping for the
6082                 best
6083
6084 2005-10-19 [colin]      1.9.15cvs75
6085
6086         * sylpheed-claws.desktop
6087         * src/Makefile.am
6088         * src/main.c
6089                 Ship a sylpheed-claws binary instead
6090                 of a sylpheed one. Change the socket
6091                 name, too
6092         * src/folderview.c
6093                 Update folder only if it changed
6094         * src/wizard.c
6095                 Fix i18n in welcome mail, patch by
6096                 Fabien Vantard
6097
6098 2005-10-19 [paul]
6099
6100         1.9.99-rc2 released
6101
6102 2005-10-19 [paul]       1.9.15cvs74
6103
6104         * src/folder.c
6105         * src/folderview.c
6106                 fix summaryview update
6107                 Patch by Colin
6108
6109 2005-10-18 [colin]      1.9.15cvs73
6110
6111         * src/plugins/pgpcore/passphrase.c
6112                 Don't XGrabServer, and try a bit more to 
6113                 sync everything before grabbing mouse/keyboard
6114
6115 2005-10-18 [colin]      1.9.15cvs72
6116
6117         * src/Makefile.am
6118         * src/addressadd.c
6119         * src/addressbook.c
6120         * src/folderview.c
6121         * src/grouplistdialog.c
6122         * src/mimeview.c
6123         * src/stock_pixmap.c
6124         * src/stock_pixmap.h
6125         * src/summaryview.c
6126         * src/gtk/gtksctree.c
6127         * src/gtk/gtksctree.h
6128         * src/pixmaps/empty.xpm
6129                 Implement a wrapper call for gtk_ctree_set_node_info
6130                 and gtk_ctree_insert_node, that uses a 1x1 transparent
6131                 pixmap instead of a NULL one. This works around some
6132                 memory problems deep inside gtk, revealed by valgrind,
6133                 and fixes bug #834 (Pressing CTRl-D on a message marked 
6134                 as locked crashes sylpheed.), as well as, probably, 
6135                 wwp's 4th dimension problems that happen in gtk_ctree_*.
6136
6137 2005-10-17 [colin]      1.9.15cvs71
6138
6139         * src/mimeview.c
6140                 Provide visual feedback when checking
6141                 signature
6142
6143 2005-10-17 [colin]      1.9.15cvs70
6144
6145         * src/main.c
6146                 Keep the folder list frozen while checking caches...
6147
6148 2005-10-17 [colin]      1.9.15cvs69
6149
6150         * src/addr_compl.c
6151                 Fi bug #833 (Autocompleting from addressbook 
6152                 fails with extended chars)
6153         * src/imap.c
6154                 Fix 'adding messages' staying in statusbar
6155                 after an error
6156
6157 2005-10-17 [wwp]        1.9.15cvs68
6158
6159         * src/ssl_manager.c
6160                 Fix buttons' layout resizing when window size changes
6161
6162 2005-10-17 [wwp]        1.9.15cvs67
6163
6164         * src/account.c
6165         * src/prefs_account.c
6166         * src/prefs_common.c
6167         * src/prefs_common.h
6168         * src/prefs_folder_item.c
6169         * src/prefs_gtk.c
6170         * src/gtk/logwindow.c
6171         * src/gtk/pluginwindow.c
6172         * src/gtk/prefswindow.c
6173         * src/gtk/prefswindow.h
6174                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
6175
6176 2005-10-17 [paul]       1.9.15cvs66
6177
6178         * configure.ac
6179                 fix missing libetpan message
6180         * po/en_GB.po
6181                 updated
6182         * src/crash.c
6183         * src/manual.c
6184         * src/prefs_themes.c
6185         * src/common/defs.h
6186                 add some new URI defines, change some
6187                 others
6188         * src/wizard.c
6189                 make welcome message translatable
6190                 small improvements to english
6191                 other tweaks
6192         * src/gtk/menu.c
6193                 fix warnings
6194
6195 2005-10-17 [paul]       1.9.15cvs65
6196
6197         * src/summaryview.c
6198                 fix column titles
6199
6200 2005-10-16 [mones]      1.9.15cvs64
6201
6202         * po/es.po
6203                 Updated translation
6204
6205 2005-10-16 [colin]
6206
6207         1.9.99-rc1 released
6208
6209 2005-10-16 [colin]      1.9.15cvs63
6210
6211         * src/wizard.c
6212                 Fix whitespace
6213
6214 2005-10-16 [colin]      1.9.15cvs62
6215
6216         * src/toolbar.c
6217                 s/Get All/Get Mail/
6218         * src/wizard.c
6219                 Real welcome mail text, thanks Paul
6220
6221 2005-10-16 [colin]      1.9.15cvs61
6222
6223         * src/editldap.c
6224         * src/exporthtml.c
6225         * src/main.c
6226         * src/mainwindow.c
6227         * src/prefs_themes.c
6228         * src/prefs_toolbar.c
6229         * src/plugins/demo/demo.c
6230         * src/plugins/trayicon/trayicon.c
6231                 s/Sylpheed/Sylpheed-Claws/
6232
6233 2005-10-16 [colin]      1.9.15cvs60
6234
6235         * src/wizard.c
6236                 Add a welcome email in the first empty mailbox
6237         * src/prefs_common.c
6238                 Change one more default
6239
6240 2005-10-16 [colin]      1.9.15cvs59
6241
6242         * src/wizard.c
6243                 Remove printf
6244
6245 2005-10-16 [colin]      1.9.15cvs58
6246
6247         * src/toolbar.c
6248         * src/prefs_common.c
6249                 Change some defaults
6250
6251 2005-10-16 [colin]      1.9.15cvs57
6252
6253         * src/toolbar.c
6254         * src/prefs_common.c
6255                 Change some defaults
6256
6257 2005-10-16 [colin]      1.9.15cvs56
6258
6259         * src/wizard.c
6260                 By default, initialize fonts to have
6261                 the same size as normal GtkWidgets
6262
6263 2005-10-16 [colin]      1.9.15cvs55
6264
6265         * src/mimeview.c
6266                 Fix message a bit more
6267
6268 2005-10-16 [colin]      1.9.15cvs54
6269
6270         * src/addressbook.c
6271                 Second attempt at flicker fixing
6272
6273 2005-10-16 [colin]      1.9.15cvs53
6274
6275         * src/addressbook.c
6276                 Fix flicker
6277
6278 2005-10-16 [wwp]        1.9.15cvs52
6279
6280         * src/addressbook.c
6281         * src/editaddress.c
6282         * src/prefs_common.c
6283         * src/prefs_common.h
6284                 Remember window sizes (address book)
6285
6286 2005-10-16 [wwp]        1.9.15cvs51
6287
6288         * src/plugins/clamav/clamav_plugin_gtk.c
6289         * src/plugins/spamassassin/spamassassin_gtk.c
6290                 Fix compilation warnings (missing #include).
6291
6292 2005-10-16 [colin]      1.9.15cvs50
6293
6294         * src/mimeview.c
6295         * src/summaryview.c
6296         * src/textview.c
6297                 Make 'c' check signature, and forward
6298                 c, l, y, t from summaryview to mimeview
6299
6300 2005-10-16 [colin]      1.9.15cvs49
6301
6302         * src/addressbook.c
6303                 Put border around buttons
6304         * src/mainwindow.c
6305         * src/summaryview.c
6306                 Rework menus (Patch based on a patch
6307                 by Paul)
6308
6309 2005-10-15 [wwp]        1.9.15cvs48
6310
6311         * src/editjpilot.c
6312         * src/editldap.c
6313         * src/editvcard.c
6314         * src/exphtmldlg.c
6315         * src/expldifdlg.c
6316         * src/export.c
6317         * src/import.c
6318         * src/importldif.c
6319         * src/importmutt.c
6320         * src/importpine.c
6321         * src/prefs_account.c
6322         * src/prefs_spelling.c
6323         * src/gtk/gtkutils.c
6324         * src/gtk/gtkutils.h
6325         * src/plugins/clamav/clamav_plugin_gtk.c
6326         * src/plugins/spamassassin/spamassassin_gtk.c
6327                 use nicer browse-for-file/dir buttons than the "..." ones,
6328                 code factorizing more.
6329
6330 2005-10-14 [colin]      1.9.15cvs47
6331
6332         * src/mainwindow.c
6333                 set relief on the account switcher so that people see it
6334                 grey out Create processing rules when no message is selected
6335         * src/prefs_filtering.c
6336                 ask before closing if the rule has not been modified, even if
6337                 it's not valid
6338         * src/prefs_matcher.c
6339                 fix sensitivity when entering the dialog
6340         * src/gtk/inputdialog.c
6341                 display a better icon on password ask
6342         * src/plugins/pgpcore/passphrase.c
6343                 make the dialog look better
6344
6345 2005-10-14 [paul]       1.9.15cvs46
6346
6347         * src/folderview.c
6348                 indicate presense of marked msgs in
6349                 unexpanded subfolders
6350
6351 2005-10-14 [paul]       1.9.15cvs45
6352
6353         * src/prefs_actions.c
6354         * src/prefs_common.c
6355         * src/prefs_common.h
6356         * src/prefs_filtering_action.c
6357         * src/prefs_matcher.c
6358         * src/prefs_template.c
6359                 remember window sizes
6360                 fix Info button size
6361
6362         Patches by wwp
6363
6364 2005-10-13 [colin]      1.9.15cvs44
6365
6366         * src/mimeview.c
6367         * src/noticeview.c
6368         * src/noticeview.h
6369                 Add a tooltip on the icon (optional) 
6370                 Get rid of the signature buttons and only
6371                 use the icon+tooltip
6372
6373 2005-10-13 [colin]      1.9.15cvs43
6374
6375         * src/noticeview.c
6376         * src/noticeview.h
6377                 Add hand cursor for hovering over icon
6378
6379 2005-10-13 [colin]      1.9.15cvs42
6380
6381         * src/summaryview.c
6382                 Fix crash when quicksearch's hidden 
6383                 at startup
6384
6385 2005-10-13 [colin]      1.9.15cvs41
6386
6387         * src/compose.c
6388                 Set subject when forwarding multiple mails
6389                 Check that other recipient than the default Cc or Bcc
6390                 have been set before sending.
6391
6392 2005-10-13 [colin]      1.9.15cvs40
6393
6394         * src/imap.c
6395                 Batch per-folder
6396                 Introduce locking, but don't use it yet
6397
6398 2005-10-13 [colin]      1.9.15cvs39
6399
6400         * src/gtk/quicksearch.c
6401                 Reset quicksearch when hiding it
6402                 Make sticky a real pref
6403
6404 2005-10-13 [colin]      1.9.15cvs38
6405
6406         * src/summaryview.c
6407                 Faster prefs apply
6408
6409 2005-10-13 [colin]      1.9.15cvs37
6410
6411         * src/mimeview.c
6412         * src/noticeview.c
6413         * src/noticeview.h
6414         * src/plugins/pgpcore/sgpgme.c
6415                 Make privacy icon clickable
6416                 Move Trust field in Full info
6417                 When trust is less than full, don't display
6418                 a warning icon
6419
6420 2005-10-13 [colin]      1.9.15cvs36
6421
6422         * src/folder.c
6423                 Batch on flags sync
6424         * src/folderview.c
6425                 Revert speed hack which is dangerous in fact
6426                 Apply prefs faster
6427
6428 2005-10-13 [colin]      1.9.15cvs35
6429
6430         * src/folder_item_prefs.c
6431                 Fix pref corruption on folder move. Patch
6432                 by wwp
6433
6434 2005-10-13 [paul]       1.9.15cvs34
6435
6436         * src/export.c
6437         * src/import.c
6438                 fix typos in g_warnings
6439         * src/prefs_account.c
6440                 add a file selector for Signature file
6441
6442         Patches by wwp
6443
6444 2005-10-12 [colin]      1.9.15cvs33
6445
6446         * src/mimeview.c
6447                 Provide a quick way to go back from a
6448                 signature's full info to the email part
6449
6450 2005-10-12 [colin]      1.9.15cvs32
6451
6452         * src/compose.c
6453                 Remove old hack of encoding signed mails with base64.
6454                 QP works equally well.
6455
6456 2005-10-12 [colin]      1.9.15cvs31
6457
6458         * src/crash.c
6459                 Replace deprecated GtkText with GtkTextView
6460         * src/imap.c
6461                 Fix a logic bug about counts in imap_select
6462                 (previously un-triggered)
6463         * src/mainwindow.c
6464         * src/summaryview.c
6465         * src/news.c
6466                 Allow local deletion of news posts
6467         * src/mimeview.c
6468                 Show GPG noticeview on the message/rfc822 part
6469                 in addition to the text/plain one
6470         * src/prefs_image_viewer.c
6471           src/plugins/pgpcore/prefs_gpg.c
6472                 Polish (set the label as part of the checkbox)
6473         * src/wizard.c
6474                 Don't sit there doing nothing after destroying
6475                 the window - return err
6476
6477 2005-10-11 [colin]      1.9.15cvs30
6478
6479         * src/folderview.c
6480                 Apply processing rules before showing folders.
6481                 Early folder show (before flags sync) will only
6482                 be done when there are no processing rules (nor
6483                 pre- or post- ones)
6484         * src/imap.c
6485                 Fix stuff related to mail subdir, creation and 
6486                 deletion of folders 
6487         * src/imap_gtk.c
6488                 Don't allow creation of folders in NoInferior
6489                 folders, as it won't work
6490
6491 2005-10-10 [colin]      1.9.15cvs29
6492
6493         * src/compose.c
6494                 Reselect "None" Privacy system when selecting an
6495                 account with no privacy system defined
6496
6497 2005-10-10 [colin]      1.9.15cvs28
6498
6499         * src/mainwindow.c
6500                 Add Windows-1252 encoding
6501         * src/prefs_common.c
6502                 Rework some defaults:
6503                 - autosave to draft by default
6504                 - don't show header pane (it's already in the textview)
6505                 - Select first new or unread mail on entry
6506                 - Assume 'Yes' to change folder when there's no more
6507                   unread message
6508         * src/prefs_matcher.c
6509                 Fix a gtk assertion failure
6510         * src/gtk/colorlabel.c
6511                 Workaround bad repainting on selection
6512         * src/main.c
6513                 Freeze/thaw (a bit faster on ssh -X)
6514         * src/msgcache.c
6515                 Get rid of StrdupConverter that just adds an
6516                 extra strdup/free 
6517         * src/etpan/imap_thread.c
6518                 memset buf to 0
6519
6520 2005-10-10 [colin]      1.9.15cvs27
6521
6522         * src/export.c
6523         * src/import.c
6524                 Fix compile on gtk 2.4. Patch by wwp
6525
6526 2005-10-09 [colin]      1.9.15cvs26
6527
6528         * src/mainwindow.c
6529         * src/messageview.c
6530         * src/summaryview.c
6531                 Clarify forward menus. Patch by wwp
6532
6533 2005-10-09 [colin]      1.9.15cvs25
6534
6535         * src/compose.c
6536         * src/compose.h
6537                 Fix bug #829 (Non-working "Encrypt message by 
6538                 default when replying to an encrypted message")
6539
6540 2005-10-08 [colin]      1.9.15cvs24
6541
6542         * src/wizard.c
6543                 Fix bug #827 ("Welcome" setup wizard after a 
6544                 permission error gives up & forgets itself.)
6545
6546 2005-10-08 [colin]      1.9.15cvs23
6547
6548         * src/procmime.c
6549                 Fix bug #828 (Ignoring headers with spaces around = sign)
6550
6551 2005-10-08 [colin]      1.9.15cvs22
6552
6553         * src/export.c
6554                 Warning fix by wwp
6555
6556 2005-10-08 [colin]      1.9.15cvs21
6557
6558         * src/folder.c
6559         * src/folder.h
6560                 Add a processing_pending indicator, set on 
6561                 folder_item_open and cleared after 
6562                 folder_item_process_open
6563         * src/folderview.c
6564         * src/summaryview.c
6565                 wrap procmsg_msginfo_*_flags, and in the
6566                 wrapper check that there's no folder processing 
6567                 pending. If there is, defer the flags change until 
6568                 processing is done to avoid stepping over each
6569                 other's toes.
6570                 Freeze during processing, but not during scanning.
6571
6572 2005-10-07 [colin]      1.9.15cvs20
6573
6574         * src/plugins/pgpcore/passphrase.c
6575                 Fix bug #826 (X-Server hangs when 
6576                 right-clicking a PGP encrypted message)
6577
6578 2005-10-07 [paul]       1.9.15cvs19
6579
6580         * src/compose.c
6581                 fix compose_entries[]
6582                 patch by Fabien Vantard
6583
6584 2005-10-06 [colin]      1.9.15cvs18
6585
6586         * src/pixmaps/address.xpm
6587         * src/pixmaps/address_book.xpm
6588         * src/pixmaps/book.xpm
6589         * src/pixmaps/check_spelling.xpm
6590         * src/pixmaps/checkbox_off.xpm
6591         * src/pixmaps/checkbox_on.xpm
6592         * src/pixmaps/close.xpm
6593         * src/pixmaps/complete.xpm
6594         * src/pixmaps/continue.xpm
6595         * src/pixmaps/deleted.xpm
6596         * src/pixmaps/down_arrow.xpm
6597         * src/pixmaps/exec.xpm
6598         * src/pixmaps/forwarded.xpm
6599         * src/pixmaps/group.xpm
6600         * src/pixmaps/ignorethread.xpm
6601         * src/pixmaps/interface.xpm
6602         * src/pixmaps/jpilot.xpm
6603         * src/pixmaps/ldap.xpm
6604         * src/pixmaps/linewrap.xpm
6605         * src/pixmaps/linewrapcurrent.xpm
6606         * src/pixmaps/mail.xpm
6607         * src/pixmaps/mail_attach.xpm
6608         * src/pixmaps/mail_compose.xpm
6609         * src/pixmaps/mail_forward.xpm
6610         * src/pixmaps/mail_receive.xpm
6611         * src/pixmaps/mail_receive_all.xpm
6612         * src/pixmaps/mail_reply.xpm
6613         * src/pixmaps/mail_reply_to_all.xpm
6614         * src/pixmaps/mail_reply_to_author.xpm
6615         * src/pixmaps/mail_send.xpm
6616         * src/pixmaps/mail_send_queue.xpm
6617         * src/pixmaps/mime_application.xpm
6618         * src/pixmaps/mime_audio.xpm
6619         * src/pixmaps/mime_image.xpm
6620         * src/pixmaps/mime_message.xpm
6621         * src/pixmaps/mime_text_enriched.xpm
6622         * src/pixmaps/mime_text_html.xpm
6623         * src/pixmaps/mime_text_plain.xpm
6624         * src/pixmaps/mime_unknown.xpm
6625         * src/pixmaps/new.xpm
6626         * src/pixmaps/news_compose.xpm
6627         * src/pixmaps/offline.xpm
6628         * src/pixmaps/online.xpm
6629         * src/pixmaps/paste.xpm
6630         * src/pixmaps/preferences.xpm
6631         * src/pixmaps/privacy_emblem_encrypted.xpm
6632         * src/pixmaps/privacy_expired.xpm
6633         * src/pixmaps/privacy_failed.xpm
6634         * src/pixmaps/privacy_passed.xpm
6635         * src/pixmaps/privacy_signed.xpm
6636         * src/pixmaps/privacy_unknown.xpm
6637         * src/pixmaps/privacy_warn.xpm
6638         * src/pixmaps/properties.xpm
6639         * src/pixmaps/replied.xpm
6640         * src/pixmaps/search.xpm
6641         * src/pixmaps/unread.xpm
6642         * src/pixmaps/up_arrow.xpm
6643         * src/pixmaps/vcard.xpm
6644                 Modernize internal theme, with icons from the 
6645                 Gnomaws theme. Keep some of the old ones where
6646                 they were better.
6647
6648 2005-10-06 [colin]      1.9.15cvs17
6649
6650         * src/summaryview.c
6651                 Little optimisations + bugfix
6652         * src/toolbar.c
6653                 Remove default useless items - useless being defined
6654                 by the default relevant prefs
6655         * src/wizard.c
6656                 include config.h to make gettext work
6657         * src/prefs_themes.c
6658                 Fix selection of current theme in prefs
6659
6660 2005-10-06 [colin]      1.9.15cvs16
6661
6662         * src/prefs_common.c
6663         * src/prefs_common.h
6664         * src/prefs_summaries.c
6665         * src/folderview.c
6666                 Add a warning dialog on Mark all read 
6667                 (with pref to get rid of it)
6668
6669 2005-10-06 [paul]       1.9.15cvs15
6670
6671         * po/nb.po
6672         * po/pt_BR.po
6673                 updated by Geir Helland and Frederico
6674                 Goncalves Guimaraes
6675
6676 2005-10-05 [colin]      1.9.15cvs14
6677
6678         * src/folder.c
6679         * src/folder.h
6680         * src/folderview.c
6681         * src/folderview.h
6682         * src/imap_gtk.c
6683         * src/mh_gtk.c
6684         * src/mainwindow.c
6685         * src/setup.c
6686                 add a way to rescan without rebuilding
6687                 make moving a bit faster (less folders changes)
6688                 don't lock the tree on Get 
6689         * src/imap.c
6690                 Don't re-delete deleted messages before expunging
6691         * src/summaryview.c
6692                 Set batch mode when deleting mails
6693
6694 2005-10-05 [paul]       1.9.15cvs13
6695
6696         * src/mainwindow.c
6697         * src/mainwindow.h
6698                 fix disabled Execute menu item
6699         * src/toolbar.c
6700                 match the change in 1.9.15cvs10: use Compose
6701                 instead of News by default
6702
6703 2005-10-04 [colin]      1.9.15cvs12
6704
6705         * src/compose.c
6706                 When replying to an ML post with Reply-To set
6707                 to the poster's email, honor it (as before),
6708                 but also honor our user's request to reply to
6709                 the mailing list: set the ML address in the To
6710                 field and the Reply-To address in the Cc: 
6711                 field.
6712
6713 2005-10-04 [colin]      1.9.15cvs11
6714
6715         * src/plugins/trayicon/trayicon.c
6716                 Finish cosmetic change - thanks to wwp
6717
6718 2005-10-04 [colin]      1.9.15cvs10
6719
6720         * src/toolbar.c
6721                 Use Compose instead of Email by default.
6722                 Spotted by wwp.
6723
6724 2005-10-04 [colin]      1.9.15cvs9
6725
6726         * src/folder.c
6727         * src/folder.h
6728         * src/folderview.c
6729         * src/imap.c
6730         * src/etpan/imap-thread.c
6731         * src/etpan/imap-thread.h
6732                 Try to make IMAP faster, by simplifying SEARCH
6733                 commands, avoiding sending two STATUS in a row,
6734                 and deferring flags sync and processing just
6735                 after displaying the folder. 
6736                 This will update the SummaryView in certain
6737                 cases (new mails not already fetched, flags
6738                 changed from another client) but in a non-
6739                 blocking manner.
6740
6741 2005-10-04 [colin]      1.9.15cvs8
6742
6743         * src/plugins/trayicon/trayicon.c
6744                 Relabel "Offline" to "Work offline"
6745
6746 2005-10-04 [colin]      1.9.15cvs7
6747
6748         * src/export.c
6749         * src/import.c
6750         * src/mbox.c
6751                 Fix mbox import/export buglets
6752                 Patch by wwp
6753         * src/plugins/trayicon/trayicon.c
6754                 Add offline swithc
6755                 Patch by wwp
6756
6757 2005-10-04 [colin]      1.9.15cvs6
6758
6759         * src/folder.c
6760         * src/folderview.c
6761         * src/summaryview.c
6762                 Better fix (don't break mark all read) for cvs2
6763
6764 2005-10-03 [colin]      1.9.15cvs5
6765
6766         * src/folder.c
6767                 Use a sane sort by default
6768
6769 2005-10-03 [colin]      1.9.15cvs4
6770
6771         * src/inc.c
6772                 Add a 'Only once' button for overriding offline mode
6773         * src/prefs_account.c
6774         * src/wizard.c
6775                 Add Local mbox to the wizard
6776                 Add IMAP subdir to the wizard (or the wizard is useless
6777                 for such accounts, or even worse than useless)
6778                 Move IMAP subdir from Advanced to Receive tab, as it's
6779                 not that uncommon
6780
6781 2005-10-03 [colin]      1.9.15cvs3
6782
6783         * src/send_message.c
6784                 Forgot this one in cvs1
6785
6786 2005-10-03 [colin]      1.9.15cvs2
6787
6788         * src/folder.c
6789                 Faster close when leaving a folder with lots
6790                 of new mails. Idea by David Relson.
6791
6792 2005-10-03 [colin]      1.9.15cvs1
6793
6794         * src/compose.c
6795         * src/imap.c
6796         * src/inc.c
6797         * src/main.c
6798         * src/messageview.c
6799         * src/news.c
6800         * src/summaryview.c
6801         * src/gtk/sslcertwindow.c
6802         * src/plugins/trayicon/trayicon.c
6803                 Add accels to every AlertPanel. Patch by Fabien 
6804                 Vantard
6805
6806 2005-10-03 [paul]       1.9.15
6807
6808         1.9.15 released
6809
6810 2005-10-03 [paul]       1.9.14cvs68
6811
6812         * po/ca.po
6813         * po/de.po
6814         * po/es.po
6815         * po/fi.po
6816         * po/fr.po
6817         * po/sk.po
6818         * po/sr.po
6819         * po/zh_CN.po
6820                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
6821                 Mones Lastra, Tommi Pirinen, Fabien vantard,
6822                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
6823
6824 2005-10-03 [paul]       1.9.14cvs67
6825
6826         * src/send_message.c
6827                 prevent hang on Cancel
6828                 patch by Colin
6829
6830 2005-10-03 [paul]       1.9.14cvs66
6831
6832         * src/main.c
6833                 fix crash in IMAP caused by discrepancy
6834                 between check_at_startup and offline mode
6835                 Patch by Colin
6836
6837 2005-10-01 [paul]       1.9.14cvs65
6838
6839         * src/inc.c
6840                 fix engrish
6841
6842 2005-10-01 [paul]       1.9.14cvs64
6843         * src/export.c
6844         * src/import.c
6845                 synchronise import_mbox() and export_mbox()
6846         * src/mbox.c
6847                 proc_mbox(): add alert if file cannot be opened
6848                 export_list_to_mbox(): test if dest file exists,
6849                 prompt user to overwrite if it does. add alert
6850                 if file cannot be created
6851                                                                 
6852         Patch by wwp
6853                                                                                                                 
6854
6855 2005-09-30 [paul]       1.9.14cvs63
6856
6857         * src/addressbook.c
6858                 Fix sensitivity of a menu
6859         * src/codeconv.c
6860                 Respect hidden pref for mails with no encoding
6861         * src/common/xml.c
6862                 Fix memory corruption
6863         * src/plugins/pgpcore/sgpgme.c
6864                 Fix segfault on incomplete sigs, and display
6865                 of S/Mime UIDs
6866
6867         Patches by Colin
6868
6869 2005-09-30 [colin]      1.9.14cvs62
6870
6871         * src/partial_download.c
6872                 Little logic fix in almost-dead code
6873         * src/pop.c
6874                 Fix partial download when there's no new mail
6875
6876 2005-09-29 [paul]       1.9.14cvs61
6877
6878         * src/plugins/pgpinline/pgpinline.c
6879                 fix bug 819, 'crash accessing sign message'
6880                 Patch by Colin
6881
6882 2005-09-28 [martin]     1.9.14cvs60
6883
6884         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6885                 fix bug #790 (Crash when restarting window manager (fluxbox))
6886
6887 2005-09-28 [paul]       1.9.14cvs59
6888
6889         * src/gtk/gtkaspell.c
6890                 fix off-by-one typo
6891
6892 2005-09-27 [colin]      1.9.14cvs58
6893
6894         * src/plugins/pgpcore/sgpgme.c
6895                 Report error when there's one, instead of
6896                 "Signature unchecked" 
6897
6898 2005-09-27 [colin]      1.9.14cvs57
6899
6900         * src/prefs_quote.c
6901                 Fix bug #816 (Weird quotation with spaces)
6902
6903 2005-09-27 [colin]      1.9.14cvs56
6904
6905         * src/codeconv.c
6906         * src/compose.c
6907         * src/compose.h
6908                 Put subject in compose's title
6909                 Fix Automatic encoding so that it's really automatic:
6910                 first try default locale's charset, then charset of the replied mail, 
6911                 then utf-8
6912                 Fix encoding of headers (must be in strict mode too)
6913
6914 2005-09-26 [colin]      1.9.14cvs55
6915
6916         * src/gtk/gtkaspell.c
6917                 Fix previous patch - don't color the space,
6918                 just uncolor it :)
6919
6920 2005-09-26 [colin]      1.9.14cvs54
6921
6922         * src/gtk/gtkaspell.c
6923                 Unmark space if possible
6924
6925 2005-09-26 [colin]      1.9.14cvs53
6926
6927         * src/imap.c
6928                 log_error instead of alertpanel according to the pref
6929         * src/etpan/imap-thread.c
6930                 Print connect status, copy only necessary size to 
6931                 logger
6932         * src/plugins/pgpmime/pgpmime.c
6933                 Handle S/Mime signatures (verification only). Patch based
6934                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
6935
6936 2005-09-26 [paul]       1.9.14cvs52
6937
6938         * src/common/passcrypt.c
6939                 this 'workaround' not necessary on NetBSD.
6940                 Thanks to Daniel Gustafson
6941
6942 2005-09-26 [paul]
6943
6944         1.9.15-rc4 released
6945
6946 2005-09-26 [paul]       1.9.14cvs51
6947
6948         * src/summaryview.c
6949                 Skip currently selected message when
6950                 looking for next new or unread message
6951                 in current folder. Patch by Colin
6952         * src/common/passcrypt.c
6953                 eliminate warnings on *BSD. Patch by
6954                 Daniel Gustafson
6955
6956 2005-09-26 [colin]      1.9.14cvs50
6957
6958         * src/procmsg.c
6959                 Call postfiltering hook anyway
6960
6961 2005-09-22 [colin]      1.9.14cvs49
6962
6963         * src/codeconv.c
6964         * src/codeconv.h
6965                 Add a strict mode that doesn't replace with _
6966         * src/compose.c
6967         * src/compose.h
6968                 Use strict conversion while sending
6969                 Fix race when drafting while sending (happens
6970                 on IMAP)
6971                 Fix d'n'd of messages from summaryview
6972         * src/prefs_common.c
6973         * src/prefs_common.h
6974                 add hidden utf8_instead_of_locale_for_broken_mail 
6975                 pref for people that preferred the default charset 
6976                 to be utf8 for broken mails
6977         * src/quote_fmt_parse.y
6978                 fix bug #815 (No quote insert if "From:" fied 
6979                 contained Russian letters)
6980         * src/summaryview.c
6981                 Fix d'n'd of messages to compose
6982
6983 2005-09-22 [paul]       1.9.14cvs48
6984
6985         * src/compose.c
6986                 fix bug where attachments Name entry
6987                 would display Path instead
6988
6989 2005-09-21 [paul]       1.9.14cvs47
6990
6991         * README
6992         * README.jp
6993         * configure.ac
6994         * config/config.rpath
6995         * doc/manual/en/sylpheed-20.html
6996         * doc/manual/es/sylpheed-20.html
6997         * po/bg.po
6998         * po/ca.po
6999         * po/de.po
7000         * po/es.po
7001         * po/fr.po
7002         * po/it.po
7003         * po/pt_BR.po
7004         * po/sk.po
7005         * po/zh_TW.po
7006         * src/account.c
7007         * src/account.h
7008         * src/action.c
7009         * src/action.h
7010         * src/adbookbase.h
7011         * src/addr_compl.c
7012         * src/addr_compl.h
7013         * src/addrbook.c
7014         * src/addrbook.h
7015         * src/addrcache.c
7016         * src/addrcache.h
7017         * src/addrcindex.c
7018         * src/addrcindex.h
7019         * src/addrclip.c
7020         * src/addrclip.h
7021         * src/addrdefs.h
7022         * src/addressadd.c
7023         * src/addressadd.h
7024         * src/addressbook.c
7025         * src/addressbook.h
7026         * src/addressitem.h
7027         * src/addrgather.c
7028         * src/addrgather.h
7029         * src/addrharvest.c
7030         * src/addrharvest.h
7031         * src/addrindex.c
7032         * src/addrindex.h
7033         * src/addritem.c
7034         * src/addritem.h
7035         * src/addrquery.c
7036         * src/addrquery.h
7037         * src/addrselect.c
7038         * src/addrselect.h
7039         * src/alertpanel.c
7040         * src/alertpanel.h
7041         * src/browseldap.c
7042         * src/browseldap.h
7043         * src/codeconv.c
7044         * src/codeconv.h
7045         * src/compose.c
7046         * src/compose.h
7047         * src/crash.c
7048         * src/crash.h
7049         * src/customheader.c
7050         * src/customheader.h
7051         * src/displayheader.c
7052         * src/displayheader.h
7053         * src/editaddress.c
7054         * src/editaddress.h
7055         * src/editbook.c
7056         * src/editbook.h
7057         * src/editgroup.c
7058         * src/editgroup.h
7059         * src/editjpilot.c
7060         * src/editjpilot.h
7061         * src/editldap.c
7062         * src/editldap.h
7063         * src/editldap_basedn.c
7064         * src/editldap_basedn.h
7065         * src/editvcard.c
7066         * src/editvcard.h
7067         * src/enriched.c
7068         * src/enriched.h
7069         * src/exphtmldlg.c
7070         * src/exphtmldlg.h
7071         * src/expldifdlg.c
7072         * src/expldifdlg.h
7073         * src/export.c
7074         * src/export.h
7075         * src/exporthtml.c
7076         * src/exporthtml.h
7077         * src/exportldif.c
7078         * src/exportldif.h
7079         * src/filtering.c
7080         * src/filtering.h
7081         * src/folder.c
7082         * src/folder.h
7083         * src/folder_item_prefs.c
7084         * src/folder_item_prefs.h
7085         * src/foldersel.c
7086         * src/foldersel.h
7087         * src/folderutils.c
7088         * src/folderutils.h
7089         * src/folderview.c
7090         * src/folderview.h
7091         * src/grouplistdialog.c
7092         * src/grouplistdialog.h
7093         * src/headerview.c
7094         * src/headerview.h
7095         * src/html.c
7096         * src/html.h
7097         * src/image_viewer.c
7098         * src/image_viewer.h
7099         * src/imap.c
7100         * src/imap.h
7101         * src/imap_gtk.c
7102         * src/imap_gtk.h
7103         * src/import.c
7104         * src/import.h
7105         * src/importldif.c
7106         * src/importldif.h
7107         * src/importmutt.c
7108         * src/importmutt.h
7109         * src/importpine.c
7110         * src/importpine.h
7111         * src/inc.c
7112         * src/inc.h
7113         * src/jpilot.c
7114         * src/jpilot.h
7115         * src/ldapctrl.c
7116         * src/ldapctrl.h
7117         * src/ldaplocate.c
7118         * src/ldaplocate.h
7119         * src/ldapquery.c
7120         * src/ldapquery.h
7121         * src/ldapserver.c
7122         * src/ldapserver.h
7123         * src/ldaputil.c
7124         * src/ldaputil.h
7125         * src/ldif.c
7126         * src/ldif.h
7127         * src/localfolder.c
7128         * src/localfolder.h
7129         * src/main.c
7130         * src/main.h
7131         * src/mainwindow.c
7132         * src/mainwindow.h
7133         * src/manual.c
7134         * src/manual.h
7135         * src/matcher.c
7136         * src/matcher.h
7137         * src/matcher_parser.h
7138         * src/matcher_parser_lex.l
7139         * src/matcher_parser_parse.y
7140         * src/mbox.c
7141         * src/mbox.h
7142         * src/message_search.c
7143         * src/message_search.h
7144         * src/messageview.c
7145         * src/messageview.h
7146         * src/mh.c
7147         * src/mh.h
7148         * src/mh_gtk.c
7149         * src/mh_gtk.h
7150         * src/mimeview.c
7151         * src/mimeview.h
7152         * src/msgcache.c
7153         * src/msgcache.h
7154         * src/mutt.c
7155         * src/mutt.h
7156         * src/news.c
7157         * src/news.h
7158         * src/news_gtk.c
7159         * src/news_gtk.h
7160         * src/noticeview.c
7161         * src/noticeview.h
7162         * src/partial_download.c
7163         * src/partial_download.h
7164         * src/pine.c
7165         * src/pine.h
7166         * src/pop.c
7167         * src/pop.h
7168         * src/prefs_account.c
7169         * src/prefs_account.h
7170         * src/prefs_actions.c
7171         * src/prefs_actions.h
7172         * src/prefs_common.c
7173         * src/prefs_common.h
7174         * src/prefs_compose_writing.c
7175         * src/prefs_compose_writing.h
7176         * src/prefs_customheader.c
7177         * src/prefs_customheader.h
7178         * src/prefs_display_header.c
7179         * src/prefs_display_header.h
7180         * src/prefs_ext_prog.c
7181         * src/prefs_ext_prog.h
7182         * src/prefs_filtering.c
7183         * src/prefs_filtering.h
7184         * src/prefs_filtering_action.c
7185         * src/prefs_filtering_action.h
7186         * src/prefs_folder_column.c
7187         * src/prefs_folder_column.h
7188         * src/prefs_folder_item.c
7189         * src/prefs_folder_item.h
7190         * src/prefs_fonts.c
7191         * src/prefs_fonts.h
7192         * src/prefs_gtk.c
7193         * src/prefs_gtk.h
7194         * src/prefs_image_viewer.c
7195         * src/prefs_image_viewer.h
7196         * src/prefs_matcher.c
7197         * src/prefs_matcher.h
7198         * src/prefs_message.c
7199         * src/prefs_message.h
7200         * src/prefs_msg_colors.c
7201         * src/prefs_msg_colors.h
7202         * src/prefs_other.c
7203         * src/prefs_other.h
7204         * src/prefs_quote.c
7205         * src/prefs_quote.h
7206         * src/prefs_receive.c
7207         * src/prefs_receive.h
7208         * src/prefs_send.c
7209         * src/prefs_send.h
7210         * src/prefs_spelling.c
7211         * src/prefs_spelling.h
7212         * src/prefs_summaries.c
7213         * src/prefs_summaries.h
7214         * src/prefs_summary_column.c
7215         * src/prefs_summary_column.h
7216         * src/prefs_template.c
7217         * src/prefs_template.h
7218         * src/prefs_themes.c
7219         * src/prefs_themes.h
7220         * src/prefs_toolbar.c
7221         * src/prefs_toolbar.h
7222         * src/prefs_wrapping.c
7223         * src/prefs_wrapping.h
7224         * src/privacy.c
7225         * src/privacy.h
7226         * src/procheader.c
7227         * src/procheader.h
7228         * src/procmime.c
7229         * src/procmime.h
7230         * src/procmsg.c
7231         * src/procmsg.h
7232         * src/quote_fmt.c
7233         * src/quote_fmt_parse.y
7234         * src/recv.c
7235         * src/recv.h
7236         * src/remotefolder.c
7237         * src/remotefolder.h
7238         * src/send_message.c
7239         * src/send_message.h
7240         * src/setup.c
7241         * src/setup.h
7242         * src/simple-gettext.c
7243         * src/sourcewindow.c
7244         * src/sourcewindow.h
7245         * src/ssl_manager.c
7246         * src/ssl_manager.h
7247         * src/statusbar.c
7248         * src/statusbar.h
7249         * src/stock_pixmap.c
7250         * src/stock_pixmap.h
7251         * src/summary_search.c
7252         * src/summary_search.h
7253         * src/summaryview.c
7254         * src/summaryview.h
7255         * src/syldap.c
7256         * src/syldap.h
7257         * src/textview.c
7258         * src/textview.h
7259         * src/toolbar.c
7260         * src/toolbar.h
7261         * src/undo.c
7262         * src/undo.h
7263         * src/unmime.c
7264         * src/unmime.h
7265         * src/vcard.c
7266         * src/vcard.h
7267         * src/wizard.c
7268         * src/wizard.h
7269         * src/common/base64.c
7270         * src/common/base64.h
7271         * src/common/defs.h
7272         * src/common/hooks.c
7273         * src/common/hooks.h
7274         * src/common/log.c
7275         * src/common/log.h
7276         * src/common/md5.c
7277         * src/common/md5.h
7278         * src/common/mgutils.c
7279         * src/common/mgutils.h
7280         * src/common/nntp.c
7281         * src/common/nntp.h
7282         * src/common/passcrypt.c
7283         * src/common/passcrypt.h.in
7284         * src/common/plugin.c
7285         * src/common/plugin.h
7286         * src/common/prefs.c
7287         * src/common/prefs.h
7288         * src/common/progressindicator.c
7289         * src/common/progressindicator.h
7290         * src/common/quoted-printable.c
7291         * src/common/quoted-printable.h
7292         * src/common/session.c
7293         * src/common/session.h
7294         * src/common/smtp.c
7295         * src/common/smtp.h
7296         * src/common/socket.c
7297         * src/common/socket.h
7298         * src/common/ssl.c
7299         * src/common/ssl.h
7300         * src/common/ssl_certificate.c
7301         * src/common/ssl_certificate.h
7302         * src/common/string_match.c
7303         * src/common/string_match.h
7304         * src/common/stringtable.c
7305         * src/common/sylpheed.c
7306         * src/common/sylpheed.h
7307         * src/common/template.c
7308         * src/common/template.h
7309         * src/common/timing.h
7310         * src/common/utils.c
7311         * src/common/utils.h
7312         * src/common/uuencode.c
7313         * src/common/uuencode.h
7314         * src/common/version.h.in
7315         * src/common/xml.c
7316         * src/common/xml.h
7317         * src/common/xmlprops.c
7318         * src/common/xmlprops.h
7319         * src/gtk/about.c
7320         * src/gtk/about.h
7321         * src/gtk/colorlabel.c
7322         * src/gtk/colorlabel.h
7323         * src/gtk/colorsel.c
7324         * src/gtk/colorsel.h
7325         * src/gtk/description_window.c
7326         * src/gtk/description_window.h
7327         * src/gtk/filesel.c
7328         * src/gtk/filesel.h
7329         * src/gtk/foldersort.c
7330         * src/gtk/foldersort.h
7331         * src/gtk/gtkutils.c
7332         * src/gtk/gtkutils.h
7333         * src/gtk/inputdialog.c
7334         * src/gtk/inputdialog.h
7335         * src/gtk/logwindow.c
7336         * src/gtk/logwindow.h
7337         * src/gtk/manage_window.c
7338         * src/gtk/manage_window.h
7339         * src/gtk/menu.c
7340         * src/gtk/menu.h
7341         * src/gtk/pluginwindow.c
7342         * src/gtk/pluginwindow.h
7343         * src/gtk/prefswindow.c
7344         * src/gtk/prefswindow.h
7345         * src/gtk/progressdialog.c
7346         * src/gtk/progressdialog.h
7347         * src/gtk/quicksearch.c
7348         * src/gtk/quicksearch.h
7349         * src/gtk/sslcertwindow.c
7350         * src/gtk/sslcertwindow.h
7351         * src/plugins/clamav/clamav_plugin.c
7352         * src/plugins/clamav/clamav_plugin.h
7353         * src/plugins/clamav/clamav_plugin_gtk.c
7354         * src/plugins/demo/demo.c
7355         * src/plugins/dillo_viewer/dillo_prefs.c
7356         * src/plugins/dillo_viewer/dillo_prefs.h
7357         * src/plugins/dillo_viewer/dillo_viewer.c
7358         * src/plugins/mathml_viewer/mathml_viewer.c
7359         * src/plugins/pgpcore/passphrase.c
7360         * src/plugins/pgpcore/passphrase.h
7361         * src/plugins/pgpcore/plugin.c
7362         * src/plugins/pgpcore/prefs_gpg.c
7363         * src/plugins/pgpcore/prefs_gpg.h
7364         * src/plugins/pgpcore/select-keys.c
7365         * src/plugins/pgpcore/select-keys.h
7366         * src/plugins/pgpcore/sgpgme.c
7367         * src/plugins/pgpcore/sgpgme.h
7368         * src/plugins/pgpinline/pgpinline.c
7369         * src/plugins/pgpinline/pgpinline.h
7370         * src/plugins/pgpinline/plugin.c
7371         * src/plugins/pgpmime/pgpmime.c
7372         * src/plugins/pgpmime/pgpmime.h
7373         * src/plugins/pgpmime/plugin.c
7374         * src/plugins/spamassassin/spamassassin.c
7375         * src/plugins/spamassassin/spamassassin.h
7376         * src/plugins/spamassassin/spamassassin_gtk.c
7377         * src/plugins/trayicon/trayicon.c
7378         * tools/OOo2sylpheed.pl
7379         * tools/acroread2sylpheed.pl
7380         * tools/asus_mailled.sh
7381         * tools/filter_conv.pl
7382         * tools/freshmeat_search.pl
7383         * tools/google_search.pl
7384         * tools/kmail2sylpheed.pl
7385         * tools/kmail2sylpheed_v2.pl
7386         * tools/maildir2sylpheed.pl
7387         * tools/multiwebsearch.pl
7388         * tools/newscache_clean.pl
7389         * tools/outlook2sylpheed.pl
7390         * tools/sylpheed-switcher
7391         * tools/update-po
7392         * tools/vcard2xml.py
7393         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7394                 update FSF address
7395
7396 2005-09-21 [colin]      1.9.14cvs46
7397
7398         * src/gedit-print.c
7399         * src/procmsg.c
7400         * src/procmsg.h
7401         * src/textview.c
7402         * src/summaryview.c
7403                 Remove some printing hacks (deselection/reselection),
7404                 which by the way fix printing the currently 
7405                 displayed mime part (still only text)
7406                 Plus a little optimisation of summary_show
7407
7408
7409 2005-09-20 [colin]      1.9.14cvs45
7410
7411         * src/mainwindow.c
7412         * src/messageview.c
7413                 GUI fixups: add accels, set message
7414                 view title to displayed mail's subject
7415         * src/prefs_spelling.c
7416         * src/gtk/gtkaspell.c
7417                 GUI fixups: allow underlining misspelled
7418                 words instead of coloring them (a11y!)
7419
7420 2005-09-19 [colin]
7421
7422         1.9.15rc3 released
7423
7424 2005-09-19 [colin]      1.9.14cvs44
7425
7426         * src/compose.c
7427                 Fix draft message
7428         * src/gtk/gtkaspell.c
7429                 Fix wrong test ;-)
7430
7431 2005-09-19 [colin]      1.9.14cvs43
7432
7433         * src/addressbook.c
7434                 Fix sensitivity of Delete button
7435         * src/compose.c
7436                 Warn if the requested Privacy system
7437                 is not available
7438         * src/exphtmldlg.c
7439         * src/expldifdlg.c
7440         * src/importldif.c
7441         * src/importmutt.c
7442         * src/importpine.c
7443                 Fix crappy UI
7444         * src/
7445         * src/ssl.h
7446         * src/prefs_account.h
7447         * src/prefs_account.c
7448                 Save SSL prefs even in builds that have
7449                 SSL support disable
7450         * src/imap.c
7451         * src/inc.c
7452         * src/news.c
7453         * src/send_message.c
7454                 Warn if connection should be secure, but
7455                 SSL support isn't compiled in
7456         * src/gtkaspell.c
7457                 Fix word separation on UTF-8 systems
7458                 Fixes bug #812 (Strange inline spellchecking)
7459         * src/compose.c
7460                 Warn if the requested Privacy system
7461                 is not available
7462                 Factorize offline warning
7463         * src/imap.c
7464         * src/imap_gtk.c
7465         * src/imap_gtk.h
7466         * src/inc.h
7467         * src/news_gtk.c
7468         * src/news_gtk.h
7469         * src/messageview.c
7470                 Factorize offline warning
7471
7472 2005-09-19 [paul]
7473
7474         1.9.15-rc2 released
7475
7476 2005-09-18 [colin]      1.9.14cvs42
7477
7478         * src/codeconv.c
7479         * src/codeconv.h
7480         * src/procmime.c
7481                 Add a way to get locale's charset ignoring utf-8,
7482                 and use that as default encoding for broken mails
7483
7484 2005-09-18 [colin]      1.9.14cvs41
7485
7486         * src/gtk/logwindow.c
7487                 Translate string. Patch by Fabien Vantard
7488
7489 2005-09-18 [colin]      1.9.14cvs40
7490
7491         * configure.ac
7492                 Fix bug #803 (IMAP/SSL support breaks with 
7493                 GnuTLS libetpan 0.38)
7494
7495 2005-09-18 [colin]      1.9.14cvs39
7496
7497         * src/codeconv.c
7498         * src/compose.c
7499         * src/procmime.c
7500                 More charsets fixes. Fixes bug #806 (non
7501                 ascii characters in subject line)
7502
7503 2005-09-17 [paul]       1.9.14cvs38
7504
7505         * src/folderview.c
7506         * src/mainwindow.c
7507                 fix gcc-2.95 issues
7508                 Patch by Pawel Pekala
7509
7510 2005-09-17 [colin]      1.9.14cvs37
7511
7512         * src/addrindex.c
7513                 bugfix for NO-USE LDAP compilation, patch 
7514                 by Fabien Vantard
7515
7516 2005-09-17 [colin]      1.9.14cvs36
7517
7518         * src/prefs_actions.c
7519         * src/prefs_customheader.c
7520         * src/prefs_display_header.c
7521         * src/prefs_filtering_action.c
7522         * src/prefs_matcher.c
7523         * src/prefs_toolbar.c
7524                 Fix strange casts (less elegant but
7525                 works better)
7526
7527 2005-09-16 [colin]      1.9.14cvs35
7528
7529         * src/jpilot.c
7530                 Missed that one
7531
7532 2005-09-16 [colin]      1.9.14cvs34
7533
7534         * configure.ac
7535         * src/Makefile.am
7536         * src/addr_compl.c
7537         * src/addrindex.c
7538         * src/browseldap.c
7539         * src/editldap.c
7540         * src/ldaplocate.c
7541         * src/ldapquery.c
7542         * src/ldapquery.h
7543         * src/ldapserver.c
7544         * src/ldapserver.h
7545         * src/main.c
7546         * src/matcher_parser_parse.y
7547         * src/prefs_themes.c
7548         * src/etpan/Makefile.am
7549         * src/gtk/description_window.c
7550         * src/plugins/clamav/Makefile.am
7551         * src/plugins/clamav/clamav_plugin.c
7552         * src/plugins/dillo_viewer/Makefile.am
7553         * src/plugins/pgpcore/Makefile.am
7554         * src/plugins/pgpinline/Makefile.am
7555         * src/plugins/pgpmime/Makefile.am
7556         * src/plugins/trayicon/Makefile.am
7557                 Fix 100% cpu usage in address completion list
7558                 Fix little bugs (return with no values etc)
7559                 Fix all warnings (with common CFLAGS)
7560
7561 2005-09-15 [colin]      1.9.14cvs33
7562
7563         * src/addressbook.c
7564                 Fix bug where sometimes a group's email list is empty,
7565                 force its refresh (probably fixes "Re: how to create a 
7566                 distribution list")
7567         * src/ldapquery.c
7568                 Don't return to the callback in the main thread from the
7569                 fetch thread (or face segs!)
7570
7571 2005-09-15 [paul]       1.9.14cvs32
7572
7573         * src/prefs_matcher.c
7574                 forgotten in last commit
7575
7576 2005-09-15 [paul]       1.9.14cvs31
7577
7578         * src/prefs_actions.c
7579         * src/prefs_filtering_action.c
7580         * src/prefs_quote.c
7581         * src/quote_fmt.c
7582         * src/summaryview.c
7583         * src/gtk/description_window.c
7584         * src/gtk/description_window.h
7585         * src/gtk/quicksearch.c
7586                 allow interaction with the called
7587                 description window
7588                 Patch by Anders Hammar
7589
7590 2005-09-14 [paul]       1.9.14cvs30
7591
7592         * src/compose.c
7593                 fix a little annoyance when pasting with 3rd button 
7594                 with wrap_pastes=0 and wrap_input=1
7595                 Patch by Colin
7596
7597 2005-09-14 [paul]       1.9.14cvs29
7598
7599         * src/prefs_account.c
7600                 disable 'Filter messages on receiving' for
7601                 SMTP-only accounts
7602                 Patch  by Anders Hammar
7603
7604 2005-09-14 [paul]       1.9.14cvs28
7605
7606         * po/sk.po
7607                 fix crash
7608                 updated by Andrej Kacian
7609
7610 2005-09-14 [paul]
7611
7612         1.9.15-rc1 released
7613
7614 2005-09-14 [paul]       1.9.14cvs27
7615
7616         * po/es.po
7617                 updated by Ricardo Mones Lastra
7618         * src/compose.c
7619         * src/compose.h
7620                 associate no_wrap_tags to Compose windows
7621                 instead of using a static one
7622                 Patch by Colin
7623         * src/mbox.c
7624                 fix proc_mbox()
7625                 Patch by wwp
7626         * src/textview.c
7627                 remove unneeded printf()
7628
7629 2005-09-14 [paul]       1.9.14cvs26
7630
7631         * src/addrcache.c
7632         * src/codeconv.h
7633         * src/folder.h
7634         * src/mainwindow.h
7635         * src/mh.c
7636         * src/mimeview.h
7637         * src/partial_download.c
7638         * src/pop.c
7639         * src/prefs_account.c
7640         * src/prefs_account.h
7641         * src/prefs_actions.c
7642         * src/prefs_customheader.c
7643         * src/prefs_display_header.c
7644         * src/prefs_filtering_action.c
7645         * src/prefs_matcher.c
7646         * src/prefs_toolbar.c
7647         * src/privacy.h
7648         * src/procmime.c
7649         * src/procmime.h
7650         * src/procmsg.h
7651         * src/textview.c
7652         * src/undo.h
7653         * src/common/plugin.c
7654         * src/common/session.h
7655         * src/common/socket.c
7656         * src/common/socket.h
7657         * src/common/template.c
7658         * src/gtk/gtkaspell.c
7659         * src/gtk/quicksearch.h
7660         * src/plugins/pgpcore/passphrase.c
7661         * src/plugins/pgpcore/prefs_gpg.h
7662         * src/plugins/pgpcore/select-keys.c
7663         * src/plugins/pgpcore/select-keys.h
7664         * src/plugins/pgpcore/sgpgme.c
7665         * src/plugins/pgpinline/pgpinline.c
7666         * src/plugins/pgpmime/pgpmime.c
7667         * src/plugins/trayicon/trayicon.c
7668                 fix compilation warnings
7669                 Patch by Daniel Gustafson
7670
7671 2005-09-14 [paul]       1.9.14cvs25
7672
7673         * src/addressbook.c
7674                 add missing column header, and other small
7675                 bug fixes
7676                 Patch by Anders Hammar
7677
7678 2005-09-13 [colin]      1.9.14cvs24
7679
7680         * src/gtk/gtkaspell.c
7681                 Fix non-utf8 in menu
7682                 Fix little leaks
7683                 Nullify struct members after free()s
7684
7685 2005-09-13 [colin]      1.9.14cvs23
7686
7687         * src/compose.c
7688                 Test utf8 compliance before inserting to 
7689                 buffer, and try to convert if necessary
7690         * src/procmime.c
7691                 If no charset is present, use the locale 
7692                 one instead of us-ascii
7693         * src/procmsg.c
7694                 Add Sender, List-Post and To in the checked 
7695                 headers for automatic rules creation 
7696                 (thanks to wwp)
7697         * src/prefs_themes.c
7698         * src/gtk/gtkaspell.c
7699                 Remove deprecated functions. 
7700                 patch by Daniel Gustafson
7701
7702 2005-09-12 [colin]      1.9.14cvs22
7703
7704         * src/compose.c
7705                 Fix bug #448 (Scrolling/Redraw issue with 
7706                 address-fields in Header)
7707         * src/mainwindow.c
7708         * src/summaryview.c
7709         * src/summaryview.h
7710                 Fix loss of MSG_MARKED on move/copy
7711                 Fix bug #804 (Quicksearch togglebutton doesn't 
7712                 get depressed after '/' key is pressed)
7713
7714 2005-09-12 [paul]       1.9.14cvs21
7715
7716         * AUTHORS
7717         * src/gtk/logwindow.c
7718                 add 'Clear Log' to popup menu
7719                 Patch by Anders Hammar <anders.hammar@telia.com>
7720
7721 2005-09-12 [paul]       1.9.14cvs20
7722
7723         * src/compose.c
7724                 set correct sensitivity on attachments
7725                 popup menu
7726         * src/folder.c
7727                 fix typo
7728         * src/prefs_spelling.c
7729                 fix crash when no LANG env is set
7730         * src/common/xml.c
7731                 fix crash in wizard
7732                 don't use memeory after free
7733
7734         All patches by Daniel Gustafson
7735
7736 2005-09-12 [paul]       1.9.14cvs19
7737
7738         * src/prefs_themes.c
7739                 make theme info selectable
7740         * src/gtk/description_window.c
7741                 make window non-modal
7742         * tools/README
7743                 add details of asus_mailed.sh
7744         * tools/claws.i18n.status.pl
7745                 update for new zh_TW translator
7746                 widen the output
7747                 create alternate coloured lines
7748                 improve readability
7749
7750 2005-09-10 [colin]      1.9.14cvs18
7751
7752         * src/plugins/pgpcore/select-keys.c
7753                 Better order for the buttons
7754
7755 2005-09-10 [colin]      1.9.14cvs17
7756
7757         * src/compose.c
7758         * src/plugins/pgpcore/select-keys.c
7759         * src/plugins/pgpcore/select-keys.h
7760         * src/plugins/pgpcore/sgpgme.c
7761                 Add a "Don't encrypt" button to the key
7762                 selection dialog. Fixes bug #177 (There should be a 
7763                 'Don't encrypt button in the Select Keys dialog)
7764
7765 2005-09-10 [colin]      1.9.14cvs16
7766
7767         * src/compose.c
7768                 Fix bug #572 (%X option does not work with templates)
7769
7770 2005-09-10 [colin]      1.9.14cvs15
7771
7772         * src/toolbar.c 
7773                 Remove g_print
7774
7775 2005-09-10 [colin]      1.9.14cvs14
7776
7777         * src/imap.c
7778                 Fix a possible crash
7779
7780 2005-09-09 [colin]      1.9.14cvs13
7781
7782         * src/imap.c
7783         * src/etpan/imap-thread.c
7784         * src/etpan/imap-thread.h
7785                 Fix moving from queue or drafts to normal folders
7786                 Fix bug #794 (No way to delete without expunging)
7787                 Take flags unset by other mailers into account
7788                 Take deleted flag set by other mailers into account
7789                 Fix unsetting REPLIED flag
7790                 Fix crash when capabilities can't be retrieved
7791         * src/mainwindow.c
7792         * src/mainwindow.h
7793                 Add M_DELAYED_FLAGS condition, and let the user use
7794                 Execute in order to be able to expunge deleted mails,
7795                 even if he's not in delayed execute mode
7796         * src/prefs_spelling.c
7797                 Use 'en' dictionary by default if LANG is POSIX or C
7798         * src/gtk/prefswindow.c
7799                 Fix bug #767 (Preferences windows expanding) by making
7800                 the window a bit larger when the resolution is greater
7801                 than 640x480, and by putting the prefs in a
7802                 GtkScrolledWindow.
7803
7804 2005-09-09 [paul]       1.9.14cvs12
7805
7806         * AUTHORS
7807         * configure.ac
7808         * po/zh_TW.Big5.po      ** REMOVED **
7809         * po/zh_TW.po           ** ADDED **
7810                 updated by Wei-Lun Chao
7811
7812 2005-09-09 [paul]       1.9.14cvs11
7813
7814         * src/mainwindow.c
7815                 fix asserts
7816         * src/common/xml.c
7817                 delay memory allocation until file is
7818                 opened successfully
7819                 Patch by Daniel Gustafson
7820
7821 2005-09-09 [colin]      1.9.14cvs10
7822
7823         * src/imap.c
7824                 Add guards
7825
7826 2005-09-08 [colin]      1.9.14cvs9
7827
7828         * src/compose.c
7829                 Alert when we can't save draft
7830                 Fix various wrap/color issues
7831                 Add mid-click pasting respecting wrap_paste option
7832         * src/folder.c
7833         * src/folder.h
7834         * src/folder_item_prefs.c
7835         * src/folder_item_prefs.h
7836         * src/imap.c
7837         * src/imap_gtk.c
7838         * src/imap_gtk.h
7839         * src/main.c
7840         * src/mainwindow.c
7841         * src/mainwindow.h
7842         * src/news.c
7843         * src/news_gtk.c
7844         * src/news_gtk.h
7845         * src/prefs_folder_item.c
7846                 Fix the impossibility to synchronise folders for
7847                 offline use (IMAP and NNTP are concerned)
7848
7849 2005-09-08 [colin]      1.9.14cvs8
7850
7851         * configure.ac
7852                 Build LDAP and JPilot by default if available
7853         * src/textview.c
7854                 Fix use after free
7855
7856 2005-09-08 [paul]       1.9.14cvs7
7857
7858         * doc/manual/en/sylpheed-1.html
7859         * doc/manual/en/sylpheed-18.html
7860         * doc/manual/en/sylpheed-19.html
7861         * doc/manual/en/sylpheed-4.html
7862         * doc/manual/en/sylpheed-6.html
7863         * doc/manual/en/sylpheed.html
7864                 a few minor updates, plus include some
7865                 details about plugins and their requirements
7866         * src/mainwindow.c
7867                 minor changes to English in /View/Sort
7868
7869 2005-09-07 [colin]      1.9.14cvs6
7870
7871         * doc/manual/en/sylpheed-1.html
7872         * doc/manual/en/sylpheed-10.html
7873         * doc/manual/en/sylpheed-11.html
7874         * doc/manual/en/sylpheed-12.html
7875         * doc/manual/en/sylpheed-13.html
7876         * doc/manual/en/sylpheed-14.html
7877         * doc/manual/en/sylpheed-15.html
7878         * doc/manual/en/sylpheed-16.html
7879         * doc/manual/en/sylpheed-17.html
7880         * doc/manual/en/sylpheed-18.html
7881         * doc/manual/en/sylpheed-19.html
7882         * doc/manual/en/sylpheed-2.html
7883         * doc/manual/en/sylpheed-20.html
7884         * doc/manual/en/sylpheed-21.html
7885         * doc/manual/en/sylpheed-22.html
7886         * doc/manual/en/sylpheed-3.html
7887         * doc/manual/en/sylpheed-4.html
7888         * doc/manual/en/sylpheed-5.html
7889         * doc/manual/en/sylpheed-6.html
7890         * doc/manual/en/sylpheed-7.html
7891         * doc/manual/en/sylpheed-8.html
7892         * doc/manual/en/sylpheed-9.html
7893         * doc/manual/en/sylpheed.html
7894                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
7895
7896 2005-09-07 [colin]      1.9.14cvs5
7897
7898         * src/mainwindow.c
7899                 Make labels more to-the-point
7900
7901 2005-09-07 [colin]      1.9.14cvs4
7902
7903         * doc/manual/en/sylpheed-1.html
7904         * doc/manual/en/sylpheed-12.html
7905         * doc/manual/en/sylpheed-13.html
7906         * doc/manual/en/sylpheed-14.html
7907         * doc/manual/en/sylpheed-15.html
7908         * doc/manual/en/sylpheed-16.html
7909         * doc/manual/en/sylpheed-17.html
7910         * doc/manual/en/sylpheed-18.html
7911         * doc/manual/en/sylpheed-19.html
7912         * doc/manual/en/sylpheed-2.html
7913         * doc/manual/en/sylpheed-20.html
7914         * doc/manual/en/sylpheed-21.html
7915         * doc/manual/en/sylpheed-22.html
7916         * doc/manual/en/sylpheed-4.html
7917         * doc/manual/en/sylpheed-5.html
7918         * doc/manual/en/sylpheed-6.html
7919         * doc/manual/en/sylpheed-7.html
7920         * doc/manual/en/sylpheed-8.html
7921         * doc/manual/en/sylpheed-9.html
7922         * doc/manual/en/sylpheed.html
7923                 Update manual
7924
7925 2005-09-07 [colin]      1.9.14cvs3
7926
7927         * doc/faq/en/sylpheed-faq-1.html
7928         * doc/faq/en/sylpheed-faq-2.html
7929         * doc/faq/en/sylpheed-faq-3.html
7930         * doc/faq/en/sylpheed-faq.html
7931                 Update FAQ
7932
7933 2005-09-07 [colin]      1.9.14cvs2
7934
7935         * src/folderview.c
7936         * src/procmsg.c
7937         * src/summaryview.c
7938         * src/toolbar.c
7939                 Fix special subfolders:
7940                 - Inherit parent's icon
7941                 - sent contents of queues subfolders
7942                 - empty subfolders of trashes
7943         * src/mainwindow.c
7944                 Remove outdated manual and faq entries
7945         * src/common/utils.c
7946                 Add quotes around %s coming from mailcap
7947
7948 2005-09-07 [colin]      1.9.14cvs1
7949
7950         * src/compose.c
7951                 After saving draft, set modified to FALSE
7952         * src/mimeview.c
7953         * src/common/utils.c
7954         * src/common/utils.h
7955                 Try to open mime parts using what is 
7956                 indicated in ~/.mailcap or /etc/mailcap,
7957                 if possible.
7958
7959 2005-09-05 [paul]       1.9.14
7960
7961         1.9.14 released
7962
7963         * po/sk.po
7964                 updated by Andrej Kacian
7965
7966 2005-09-05 [paul]       1.9.13cvs83
7967
7968         * po/de.po
7969         * po/es.po
7970         * po/fi.po
7971         * po/fr.po
7972         * po/nb.po
7973         * po/pt_BR.po
7974         * po/sr.po
7975                 updated translations by Thomas Gilgin, Ricardo Mones
7976                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
7977                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
7978
7979 2005-09-04 [paul]       1.9.13cvs82
7980
7981         * src/compose.c
7982                 only warn about exceeded line length limit
7983                 on send
7984
7985 2005-09-04 [paul]       1.9.13cvs81
7986
7987         * src/compose.c
7988                 fix crash in 'line length exceeded' dialogue
7989
7990 2005-09-02 [paul]       1.9.13cvs80
7991
7992         * src/imap.c
7993                 fix bug 795, 'Connection lost IMAP'
7994                 and add statusbar prints
7995                 Patch by Colin
7996
7997 2005-09-02 [paul]       1.9.13cvs79
7998
7999         * src/compose.c
8000                 compose_wrap_paragraph() becomes
8001                 compose_beautify_paragraph()
8002                 Patch by Colin
8003
8004 2005-09-02 [colin]      1.9.13cvs78
8005
8006         * src/folderview.c
8007                 Micro-fix
8008
8009 2005-09-01 [colin]      1.9.13cvs77
8010
8011         * src/imap.c
8012                 Maybe fix bug #795 (Connection lost IMAP)
8013                 Don't try to send logout when we're disconnected.
8014         * src/summaryview.c
8015                 Include locked and marked emails in HRM
8016                 view. Fixes bug #800 (Locked messages no longer 
8017                 show up when hide read messages is used)
8018
8019 2005-09-01 [paul]       1.9.13cvs76
8020
8021         * src/prefs_common.c
8022                 fix bad cutting
8023
8024 2005-08-31 [colin]      1.9.13cvs75
8025
8026         * src/folderview.c
8027         * src/folderview.h
8028         * src/prefs_summaries.c
8029         * src/summaryview.c
8030                 Fix "go to next new", fix preference
8031                 (Open unread/next swapped)
8032
8033 2005-08-31 [paul]       1.9.13cvs74
8034
8035         * src/compose.c
8036         * src/folderview.c
8037         * src/headerview.c
8038         * src/headerview.h
8039         * src/mainwindow.c
8040         * src/prefs_common.c
8041         * src/prefs_common.h
8042         * src/prefs_fonts.c
8043         * src/summaryview.c
8044         * src/textview.c
8045         * src/common/defs.h
8046                 remove obsolete BOLD_FONT setting
8047                 fix font update in headerview and textview
8048                 headers after prefs change
8049                 Patch By Colin
8050
8051 2005-08-31 [paul]
8052
8053         1.9.14-rc4 released
8054
8055 2005-08-30 [colin]      1.9.13cvs73
8056
8057         * src/summaryview.c
8058                 When Hide read messages is selected and we
8059                 refresh the summaryview, don't remove the 
8060                 currently displayed message. Fixes bug #797
8061                 (Summary view reloads when new mail is 
8062                 downloaded in 1.9.14 rc)
8063
8064 2005-08-30 [colin]      1.9.13cvs72
8065
8066         * src/folderview.c
8067                 Fix flickering
8068         * src/mainwindow.c
8069                 Remove useless callback
8070         * src/mimeview.c
8071         * src/gtk/filesel.c
8072         * src/gtk/filesel.h
8073                 Add a filesel_select_file_save_folder() - used by Save All
8074
8075 2005-08-29 [paul]       1.9.13cvs71
8076
8077         * AUTHORS
8078         * src/matcher_parser_parse.y
8079         * src/etpan/imap-thread.c
8080                 fix building on FreeBSD
8081                 Patch by Daniel Gustafson <daniel@hobbit.se>
8082
8083 2005-08-29 [paul]       1.9.13cvs70
8084
8085         * src/plugins/pgpinline/pgpinline.c
8086                 only initialise sig result if it's been handled
8087                 Patch by Colin
8088
8089 2005-08-29 [paul]       1.9.13cvs69
8090         
8091         Patches by Colin:
8092
8093         * src/imap.c
8094         * src/common.utils.c
8095         * src/common/utils.h
8096                 optimisation
8097         * src/stock_pixmap.h
8098                 fix wrong icon reference
8099         * src/pixmaps/trash_btn.xpm
8100                 replace with nicer image
8101
8102 2005-08-28 [colin]      1.9.13cvs68
8103
8104         * src/Makefile.am
8105         * src/stock_pixmap.c
8106         * src/stock_pixmap.h
8107         * src/toolbar.c
8108         * src/pixmaps/trash_btn.xpm
8109                 Add a specific trash xpm for the button
8110
8111 2005-08-28 [colin]      1.9.13cvs67
8112
8113         * src/imap.c
8114                 Fix leak
8115
8116 2005-08-27 [colin]      1.9.13cvs66
8117
8118         * src/imap.c
8119         * src/procmime.c
8120                 Correctly fix "Problem with replies", fixes
8121                 pgpmime encryption too. 
8122
8123 2005-08-27 [colin]      1.9.13cvs65
8124
8125         * src/folder.c
8126         * src/procmsg.c
8127         * src/procmsg.h
8128         * src/summaryview.c
8129                 Fix bug #517 (messages removed from summaryview 
8130                 when moving fails)
8131
8132 2005-08-27 [colin]      1.9.13cvs64
8133
8134         * tools/Makefile.am
8135         * tools/asus_mailled.sh
8136                 Add a script to blink ASUS laptops' mail LED where there
8137                 is unread mail.
8138
8139 2005-08-27 [colin]      1.9.13cvs63
8140
8141         * src/imap.c
8142         * src/etpan/imap-thread.c
8143         * src/etpan/imap-thread.h
8144                 Implement automatic choosing of login method
8145                 Fixes bug #791
8146         * src/gtk/.cvsignore
8147                 Add sylpheed-marshal.[ch]
8148
8149 2005-08-27 [colin]      1.9.13cvs62
8150
8151         * src/common/utils.c
8152                 Fix confusing perror
8153
8154 2005-08-27 [colin]      1.9.13cvs61
8155
8156         * src/toolbar.c
8157         * src/toolbar.h
8158                 Remove A_DELETE, replace it with 
8159                 A_TRASH and A_DELETE_REAL. Automatically
8160                 rewrite config files to replace A_DELETE
8161                 with A_TRASH (no functionality change).
8162                 Fixes half of #794
8163
8164 2005-08-26 [colin]      1.9.13cvs60
8165
8166         * src/procmime.c
8167                 Previous "Problem with replies" fix brought other
8168                 problems, fixing them
8169
8170 2005-08-26 [colin]      1.9.13cvs59
8171
8172         * src/procmime.c
8173                 Fix "Problem with replies". This happened only
8174                 on IMAP...
8175         * src/procmsg.c
8176                 Factorize code a bit
8177         * src/compose.c
8178                 Speed improvement on very long messages (wrapping)
8179                 Fix signature color on Reedit and Redirect
8180                 On Reedit, don't attach pgp-signatures parts, but
8181                 set signing to On.
8182
8183 2005-08-24 [paul]       1.9.13cvs58
8184
8185         * src/compose.c
8186                 don't claim success when clicking
8187                 Cancel on the passphrase box.
8188                 Patch by Colin
8189
8190 2005-08-24 [paul]       1.9.13cvs57
8191
8192         * src/main.c
8193                 fix misplaced sylpheed.log
8194         * src/common/defs.h
8195                 define UIDL_DIR
8196
8197 2005-08-24 [paul]       1.9.13cvs56
8198
8199         * src/imap.c
8200         * src/etpan/imap-thread.c
8201         * src/etpan/imap-thread.h
8202                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
8203                 Patch by Colin
8204         * src/gtk/sylpheed-marshal.c    ** REMOVED **
8205         * src/gtk/sylpheed-marshal.h    ** REMOVED **
8206                 remove autogenerated files
8207         * tools/kdeservicemenu/README
8208         * tools/kdeservicemenu/install.sh
8209         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8210         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8211                 use Claws icon, use 'Sylpheed-Claws' in menu,
8212                 use kdialog, and other cleanups
8213
8214 2005-08-23 [paul]       1.9.13cvs55
8215
8216         * src/compose.c
8217                 fix paste/wrap crash
8218                 Patch by Colin
8219
8220 2005-08-23 [paul]       1.9.13cvs54
8221
8222         * src/main.c
8223                 fix crash recovery
8224                 Patch by Colin
8225
8226 2005-08-23 [paul]       1.9.13cvs53
8227
8228         * src/addressbook.c
8229         * src/editaddress.c
8230                 view all data of LDAP contacts
8231                 Patch by Colin
8232
8233 2005-08-23 [paul]       1.9.13cvs52
8234
8235         * src/addressbook.c
8236                 fix issues with the Search field
8237                 Patch by Colin
8238
8239 2005-08-22 [paul]       1.9.13cvs51
8240
8241         * src/folderview.c
8242                 put name of folder in processing dialog
8243                 title
8244         * src/prefs_folder_item.c
8245                 improve english usage
8246
8247 2005-08-22 [paul]       1.9.13cvs50
8248
8249         * src/filtering.c
8250         * src/filtering.h
8251         * src/matcher.c
8252         * src/matcher_parser_lex.l
8253         * src/matcher_parser_parse.y
8254         * src/prefs_filtering.c
8255                 add Filtering/Processing rule names feature.
8256                 (the incompatible old matcherrc is saved as
8257                 matcherrc.pre_names).
8258                 Patch by Colin
8259
8260 2005-08-22 [paul]       1.9.13cvs49
8261
8262         * src/procmsg.c
8263                 fix colour labelling
8264                 Patch by Colin
8265
8266 2005-08-22 [paul]       1.9.13cvs48
8267
8268         * src/textview.c
8269                 fix open_image_cb()
8270
8271 2005-08-22 [paul]       1.9.13cvs47
8272
8273         * src/imap.c
8274                 fix bug 789, 'SC crashes with imap (CVS ver)'
8275                 Patch by Colin
8276
8277 2005-08-22 [paul]       1.9.13cvs46
8278
8279         * src/mimeview.c
8280         * src/prefs_common.c
8281         * src/common/defs.h
8282                 define reused defaults in defs.h
8283         * src/textview.c
8284                 add 'Open image' to image popup menu
8285
8286 2005-08-21 [colin]      1.9.13cvs45
8287
8288         * src/summaryview.c
8289                 Fix bug #788 (Bogus "From" address displayed)
8290
8291 2005-08-20 [colin]      1.9.13cvs44
8292
8293         * src/folder.c
8294                 Fix buf #787 (multilevel delete causes SIGSEGV)
8295
8296 2005-08-19 [colin]      1.9.13cvs43
8297
8298         * src/inc.c
8299         * src/prefs_common.c
8300         * src/prefs_common.h
8301                 Add an hidden pref to allow modifying the
8302                 update stepping in incorporation.
8303                 Patch by wwp.
8304
8305 2005-08-19 [colin]      1.9.13cvs42
8306
8307         * src/compose.c
8308         * src/procmime.c
8309                 Workaround for broken MUAs: encode 
8310                 Content-type: name: as ASCII and 
8311                 Content-Disposition: filename: as
8312                 per rfc2231
8313         * src/prefs_account.c
8314                 Fix invisible-ness of SMTP SSL prefs
8315                 in NNTP accounts
8316
8317 2005-08-19 [paul]       1.9.13cvs41
8318
8319         * src/compose.c
8320         * src/prefs_common.c
8321         * src/prefs_common.h
8322         * src/prefs_wrapping.c
8323                 paste with or without wrapping.
8324                 patch by Colin
8325
8326 2005-08-19 [paul]       1.9.13cvs40
8327
8328         * src/prefs_common.c
8329         * src/prefs_common.h
8330         * src/summaryview.c
8331                 reintroduce enable_swap_from as a
8332                 hidden pref. patch by Colin
8333         * src/quote_fmt_parse.y
8334         * src/plugins/clamav/clamav_plugin.c
8335         * src/plugins/dillo_viewer/dillo_viewer.c
8336         * src/plugins/mathml_viewer/mathml_viewer.c
8337         * src/plugins/pgpcore/sgpgme.c
8338         * src/plugins/pgpinline/pgpinline.c
8339         * src/plugins/pgpmime/pgpmime.c
8340                 tidy up. patch by Colin
8341
8342 2005-08-19 [paul]       1.9.13cvs39
8343
8344         * configure.ac
8345                 complete cvs38's sync
8346         * src/editaddress.c
8347         * src/gedit-print.c
8348         * src/mutt.c
8349         * src/etpan/etpan-log.c
8350         * src/etpan/imap-thread.c
8351         * src/gtk/gtksourceprintjob.c
8352                 fix compilation warnings
8353                 (patch by Colin)
8354
8355 2005-08-19 [paul]       1.9.13cvs38
8356
8357         sync with main:
8358
8359         * src/account.c
8360         * src/action.c
8361         * src/addrbook.c
8362         * src/addrcache.c
8363         * src/addrharvest.c
8364         * src/addrindex.c
8365         * src/codeconv.c
8366         * src/compose.c
8367         * src/crash.c
8368         * src/exporthtml.c
8369         * src/exportldif.c
8370         * src/folder.c
8371         * src/image_viewer.c
8372         * src/inc.c
8373         * src/inc.h
8374         * src/jpilot.c
8375         * src/ldif.c
8376         * src/main.c
8377         * src/matcher.c
8378         * src/mbox.c
8379         * src/messageview.c
8380         * src/mh.c
8381         * src/mimeview.c
8382         * src/msgcache.c
8383         * src/mutt.c
8384         * src/news.c
8385         * src/partial_download.c
8386         * src/pine.c
8387         * src/pop.c
8388         * src/prefs_actions.c
8389         * src/prefs_common.c
8390         * src/prefs_customheader.c
8391         * src/prefs_display_header.c
8392         * src/prefs_gtk.c
8393         * src/prefs_themes.c
8394         * src/procheader.c
8395         * src/procmime.c
8396         * src/procmsg.c
8397         * src/recv.c
8398         * src/send_message.c
8399         * src/simple-gettext.c
8400         * src/sourcewindow.c
8401         * src/textview.c
8402         * src/vcard.c
8403         * src/common/defs.h
8404         * src/common/log.c
8405         * src/common/plugin.c
8406         * src/common/prefs.c
8407         * src/common/session.c
8408         * src/common/session.h
8409         * src/common/socket.c
8410         * src/common/socket.h
8411         * src/common/ssl_certificate.c
8412         * src/common/template.c
8413         * src/common/utils.c
8414         * src/common/utils.h
8415         * src/common/xml.c
8416         * src/gtk/about.c
8417         added wrappers for C library function that
8418                 take pathname arguments.
8419                 enabled compilation with MinGW.
8420                 use GDir instead of directly using opendir().
8421                 added rename_force().
8422
8423 2005-08-19 [paul]       1.9.13cvs37
8424         
8425         patches by Colin:
8426         * src/compose.c
8427                 fix privacy settings on re-editing
8428                 a sent message
8429         * src/jpilot.c
8430                 fix encoding bug
8431         * src/folder.c
8432         * src/procmsg.c
8433         * src/procmsg.h
8434         * src/summaryview.c
8435                 flag changing optimisation
8436
8437 2005-08-18 [martin]     1.9.13cvs36
8438
8439         * commitHelper
8440             added my login
8441         * src/addrcache.c
8442         * src/addrharvest.c
8443         * src/addrindex.c
8444         * src/compose.c
8445         * src/grouplistdialog.c
8446         * src/main.c
8447         * src/mainwindow.c
8448         * src/msgcache.c
8449         * src/mutt.c
8450         * src/pine.c
8451         * src/prefs_account.c
8452         * src/prefs_themes.c
8453         * src/stock_pixmap.c
8454         * src/summaryview.c
8455         * src/gtk/about.c
8456         * src/gtk/logwindow.c
8457             removed deprecated glib and gdk stuff
8458         * src/plugins/pgpcore/select-keys.c
8459             convert attributes from locale to utf8
8460
8461 2005-08-17 [paul]       1.9.13cvs35
8462
8463         * src/account.c
8464         * src/addressbook.c
8465                 use new GTK_STOCK_ icons if available
8466         * src/summaryview.c
8467         * src/gtk/gtksctree.c
8468         * src/gtk/gtksctree.h
8469                 faster range select. patch by Colin
8470
8471 2005-08-17 [paul]       1.9.13cvs34
8472
8473         patches by colin:
8474         * src/addressbook.c
8475         * src/addressitem.h
8476                 Add an edit button for contacts, fix selections
8477                 of gtksctree items
8478         * src/editaddress.c
8479                 Change labels, let Save be always possible in the
8480                 email and user atributes tabs
8481         * src/folderview.c
8482                 fix sort issues
8483         * src/summaryview.c
8484                 select next item instead of the displayed one
8485                 after deletion
8486
8487         * src/gtk/progressdialog.c
8488                 use prefs_common.enable_rules_hint
8489
8490 2005-08-13 [hoa]        1.9.13cvs33
8491
8492         * src/etpan/imap-thread.c
8493                 fixed build on Solaris.
8494
8495 2005-08-10 [colin]      1.9.13cvs32
8496
8497         * src/procmsg.c
8498                 Fix cvs31 (missing fclose before reading
8499                 the file)
8500
8501 2005-08-10 [colin]      1.9.13cvs31
8502
8503         * src/procmsg.c
8504                 Fix procmsg_msginfo_new_from_mimeinfo() when
8505                 the MimeInfo isn't stored in memory. This fixes
8506                 replying to an attached message.
8507
8508 2005-08-10 [colin]      1.9.13cvs30
8509
8510         * src/mainwindow.c
8511                 Fix slowness in account changing
8512
8513 2005-08-10 [colin]      1.9.13cvs29
8514
8515         * src/folder.c
8516         * src/folderutils.c
8517         * src/folderview.c
8518         * src/imap_gtk.c
8519         * src/mainwindow.c
8520         * src/mh_gtk.c
8521         * src/procmsg.c
8522         * src/summaryview.c
8523                 Optimize folder_has_parent_of_type
8524                 Prevent moving special sub-folders from contextual menus
8525                 Rework message a bit ("Empty all messages" -> "Delete all
8526                 messages")
8527                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
8528                 and "Deleted Items" folders)
8529
8530 2005-08-08 [colin]      1.9.13cvs28
8531
8532         * src/summaryview.c
8533         * src/prefs_summaries.c
8534                 Make "Select first unread|new" more flexible
8535                 (just prioritize new or unread)
8536
8537 2005-08-08 [colin]      1.9.13cvs27
8538
8539         * src/summaryview.c
8540                 If "select first new" is selected and there only
8541                 are unread messages, fallback to "select first
8542                 unread".
8543
8544 2005-08-08 [colin]      1.9.13cvs26
8545
8546         * src/folder.c
8547                 Fix shameful bugs (and bug #779)
8548
8549 2005-08-08 [colin]      1.9.13cvs25
8550
8551         * src/folder.c
8552         * src/folder.h
8553                 Cache parents' type to make folder_has_parent_of_type
8554                 faster
8555         * src/folderview.c
8556                 Forbid DnD of special sub-folders
8557         * src/procmsg.c
8558         * src/procmsg.h
8559                 Add MAIL_POSTFILTERING_HOOK
8560         * src/summaryview.c
8561                 Revert over-zealous deletion of the use_addr_book 
8562                 code
8563
8564 2005-08-07 [colin]      1.9.13cvs24
8565
8566         * src/folder.c
8567                 Fix big mistake (passing MsgInfo instead 
8568                 of FolderItem)
8569
8570 2005-08-07 [colin]      1.9.13cvs23
8571
8572         * src/compose.c
8573         * src/folder.c
8574         * src/folder.h
8575         * src/foldersel.c
8576         * src/folderutils.c
8577         * src/folderview.c
8578         * src/imap.c
8579         * src/mainwindow.c
8580         * src/messageview.c
8581         * src/mh.c
8582         * src/msgcache.c
8583         * src/procmime.c
8584         * src/summaryview.c
8585                 Make subfolders of Drafts, Queue, Outbox, Trash
8586                 work like their parents. 
8587                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
8588
8589 2005-08-07 [colin]      1.9.13cvs22
8590
8591         * src/addressbook.c
8592                 Fix bug #771 (Dragged contacts not saved)
8593
8594 2005-08-07 [paul]       1.9.13cvs21
8595
8596         * src/summaryview.c
8597                 fix bug 32 'Search Doesn't display results
8598                 if "Hide Read Messages" is chosen'
8599                 be more literal in interpreting 'Hide read
8600                 messages'
8601
8602 2005-08-07 [colin]      1.9.13cvs20
8603
8604         * src/folderview.c
8605                 Add debug
8606         * src/summaryview.c
8607                 Faster 'unthread_for_execution'
8608
8609 2005-08-06 [paul]       1.9.13cvs19
8610
8611         * src/mainwindow.c
8612                 add mnemonics to Set displayed columns
8613                 fix bug where msgview_visible option was
8614                 overwritten as TRUE on startup
8615
8616 2005-08-06 [paul]       1.9.13cvs18
8617
8618         * src/mainwindow.c
8619                 refer to 'displayed columns in folder/message
8620                 list' not 'displayed items in summary/message view'
8621         * src/prefs_display_header.c
8622                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
8623                 be consistent with similar dialogues
8624         * src/prefs_folder_column.c
8625         * src/prefs_summary_column.c
8626                 'columns' not 'items', and folder and message lists,
8627                 instead of folder and summary views;
8628                 Use 'Hidden columns' as list heading not 'Available
8629                 items';
8630                 move the 'Remove' button to the right hand side;
8631                 top-align the buttons;
8632                 remove unneeded vbox
8633         * src/prefs_summaries.c
8634                 put the 2 column prefs buttons in a frame to reduce
8635                 overall width; refer to columns not items &c.
8636
8637 2005-08-05 [colin]      1.9.13cvs17
8638
8639         * src/prefs_common.c
8640         * src/prefs_common.h
8641         * src/mainwindow.c
8642         * src/compose.c
8643         * src/messageview.c
8644                 Add an hidden toolbar_detachable pref, so
8645                 that I can get rid of these painful handles
8646                 in the toolbars. Defaults to TRUE to avoid
8647                 changing the GUI on unsuspecting people...
8648
8649 2005-08-05 [colin]      1.9.13cvs16
8650
8651         * src/Makefile.am
8652         * src/prefs_folder_column.c
8653         * src/prefs_folder_column.h
8654                 Add prefs for folder columns
8655         * src/folderview.c
8656         * src/folderview.h
8657         * src/mainwindow.c
8658         * src/mainwindow.h
8659         * src/prefs_common.c
8660         * src/prefs_common.h
8661         * src/prefs_summaries.c
8662                 Use them
8663         * src/prefs_summary_column.c
8664         * src/summaryview.c
8665         * src/summaryview.h
8666                 Add a To column
8667         * src/textview.c
8668         * src/common/utils.c
8669         * src/common/utils.h
8670                 Move uri colourisation functions
8671                 to utils
8672         * src/compose.c
8673                 Colourise URIs
8674         * src/imap.c
8675                 Fix bug with LIST where we'd try
8676                 to get Folder//////[...]/// 
8677
8678 2005-08-05 [paul]       1.9.13cvs15
8679
8680         * src/prefs_summaries.c
8681                 improve the English usage
8682         * src/summaryview.c
8683                 set font on column change
8684                 thanks to Colin
8685
8686 2005-08-05 [paul]       1.9.13cvs14
8687
8688         * src/prefs_common.c
8689         * src/prefs_common.h
8690         * src/prefs_summaries.c
8691         * src/summaryview.c
8692                 replace 'open_unread_on_enter' option with
8693                 'select_on_entry' option. opening/not opening
8694                 is now exclusively controlled by 'always_show_msg'
8695
8696 2005-08-04 [colin]      1.9.13cvs13
8697
8698         * src/compose.c
8699                 Remove dead code
8700                 Add colourisation of quotes and signatures
8701         * src/folderview.c
8702                 Fix possible crashes
8703         * src/messageview.c
8704                 Change an assert that is no problem
8705         * src/news.c
8706         * src/news_gtk.c
8707         * src/news_gtk.h
8708                 Fix offline mode
8709         * src/gtk/quicksearch.c
8710                 Fix a possible crash
8711
8712 2005-08-03 [colin]      1.9.13cvs12
8713
8714         * src/prefs_account.c
8715                 Fix bug #777 (Sylpheed crash in account configuration)
8716
8717 2005-08-03 [colin]      1.9.13cvs11
8718
8719         * src/addressbook.c
8720         * src/editaddress.c
8721         * src/editgroup.c
8722                 Fixing addressbook, round 2
8723         * src/textview.c
8724                 Fix emphasis color on rechecking 'Colorize messages'
8725
8726 2005-08-03 [paul]       1.9.13cvs10
8727
8728         sync with main
8729
8730         * src/addr_compl.c
8731         * src/compose.c
8732         * src/main.c
8733         * src/pop.c
8734         * src/prefs_account.c
8735         * src/procmime.c
8736         * src/procmsg.c
8737         * src/quote_fmt_parse.y
8738         * src/textview.c
8739         * src/common/quoted-printable.c
8740         * src/common/utils.c
8741         * src/common/utils.h
8742         * src/common/xml.c
8743                 replaced incorrect locale-independent
8744                 ctype functions with GLib's. Corrected
8745                 signedness mismatch.
8746         * src/headerview.c
8747                 headerview_create(): added spacing for vbox.
8748         * src/gtk/about.c
8749                 set focus to the OK button.
8750
8751 2005-08-03 [colin]      1.9.13cvs9
8752
8753         * src/folderview.c
8754                 Fix possible crash
8755
8756 2005-08-02 [colin]      1.9.13cvs8
8757
8758         * src/mainwindow.c
8759                 Fix cast
8760         * src/addressbook.c
8761         * src/addressitem.h
8762                 Fix a cast and more generally, try to make the
8763                 GUI more intuitive and consistent (round 1)
8764
8765 2005-08-02 [paul]       1.9.13cvs7
8766
8767         * src/folder.h
8768                 missing in 1.9.13cvs6
8769
8770 2005-08-02 [colin]      1.9.13cvs6
8771
8772         * src/folder.c
8773                 Fix one more leak
8774
8775 2005-08-02 [colin]      1.9.13cvs5
8776
8777         * src/folder.c
8778         * src/folderview.c
8779         * src/imap.c
8780         * src/main.c
8781         * src/mbox.c
8782         * src/procmsg.c
8783         * src/summaryview.c
8784                 Fix a number of folder_item_get_msg_list()-related
8785                 leaks (missing procmsg_msginfo_free()s)
8786
8787 2005-08-01 [colin]      1.9.13cvs4
8788
8789         * src/folderview.c
8790         * src/folderview.h
8791         * src/mainwindow.c
8792         * src/prefs_fonts.c
8793         * src/prefs_summaries.c
8794         * src/prefs_themes.c
8795         * src/summaryview.c
8796         * src/summaryview.h
8797         * src/textview.c
8798         * src/textview.h
8799                 Fix instant-apply of summary and folderview-related prefs
8800                 Fix erroneous g_free and alertpanels in prefs_theme
8801                 Add instant-apply for fonts
8802                 Defer applying of prefs a little bit so it's done only
8803                 once even if requested by multiples prefs pages
8804
8805 2005-08-01 [paul]       1.9.13cvs3
8806
8807         * src/main.c
8808                 fix bug 776 'S.C. crashes on close'
8809                 thanks to Colin
8810         * src/etpan/etpan-thread-manager-types.h
8811                 add missing include
8812                 thanks to Hoa
8813
8814 2005-07-25 [paul]       1.9.13cvs2
8815
8816         * src/summaryview.c
8817                 fix typos. spotted by Fabien Vantard
8818
8819 2005-07-24 [paul]       1.9.13cvs1
8820
8821         * doc/man/sylpheed.1
8822                 update man page, incorporating fix of
8823                 bug 769 'Typo in manpage'
8824         * src/etpan/imap-thread.c
8825                 fix NetBSD openssl dependencies. patch by
8826                 George Michaelson <ggm@apnic.net>
8827         * po/pt_BR.po
8828                 updated by Frederico Goncalves Guimaraes
8829
8830 2005-07-22 [paul]       1.9.13
8831
8832         1.9.13 release
8833
8834 2005-07-22 [paul]       1.9.12cvs91
8835
8836         * AUTHORS
8837         * INSTALL
8838         * README.claws
8839         * RELEASE_NOTES.claws
8840                 updated for release
8841         * configure.ac
8842         * po/nb.po
8843         * tools/claws.i18n.status.pl
8844                 add Norwegian translation. submiited by
8845                 Geir Helland <pjallabais@users.sourceforge.net>
8846         * po/ca.po
8847         * po/de.po
8848         * po/es.po
8849         * po/fi.po
8850         * po/fr.po
8851         * po/it.po
8852         * po/sk.po
8853         * po/sr.po
8854         * po/zh_CN.po
8855                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8856                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
8857                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
8858                 Yang Guilong
8859         * src/plugins/clamav/clamav_plugin_gtk.c
8860         * src/plugins/spamassassin/spamassassin_gtk.c
8861                 replace outdated description strings
8862
8863 2005-07-21 [colin]      1.9.12cvs90
8864
8865         * src/folder.c
8866                 Set folder to batch mode when scanning it. Makes deletion
8867                 of unread mails on IMAP much faster (due to the UNREAD 
8868                 flag unsetting)
8869
8870 2005-07-21 [darko]      1.9.12cvs89
8871
8872         * configure.ac
8873                 link against libresolv if necessary (patch by Paul)
8874         * src/msgcache.c
8875                 use glib's portable macros to determine endianness
8876
8877 2005-07-21 [paul]       1.9.12cvs88
8878
8879         * src/crash.c
8880         * src/gtk/about.c
8881                 update compiled-in features list
8882
8883 2005-07-20 [colin]      1.9.12cvs87
8884
8885         * src/folder.c
8886         * src/textview.c
8887                 Gcc 2.9x compilation fixes, thanks to Darko
8888         * src/plugins/clamav/clamav_plugin.c
8889                 Little optimisation: load virus database only once
8890         * src/plugins/spamassassin/spamassassin.c
8891                 Big optimisation: filtering one mail took at least 1 second,
8892                 now it takes at least 50ms. Doesn't speed up spamassassin 
8893                 itself, but should already be much more tolerable.
8894
8895 2005-07-20 [colin]      1.9.12cvs86
8896
8897         * src/summaryview.c
8898                 Fix performance issue
8899
8900 2005-07-19 [colin]      1.9.12cvs85
8901
8902         * src/plugins/pgpinline/plugin.c
8903                 Fix warning
8904
8905 2005-07-19 [colin]      1.9.12cvs84
8906
8907         * configure.ac
8908         * src/plugins/Makefile.am
8909         * src/plugins/pgpinline/.cvsignore
8910         * src/plugins/pgpinline/Makefile.am
8911         * src/plugins/pgpinline/pgpinline.c
8912         * src/plugins/pgpinline/pgpinline.deps
8913         * src/plugins/pgpinline/pgpinline.h
8914         * src/plugins/pgpinline/plugin.c
8915                 Put pgpinline in the main tree
8916
8917 2005-07-19 [paul]       1.9.12cvs83
8918
8919         * src/prefs_actions.c
8920                 prevent '//' in menu names, which cause a crash
8921                 thanks to Colin
8922
8923 2005-07-19 [paul]       1.9.12cvs82
8924
8925         * configure.ac
8926                 be generally more informative in configure output.
8927                 OpenSSL: correction: '[ --enable-openssl ...' -> 
8928                 '[ --disable-openssl ...', as --enable-openssl is default
8929                 PGP/MIME: don't check for GPGME again, check for
8930                 pgpcore instead. Therefore prevent the possibility of
8931                 attempting to build pgpmime if pgpcore dependencies are
8932                 not met
8933                 ClamAV: use pkgconfig to check for lib
8934                 libgnomeprint: revert logic on inner test to match
8935                 everything else
8936         * src/plugins/pgpcore/sgpgme.c
8937                 add missing include
8938
8939 2005-07-19 [colin]      1.9.12cvs81
8940
8941         * src/summaryview.c
8942                 Fix slow thread rebuilding in particular
8943                 cases
8944
8945 2005-07-19 [paul]       1.9.12cvs80
8946
8947         * sylpheed-claws.desktop
8948                 fix typo, spotted by Stephan Sachse
8949         * src/account.c
8950                 replace GTK_STOCK_ADD with
8951                 GTK_STOCK_NEW button
8952
8953 2005-07-18 [colin]      1.9.12cvs79
8954
8955         * src/etpan/imap-thread.c
8956                 Fix return value (Thanks Hoa)
8957
8958 2005-07-18 [colin]      1.9.12cvs78
8959
8960         * src/imap.c
8961                 Allow empty passwords
8962                 Create drafts/queue/outbox if necessary
8963         * src/summaryview.c
8964                 Remove old code
8965         * src/etpan/imap-thread.c
8966                 Fix STARTTLS (Thanks to Hoa)
8967
8968 2005-07-18 [paul]       1.9.12cvs77
8969
8970         * ChangeLog-gtk2.jp
8971         * ChangeLog.jp
8972                 removed
8973         * Makefile.am
8974                 updated to reflect additions and removals
8975         * TODO
8976                 updated to be claws-specific
8977         * TODO-gtk2
8978         * TODO-gtk2.jp
8979         * TODO.jp
8980         * sylpheed-128x128.png
8981         * sylpheed-64x64.png
8982                 removed
8983         * sylpheed-claws-128x128.png
8984         * sylpheed-claws-64x64.png
8985         * sylpheed-claws.desktop
8986         * sylpheed-claws.png
8987                 added
8988         * sylpheed.desktop
8989         * sylpheed.png
8990                 removed
8991
8992 2005-07-17 [paul]       1.9.12cvs76
8993
8994         * src/account.c
8995         * src/addressbook.c
8996         * src/alertpanel.c
8997         * src/alertpanel.h
8998         * src/compose.c
8999         * src/exphtmldlg.c
9000         * src/expldifdlg.c
9001         * src/folderview.c
9002         * src/imap_gtk.c
9003         * src/inc.c
9004         * src/message_search.c
9005         * src/messageview.c
9006         * src/mh_gtk.c
9007         * src/news_gtk.c
9008         * src/prefs_actions.c
9009         * src/prefs_filtering.c
9010         * src/prefs_matcher.c
9011         * src/prefs_template.c
9012         * src/prefs_themes.c
9013         * src/ssl_manager.c
9014         * src/summary_search.c
9015         * src/textview.c
9016         * src/toolbar.c
9017         * src/gtk/sslcertwindow.c
9018         * src/plugins/pgpcore/sgpgme.c
9019                 rework alertpanels
9020
9021 2005-07-17 [colin]      1.9.12cvs75
9022
9023         * src/privacy.c
9024                 add a PrivacySystem accessor that checks that
9025                 the system cached in a MimeInfo's privacydata
9026                 is still registered. Use this accessor instead
9027                 of directly using data->system. Fixes crashes
9028                 after unloading pgp plugins.
9029
9030 2005-07-17 [colin]      1.9.12cvs74
9031
9032         * src/alertpanel.c
9033                 Change geometry hints to a simple default size.
9034                 Fixes the certs dialogs.
9035
9036 2005-07-17 [colin]      1.9.12cvs73
9037
9038         * src/gtk/sslcertwindow.c
9039                 Use a gtkExpander
9040
9041 2005-07-17 [colin]      1.9.12cvs72
9042
9043         * src/plugins/pgpcore/Makefile.am
9044         * src/plugins/pgpmime/Makefile.am
9045                 Add gpgme libs
9046
9047 2005-07-17 [paul]       1.9.12cvs71
9048
9049         * configure.ac
9050                 add --disable-gnomeprint option
9051                 modified version of patch by Marius Mauch
9052
9053 2005-07-17 [paul]       1.9.12cvs70
9054
9055         * src/common/defs.h
9056                 update urls
9057         * src/account.c
9058         * src/action.c
9059         * src/addressbook.c
9060         * src/compose.c
9061         * src/foldersel.c
9062         * src/folderview.c
9063         * src/html.c
9064         * src/imap_gtk.c
9065         * src/main.c
9066         * src/mainwindow.c
9067         * src/messageview.c
9068         * src/mh_gtk.c
9069         * src/mimeview.c
9070         * src/news_gtk.c
9071         * src/prefs_account.c
9072         * src/prefs_send.c
9073         * src/prefs_summaries.c
9074         * src/procmsg.c
9075         * src/summaryview.c
9076         * src/common/utils.c
9077         * src/common/xml.c
9078         * src/plugins/pgpcore/passphrase.c
9079         * src/plugins/pgpcore/select-keys.c
9080                 replace inappropriately used backticks
9081                 with single quotes
9082
9083 2005-07-16 [colin]      1.9.12cvs69
9084
9085         * src/image_viewer.c
9086                 Add extra paranoid checks
9087
9088 2005-07-16 [colin]      1.9.12cvs68
9089
9090         * src/plugins/pgpcore/prefs_gpg.c
9091                 Don't auto-check sigs by default, as it
9092                 can be really slow.
9093
9094 2005-07-16 [colin]      1.9.12cvs67
9095
9096         * src/plugins/pgpcore/sgpgme.c
9097                 Make messages a bit better.
9098
9099 2005-07-16 [colin]      1.9.12cvs66
9100
9101         * src/imap.c
9102                 Remove pseudo-log
9103         * src/etpan/imap-thread.c
9104                 Add real log
9105
9106 2005-07-16 [colin]      1.9.12cvs65
9107
9108         * src/main.c
9109         * src/prefs_other.c
9110                 And now, fix build with libetpan :-/
9111
9112 2005-07-15 [colin]      1.9.12cvs64
9113
9114         * src/prefs_other.c
9115                 Continue fixing build without libetpan.
9116
9117 2005-07-15 [colin]      1.9.12cvs63
9118
9119         * src/main.c
9120                 Fix build with --disable-libetpan
9121
9122 2005-07-15 [colin]      1.9.12cvs62
9123
9124         * configure.ac
9125                 Bump libetpan's version
9126
9127 2005-07-15 [colin]      1.9.12cvs61
9128
9129         * src/etpan/imap-thread.c
9130                 Actually stop logging :)
9131
9132 2005-07-15 [colin]      1.9.12cvs60
9133
9134         * src/addressbook.c
9135                 Fix dnd of multiple addresses.
9136
9137 2005-07-15 [hoa]        1.9.12cvs59
9138
9139         * src/etpan/imap-thread.c
9140             disable login of IMAP password in libetpan log file.
9141
9142 2005-07-15 [paul]       1.9.12cvs58
9143
9144         * src/account.c
9145                 don't automatically sort
9146                 do allow drag n drop
9147
9148 2005-07-15 [paul]       1.9.12cvs57
9149
9150         * src/account.c
9151         * src/ssl_manager.c
9152                 alphabetical listing
9153
9154 2005-07-15 [paul]       1.9.12cvs56
9155
9156         * src/gtk/pluginwindow.c
9157                 sort plugin list alphabetically
9158
9159 2005-07-15 [paul]       1.9.12cvs55
9160
9161         * src/prefs_spelling.c
9162         * src/prefs_wrapping.c
9163                 unify English usage
9164
9165 2005-07-15 [colin]      1.9.12cvs54
9166
9167         * src/wizard.c
9168                 Typo fix
9169
9170 2005-07-15 [paul]       1.9.12cvs53
9171
9172         * src/prefs_message.c
9173                 make 'show cursor' a hidden option
9174
9175 2005-07-14 [colin]      1.9.12cvs52
9176
9177         * src/plugins/spamassassin/Makefile.am
9178         * src/plugins/clamav/Makefile.am
9179                 Fix double EXTRA_DISTs
9180
9181 2005-07-14 [colin]      1.9.12cvs51
9182
9183         * src/plugins/clamav/Makefile.am
9184         * src/plugins/clamav/clamav_plugin_gtk.deps
9185         * src/plugins/spamassassin/Makefile.am
9186         * src/plugins/spamassassin/spamassassin_gtk.deps
9187                 Make $plugin_gtk depend on $plugin
9188
9189 2005-07-14 [hoa]        1.9.12cvs50
9190
9191         * src/etpan/imap-thread.c
9192                 enable debug log of libetpan when running with --debug
9193
9194 2005-07-14 [colin]      1.9.12cvs49
9195
9196         * configure.ac
9197         * src/common/Makefile.am
9198         * src/common/plugin.c
9199         * src/common/plugin.h
9200                 Add a little plugin dependancy system.
9201                 Plugins can ship a $plugin_name.deps file
9202                 (near them in PLUGINDIR) so that their
9203                 dependancies are loaded if possible.
9204         * src/plugins/Makefile.am
9205         * src/plugins/pgpcore/Makefile.am
9206         * src/plugins/pgpcore/passphrase.c
9207         * src/plugins/pgpcore/passphrase.h
9208         * src/plugins/pgpcore/plugin.c
9209         * src/plugins/pgpcore/prefs_gpg.c
9210         * src/plugins/pgpcore/prefs_gpg.h
9211         * src/plugins/pgpcore/select-keys.c
9212         * src/plugins/pgpcore/select-keys.h
9213         * src/plugins/pgpcore/sgpgme.c
9214         * src/plugins/pgpcore/sgpgme.h
9215                 Introduce pgpcore, used by pgpmime and
9216                 pgpinline
9217         * src/plugins/pgpmime/Makefile.am
9218         * src/plugins/pgpmime/passphrase.c
9219         * src/plugins/pgpmime/passphrase.h
9220         * src/plugins/pgpmime/pgpmime.c
9221         * src/plugins/pgpmime/pgpmime.deps
9222         * src/plugins/pgpmime/plugin.c
9223         * src/plugins/pgpmime/prefs_gpg.c
9224         * src/plugins/pgpmime/prefs_gpg.h
9225         * src/plugins/pgpmime/select-keys.c
9226         * src/plugins/pgpmime/select-keys.h
9227         * src/plugins/pgpmime/sgpgme.c
9228         * src/plugins/pgpmime/sgpgme.h
9229                 Remove the core from pgpmime and add the
9230                 dependancy to pgpcore.
9231
9232 2005-07-14 [paul]       1.9.12cvs48
9233
9234         * src/stock_pixmap.c
9235                 forgot this in last commit
9236
9237 2005-07-14 [paul]       1.9.12cvs47
9238
9239         * src/account.c
9240         * src/addressbook.c
9241                 add accelerators for the buttons (sync with main)
9242         * src/compose.c
9243         * src/compose.h
9244                 add accelerators for the buttons.
9245                 fix editing with external editor.
9246                 replace gdk_input_*() with GIOChannel;
9247                 (sync with main)
9248         * src/foldersel.c
9249                 display folder names with new/unread
9250                 representation (sync with main)
9251         * src/main.c
9252                 specify default window icon (sync with main)
9253         * src/prefs_common.c
9254                 use_addr_book default to FALSE
9255         * src/summaryview.c
9256         * src/textview.c
9257                 add accelerators for the buttons (sync with main)
9258         * src/gtk/menu.c
9259                 fix typos
9260         * src/pixmaps/sylpheed_icon.xpm
9261                 updated
9262
9263 2005-07-13 [paul]       1.9.12cvs46
9264
9265         * src/plugins/pgpmime/pgpmime.c
9266         * src/plugins/pgpmime/sgpgme.c
9267                 (temporarily) use deprecated gpgme_data_rewind()
9268                 while largefile support is not present
9269                 (as suggested by Colin)
9270
9271 2005-07-13 [paul]       1.9.12cvs45
9272
9273         * configure.ac
9274                 remove large file support (for now):
9275                 it breaks too many things
9276
9277 2005-07-13 [paul]       1.9.12cvs44
9278
9279         * configure.ac
9280                 add large file support
9281         * src/html.c
9282                 fix bug #763 where href attribute was not
9283                 the very first attribute of a link
9284                 patch by Thomas Gilgin
9285
9286 2005-07-13 [colin]      1.9.12cvs43
9287
9288         * src/gtk/pluginwindow.c
9289                 Little portability fix
9290
9291 2005-07-13 [colin]      1.9.12cvs42
9292
9293         * src/plugins/pgpmime/sgpgme.c
9294                 Fix crasher.
9295
9296 2005-07-13 [colin]      1.9.12cvs41
9297
9298         * src/plugins/pgpmime/pgpmime.c
9299         * src/plugins/pgpmime/sgpgme.c
9300                 Use gpgme_data_release_and_get_mem instead
9301                 of gpgme_data_read.
9302
9303 2005-07-13 [colin]      1.9.12cvs40
9304
9305         * configure.ac
9306         * src/plugins/pgpmime/passphrase.c
9307         * src/plugins/pgpmime/passphrase.h
9308         * src/plugins/pgpmime/pgpmime.c
9309         * src/plugins/pgpmime/plugin.c
9310         * src/plugins/pgpmime/select-keys.c
9311         * src/plugins/pgpmime/select-keys.h
9312         * src/plugins/pgpmime/sgpgme.c
9313         * src/plugins/pgpmime/sgpgme.h
9314                 Port pgpmime to gpgme-1.0.
9315
9316 2005-07-12 [paul]       1.9.12cvs39
9317
9318         * AUTHORS
9319         * src/toolbar.c
9320         * src/toolbar.h
9321                 add a 'Go to Prev' button to the toolbar.
9322                 correct tooltip text of go to buttons.
9323                 based on patch by Yang Guilong <bamanzi@gmail.com>
9324
9325 2005-07-12 [colin]      1.9.12cvs38
9326
9327         * src/statusbar.c
9328                 Fix progress bar showing stuff at startup.
9329
9330 2005-07-12 [paul]       1.9.12cvs37
9331
9332         * src/editjpilot.c
9333                 fix building with jpilot support
9334
9335 2005-07-11 [colin]      1.9.12cvs36
9336
9337         * src/inc.c
9338                 Add visual indication that filtering is running
9339         * src/textview.c
9340                 Make {}[] uri delimiters
9341         * src/summaryview.c
9342                 Remove useless (and slow) calls
9343
9344 2005-07-11 [paul]       1.9.12cvs35
9345
9346         * src/plugins/clamav/clamav_plugin_gtk.c
9347         * src/plugins/dillo_viewer/dillo_prefs.c
9348         * src/plugins/pgpmime/prefs_gpg.c
9349         * src/plugins/spamassassin/spamassassin_gtk.c
9350                 gather plugins prefs together under their
9351                 own 'Plugins' heading
9352
9353 2005-07-11 [paul]       1.9.12cvs34
9354
9355         sync with main
9356
9357         * src/account.c
9358                 account_delete(): modified alert dialog
9359         * src/editjpilot.c
9360         * src/editvcard.c
9361                 fixed a crash when cancelling file selection
9362                 dialog by Escape key. Made non-ascii filename
9363                 selectable.
9364         * src/prefs_template.c
9365                 prefs_template_window_create(): make scrolled
9366                 window policy AUTOMATIC
9367
9368 2005-07-10 [hoa]        1.9.12cvs33
9369
9370         * src/etpan/imap-thread.c
9371                 workaround for old Courier IMAP servers.
9372
9373 2005-07-10 [colin]      1.9.12cvs32
9374
9375         * src/folder.c
9376         * src/statusbar.c
9377         * src/statusbar.h
9378                 Add visual progress indicator on filtering/processing
9379                 Factorize the progress bar code
9380         * src/imap.c
9381         * src/imap.h
9382         * src/etpan/imap-thread.c
9383                 Add a reference counter to avoid destroying the Folder
9384                 while it's in use by another callback.
9385
9386 2005-07-09 [hoa]        1.9.12cvs31
9387
9388         * src/imap.c
9389         * src/etpan/imap-thread.c
9390                 fixed deadlock when removing IMAP account.
9391
9392 2005-07-08 [colin]      1.9.12cvs30
9393
9394         * src/textview.c
9395         * src/unmime.c
9396                 Fix again problems decoding broken headers
9397         * src/gtk/inputdialog.c
9398                 Fix local variable shadowing a global one
9399
9400 2005-07-08 [colin]      1.9.12cvs29
9401
9402         * src/msgcache.c
9403                 Make the cache/mark files platform-agnostic by writing
9404                 them in little-endian format. Reading them is also done
9405                 in little-endian format, of course; however, in order
9406                 to avoid trashing mark data on big-endian machines, the
9407                 files are, at first, read from the native format if the
9408                 little-endian one doesn't exist. This is easy to deter-
9409                 mine by trying to open a file with a swapped data_ver
9410                 and seeing if it's the wanted version.
9411                 Little-endian using users should see absolutely no
9412                 difference, Big-endian users may get a very little
9413                 performance drop due to byte-swapping.
9414                 Tested on i386 and ppc32. 
9415                 Fixes bug #159 (The index file, in the mailboxes, is 
9416                 hardware depending).
9417
9418                 To have the cache/mark files updated to the new little-
9419                 endian format, "Check for new messages" or even
9420                 "Rebuild folder tree" aren't enough. Files will be
9421                 updated as soon as a folder has been opened/closed.
9422                 To update everything, just select all folders by
9423                 selecting them one by one.
9424
9425 2005-07-07 [colin]      1.9.12cvs28
9426
9427         * src/imap.c
9428                 Remember the folder separator per IMAPFolder
9429                 instead of globally.
9430                 Revive the Session on noop; fixes bug #761
9431                 (mark a bunch of unread messages as read takes 
9432                 forever)
9433
9434 2005-07-07 [darko]      1.9.12cvs27
9435
9436         * src/common/template.c
9437                 Sort templates alphabetically
9438
9439 2005-07-06 [colin]      1.9.12cvs26
9440
9441         * src/imap.c
9442                 Try to use the correct separator in
9443                 most cases. Possibly fixes bug #759
9444                 (only creates the INBOX folder when 
9445                 setting up new IMAP account) and 
9446                 bug #760 (Can't retrieve messages)
9447
9448 2005-07-06 [colin]      1.9.12cvs25
9449
9450         * src/imap.c
9451                 Use real_path in status command. This will
9452                 help later, when namespaces will be used.
9453
9454 2005-07-06 [colin]      1.9.12cvs24
9455
9456         * configure.ac
9457         * src/account.c
9458         * src/folder.c
9459         * src/imap.c
9460         * src/etpan/etpan-log.c
9461         * src/etpan/etpan-thread-manager.c
9462         * src/etpan/imap-thread.c
9463                 Add a --disable-libetpan parameter. With this,
9464                 users that don't want IMAP4 support can avoid
9465                 the new dependancy (and have no IMAP support).
9466                 Users that have IMAP4 accounts and use this
9467                 parameter won't lose their configuration, their
9468                 IMAP accounts will just be invisible and not
9469                 used.
9470         * src/textview.c
9471                 Make the "Copy ..." contextual menu items 
9472                 copy to both the X clipboard and the gtk 
9473                 clipboard - as most other apps do.
9474         * src/gtk/about.c
9475                 Add a notice about OpenSSL usage, in order to
9476                 comply with OpenSSL's license (point 6):
9477                 http://www.openssl.org/source/license.html
9478
9479 2005-07-06 [colin]      1.9.12cvs23
9480
9481         * src/alertpanel.c
9482                 Fix a minimum size for alertpanels
9483         * src/compose.c
9484                 Show 'No space left on device' type errors
9485                 when queuing/sending
9486         * src/imap_gtk.c
9487         * src/mh_gtk.c
9488                 Rework folder's deletion message (remove 
9489                 extra \n)
9490
9491 2005-07-05 [colin]      1.9.12cvs22
9492
9493         * src/imap.c
9494                 Add an alertpanel on auth error
9495                 Add pseudo-log
9496                 Remove pthread-related stuff
9497
9498 2005-07-05 [colin]      1.9.12cvs21
9499
9500         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9501                 Fix crash on plugin reloading (with a hack)
9502
9503 2005-07-05 [colin]      1.9.12cvs20
9504
9505         * src/prefs_account.c
9506         * src/prefs_account.h
9507                 Fix typo
9508         * src/gtk/filesel.c
9509         * src/gtk/filesel.h
9510                 Add a way to filter the view
9511         * src/gtk/pluginwindow.c
9512                 Filter loadable stuff
9513         * src/plugins/pgpmime/prefs_gpg.c
9514                 Fix missing unregistration
9515         * .cvsignore
9516         * src/etpan/.cvsignore
9517         * src/plugins/spamassassin/.cvsignore
9518                 Add more stuff to cvs ignored files
9519
9520 2005-07-04 [colin]      1.9.12cvs19
9521
9522         * src/imap.c
9523                 Fix scan_required returning FALSE when it
9524                 shouldn't. Maybe fix #760 (Can't retrieve
9525                 messages)
9526
9527 2005-07-04 [colin]      1.9.12cvs18
9528
9529         * src/summaryview.c
9530                 Fix always_show_msg pref
9531
9532 2005-07-04 [paul]       1.9.12cvs17
9533
9534         sync with main (forgotten in last commit)
9535         
9536         * src/common/utils.c
9537         * src/common/utils.h
9538                 check_line_length(): new.
9539                 is_dir_exist()
9540                 is_file_entry_exist()
9541                 dirent_is_regular_file()
9542                 dirent_is_directory(): use g_file_test() instead of stat().
9543
9544 2005-07-04 [paul]       1.9.12cvs16
9545
9546         sync with main:
9547
9548         * src/compose.c
9549                 compose_write_to_file(): check for line
9550                 length limit and display warning if exceeds
9551         * src/jpilot.c
9552                 use get_home_dir() instead of g_get_home_dir()
9553         * src/procheader.c
9554                 removed warning about invalid date
9555         * src/vcard.c
9556                 use get_home_dir() instead of g_get_home_dir()
9557
9558 2005-07-04 [paul]       1.9.12cvs15
9559
9560         * src/stock_pixmap.c
9561                 fix new pixmap naming errors
9562                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
9563
9564 2005-07-04 [colin]      1.9.12cvs14
9565
9566         * src/imap.c
9567                 Fix debugging string with a warning
9568
9569 2005-07-04 [colin]      1.9.12cvs13
9570
9571         * configure.ac
9572                 Add a check for libetpan's version (>= 0.37)
9573
9574 2005-07-04 [hoa]        1.9.12cvs12
9575
9576         * commitHelper
9577         * src/imap.c
9578         * src/etpan/imap-thread.c
9579         * src/etpan/imap-thread.h
9580                 fixed IMAP implementation of check of mails.
9581
9582 2005-07-03 [hoa]        1.9.12cvs11
9583
9584         * src/etpan/Makefile.am
9585         * src/etpan/etpan-errors.h
9586         * src/etpan/etpan-log.[ch]
9587         * src/etpan/etpan-thread-manager-types.h
9588         * src/etpan/etpan-thread-manager.[ch]
9589         * src/etpan/imap-thread.[ch]
9590         * src/Makefile.am
9591         * src/imap.c
9592         * src/main.c
9593         * src/prefs_other.c
9594         * configure.ac
9595             merged imap branch.
9596             dependency on libetpan 0.37 is now added.
9597
9598 2005-07-01 [colin]      1.9.12cvs10
9599
9600         * src/Makefile.am
9601         * src/folder.c
9602         * src/folder.h
9603         * src/folderview.c
9604         * src/stock_pixmap.c
9605         * src/stock_pixmap.h
9606         * src/plugins/trayicon/trayicon.c
9607                 Add marked symbol on folders containing
9608                 marked messages
9609         * src/procmsg.c
9610         * src/procmsg.h
9611         * src/toolbar.c
9612         * src/prefs_common.c
9613         * src/prefs_common.h
9614         * src/prefs_send.c
9615                 Add an optional confirmation dialog on queue
9616                 sending. Patch by wwp.
9617         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
9618         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
9619         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
9620         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
9621         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
9622         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
9623         * src/pixmaps/inbox_mark.xpm            ** ADDED **
9624         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
9625         * src/pixmaps/outbox_mark.xpm           ** ADDED **
9626         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
9627         * src/pixmaps/trash_mark.xpm            ** ADDED **
9628                 New pixmaps
9629
9630 2005-07-01 [colin]      1.9.12cvs9
9631
9632         * src/summaryview.c
9633                 Fix a little threading bug
9634         * src/addrgather.c
9635         * src/mainwindow.c
9636                 A little bit of HIG normality never hurts
9637
9638 2005-07-01 [colin]      1.9.12cvs8
9639
9640         * src/compose.c
9641         * src/msgcache.c
9642         * src/pop.c
9643         * src/procmime.c
9644         * src/recv.c
9645         * src/common/log.c
9646         * src/common/template.c
9647         * src/common/utils.c
9648         * src/common/utils.h
9649                 Reverted the fwrite_atomic stuff. In fact
9650                 it is already atomic.
9651
9652 2005-06-30 [colin]      1.9.12cvs7
9653
9654         * src/common/utils.c
9655         * src/common/utils.h
9656                 Add an fwrite_atomic() function to make
9657                 sure we write everything: fwrite can make
9658                 short writes.
9659         * src/compose.c
9660         * src/msgcache.c
9661         * src/pop.c
9662         * src/procmime.c
9663         * src/recv.c
9664         * src/common/log.c
9665         * src/common/template.c
9666                 Use that (and fix swapping of size and nmemb).
9667                 Thanks to Rich Coe for the heads up.
9668
9669 2005-06-30 [colin]      1.9.12cvs6
9670
9671         * src/addressbook.c
9672                 Optimize addressbook opening 
9673
9674 2005-06-30 [colin]      1.9.12cvs5
9675
9676         * src/summaryview.c
9677                 Remove calls to summary_step after move/copy
9678
9679 2005-06-28 [paul]       1.9.12cvs4
9680
9681         * src/alertpanel.c
9682                 wrap and make the error msg selectable
9683
9684 2005-06-28 [paul]       1.9.12cvs3
9685
9686         * src/ssl_manager.c
9687                 replace the OK button with a Close button
9688         * src/gtk/foldersort.c
9689                 use GTK_STOCK_ icons/buttons
9690
9691 2005-06-28 [colin]      1.9.12cvs2
9692
9693         * src/gedit-print.c             ** ADDED **
9694         * src/gedit-print.h             ** ADDED **
9695         * src/gtk/gtksourceprintjob.c   ** ADDED **
9696         * src/gtk/gtksourceprintjob.h   ** ADDED **
9697                 I can't believe no one had enough time to tell
9698                 me I forgot the `cvs add`
9699
9700 2005-06-27 [colin]      1.9.12cvs1
9701
9702         * src/Makefile.am
9703         * src/gtk/Makefile.am
9704         * src/messageview.c
9705         * src/procmsg.c
9706         * src/summaryview.c
9707         * configure.ac
9708                 Add optional libgnomeprint-based printing
9709         * src/mainwindow.c
9710         * src/gtk/quicksearch.c
9711                 Add an Edit/Quick search menu item to show
9712                 and focus the quicksearch
9713
9714 2005-06-27 [paul]       1.9.12
9715
9716         1.9.12 release
9717
9718         * po/ca.po
9719         * po/de.po
9720         * po/es.po
9721         * po/fr.po
9722         * po/it.po
9723         * po/ko.po
9724         * po/pt_BR.po
9725         * po/sk.po
9726         * po/zh_CN.po
9727                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9728                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
9729                 SungHyun Nam, Frederico Goncalves Guimaraes,
9730                 Andrej Kacian, and Yang Guilong
9731 2005-06-26 [colin]      1.9.11cvs106
9732
9733         * src/imap_gtk.c
9734                 Forgot one file for previous fix
9735
9736 2005-06-26 [colin]      1.9.11cvs105
9737
9738         * src/folder.c
9739         * src/imap.c
9740                 Fix problems with folder operations in no_select
9741                 imap folders. it applies only to mails, and 
9742                 creation/deletion/move/renaming of folders 
9743                 should be possible
9744
9745 2005-06-26 [paul]       1.9.11cvs104
9746
9747         * src/prefs_filtering.c
9748                 replace one more GTK_STOCK_REMOVE
9749                 with GTK_STOCK_DELETE
9750
9751 2005-06-25 [colin]      1.9.11cvs103
9752
9753         * src/imap.c
9754                 Optimize get_seq_set_from_seq_list
9755                 (Patch by Ricardo) 
9756
9757 2005-06-25 [colin]      1.9.11cvs102
9758
9759         * src/mh.c
9760                 If the directory exists, but not in the
9761                 correct encoding, rename it. This should
9762                 handle old-versions-induced bugs.
9763
9764 2005-06-25 [colin]      1.9.11cvs101
9765
9766         * src/mh.c
9767                 Fix path access with extended dir names
9768                 Fixes bug #589 (SC segfaults with wrong locale
9769                 settings)
9770
9771 2005-06-25 [colin]      1.9.11cvs100
9772
9773         * src/prefs_account.c
9774         * src/prefs_account.h
9775         * src/compose.c
9776                 Add an option to encrypt replies to
9777                 encrypted messages
9778
9779 2005-06-25 [colin]      1.9.11cvs99
9780
9781         * src/compose.c
9782         * src/quote_fmt_parse.y
9783                 ... And make it work with pgpinline.
9784
9785 2005-06-25 [colin]      1.9.11cvs98
9786
9787         * src/compose.c
9788         * src/procmime.c
9789         * src/procmime.h
9790         * src/quote_fmt_parse.y
9791                 o Make reedition of encrypted messages possible
9792                   (as long as it is encrypted to self too, no
9793                    magic there)
9794                 o Make replying with quote (and without selecting
9795                   text) possible for encrypted messages.
9796                 Closes bug #550 (Not possible to "reply with quote"
9797                 to gnupg encrypted messages)
9798
9799 2005-06-24 [paul]       1.9.11cvs97
9800
9801         * src/imap.c
9802                 add missing include
9803
9804 2005-06-24 [paul]       1.9.11cvs96
9805
9806         * src/editldap.c
9807                 made bind password entry invisible
9808                 (sync with main)
9809         * src/send_message.c
9810                 send_message_local(): check exit status
9811                 to detect errors (sync with main)
9812         * src/textview.c
9813                 use main's less ambiguous popup menu
9814                 wording
9815
9816 2005-06-24 [paul]       1.9.11cvs95
9817
9818         * src/prefs_actions.c
9819         * src/prefs_customheader.c
9820         * src/prefs_display_header.c
9821         * src/prefs_filtering_action.c
9822         * src/prefs_matcher.c
9823         * src/prefs_template.c
9824         * src/prefs_toolbar.c
9825                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
9826         * src/gtk/description_window.c
9827                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
9828
9829 2005-06-23 [colin]      1.9.11cvs94
9830
9831         * src/summaryview.c
9832                 Fix rough edges (be sure to call status_show whenever
9833                 necessary).
9834
9835 2005-06-23 [colin]      1.9.11cvs93
9836
9837         * src/summaryview.c
9838                 Optimize Select All
9839                 Before, in a 5K mails folder: 11s
9840                 After, in the same folder: 58000µs
9841                 The joys of locking... gtk_clist_select_all() fires a 
9842                 tree-select-row event for each selected row, which in 
9843                 summaryview, callbacks summary_selected which in turn,
9844                 calls summary_status_show, which walks the selected
9845                 rows. Hence, calling gtk_clist_select_all was 
9846                 exponential. Locking the summaryview makes 
9847                 summary_selected return early.
9848
9849 2005-06-23 [colin]      1.9.11cvs92
9850
9851         * src/imap.c
9852                 Move mutex at the important place to avoid
9853                 deadlocks
9854         * src/summaryview.c
9855                 Fix Del key deleting directly instead of
9856                 moving to trash
9857
9858 2005-06-22 [colin]      1.9.11cvs91
9859
9860         * src/plugins/spamassassin/libspamc.c
9861                 As we do spagetti code with assignations in multiple
9862                 places (see _message_read_raw where out = msg = raw),
9863                 let's be sure we don't free the same pointer twice.
9864                 Should fix bug #683 (Crash in libpam at 
9865                 message_cleanup).
9866
9867 2005-06-22 [colin]      1.9.11cvs90
9868
9869         * src/compose.c
9870         * src/messageview.c
9871         * src/toolbar.c
9872                 Make toolbar's delete use the move to trash stuff;
9873                 Add gtk_widget_realize to be sure pixmaps can get
9874                 created (that may fix an old worksforme bug which
9875                 I can't find back...)
9876
9877 2005-06-22 [colin]      1.9.11cvs89
9878
9879         * src/summaryview.c
9880         * src/summaryview.h
9881         * src/mainwindow.c
9882                 Rename "Message/Delete" to "Message/Move to trash"
9883                 Add "Message/Delete..." that directly destroys the
9884                 selected messages after asking for a confirmation.
9885
9886 2005-06-22 [colin]      1.9.11cvs88
9887
9888         * src/imap.c
9889                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
9890                 o Fix a deadlock (thanks Darko)
9891
9892 2005-06-22 [colin]      1.9.11cvs87
9893
9894         * src/gtk/foldersort.c
9895                 Add missing include for the i18n;
9896                 patch by Fabien Vantard
9897
9898 2005-06-21 [colin]      1.9.11cvs86
9899
9900         * src/folder.c
9901         * src/folderview.c
9902                 Respect the no_select flag
9903         * src/imap.c
9904                 Fix recursive deletion
9905         * src/imap_gtk.c
9906         * src/mh_gtk.c
9907                 Make the folder deletion's warning
9908                 more explicit
9909
9910 2005-06-21 [colin]      1.9.11cvs85
9911
9912         * src/textview.c
9913                 Prevent email addresses from spanning accross
9914                 lines - fixes bug # 646 (newline-chars in 
9915                 email addresses)
9916
9917 2005-06-20 [colin]      1.9.11cvs84
9918
9919         * src/folder.c
9920                 Be sure not to remove source if copy failed
9921
9922 2005-06-20 [colin]      1.9.11cvs83
9923
9924         * src/folderview.c
9925         * src/imap_gtk.c
9926                 remove summaryview's lock
9927         * src/imap.c
9928                 introduce threads to avoid problems when foreground tasks
9929                 interfere with background tasks
9930         * src/mh.c
9931                 prevent moving to drafts/queue
9932         * src/mimeview.c
9933                 fix leak
9934
9935 2005-06-19 [colin]      1.9.11cvs82
9936
9937         * src/imap_gtk.c
9938                 Remember that the user doesn't want to override
9939                 offline mode, for 3 seconds. It avoid presenting
9940                 him with N popups in a really short time.
9941
9942 2005-06-17 [colin]      1.9.11cvs81
9943
9944         * src/imap.c
9945                 Fix IMAP breaking on folders containing '('
9946                 (Probably won't be enough)
9947
9948 2005-06-17 [colin]      1.9.11cvs80
9949
9950         Forgotten files on 1.9.11cvs79
9951         * src/summaryview.c
9952                 Fix stepping when not immediately executing
9953         * src/imap.c
9954                 Really prevent UID FETCH 0
9955         * src/codeconv.c
9956                 Fix outgoing charset never set to utf-8
9957         * src/mh.c
9958                 Fix leak
9959
9960 2005-06-16 [colin]      1.9.11cvs79
9961
9962         * src/compose.c
9963                 Fix bug #707 (Dash splits rows)
9964                 Only wrap if we're on a line break position and
9965                 the previous one was a "white" (space) char.
9966                 Pango stuff is weird.
9967
9968 2005-06-16 [colin]      1.9.11cvs78
9969
9970         * src/imap_gtk.c
9971                 Lock summaryview while downloading messages
9972                 on user demand
9973         * src/procheader.c
9974         * src/unmime.c
9975         * src/common/utils.c
9976         * src/common/utils.h
9977                 Replace \r and \n with spaces in From and
9978                 Subject headers
9979
9980 2005-06-16 [paul]       1.9.11cvs77
9981
9982         * src/procmime.c
9983                 liberalise the mime parser
9984         * src/gtk/about.c
9985                 add text wrapping
9986
9987 2005-06-16 [paul]       1.9.11cvs76
9988
9989         * src/gtk/about.c
9990                 reworked
9991
9992 2005-06-15 [colin]      1.9.11cvs75
9993
9994         * src/compose.c
9995                 Finish header encoding fix
9996         * src/summaryview.c
9997                 Fix segfault
9998         * src/headerview.c
9999                 Fix compilation (Thanks Stephan
10000                 Sachse)
10001
10002 2005-06-15 [colin]      1.9.11cvs74
10003
10004         * Makefile.am
10005                 Install gnome2 stuff rather than gnome1, 
10006                 if both are present
10007         * src/codeconv.c
10008         * src/codeconv.h
10009         * src/compose.c
10010                 Fix headers encoding
10011         * src/folder.c
10012                 Visual progress when fetching all messages
10013         * src/folderview.c
10014         * src/summaryview.c
10015         * src/summaryview.h
10016                 Prevent changing current message while
10017                 incorporating
10018
10019 2005-06-15 [paul]       1.9.11cvs73
10020
10021         * src/gtk/gtkaspell.c
10022         * src/gtk/gtkaspell.h
10023                 fix build warnings
10024
10025 2005-06-15 [paul]       1.9.11cvs72
10026
10027         * src/prefs_filtering.c
10028                 allow reordering of filter rules by
10029                 drag n drop
10030
10031 2005-06-15 [paul]       1.9.11cvs71
10032
10033         * COPYING
10034                 updated
10035         * src/codeconv.c
10036                 replace deprecated function
10037         * src/inc.c
10038         * src/send_message.c
10039         * src/gtk/progressdialog.c
10040         * src/gtk/progressdialog.h
10041                 salvage and reuse parts of reverted sync
10042
10043 2005-06-15 [paul]       1.9.11cvs70
10044
10045         * src/inc.c
10046         * src/send_message.c
10047         * src/gtk/progressdialog.c
10048         * src/gtk/progressdialog.h
10049                 revert yesterday's sync with main
10050                 it contains deprecated functions
10051
10052 2005-06-15 [colin]      1.9.11cvs69
10053
10054         * src/headerview.c
10055                 Fix bug #670 (multi user to: will corrupt message 
10056                 headers display)
10057
10058 2005-06-15 [colin]      1.9.11cvs68
10059
10060         * src/compose.c
10061                 Fix bug #421 (Fix undo on wrapping)
10062
10063 2005-06-15 [colin]      1.9.11cvs67
10064
10065         * src/folder.c
10066                 Provide visual feedback while processing
10067                 folder's rules.
10068         * src/imap.c
10069                 Provide visual feedback while getting
10070                 short headers (for uncached messages)
10071
10072
10073 2005-06-14 [paul]       1.9.11cvs66
10074
10075         * src/account.c
10076                 change a couple stock icons
10077         * src/inc.c
10078         * src/send_message.c
10079         * src/gtk/progressdialog.c
10080         * src/gtk/progressdialog.h
10081                 sync main's GtkTreeView implementation
10082
10083 2005-06-14 [colin]      1.9.11cvs65
10084
10085         * src/imap.c
10086                 Various little fixes, mainly on error paths
10087
10088 2005-06-13 [colin]      1.9.11cvs64
10089
10090         * matcher.c
10091         * procmsg.c
10092         * procmsg.h
10093                 Add a way to fetch only headers. This speeds
10094                 up filtering on headers for IMAP. Fixes:
10095                 bug #481 extraneous imap commands slow down 
10096                         imap filtering
10097                 bug #522 Sylpheed downloads all messages 
10098                         when opening mailbox (IMAP)
10099                 bug #677 IMAP fetch is soooooooooooooo slow
10100         * src/folder.c
10101         * src/folder.h
10102                 Add a folder set_batch method so that
10103                 implementations can speed up flags changes
10104         * src/folderutils.c
10105         * src/summaryview.c
10106                 Use that in mark as (un)read and mark all read
10107                 Refix bug #679
10108         * src/imap.c
10109                 Implement set_batch - brings back deferred
10110                 flags in a less buggy manner. Fixes:
10111                 bug #729 IMAP immediate expunge of deleted messages
10112                 bug #191 remove list of messages with one command
10113                 Fix login with strange chars
10114                 Implement fetch_msg_full
10115                 Fix copy (wrong counts)
10116
10117 2005-06-12 [colin]      1.9.11cvs63
10118
10119         * src/folder.c
10120                 lock incorporation during long operations.
10121                 Avoids fucking up the IMAP socket.
10122
10123 2005-06-12 [colin]      1.9.11cvs62
10124
10125         * src/imap.c
10126                 Fix harmful typo
10127                 Factorize remove_all_msg
10128                 Thread-ize expunge
10129         * src/summaryview.c
10130                 Don't update partial-download status if unnecessary
10131         * src/folder.c
10132                 Use remove_msgs everywhere possible
10133
10134 2005-06-12 [colin]      1.9.11cvs61
10135
10136         * src/folder.c
10137         * src/folder.h
10138                 Add a remove_msgs function to remove a 
10139                 list of messages
10140         * src/imap.c
10141                 Implement that.
10142
10143 2005-06-12 [colin]      1.9.11cvs60
10144
10145         * src/imap.c
10146                 Remove flags-processing deferring... Too hard
10147                 to get it to work in all cases.
10148
10149 2005-06-11 [colin]      1.9.11cvs59
10150
10151         * src/imap.c
10152                 printf -> debug_print
10153
10154 2005-06-11 [colin]      1.9.11cvs58
10155
10156         * src/imap.c
10157                 o Fix build without USE_PTHREAD
10158                 o Factorize imap_open
10159                 o Alertpanel in case of impossible connection
10160                 o Alertpanel in case of impossible login
10161                 o Fix deferred flags processing to force a 
10162                   flush before adding some more flags to process,
10163                   but in another folder.
10164
10165 2005-06-10 [colin]      1.9.11cvs57
10166
10167         * src/imap.c
10168                 o Fix a format string error
10169                 o init ssl socket outside of the thread 
10170                   (it possibly invokes gtk calls)
10171         * src/procmime.c
10172                 o Put back the buffer to its necessary size
10173                 o Fix changing a file pointer without keeping
10174                   track of it (thanks Valgrind)
10175         * src/common/smtp.c
10176                 o Fix automatic STARTTLS if login should be done
10177                   and the server only allows it after starting TLS
10178         * src/gtk/gtkinputdialog.c
10179                 o Eat GDK_Return so that the combo popup doesn't 
10180                   appear when we press Enter to validate the combo
10181                   input dialog (as seen in the Open with... dialog)
10182
10183 2005-06-10 [colin]      1.9.11cvs56
10184
10185         * src/imap.c
10186                 o A bit less debug
10187                 o Fix a crash on deletion
10188                 o Threadize imap_select (it's called outside of 
10189                   threads)
10190                 o Defer treatment of DELETED flags
10191
10192
10193 2005-06-09 [colin]      1.9.11cvs55
10194
10195         * src/imap.c
10196                 Make sure we check imap_gtk_should_override(), which
10197                 potentially calls gtk stuff, before creating thread.
10198                 That way it should't be called via imap_get_session()
10199                 inside a thread.
10200
10201 2005-06-09 [colin]      1.9.11cvs54
10202
10203         * src/imap.c
10204                 o add a bit of status output
10205                 o remove some dead code
10206                 o threadize get_list_of_uids
10207                 o threadize imap_get_flags
10208                 o defer flag changing by 500ms so that they
10209                   can be batched
10210
10211
10212 2005-06-08 [colin]      1.9.11cvs53
10213
10214         * src/imap.c
10215                 Thread-ize imap_cmd_fetch
10216
10217 2005-06-08 [colin]      1.9.11cvs52
10218
10219         * src/main.c
10220                 Mmh, that broke POP3...
10221
10222 2005-06-08 [colin]      1.9.11cvs51
10223
10224         * src/main.c
10225                 Stabilize IMAP patch (thanks to Hoa)
10226
10227 2005-06-08 [colin]      1.9.11cvs50
10228
10229         * src/imap.c
10230                 Test patch to speed up imap. 
10231
10232 2005-06-08 [colin]      1.9.11cvs49
10233
10234         * src/imap_gtk.c
10235                 Warning fix
10236         * src/procmime.c
10237                 Apply patch from gentoo to use /usr/share/mime/globs if 
10238                 available, after un-breaking it
10239         * src/common/log.c
10240         * src/common/log.h
10241                 Use g_timeout for invoking hooks that possibly use gtk
10242                 calls. This should leave gtk calls in the main thread.
10243
10244 2005-06-08 [paul]       1.9.11cvs48
10245
10246         * src/codeconv.c
10247                 conv_get_outgoing_charset_str(): don't
10248                 use prefs_common setting
10249         * src/compose.c
10250         * src/compose.h
10251                 add /Options/Character encoding/... to
10252                 temporarily change the outgoing encoding
10253
10254         (belated sync with main)
10255
10256 2005-06-08 [paul]       1.9.11cvs47
10257
10258         * src/compose.c
10259                 correction to/completion of last
10260                 sync with main
10261
10262 2005-06-08 [paul]       1.9.11cvs46
10263
10264         sync with main:
10265         
10266         * src/codeconv.c
10267         * src/codeconv.h
10268                 always enabled Japanese auto-detection
10269                 if the first letters of locale string
10270                 is "ja"
10271         * src/compose.c
10272                 don't use "destroy" signal to destroy
10273                 Compose object (fix rare crashes on discard?)
10274         * src/mainwindow.c
10275         * src/messageview.c
10276         * src/prefs_send.c
10277                 added Hebrew encodings
10278         * src/sourcewindow.c
10279                 don't use "destroy" signal to destroy
10280                 objects
10281
10282 2005-06-07 [colin]      1.9.11cvs45
10283
10284         * src/summaryview.c
10285                 Add missing unlocks/locks
10286
10287 2005-06-07 [paul]       1.9.11cvs44
10288
10289         * src/summaryview.c
10290                 restore bug #749 fix
10291
10292 2005-06-06 [colin]      1.9.11cvs43
10293
10294         * src/summaryview.c
10295                 Fix selection bug when prefs_common.open_unread 
10296                 is FALSE
10297
10298 2005-06-06 [colin]      1.9.11cvs42
10299
10300         * src/common/md5.c
10301                 Fix a warning
10302         * src/summaryview.c
10303         * src/folderview.c
10304                 Factorize long operations beginning and end
10305                 (locking, freezing/thawing, cursor, ...)
10306                 Check selection->data member in selection-
10307                 related loops; this avoids dying an awful
10308                 death if the selection changes on us while
10309                 we're marking a whole IMAP folder unread, 
10310                 for example.
10311
10312 2005-06-06 [paul]       1.9.11cvs41
10313
10314         * src/textview.c
10315                 don't g_free() a static gchar buffer
10316
10317 2005-06-05 [colin]      1.9.11cvs40
10318
10319         * src/mainwindow.c
10320         * src/messageview.c
10321         * src/summaryview.c
10322                 Fix bug #749 (Show all headers should be
10323                 sticky as the GUI suggests)
10324
10325 2005-06-03 [paul]       1.9.11cvs39
10326
10327         * src/compose.c
10328                 don't allow editing of mail while sending.
10329                 patch by Colin
10330
10331 2005-06-03 [paul]       1.9.11cvs38
10332
10333         * src/folderview.c
10334                 add a freeze/thaw to speed up 'mark all read'
10335
10336 2005-06-03 [paul]       1.9.11cvs37
10337
10338         * src/prefs_message.c
10339                 reflect changes immediately
10340
10341 2005-06-02 [colin]      1.9.11cvs36
10342
10343         * po/POTFILES.in
10344                 Patch by Fabien Vantard.
10345
10346 2005-06-02 [colin]      1.9.11cvs35
10347
10348         * src/imap.c
10349                 Use a non-blocking imap_getline() if possible.
10350                 This should completely prevent the interface
10351                 from freezin on imap operations, although it
10352                 may do strange stuff in case of folder switching
10353                 while a big imap operation is taking place...
10354
10355                 In addition, fix a leak in the case thread
10356                 creation fails on connection.
10357
10358 2005-06-02 [colin]      1.9.11cvs34
10359
10360         * src/crash.c
10361         * src/prefs_common.h
10362                 Fix build (prefs_common_init() doesn't exist
10363                 anymore)
10364
10365 2005-06-02 [colin]      1.9.11cvs33
10366
10367         * src/prefs_account.c
10368                 Fix bug #245 (filtering rules broken when
10369                 renaming a remote account (imap4 or nntp)
10370
10371 2005-06-02 [colin]      1.9.11cvs32
10372
10373         * src/imap.c
10374                 Try to fix IMAP shortcomings: 
10375                 o Multithread imap_open()
10376                 o allow offline-mode overriding instead of
10377                   just returning NULL
10378         * src/imap_gtk.c
10379         * src/imap_gtk.h
10380                 Add a function to ask whether we want to
10381                 override offline-mode for 10 minutes (one-shot
10382                 asking was painful)
10383         * src/procheader.c
10384                 Fix segfault when imap parser isn't happy about
10385                 a missing {
10386
10387 2005-06-01 [colin]      1.9.11cvs31
10388
10389         * src/addrharvest.c
10390         * src/compose.c
10391         * src/mbox.c
10392         * src/mbox.h
10393         * src/mh.c
10394         * src/msgcache.c
10395         * src/send_message.c
10396         * src/setup.c
10397         * src/undo.c
10398         * src/common/hooks.c
10399         * src/common/prefs.c
10400         * src/common/template.c
10401         * src/common/utils.c
10402         * src/gtk/gtkutils.c
10403         * src/gtk/inputdialog.c
10404         * src/gtk/menu.c
10405         * src/gtk/pluginwindow.c
10406         * src/gtk/prefswindow.c
10407         * src/plugins/pgpmime/passphrase.c
10408         * src/plugins/pgpmime/prefs_gpg.c
10409                 More -Wall fixes
10410
10411         * src/common/Makefile.am
10412         * src/common/timing.h
10413                 Add basic timing code
10414
10415         * src/summaryview.c
10416                 Fix a bug with unread messages when 
10417                 re-sorting folders, and by the way
10418                 fix a big performance hit when 
10419                 re-sorting (10k mails: before 5s,
10420                 after .5s)
10421
10422         * src/prefs_compose_writing.c
10423         * src/prefs_compose_writing.h
10424         * src/prefs_message.c
10425         * src/prefs_message.h
10426         * src/prefs_other.c
10427         * src/prefs_other.h
10428         * src/prefs_quote.c
10429         * src/prefs_quote.h
10430         * src/prefs_receive.c
10431         * src/prefs_receive.h
10432         * src/prefs_send.c
10433         * src/prefs_send.h
10434         * src/prefs_summaries.c
10435         * src/prefs_summaries.h
10436                 Fix copyright banner
10437
10438 2005-06-01 [paul]       1.9.11cvs30
10439
10440         * po/fi.po
10441                 updated by Flammie Pirinen
10442         * src/procmime.c
10443                 fix 'Bad BASE64 content' output
10444
10445 2005-05-31 [colin]      1.9.11cvs29
10446
10447         * src/procmime.c
10448                 Oops, where did my hunk go.
10449
10450 2005-05-31 [colin]      1.9.11cvs28
10451
10452         * src/Makefile.am
10453         * src/account.c
10454         * src/action.c
10455         * src/addr_compl.c
10456         * src/addressbook.c
10457         * src/codeconv.c
10458         * src/compose.c
10459         * src/export.c
10460         * src/folder.c
10461         * src/folderview.c
10462         * src/image_viewer.c
10463         * src/main.c
10464         * src/mainwindow.c
10465         * src/messageview.c
10466         * src/mimeview.c
10467         * src/msgcache.c
10468         * src/prefs_account.c
10469         * src/prefs_actions.c
10470         * src/prefs_common.c
10471         * src/prefs_compose_writing.c
10472         * src/prefs_customheader.c
10473         * src/prefs_ext_prog.c
10474         * src/prefs_filtering.c
10475         * src/prefs_filtering_action.c
10476         * src/prefs_fonts.c
10477         * src/prefs_image_viewer.c
10478         * src/prefs_message.c
10479         * src/prefs_message.h
10480         * src/prefs_msg_colors.c
10481         * src/prefs_other.c
10482         * src/prefs_other.h
10483         * src/prefs_quote.c
10484         * src/prefs_receive.c
10485         * src/prefs_receive.h
10486         * src/prefs_send.c
10487         * src/prefs_send.h
10488         * src/prefs_spelling.c
10489         * src/prefs_summaries.c
10490         * src/prefs_summary_column.c
10491         * src/prefs_template.c
10492         * src/prefs_themes.c
10493         * src/prefs_toolbar.c
10494         * src/prefs_wrapping.c
10495         * src/procmime.c
10496         * src/procmsg.c
10497         * src/send_message.h
10498         * src/ssl_manager.c
10499         * src/summary_search.c
10500         * src/summaryview.c
10501         * src/textview.c
10502         * src/wizard.c
10503         * src/common/smtp.c
10504         * src/common/smtp.h
10505         * src/gtk/gtkutils.h
10506                 o Move the rest of Common prefs to new style
10507                 o Lots of -Wall warning fixes
10508                 o fix FIXME in cache memusage calculation
10509                 o Let return receipts be sent from any account
10510                 o Little cache optimisation (read)
10511                 o Fix bug #746 (don't treat commas as separators
10512                   when inside a quoted string)
10513
10514 2005-05-31 [paul]       1.9.11cvs27
10515
10516         * src/prefs_common.c
10517                 fix 'off-by-one' typo
10518
10519 2005-05-31 [paul]       1.9.11cvs26
10520
10521         * src/account.c
10522         * src/addr_compl.c
10523         * src/compose.c
10524         * src/foldersel.c
10525         * src/prefs_actions.c
10526         * src/prefs_common.c
10527         * src/prefs_common.h
10528         * src/prefs_customheader.c
10529         * src/prefs_display_header.c
10530         * src/prefs_filtering.c
10531         * src/prefs_filtering_action.c
10532         * src/prefs_matcher.c
10533         * src/prefs_summaries.c
10534         * src/prefs_summary_column.c
10535         * src/prefs_template.c
10536         * src/prefs_toolbar.c
10537         * src/ssl_manager.c
10538         * src/gtk/pluginwindow.c
10539         * src/gtk/prefswindow.c
10540         * src/gtk/progressdialog.c
10541                 add hidden prefs 'enable_rules_hint'
10542                 for gtk_tree_view_set_rules_hint()
10543                 (sync with main)
10544                 
10545
10546 2005-05-31 [colin]      1.9.11cvs25
10547
10548         * src/Makefile.am
10549         * src/main.c
10550         * src/prefs_common.c
10551         * src/prefs_summaries.c ** ADDED **
10552         * src/prefs_summaries.h ** ADDED **
10553                 Common/Display -> Display/Summaries
10554
10555 2005-05-31 [colin]      1.9.11cvs24
10556
10557         * src/Makefile.am
10558         * src/main.c
10559         * src/prefs_quote.c ** ADDED **
10560         * src/prefs_quote.h ** ADDED **
10561                 Move Common/Quote to Compose/Quoting
10562         * src/prefs_common.c
10563         * src/prefs_common.h
10564                 Remove old quote stuff, add
10565                 convenience functions for GtkTextView prefs
10566         * src/gtk/prefswindow.c
10567                 Set default height higher
10568
10569 2005-05-30 [colin]      1.9.11cvs23
10570
10571         * src/Makefile.am
10572         * src/main.c
10573         * src/prefs_common.c
10574         * src/prefs_compose_writing.c ** ADDED **
10575         * src/prefs_compose_writing.h ** ADDED **
10576                 Move Common/Compose prefs to Compose/Writing
10577
10578 2005-05-30 [colin]      1.9.11cvs22
10579
10580         * src/common/utils.c
10581                 Fix bug #651 (Confused Attract by Subject)
10582                 Patch by M. Benkmann <haferfrost@web.de>
10583         * AUTHORS
10584
10585 2005-05-30 [colin]      1.9.11cvs21
10586
10587         * src/compose.c
10588                 Fix concatenation of different headers of
10589                 the same type (bug #645)
10590         * src/prefs_folder_item.c
10591                 Fix bug #699 (setting color to black doesn't
10592                 work immediately)
10593         * src/procmime.c
10594                 Print out decoding error only once per
10595                 block
10596
10597 2005-05-30 [paul]       1.9.11cvs20
10598
10599         * src/common/template.c
10600                 fix Bcc
10601
10602 2005-05-30 [paul]       1.9.11cvs19
10603
10604         * doc/src/rfc2368.txt   **NEW FILE**
10605         * src/compose.c
10606                 compose_entries_set(): don't interpret Bcc
10607                 header field (conform to RFC 2368)
10608                 (sync with main)
10609
10610 2005-05-29 [colin]      1.9.11cvs18
10611
10612         * src/prefs_common.c
10613                 Let the default reply format respect
10614                 netiquette by cutting the signature.
10615
10616 2005-05-29 [colin]      1.9.11cvs17
10617
10618         * src/summaryview.c
10619                 Don't let always_show_msg override
10620                 open_unread_on_enter when opening a new
10621                 directory.
10622
10623 2005-05-27 [paul]       1.9.11cvs16
10624
10625         sync with main:
10626
10627         * src/main.c
10628                 app_will_exit(): cleanup tmp directory when exit
10629         * src/message_search.c
10630                 improved the interface and made code cleanup.
10631                 removed Clear button
10632         * src/send_message.c
10633                 send_message_local(): use GSpawn, and detect errors
10634         * src/summary_search.c
10635                 improved the interface and made code cleanup
10636         * src/textview.c
10637                 textview_write_link(): also skip non-ascii space
10638                  at the head of link strings (phishing check
10639                  didn't work at the case)
10640         * src/common/utils.c
10641                 get_command_output(): use g_spawn_command_line_sync()
10642                 instead of popen()
10643
10644 2005-05-26 [colin]      1.9.11cvs15
10645
10646         * src/folder.c
10647                 remove printf
10648
10649 2005-05-26 [colin]      1.9.11cvs14
10650
10651         * src/common/nntp.c
10652                 Fix nntp mode reader (bug #611)
10653                 Patch by Florian Mickler <florian@mickler.org>
10654
10655 2005-05-26 [colin]      1.9.11cvs13
10656
10657         * src/plugins/pgpmime/passphrase.c
10658                 Fix mouse grabbing (bug #557)
10659
10660 2005-05-26 [colin]      1.9.11cvs12
10661
10662         * src/prefs_themes.c
10663                 Fix g_warning (bug #541)
10664
10665 2005-05-26 [colin]      1.9.11cvs11
10666
10667         * src/prefs_actions.c
10668         * src/prefs_template.c
10669                 Fix bug #506 (no warning if action/template
10670                 is not saved)
10671         * src/common/template.c
10672                 Fix a possible crash
10673
10674 2005-05-26 [colin]      1.9.11cvs10
10675
10676         * src/folder.c
10677         * src/folderview.c
10678         * src/procmsg.c
10679         * src/summaryview.c
10680                 Forbid locked messages to be moved or
10681                 deleted. Locked messages in trashes 
10682                 still get deleted, for performance
10683                 reason (mh.c::mh_remove_all_msgs)
10684
10685 2005-05-25 [colin]      1.9.11cvs9
10686
10687         * src/procmime.c
10688                 Use correct encoding when sending mails
10689                 with attachments that have accentued 
10690                 chars in their name
10691
10692 2005-05-24 [colin]      1.9.11cvs8
10693
10694         * src/summaryview.c
10695                 Fix bug #688 f) read/unread marker not
10696                 changed on first click
10697                 Also, optimize summary_status_show()
10698                 calls
10699         * src/folder.c
10700         * src/inc.c
10701         * src/procmime.c
10702                 Fix bug #688 b) and c) wrt message
10703                 attachments and signature
10704         * src/stock_pixmap.c
10705         * src/stock_pixmap.h
10706         * src/stock_pixmap.c
10707         * src/stock_pixmap.h
10708         * src/Makefile.am
10709         * src/pixmaps/clip_gpg_signed.xpm
10710                 Add clip/signed icon
10711
10712 2005-05-24 [colin]      1.9.11cvs7
10713
10714         * src/folder_item_prefs.c
10715                 whitespace fix
10716
10717 2005-05-24 [colin]      1.9.11cvs6
10718
10719         * src/folderview.c
10720         * src/prefs_common.c
10721         * src/prefs_common.h
10722                 Add a confirmation to folder drag and drop
10723                 fixes bug #156
10724         * src/alertpanel.c
10725         * src/alertpanel.h
10726                 fix _with_disable parameters so that
10727                 the buttons labels are specifiable too
10728         * src/plugins/pgpmime/sgpgme.c
10729                 reflect said change
10730                 
10731
10732 2005-05-24 [colin]      1.9.11cvs5
10733
10734         * src/folderview.c
10735                 Uncollapse/collapse folders on double-click
10736                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
10737                 closes bug #108
10738
10739 2005-05-23 [colin]      1.9.11cvs4
10740
10741         * src/common/socket.c
10742                 Check another special SSL_peek() error.
10743                 Should help wrt bug #728
10744
10745 2005-05-23 [colin]      1.9.11cvs3
10746
10747         * src/plugins/pgpmime/pgpmime.c
10748                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
10749                 breaking menu accelerators and stuff. Users will have to
10750                 reselect "PGP MIME" instead of "PGP/MIME" in their 
10751                 account's privacy preferences if needed.
10752
10753 2005-05-22 [paul]
10754
10755         * tools/kdeservicemenu/install.sh
10756                 use kdesu to prompt for root password if doing
10757                 global install/uninstall
10758
10759 2005-05-20 [colin]      1.9.11cvs2
10760
10761         * src/procmsg.c
10762                 Fix another compilation error with gcc-2.9x
10763                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
10764         * src/send_message.c
10765                 Don't send QUIT if we aren't connected
10766
10767 2005-05-19 [colin]      1.9.11cvs1
10768
10769         * src/procmsg.c
10770                 Fix compilation with gcc 2.9x
10771
10772 2005-05-19 [paul]       1.9.11
10773
10774         1.9.11 released
10775
10776 2005-05-19 [paul]       1.9.9cvs14
10777
10778         * src/gtk/inputdialog.c
10779                 prevent gettext warning
10780
10781 2005-05-19 [paul]       1.9.9cvs13
10782
10783         * src/mainwindow.c
10784         * src/prefs_common.c
10785         * src/prefs_common.h
10786         * src/textview.c
10787         * src/textview.h
10788                 add an option to toggle cursor in message
10789                 view (sync with main)
10790
10791 2005-05-18 [colin]      1.9.9cvs12
10792
10793         * src/compose.c
10794                 Dereference freed pointer
10795         * src/gtk/gtkaspell.c
10796                 Fix duplication of dictionaries (is it an aspell issue?)
10797
10798 2005-05-18 [colin]      1.9.9cvs11
10799
10800         * src/gtk/inputdialog.c
10801         * src/gtk/gtkaspell.c
10802                 HIGuify dialogs
10803         * src/alertpanel.c
10804                 Remove a double call
10805
10806 2005-05-17 [colin]      1.9.9cvs10
10807
10808         * src/gtk/gtkaspell.c
10809                 Fix dialogs, Ctrl-Enter accel
10810
10811 2005-05-17 [colin]      1.9.9cvs9
10812
10813         * src/gtk/gtkaspell.c
10814                 Fix some accelerators, escape in replace-window
10815
10816 2005-05-16 [colin]      1.9.9cvs8
10817
10818         * src/gtk/gtkaspell.c
10819                 Revert last commit, it was a mistake.
10820
10821 2005-05-16 [colin]      1.9.9cvs7
10822
10823         * src/gtk/gtkaspell.c
10824                 Remove buggy code while we're at it. It's a 
10825                 dead code path anyway.
10826
10827 2005-05-16 [colin]      1.9.9cvs6
10828
10829         * src/gtk/gtkaspell.c
10830                 Missed some gtk_menu_popup where deactivate
10831                 signal should be handled. Should fix bug
10832                 #629 a bit more.
10833
10834 2005-05-16 [colin]      1.9.9cvs5
10835
10836         * src/gtk/gtkaspell.c
10837                 Remove debug printf()s
10838
10839 2005-05-16 [colin]      1.9.9cvs4
10840
10841         * src/gtk/gtkaspell.c
10842                 Fix a bit aspell problems
10843                 (see bug #629)
10844
10845 2005-05-13 [colin]      1.9.9cvs3
10846
10847         * src/folderview.c
10848                 Fix the + appearing even when no subfolders
10849                 have unread messages. Thanks to wwp for the
10850                 bug report.
10851
10852 2005-05-11 [paul]       1.9.9cvs2
10853
10854         * src/folderview.c
10855                 correction to 1.9.9cvs1, only colour folders that
10856                 have new msgs (not unread msgs)
10857
10858 2005-05-10 [colin]      1.9.9cvs1
10859
10860         * src/folderview.c
10861         * src/summaryview.c
10862                 Try to fix bolding bugs again.
10863
10864 2005-05-09 [paul]
10865
10866         * tools/claws.i18n.status.pl
10867                 add Ricardo Mones Lastra's script that has been providing
10868                 the i18n status page for many months
10869
10870 2005-05-09 [paul]       1.9.9
10871
10872         1.9.9 release
10873
10874 2005-05-09 [paul]       1.9.6cvs58
10875
10876         * AUTHORS
10877         * INSTALL
10878         * README.claws
10879                 updated
10880         * Makefile.am 
10881         * RELEASE_NOTES.claws
10882                 add release notes to cvs to simplify release
10883                 procedure
10884         * configure.ac
10885                 add ca and fi to ALL_LINGUAS
10886         * po/Makefile.in.in
10887                 workaround for missing Makevars
10888         * po/ca.po
10889         * po/fi.po
10890                 add new Catalan and Finnish translations
10891                 submitted by Miquel Oliete and Flammie Pirinen
10892         * po/de.po
10893         * po/es.po
10894         * po/fr.po
10895         * po/it.po
10896         * po/pl.po
10897         * po/ru.po
10898         * po/sk.po
10899         * po/sr.po
10900         * po/zh_CN.po
10901                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
10902                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
10903                 Urke MMI, and Hansom Young
10904         * src/main.c
10905                 Fix drafting when quitting. compose_draft() closes the
10906                 compose windows, which modifies the compose_list GSList.
10907                 We have to refresh this list after echo drafting to avoid a
10908                 segfault
10909         * src/partial_download.c
10910                 fix segfault on exit
10911
10912 2005-05-06 [paul]       1.9.6cvs57
10913
10914         * src/grouplistdialog.c
10915                 quick fix/workaround for unresizeable newsgroup
10916                 name column 
10917
10918 2005-05-06 [paul]       1.9.6cvs56
10919
10920         * src/inc.c
10921         * src/mainwindow.c
10922                 use gettext plural forms
10923         * src/imap_gtk.c
10924         * src/mh_gtk.c
10925         * src/toolbar.c
10926                 small improvement to english usage
10927
10928 2005-05-05 [thorsten]   1.9.6cvs55
10929
10930         * src/folder.c
10931                 fix possible crash
10932
10933 2005-05-05 [paul]       1.9.6cvs54
10934         
10935         sync with HEAD
10936
10937         * AUTHORS
10938         * src/compose.c
10939                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
10940                 patch by Tim Mann
10941
10942 2005-05-05 [paul]       1.9.6cvs53
10943
10944         * src/mainwindow.c
10945                 fix resizing of separate message and
10946                 folder views
10947
10948 2005-05-05 [paul]       1.9.6cvs52
10949
10950         * src/account.c
10951         * src/addrgather.c
10952         * src/browseldap.c
10953         * src/exphtmldlg.c
10954         * src/expldifdlg.c
10955         * src/importmutt.c
10956         * src/importpine.c
10957         * src/main.c
10958         * src/mainwindow.c
10959         * src/noticeview.c
10960         * src/prefs_filtering.c
10961         * src/prefs_filtering_action.c
10962         * src/prefs_matcher.c
10963         * src/prefs_spelling.c
10964         * src/prefs_toolbar.c
10965         * src/toolbar.c
10966         * src/wizard.c
10967         * src/gtk/description_window.c
10968         * src/gtk/gtkvscrollbutton.c
10969         * src/gtk/progressdialog.c
10970         * src/gtk/quicksearch.c
10971         * src/plugins/pgpmime/prefs_gpg.c
10972         * src/plugins/spamassassin/spamassassin_gtk.c
10973                 replace deprecated gtk_widget_set_usize
10974
10975 2005-05-04 [colin]      1.9.6cvs51
10976
10977         * src/common/utils.c
10978                 Fix crash when subst_for_filename is called
10979                 with a NULL parameter
10980
10981 2005-05-04 [colin]      1.9.6cvs50
10982
10983         * src/partial_download.c
10984         * src/pop.c
10985                 Escape login when writing uidl file
10986                 fixes bug #736
10987
10988 2005-05-03 [colin]      1.9.6cvs49
10989
10990         * src/procmime.c
10991                 Fix possible DOS in mime parser
10992                 (see bug #634)
10993
10994 2005-05-02 [colin]      1.9.6cvs48
10995
10996         * src/compose.c
10997                 Try to fix the copy/paste mess once again.
10998
10999
11000 2005-04-30 [colin]      1.9.6cvs47
11001
11002         * src/prefs_account.h
11003         * src/procmsg.c
11004         * src/send_message.c
11005         * src/common/smtp.c
11006         * src/common/smtp.h
11007                 Try to batch sending mails (per account) instead of
11008                 reconnecting to server every time.
11009
11010 2005-04-29 [colin]      1.9.6cvs46
11011
11012         * src/messageview.c
11013                 Fix window resizing that refused to size down
11014         * src/prefs_common.c
11015         * src/prefs_common.h
11016         * src/prefs_filtering.c
11017                 Save Filtering's window size
11018
11019 2005-04-21 [paul]       1.9.6cvs45
11020
11021         * ChangeLog-gtk2.claws
11022         * src/setup.c
11023                 correction to sync
11024
11025 2005-04-21 [paul]       1.9.6cvs44
11026
11027         sync with main:
11028
11029         * src/setup.c
11030         * src/statusbar.c
11031         * src/statusbar.h
11032                 use gtkut_widget_draw_now(). Improved performance
11033                 of the update of statusbar
11034         * src/textview.c
11035                 textview_smooth_scroll_do(): redraw it after scroll
11036                 is done (fixed incorrect display when a part of the
11037                 view is hidden).
11038         * src/gtk/gtkutils.c
11039         * src/gtk/gtkutils.h
11040                 gtkut_widget_draw_now(): use gdk_window_process_updates()
11041                 to force update of widgets.
11042                 Removed gtkut_widget_wait_for_draw() which had a big
11043                 overhead  because of waiting for all events processed 
11044
11045 2005-04-20 [paul]       1.9.6cvs43
11046
11047         * src/codeconv.c
11048                 complete 1.9.6cvs42's sync:
11049                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
11050
11051 2005-04-19 [paul]       1.9.6cvs42
11052
11053         sync with main:
11054
11055         * src/action.c
11056                 catch_output(): correctly select the insert text
11057                 (fix invalid iterator warnings).
11058         * src/codeconv.c
11059         * src/codeconv.h
11060         * src/mainwindow.c
11061         * src/messageview.c
11062         * src/prefs_common.c
11063                 support GBK encoding.
11064         * src/common/session.c
11065         * src/common/session.h
11066                 use separate buffer for large data to be sent,
11067                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
11068
11069 2005-04-18 [paul]       1.9.6cvs41
11070
11071         * src/jpilot.c
11072                 convert unsigned long into guint32
11073                 patch by Paul LeoNerd Evans 
11074
11075 2005-04-17 [colin]      1.9.6cvs40
11076
11077         * src/compose.c
11078                 Fix 'Request return receipt' from folder
11079                 properties (bug #708)
11080
11081 2005-04-17 [colin]      1.9.6cvs39
11082
11083         * src/mainwindow.c
11084                 Fix duplicate hotkeys in Mainwindow's menu
11085
11086 2005-04-17 [colin]      1.9.6cvs38
11087
11088         * src/folderview.c
11089                 Fix duplicate hotkeys in Folderview's contextual
11090                 menu
11091
11092 2005-04-15 [colin]      1.9.6cvs37
11093
11094         * src/summaryview.c
11095                 Fix 'Save as...' with non-ascii filenames
11096
11097 2005-04-15 [colin]      1.9.6cvs36
11098
11099         * src/plugins/pgpmime/pgpmime.c
11100                 Fix bus error on 64bit. Spotted by 
11101                 macallan1888@gmail.com
11102
11103 2005-04-15 [colin]      1.9.6cvs35
11104
11105         * src/prefs_account.c
11106                 Fix cvs34.
11107
11108 2005-04-12 [colin]      1.9.6cvs34
11109
11110         * src/prefs_account.c
11111                 Fix smtp auth type off-by-one. We forgot to
11112                 add PLAIN in the prefs-to-gui setter func and
11113                 as a result, the selected auth when opening
11114                 account prefs was not the correct one.
11115
11116 2005-04-12 [paul]       1.9.6cvs33
11117
11118         * src/inc.c
11119                 if the recv dialog is visible, Cancel only
11120                 cancels the current account
11121
11122
11123 2005-04-10 [colin]      1.9.6cvs32
11124
11125         * src/filtering.c
11126                 Copy score when copying FilteringActions
11127                 Fix bug #674
11128
11129 2005-04-10 [colin]      1.9.6cvs31
11130
11131         * src/inc.c
11132                 Make Message -> Receive -> Cancel cancel 
11133                 incorporation on all accounts. Fixes
11134                 bug #693
11135
11136 2005-04-10 [colin]      1.9.6cvs30
11137
11138         * src/prefs_account.c
11139                 Update Privacy checkbuttons status based
11140                 on the selected privacy system
11141         * src/compose.c
11142                 Always connect the "None" privacy system; the
11143                 static boolean was probably there to avoid
11144                 reconnecting twice in the same compose window,
11145                 but as the parent function is only called once
11146                 per compose, it's only a bug - as a static is
11147                 initialized once per application instance.
11148                 Also, don't uncheck Sign and Encrypt when
11149                 selecting None as privacy system; just ignore
11150                 them when sending/queuing.
11151                 Should fix bug #695
11152
11153 2005-04-08 [colin]      1.9.6cvs29
11154
11155         * src/account.c
11156         * src/prefs_account.c
11157         * src/prefs_account.h
11158                 Add account preference to queue message in a certain
11159                 folder.
11160
11161 2005-04-06 [colin]      1.9.6cvs28
11162
11163         * src/prefs_account.c
11164                 Update old inbox path syntax
11165
11166 2005-04-06 [paul]       1.9.6cvs27
11167
11168         sync with main:
11169
11170         * configure.ac
11171                 changed -traditional-cpp to -no-cpp-precomp for newer
11172                 Mac OS X support
11173         * src/foldersel.c
11174                 made column resize automatically
11175         * src/send_message.c
11176                 send_message_smtp(): consider EOF right after QUIT
11177                 successful (workaround for Gmail SMTP server)
11178         * src/common/socket.c
11179                 ssl_read(), ssl_peek(): check EOF which violates the
11180                 SSL protocol
11181         * src/gtk/colorlabel.c
11182                 removed warnings when displaying colorlabel menu
11183                 (don't use GtkAlignment)
11184
11185 2005-04-05 [paul]       1.9.6cvs26
11186
11187         * src/plugins/trayicon/trayicon.c
11188                 fix clipping of icon under KDE3 
11189
11190 2005-04-05 [paul]       1.9.6cvs25
11191
11192         * src/summaryview.c
11193                 hide display of threading
11194                 patch by Alfons
11195
11196 2005-04-04 [thorsten]   1.9.6cvs24
11197
11198         * src/mh.c
11199                 marks lost on filesystems with different stat() results on
11200                 summer-/wintertime
11201
11202 2005-04-03 [colin]      1.9.6cvs23
11203
11204         * src/summaryview.c
11205                 Don't handle up/down. Patch by Alfons
11206
11207 2005-04-02 [colin]      1.9.6cvs22
11208
11209         * src/summaryview.c
11210                 Make scrolling faster. Patch by Alfons.
11211
11212 2005-04-01 [colin]      1.9.6cvs21
11213
11214         * src/Makefile.am
11215         * src/stock_pixmap.c
11216         * src/pixmaps/dir-noselect.xpm ** REMOVED **
11217         * src/pixmaps/dir_noselect.xpm ** ADDED **
11218                 Fix pixmap name mismatch (Thanks Stephan Sachse)
11219
11220 2005-04-01 [colin]      1.9.6cvs20
11221
11222         * src/image_viewer.c
11223         * src/image_viewer.h
11224         * src/procmime.c
11225         * src/procmime.h
11226         * src/textview.c
11227         * src/textview.h
11228                 Implement inline image resizing and right-clicking
11229
11230 2005-04-01 [paul]       1.9.6cvs19
11231
11232         * AUTHORS
11233         * Makefile.am
11234         * configure.ac
11235                 check for gnome2
11236                 patch by Luca Cavalli <loopback<AT>slackit.org>
11237         * po/ru.po
11238                 updated by Pavlo Bohmat
11239
11240 2005-03-31 [colin]      1.9.6cvs18
11241
11242         * src/news.c
11243                 Fix parsing references
11244         * src/msgcache.c
11245                 don't put nulls in the references list
11246         * src/procheader.c
11247                 commit that forgotten file in 1.9.6cvs14
11248
11249 2005-03-31 [colin]      1.9.6cvs17
11250
11251         * src/compose.c
11252                 Fix joining of signature separator again. 
11253                 Maybe Hiro could put it in main too...
11254
11255 2005-03-31 [colin]      1.9.6cvs16
11256
11257         * src/Makefile.am
11258         * src/foldersel.c
11259         * src/stock_pixmap.c
11260         * src/stock_pixmap.h
11261         * src/pixmaps/dir-noselect.xpm
11262                 Update foldersel.c (sync from main, patch by Alfons)
11263
11264 2005-03-30 [colin]      1.9.6cvs15
11265
11266         * src/imap.c
11267                 Fix handling of imap folders containing [] in 
11268                 their name. Thanks to Nahuel Angelinetti for
11269                 the detailed bugreport.
11270
11271 2005-03-30 [colin]      1.9.6cvs14
11272
11273         * src/common/utils.h
11274         * src/common/utils.c
11275         * src/common/defs.h
11276         * src/matcher.c
11277         * src/msgcache.c
11278         * src/news.c
11279         * src/procmsg.c
11280         * src/procmsg.h
11281         * src/quote_fmt_parse.y
11282         * src/summaryview.c
11283                 Update references system. Patch by Alfons
11284
11285 2005-03-30 [colin]      1.9.6cvs13
11286
11287         * src/common/socket.c
11288                 Force the glibc to read resolv.conf again when 
11289                 it has changed. Should fix issues when changing
11290                 networks on a laptop and not restarting sylpheed. 
11291
11292 2005-03-30 [paul]       1.9.6cvs12
11293
11294         partial sync with main:
11295
11296         * src/action.c
11297                 create_io_dialog(): use user-defined text font
11298                 (thanks to Alfons), and modified its appearance.
11299         * src/addrgather.c
11300         * src/addrharvest.c
11301         * src/browseldap.c
11302                 replace old code
11303         * src/compose.c
11304                 don't join (presumably) itemized lines on line-wrapping
11305                 fixed wrapping of quote when auto-wrapping is enabled
11306                 compose_destroy(): destroy paned only if it's not
11307                 attached to window. Fixed memory leak of popup menu.
11308         * src/exphtmldlg.c
11309         * src/expldifdlg.c
11310                 replace old code
11311         * src/html.c
11312         * src/html.h
11313         * src/importmutt.c
11314         * src/importpine.c
11315                 replace old code
11316         * src/main.c
11317                 removed redundant code
11318         * src/mainwindow.c
11319                 changed 'Code set' (which is rather incorrect)
11320                 in the menu to 'Character encoding'
11321                 main_window_set_widgets(): request size first
11322                 to prevent window size becoming wrong
11323                 fixed remembering of the state of the visibility
11324                 of MessageView
11325         * src/messageview.c
11326                 changed 'Code set' (which is rather incorrect)
11327                 in the menu to 'Character encoding'
11328         * src/prefs_common.c
11329         * src/prefs_common.h
11330                 added an option whether to render HTML as text or not
11331                 added separators to outgoing encoding menu
11332         * src/procheader.c
11333                 procheader_scan_date_string(): support header
11334                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
11335         * src/summaryview.c
11336         * src/summaryview.h
11337                 minor code cleanup
11338         * src/textview.c
11339                 textview_show_html(): force output of newline
11340                 added an option whether to render HTML as text or not
11341         * src/common/utils.c
11342                 strncpy2(): optimized based on Alfons' code
11343         * src/gtk/gtkutils.c
11344         * src/gtk/gtkutils.h
11345                 removed non-used code
11346         * src/plugins/pgpmime/passphrase.c
11347                 partially fixed grab input of passphrase dialog
11348                 Confine pointer to window
11349
11350 2005-03-30 [colin]      1.9.6cvs11
11351
11352         * src/msgcache.c
11353         * src/msgcache.h
11354                 Read/write 32bit ints from cache & marks
11355                 From main.
11356
11357 2005-03-29 [paul]       1.9.6cvs10
11358
11359         * AUTHORS
11360         * ChangeLog.claws
11361         * src/compose.c
11362         * src/gtk/gtkaspell.c
11363                 sync with HEAD (don't pass NULL pointers) 
11364
11365 2005-03-24 [paul]
11366
11367         * tools/Makefile.am
11368         * tools/README
11369         * tools/acroread2sylpheed.pl
11370                 sync with HEAD (add script to send pdfs as
11371                 attachments from Adobe Reader 7)
11372
11373 2005-03-21 [paul]       1.9.6cvs9
11374
11375         * configure.ac
11376         * po/POTFILES.in
11377         * src/Makefile.am
11378         * src/crash.c
11379         * src/image_viewer.c ** ADDED **
11380         * src/image_viewer.h ** ADDED **
11381         * src/main.c
11382         * src/prefs_common.c
11383         * src/prefs_common.h
11384         * src/prefs_image_viewer.c ** ADDED **
11385         * src/prefs_image_viewer.h ** ADDED **
11386         * src/textview.c
11387         * src/gtk/about.c
11388         * src/pixmaps/sylpheed_logo.xpm
11389         * src/plugins/Makefile.am
11390         * src/plugins/image_viewer/.cvsignore ** REMOVED **
11391         * src/plugins/image_viewer/Makefile.am ** REMOVED **
11392         * src/plugins/image_viewer/plugin.c ** REMOVED **
11393         * src/plugins/image_viewer/viewer.c ** REMOVED **
11394         * src/plugins/image_viewer/viewer.glade ** REMOVED **
11395         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
11396         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
11397         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
11398         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
11399                 as gdk-pixbuf is now built-in
11400                 remove image_viewer plugin and put code back into
11401                 main codebase
11402                 implement inline image display (sync with main)
11403
11404                 replace logo with newer, nicer, larger version  
11405
11406 2005-03-21 [paul]       1.9.6cvs8
11407
11408         * src/gtk/about.c
11409                 cosmetic improvement
11410
11411 2005-03-21 [holger]     1.9.6cvs7
11412
11413         * src/plugins/spamassassin/spamassassin.c
11414                 Sync with HEAD
11415                 (unregister hook on failed plugin init)
11416
11417 2005-03-20 [colin]      1.9.6cvs6
11418
11419         * src/common/plugin.c
11420                 Check that plugin isn't already loaded
11421                 Patch by Alfons
11422
11423 2005-03-20 [thorsten]   1.9.6cvs5
11424
11425         * src/compose.c
11426                 use a more compatible syntax
11427
11428 2005-03-20 [thorsten]   1.9.6cvs4
11429
11430         * src/prefs_toolbar.c
11431                 fix crash when selecting toolbar item (uninitialized pointer)
11432
11433 2005-03-20 [thorsten]   1.9.6cvs3
11434
11435         * src/procmime.c
11436                 fix mimetype detection (referenced free()d string)
11437
11438 2005-03-20 [paul]       1.9.6cvs2
11439
11440         * src/compose.c
11441                 sync with HEAD (1.0.3cvs5)
11442                 neglect Reply-To header if empty
11443                 Patch by Alfons 
11444
11445 2005-03-19 [holger]     1.9.6cvs1
11446
11447         * src/summaryview.c
11448         * src/summaryview.h
11449                 Sync with HEAD
11450
11451 2005-03-18 [paul]       1.9.6
11452
11453         initial GTK2 release
11454
11455 2005-03-18 [paul]       1.0.3cvs3.1
11456
11457         * AUTHORS
11458         * ChangeLog.claws
11459         * configure.ac
11460         * src/gtk/about.c
11461         * src/pixmaps/sylpheed_logo.xpm
11462                 sync with HEAD
11463
11464 2005-03-18 [colin]      1.0.3cvs2.6
11465
11466         * src/summaryview.c
11467                 Remove call to summary_step in summary_copy_selected_to
11468                 Can't see its purpose, and this causes bug when copying
11469                 a message if the next one is unread: it reads it.
11470
11471 2005-03-18 [paul]       1.0.3cvs2.5
11472
11473         * src/foldersel.c
11474                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
11475
11476 2005-03-18 [paul]       1.0.3cvs2.4
11477
11478         * src/addrharvest.c
11479         * src/codeconv.c
11480         * src/codeconv.h
11481         * src/compose.c
11482         * src/news.c
11483         * src/procheader.c
11484         * src/procmime.c
11485         * src/unmime.c
11486         * src/unmime.h
11487                 fix buffer overflow, CAN-2005-0667, see
11488                 http://secunia.com/advisories/14491/
11489                 Patch by Alfons
11490
11491 2005-03-17 [colin]      1.0.3cvs2.3
11492
11493         * src/prefs_fonts.c
11494         * src/summaryview.c
11495                 Fix font bugs (both lists now officialy share 
11496                 the same font)
11497                 
11498
11499 2005-03-17 [paul]       1.0.3cvs2.2
11500
11501         * src/gtk/pluginwindow.c
11502                 make plugin descriptions uneditable
11503
11504 2005-03-11 [paul]       1.0.3cvs2.1
11505
11506         * ChangeLog.claws
11507         * configure.ac
11508         * po/POTFILES.in
11509         * src/plugins/trayicon/trayicon.c
11510                 sync with HEAD
11511                 add src/wizard.c to POTFILES.in
11512
11513 2005-03-11 [paul]       1.0.3cvs1.1
11514
11515         * ChangeLog
11516         * ChangeLog.claws
11517         * configure.ac
11518         * po/de.po
11519         * po/es.po
11520         * po/fr.po
11521         * po/it.po
11522         * po/pt_BR.po
11523         * po/ru.po
11524         * po/sk.po
11525         * po/sr.po
11526         * po/zh_CN.po
11527                 sync with HEAD
11528
11529 2005-03-04 [colin]      1.0.1cvs22.2
11530
11531         * src/compose.c
11532                 Fix signatures with accentued chars in it
11533
11534 2005-03-04 [colin]      1.0.1cvs22.1
11535
11536         * src/common/smtp.c
11537         * src/common/smtp.h
11538                 Don't use SIZE param in MAIL FROM: if server 
11539                 doesn't support it. Patch by Eugen Freiter
11540                 <eugen_f@users.sf.net>
11541
11542 2005-02-27 [paul]       1.0.1cvs20.1
11543
11544         * ChangeLog.claws
11545         * configure.ac
11546         * src/messageview.c
11547                 sync with HEAD
11548
11549 2005-02-27 [colin]      1.0.1cvs19.4
11550
11551         * src/procheader.c
11552         * src/procheader.h
11553                 Fix prototypes. Patch by Alfons
11554
11555 2005-02-27 [colin]      1.0.1cvs19.3
11556
11557         * src/compose.c
11558                 Don't auto-join the signature separator.
11559
11560 2005-02-26 [colin]      1.0.1cvs19.2
11561
11562         * src/summaryview.c
11563                 Fix 'mark all read' with collapsed threads.
11564                 Patch by Alfons.
11565
11566 2005-02-25 [paul]       1.0.1cvs19.1
11567
11568         * ChangeLog.claws
11569         * configure.ac
11570         * src/prefs_account.c
11571         * src/prefs_folder_item.c
11572         * src/gtk/prefswindow.c
11573         * src/gtk/prefswindow.h
11574                 sync with HEAD
11575
11576 2005-02-25 [paul]       1.0.1cvs15.12
11577
11578         * src/alertpanel.c
11579         * src/codeconv.c
11580         * src/compose.c
11581         * src/textview.c
11582         * src/gtk/gtkutils.c
11583         * src/gtk/gtkutils.h
11584         * src/gtk/logwindow.c
11585         * src/gtk/progressdialog.c
11586                 sync with main (revision 127)
11587                 and fix logwindow clipping
11588
11589 2005-02-24 [colin]      1.0.1cvs15.11
11590
11591         * src/plugins/pgpmime/passphrase.c
11592                 Disable input grabbing; it doesn't work yet.
11593
11594 2005-02-24 [colin]      1.0.1cvs15.10
11595
11596         * src/messageview.c
11597                 Don't send out receipts if offline. Ask.
11598
11599 2005-02-23 [colin]      1.0.1cvs15.9
11600
11601         * src/summaryview.c     
11602                 Fix expanding
11603
11604 2005-02-23 [colin]      1.0.1cvs15.8
11605
11606         * src/summaryview.c
11607                 Really fix Bug 568 by removing useless
11608                 calls. summary_thread_init() now called
11609                 in summary_sort(). This should please
11610                 Alfons as it should be faster than 
11611                 previously.
11612
11613 2005-02-23 [colin]      1.0.1cvs15.7
11614
11615         * src/compose.c
11616                 Encode parts as QP or B64 if signing
11617
11618 2005-02-23 [colin]      1.0.1cvs15.6
11619
11620         * src/compose.c
11621                 Fix Mimeinfo leakage (including tmp files)
11622         * src/procmsg.c
11623                 Fix tmp file leakage (spotted by Ivan Rayner)
11624
11625 2005-02-22 [colin]      1.0.1cvs15.5
11626
11627         * src/expldifdlg.c
11628                 Fix keyboard input. Patch by Alfons.
11629
11630 2005-02-21 [colin]      1.0.1cvs15.4
11631
11632         * src/compose.c
11633                 Fix Sign/Encrypt when unselecting privacy
11634                 system
11635         * src/prefs_common.c
11636                 Change default message font to Monospace
11637         * src/summaryview.c
11638                 More freezing during potentially large operations
11639
11640 2005-02-21 [paul]       1.0.1cvs15.3
11641
11642         * src/main.c
11643                 fix --help output
11644
11645 2005-02-21 [paul]       1.0.1cvs15.2
11646
11647         * po/Makefile.in.in
11648         * src/compose.c
11649         * src/summaryview.c
11650         * src/textview.c
11651         * src/common/utils.c
11652         * src/common/utils.h
11653                 sync with main (revision 117)
11654
11655 2005-02-20 [colin]      1.0.1cvs15.1
11656
11657         * src/common/defs.h
11658                 Change cache file to .sylpheed_claws_cache, as
11659                 suggested by Alfons. Allows people to switch
11660                 between Sylpheed and Sylpheed-Claws. it is
11661                 a good idea to "Check for new messages" at next
11662                 startup.
11663
11664
11665 2005-02-18 [colin]      1.0.1cvs14.1
11666
11667         * src/quote_fmt_lex.l
11668         * src/quote_fmt_parse.y
11669                 Fix parser initialisation. Patch by Ivan.
11670
11671 2005-02-18 [colin]      1.0.1cvs11.6
11672
11673         * src/folderview.c
11674                 Fix scrolldown (bug 662)
11675
11676 2005-02-17 [colin]      1.0.1cvs11.5
11677
11678         * src/codeconv.c
11679                 conv_filename_to_utf8: return clean 7bit instead
11680                 of broken utf8 if needed
11681         * src/mimeview.c
11682                 Fix display of parts with unclean 8bit names
11683
11684 2005-02-17 [paul]       1.0.1cvs11.4
11685
11686         * src/compose.c
11687         * src/exportldif.c
11688         * src/matcher_parser_parse.y
11689         * src/procmime.c
11690         * src/sourcewindow.c
11691         * src/common/Makefile.am
11692         * src/common/intl.h             ** REMOVED **
11693         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11694                 sync with main (revision 109)
11695                 and clean up
11696
11697 2005-02-16 [colin]      1.0.1cvs11.3
11698
11699         * src/summaryview.c
11700                 Fix collapsed thread not highlighting when new
11701                 messages in it (Bug 568) Patch by Stephan Sachse.
11702                 Fix messed up selection when reaching bounds (Bug 632)
11703         * src/prefs_themes.c
11704                 Fix theme installing (Bug 684)
11705
11706 2005-02-16 [colin]      1.0.1cvs11.2
11707
11708         * src/messageview.c
11709                 Fix messageview_select_all
11710
11711 2005-02-16 [colin]      1.0.1cvs11.1
11712
11713         * src/mh.c
11714                 Sync with HEAD (MH scan required function)
11715
11716 2005-02-15 [colin]      1.0.1cvs8.1
11717
11718         * src/mimeview.c
11719         * src/common/utils.c
11720                 Sync with HEAD (filename chars substitution)
11721
11722 2005-02-15 [colin]      1.0.1cvs7.3
11723
11724         * src/gtk/pluginwindow.c
11725                 Fix button spacing
11726
11727 2005-02-15 [colin]      1.0.1cvs7.2
11728
11729         * src/mimeview.c
11730                 Fix mime icons not reset across message when
11731                 scrolled down
11732
11733 2005-02-15 [colin]      1.0.1cvs7.1
11734
11735         * src/compose.c
11736         * src/procmime.c
11737                 Sync with HEAD (optimisation of cvs6)
11738
11739 2005-02-14 [colin]      1.0.1cvs6.1
11740
11741         * src/compose.c
11742         * src/procmime.c
11743                 Sync with HEAD (encode "From " at line beginning)
11744
11745 2005-02-14 [colin]      1.0.1cvs5.3
11746
11747         * src/compose.c
11748                 Fix wrapping with accentued chars.
11749
11750 2005-02-13 [colin]      1.0.1cvs5.2
11751
11752         * src/textview.c
11753                 Fix email informative part parsing with
11754                 accentued chars in it. ispunct() returns
11755                 true for them in utf8...
11756
11757 2005-02-12 [colin]      1.0.1cvs5.1
11758
11759         * src/filtering.c
11760                 Sync with HEAD (remove wrong use of compose after send)
11761
11762 2005-02-12 [paul]       1.0.1cvs4.5
11763
11764         * src/textview.c
11765                 remove unnecessary code (thanks to Alfons)
11766
11767 2005-02-12 [paul]       1.0.1cvs4.4
11768
11769         * src/textview.c
11770                 add 'Copy' to contextual menu on emails
11771
11772 2005-02-11 [colin]      1.0.1cvs4.3
11773
11774         * src/compose.c
11775                 revert 1.0.0cvs28.2, it doesn't work that well.
11776
11777 2005-02-11 [paul]       1.0.1cvs4.2
11778
11779         * po/Makefile.in.in
11780                 fix 'make release'
11781
11782 2005-02-10 [paul]       1.0.1cvs4.1
11783
11784         * ChangeLog
11785         * ChangeLog.claws
11786         * ChangeLog.jp
11787         * configure.ac
11788         * src/compose.c
11789                 sync with HEAD (sync with main)
11790
11791 2005-02-10 [paul]       1.0.1cvs3.2
11792
11793         * AUTHORS
11794         * Makefile.am
11795         * autogen.sh
11796         * configure.ac
11797         * config/mkinstalldirs
11798         * intl/.cvsignore
11799         * intl/ChangeLog
11800         * intl/VERSION
11801         * intl/bindtextdom.c
11802         * intl/config.charset
11803         * intl/dcgettext.c
11804         * intl/dcigettext.c
11805         * intl/dcngettext.c
11806         * intl/dgettext.c
11807         * intl/dngettext.c
11808         * intl/eval-plural.h
11809         * intl/explodename.c
11810         * intl/finddomain.c
11811         * intl/gettext.c
11812         * intl/gettextP.h
11813         * intl/gmo.h
11814         * intl/hash-string.h
11815         * intl/intl-compat.c
11816         * intl/l10nflist.c
11817         * intl/libgnuintl.h.in
11818         * intl/loadinfo.h
11819         * intl/loadmsgcat.c
11820         * intl/localcharset.c
11821         * intl/localcharset.h
11822         * intl/locale.alias
11823         * intl/localealias.c
11824         * intl/localename.c
11825         * intl/log.c
11826         * intl/ngettext.c
11827         * intl/os2compat.c
11828         * intl/os2compat.h
11829         * intl/osdep.c
11830         * intl/plural-exp.c
11831         * intl/plural-exp.h
11832         * intl/plural.c
11833         * intl/plural.y
11834         * intl/ref-add.sin
11835         * intl/ref-del.sin
11836         * intl/relocatable.c
11837         * intl/relocatable.h
11838         * intl/textdomain.c
11839         * m4/Makefile.am
11840         * po/Makefile.in.in
11841         * src/Makefile.am
11842         * src/account.c
11843         * src/action.c
11844         * src/addr_compl.c
11845         * src/addressadd.c
11846         * src/addressbook.c
11847         * src/addrgather.c
11848         * src/addrindex.c
11849         * src/alertpanel.c
11850         * src/browseldap.c
11851         * src/codeconv.c
11852         * src/codeconv.h
11853         * src/compose.c
11854         * src/compose.h
11855         * src/crash.c
11856         * src/editaddress.c
11857         * src/editbook.c
11858         * src/editgroup.c
11859         * src/editjpilot.c
11860         * src/editldap.c
11861         * src/editldap_basedn.c
11862         * src/editvcard.c
11863         * src/exphtmldlg.c
11864         * src/expldifdlg.c
11865         * src/export.c
11866         * src/exporthtml.c
11867         * src/filtering.c
11868         * src/folder.c
11869         * src/folder_item_prefs.c
11870         * src/foldersel.c
11871         * src/folderview.c
11872         * src/grouplistdialog.c
11873         * src/headerview.c
11874         * src/imap.c
11875         * src/imap_gtk.c
11876         * src/import.c
11877         * src/importldif.c
11878         * src/importmutt.c
11879         * src/importpine.c
11880         * src/inc.c
11881         * src/ldif.c
11882         * src/main.c
11883         * src/mainwindow.c
11884         * src/matcher.c
11885         * src/mbox.c
11886         * src/message_search.c
11887         * src/messageview.c
11888         * src/mh.c
11889         * src/mh_gtk.c
11890         * src/mimeview.c
11891         * src/msgcache.c
11892         * src/news.c
11893         * src/news_gtk.c
11894         * src/noticeview.c
11895         * src/partial_download.c
11896         * src/pop.c
11897         * src/prefs_account.c
11898         * src/prefs_actions.c
11899         * src/prefs_common.c
11900         * src/prefs_customheader.c
11901         * src/prefs_display_header.c
11902         * src/prefs_ext_prog.c
11903         * src/prefs_filtering.c
11904         * src/prefs_filtering_action.c
11905         * src/prefs_folder_item.c
11906         * src/prefs_fonts.c
11907         * src/prefs_gtk.c
11908         * src/prefs_matcher.c
11909         * src/prefs_msg_colors.c
11910         * src/prefs_spelling.c
11911         * src/prefs_summary_column.c
11912         * src/prefs_template.c
11913         * src/prefs_themes.c
11914         * src/prefs_toolbar.c
11915         * src/prefs_wrapping.c
11916         * src/privacy.c
11917         * src/procheader.c
11918         * src/procmime.c
11919         * src/procmsg.c
11920         * src/quote_fmt.c
11921         * src/recv.c
11922         * src/send_message.c
11923         * src/setup.c
11924         * src/sourcewindow.c
11925         * src/ssl_manager.c
11926         * src/statusbar.c
11927         * src/summary_search.c
11928         * src/summaryview.c
11929         * src/textview.c
11930         * src/toolbar.c
11931         * src/wizard.c
11932         * src/common/nntp.c
11933         * src/common/plugin.c
11934         * src/common/smtp.c
11935         * src/common/ssl.c
11936         * src/common/ssl_certificate.c
11937         * src/common/string_match.c
11938         * src/common/sylpheed.c
11939         * src/common/template.c
11940         * src/common/utils.c
11941         * src/gtk/about.c
11942         * src/gtk/colorlabel.c
11943         * src/gtk/description_window.c
11944         * src/gtk/filesel.c
11945         * src/gtk/foldersort.c
11946         * src/gtk/gtkaspell.c
11947         * src/gtk/gtkutils.c
11948         * src/gtk/inputdialog.c
11949         * src/gtk/logwindow.c
11950         * src/gtk/menu.c
11951         * src/gtk/pluginwindow.c
11952         * src/gtk/prefswindow.c
11953         * src/gtk/progressdialog.c
11954         * src/gtk/quicksearch.c
11955         * src/gtk/sslcertwindow.c
11956         * src/plugins/clamav/clamav_plugin.c
11957         * src/plugins/clamav/clamav_plugin_gtk.c
11958         * src/plugins/demo/demo.c
11959         * src/plugins/dillo_viewer/dillo_prefs.c
11960         * src/plugins/dillo_viewer/dillo_viewer.c
11961         * src/plugins/image_viewer/plugin.c
11962         * src/plugins/image_viewer/viewer.c
11963         * src/plugins/image_viewer/viewerprefs.c
11964         * src/plugins/mathml_viewer/mathml_viewer.c
11965         * src/plugins/pgpmime/passphrase.c
11966         * src/plugins/pgpmime/plugin.c
11967         * src/plugins/pgpmime/prefs_gpg.c
11968         * src/plugins/pgpmime/select-keys.c
11969         * src/plugins/pgpmime/sgpgme.c
11970         * src/plugins/spamassassin/spamassassin.c
11971         * src/plugins/spamassassin/spamassassin_gtk.c
11972         * src/plugins/trayicon/trayicon.c
11973                 sync with main (revision 104)
11974
11975 2005-02-10 [colin]      1.0.1cvs3.1
11976
11977         * src/mainwindow.c
11978                 Sync with HEAD (fix occasional crasher)
11979
11980 2005-02-10 [colin]      1.0.1cvs2.1
11981
11982         * src/messageview.c
11983                 Synw with HEAD (don't automatically display html)
11984
11985 2005-02-09 [colin]      1.0.1cvs1.3
11986
11987         * src/textview.c
11988         * src/textview.h
11989                 Add contextual menu on emails
11990
11991 2005-02-09 [colin]      1.0.1cvs1.2
11992
11993         * src/codeconv.c
11994                 Fix converting from broken headers and 
11995                 put back the _ in missing places
11996                 (feature broke with cvs24.2 sync, main 
11997                  possibly affected?)
11998
11999 2005-02-09 [colin]      1.0.1cvs1.1
12000
12001         * src/messageview.c
12002         * src/mimeview.c
12003         * src/mimeview.h
12004                 Sync with HEAD (display non text/plain mails with plugin)
12005
12006 2005-02-08 [colin]      1.0.1.1
12007
12008         * ChangeLog.claws
12009         * po/pt_BR.po
12010                 Sync with HEAD
12011         * configure.ac
12012                 Make default configuration directory 
12013                 be .sylpheed-gtk2
12014
12015 2005-02-08 [colin]      1.0.0cvs29.1
12016
12017         * po/de.po
12018         * po/es.po
12019         * po/fr.po
12020         * po/it.po
12021         * po/sk.po
12022         * po/sr.po
12023                 Sync translations with HEAD
12024
12025 2005-02-06 [colin]      1.0.0cvs28.3
12026
12027         * src/compose.c
12028                 Make compose a bit faster - patch by Alfons.
12029
12030 2005-02-06 [colin]      1.0.0cvs28.2
12031
12032         * src/compose.c
12033                 Make pasting via middle-click more reliable
12034
12035 2005-02-05 [paul]       1.0.0cvs28.1
12036
12037         * ChangeLog
12038         * ChangeLog.claws
12039         * ChangeLog.jp
12040         * configure.ac
12041         * src/compose.c
12042                 sync with HEAD
12043                 (fix bug 682 'redirect is broken'
12044
12045 2005-02-05 [torte]      1.0.0cvs27.1
12046
12047         * ChangeLog.claws
12048         * configure.ac
12049         * src/partial_download.c
12050                 Sync with HEAD (fix buf overflow)
12051
12052 2005-02-03 [colin]      1.0.0cvs26.1
12053
12054         * src/common/plugin.c
12055                 Sync with HEAD (avoid plugin mismatches)
12056
12057 2005-02-03 [paul]       1.0.0cvs25.3
12058
12059         * src/folderview.c
12060         * src/headerview.c
12061         * src/summaryview.c
12062         * src/textview.c
12063         * src/gtk/colorlabel.c
12064                 third and final part of initial sync with main-gtk2
12065
12066 2005-02-03 [paul]       1.0.0cvs25.2
12067
12068         * src/jpilot.c
12069                 fix building with jpilot support
12070
12071 2005-02-02 [colin]      1.0.0cvs25.1
12072
12073         * src/messageview.c
12074                 Sync with HEAD (fix dangerous typo)
12075
12076 2005-02-01 [colin]      1.0.0cvs24.3
12077
12078         * src/common/xml.c
12079                 Write file as advertised (UTF-8)
12080
12081 2005-02-01 [paul]       1.0.0cvs24.2
12082
12083         * src/addrbook.c
12084         * src/addrindex.c
12085         * src/alertpanel.h
12086         * src/codeconv.c
12087         * src/codeconv.h
12088         * src/compose.c
12089         * src/export.c
12090         * src/folder_item_prefs.c
12091         * src/html.c
12092         * src/imap.c
12093         * src/import.c
12094         * src/jpilot.c
12095         * src/mainwindow.c
12096         * src/matcher_parser_lex.l
12097         * src/messageview.c
12098         * src/mh.c
12099         * src/prefs_account.c
12100         * src/prefs_actions.c
12101         * src/prefs_common.c
12102         * src/prefs_gtk.c
12103         * src/prefs_gtk.h
12104         * src/prefs_themes.c
12105         * src/procheader.c
12106         * src/procmime.c
12107         * src/sourcewindow.c
12108         * src/statusbar.c
12109         * src/summaryview.c
12110         * src/textview.c
12111         * src/toolbar.c
12112         * src/unmime.c
12113         * src/common/template.c
12114         * src/common/utils.c
12115         * src/common/xml.c
12116         * src/common/xml.h
12117         * src/gtk/gtkaspell.c
12118         * src/plugins/clamav/clamav_plugin.c
12119         * src/plugins/dillo_viewer/dillo_prefs.c
12120         * src/plugins/image_viewer/viewerprefs.c
12121         * src/plugins/pgpmime/passphrase.c
12122         * src/plugins/pgpmime/prefs_gpg.c
12123         * src/plugins/pgpmime/select-keys.c
12124         * src/plugins/spamassassin/spamassassin.c
12125                 second part of initial sync with main-gtk2
12126                 (more to follow)
12127
12128 2005-01-31 [colin]      1.0.0cvs24.1
12129
12130         * src/compose.c
12131                 Sync with HEAD
12132
12133 2005-01-29 [paul]       1.0.0cvs23.2
12134
12135         * src/account.c
12136         * src/action.c
12137         * src/addressadd.c
12138         * src/addressbook.c
12139         * src/alertpanel.c
12140         * src/compose.c
12141         * src/editaddress.c
12142         * src/editbook.c
12143         * src/editgroup.c
12144         * src/editjpilot.c
12145         * src/editldap.c
12146         * src/editldap_basedn.c
12147         * src/editvcard.c
12148         * src/export.c
12149         * src/foldersel.c
12150         * src/grouplistdialog.c
12151         * src/import.c
12152         * src/importldif.c
12153         * src/inc.c
12154         * src/main.c
12155         * src/mainwindow.c
12156         * src/message_search.c
12157         * src/messageview.c
12158         * src/mimeview.c
12159         * src/prefs_actions.c
12160         * src/prefs_common.c
12161         * src/prefs_common.h
12162         * src/prefs_customheader.c
12163         * src/prefs_display_header.c
12164         * src/prefs_filtering.c
12165         * src/prefs_filtering_action.c
12166         * src/prefs_gtk.c
12167         * src/prefs_matcher.c
12168         * src/prefs_summary_column.c
12169         * src/prefs_template.c
12170         * src/sourcewindow.c
12171         * src/summary_search.c
12172         * src/summaryview.c
12173         * src/textview.c
12174         * src/gtk/about.c
12175         * src/gtk/description_window.c
12176         * src/gtk/gtkshruler.c
12177         * src/gtk/gtkutils.c
12178         * src/gtk/gtkutils.h
12179         * src/gtk/inputdialog.c
12180         * src/gtk/logwindow.c
12181         * src/gtk/prefswindow.c
12182         * src/gtk/progressdialog.c
12183         * src/gtk/progressdialog.h
12184                 first part of initial sync with main-gtk2
12185                 (more to follow)
12186
12187 2005-01-28 [colin]      1.0.0cvs23.1
12188
12189         * src/folderview.c
12190                 Sync with HEAD
12191
12192 2005-01-27 [colin]      1.0.0cvs21.1
12193
12194         * src/folder.c
12195         * src/folderview.c
12196                 Sync with HEAD
12197
12198 2005-01-27 [colin]      1.0.0cvs19.1
12199
12200         * src/procmime.c
12201                 Sync with HEAD
12202
12203 2005-01-27 [colin]      1.0.0cvs18.1
12204
12205         * src/messageview.c
12206         * src/summaryview.c
12207         * src/mainwindow.c
12208         * src/compose.c
12209         * src/compose.h
12210         * src/procmsg.c
12211         * src/procmsg.h
12212         * src/toolbar.c
12213                 Sync with HEAD
12214
12215 2005-01-26 [paul]       1.0.0cvs15.2
12216
12217         * src/compose.c
12218                 compose_entries_set(): convert subject and body to
12219                 utf8 if necessary. patch by Felix Eckhofer
12220
12221 2005-01-26 [paul]       1.0.0cvs15.1
12222
12223         * configure.ac
12224         * src/common/template.c
12225                 sync with HEAD (fix memory leak)
12226
12227 2005-01-25 [paul]       1.0.0cvs14.1
12228
12229         * configure.ac
12230         * src/compose.c
12231                 sync with HEAD
12232
12233 2005-01-24 [colin]      1.0.0cvs13.1
12234
12235         * src/summaryview.c
12236                 Sync with HEAD
12237
12238 2005-01-24 [paul]       1.0.0cvs12.1
12239
12240         * configure.ac
12241         * src/messageview.c
12242         * src/mh.c
12243         * src/common/utils.c
12244                 sync with HEAD
12245
12246 2005-01-24 [colin]      1.0.0cvs11.1
12247
12248         * src/procheader.c
12249                 Sync with HEAD
12250
12251 2005-01-24 [colin]      1.0.0cvs10.1
12252
12253         * src/folderview.c
12254                 Sync with HEAD
12255
12256 2005-01-23 [colin]      1.0.0cvs9.1
12257
12258         * src/crash.c
12259                 Sync with HEAD
12260
12261 2005-01-22 [colin]      1.0.0cvs8.1
12262
12263         * src/summaryview.c
12264         * src/gtk/quicksearch.c
12265                 Sync with HEAD
12266
12267 2005-01-21 [colin]      1.0.0cvs7.1
12268
12269         * src/summaryview.c
12270                 Sync with HEAD
12271
12272 2005-01-21 [colin]      1.0.0cvs6.1
12273
12274         * src/summaryview.c
12275                 Sync with HEAD
12276
12277 2005-01-21 [colin]      1.0.0cvs5.1
12278
12279         * src/gtk/quicksearch.c
12280         * src/prefs_common.c
12281         * src/prefs_common.h
12282                 Sync with HEAD (recurse option)
12283
12284 2005-01-21 [colin]      1.0.0cvs4.1
12285
12286         * src/folder.h
12287         * src/folderview.c
12288         * src/folderview.h
12289         * src/summaryview.c
12290         * src/gtk/quicksearch.c
12291         * src/gtk/quicksearch.h
12292                 Sync with HEAD (recursive quicksearch)
12293
12294 2005-01-20 [colin]      1.0.0cvs3.4
12295
12296         * src/ssl_manager.c
12297                 Remove useless code
12298
12299 2005-01-20 [colin]      1.0.0cvs3.3
12300
12301         * src/ssl_manager.c
12302                 Fix leak, thanks to Alfons.
12303
12304 2005-01-20 [colin]      1.0.0cvs3.2
12305
12306         * src/ssl_manager.c
12307                 Port SSL certificate window to GTK2.
12308
12309 2005-01-20 [paul]       1.0.0cvs3.1
12310
12311         * ChangeLog.claws
12312         * configure.ac
12313         * src/addrindex.c
12314         * src/addrindex.h
12315                 sync with HEAD
12316
12317 2005-01-19 [colin]      1.0.0cvs2.2
12318
12319         * src/plugins/trayicon/trayicon.c
12320                 Fix freeze with gtk-2.6, the easy way
12321                 (signal blocking helpless there...)
12322                 Closes bug #668.
12323
12324 2005-01-19 [colin]      1.0.0cvs2.1
12325
12326         * src/mbox.c
12327         * src/mbox.h
12328         * src/mainwindow.c
12329         * src/summaryview.c
12330         * src/summaryview.h
12331                 Sync with HEAD
12332
12333 2005-01-19 [paul]       1.0.0cvs1.1
12334
12335         * configure.ac
12336         * po/de.po
12337         * po/es.po
12338         * po/fr.po
12339         * po/hr.po
12340         * po/it.po
12341         * po/ja.po
12342         * po/ko.po
12343         * po/pt_BR.po
12344         * po/ru.po
12345         * po/sk.po
12346         * po/sr.po
12347                 sync with HEAD (update translations)
12348
12349 2005-01-18 [colin]      1.0.0cvs0.1
12350
12351         * src/foldersel.c
12352                 Specify search column - patch by Alfons
12353
12354 2005-01-18 [colin]      0.9.13cvs36.3
12355
12356         * src/prefs_toolbar.c
12357                 Change Delete to Remove
12358         * src/prefs_fonts.c
12359                 GTK2 version and leak fixes
12360         * src/prefs_actions.c
12361                 Add stock buttons.
12362                 All patches by Alfons
12363
12364 2005-01-17 [colin]      0.9.13cvs36.2
12365
12366         * src/compose.c
12367                 Fix DnD inserting twice. While at it,
12368                 add DnD support for text/plain in the
12369                 body, and add support in the headers.
12370
12371 2005-01-16 [colin]      0.9.13cvs36.1
12372
12373         * ChangeLog
12374         * ChangeLog.jp
12375         * ChangeLog.claws
12376                 Sync with HEAD (nothing applicable)
12377
12378 2005-01-16 [colin]      0.9.13cvs33.2
12379
12380         * src/prefs_toolbar.c
12381                 GTK2ize prefs_toolbar, by Alfons.
12382
12383 2005-01-14 [colin]      0.9.13cvs33.1
12384
12385         * src/html.c
12386         * src/msgcache.c
12387                 Sync with HEAD
12388
12389 2005-01-14 [colin]      0.9.13cvs32.1
12390
12391         * src/html.c
12392         * src/html.h
12393         * src/msgcache.c
12394         * AUTHORS
12395         * tools/calypso_convert.pl
12396                 Sync with HEAD
12397
12398 2005-01-08 [colin]      0.9.13cvs29.2
12399
12400         * src/prefs_filtering_action.c
12401         * src/prefs_filtering.c
12402                 2 more gtk2 patches by Alfons
12403
12404 2005-01-07 [paul]       0.9.13cvs29.1
12405
12406         * ChangeLog
12407         * ChangeLog.claws
12408         * ChangeLog.jp
12409         * configure.ac
12410         * src/pop.c
12411         * src/pop.h
12412                 sync with HEAD
12413
12414 2005-01-07 [colin]      0.9.13cvs28.3
12415
12416         * src/gtk/progressdialog.c
12417         * src/gtk/progressdialog.h
12418         * src/inc.c
12419         * src/send_message.c
12420                 GTK2 for the incorporation dialog. The CList isn't dead
12421                 yet, for a more smooth migration. Patch by Alfons.
12422
12423 2005-01-06 [colin]      0.9.13cvs28.2
12424
12425         * src/prefs_display_header.c
12426                 GTK2 conversion by Alfons
12427         * src/prefs_actions.c
12428         * src/prefs_matcher.c
12429                 Fix 2 leaks - patch by Alfons
12430
12431 2005-01-06 [colin]      0.9.13cvs28.1
12432
12433         * src/prefs_matcher.c
12434                 Sync with HEAD
12435
12436 2005-01-06 [colin]      0.9.13cvs27.4
12437
12438         * src/prefs_matcher.c
12439                 Fix double-free. Patch by Alfons
12440
12441 2005-01-06 [colin]      0.9.13cvs27.3
12442
12443         * src/prefs_matcher.c
12444                 GTK2 widgets + memleak
12445                 Patch by Alfons
12446
12447 2005-01-05 [colin]      0.9.13cvs27.2
12448
12449         * src/account.c
12450         * src/addr_compl.c
12451         * src/foldersel.c
12452         * src/stock_pixmap.c
12453         * src/stock_pixmap.h
12454                 3 more GTK2 patches by Alfons.
12455
12456 2005-01-04 [colin]      0.9.13cvs27.1
12457
12458         * src/folderview.c
12459         * src/imap_gtk.c
12460         * src/news_gtk.c
12461                 Sync with HEAD
12462
12463 2005-01-04 [colin]      0.9.13cvs25.9
12464
12465         * src/compose.c
12466                 Fix Show Ruler menuitem
12467         * src/prefs_template.c
12468                 Convert to GTK2
12469         * src/common/utils.c
12470                 Make auto pointer stuff handles NULLs
12471                 Patches by Alfons.
12472
12473 2005-01-04 [colin]      0.9.13cvs25.8
12474
12475         * src/compose.c
12476                 Move the attachment list to gtk2
12477                 Patch by Alfons.
12478
12479 2005-01-04 [colin]      0.9.13cvs25.7
12480
12481         * src/textview.c
12482                 Make some keys work again
12483                 Patch by SungHyun Nam <namsh@kldp.org>
12484
12485 2005-01-04 [colin]      0.9.13cvs25.6
12486
12487         * src/gtk/gtkshruler.c
12488                 Move the ruler to GTK2
12489                 Patch by Alfons
12490
12491 2005-01-03 [colin]      0.9.13cvs25.5
12492
12493         * src/compose.c
12494                 Fix my broken patch apply 
12495
12496 2005-01-03 [colin]      0.9.13cvs25.4
12497
12498         * src/common/utils.c
12499         * src/common/utils.h
12500         * src/gtk/prefswindow.c
12501                 Move auto pointer stuff to utils.c
12502                 Patch by Alfons again :)
12503
12504 2005-01-03 [colin]      0.9.13cvs25.3
12505
12506         * src/compose.c
12507         * src/prefs_gtk.c
12508         * src/prefs_template.c
12509         * src/textview.c
12510                 Empty text widgets with empty strings, not NULL char
12511                 Patch by SungHyun Nam <namsh@kldp_org>
12512
12513 2005-01-03 [colin]      0.9.13cvs25.2
12514
12515         * src/main.c
12516         * AUTHORS
12517                 Sync with HEAD
12518
12519 2005-01-03 [colin]      0.9.13cvs25.1
12520
12521         * src/pop.c
12522         * src/pop.h
12523                 Sync with HEAD
12524
12525 2005-01-03 [colin]      0.9.13cvs24.3
12526
12527         * src/account.c
12528                 Two patches from Alfons and Alex S Moore:
12529                 fix images, fix return value.
12530
12531 2005-01-01 [colin]      0.9.13cvs24.2
12532
12533         * src/prefs_actions.c
12534                 Fix over-zealous assertion. Patch by Alfons
12535
12536 2005-01-01 [colin]      0.9.13cvs24.1
12537
12538         * src/procmime.c
12539                 Sync with HEAD (leak fix)
12540
12541 2004-12-31 [colin]      0.9.13cvs23.2
12542
12543         * src/prefs_common.c
12544                 GTK2 widgets + stock buttons - patch by Alfons
12545
12546 2004-12-31 [paul]       0.9.13cvs23.1
12547
12548         * configure.ac
12549                 bump up EXTRA_VERSION to match (sync'ed) HEAD
12550         * src/gtk/pluginwindow.c
12551                 use GTK2 widgets and plug memory leaks,
12552                 patches by Alfons
12553
12554 2004-12-30 [colin]      0.9.13cvs22.4
12555
12556         * src/account.c
12557         * src/action.c
12558         * src/export.c
12559         * src/foldersel.c
12560         * src/import.c
12561         * src/message_search.c
12562         * src/prefs_actions.c
12563         * src/prefs_common.c
12564         * src/prefs_customheader.c
12565         * src/prefs_filtering.c
12566         * src/prefs_summary_column.c
12567         * src/summary_search.c
12568         * src/gtk/about.c
12569         * src/gtk/description_window.c
12570         * src/gtk/gtkutils.c
12571         * src/gtk/gtkutils.h
12572         * src/gtk/inputdialog.c
12573         * src/gtk/prefswindow.c
12574                 Use GTK2 stock buttons. Patches by Alfons.
12575
12576 2004-12-30 [colin]      0.9.13cvs22.3
12577
12578         * src/account.c
12579                 Sync with HEAD
12580         * src/prefs_actions.c
12581         * src/prefs_customheader.c
12582         * src/prefs_filtering.c
12583         * src/prefs_msg_colors.c
12584         * src/prefs_summary_column.c
12585         * src/gtk/prefswindow.c
12586                 Use GtkTreeView instead of deprecated 
12587                 widgets. Patches by Alfons.
12588
12589 2004-12-30 [paul]       0.9.13cvs22.2
12590
12591         * src/foldersel.c
12592                 use GTK 2 Tree View
12593                 patch by Alfons, with root folder sorting fix
12594                 by Stephan Sachse
12595
12596 2004-12-30 [paul]       0.9.13cvs22.1
12597
12598         * ChangeLog
12599         * ChangeLog.claws
12600         * ChangeLog.jp
12601         * NEWS
12602         * configure.ac
12603         * src/account.c
12604                 sync with HEAD
12605
12606 2004-12-22 [martin]     0.9.13cvs21.2
12607
12608         * src/action.c
12609                 free the command line after its use
12610
12611 2004-12-18 [paul]       0.9.13cvs21.1
12612
12613         * AUTHORS
12614         * ChangeLog
12615         * ChangeLog.claws
12616         * ChangeLog.jp
12617         * NEWS
12618         * configure.ac
12619         * src/action.c
12620         * src/compose.c
12621         * src/syldap.c
12622                 sync with HEAD
12623
12624 2004-12-17 [martin]     0.9.13cvs17.2
12625
12626         * src/action.c
12627                 convert actions input to locale
12628         * src/inc.c
12629                 convert notification command to locale
12630         * src/plugins/pgpmime/select-keys.c
12631                 convert attributes to utf8
12632
12633 2004-12-14 [colin]      0.9.13cvs17.1
12634
12635         * ChangeLog
12636         * ChangeLog.jp
12637         * ChangeLog.claws
12638         * src/action.c
12639         * src/common/utils.c
12640         * src/gtk/prefswindow.c
12641         * src/gtk/gtkutils.c
12642         * src/gtk/gtkutils.h
12643         * src/plugins/spamassassin/libspamc.c
12644                 Sync with HEAD
12645
12646 2004-12-13 [colin]      0.9.13cvs14.1
12647
12648         * src/quote_fmt_parse.y
12649                 Sync with HEAD
12650
12651 2004-12-10 [colin]      0.9.13cvs12.1
12652
12653         * src/prefs_themes.c
12654         * src/mainwindow.c
12655         * src/messageview.c
12656                 Sync with HEAD
12657
12658 2004-12-09 [colin]      0.9.13cvs10.1
12659
12660         * src/procmime.c
12661                 Sync with HEAD (fix B64 encoding from memory)
12662
12663 2004-12-08 [colin]      0.9.13cvs9.1
12664
12665         * src/gtk/colorlabel.c
12666                 Sync with HEAD
12667
12668 2004-12-08 [paul]       0.9.13cvs8.2
12669
12670         * src/gtk/pluginwindow.c
12671                 fix window resizing oddities
12672
12673 2004-12-08 [colin]      0.9.13cvs8.1
12674
12675         * src/quote_fmt_parse.y
12676                 Sync with HEAD
12677
12678 2004-12-08 [colin]      0.9.13cvs7.1
12679
12680         * src/matcher_parser_parse.y
12681         * src/msgcache.c
12682         * src/prefs_matcher.c
12683         * src/procheader.c
12684         * src/matcher.c
12685         * src/common/defs.h
12686         * po/sr.po
12687                 Sync with HEAD
12688
12689 2004-12-08 [colin]      0.9.13cvs6.1
12690
12691         * src/quote_fmt_parse.y
12692         * src/textview.c
12693                 Sync with HEAD
12694         * src/gtk/prefswindow.c
12695         * src/gtk/pluginwindow.c
12696                 Fix G_CALLBACKS protos (thanks to Alfons)
12697
12698 2004-12-07 [torte]      0.9.13cvs2.2
12699
12700         * src/procmime.c
12701                 [Bug 650] reply button causes crash
12702                 Thanks to David Relson and Christoph
12703
12704 2004-12-07 [colin]      0.9.13cvs2.1
12705
12706         * ChangeLog.claws
12707         * AUTHORS
12708         * po/sk.po
12709         * src/procmime.c
12710         * src/prefs_account.c
12711         * src/common/smtp.c
12712         * src/common/smtp.h
12713                 Sync with HEAD
12714
12715 2004-12-06 [colin]      0.9.12cvs187.1
12716
12717         * ChangeLog.claws
12718         * INSTALL
12719         * Makefile.am
12720         * README.claws
12721         * TODO.claws
12722         * configure.ac
12723         * po/bg.po
12724         * po/cs.po
12725         * po/el.po
12726         * po/en_GB.po
12727         * po/es.po
12728         * po/fr.po
12729         * po/hr.po
12730         * po/hu.po
12731         * po/it.po
12732         * po/ja.po
12733         * po/ko.po
12734         * po/nl.po
12735         * po/pl.po
12736         * po/pt_BR.po
12737         * po/ru.po
12738         * po/sk.po
12739         * po/sr.po
12740         * po/sv.po
12741         * po/zh_CN.po
12742         * po/zh_TW.Big5.po
12743         * src/compose.c
12744         * tools/Makefile.am
12745         * tools/README
12746         * tools/filter_conv.pl
12747         * tools/kdeservicemenu/README
12748         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12749         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12750                 Sync with HEAD
12751
12752 2004-12-04 [colin]      0.9.12cvs183.1
12753
12754         * src/compose.c
12755                 Sync with HEAD (compose window position saving)
12756
12757 2004-12-04 [paul]       0.9.12cvs182.3
12758
12759         * src/messageview.c
12760         * src/mimeview.c
12761         * src/prefs_customheader.c
12762         * src/gtk/quicksearch.c
12763                 replace some forgotten GTK_SIGNAL_FUNCs
12764
12765 2004-12-04 [paul]       0.9.12cvs182.2
12766
12767         * src/Makefile.am
12768                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
12769                 committed in error      
12770
12771 2004-12-04 [paul]       0.9.12cvs182.1
12772
12773         * ChangeLog
12774         * ChangeLog.claws
12775         * ChangeLog.jp
12776         * INSTALL
12777         * NEWS
12778         * README
12779         * README.jp
12780         * configure.ac
12781         * doc/manual/ja/Makefile.am
12782         * doc/manual/ja/sylpheed-1.html
12783         * doc/manual/ja/sylpheed-10.html
12784         * doc/manual/ja/sylpheed-11.html
12785         * doc/manual/ja/sylpheed-12.html
12786         * doc/manual/ja/sylpheed-13.html
12787         * doc/manual/ja/sylpheed-14.html
12788         * doc/manual/ja/sylpheed-15.html
12789         * doc/manual/ja/sylpheed-16.html
12790         * doc/manual/ja/sylpheed-17.html
12791         * doc/manual/ja/sylpheed-18.html
12792         * doc/manual/ja/sylpheed-19.html
12793         * doc/manual/ja/sylpheed-2.html
12794         * doc/manual/ja/sylpheed-20.html
12795         * doc/manual/ja/sylpheed-3.html
12796         * doc/manual/ja/sylpheed-4.html
12797         * doc/manual/ja/sylpheed-5.html
12798         * doc/manual/ja/sylpheed-6.html
12799         * doc/manual/ja/sylpheed-7.html
12800         * doc/manual/ja/sylpheed-8.html
12801         * doc/manual/ja/sylpheed-9.html
12802         * doc/manual/ja/sylpheed.html
12803         * doc/manual/ja/sylpheed.sgml
12804         * po/de.po
12805         * src/Makefile.am
12806         * src/compose.c
12807         * src/procmime.c
12808         * src/pixmaps/regular.xpm **REMOVED**
12809         * src/plugins/pgpmime/pgpmime.c
12810         * src/plugins/pgpmime/plugin.c
12811         * src/plugins/pgpmime/prefs_gpg.c
12812                 sync with HEAD
12813
12814 2004-12-03 [paul]       0.9.12cvs180.1
12815
12816         * ChangeLog
12817         * ChangeLog.claws
12818         * ChangeLog.jp
12819         * configure.ac
12820         * src/Makefile.am
12821         * src/pop.c
12822         * src/common/utils.c
12823         * src/common/utils.h
12824         * src/pixmaps/continue.xpm
12825         * src/pixmaps/dir_close.xpm
12826         * src/pixmaps/dir_open.xpm
12827         * src/pixmaps/drafts_close.xpm
12828         * src/pixmaps/drafts_open.xpm
12829         * src/pixmaps/folder.xpm **REMOVED**
12830         * src/pixmaps/group.xpm
12831         * src/pixmaps/unread.xpm
12832                 sync with HEAD
12833
12834 2004-12-02 [colin]      0.9.12cvs179.1
12835
12836         * src/compose.c
12837                 Sync with HEAD (non-duplicated reedition)
12838
12839 2004-12-02 [colin]      0.9.12cvs178.1
12840
12841         * src/compose.c
12842                 Sync with HEAD (linewrap_quote fix)
12843
12844 2004-12-01 [colin]      0.9.12cvs177.3
12845
12846         * src/addrharvest.c
12847                 Replace sizeof with strlen
12848
12849 2004-12-01 [paul]       0.9.12cvs177.2
12850
12851         * src/addrharvest.c
12852                 fix 'harvest addresses'
12853
12854 2004-11-30 [colin]      0.9.12cvs177.1
12855
12856         * src/gtk/prefswindow.c
12857         * src/gtk/pluginwindow.c
12858                 Sync with HEAD
12859
12860 2004-11-29 [colin]      0.9.12cvs176.1
12861
12862         * src/folderview.c
12863                 sync with HEAD (Fix disappearing separators in folderview's popup)
12864
12865 2004-11-29 [colin]      0.9.12cvs175.1
12866
12867         * src/procmime.c
12868                 Sync with head (another format fix)
12869
12870 2004-11-29 [colin]      0.9.12cvs174.1
12871
12872         * src/pop.c
12873                 Sync with HEAD (format string fix)
12874
12875 2004-11-26 [colin]      0.9.12cvs173.1
12876
12877         * src/common/smtp.c
12878         * src/common/smtp.h
12879                 Sync with HEAD
12880
12881 2004-11-24 [colin]      0.9.12cvs172.1
12882
12883         * src/plugins/pgpmime/pgpmime.c
12884                 Sync with HEAD
12885
12886 2004-11-24 [colin]      0.9.12cvs171.1
12887
12888         * src/plugins/pgpmime/pgpmime.c
12889                 Sync with head (gpgmectx leaks)
12890
12891 2004-11-24 [colin]      0.9.12cvs169.1
12892
12893         * src/plugins/pgpmime/plugin.c
12894         * src/plugins/trayicon/Makefile.am
12895         * src/plugins/trayicon/newmarkedmail.xpm
12896         * src/plugins/trayicon/trayicon.c
12897         * src/plugins/trayicon/unreadmarkedmail.xpm
12898                 Sync with HEAD
12899
12900 2004-11-23 [colin]      0.9.12cvs168.1
12901
12902         * src/partial_download.c
12903         * src/partial_download.h
12904         * src/plugins/pgpmime/plugin.c
12905                 Sync with HEAD
12906
12907 2004-11-23 [colin]      0.9.12cvs166.1
12908
12909         * src/Makefile.am
12910         * src/codeconv.c
12911         * src/compose.c
12912         * src/folderview.c
12913         * src/main.c
12914         * src/partial_download.c
12915         * src/partial_download.h
12916         * src/prefs_account.c
12917         * src/prefs_account.h
12918         * src/privacy.c
12919         * src/privacy.h
12920         * src/procmime.c
12921         * src/common/Makefile.am
12922         * src/common/base64.h
12923         * src/common/partial_download.c
12924         * src/common/partial_download.h
12925         * src/gtk/prefswindow.c
12926         * src/gtk/prefswindow.h
12927         * src/plugins/pgpmime/pgpmime.c
12928         * src/plugins/pgpmime/prefs_gpg.c
12929         * src/plugins/pgpmime/prefs_gpg.h
12930         * src/plugins/pgpmime/sgpgme.c
12931         * src/plugins/pgpmime/sgpgme.h
12932                 Sync with HEAD
12933
12934 2004-11-23 [colin]      0.9.12cvs163.1
12935
12936         * src/main.c
12937                 Sync with HEAD (cursor optimization)
12938
12939 2004-11-23 [colin]      0.9.12cvs162.1
12940
12941         * src/prefs_common.c
12942         * src/prefs_themes.c
12943         * src/procmsg.c
12944                 Sync with HEAD
12945
12946 2004-11-23 [colin]      0.9.12cvs158.9
12947
12948         * src/compose.c
12949                 Fix double-free when forwarding
12950         * src/msgcache.c
12951                 Fix leak on error path
12952                 
12953
12954 2004-11-23 [colin]      0.9.12cvs158.8
12955
12956         * src/compose.c
12957                 Fix possible double-free
12958                 Spotted by Alfons
12959
12960 2004-11-23 [colin]      0.9.12cvs158.7
12961
12962         * src/compose.c
12963                 Fix some signal handlers' prototypes
12964                 Spotted by Alfons
12965
12966 2004-11-22 [colin]      0.9.12cvs158.6
12967
12968         * src/compose.c
12969                 Remove unneeded code and duplicated
12970                 wrapping - patch by Alfons
12971
12972 2004-11-22 [colin]      0.9.12cvs158.5
12973
12974         * src/prefs_themes.c
12975                 Fix oversized selector
12976
12977 2004-11-22 [colin]      0.9.12cvs158.4
12978
12979         * src/compose.c
12980                 fix dump_text()
12981                 patch by Alfons
12982
12983 2004-11-19 [colin]      0.9.12cvs158.3
12984
12985         * src/textview.c
12986                 Add a context menu on links (open, copy)
12987
12988 2004-11-18 [paul]       0.9.12cvs158.2
12989
12990         * src/addrgather.c
12991         * src/exphtmldlg.c
12992         * src/expldifdlg.c
12993         * src/mimeview.c
12994         * src/prefs_common.c
12995         * src/plugins/image_viewer/viewer.c
12996         * src/plugins/spamassassin/spamassassin_gtk.c
12997                 replace deprecated gtk_notebook_set_page
12998                 and gtk_notebook_current_page
12999
13000 2004-11-18 [paul]       0.9.12cvs158.1
13001
13002         * configure.ac
13003         * src/compose.c
13004         * src/mainwindow.c
13005         * src/messageview.c
13006         * src/prefs_common.c
13007         * src/common/utils.c
13008         * src/common/utils.h
13009                 sync with HEAD
13010
13011 2004-11-17 [colin]      0.9.12cvs156.1
13012
13013         * src/prefs_account.c
13014         * src/prefs_account.h
13015         * src/procmsg.c
13016                 Sync with HEAD (add pref to store encrypted mails encrypted)
13017
13018 2004-11-17 [paul]       0.9.12cvs155.1
13019
13020         * ChangeLog
13021         * ChangeLog.claws
13022         * ChangeLog.jp
13023         * NEWS
13024         * configure.ac
13025         * src/compose.c
13026         * src/jpilot.c
13027         * src/privacy.c
13028         * src/procmime.c
13029         * src/procmime.h
13030         * src/procmsg.c
13031         * src/toolbar.c
13032         * src/pixmaps/error.xpm
13033                 sync with HEAD
13034
13035 2004-11-17 [colin]      0.9.12cvs151.1
13036
13037         * src/plugins/pgpmime/pgpmime.c
13038                 Sync with HEAD (remove debug printf)
13039
13040 2004-11-17 [colin]      0.9.12cvs150.1
13041
13042         * src/plugins/pgpmime/pgpmime.c
13043                 Sync with HEAD (off-by-one fix)
13044
13045 2004-11-17 [colin]      0.9.12cvs149.1
13046
13047         * src/procmsg.c
13048                 Sync with HEAD (coding style fixes)
13049
13050 2004-11-16 [colin]      0.9.12cvs148.1
13051
13052         * src/procmsg.c
13053                 Sync with head (Fix the fix)
13054
13055 2004-11-16 [colin]      0.9.12cvs147.1
13056
13057         * src/procmsg.c
13058                 Sync with Main (leak fix)
13059
13060 2004-11-16 [colin]      0.9.12cvs146.14
13061
13062         * src/compose.c
13063                 Remove useless chunk of code
13064                 Patch by Alfons
13065
13066 2004-11-15 [colin]      0.9.12cvs146.13
13067
13068         * src/compose.c
13069                 Fix drafting after insertion
13070                 Patch by Alfons
13071
13072 2004-11-15 [colin]      0.9.12cvs146.12
13073
13074         * src/compose.c
13075         * src/prefs_filtering.c
13076         * src/prefs_filtering_action.c
13077         * src/prefs_toolbar.c
13078                 Fix some const-correctness
13079
13080 2004-11-15 [colin]      0.9.12cvs146.11
13081
13082         * src/summaryview.c
13083         * src/prefs_themes.c
13084         * src/messageview.c
13085                 Fix some leaks
13086
13087 2004-11-15 [colin]      0.9.12cvs146.10
13088
13089         * src/codeconv.c
13090                 More unreadable locale fixes
13091
13092 2004-11-14 [colin]      0.9.12cvs146.9
13093
13094         * src/textview.c
13095                 Fix uri_security_check
13096                 Patch by Alfons
13097
13098 2004-11-13 [paul]       0.9.12cvs146.8
13099
13100         * src/folder.c
13101         * src/procmime.c
13102                 fix 2 bugs introduced in last commit
13103
13104 2004-11-13 [paul]       0.9.12cvs146.7
13105
13106         * src/compose.c
13107         * src/exporthtml.c
13108         * src/exportldif.c
13109         * src/folder.c
13110         * src/imap.c
13111         * src/imap_gtk.c
13112         * src/main.c
13113         * src/mainwindow.c
13114         * src/messageview.c
13115         * src/mh_gtk.c
13116         * src/prefs_themes.c
13117         * src/procmime.c
13118         * src/setup.c
13119         * src/summaryview.c
13120                 replace deprecated g_basename
13121
13122 2004-11-13 [paul]       0.9.12cvs146.6
13123
13124         * src/compose.c
13125         * src/imap.c
13126         * src/matcher_parser.h
13127         * src/matcher_parser_parse.y
13128         * src/prefs_filtering.c
13129         * src/prefs_filtering_action.c
13130         * src/prefs_themes.c
13131         * src/prefs_toolbar.c
13132         * src/common/utils.c
13133                 various small fixes/cleanups
13134
13135 2004-11-12 [colin]      0.9.12cvs146.5
13136
13137         * src/textview.c
13138                 Validate event's origin on visibility notify
13139                 Patch by Alfons.
13140
13141 2004-11-12 [paul]       0.9.12cvs146.4
13142
13143         * src/exporthtml.c
13144         * src/exportldif.c
13145         * src/imap.c
13146         * src/mh.c
13147         * src/mimeview.c
13148         * src/prefs_spelling.c
13149         * src/prefs_themes.c
13150                 replace deprecated g_dirname    
13151
13152 2004-11-12 [colin]      0.9.12cvs146.3
13153
13154         * src/textview.c
13155                 Some coding style fixes
13156
13157 2004-11-12 [colin]      0.9.12cvs146.2
13158
13159         * src/codeconv.c
13160                 We want to replace _all_ extended chars in
13161                 conv_unreadable_*, because any string containing
13162                 extended chars not parsing as UTF8 is 
13163                 undisplayed on gtk2.
13164
13165 2004-11-12 [paul]       0.9.12cvs146.1
13166
13167         * ChangeLog
13168         * ChangeLog.claws
13169         * ChangeLog.jp
13170         * NEWS
13171         * configure.ac
13172         * src/account.c
13173         * src/folderview.c
13174         * src/folderview.h
13175         * src/imap.c
13176         * src/imap_gtk.c
13177         * src/inc.c
13178         * src/mainwindow.c
13179         * src/mh_gtk.c
13180         * src/news_gtk.c
13181         * src/pop.c
13182         * src/prefs_account.c
13183         * src/prefs_account.h
13184         * src/prefs_ext_prog.c
13185         * src/procmime.c
13186         * src/procmime.h
13187         * src/procmsg.c
13188         * src/procmsg.h
13189         * src/summary_search.c
13190         * src/summaryview.c
13191         * src/textview.c
13192         * src/common/defs.h
13193         * src/common/utils.c
13194         * src/common/utils.h
13195         * src/gtk/menu.c
13196         * src/gtk/menu.h
13197                 sync with HEAD
13198
13199 2004-11-11 [colin]      0.9.12cvs144.2
13200
13201         * src/textview.c
13202                 Fix URI range selection (patch by Alfons)
13203
13204 2004-11-09 [colin]      0.9.12cvs144.1
13205
13206         * ChangeLog.claws
13207         * src/compose.c
13208         * src/folder.c
13209         * src/folder_item_prefs.c
13210         * src/prefs_account.c
13211         * src/prefs_account.h
13212         * src/plugins/pgpmime/pgpmime.c
13213                 Sync with HEAD
13214
13215 2004-11-08 [colin]      0.9.12cvs143.1
13216
13217         * src/summaryview.c
13218                 Sync with HEAD (optimize quicksearch)
13219
13220 2004-11-08 [colin]      0.9.12cvs142.2
13221
13222         * src/compose.c
13223                 Don't wrap when Edit/Auto wrapping is disabled
13224
13225 2004-11-08 [colin]      0.9.12cvs142.1
13226
13227         * src/textview.c
13228                 Sync with HEAD
13229
13230 2004-11-08 [colin]      0.9.12cvs141.1
13231
13232         * src/textview.c
13233                 Sync with HEAD (fix some mail URIs)
13234
13235 2004-11-08 [colin]      0.9.12cvs140.3
13236
13237         * src/textview.c
13238                 o Use text cursor instead of arrow when
13239                   not on a link
13240                 o Fix handling of contiguous links (as in
13241                   "colin@colino.net" <colin@colino.net>)
13242                   This one unveils a bug in get_email_part()
13243
13244 2004-11-07 [colin]      0.9.12cvs140.2
13245
13246         * src/textview.c
13247                 Fix memleak. Patch by Alfons.
13248
13249 2004-11-06 [colin]      0.9.12cvs140.1
13250
13251         * src/compose.c
13252                 Sync with HEAD (don't ask passphrase
13253                 when drafting)
13254
13255 2004-11-06 [paul]       0.9.12cvs139.2
13256
13257         * AUTHORS
13258         * src/textview.c
13259         * src/textview.h
13260                 textview URI handling. hovering over a 
13261                 link displays it in the status bar,
13262                 and changes the mouse pointer to a hand 
13263                 cursor. a link is activated with a single 
13264                 click. (Modified from the) patch by Jean-Yves 
13265                 Lefort <jylefort@users.sourceforge.net>
13266                 
13267
13268 2004-11-05 [colin]      0.9.12cvs139.1
13269
13270         * src/compose.c
13271         * src/procmime.c
13272                 Sync with HEAD again ^^
13273
13274 2004-11-05 [colin]      0.9.12cvs139.1
13275
13276         * src/compose.c
13277         * src/procmime.c
13278                 Sync with HEAD
13279
13280 2004-11-03 [paul]       0.9.12cvs138.1
13281
13282         * ChangeLog.claws
13283         * configure.ac
13284         * po/POTFILES.in
13285         * src/prefs_ext_prog.c
13286         * src/procmime.c
13287         * tools/kdeservicemenu/README
13288         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13289         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13290                 sync with HEAD
13291
13292 2004-11-01 [christoph]  0.9.12cvs136.2
13293
13294         * src/procmime.c
13295                 convert MIME parameters to UTF-8
13296
13297 2004-10-29 [colin]      0.9.12cvs136.1
13298
13299         * src/common/utils.c
13300                 Sync with HEAD (don't use '=' in mime boundary)
13301
13302 2004-10-29 [paul]       0.9.12cvs135.1
13303
13304         * configure.ac
13305         * doc/src/rfc2231.txt
13306         * src/procmime.c
13307         * src/common/quoted-printable.c
13308         * src/common/utils.c
13309         * src/common/utils.h
13310                 sync with HEAD
13311
13312 2004-10-27 [paul]       0.9.12cvs134.1
13313
13314         * configure.ac
13315         * src/main.c
13316         * src/procmime.c
13317         * src/plugins/pgpmime/pgpmime.c
13318                 sync with HEAD
13319
13320 2004-10-26 [paul]       0.9.12cvs132.3
13321
13322         * src/account.c
13323         * src/addressbook.c
13324         * src/addrgather.c
13325         * src/addrharvest.c
13326         * src/codeconv.c
13327         * src/compose.c
13328         * src/customheader.c
13329         * src/editaddress.c
13330         * src/editgroup.c
13331         * src/enriched.c
13332         * src/expldifdlg.c
13333         * src/exporthtml.c
13334         * src/exportldif.c
13335         * src/folder.c
13336         * src/foldersel.c
13337         * src/folderview.c
13338         * src/grouplistdialog.c
13339         * src/html.c
13340         * src/imap.c
13341         * src/jpilot.c
13342         * src/ldapserver.c
13343         * src/ldif.c
13344         * src/mimeview.c
13345         * src/news.c
13346         * src/news_gtk.c
13347         * src/pop.c
13348         * src/prefs_display_header.c
13349         * src/prefs_gtk.c
13350         * src/prefs_msg_colors.c
13351         * src/prefs_toolbar.c
13352         * src/procheader.c
13353         * src/procmime.c
13354         * src/summaryview.c
13355         * src/textview.c
13356         * src/toolbar.c
13357         * src/vcard.c
13358         * src/common/mgutils.c
13359         * src/common/nntp.c
13360         * src/common/smtp.c
13361         * src/common/template.c
13362         * src/common/utils.c
13363         * src/common/xmlprops.c
13364         * src/plugins/pgpmime/pgpmime.c
13365         * src/plugins/pgpmime/select-keys.c
13366         * src/plugins/pgpmime/sgpgme.c
13367                 replace deprecated g_strcasecmp(), g_strncasecmp(),
13368                 g_string_sprintfa(), gtk_notebook_current_page()
13369
13370 2004-10-26 [colin]      0.9.12cvs132.2
13371
13372         * src/prefs_folder_item.c
13373                 Fix default-account selection
13374
13375 2004-10-21 [colin]      0.9.12cvs133
13376
13377         * src/compose.c
13378                 Sync with HEAD (Remove extra separator in compose's Options)
13379         * src/textview.c
13380                 Set wrapping to char
13381
13382 2004-10-21 [paul]       0.9.12cvs131.2
13383
13384         * src/compose.c
13385         * src/sourcewindow.c
13386                 fix wrapping
13387                 fix window shrinking 
13388
13389 2004-10-21 [colin]      0.9.12cvs131.1
13390
13391         * ChangeLog.claws
13392         * src/compose.c
13393                 Sync with HEAD
13394
13395 2004-10-21 [paul]       0.9.12cvs130.2
13396
13397         * src/prefs_folder_item.c
13398                 sync with HEAD (Apply to subfolders)
13399
13400 2004-10-19 [colin]      0.9.12cvs130.1
13401
13402         * ChangeLog.claws
13403         * src/compose.c
13404         * src/common/utils.c
13405         * src/gtk/menu.c
13406                 Sync with HEAD
13407
13408 2004-10-19 [colin]      0.9.12cvs128.1
13409
13410         * src/addrbook.c
13411         * src/addrcache.c
13412         * src/addressbook.c
13413         * src/codeconv.c
13414         * src/compose.c
13415         * src/customheader.c
13416         * src/editaddress.c
13417         * src/editgroup.c
13418         * src/exporthtml.c
13419         * src/folder.c
13420         * src/folderview.c
13421         * src/imap.c
13422         * src/jpilot.c
13423         * src/main.c
13424         * src/matcher_parser_parse.y
13425         * src/mbox.c
13426         * src/pop.c
13427         * src/prefs_account.c
13428         * src/prefs_gtk.c
13429         * src/prefs_msg_colors.c
13430         * src/procheader.c
13431         * src/procmime.c
13432         * src/procmime.h
13433         * src/procmsg.c
13434         * src/summaryview.c
13435         * src/textview.c
13436         * src/common/base64.c
13437         * src/common/partial_download.c
13438         * src/common/socket.c
13439         * src/common/sylpheed.c
13440         * src/common/utils.c
13441         * src/common/utils.h
13442         * src/gtk/pluginwindow.c
13443         * src/gtk/quicksearch.c
13444         * src/plugins/clamav/clamav_plugin.c
13445         * src/plugins/clamav/clamav_plugin.h
13446         * src/plugins/clamav/clamav_plugin_gtk.c
13447         * src/plugins/pgpmime/passphrase.c
13448         * src/plugins/pgpmime/pgpmime.c
13449         * src/plugins/pgpmime/plugin.c
13450         * src/plugins/pgpmime/prefs_gpg.c
13451         * src/plugins/pgpmime/prefs_gpg.h
13452         * src/plugins/pgpmime/select-keys.c
13453         * src/plugins/pgpmime/sgpgme.c
13454         * src/plugins/spamassassin/libspamc.c
13455         * src/plugins/spamassassin/spamassassin.c
13456         * src/plugins/spamassassin/spamassassin.h
13457         * src/plugins/spamassassin/spamassassin_gtk.c
13458         * src/plugins/trayicon/trayicon.c
13459         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
13460                 Sync with HEAD
13461
13462 2004-10-14 [colin]      0.9.12cvs126.2
13463
13464         * src/codeconv.c
13465         * src/textview.c
13466                 Fix conv_unreadable_locale
13467
13468 2004-10-13 [colin]      0.9.12cvs126.1
13469
13470         * src/compose.c
13471                 Sync with HEAD (don't convert charset for 
13472                 drafted messages, minor cleanup)
13473
13474 2004-10-13 [colin]      0.9.12cvs125.1
13475
13476         * po/POTFILES.in
13477                 Sync with HEAD (POTFILES fix)
13478
13479 2004-10-12 [colin]      0.9.12cvs124.3
13480
13481         * src/compose.c
13482                 Fix encoding bug from latest sync
13483
13484 2004-10-12 [paul]       0.9.12cvs124.2
13485
13486         * src/plugins/pgpmime/prefs_gpg.c
13487         * src/plugins/pgpmime/prefs_gpg.h
13488                 forgotten in last commit        
13489
13490 2004-10-12 [paul]       0.9.12cvs124.1
13491
13492         * ChangeLog.claws
13493         * configure.ac
13494         * m4/spamassassin.m4
13495         * src/Makefile.am
13496         * src/account.c
13497         * src/compose.c
13498         * src/compose.h
13499         * src/crash.c
13500         * src/main.c
13501         * src/mimeview.c
13502         * src/passphrase.c
13503         * src/passphrase.h
13504         * src/prefs_account.c
13505         * src/prefs_account.h
13506         * src/prefs_common.c
13507         * src/privacy.c
13508         * src/privacy.h
13509         * src/procmime.c
13510         * src/procmime.h
13511         * src/procmsg.c
13512         * src/rfc2015.c
13513         * src/rfc2015.h
13514         * src/select-keys.c
13515         * src/select-keys.h
13516         * src/textview.c
13517         * src/common/utils.c
13518         * src/common/utils.h
13519         * src/gtk/about.c
13520         * src/plugins/pgpmime/Makefile.am
13521         * src/plugins/pgpmime/passphrase.c
13522         * src/plugins/pgpmime/passphrase.h
13523         * src/plugins/pgpmime/pgpmime.c
13524         * src/plugins/pgpmime/plugin.c
13525         * src/plugins/pgpmime/select-keys.c
13526         * src/plugins/pgpmime/select-keys.h
13527         * src/plugins/pgpmime/sgpgme.c
13528         * src/plugins/pgpmime/sgpgme.h
13529                 sync with HEAD
13530
13531 2004-10-04 [colin]      0.9.12cvs122.1
13532
13533         * src/mainwindow.c
13534         * src/messageview.c
13535         * src/messageview.h
13536         * src/textview.c
13537                 Sync with HEAD
13538
13539 2004-10-04 [colin]      0.9.12cvs121.1
13540
13541         * src/summaryview.c
13542                 Sync with HEAD
13543
13544 2004-10-04 [paul]       0.9.12cvs120.1
13545
13546         * configure.ac
13547                 sync with HEAD [don't try to build 
13548                 pgpmime plugin when gpgme is disabled]
13549
13550 2004-10-03 [colin]      0.9.12cvs119.3
13551
13552         * src/gtk/gtksctree.c
13553                 Lots of side effects. Put back as before 117.2.
13554         * src/summaryview.c
13555                 Fix bug #602
13556
13557 2004-10-03 [colin]      0.9.12cvs119.2
13558
13559         * src/gtk/gtksctree.c
13560                 Revert 608 fix that doesn't work that good
13561
13562 2004-10-02 [colin]      0.9.12cvs119.1
13563
13564         * src/mainwindow.c
13565         * src/messageview.c
13566         * src/prefs_common.h
13567         * src/procmime.c
13568         * src/procmime.h
13569         * src/textview.c
13570                 Sync with HEAD
13571         * src/gtk/gtksctree.c
13572                 Close bug #608
13573
13574 2004-10-01 [colin]      0.9.12cvs118.1
13575
13576         * src/mimeview.c
13577                 Sync with HEAD (better Save All fix)
13578
13579 2004-10-01 [colin]      0.9.12cvs117.2
13580
13581         * src/gtk/gtksctree.c
13582                 Faster on selection
13583
13584 2004-10-01 [colin]      0.9.12cvs117.1
13585
13586         * src/mimeview.c
13587                 Sync with HEAD (Save All: only attachments)
13588
13589 2004-10-01 [paul]       0.9.12cvs116.1
13590
13591         * ChangeLog.claws
13592         * configure.ac
13593         * src/account.c
13594         * src/prefs_common.c
13595         * src/gtk/colorlabel.c
13596                 sync with HEAD
13597
13598 2004-09-30 [colin]      0.9.12cvs115.1
13599
13600         * src/stock_pixmap.c
13601         * src/stock_pixmap.h
13602         * src/folderview.c
13603         * src/Makefile.am
13604         * src/pixmaps/read.xpm
13605                 Sync with HEAD (new pixmap)
13606
13607 2004-09-29 [colin]      0.9.12cvs114.1
13608
13609         * src/compose.c
13610                 Sync with HEAD
13611                 Fix focus handling in headers
13612
13613 2004-09-29 [paul]       0.9.12cvs113.1
13614
13615         * src/quote_fmt_parse.y
13616                 sync with HEAD
13617  
13618
13619 2004-09-28 [colin]      0.9.12cvs112.1
13620
13621         * src/folderview.c
13622         * src/mainwindow.c
13623                 Sync with HEAD
13624
13625 2004-09-28 [colin]      0.9.12cvs110.1
13626
13627         * src/folderview.c
13628                 Sync with HEAD (Contextual Empty trash menu)
13629
13630 2004-09-28 [colin]      0.9.12cvs108.1
13631
13632         * src/addressbook.c
13633                 Sync with HEAD (addressbook edit on double-click)
13634
13635 2004-09-28 [colin]      0.9.12cvs106.1
13636
13637         * src/inc.c
13638                 Sync with HEAD (folder_item freeze on inc)
13639
13640 2004-09-27 [colin]      0.9.12cvs105.1
13641
13642         * src/folderview.c
13643                 Sync with HEAD (right-align new and unread column)
13644
13645 2004-09-27 [colin]      0.9.12cvs104.1
13646
13647         * src/main.c
13648                 Sync with HEAD (revert 0.9.12cvs101)
13649
13650 2004-09-24 [colin]      0.9.12cvs103.2
13651
13652         * src/wizard.c
13653                 Fix gtk warnings and use domain part of the email address 
13654                 when domain detection fails (no dot in domain name)
13655
13656 2004-09-23 [colin]      0.9.12cvs103.1
13657
13658         * src/plugins/spamassassin/libspamc.c
13659         * src/plugins/spamassassin/libspamc.h
13660         * src/plugins/spamassassin/utils.c
13661         * src/plugins/spamassassin/utils.h
13662                 Sync with HEAD (Update spamassassin to 3.0)
13663
13664 2004-09-21 [colin]      0.9.12cvs102.3
13665
13666         * src/action.c
13667                 Add horizontal scrollbar in action io dialog as needed
13668                 Patch by Alfons.
13669
13670 2004-09-20 [colin]      0.9.12cvs102.2
13671
13672         * src/plugins/image_viewer/viewer.c
13673                 Remove imlib stuff
13674                 use gtk_pixmap_set when clearing
13675                 (would be better to use gtkImages, but causes size-allocate 
13676                 signals storm)
13677
13678 2004-09-17 [paul]       0.9.12cvs102.1
13679
13680         * ChangeLog
13681         * ChangeLog.claws
13682         * ChangeLog.jp
13683         * configure.ac
13684         * src/inc.c
13685                 sync with HEAD
13686
13687
13688 2004-09-17 [colin]      0.9.12cvs101.1
13689
13690         * ChangeLog.claws
13691         * src/main.c
13692                 Sync with HEAD (fix segs at exit)
13693
13694 2004-09-14 [colin]      0.9.12cvs99.5
13695
13696         * src/common/socket.c
13697         * AUTHORS
13698                 Fix send error on 64bit platforms
13699                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
13700
13701 2004-09-14 [colin]      0.9.12cvs99.4
13702
13703         * src/action.c
13704                 Fix action output with utf8 
13705                 Patch by Alfons.
13706
13707 2004-09-14 [colin]      0.9.12cvs99.3
13708
13709         * ChangeLog.claws
13710         * src/folder.c
13711                 Sync with HEAD
13712
13713 2004-09-09 [colin]      0.9.12cvs99.2
13714
13715         * src/action.c
13716                 Fix progress bar (displaying "Completed %v/%u")
13717                 Patch by Alfons.
13718
13719 2004-09-08 [colin]      0.9.12cvs99.1
13720
13721         * src/account.c
13722         * src/folder.c
13723         * src/procmsg.c
13724         * src/procmsg.h
13725         * src/plugins/pgpmime/pgpmime.c
13726                 Sync with HEAD
13727
13728 2004-09-08 [colin]      0.9.12cvs97.2
13729
13730         * src/summaryview.c
13731                 Don't select mails in collapsed threads 
13732                 when navigating with up/down
13733
13734 2004-09-07 [colin]      0.9.12cvs97.1
13735
13736         * src/inc.c
13737                 Sync with HEAD (meaningful error messages)
13738
13739 2004-09-06 [colin]      0.9.12cvs96.1
13740
13741         * src/toolbar.c
13742                 Sync with HEAD (fix Redirect graying out)
13743
13744 2004-09-06 [colin]      0.9.12cvs95.1
13745
13746         * src/summaryview.c
13747         * src/mimeview.c
13748                 Sync with HEAD (fix dropped URIs)
13749
13750 2004-09-06 [colin]      0.9.12cvs94.1
13751
13752         * src/addressbook.c
13753         * src/addressitem.h
13754         * src/addritem.c
13755         * src/addritem.h
13756                 Sync with HEAD (addressbook DnD)
13757
13758 2004-09-03 [colin]      0.9.12cvs93.1
13759
13760         * src/summaryview.c
13761                 Sync with HEAD (next/prev unread)
13762
13763 2004-09-03 [colin]      0.9.12cvs92.1
13764
13765         * src/prefs_common.c
13766         * src/prefs_common.h
13767         * src/summaryview.c
13768                 Sync with HEAD ('mark_as_read_delay' pref)
13769
13770 2004-09-02 [colin]      0.9.12cvs91.2
13771
13772         * src/common/xml.c
13773                 Fix leak
13774
13775 2004-09-02 [colin]      0.9.12cvs91.1
13776
13777         * src/gtk/menu.c
13778                 Sync with HEAD (menu accel don't work, but whatever)
13779
13780 2004-09-02 [colin]      0.9.12cvs90.1
13781
13782         * src/account.c
13783                 Sync with HEAD (fix bug 582)
13784
13785 2004-09-02 [colin]      0.9.12cvs89.1
13786
13787         * src/addrindex.c
13788                 Sync with HEAD (free deleted queries)
13789
13790 2004-09-02 [colin]      0.9.12cvs88.1
13791
13792         * src/ldapquery.c
13793                 Sync with HEAD (fix LDAP freezes)
13794
13795 2004-09-02 [colin]      0.9.12cvs87.1
13796
13797         * src/prefs_spelling.c
13798                 Sync with HEAD (add default dictionary)
13799
13800 2004-09-01 [colin]      0.9.12cvs86.1
13801
13802         * src/filtering.c
13803         * src/folderview.c
13804         * src/imap.c
13805         * src/prefs_matcher.c
13806         * src/stock_pixmap.c
13807         * src/summary_search.c
13808         * src/summaryview.c
13809         * src/wizard.c
13810         * src/wizard.h
13811                 Sync with HEAD (uninitialized vars fixes)
13812                 + gtk2 specific warning fixes
13813
13814 2004-08-31 [colin]      0.9.12cvs85.1
13815
13816         * src/folder.c
13817                 Sync with HEAD (Fix memory corruption due to 
13818                 uninitialized var)
13819
13820 2004-08-31 [colin]      0.9.12cvs84.4
13821
13822         * src/summary_search.c
13823                 Fix segfaults when searching in folders with broken headers
13824
13825 2004-08-31 [colin]      0.9.12cvs84.3
13826
13827         * src/compose.c
13828         * src/textview.c
13829                 Fix some more encoding/decoding issues
13830
13831 2004-08-30 [colin]      0.9.12cvs84.2
13832
13833         * src/mimeview.c
13834         * src/prefs_themes.c
13835         * src/gtk/filesel.c
13836         * src/gtk/filesel.h
13837                 Add a folder-mode selection (fixes mimeview's "Save all")
13838
13839 2004-08-29 [colin]      0.9.12cvs84.1
13840
13841         * src/mimeview.c
13842                 Sync with HEAD (don't escape saved filenames)
13843
13844 2004-08-27 [colin]      0.9.12cvs83.1
13845
13846         * ChangeLog
13847         * ChangeLog.claws
13848         * ChangeLog.jp
13849         * src/mh.c
13850         * src/procheader.c
13851         * src/procmsg.c
13852         * src/procmsg.h
13853         * src/common/utils.c
13854         * src/gtk/menu.h
13855         * po/
13856                 Sync with HEAD 0.9.12cvs83 (sync with main)
13857
13858 2004-08-26 [colin]      0.9.12cvs82.4
13859
13860         * src/codeconv.c
13861                 Fix strange stack corruption
13862                 Convert to utf8 after unmime, not before
13863
13864 2004-08-26 [colin]      0.9.12cvs82.3
13865
13866         * src/main.c
13867         * src/wizard.c
13868                 Fix account folders duplication
13869
13870 2004-08-25 [colin]      0.9.12cvs82.2
13871
13872         * src/wizard.c
13873                 Remove ports
13874                 Add SSL selection
13875                 Use login@server as account name
13876
13877 2004-08-25 [colin]      0.9.12cvs82.1
13878
13879         * src/plugins/pgpmime/pgpmime.c
13880                 Sync with HEAD (leak fix).
13881
13882 2004-08-25 [colin]      0.9.12cvs81.1
13883
13884         * src/plugins/pgpmime/pgpmime.c
13885         * src/plugins/pgpmime/sgpgme.c
13886         * src/plugins/pgpmime/sgpgme.h
13887                 Sync with HEAD (Handle combined messages).
13888
13889 2004-08-24 [colin]      0.9.12cvs80.3
13890
13891         * src/wizard.c
13892                 Fix full name, ports, and imap
13893
13894 2004-08-24 [colin]      0.9.12cvs80.2
13895
13896         * src/Makefile.am
13897         * src/main.c
13898         * src/setup.c
13899         * src/setup.h
13900         * src/stock_pixmap.c
13901         * src/stock_pixmap.h
13902         * src/wizard.c ** ADDED **
13903         * src/wizard.h ** ADDED ** 
13904         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
13905                 Add a setup wizard 
13906
13907 2004-08-24 [colin]      0.9.12cvs80.1
13908
13909         * src/folder.c
13910                 Sync with HEAD (set mimeflags on all messages)
13911
13912 2004-08-24 [colin]      0.9.12cvs79.3
13913
13914         * src/matcher_parser_lex.l
13915                 Fix 8bits strings not in utf8
13916
13917 2004-08-24 [colin]      0.9.12cvs79.2
13918
13919         * src/compose.c
13920                 Check conversion result before replacing buffer
13921
13922 2004-08-23 [colin]      0.9.12cvs79.1
13923
13924         * src/compose.c
13925                 Sync with HEAD (create message header in memory)
13926
13927 2004-08-23 [colin]      0.9.12cvs78.1
13928
13929         * src/rfc2015.c
13930         * src/rfc2015.h
13931                 Sync with HEAD (fix bug 197 again)
13932
13933 2004-08-23 [colin]      0.9.12cvs77.3
13934
13935         * src/compose.c
13936                 Fix again inline gpg signing (which outputs utf8
13937                 in gtk2). Not syncing this fix to HEAD as this 
13938                 code is meant to die.
13939
13940 2004-08-23 [colin]      0.9.12cvs77.2
13941
13942         * src/prefs_account.h
13943                 Remove useless include
13944
13945 2004-08-23 [colin]      0.9.12cvs77.1
13946
13947         * src/imap.c
13948         * po/es.po
13949         * po/fr.po
13950         * po/it.po
13951         * po/pl.po
13952         * po/pt_BR.po
13953         * po/sk.po
13954         * po/sr.po
13955                 Sync with HEAD (fix bug 577)
13956
13957 2004-08-22 [colin]      0.9.12cvs76.1
13958
13959         * src/plugins/trayicon/trayicon.c
13960                 Sync with HEAD (fix formatting bug)
13961
13962 2004-08-21 [colin]      0.9.12cvs74.2
13963
13964         * src/gtk/colorsel.c
13965                 Fix bug 564 (Folder color selection window exits on any
13966                 keypress)
13967
13968 2004-08-21 [colin]      0.9.12cvs74.1
13969
13970         * ChangeLog.claws
13971         * src/compose.c
13972         * src/summaryview.c
13973         * src/toolbar.c
13974                 Sync with HEAD (fix bug 576)
13975
13976 2004-08-21 [colin]      0.9.12cvs70.1
13977
13978         * src/compose.c
13979         * src/mainwindow.c
13980                 Sync with HEAD
13981                 
13982
13983 2004-08-21 [paul]       0.9.12cvs66.4
13984
13985         * src/mainwindow.c
13986         * src/messageview.c
13987         * src/gtk/menu.c
13988         * src/plugins/spamassassin/spamassassin_gtk.c
13989                 remove some deprecated gtk1 functions
13990
13991
13992 2004-08-21 [colin]      0.9.12cvs66.3
13993
13994         * src/compose.c
13995         * src/codeconv.c
13996                 Fix warnings
13997                 Remove encoding hacks
13998                 Fix bug 575 (Strange character messes up message)
13999                 Don't display conversion error when drafting
14000
14001 2004-08-21 [paul]       0.9.12cvs66.2
14002
14003         * src/prefs_account.c
14004                 fix GnuPG mode bugs
14005
14006
14007 2004-08-20 [colin]      0.9.12cvs66.1
14008
14009         * src/codeconv.c
14010                 Sync with HEAD 0.9.12cvs66
14011
14012 2004-08-20 [paul]
14013
14014         * src/plugins/pgpmime/plugin.c
14015                 modify PGP/MIME plugin's description
14016
14017 2004-08-17 [colin]      0.9.12cvs65.1
14018
14019         * src/common/ssl.c
14020         * src/plugins/pgpmime/plugin.c
14021                 Sync with HEAD
14022
14023 2004-08-14 [colin]      0.9.12cvs60.3
14024
14025         * src/plugins/trayicon/trayicon.c
14026                 Put back resize callback, on size-request signal
14027                 rather than size-allocate to avoid infinite 
14028                 callback loop
14029
14030 2004-08-13 [colin]      0.9.12cvs60.2
14031
14032         * src/common/defs.h
14033                 Cache versions have been fixed
14034
14035 2004-08-13 [colin]      0.9.12cvs60.1
14036
14037         * src/folderutils.c
14038                 Sync with HEAD
14039
14040 2004-08-12 [colin]      0.9.12cvs59.1
14041
14042         * src/plugins/trayicon/trayicon.c
14043                 Sync with HEAD
14044
14045 2004-08-12 [colin]      0.9.12cvs57.5
14046
14047         * sylpheed.desktop
14048         * configure.ac
14049         * src/Makefile.am
14050         * src/main.c
14051                 Add support for Freedesktop.org's startup notification
14052
14053 2004-08-11 [colin]      0.9.12cvs57.4
14054
14055         * src/textview.c
14056                 Fix off-by-one
14057
14058 2004-08-11 [colin]      0.9.12cvs57.3
14059
14060         * src/message_search.c
14061         * src/summary_search.c
14062                 Make searches case insensitive by default
14063         * src/textview.c
14064                 Fix case-insensitive search in message
14065
14066 2004-08-11 [colin]      0.9.12cvs57.2
14067
14068         * src/summary_search.c
14069                 Let case-sensitive be specified
14070
14071 2004-08-10 [colin]      0.9.12cvs55.4
14072
14073         * src/common/socket.c
14074                 Fix the possible race condition
14075
14076 2004-08-09 [paul]       0.9.12cvs55.3
14077
14078         * configure.ac
14079         * src/Makefile.am
14080         * src/common/Makefile.am
14081                 sync with HEAD
14082
14083
14084 2004-08-09 [paul]       0.9.12cvs55.2
14085
14086         * autogen.sh
14087         * po/poconv.sh
14088                 remove unneeded script
14089
14090         * configure.ac
14091                 add forgotten USE_LDAP_TLS (sync with HEAD)
14092
14093
14094 2004-08-09 [colin]      0.9.12cvs55.1
14095
14096         * src/main.c
14097         * src/common/ssl.c
14098         * src/common/sylpheed.c
14099         * src/common/sylpheed.h
14100                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
14101
14102 2004-08-09 [paul]       0.9.12cvs54.1
14103
14104         * ChangeLog
14105         * ChangeLog.claws
14106         * ChangeLog.jp
14107         * configure.ac
14108         * po/POTFILES.in
14109         * src/Makefile.am
14110         * src/folderutils.c
14111         * src/main.c
14112         * src/pgpmime.c
14113         * src/pgpmime.h
14114         * src/sgpgme.c
14115         * src/sgpgme.h
14116         * src/plugins/Makefile.am
14117         * src/plugins/pgpmime/.cvsignore
14118         * src/plugins/pgpmime/Makefile.am
14119         * src/plugins/pgpmime/pgpmime.c
14120         * src/plugins/pgpmime/pgpmime.h
14121         * src/plugins/pgpmime/plugin.c
14122         * src/plugins/pgpmime/sgpgme.c
14123         * src/plugins/pgpmime/sgpgme.h
14124                 sync with HEAD
14125
14126 2004-08-08 [paul]       0.9.12cvs51.1
14127
14128         * configure.ac
14129         * src/folder.c
14130                 sync with HEAD
14131
14132 2004-08-07 [colin]      0.9.12cvs50.1
14133
14134         * src/pop.c
14135         * src/common/partial_download.c
14136                 fix warnings (sync from HEAD)
14137
14138 2004-08-07 [colin]      0.9.12cvs48.1
14139
14140         * src/prefs_folder_item.c
14141                 sync with HEAD 0.9.12cvs48
14142
14143 2004-08-06 [colin]      0.9.12cvs47.1
14144
14145         * src/compose.c
14146                 Sync with HEAD
14147
14148 2004-08-06 [christoph]  0.9.12cvs46.2
14149
14150         * src/main.c
14151         * src/plugins/clamav/clamav_plugin_gtk.c
14152         * src/plugins/dillo_viewer/dillo_viewer.c
14153         * src/plugins/image_viewer/plugin.c
14154         * src/plugins/mathml_viewer/mathml_viewer.c
14155         * src/plugins/spamassassin/spamassassin_gtk.c
14156         * src/plugins/trayicon/trayicon.c
14157                 don't mix GTK1.2 plugin with GTK2 plugins
14158
14159 2004-08-06 [colin]      0.9.12cvs46.1
14160
14161         * ChangeLog
14162         * ChangeLog.claws
14163         * ChangeLog.jp
14164         * configure.ac
14165         * sylpheed-claws.pc.in
14166         * src/folder.c
14167         * src/imap.c
14168         * src/localfolder.c
14169         * src/messageview.c
14170         * src/mimeview.c
14171         * src/mimeview.h
14172         * src/msgcache.c
14173         * src/news.c
14174         * src/prefs_ext_prog.c
14175         * src/prefs_folder_item.c
14176         * src/prefs_fonts.c
14177         * src/prefs_msg_colors.c
14178         * src/prefs_spelling.c
14179         * src/prefs_themes.c
14180         * src/prefs_toolbar.c
14181         * src/prefs_wrapping.c
14182         * src/procmime.h
14183         * src/common/defs.h
14184         * src/common/nntp.c
14185         * src/common/session.c
14186         * src/common/session.h
14187         * src/common/socket.c
14188         * src/common/utils.h
14189         * src/common/xml.c
14190         * src/common/xml.h
14191         * src/gtk/prefswindow.c
14192         * src/gtk/prefswindow.h
14193         * src/plugins/clamav/clamav_plugin_gtk.c
14194         * src/plugins/dillo_viewer/dillo_prefs.c
14195         * src/plugins/image_viewer/viewerprefs.c
14196         * src/plugins/spamassassin/spamassassin_gtk.c
14197         * m4/openssl.m4 *** REMOVED ***
14198                 Sync with HEAD 0.9.12cvs46
14199
14200 2004-08-03 [paul]       0.9.12cvs40.2
14201
14202         * src/action.c
14203         * src/addressadd.c
14204         * src/addressbook.c
14205         * src/addrgather.c
14206         * src/browseldap.c
14207         * src/compose.c
14208         * src/crash.c
14209         * src/editaddress.c
14210         * src/editgroup.c
14211         * src/editldap_basedn.c
14212         * src/foldersel.c
14213         * src/importldif.c
14214         * src/mimeview.c
14215         * src/prefs_common.c
14216         * src/prefs_template.c
14217         * src/sourcewindow.c
14218         * src/summaryview.c
14219         * src/gtk/about.c
14220         * src/gtk/foldersort.c
14221         * src/gtk/logwindow.c
14222         * src/gtk/pluginwindow.c
14223         * src/gtk/prefswindow.c
14224                 change all gtk_scrolled_window_set_policy from 
14225                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
14226
14227 2004-08-02 [paul]       0.9.12cvs40.1
14228
14229         * AUTHORS
14230                 update translation team section
14231         * po/pt_BR.po
14232                 updated by Frederico Goncalves Guimaraes
14233                 <fggdebian@yahoo.com.br>
14234
14235 2004-07-31 [colin]      0.9.12cvs39.9
14236
14237         * src/exphtmldlg.c
14238                 Fix compilation
14239
14240 2004-07-31 [colin]      0.9.12cvs39.8
14241
14242         * src/exphtmldlg.c
14243                 Fix an alertpanel type
14244
14245 2004-07-30 [colin]      0.9.12cvs39.7
14246
14247         * src/alertpanel.c
14248                 Fix alertpanel_error_log's icon
14249
14250 2004-07-30 [colin]      0.9.12cvs39.6
14251
14252         * src/pop.c
14253                 Two of them should still be warnings
14254
14255 2004-07-30 [colin]      0.9.12cvs39.5
14256
14257         * src/pop.c
14258                 More warning -> error
14259 2004-07-29 [colin]      0.9.12cvs39.4
14260
14261         * src/pop.c
14262                 Warning -> error
14263
14264 2004-07-29 [colin]      0.9.12cvs39.3
14265
14266         * src/prefs_matcher.c
14267                 Fix segfault
14268
14269 2004-07-29 [colin]      0.9.12cvs39.2
14270
14271         * src/alertpanel.c
14272                 More nice-looking alertpanels
14273
14274 2004-07-29 [colin]      0.9.12cvs39.1
14275
14276         * src/messageview.c
14277                 sync with head
14278                 (inform user when partial mail is deleted on server)
14279
14280 2004-07-29 [colin]      0.9.12cvs38.1
14281
14282         * src/messageview.c
14283                 sync with head
14284
14285 2004-07-28 [paul]       0.9.12cvs37.7
14286
14287         * src/mainwindow.c
14288                 complete the replacement of deprecated gtk_progress_*
14289
14290 2004-07-28 [paul]       0.9.12cvs37.6
14291
14292         * src/action.c
14293         * src/inc.c
14294         * src/mainwindow.c
14295         * src/send_message.c
14296         * src/gtk/progressdialog.c
14297         * src/gtk/progressdialog.h
14298                 replace deprecated gtk_progress_*
14299
14300 2004-07-28 [paul]       0.9.12cvs37.5
14301
14302         * src/gtk/filesel.c
14303                 remove gtk_window_set_wmclass()
14304 2004-07-28 [paul]       0.9.12cvs37.4
14305
14306         * src/addressbook.c
14307         * src/compose.c
14308         * src/foldersel.c
14309         * src/mainwindow.c
14310         * src/messageview.c
14311         * src/sourcewindow.c
14312         * src/gtk/logwindow.c
14313                 remove gtk_window_set_wmclass()
14314                 
14315         * src/prefs_filtering.c
14316         * src/prefs_filtering_action.c
14317         * src/prefs_fonts.c
14318         * src/prefs_gtk.c
14319         * src/prefs_matcher.c
14320         * src/ssl_manager.c
14321         * src/gtk/prefswindow.c
14322                 replace gtk_window_position()
14323
14324 2004-07-28 [colin]      0.9.12cvs37.3
14325
14326         * src/alertpanel.c
14327         * src/alertpanel.h
14328                 Add a way to specify panel type for specific
14329                 panels (alertpanel())
14330         * src/account.c
14331         * src/addressbook.c
14332         * src/compose.c
14333         * src/expldifdlg.c
14334         * src/main.c
14335         * src/messageview.c
14336         * src/summaryview.c
14337         * src/textview.c
14338         * src/gtk/sslcertwindow.c
14339                 Fix alertpanel()s so that their icon match
14340                 their real type
14341
14342 2004-07-28 [paul]       0.9.12cvs37.2
14343
14344         * src/addr_compl.c
14345         * src/addressbook.c
14346         * src/alertpanel.c
14347         * src/compose.c
14348         * src/export.c
14349         * src/foldersel.c
14350         * src/folderview.c
14351         * src/grouplistdialog.c
14352         * src/import.c
14353         * src/mainwindow.c
14354         * src/message_search.c
14355         * src/messageview.c
14356         * src/passphrase.c
14357         * src/prefs_actions.c
14358         * src/prefs_common.c
14359         * src/prefs_customheader.c
14360         * src/prefs_display_header.c
14361         * src/prefs_filtering.c
14362         * src/prefs_filtering_action.c
14363         * src/prefs_gtk.c
14364         * src/prefs_matcher.c
14365         * src/prefs_msg_colors.c
14366         * src/prefs_summary_column.c
14367         * src/prefs_template.c
14368         * src/sourcewindow.c
14369         * src/ssl_manager.c
14370         * src/summary_search.c
14371         * src/gtk/colorsel.c
14372         * src/gtk/description_window.c
14373         * src/gtk/gtkaspell.c
14374         * src/gtk/inputdialog.c
14375         * src/gtk/logwindow.c
14376         * src/gtk/prefswindow.c
14377         * src/gtk/progressdialog.c
14378                 replace deprecated gtk_window_set_policy
14379
14380 2004-07-27 [colin]      0.9.12cvs37.1
14381
14382         * src/msgcache.c
14383                 More fixes (synced for head again)
14384
14385 2004-07-27 [colin]      0.9.12cvs35.3
14386
14387         * src/msgcache.c
14388                 Fix wrong test
14389
14390 2004-07-27 [colin]      0.9.12cvs35.2
14391
14392         * src/mimeview.c
14393                 Fix width a bit (by Paul)
14394         * src/alertpanel.c
14395         * src/alertpanel.h
14396                 Specialize icons, make alertpanel_message()
14397                 private
14398         * src/message_search.c
14399         * src/sgpgme.c
14400         * src/summary_search.c
14401                 Suit alertpanel changes
14402
14403 2004-07-27 [colin]      0.9.12cvs35.1
14404
14405         * src/alertpanel.c
14406                 Add an icon
14407         * src/passphrase.c
14408                 Add debug output - maybe someone will
14409                 want to look at the problem with Grab
14410                 Input :)
14411         Bump version as we're synced with HEAD
14412
14413 2004-07-26 [colin]      0.9.12cvs33.26
14414
14415         * src/pop.c
14416                 Fix uidl-file parsing when not in new
14417                 format
14418
14419 2004-07-26 [colin]      0.9.12cvs33.25
14420
14421         * src/gtk/menu.c
14422                 Move popup menu up if necessary (fixes 
14423                 account selector)
14424         * src/mainwindow.c
14425                 Set account selector's button height to
14426                 minimum
14427
14428 2004-07-26 [colin]      0.9.12cvs33.24
14429
14430         * src/alertpanel.c
14431                 Maybe fix 551 (Truncated font in alert window)
14432
14433 2004-07-26 [colin]      0.9.12cvs33.23
14434
14435         * po/de.po
14436         * po/es.po
14437         * po/fr.po
14438         * po/it.po
14439         * po/ja.po
14440         * po/pl.po
14441         * po/ru.po
14442         * po/sk.po
14443         * po/sr.po
14444         * po/zh_CN.po
14445                 Sync po files with HEAD
14446
14447 2004-07-26 [paul]       0.9.12cvs33.22
14448
14449         * src/compose.c
14450                 fix Bug 556 'Organisation-header is sent even if empty'
14451
14452 2004-07-24 [colin]      0.9.12cvs33.21
14453
14454         * src/compose.c
14455         * src/gtk/gtkaspell.c
14456         * src/gtk/gtkaspell.h
14457                 Fix speller accelerators (require hack)
14458
14459 2004-07-24 [colin]      0.9.12cvs33.20
14460
14461         * src/gtk/gtkaspell.c
14462                 Fix over-eager code deletion breaking
14463                 Check while typing
14464
14465 2004-07-24 [colin]      0.9.12cvs33.19
14466
14467         * src/browseldap.c
14468         * src/ldapctrl.c
14469         * src/ldapctrl.h
14470         * src/ldapserver.h
14471                 Sync ldap with HEAD
14472         (Fixes 546 LDAP completely broken)
14473
14474 2004-07-24 [colin]      0.9.12cvs33.18
14475
14476         * src/prefs_msg_colors.c
14477                 Fix prototype mismatch
14478         (Fixes 547 void function cannot return value)
14479
14480 2004-07-24 [colin]      0.9.12cvs33.17
14481
14482         * src/mainwindow.c
14483                 Fix sort going back to previous sort key
14484                 when changing sort direction
14485
14486 2004-07-24 [colin]      0.9.12cvs33.16
14487
14488         * src/compose.c
14489                 Fix space insertion when re-wrapping at 
14490                 cursor point
14491
14492 2004-07-24 [colin]      0.9.12cvs33.15
14493
14494         * src/gtk/gtkaspell.c
14495                 Don't change cursor position in insert-text
14496                 callback
14497         (Fixes 539 Word wrapping on input transposes letters)
14498
14499 2004-07-24 [colin]      0.9.12cvs33.14
14500
14501         * src/gtk/gtkaspell.c
14502                 Reencode non-ascii chars to dictionary's
14503                 encoding
14504         (Fixes 544 Spell check broken non english locale)
14505
14506 2004-07-24 [colin]      0.9.12cvs33.13
14507
14508         * src/summaryview.c
14509                 Fix Shift+Down, add Home/End/PgUp/PgDown
14510
14511 2004-07-21 [colin]      0.9.12cvs33.12
14512
14513         * src/prefs_common.c
14514                 Fix a gtk warning (Patch by Andrej Kacian)
14515
14516 2004-07-21 [colin]      0.9.12cvs33.11
14517
14518         * src/gtk/filesel.c
14519                 More check
14520
14521 2004-07-21 [colin]      0.9.12cvs33.10
14522
14523         * src/compose.c
14524         * src/crash.c
14525         * src/export.c
14526         * src/import.c
14527         * src/messageview.c
14528         * src/mimeview.c
14529         * src/prefs_spelling.c
14530         * src/prefs_themes.c
14531         * src/summaryview.c
14532         * src/gtk/filesel.c
14533         * src/gtk/filesel.h
14534         * src/gtk/pluginwindow.c
14535                 Untwist open/save mode guessing logic, make
14536                 it explicit
14537
14538 2004-07-20 [colin]      0.9.12cvs33.9
14539
14540         * src/codeconv.c
14541                 conv_encode_header: src_charset is UTF-8 on
14542                 gtk2
14543         * src/compose.c
14544                 Remove double encoding of the headers
14545
14546 2004-07-20 [colin]      0.9.12cvs33.8
14547
14548         * src/codeconv.c
14549                 Fix typo
14550
14551 2004-07-20 [colin]      0.9.12cvs33.7
14552
14553         * src/mainwindow.c
14554                 Set the separated messageview to the saved
14555                 size of Claws' messageview (Patch by Alfons)
14556                 Fix a callback prototype (me)
14557
14558 2004-07-20 [colin]      0.9.12cvs33.6
14559
14560         * src/codeconv.h
14561                 Forgot one hunk in 0.9.12cvs33.4
14562
14563 2004-07-19 [colin]      0.9.12cvs33.5
14564
14565         * src/action.c
14566                 Action output fix
14567                 Patch by Alfons
14568
14569 2004-07-19 [colin]      0.9.12cvs33.4
14570
14571         * src/compose.c
14572                 Fix outgoing charset bug in headers
14573         * src/codeconv.c
14574                 Clean for glib2 - Patch by Alfons
14575
14576 2004-07-19 [colin]      0.9.12cvs33.3
14577
14578         * src/statusbar.c
14579                 Remove grip from the statusbar
14580                 Patch by Alfons
14581
14582 2004-07-19 [colin]      0.9.12cvs33.2
14583
14584         * src/messageview.c
14585         * src/textview.c
14586                 Fix messageview remembering the previous
14587                 scroll position when loading a new message
14588                 Patch by Alfons
14589
14590 2004-07-19 [colin]      0.9.12cvs33.1
14591
14592         * src/folder.h
14593         * src/folderview.c
14594         * src/summaryview.c
14595                 Sync with HEAD
14596
14597 2004-07-18 [colin]      0.9.12cvs32.7
14598
14599         * configure.ac
14600                 Remove useless check for XIM - noticed
14601                 by Alfons
14602
14603 2004-07-18 [colin]      0.9.12cvs32.6
14604
14605         * src/summaryview.c
14606                 Remove non-modified and shift-modified
14607                 accelerators in summaryview's popup
14608                 menu, as that doesn't get catched by
14609                 the accel-activate signal catcher...
14610
14611 2004-07-18 [colin]      0.9.12cvs32.5
14612
14613         * src/prefs_common.c
14614                 Define sensible default prefs for 
14615                 wrapping
14616
14617 2004-07-18 [colin]      0.9.12cvs32.4
14618
14619         * src/compose.c
14620         * src/prefs_common.c
14621         * src/prefs_common.h
14622         * src/prefs_wrapping.c
14623                 Remove Smart Wrapping pref, which does
14624                 nothing on gtk2 branch
14625
14626 2004-07-18 [colin]      0.9.12cvs32.3
14627
14628         * src/sourcewindow.c
14629                 Proper utf8
14630
14631 2004-07-18 [colin]      0.9.12cvs32.2
14632
14633         * src/compose.c
14634                 Save attachment status when drafting
14635
14636 2004-07-18 [colin]      0.9.12cvs32.1
14637
14638         * src/gtk/filesel.c
14639                 Fix erratic folder selection in open mode
14640
14641 2004-07-18 [colin]      0.9.12cvs31.11
14642
14643         * src/pop.c
14644                 Don't let partial messages get deleted
14645                 even with "dowload all"
14646                 (0.9.12cvs31.8 fix extension)
14647 2004-07-18 [colin]      0.9.12cvs31.10
14648
14649         * src/gtk/logwindow.c
14650                 Fix log scrolling
14651
14652 2004-07-18 [colin]      0.9.12cvs31.9
14653
14654         * src/common/utils.c
14655                 Fix non-utf8 strings coming from commands
14656                 and files
14657
14658 2004-07-18 [colin]      0.9.12cvs31.8
14659
14660         * src/pop.c
14661                 Fix partial download bug with Download all
14662                 messages option
14663
14664 2004-07-18 [colin]      0.9.12cvs31.7
14665
14666         * src/textview.c
14667                 Fix bug introduced in 0.9.12cvs31.2
14668                 (blocked in select mode after double click)
14669
14670 2004-07-18 [colin]      0.9.12cvs31.6
14671
14672         * src/compose.c
14673         * src/gtk/menu.c
14674                 More glib-warning fixes
14675
14676 2004-07-18 [colin]      0.9.12cvs31.5
14677
14678         * src/compose.c
14679                 Fix trashing the primary clipboard when moving 
14680                 around with tab
14681         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
14682
14683 2004-07-18 [colin]      0.9.12cvs31.4
14684
14685         * src/codeconv.c
14686                 convert unencoded iso headers to utf8
14687         (Fix Bug 538 Unencoded local characters in subject make it 
14688          disappear)
14689
14690 2004-07-18 [colin]      0.9.12cvs31.3
14691
14692         * src/compose.c
14693                 Fix tab char handling in wrapping
14694         (Fix Bug 537 Line wrap problem - TAB character treated as 
14695          one character instead of 8)
14696
14697 2004-07-18 [colin]      0.9.12cvs31.2
14698
14699         * src/textview.c
14700                 return FALSE on GDK_MOTION_NOTIFY
14701         (Fix Bug 535 Hyperlinks/addresses are not selectable 
14702          (unable to highlight))
14703
14704 2004-07-18 [colin]      0.9.12cvs31.1
14705
14706         * src/folderview.c
14707                 Sync with 0.9.12cvs31
14708
14709 2004-07-18 [colin]      0.9.12cvs30.4
14710
14711         * src/compose.c
14712                 Also block text_inserted when inserting a file
14713
14714 2004-07-18 [colin]      0.9.12cvs30.3
14715
14716         * src/compose.c
14717                 Fix smart wrapping (block text_inserted handler
14718                 while putting quotation to avoid wrap on input,
14719                 don't join lines if next is sig separator)
14720
14721 2004-07-17 [colin]      0.9.12cvs30.2
14722
14723         * src/folderview.c
14724         * src/mainwindow.c
14725         * src/mimeview.c
14726         * src/summaryview.c
14727         * src/gtk/quicksearch.c
14728         * src/gtk/quicksearch.h
14729                 Block key events handlers *and* accels while
14730                 quicksearch is focused
14731         (Fixes Bug 534 quick-search bar not accepting certain letters)
14732
14733 2004-07-17 [colin]      0.9.12cvs30.1
14734
14735         * src/folder.h
14736         * src/folderview.c
14737         * src/summaryview.c
14738                 Sync with 0.9.12cvs30
14739
14740 2004-07-17 [colin]      0.9.12cvs28.2
14741
14742         * src/mimeview.c
14743         * src/procmime.c
14744         * src/summaryview.c
14745         * src/gtk/menu.c
14746                 Squash some compile and glib warnings
14747
14748 2004-07-17 [paul]       0.9.12cvs28.1
14749
14750         * src/mimeview.c
14751                 sync with 0.9.12cvs28 HEAD
14752
14753 2004-07-16 [paul]       0.9.12cvs26.1
14754         
14755         * src/gtk/quicksearch.c
14756         * src/account.c
14757         * src/account.h
14758         * src/compose.c
14759         * src/customheader.c
14760         * src/folder_item_prefs.c
14761         * src/main.c
14762         * src/mainwindow.c
14763         * src/messageview.c
14764         * src/mimeview.c
14765         * src/news.c
14766         * src/pgpmime.c
14767         * src/pop.c
14768         * src/pop.h
14769         * src/prefs_account.c
14770         * src/prefs_account.h
14771         * src/prefs_common.c
14772         * src/prefs_common.h
14773         * src/prefs_display_header.c
14774         * src/prefs_gtk.c
14775         * src/prefs_gtk.h
14776         * src/procheader.c
14777         * src/procmime.c
14778                 sync with 0.9.12cvs26 HEAD      
14779
14780 2004-07-15 [colin]      0.9.12cvs18.14
14781
14782         * src/folder.c
14783                 Disable GPG signature check during
14784                 folder move and scan
14785         (Closes Bug 521 Signature checking slows down Folder-Move)
14786
14787 2004-07-14 [colin]      0.9.12cvs18.13
14788
14789         * src/common/partial_download.c
14790                 update includes
14791
14792 2004-07-14 [colin]      0.9.12cvs18.12
14793
14794         * src/common/partial_download.c
14795         * src/common/partial_download.h
14796                 Move doc at top, add correct copyright
14797
14798 2004-07-14 [colin]      0.9.12cvs18.11
14799
14800         * src/folder.c
14801         * src/messageview.c
14802         * src/pop.c
14803         * src/pop.h
14804         * src/procmsg.c
14805         * src/summaryview.c
14806         * src/common/Makefile.am
14807         * src/common/partial_download.c ** NEW FILES **
14808         * src/common/partial_download.h ** NEW FILES **
14809                 Move partial-download related stuff to its
14810                 own file
14811
14812 2004-07-14 [colin]      0.9.12cvs18.10
14813
14814         * src/send_message.c
14815                 Fix smtp auth when user is null or empty
14816
14817 2004-07-13 [colin]      0.9.12cvs18.9
14818
14819         * src/gtk/quicksearch.c
14820                 Use alphabetic order
14821
14822 2004-07-13 [colin]      0.9.12cvs18.8
14823
14824         * src/pop.c
14825                 Be paranoid on the checks
14826
14827 2004-07-13 [colin]      0.9.12cvs18.7
14828
14829         * src/gtk/quicksearch.c
14830                 Fix Engrish once again
14831
14832 2004-07-13 [colin]      0.9.12cvs18.6
14833
14834         * src/procmsg.c
14835         * src/summaryview.c
14836                 Mark messages for deletion when they are about to
14837                 be removed from trash
14838
14839 2004-07-13 [colin]      0.9.12cvs18.5
14840
14841         * src/matcher.c
14842         * src/matcher.h
14843         * src/matcher_parser_parse.y
14844         * src/prefs_matcher.c
14845         * src/gtk/quicksearch.c
14846                 Add 'partial' ('p') match string to find partially
14847                 downloaded messages
14848
14849 2004-07-13 [colin]      0.9.12cvs18.4
14850
14851         * src/pop.c
14852                 Fix misplaced block
14853
14854 2004-07-13 [colin]      0.9.12cvs18.3
14855
14856         * src/pop.c
14857         * src/pop.h
14858         * src/messageview.c
14859                 Refactor API (to avoid passing 5+ params and code
14860                 duplication)
14861         * src/folder.c
14862         * src/msgcache.c
14863         * src/procheader.c
14864         * src/common/defs.h
14865                 Add planned_download to cache
14866                 Don't mess uidl file when moving partially downloaded
14867                 mails (they change folder, we should change it in the
14868                 uidl list too or we'll remove an incorrect message)
14869                 (this also helps removing hacks when changing 
14870                 planned_download in messageview.c)
14871
14872 2004-07-12 [colin]      0.9.12cvs18.2
14873
14874         * src/gtk/quicksearch.c
14875                 Fix missing status update in quicksearch
14876
14877 2004-07-12 [paul]       0.9.12cvs18.1
14878
14879         * po/POTFILES.in
14880         * src/Makefile.am
14881         * src/account.c
14882         * src/codeconv.c
14883         * src/compose.c
14884         * src/inc.c
14885         * src/main.c
14886         * src/prefs_common.c
14887         * src/procmsg.h
14888         * src/toolbar.c
14889         * src/prefs_msg_colors.[ch]     ** NEW FILES **
14890         * src/prefs_wrapping.[ch]       ** NEW FILES **
14891         * src/common/intl.h
14892         * src/common/utils.[ch]
14893         * src/gtk/quicksearch.[ch]
14894                 sync with 0.9.12cvs18 HEAD
14895
14896 2004-07-12 [colin]      0.9.11cvs17.25
14897
14898         * src/folder.c
14899         * src/folder.h
14900                 Remove unused function added by me in 0.9.11cvs17.10
14901
14902 2004-07-11 [colin]      0.9.11cvs17.24
14903
14904         * src/inc.c
14905         * src/messageview.c
14906         * src/pop.c
14907         * src/pop.h
14908                 Use folderitem and msgnum instead of filename to
14909                 know which mail to delete
14910                 Move old partial mail deletion to pop.c
14911
14912 2004-07-10 [colin]      0.9.11cvs17.23
14913
14914         * src/inc.c
14915                 Add debug
14916         * src/pop.c
14917         * src/pop.h
14918                 Don't re-use same enums for unrelated stuff: it's 
14919                 completely misleading !
14920                 Document a bit
14921
14922 2004-07-09 [colin]      0.9.11cvs17.22
14923
14924         * src/inc.c
14925                 Remove folder-type check and do
14926                 more tests to be sure everything's
14927                 ok
14928         * src/messageview.c
14929                 Punctuation update, remove useless
14930                 code, fix two warnings
14931         * src/noticeview.c
14932                 Layout cleaning, reset 2nd button
14933                 when specifying one
14934
14935 2004-07-09 [colin]      0.9.11cvs17.21
14936
14937         * src/messageview.c
14938         * src/pop.c
14939         * src/pop.h
14940                 Allow user to change his mind
14941                 and postpone decision (by
14942                 unmarking the mail)
14943
14944 2004-07-09 [colin]      0.9.11cvs17.20
14945
14946         * src/messageview.c
14947                 Fix bug with delete state
14948         * src/pop.c
14949         * src/pop.h
14950                 Fix buffer leak (fread doesn't 
14951                 terminate buffers with \0)
14952                 Refactoring (remove magic 
14953                 numbers)
14954
14955 2004-07-09 [colin]      0.9.11cvs17.19
14956
14957         * src/pop.c
14958                 Don't log "Skipping message" if 
14959                 we're going to TOP it two lines
14960                 later
14961
14962 2004-07-09 [colin]      0.9.11cvs17.18
14963
14964         * src/messageview.c
14965                 Fix Engrish
14966
14967 2004-07-09 [colin]      0.9.11cvs17.17
14968
14969         * src/pop.c
14970                 strlen checking...
14971         * src/messageview.c
14972                 refactoring a bit
14973
14974 2004-07-08 [colin]      0.9.11cvs17.16
14975
14976         * src/noticeview.c
14977         * src/noticeview.h
14978                 Add an optional second button
14979         * src/messageview.c
14980         * src/pop.c
14981         * src/pop.h
14982                 Don't delete partially received mails after a certain
14983                 time; rather, let the user decide.
14984
14985 2004-07-08 [colin]      0.9.11cvs17.15
14986
14987         * src/common/smtp.h
14988                 Sync with HEAD
14989
14990 2004-07-08 [colin]      0.9.11cvs17.14
14991
14992         * src/messageview.c
14993         * src/common/smtp.c
14994                 Use to_human_readable() for sizes
14995
14996 2004-07-08 [colin]      0.9.11cvs17.13
14997
14998         * src/inc.c
14999         * src/messageview.c
15000         * src/pop.c
15001         * src/pop.h
15002         * src/procmsg.c
15003                 Fix partial-downloading issues:
15004                         catch unsupported TOP
15005                         don't delete partially downloaded mails before 5 days
15006                         don't update existing with non-MH folders; that'll
15007                         make dups, but it's better than trashing the folder
15008                         free new msginfo parts
15009                 Fix indentation ;-)
15010
15011 2004-07-08 [colin]      0.9.11cvs17.12
15012
15013         * src/common/smtp.c
15014         * src/common/smtp.h
15015                 Sync smtp size verification with HEAD
15016
15017 2004-07-08 [colin]      0.9.11cvs17.11
15018
15019         * src/summaryview.c
15020         * src/prefs_common.c
15021         * src/prefs_common.h
15022         * src/gtk/quicksearch.c
15023         * src/gtk/quicksearch.h
15024                 Sync sticky pref with HEAD
15025
15026 2004-07-08 [colin]      0.9.11cvs17.10
15027
15028         * src/folder.c [1.213.2.6]
15029         * src/folder.h [1.87.2.6]
15030         * src/inc.c [1.149.2.7]
15031         * src/messageview.c [1.94.2.8]
15032         * src/procheader.c [1.47.2.6]
15033         * src/procmsg.c [1.150.2.4]
15034         * src/procmsg.h [1.60.2.5]
15035         * src/pop.c [1.56.2.4]
15036         * src/pop.h [1.17.2.3]
15037                 Let too big messages get downloaded, but truncated
15038                 Add a button to download them completely
15039                 
15040 2004-07-06 [colin]      0.9.11cvs17.9
15041
15042         * src/gtk/quicksearch.c [1.1.2.3]
15043                 Add a Clear button
15044         * commitHelper
15045         * PATCHSETS
15046                 Add a script to help with cvs
15047
15048 2004-07-03 [colin]      0.9.11cvs17.8
15049
15050         * src/plugins/imageviewer/viewer.c
15051                 fix imageviewer (which was staying on the first
15052                 displayed image)
15053
15054 2004-07-03 [colin]      0.9.11cvs17.7
15055
15056         Removed FIXME_GTK2 warnings
15057         * src/gtk/gtkutils.c
15058                 useless #warnings
15059         * src/gtk/menu.c
15060                 useless #warnings (no need to mess with menu rc)
15061         * src/gtk/menu.h
15062                 unused functions
15063         
15064
15065 2004-07-03 [colin]      0.9.11cvs17.6
15066
15067         Removed FIXME_GTK2 warnings
15068         * src/codeconv.c
15069                 useless #warnings (rewrite needed)
15070         * src/compose.c
15071                 useless #warnings (rewrite needed)
15072                 useless #warnings (gtk2 is like that)
15073                 useless #warnings (previously fixed)
15074         * src/main.c
15075                 useless #warnings (previously fixed)
15076         * src/message_search.c
15077                 useless #warnings (gtk2 is like that)
15078                 Made apparent that search is case-sensitive
15079         * src/mimeview.c
15080                 useless #warnings (rewrite needed)
15081                 useless #warnings (gtk2 is like that)
15082                 reimplemented real warnings
15083         * src/prefs_common.c
15084                 Removed block cursor option (not it gtk2)
15085         * src/prefs_gtk.c
15086                 useless #warnings (rewrite needed)
15087         * src/procheader.c
15088                 useless #warnings (rewrite needed)
15089         * src/sourcewindow.c
15090                 useless #warnings (incorrect placing)
15091         * src/summary_search.c
15092                 useless #warnings (gtk2 is like that)
15093                 Made apparent that search is case-sensitive
15094         * src/action.c
15095                 useless #warnings (gtk2 is like that)
15096         * src/textview.c
15097                 useless #warnings (rewrite needed)
15098         * src/toolbar.c
15099                 useless #warnings (rewrite needed)
15100
15101 2004-07-03 [colin]      0.9.11cvs17.5
15102
15103         * src/textview.c
15104                 Fix mismerge which broke URI opening
15105                 
15106 2004-07-01 [colin]      0.9.11cvs17.4
15107
15108         * src/gtk/filesel.c
15109                 Fill filename when saving
15110                 
15111 2004-06-27 [colin]      0.9.11cvs17.3
15112
15113         * src/gtk/filesel.[ch]
15114                 Use the new GTK file selector
15115                 Update prototype to match the reality: multiple file
15116                 selection is open-only          
15117         * src/compose.c
15118                 Match the new prototypes        
15119         * configure.ac
15120                 Match the new requirements (gtk 2.4.0)
15121                         
15122 2004-06-26 [colin]      0.9.11cvs17.2
15123
15124         * src/plugins/trayicon/trayicon.c
15125                 Remove useless signal handler on resize, which causes
15126                 an infinite "loop"
15127         
15128 2004-06-26 [colin]      0.9.11cvs17.1
15129         
15130         * tools/Makefile.am
15131                 remove launch_firebird and add nautilus2sylpheed.sh
15132         * src/quicksearch.c
15133           src/summaryview.c
15134                 Fix show/hide "Extended symbols" button problem
15135                 Fix apparition at startup
15136                 Fix const warnings
15137         * src/plugins/image_viewer/Makefile.am
15138                 Fix configure 
15139         * common/ssl.c
15140                 Re-enable certificate check, as it doesn't seem to
15141                 cause Xlib errors anymore
15142
15143 2004-06-25 [paul]       0.9.11cvs17
15144
15145         * sync with 0.9.11cvs17 HEAD
15146         
15147         NOTE: QuickSearch is broken
15148
15149 2004-06-07 [colin]      0.9.10claws67.10
15150         * src/plugins/trayicon/trayicon.c
15151           src/plugins/trayicon/libeggtrayicon/Makefile.am
15152           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15153                 Fix gettextization in trayicon plugin
15154
15155 2004-06-07 [colin]      0.9.10claws67.9
15156         
15157         * src/summaryview.c
15158           src/gtk/gtksctree.[ch]
15159                 Let Shift+{Up,Down} work in summaryview
15160                 (well, Down "works" and Up works)
15161                 Let the list scroll when using these keys
15162
15163 2004-06-06 [colin]      0.9.10claws67.8
15164
15165         * src/plugins/trayicon/trayicon.c
15166                 Fix pixmap update
15167
15168 2004-06-06 [colin]      0.9.10claws67.7
15169
15170         * src/addressbook.c
15171                 Fix signal handling causing system-wide focus grab
15172
15173 2004-05-25 [paul]       0.9.10claws67.6
15174
15175         * Makefile.am
15176           src/Makefile.am
15177                 clean up
15178
15179 2004-05-25 [paul]       0.9.10claws67.5
15180
15181         * replace deprecated gtk_signal... functions
15182
15183 2004-05-23 [colin]      0.9.10claws67.4
15184
15185         * src/compose.c
15186                 Fix wrapping
15187
15188 2004-05-22 [colin]      0.9.10claws67.3
15189
15190         * src/compose.c
15191                 Re-fix [Edited] in compose.c::compose_reedit()
15192
15193 2004-05-22 [colin]      0.9.10claws67.2
15194
15195         * src/procmime.c
15196                 Fix parsing of multiparts mails
15197
15198 2004-05-22 [colin]      0.9.10claws67.1
15199
15200         * src/summaryview.c
15201                 Fix quicksearch
15202
15203 2004-05-22 [paul]       0.9.10claws67
15204
15205         * sync with 0.9.10claws67 HEAD
15206
15207 2004-05-14 [alfons]
15208
15209         * src/procmime.h
15210                 add forgotton prototype
15211
15212 2004-05-10 [paul]       0.9.10claws57
15213
15214         * sync with 0.9.10claws57 HEAD
15215
15216 2004-05-05 [paul]       0.9.9.claws1
15217
15218         * ChangeLog-gtk2        ** REMOVED **
15219           ChangeLog-gtk2.claws  ** ADDED **
15220                 rename and adopt the normal claws format
15221                 
15222         * configure.ac
15223                 require gtkmathview >= 0.5
15224
15225         * ac/*                          ** REMOVED **
15226           ac/                           ** REMOVED **
15227           intl/Makefile.in              ** REMOVED **
15228           m4/                           ** ADDED **
15229           m4/missing                    ** ADDED **
15230           m4/missing/gdk-pixbuf.m4      ** ADDED **
15231           m4/missing/gettext.m4         ** ADDED **
15232           m4/missing/gpgme.m4           ** ADDED **
15233           m4/missing/imlib.m4           ** ADDED **
15234           m4/.cvsignore                 ** ADDED **
15235           m4/Makefile.am                ** ADDED **
15236           m4/README                     ** ADDED **
15237           m4/aclocal-include.m4         ** ADDED **
15238           m4/aspell.m4                  ** ADDED **
15239           m4/check-type.m4              ** ADDED **
15240           m4/gnupg-check-typedef.m4     ** ADDED **
15241           m4/openssl.m4                 ** ADDED **
15242           m4/spamassassin.m4            ** ADDED **
15243           po/ChangeLog                  ** REMOVED **
15244           po/Makefile.in.in             ** REMOVED **
15245           po/Rules-quot                 ** REMOVED **
15246           po/boldquot.sed               ** REMOVED **
15247           po/en@boldquot.header         ** REMOVED **
15248           po/en@quot.header             ** REMOVED **
15249           po/insert-header.sin          ** REMOVED **
15250           po/quot.sed                   ** REMOVED **
15251           po/remove-potcdate.sed        ** REMOVED **
15252           po/remove-potcdate.sin        ** REMOVED **
15253           po/stamp-po                   ** REMOVED **
15254           Makefile.am
15255           autogen.sh
15256           configure.ac
15257                 enable building with automake 1.8.x
15258                 add 'autopoint --force' to autogen.sh and remove all
15259                 auto-generated files, remove ac/ directory and use
15260                 m4/ directory instead
15261                 
15262         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15263                 fix gettextization
15264
15265 2004-02-28 Colin Leroy <colin@colino.net>
15266         * src/prefs_matcher.c
15267           src/prefs_filtering.c
15268           src/prefs_filtering_action.c
15269                 Fix non-editable GtkEntries
15270
15271 2004-02-22 Thorsten Maerz <torte@netztorte.de>
15272         * src/prefs_themes.c
15273                 utf8 conversion for theme info
15274
15275 2004-02-21 Thorsten Maerz <torte@netztorte.de>
15276         * sync 0.9.9claws
15277
15278 2004-02-14 Thorsten Maerz <torte@netztorte.de>
15279         * src/grouplistdialog.c
15280                 allow multiple selections without ctrl key
15281
15282 2004-02-09 Thorsten Maerz <torte@netztorte.de>
15283         * src/main.c
15284                 enable customizable accelerators
15285
15286 2004-02-08 Thorsten Maerz <torte@netztorte.de>
15287         * src/prefs_common.c
15288                 re-enable different font settings for gtk1/2
15289         * src/prefs_folder_item.c
15290                 fix folder prefs displayed wrong
15291         * src/textview.c
15292                 set 'sunken' shadow type
15293
15294 2004-02-07 Colin Leroy <colin@colino.net>
15295         * src/compose.c
15296                 Fix message being always [Edited]
15297                 Encode headers correctly (utf8 buf)
15298
15299 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15300         * src/socket.c
15301                 remove double g_source_attach()
15302                 (Thanks to Colin Leroy)
15303
15304 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15305         * src/gtk/gtksctree.c
15306                 Fix SSL certificate list not shown
15307         * src/mimeview.c
15308                 Fix clicks in mime tree
15309
15310 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15311         * src/common/socket.c
15312                 Fix SSL receive
15313         * src/compose.c
15314                 Fix clipboard menu hotkeys
15315
15316 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15317         * src/gtk/gtkaspell.[ch]
15318           src/compose.c
15319                 reimplement spellchecker
15320
15321 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15322         * src/gtk/filesel.c
15323                 crash when inserting file in compose window
15324                 (TODO: keep old selection on clicks)
15325         * src/main.c
15326                 use gtkrc-2.0 instead of gtkrc
15327
15328 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15329         * src/messageview.c
15330                 remove orphaned mimeview unref()
15331
15332 2004-01-20 Thorsten Maerz <torte@netztorte.de>
15333         * src/grouplistdialog.c
15334                 expand nodes containing subscribed groups
15335
15336 2004-01-19 Thorsten Maerz <torte@netztorte.de>
15337         * src/textview.c
15338                 textview: hide cursor, restore old click behaviour
15339
15340 2004-01-18 Thorsten Maerz <torte@netztorte.de>
15341         * src/textview.c
15342                 variable names messed up
15343
15344 2004-01-17 Colin Leroy <colin@colino.net>
15345         * src/addr_compl.c
15346                 Fix completion address too thin
15347         * src/compose.c
15348                 Fix tab-to-subject behaviour
15349         * src/summaryview.c
15350                 Implement key up & down in summaryview
15351
15352 2004-01-12 Thorsten Maerz <torte@netztorte.de>
15353
15354         * sync 098claws
15355
15356 2004-01-08 Thorsten Maerz <torte@netztorte.de>
15357         * configure.ac
15358           Makefile.am
15359           doc/.cvsignore
15360           doc/Makefile.am
15361                 faq, man, manual moved to doc/
15362         * ac/aspell.m4
15363           ac/check-type.m4
15364           ac/gnupg-check-typedef.m4
15365           ac/openssl.m4
15366           ac/spamassassin.m4
15367           ac/missing/gdk-pixbuf.m4
15368           ac/missing/gpgme.m4
15369           ac/missing/imlib.m4
15370                 fix automake warnings
15371
15372 2003-12-06 Colin Leroy <colin@colino.net>
15373         * src/summaryview.c
15374                 Fix quicksearch
15375
15376 2003-12-05 Colin Leroy <colin@colino.net>
15377         * src/summaryview.c
15378                 Fix going to next unread folder
15379
15380 2003-12-05 Colin Leroy <colin@colino.net>
15381         * src/crash.c
15382                 Fix gtk2 compilation
15383         * src/session.c
15384                 Remove iotag source handler at disconnection
15385         * src/socket.[ch] 
15386                 Remove source handler when closing socket 
15387                 (fixes another seg)
15388
15389 2003-12-04 Colin Leroy <colin@colino.net>
15390         * src/compose.c
15391           src/prefs_account.c
15392           src/prefs_common.c
15393                 Fix some dropdown menus
15394
15395 2003-12-04 Colin Leroy <colin@colino.net>
15396         * src/compose.c
15397                 Fix event handlers on header fields
15398         * src/common/socket.c
15399           src/common/session.c
15400                 Fix segfault with callback (SSL)
15401                 Fix end of session 
15402
15403 2003-10-06 Thorsten Maerz <torte@netztorte.de>
15404
15405         * Fix compile bug in src/compose.c
15406         * removed src/gtk/gtkstext.[ch]
15407
15408 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
15409
15410         * Convert character set and escape "text" attributes in toolbar setting
15411         files.
15412         * Fixed bug in button-press-event handling.
15413
15414 2003-09-16 Thorsten Maerz <torte@netztorte.de>
15415
15416         * Fixed bug in key-press-event handling.
15417
15418 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
15419
15420         * Enabled to compile tray-icon plugin (Ad-hoc).
15421         * Avoid hang up bug of icon list in mime view (Ad-hoc).
15422
15423 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
15424
15425         * Enabled to compile on sylpheed-claws.
15426         (tray-icon plugin still cannot compile yet.)
15427
15428 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
15429
15430         * Updated to 0.9.5.
15431
15432 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
15433
15434         * Updated to 0.9.4.
15435         * Ported monitoring SSL mechanism to GSource of GLib2
15436         (I don't confirm it)
15437         * Added _gtk2 suffix to key name of font preference to avoid
15438         ovverwriting preference of Gtk+-1.2 version.
15439
15440 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
15441
15442         * Updated to 0.9.2.
15443
15444 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
15445
15446         * Updated to 0.9.1.
15447         * Translate po files into UTF-8 when execute autogen.sh.
15448
15449 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
15450
15451         * Updated to 0.9.0.
15452
15453 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
15454
15455         * Plugged GError related memory leaks.
15456
15457 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
15458
15459         * Changed default size of fonts.
15460         * Enabled to set titile font size of warning dialog.
15461
15462 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
15463
15464         * Embed a sylpheed icon into executable binary on Windows.
15465
15466 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
15467
15468         * I forgot to traslate character set of element string in src/xml.c.
15469
15470 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
15471
15472         * Fixed detecting bind_textdomain_codeset in configure.in.
15473         * The bug in which "Example" of "Date fromat" preference isn't displayed
15474         correctly has been fixed.
15475
15476 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
15477
15478         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
15479           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
15480           glib-gettextize
15481           Removed intl directory.
15482           Translated po files into UTF-8.
15483           (Thanks! Ryuji Abe)
15484
15485 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
15486
15487         * The bug which doesn't unscape string in xml.c has been fixed.
15488
15489 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
15490
15491         * The bug which is failed to translate encoding of file name thorough
15492         file dialog has been fixed.
15493
15494 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
15495
15496         * Modified to translate file names which is used in inporting/expoting
15497         mbox feature and "Save as" feature into locale encoding.
15498         * Translate file names into locale encoding when "Attache file" and
15499         "Insert file".
15500         * Force set G_BROKEN_FILENAMES environment variable.
15501         * Other minor fixes.
15502
15503 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
15504
15505         * Modified to treat MH folder's name as locale encoding.
15506
15507 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
15508
15509         * The bug which clash on switching candidates of auto completion of
15510         addresses, cannot use auto completion in Japanesse is fixed
15511         (Thanks! Tokunaga-san)¡¥
15512
15513 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15514
15515         * The bug which cannot switch key accelerator preference has been fixed
15516         (Thanks! smbd-san)¡¥
15517
15518 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15519
15520         * version 0.8.11-gtk2-20030314
15521
15522 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15523
15524         * The bug in which character set conversion of filtering messages has
15525         been fixed.(Thanks! COCOA-san).
15526
15527 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
15528
15529         * Revived "Leave space on head" preference in "Message" category.
15530         * A bug which clash when put the cursor to end of buffer and execute
15531         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
15532
15533 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15534
15535         * version 0.8.11-gtk2-20030312
15536
15537 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15538
15539         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
15540         * Modified to use Pango's API directly for font preference.
15541         * Integrated GtkTextView of textview to one widget.
15542         * Set fonts of header title in textview by "header_title" tag.
15543         * Removed some deprecated codes.
15544
15545 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
15546
15547         * Updated to 0.8.11.
15548         * Merged cygwin patch(Thanks! Sakai-san).
15549
15550 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
15551
15552         * version 0.8.10-gtk2-20030309