ece641efca34f38288e2ec76fa683da75b5bf503
[claws.git] / ChangeLog
1 2006-10-03 [colin]      2.5.2cvs41
2
3         * src/mh.c
4                 Don't use strlen() to know if the
5                 string's empty
6
7 2006-10-03 [colin]      2.5.2cvs40
8
9         * src/mh.c
10                 Fix "check for new folders" with accentued folders
11
12 2006-10-03 [ticho]      2.5.2cvs39
13
14         * src/filtering.c
15         * src/folder.c
16         * src/inc.c
17         * src/mbox.c
18                 Colin's fix for "copy" filtering rules.
19
20 2006-10-02 [colin]      2.5.2cvs38
21
22         * src/folderview.c
23                 Fix for double-click too
24
25 2006-10-02 [colin]      2.5.2cvs37
26
27         * src/folderview.c
28                 correct fix for cvs36
29
30 2006-10-02 [colin]      2.5.2cvs36
31
32         * src/folderview.c
33                 Fix 'goto next unread' after collapsing/expanding 
34                 a node.
35
36 2006-10-02 [colin]      2.5.2cvs35
37
38         * src/summaryview.c
39                 Fix double freeze/thaw
40         * src/common/utils.c
41         * src/common/utils.h
42                 Reimplement strftime
43         * src/procheader.c
44                 Use it
45
46
47 2006-10-02 [colin]      2.5.2cvs34
48
49         * src/mh.c
50                 Time mh_write_sequences() - it's fast
51         * src/summaryview.c
52                 Init a variable to shut up gcc
53
54 2006-10-01 [colin]      2.5.2cvs33
55
56         * src/folder.c
57         * src/mh.c
58         * src/mh.h
59         * src/msgcache.c
60                 Add helper mh_set_mtime(), and set mtime to stat()'s result
61                 Add fsync but disable it, it's slow as hell
62
63 2006-10-01 [colin]      2.5.2cvs32
64
65         * src/mh.c
66         * src/msgcache.c
67                 fflush() caches and mh_sequences before
68                 fclose()ing
69
70 2006-10-01 [colin]      2.5.2cvs31
71
72         * src/msgcache.c
73                 Don't ftruncate when not using mmap
74
75 2006-09-30 [colin]      2.5.2cvs30
76
77         * src/main.c
78                 Write folder list *after* saving caches
79
80 2006-09-30 [colin]      2.5.2cvs29
81
82         * src/folder.c
83         * src/mh.c
84                 Debug forced mtime changes
85
86 2006-09-30 [colin]      2.5.2cvs28
87
88         * src/folder.c
89         * src/main.c
90                 Remove useless debug_print()s (code
91                 well-tested)
92
93 2006-09-30 [colin]      2.5.2cvs27
94
95         * src/mh.c
96                 Do stuff faster when writing mh_sequences
97
98 2006-09-30 [colin]      2.5.2cvs26
99
100         * src/mh.c
101                 Don't let the writing of .mh_sequences, which
102                 can change the folder's mtime, let us think
103                 we need to scan.
104
105 2006-09-30 [colin]      2.5.2cvs25
106
107         * src/folder.c
108                 Move a debug_print where it belongs 
109                 (processing)
110         * src/summaryview.c
111                 Don't mess with a huge slow subject
112                 table if we're not threading by
113                 subject
114
115 2006-09-30 [colin]      2.5.2cvs24
116
117         * src/msgcache.c
118                 Reenable mmaped reads (*not* writes!)
119         * src/procmsg.c
120                 Don't destroy and recreate hashtables just
121                 for fun
122         * src/common/utils.c
123                 Remove useless reply prefixes (it's case
124                 unsensitive)
125
126 2006-09-30 [wwp]        2.5.2cvs23
127
128         * tools/fix_date.sh
129                 Fixed a minor bug in date value extraction, added a switch
130                 to replace non RFC-compliant Date: value, added a switch
131                 to use strict RFC matching patterns for dates.
132
133 2006-09-29 [colin]      2.5.2cvs22
134
135         * src/matcher_parser.h
136         * src/matcher_parser_parse.y
137         * src/prefs_filtering.c
138         * src/statusbar.c
139         * src/summary_search.c
140         * src/summaryview.c
141         * src/gtk/quicksearch.c
142         * src/gtk/quicksearch.h
143                 Optimise searches by setting different
144                 refresh intervals (depending if the 
145                 search is fast or not)
146
147 2006-09-29 [colin]      2.5.2cvs21
148
149         * src/codeconv.c
150                 Optimise by reusing the last iconv converter
151                 if possible
152         * src/textview.c
153                 Optimise a bit (the foldable quotes feature
154                 still has an awful O(n^2) algo
155
156 2006-09-29 [colin]      2.5.2cvs20
157
158         * src/gtk/gtksctree.c
159         * src/gtk/gtksctree.h
160                 Optimise de-selection via up/down or
161                 another key
162
163 2006-09-28 [colin]      2.5.2cvs19
164
165         * src/action.c
166         * src/compose.c
167         * src/folderview.c
168         * src/mainwindow.c
169         * src/messageview.c
170         * src/summary_search.c
171         * src/toolbar.c
172                 Avoid using summaryview->ctree directly
173
174 2006-09-28 [colin]      2.5.2cvs18
175
176         * src/summaryview.c
177         * src/summaryview.h
178                 Add helpers to freeze/thaw/grab_focus
179                 Factorize calls to freeze/thaw/grab_focus
180                 
181
182 2006-09-28 [colin]      2.5.2cvs17
183
184         * src/main.c
185                 More guards for the session management
186
187 2006-09-28 [colin]      2.5.2cvs16
188
189         * src/folderview.c
190         * src/gtk/gtksctree.c
191         * src/gtk/gtksctree.h
192                 Make expanding not recursive in folderview
193
194 2006-09-28 [colin]      2.5.2cvs15
195
196         * src/addressbook.c
197                 If nothing is selected in the list (right part)
198                 and a group is selected in the tree (left part),
199                 mail this group.
200
201 2006-09-28 [colin]      2.5.2cvs14
202
203         * src/Makefile.am
204                 Actually use SM_LIBS
205
206 2006-09-28 [ticho]      2.5.2cvs13
207
208         * src/export.c
209         * src/messageview.c
210         * src/mimeview.c
211         * src/news.c
212         * src/pop.c
213         * src/prefs_themes.c
214         * src/procmsg.c
215                 Small i18n string optimization.
216         * src/send_message.c
217         * src/summaryview.c
218         * src/common/session.c
219         * src/common/smtp.c
220         * src/common/ssl_certificate.c
221         * src/common/utils.c
222                 Use "Couldn't" instead of "Can't" in UI messages,
223                 where appropriate.
224
225 2006-09-28 [colin]      2.5.2cvs12
226
227         * configure.ac
228                 Possibly fix link errors
229
230 2006-09-27 [wwp]        2.5.2cvs11
231
232         * src/gtk/authors.h
233         * doc/man/sylpheed-claws.1
234         * manual/ack.xml
235         * manual/es/ack.xml
236         * manual/fr/ack.xml
237         * manual/pl/ack.xml
238                 Updated authors info (me, myself and I).
239
240 2006-09-27 [colin]      2.5.2cvs10
241
242         * src/addressbook.c
243                 Remove useless printf
244
245 2006-09-27 [wwp]        2.5.2cvs9
246
247         * src/editgroup.c
248         * src/send_message.c
249         * src/inc.c
250         * src/prefs_common.c
251         * src/prefs_common.h
252         * src/gtk/progressdialog.c
253                 remember more windows' sizes (send dialog, received dialog,
254                 edit group in addressbook).
255
256 2006-09-27 [colin]      2.5.2cvs8
257
258         * configure.ac
259         * src/main.c
260         * src/mainwindow.h
261                 Use libSM to communicate with the session
262                 manager, so that we can know when the 
263                 session ends, save our caches, and draft
264                 our compose windows.
265
266 2006-09-27 [colin]      2.5.2cvs7
267
268         * src/addressbook.c
269                 Fix issues:
270                 o Allow Book and Group creation from the tree's
271                   contextual menu
272                 o Do not actually delete the contacts when 
273                   deleting groups from the tree (duh!)
274
275 2006-09-27 [colin]      2.5.2cvs6
276
277         * src/compose.c
278         * src/compose.h
279         * src/mainwindow.c
280         * src/textview.c
281         * src/toolbar.c
282                 o Allow passing an email address to 
283                   compose_new_with_folderitem
284                 o Update callers
285                 o Use current folderitem when clicking
286                   on a TextView mailto: link
287                 o Fix a possible leak in TextView
288
289 2006-09-27 [colin]      2.5.2cvs5
290
291         * src/html.c
292                 Use UTF-8 chars to replace HTML entities
293
294 2006-09-27 [colin]      2.5.2cvs4
295
296         * AUTHORS
297         * src/prefs_account.c
298         * src/gtk/authors.h
299                 Fix bug #1024 (Array index out of
300                 range in sylpheed-claws-2.5.2)
301                 Patch by Ales Nosek <anosek@suse.cz>
302
303 2006-09-27 [colin]      2.5.2cvs3
304
305         * src/addr_compl.c
306                 Actually do the test
307
308 2006-09-27 [colin]      2.5.2cvs2
309
310         * src/addr_compl.c
311         * src/addr_compl.h
312                 Allow completing with comma (in certain cases: vCalendar
313                 for example doesn't support that)
314                 Patch by Fabien Vantard
315
316 2006-09-26 [colin]      2.5.2cvs1
317
318         * src/Makefile.am
319         * src/addr_compl.c
320         * src/addr_compl.h
321         * src/addrbook.c
322         * src/addrbook.h
323         * src/addressbook.c
324         * src/addrindex.c
325         * src/addrindex.h
326         * src/compose.c
327         * src/prefs_common.c
328         * src/prefs_filtering_action.c
329         * src/prefs_folder_item.c
330         * src/prefs_template.c
331         * src/stock_pixmap.c
332         * src/stock_pixmap.h
333         * src/pixmaps/addr_one.xpm
334         * src/pixmaps/addr_two.xpm
335                 Add auto-completion on groups
336
337 2006-09-26 [colin]      2.5.2
338
339         * NEWS
340         * README
341         * RELEASE_NOTES
342                 2.5.2 released
343
344 2006-09-26 [colin]      2.5.1cvs5
345
346         * src/matcher.c
347                 Fix condition
348
349 2006-09-26 [colin]      2.5.1cvs4
350
351         * src/mbox.c
352                 Revert cvs1 (useless as the message is printed 
353                 every 500 mails)
354
355 2006-09-26 [colin]      2.5.1cvs3
356
357         * src/partial_download.c
358                 Fix crasher found by Alexsandar Urosevic
359
360 2006-09-26 [colin]      2.5.1cvs2
361
362         * src/summaryview.c
363                 Fix bug #1023 (Sylpheed deletes too much messages)
364
365 2006-09-26 [ticho]      2.5.1cvs1
366
367         * src/mbox.c
368                 Make use of gettext's multiple plurals for statusbar
369                 progress message.
370
371 2006-09-25 [paul]       2.5.1
372
373         * NEWS
374         * README
375         * RELEASE_NOTES
376                 2.5.1 released
377
378 2006-09-25 [colin]      2.5.0cvs3
379
380         * src/plugins/bogofilter/bogofilter.c
381         * src/plugins/clamav/clamav_plugin.c
382         * src/plugins/spamassassin/spamassassin.c
383                 BogoFilter, Spamassassin: Fix double hook registering after
384                 visiting preferences
385                 Spamassassin, Clamav: Just set the mails to move instead of
386                 doing the move - caller will move the things at once.
387
388 2006-09-25 [colin]      2.5.0cvs2
389
390         * src/imap.c
391         * src/etpan/imap-thread.c
392                 Use UID SEARCH ALL instead of UID 1:*
393                 (braindead servers can't figure out that's
394                 the same...)
395
396 2006-09-25 [wwp]        2.5.0cvs1
397
398         * src/message_search.c
399                 Added the ability to stop a running search (in message body).
400
401 2006-09-25 [paul]       2.5.0
402
403         * NEWS
404         * README
405         * RELEASE_NOTES
406                 2.5.0 released
407
408 2006-09-25 [paul]       2.4.0cvs214
409
410         * po/cs.po
411         * po/de.po
412         * po/fi.po
413         * po/fr.po
414         * po/nl.po
415         * po/pt_BR.po
416         * po/sk.po
417         * po/sr.po
418         * po/zh_CN.po
419                 updated by Tim, Stephan Sachse, Flammie Pirinen,
420                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
421                 Ticho, Aleksander Urosevic, Ralgh Young
422
423 2006-09-24 [mones]      2.4.0cvs213
424
425         * po/es.po
426                 Updated for release
427
428 2006-09-23 [colin]      2.4.0cvs212
429
430         * src/gtk/inputdialog.c
431                 Fix [ ] remember this appearing in normal
432                 input dialogs after it's been used by
433                 mimeview.
434         * src/folder.c
435         * src/folderview.c
436         * src/msgcache.c
437         * src/procmsg.c
438         * src/summaryview.c
439         * src/textview.c
440         * src/common/timing.h
441                 Enable timings in debug mode and make it
442                 look prettier.
443
444 2006-09-22 [colin]      2.4.0cvs211
445
446         * README
447                 Revert test change
448         * commitHelper
449                 ping the correct URI
450
451 2006-09-22 [colin]      2.4.0cvs210
452
453         * README
454                 Let's see if bug #1022 is fixed
455
456 2006-09-21 [colin]      2.4.0cvs209
457
458         * src/wizard.c
459         * src/common/plugin.c
460                 Prepare infra to load predefined plugins when
461                 no configuration existed. Don't actually load
462                 anything yet (feat. freeze)
463
464 2006-09-21 [wwp]        2.4.0cvs208
465
466         * manual/fr/faq.xml
467                 Partial sync w/ 2.4.0cvs72:
468                 wrap file and minor updates.
469
470 2006-09-21 [wwp]        2.4.0cvs207
471
472         * tools/fix_date.sh
473                 several fixes and enhancements. A new --force switch has been
474                 added to prevent overriding by default Date: header when
475                 already existing.
476
477 2006-09-21 [paul]       2.4.0cvs206
478
479         * src/common/utils.c
480                 add Chinese UTF8 Re prefix
481
482 2006-09-21 [wwp]        2.4.0cvs205
483
484         * tools/Makefile.am
485                 Fics alfabettical order.
486
487 2006-09-21 [wwp]        2.4.0cvs204
488
489         * tools/fix_date.sh
490         * tools/Makefile.am
491                 Added an action tool to fix missing Date field in emails.
492                 Updated Makefile.am to reflect those last two additions.
493
494 2006-09-21 [wwp]        2.4.0cvs203
495
496         * tools/uuooffice
497                 Added a action tool to open uuencoded docs w/
498                 OpenOffice (based on uudec method).
499
500 2006-09-21 [colin]      2.4.0cvs202
501
502         * src/compose.c
503         * src/textview.c
504                 Workaround possible GTK crash: remove selection 
505                 clipboard before destroying widget, or GTK+-2.10
506                 dies. Thanks to Hiro.
507
508 2006-09-20 [colin]      2.4.0cvs201
509
510         * src/compose.c
511                 Fix free-after-use in some cases (when 
512                 procmime_encode_content() frees mimeinfo->data.mem
513                 and turns it to a temp file)
514
515 2006-09-20 [colin]      2.4.0cvs200
516
517         * src/folderview.c
518         * src/summaryview.c
519         * src/gtk/gtksctree.c
520         * src/gtk/gtksctree.h
521                 Add tooltips in the folderview and summaryview
522                 (Doesn't break string freeze as they already
523                 exist)
524         * src/toolbar.c
525                 Put the spam button in the default configuration
526                 if compiled with bogo plugin too
527
528 2006-09-19 [colin]      2.4.0cvs199
529
530         * src/summaryview.c
531         * src/summaryview.h
532                 Update folder name label on folder rename
533         * src/prefs_matcher.c
534         * src/gtk/logwindow.h
535                 Fix warnings
536                 Patches by Fabien
537
538 2006-09-19 [wwp]        2.4.0cvs198
539
540         * src/summary_search.c
541                 fix can't click forward/backward buttons in the
542                 search messages.
543
544 2006-09-18 [paul]       2.4.0cvs197
545
546         * src/wizard.c
547                 add missing bracket, capitalise the A of
548                 'SpamAssassin'
549
550 2006-09-18 [paul]       2.4.0cvs196
551
552         * src/compose.c
553                 fix bug 1012 'crashed upon sending mail
554                 from compose window'
555                 Thanks to Colin
556
557 2006-09-16 [colin]      2.4.0cvs195
558
559         * src/folderview.c
560                 Fix "real-time" sorting by freezing/thawing
561
562 2006-09-16 [colin]      2.4.0cvs194
563
564         * manual/faq.xml
565                 Fix the anti-spam entry a bit
566
567 2006-09-16 [colin]      2.4.0cvs193
568
569         * src/wizard.c
570                 Make sure reviewers have no excuse when stating
571                 Sylpheed-Claws doesn't have antispam capabilities.
572
573 2006-09-16 [colin]      2.4.0cvs192
574
575         * src/main.c
576                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
577                 as if the SIGPIPE comes from etpan's thread we could
578                 trigger a GUI update from this thread.
579
580 2006-09-16 [colin]      2.4.0cvs191
581
582         * src/summaryview.c
583                 Init all members of the struct
584
585 2006-09-16 [paul]       2.4.0cvs190
586
587         * src/account.c
588                 improvements to the English
589
590 2006-09-15 [colin]      2.4.0cvs189
591
592         * src/summaryview.c
593                 HIG order on dialog
594
595 2006-09-14 [colin]      2.4.0cvs188
596
597         * src/common/socket.c
598         * src/common/socket.h
599         * src/common/ssl.c
600         * src/common/ssl_certificate.c
601         * src/common/ssl_certificate.h
602         * src/etpan/imap-thread.c
603                 the get_fqdn() call done to get canonical name when
604                 checking an SSL certificate is blocking, which is
605                 sad as we just did a non-blocking lookup to connect.
606                 Fix that by letting the fqdn available to the SockInfo,
607                 and use that in ssl_certificate_check(). For IMAP,
608                 we don't do it as the lookup's done by libetpan, but
609                 it's less annoying as IMAP connections as much more
610                 rare than POP3 connections.
611
612 2006-09-14 [paul]       2.4.0cvs187
613
614         * manual/advanced.xml
615                 improvements to the English,
616                 properly place the new hidden options
617                 within the alphabetical order
618         * src/gtk/pluginwindow.c
619                 improvements to the English
620
621 2006-09-14 [colin]      2.4.0cvs186
622
623         * src/prefs_common.c
624         * src/prefs_common.h
625         * src/gtk/gtksctree.c
626         * manual/advanced.xml
627                 New hidden pref, stripes_color_offset, to change
628                 the value added/substracted to normal bgcolor to
629                 create the stripes in summaries
630
631 2006-09-13 [colin]      2.4.0cvs185
632
633         * src/gedit-print.c
634         * src/messageview.c
635         * src/messageview.h
636         * src/summaryview.c
637         * src/textview.c
638                 Fix misc. printing issues: 
639                 - Bad font for linkified headers
640                 - Different font if the mail was displayed or not
641                 - Factorize the thing
642
643 2006-09-13 [colin]      2.4.0cvs184
644
645         * src/common/ssl_certificate.c
646                 Only get FQDN once when checking certificate
647
648 2006-09-13 [colin]      2.4.0cvs183
649
650         * src/account.c
651         * src/gtk/pluginwindow.c
652                 Misc. GUI fixes by Fabien
653
654 2006-09-13 [wwp]        2.4.0cvs182
655
656         * configure.ac
657         * src/common/utils.h
658         * src/common/utils.c
659                 get rid of unused wide-char functions.
660
661 2006-09-13 [wwp]        2.4.0cvs181
662
663         * src/plugins/pgpinline/sylpheed.def
664         * src/textview.c
665                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
666                 add privacy_reset_error to the .def file,
667                 do not fork for an external textviewer.
668
669 2006-09-13 [wwp]        2.4.0cvs180
670
671         * src/prefs_common.c
672                 fix broken font entry in prefs (patch issued by the gpg4win team,
673                 probably by Marcus Brinkmann <marcus@g10code.de>).
674
675 2006-09-13 [colin]      2.4.0cvs179
676
677         * src/folder.h
678                 Fix a warning in summaryview.c
679         * src/mainwindow.c
680         * src/summaryview.c
681         * src/summaryview.h
682                 Add missing Mark/* elements in the
683                 main menu
684
685 2006-09-12 [colin]      2.4.0cvs178
686
687         * src/prefs_actions.c
688         * src/prefs_filtering_action.c
689         * src/prefs_matcher.c
690                 Use (New) instead of New everywhere
691
692 2006-09-12 [wwp]        2.4.0cvs177
693
694         * manual/fr/addrbook.xml
695         * manual/fr/handling.xml
696                 updated some quotes in the fr manual to match the fr translation.
697
698 2006-09-12 [wwp]        2.4.0cvs176
699
700         * src/prefs_matcher.c
701                 don't store translated string elements in matcher expressions.
702                 Also fixed a misused of Q_().
703
704 2006-09-11 [wwp]        2.4.0cvs175
705
706         * src/plugins//bogofilter/bogofilter.c
707         * src/plugins//clamav/clamav_plugin.c
708         * src/plugins//demo/demo.c
709         * src/plugins//dillo_viewer/dillo_viewer.c
710         * src/plugins//pgpcore/plugin.c
711         * src/plugins//pgpinline/plugin.c
712         * src/plugins//pgpmime/plugin.c
713         * src/plugins//spamassassin/spamassassin.c
714                 gettext-ize more strings (mostly plugin error messages).
715
716 2006-09-11 [colin]      2.4.0cvs174
717
718         * src/alertpanel.c
719                 Make maximum buffer size bigger to avoid
720                 truncating translated messages. Patch by
721                 Fabien
722
723 2006-09-11 [colin]      2.4.0cvs173
724
725         * src/etpan/imap-thread.c
726                 Fix compilation on OpenBSD, thanks to 
727                 Landry
728
729 2006-09-10 [wwp]        2.4.0cvs172
730
731         * manual/account.xml
732         * manual/addrbook.xml
733         * manual/handling.xml
734         * manual/es/handling.xml
735         * manual/fr/account.xml
736         * manual/fr/addrbook.xml
737         * manual/fr/handling.xml
738                 documented addressbook matching (condition configuration):
739                   addrbook.xml, en fr
740                 documented per-account filtering rules (handling/filtering
741                   section, account section):
742                   account.xml, handling.xml, en fr
743                 slightly updated the handling/searching section to tell few
744                   words about the extended search ability:
745                   handling.xml, en fr
746                 added missing <quote></quotes> to Quick Search:
747                   handling.xml, en fr es
748                 fixed a typo (auomatically):
749                   handling.xml, en
750                 changes revisited by Paul.
751
752 2006-09-10 [paul]       2.4.0cvs171
753
754         * src/prefs_actions.c
755         * src/prefs_filtering.c
756         * src/prefs_template.c
757                 adjustments to the gui
758                 Patch by Fabien Vantard (slightly modified)
759
760 2006-09-10 [colin]      2.4.0cvs170
761
762         * src/summaryview.c
763                 Check folderitem/summaryview consistency
764                 (basically automates Update summary). Fixes
765                 #1011 (wrong (negative) count on unread 
766                 messages)
767
768 2006-09-10 [colin]      2.4.0cvs169
769
770         * src/gtk/gtksctree.c
771                 Fix recursive expansion via mouse
772         * src/plugins/bogofilter/bogofilter.c
773                 Use normal filtering way of moving
774                 messages (batching), possibly fixing
775                 bug #1015 (Bogofilter plugin doubles 
776                 new messages)
777
778 2006-09-09 [wwp]        2.4.0cvs168
779
780         * src/prefs_filtering.c
781                 better place for this fix.
782
783 2006-09-09 [wwp]        2.4.0cvs167
784
785         * src/prefs_filtering.c
786                 fix a minor bug when the enabled status of a filtering/processing
787                 rule always got set to TRUE when replacing this rule. That still
788                 make sense when adding a new rule, but now when replacing, we
789                 don't override the value of 'enabled'.
790                 Also renamed the func prefs_filtering_list_view_get_rule_name()
791                 to prefs_filtering_list_view_get_info() as this function not only
792                 returns the name, but also the account_id and the enabled status.
793
794 2006-09-09 [mones]      2.4.0cvs166
795
796         * manual/glossary.xml
797         * manual/plugins.xml
798                 Minor format corrections
799         * manual/gpl.xml
800                 Fix misplaced NO WARRANTY section
801         * manual/es/advanced.xml
802         * manual/es/faq.xml
803         * manual/es/glossary.xml
804         * manual/es/gpl.xml
805         * manual/es/handling.xml
806         * manual/es/plugins.xml
807         * manual/es/starting.xml
808                 Incorporate changes from English version
809         * manual/fr/ack.xml
810         * manual/pl/ack.xml
811         * manual/es/ack.xml
812                 Fix address, (add translation credits in es version)
813         * po/es.po
814                 Updated translation
815
816 2006-09-09 [wwp]        2.4.0cvs165
817
818         * src/prefs_filtering.c
819                 fix a crash when opening filtering prefs, if matcherrc file contains
820                 broken data (non-existing account id, which is theoretically not
821                 possible).
822
823 2006-09-08 [colin]      2.4.0cvs164
824
825         * src/folder.c
826                 Wrong assert, make it an if()
827         * src/gtk/gtksctree.c
828                 Fix bug #1013 (expand selected thread 
829                 tree) - expanding is now recursive
830
831 2006-09-07 [wwp]        2.4.0cvs163
832
833         * src/prefs_matcher.c
834                 make better sentences about addressbook matching in the
835                 matcher prefs. This should make translators' work easier
836                 too.
837
838 2006-09-07 [wwp]        2.4.0cvs162
839
840         * src/prefs_filtering.c
841                 code simplification (get rid of dup var. assignment).
842
843 2006-09-07 [wwp]        2.4.0cvs161
844
845         * src/summaryview.c
846                 use GTK_STOCK icons when possible, patch by Fabien Vantard
847                 <fzzzzz@gmail.com>.
848
849 2006-09-07 [paul]       2.4.0cvs160
850
851         * src/mimeview.c
852                 fix compilation warnings
853                 Thanks to Colin
854
855 2006-09-07 [paul]       2.4.0cvs159
856
857         * src/mimeview.c
858                 select the mimepart icon when
859                 displaying as text
860                 Thanks to Colin
861
862 2006-09-06 [paul]       2.4.0cvs158
863
864         * src/prefs_filtering.c
865                 fix labels and table element spacing
866                 Patch by Fabien Vantard
867
868 2006-09-06 [paul]
869
870         2.5.0-rc3 released
871
872 2006-09-06 [paul]       2.4.0cvs157
873
874         * manual/es/advanced.xml
875                 fix typo
876
877 2006-09-06 [wwp]        2.4.0cvs156
878
879         * src/mainwindow.c
880                 fix an dup launch issue when iconified, thanks to Colin.
881
882 2006-09-06 [wwp]        2.4.0cvs155
883
884         * src/gtk//gtksctree.h
885                 oops, forgot that one!
886
887 2006-09-06 [wwp]        2.4.0cvs154
888
889         * manual/pl/advanced.xml
890         * manual/advanced.xml
891         * manual/es/advanced.xml
892         * manual/fr/advanced.xml
893         * src/prefs_customheader.c
894         * src/prefs_filtering_action.c
895         * src/foldersel.c
896         * src/prefs_summaries.c
897         * src/prefs_filtering.c
898         * src/account.c
899         * src/compose.c
900         * src/prefs_summary_column.c
901         * src/addr_compl.c
902         * src/prefs_actions.c
903         * src/prefs_folder_column.c
904         * src/ssl_manager.c
905         * src/prefs_template.c
906         * src/prefs_display_header.c
907         * src/prefs_common.h
908         * src/prefs_matcher.c
909         * src/prefs_common.c
910         * src/prefs_toolbar.c
911         * src/summaryview.c
912         * src/folderview.c
913         * src/gtk/gtksctree.c
914         * src/gtk/pluginwindow.c
915         * src/gtk/progressdialog.c
916         * src/gtk/prefswindow.c
917                 renamed hidden option enable_rules_hint to use_stripes_everywhere
918                 to make its meaning more obvious (all versions of the manual reflect
919                 the change).
920                 added an extra hidden option use_stripes_in_summary to allow
921                 discarding these stripes in mainwindow's folder and message lists;
922                 en and fr manuals only are OK towards this.
923
924 2006-09-06 [colin]      2.4.0cvs153
925
926         * src/textview.c
927                 Hide Sylpheed-Claws' internal queue headers
928                 when showing all headers. They'll be present
929                 only in Source window.
930
931 2006-09-05 [colin]      2.4.0cvs152
932
933         * src/plugins/trayicon/trayicon.c
934                 Fix crash at exit - we have to disconnect
935                 our handlers
936         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
937                 Update eggtrayicon - patch adapted from a
938                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
939                 on Sylpheed's ML
940
941 2006-09-05 [colin]      2.4.0cvs151
942
943         * src/mainwindow.c
944         * src/gtk/logwindow.c
945                 Fix race condition when something writes
946                 to the log too soon during init. Thanks
947                 to Fabien Vantard
948
949 2006-09-05 [colin]      2.4.0cvs150
950
951         * src/mimeview.c
952                 Don't select part on right-click either
953
954 2006-09-05 [paul]       2.4.0cvs149
955
956         * src/mimeview.c
957                 completion of previous commit
958                 Thanks to Colin
959
960 2006-09-05 [colin]      2.4.0cvs148
961
962         * src/mimeview.c
963                 Don't force selection on middle-click, just open
964
965 2006-09-04 [colin]      2.4.0cvs147
966
967         * src/mimeview.c
968                 Looks like gtk_notebook_set_current_page()
969                 sometimes steals focus, and this annoys us
970                 in MimeViewers as it renders navigation
971                 keys useless. Take back focus after switching
972                 pages.
973
974 2006-09-04 [colin]      2.4.0cvs146
975
976         * src/messageview.c
977                 Set stop_loading when clicking on Next
978                 during load. Don't add a callback to 
979                 avoid over-complicating things.
980
981 2006-09-04 [colin]      2.4.0cvs145
982
983         * src/mimeview.c
984         * src/messageview.c
985                 Fix multiple loads in separate messageview
986
987 2006-09-04 [colin]      2.4.0cvs144
988
989         * src/summaryview.c
990                 Let navigation keys be handled during 
991                 load
992
993 2006-09-04 [colin]      2.4.0cvs143
994
995         * src/messageview.c
996         * src/summaryview.c
997         * src/textview.c
998         * src/textview.h
999                 Make loading of huge mails (lots of text and/or
1000                 images) cancellable, so the GUI doesn't block 
1001
1002 2006-09-04 [colin]      2.4.0cvs142
1003
1004         * src/plugins/trayicon/trayicon.c
1005                 Fix annoyance when removing a folder with 
1006                 unread mails: trayicon didn't update
1007
1008 2006-09-04 [paul]       2.4.0cvs141
1009
1010         * src/gtk/icon_legend.c
1011                 straighten up columns
1012                 Patch by Fabien Vantard
1013
1014 2006-09-04 [wwp]        2.4.0cvs140
1015
1016         * src/prefs_filtering.c
1017                 fix new line's account name in filtering prefs:
1018                 was "All", is now "(New)".
1019
1020 2006-09-04 [paul]       2.4.0cvs139
1021
1022         * tools/make.themes.project
1023                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1024                 instead of homebrewed "make release"
1025
1026 2006-09-03 [colin]      2.4.0cvs138
1027
1028         * src/folderview.c
1029                 Fix bug #1007 (Wrong folder highlighted)
1030
1031 2006-09-03 [colin]      2.4.0cvs137
1032
1033         * src/compose.c
1034                 Don't set Newsgroup: header to a mail folder
1035                 path
1036
1037 2006-09-03 [paul]       2.4.0cvs136
1038
1039         * src/prefs_other.c
1040         * src/prefs_spelling.c
1041                 unify the gui
1042
1043 2006-09-03 [paul]       2.4.0cvs135
1044
1045         * src/prefs_summaries.c
1046                 correct menu item text in prefs_keybind_apply_clicked()
1047
1048 2006-09-03 [paul]       2.4.0cvs134
1049
1050         * manual/advanced.xml
1051                 some improvements to the descriptions
1052         * src/mainwindow.c
1053         * src/messageview.c
1054         * src/summaryview.c
1055         * src/gtk/menu.c
1056                 fix menu sensitivity issues
1057         * src/prefs_message.c
1058                 drop the useless word 'short'
1059         * src/prefs_other.c
1060                 add the word 'lines' indicating log length
1061                 is a measure of lines
1062         * src/textview.c
1063                 fix compilation warnings
1064
1065 2006-09-02 [colin]      2.4.0cvs133
1066
1067         * src/messageview.c
1068                 Display a special return-receipt message
1069                 if the message is from the user
1070         * src/summaryview.c
1071                 Fix missing freeze of the list when marking
1072                 all read and unthreading for exec. Thanks
1073                 to Stephan Sachse.
1074
1075 2006-09-02 [paul]       2.4.0cvs132
1076
1077         * src/mainwindow.c
1078         * src/prefs_message.c
1079         * src/summaryview.c
1080                 fix some english
1081
1082 2006-09-02 [wwp]        2.4.0cvs131
1083
1084         * src/prefs_filtering.c
1085                 added an account name column to the filtering rules
1086                 dialog.
1087
1088 2006-09-02 [colin]      2.4.0cvs130
1089
1090         * src/gtk/logwindow.c
1091         * src/gtk/logwindow.h
1092                 Block scrolling if we're not at the end
1093                 of the log
1094
1095 2006-09-02 [colin]      2.4.0cvs129
1096
1097         * src/folder.c
1098                 Make sure account-specific rules can't
1099                 be used in {pre-,post-,}processing
1100         * src/mainwindow.c
1101         * src/gtk/logwindow.c
1102         * src/gtk/logwindow.h
1103                 Jump to last error when clicking on the
1104                 warning icon
1105
1106 2006-09-02 [colin]      2.4.0cvs128
1107
1108         * src/imap.c
1109         * src/import.c
1110         * src/mainwindow.c
1111         * src/mainwindow.h
1112                 Fix warning icon
1113         * src/inc.c
1114         * src/mbox.c
1115         * src/mbox.h
1116                 Let proc_mbox know its account, for
1117                 account-specific rules
1118
1119 2006-09-01 [colin]      2.4.0cvs127
1120
1121         * src/codeconv.c
1122                 Don't uselessly use iconv to convert from
1123                 us-ascii
1124         * src/alertpanel.c
1125         * src/mainwindow.c
1126         * src/mainwindow.h
1127         * src/inc.c
1128                 Fix certain log cases, disable warning icon
1129                 for now, the correct way to display it when
1130                 necessary and only when necessary is probably
1131                 to do it manually rather than use error logs
1132         * src/etpan/imap-thread.c
1133                 Clean up UID logging a bit
1134         * src/gtk/logwindow.c
1135         * src/gtk/logwindow.h
1136                 Make logging faster when the window's closed
1137
1138 2006-09-01 [wwp]        2.4.0cvs126
1139
1140         * manual/fr/account.xml
1141                 reflect changes to the ref. manual (parts of cvs72):
1142                 fix tabnames and quotes.
1143
1144 2006-09-01 [wwp]        2.4.0cvs125
1145
1146         * manual/fr/plugins.xml
1147                 reflect changes to the reference manual (cvs42):
1148                 update IRC channel info.
1149
1150 2006-09-01 [wwp]        2.4.0cvs124
1151
1152         * commitHelper
1153                 use CVSEDITOR env. var. if set, according to `man cvs`.
1154
1155 2006-09-01 [wwp]        2.4.0cvs123
1156
1157         * manual/advanced.xml
1158                 better sentence again (thanks to Paul).
1159
1160 2006-09-01 [wwp]        2.4.0cvs122
1161
1162         * manual/advanced.xml
1163         fix definition of toolbar_detachable and rework a bit the one of
1164         enable_dotted_lines.
1165
1166 2006-09-01 [mones]      2.4.0cvs121
1167
1168         * manual/advanced.xml
1169                 Document enable_dotted_lines
1170
1171 2006-09-01 [paul]       2.4.0cvs120
1172
1173         * src/folderview.c
1174         * src/folderview.h
1175         * src/imap.c
1176         * src/mainwindow.c
1177         * src/summaryview.c
1178                 obey the 'When entering folder...' option
1179                 when using the /View/Go to/... menu items
1180                 Thanks to Colin
1181
1182 2006-08-31 [colin]      2.4.0cvs119
1183
1184         * src/folderview.c
1185                 Revert 2.4.0cvs116, wrong fix.
1186
1187 2006-08-31 [colin]      2.4.0cvs118
1188
1189         * src/gtk/gtksctree.c
1190                 Better state the various copyrights
1191
1192 2006-08-31 [colin]      2.4.0cvs117
1193
1194         * src/prefs_common.c
1195                 fix enable_dotted_lines
1196
1197 2006-08-31 [colin]      2.4.0cvs116
1198
1199         * src/folderview.c
1200                 Use pref "Always open on select" when going
1201                 to next unread folder
1202         * src/gtk/gtksctree.c
1203                 Fix link failure to _gtk_clist_create_cell_layout
1204                 on certain computers. (Why not mine, I wonder)
1205
1206 2006-08-31 [colin]      2.4.0cvs115
1207
1208         * src/procmsg.c
1209         * src/textview.c
1210         * src/plugins/bogofilter/bogofilter.c
1211         * src/plugins/spamassassin/spamassassin.c
1212                 Requalify some "errors" to warnings
1213         * src/mainwindow.c
1214         * src/mainwindow.h
1215         * src/statusbar.c
1216                 Add an icon in the statusbar to notify
1217                 of errors
1218         * src/gtk/gtksctree.c
1219         * src/folderview.c
1220         * src/summaryview.c
1221                 Make the GtkSCTree look more modern by
1222                 alternating background lines
1223         * src/prefs_common.c
1224         * src/prefs_common.h
1225                 Add a pref to let people have the old
1226                 way if they prefer
1227
1228
1229 2006-08-30 [colin]      2.4.0cvs114
1230
1231         * src/procmsg.c
1232         * src/procmsg.h
1233                 Provide a way to filter a list of
1234                 messages in an optimised manner, and
1235                 add a list-filtering hook
1236         * src/folder.c
1237         * src/inc.c
1238         * src/mbox.c
1239                 Use the list filtering
1240         * src/plugins/bogofilter/bogofilter.c
1241                 Use the list-filtering hook
1242                 Use -b (bulk) mode for more speed
1243                 when learning and filtering
1244         * src/etpan/imap-thread.c
1245                 Make log output shorter in UID SEARCH
1246
1247
1248 2006-08-30 [colin]      2.4.0cvs113
1249
1250         * src/plugins/bogofilter/bogofilter.c
1251                 Really fast mass learning - thanks to David
1252                 Relson for the options explanations :)
1253
1254 2006-08-30 [colin]      2.4.0cvs112
1255
1256         * src/msgcache.c
1257                 Fix compilation on FreeBSD. Thanks
1258                 to Michael Hugues
1259
1260 2006-08-29 [colin]      2.4.0cvs111
1261
1262         * src/folderview.c
1263                 Handle "popup_menu" signal (for popping the 
1264                 menu via the keyboard)
1265         * src/mimeview.c
1266         * src/mimeview.h
1267         * src/summaryview.c
1268         * src/textview.c
1269         * src/gtk/gtkutils.c
1270         * src/gtk/gtkutils.h
1271                 Factorize scrolling code, and add an API 
1272                 for MimeViewers to handle scroll orders
1273
1274 2006-08-29 [wwp]        2.4.0cvs110
1275
1276         * src/plugins//bogofilter/bogofilter.c
1277         * src/plugins//spamassassin/spamassassin.c
1278                 make the bogofilter/spamassassin filtering error dialogs at
1279         incorporation obey to the "don't popup error dialog on
1280         receive error" option. If disabled, feed the log window w/
1281         the error message.
1282
1283 2006-08-29 [paul]
1284
1285         2.5.0-rc2 released
1286
1287 2006-08-29 [paul]       2.4.0cvs109
1288
1289         * Makefile.am
1290                 remove 'make release', it's not needed
1291                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1292
1293 2006-08-29 [paul]       2.4.0cvs108
1294
1295         * src/foldersel.c
1296         * src/summary_search.c
1297         * src/gtk/progressdialog.c
1298         * src/plugins/pgpcore/passphrase.c
1299                 replace deprecated gtk_window_set_policy()
1300
1301 2006-08-29 [colin]      2.4.0cvs107
1302
1303         * src/folder.c
1304                 Fix data loss when copy fails during a move:
1305                 only use fast remove_msgs if everything was
1306                 copied OK; else use slow remove_msg on the
1307                 mails that got copied only.
1308
1309 2006-08-28 [paul]       2.4.0cvs106
1310
1311         * src/mh.c
1312                 revert change in 2.4.0cvs104, it breaks
1313                 stuff
1314
1315 2006-08-28 [paul]       2.4.0cvs105
1316
1317         * src/plugins/spamassassin/spamassassin.c
1318                 english fix
1319
1320 2006-08-28 [paul]       2.4.0cvs104
1321
1322         * src/mh.c
1323                 fix data loss when moving to another
1324                 mailbox fails
1325         * src/prefs_spelling.c
1326                 improve the english
1327         * src/gtk/pluginwindow.c
1328                 improve the layout of the dialog text
1329         All thanks to Colin
1330
1331 2006-08-28 [paul]       2.4.0cvs103
1332
1333         * src/plugins/bogofilter/bogofilter.c
1334         * src/plugins/bogofilter/bogofilter_gtk.c
1335                 fix english up a bit, innit
1336
1337 2006-08-28 [paul]       2.4.0cvs102
1338
1339         * configure.ac
1340         * po/Makefile.in.in
1341         * po/Makevars
1342                 require autoconf 2.60, enabling building
1343                 with gettext 0.15 (gettext 0.14.x build still
1344                 possible). Replace Makefiles with versions
1345                 from gettext 0.15.
1346                 Remove configure options --with-localedir and
1347                 --with-mandir. The options that are provided
1348                 directly by autoconf 2.60 can be used instead:
1349                 --mandir --localedir
1350
1351 2006-08-27 [colin]      2.4.0cvs101
1352
1353         * src/plugins/bogofilter/Makefile.am
1354                 Fix make dist (no README)
1355
1356 2006-08-27 [colin]      2.4.0cvs100
1357
1358         * src/folder.c
1359                 Don't use F_UNKNOWN folders for any default
1360                 outbox/trash/etc
1361         * src/plugins/bogofilter/bogofilter.c
1362         * src/plugins/bogofilter/bogofilter.h
1363         * src/plugins/bogofilter/bogofilter_gtk.c
1364                 Add an option to specify the path to bogofilter
1365                 Use single-quotes to be able to learn in folders
1366                 with spaces in their names
1367                 Verify learning status
1368
1369 2006-08-27 [colin]      2.4.0cvs99
1370
1371         * manual/faq.xml
1372         * manual/plugins.xml
1373                 Document Bogofilter plugin
1374
1375 2006-08-27 [colin]      2.4.0cvs98
1376
1377         * src/compose.c
1378         * src/messageview.c
1379         * src/procmsg.c
1380         * src/procmsg.h
1381                 When possible, copy the queued mail to sent folder
1382                 instead of re-adding. Much faster on IMAP.
1383
1384 2006-08-27 [colin]      2.4.0cvs97
1385
1386         * src/msgcache.c
1387                 Disable mmaped caches - huge metadata loss
1388                 here after a power failure.
1389         * src/summaryview.c
1390                 Add quicksearch timing
1391         * src/common/plugin.c
1392         * src/common/plugin.h
1393                 Implement an interface to tell what plugins
1394                 provide. Prevent loading of similar plugins.
1395         * src/plugins/clamav/clamav_plugin.c
1396         * src/plugins/demo/demo.c
1397         * src/plugins/dillo_viewer/dillo_viewer.c
1398         * src/plugins/pgpcore/plugin.c
1399         * src/plugins/pgpinline/pgpinline.c
1400         * src/plugins/pgpmime/pgpmime.c
1401         * src/plugins/spamassassin/spamassassin.c
1402         * src/plugins/trayicon/trayicon.c
1403                 Implement plugin_provides()
1404
1405 2006-08-27 [colin]      2.4.0cvs96
1406
1407         * configure.ac
1408         * src/plugins/Makefile.am
1409         * src/plugins/bogofilter/.cvsignore
1410         * src/plugins/bogofilter/Makefile.am
1411         * src/plugins/bogofilter/bogofilter.c
1412         * src/plugins/bogofilter/bogofilter.h
1413         * src/plugins/bogofilter/bogofilter_gtk.c
1414                 New Bogofilter plugin, provides filtering and
1415                 learning. Spamassassin will go to extra plugins.
1416
1417 2006-08-26 [mones]      2.4.0cvs95
1418
1419         * manual/handling.xml
1420                 Fix subfolder path in the example (thanks to Paul) 
1421
1422 2006-08-26 [mones]      2.4.0cvs94
1423
1424         * manual/glossary.xml
1425                 2.2. + add ISP to the glossary
1426                 7.5. + Add UIDL to glossary
1427                 7.7. + Add TCP to glossary
1428         * manual/handling.xml
1429                 7.1. + Mentions GNU/Linux distribution, what about the non...
1430                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1431                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1432                 7.4. = Use appropriate quotation for commands
1433                 7.6. = change "" to <quote></quote>
1434         * manual/plugins.xml
1435                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1436         * manual/starting.xml
1437                 2.1. + local mbox file: some examples of mbox file locations...
1438                 Also reformatted files requiring it
1439
1440 2006-08-26 [wwp]        2.4.0cvs93
1441
1442         * src/summary_search.c
1443                 disable find buttons while summary search is running.
1444
1445 2006-08-25 [colin]      2.4.0cvs92
1446
1447         * src/folder.c
1448         * src/folderutils.c
1449         * src/mh.c
1450         * src/procmsg.h
1451         * src/summaryview.c
1452                 Speed up MH moving, and add progressbar
1453                 for MH deletion
1454         * src/msgcache.c
1455                 Write cache files using mmap() too
1456
1457 2006-08-25 [wwp]        2.4.0cvs91
1458
1459         * src/summaryview.c
1460                 switch spam<->ham button when a message has been marked as spam or ham
1461                 and is still selected. Thanks to Colin.
1462
1463 2006-08-25 [paul]       2.4.0cvs90
1464
1465         * src/Makefile.am
1466         * src/stock_pixmap.c
1467         * src/stock_pixmap.h
1468         * src/summaryview.c
1469         * src/gtk/icon_legend.c
1470         * src/pixmaps/copied.xpm
1471         * src/pixmaps/moved.xpm
1472                 add icons for delayed execution marked for
1473                 copying, marked for moving
1474
1475 2006-08-25 [mones]      2.4.0cvs89
1476
1477         * manual/glossary.xml
1478                 Fix the other glossary items:
1479                 5.1. = Inmmediate execution -> <quote>immediate execution...
1480                 5.2. = Fix MBOX capitalization -> Mbox
1481                 5.3. + Improve Plugins def. w/ tech. ref.
1482                 5.4. = Quotation -> replace '>' by <quote>></quote>
1483                 5.5. - SMTP Server. -> remove dot
1484         * po/es.po
1485                 Updated translation
1486
1487 2006-08-25 [mones]      2.4.0cvs88
1488
1489         * manual/ack.xml
1490                 Reformatted, changed email address
1491         * manual/glossary.xml
1492                 Reformatted, fixed MANUAL-TODO items:
1493                 8.2. + add ROT-13 to glossary
1494                 8.4. + add URL to glossary
1495         * manual/es/advanced.xml
1496                 Fixed <literal>s
1497
1498 2006-08-25 [paul]       2.4.0cvs87
1499
1500         * src/gtk/icon_legend.c
1501                 add 'marked for deletion' icon
1502                 arrange icons by containing column
1503                 wrap long label text
1504
1505 2006-08-25 [colin]      2.4.0cvs86
1506
1507         * src/common/utils.c
1508         * src/common/utils.h
1509                 Add the sc_g_*list_bigger functions in
1510                 a place everyone can use it
1511         * src/summaryview.c
1512                 Only freeze/thaw the list when working
1513                 on the selection, if it's bigger than 1
1514         * src/gtk/gtksctree.c
1515                 Only freeze/thaw the list when unselec-
1516                 ting 'all' if ('all' != 1)
1517                 This avoids some flickering
1518
1519 2006-08-24 [colin]      2.4.0cvs85
1520
1521         * src/addressbook.c
1522                 Fix strange list selection
1523                 Fix random seg (Invalid read of freed memory)
1524
1525 2006-08-24 [colin]      2.4.0cvs84
1526
1527         * src/alertpanel.c
1528         * src/gtk/inputdialog.c
1529         * src/plugins/pgpcore/passphrase.c
1530                 Revert minimal width patch of 2.4.0cvs67,
1531                 as it is also a maximal width. Use 
1532                 gtk_window_set_default_size instead.
1533
1534 2006-08-24 [colin]      2.4.0cvs83
1535
1536         * src/msgcache.c
1537                 Write cache/mark to temp files before
1538                 overwriting old ones (avoids metadata
1539                 loss if writing the new files fail).
1540                 Use mmap() to read cache/mark file, as
1541                 this makes cache reading faster. Dis-
1542                 abled for big-endian machines until it
1543                 can be tested. (Big-endian users: set
1544                 msgcache_use_mmap = TRUE in the relevant
1545                 #if).
1546         * src/procmsg.h
1547                 Move rarely used fields of MsgInfo in 
1548                 another structure, which will only be
1549                 allocated if needed. Face, X-Face,
1550                 Return receipt headers and List-*
1551                 headers are moved. Mails having none
1552                 of these occupy 52 bytes less with
1553                 this patch, which makes 2.5MB of RAM
1554                 saved on a 50k folder).
1555         * src/headerview.c
1556         * src/mainwindow.c
1557         * src/messageview.c
1558         * src/partial_download.c
1559         * src/procheader.c
1560         * src/procmsg.c
1561         * src/textview.c
1562                 Follow this structure change.
1563
1564 2006-08-24 [wwp]        2.4.0cvs82
1565
1566         * manual/es/.cvsignore
1567         * manual/es/dist/.cvsignore
1568         * manual/es/dist/html/.cvsignore
1569         * manual/es/dist/pdf/.cvsignore
1570         * manual/es/dist/ps/.cvsignore
1571         * manual/es/dist/txt/.cvsignore
1572                 more (generated) files to ignore.
1573
1574 2006-08-24 [colin]      2.4.0cvs81
1575
1576         * src/folder.c
1577         * src/mh.c
1578                 Fix possible problems with local delivery. Check the folder doesn't
1579                 need scan before setting its mtime when saving cache (which can be
1580                 done long after the folder's been modified by an external process);
1581                 Check that the stored item's mtime didn't change in mh functions.
1582
1583 2006-08-24 [mones]      2.4.0cvs80
1584
1585         * manual/advanced.xml
1586                 Rewrapping, some fixes and MANUAL-TODO items:
1587                 8.1. = change "" to <quote></quote>
1588                 8.3. = quote menu items
1589                 8.5. - deploying -> new user ... ideally a new user (redundant)
1590
1591 2006-08-23 [colin]      2.4.0cvs79
1592
1593         * src/gtk/gtksctree.c
1594                 When selecting or deselecting range, only
1595                 freeze/thaw when selection is bigger than 10
1596
1597 2006-08-23 [colin]      2.4.0cvs78
1598
1599         * src/messageview.c
1600         * src/mimeview.c
1601         * src/mimeview.h
1602         * src/plugins/dillo_viewer/dillo_viewer.c
1603                 Provide an API for MimeViewer plugins to
1604                 return a text selection for replying
1605
1606 2006-08-23 [colin]      2.4.0cvs77
1607
1608         * src/image_viewer.c
1609         * src/textview.c
1610                 Use gtk_pixbuf_new_from_file_at_scale(), which
1611                 is faster than getting the pixbuf then resizing
1612                 it.
1613
1614 2006-08-23 [colin]      2.4.0cvs76
1615
1616         * src/procmime.c
1617                 UTF-8 should be sent Quoted-printable
1618
1619 2006-08-22 [colin]      2.4.0cvs75
1620
1621         * src/mh.c
1622                 Check if scan is required before touching
1623                 the folder (or it'll be required every time)
1624
1625 2006-08-22 [colin]      2.4.0cvs74
1626
1627         * configure.ac
1628                 Require libetpan 0.46 (crasher fix when built
1629                 against gnutls)
1630
1631 2006-08-22 [colin]      2.4.0cvs73
1632
1633         * src/folder.c
1634                 Set folder's mtime after writing its
1635                 cache
1636         * src/folderview.c
1637                 Add some timing
1638         * src/procmsg.c
1639                 Don't do useless stuff if we don't 
1640                 thread by subject
1641         * src/summaryview.c
1642                 Add some timing, don't deselect prior
1643                 to selecting (gtksctree does it itself),
1644                 remove crash avoidance hacks as it's been
1645                 properly fixed since a while
1646         * src/common/utils.c
1647                 Optimize to_human_readable(): _() is slow,
1648                 do it only once, and avoid %f format for KB
1649                 (the most common in a summaryview)
1650         * src/gtk/gtksctree.c
1651                 Don't uselessly freeze/thaw (fixes flicker
1652                 on next unread and friends), reduce number
1653                 of g_list_nth/g_list_position where possible
1654         * src/gtk/gtkutils.c
1655         * src/gtk/gtkutils.h
1656                 Reduce number of g_list_nth/g_list_position
1657                 where possible.
1658                 All of this makes loading as 70k folder 2.1
1659                 seconds instead of 3.2 (with hot FS caches).
1660                 (1.3 seconds without Date and Size columns...)
1661
1662 2006-08-22 [paul]       2.4.0cvs72
1663
1664         wrap documents and do some items from mones' MANUAL-TODO:
1665
1666         * manual/account.xml
1667                 4.1. = fix tabname references to <quote>tabname</quote>
1668                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1669         * manual/faq.xml
1670                 1.1. = mentioned options don't match UI
1671                 Add information about the 'Never send Return Receipts'
1672                 option
1673         * manual/handling.xml
1674                 6.2. = Mentions Extended symbols button, but now is
1675                 named Information
1676                 6.3. = Mentions ... button, which is now Edit
1677
1678 2006-08-22 [colin]      2.4.0cvs71
1679
1680         * src/gtk/pluginwindow.c
1681                 Fix layout in verbose translations (such
1682                 as french)
1683
1684 2006-08-22 [paul]       2.4.0cvs70
1685
1686         * manual/Makefile.am
1687                 build manuals in alphabetical order
1688         * src/addressbook.c
1689         * src/prefs_themes.c
1690                 replace/remove deprecated symbols
1691         * src/gtk/gtkutils.c
1692                 fix a warning
1693         * src/gtk/pluginwindow.c
1694                 replace deprecated symbol
1695                 replace label text and move it
1696         * src/plugins/pgpcore/prefs_gpg.c
1697                 move the 'Generate...' button out of the
1698                 Sign Key frame, replace the English used
1699         * src/plugins/pgpcore/sgpgme.c
1700                 fixes to the English
1701
1702 2006-08-21 [colin]      2.4.0cvs69
1703
1704         * src/plugins/trayicon/trayicon.c
1705                 Add more strings for translation; patch
1706                 by Pawel
1707
1708 2006-08-21 [colin]      2.4.0cvs68
1709
1710         * src/compose.c
1711                 fix replied flag not set after drafting
1712         * src/matcher.c
1713                 fix body quicksearch in non-encoded bodies
1714                 containing '='
1715         * src/msgcache.c
1716                 Get rid of the g_malloc workaround for
1717                 corrupted caches, use g_try_malloc
1718
1719 2006-08-21 [colin]      2.4.0cvs67
1720
1721         * src/alertpanel.c
1722         * src/gtk/inputdialog.c
1723         * src/plugins/pgpcore/passphrase.c
1724                 Set minimal width to 375
1725         * src/mainwindow.c
1726                 Fix switching to offline, asking if it 
1727                 should be overriden for synchronising
1728         * src/mimeview.c
1729                 Don't offer to remember command on Open 
1730                 with for text parts, as the browser or 
1731                 text editor command isn't changed from 
1732                 there
1733
1734 2006-08-20 [paul]       2.4.0cvs66
1735
1736         * po/ko.po
1737         * po/zh_CN.po
1738                 fix plural form errors. revealed by stricter
1739                 checking of gettext 0.15
1740
1741 2006-08-18 [paul]       2.4.0cvs65
1742
1743         * src/stock_pixmap.c
1744                 fix the fix of 2.4.0cvs64
1745                 Thanks to Colin
1746
1747 2006-08-18 [paul]       2.4.0cvs64
1748
1749         * src/stock_pixmap.c
1750                 fix leaks
1751                 Thanks to Colin
1752
1753 2006-08-18 [paul]       2.4.0cvs63
1754
1755         * src/compose.c
1756         * src/procmsg.c
1757                 fix occasional IMAP bug where large msgs
1758                 were left in the queue folder after sending
1759                 Thanks to Colin
1760
1761 2006-08-18 [paul]       2.4.0cvs62
1762
1763         * src/folderview.c
1764                 freeze the summaryview while quicksearch results
1765                 are displayed
1766                 (fixes bug 456 'current message is hidden when the
1767                 view is refreshed and extended search is "unread 
1768                 messages"')
1769                 Thanks to Colin
1770         * src/textview.c
1771                 add missing #include "inputdialog.h"
1772         * src/common/utils.h
1773                 add missing mailcap_update_default() and improve
1774                 readability
1775
1776 2006-08-17 [colin]      2.4.0cvs61
1777
1778         * src/plugins/pgpcore/select-keys.c
1779                 Fix warnings :)
1780
1781 2006-08-17 [colin]      2.4.0cvs60
1782
1783         * src/compose.c
1784                 Don't continue queuing if Cancel is clicked
1785                 in select-keys
1786
1787 2006-08-17 [colin]      2.4.0cvs59
1788
1789         * src/plugins/pgpcore/select-keys.c
1790                 When encrypting, if only one key matches and it 
1791                 matches exactly, automatically use it.
1792
1793 2006-08-17 [colin]      2.4.0cvs58
1794
1795         * src/mimeview.c
1796         * src/prefs_common.c
1797         * src/prefs_common.h
1798         * src/prefs_ext_prog.c
1799         * src/textview.c
1800                 Fix issues with previous patch (text/html)
1801                 Remove outdated prefs
1802
1803 2006-08-17 [colin]      2.4.0cvs57
1804
1805         * src/imap.c
1806                 Add View Log button on auth error
1807         * src/procmsg.c
1808                 Fix encrypted mail marked as new when
1809                 saved in normal folders
1810         * src/plugins/pgpinline/pgpinline.c
1811                 Fix encrypt bug on IMAP
1812         * src/mimeview.c
1813         * src/common/utils.c
1814         * src/common/utils.h
1815         * src/gtk/inputdialog.c
1816         * src/gtk/inputdialog.h
1817                 Get rid of metamail stuff, simplify
1818                 opening, and allow remembering of user's
1819                 choices (by updating ~/.mailcap). There's
1820                 still to drop "Audio player" and "Image
1821                 viewer" preferences.
1822
1823 2006-08-17 [mones]      2.4.0cvs56
1824
1825         * manual/es/sylpheed-claws-manual.xml
1826                 fix DTD path
1827
1828 2006-08-17 [mones]      2.4.0cvs55
1829
1830         * configure.ac
1831         * manual/Makefile.am
1832         * manual/es/Makefile.am
1833         * manual/es/account.xml
1834         * manual/es/ack.xml
1835         * manual/es/addrbook.xml
1836         * manual/es/advanced.xml
1837         * manual/es/faq.xml
1838         * manual/es/glossary.xml
1839         * manual/es/gpl.xml
1840         * manual/es/handling.xml
1841         * manual/es/intro.xml
1842         * manual/es/keyboard.xml
1843         * manual/es/plugins.xml
1844         * manual/es/starting.xml
1845         * manual/es/sylpheed-claws-manual.xml
1846         * manual/es/dist/Makefile.am
1847         * manual/es/dist/html/Makefile.am
1848         * manual/es/dist/pdf/Makefile.am
1849         * manual/es/dist/ps/Makefile.am
1850         * manual/es/dist/txt/Makefile.am
1851                 Spanish translation for the manual
1852
1853 2006-08-16 [colin]      2.4.0cvs54
1854
1855         * src/compose.c
1856         * src/main.c
1857         * src/mainwindow.c
1858                 Fix send button sensitivity at startup
1859                 Set send menu sensitivity (patch by Fabien)
1860         * src/ssl_manager.c
1861                 Enable closing with esc (patch by Fabien)
1862         * src/gtk/foldersort.c
1863                 Enable closing with esc (patch by Fabien)
1864         * src/procmime.c
1865                 Optimisation (no need to copy to tempfile to
1866                 "decode" 7bit and 8bit)
1867         * src/summaryview.c
1868                 Fix cruft in swap_from case
1869         * src/textview.c
1870                 Fix missing last line in some mail cases 
1871                 (Fixes debian #381872)
1872         * src/plugins/pgpcore/prefs_gpg.c
1873         * src/plugins/pgpcore/sgpgme.c
1874         * src/plugins/pgpcore/sgpgme.h
1875                 Don't show "no key found" when user explicitely
1876                 wants to create a key
1877
1878 2006-08-16 [paul]       2.4.0cvs53
1879
1880         * configure.ac
1881         * src/account.c
1882         * src/addressbook.c
1883         * src/headerview.c
1884         * src/prefs_account.c
1885         * src/prefs_message.c
1886         * src/gtk/gtkutils.c
1887                 bump up minimum required versions of GTK+ and
1888                 GLIB to 2.6.0
1889
1890 2006-08-16 [paul]       2.4.0cvs52
1891
1892         * src/toolbar.c
1893                 workaround GTK+ Bug 351600 - 'Can't re-click
1894                 on button after sensitivity update'
1895                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1896                 Thanks to Colin
1897
1898 2006-08-15 [colin]      2.4.0cvs51
1899
1900         * src/plugins/pgpcore/prefs_gpg.c
1901                 Set options sensitivity according to
1902                 key existence
1903         * src/plugins/pgpcore/sgpgme.c
1904                 Allow to create key with no passphrase
1905
1906 2006-08-14 [cleroy]     2.4.0cvs50
1907
1908         * src/gtk/pluginwindow.c
1909                 New layout (maybe to be changed?)
1910         * src/gtk/gtkutils.c
1911                 Fix a bit label_window
1912         * src/plugins/pgpcore/passphrase.c
1913         * src/plugins/pgpcore/passphrase.h
1914         * src/plugins/pgpcore/plugin.c
1915         * src/plugins/pgpcore/prefs_gpg.c
1916         * src/plugins/pgpcore/prefs_gpg.h
1917         * src/plugins/pgpcore/sgpgme.c
1918         * src/plugins/pgpcore/sgpgme.h
1919                 Allow to create a PGP private key via the GUI
1920
1921 2006-08-14 [wwp]        2.4.0cvs49
1922
1923         * src/addressbook_foldersel.c
1924                 fix strict ISO C90 compliance.
1925
1926 2006-08-14 [paul]       2.4.0cvs48
1927
1928         * src/gtk/prefswindow.c
1929                 re-set scrolled window on opening
1930                 Patch by Ticho
1931
1932 2006-08-14 [paul]
1933
1934         2.5.0-rc1 released
1935
1936 2006-08-14 [paul]       2.4.0cvs47
1937
1938         * src/prefs_display_header.c
1939                 re-enable user-defined Displayed Headers
1940
1941 2006-08-14 [paul]       2.4.0cvs46
1942
1943         * src/prefs_account.c
1944                 use GTK_STOCK_EDIT
1945
1946 2006-08-13 [colin]      2.4.0cvs45
1947
1948         * src/common/utils.c
1949                 Fix "a" in quote when the original message is empty,
1950                 by using \0 instead of 'a' to test writability of
1951                 temp files.
1952
1953 2006-08-13 [wwp]        2.4.0cvs44
1954
1955         * src/plugins/spamassassin/spamassassin.c
1956                 fix capitalization of "SpamAssassin" in some debug, log and
1957                 dialog messages.
1958
1959 2006-08-13 [paul]       2.4.0cvs43
1960
1961         * src/editldap.c
1962                 fix overlapping widgets
1963         * src/prefs_account.c
1964                 fix translation of protocol_names[]
1965                 fix label disappearing off the edge of the
1966                 visible area
1967
1968 2006-08-12 [paul]       2.4.0cvs42
1969
1970         * manual/plugins.xml
1971                 update IRC channel info before it gets forgotten
1972                 about
1973
1974 2006-08-11 [colin]      2.4.0cvs41
1975
1976         * src/compose.c
1977         * src/mainwindow.c
1978         * src/mainwindow.h
1979         * src/procmsg.c
1980         * src/procmsg.h
1981         * src/summaryview.c
1982         * src/toolbar.c
1983                 Grey out the Send button if
1984                 - Queue folders are empty, or
1985                 - We're sending already
1986
1987 2006-08-11 [wwp]        2.4.0cvs40
1988
1989         * src/main.c
1990                 fix a logic issue when quitting while a compose window is
1991                 still open, thanks to Colin.
1992
1993 2006-08-10 [colin]      2.4.0cvs39
1994
1995         * src/main.c
1996                 Fix default font size setting after wizard run
1997         * src/imap.c
1998         * src/etpan/imap-thread.c
1999         * src/etpan/imap-thread.h
2000                 Fix bug #999 (Timing out on TSL cert validation 
2001                 dialog makes ugly things happen). Also, STARTTLS
2002                 unconditionnaly if initial capabilities contain
2003                 LOGINDISABLED and STARTTLS.
2004
2005 2006-08-09 [colin]      2.4.0cvs38
2006
2007         * src/mainwindow.c
2008         * src/mainwindow.h
2009                 Fix Tools/Actions sensitivity when there are
2010                 no actions
2011
2012 2006-08-09 [colin]      2.4.0cvs37
2013
2014         * src/prefs_filtering.c
2015                 Warning fix, patch by Paul
2016         * src/messageview.c
2017         * src/prefs_actions.c
2018         * src/prefs_filtering_action.c
2019         * src/prefs_matcher.c
2020                 Uniformisation of "Info ..." to "Info..." (for
2021                 old gtk), patch by Fabien
2022         * src/plugins/clamav/clamav_plugin_gtk.c
2023                 Sensitivity fix by Fabien
2024
2025 2006-08-09 [colin]      2.4.0cvs36
2026
2027         * src/main.c
2028         * src/main.h
2029                 Add a function to know whether we're exiting
2030         * src/plugins/trayicon/trayicon.c
2031                 If exiting, don't do anything. Faster, and
2032                 avoids gtk_main_iteration reentracy causing
2033                 segfaults at exit
2034
2035 2006-08-09 [colin]      2.4.0cvs35
2036
2037         * src/messageview.c
2038         * src/mimeview.c
2039         * src/mimeview.h
2040                 Fix lack of part selection when automatically 
2041                 jumping to a specific part
2042         * src/msgcache.c
2043                 Little optimisation in cache reading
2044
2045 2006-08-09 [colin]      2.4.0cvs34
2046
2047         * src/compose.c
2048                 Fix crash setting the priority on reedit
2049                 (Accessing compose before creating it!)
2050
2051 2006-08-08 [colin]      2.4.0cvs33
2052
2053         * src/procmime.c
2054                 Fix bug #998 (last attachment is not accessible)
2055                 Bad RFC interpretation on multipart close-delimiters
2056         * src/mimeview.c
2057         * src/mimeview.h
2058         * src/gtk/gtkvscrollbutton.c
2059         * src/gtk/gtkvscrollbutton.h
2060                 Make attachments list wheel-scrollable
2061
2062 2006-08-07 [colin]      2.4.0cvs32
2063
2064         * src/gtk/gtkaspell.c
2065                 Fix bug #973 (Unicode punctation characters 
2066                 are not recognized as separators by the
2067                 spell checker); fix unsigned stuff
2068
2069 2006-08-07 [colin]      2.4.0cvs31
2070
2071         * src/compose.c
2072                 Fix bug #956 (DnD text with accents in compose 
2073                 text entry); fix gccc's signed/unsigned fuss
2074
2075 2006-08-06 [colin]      2.4.0cvs30
2076
2077         * src/main.c
2078                 Fix bug #979 (Plugin crashes when exiting 
2079                 sylpheed-claws) : handle exit request only 
2080                 once
2081
2082 2006-08-05 [colin]      2.4.0cvs29
2083
2084         * src/news.c
2085                 Just make sure we have a msgid.
2086
2087 2006-08-05 [colin]      2.4.0cvs28
2088
2089         * src/news.c
2090         * src/summaryview.c
2091                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2092                 by reimplementing it
2093         * src/textview.c
2094                 Fix bug when hiding quotes with level > 3 and quote
2095                 colors are recycled
2096
2097 2006-08-04 [colin]      2.4.0cvs27
2098
2099         * src/compose.c
2100         * src/undo.c
2101         * src/undo.h
2102                 Fix a bit replace-by-pasting undo
2103         * src/mainwindow.c
2104         * src/messageview.c
2105                 Fix Fold quotes menu synchro in
2106                 mainwindow when it changes in 
2107                 messageview
2108         * src/textview.c
2109                 Fix right-click on quotes blocks
2110         * src/common/utils.c
2111                 Verify that the file created by
2112                 my_tmpfile() is writable. Fixes
2113                 bug #988 (very specific filesystem
2114                 issue)
2115         * src/plugins/pgpcore/sgpgme.c
2116                 Fix file descriptor leak
2117         * src/plugins/spamassassin/spamassassin.c
2118                 Warn once if spamd isn't reachable
2119
2120 2006-08-04 [colin]      2.4.0cvs26
2121
2122         * src/toolbar.c
2123                 i18n context patch by Fabien
2124
2125 2006-08-03 [colin]      2.4.0cvs25
2126
2127         * src/mainwindow.c
2128         * src/messageview.c
2129                 Rename "Hide quotes" to "Fold quotes"
2130         * src/textview.c
2131                 Don't use hand cursor on quotes. "all 
2132                 the bonuses of the feature and none of 
2133                 unwelcome side-effects"
2134
2135 2006-08-03 [colin]      2.4.0cvs24
2136
2137         * AUTHORS
2138         * sylpheed-claws.desktop
2139         * src/gtk/authors.h
2140                 Bring the desktop file to XDG compliance
2141                 Patch by Charles A. Edwards
2142
2143 2006-08-03 [colin]      2.4.0cvs23
2144
2145         * src/textview.c
2146                 Fix links offset when they are preceded
2147                 by accentued chars (g_utf8_strlen!)
2148         * src/mainwindow.c
2149                 Fix wrong status when starting offline
2150
2151
2152 2006-08-03 [wwp]        2.4.0cvs22
2153
2154         * src/prefs_common.h
2155                 ask what to do w/ filtering rules that belong to an account when
2156                 applying filtering rules manually from the main window (skip,
2157                 apply regardless of the account, use current account). This dialog
2158                 can be skipped and the last reply used.
2159                 (forgot that file)
2160
2161 2006-08-03 [wwp]        2.4.0cvs21
2162
2163         * src/filtering.c
2164         * src/filtering.h
2165         * src/prefs_common.c
2166         * src/summaryview.c
2167         * src/alertpanel.c
2168         * src/alertpanel.h
2169         * src/messageview.c
2170                 ask what to do w/ filtering rules that belong to an account when
2171                 applying filtering rules manually from the main window (skip,
2172                 apply regardless of the account, use current account). This dialog
2173                 can be skipped and the last reply used.
2174
2175
2176 2006-08-03 [colin]      2.4.0cvs20
2177
2178         * src/textview.c
2179                 Optimize previous patch
2180
2181 2006-08-03 [cleroy]     2.4.0cvs19
2182
2183         * src/textview.c
2184                 Fix quotes getting toggled back when the
2185                 mail has an even number of text parts
2186
2187 2006-08-02 [colin]      2.4.0cvs18
2188
2189         * src/messageview.c
2190                 Add Hide quotes menu
2191
2192 2006-08-02 [colin]      2.4.0cvs17
2193
2194         * src/mainwindow.c
2195         * src/prefs_common.c
2196         * src/textview.c
2197         * src/textview.h
2198         * src/gtk/about.c
2199                 Allow per-level quote hiding,
2200                 Allow toggling quotes by double-clicking them
2201                 Rename RemoteURI to ClickableText to reflect
2202                 the fact it's used for a variety of things
2203
2204 2006-08-02 [wwp]        2.4.0cvs16
2205
2206         * src/mainwindow.c
2207                 fix "View/Hide quotes" menu item status initialization.
2208
2209 2006-08-02 [wwp]        2.4.0cvs15
2210
2211         * src/matcher_parser_parse.y
2212                 remove a debug trace.
2213
2214 2006-08-02 [paul]       2.4.0cvs14
2215
2216         * src/plugins/pgpcore/passphrase.c
2217                 don't set initial dialog size
2218                 make it resizable
2219
2220 2006-08-02 [paul]       2.4.0cvs13
2221
2222         * src/noticeview.c
2223                 remove the rogue '/' character
2224
2225 2006-08-02 [paul]       2.4.0cvs12
2226
2227         * src/noticeview.c
2228                 allow buttons to resize as necessary
2229
2230 2006-08-01 [wwp]        2.4.0cvs11
2231
2232         * src/mbox.c
2233                 fix strict ISO C90 compliance.
2234
2235 2006-08-01 [wwp]        2.4.0cvs10
2236
2237         * tools/update-po
2238                 updated update-po tool to work w/ context-dependent translations.
2239                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2240
2241 2006-08-01 [wwp]        2.4.0cvs9
2242
2243         * src/matcher.c
2244         * src/prefs_filtering.c
2245         * src/prefs_matcher.c
2246                 allow context-dependent translations for "All",
2247                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2248
2249 2006-07-31 [colin]      2.4.0cvs8
2250
2251         * AUTHORS
2252         * src/gtk/authors.h
2253                 Add Rafal to authors
2254
2255 2006-07-31 [colin]      2.4.0cvs7
2256
2257         * src/compose.c
2258         * src/mainwindow.c
2259         * src/messageview.h
2260         * src/prefs_common.c
2261         * src/prefs_common.h
2262         * src/textview.c
2263                 Add 'View/Hide quotes'. Patch based on a patch
2264                 by Rafal Weglarz
2265
2266 2006-07-31 [colin]      2.4.0cvs6
2267
2268         * src/action.c
2269                 Fix problem with "> stuff >" actions
2270
2271 2006-07-31 [paul]       2.4.0cvs5
2272
2273         * po/nb.po
2274                 updated by Geir Helland
2275
2276 2006-07-31 [wwp]        2.4.0cvs4
2277
2278         * src/mainwindow.c
2279         * src/summaryview.c
2280         * src/summaryview.h
2281                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2282                 thanks to Colin.
2283
2284 2006-07-31 [wwp]        2.4.0cvs3
2285
2286         * src/Makefile.am
2287         * src/addr_compl.c
2288         * src/addr_compl.h
2289         * src/addressbook.c
2290         * src/addressbook.h
2291         * src/addressbook_foldersel.c
2292         * src/addressbook_foldersel.h
2293         * src/addrindex.c
2294         * src/addrindex.h
2295         * src/matcher.c
2296         * src/matcher.h
2297         * src/matcher_parser_lex.l
2298         * src/matcher_parser_parse.y
2299         * src/prefs_common.c
2300         * src/prefs_common.h
2301         * src/prefs_filtering.c
2302         * src/prefs_matcher.c
2303         * src/prefs_matcher.h
2304         * src/summaryview.c
2305                 introduce filtering against the address book. It's now possible to add
2306                 matched conditions to determine if any email address in a message matches
2307                 or doesn't match any or all books or folders in the address book.
2308
2309 2006-07-31 [wwp]        2.4.0cvs2
2310
2311         * src/account.c
2312         * src/filtering.c
2313         * src/filtering.h
2314         * src/folder.c
2315         * src/folderview.c
2316         * src/inc.c
2317         * src/mainwindow.c
2318         * src/matcher.c
2319         * src/matcher_parser_lex.l
2320         * src/matcher_parser_parse.y
2321         * src/mbox.c
2322         * src/prefs_filtering.c
2323         * src/prefs_filtering.h
2324         * src/procmsg.c
2325         * src/procmsg.h
2326         * src/summaryview.c
2327                 introduce per-account filtering rules. Each filtering rule can now be assigned
2328                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2329                 when applying filtering rules manually, as all rules will apply - even the ones
2330                 assigned to an account. This issue will be addressed soon.
2331  
2332
2333
2334 2006-07-31 [wwp]        2.4.0cvs1
2335
2336         * src/quote_fmt.c
2337                 make more strings translatable.
2338
2339 2006-07-31 [paul]       2.4.0
2340
2341         2.4.0 released
2342
2343 2006-07-31 [paul]       2.3.1cvs91
2344
2345         * po/ca.po
2346                 updated by Miquel Oliete
2347
2348 2006-07-31 [paul]       2.3.1cvs90
2349
2350         * po/de.po
2351         * po/el.po
2352         * po/fr.po
2353         * po/it.po
2354         * po/pl.po
2355         * po/pt_BR.po
2356         * po/sr.po
2357         * po/zh_CN.po
2358                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2359                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2360                 Aleksandar Urosevic, and Ralgh Young
2361
2362 2006-07-31 [paul]       2.3.1cvs89
2363
2364         * src/account.c
2365         * src/main.c
2366         * src/mainwindow.c
2367         * src/mainwindow.h
2368                 Fix a race condition when, after an SC crash, rescanning
2369                 folders took more than 0.5 seconds
2370                 Thanks to Colin
2371
2372 2006-07-31 [paul]       2.3.1cvs88
2373
2374         * src/folderview.c
2375                 don't translate separator strings
2376
2377 2006-07-30 [mones]      2.3.1cvs87
2378
2379         * doc/man/sylpheed-claws.1
2380                 Fixed non-ASCII chars in Hoa's name
2381         * po/es.po
2382                 Updated for release
2383
2384 2006-07-27 [colin]      2.3.1cvs86
2385
2386         * src/textview.c
2387                 Don't include the leading \n in links
2388                 Patch by Fabien
2389
2390 2006-07-25 [colin]      2.3.1cvs85
2391
2392         * src/mainwindow.c
2393         * src/common/socket.h
2394         * src/etpan/imap-thread.c
2395                 Refresh resolvers before connecting
2396                 to IMAP servers, and after switching
2397                 to online. Thanks to Paul.
2398
2399 2006-07-18 [colin]
2400
2401         * 2.4.0-rc4 released
2402
2403 2006-07-17 [colin]      2.3.1cvs84
2404
2405         * src/inc.c
2406                 Show connection attempt in statusbar before
2407                 connecting (previously first message was
2408                 "Retrieving messages from ..." after the
2409                 connection succeeded.
2410
2411 2006-07-16 [wwp]        2.3.1cvs83
2412
2413         * sylpheed-claws.ico
2414                 Added .ico file (windows multi-size icon file, generated).
2415
2416 2006-07-12 [wwp]        2.3.1cvs82
2417
2418         * src/messageview.c
2419                 remove Message/Re-edit menu entry from messageview window,
2420                 as sent/draft/queued messages are opened in compose window when
2421                 re-edited and it's not possible to re-edit other msgs.
2422
2423 2006-07-12 [paul]       2.3.1cvs81
2424
2425         * AUTHORS
2426         * src/mainwindow.c
2427         * src/gtk/authors.h
2428                 check online state before resetting
2429                 mailcheck timer. Useful if some program
2430                 verifies connection state and updates
2431                 Claws.
2432                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2433
2434 2006-07-12 [paul]       2.3.1cvs80
2435
2436         * sylpheed-claws-128x128.png
2437         * sylpheed-claws-64x64.png
2438         * sylpheed-claws.png
2439         * src/Makefile.am
2440         * src/main.c
2441         * src/prefs_toolbar.c
2442         * src/stock_pixmap.c
2443         * src/stock_pixmap.h
2444         * src/wizard.c
2445         * src/gtk/about.c
2446         * src/gtk/gtkutils.c
2447         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2448         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2449         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2450         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2451         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2452         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2453                 updated and renamed logo/icon files and related
2454                 logo by Jesper Schultz
2455
2456 2006-07-11 [paul]       2.3.1cvs79
2457
2458         * src/main.c
2459                 fix the labels a smidgin
2460
2461 2006-07-09 [colin]      2.3.1cvs78
2462
2463         * src/textview.c
2464                 Show errors in textviewer's command
2465                 Patch by H. Merijn Brand
2466
2467 2006-07-09 [colin]      2.3.1cvs77
2468
2469         * src/compose.c
2470                 Save FMID in drafts too
2471
2472 2006-07-08 [colin]      2.3.1cvs76
2473
2474         * src/compose.c
2475                 Svae RMID in drafted mails too
2476                 Save quote_fmt vars for whole mails,
2477                 don't reset at each quote_fmt_init:
2478                 allows to use the same |i{var} in
2479                 various template fields
2480         * src/prefs_template.c
2481         * src/quote_fmt.h
2482         * src/quote_fmt_parse.y
2483                 Same
2484
2485 2006-07-08 [colin]      2.3.1cvs75
2486
2487         * src/textview.c
2488                 Fix highlighting of attached parts URIs
2489
2490 2006-07-08 [colin]      2.3.1cvs74
2491
2492         * src/main.c
2493                 Prevent bug #981 (sc 2.3.1 segfaults with 
2494                 gtk+ 2.10) from being reported again:
2495                 if Sylpheed-Claws has been compiled against
2496                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2497                 of if Sylpheed-Claws has been compiled against
2498                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2499                 error out.
2500
2501 2006-07-07 [colin]      2.3.1cvs73
2502
2503         * src/prefs_actions.c
2504                 Fix label
2505
2506 2006-07-07 [colin]      2.3.1cvs72
2507
2508         * src/prefs_actions.c
2509                 Fix compile on gtk < 2.8. argh :)
2510
2511 2006-07-07 [paul]       2.3.1cvs71
2512
2513         * src/common/defs.h
2514                 update DONATE_URI
2515
2516 2006-07-07 [colin]      2.3.1cvs70
2517
2518         * po/POTFILES.in
2519         * src/quote_fmt.c
2520         * src/quote_fmt_lex.l
2521         * src/quote_fmt_parse.y
2522                 Add |i{var}, a way to insert user-entered
2523                 text in a template
2524
2525 2006-07-07 [colin]
2526
2527         * 2.4.0-rc3 released
2528
2529 2006-07-07 [colin]      2.3.1cvs69
2530
2531         * src/folder.c
2532                 Don't consider inboxes of UNKNOWN folder 
2533                 classes to be useable as default inboxes
2534
2535 2006-07-07 [paul]       2.3.1cvs68
2536
2537         * src/textview.c
2538                 add missing #include <errno.h>
2539                 Thanks to René J. Blokland
2540
2541 2006-07-07 [paul]       2.3.1cvs67
2542
2543         * src/action.c
2544                 Return now Closes dialog
2545         * src/mimeview.c
2546         * src/mimeview.h
2547         * src/textview.c
2548                 add contextual menu to mime parts listed
2549                 in the textview
2550                 Thanks to Colin
2551         * src/common/utils.c
2552                 reversal: ' is a valid character in URLs
2553
2554 2006-07-06 [colin]      2.3.1cvs66
2555
2556         * src/remotefolder.h
2557                 Forgotten in previous commit
2558
2559 2006-07-06 [colin]      2.3.1cvs65
2560
2561         * src/folder.c
2562                 Set summary update flag whenever
2563                 totals changed
2564         * src/imap.c
2565         * src/prefs_account.c
2566         * src/common/utils.h
2567         * src/etpan/imap-thread.c
2568                 Fix warnings, thanks to Fabien and
2569                 Ricardo
2570
2571 2006-07-06 [wwp]        2.3.1cvs64
2572
2573         * src/gtk/gtkutils.c
2574                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2575
2576 2006-07-06 [wwp]        2.3.1cvs63
2577
2578         * src/account.c
2579         * src/addressbook.c
2580         * src/addressitem.h
2581         * src/folderview.c
2582         * src/mainwindow.c
2583         * src/manual.c
2584         * src/manual.h
2585         * src/message_search.c
2586         * src/prefs_actions.c
2587         * src/prefs_filtering.c
2588         * src/prefs_filtering.h
2589         * src/prefs_template.c
2590         * src/summary_search.c
2591         * src/summaryview.c
2592         * src/gtk/gtkutils.c
2593         * src/gtk/gtkutils.h
2594         * src/gtk/pluginwindow.c
2595                 add help buttons to some dialogs. Clicking such buttons opens a
2596                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2597
2598 2006-07-06 [paul]       2.3.1cvs62
2599
2600         * src/textview.c
2601                 fix attachments contextual menu
2602                 Thanks to Colin
2603
2604 2006-07-05 [colin]      2.3.1cvs61
2605
2606         * src/textview.c
2607         * src/compose.c
2608                 Handle sftp:// links
2609
2610 2006-07-05 [paul]       2.3.1cvs60
2611
2612         * src/gtk/filesel.c
2613                 grab save button by default
2614                 Thanks to Colin
2615
2616 2006-07-05 [wwp]        2.3.1cvs59
2617
2618         * manual/xml2pdf
2619                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2620
2621 2006-07-04 [colin]      2.3.1cvs58
2622
2623         * src/mimeview.c
2624         * src/textview.c
2625                 Use left click to select, middle click to open
2626                 on mimeparts links
2627         * src/common/utils.c
2628                 Fix segfault
2629
2630 2006-07-04 [colin]      2.3.1cvs57
2631
2632         * src/mainwindow.c
2633         * src/news.c
2634                 Warning fixes, thanks to Fabien
2635
2636 2006-07-04 [colin]      2.3.1cvs56
2637
2638         * src/mimeview.c
2639         * src/mimeview.h
2640         * src/textview.c
2641                 Allow parts to be selected via their text label
2642                 in textview
2643
2644 2006-07-04 [colin]      2.3.1cvs55
2645
2646         * src/folderview.c
2647                 Feedback when closing (for big folders)
2648         * src/prefs_actions.c
2649         * src/prefs_filtering.c
2650         * src/prefs_matcher.c
2651         * src/prefs_template.c
2652                 Fix default button when closing without
2653                 having saved
2654
2655 2006-07-04 [colin]      2.3.1cvs54
2656
2657         * src/news.c
2658                 Delete local file on deletion
2659
2660 2006-07-03 [colin]      2.3.1cvs53
2661
2662         * src/folderview.c
2663         * src/main.c
2664                 Don't freeze when rescanning after crash
2665
2666 2006-07-03 [wwp]        2.3.1cvs52
2667
2668         * src/compose.c
2669         * src/privacy.c
2670         * src/privacy.h
2671         * src/plugins/pgpinline/pgpinline.c
2672         * src/plugins/pgpmime/pgpmime.c
2673                 don't report an error when the user cancels the passphrase dialog.
2674
2675 2006-07-02 [colin]      2.3.1cvs51
2676
2677         * src/folderview.c
2678                 Open message when crossing folders with Space,
2679                 goto next unread and friends
2680
2681 2006-07-01 [colin]      2.3.1cvs50
2682
2683         * src/prefs_account.c
2684                 Typographic rules varying from language
2685                 to language (in french "Protocole :"),
2686                 we have to do that :)
2687
2688 2006-07-01 [ticho]      2.3.1cvs49
2689
2690         * src/prefs_account.c
2691                 Only use one temporary gchar* variable in
2692                 prefs_account_protocol_set_optmenu().
2693
2694 2006-07-01 [ticho]      2.3.1cvs48
2695
2696         * src/prefs_account.c
2697         * src/prefs_account.h
2698                 Use GtkLabel for existing account protocol name.
2699                 Created an array for protocol names and populate the
2700                 combobox from it in a for() cycle.
2701
2702 2006-06-30 [colin]      2.3.1cvs47
2703
2704         * src/compose.c
2705                 Block undo when changing signature (by changing
2706                 account)
2707
2708 2006-06-30 [paul]       2.3.1cvs46
2709
2710         * src/send_message.c
2711                 when editing From in the Compose window, use that address
2712                 in the Return-Path: header
2713                 Thanks to Colin
2714
2715 2006-06-30 [colin]      2.3.1cvs45
2716
2717         * src/compose.c
2718                 Fix signature replacement:
2719                 - when no newline before separator
2720                 - when reediting
2721
2722 2006-06-29 [colin]      2.3.1cvs44
2723
2724         * src/folderview.c
2725         * src/folderview.h
2726         * src/mainwindow.c
2727         * src/summaryview.c
2728                 Let 'View/Go to/Next marked' work like
2729                 Next new & Next unread: across folders
2730                 Change the select_on_entry pref to do
2731                 what we want when changing folder
2732         * src/common/utils.c
2733                 Fix single-quoted links 
2734
2735 2006-06-29 [colin]      2.3.1cvs43
2736
2737         * src/gtk/gtkaspell.c
2738                 "Sylpheed" and "Sylpheed-Claws" do exist !
2739
2740 2006-06-29 [colin]      2.3.1cvs42
2741
2742         * src/imap.c
2743                 Forgot to remove debug
2744
2745 2006-06-29 [colin]      2.3.1cvs41
2746
2747         * src/imap.c
2748         * src/imap.h
2749         * src/mainwindow.c
2750                 Disconnect from IMAP servers when going
2751                 offline. Fixes bug #978 (going to offline-mode 
2752                 won't close connections)
2753
2754 2006-06-29 [colin]      2.3.1cvs40
2755
2756         * src/main.c
2757                 Fix transient setting on failing plugins
2758                 Patch by Fabien
2759         * src/plugins/pgpcore/sgpgme.c
2760                 Only warn for OpenPGP. Most people don't
2761                 have CMS available.
2762
2763 2006-06-29 [colin]      2.3.1cvs39
2764
2765         * src/compose.c
2766                 Fix Spelling menu (discrepancy between context menu
2767                 and top menu when folder's dictionary isn't the 
2768                 default one)
2769         * src/plugins/pgpcore/sgpgme.c
2770                 More error reporting about why gpgme can fail
2771
2772 2006-06-29 [wwp]        2.3.1cvs38
2773
2774         * src/mainwindow.c
2775                 honor the display-header-pane setting even when the message view
2776                 is a separate window.
2777
2778 2006-06-29 [wwp]        2.3.1cvs37
2779
2780         * src/prefs_actions.c
2781                 forgot to commit that one (use of GTK_STOCK_INFO).
2782
2783 2006-06-29 [colin]      2.3.1cvs36
2784
2785         * src/imap.c
2786                 Better handling of login errors (ask the password
2787                 again once), alert in case of error. Fix three
2788                 signedness warnings.
2789
2790 2006-06-28 [wwp]        2.3.1cvs35
2791
2792         * src/prefs_template.c
2793         * src/prefs_matcher.c
2794         * src/prefs_filtering_action.c
2795         * src/prefs_quote.c
2796                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2797                 patch by Fabien Vantard, slightly modified.
2798
2799 2006-06-28 [paul]
2800
2801         2.4.0-rc2 released
2802
2803 2006-06-28 [colin]      2.3.1cvs34
2804
2805         * src/prefs_account.c
2806                 Fix bug #977 (Can't add or edit imap accounts)
2807
2808 2006-06-28 [colin]      2.3.1cvs33
2809
2810         * src/mimeview.c
2811                 Fix previous
2812
2813 2006-06-28 [colin]      2.3.1cvs32
2814
2815         * src/mimeview.c
2816                 Save named inlined attachments with "Save all"
2817         * src/main.c
2818         * src/mbox.c
2819         * src/common/plugin.c
2820         * src/common/plugin.h
2821         * src/common/sylpheed.c
2822         * src/common/utils.c
2823         * src/plugins/pgpcore/sylpheed.def
2824         * src/plugins/pgpinline/sylpheed.def
2825         * src/plugins/pgpmime/sylpheed.def
2826                 Win32 compatibility patch, by
2827                 Werner Koch
2828
2829 2006-06-28 [wwp]        2.3.1cvs31
2830
2831         * src/imap.c
2832         * src/prefs_folder_item.c
2833                 less compilation warnings (thanks to Fabien Vantard), less typos.
2834
2835 2006-06-28 [paul]       2.3.1cvs30
2836
2837         * src/gtk/gtkutils.c
2838                 gtk_combo_box_set_focus_on_click() is only
2839                 available since gtk 2.6.0
2840
2841 2006-06-28 [paul]       2.3.1cvs29
2842
2843         * src/prefs_ext_prog.c
2844                 fix engrish and add a tooltip for the
2845                 'command for 'Display as text' option
2846
2847 2006-06-28 [paul]
2848
2849         2.4.0-rc1 released
2850
2851 2006-06-28 [paul]       2.3.1cvs28
2852
2853         * ChangeLog
2854         * tools/Makefile.am
2855                 include textviewer.pl in releases
2856
2857 2006-06-28 [paul]       2.3.1cvs27
2858
2859         * src/prefs_ext_prog.c
2860                 hide Print command option if libgnomeprint
2861                 support is present
2862
2863 2006-06-27 [colin]      2.3.1cvs26
2864
2865         * src/compose.c
2866                 Fix Esc handling in insert/attach dialog
2867                 Don't show this dialog if dragging something
2868                 else than text/uri-list
2869                 Thanks to Fabien Vantard
2870         * tools/textviewer.pl
2871                 Filter script to display stuff as text
2872                 by H. Merijn Brand
2873
2874 2006-06-27 [wwp]        2.3.1cvs25
2875
2876         * src/messageview.c
2877                 use the exact product name (message view title), patch
2878                 by Fabien Vantard.
2879
2880 2006-06-27 [ticho]      2.3.1cvs24
2881
2882         * src/prefs_account.c
2883         * src/prefs_common.c
2884         * src/prefs_common.h
2885         * src/prefs_ext_prog.c
2886         * src/textview.c
2887                 Add a preference (Preferences/External programs)
2888                 to allow "Display as text" to be done via a script
2889                 (patch by H.Merijn Brand).
2890                 Use GtkComboBox for protocol selection in account
2891                 preferences.
2892                 Only include current choice for existing accounts, and
2893                 insensitivize the combobox.
2894
2895 2006-06-27 [paul]       2.3.1cvs23
2896
2897         * src/mbox.c
2898                 fix crasher introduced in cvs21.
2899                 Thanks to Colin
2900
2901 2006-06-26 [colin]      2.3.1cvs22
2902
2903         * src/mbox.c
2904                 Fix double-frees when leaving folders
2905                 after exporting to mbox
2906
2907 2006-06-26 [colin]      2.3.1cvs21
2908
2909         * src/mbox.c
2910                 More feedback (and optimisation)
2911                 on import/export
2912         * src/common/utils.c
2913                 Fix case when looking for mail addresses
2914         * src/gtk/gtkutils.c
2915                 Extra check for (X-)Face
2916
2917 2006-06-25 [ticho]      2.3.1cvs20
2918
2919         * src/compose.c
2920         * src/exphtmldlg.c
2921         * src/gtk/gtkutils.c
2922         * src/gtk/gtkutils.h
2923                 Added second argument to gtkut_sc_combobox_create() to
2924                 control focus-on-click for the widget.
2925                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2926
2927 2006-06-25 [ticho]      2.3.1cvs19
2928
2929         * src/compose.c
2930         * src/gtk/Makefile.am
2931         * src/gtk/combobox.c
2932         * src/gtk/combobox.h
2933         * src/gtk/gtkutils.c
2934         * src/gtk/gtkutils.h
2935                 Use GtkComboBox instead of deprecated GtkOptionMenu
2936                 for account selector in compose window and for encoding
2937                 selector in attachment properties.
2938                 Also factorise working with the new GtkComboBox somewhat.
2939
2940 2006-06-24 [paul]       2.3.1cvs18
2941
2942         * src/prefs_common.c
2943                 use the correct default value
2944
2945 2006-06-24 [paul]       2.3.1cvs17
2946
2947         * src/compose.c
2948         * src/prefs_common.c
2949         * src/prefs_common.h
2950         * src/prefs_compose_writing.c
2951                 enable setting of default action when
2952                 dnd'ing files in the compose window.
2953                 (Collaborative effort with wwp)
2954
2955 2006-06-23 [wwp]        2.3.1cvs16
2956
2957         * src/compose.c
2958                 i18n fix (thanks to Fabien Vantard)
2959
2960 2006-06-22 [colin]      2.3.1cvs15
2961
2962         * src/prefs_customheader.c
2963                 Don't use filters in custom headers' file 
2964                 selector. Remember, extensions mean nothing :)
2965
2966 2006-06-22 [paul]       2.3.1cvs14
2967
2968         * configure.ac
2969                 allow setting of man directory location
2970
2971 2006-06-22 [colin]      2.3.1cvs13
2972
2973         * src/mainwindow.c
2974                 Add 'View/Go to/Next unread folder'.
2975                 I missed that :)
2976
2977 2006-06-22 [colin]      2.3.1cvs12
2978
2979         * src/common/utils.c
2980                 Add some subject prefixes
2981                 Patch by Bjorn T Johansen <btj@havleik.no>
2982
2983 2006-06-22 [colin]      2.3.1cvs11
2984
2985         * manual/advanced.xml
2986                 Forgotten hidden pref
2987
2988 2006-06-21 [paul]       2.3.1cvs10
2989
2990         * src/prefs_account.c
2991                 complete the removal of 'Add date header' option
2992
2993 2006-06-21 [paul]       2.3.1cvs9
2994
2995         * src/account.c
2996         * src/compose.c
2997         * src/prefs_account.c
2998         * src/prefs_account.h
2999                 remove option to add date header - always
3000                 add date header
3001         * src/etpan/imap-thread.c
3002                 fix warnings (Thanks to Colin)
3003
3004 2006-06-21 [wwp]        2.3.1cvs8
3005
3006         * src/folder.c
3007                 set the attachment flag when inline text part are (file)named. This is more convenient
3008                 when receiving (for instance) inline source files or patches sent using thunderbird.
3009
3010 2006-06-21 [paul]       2.3.1cvs7
3011
3012         * src/inc.c
3013                 fix off-by-one count of current msg in
3014                 statusbar filtering progressbar
3015
3016 2006-06-21 [paul]       2.3.1cvs6
3017
3018         * src/folder.c
3019                 Show attachment icon even if the part is 'inline'
3020                 if the following conditions are met:
3021                 - content-type != 'text/plain'
3022                 - content-type != '*/pgp-signature'
3023                 - either 'name' or 'filename' parameter is not NULL
3024                 
3025                 Thanks to Colin
3026
3027 2006-06-21 [paul]       2.3.1cvs5
3028
3029         * src/messageview.c
3030         * src/prefs_common.c
3031         * src/prefs_common.h
3032         * src/prefs_other.c
3033                 add an option to 'Never send Return
3034                 Receipts'
3035                 Thanks to Colin
3036
3037 2006-06-20 [mones]      2.3.1cvs4
3038
3039         * po/es.po
3040                 updated
3041         * src/compose.c
3042                 typo fixed (space after comma)
3043         * tools/make.themes.project
3044                 remove exec mode from tarball files
3045
3046 2006-06-20 [colin]      2.3.1cvs3
3047
3048         * src/news.c
3049         * src/procheader.c
3050         * src/unmime.c
3051                 Better fix for \n's in headers (don't 
3052                 break Received: and others)
3053
3054 2006-06-20 [paul]       2.3.1cvs2
3055
3056         * src/alertpanel.c
3057         * src/textview.c
3058                 improve legibility of phishing attempt
3059                 dialog
3060
3061 2006-06-20 [paul]       2.3.1cvs1
3062
3063         * NEWS
3064         * README
3065         * configure.ac
3066                 Update version number following
3067                 stable release
3068
3069 2006-06-20 [colin]      2.3.0cvs26
3070
3071         * src/compose.c
3072                 When dragging a file to the text of the compose
3073                 window, ask whether we want to insert or attach
3074                 (I know lots of people who do that to attach)
3075
3076 2006-06-20 [colin]      2.3.0cvs25
3077
3078         * src/etpan/imap-thread.c
3079                 Fix threshold (the append command is often > 32 bytes)
3080
3081 2006-06-19 [colin]      2.3.0cvs24
3082
3083         * src/imap.c
3084         * src/etpan/imap-thread.c
3085                 Workaround Rockliffe IMAP server bug: replace
3086                 "x UID SEARCH (ANSWERED UID 1:*)" with
3087                 "x UID SEARCH ANSWERED"
3088                 (Rockliffe doesn't handle the parenthesis)
3089
3090 2006-06-19 [colin]      2.3.0cvs23
3091
3092         * src/compose.c
3093         * src/imap.c
3094         * src/etpan/imap-thread.c
3095                 Probably fix bug #972 (Freezes when adding 
3096                 an attachment to the message)
3097         * src/common/defs.h
3098                 Modernize Firefox cmd
3099
3100
3101 2006-06-18 [colin]      2.3.0cvs22
3102
3103         * src/prefs_customheader.c
3104                 Only allow correct filenames for various
3105                 custom headers
3106
3107 2006-06-18 [colin]      2.3.0cvs21
3108
3109         * src/prefs_customheader.c
3110                 Add a 'From File...' button in custom headers prefs, which
3111                 try to do the right thing: 
3112                 for normal headers, use file as plaintext,
3113                 for X-Face, calls compface,
3114                 for Face, encode to b64.
3115
3116 2006-06-17 [colin]      2.3.0cvs20
3117
3118         * src/mh.c
3119                 Warning fix
3120
3121 2006-06-16 [colin]      2.3.0cvs19
3122
3123         * src/summaryview.c
3124                 Recursive quicksearch: show message list
3125                 in current folder, *then* search children
3126                 in the background.
3127
3128 2006-06-16 [colin]      2.3.0cvs18
3129
3130         * src/main.c
3131                 Instead of ignoring SIGPIPE, save caches
3132                 when getting one. Will fix the fact that
3133                 hot caches are out-of-date when logging 
3134                 out of Xorg.
3135         * src/compose.c
3136         * src/prefs_compose_writing.c
3137                 Only save text (not attachments) when 
3138                 auto-saving to drafts
3139         * src/unmime.c
3140                 Always replace \n, \r and \t with spaces
3141                 in headers
3142         * manual/dist/html/Makefile.am
3143         * manual/dist/pdf/Makefile.am
3144         * manual/dist/ps/Makefile.am
3145         * manual/dist/txt/Makefile.am
3146         * manual/fr/dist/html/Makefile.am
3147         * manual/fr/dist/pdf/Makefile.am
3148         * manual/fr/dist/ps/Makefile.am
3149         * manual/fr/dist/txt/Makefile.am
3150         * manual/pl/dist/html/Makefile.am
3151         * manual/pl/dist/pdf/Makefile.am
3152         * manual/pl/dist/ps/Makefile.am
3153         * manual/pl/dist/txt/Makefile.am
3154                 Fix make clean removing pregenerated manuals
3155
3156
3157 2006-06-16 [colin]      2.3.0cvs17
3158
3159         * src/plugins/pgpcore/sgpgme.c
3160         * src/plugins/pgpmime/pgpmime.c
3161         * src/plugins/pgpinline/pgpinline.c
3162                 Better error reporting in setup_signers.
3163                 Don't fallback to default key if specified
3164                 key isn't found.
3165                 Don't allow signing if more than one secret
3166                 key matches the one specified in prefs.
3167
3168 2006-06-15 [colin]      2.3.0cvs16
3169
3170         * src/folderview.c
3171                 Add "Send queue" in the folder's contextual
3172                 menu
3173         * src/compose.c
3174         * src/messageview.c
3175         * src/privacy.c
3176         * src/privacy.h
3177         * src/procmime.c
3178         * src/procmsg.c
3179         * src/plugins/pgpcore/passphrase.c
3180         * src/plugins/pgpcore/sgpgme.c
3181         * src/plugins/pgpinline/pgpinline.c
3182         * src/plugins/pgpmime/pgpmime.c
3183                 Better error reporting
3184         * src/mbox.c
3185                 Probably fix bug #971 (2.2.3 cannot read mail 
3186                 from local mbox)
3187
3188
3189 2006-06-15 [mones]      2.3.0cvs15
3190
3191         * tools/make.themes.project
3192                 creates the themes project from the web page
3193
3194 2006-06-15 [colin]      2.3.0cvs14
3195
3196         * src/folder.c
3197                 Better fix (avoid losing the folder if scan_tree 
3198                 fails)
3199
3200 2006-06-15 [cleroy]     2.3.0cvs13
3201
3202         * src/folder.c
3203                 Probably fix Bug #969 (crash on rebuilding 
3204                 imap folder)
3205
3206 2006-06-14 [colin]      2.3.0cvs12
3207
3208         * manual/dtd/manual.xsl
3209         * manual/sylpheed-claws-manual.xml
3210         * manual/fr/sylpheed-claws-manual.xml
3211         * manual/pl/sylpheed-claws-manual.xml
3212                 Insert pagebreaks between sections
3213
3214 2006-06-14 [paul]       2.3.0cvs11
3215
3216         * configure.ac
3217                 better fix than 2.3.0cvs10
3218
3219 2006-06-14 [paul]       2.3.0cvs10
3220
3221         * configure.ac
3222                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3223                 (backwards compatible)
3224
3225 2006-06-13 [colin]      2.3.0cvs9
3226
3227         * src/messageview.c
3228                 Fix sending of return receipt with the new queue folders
3229
3230 2006-06-13 [wwp]        2.3.0cvs8
3231
3232         * src/quote_fmt_lex.l
3233                 fix wrong tokens returned in quote_fmt lexer, query not().
3234
3235 2006-06-13 [wwp]        2.3.0cvs7
3236
3237         * src/folder.c
3238         * src/prefs_folder_item.c
3239                 allow changing folder type even when folder is not a top-level one,
3240                 thanks to Colin.
3241
3242 2006-06-12 [colin]      2.3.0cvs6
3243
3244         * src/folderview.c
3245                 Fix double-ask of "Do you want to mark all
3246                 as read"
3247
3248 2006-06-12 [colin]      2.3.0cvs5
3249
3250         * src/compose.c
3251         * src/compose.h
3252         * src/folder.c
3253         * src/folder.h
3254         * src/imap.c
3255         * src/inc.c
3256         * src/main.c
3257         * src/messageview.c
3258         * src/mh.c
3259         * src/prefs_folder_item.c
3260         * src/procheader.c
3261         * src/procmime.c
3262         * src/procmsg.c
3263         * src/procmsg.h
3264         * src/send_message.c
3265         * src/summaryview.c
3266         * src/toolbar.c
3267                 Apply bug #964's patch (Queue and drafts aren't normal)
3268                 The Drafts and Queue folder now contain RFC-822 files,
3269                 allowing to move and copy mails from and to these 
3270                 folders. Moving from Drafts to Queue will prepare the
3271                 mail for sending (PGP signature, encryption, etc).
3272                 This patch also rework sending errors handling to try
3273                 to be more helpful.
3274                 Also, allow redefining folder types via the GUI 
3275                 (Folder type in its Properties)
3276
3277 2006-06-12 [colin]      2.3.0cvs4
3278
3279         * src/summaryview.c
3280         * src/prefs_common.c
3281         * src/prefs_common.h
3282         * src/gedit-print.c
3283                 Allow to define a specific print font - patch
3284                 by Bernhard Walle <bernhard.walle@gmx.de>
3285         * src/prefs_fonts.c
3286         * manual/advanced.xml
3287         * manual/fr/advanced.xml
3288                 Add a hidden pref to allow deletion without
3289                 confirmation
3290
3291 2006-06-12 [wwp]        2.3.0cvs3
3292
3293         * .cvsignore
3294                 more files to ignore.
3295
3296 2006-06-12 [wwp]        2.3.0cvs2
3297
3298         * src/quote_fmt.c
3299         * src/quote_fmt_lex.l
3300         * src/quote_fmt_parse.y
3301                 extend the quote_fmt parser (templates and quotes):
3302                 - allow limited sub-expressions in |p{} and |f{} expressions,
3303                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3304                 - implemented/fixed missing implementation of query_references and show_references,
3305                 - completed, fixed contents and format of the symbols help dialog,
3306                 - fix some compilation warnings.
3307
3308 2006-06-12 [wwp]        2.3.0cvs1
3309
3310         * manual/advanced.xml
3311         * manual/fr/advanced.xml
3312                 updates in the "templates" section of the manual (eng/fr):
3313                  - be more precise (both versions)
3314                  - completed to match the english reference (fr version)
3315                  - touchups (both versions)
3316
3317 2006-06-12 [paul]       2.3.0
3318
3319         2.3.0 released
3320
3321 2006-06-12 [paul]       2.2.3cvs14
3322
3323         * po/ca.po
3324         * po/cs.po
3325         * po/de.po
3326         * po/el.po
3327         * po/fr.po
3328         * po/it.po
3329         * po/pt_BR.po
3330         * po/sr.po
3331         * po/zh_CN.po
3332                 updated by Miquel Oliete, Tim, Stephan Sachse,
3333                 Stavros Giannouris, Fabien Vantard, Andrea
3334                 Spadaccini, Frederico Goncalves Guimaraes,
3335                 Aleksandar Urosevic, and Ralgh Young
3336
3337 2006-06-12 [colin]      2.2.3cvs13
3338
3339         * src/mbox.c
3340                 Add missing header
3341
3342 2006-06-11 [colin]      2.2.3cvs12
3343
3344         * src/msgcache.c
3345                 Verify that g_malloc() succeeded
3346
3347 2006-06-11 [colin]      2.2.3cvs11
3348
3349         * src/wizard.c
3350                 Add Face header to welcome mail
3351
3352 2006-06-10 [colin]      2.2.3cvs10
3353
3354         * src/textview.c
3355                 Revert previous (Forgot it changes the
3356                 margin on the whole mail)
3357
3358 2006-06-10 [colin]      2.2.3cvs9
3359
3360         * src/textview.c
3361                 Don't overlap long headers under (X-)Face
3362
3363 2006-06-10 [mones]      2.2.3cvs8
3364
3365         * manual/xml2pdf
3366                 allow generation of manual on systems lacking saxon binary
3367                 but with java and the saxon library installed
3368
3369         * po/es.po
3370                 updated for release
3371
3372 2006-06-09 [colin]      2.2.3cvs7
3373
3374         * src/summaryview.c
3375                 Fix leak when using Display Sender using Addressbook
3376
3377 2006-06-09 [colin]      2.2.3cvs6
3378
3379         * src/compose.c
3380         * src/folder.c
3381         * src/folderview.c
3382         * src/mimeview.c
3383         * src/summaryview.c
3384                 More leaks fixes
3385
3386 2006-06-09 [paul]       2.2.3cvs5
3387
3388         * AUTHORS
3389         * src/gtk/authors.h
3390         * tools/claws.i18n.status.pl
3391                 updated with new info
3392
3393 2006-06-09 [paul]       2.2.3cvs4
3394
3395         * README
3396                 updated
3397         * manual/ack.xml
3398                 add wwp to authors list
3399         * src/gtk/authors.h
3400                 update mine and Colin's addresses
3401
3402 2006-06-08 [colin]      2.2.3cvs3
3403
3404         * src/etpan/imap-thread.c
3405                 Fix leak on SSL cert check
3406
3407 2006-06-08 [colin]      2.2.3cvs2
3408
3409         * src/common/utils.c
3410                 Fix leak
3411
3412 2006-06-08 [paul]       2.2.3cvs1
3413
3414         * configure.ac
3415                 Update version number following
3416                 stable release
3417
3418 2006-06-07 [colin]      2.2.2cvs3
3419
3420         * src/msgcache.c
3421                 Fix catching cache read errors (guint instead of gint)
3422                 Prevent malloc'ing more than 8MB (means cache corruption)
3423
3424 2006-06-07 [paul]       2.2.2cvs2
3425
3426         * src/exporthtml.c
3427         * src/exportldif.c
3428         * src/mh.c
3429         * src/mutt.c
3430         * src/pine.c
3431         * src/common/utils.c
3432                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3433                 obey $HOME'
3434                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3435                 Thanks to Colin
3436
3437 2006-06-06 [paul]       2.2.2cvs1
3438
3439         * configure.ac
3440                 Update version number following
3441                 stable release
3442
3443 2006-06-06 [paul]       2.2.1cvs6
3444
3445         * src/matcher.c
3446                 fix  implicit declaration of
3447                 sylpheed_do_idle()
3448                 Patch by Fabien Vantard
3449
3450 2006-06-06 [paul]       2.2.1cvs5
3451
3452         * src/matcher.c
3453                 fix age_greater and age_lower so that they
3454                 mean what say and not '...or equal to'
3455                 Thanks to Colin
3456
3457 2006-06-06 [paul]       2.2.1cvs4
3458
3459         * src/textview.c
3460         * src/common/utils.c
3461                 fix URI check
3462                 Thanks to Colin
3463
3464 2006-06-05 [wwp]        2.2.1cvs3
3465
3466         * manual/fr/account.xml
3467                 minor language fixes (thanks to Fabien Vantard).
3468
3469 2006-06-05 [colin]      2.2.1cvs2
3470
3471         * src/prefs_folder_item.c
3472         * src/folderview.c
3473                 Allow recursive setting of properties 
3474                 for whole mailboxes
3475         * src/matcher.c
3476                 Don't freeze on 'test' filtering rule
3477
3478 2006-06-05 [colin]      2.2.1cvs1
3479
3480         * configure.ac
3481                 Update version number following
3482                 stable release
3483
3484 2006-06-04 [wwp]        2.2.0cvs82
3485
3486         * manual/glossary.xml
3487         * manual/account.xml
3488         * manual/fr/glossary.xml
3489         * manual/fr/account.xml
3490                 added glossary section and references/links related to the Face custom header.
3491
3492 2006-06-04 [colin]      2.2.0cvs81
3493
3494         * src/summaryview.c
3495                 Skip to next message on move with no
3496                 immediate execution
3497
3498 2006-06-04 [wwp]        2.2.0cvs80
3499
3500         * manual/xml2pdf
3501                 added sanity checks, exit when needed.
3502
3503 2006-06-03 [paul]       2.2.0cvs79
3504
3505         * src/prefs_receive.c
3506                 page name is now 'Receiving'
3507         * src/prefs_send.c
3508                 page name is now 'Sending'
3509
3510 2006-06-03 [colin]      2.2.0cvs78
3511
3512         * src/plugins/spamassassin/spamassassin_gtk.c
3513                 Autoswitch to Localhost if transport was previously
3514                 disabled. Else people had to check [] Enable, then
3515                 *reselect* transport.
3516
3517 2006-06-03 [colin]      2.2.0cvs77
3518
3519         * src/plugins/pgpinline/pgpinline.c
3520         * src/plugins/pgpmime/pgpmime.c
3521                 Check that gpg_data_release_and_get_mem 
3522                 didn't fail (now, why this happens...)
3523
3524 2006-06-03 [colin]      2.2.0cvs76
3525
3526         * src/mbox.c
3527                 Fix bug #962 (Manual and/or UI should 
3528                 warn about incompatible locking 
3529                 causing dataloss)
3530
3531 2006-06-02 [cleroy]     2.2.0cvs75
3532
3533         * src/filtering.c
3534         * src/folder.c
3535         * src/procmsg.c
3536         * src/summaryview.c
3537                 Fix a few leaks
3538
3539 2006-06-02 [colin]      2.2.0cvs74
3540
3541         * src/main.c
3542                 On exit, free caches after writing them
3543                 Shuts up some valgrind false positives
3544         * src/procmsg.c
3545         * src/send_message.c
3546                 Fix races when reusing existing SMTP connections
3547                 Fix inexistant session timeout
3548         * src/toolbar.c
3549                 Display alertpanel after all queues have
3550                 been processed, not after each
3551
3552 2006-06-02 [wwp]        2.2.0cvs73
3553
3554         * manual/fr/glossary.xml
3555         * manual/fr/ack.xml
3556         * manual/ack.xml
3557                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3558
3559 2006-06-02 [wwp]        2.2.0cvs72
3560
3561         * manual/xml2pdf
3562         * manual/dist/pdf/Makefile.am
3563         * manual/dtd/manual.xsl
3564         * manual/fr/dist/pdf/Makefile.am
3565         * manual/pl/dist/pdf/Makefile.am
3566                 we changed the procedure to generate the .pdf version of the manual.
3567                 The procedure is more modern and the .pdf we get now has a valid index.
3568                 Here are the new pre-requisites:
3569
3570                 - JRE 1.x (1.4 here): there must be one from your distro
3571                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3572                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3573                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3574
3575                 See my posts for further info about the installation of this toolchain:
3576
3577                 Date: Fri, 19 May 2006 19:40:06 +0200
3578                 From: wwp <subscript@free.fr>
3579                 To: sylpheed-claws-devel@lists.sourceforge.net
3580                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3581
3582                 and
3583
3584                 Date: Wed, 24 May 2006 12:58:49 +0200
3585                 From: wwp <subscript@free.fr>
3586                 To: sylpheed-claws-devel@lists.sourceforge.net
3587                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3588
3589 2006-06-01 [colin]      2.2.0cvs71
3590
3591         * src/compose.c
3592                 Better guards against IMAP races
3593         * src/main.c
3594         * src/prefs_common.c
3595         * src/prefs_common.h
3596         * src/common/ssl_certificate.c
3597         * src/etpan/imap-thread.c
3598         * src/etpan/imap-thread.h
3599         * src/gtk/sslcertwindow.c
3600                 New hidden option ssl_skip_cert_check to 
3601                 avoid dups of bug #959 (libetpan linked
3602                 against gnutls and gnutls buggy on 64bit)
3603                 Present expired warning only once per
3604                 session/server.
3605         * manual/advanced.xml
3606         * manual/fr/advanced.xml
3607                 Document new option
3608
3609 2006-06-01 [wwp]        2.2.0cvs70
3610
3611         * src/messageview.c
3612                 fix for bug #961 (return receipt dialog 
3613                 complains incorrectly about return-path 
3614                 email adress being different), thanks 
3615                 to Colin.
3616
3617 2006-05-31 [cleroy]     2.2.0cvs69
3618
3619         * src/common/ssl.c
3620                 Guard against NULLs, although this
3621                 should never be an issue
3622
3623 2006-05-31 [colin]      2.2.0cvs68
3624
3625         * src/filtering.c
3626                 Use g_slist_prepend
3627         * src/imap.c
3628                 Don't remove caches when destroying folder, it
3629                 could (should) be done at exit
3630         * src/inc.c
3631                 free processing cache after incorporation
3632         * src/etpan/imap-thread.c
3633                 Maybe fix bug #959 (Crash on moving to emails 
3634                 to a imap account per ssl with a expired 
3635                 certificate.)
3636
3637 2006-05-30 [colin]      2.2.0cvs67
3638
3639         * src/summaryview.c
3640                 Put back event flush when displaying message
3641                 It avoids reading a bunch of messages just
3642                 by hitting shift-n for too long ;)
3643
3644 2006-05-29 [colin]      2.2.0cvs66
3645
3646         * src/summaryview.c
3647                 Remove useless g_warnings
3648
3649 2006-05-29 [colin]      2.2.0cvs65
3650
3651         * src/imap.c
3652                 Fix g_slist_append()s for performance
3653
3654 2006-05-29 [colin]      2.2.0cvs64
3655
3656         * src/compose.c
3657         * src/common/utils.c
3658                 Fix extraneous tab at start of addresses
3659         * src/mainwindow.c
3660                 Fix warnings (thanks to Fabien)
3661                 Fix crash at exit when composing messages 
3662                 exist
3663         * src/pop.c
3664                 Fix progress bar when deleting expired mails
3665                 Thanks to Hiro
3666         * src/summaryview.c
3667         * src/gtk/gtksctree.c
3668                 Fix re-sorting slowness
3669
3670 2006-05-29 [paul]       2.2.0cvs63
3671
3672         * src/mh.c
3673                 fetch full message when moving mails
3674                 from another mailbox, (fixed data loss
3675                 when filtering from IMAP to MH, introduced
3676                 in 2.2.0cvs57).
3677                 Thanks to Colin
3678
3679 2006-05-29 [mones]      2.2.0cvs62
3680
3681         * src/gtk/gtksctree.c
3682                 Unselect faster (patch by Colin)        
3683
3684 2006-05-26 [colin]      2.2.0cvs61
3685
3686         * src/summaryview.c
3687                 Unplug MSGINFO_UPDATE callback on delete too.
3688
3689 2006-05-26 [colin]      2.2.0cvs60
3690
3691         * src/foldersel.c
3692                 Fix bold in folder selection window with glib2.10
3693                 thanks Hiro
3694
3695 2006-05-26 [colin]      2.2.0cvs59
3696
3697         * src/procheader.c
3698                 Convert date only if necessary (and don't
3699                 try to convert from utf8 to utf8, too)
3700         * src/summaryview.c
3701                 Only set column's text if the column's 
3702                 displayed
3703
3704 2006-05-26 [colin]      2.2.0cvs58
3705
3706         * src/summaryview.c
3707         * src/gtk/gtkutils.c
3708                 Fix useless warning
3709
3710 2006-05-26 [colin]      2.2.0cvs57
3711
3712         * src/mainwindow.c
3713                 Make summaryview selectable as long as 
3714                 no message has focus
3715         * src/mh.c
3716                 Faster deletion (by implementing mh_remove_msgs)
3717                 Faster copy (avoid using mh_fetch_msg just to get
3718                 the filename)
3719                 Faster move (using move_file instead of copy_file
3720                 if MSG_IS_MOVE)
3721                 No progressbar if total number of mails to cp/mv 
3722                 is less than 100
3723         * src/summaryview.c
3724                 Fix removal from subject_table when mail gets moved
3725                 Faster deletion (g_slist_prepend instead of append)
3726         * src/gtk/gtksctree.c
3727                 Remove useless code
3728
3729 2006-05-25 [colin]      2.2.0cvs56
3730
3731         * src/common/ssl_certificate.c
3732                 Fix leak in expired cert check
3733
3734 2006-05-25 [colin]      2.2.0cvs55
3735
3736         * src/mh.c
3737                 Disable flags syncing on .mh_sequences - it
3738                 is buggy and marks mails read under unknown
3739                 conditions.
3740
3741 2006-05-25 [paul]
3742
3743         * 2.3.0-rc4 released
3744
3745 2006-05-24 [colin]      2.2.0cvs54
3746
3747         attention cvs users: if you manage to crash
3748         Sylpheed-Claws while moving, copying or deleting
3749         mails, we *are* interested in stack traces and
3750         valgrind logs. It looks stable, but one never
3751         knows...
3752
3753         * src/folder.c
3754                 Add progressbar for cache updates
3755         * src/folderutils.c
3756                 Optimize Mark all read in the current
3757                 folder
3758         * src/mh.c
3759                 Add progressbar for copy/move
3760         * src/procmsg.c
3761                 Optimize O(n^2) in copy/move
3762         * src/summaryview.c
3763         * src/gtk/gtksctree.c
3764                 Optimize O(n^2) algos
3765         * src/common/timing.h
3766                 Display ms instead of us
3767
3768 2006-05-24 [wwp]        2.2.0cvs53
3769
3770         * manual/fr/advanced.xml
3771                 updates to the French manual.
3772
3773 2006-05-24 [wwp]        2.2.0cvs52
3774
3775         * src/common/utils.c
3776                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3777
3778 2006-05-24 [wwp]        2.2.0cvs51
3779
3780         * src/folderutils.c
3781                 fixed "mark all read" in MH folders (thanks to Colin).
3782
3783 2006-05-24 [paul]       2.2.0cvs50
3784
3785         * doc/man/sylpheed-claws.1
3786                 updated the man page
3787
3788 2006-05-23 [colin]      2.2.0cvs49
3789
3790         * src/folderview.c
3791         * src/imap.c
3792         * src/inc.c
3793         * src/mbox.c
3794         * src/messageview.c
3795         * src/news.c
3796         * src/send_message.c
3797         * src/summaryview.c
3798         * src/gtk/sslcertwindow.c
3799                 alertpanel fixes, by Fabien
3800
3801 2006-05-23 [colin]      2.2.0cvs48
3802
3803         * src/folder.c
3804         * src/folderview.c
3805         * src/msgcache.c
3806         * src/summaryview.c
3807         * src/gtk/gtksctree.c
3808         * src/gtk/gtksctree.h
3809                 More timings
3810                 Fix slow loading problem, which was caused by the
3811                 use of some gtk_ctree funcs and their use of
3812                 g_list_position while gtk_ctree_(un)link'ing.
3813                 Reap more functions from gtkctree.c to be sure we
3814                 use our (fast) version instead of theirs.
3815         * src/mh.c
3816                 Fix copy of unread mails
3817
3818
3819 2006-05-22 [wwp]        2.2.0cvs47
3820
3821         * manual/fr/advanced.xml
3822                 updated.
3823
3824 2006-05-22 [colin]      2.2.0cvs46
3825
3826         * src/filtering.c
3827                 Fix possible infinite loop. 'copy' is not a 
3828                 final action, so when encountering a 'copy',
3829                 we have to check if a previous one was set
3830                 and do it. In the same way, if we encounter
3831                 a 'move' we have to perform a possibly 
3832                 pending 'copy'. This will slow down filtering
3833                 on IMAP if move+copy or multiple copy actions
3834                 are to be done, but handling it via the batch
3835                 would be really too convoluted.
3836
3837 2006-05-22 [wwp]        2.2.0cvs45
3838
3839         * manual/fr/advanced.xml
3840         * manual/fr/faq.xml
3841         * manual/fr/glossary.xml
3842         * manual/fr/handling.xml
3843         * manual/fr/intro.xml
3844         * manual/fr/plugins.xml
3845         * manual/fr/sylpheed-claws-manual.xml
3846                 sync w/ the english manual: updates URIs, documented mailing-list
3847                 support, better explanation about the enabled/disabled feature
3848                 in filtering/processing rules by Paul.
3849
3850 2006-05-21 [colin]      2.2.0cvs44
3851
3852         * src/summaryview.c
3853                 Don't expand after building threads, but during
3854
3855 2006-05-21 [colin]      2.2.0cvs43
3856
3857         * src/procmsg.c
3858         * src/summaryview.c
3859                 More timing possibilities... For next time I have 
3860                 to find out how the hell some 3GHz computer takes
3861                 one minute to open a 30k folder...
3862
3863 2006-05-21 [colin]      2.2.0cvs42
3864
3865         * manual/pl/advanced.xml
3866         * manual/pl/faq.xml
3867         * manual/pl/glossary.xml
3868         * manual/pl/handling.xml
3869         * manual/pl/intro.xml
3870         * manual/pl/plugins.xml
3871         * manual/pl/sylpheed-claws-manual.xml
3872                 Polish manual updated by Pawel
3873
3874 2006-05-20 [colin]
3875
3876         * 2.3.0-rc3 released
3877
3878 2006-05-20 [colin]      2.2.0cvs41
3879
3880         * src/imap.c
3881                 Fix -rc2 problems:
3882                 - remove cache of moved messages from original folder
3883                 - apply new flags to messages even if they aren't appliable
3884                   via IMAP.
3885
3886 2006-05-20 [colin]
3887
3888         * 2.3.0-rc2 released
3889
3890 2006-05-19 [colin]      2.2.0cvs40
3891
3892         * src/imap.c
3893                 Don't issue SELECT in imap_change_flags
3894                 before having checked that we indeed have
3895                 some flags to change. MSG_POSTFILTERED for
3896                 example can't be used on IMAP.
3897                 Fixes bug #955 (copying messages between 
3898                 imap folders is extremely slow), which was
3899                 a regression.
3900
3901 2006-05-19 [colin]      2.2.0cvs39
3902
3903         * src/folder.c
3904         * src/folder.h
3905         * src/folderview.c
3906                 Try to fix bug #830 (Some unread messages 
3907                 get marked read in IMAP inbox):
3908                 - Prevent scanning a folder if it's being 
3909                   opened via the GUI
3910                 - Postpone opening via the GUI of a folder
3911                   currently scanned.
3912
3913
3914 2006-05-19 [wwp]        2.2.0cvs38
3915
3916         * manual/advanced.xml
3917                 fix English+typo (thanks to Paul).
3918
3919 2006-05-19 [wwp]        2.2.0cvs37
3920
3921         * manual/advanced.xml
3922         * manual/fr/advanced.xml
3923         * src/gtk/logwindow.c
3924         * src/prefs_common.c
3925         * src/prefs_common.h
3926                 added hidden prefs to allow customization of colors used in
3927                 protocol log window (useful for dark gtk+ themes).
3928
3929 2006-05-19 [wwp]        2.2.0cvs36
3930
3931         * ChangeLog
3932                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3933
3934 2006-05-19 [paul]       2.2.0cvs35
3935
3936         * src/textview.c
3937                 make Reply-To fully clickable
3938         * src/gtk/logwindow.c
3939                 more colouring (SMTP ESMTP)
3940         Both patches by Pawel Pekala
3941
3942 2006-05-19 [cleroy]     2.2.0cvs34
3943
3944         * src/mh.c
3945                 Don't update flags from current folder
3946                 Probably fixes bug #935 (Read Messages 
3947                 Revert to Being Marked as Unread)
3948
3949 2006-05-18 [colin]      2.2.0cvs33
3950
3951         * src/imap.c
3952                 Warning fix
3953         * src/compose.c
3954         * src/mainwindow.c
3955         * src/summaryview.c
3956         * src/toolbar.c
3957                 Allow replying to multiple emails
3958                 in multiple windows
3959         * src/mimeview.c
3960         * src/etpan/imap-thread.c
3961                 Leak fixes
3962
3963 2006-05-18 [paul]       2.2.0cvs32
3964
3965         * src/summaryview.c
3966                 keep Mailing-List menu refreshed
3967                 Thanks to Colin
3968
3969 2006-05-18 [paul]       2.2.0cvs31
3970
3971         * manual/advanced.xml
3972         * manual/faq.xml
3973         * manual/glossary.xml
3974         * manual/handling.xml
3975         * manual/intro.xml
3976         * manual/plugins.xml
3977         * manual/sylpheed-claws-manual.xml
3978                 update URLs
3979                 add info about mailing-list support
3980                 edit filtering info
3981         * src/wizard.c
3982         * src/common/defs.h
3983         * src/gtk/about.c
3984         * src/plugins/dillo_viewer/README
3985                 update URLs
3986
3987 2006-05-17 [wwp]        2.2.0cvs30
3988
3989         * manual/handling.xml
3990         * manual/fr/handling.xml
3991                 documented the ability to enabled/disable filtering/processing rules.
3992
3993 2006-05-17 [colin]      2.2.0cvs29
3994
3995         * src/main.c
3996                 Don't initialize g_thread subsystem if it's 
3997                 already done (thanks to Hiro)
3998         * src/mimeview.c
3999                 Fix saving of parts when there name can't be
4000                 converted from UTF-8.
4001
4002 2006-05-17 [paul]       2.2.0cvs28
4003
4004         * po/Makefile.in.in
4005                 fix config.status warning with autoconf 2.60
4006
4007 2006-05-17 [paul]       2.2.0cvs27
4008
4009         * po/POTFILES.in
4010                 add src/mbox.c
4011
4012 2006-05-17 [wwp]        2.2.0cvs26
4013
4014         * src/mainwindow.c
4015                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4016
4017 2006-05-17 [wwp]        2.2.0cvs25
4018
4019         * src/plugins/demo/demo.c
4020                 updated product name in plugin demo (many plugins need to be
4021                 sync'ed w/ that change).
4022
4023 2006-05-17 [colin]      2.2.0cvs24
4024
4025         * src/mh.c
4026                 Fix leak
4027
4028 2006-05-16 [colin]      2.2.0cvs23
4029
4030         * src/mainwindow.c
4031                 Stupid me hit again. Fix cvs22.
4032
4033 2006-05-16 [colin]      2.2.0cvs22
4034
4035         * src/mainwindow.c
4036                 Fix bug #922 (sylpheed-claws crashed after 
4037                 pushing on Inbox folder)
4038
4039 2006-05-16 [colin]      2.2.0cvs21
4040
4041         * src/compose.c
4042                 Make From header be copy/paste/select-able
4043
4044 2006-05-16 [wwp]        2.2.0cvs20
4045
4046         * src/export.c
4047         * src/matcher.c
4048         * src/summaryview.c
4049         * src/etpan/imap-thread.c
4050                 fix some compiler warnings (thanks to Colin).
4051
4052 2006-05-16 [wwp]        2.2.0cvs19
4053
4054         * src/action.c
4055         * src/gedit-print.c
4056         * src/inc.c
4057         * src/mainwindow.c
4058         * src/mh.c
4059         * src/statusbar.c
4060         * src/send_message.c
4061         * src/summaryview.c
4062                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4063
4064 2006-05-15 [colin]      2.2.0cvs18
4065
4066         * src/procmsg.c
4067                 Fix automatic rule creation with List-Post
4068
4069 2006-05-15 [paul]       2.2.0cvs17
4070
4071         * tools/filter_conv_new.pl
4072                 updated for rule enabling/disabling
4073                 claws version >= 2.3.x required
4074
4075 2006-05-15 [cleroy]     2.2.0cvs16
4076
4077         * src/main.c
4078                 Revert test
4079
4080 2006-05-15 [cleroy]     2.2.0cvs15
4081
4082         * src/main.c
4083                 test
4084
4085 2006-05-15 [wwp]        2.2.0cvs14
4086
4087         * manual/pl/.cvsignore
4088                 ignore generated files.
4089
4090 2006-05-14 [wwp]        2.3.0-rc1
4091
4092         * 2.3.0-rc1 released
4093
4094 2006-05-13 [wwp]        2.2.0cvs13
4095
4096         * src/filtering.c
4097         * src/filtering.h
4098         * src/matcher.c
4099         * src/matcher_parser_lex.l
4100         * src/matcher_parser_parse.y
4101         * src/prefs_filtering.c
4102                 new feature: provide the ability to disable filtering and processing
4103                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4104                 adaptations.
4105
4106 2006-05-13 [colin]      2.2.0cvs12
4107
4108         * src/compose.c
4109                 Remove useless if (a) b; else b;
4110                 Thanks to wwp
4111
4112 2006-05-13 [wwp]        2.2.0cvs11
4113
4114         * src/export.c
4115         * src/import.c
4116         * src/mainwindow.c
4117         * src/mbox.c
4118         * src/summaryview.c
4119         * src/summaryview.h
4120                 no more silent failures (or at least less ones) when importing
4121                 or exporting from/to mbox. Also start importing/exporting if
4122                 the necessary info is set.
4123
4124 2006-05-13 [wwp]        2.2.0cvs10
4125
4126         * RELEASE_NOTES
4127                 restored up-to-date release notes.
4128
4129 2006-05-13 [paul]       2.2.0cvs9
4130
4131         * po/nl.po
4132         * po/ru.po
4133                 updated by Tim Dijkstra and Pavlo Bohmat
4134
4135 2006-05-12 [colin]      2.2.0cvs8
4136
4137         * src/gtk/quicksearch.c
4138                 Add "k" as shortcut for "colorlabel". Patch
4139                 by ath42@users.sf.net.
4140
4141 2006-05-12 [paul]       2.2.0cvs7
4142
4143         * src/prefs_common.h
4144         * src/prefs_summaries.c
4145         * src/summaryview.c
4146                 when entering a folder also allow
4147                 going directly to first Marked message
4148
4149 2006-05-12 [paul]       2.2.0cvs6
4150
4151         * src/summaryview.c
4152                 always obey 'confirm before marking all
4153                 mails read' option
4154
4155 2006-05-12 [paul]       2.2.0cvs5
4156
4157         * src/textview.c
4158                 make Sender fully clickable
4159
4160 2006-05-12 [colin]      2.2.0cvs4
4161
4162         * src/compose.c
4163         * src/compose.h
4164                 Let From be editable
4165         * src/main.c
4166         * src/mh.c
4167                 Full support of .mh_sequences' Unseen seq
4168
4169 2006-05-12 [colin]      2.2.0cvs3
4170
4171         * src/folder.c
4172         * src/mainwindow.c
4173         * src/mainwindow.h
4174         * src/messageview.c
4175         * src/prefs_spelling.c
4176         * src/procheader.c
4177         * src/procmsg.c
4178         * src/procmsg.h
4179         * src/summaryview.c
4180         * src/toolbar.c
4181         * src/toolbar.h
4182                 Add contextual menu on Compose toolbar
4183                 button. Fixes bug #944 (Automatic
4184                 addresses not applied when changing account
4185                 from compose window)
4186                 add Mailing List support
4187                 based on the old 0.6.5claws25 patch by
4188                 Melvin Hadasht, with finishing touches
4189                 by Colin
4190                 Fix "ignore thread" when mails are threaded by
4191                 subject (and weren't ignored although appearing
4192                 in the thread).
4193                 GUI rework.
4194                 Both patches by Pawel.
4195
4196 2006-05-08 [paul]       2.2.0cvs2
4197
4198         * src/mainwindow.c
4199         * src/mainwindow.h
4200         * src/messageview.c
4201         * src/procheader.c
4202         * src/procmsg.c
4203         * src/procmsg.h
4204         * src/summaryview.c
4205                 add Mailing List support
4206                 based on the old 0.6.5claws25 patch by 
4207                 Melvin Hadasht, with finishing touches
4208                 by Colin
4209
4210 2006-05-08 [colin]      2.2.0cvs1
4211
4212         * src/mainwindow.c
4213         * src/toolbar.c
4214         * src/toolbar.h
4215                 Add contextual menu on Compose toolbar 
4216                 button. Fixes bug #944 (Automatic 
4217                 addresses not applied when changing account 
4218                 from compose window)
4219
4220 2006-05-08 [paul]       2.2.0
4221
4222         2.2.0 released
4223
4224 2006-05-08 [paul]       2.1.1cvs51
4225
4226         * po/cs.po
4227         * po/de.po
4228         * po/en_GB.po
4229         * po/fi.po
4230         * po/fr.po
4231         * po/pt_BR.po
4232         * po/sr.po
4233         * po/zh_CN.po
4234                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4235                 Fabien Vantard, Frederico Goncalves Guimaraes,
4236                 Aleksandar Urosevic, and Ralgh Young
4237
4238 2006-05-12 [colin]      2.1.1cvs50
4239
4240         * po/cs.po
4241         * po/de.po
4242         * po/en_GB.po
4243         * po/es.po
4244         * po/fi.po
4245         * po/fr.po
4246         * po/pt_BR.po
4247         * po/sr.po
4248         * po/zh_CN.po
4249                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4250                 Fabien Vantard, Frederico Goncalves Guimaraes,
4251                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4252
4253 2006-05-05 [colin]      2.1.1cvs49
4254
4255         * manual/Makefile.am
4256         * manual/pl/Makefile.am
4257         * manual/pl/account.xml
4258         * manual/pl/ack.xml
4259         * manual/pl/addrbook.xml
4260         * manual/pl/advanced.xml
4261         * manual/pl/faq.xml
4262         * manual/pl/glossary.xml
4263         * manual/pl/gpl.xml
4264         * manual/pl/handling.xml
4265         * manual/pl/intro.xml
4266         * manual/pl/keyboard.xml
4267         * manual/pl/plugins.xml
4268         * manual/pl/starting.xml
4269         * manual/pl/sylpheed-claws-manual.xml
4270         * manual/pl/dist/.cvsignore
4271         * manual/pl/dist/Makefile.am
4272         * manual/pl/dist/html/.cvsignore
4273         * manual/pl/dist/html/Makefile.am
4274         * manual/pl/dist/pdf/.cvsignore
4275         * manual/pl/dist/pdf/Makefile.am
4276         * manual/pl/dist/ps/.cvsignore
4277         * manual/pl/dist/ps/Makefile.am
4278         * manual/pl/dist/txt/.cvsignore
4279         * manual/pl/dist/txt/Makefile.am
4280                 Add the polish translation of the manual,
4281                 Authored by Pawel Pekala.
4282
4283 2006-05-05 [cleroy]     2.1.1cvs48
4284
4285         * src/main.c
4286                 Re-read matcherrc after loading plugins 
4287                 if some of them add folders.
4288
4289 2006-05-03 [colin]      2.1.1cvs47
4290
4291         * src/imap.c
4292                 I'm idiot
4293
4294 2006-05-03 [colin]      2.1.1cvs46
4295
4296         * src/imap.c
4297                 Be sure to have a session when
4298                 getting separator
4299
4300 2006-05-03 [colin]      2.1.1cvs45
4301
4302         * src/imap.c
4303         * src/imap.h
4304         * src/imap_gtk.c
4305                 Fix preventing renaming with namespace 
4306                 separator.
4307
4308 2006-05-01 [colin]      2.1.1cvs44
4309
4310         * src/action.c
4311                 Don't reload messageview when result of
4312                 action is piped.
4313
4314 2006-04-29 [colin]      2.1.1cvs43
4315
4316         * src/prefs_receive.c
4317         * src/plugins/spamassassin/spamassassin_gtk.c
4318         * src/plugins/clamav/clamav_plugin_gtk.c
4319                 GUI fixes by Pawel
4320
4321 2006-04-29 [colin]      2.1.1cvs42
4322
4323         * src/prefs_compose_writing.c
4324         * src/prefs_quote.c
4325                 Cleanups. Patch by Pawel
4326
4327 2006-04-28 [paul]       2.1.1cvs41
4328
4329         * src/matcher.c
4330                 fix returned quick search results when search
4331                 term contains an underscore.
4332                 Thanks to Colin
4333
4334 2006-04-28 [paul]       2.1.1cvs40
4335
4336         * src/prefs_message.c
4337         * src/prefs_receive.c
4338                 GUI cleanups
4339                 Patches by Pawel Pekala
4340
4341 2006-04-27 [colin]      2.1.1cvs39
4342
4343         * src/wizard.c
4344                 Differentiate subject Welcome from
4345                 window's title Welcome
4346
4347 2006-04-27 [paul]
4348
4349         2.2.0-rc1 released
4350
4351 2006-04-27 [paul]       2.1.1cvs38
4352
4353         * manual/advanced.xml
4354         * manual/fr/advanced.xml
4355                 add info about compose_no_markup hidden pref
4356
4357 2006-04-27 [paul]       2.1.1cvs37
4358
4359         * src/prefs_account.c
4360                 improve privacy labels
4361         * src/prefs_msg_colors.c
4362                 change some strings for translators' convenience
4363         * src/gtk/gtkutils.c
4364                 don't underline the link button text
4365
4366 2006-04-25 [colin]      2.1.1cvs36
4367
4368         * src/folder.c
4369                 Complete 2.1.1cvs33 (once more ;)
4370
4371 2006-04-25 [colin]      2.1.1cvs35
4372
4373         * src/editldap.c
4374                 Fix tooltip
4375
4376 2006-04-25 [cleroy]     2.1.1cvs34
4377
4378         * src/compose.c
4379         * src/gtk/gtkaspell.c
4380                 Fix crash on redirect (related to the return 
4381                 of the aspell menu in compose's toolbar)
4382         * src/prefs_msg_colors.c
4383                 Fix sensitivity widgets
4384         * src/image_viewer.c
4385         * src/gtk/pluginwindow.c
4386         * src/gtk/prefswindow.c
4387                 Change released signals to clicked (Fabien)
4388         * po/POTFILES.in
4389         * src/common/socket.c
4390         * src/plugins/spamassassin/spamassassin.c
4391                 Translate strings (Fabien)
4392
4393 2006-04-25 [paul]       2.1.1cvs33
4394
4395         * src/folder.c
4396         * src/folder.h
4397         * src/folderview.c
4398                 complete the fix of bug #912
4399                 Thanks to Colin
4400
4401 2006-04-25 [colin]      2.1.1cvs32
4402
4403         * src/news.c
4404                 Better progress bar
4405         * src/mimeview.c
4406         * src/summaryview.c
4407         * src/summaryview.h
4408                 Fix focus chain
4409                 Patches by Pawel Pekala
4410
4411 2006-04-24 [colin]      2.1.1cvs31
4412
4413         * src/compose.c
4414                 Fix compilation warnings (Fabien)
4415
4416 2006-04-24 [colin]      2.1.1cvs30
4417
4418         * src/addrindex.c
4419         * src/editldap.c
4420         * src/editldap_basedn.c
4421         * src/editldap_basedn.h
4422         * src/ldapctrl.c
4423         * src/ldapctrl.h
4424         * src/ldapquery.c
4425         * src/ldaputil.c
4426         * src/ldaputil.h
4427                 Fix bug #901 (LDAPS support)
4428
4429 2006-04-24 [colin]      2.1.1cvs29
4430
4431         * src/compose.c
4432                 Fix logic on error with send dialog on
4433         * src/imap.c
4434                 Fix compilation without libetpan, thanks
4435                 to Fabien
4436         * src/summaryview.c
4437                 Fix 'context-menu' key
4438
4439 2006-04-23 [colin]      2.1.1cvs28
4440
4441         * src/folder.c
4442                 Never free current's cache to free up 
4443                 memory. Fixes bug #912 (new count 
4444                 randomly set to message count)
4445
4446 2006-04-23 [colin]      2.1.1cvs27
4447
4448         * src/gtk/quicksearch.c
4449                 And remove printf...
4450
4451 2006-04-23 [colin]      2.1.1cvs26
4452
4453         * src/gtk/quicksearch.c
4454                 Fix replacing in quicksearch, and fix inserting
4455                 in the middle of the string. (introduced at 2.1.0cvs22)
4456
4457 2006-04-23 [colin]      2.1.1cvs25
4458
4459         * src/imap.c
4460                 Make sure uidnext is initialized in get_num_list
4461                 (not for stable, related to 2.1.1cvs8 and friends)
4462
4463 2006-04-23 [colin]      2.1.1cvs24
4464
4465         * src/imap.c
4466                 Output something when login is successful
4467                 too
4468
4469 2006-04-23 [colin]      2.1.1cvs23
4470
4471         * src/etpan/imap-thread.c
4472                 Better logging (line-per-line, hide data in fetch)
4473                 Fix a const warning
4474         * src/gtk/logwindow.c
4475         * src/gtk/logwindow.h
4476                 Better logging (color for input/output)
4477
4478 2006-04-21 [colin]      2.1.1cvs22
4479
4480         * src/gtk/quicksearch.c
4481                 On gtk+-2.8, use stock buttons in quicksearch
4482                 Based on a patch by Fabien and a design by Paul
4483
4484 2006-04-21 [colin]      2.1.1cvs21
4485
4486         * src/folderview.c
4487         * src/mainwindow.c
4488                 Fix occasional flicker in folderview
4489         * src/common/utils.c
4490                 Fix bug #943 (Incorrectly parsed email address 
4491                 list in short headers on message view and in 
4492                 printouts)
4493
4494 2006-04-20 [colin]      2.1.1cvs20
4495
4496         * src/imap.c
4497         * src/imap.h
4498         * src/prefs_account.c
4499                 Add ANONYMOUS auth for IMAP
4500
4501 2006-04-20 [paul]       2.1.1cvs19
4502
4503         * src/main.c
4504                 proper fix for 2.1.1cvs18
4505                 Thanks to Colin
4506
4507 2006-04-20 [paul]       2.1.1cvs18
4508
4509         * src/main.c
4510                 fix build warnings
4511
4512 2006-04-20 [paul]       2.1.1cvs17
4513
4514         * src/gtk/quicksearch.c
4515                 fix standard, non-extended Quick search,
4516                 was broken in 2.1.1cvs15.
4517                 Thanks to Colin.
4518
4519 2006-04-20 [colin]      2.1.1cvs16
4520
4521         * src/prefs_matcher.c
4522                 Fix values when reselecting a ~test
4523                 rule
4524
4525 2006-04-19 [colin]      2.1.1cvs15
4526
4527         * src/compose.c
4528         * src/compose.h
4529         * src/gtk/gtkaspell.c
4530         * src/gtk/gtkaspell.h
4531                 Put back Options menu in Spelling/
4532         * src/gtk/quicksearch.c
4533                 Don't search, and show error, if the
4534                 advanced search has a syntax error
4535
4536 2006-04-18 [colin]      2.1.1cvs14
4537
4538         * src/textview.c
4539                 Fix gdk warnings on set_cursor when textview
4540                 isn't visible
4541
4542 2006-04-18 [colin]      2.1.1cvs13
4543
4544         * src/gtk/gtksctree.c
4545                 Remove seemingly useless refresh that causes
4546                 flicker - watch this commit in case of 
4547                 problems before planned backport to stable
4548
4549 2006-04-18 [colin]      2.1.1cvs12
4550
4551         * src/imap.c
4552                 Factorize get/set_xml code
4553         * src/compose.c
4554         * src/prefs_account.c
4555         * src/prefs_account.h
4556         * src/procmsg.c
4557                 Add Encrypt to self option
4558
4559 2006-04-17 [colin]      2.1.1cvs11
4560
4561         * configure.ac
4562                 Fix search on encrpyt function on dragonfly
4563                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4564
4565 2006-04-17 [colin]      2.1.1cvs10
4566
4567         * src/prefs_account.c
4568                 Be safe by default: remove mails from POP3
4569                 after 7 days, not immediately
4570
4571 2006-04-17 [colin]      2.1.1cvs9
4572
4573         * src/etpan/imap-thread.c
4574                 Fix build on DragonFly - patch by 
4575                 Jonathan Buschmann <jonthn@agmact.com>
4576
4577 2006-04-17 [colin]      2.1.1cvs8
4578
4579         * src/imap.c
4580                 Save uidnext between sessions
4581
4582 2006-04-17 [colin]      2.1.1cvs7
4583
4584         * src/imap.c
4585                 scan is required when uid validity changes
4586
4587 2006-04-17 [colin]      2.1.1cvs6
4588
4589         * src/folderview.c
4590                 Don't scan if not necessary, apart in current
4591                 folder and INBOX to fetch flags.
4592         * src/imap.c
4593                 Scan is necessary if unread count changes
4594
4595 2006-04-17 [colin]      2.1.1cvs5
4596
4597         * src/imap.c
4598                 ...But always fetch ANSWERED and DELETED flags for
4599                 INBOX, as filtering can happen on these flags.
4600
4601 2006-04-17 [colin]      2.1.1cvs4
4602
4603         * src/imap.c
4604                 Don't fetch REPLIED and DELETED flags when synchronising
4605                 flags with a closed folder. We only need UNSEEN and FLAGGED
4606                 to update the folderview.
4607
4608 2006-04-17 [colin]      2.1.1cvs3
4609
4610         * src/imap.c
4611                 Faster flag search when there are new mails 
4612                 in a folder. We can do a full search if the 
4613                 folder contains less messages than the new
4614                 list.
4615
4616 2006-04-17 [colin]      2.1.1cvs2
4617
4618         * po/cs.po
4619         * po/de.po
4620         * po/fr.po
4621         * po/nl.po
4622         * po/pt_BR.po
4623                 Update translations from stable branch
4624
4625 2006-04-17 [colin]      2.1.1cvs1
4626
4627         * configure.ac
4628                 Bump version to follow stable release
4629
4630 2006-04-16 [mones]      2.1.0cvs50
4631
4632         * po/es.po
4633                 Updated for release
4634
4635 2006-04-16 [colin]      2.1.0cvs49
4636
4637         * src/textview.c
4638                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4639                 with gtk < 2.8. Thanks to Fabien Vantard.
4640
4641 2006-04-15 [colin]      2.1.0cvs48
4642
4643         * src/etpan/imap-thread.c
4644                 Fix bug #919 (libetpan: SEGV when connecting 
4645                 using command)
4646
4647 2006-04-14 [colin]      2.1.0cvs47
4648
4649         * src/main.c
4650                 Fix race on --select (should be done better)
4651
4652 2006-04-14 [wwp]        2.1.0cvs46
4653
4654         * src/send_message.c
4655                 enforce a check for domain in account prefs (a sending
4656                 error could be faced if domain was checked but no value set),
4657                 thanks to Colin.
4658
4659 2006-04-14 [colin]      2.1.0cvs45
4660
4661         * src/codeconv.c
4662                 when converting from unknown to unknown, if the
4663                 string is UTF8, don't convert it to the locale
4664                 (which breaks it)
4665
4666 2006-04-14 [colin]      2.1.0cvs44
4667
4668         * src/compose.c
4669                 Don't try to use ASCII for converting headers
4670                 (as done in body)
4671
4672 2006-04-14 [paul]       2.1.0cvs43
4673
4674         * src/crash.c
4675                 add locale/charset info to crash report
4676         * src/gtk/about.c
4677                 add wwp to doc team
4678                 replace 'e-mail' with preferred 'email'
4679         * src/gtk/authors.h
4680                 ensure contributors list is in alphabetical
4681                 order
4682
4683 2006-04-13 [colin]      2.1.0cvs42
4684
4685         * src/textview.c
4686                 Prevent gdk warnings
4687
4688 2006-04-13 [colin]      2.1.0cvs41
4689
4690         * src/common/ssl_certificate.c
4691         * src/common/ssl_certificate.h
4692         * src/gtk/sslcertwindow.c
4693                 Warn on expired certs, and display the expiration date
4694
4695 2006-04-13 [colin]      2.1.0cvs40
4696
4697         * src/plugins/spamassassin/spamassassin_gtk.c
4698                 Fix missing set_text on unix socket
4699
4700 2006-04-13 [wwp]        2.1.0cvs39
4701
4702         * manual/fr/advanced.xml
4703         * manual/fr/glossary.xml
4704                 applied new spam/ham/email lexicon (pourriel, courriel)
4705
4706 2006-04-13 [paul]       2.1.0cvs38
4707
4708         * src/plugins/pgpmime/plugin.c
4709                 remove the mention of S/MIME from the
4710                 description. This is now handled by the
4711                 S/MIME plugin.
4712
4713 2006-04-13 [paul]       2.1.0cvs37
4714
4715         * src/prefs_msg_colors.c
4716                 rework dialog
4717         * src/prefs_folder_item.c
4718         * src/prefs_spelling.c
4719                 add a tooltip to the colour selector buttons
4720
4721 2006-04-13 [wwp]        2.1.0cvs36
4722
4723         * manual/advanced.xml
4724         * manual/glossary.xml
4725         * manual/handling.xml
4726         * manual/keyboard.xml
4727         * manual/plugins.xml
4728         * manual/starting.xml
4729         * manual/fr/account.xml
4730         * manual/fr/ack.xml
4731         * manual/fr/addrbook.xml
4732         * manual/fr/advanced.xml
4733         * manual/fr/faq.xml
4734         * manual/fr/glossary.xml
4735         * manual/fr/gpl.xml
4736         * manual/fr/handling.xml
4737         * manual/fr/intro.xml
4738         * manual/fr/keyboard.xml
4739         * manual/fr/plugins.xml
4740         * manual/fr/starting.xml
4741         * manual/fr/sylpheed-claws-manual.xml
4742                 fixes to the manuals:
4743                  - summaryview -> Message List (same in French)
4744                  - translate key names
4745                  - fix French punctuation, use non-breakable spaces when
4746                    necessary, don't use &thinsp; which is not portable
4747                  - tell what maildir and mbox formats we support
4748
4749 2006-04-12 [wwp]        2.1.0cvs35
4750
4751         * src/prefs_toolbar.c
4752                 unified a replace button more,
4753                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4754
4755 2006-04-12 [wwp]        2.1.0cvs34
4756
4757         * src/prefs_common.c
4758         * src/prefs_msg_colors.c
4759                 make default color labels translatable,
4760                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4761                 thanks to Tim <timbrain@post.cz> for reporting.
4762
4763 2006-04-12 [wwp]        2.1.0cvs33
4764
4765         * manual/glossary.xml
4766         * manual/intro.xml
4767         * manual/plugins.xml
4768         * manual/starting.xml
4769         * manual/sylpheed-claws-manual.xml
4770         * manual/fr/.cvsignore
4771         * manual/fr/account.xml
4772         * manual/fr/ack.xml
4773         * manual/fr/addrbook.xml
4774         * manual/fr/advanced.xml
4775         * manual/fr/faq.xml
4776         * manual/fr/glossary.xml
4777         * manual/fr/handling.xml
4778         * manual/fr/intro.xml
4779         * manual/fr/keyboard.xml
4780         * manual/fr/plugins.xml
4781         * manual/fr/starting.xml
4782         * manual/fr/sylpheed-claws-manual.xml
4783                 various fixes: typos, missing .fr translations, punctuation,
4784                 capitalization, links, accents and some bad French more.
4785
4786 2006-04-12 [wwp]        2.1.0cvs32
4787
4788         * src/prefs_gtk.c
4789                 fix for bug #935: always store prefs files in UTF-8 (thanks
4790                 to Colin).
4791
4792 2006-04-11 [colin]      2.1.0cvs31
4793
4794         * src/compose.c
4795                 Fix inserting files not in utf8 when locale is utf8
4796
4797 2006-04-11 [colin]      2.1.0cvs30
4798
4799         * src/inc.c
4800                 Don't show error dialog when cancelling connection
4801                 Patch by Pawel
4802
4803 2006-04-11 [cleroy]     2.1.0cvs29
4804
4805         * src/compose.c
4806                 Implement multiple quote levels
4807         * src/prefs_common.c
4808                 Change a little bit the quote bgcolor for 2nd level
4809
4810 2006-04-11 [colin]      2.1.0cvs28
4811
4812         * src/gtk/about.c
4813                 Add locale and charset in the label
4814
4815 2006-04-10 [colin]      2.1.0cvs27
4816
4817         * src/compose.c
4818         * src/prefs_common.c
4819         * src/prefs_common.h
4820         * src/prefs_msg_colors.c
4821         * src/textview.c
4822                 Allow optional background color in quotes
4823                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4824                 GTK+-2.8.x feature
4825
4826 2006-04-10 [colin]      2.1.0cvs26
4827
4828         * src/main.c
4829         * src/mainwindow.c
4830         * src/mainwindow.h
4831                 Implement --select
4832
4833 2006-04-10 [colin]      2.1.0cvs25
4834
4835         * manual/plugins.xml
4836         * manual/fr/plugins.xml
4837                 Document libcurl's proxy variables
4838
4839 2006-04-09 [colin]      2.1.0cvs24
4840
4841         * src/prefs_common.c
4842                 gettext() returns statically allocated stuff. We have
4843                 to strdup it in order to be able to free it.
4844
4845 2006-04-09 [colin]      2.1.0cvs23
4846
4847         * AUTHORS
4848         * src/gtk/authors.h
4849                 Add Alexei
4850
4851 2006-04-09 [colin]      2.1.0cvs22
4852
4853         * src/mainwindow.c
4854         * src/gtk/quicksearch.c
4855                 Fix bug #859 (problems with cyrilic input in 
4856                 search panel) - Patch by Alexey Illarionov 
4857                 <littlesavage@rambler.ru>
4858
4859 2006-04-09 [colin]      2.1.0cvs21
4860
4861         * src/prefs_customheader.c
4862                 I prefer removing then freeing rather than the contrary
4863                 (even if it doesn't change anything ;-)
4864         * src/prefs_account.c
4865                 Fix bug #933 (Crash re-entering the custom headers list 
4866                 dialog in accounts prefs)
4867                 The problem happened when cancelling the Account 
4868                 Preferences' dialogs - in which case we didn't do 
4869                 anything to the PrefsAccount * struct. In case of applying,
4870                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4871                 working with in this dialog. The problem is that 
4872                 prefs_customheader.c, working on this tmp_ac_prefs, always
4873                 changes the ->customhdr_list pointer, even when cancelled. 
4874                 So in case of cancelling the prefs_account dialog, we still
4875                 have to update ->customhdr_list in the real account.
4876
4877 2006-04-08 [colin]      2.1.0cvs20
4878
4879         * manual/fr/glossary.xml
4880         * manual/fr/keyboard.xml
4881                 Forgot some headers :)
4882
4883 2006-04-08 [colin]      2.1.0cvs19
4884
4885         * manual/Makefile.am
4886         * manual/fr/Makefile.am
4887         * manual/fr/account.xml
4888         * manual/fr/ack.xml
4889         * manual/fr/addrbook.xml
4890         * manual/fr/advanced.xml
4891         * manual/fr/faq.xml
4892         * manual/fr/glossary.xml
4893         * manual/fr/gpl.xml
4894         * manual/fr/handling.xml
4895         * manual/fr/intro.xml
4896         * manual/fr/keyboard.xml
4897         * manual/fr/plugins.xml
4898         * manual/fr/starting.xml
4899         * manual/fr/sylpheed-claws-manual.xml
4900         * manual/fr/dist/.cvsignore
4901         * manual/fr/dist/Makefile.am
4902         * manual/fr/dist/html/.cvsignore
4903         * manual/fr/dist/html/Makefile.am
4904         * manual/fr/dist/pdf/.cvsignore
4905         * manual/fr/dist/pdf/Makefile.am
4906         * manual/fr/dist/ps/.cvsignore
4907         * manual/fr/dist/ps/Makefile.am
4908         * manual/fr/dist/txt/.cvsignore
4909         * manual/fr/dist/txt/Makefile.am
4910                 Add the french translation of the manual. Thanks to
4911                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4912                 account.xml, ack.xml, addrbook.xml and advanced.xml
4913
4914 2006-04-08 [colin]      2.1.0cvs18
4915
4916         * manual/plugins.xml
4917         * manual/starting.xml
4918                 More fixes
4919
4920 2006-04-07 [colin]      2.1.0cvs17
4921
4922         * manual/faq.xml
4923         * manual/intro.xml
4924         * manual/keyboard.xml
4925                 Little fixes
4926
4927 2006-04-07 [colin]      2.1.0cvs16
4928
4929         * README
4930         * src/compose.c
4931         * src/prefs_common.c
4932         * src/prefs_common.h
4933                 Add hidden compose_no_markup pref
4934
4935 2006-04-07 [wwp]        2.1.0cvs15
4936
4937         * src/summary_search.c
4938         * .cvsignore
4939                 Bugfix: stop button was sticky when searching in an empty folder.
4940                 Applied curly brackets code style to the whole file (summary_search.c).
4941                 More files to ignore.
4942
4943 2006-04-07 [wwp]        2.1.0cvs14
4944
4945         * src/message_search.c
4946         * src/summary_search.c
4947                 changed default button when search bumps at file/folder
4948                 beginning or end, for convenience (thanks to Colin).
4949
4950 2006-04-07 [paul]       2.1.0cvs13
4951
4952         * src/plugins/dillo_viewer/dillo_prefs.c
4953                 avoid future potential for namespace collision
4954                 Patch by Colin
4955
4956 2006-04-06 [wwp]        2.1.0cvs12
4957
4958         * src/summary_search.c
4959                 Unify extended/advanced searches names (and thus factorize labels),
4960                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4961
4962 2006-04-06 [wwp]        2.1.0cvs11
4963
4964         * src/folderview.c
4965         * src/prefs_themes.c
4966         * src/summaryview.c
4967                 Fixed some compilation warnings.
4968
4969 2006-04-06 [colin]      2.1.0cvs10
4970
4971         * manual/advanced.xml
4972                 Document the wizard template and how to deploy
4973                 Sylpheed-Claws effectively
4974
4975 2006-04-06 [colin]      2.1.0cvs9
4976
4977         * src/folderview.c
4978                 gettext patch to tell translators about _("#"),
4979                 by Maxim Britov
4980
4981 2006-04-06 [colin]      2.1.0cvs8
4982
4983         * src/textview.c
4984                 Fix invalid GtkTextBIter after clicking "Display as text"
4985
4986 2006-04-06 [mones]      2.1.0cvs7
4987
4988         * src/addr_compl.c
4989         * src/addrindex.c
4990         * src/addritem.c
4991         * src/codeconv.c
4992         * src/compose.c
4993         * src/filtering.c
4994         * src/folder.c
4995         * src/folder_item_prefs.c
4996         * src/folderview.c
4997         * src/localfolder.c
4998         * src/matcher.c
4999         * src/mimeview.c
5000         * src/prefs_msg_colors.c
5001         * src/prefs_spelling.c
5002         * src/prefs_themes.c
5003         * src/procmime.c
5004         * src/procmsg.c
5005         * src/stock_pixmap.c
5006         * src/summaryview.c
5007         * src/textview.c
5008         * src/toolbar.c
5009         * src/common/mgutils.c
5010         * src/common/prefs.c
5011         * src/common/ssl_certificate.c
5012         * src/gtk/colorlabel.c
5013         * src/gtk/quicksearch.c
5014         * src/plugins/pgpmime/pgpmime.c
5015         * src/plugins/spamassassin/spamassassin.c
5016                 Removed redundant NULL checks for g_free() calls.
5017                 Patch by Pawel Pekala.
5018
5019 2006-04-06 [mones]      2.1.0cvs6
5020
5021         * src/prefs_actions.c
5022         * src/prefs_filtering.c
5023         * src/prefs_filtering_action.c
5024         * src/prefs_matcher.c
5025         * src/prefs_template.c
5026         * src/gtk/gtkutils.c
5027         * src/gtk/gtkutils.h
5028                 Have a nice replace button. Patch by Pawel Pekala
5029
5030 2006-04-06 [colin]      2.1.0cvs5
5031
5032         * src/addressbook.c
5033                 Fix crash with empty columns
5034
5035 2006-04-05 [colin]      2.1.0cvs4
5036
5037         * src/wizard.c
5038         * src/prefs_gtk.c
5039                 Allow wizard customization with pre-filled values
5040
5041 2006-04-05 [colin]      2.1.0cvs3
5042
5043         * src/textview.c
5044         * src/mimeview.c
5045         * src/mimeview.h
5046                 Nicer messages in mimeview
5047
5048 2006-04-05 [colin]      2.1.0cvs2
5049
5050         * src/addressbook.c
5051         * src/prefs_summaries.c
5052                 i18n fix
5053
5054 2006-04-05 [colin]      2.1.0cvs1
5055
5056         * src/plugins/pgpcore/plugin.c
5057         * src/plugins/pgpcore/select-keys.c
5058         * src/plugins/pgpcore/select-keys.h
5059         * src/plugins/pgpcore/sgpgme.c
5060         * src/plugins/pgpcore/sgpgme.h
5061         * src/plugins/pgpinline/pgpinline.c
5062         * src/plugins/pgpinline/plugin.c
5063         * src/plugins/pgpmime/pgpmime.c
5064         * src/plugins/pgpmime/plugin.c
5065                 Factorize and generalize a bit 
5066                 Drop S/MIME signature verification from PGP/MIME
5067                 (adding it as another, more complete plugin)
5068
5069 2006-04-05 [paul]       2.1.0
5070
5071         2.1.0 released
5072
5073 2006-04-05 [paul]       2.0.0cvs186
5074
5075         * manual/advanced.xml
5076                 add info on colour labels
5077
5078 2006-04-05 [paul]       2.0.0cvs185
5079
5080         * po/bg.po
5081         * po/cs.po
5082         * po/de.po
5083         * po/el.po
5084         * po/en_GB.po
5085         * po/fi.po
5086         * po/fr.po
5087         * po/it.po
5088         * po/nl.po
5089         * po/pl.po
5090         * po/pt_BR.po
5091         * po/sr.po
5092         * po/zh_CN.po
5093                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5094                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5095                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5096                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5097         * src/gtk/authors.h
5098         * tools/claws.i18n.status.pl
5099                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5100                 and new Czech translator, Tim <timbrain@post.cz>
5101
5102 2006-04-05 [mones]      2.0.0cvs184
5103
5104         * po/es.po
5105                 Updated translation
5106
5107 2006-04-05 [colin]      2.0.0cvs183
5108
5109         * src/gtk/quicksearch.c
5110                 Fix bug #929 (unnecessary reload in quick search bar)
5111
5112 2006-04-05 [colin]      2.0.0cvs182
5113
5114         * src/compose.c
5115                 Fix crash on Reply with no From:
5116                 Show signature and conversion error on queuing 
5117                 (but not sending)
5118         * src/mainwindow.c
5119         * src/summaryview.c
5120         * src/summaryview.h
5121                 Factorize threading code and make sure msginfo 
5122                 is not null when it comes from a GtkCTreeRow's 
5123                 data
5124         * src/gtk/gtkaspell.c
5125                 Check for necessary things
5126         * src/gtk/gtksctree.c
5127         * src/gtk/gtksctree.h
5128                 Reset anchor if necessary when removing node
5129
5130 2006-03-29 [colin]      2.0.0cvs181
5131
5132         * src/folderview.c
5133                 Warn for disabled IMAP accounts (due to lack of
5134                 libetpan). Breaks string-freeze - sorry - but it
5135                 is kind of important ;)
5136
5137 2006-03-28 [colin]      2.0.0cvs180
5138
5139         * src/gtk/gtkutils.c
5140         * src/gtk/gtkutils.h
5141                 Add a gtkut_get_link_btn() function that
5142                 creates a button which acts like an URI
5143         * src/prefs_themes.c
5144         * src/gtk/about.c
5145                 Use this function (factorizes codes)
5146         * src/common/defs.h
5147         * src/gtk/pluginwindow.c
5148                 Add a "Get more..." in the plugins window
5149
5150 2006-03-28 [colin]      2.0.0cvs179
5151
5152         * src/common/smtp.c
5153         * src/common/passcrypt.c
5154         * src/undo.c
5155                 Warning fixes. Patch by Pawel Pekala
5156
5157 2006-03-27 [colin]      2.0.0cvs178
5158
5159         * src/undo.c
5160                 Fix undoing by blocks with spaces
5161
5162 2006-03-27 [colin]      2.0.0cvs177
5163
5164         * src/textview.c
5165                 Set margin to 3px for headers
5166
5167 2006-03-27 [paul]
5168
5169         2.1.0-rc2 released
5170
5171 2006-03-27 [wwp]        2.0.0cvs176
5172
5173         * src/summaryview.c
5174                 don't reset quicksearch when updating the message list.
5175                 Thanks to Colin.
5176
5177 2006-03-26 [wwp]        2.0.0cvs175
5178
5179         * src/compose.c
5180                 use a unified border width ('other' tab in the compose window,
5181                 patch by Pawel Pekala).
5182
5183
5184 2006-03-26 [wwp]        2.0.0cvs174
5185
5186         * src/common/quoted-printable.c
5187         * src/addressbook.c
5188                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5189
5190 2006-03-26 [colin]      2.0.0cvs173
5191
5192         * src/quote_fmt_parse.y
5193                 Fix non-UTF8 date formats messing up the whole quote a 
5194                 little bit
5195
5196 2006-03-26 [colin]      2.0.0cvs172
5197
5198         * src/procheader.c
5199                 Make sure the date is UTF8 valid, or try to make it
5200                 so. IncrediMail is really IncrediStupid.
5201         * src/compose.c
5202                 Fix possible conversions. 
5203                 
5204
5205 2006-03-26 [colin]      2.0.0cvs171
5206
5207         * src/matcher.c
5208                 Fix corner cases in body search. This is still a
5209                 hack... It seems impossible to make it good and 
5210                 reasonably fast at the same time.
5211
5212 2006-03-26 [colin]      2.0.0cvs170
5213
5214         * src/summaryview.c
5215                 I think I killed the twilight zone bug!
5216                 summary_select_node() flushes GTK events in order
5217                 to be able to center the view. But this also 
5218                 flushes keypresses like Ctrl-Alt-U, so this can
5219                 call summary_show from summary_select_node (itself
5220                 called from summary_show, etc.). And the summaryview
5221                 has to be unlocked in this function. So just locking
5222                 while processing GTK events, and bailing if locked, 
5223                 should fix it.
5224                 Fixes bug #927 (SIGSEGV during Update Summary)
5225
5226 2006-03-25 [colin]      2.0.0cvs169
5227
5228         * src/matcher.c
5229                 Fix search in QP-encoded bodies
5230                 Fix utf-8 searches in bodies encoded in the
5231                 locale's encoding
5232         * src/common/quoted-printable.c
5233         * src/common/quoted-printable.h
5234                 Add a decode function that doesn't overwrite
5235                 the original pointer
5236                 
5237
5238 2006-03-24 [colin]      2.0.0cvs168
5239
5240         * src/action.c
5241         * src/summaryview.c
5242         * src/summaryview.h
5243                 Update message cache after action
5244                 Patch by H. Merijn Brand
5245         * src/prefs_msg_colors.c
5246                 Factorize label 
5247                 Patch by Fabien Vantard
5248         * src/plugins/spamassassin/spamassassin_gtk.c
5249                 Remove useless translation
5250                 Patch by Fabien Vantard
5251
5252 2006-03-23 [colin]      2.0.0cvs167
5253
5254         * src/common/ssl.c
5255                 Let 30 seconds to SSL_connect
5256
5257 2006-03-23 [wwp]        2.0.0cvs166
5258
5259         * src/summaryview.c
5260         * src/gtk/description_window.c
5261                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5262                 and headers are translated; adjust description windows' width to fit their
5263                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5264
5265 2006-03-23 [paul]       2.0.0cvs165
5266
5267         * src/common/utils.c
5268                 fix highlighting of URIs containing "()"
5269                 (2.0.0cvs164's reversal fixed)
5270                 Thanks to Colin.
5271
5272 2006-03-23 [paul]       2.0.0cvs164
5273
5274         * src/common/utils.c
5275                 revert patch, (postponing a fix), at 2.0.0cvs120
5276                 as it breaks more URIs than it fixes.
5277                 Allow '-' to be a terminating character in a URI
5278
5279 2006-03-22 [colin]      2.0.0cvs163
5280
5281         * configure.ac
5282                 Require libetpan 0.45
5283                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5284
5285 2006-03-22 [paul]       2.0.0cvs162
5286
5287         * src/editgroup.c
5288                 replace '<-' and '->' buttons with GTK_STOCK graphical
5289                 buttons
5290         * src/summary_search.c
5291                 don't offer '...' for translation
5292                 add a tooltip to advanced search '...' button
5293         * src/gtk/quicksearch.c
5294                 don't offer '...' for translation
5295
5296 2006-03-21 [colin]      2.0.0cvs161
5297
5298         * src/compose.c
5299                 Fix middle-click pasting (insert at click
5300                 position instead of cursor position, don't
5301                 remove existing selection and allow pasting
5302                 our own selection)
5303         * src/addressbook.c
5304                 "LDAP Server" -> "LDAP servers"
5305
5306 2006-03-21 [wwp]        2.0.0cvs160
5307
5308         * src/etpan/imap-thread.c
5309                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5310
5311 2006-03-20 [colin]      2.0.0cvs159
5312
5313         * src/summaryview.c
5314                 Don't reload summaryview after an execute with no
5315                 move action
5316
5317 2006-03-19 [colin]      2.0.0cvs158
5318
5319         * src/addressbook.c
5320                 and put groups at the top, always
5321
5322 2006-03-19 [colin]      2.0.0cvs157
5323
5324         * src/addressbook.c
5325                 Order groups before names, as previously
5326
5327 2006-03-19 [colin]      2.0.0cvs156
5328
5329         * src/addressbook.c
5330                 - Sort case-unsensitive
5331                 - Put the sort arrow at opening too
5332
5333 2006-03-19 [wwp]        2.0.0cvs155
5334
5335         * src/addressbook.c
5336                 allow sorting by name/email/remarks, ensure that right-pane's contents
5337                 matches the left-pane selection (cleared when appropriate).
5338                 Patch by Pawel Pekala <c0rn@o2.pl>.
5339
5340 2006-03-18 [colin]      2.0.0cvs154
5341
5342         * src/textview.c
5343                 Fix text cursor ;)
5344
5345 2006-03-18 [colin]      2.0.0cvs153
5346
5347         * src/gtk/filesel.c
5348                 Make sure we hide the preview if we didn't get
5349                 a filename
5350
5351 2006-03-18 [colin]      2.0.0cvs152
5352
5353         * src/summaryview.c
5354                 Set cursor to watch for execution (fixes lack
5355                 of watch-cursor when dnd'ing hundreds of mails)
5356         * src/gtk/filesel.c
5357                 Check that mime type is 'image/*' before updating
5358                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5359
5360 2006-03-18 [colin]      2.0.0cvs151
5361
5362         * src/mainwindow.c
5363         * src/textview.c
5364         * src/textview.h
5365                 Put a watch cursor in textview too when the mainwindow's
5366                 cursor in a watch
5367
5368 2006-03-18 [colin]      2.0.0cvs150
5369
5370         * src/folder.c
5371                 Change wrong asserts to simple tests
5372
5373 2006-03-17 [colin]      2.0.0cvs149
5374
5375         * src/mainwindow.c
5376         * src/mainwindow.h
5377         * src/prefs_msg_colors.c
5378         * src/summaryview.c
5379         * src/summaryview.h
5380         * src/gtk/colorlabel.c
5381         * src/gtk/colorlabel.h
5382                 Add a color label menu in the main menubar
5383                 Add (fixed) accels Ctrl-{0-7} to change the color
5384                 They have to be fixed because the menu's dynamic,
5385                 the items are complex widgets, hence we can't use
5386                 a GtkItemFactory.
5387
5388
5389 2006-03-17 [wwp]        2.0.0cvs148
5390
5391         * src/compose.c
5392                 rollback few lines from my previous commit (those lines come from
5393                 a pending patch, accidentally commited, even if neutral as they are
5394                 commented out).
5395
5396 2006-03-17 [wwp]        2.0.0cvs147
5397
5398         * src/compose.c
5399                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5400                 applied code style/indentation to the modified function.
5401
5402 2006-03-17 [wwp]        2.0.0cvs146
5403
5404         * src/procmsg.c
5405         * src/compose.c
5406                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5407
5408 2006-03-17 [paul]
5409
5410         2.1.0-rc1 released
5411
5412 2006-03-17 [paul]       2.0.0cvs145
5413
5414         * src/main.c
5415                 addressbook_read_file() was called twice
5416         * src/textview.c
5417                 X-Mailer highlighting
5418
5419 2006-03-16 [colin]      2.0.0cvs144
5420
5421         * src/sourcewindow.c
5422         * src/sourcewindow.h
5423                 And the last one, in source window.
5424
5425 2006-03-16 [colin]      2.0.0cvs143
5426
5427         * src/compose.c
5428         * src/compose.h
5429                 Fix the same stuff in compose
5430
5431 2006-03-16 [colin]      2.0.0cvs142
5432
5433         * src/messageview.c
5434                 Complete the previous messageview crash fix
5435
5436 2006-03-16 [colin]      2.0.0cvs141
5437
5438         * src/procmsg.h
5439         * src/procmsg.c
5440         * src/folder.c
5441                 Fix POSTPROCESSING hook
5442                 Patch by H. Merijn Brand
5443
5444         * src/procmime.c
5445         * src/procmime.h
5446                 Parse Content-Location
5447
5448         * src/toolbar.c
5449         * src/messageview.c
5450         * src/messageview.h
5451                 Don't crash when a top-level MessageView has
5452                 been closed on us. Same problematic than
5453                 yesterday's quicksearch issue.
5454
5455 2006-03-15 [colin]      2.0.0cvs140
5456
5457         * src/gtk/quicksearch.c
5458                 Fix a bitchy race we didn't think about when we
5459                 added quicksearch cancellation:
5460                 If the search is not on cached fields, for example
5461                 body_part matchcase "stuff"
5462                 the matcher code has to get the whole message. If
5463                 we're on IMAP, that can be slow, and in order to
5464                 be non-blocking, the IMAP code idle loop processes
5465                 gtk events too. So it is possible to cancel a
5466                 quicksearch while the matcher is getting the mail's
5467                 body. After matcher got its body, it will start to
5468                 iterate over the matcher list that the Quicksearch's
5469                 clear_search_cb() just freed via prepare_matcher().
5470                 SIGSEGV ensues.
5471                 The fix consists of guarding the matcherlist_match()
5472                 call with a boolean 'matching'. If we reset the
5473                 quicksearch while matching is TRUE, we don't free
5474                 the matcherlist anymore like we did, but we set
5475                 another new flag, deferred_free, to TRUE. Then,
5476                 in quicksearch_match(), just after returning from
5477                 matcherlist_match() and unsetting the matching flag,
5478                 we check the deferred_free flag and do the
5479                 prepare_matcher() (which does the matcherlist_free)
5480                 for real, so we free the matcherlist once it's not
5481                 used anymore.
5482                 As all of this runs via the glib main loop, we
5483                 luckily don't need a mutex.
5484         * src/summaryview.c
5485                 Also, show progress while searching.
5486
5487
5488 2006-03-14 [colin]      2.0.0cvs139
5489
5490         * src/alertpanel.c
5491                 Make alertpanel_is_open non-static
5492
5493 2006-03-14 [colin]      2.0.0cvs138
5494
5495         * src/prefs_spelling.c
5496                 Cleanups - Fabien Vantard
5497
5498 2006-03-14 [wwp]        2.0.0cvs137
5499
5500         * src/main.c
5501                 code style normalization (curly braces, indentation).
5502
5503 2006-03-14 [wwp]        2.0.0cvs137
5504
5505         * src/main.c
5506                 code style (braces, indentation)
5507
5508 2006-03-12 [paul]       2.0.0cvs136
5509
5510         * src/prefs_common.c
5511                 trans_hdr defaults to FALSE to be RFC-savvy
5512         * src/prefs_summaries.c
5513                 add a tooltip to the trans_hdr option
5514                 
5515
5516 2006-03-12 [paul]       2.0.0cvs135
5517
5518         * src/prefs_matcher.c
5519                 give a little more width to the combos
5520         * src/prefs_display_header.c
5521         * src/textview.c
5522                 translate headers if prefs_common.trans_hdr
5523                 is TRUE
5524
5525         Patches by Pawel Pekala
5526
5527 2006-03-12 [paul]       2.0.0cvs134
5528
5529         * src/plugins/clamav/clamav_plugin.c
5530         * src/plugins/dillo_viewer/dillo_viewer.c
5531         * src/plugins/pgpcore/plugin.c
5532         * src/plugins/pgpinline/plugin.c
5533         * src/plugins/pgpmime/plugin.c
5534         * src/plugins/spamassassin/spamassassin.c
5535                 update/add to descriptions
5536         * src/plugins/spamassassin/spamassassin_gtk.c
5537                 fixes to the english, remove superfluous
5538                 tooltips, clean up a little
5539
5540 2006-03-12 [paul]       2.0.0cvs133
5541
5542         * src/compose.c
5543                 fix Bug 924, 'Account combo box shows up wrong 
5544                 if & is in account name'
5545
5546 2006-03-11 [colin]      2.0.0cvs132
5547
5548         * src/summaryview.c
5549                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5550                 messed up shift-selection because is slows down
5551                 moving around summaryview. thanks -users
5552
5553 2006-03-10 [colin]      2.0.0cvs131
5554
5555         * src/plugins/spamassassin/spamassassin_gtk.c
5556                 Put back Paul's engrish fixes
5557
5558 2006-03-10 [colin]      2.0.0cvs130
5559
5560         * src/plugins/spamassassin/spamassassin.c
5561         * src/plugins/spamassassin/spamassassin.h
5562         * src/plugins/spamassassin/spamassassin_gtk.c
5563                 Cleanup SA prefs page (more)
5564                 Patch by Fabien Vantard
5565
5566 2006-03-10 [paul]       2.0.0cvs129
5567
5568         * src/prefs_msg_colors.c
5569         * src/prefs_spelling.c
5570                 widget sensitivity
5571
5572 2006-03-09 [mones]      2.0.0cvs128
5573
5574         * po/es.po
5575                 Update for next RC
5576
5577 2006-03-09 [wwp]        2.0.0cvs127
5578
5579         * configure.ac
5580                 revert accidental commit (requirement for libetpan 0.43), this time
5581                 not in HEAD.
5582
5583 2006-03-09 [wwp]        2.0.0cvs125
5584
5585         * configure.ac
5586                 revert accidental commit (requirement for libetpan 0.43)
5587
5588 2006-03-09 [paul]       2.0.0cvs126
5589
5590         * src/prefs_receive.c
5591                 remove useless frame
5592                 replace 'incorporation' with 'receiving'
5593         * src/plugins/clamav/clamav_plugin_gtk.c
5594         * src/plugins/spamassassin/spamassassin_gtk.c
5595                 improve widget sensitivity
5596                 fix a bit his engrish
5597
5598 2006-03-09 [wwp]        2.0.0cvs125
5599
5600         * src/addressadd.c
5601         * src/foldersel.c
5602         * src/prefs_common.c
5603         * src/prefs_common.h
5604                 remember some more windows' sizes (add to addressbook and
5605                 select folder).
5606
5607 2006-03-09 [paul]       2.0.0cvs124
5608
5609         * src/plugins/pgpcore/prefs_gpg.c
5610                 normalise construction of dialogue
5611
5612 2006-03-09 [paul]       2.0.0cvs123
5613
5614         * src/plugins/trayicon/Makefile.am
5615                 add missing slash
5616
5617 2006-03-08 [colin]      2.0.0cvs122
5618
5619         * src/plugins/trayicon/Makefile.am
5620                 Fix build in separate dir 
5621                 Patch by Bamanzi <bamanzi@gmail.com>
5622
5623 2006-03-08 [colin]      2.0.0cvs121
5624
5625         * src/procmsg.c
5626                 Batch move and copies from summaryview with delayed execution
5627                 too
5628
5629 2006-03-07 [paul]       2.0.0cvs120
5630
5631         * src/common/utils.c
5632                 fix highlighting of URIs containing "()"
5633                 Patch by Pawel Pekala
5634
5635 2006-03-07 [paul]       2.0.0cvs119
5636
5637         * src/folder.c
5638         * src/folder.h
5639         * src/folderview.c
5640                 immediately do alphabetical resort when
5641                 changing a folder's name
5642                 Patch by Pawel Pekala
5643
5644 2006-03-07 [paul]       2.0.0cvs118
5645
5646         * src/news.c
5647         * src/news_gtk.c
5648                 when unsubscribing a newsgroup, remove the
5649                 folder and msgs in .sylpheed-claws/newscache
5650                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5651
5652 2006-03-07 [paul]       2.0.0cvs117
5653
5654         * src/textview.c
5655                 fix wrong Fake URL Warning
5656                 Thanks to Hiro
5657
5658 2006-03-07 [colin]      2.0.0cvs116
5659
5660         * src/imap.c
5661                 Return immediately when password dialog was
5662                 cancelled
5663         * src/gtk/inputdialog.c
5664                 Allow empty strings for passwords
5665
5666
5667 2006-03-06 [colin]      2.0.0cvs115
5668
5669         * src/imap.c
5670                 Prevent double-timeouts when connection fails
5671
5672 2006-03-06 [colin]
5673
5674         2.0.1-rc1 released
5675
5676 2006-03-06 [colin]      2.0.0cvs114
5677
5678         * src/imap.c
5679                 Refresh session during potentially long
5680                 operations
5681
5682 2006-03-06 [wwp]        2.0.0cvs113
5683
5684         * src/prefs_msg_colors.h
5685                 forgot that one (custom color labels).
5686
5687 2006-03-06 [wwp]        2.0.0cvs112
5688
5689         * src/prefs_common.c
5690         * src/prefs_common.h
5691         * src/prefs_msg_colors.c
5692         * src/summaryview.c
5693         * src/summaryview.h
5694         * src/gtk/colorlabel.c
5695         * src/gtk/colorlabel.h
5696                 colors in messages list are now customizable. Color values and names can
5697                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5698                 Thanks to Paul and Colin for their help with this longstanding patch!
5699
5700 2006-03-06 [wwp]        2.0.0cvs111
5701
5702         * src/textview.c
5703                 don't crash if (x)face is bad.
5704
5705 2006-03-05 [paul]       2.0.0cvs110
5706
5707         * AUTHORS
5708         * configure.ac
5709         * src/Makefile.am
5710         * src/common/Makefile.am
5711         * src/common/utils.h
5712         * src/etpan/imap-thread.c
5713         * src/gtk/authors.h
5714         * src/plugins/clamav/Makefile.am
5715         * src/plugins/demo/Makefile.am
5716         * src/plugins/dillo_viewer/Makefile.am
5717         * src/plugins/pgpcore/Makefile.am
5718         * src/plugins/pgpcore/passphrase.c
5719         * src/plugins/pgpinline/Makefile.am
5720         * src/plugins/pgpmime/Makefile.am
5721         * src/plugins/spamassassin/Makefile.am
5722         * src/plugins/trayicon/Makefile.am
5723                 fix builiding on cygwin
5724                 Patch by Ralgh Young <bamanzi@gmail.com>
5725
5726 2006-03-04 [wwp]        2.0.0cvs109
5727
5728         * manual/keyboard.xml
5729                 fix mixed up/down keys.
5730
5731 2006-03-04 [wwp]        2.0.0cvs108
5732
5733         * README
5734         * INSTALL
5735                 updated links to SpamAssassin.
5736
5737 2006-03-04 [wwp]        2.0.0cvs107
5738
5739         * manual/plugins.xml
5740         * src/plugins/spamassassin/README
5741                 updated SpamAssassin plugin docs to reflect new functional additions
5742                 (also fix/update/documents few technical stuff more, see the README).
5743
5744 2006-03-04 [wwp]        2.0.0cvs106
5745
5746         * src/prefs_message.c
5747                 normalized capitalization of message-prefs paths.
5748
5749 2006-03-04 [wwp]        2.0.0cvs105
5750
5751         * manual/advanced.xml
5752                 typo.
5753
5754 2006-03-03 [colin]      2.0.0cvs104
5755
5756         * src/plugins/clamav/clamav_plugin_gtk.c
5757                 Rework prefs page, patch by Fabien 
5758
5759 2006-03-03 [colin]      2.0.0cvs103
5760
5761         * src/plugins/clamav/clamav_plugin.c
5762                 Set error on all errors
5763
5764 2006-03-03 [colin]      2.0.0cvs102
5765
5766         * src/common/plugin.c
5767                 Initialize error to avoid crashing when a plugin fails
5768                 without setting error
5769
5770 2006-03-02 [wwp]        2.0.0cvs101
5771
5772         * configure.ac
5773                 fixed linker flags for libetpan support on Cygwin
5774                 (thanks to H.Merijn Brand).
5775
5776 2006-03-02 [wwp]        2.0.0cvs100
5777
5778         * src/addressbook.c
5779                 fix some AB error messages: one for punctuation and
5780                 one wrongly duplicate (thanks, maxbritov).
5781
5782 2006-03-02 [wwp]        2.0.0cvs99
5783
5784         * src/plugins/spamassassin/spamassassin.c
5785                 make sync calls to sa-learn/spamc to prevent
5786                 system (whatever local or client/server) overload.
5787
5788 2006-03-02 [colin]      2.0.0cvs98
5789
5790         * src/summaryview.c
5791                 Put the spam icon in the status column instead of the
5792                 mark one
5793
5794 2006-03-01 [colin]      2.0.0cvs97
5795
5796         * src/plugins/spamassassin/spamassassin.c
5797                 Fix segfault (g_file_set_contents fails for some 
5798                 reason and err==0x2f. Can't find out why with
5799                 valgrind, using working function :-)
5800
5801 2006-03-01 [colin]      2.0.0cvs96
5802
5803         * src/inc.c
5804                 Offline overriding: let 'No' be cached only 3 seconds
5805
5806 2006-03-01 [colin]      2.0.0cvs95
5807
5808         * src/addr_compl.c
5809         * src/addrbook.c
5810         * src/addressbook.c
5811         * src/addrindex.c
5812         * src/folder_item_prefs.c
5813         * src/headerview.c
5814         * src/imap.c
5815         * src/inc.c
5816         * src/ldif.c
5817         * src/mainwindow.c
5818         * src/mh.c
5819         * src/msgcache.c
5820         * src/prefs_common.h
5821         * src/prefs_msg_colors.c
5822         * src/procheader.c
5823         * src/procheader.h
5824         * src/procmime.c
5825         * src/procmsg.c
5826         * src/procmsg.h
5827         * src/send_message.h
5828         * src/simple-gettext.c
5829         * src/summaryview.c
5830         * src/summaryview.h
5831         * src/syldap.c
5832         * src/textview.c
5833         * src/undo.c
5834         * src/common/ssl_certificate.c
5835         * src/common/utils.c
5836         * src/gtk/colorsel.c
5837         * src/gtk/gtksctree.c
5838         * src/gtk/gtkshruler.c
5839         * src/plugins/trayicon/trayicon.c
5840                 #if 0 goes to /dev/null
5841
5842 2006-03-01 [colin]      2.0.0cvs94
5843
5844         * src/compose.c
5845         * src/imap.c
5846         * src/inc.c
5847         * src/inc.h
5848         * src/messageview.c
5849         * src/news.c
5850         * src/plugins/spamassassin/spamassassin.c
5851                 Allow to add information in the "working offline"
5852                 window
5853
5854 2006-03-01 [wwp]        2.0.0cvs93
5855
5856         * src/plugins/spamassassin/spamassassin.c
5857                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5858                 'cause it seems that calling `spamc ... < inputfile` with
5859                 g_spawn_(a)sync simply.. erm doesn't work :-).
5860
5861 2006-03-01 [wwp]        2.0.0cvs92
5862
5863         * src/toolbar.c
5864         * src/toolbar.h
5865                 simplify the adding of spam/ham button to the messageview toolbar
5866                 (it gets more clear now that the same button will be "Mark as spam"
5867                 or "Mark as ham" according to the current message status,
5868                 thanks to Colin).
5869
5870 2006-03-01 [wwp]        2.0.0cvs91
5871
5872         * src/messageview.c
5873         * src/procmsg.c
5874         * src/procmsg.h
5875         * src/summaryview.c
5876         * src/plugins/spamassassin/spamassassin.c
5877         * src/plugins/spamassassin/spamassassin.h
5878                 make learner callbacks return a status (0 for ok),
5879                 handle it in main code to avoid setting flags when learning failed,
5880                 don't learn on TCP if offline in spamassassin,
5881                 thanks to Colin.
5882
5883                 
5884
5885 2006-03-01 [wwp]        2.0.0cvs90
5886
5887         * src/compose.c
5888                 some work around the compose window's account menu,
5889                 patch by Fabien Vantard.
5890
5891 2006-03-01 [wwp]        2.0.0cvs89
5892
5893         * src/plugins/spamassassin/spamassassin.c
5894                 fixed bad logics, was using spamc in local mode and sa-learn
5895                 in remote mode (thanks, Colin).
5896
5897 2006-03-01 [wwp]        2.0.0cvs88
5898
5899         * src/plugins/spamassassin/spamassassin.c
5900         * src/plugins/spamassassin/spamassassin.h
5901         * src/plugins/spamassassin/spamassassin_gtk.c
5902                 made processing of emails w/ sa-plugin an option (default is TRUE),
5903                 fixed Engrish some tooltips, capitalization of some debug messages
5904                 and warnings. The spamassassin plugin now provides two separate
5905                 services: process emails upon incorporation and spamd training.
5906                 Both services (un)register independently but use some common
5907                 plugin settings (transport settings, spam storage location).
5908
5909 2006-02-28 [wwp]        2.0.0cvs87
5910
5911         * src/plugins/spamassassin/spamassassin.c
5912                 fix async flag to spamc cmdline execution (batch exec should
5913                 be asynchronous).
5914
5915 2006-02-27 [wwp]        2.0.0cvs86
5916
5917         * src/plugins/spamassassin/spamassassin.c
5918         * src/plugins/spamassassin/spamassassin.h
5919         * src/plugins/spamassassin/spamassassin_gtk.c
5920                 - added the ability to learn a remote spamassassin server (spamd),
5921                 using spamc.
5922                 - added the spamassassin option 'username', that applies to all
5923                 spamassassin operations (filtering, learning, local or remote).
5924                 The default username is the current unix user (if left blank
5925                 from gtk prefs or config file).
5926                 - commented out some unused code (notebook widget), removed unused
5927                 layout (hbox1).
5928                 - make more widgets sensitive to the transport type.
5929
5930 2006-02-27 [colin]      2.0.0cvs85
5931
5932         * src/plugins/spamassassin/spamassassin.c
5933                 Fix sa-learn call when offline
5934
5935 2006-02-27 [colin]      2.0.0cvs84
5936
5937         * configure.ac
5938         * src/Makefile.am
5939         * src/mainwindow.c
5940         * src/mainwindow.h
5941         * src/messageview.c
5942         * src/messageview.h
5943         * src/prefs_toolbar.c
5944         * src/procmsg.c
5945         * src/stock_pixmap.c
5946         * src/stock_pixmap.h
5947         * src/summaryview.c
5948         * src/toolbar.c
5949         * src/toolbar.h
5950         * src/pixmaps/ham_btn.xpm
5951         * src/pixmaps/spam.xpm
5952         * src/pixmaps/spam_btn.xpm
5953         * src/plugins/spamassassin/spamassassin.c
5954                 Add button in toolbar for spam learning
5955                 Fix a few bugs from the last related commit
5956                 Revert 1.9.6cvs23 which messed up shift-selection
5957
5958 2006-02-24 [colin]      2.0.0cvs83
5959
5960         * src/procmsg.c
5961         * src/summaryview.c
5962         * src/summaryview.h
5963         * src/plugins/spamassassin/spamassassin.c
5964         * src/plugins/spamassassin/spamassassin.h
5965         * src/plugins/spamassassin/spamassassin_gtk.c
5966                 Unregister learner when spamassassin is either
5967                 disabled or over tcp
5968
5969 2006-02-24 [colin]      2.0.0cvs82
5970
5971         * src/Makefile.am
5972         * src/mainwindow.c
5973         * src/mainwindow.h
5974         * src/procmsg.c
5975         * src/procmsg.h
5976         * src/stock_pixmap.c
5977         * src/stock_pixmap.h
5978         * src/summaryview.c
5979         * src/summaryview.h
5980         * src/gtk/icon_legend.c
5981         * src/pixmaps/spam.xpm  ** NEW FILE **
5982         * src/plugins/spamassassin/spamassassin.c
5983         * src/plugins/spamassassin/spamassassin_gtk.c
5984                 Add spam learning interface (Mark/Mark as 
5985                 (spam|ham) menus)
5986
5987 2006-02-24 [wwp]        2.0.0cvs81
5988
5989         * src/compose.c
5990         * src/compose.h
5991         * src/filtering.c
5992                 hide compose window when sending message in batch mode
5993                 (filtering: forward and redirect). Also fixed a wrong
5994                 value returned when sending failed, neutral anyway.
5995                 (Colin, me) 
5996
5997 2006-02-24 [wwp]        2.0.0cvs80
5998
5999         * src/mainwindow.c
6000                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6001
6002 2006-02-24 [paul]       2.0.0cvs79
6003
6004         * src/news.c
6005         * src/news.h
6006         * src/news_gtk.c
6007                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6008                 Thanks to Colin
6009
6010 2006-02-23 [colin]      2.0.0cvs78
6011
6012         * src/alertpanel.c
6013                 Change OK to Close in alertpanel with View log
6014                 button; add accel to View log. Patch by Fabien
6015                 Vantard
6016
6017 2006-02-23 [wwp]        2.0.0cvs77
6018
6019         * src/compose.c
6020                 silly me, there were much more tests to perform, since toolbars can
6021                 really have down to 1 element only.
6022
6023 2006-02-23 [wwp]        2.0.0cvs76
6024
6025         * commitHelper
6026                 fixed indentation from my previous commit. Fallback to VISUAL if
6027                 EDITOR is not set (and to vi, at last resort).
6028
6029 2006-02-23 [wwp]        2.0.0cvs75
6030
6031         * commitHelper
6032                 improved error detection (Colin, me).
6033
6034 2006-02-23 [wwp]        2.0.0cvs74
6035
6036         * src/prefs_toolbar.c
6037                 simplify and fix prefs/toolbars layouting. Combos' contents can
6038                 now be really displayed.
6039
6040 2006-02-23 [wwp]        2.0.0cvs73
6041         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6042         be really displayed.
6043
6044 2006-02-22 [wwp]        2.0.0cvs72
6045
6046         * src/compose.c
6047                 fix a typo in my previous commit (sorry!).
6048
6049 2006-02-22 [wwp]        2.0.0cvs71
6050
6051         * src/prefs_toolbar.c
6052                 fix a crash when adding separators to toolbars,
6053                 also fix some separator item information.
6054
6055 2006-02-22 [wwp]        2.0.0cvs70
6056
6057         * src/compose.c
6058                 fix a crash when redirecting (for instance) when compose window's
6059                 toolbar contents has been customized (when some buttons have been
6060                 removed in fact).
6061
6062 2006-02-21 [wwp]        2.0.0cvs69
6063
6064         * src/summaryview.c
6065         * src/gtk/pluginwindow.c
6066         * src/plugins/pgpcore/prefs_gpg.c
6067                 fix some compilation warnings (feat. remains of removed code).
6068
6069 2006-02-21 [wwp]        2.0.0cvs68
6070
6071         * src/gtk/gtkutils.c
6072                 fix two compilation issues, thanks to Stephan Sachse.
6073
6074 2006-02-20 [colin]      2.0.0cvs67
6075
6076         * src/mainwindow.c
6077                 Don't reselect displayed mail on refocus
6078                 This fixes actions misbehaving 
6079
6080 2006-02-20 [wwp]        2.0.0cvs66
6081
6082         * src/summaryview.c
6083         * src/gtk/gtksctree.c
6084         * src/gtk/gtkshruler.c
6085                 changed more runtime typecast checks.
6086
6087 2006-02-20 [wwp]        2.0.0cvs65
6088
6089         * src/summary_search.c
6090                 find all - summaryview refresh issue fixed, thanks to Colin.
6091
6092 2006-02-20 [wwp]        2.0.0cvs64
6093
6094         * src/gtk/gtkutils.c
6095                 better runtime typecast checks.
6096
6097 2006-02-20 [wwp]        2.0.0cvs63
6098
6099         * src/summary_search.c
6100                 enhancements to the summary search:
6101                         - add the ability to stop the running search
6102                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6103                         - don't search if no criteria (From/To/Subject/Body) is set
6104                         - ensure that a busy mouse pointer is always shown when searching,
6105                           show it even a bit earlier
6106
6107 2006-02-19 [colin]      2.0.0cvs62
6108
6109         * src/compose.c
6110         * src/imap.c
6111         * src/etpan/imap-thread.c
6112         * src/etpan/imap-thread.h
6113                 (Future) IMAP speed improvement on sending
6114                 Will require a libetpan update
6115         * src/summaryview.c
6116         * src/gtk/quicksearch.c
6117                 Make quicksearch clearable while running.
6118
6119 2006-02-17 [colin]      2.0.0cvs61
6120
6121         * src/imap.c
6122         * src/etpan/imap-thread.c
6123         * src/etpan/imap-thread.h
6124                 Check for IMAP certificates
6125                 ** Requires libetpan-0.42-cvs4 
6126                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6127
6128 2006-02-17 [colin]      2.0.0cvs60
6129
6130         * src/messageview.c
6131         * src/prefs_common.c
6132         * src/prefs_common.h
6133         * src/prefs_message.c
6134                 Add pref to display HTML-only mails with plugin, 
6135                 if possible (defaulting to FALSE of course).
6136
6137 2006-02-16 [colin]      2.0.0cvs59
6138
6139         * src/main.c
6140         * src/common/plugin.c
6141         * src/common/plugin.h
6142         * src/gtk/pluginwindow.c
6143                 Keep track of requested (but unloaded) plugins
6144                 in some error cases.
6145
6146 2006-02-16 [wwp]        2.0.0cvs58
6147
6148         * src/gtk/gtkaspell.c
6149         * src/gtk/gtkaspell.h
6150         * src/prefs_spelling.c
6151         * src/compose.c
6152         * src/prefs_common.c
6153         * src/prefs_common.h
6154                 implemented new optional spellchecker behaviour: re-check message when
6155                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6156
6157 2006-02-16 [wwp]        2.0.0cvs57
6158
6159         * src/quote_fmt_parse.y
6160                 pclose popen'ed pipe.
6161
6162 2006-02-15 [colin]      2.0.0cvs56
6163
6164         * src/mimeview.c
6165         * src/mimeview.h
6166                 Let MimeViewers know which MimeView they
6167                 depend of.
6168         * src/summaryview.c
6169                 Swap From/To columns in Sent/Queue/Drafts
6170                 folders
6171         * src/etpan/imap-thread.c
6172                 Use mailstream_low_tls_open() for STARTTLS
6173                 instead of mailstream_low_ssl_open()
6174                 ** REQUIRES libetpan 0.42cvs3 **
6175
6176 2006-02-15 [wwp]        2.0.0cvs55
6177
6178         * src/compose.c
6179         * src/compose.h
6180         * src/message_search.c
6181         * src/message_search.h
6182         * src/textview.c
6183         * src/gtk/gtkutils.c
6184         * src/gtk/gtkutils.h
6185                 added the ability to Find text in the compose window (and a bit
6186                 of code factorization).
6187
6188 2006-02-15 [wwp]        2.0.0cvs54
6189
6190         * src/prefs_gtk.c
6191                 yet another one file was missing (fix for some widgets' sensitivity).
6192                 Thanks Colin!
6193
6194 2006-02-15 [wwp]        2.0.0cvs53
6195
6196         * src/prefs_gtk.h
6197                 oops forgot that file (fix for some widgets' sensitivity).
6198
6199 2006-02-15 [wwp]        2.0.0cvs52
6200
6201         * src/summary_search.c
6202                 implemented advanced summary search options (added the ability
6203                 to use matcher conditions in an advanced search mode).
6204
6205 2006-02-15 [wwp]        2.0.0cvs51
6206
6207         * src/plugins/pgpcore/prefs_gpg.c
6208         * src/prefs_account.c
6209                 fix some widget sensitivity, mostly around some labels in
6210                 account prefs.
6211
6212 2006-02-15 [paul]       2.0.0cvs50
6213
6214         * manual/advanced.xml
6215                 improve Templates info
6216                 written by wwp
6217
6218 2006-02-14 [colin]      2.0.0cvs49
6219
6220         * src/pixmaps/address_book.xpm
6221         * src/pixmaps/preferences.xpm
6222         * src/pixmaps/properties.xpm
6223                 Fix pixmap size - patch by Fabien Vantard
6224
6225 2006-02-13 [colin]      2.0.0cvs48
6226
6227         * src/procmime.c
6228                 Add missing fclose()s on error
6229         * src/textview.c
6230                 Remove unused code
6231         * src/common/utils.c
6232                 Fix temp files not being deleted on windows
6233         Patches by Thomas Gilgin
6234
6235 2006-02-13 [colin]      2.0.0cvs47
6236
6237         * src/mainwindow.c
6238                 Fix exit crash
6239
6240 2006-02-13 [wwp]        2.0.0cvs46
6241
6242         * src/plugins/pgpcore/prefs_gpg.c
6243                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6244
6245 2006-02-12 [colin]      2.0.0cvs45
6246
6247         * src/folderview.c
6248         * src/main.c
6249         * src/mainwindow.c
6250                 Fix "stuff" when quitting
6251
6252 2006-02-12 [wwp]        2.0.0cvs44
6253
6254         * src/prefs_themes.c
6255                 fix typos in debug messages.
6256
6257 2006-02-11 [colin]      2.0.0cvs43
6258
6259         * src/summaryview.c
6260                 don't allow drag/drop from ourself
6261
6262 2006-02-10 [wwp]        2.0.0cvs42
6263
6264         * src/exporthtml.c
6265         * src/html.c
6266         * src/html.h
6267         * src/procmime.c
6268         * src/textview.c
6269                 renamed html_ prefixed functions and data structures to avoid
6270                 namespace clashes w/ other software (gtkhtml2 for instance).
6271                 Closes bug #907.
6272
6273
6274 2006-02-09 [colin]      2.0.0cvs41
6275
6276         * src/summaryview.c
6277                 Fix shitty logic messed up. Thanks Ticho for the hint!
6278
6279 2006-02-09 [wwp]        2.0.0cvs40
6280
6281         * src/gtk/about.c
6282         * src/compose.c
6283         * src/prefs_account.c
6284         * src/prefs_gtk.h
6285         * src/editaddress.c
6286                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6287                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6288                 Browse buttons in accounts prefs.
6289
6290 2006-02-09 [colin]      2.0.0cvs39
6291
6292         * src/matcher.c
6293                 Check for pointer before using its members
6294         * src/gtk/gtksourceprintjob.c
6295                 Fix a wrong warning
6296
6297 2006-02-09 [wwp]        2.0.0cvs38
6298
6299         * src/gtk/filesel.c
6300                 fix few compiler warnings (type mismatch).
6301
6302 2006-02-09 [paul]       2.0.0cvs37
6303
6304         * po/fr.po
6305                 updated by Fabien Vantard
6306
6307 2006-02-08 [colin]      2.0.0cvs36
6308
6309         * src/prefs_common.c
6310         * src/common/defs.h
6311         * src/common/plugin.c
6312                 allow windows and linux configurations to coexist
6313                 patch by Thomas Gilgin
6314
6315 2006-02-08 [colin]      2.0.0cvs35
6316
6317         * src/filtering.c
6318         * src/matcher.c
6319         * src/matcher.h
6320         * src/matcher_parser_parse.y
6321         * src/prefs_filtering_action.c
6322         * src/prefs_matcher.c
6323                 Add the "Ignore thread" filtering
6324                 action
6325
6326 2006-02-08 [colin]      2.0.0cvs34
6327
6328         * src/compose.c
6329         * src/procmime.c
6330         * src/procmime.h
6331                 Fix bug #905 (damaged attachment)
6332                 text files with raw \0's aren't really text files
6333         FOR_STABLE
6334
6335 2006-02-08 [colin]      2.0.0cvs33
6336
6337         * src/summaryview.c
6338                 Fix crasher introduced yesterday
6339
6340 2006-02-08 [wwp]        2.0.0cvs32
6341
6342         * src/compose.c
6343         * src/compose.h
6344                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6345
6346 2006-02-08 [wwp]        2.0.0cvs31
6347
6348         * src/prefs_template.c
6349                 templates enhancement: allow address completion for Cc and Bcc fields
6350                 (it was currently possible for the To field only)
6351
6352 2006-02-08 [colin]      2.0.0cvs30
6353
6354         * src/compose.c
6355                 Don't unblock if not blocked
6356         FOR_STABLE
6357
6358 2006-02-07 [colin]      2.0.0cvs29
6359
6360         * src/action.c
6361                 Forgot to refresh summaryview
6362
6363 2006-02-07 [colin]      2.0.0cvs28
6364
6365         * src/action.c
6366                 Freeze/thaw message list and folder list while
6367                 processing %as{} actions 
6368         * src/compose.c
6369                 Fix auto-wrap disabling after a middle-click
6370                 paste - FOR_STABLE
6371
6372 2006-02-07 [paul]       2.0.0cvs27
6373
6374         * src/folder.c
6375                 fix freeing of uninitialised pointers
6376                 Thanks to Colin
6377
6378 2006-02-06 [colin]      2.0.0cvs26
6379
6380         * src/folder.c
6381                 Use g_slist_prepend in potentially big list
6382
6383 2006-02-06 [colin]      2.0.0cvs25
6384
6385         * src/folder.c
6386                 Completely skip processing if it doesn't 
6387                 exist (faster!)
6388
6389 2006-02-06 [colin]      2.0.0cvs24
6390
6391         * src/folder.c
6392         * src/summaryview.c
6393                 Batch filtering in summaryview (from Tools menu)
6394                 and pre/post//-processing too
6395
6396 2006-02-06 [colin]      2.0.0cvs23
6397
6398         * src/procmsg.h
6399         * src/filtering.c
6400                 Use a special field for batch filtering instead
6401                 of stepping on deferred execution's toes
6402
6403 2006-02-06 [colin]      2.0.0cvs22
6404
6405         * src/action.c
6406         * src/filtering.c
6407         * src/filtering.h
6408         * src/folder.c
6409         * src/summaryview.c
6410                 Fix filtering via menus and actions
6411
6412 2006-02-06 [colin]      2.0.0cvs21
6413
6414         * src/imap.c
6415                 Put the added file directly to cache if possible (will work
6416                 with next libetpan)
6417         * src/filtering.c
6418         * src/filtering.h
6419         * src/inc.c
6420         * src/folder.c
6421         * src/mbox.c
6422         * src/procmsg.h
6423                 Move and copy filtered messages by batches instead of one
6424                 by one - faster on IMAP
6425         * src/procmsg.c
6426                 Add a function that'll possibly be useful later
6427
6428 2006-02-06 [colin]      2.0.0cvs20
6429
6430         * src/addressbook.c
6431                 Use internal mime-type instead of text/plain for d'n'd
6432         * src/compose.c
6433                 Allow attaching files from mimeview's icon list via d'n'd
6434         * src/folderview.c
6435         * src/folderview.h
6436                 Use internal mime-type instead of text/plain for d'n'd
6437                 Don't try to selected opened folder if none is
6438                 Factorize d'n'd from other apps code
6439         * src/headerview.c
6440         * src/textview.c
6441         * src/gtk/gtkutils.c
6442         * src/gtk/gtkutils.h
6443                 Factorize Face/X-Face stuff
6444         * src/mimeview.c
6445                 Fix d'n'd to other apps
6446         * src/prefs_message.c
6447                 Let the XFace pref be usable without libcompface as it also
6448                 applies to Face
6449         * src/summaryview.c
6450                 Fix d'n'd to other apps
6451                 Factorize d'n'd from other apps code
6452
6453 2006-02-06 [wwp]        2.0.0cvs19
6454
6455         * po/it.po
6456                 Italian translation fixes by Andrea Spadaccini (no more confusion
6457                 between filtering and processing, and few changes in the About
6458                 dialog).
6459
6460
6461 2006-02-06 [mones]      2.0.0cvs18
6462
6463         * src/gtk/icon_legend.c
6464                 Improved descriptions allowing better translations
6465
6466 2006-02-05 [colin]      2.0.0cvs17
6467
6468         * src/imap.c
6469                 Add the f*cking missing expunge that caused imap_fetch_env
6470                 to fail after an add_msgs ! :-///
6471         * src/etpan/imap-thread.c
6472                 Add a bit of debug
6473         FOR_STABLE
6474
6475 2006-02-05 [colin]      2.0.0cvs16
6476
6477         * src/common/utils.c
6478                 Don't check for return-path (or we can't put
6479                 back non-sent mails)
6480
6481 2006-02-05 [colin]      2.0.0cvs15
6482
6483         * src/textview.c
6484                 Don't try to display Face header in textview
6485                 when teh headerview's active
6486
6487 2006-02-05 [colin]      2.0.0cvs14
6488
6489         * tools/tbird2syl.py
6490         * tools/Makefile.am
6491                 Add script to import Thunderbird mails
6492
6493 2006-02-05 [colin]      2.0.0cvs13
6494
6495         * src/headerview.c
6496         * src/procheader.c
6497         * src/procmsg.c
6498         * src/procmsg.h
6499         * src/textview.c
6500                 Show Face headers - patch partially by Klaus Flittner
6501
6502 2006-02-05 [colin]      2.0.0cvs12
6503
6504         * src/folderview.c
6505         * src/summaryview.c
6506         * src/common/utils.c
6507         * src/common/utils.h
6508                 Let dnd work from mime icons to summaryview
6509                 and to folderview too
6510                 Add a crude test to avoid trying to add files
6511                 drag'n'dropped when they're not mails
6512
6513 2006-02-04 [colin]      2.0.0cvs11
6514
6515         * src/summaryview.c
6516         * src/mimeview.c
6517                 Fix utf8 conversion
6518
6519 2006-02-04 [colin]      2.0.0cvs10
6520
6521         * src/compose.c
6522         * src/folderview.c
6523         * src/mimeview.c
6524         * src/summaryview.c
6525         * src/summaryview.h
6526                 Added various drag and drop capas:
6527                 From                    To
6528                 summaryview             other apps
6529                 mimeview icons          other apps
6530                 other apps              summaryview
6531                 other apps              folderview
6532
6533                 This shouldn't have broken the existing:
6534                 From                    To
6535                 summaryview             folderview
6536                 folderview              folderview
6537                 summaryview             compose's attachments
6538
6539         Tests welcomed.
6540
6541 2006-02-02 [paul]       2.0.0cvs9
6542
6543         * src/mainwindow.c
6544                 move global option 'Set displayed columns...' out
6545                 of folder option grouping.
6546                 fix sensitivity of 'harvest addresses'
6547         FOR_STABLE
6548
6549 2006-02-01 [colin]      2.0.0cvs8
6550
6551         * src/mimeview.c
6552                 Revert the alertpanel patch, it sucks (intrusive
6553                 and gets in the way of "open")
6554
6555 2006-02-01 [colin]      2.0.0cvs7
6556
6557         * src/compose.c
6558         * src/prefs_account.c
6559         * src/prefs_common.c
6560         * src/common/defs.h
6561         * src/common/utils.c
6562         * src/common/utils.h
6563                 Add ability to edit the signature file
6564                 from the account preferences, and use
6565                 a default for the text editor.
6566                 Patch by Fabien Vantard
6567
6568 2006-02-01 [colin]      2.0.0cvs6
6569
6570         * src/mimeview.c
6571                 Try to get mime type by extension if it is
6572                 application/octet-stream
6573                 Display a window with possible choices when
6574                 encountering unknown mime types
6575         * src/gtk/filesel.c
6576         * src/gtk/filesel.h
6577                 Add preview
6578                 Allow multiple selection in filtered filesel
6579                 (patch by Fabien Vantard)
6580         * src/gtk/pluginwindow.c
6581                 Use it (patch by Fabien Vantard)
6582
6583 2006-02-01 [paul]       2.0.0cvs5
6584
6585         * src/jpilot.c
6586                 fix crash on creating jpilot address book
6587                 Thanks to Colin - FOR_STABLE
6588         * src/prefs_summaries.c
6589         * src/prefs_wrapping.c
6590         * src/gtk/icon_legend.c
6591         * src/gtk/quicksearch.c
6592                 string fixes and additions
6593
6594 2006-02-01 [paul]       2.0.0cvs4
6595
6596         * src/compose.c
6597         * src/mainwindow.c
6598         * src/messageview.c
6599         * src/prefs_send.c
6600                 add Arabic encoding option
6601                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6602
6603 2006-01-31 [colin]      2.0.0cvs3
6604
6605         * src/plugins/pgpcore/passphrase.c
6606                 Convert passphrase to locale encoding
6607         * src/compose.c
6608                 Fix drafting on IMAP. Crappy bug sneaked in
6609                 the release :-/
6610         FOR_STABLE
6611
6612 2006-01-30 [paul]       2.0.0cvs2
6613
6614         * src/gtk/icon_legend.c
6615                 show the new entries
6616
6617 2006-01-30 [colin]      2.0.0cvs1
6618
6619         * src/manual.c
6620                 Check for the file to be present before 
6621                 enabling the menu - FOR_STABLE
6622         * src/gtk/icon_legend.c
6623                 Add folders icons (not all of them, there
6624                 are too much, but the most intriguing ones)
6625
6626 2006-01-30 [paul]       2.0.0
6627
6628         version 2.0.0 released
6629
6630 2006-01-30 [paul]       1.9.100cvs200
6631
6632         * manual/faq.xml
6633         * manual/gpl.xml
6634         * manual/intro.xml
6635         * manual/starting.xml
6636         * manual/sylpheed-claws-manual.xml
6637                 fixes, additions
6638
6639 2006-01-29 [mones]      1.9.100cvs199
6640
6641         * manual/account.xml
6642         * manual/advanced.xml
6643         * manual/glossary.xml
6644                 Some typos fixed, added LDIF term to glossary
6645         * po/es.po
6646                 Fixed leading plus symbol
6647
6648 2006-01-29 [paul]       1.9.100cvs198
6649
6650         * po/fi.po
6651         * po/sk.po
6652                 updated by Tommi Pirinen and Andrej Kacian
6653
6654 2006-01-29 [paul]       1.9.100cvs197
6655
6656         * src/gtk/authors.h
6657                 remove duplicates
6658
6659 2006-01-29 [paul]       1.9.100cvs196
6660
6661         * AUTHORS
6662         * po/nl.po
6663         * src/gtk/authors.h
6664         * tools/claws.i18n.status.pl
6665                 nl translation updated by Tim Dijkstra
6666
6667 2006-01-29 [paul]       1.9.100cvs195
6668
6669         * po/sr.po
6670         * po/sv.po
6671                 updated by Aleksandar Urosevic and Anders Troback
6672
6673 2006-01-28 [colin]      1.9.100cvs194
6674
6675         * src/gtk/gtksourceprintjob.c
6676                 Don't fiddle with PangoLayout when we
6677                 have an image
6678
6679 2006-01-28 [paul]       1.9.100cvs193
6680
6681         * AUTHORS
6682         * po/el.po
6683         * po/zh_CN.po
6684         * src/gtk/authors.h
6685         * tools/claws.i18n.status.pl
6686                 updated translations submitted by Stavros Giannouris
6687                 and Ralgh Young
6688
6689 2006-01-27 [colin]      1.9.100cvs192
6690
6691         * src/summaryview.c
6692         * src/gtk/gtksourceprintjob.c
6693                 Add image printing 
6694                 (libgnomeprint only, of course)
6695
6696 2006-01-27 [paul]       1.9.100cvs191
6697
6698         * po/fr.po
6699         * po/it.po
6700                 updated by Fabien Vantard and Andrea Spadaccini
6701
6702 2006-01-26 [colin]      1.9.100cvs190
6703
6704         * manual/Makefile.am
6705         * configure.ac
6706                 Make building the manual optional 
6707                 (--disable-manual)
6708
6709 2006-01-26 [paul]       1.9.100cvs189
6710
6711         * manual/glossary.xml
6712         * manual/plugins.xml
6713                 edited
6714         * po/en_GB.po
6715                 updated
6716
6717 2006-01-26 [paul]       1.9.100cvs188
6718
6719         * src/prefs_display_header.c
6720         * src/prefs_folder_column.c
6721         * src/prefs_msg_colors.c
6722         * src/prefs_summaries.c
6723         * src/prefs_summary_column.c
6724                 HIGify
6725
6726 2006-01-25 [colin]      1.9.100cvs187
6727
6728         * src/imap.c
6729                 Don't allow moving/copying mails between
6730                 queue/drafts and non-queue/drafts folders
6731                 Fixes bug #897 (message header is resetted 
6732                 if one is copied to Drafts)
6733
6734 2006-01-25 [colin]      1.9.100cvs186
6735
6736         * src/folder.c
6737         * src/mainwindow.c
6738                 Fix subscribed folders not found
6739         * src/compose.c
6740                 Don't try to encode as original mail's charset
6741                 if it's ascii 
6742
6743 2006-01-25 [paul]       1.9.100cvs185
6744
6745         * AUTHORS
6746         * po/Makevars
6747                 updated
6748         * po/de.po
6749         * po/pl.po
6750         * po/pt_BR.po
6751         * po/sr.po
6752                 updates submitted by Stephan Sachse, Emilian Nowak
6753                 and Quar, Frederico Goncalves Guimaraes, and
6754                 Aleksandar Urosevic
6755                 Fix Bug 896, 'PT_BR locale broken'.
6756         * src/gtk/authors.h
6757                 updated
6758
6759 2006-01-24 [mones]      1.9.100cvs184
6760
6761         * manual/glossary.xml
6762                 All current terms finished. Reviewers welcome ;-)
6763         * manual/keyboard.xml
6764                 Fixed column width for pdf output.
6765         * po/es.po
6766                 Updated
6767
6768 2006-01-24 [paul]       1.9.100cvs183
6769
6770         * manual/glossary.xml
6771                 fix id name
6772         * manual/dist/html/Makefile.am
6773         * manual/dist/pdf/Makefile.am
6774         * manual/dist/ps/Makefile.am
6775         * manual/dist/txt/Makefile.am
6776                 fix make deps
6777                 Thanks to Colin
6778
6779 2006-01-24 [mones]      1.9.100cvs182
6780
6781         * manual/glossary.xml
6782                 Nearly finished, some terms missing.
6783
6784 2006-01-23 [paul]       1.9.100cvs181
6785
6786         * manual/dist/html/Makefile.am
6787         * manual/dist/pdf/Makefile.am
6788         * manual/dist/ps/Makefile.am
6789         * manual/dist/txt/Makefile.am
6790         * src/mainwindow.c
6791                 re-enable manual
6792                 Thanks to Colin
6793
6794 2006-01-22 [colin]      1.9.100cvs180
6795
6796         * src/compose.c
6797         * src/gtk/gtkaspell.c
6798                 Don't deselect stuff before right-clicking, with aspell.
6799                 (This prevented right-click Copy, for example).
6800                 Thanks to Clo!
6801
6802 2006-01-22 [paul]       1.9.100cvs179
6803
6804         * src/summary_search.c
6805                 don't fix the widget size as it causes problems
6806                 under localisation.
6807                 Thanks to Emilian Nowak
6808
6809 2006-01-21 [paul]       1.9.100cvs178
6810
6811         * src/prefs_themes.c
6812                 fix broken underlining of label text
6813                 with some translations
6814
6815 2006-01-21 [colin]      1.9.100cvs177
6816
6817         * po/fr.po
6818                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6819
6820 2006-01-20 [colin]      1.9.100cvs176
6821
6822         * configure.ac
6823         * Makefile.am
6824         * manual/Makefile
6825         * manual/dist/html/.cvsignore
6826         * manual/dist/html/Makefile.am
6827         * manual/dist/pdf/.cvsignore
6828         * manual/dist/pdf/Makefile.am
6829         * manual/dist/ps/.cvsignore
6830         * manual/dist/ps/Makefile.am
6831         * manual/dist/txt/.cvsignore
6832         * manual/dist/txt/Makefile.am
6833                 Autotool-ize manual
6834
6835 2006-01-20 [paul]       1.9.100cvs175
6836
6837         * manual/handling.xml
6838                 make Filtering and Searching entries easier to find
6839         * manual/keyboard.xml
6840                 add the remaining default keybinds
6841         * src/prefs_summaries.c
6842                 update the default keybinds
6843
6844 2006-01-20 [paul]       1.9.100cvs174
6845
6846         * src/addressbook.c
6847         * src/addrgather.c
6848         * src/addrharvest.c
6849         * src/editaddress.c
6850         * src/editgroup.c
6851         * src/exphtmldlg.c
6852         * src/expldifdlg.c
6853         * src/exporthtml.c
6854         * src/exportldif.c
6855         * src/ldif.c
6856                 replace 'e-mail' with 'email'
6857         * src/summary_search.c
6858                 add mnemonic to "Find all" button
6859
6860 2006-01-20 [wwp]        1.9.100cvs173
6861
6862         * src/export.c
6863         * src/import.c
6864                 touched mbox import/export buttons for HIG-compliance
6865
6866 2006-01-19 [paul]       1.9.100cvs172
6867
6868         * manual/account.xml
6869         * manual/addrbook.xml
6870         * manual/advanced.xml
6871         * manual/faq.xml
6872         * manual/handling.xml
6873         * manual/intro.xml
6874         * manual/plugins.xml
6875         * manual/starting.xml
6876                 more editing
6877
6878 2006-01-19 [paul]       1.9.100cvs171
6879
6880         * src/toolbar.c
6881                 allow use of trash button while receiving
6882                 Thanks to Colin
6883
6884 2006-01-19 [wwp]        1.9.100cvs170
6885
6886         * src/gtk/quicksearch.c
6887         * src/compose.c
6888                 force text color to black when yellow background is set
6889
6890 2006-01-19 [colin]      1.9.100cvs169
6891
6892         * src/plugins/trayicon/trayicon.c
6893                 Gray out Get Mail when already getting mail
6894
6895 2006-01-18 [paul]       1.9.100cvs168
6896
6897         * src/compose.c
6898                 give widget yellow background was To is
6899                 set via folder prefs
6900         * src/gtk/quicksearch.c
6901                 give widget yellow background when quick
6902                 search is active.
6903                 Thanks to Colin
6904
6905 2006-01-18 [paul]       1.9.100cvs167
6906
6907         * doc/man/sylpheed-claws.1
6908                 add --subscribe option
6909
6910 2006-01-18 [paul]       1.9.100cvs166
6911
6912         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6913         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6914                 use %U instead of %F (%F is broken for user installed
6915                 files in kde 3.5)
6916
6917 2006-01-18 [colin]      1.9.100cvs165
6918
6919         * src/summaryview.c
6920                 Default to Yes in "No more * messages" dialogs
6921
6922 2006-01-17 [colin]      1.9.100cvs164
6923
6924         * src/compose.c
6925                 Possibly fix an invalid iterator causing
6926                 crash
6927
6928 2006-01-17 [colin]      1.9.100cvs163
6929
6930         * src/mimeview.c
6931                 Fix crash when the image disappears under the
6932                 image viewer
6933
6934 2006-01-16 [colin]      1.9.100cvs162
6935
6936         * src/compose.c
6937                 Fix reenabling autowrap
6938
6939 2006-01-16 [colin]      1.9.100cvs161
6940
6941         * src/compose.c
6942                 reset quote_len before getting quote_str
6943
6944 2006-01-16 [colin]      1.9.100cvs160
6945
6946         * src/account.c
6947         * src/account.h
6948         * src/folder.c
6949         * src/imap_gtk.c
6950         * src/mh_gtk.c
6951                 Fix bug #883 (default inbox does not track folder move)
6952
6953 2006-01-16 [colin]      1.9.100cvs159
6954
6955         * src/compose.c
6956         * src/plugins/pgpcore/passphrase.c
6957                 More buttons fixes
6958
6959 2006-01-16 [paul]       1.9.100cvs158
6960
6961         * src/prefs_actions.c
6962         * src/prefs_filtering_action.c
6963         * src/prefs_matcher.c
6964         * src/quote_fmt.c
6965         * src/gtk/description_window.c
6966         * src/gtk/description_window.h
6967         * src/gtk/quicksearch.c
6968                 description window cleanups
6969
6970 2006-01-15 [colin]      1.9.100cvs157
6971
6972         * src/addressbook.c
6973         * src/prefs_filtering.c
6974                 Same here
6975
6976 2006-01-15 [colin]      1.9.100cvs156
6977
6978         * src/folderview.c
6979         * src/mainwindow.c
6980                 Same for "Empty trash"
6981
6982 2006-01-15 [colin]      1.9.100cvs155
6983
6984         * src/inc.c
6985                 Override offline dialog had Yes by default
6986
6987 2006-01-15 [colin]      1.9.100cvs154
6988
6989         * src/summaryview.c
6990                 Delete selected messages? previously had Yes the default
6991
6992 2006-01-15 [colin]      1.9.100cvs153
6993
6994         * src/folder.c
6995         * src/folder.h
6996         * src/main.c
6997                 Check if a mailbox is loaded after all
6998                 plugins are loaded.
6999
7000 2006-01-15 [colin]      1.9.100cvs152
7001
7002         * src/folder.c
7003                 Don't start wizard when there are unloaded folders (will help
7004                 people with only mbox or maildir mailboxes)
7005
7006 2006-01-14 [colin]      1.9.100cvs151
7007
7008         * src/addressbook.c
7009         * src/expldifdlg.c
7010         * src/importldif.c
7011         * src/importmutt.c
7012         * src/importpine.c
7013         * src/mh_gtk.c
7014                 More HIG compliance and fixes
7015
7016 2006-01-14 [colin]      1.9.100cvs150
7017
7018         * src/prefs_filtering_action.c
7019         * src/foldersel.c
7020                 Two forgotten button order changes
7021
7022 2006-01-14 [colin]      1.9.100cvs149
7023
7024         * src/account.c
7025         * src/addressbook.c
7026         * src/compose.c
7027         * src/folderview.c
7028         * src/imap_gtk.c
7029         * src/mainwindow.c
7030         * src/mh_gtk.c
7031         * src/news_gtk.c
7032         * src/prefs_actions.c
7033         * src/prefs_customheader.c
7034         * src/prefs_filtering.c
7035         * src/prefs_matcher.c
7036         * src/prefs_template.c
7037         * src/ssl_manager.c
7038         * src/summaryview.c
7039         * src/textview.c
7040         * src/toolbar.c
7041                 All deletion confirmations are now "Cancel, Delete" 
7042                 instead of "No, Yes"
7043                 Clarified most of the other "No, Yes" to 
7044                 "Cancel, Descriptive_action"
7045                 Rechanged the "Entry not saved" alerts to have 
7046                 "Close, Continue editing"
7047
7048
7049 2006-01-14 [paul]
7050
7051         * 2.0.0-rc4 released
7052
7053 2006-01-14 [paul]       1.9.100cvs148
7054
7055         * src/account.c
7056         * src/addressadd.c
7057         * src/addressbook.c
7058         * src/compose.c
7059         * src/editaddress.c
7060         * src/editbook.c
7061         * src/editgroup.c
7062         * src/editjpilot.c
7063         * src/editldap.c
7064         * src/editvcard.c
7065         * src/exphtmldlg.c
7066         * src/expldifdlg.c
7067         * src/folderview.c
7068         * src/grouplistdialog.c
7069         * src/imap_gtk.c
7070         * src/importmutt.c
7071         * src/importpine.c
7072         * src/inc.c
7073         * src/main.c
7074         * src/mainwindow.c
7075         * src/message_search.c
7076         * src/messageview.c
7077         * src/mh_gtk.c
7078         * src/mimeview.c
7079         * src/news_gtk.c
7080         * src/prefs_actions.c
7081         * src/prefs_customheader.c
7082         * src/prefs_filtering.c
7083         * src/prefs_matcher.c
7084         * src/prefs_template.c
7085         * src/prefs_themes.c
7086         * src/ssl_manager.c
7087         * src/summary_search.c
7088         * src/summaryview.c
7089         * src/textview.c
7090         * src/toolbar.c
7091         * src/gtk/foldersort.c
7092         * src/gtk/gtkaspell.c
7093         * src/gtk/inputdialog.c
7094         * src/gtk/prefswindow.c
7095         * src/plugins/pgpcore/select-keys.c
7096         * src/plugins/trayicon/trayicon.c
7097                 HIG compliant button order
7098
7099 2006-01-14 [mones]      1.9.100cvs147
7100
7101         * po/es.po
7102                 Updated translation
7103
7104 2006-01-13 [paul]       1.9.100cvs146
7105
7106         * AUTHORS
7107         * ChangeLog
7108         * src/gtk/authors.h
7109                 add Joshua M. Kwan to contributors list
7110
7111 2006-01-13 [colin]      1.9.100cvs145
7112
7113         * src/gtk/quicksearch.c
7114                 Don't refocus quick search after executing (Esc or Enter)
7115                 Allows to '/'search something then move up/down in 
7116                 summaryview, and to Esc a search and be back in the 
7117                 summaryview
7118
7119 2006-01-13 [paul]       1.9.100cvs144
7120
7121         * src/plugins/pgpinline/pgpinline.c
7122                 support Content-Type 'application/pgp'
7123                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7124
7125 2006-01-13 [paul]       1.9.100cvs143
7126
7127         * manual/account.xml
7128                 make mention of partial retrieval
7129                 thanks to Colin
7130
7131 2006-01-13 [paul]       1.9.100cvs142
7132
7133         * src/account.c
7134         * src/account.h
7135         * src/action.c
7136         * src/action.h
7137         * src/adbookbase.h
7138         * src/addr_compl.c
7139         * src/addr_compl.h
7140         * src/addrbook.c
7141         * src/addrcache.c
7142         * src/addrcache.h
7143         * src/addrcindex.c
7144         * src/addrcindex.h
7145         * src/addrclip.c
7146         * src/addrclip.h
7147         * src/addrdefs.h
7148         * src/addressadd.c
7149         * src/addressadd.h
7150         * src/addressbook.c
7151         * src/addressbook.h
7152         * src/addrgather.c
7153         * src/addrgather.h
7154         * src/addrharvest.c
7155         * src/addrharvest.h
7156         * src/addrindex.c
7157         * src/addrindex.h
7158         * src/addritem.c
7159         * src/addritem.h
7160         * src/addrquery.c
7161         * src/addrquery.h
7162         * src/addrselect.c
7163         * src/addrselect.h
7164         * src/alertpanel.c
7165         * src/alertpanel.h
7166         * src/browseldap.c
7167         * src/browseldap.h
7168         * src/codeconv.c
7169         * src/codeconv.h
7170         * src/compose.c
7171         * src/compose.h
7172         * src/customheader.c
7173         * src/customheader.h
7174         * src/displayheader.c
7175         * src/displayheader.h
7176         * src/editaddress.c
7177         * src/editaddress.h
7178         * src/editbook.c
7179         * src/editbook.h
7180         * src/editgroup.c
7181         * src/editgroup.h
7182         * src/editjpilot.c
7183         * src/editjpilot.h
7184         * src/editldap.c
7185         * src/editldap.h
7186         * src/editldap_basedn.c
7187         * src/editldap_basedn.h
7188         * src/editvcard.c
7189         * src/editvcard.h
7190         * src/exphtmldlg.c
7191         * src/exphtmldlg.h
7192         * src/expldifdlg.c
7193         * src/expldifdlg.h
7194         * src/export.h
7195         * src/exporthtml.c
7196         * src/exporthtml.h
7197         * src/exportldif.c
7198         * src/exportldif.h
7199         * src/filtering.c
7200         * src/filtering.h
7201         * src/folder.c
7202         * src/folder.h
7203         * src/folder_item_prefs.c
7204         * src/folder_item_prefs.h
7205         * src/foldersel.c
7206         * src/foldersel.h
7207         * src/folderutils.c
7208         * src/folderutils.h
7209         * src/folderview.c
7210         * src/folderview.h
7211         * src/grouplistdialog.c
7212         * src/grouplistdialog.h
7213         * src/headerview.c
7214         * src/html.c
7215         * src/html.h
7216         * src/image_viewer.c
7217         * src/image_viewer.h
7218         * src/imap.c
7219         * src/imap.h
7220         * src/imap_gtk.c
7221         * src/imap_gtk.h
7222         * src/import.h
7223         * src/importldif.c
7224         * src/importldif.h
7225         * src/importmutt.c
7226         * src/importmutt.h
7227         * src/importpine.c
7228         * src/importpine.h
7229         * src/inc.c
7230         * src/inc.h
7231         * src/jpilot.c
7232         * src/jpilot.h
7233         * src/ldapctrl.c
7234         * src/ldapctrl.h
7235         * src/ldaplocate.c
7236         * src/ldaplocate.h
7237         * src/ldapquery.c
7238         * src/ldapquery.h
7239         * src/ldapserver.c
7240         * src/ldapserver.h
7241         * src/ldaputil.c
7242         * src/ldaputil.h
7243         * src/ldif.c
7244         * src/ldif.h
7245         * src/main.c
7246         * src/main.h
7247         * src/mainwindow.c
7248         * src/mainwindow.h
7249         * src/manual.c
7250         * src/manual.h
7251         * src/mbox.c
7252         * src/mbox.h
7253         * src/message_search.c
7254         * src/message_search.h
7255         * src/messageview.c
7256         * src/messageview.h
7257         * src/mh.c
7258         * src/mh.h
7259         * src/mh_gtk.c
7260         * src/mh_gtk.h
7261         * src/mimeview.c
7262         * src/mimeview.h
7263         * src/msgcache.c
7264         * src/msgcache.h
7265         * src/mutt.c
7266         * src/mutt.h
7267         * src/news.c
7268         * src/news.h
7269         * src/news_gtk.c
7270         * src/news_gtk.h
7271         * src/partial_download.c
7272         * src/partial_download.h
7273         * src/pine.c
7274         * src/pine.h
7275         * src/pop.c
7276         * src/pop.h
7277         * src/prefs_account.c
7278         * src/prefs_account.h
7279         * src/prefs_actions.c
7280         * src/prefs_actions.h
7281         * src/prefs_common.c
7282         * src/prefs_common.h
7283         * src/prefs_compose_writing.c
7284         * src/prefs_compose_writing.h
7285         * src/prefs_customheader.c
7286         * src/prefs_customheader.h
7287         * src/prefs_display_header.c
7288         * src/prefs_display_header.h
7289         * src/prefs_filtering.c
7290         * src/prefs_filtering.h
7291         * src/prefs_filtering_action.c
7292         * src/prefs_filtering_action.h
7293         * src/prefs_folder_column.c
7294         * src/prefs_folder_column.h
7295         * src/prefs_folder_item.c
7296         * src/prefs_folder_item.h
7297         * src/prefs_fonts.c
7298         * src/prefs_fonts.h
7299         * src/prefs_gtk.c
7300         * src/prefs_gtk.h
7301         * src/prefs_image_viewer.c
7302         * src/prefs_image_viewer.h
7303         * src/prefs_matcher.c
7304         * src/prefs_matcher.h
7305         * src/prefs_message.c
7306         * src/prefs_msg_colors.c
7307         * src/prefs_msg_colors.h
7308         * src/prefs_other.c
7309         * src/prefs_quote.c
7310         * src/prefs_receive.c
7311         * src/prefs_send.c
7312         * src/prefs_spelling.c
7313         * src/prefs_spelling.h
7314         * src/prefs_summaries.c
7315         * src/prefs_summaries.h
7316         * src/prefs_summary_column.c
7317         * src/prefs_summary_column.h
7318         * src/prefs_template.c
7319         * src/prefs_template.h
7320         * src/prefs_themes.c
7321         * src/prefs_themes.h
7322         * src/prefs_toolbar.c
7323         * src/prefs_toolbar.h
7324         * src/prefs_wrapping.c
7325         * src/prefs_wrapping.h
7326         * src/privacy.c
7327         * src/privacy.h
7328         * src/procheader.c
7329         * src/procheader.h
7330         * src/procmime.c
7331         * src/procmime.h
7332         * src/procmsg.c
7333         * src/procmsg.h
7334         * src/quote_fmt.c
7335         * src/quote_fmt_parse.y
7336         * src/recv.c
7337         * src/recv.h
7338         * src/remotefolder.c
7339         * src/remotefolder.h
7340         * src/send_message.c
7341         * src/send_message.h
7342         * src/setup.c
7343         * src/setup.h
7344         * src/sourcewindow.c
7345         * src/sourcewindow.h
7346         * src/ssl_manager.c
7347         * src/ssl_manager.h
7348         * src/statusbar.c
7349         * src/statusbar.h
7350         * src/stock_pixmap.c
7351         * src/stock_pixmap.h
7352         * src/summary_search.c
7353         * src/summary_search.h
7354         * src/summaryview.c
7355         * src/summaryview.h
7356         * src/syldap.c
7357         * src/syldap.h
7358         * src/textview.c
7359         * src/textview.h
7360         * src/toolbar.c
7361         * src/toolbar.h
7362         * src/undo.c
7363         * src/undo.h
7364         * src/unmime.c
7365         * src/unmime.h
7366         * src/vcard.c
7367         * src/vcard.h
7368         * src/wizard.c
7369         * src/wizard.h
7370         * src/common/base64.c
7371         * src/common/base64.h
7372         * src/common/defs.h
7373         * src/common/hooks.c
7374         * src/common/hooks.h
7375         * src/common/log.c
7376         * src/common/log.h
7377         * src/common/mgutils.c
7378         * src/common/mgutils.h
7379         * src/common/nntp.c
7380         * src/common/nntp.h
7381         * src/common/passcrypt.c
7382         * src/common/passcrypt.h.in
7383         * src/common/plugin.c
7384         * src/common/plugin.h
7385         * src/common/prefs.c
7386         * src/common/prefs.h
7387         * src/common/progressindicator.c
7388         * src/common/progressindicator.h
7389         * src/common/quoted-printable.c
7390         * src/common/quoted-printable.h
7391         * src/common/session.c
7392         * src/common/session.h
7393         * src/common/smtp.c
7394         * src/common/smtp.h
7395         * src/common/socket.c
7396         * src/common/socket.h
7397         * src/common/ssl.c
7398         * src/common/ssl.h
7399         * src/common/ssl_certificate.c
7400         * src/common/ssl_certificate.h
7401         * src/common/stringtable.c
7402         * src/common/stringtable.h
7403         * src/common/sylpheed.c
7404         * src/common/sylpheed.h
7405         * src/common/template.c
7406         * src/common/template.h
7407         * src/common/timing.h
7408         * src/common/utils.c
7409         * src/common/utils.h
7410         * src/common/version.h.in
7411         * src/common/xml.c
7412         * src/common/xml.h
7413         * src/common/xmlprops.c
7414         * src/common/xmlprops.h
7415         * src/gtk/colorlabel.c
7416         * src/gtk/colorsel.c
7417         * src/gtk/colorsel.h
7418         * src/gtk/description_window.c
7419         * src/gtk/description_window.h
7420         * src/gtk/filesel.c
7421         * src/gtk/filesel.h
7422         * src/gtk/foldersort.c
7423         * src/gtk/foldersort.h
7424         * src/gtk/gtkutils.c
7425         * src/gtk/gtkutils.h
7426         * src/gtk/inputdialog.c
7427         * src/gtk/inputdialog.h
7428         * src/gtk/logwindow.c
7429         * src/gtk/logwindow.h
7430         * src/gtk/manage_window.c
7431         * src/gtk/manage_window.h
7432         * src/gtk/menu.c
7433         * src/gtk/menu.h
7434         * src/gtk/pluginwindow.c
7435         * src/gtk/pluginwindow.h
7436         * src/gtk/prefswindow.c
7437         * src/gtk/prefswindow.h
7438         * src/gtk/progressdialog.c
7439         * src/gtk/progressdialog.h
7440         * src/gtk/sslcertwindow.c
7441         * src/gtk/sslcertwindow.h
7442         * src/plugins/clamav/clamav_plugin.c
7443         * src/plugins/clamav/clamav_plugin.h
7444         * src/plugins/clamav/clamav_plugin_gtk.c
7445         * src/plugins/demo/demo.c
7446         * src/plugins/dillo_viewer/dillo_prefs.c
7447         * src/plugins/dillo_viewer/dillo_prefs.h
7448         * src/plugins/dillo_viewer/dillo_viewer.c
7449         * src/plugins/pgpcore/passphrase.c
7450         * src/plugins/pgpcore/passphrase.h
7451         * src/plugins/pgpcore/plugin.c
7452         * src/plugins/pgpcore/select-keys.c
7453         * src/plugins/pgpcore/select-keys.h
7454         * src/plugins/pgpcore/sgpgme.c
7455         * src/plugins/pgpcore/sgpgme.h
7456         * src/plugins/pgpinline/pgpinline.c
7457         * src/plugins/pgpinline/pgpinline.h
7458         * src/plugins/pgpinline/plugin.c
7459         * src/plugins/pgpmime/pgpmime.c
7460         * src/plugins/pgpmime/pgpmime.h
7461         * src/plugins/pgpmime/plugin.c
7462         * src/plugins/spamassassin/spamassassin.c
7463         * src/plugins/spamassassin/spamassassin.h
7464         * src/plugins/spamassassin/spamassassin_gtk.c
7465         * src/plugins/trayicon/trayicon.c
7466                 update copyright header
7467
7468 2006-01-13 [paul]       1.9.100cvs141
7469
7470         * src/account.c
7471         * src/export.c
7472         * src/import.c
7473         * src/mainwindow.c
7474         * src/prefs_account.c
7475         * src/prefs_display_header.c
7476         * src/prefs_receive.c
7477         * src/prefs_send.c
7478         * src/prefs_summaries.c
7479         * src/prefs_themes.c
7480         * src/prefs_toolbar.c
7481         * src/gtk/about.c
7482                 various cleanups
7483
7484 2006-01-12 [colin]      1.9.100cvs140
7485
7486         * src/folder.c
7487         * src/folder.h
7488         * src/main.c
7489                 Add --subscribe option
7490                 Let sylpheed-claws email@domain.com equivalent to --compose
7491                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7492
7493 2006-01-12 [paul]       1.9.100cvs139
7494
7495         * src/mainwindow.c
7496                 append 'Change folder order' label with '...'
7497         * src/prefs_actions.c
7498                 allow reordering of actions list by dnd
7499         * src/gtk/foldersort.c
7500                 make the dialog nicer
7501
7502 2006-01-11 [colin]      1.9.100cvs138
7503
7504         * src/compose.c
7505                 Allow templates without text
7506
7507 2006-01-11 [paul]       1.9.100cvs137
7508
7509         * tools/README
7510         * tools/filter_conv_new.pl
7511                 add info to README
7512                 also check .sylpheed for filter.xml
7513                 be a bit informative to the user
7514
7515 2006-01-11 [colin]      1.9.100cvs136
7516
7517         * src/textview.c
7518                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7519
7520 2006-01-10 [paul]       1.9.100cvs135
7521
7522         * tools/Makefile.am
7523         * tools/filter_conv_new.pl
7524                 add script to convert new style Sylpheed
7525                 filter rules (Sylpheed >= 0.9.99) to
7526                 Claws filtering rules
7527
7528 2006-01-10 [colin]      1.9.100cvs134
7529
7530         * src/compose.c
7531                 Fix broken line joins in certain conditions
7532                 (between two quoted lines: <enter><enter><up>
7533                  <type a wrapped sentence><go in the first line>
7534                  <insert more text><watch as line joining failed>)
7535
7536 2006-01-10 [paul]       1.9.100cvs133
7537
7538         * src/compose.c
7539                 don't report success in error dialog
7540                 thanks to Colin
7541         * src/common/utils.c
7542                 include some trailing punctuations as URI
7543                 thanks to Hiro
7544
7545 2006-01-10 [paul]       1.9.100cvs132
7546
7547         * src/mimeview.c
7548                 fix incompatible pointer type
7549                 warning
7550
7551 2006-01-10 [paul]       1.9.100cvs131
7552
7553         * src/compose.c
7554                 change Subject in window title
7555                 instantaneously
7556
7557 2006-01-09 [colin]      1.9.100cvs130
7558
7559         * src/addressbook.c
7560         * src/headerview.c
7561         * src/mainwindow.c
7562         * src/messageview.c
7563         * src/mimeview.c
7564         * src/noticeview.c
7565         * src/summaryview.c
7566                 Fix possible crashes on exit and in addressbook
7567
7568 2006-01-09 [paul]       1.9.100cvs129
7569
7570         * src/prefs_msg_colors.c
7571                 some cleanups that I forgot last time
7572
7573 2006-01-09 [paul]       1.9.100cvs128
7574
7575         * README
7576         * src/folderview.c
7577         * src/prefs_msg_colors.c
7578                 add previously hidden option, color_new, to
7579                 the gui
7580                 move the page to Display/
7581                 rework the gui
7582
7583 2006-01-09 [wwp]        1.9.100cvs127
7584
7585         * src/prefs_themes.c
7586                 made the prefs/display/themes layouts spacing less condensed
7587                 (and so they match other prefs/pages' look).
7588
7589 2006-01-09 [paul]       1.9.100cvs126
7590
7591         * src/compose.c
7592         * src/prefs_common.c
7593         * src/prefs_common.h
7594         * src/prefs_wrapping.c
7595                 remove 'wrap at send' option
7596
7597 2006-01-06 [colin]      1.9.100cvs125
7598
7599         * src/compose.c
7600                 Just make completely sure we don't insert "manual line breaks" 
7601                 when wrapping... 
7602
7603 2006-01-04 [paul]
7604
7605         * 2.0.0-rc3 released
7606
7607 2006-01-04 [paul]       1.9.100cvs124
7608
7609         * src/folderview.c
7610                 fix bug 882, 'quick scroll in folder list
7611                 displays wrong folder contents'
7612
7613 2006-01-04 [paul]       1.9.100cvs123
7614
7615         * src/plugins/pgpmime/pgpmime.c
7616                 better debug information when signing
7617                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7618
7619 2006-01-03 [colin]      1.9.100cvs122
7620
7621         * configure.ac
7622                 We need to recheck for gpgme 1.0.0 after checking
7623                 for 1.1.1, because if 1.1.1 isn't available, 
7624                 GPGME_LIBS and friends are blanked out by the 
7625                 second check.
7626
7627 2006-01-03 [colin]      1.9.100cvs121
7628
7629         * src/common/prefs.c
7630                 Windows unlink-before rename fix
7631         * src/plugins/pgpcore/sgpgme.c
7632                 Add support for PKA info if available
7633                 Both patches by Werner Koch
7634
7635 2006-01-03 [paul]       1.9.100cvs120
7636
7637         * src/messageview.c
7638                 fix bug 884, 'Send receipt' button visible in queue
7639                 Thanks to Colin
7640
7641 2006-01-02 [colin]      1.9.100cvs119
7642
7643         * src/compose.c
7644         * src/imap.c
7645                 Fix autosave on IMAP and more generally try to
7646                 return the correct ID on a newly added IMAP message
7647
7648 2006-01-02 [paul]       1.9.100cvs118
7649
7650         * manual/keyboard.xml
7651                 edited
7652
7653 2006-01-01 [paul]       1.9.100cvs117
7654
7655         * src/gtk/authors.h
7656                 alphabetical order
7657
7658 2005-12-30 [colin]      1.9.100cvs116
7659
7660         * manual/advanced.xml
7661                 Explain Pre/Post-processing differences.
7662
7663 2005-12-30 [colin]      1.9.100cvs115
7664
7665         * src/mh.c
7666                 Implement copy_msgs for a little optimization
7667         * src/imap.c
7668                 Finish yesterday's fix
7669
7670 2005-12-29 [colin]      1.9.100cvs114
7671
7672         * src/imap.c
7673                 Fix occasional failure in fetching a mail over
7674                 IMAP
7675
7676 2005-12-29 [colin]      1.9.100cvs113
7677
7678         * src/compose.c
7679                 Don't remove a draft when sending it, if it is 
7680                 locked.
7681
7682 2005-12-28 [colin]      1.9.100cvs112
7683
7684         * src/summaryview.c
7685                 Fix leak for real
7686
7687 2005-12-28 [wwp]        1.9.100cvs111
7688
7689         * doc/faq/.cvsignore
7690         * doc/faq/de/.cvsignore
7691         * doc/faq/en/.cvsignore
7692         * doc/faq/es/.cvsignore
7693         * doc/faq/fr/.cvsignore
7694         * doc/faq/it/.cvsignore
7695         * doc/manual/.cvsignore
7696         * doc/manual/de/.cvsignore
7697         * doc/manual/en/.cvsignore
7698         * doc/manual/es/.cvsignore
7699         * doc/manual/fr/.cvsignore
7700         * doc/manual/ja/.cvsignore
7701         * src/plugins/mathml_viewer/.cvsignore
7702                 rollback revival of those files (my bad, sorry for the noise).
7703
7704 2005-12-28 [wwp]        1.9.100cvs110
7705
7706         * src/compose.c
7707                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7708
7709 2005-12-28 [wwp]        1.9.100cvs109
7710
7711         * doc/faq/.cvsignore
7712         * doc/faq/de/.cvsignore
7713         * doc/faq/en/.cvsignore
7714         * doc/faq/es/.cvsignore
7715         * doc/faq/fr/.cvsignore
7716         * doc/faq/it/.cvsignore
7717         * doc/manual/.cvsignore
7718         * doc/manual/de/.cvsignore
7719         * doc/manual/en/.cvsignore
7720         * doc/manual/es/.cvsignore
7721         * doc/manual/fr/.cvsignore
7722         * doc/manual/ja/.cvsignore
7723         * src/plugins/mathml_viewer/.cvsignore
7724         * po/.cvsignore
7725                 more files to ignore.
7726
7727 2005-12-24 [colin]      1.9.100cvs108
7728
7729         * AUTHORS
7730         * src/gtk/authors.h
7731                 Update for Werner
7732
7733 2005-12-24 [colin]      1.9.100cvs107
7734
7735         * src/procmsg.c
7736                 Allow NULL src_msginfo in 
7737                 procmsg_msginfo_new_from_mimeinfo
7738
7739 2005-12-23 [paul]       1.9.100cvs106
7740
7741         * src/plugins/pgpinline/mypgpcore.def
7742                 add this forgotten file
7743
7744 2005-12-23 [colin]      1.9.100cvs105
7745
7746         * src/mainwindow.c
7747                 Fix missing break
7748
7749 2005-12-23 [colin]      1.9.100cvs104
7750
7751         * autogen.sh
7752         * src/folder.c
7753         * src/mh.c
7754         * src/common/plugin.c
7755         * src/common/socket.c
7756         * src/common/socket.h
7757         * src/common/utils.c
7758         * src/common/utils.h
7759         * src/gtk/pluginwindow.c
7760         * src/plugins/pgpcore/plugin.def
7761         * src/plugins/pgpcore/sylpheed.def
7762         * src/plugins/pgpinline/Makefile.am
7763         * src/plugins/pgpinline/plugin.def
7764         * src/plugins/pgpinline/sylpheed.def
7765         * src/plugins/pgpmime/plugin.def
7766         * src/plugins/pgpmime/sylpheed.def
7767                 Various w32 fixes by Werner Koch
7768
7769 2005-12-22 [paul]       1.9.100cvs103
7770
7771         * src/wizard.c
7772                 don't offer IMAP as 'server type' if
7773                 libetpan isn't built in
7774
7775 2005-12-22 [paul]       1.9.100cvs102
7776
7777         * AUTHORS
7778         * src/mainwindow.c
7779         * src/mainwindow.h
7780         * src/toolbar.c
7781         * src/gtk/authors.h
7782                 support GTK_TOOLBAR_BOTH_HORIZ (text
7783                 next to icon) Patch by Marien Zwart
7784                 marienz@users.sf.net
7785                 Also reword the text
7786
7787 2005-12-21 [colin]      1.9.100cvs101
7788
7789         * configure.ac
7790                 Fix DATADIRNAME
7791         * COPYING
7792                 Fix missing section and explicit the exception better
7793         * src/compose.c
7794                 Prevent mail from being lost without notice when an
7795                 SMTP error happens on trying to send an unmodified
7796                 drafted mail.
7797         * src/send_message.c
7798         * src/common/smtp.c
7799                 Fix password remembering when wrong, and add return
7800                 value checks where they should have been
7801         * src/plugins/pgpcore/sylpheed.def
7802         * src/plugins/pgpinline/sylpheed.def
7803         * src/plugins/pgpmime/sylpheed.def
7804                 Add a few symbols needed
7805
7806 2005-12-21 [paul]       1.9.100cvs100
7807
7808         * m4/codeset.m4
7809         * m4/glibc21.m4
7810         * m4/intdiv0.m4
7811         * m4/inttypes-pri.m4
7812         * m4/inttypes.m4
7813         * m4/inttypes_h.m4
7814         * m4/isc-posix.m4
7815         * m4/lcmessage.m4
7816         * m4/stdint_h.m4
7817         * m4/uintmax_t.m4
7818                 gettextization
7819                 thanks to Colin
7820
7821 2005-12-21 [paul]       1.9.100cvs99
7822
7823         * po/sv.po
7824                 fixed by Colin
7825
7826 2005-12-20 [paul]       1.9.100cvs98
7827
7828         * po/sv.po
7829                 updated by Anders Trobäck
7830
7831 2005-12-20 [colin]      1.9.100cvs97
7832
7833         * ABOUT-NLS
7834         * Makefile.am
7835         * autogen.sh
7836         * configure.ac
7837         * config/config.rpath
7838         * config/mkinstalldirs
7839         * m4/Makefile.am
7840         * m4/glibc2.m4
7841         * m4/gnupg.m4
7842         * m4/gpgme.m4
7843         * m4/intmax.m4
7844         * m4/longdouble.m4
7845         * m4/longlong.m4
7846         * m4/printf-posix.m4
7847         * m4/signed.m4
7848         * m4/size_max.m4
7849         * m4/ulonglong.m4
7850         * m4/wchar_t.m4
7851         * m4/wint_t.m4
7852         * m4/xsize.m4
7853         * po/Makefile.in.in
7854         * po/Makevars
7855         * po/bg.po
7856         * po/ca.po
7857         * po/cs.po
7858         * po/de.po
7859         * po/el.po
7860         * po/en_GB.po
7861         * po/es.po
7862         * po/fi.po
7863         * po/fr.po
7864         * po/hr.po
7865         * po/hu.po
7866         * po/it.po
7867         * po/ja.po
7868         * po/ko.po
7869         * po/nb.po
7870         * po/nl.po
7871         * po/pl.po
7872         * po/pt_BR.po
7873         * po/ru.po
7874         * po/sk.po
7875         * po/sr.po
7876         * po/stamp-po
7877         * po/sv.po
7878         * po/zh_CN.po
7879         * po/zh_TW.po
7880         * src/Makefile.am
7881         * src/codeconv.c
7882         * src/compose.c
7883         * src/exporthtml.c
7884         * src/exportldif.c
7885         * src/folder.c
7886         * src/main.c
7887         * src/manual.c
7888         * src/mh.c
7889         * src/mimeview.c
7890         * src/send_message.c
7891         * src/common/Makefile.am
7892         * src/common/fnmatch.c
7893         * src/common/fnmatch.h
7894         * src/common/fnmatch_loop.c
7895         * src/common/nntp.c
7896         * src/common/plugin.c
7897         * src/common/smtp.c
7898         * src/common/socket.c
7899         * src/common/string_match.c
7900         * src/common/sylpheed.c
7901         * src/common/utils.c
7902         * src/common/utils.h
7903         * src/common/w32_dirent.c
7904         * src/common/w32_reg.c
7905         * src/common/w32_signal.c
7906         * src/common/w32_stat.c
7907         * src/common/w32_stdio.c
7908         * src/common/w32_stdlib.c
7909         * src/common/w32_string.c
7910         * src/common/w32_time.c
7911         * src/common/w32_unistd.c
7912         * src/common/w32_wait.c
7913         * src/common/w32lib.h
7914         * src/etpan/Makefile.am
7915         * src/gtk/Makefile.am
7916         * src/plugins/clamav/Makefile.am
7917         * src/plugins/demo/Makefile.am
7918         * src/plugins/dillo_viewer/Makefile.am
7919         * src/plugins/pgpcore/Makefile.am
7920         * src/plugins/pgpcore/passphrase.c
7921         * src/plugins/pgpcore/plugin.def
7922         * src/plugins/pgpcore/sgpgme.c
7923         * src/plugins/pgpcore/sylpheed.def
7924         * src/plugins/pgpcore/version.rc
7925         * src/plugins/pgpinline/Makefile.am
7926         * src/plugins/pgpinline/plugin.def
7927         * src/plugins/pgpinline/sylpheed.def
7928         * src/plugins/pgpinline/version.rc
7929         * src/plugins/pgpmime/Makefile.am
7930         * src/plugins/pgpmime/mypgpcore.def
7931         * src/plugins/pgpmime/plugin.def
7932         * src/plugins/pgpmime/sylpheed.def
7933         * src/plugins/pgpmime/version.rc
7934         * src/plugins/spamassassin/Makefile.am
7935                 Very little ;-) patch from Werner Koch, providing
7936                 infrastructure for cross-compiling to Win32
7937
7938 2005-12-20 [paul]       1.9.100cvs96
7939
7940         * src/account.c
7941         * src/account.h
7942         * src/mainwindow.c
7943         * src/mainwindow.h
7944         * src/toolbar.c
7945         * src/toolbar.h
7946                 add a combo to the Get All button, allowing
7947                 quick retrieval from any account
7948                 Patch by Fabien Vantard, slightly modified
7949                 by Colin
7950         * src/gtk/about.c
7951                 i18n fix. Patch by Fabien Vantard
7952
7953 2005-12-19 [colin]      1.9.100cvs95
7954
7955         * src/compose.c
7956         * src/compose.h
7957                 Don't automatically join lines when they've 
7958                 been separated by the user and not automatically
7959
7960 2005-12-19 [paul]       1.9.100cvs94
7961
7962         * src/gtk/pluginwindow.c
7963                 i18n fix.
7964                 Patch by Fabien Vantard
7965
7966 2005-12-15 [paul]       1.9.100cvs93
7967
7968         * src/common/plugin.c
7969         * src/common/plugin.h
7970         * src/gtk/pluginwindow.c
7971         * src/plugins/clamav/clamav_plugin.c
7972         * src/plugins/demo/demo.c
7973         * src/plugins/dillo_viewer/dillo_viewer.c
7974         * src/plugins/pgpcore/plugin.c
7975         * src/plugins/pgpinline/plugin.c
7976         * src/plugins/pgpmime/plugin.c
7977         * src/plugins/spamassassin/spamassassin.c
7978         * src/plugins/trayicon/trayicon.c
7979                 add plugin_version()
7980
7981 2005-12-15 [colin]      1.9.100cvs92
7982
7983         * src/compose.c
7984                 Further fix bug #875
7985
7986 2005-12-15 [paul]       1.9.100cvs91
7987
7988         * src/gtk/filesel.c
7989                 fix attach_load_dir getting set to
7990                 PLUGINDIR on plugin load
7991
7992 2005-12-14 [mones]      1.9.100cvs90
7993
7994         * manual/ack.xml
7995         * manual/keyboard.xml
7996                 Initial draft and some shortcuts added
7997                 
7998         * po/es.po
7999                 Updated translation
8000
8001 2005-12-14 [colin]      1.9.100cvs89
8002
8003         * src/compose.c
8004         * src/imap.c
8005         * src/summaryview.c
8006         * src/gtk/gtkaspell.c
8007                 More leaks fixed
8008         * src/prefs_folder_item.c
8009                 Fix recursive prefs apply
8010
8011
8012 2005-12-14 [colin]      1.9.100cvs88
8013
8014         * src/compose.c
8015                 Fix bug #875 (Freeze On Inline Forward of 
8016                 Large Message)
8017
8018 2005-12-13 [colin]      1.9.100cvs87
8019
8020         * src/compose.c
8021                 Uniq-ify and sort the mimetypes list
8022                 Patch by Fabien Vantard
8023
8024 2005-12-13 [colin]      1.9.100cvs86
8025
8026         * src/imap.c
8027         * src/etpan/imap-thread.c
8028                 Fix leaks (patch by Hoa)
8029         * src/news.c
8030         * src/common/plugin.c
8031                 Fix leaks
8032
8033 2005-12-12 [colin]
8034
8035         * 2.0.0-rc2 released
8036
8037 2005-12-12 [colin]      1.9.100cvs85
8038
8039         * src/matcher.c
8040                 Fix a leak
8041
8042 2005-12-12 [wwp]        1.9.100cvs84
8043
8044         * src/gtk/icon_legend.c
8045                 fix misbehaviour and crash when closing the legend window
8046         using the Esc key (patch by Fabien Vantard).
8047
8048 2005-12-12 [paul]       1.9.100cvs83
8049
8050         * src/browseldap.c
8051         * src/foldersel.c
8052         * src/prefs_actions.c
8053         * src/prefs_filtering.c
8054         * src/prefs_matcher.c
8055         * src/prefs_spelling.glade      ** REMOVED **
8056         * src/prefs_template.c
8057         * src/gtk/foldersort.glade      ** REMOVED **
8058         * src/gtk/pluginwindow.c
8059         * src/gtk/pluginwindow.glade    ** REMOVED **
8060         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8061                 cleanups
8062
8063 2005-12-11 [paul]       1.9.100cvs82
8064
8065         * src/gtk/filesel.c
8066                 fix attach_load_dir crasher (double free)
8067
8068 2005-12-09 [paul]       1.9.100cvs81
8069
8070         * po/POTFILES.in
8071         * src/mainwindow.c
8072         * src/gtk/Makefile.am
8073         * src/gtk/icon_legend.c
8074         * src/gtk/icon_legend.h
8075                 add icon legend
8076         * src/manual.c
8077                 cleanup
8078
8079 2005-12-09 [paul]       1.9.100cvs80
8080
8081         * src/plugins/pgpcore/passphrase.c
8082                 wrap the label in the dialog
8083
8084 2005-12-09 [colin]      1.9.100cvs79
8085
8086         * src/plugins/pgpcore/sgpgme.c
8087                 Display (untrusted) on not trusted signatures
8088                 Patch by Michal Èihaø <michal@cihar.com>
8089                 Closes bug #867 (Report also key trust)
8090
8091 2005-12-09 [colin]      1.9.100cvs78
8092
8093         * src/common/plugin.c
8094                 Update licence check, following Eben Moglen's advice
8095
8096 2005-12-08 [colin]      1.9.100cvs77
8097
8098         * src/folder.c
8099                 Fix the occasionnal item->cache != NULL 
8100                 assertion failure. 
8101
8102 2005-12-08 [colin]      1.9.100cvs76
8103
8104         * src/mimeview.c
8105         * src/plugins/pgpcore/sgpgme.c
8106                 Print key id when unable to check it
8107                 Closes bug #866 (Show key id when missing)
8108
8109 2005-12-08 [paul]       1.9.100cvs75
8110
8111         * src/prefs_common.c
8112         * src/prefs_common.h
8113         * src/gtk/filesel.c
8114                 remember load attachment dir
8115
8116 2005-12-07 [colin]      1.9.100cvs74
8117
8118         * src/prefs_toolbar.c
8119                 Gtk fixes, patch by Fabien Vantard
8120
8121 2005-12-07 [colin]      1.9.100cvs73
8122
8123         * src/action.c
8124         * src/compose.c
8125         * src/compose.h
8126                 Fix bug #839 (Quoted text isn't colored after 
8127                 executing an action)
8128         * src/common/plugin.c
8129                 Require plugins to declare their licence in plugin_licence()
8130                 Refuse to load non-GPL plugins as they'd be illegal (as 
8131                 derived works of Sylpheed-Claws, they must be GPL).
8132         * src/plugins/clamav/clamav_plugin.c
8133         * src/plugins/demo/demo.c
8134         * src/plugins/dillo_viewer/dillo_viewer.c
8135         * src/plugins/pgpcore/plugin.c
8136         * src/plugins/pgpinline/plugin.c
8137         * src/plugins/pgpmime/plugin.c
8138         * src/plugins/spamassassin/spamassassin.c
8139         * src/plugins/trayicon/trayicon.c
8140                 Add plugin_licence()
8141
8142 2005-12-07 [paul]       1.9.100cvs72
8143
8144         * configure.ac
8145         * src/mainwindow.c
8146         * src/manual.c
8147         * src/manual.h
8148         * src/common/defs.h
8149                 clean up after local FAQ removal and
8150                 temporary manual removal
8151
8152 2005-12-06 [colin]      1.9.100cvs71
8153
8154         * configure.ac
8155         * doc/Makefile.am
8156         * doc/faq/.cvsignore
8157         * doc/faq/Makefile.am
8158         * doc/faq/de/.cvsignore
8159         * doc/faq/de/Makefile.am
8160         * doc/faq/de/sylpheed-faq-1.html
8161         * doc/faq/de/sylpheed-faq-2.html
8162         * doc/faq/de/sylpheed-faq-3.html
8163         * doc/faq/de/sylpheed-faq.html
8164         * doc/faq/en/.cvsignore
8165         * doc/faq/en/Makefile.am
8166         * doc/faq/en/sylpheed-faq-1.html
8167         * doc/faq/en/sylpheed-faq-2.html
8168         * doc/faq/en/sylpheed-faq-3.html
8169         * doc/faq/en/sylpheed-faq-4.html
8170         * doc/faq/en/sylpheed-faq.html
8171         * doc/faq/es/.cvsignore
8172         * doc/faq/es/Makefile.am
8173         * doc/faq/es/sylpheed-faq-1.html
8174         * doc/faq/es/sylpheed-faq-2.html
8175         * doc/faq/es/sylpheed-faq-3.html
8176         * doc/faq/es/sylpheed-faq-4.html
8177         * doc/faq/es/sylpheed-faq.html
8178         * doc/faq/fr/.cvsignore
8179         * doc/faq/fr/Makefile.am
8180         * doc/faq/fr/sylpheed-faq-1.html
8181         * doc/faq/fr/sylpheed-faq-2.html
8182         * doc/faq/fr/sylpheed-faq-3.html
8183         * doc/faq/fr/sylpheed-faq.html
8184         * doc/faq/it/.cvsignore
8185         * doc/faq/it/Makefile.am
8186         * doc/faq/it/sylpheed-faq-1.html
8187         * doc/faq/it/sylpheed-faq-2.html
8188         * doc/faq/it/sylpheed-faq-3.html
8189         * doc/faq/it/sylpheed-faq.html
8190         * doc/manual/.cvsignore
8191         * doc/manual/Makefile.am
8192         * doc/manual/de/.cvsignore
8193         * doc/manual/de/Makefile.am
8194         * doc/manual/de/sylpheed-1.html
8195         * doc/manual/de/sylpheed-10.html
8196         * doc/manual/de/sylpheed-11.html
8197         * doc/manual/de/sylpheed-12.html
8198         * doc/manual/de/sylpheed-13.html
8199         * doc/manual/de/sylpheed-14.html
8200         * doc/manual/de/sylpheed-15.html
8201         * doc/manual/de/sylpheed-16.html
8202         * doc/manual/de/sylpheed-17.html
8203         * doc/manual/de/sylpheed-18.html
8204         * doc/manual/de/sylpheed-19.html
8205         * doc/manual/de/sylpheed-2.html
8206         * doc/manual/de/sylpheed-20.html
8207         * doc/manual/de/sylpheed-3.html
8208         * doc/manual/de/sylpheed-4.html
8209         * doc/manual/de/sylpheed-5.html
8210         * doc/manual/de/sylpheed-6.html
8211         * doc/manual/de/sylpheed-7.html
8212         * doc/manual/de/sylpheed-8.html
8213         * doc/manual/de/sylpheed-9.html
8214         * doc/manual/de/sylpheed.html
8215         * doc/manual/en/.cvsignore
8216         * doc/manual/en/Makefile.am
8217         * doc/manual/en/sylpheed-1.html
8218         * doc/manual/en/sylpheed-10.html
8219         * doc/manual/en/sylpheed-11.html
8220         * doc/manual/en/sylpheed-12.html
8221         * doc/manual/en/sylpheed-13.html
8222         * doc/manual/en/sylpheed-14.html
8223         * doc/manual/en/sylpheed-15.html
8224         * doc/manual/en/sylpheed-16.html
8225         * doc/manual/en/sylpheed-17.html
8226         * doc/manual/en/sylpheed-18.html
8227         * doc/manual/en/sylpheed-19.html
8228         * doc/manual/en/sylpheed-2.html
8229         * doc/manual/en/sylpheed-20.html
8230         * doc/manual/en/sylpheed-21.html
8231         * doc/manual/en/sylpheed-22.html
8232         * doc/manual/en/sylpheed-3.html
8233         * doc/manual/en/sylpheed-4.html
8234         * doc/manual/en/sylpheed-5.html
8235         * doc/manual/en/sylpheed-6.html
8236         * doc/manual/en/sylpheed-7.html
8237         * doc/manual/en/sylpheed-8.html
8238         * doc/manual/en/sylpheed-9.html
8239         * doc/manual/en/sylpheed.html
8240         * doc/manual/es/.cvsignore
8241         * doc/manual/es/Makefile.am
8242         * doc/manual/es/sylpheed-1.html
8243         * doc/manual/es/sylpheed-10.html
8244         * doc/manual/es/sylpheed-11.html
8245         * doc/manual/es/sylpheed-12.html
8246         * doc/manual/es/sylpheed-13.html
8247         * doc/manual/es/sylpheed-14.html
8248         * doc/manual/es/sylpheed-15.html
8249         * doc/manual/es/sylpheed-16.html
8250         * doc/manual/es/sylpheed-17.html
8251         * doc/manual/es/sylpheed-18.html
8252         * doc/manual/es/sylpheed-19.html
8253         * doc/manual/es/sylpheed-2.html
8254         * doc/manual/es/sylpheed-20.html
8255         * doc/manual/es/sylpheed-3.html
8256         * doc/manual/es/sylpheed-4.html
8257         * doc/manual/es/sylpheed-5.html
8258         * doc/manual/es/sylpheed-6.html
8259         * doc/manual/es/sylpheed-7.html
8260         * doc/manual/es/sylpheed-8.html
8261         * doc/manual/es/sylpheed-9.html
8262         * doc/manual/es/sylpheed.html
8263         * doc/manual/fr/.cvsignore
8264         * doc/manual/fr/Makefile.am
8265         * doc/manual/fr/sylpheed-1.html
8266         * doc/manual/fr/sylpheed-10.html
8267         * doc/manual/fr/sylpheed-11.html
8268         * doc/manual/fr/sylpheed-12.html
8269         * doc/manual/fr/sylpheed-13.html
8270         * doc/manual/fr/sylpheed-14.html
8271         * doc/manual/fr/sylpheed-15.html
8272         * doc/manual/fr/sylpheed-16.html
8273         * doc/manual/fr/sylpheed-17.html
8274         * doc/manual/fr/sylpheed-18.html
8275         * doc/manual/fr/sylpheed-19.html
8276         * doc/manual/fr/sylpheed-2.html
8277         * doc/manual/fr/sylpheed-20.html
8278         * doc/manual/fr/sylpheed-3.html
8279         * doc/manual/fr/sylpheed-4.html
8280         * doc/manual/fr/sylpheed-5.html
8281         * doc/manual/fr/sylpheed-6.html
8282         * doc/manual/fr/sylpheed-7.html
8283         * doc/manual/fr/sylpheed-8.html
8284         * doc/manual/fr/sylpheed-9.html
8285         * doc/manual/fr/sylpheed.html
8286         * doc/manual/ja/.cvsignore
8287         * doc/manual/ja/Makefile.am
8288         * doc/manual/ja/sylpheed-1.html
8289         * doc/manual/ja/sylpheed-10.html
8290         * doc/manual/ja/sylpheed-11.html
8291         * doc/manual/ja/sylpheed-12.html
8292         * doc/manual/ja/sylpheed-13.html
8293         * doc/manual/ja/sylpheed-14.html
8294         * doc/manual/ja/sylpheed-15.html
8295         * doc/manual/ja/sylpheed-16.html
8296         * doc/manual/ja/sylpheed-17.html
8297         * doc/manual/ja/sylpheed-18.html
8298         * doc/manual/ja/sylpheed-19.html
8299         * doc/manual/ja/sylpheed-2.html
8300         * doc/manual/ja/sylpheed-20.html
8301         * doc/manual/ja/sylpheed-3.html
8302         * doc/manual/ja/sylpheed-4.html
8303         * doc/manual/ja/sylpheed-5.html
8304         * doc/manual/ja/sylpheed-6.html
8305         * doc/manual/ja/sylpheed-7.html
8306         * doc/manual/ja/sylpheed-8.html
8307         * doc/manual/ja/sylpheed-9.html
8308         * doc/manual/ja/sylpheed.html
8309         * doc/manual/ja/sylpheed.sgml
8310         * src/mainwindow.c
8311                 Remove outdated manual and faq. Noisy, eh?
8312
8313 2005-12-06 [colin]      1.9.100cvs70
8314
8315         * src/compose.c
8316         * src/quote_fmt_parse.y
8317         * src/undo.c
8318         * src/undo.h
8319                 Allow %X to position cursor at 0 
8320                 (no %X = before signature)
8321                 Fix paste as quotation putting the cursor at 0
8322                 Fix undo offsets when pasting
8323                 Insert the quote_fmt at once instead of line 
8324                 by line
8325                 Fix [Edited] when starting to reply/forward
8326
8327 2005-12-06 [paul]       1.9.100cvs69
8328
8329         * src/plugins/clamav/clamav_plugin_gtk.c
8330                 add another tooltip
8331         * src/plugins/spamassassin/spamassassin_gtk.c
8332                 rework spamassassin_create_widget_func()
8333
8334 2005-12-05 [colin]      1.9.100cvs68
8335
8336         * po/POTFILES.in
8337                 Fix make release ;-)
8338
8339 2005-12-05 [colin]      1.9.100cvs67
8340
8341         * src/compose.c
8342         * src/compose.h
8343                 Fix cursor positioning (not obeying %X)
8344
8345 2005-12-05 [paul]       1.9.100cvs66
8346
8347         * src/plugins/dillo_viewer/dillo_prefs.c
8348                 fix compilation warning
8349
8350 2005-12-05 [paul]       1.9.100cvs65
8351
8352         * src/prefs_spelling.c
8353         * src/plugins/trayicon/trayicon.c
8354                 cleanups - remove unused stuff
8355
8356 2005-12-05 [paul]       1.9.100cvs64
8357
8358         * README
8359         * manual/plugins.xml
8360                 remove info about removed mathml_viewer plugin
8361
8362 2005-12-05 [paul]       1.9.100cvs63
8363
8364         * configure.ac
8365         * src/plugins/Makefile.am
8366         * src/plugins/mathml_viewer/.cvsignore
8367         * src/plugins/mathml_viewer/Makefile.am
8368         * src/plugins/mathml_viewer/mathml_viewer.c
8369                 remove unmaintained mathml_viewer plugin
8370
8371 2005-12-05 [paul]       1.9.100cvs62
8372
8373         * src/summaryview.c
8374                 obey prefs_common.always_show_msg when
8375                 moving a msg
8376                 Thanks to Colin
8377
8378 2005-12-05 [paul]       1.9.100cvs61
8379
8380         * src/compose.c
8381         * src/prefs_account.c
8382         * src/prefs_filtering.c
8383         * src/prefs_quote.c
8384         * src/prefs_spelling.c
8385         * src/prefs_toolbar.c
8386         * src/summaryview.c
8387         * src/gtk/gtkutils.c
8388         * src/gtk/quicksearch.c
8389         * src/plugins/dillo_viewer/dillo_prefs.c
8390                 dialog cleanups
8391
8392 2005-12-04 [paul]       1.9.100cvs60
8393
8394         * src/inc.c
8395         * src/prefs_account.c
8396         * src/prefs_account.h
8397                 allow a Local account to specify a
8398                 default inbox
8399                 (closes bug 843 'Inbox cannot be changed for local
8400                  mailboxes')
8401
8402 2005-12-04 [colin]      1.9.100cvs59
8403
8404         * src/plugins/trayicon/trayicon.c
8405                 Remove Get, rename Get All to Get Mail in order to
8406                 be consistent with the default main toolbar
8407
8408 2005-12-03 [colin]      1.9.100cvs58
8409
8410         * manual/gpl.xml
8411         * manual/sylpheed-claws-manual.xml
8412                 Add GPL appendix
8413
8414 2005-12-03 [paul]       1.9.100cvs57
8415
8416         * AUTHORS
8417         * po/sv.po
8418         * src/gtk/authors.h
8419                 new (partially complete) Swedish translation
8420                 by Anders Troback <sylpheed@troback.com>
8421
8422 2005-12-02 [paul]       1.9.100cvs56
8423
8424         * configure.ac
8425                 libetpan 0.41 required
8426
8427 2005-12-02 [paul]       1.9.100cvs55
8428
8429         * src/plugins/clamav/clamav_plugin.c
8430         * src/plugins/clamav/clamav_plugin.h
8431         * src/plugins/clamav/clamav_plugin_gtk.c
8432         * src/plugins/spamassassin/spamassassin.c
8433         * src/plugins/spamassassin/spamassassin.h
8434         * src/plugins/spamassassin/spamassassin_gtk.c
8435                 unregister prefs pages on unloading, thus
8436                 preventing a crash
8437                 (thanks to Colin for the hint)
8438
8439 2005-12-02 [wwp]        1.9.100cvs54
8440
8441         * src/quote_fmt.h
8442         * src/quote_fmt_parse.y
8443                 fix misuse of gboolean*, use gboolean instead
8444                 (thanks to Paul, Colin, for pointing out that scaring one)
8445
8446 2005-12-02 [paul]       1.9.100cvs53
8447
8448         * src/plugins/clamav/clamav_plugin.c
8449                 int no --> unsigned int no
8450         * src/plugins/clamav/clamav_plugin_gtk.c
8451                 rework config page
8452
8453 2005-12-02 [wwp]        1.9.100cvs52
8454
8455         * src/compose.c
8456         * src/prefs_template.c
8457         * src/quote_fmt.h
8458         * src/quote_fmt_parse.y
8459                 prevent from executing |f and |p templates commands when
8460                 adding or replacing templates in prefs (avoids annoying and
8461                 potentially dangerous behaviours)
8462
8463 2005-12-02 [paul]       1.9.100cvs51
8464
8465         * src/prefs_common.c
8466                 allow translation of some default values
8467                 Patch by Fabien Vantard
8468
8469 2005-12-02 [paul]       1.9.100cvs50
8470
8471         * src/codeconv.c
8472         * src/codeconv.h
8473         * src/prefs_common.c
8474         * src/prefs_common.h
8475         * src/prefs_message.c
8476         * src/textview.c
8477                 remove obsolete 'convert_mb_alnum' option
8478                 and related stuff
8479         * src/gtk/about.c
8480                 remove unused 'about_textview_visibility_notify'
8481
8482 2005-12-02 [paul]       1.9.100cvs49
8483
8484         * src/prefs_account.c
8485         * src/prefs_compose_writing.c
8486         * src/prefs_fonts.c
8487         * src/prefs_gtk.h
8488         * src/prefs_image_viewer.c
8489         * src/prefs_message.c
8490         * src/prefs_other.c
8491         * src/prefs_receive.c
8492         * src/prefs_send.c
8493         * src/prefs_spelling.c
8494         * src/prefs_summaries.c
8495         * src/prefs_wrapping.c
8496         * src/plugins/dillo_viewer/dillo_prefs.c
8497         * src/plugins/pgpcore/prefs_gpg.c
8498                 several cleanups to the prefs dialogs
8499                 (slightly modified) patch by Fabien Vantard
8500
8501 2005-12-02 [paul]       1.9.100cvs48
8502
8503         * src/main.c
8504                 --exit means exit
8505         * src/send_message.c
8506                 fix crash on send when connection fails
8507
8508         Thanks to Colin
8509
8510 2005-12-01 [colin]      1.9.100cvs47
8511
8512         * src/html.c
8513                 Translate &hellip; to "..."
8514
8515 2005-11-30 [colin]      1.9.100cvs46
8516
8517         * src/matcher.c
8518         * src/matcher.h
8519                 Optimize back yesterday's fix.
8520
8521 2005-11-30 [paul]       1.9.100cvs45
8522
8523         * manual/faq.xml
8524                 standardised
8525         * manual/intro.xml
8526                 written by Colin, edited by me
8527
8528 2005-11-29 [colin]      1.9.100cvs44
8529
8530         * src/matcher.c
8531                 Skip headers unconditionnaly in match_body if the
8532                 rule is not message or ~message
8533
8534 2005-11-29 [colin]      1.9.100cvs43
8535
8536         * src/matcher.c
8537                 Fix body_part and such, not skipping headers 
8538                 if the matchcriteria wasn't the first in the rule
8539
8540 2005-11-29 [colin]      1.9.100cvs42
8541
8542         * src/compose.c
8543                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8544                 option missing from message view window)
8545                 Fix double text D'n'D with gtk-2.8
8546         * src/matcher.c
8547                 Fix ~message, ~headers_part, ~body_part rules
8548         * src/messageview.c
8549                 Add Windows-1252 (Closes bug #863)
8550                 Fix accels
8551         * src/gtk/gtkaspell.c
8552                 Properly destroy accels in all menus
8553
8554 2005-11-29 [mones]      1.9.100cvs41
8555
8556         * po/es.po
8557                 Updated.
8558
8559 2005-11-27 [colin]      1.9.100cvs40
8560
8561         * src/mh_gtk.c
8562                 "/Remove mailbox" -> "/Remove mailbox..."
8563
8564 2005-11-27 [paul]       1.9.100cvs39
8565
8566         * AUTHORS
8567         * po/de.po
8568         * src/gtk/authors.h
8569                 updated by new maintainer, Stephan Sachse
8570
8571 2005-11-27 [paul]       1.9.100cvs38
8572
8573         * manual/faq.xml
8574                 written by Colin, edited by me
8575
8576 2005-11-27 [paul]       1.9.100cvs37
8577
8578         * src/prefs_common.c
8579         * src/prefs_common.h
8580         * src/prefs_receive.c
8581         * src/prefs_summaries.c
8582                 move 'go to inbox after receiving new mail'
8583                 option from display/sumamaries to mail
8584                 handling/receive, and rework prefs_summaries
8585                 dialog a little
8586
8587 2005-11-25 [martin]     1.9.100cvs36
8588
8589         * po/de.po
8590             fixed windows-1252 translation;
8591             translated some new and fuzzy strings
8592
8593 2005-11-25 [paul]       1.9.100cvs35
8594
8595         * src/plugins/clamav/clamav_plugin.c
8596                 complete the update done in cvs34
8597
8598 2005-11-25 [paul]       1.9.100cvs34
8599
8600         * src/plugins/clamav/clamav_plugin.c
8601                 reflect upstream changes
8602
8603 2005-11-25 [paul]       1.9.100cvs33
8604
8605         * manual/ack.xml
8606         * manual/plugins.xml
8607         * manual/sylpheed-claws-manual.xml
8608                 written/updated by Colin, edited by me
8609         * tools/acroread2sylpheed.pl
8610                 update binary name
8611
8612 2005-11-24 [colin]      1.9.100cvs32
8613
8614         * src/compose.c
8615                 Fix bug #856 (reediting messages forgets Request
8616                 Return Receipt)
8617
8618 2005-11-24 [paul]       1.9.100cvs31
8619
8620         * manual/addrbook.xml
8621         * manual/starting.xml
8622                 written by Colin, proofread, edited, adapted by me
8623         * manual/advanced.xml
8624                 add some Actions examples
8625         * src/importldif.c
8626                 use a Save button instead of a Close button
8627         * src/wizard.c
8628                 indicate mandatory fields
8629                 fix page display
8630                 Thanks to Colin
8631
8632 2005-11-23 [colin]      1.9.100cvs30
8633
8634         * src/addressbook.c
8635                 Rename menu item, fix possible crash after
8636                 deletion of books
8637         * src/addrindex.c
8638                 Allow searching for '*' in ldap
8639         * src/browseldap.c
8640                 Fix "Browse Entry" (did anyone use it?)
8641         * src/wizard.c
8642                 Add guards for mandatory information
8643
8644 2005-11-23 [paul]       1.9.100cvs29
8645
8646         * manual/advanced.xml
8647                 corrections to the English
8648
8649 2005-11-23 [colin]      1.9.100cvs28
8650
8651         * src/mimeview.c
8652                 Fix possible crash at exit. After the call to
8653                 gtk_container_remove(), the Viewer's widget has no
8654                 more parent so gtk+ automatically frees it and its
8655                 sons. If destroy_viewer() then try to access it,
8656                 problems ensue.
8657
8658 2005-11-22 [colin]      1.9.100cvs27
8659
8660         * src/compose.c
8661         * src/gtk/gtkaspell.c
8662                 Fix right-clicking on a misspelled word
8663                 Fix More... in suggestions menu
8664
8665 2005-11-22 [wwp]        1.9.100cvs26
8666
8667         * src/prefs_template.c
8668                 templates works: re-sort templates list when adding or replacing,
8669                 prevent from adding or replacing when the template name is empty
8670
8671 2005-11-21 [colin]      1.9.100cvs25
8672
8673         * src/addressbook.c
8674                 Fix some addressbook suckage (dnd, select all)
8675         * src/compose.c
8676         * src/gtk/gtkaspell.c
8677         * src/gtk/gtkaspell.h
8678                 Make the spellchecker menu work with the 
8679                 GtkTextView one instead of overriding it
8680
8681 2005-11-20 [paul]       1.9.100cvs24
8682
8683         * manual/handling.xml
8684                 proofread and corrected
8685
8686 2005-11-20 [paul]       1.9.100cvs23
8687
8688         * manual/Makefile
8689                 generate html as one file
8690         * manual/advanced.xml
8691                 fix output generation
8692                 reformat hidden options list
8693         * manual/manual.xml     ** REMOVED **
8694         * manual/sylpheed-claws-manual.xml      ** ADDED **
8695                 renamed
8696
8697 2005-11-18 [colin]      1.9.100cvs22
8698
8699         * src/prefs_account.c
8700                 Fix layout in news and mbox accounts
8701         * manual/account.xml
8702         * manual/advanced.xml
8703                 New contents for Paul to check :)
8704
8705 2005-11-18 [wwp]        1.9.100cvs21
8706
8707         * src/gtk/quicksearch.c
8708                 don't update extended quicksearch buttons twice
8709
8710 2005-11-18 [paul]       1.9.100cvs20
8711
8712         * src/textview.c
8713                 complete 1.9.100cvs19
8714
8715 2005-11-18 [paul]       1.9.100cvs19
8716
8717         * src/compose.c
8718                 cosmetic improvements
8719         * src/textview.c
8720                 also list text/* attachments
8721
8722 2005-11-18 [colin]      1.9.100cvs18
8723
8724         * src/summaryview.c
8725                 Use column 0 instead of -1 in 
8726                 gtk_ctree_node_moveto, in a naive
8727                 hope it'll fix the gtk-related crashes
8728
8729 2005-11-18 [colin]      1.9.100cvs17
8730
8731         * src/gtk/inputdialog.c
8732                 Fix icon staying the first one
8733
8734 2005-11-17 [wwp]        1.9.100cvs16
8735                 fix possible problem showing some quicksearch buttons, and a bad
8736                 call to g_return_if_fail in a function that returns a value (both
8737                 fixes by Fabien Vantard)
8738
8739 2005-11-15 [wwp]        1.9.100cvs15
8740
8741         * src/gtk/quicksearch.c
8742                 added a tooltip to that obscure ... quicksearch button
8743
8744 2005-11-15 [wwp]        1.9.100cvs14
8745
8746         * src/gtk/quicksearch.c
8747                 add a quicksearch helper to filtering expression users: the ... button
8748                 raises the condition expr window. condition expressions set up w/ this
8749                 window are used by the quicksearch if the user closes it pressing OK.
8750
8751 2005-11-14 [paul]       1.9.100cvs13
8752
8753         * src/plugins/clamav/clamav_plugin.c
8754         * src/plugins/spamassassin/spamassassin.c
8755                 change plugin type following recent merging
8756
8757 2005-11-14 [wwp]        1.9.100cvs12
8758
8759         * src/folder.c
8760                 prevent from crashing when copying/moving message(s) from and
8761                 to the same folder
8762
8763 2005-11-14 [paul]       1.9.100cvs11
8764
8765         * src/plugins/clamav/Makefile.am
8766         * src/plugins/clamav/clamav_plugin.c
8767         * src/plugins/clamav/clamav_plugin.h
8768         * src/plugins/clamav/clamav_plugin_gtk.c
8769                 also merge clamav and clamav_gtk plugins
8770
8771 2005-11-13 [colin]      1.9.100cvs10
8772
8773         * configure.ac
8774         * src/plugins/spamassassin/Makefile.am
8775         * src/plugins/spamassassin/spamassassin.c
8776         * src/plugins/spamassassin/spamassassin.h
8777         * src/plugins/spamassassin/spamassassin_gtk.c
8778                 Merge spamassassin and spamassassin_gtk plugins,
8779                 and build it by default.
8780
8781 2005-11-12 [colin]      1.9.100cvs9
8782
8783         * src/etpan/imap-thread.c
8784                 Fix gcc warning
8785
8786 2005-11-12 [colin]      1.9.100cvs8
8787
8788         * src/procmime.c
8789                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8790
8791 2005-11-10 [colin]      1.9.100cvs7
8792
8793         * src/main.c
8794                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8795                 minimised state)
8796
8797 2005-11-10 [wwp]        1.9.100cvs6
8798
8799         * src/gtk/description_window.c
8800                 fix a crash when closing description windows using the WM's [X] button
8801
8802 2005-11-09 [colin]      1.9.100cvs5
8803
8804         * src/common/ssl.c
8805                 Update libetpan call to follow upstream
8806                 (yes, this requires libetpan-0.40cvs3)
8807
8808 2005-11-08 [colin]      1.9.100cvs4
8809
8810         * src/compose.c
8811         * src/textview.c
8812         * src/common/utils.c
8813         * src/common/utils.h
8814                 Enhance the email parser
8815
8816 2005-11-08 [colin]      1.9.100cvs3
8817
8818         * src/procmime.c
8819                 Fix what looks like an off-by-one (fixes 
8820                 attachments from the Bat)
8821
8822 2005-11-08 [wwp]        1.9.100cvs2
8823
8824         * src/main.c
8825                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8826
8827 2005-11-08 [wwp]        1.9.100cvs1
8828
8829         * src/main.c
8830                 allow exiting Sylpheed-Claws from command-line
8831
8832 2005-11-08 [paul]       1.9.100
8833
8834         1.9.100 released
8835
8836 2005-11-07 [colin]      1.9.99cvs17
8837
8838         * src/addritem.c
8839         * src/ldif.c
8840                 Fix import of base-64 encoded items
8841
8842 2005-11-07 [colin]      1.9.99cvs16
8843
8844         * src/send_message.c
8845                 Fix bug #314 (Queue does not empty under certain 
8846                 circumstances)
8847
8848 2005-11-07 [paul]       1.9.99cvs15
8849
8850         * src/mutt.c
8851         * src/pine.c
8852                 fix buffer overflows
8853                 Thanks to Colin
8854
8855 2005-11-07 [paul]       1.9.99cvs14
8856
8857         * doc/man/Makefile.am
8858         * doc/man/sylpheed-claws.1      ** ADDED **
8859         * doc/man/sylpheed.1            ** DELETED **
8860                 rename and update the man file
8861
8862 2005-11-06 [colin]      1.9.99cvs13
8863
8864         * src/ldif.c
8865                 Fix ldif_get_line() that returned empty strings
8866                 (Didn't understand why). Also fix a possible
8867                 buffer overflow.
8868
8869 2005-11-06 [wwp]        1.9.99cvs12
8870
8871         * src/textview.c
8872         * src/gtk/about.c
8873         * src/gtk/gtkutils.c
8874         * src/gtk/gtkutils.h
8875                 fix a compilation warning,
8876                 make links sensitive in the about dialog
8877
8878 2005-11-04 [wwp]        1.9.99cvs11
8879
8880         * src/gtk/about.c
8881                 don't wrap or translate URIs, and a bit text format cleanup
8882
8883 2005-11-04 [wwp]        1.9.99cvs10
8884
8885         * src/gtk/about.c
8886                 better textview tagging implementation (no more use of marks for
8887                 postponed tagging)
8888
8889 2005-11-02 [colin]      1.9.99cvs9
8890
8891         * src/common/ssl.c
8892                 Forgot an ifdef
8893
8894 2005-11-02 [colin]      1.9.99cvs8
8895
8896         * configure.ac
8897                 Require libetpan-0.40 due to upstream fix
8898         * src/common/ssl.c
8899                 Tell libetpan not to call SSL_Library_Init,
8900                 as we do it ourselves.
8901
8902 2005-11-02 [colin]      1.9.99cvs7
8903
8904         * po/POTFILES.in
8905                 Add missing files (thanks to Fabien Vantard)
8906
8907 2005-11-02 [colin]      1.9.99cvs6
8908
8909         * src/summaryview.c
8910                 Fix totals when read messages are hidden or quicksearch
8911                 is on
8912         * src/ssl_manager.c
8913         * src/ssl_manager.h
8914         * src/common/ssl_certificate.c
8915         * src/common/ssl_certificate.h
8916         * src/gtk/sslcertwindow.c
8917         * src/gtk/sslcertwindow.h
8918                 Fix copyright on my stuff
8919
8920 2005-11-02 [wwp]        1.9.99cvs5
8921
8922         * src/prefs_themes.c
8923                 fix directory name checking (theme installation/removal),
8924                 made related error a bit more verbose
8925
8926 2005-11-02 [colin]      1.9.99cvs4
8927
8928         * src/summaryview.c
8929                 Fix typo (probably fixes bug #841 (Sort by the From 
8930                 field doesn't work)
8931
8932 2005-11-02 [paul]       1.9.99cvs3
8933
8934         * po/ko.po
8935         * po/nb.po
8936                 updated by SungHyun Nam, Geir Helland
8937         * src/wizard.c
8938                 fix typo in welcome message. spotted by
8939                 Andrea Spadaccini
8940
8941 2005-11-01 [colin]      1.9.99cvs2
8942
8943         * src/compose.c
8944                 Fix replying to ml wen confirming subscription
8945         * src/messageview.c
8946         * src/mimeview.c
8947         * src/mimeview.h
8948         * src/privacy.h
8949         * src/summaryview.c
8950                 Make key check non blocking
8951
8952 2005-10-31 [paul]       1.9.99cvs1
8953
8954         * tools/claws.i18n.status.pl
8955                 updated for ChangeLog
8956
8957 2005-10-31 [paul]       1.9.99
8958
8959         1.9.99 released
8960
8961 2005-10-31 [paul]       1.9.15cvs131
8962
8963         * .cvsignore
8964         * ChangeLog
8965         * ChangeLog.claws       ** REMOVED **
8966         * ChangeLog-gtk2.claws  ** REMOVED **
8967         * ChangeLog.gtk1        ** ADDED **
8968         * INSTALL
8969         * Makefile.am
8970         * NEWS
8971         * README
8972         * README.claws          ** REMOVED **
8973         * README.jp             ** REMOVED **
8974         * RELEASE_NOTES         ** ADDED **
8975         * RELEASE_NOTES.claws   ** REMOVED **
8976         * commitHelper
8977         * configure.ac
8978         * sylpheed.spec.in      ** REMOVED **
8979                 tidy up and update the default docs:
8980                 ChangeLog.claws is renamed ChangeLog.gtk1
8981                 ChangeLog-gtk2.claws is renamed ChangeLog
8982                 README.claws is renamed README
8983                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8984
8985 2005-10-31 [paul]       1.9.15cvs130
8986
8987         * po/it.po
8988                 fix errors
8989
8990 2005-10-31 [paul]       1.9.15cvs129
8991
8992         * po/ca.po
8993         * po/de.po
8994         * po/en_GB.po
8995         * po/fr.po
8996         * po/it.po
8997         * po/pt_BR.po
8998         * po/sk.po
8999         * po/sr.po
9000         * po/zh_CN.po
9001                 updated by Miquel Oliete, Stephan Sachse and
9002                 Thomas Gilgin, me, Fabien Vantard, Andrea
9003                 Spadaccini, Frederico Goncalves Guimaraes,
9004                 Andrej Kacian, Aleksandar Urosevic, and
9005                 Ralgh Young.
9006
9007 2005-10-31 [mones]      1.9.15cvs128
9008
9009         * manual/faq.xml
9010                 More questions.
9011         
9012         * po/es.po
9013                 Updated for release.
9014
9015 2005-10-30 [colin]      1.9.15cvs127
9016
9017         * src/compose.c
9018                 Place cursor before rewrapping (fixes cursor
9019                 pos if quotation gets rewrapped)
9020
9021 2005-10-29 [paul]       1.9.15cvs126
9022
9023         * src/crash.c
9024         * src/foldersel.c
9025         * src/main.c
9026         * src/messageview.c
9027         * src/toolbar.c
9028         * src/gtk/authors.h
9029                 corrections to text items
9030
9031 2005-10-28 [colin]      1.9.15cvs125
9032
9033         * src/messageview.c
9034                 Make "hit 'C' to check sig" work from extern 
9035                 messageviews
9036
9037 2005-10-27 [colin]      1.9.15cvs124
9038
9039         * src/summaryview.c
9040                 Add a hack to avoid segfaulting when hammering 
9041                 on gtk's events
9042
9043 2005-10-27 [wwp]        1.9.15cvs123
9044
9045         * src/prefs_themes.c
9046                 sort list of themes names in themes prefs
9047
9048 2005-10-27 [paul]       1.9.15cvs122
9049
9050         * src/folder.c
9051         * src/prefs_account.c
9052                 fix building on Solaris
9053                 Patch by Alex Moore
9054
9055 2005-10-27 [wwp]        1.9.15cvs121
9056
9057         * src/summaryview.c
9058         * src/gtk/gtksctree.c
9059                 speed up unselecting messages in summary view (thanks to Colin)
9060
9061 2005-10-27 [paul]       1.9.15cvs120
9062
9063         * src/mainwindow.c
9064                 fix a compilation warning
9065         * src/summaryview.c
9066                 fix updating of 'n items selected' count
9067                 when deselecting
9068
9069 2005-10-27 [martin]     1.9.15cvs119
9070
9071         * src/action.c
9072                 ignore actions with a leading '/' in the action menu name
9073                 fixes a crash on menu creation
9074         * src/prefs_actions.c
9075                 do not allow a leading '/' in the action menu name
9076
9077 2005-10-27 [paul]       1.9.15cvs118
9078
9079         * src/main.c
9080                 fix compilation warning
9081
9082 2005-10-27 [paul]       1.9.15cvs117
9083
9084         * src/procmime.c
9085                 add #if HAVE_LOCALE_H
9086
9087 2005-10-27 [paul]       1.9.15cvs116
9088
9089         * src/plugins/clamav/clamav_plugin.c
9090         * src/plugins/dillo_viewer/dillo_viewer.c
9091         * src/plugins/mathml_viewer/mathml_viewer.c
9092         * src/plugins/pgpcore/plugin.c
9093         * src/plugins/pgpinline/plugin.c
9094         * src/plugins/pgpmime/plugin.c
9095         * src/plugins/spamassassin/spamassassin.c
9096         * src/plugins/trayicon/trayicon.c
9097                 plugin_init() : make error messages more
9098                 informative
9099
9100 2005-10-26 [wwp]        1.9.15cvs115
9101
9102         * src/prefs_matcher.c
9103                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9104
9105 2005-10-26 [wwp]        1.9.15cvs114
9106
9107         * src/procmime.c
9108         * src/gtk/gtksctree.c
9109         * src/plugins/spamassassin/libspamc.c
9110         * src/plugins/spamassassin/spamassassin.c
9111                 fix some compilation warnings more
9112
9113 2005-10-26 [mones]      1.9.15cvs113
9114
9115         * po/es.po
9116                 Updated translation
9117
9118 2005-10-26 [paul]       1.9.15cvs112
9119
9120         * src/prefs_message.c
9121                 give all display_xface stuff the
9122                 #if HAVE_LIBCOMPFACE treatment, thus
9123                 preventing a crash
9124                 (Thanks to Wolfgang Enderlein)
9125
9126 2005-10-26 [colin]      1.9.15cvs111
9127
9128         * src/gedit-print.c
9129                 Fix date format
9130         * src/imap_gtk.c
9131         * src/news_gtk.c
9132                 Remove context menu items that should not be there
9133         * src/jpilot.c
9134                 Fix encoding
9135         * src/main.c
9136         * src/mainwindow.c
9137                 Don't show the mainwindow too soon
9138
9139 2005-10-26 [wwp]        1.9.15cvs110
9140
9141         * src/folder.c
9142         * src/manual.c
9143         * src/summaryview.c
9144                 fix uninitialized pointers in the folder updating hook
9145                 (thanks to Colin)
9146
9147 2005-10-25 [mones]      1.9.15cvs109
9148
9149         * manual/faq.xml
9150                 General information subsection completed. 
9151                 Removed archaic references.
9152                 
9153         * manual/Makefile
9154         * manual/dtd/manual.dsl
9155                 Added customization stylesheet for getting paragraphs
9156                 fully justified in PDF output (as suggested by Colin).
9157
9158 2005-10-25 [colin]      1.9.15cvs108
9159
9160         * src/compose.c
9161                 Fix a second leak
9162
9163 2005-10-25 [colin]      1.9.15cvs107
9164
9165         * src/addrbook.c
9166         * src/addrindex.c
9167                 Fix leak (xml_get_element() allocates memory)
9168         * src/compose.c
9169                 Fix leak + dead code (shame!)
9170         * src/procmime.c
9171                 Fix leak
9172
9173 2005-10-25 [colin]      1.9.15cvs106
9174
9175         * src/mimeview.c
9176                 Fix encoding issue in Save all and in 
9177                 overwrite-confirmation alertpanel
9178
9179 2005-10-25 [colin]      1.9.15cvs105
9180
9181         * src/common/socket.c
9182                 Fix a leak - Thanks to Christopher Aillon
9183                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9184
9185 2005-10-25 [paul]       1.9.15cvs104
9186
9187         * src/wizard.c
9188                 Always guess servers from the right-hand
9189                 email part and guess username from the
9190                 left-hand part. (Thanks to Colin)
9191                 add an X-Face to the welcome message
9192
9193 2005-10-25 [paul]       1.9.15cvs103
9194
9195         * manual/handling.xml
9196                 written by Colin, edited by me
9197
9198 2005-10-25 [wwp]        1.9.15cvs102
9199
9200         * src/folderview.c
9201         * src/grouplistdialog.c
9202         * src/imap.c
9203         * src/noticeview.c
9204                 fix some compilation warnings
9205
9206 2005-10-24 [paul]
9207
9208         1.9.99-rc3 released
9209
9210 2005-10-24 [paul]       1.9.15cvs101
9211
9212         * src/gtk/about.c
9213                 fix window sizing
9214
9215 2005-10-24 [paul]       1.9.15cvs100
9216
9217         * src/pixmaps/offline.xpm
9218         * src/pixmaps/online.xpm
9219                 replace with last default versions
9220
9221 2005-10-24 [colin]      1.9.15cvs99
9222
9223         * src/imap.c
9224                 Fix bug when moving a folder
9225         * src/imap_gtk.c
9226         * src/mh_gtk.c
9227                 "Delete folder" pops up a window, so it 
9228                 should be suffixed with "..."
9229         * src/plugins/pgpcore/sgpgme.c
9230                 Include locale.h
9231
9232 2005-10-24 [mones]      1.9.15cvs98
9233
9234         * manual/Makefile
9235         * manual/account.xml
9236         * manual/ack.xml
9237         * manual/addrbook.xml
9238         * manual/advanced.xml
9239         * manual/faq.xml
9240         * manual/glossary.xml
9241         * manual/gpl.xml
9242         * manual/handling.xml
9243         * manual/intro.xml
9244         * manual/keyboard.xml
9245         * manual/manual.xml
9246         * manual/plugins.xml
9247         * manual/starting.xml
9248         * manual/dtd/sdocbook.dtd
9249                 Initial manual structure and some content.
9250
9251 2005-10-23 [wwp]        1.9.15cvs97
9252
9253         * src/gtk/about.c
9254                 fix a typo
9255
9256 2005-10-23 [wwp]        1.9.15cvs96
9257
9258         * src/gtk/about.c
9259         * src/gtk/authors.h
9260                 rework of the about window (main work by Paul), also featuring a few
9261                 fixes for typos and duplicate names
9262
9263 2005-10-23 [wwp]        1.9.15cvs95
9264
9265         * src/.cvsignore
9266                 Ignore the right binary name (sylpheed-claws now)
9267
9268 2005-10-23 [paul]       1.9.15cvs94
9269
9270         * src/compose.c
9271                 when using Folder Pref 'Default To for
9272                 replies' make the entry in the Compose
9273                 window bold
9274                 Patch by Fabien Vantard
9275
9276 2005-10-22 [colin]      1.9.15cvs93
9277
9278         * src/codeconv.c
9279                 Fix leak
9280
9281 2005-10-22 [colin]      1.9.15cvs92
9282
9283         * src/codeconv.c
9284                 try to convert using locale (apart utf8) if necessary
9285
9286 2005-10-22 [colin]      1.9.15cvs91
9287
9288         * src/pixmaps/new.xpm
9289         * src/pixmaps/unread.xpm
9290                 Make the unread envelope blue again and
9291                 saturate the new one a bit more.
9292
9293 2005-10-22 [colin]      1.9.15cvs90
9294
9295         * src/compose.c
9296                 When replying to a mail sent by one of our accounts,
9297                 use the original list of recipients. Let 'Reply All'
9298                 and 'Reply to sender' work like previously.
9299
9300 2005-10-21 [colin]      1.9.15cvs89
9301
9302         * src/prefs_filtering.c
9303                 Clear fields after add and replace
9304         * src/textview.c
9305                 Display xface differently (better)
9306         * src/plugins/pgpinline/pgpinline.c
9307                 Fix crappy encodings/recodings
9308
9309 2005-10-21 [paul]       1.9.15cvs88
9310
9311         * src/compose.c
9312         * src/prefs_folder_item.c
9313         * src/toolbar.c
9314                 fix news folder Folder Properties
9315                 (thanks to Colin)
9316         * src/folderview.c
9317                 update folderview after Themes change
9318                 keep selected folder selected
9319                 (thanks to Colin)
9320
9321 2005-10-21 [paul]       1.9.15cvs87
9322
9323         * tools/Makefile.am
9324         * tools/OOo2sylpheed.pl
9325         * tools/README
9326         * tools/README.sylprint
9327         * tools/asus_mailled.sh         ** REMOVED **
9328         * tools/filter_conv.pl
9329         * tools/freshmeat_search.pl
9330         * tools/google_search.pl
9331         * tools/gpg-sign-syl            ** REMOVED **
9332         * tools/kmail2sylpheed.pl
9333         * tools/kmail2sylpheed_v2.pl
9334         * tools/multiwebsearch.pl
9335         * tools/nautilus2sylpheed.sh
9336         * tools/newscache_clean.pl
9337         * tools/outlook2sylpheed.pl
9338         * tools/sylpheed-switcher       ** REMOVED **
9339         * tools/sylprint.pl
9340         * tools/sylprint.rc
9341         * tools/tb2sylpheed
9342         * tools/vcard2xml.py
9343         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9344                 update default config dir
9345                 update binary name (thanks to Fabien Vantard)
9346                 remove obsolete scripts
9347
9348 2005-10-21 [colin]      1.9.15cvs86
9349
9350         * src/inc.c
9351                 Fix possible leak and units. Based on a patch by
9352                 Fabien Vantard.
9353
9354 2005-10-20 [colin]      1.9.15cvs85
9355
9356         * src/textview.c
9357                 Clear xface when clearing textview
9358
9359 2005-10-20 [colin]      1.9.15cvs84
9360
9361         * configure.ac
9362         * src/folderview.c
9363         * src/headerview.c
9364         * src/main.c
9365         * src/prefs_common.c
9366         * src/prefs_common.h
9367         * src/prefs_message.c
9368         * src/textview.c
9369         * src/textview.h
9370         * src/common/defs.h
9371         * src/common/utils.c
9372         * src/common/utils.h
9373         * src/gtk/gtkutils.c
9374         * src/gtk/gtkutils.h
9375                 Migrate config to .sylpheed-claws (Automatically)
9376                 Add a way to get the Xface in the TextView
9377
9378 2005-10-20 [colin]      1.9.15cvs83
9379
9380         * src/gtk/Makefile.am
9381         * src/gtk/about.c
9382         * src/gtk/authors.h
9383                 Make the about dialog *grooovy*
9384
9385 2005-10-20 [colin]      1.9.15cvs82
9386
9387         * src/mimeview.c
9388                 Use "Open with" on double click if no command
9389                 was found
9390
9391 2005-10-20 [colin]      1.9.15cvs81
9392
9393         * src/imap.c
9394         * src/etpan/imap-thread.c
9395                 Fix possible crash.
9396
9397 2005-10-20 [paul]       1.9.15cvs80
9398
9399         * src/folder.c
9400                 don't show clipkey icon if the only
9401                 attachment is the signature
9402                 Patch by Colin
9403
9404 2005-10-20 [paul]       1.9.15cvs79
9405
9406         * AUTHORS
9407         * src/plugins/pgpmime/pgpmime.c
9408                 name the PGP/MIME signature 'signature.asc'
9409                 Patch by Andrew Nelson <freeandy@gmail.com>
9410
9411 2005-10-19 [colin]      1.9.15cvs78
9412
9413         * src/plugins/pgpmime/pgpmime.c
9414                 Oops, no need to double-check though
9415
9416 2005-10-19 [colin]      1.9.15cvs77
9417
9418         * src/plugins/pgpinline/pgpinline.c
9419         * src/plugins/pgpmime/pgpmime.c
9420                 Check that my_tmpfile() doesn't 
9421                 return NULL
9422
9423 2005-10-19 [colin]      1.9.15cvs76
9424
9425         * src/common/utils.c
9426                 Use shorter mime boundaries to avoid having
9427                 MTAs rewrapping our headers, breaking the
9428                 PGP signature in the process 
9429         * src/compose.c
9430         * src/plugins/pgpmime/pgpmime.c
9431                 Check for boundary uniqueness to be sure
9432                 it won't happen, instead of hoping for the
9433                 best
9434
9435 2005-10-19 [colin]      1.9.15cvs75
9436
9437         * sylpheed-claws.desktop
9438         * src/Makefile.am
9439         * src/main.c
9440                 Ship a sylpheed-claws binary instead
9441                 of a sylpheed one. Change the socket
9442                 name, too
9443         * src/folderview.c
9444                 Update folder only if it changed
9445         * src/wizard.c
9446                 Fix i18n in welcome mail, patch by
9447                 Fabien Vantard
9448
9449 2005-10-19 [paul]
9450
9451         1.9.99-rc2 released
9452
9453 2005-10-19 [paul]       1.9.15cvs74
9454
9455         * src/folder.c
9456         * src/folderview.c
9457                 fix summaryview update
9458                 Patch by Colin
9459
9460 2005-10-18 [colin]      1.9.15cvs73
9461
9462         * src/plugins/pgpcore/passphrase.c
9463                 Don't XGrabServer, and try a bit more to 
9464                 sync everything before grabbing mouse/keyboard
9465
9466 2005-10-18 [colin]      1.9.15cvs72
9467
9468         * src/Makefile.am
9469         * src/addressadd.c
9470         * src/addressbook.c
9471         * src/folderview.c
9472         * src/grouplistdialog.c
9473         * src/mimeview.c
9474         * src/stock_pixmap.c
9475         * src/stock_pixmap.h
9476         * src/summaryview.c
9477         * src/gtk/gtksctree.c
9478         * src/gtk/gtksctree.h
9479         * src/pixmaps/empty.xpm
9480                 Implement a wrapper call for gtk_ctree_set_node_info
9481                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9482                 pixmap instead of a NULL one. This works around some
9483                 memory problems deep inside gtk, revealed by valgrind,
9484                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9485                 as locked crashes sylpheed.), as well as, probably, 
9486                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9487
9488 2005-10-17 [colin]      1.9.15cvs71
9489
9490         * src/mimeview.c
9491                 Provide visual feedback when checking
9492                 signature
9493
9494 2005-10-17 [colin]      1.9.15cvs70
9495
9496         * src/main.c
9497                 Keep the folder list frozen while checking caches...
9498
9499 2005-10-17 [colin]      1.9.15cvs69
9500
9501         * src/addr_compl.c
9502                 Fi bug #833 (Autocompleting from addressbook 
9503                 fails with extended chars)
9504         * src/imap.c
9505                 Fix 'adding messages' staying in statusbar
9506                 after an error
9507
9508 2005-10-17 [wwp]        1.9.15cvs68
9509
9510         * src/ssl_manager.c
9511                 Fix buttons' layout resizing when window size changes
9512
9513 2005-10-17 [wwp]        1.9.15cvs67
9514
9515         * src/account.c
9516         * src/prefs_account.c
9517         * src/prefs_common.c
9518         * src/prefs_common.h
9519         * src/prefs_folder_item.c
9520         * src/prefs_gtk.c
9521         * src/gtk/logwindow.c
9522         * src/gtk/pluginwindow.c
9523         * src/gtk/prefswindow.c
9524         * src/gtk/prefswindow.h
9525                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9526
9527 2005-10-17 [paul]       1.9.15cvs66
9528
9529         * configure.ac
9530                 fix missing libetpan message
9531         * po/en_GB.po
9532                 updated
9533         * src/crash.c
9534         * src/manual.c
9535         * src/prefs_themes.c
9536         * src/common/defs.h
9537                 add some new URI defines, change some
9538                 others
9539         * src/wizard.c
9540                 make welcome message translatable
9541                 small improvements to english
9542                 other tweaks
9543         * src/gtk/menu.c
9544                 fix warnings
9545
9546 2005-10-17 [paul]       1.9.15cvs65
9547
9548         * src/summaryview.c
9549                 fix column titles
9550
9551 2005-10-16 [mones]      1.9.15cvs64
9552
9553         * po/es.po
9554                 Updated translation
9555
9556 2005-10-16 [colin]
9557
9558         1.9.99-rc1 released
9559
9560 2005-10-16 [colin]      1.9.15cvs63
9561
9562         * src/wizard.c
9563                 Fix whitespace
9564
9565 2005-10-16 [colin]      1.9.15cvs62
9566
9567         * src/toolbar.c
9568                 s/Get All/Get Mail/
9569         * src/wizard.c
9570                 Real welcome mail text, thanks Paul
9571
9572 2005-10-16 [colin]      1.9.15cvs61
9573
9574         * src/editldap.c
9575         * src/exporthtml.c
9576         * src/main.c
9577         * src/mainwindow.c
9578         * src/prefs_themes.c
9579         * src/prefs_toolbar.c
9580         * src/plugins/demo/demo.c
9581         * src/plugins/trayicon/trayicon.c
9582                 s/Sylpheed/Sylpheed-Claws/
9583
9584 2005-10-16 [colin]      1.9.15cvs60
9585
9586         * src/wizard.c
9587                 Add a welcome email in the first empty mailbox
9588         * src/prefs_common.c
9589                 Change one more default
9590
9591 2005-10-16 [colin]      1.9.15cvs59
9592
9593         * src/wizard.c
9594                 Remove printf
9595
9596 2005-10-16 [colin]      1.9.15cvs58
9597
9598         * src/toolbar.c
9599         * src/prefs_common.c
9600                 Change some defaults
9601
9602 2005-10-16 [colin]      1.9.15cvs57
9603
9604         * src/toolbar.c
9605         * src/prefs_common.c
9606                 Change some defaults
9607
9608 2005-10-16 [colin]      1.9.15cvs56
9609
9610         * src/wizard.c
9611                 By default, initialize fonts to have
9612                 the same size as normal GtkWidgets
9613
9614 2005-10-16 [colin]      1.9.15cvs55
9615
9616         * src/mimeview.c
9617                 Fix message a bit more
9618
9619 2005-10-16 [colin]      1.9.15cvs54
9620
9621         * src/addressbook.c
9622                 Second attempt at flicker fixing
9623
9624 2005-10-16 [colin]      1.9.15cvs53
9625
9626         * src/addressbook.c
9627                 Fix flicker
9628
9629 2005-10-16 [wwp]        1.9.15cvs52
9630
9631         * src/addressbook.c
9632         * src/editaddress.c
9633         * src/prefs_common.c
9634         * src/prefs_common.h
9635                 Remember window sizes (address book)
9636
9637 2005-10-16 [wwp]        1.9.15cvs51
9638
9639         * src/plugins/clamav/clamav_plugin_gtk.c
9640         * src/plugins/spamassassin/spamassassin_gtk.c
9641                 Fix compilation warnings (missing #include).
9642
9643 2005-10-16 [colin]      1.9.15cvs50
9644
9645         * src/mimeview.c
9646         * src/summaryview.c
9647         * src/textview.c
9648                 Make 'c' check signature, and forward
9649                 c, l, y, t from summaryview to mimeview
9650
9651 2005-10-16 [colin]      1.9.15cvs49
9652
9653         * src/addressbook.c
9654                 Put border around buttons
9655         * src/mainwindow.c
9656         * src/summaryview.c
9657                 Rework menus (Patch based on a patch
9658                 by Paul)
9659
9660 2005-10-15 [wwp]        1.9.15cvs48
9661
9662         * src/editjpilot.c
9663         * src/editldap.c
9664         * src/editvcard.c
9665         * src/exphtmldlg.c
9666         * src/expldifdlg.c
9667         * src/export.c
9668         * src/import.c
9669         * src/importldif.c
9670         * src/importmutt.c
9671         * src/importpine.c
9672         * src/prefs_account.c
9673         * src/prefs_spelling.c
9674         * src/gtk/gtkutils.c
9675         * src/gtk/gtkutils.h
9676         * src/plugins/clamav/clamav_plugin_gtk.c
9677         * src/plugins/spamassassin/spamassassin_gtk.c
9678                 use nicer browse-for-file/dir buttons than the "..." ones,
9679                 code factorizing more.
9680
9681 2005-10-14 [colin]      1.9.15cvs47
9682
9683         * src/mainwindow.c
9684                 set relief on the account switcher so that people see it
9685                 grey out Create processing rules when no message is selected
9686         * src/prefs_filtering.c
9687                 ask before closing if the rule has not been modified, even if
9688                 it's not valid
9689         * src/prefs_matcher.c
9690                 fix sensitivity when entering the dialog
9691         * src/gtk/inputdialog.c
9692                 display a better icon on password ask
9693         * src/plugins/pgpcore/passphrase.c
9694                 make the dialog look better
9695
9696 2005-10-14 [paul]       1.9.15cvs46
9697
9698         * src/folderview.c
9699                 indicate presense of marked msgs in
9700                 unexpanded subfolders
9701
9702 2005-10-14 [paul]       1.9.15cvs45
9703
9704         * src/prefs_actions.c
9705         * src/prefs_common.c
9706         * src/prefs_common.h
9707         * src/prefs_filtering_action.c
9708         * src/prefs_matcher.c
9709         * src/prefs_template.c
9710                 remember window sizes
9711                 fix Info button size
9712
9713         Patches by wwp
9714
9715 2005-10-13 [colin]      1.9.15cvs44
9716
9717         * src/mimeview.c
9718         * src/noticeview.c
9719         * src/noticeview.h
9720                 Add a tooltip on the icon (optional) 
9721                 Get rid of the signature buttons and only
9722                 use the icon+tooltip
9723
9724 2005-10-13 [colin]      1.9.15cvs43
9725
9726         * src/noticeview.c
9727         * src/noticeview.h
9728                 Add hand cursor for hovering over icon
9729
9730 2005-10-13 [colin]      1.9.15cvs42
9731
9732         * src/summaryview.c
9733                 Fix crash when quicksearch's hidden 
9734                 at startup
9735
9736 2005-10-13 [colin]      1.9.15cvs41
9737
9738         * src/compose.c
9739                 Set subject when forwarding multiple mails
9740                 Check that other recipient than the default Cc or Bcc
9741                 have been set before sending.
9742
9743 2005-10-13 [colin]      1.9.15cvs40
9744
9745         * src/imap.c
9746                 Batch per-folder
9747                 Introduce locking, but don't use it yet
9748
9749 2005-10-13 [colin]      1.9.15cvs39
9750
9751         * src/gtk/quicksearch.c
9752                 Reset quicksearch when hiding it
9753                 Make sticky a real pref
9754
9755 2005-10-13 [colin]      1.9.15cvs38
9756
9757         * src/summaryview.c
9758                 Faster prefs apply
9759
9760 2005-10-13 [colin]      1.9.15cvs37
9761
9762         * src/mimeview.c
9763         * src/noticeview.c
9764         * src/noticeview.h
9765         * src/plugins/pgpcore/sgpgme.c
9766                 Make privacy icon clickable
9767                 Move Trust field in Full info
9768                 When trust is less than full, don't display
9769                 a warning icon
9770
9771 2005-10-13 [colin]      1.9.15cvs36
9772
9773         * src/folder.c
9774                 Batch on flags sync
9775         * src/folderview.c
9776                 Revert speed hack which is dangerous in fact
9777                 Apply prefs faster
9778
9779 2005-10-13 [colin]      1.9.15cvs35
9780
9781         * src/folder_item_prefs.c
9782                 Fix pref corruption on folder move. Patch
9783                 by wwp
9784
9785 2005-10-13 [paul]       1.9.15cvs34
9786
9787         * src/export.c
9788         * src/import.c
9789                 fix typos in g_warnings
9790         * src/prefs_account.c
9791                 add a file selector for Signature file
9792
9793         Patches by wwp
9794
9795 2005-10-12 [colin]      1.9.15cvs33
9796
9797         * src/mimeview.c
9798                 Provide a quick way to go back from a
9799                 signature's full info to the email part
9800
9801 2005-10-12 [colin]      1.9.15cvs32
9802
9803         * src/compose.c
9804                 Remove old hack of encoding signed mails with base64.
9805                 QP works equally well.
9806
9807 2005-10-12 [colin]      1.9.15cvs31
9808
9809         * src/crash.c
9810                 Replace deprecated GtkText with GtkTextView
9811         * src/imap.c
9812                 Fix a logic bug about counts in imap_select
9813                 (previously un-triggered)
9814         * src/mainwindow.c
9815         * src/summaryview.c
9816         * src/news.c
9817                 Allow local deletion of news posts
9818         * src/mimeview.c
9819                 Show GPG noticeview on the message/rfc822 part
9820                 in addition to the text/plain one
9821         * src/prefs_image_viewer.c
9822           src/plugins/pgpcore/prefs_gpg.c
9823                 Polish (set the label as part of the checkbox)
9824         * src/wizard.c
9825                 Don't sit there doing nothing after destroying
9826                 the window - return err
9827
9828 2005-10-11 [colin]      1.9.15cvs30
9829
9830         * src/folderview.c
9831                 Apply processing rules before showing folders.
9832                 Early folder show (before flags sync) will only
9833                 be done when there are no processing rules (nor
9834                 pre- or post- ones)
9835         * src/imap.c
9836                 Fix stuff related to mail subdir, creation and 
9837                 deletion of folders 
9838         * src/imap_gtk.c
9839                 Don't allow creation of folders in NoInferior
9840                 folders, as it won't work
9841
9842 2005-10-10 [colin]      1.9.15cvs29
9843
9844         * src/compose.c
9845                 Reselect "None" Privacy system when selecting an
9846                 account with no privacy system defined
9847
9848 2005-10-10 [colin]      1.9.15cvs28
9849
9850         * src/mainwindow.c
9851                 Add Windows-1252 encoding
9852         * src/prefs_common.c
9853                 Rework some defaults:
9854                 - autosave to draft by default
9855                 - don't show header pane (it's already in the textview)
9856                 - Select first new or unread mail on entry
9857                 - Assume 'Yes' to change folder when there's no more
9858                   unread message
9859         * src/prefs_matcher.c
9860                 Fix a gtk assertion failure
9861         * src/gtk/colorlabel.c
9862                 Workaround bad repainting on selection
9863         * src/main.c
9864                 Freeze/thaw (a bit faster on ssh -X)
9865         * src/msgcache.c
9866                 Get rid of StrdupConverter that just adds an
9867                 extra strdup/free 
9868         * src/etpan/imap_thread.c
9869                 memset buf to 0
9870
9871 2005-10-10 [colin]      1.9.15cvs27
9872
9873         * src/export.c
9874         * src/import.c
9875                 Fix compile on gtk 2.4. Patch by wwp
9876
9877 2005-10-09 [colin]      1.9.15cvs26
9878
9879         * src/mainwindow.c
9880         * src/messageview.c
9881         * src/summaryview.c
9882                 Clarify forward menus. Patch by wwp
9883
9884 2005-10-09 [colin]      1.9.15cvs25
9885
9886         * src/compose.c
9887         * src/compose.h
9888                 Fix bug #829 (Non-working "Encrypt message by 
9889                 default when replying to an encrypted message")
9890
9891 2005-10-08 [colin]      1.9.15cvs24
9892
9893         * src/wizard.c
9894                 Fix bug #827 ("Welcome" setup wizard after a 
9895                 permission error gives up & forgets itself.)
9896
9897 2005-10-08 [colin]      1.9.15cvs23
9898
9899         * src/procmime.c
9900                 Fix bug #828 (Ignoring headers with spaces around = sign)
9901
9902 2005-10-08 [colin]      1.9.15cvs22
9903
9904         * src/export.c
9905                 Warning fix by wwp
9906
9907 2005-10-08 [colin]      1.9.15cvs21
9908
9909         * src/folder.c
9910         * src/folder.h
9911                 Add a processing_pending indicator, set on 
9912                 folder_item_open and cleared after 
9913                 folder_item_process_open
9914         * src/folderview.c
9915         * src/summaryview.c
9916                 wrap procmsg_msginfo_*_flags, and in the
9917                 wrapper check that there's no folder processing 
9918                 pending. If there is, defer the flags change until 
9919                 processing is done to avoid stepping over each
9920                 other's toes.
9921                 Freeze during processing, but not during scanning.
9922
9923 2005-10-07 [colin]      1.9.15cvs20
9924
9925         * src/plugins/pgpcore/passphrase.c
9926                 Fix bug #826 (X-Server hangs when 
9927                 right-clicking a PGP encrypted message)
9928
9929 2005-10-07 [paul]       1.9.15cvs19
9930
9931         * src/compose.c
9932                 fix compose_entries[]
9933                 patch by Fabien Vantard
9934
9935 2005-10-06 [colin]      1.9.15cvs18
9936
9937         * src/pixmaps/address.xpm
9938         * src/pixmaps/address_book.xpm
9939         * src/pixmaps/book.xpm
9940         * src/pixmaps/check_spelling.xpm
9941         * src/pixmaps/checkbox_off.xpm
9942         * src/pixmaps/checkbox_on.xpm
9943         * src/pixmaps/close.xpm
9944         * src/pixmaps/complete.xpm
9945         * src/pixmaps/continue.xpm
9946         * src/pixmaps/deleted.xpm
9947         * src/pixmaps/down_arrow.xpm
9948         * src/pixmaps/exec.xpm
9949         * src/pixmaps/forwarded.xpm
9950         * src/pixmaps/group.xpm
9951         * src/pixmaps/ignorethread.xpm
9952         * src/pixmaps/interface.xpm
9953         * src/pixmaps/jpilot.xpm
9954         * src/pixmaps/ldap.xpm
9955         * src/pixmaps/linewrap.xpm
9956         * src/pixmaps/linewrapcurrent.xpm
9957         * src/pixmaps/mail.xpm
9958         * src/pixmaps/mail_attach.xpm
9959         * src/pixmaps/mail_compose.xpm
9960         * src/pixmaps/mail_forward.xpm
9961         * src/pixmaps/mail_receive.xpm
9962         * src/pixmaps/mail_receive_all.xpm
9963         * src/pixmaps/mail_reply.xpm
9964         * src/pixmaps/mail_reply_to_all.xpm
9965         * src/pixmaps/mail_reply_to_author.xpm
9966         * src/pixmaps/mail_send.xpm
9967         * src/pixmaps/mail_send_queue.xpm
9968         * src/pixmaps/mime_application.xpm
9969         * src/pixmaps/mime_audio.xpm
9970         * src/pixmaps/mime_image.xpm
9971         * src/pixmaps/mime_message.xpm
9972         * src/pixmaps/mime_text_enriched.xpm
9973         * src/pixmaps/mime_text_html.xpm
9974         * src/pixmaps/mime_text_plain.xpm
9975         * src/pixmaps/mime_unknown.xpm
9976         * src/pixmaps/new.xpm
9977         * src/pixmaps/news_compose.xpm
9978         * src/pixmaps/offline.xpm
9979         * src/pixmaps/online.xpm
9980         * src/pixmaps/paste.xpm
9981         * src/pixmaps/preferences.xpm
9982         * src/pixmaps/privacy_emblem_encrypted.xpm
9983         * src/pixmaps/privacy_expired.xpm
9984         * src/pixmaps/privacy_failed.xpm
9985         * src/pixmaps/privacy_passed.xpm
9986         * src/pixmaps/privacy_signed.xpm
9987         * src/pixmaps/privacy_unknown.xpm
9988         * src/pixmaps/privacy_warn.xpm
9989         * src/pixmaps/properties.xpm
9990         * src/pixmaps/replied.xpm
9991         * src/pixmaps/search.xpm
9992         * src/pixmaps/unread.xpm
9993         * src/pixmaps/up_arrow.xpm
9994         * src/pixmaps/vcard.xpm
9995                 Modernize internal theme, with icons from the 
9996                 Gnomaws theme. Keep some of the old ones where
9997                 they were better.
9998
9999 2005-10-06 [colin]      1.9.15cvs17
10000
10001         * src/summaryview.c
10002                 Little optimisations + bugfix
10003         * src/toolbar.c
10004                 Remove default useless items - useless being defined
10005                 by the default relevant prefs
10006         * src/wizard.c
10007                 include config.h to make gettext work
10008         * src/prefs_themes.c
10009                 Fix selection of current theme in prefs
10010
10011 2005-10-06 [colin]      1.9.15cvs16
10012
10013         * src/prefs_common.c
10014         * src/prefs_common.h
10015         * src/prefs_summaries.c
10016         * src/folderview.c
10017                 Add a warning dialog on Mark all read 
10018                 (with pref to get rid of it)
10019
10020 2005-10-06 [paul]       1.9.15cvs15
10021
10022         * po/nb.po
10023         * po/pt_BR.po
10024                 updated by Geir Helland and Frederico
10025                 Goncalves Guimaraes
10026
10027 2005-10-05 [colin]      1.9.15cvs14
10028
10029         * src/folder.c
10030         * src/folder.h
10031         * src/folderview.c
10032         * src/folderview.h
10033         * src/imap_gtk.c
10034         * src/mh_gtk.c
10035         * src/mainwindow.c
10036         * src/setup.c
10037                 add a way to rescan without rebuilding
10038                 make moving a bit faster (less folders changes)
10039                 don't lock the tree on Get 
10040         * src/imap.c
10041                 Don't re-delete deleted messages before expunging
10042         * src/summaryview.c
10043                 Set batch mode when deleting mails
10044
10045 2005-10-05 [paul]       1.9.15cvs13
10046
10047         * src/mainwindow.c
10048         * src/mainwindow.h
10049                 fix disabled Execute menu item
10050         * src/toolbar.c
10051                 match the change in 1.9.15cvs10: use Compose
10052                 instead of News by default
10053
10054 2005-10-04 [colin]      1.9.15cvs12
10055
10056         * src/compose.c
10057                 When replying to an ML post with Reply-To set
10058                 to the poster's email, honor it (as before),
10059                 but also honor our user's request to reply to
10060                 the mailing list: set the ML address in the To
10061                 field and the Reply-To address in the Cc: 
10062                 field.
10063
10064 2005-10-04 [colin]      1.9.15cvs11
10065
10066         * src/plugins/trayicon/trayicon.c
10067                 Finish cosmetic change - thanks to wwp
10068
10069 2005-10-04 [colin]      1.9.15cvs10
10070
10071         * src/toolbar.c
10072                 Use Compose instead of Email by default.
10073                 Spotted by wwp.
10074
10075 2005-10-04 [colin]      1.9.15cvs9
10076
10077         * src/folder.c
10078         * src/folder.h
10079         * src/folderview.c
10080         * src/imap.c
10081         * src/etpan/imap-thread.c
10082         * src/etpan/imap-thread.h
10083                 Try to make IMAP faster, by simplifying SEARCH
10084                 commands, avoiding sending two STATUS in a row,
10085                 and deferring flags sync and processing just
10086                 after displaying the folder. 
10087                 This will update the SummaryView in certain
10088                 cases (new mails not already fetched, flags
10089                 changed from another client) but in a non-
10090                 blocking manner.
10091
10092 2005-10-04 [colin]      1.9.15cvs8
10093
10094         * src/plugins/trayicon/trayicon.c
10095                 Relabel "Offline" to "Work offline"
10096
10097 2005-10-04 [colin]      1.9.15cvs7
10098
10099         * src/export.c
10100         * src/import.c
10101         * src/mbox.c
10102                 Fix mbox import/export buglets
10103                 Patch by wwp
10104         * src/plugins/trayicon/trayicon.c
10105                 Add offline swithc
10106                 Patch by wwp
10107
10108 2005-10-04 [colin]      1.9.15cvs6
10109
10110         * src/folder.c
10111         * src/folderview.c
10112         * src/summaryview.c
10113                 Better fix (don't break mark all read) for cvs2
10114
10115 2005-10-03 [colin]      1.9.15cvs5
10116
10117         * src/folder.c
10118                 Use a sane sort by default
10119
10120 2005-10-03 [colin]      1.9.15cvs4
10121
10122         * src/inc.c
10123                 Add a 'Only once' button for overriding offline mode
10124         * src/prefs_account.c
10125         * src/wizard.c
10126                 Add Local mbox to the wizard
10127                 Add IMAP subdir to the wizard (or the wizard is useless
10128                 for such accounts, or even worse than useless)
10129                 Move IMAP subdir from Advanced to Receive tab, as it's
10130                 not that uncommon
10131
10132 2005-10-03 [colin]      1.9.15cvs3
10133
10134         * src/send_message.c
10135                 Forgot this one in cvs1
10136
10137 2005-10-03 [colin]      1.9.15cvs2
10138
10139         * src/folder.c
10140                 Faster close when leaving a folder with lots
10141                 of new mails. Idea by David Relson.
10142
10143 2005-10-03 [colin]      1.9.15cvs1
10144
10145         * src/compose.c
10146         * src/imap.c
10147         * src/inc.c
10148         * src/main.c
10149         * src/messageview.c
10150         * src/news.c
10151         * src/summaryview.c
10152         * src/gtk/sslcertwindow.c
10153         * src/plugins/trayicon/trayicon.c
10154                 Add accels to every AlertPanel. Patch by Fabien 
10155                 Vantard
10156
10157 2005-10-03 [paul]       1.9.15
10158
10159         1.9.15 released
10160
10161 2005-10-03 [paul]       1.9.14cvs68
10162
10163         * po/ca.po
10164         * po/de.po
10165         * po/es.po
10166         * po/fi.po
10167         * po/fr.po
10168         * po/sk.po
10169         * po/sr.po
10170         * po/zh_CN.po
10171                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10172                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10173                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10174
10175 2005-10-03 [paul]       1.9.14cvs67
10176
10177         * src/send_message.c
10178                 prevent hang on Cancel
10179                 patch by Colin
10180
10181 2005-10-03 [paul]       1.9.14cvs66
10182
10183         * src/main.c
10184                 fix crash in IMAP caused by discrepancy
10185                 between check_at_startup and offline mode
10186                 Patch by Colin
10187
10188 2005-10-01 [paul]       1.9.14cvs65
10189
10190         * src/inc.c
10191                 fix engrish
10192
10193 2005-10-01 [paul]       1.9.14cvs64
10194         * src/export.c
10195         * src/import.c
10196                 synchronise import_mbox() and export_mbox()
10197         * src/mbox.c
10198                 proc_mbox(): add alert if file cannot be opened
10199                 export_list_to_mbox(): test if dest file exists,
10200                 prompt user to overwrite if it does. add alert
10201                 if file cannot be created
10202                                                                 
10203         Patch by wwp
10204                                                                                                                 
10205
10206 2005-09-30 [paul]       1.9.14cvs63
10207
10208         * src/addressbook.c
10209                 Fix sensitivity of a menu
10210         * src/codeconv.c
10211                 Respect hidden pref for mails with no encoding
10212         * src/common/xml.c
10213                 Fix memory corruption
10214         * src/plugins/pgpcore/sgpgme.c
10215                 Fix segfault on incomplete sigs, and display
10216                 of S/Mime UIDs
10217
10218         Patches by Colin
10219
10220 2005-09-30 [colin]      1.9.14cvs62
10221
10222         * src/partial_download.c
10223                 Little logic fix in almost-dead code
10224         * src/pop.c
10225                 Fix partial download when there's no new mail
10226
10227 2005-09-29 [paul]       1.9.14cvs61
10228
10229         * src/plugins/pgpinline/pgpinline.c
10230                 fix bug 819, 'crash accessing sign message'
10231                 Patch by Colin
10232
10233 2005-09-28 [martin]     1.9.14cvs60
10234
10235         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10236                 fix bug #790 (Crash when restarting window manager (fluxbox))
10237
10238 2005-09-28 [paul]       1.9.14cvs59
10239
10240         * src/gtk/gtkaspell.c
10241                 fix off-by-one typo
10242
10243 2005-09-27 [colin]      1.9.14cvs58
10244
10245         * src/plugins/pgpcore/sgpgme.c
10246                 Report error when there's one, instead of
10247                 "Signature unchecked" 
10248
10249 2005-09-27 [colin]      1.9.14cvs57
10250
10251         * src/prefs_quote.c
10252                 Fix bug #816 (Weird quotation with spaces)
10253
10254 2005-09-27 [colin]      1.9.14cvs56
10255
10256         * src/codeconv.c
10257         * src/compose.c
10258         * src/compose.h
10259                 Put subject in compose's title
10260                 Fix Automatic encoding so that it's really automatic:
10261                 first try default locale's charset, then charset of the replied mail, 
10262                 then utf-8
10263                 Fix encoding of headers (must be in strict mode too)
10264
10265 2005-09-26 [colin]      1.9.14cvs55
10266
10267         * src/gtk/gtkaspell.c
10268                 Fix previous patch - don't color the space,
10269                 just uncolor it :)
10270
10271 2005-09-26 [colin]      1.9.14cvs54
10272
10273         * src/gtk/gtkaspell.c
10274                 Unmark space if possible
10275
10276 2005-09-26 [colin]      1.9.14cvs53
10277
10278         * src/imap.c
10279                 log_error instead of alertpanel according to the pref
10280         * src/etpan/imap-thread.c
10281                 Print connect status, copy only necessary size to 
10282                 logger
10283         * src/plugins/pgpmime/pgpmime.c
10284                 Handle S/Mime signatures (verification only). Patch based
10285                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10286
10287 2005-09-26 [paul]       1.9.14cvs52
10288
10289         * src/common/passcrypt.c
10290                 this 'workaround' not necessary on NetBSD.
10291                 Thanks to Daniel Gustafson
10292
10293 2005-09-26 [paul]
10294
10295         1.9.15-rc4 released
10296
10297 2005-09-26 [paul]       1.9.14cvs51
10298
10299         * src/summaryview.c
10300                 Skip currently selected message when
10301                 looking for next new or unread message
10302                 in current folder. Patch by Colin
10303         * src/common/passcrypt.c
10304                 eliminate warnings on *BSD. Patch by
10305                 Daniel Gustafson
10306
10307 2005-09-26 [colin]      1.9.14cvs50
10308
10309         * src/procmsg.c
10310                 Call postfiltering hook anyway
10311
10312 2005-09-22 [colin]      1.9.14cvs49
10313
10314         * src/codeconv.c
10315         * src/codeconv.h
10316                 Add a strict mode that doesn't replace with _
10317         * src/compose.c
10318         * src/compose.h
10319                 Use strict conversion while sending
10320                 Fix race when drafting while sending (happens
10321                 on IMAP)
10322                 Fix d'n'd of messages from summaryview
10323         * src/prefs_common.c
10324         * src/prefs_common.h
10325                 add hidden utf8_instead_of_locale_for_broken_mail 
10326                 pref for people that preferred the default charset 
10327                 to be utf8 for broken mails
10328         * src/quote_fmt_parse.y
10329                 fix bug #815 (No quote insert if "From:" fied 
10330                 contained Russian letters)
10331         * src/summaryview.c
10332                 Fix d'n'd of messages to compose
10333
10334 2005-09-22 [paul]       1.9.14cvs48
10335
10336         * src/compose.c
10337                 fix bug where attachments Name entry
10338                 would display Path instead
10339
10340 2005-09-21 [paul]       1.9.14cvs47
10341
10342         * README
10343         * README.jp
10344         * configure.ac
10345         * config/config.rpath
10346         * doc/manual/en/sylpheed-20.html
10347         * doc/manual/es/sylpheed-20.html
10348         * po/bg.po
10349         * po/ca.po
10350         * po/de.po
10351         * po/es.po
10352         * po/fr.po
10353         * po/it.po
10354         * po/pt_BR.po
10355         * po/sk.po
10356         * po/zh_TW.po
10357         * src/account.c
10358         * src/account.h
10359         * src/action.c
10360         * src/action.h
10361         * src/adbookbase.h
10362         * src/addr_compl.c
10363         * src/addr_compl.h
10364         * src/addrbook.c
10365         * src/addrbook.h
10366         * src/addrcache.c
10367         * src/addrcache.h
10368         * src/addrcindex.c
10369         * src/addrcindex.h
10370         * src/addrclip.c
10371         * src/addrclip.h
10372         * src/addrdefs.h
10373         * src/addressadd.c
10374         * src/addressadd.h
10375         * src/addressbook.c
10376         * src/addressbook.h
10377         * src/addressitem.h
10378         * src/addrgather.c
10379         * src/addrgather.h
10380         * src/addrharvest.c
10381         * src/addrharvest.h
10382         * src/addrindex.c
10383         * src/addrindex.h
10384         * src/addritem.c
10385         * src/addritem.h
10386         * src/addrquery.c
10387         * src/addrquery.h
10388         * src/addrselect.c
10389         * src/addrselect.h
10390         * src/alertpanel.c
10391         * src/alertpanel.h
10392         * src/browseldap.c
10393         * src/browseldap.h
10394         * src/codeconv.c
10395         * src/codeconv.h
10396         * src/compose.c
10397         * src/compose.h
10398         * src/crash.c
10399         * src/crash.h
10400         * src/customheader.c
10401         * src/customheader.h
10402         * src/displayheader.c
10403         * src/displayheader.h
10404         * src/editaddress.c
10405         * src/editaddress.h
10406         * src/editbook.c
10407         * src/editbook.h
10408         * src/editgroup.c
10409         * src/editgroup.h
10410         * src/editjpilot.c
10411         * src/editjpilot.h
10412         * src/editldap.c
10413         * src/editldap.h
10414         * src/editldap_basedn.c
10415         * src/editldap_basedn.h
10416         * src/editvcard.c
10417         * src/editvcard.h
10418         * src/enriched.c
10419         * src/enriched.h
10420         * src/exphtmldlg.c
10421         * src/exphtmldlg.h
10422         * src/expldifdlg.c
10423         * src/expldifdlg.h
10424         * src/export.c
10425         * src/export.h
10426         * src/exporthtml.c
10427         * src/exporthtml.h
10428         * src/exportldif.c
10429         * src/exportldif.h
10430         * src/filtering.c
10431         * src/filtering.h
10432         * src/folder.c
10433         * src/folder.h
10434         * src/folder_item_prefs.c
10435         * src/folder_item_prefs.h
10436         * src/foldersel.c
10437         * src/foldersel.h
10438         * src/folderutils.c
10439         * src/folderutils.h
10440         * src/folderview.c
10441         * src/folderview.h
10442         * src/grouplistdialog.c
10443         * src/grouplistdialog.h
10444         * src/headerview.c
10445         * src/headerview.h
10446         * src/html.c
10447         * src/html.h
10448         * src/image_viewer.c
10449         * src/image_viewer.h
10450         * src/imap.c
10451         * src/imap.h
10452         * src/imap_gtk.c
10453         * src/imap_gtk.h
10454         * src/import.c
10455         * src/import.h
10456         * src/importldif.c
10457         * src/importldif.h
10458         * src/importmutt.c
10459         * src/importmutt.h
10460         * src/importpine.c
10461         * src/importpine.h
10462         * src/inc.c
10463         * src/inc.h
10464         * src/jpilot.c
10465         * src/jpilot.h
10466         * src/ldapctrl.c
10467         * src/ldapctrl.h
10468         * src/ldaplocate.c
10469         * src/ldaplocate.h
10470         * src/ldapquery.c
10471         * src/ldapquery.h
10472         * src/ldapserver.c
10473         * src/ldapserver.h
10474         * src/ldaputil.c
10475         * src/ldaputil.h
10476         * src/ldif.c
10477         * src/ldif.h
10478         * src/localfolder.c
10479         * src/localfolder.h
10480         * src/main.c
10481         * src/main.h
10482         * src/mainwindow.c
10483         * src/mainwindow.h
10484         * src/manual.c
10485         * src/manual.h
10486         * src/matcher.c
10487         * src/matcher.h
10488         * src/matcher_parser.h
10489         * src/matcher_parser_lex.l
10490         * src/matcher_parser_parse.y
10491         * src/mbox.c
10492         * src/mbox.h
10493         * src/message_search.c
10494         * src/message_search.h
10495         * src/messageview.c
10496         * src/messageview.h
10497         * src/mh.c
10498         * src/mh.h
10499         * src/mh_gtk.c
10500         * src/mh_gtk.h
10501         * src/mimeview.c
10502         * src/mimeview.h
10503         * src/msgcache.c
10504         * src/msgcache.h
10505         * src/mutt.c
10506         * src/mutt.h
10507         * src/news.c
10508         * src/news.h
10509         * src/news_gtk.c
10510         * src/news_gtk.h
10511         * src/noticeview.c
10512         * src/noticeview.h
10513         * src/partial_download.c
10514         * src/partial_download.h
10515         * src/pine.c
10516         * src/pine.h
10517         * src/pop.c
10518         * src/pop.h
10519         * src/prefs_account.c
10520         * src/prefs_account.h
10521         * src/prefs_actions.c
10522         * src/prefs_actions.h
10523         * src/prefs_common.c
10524         * src/prefs_common.h
10525         * src/prefs_compose_writing.c
10526         * src/prefs_compose_writing.h
10527         * src/prefs_customheader.c
10528         * src/prefs_customheader.h
10529         * src/prefs_display_header.c
10530         * src/prefs_display_header.h
10531         * src/prefs_ext_prog.c
10532         * src/prefs_ext_prog.h
10533         * src/prefs_filtering.c
10534         * src/prefs_filtering.h
10535         * src/prefs_filtering_action.c
10536         * src/prefs_filtering_action.h
10537         * src/prefs_folder_column.c
10538         * src/prefs_folder_column.h
10539         * src/prefs_folder_item.c
10540         * src/prefs_folder_item.h
10541         * src/prefs_fonts.c
10542         * src/prefs_fonts.h
10543         * src/prefs_gtk.c
10544         * src/prefs_gtk.h
10545         * src/prefs_image_viewer.c
10546         * src/prefs_image_viewer.h
10547         * src/prefs_matcher.c
10548         * src/prefs_matcher.h
10549         * src/prefs_message.c
10550         * src/prefs_message.h
10551         * src/prefs_msg_colors.c
10552         * src/prefs_msg_colors.h
10553         * src/prefs_other.c
10554         * src/prefs_other.h
10555         * src/prefs_quote.c
10556         * src/prefs_quote.h
10557         * src/prefs_receive.c
10558         * src/prefs_receive.h
10559         * src/prefs_send.c
10560         * src/prefs_send.h
10561         * src/prefs_spelling.c
10562         * src/prefs_spelling.h
10563         * src/prefs_summaries.c
10564         * src/prefs_summaries.h
10565         * src/prefs_summary_column.c
10566         * src/prefs_summary_column.h
10567         * src/prefs_template.c
10568         * src/prefs_template.h
10569         * src/prefs_themes.c
10570         * src/prefs_themes.h
10571         * src/prefs_toolbar.c
10572         * src/prefs_toolbar.h
10573         * src/prefs_wrapping.c
10574         * src/prefs_wrapping.h
10575         * src/privacy.c
10576         * src/privacy.h
10577         * src/procheader.c
10578         * src/procheader.h
10579         * src/procmime.c
10580         * src/procmime.h
10581         * src/procmsg.c
10582         * src/procmsg.h
10583         * src/quote_fmt.c
10584         * src/quote_fmt_parse.y
10585         * src/recv.c
10586         * src/recv.h
10587         * src/remotefolder.c
10588         * src/remotefolder.h
10589         * src/send_message.c
10590         * src/send_message.h
10591         * src/setup.c
10592         * src/setup.h
10593         * src/simple-gettext.c
10594         * src/sourcewindow.c
10595         * src/sourcewindow.h
10596         * src/ssl_manager.c
10597         * src/ssl_manager.h
10598         * src/statusbar.c
10599         * src/statusbar.h
10600         * src/stock_pixmap.c
10601         * src/stock_pixmap.h
10602         * src/summary_search.c
10603         * src/summary_search.h
10604         * src/summaryview.c
10605         * src/summaryview.h
10606         * src/syldap.c
10607         * src/syldap.h
10608         * src/textview.c
10609         * src/textview.h
10610         * src/toolbar.c
10611         * src/toolbar.h
10612         * src/undo.c
10613         * src/undo.h
10614         * src/unmime.c
10615         * src/unmime.h
10616         * src/vcard.c
10617         * src/vcard.h
10618         * src/wizard.c
10619         * src/wizard.h
10620         * src/common/base64.c
10621         * src/common/base64.h
10622         * src/common/defs.h
10623         * src/common/hooks.c
10624         * src/common/hooks.h
10625         * src/common/log.c
10626         * src/common/log.h
10627         * src/common/md5.c
10628         * src/common/md5.h
10629         * src/common/mgutils.c
10630         * src/common/mgutils.h
10631         * src/common/nntp.c
10632         * src/common/nntp.h
10633         * src/common/passcrypt.c
10634         * src/common/passcrypt.h.in
10635         * src/common/plugin.c
10636         * src/common/plugin.h
10637         * src/common/prefs.c
10638         * src/common/prefs.h
10639         * src/common/progressindicator.c
10640         * src/common/progressindicator.h
10641         * src/common/quoted-printable.c
10642         * src/common/quoted-printable.h
10643         * src/common/session.c
10644         * src/common/session.h
10645         * src/common/smtp.c
10646         * src/common/smtp.h
10647         * src/common/socket.c
10648         * src/common/socket.h
10649         * src/common/ssl.c
10650         * src/common/ssl.h
10651         * src/common/ssl_certificate.c
10652         * src/common/ssl_certificate.h
10653         * src/common/string_match.c
10654         * src/common/string_match.h
10655         * src/common/stringtable.c
10656         * src/common/sylpheed.c
10657         * src/common/sylpheed.h
10658         * src/common/template.c
10659         * src/common/template.h
10660         * src/common/timing.h
10661         * src/common/utils.c
10662         * src/common/utils.h
10663         * src/common/uuencode.c
10664         * src/common/uuencode.h
10665         * src/common/version.h.in
10666         * src/common/xml.c
10667         * src/common/xml.h
10668         * src/common/xmlprops.c
10669         * src/common/xmlprops.h
10670         * src/gtk/about.c
10671         * src/gtk/about.h
10672         * src/gtk/colorlabel.c
10673         * src/gtk/colorlabel.h
10674         * src/gtk/colorsel.c
10675         * src/gtk/colorsel.h
10676         * src/gtk/description_window.c
10677         * src/gtk/description_window.h
10678         * src/gtk/filesel.c
10679         * src/gtk/filesel.h
10680         * src/gtk/foldersort.c
10681         * src/gtk/foldersort.h
10682         * src/gtk/gtkutils.c
10683         * src/gtk/gtkutils.h
10684         * src/gtk/inputdialog.c
10685         * src/gtk/inputdialog.h
10686         * src/gtk/logwindow.c
10687         * src/gtk/logwindow.h
10688         * src/gtk/manage_window.c
10689         * src/gtk/manage_window.h
10690         * src/gtk/menu.c
10691         * src/gtk/menu.h
10692         * src/gtk/pluginwindow.c
10693         * src/gtk/pluginwindow.h
10694         * src/gtk/prefswindow.c
10695         * src/gtk/prefswindow.h
10696         * src/gtk/progressdialog.c
10697         * src/gtk/progressdialog.h
10698         * src/gtk/quicksearch.c
10699         * src/gtk/quicksearch.h
10700         * src/gtk/sslcertwindow.c
10701         * src/gtk/sslcertwindow.h
10702         * src/plugins/clamav/clamav_plugin.c
10703         * src/plugins/clamav/clamav_plugin.h
10704         * src/plugins/clamav/clamav_plugin_gtk.c
10705         * src/plugins/demo/demo.c
10706         * src/plugins/dillo_viewer/dillo_prefs.c
10707         * src/plugins/dillo_viewer/dillo_prefs.h
10708         * src/plugins/dillo_viewer/dillo_viewer.c
10709         * src/plugins/mathml_viewer/mathml_viewer.c
10710         * src/plugins/pgpcore/passphrase.c
10711         * src/plugins/pgpcore/passphrase.h
10712         * src/plugins/pgpcore/plugin.c
10713         * src/plugins/pgpcore/prefs_gpg.c
10714         * src/plugins/pgpcore/prefs_gpg.h
10715         * src/plugins/pgpcore/select-keys.c
10716         * src/plugins/pgpcore/select-keys.h
10717         * src/plugins/pgpcore/sgpgme.c
10718         * src/plugins/pgpcore/sgpgme.h
10719         * src/plugins/pgpinline/pgpinline.c
10720         * src/plugins/pgpinline/pgpinline.h
10721         * src/plugins/pgpinline/plugin.c
10722         * src/plugins/pgpmime/pgpmime.c
10723         * src/plugins/pgpmime/pgpmime.h
10724         * src/plugins/pgpmime/plugin.c
10725         * src/plugins/spamassassin/spamassassin.c
10726         * src/plugins/spamassassin/spamassassin.h
10727         * src/plugins/spamassassin/spamassassin_gtk.c
10728         * src/plugins/trayicon/trayicon.c
10729         * tools/OOo2sylpheed.pl
10730         * tools/acroread2sylpheed.pl
10731         * tools/asus_mailled.sh
10732         * tools/filter_conv.pl
10733         * tools/freshmeat_search.pl
10734         * tools/google_search.pl
10735         * tools/kmail2sylpheed.pl
10736         * tools/kmail2sylpheed_v2.pl
10737         * tools/maildir2sylpheed.pl
10738         * tools/multiwebsearch.pl
10739         * tools/newscache_clean.pl
10740         * tools/outlook2sylpheed.pl
10741         * tools/sylpheed-switcher
10742         * tools/update-po
10743         * tools/vcard2xml.py
10744         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10745                 update FSF address
10746
10747 2005-09-21 [colin]      1.9.14cvs46
10748
10749         * src/gedit-print.c
10750         * src/procmsg.c
10751         * src/procmsg.h
10752         * src/textview.c
10753         * src/summaryview.c
10754                 Remove some printing hacks (deselection/reselection),
10755                 which by the way fix printing the currently 
10756                 displayed mime part (still only text)
10757                 Plus a little optimisation of summary_show
10758
10759
10760 2005-09-20 [colin]      1.9.14cvs45
10761
10762         * src/mainwindow.c
10763         * src/messageview.c
10764                 GUI fixups: add accels, set message
10765                 view title to displayed mail's subject
10766         * src/prefs_spelling.c
10767         * src/gtk/gtkaspell.c
10768                 GUI fixups: allow underlining misspelled
10769                 words instead of coloring them (a11y!)
10770
10771 2005-09-19 [colin]
10772
10773         1.9.15rc3 released
10774
10775 2005-09-19 [colin]      1.9.14cvs44
10776
10777         * src/compose.c
10778                 Fix draft message
10779         * src/gtk/gtkaspell.c
10780                 Fix wrong test ;-)
10781
10782 2005-09-19 [colin]      1.9.14cvs43
10783
10784         * src/addressbook.c
10785                 Fix sensitivity of Delete button
10786         * src/compose.c
10787                 Warn if the requested Privacy system
10788                 is not available
10789         * src/exphtmldlg.c
10790         * src/expldifdlg.c
10791         * src/importldif.c
10792         * src/importmutt.c
10793         * src/importpine.c
10794                 Fix crappy UI
10795         * src/
10796         * src/ssl.h
10797         * src/prefs_account.h
10798         * src/prefs_account.c
10799                 Save SSL prefs even in builds that have
10800                 SSL support disable
10801         * src/imap.c
10802         * src/inc.c
10803         * src/news.c
10804         * src/send_message.c
10805                 Warn if connection should be secure, but
10806                 SSL support isn't compiled in
10807         * src/gtkaspell.c
10808                 Fix word separation on UTF-8 systems
10809                 Fixes bug #812 (Strange inline spellchecking)
10810         * src/compose.c
10811                 Warn if the requested Privacy system
10812                 is not available
10813                 Factorize offline warning
10814         * src/imap.c
10815         * src/imap_gtk.c
10816         * src/imap_gtk.h
10817         * src/inc.h
10818         * src/news_gtk.c
10819         * src/news_gtk.h
10820         * src/messageview.c
10821                 Factorize offline warning
10822
10823 2005-09-19 [paul]
10824
10825         1.9.15-rc2 released
10826
10827 2005-09-18 [colin]      1.9.14cvs42
10828
10829         * src/codeconv.c
10830         * src/codeconv.h
10831         * src/procmime.c
10832                 Add a way to get locale's charset ignoring utf-8,
10833                 and use that as default encoding for broken mails
10834
10835 2005-09-18 [colin]      1.9.14cvs41
10836
10837         * src/gtk/logwindow.c
10838                 Translate string. Patch by Fabien Vantard
10839
10840 2005-09-18 [colin]      1.9.14cvs40
10841
10842         * configure.ac
10843                 Fix bug #803 (IMAP/SSL support breaks with 
10844                 GnuTLS libetpan 0.38)
10845
10846 2005-09-18 [colin]      1.9.14cvs39
10847
10848         * src/codeconv.c
10849         * src/compose.c
10850         * src/procmime.c
10851                 More charsets fixes. Fixes bug #806 (non
10852                 ascii characters in subject line)
10853
10854 2005-09-17 [paul]       1.9.14cvs38
10855
10856         * src/folderview.c
10857         * src/mainwindow.c
10858                 fix gcc-2.95 issues
10859                 Patch by Pawel Pekala
10860
10861 2005-09-17 [colin]      1.9.14cvs37
10862
10863         * src/addrindex.c
10864                 bugfix for NO-USE LDAP compilation, patch 
10865                 by Fabien Vantard
10866
10867 2005-09-17 [colin]      1.9.14cvs36
10868
10869         * src/prefs_actions.c
10870         * src/prefs_customheader.c
10871         * src/prefs_display_header.c
10872         * src/prefs_filtering_action.c
10873         * src/prefs_matcher.c
10874         * src/prefs_toolbar.c
10875                 Fix strange casts (less elegant but
10876                 works better)
10877
10878 2005-09-16 [colin]      1.9.14cvs35
10879
10880         * src/jpilot.c
10881                 Missed that one
10882
10883 2005-09-16 [colin]      1.9.14cvs34
10884
10885         * configure.ac
10886         * src/Makefile.am
10887         * src/addr_compl.c
10888         * src/addrindex.c
10889         * src/browseldap.c
10890         * src/editldap.c
10891         * src/ldaplocate.c
10892         * src/ldapquery.c
10893         * src/ldapquery.h
10894         * src/ldapserver.c
10895         * src/ldapserver.h
10896         * src/main.c
10897         * src/matcher_parser_parse.y
10898         * src/prefs_themes.c
10899         * src/etpan/Makefile.am
10900         * src/gtk/description_window.c
10901         * src/plugins/clamav/Makefile.am
10902         * src/plugins/clamav/clamav_plugin.c
10903         * src/plugins/dillo_viewer/Makefile.am
10904         * src/plugins/pgpcore/Makefile.am
10905         * src/plugins/pgpinline/Makefile.am
10906         * src/plugins/pgpmime/Makefile.am
10907         * src/plugins/trayicon/Makefile.am
10908                 Fix 100% cpu usage in address completion list
10909                 Fix little bugs (return with no values etc)
10910                 Fix all warnings (with common CFLAGS)
10911
10912 2005-09-15 [colin]      1.9.14cvs33
10913
10914         * src/addressbook.c
10915                 Fix bug where sometimes a group's email list is empty,
10916                 force its refresh (probably fixes "Re: how to create a 
10917                 distribution list")
10918         * src/ldapquery.c
10919                 Don't return to the callback in the main thread from the
10920                 fetch thread (or face segs!)
10921
10922 2005-09-15 [paul]       1.9.14cvs32
10923
10924         * src/prefs_matcher.c
10925                 forgotten in last commit
10926
10927 2005-09-15 [paul]       1.9.14cvs31
10928
10929         * src/prefs_actions.c
10930         * src/prefs_filtering_action.c
10931         * src/prefs_quote.c
10932         * src/quote_fmt.c
10933         * src/summaryview.c
10934         * src/gtk/description_window.c
10935         * src/gtk/description_window.h
10936         * src/gtk/quicksearch.c
10937                 allow interaction with the called
10938                 description window
10939                 Patch by Anders Hammar
10940
10941 2005-09-14 [paul]       1.9.14cvs30
10942
10943         * src/compose.c
10944                 fix a little annoyance when pasting with 3rd button 
10945                 with wrap_pastes=0 and wrap_input=1
10946                 Patch by Colin
10947
10948 2005-09-14 [paul]       1.9.14cvs29
10949
10950         * src/prefs_account.c
10951                 disable 'Filter messages on receiving' for
10952                 SMTP-only accounts
10953                 Patch  by Anders Hammar
10954
10955 2005-09-14 [paul]       1.9.14cvs28
10956
10957         * po/sk.po
10958                 fix crash
10959                 updated by Andrej Kacian
10960
10961 2005-09-14 [paul]
10962
10963         1.9.15-rc1 released
10964
10965 2005-09-14 [paul]       1.9.14cvs27
10966
10967         * po/es.po
10968                 updated by Ricardo Mones Lastra
10969         * src/compose.c
10970         * src/compose.h
10971                 associate no_wrap_tags to Compose windows
10972                 instead of using a static one
10973                 Patch by Colin
10974         * src/mbox.c
10975                 fix proc_mbox()
10976                 Patch by wwp
10977         * src/textview.c
10978                 remove unneeded printf()
10979
10980 2005-09-14 [paul]       1.9.14cvs26
10981
10982         * src/addrcache.c
10983         * src/codeconv.h
10984         * src/folder.h
10985         * src/mainwindow.h
10986         * src/mh.c
10987         * src/mimeview.h
10988         * src/partial_download.c
10989         * src/pop.c
10990         * src/prefs_account.c
10991         * src/prefs_account.h
10992         * src/prefs_actions.c
10993         * src/prefs_customheader.c
10994         * src/prefs_display_header.c
10995         * src/prefs_filtering_action.c
10996         * src/prefs_matcher.c
10997         * src/prefs_toolbar.c
10998         * src/privacy.h
10999         * src/procmime.c
11000         * src/procmime.h
11001         * src/procmsg.h
11002         * src/textview.c
11003         * src/undo.h
11004         * src/common/plugin.c
11005         * src/common/session.h
11006         * src/common/socket.c
11007         * src/common/socket.h
11008         * src/common/template.c
11009         * src/gtk/gtkaspell.c
11010         * src/gtk/quicksearch.h
11011         * src/plugins/pgpcore/passphrase.c
11012         * src/plugins/pgpcore/prefs_gpg.h
11013         * src/plugins/pgpcore/select-keys.c
11014         * src/plugins/pgpcore/select-keys.h
11015         * src/plugins/pgpcore/sgpgme.c
11016         * src/plugins/pgpinline/pgpinline.c
11017         * src/plugins/pgpmime/pgpmime.c
11018         * src/plugins/trayicon/trayicon.c
11019                 fix compilation warnings
11020                 Patch by Daniel Gustafson
11021
11022 2005-09-14 [paul]       1.9.14cvs25
11023
11024         * src/addressbook.c
11025                 add missing column header, and other small
11026                 bug fixes
11027                 Patch by Anders Hammar
11028
11029 2005-09-13 [colin]      1.9.14cvs24
11030
11031         * src/gtk/gtkaspell.c
11032                 Fix non-utf8 in menu
11033                 Fix little leaks
11034                 Nullify struct members after free()s
11035
11036 2005-09-13 [colin]      1.9.14cvs23
11037
11038         * src/compose.c
11039                 Test utf8 compliance before inserting to 
11040                 buffer, and try to convert if necessary
11041         * src/procmime.c
11042                 If no charset is present, use the locale 
11043                 one instead of us-ascii
11044         * src/procmsg.c
11045                 Add Sender, List-Post and To in the checked 
11046                 headers for automatic rules creation 
11047                 (thanks to wwp)
11048         * src/prefs_themes.c
11049         * src/gtk/gtkaspell.c
11050                 Remove deprecated functions. 
11051                 patch by Daniel Gustafson
11052
11053 2005-09-12 [colin]      1.9.14cvs22
11054
11055         * src/compose.c
11056                 Fix bug #448 (Scrolling/Redraw issue with 
11057                 address-fields in Header)
11058         * src/mainwindow.c
11059         * src/summaryview.c
11060         * src/summaryview.h
11061                 Fix loss of MSG_MARKED on move/copy
11062                 Fix bug #804 (Quicksearch togglebutton doesn't 
11063                 get depressed after '/' key is pressed)
11064
11065 2005-09-12 [paul]       1.9.14cvs21
11066
11067         * AUTHORS
11068         * src/gtk/logwindow.c
11069                 add 'Clear Log' to popup menu
11070                 Patch by Anders Hammar <anders.hammar@telia.com>
11071
11072 2005-09-12 [paul]       1.9.14cvs20
11073
11074         * src/compose.c
11075                 set correct sensitivity on attachments
11076                 popup menu
11077         * src/folder.c
11078                 fix typo
11079         * src/prefs_spelling.c
11080                 fix crash when no LANG env is set
11081         * src/common/xml.c
11082                 fix crash in wizard
11083                 don't use memeory after free
11084
11085         All patches by Daniel Gustafson
11086
11087 2005-09-12 [paul]       1.9.14cvs19
11088
11089         * src/prefs_themes.c
11090                 make theme info selectable
11091         * src/gtk/description_window.c
11092                 make window non-modal
11093         * tools/README
11094                 add details of asus_mailed.sh
11095         * tools/claws.i18n.status.pl
11096                 update for new zh_TW translator
11097                 widen the output
11098                 create alternate coloured lines
11099                 improve readability
11100
11101 2005-09-10 [colin]      1.9.14cvs18
11102
11103         * src/plugins/pgpcore/select-keys.c
11104                 Better order for the buttons
11105
11106 2005-09-10 [colin]      1.9.14cvs17
11107
11108         * src/compose.c
11109         * src/plugins/pgpcore/select-keys.c
11110         * src/plugins/pgpcore/select-keys.h
11111         * src/plugins/pgpcore/sgpgme.c
11112                 Add a "Don't encrypt" button to the key
11113                 selection dialog. Fixes bug #177 (There should be a 
11114                 'Don't encrypt button in the Select Keys dialog)
11115
11116 2005-09-10 [colin]      1.9.14cvs16
11117
11118         * src/compose.c
11119                 Fix bug #572 (%X option does not work with templates)
11120
11121 2005-09-10 [colin]      1.9.14cvs15
11122
11123         * src/toolbar.c 
11124                 Remove g_print
11125
11126 2005-09-10 [colin]      1.9.14cvs14
11127
11128         * src/imap.c
11129                 Fix a possible crash
11130
11131 2005-09-09 [colin]      1.9.14cvs13
11132
11133         * src/imap.c
11134         * src/etpan/imap-thread.c
11135         * src/etpan/imap-thread.h
11136                 Fix moving from queue or drafts to normal folders
11137                 Fix bug #794 (No way to delete without expunging)
11138                 Take flags unset by other mailers into account
11139                 Take deleted flag set by other mailers into account
11140                 Fix unsetting REPLIED flag
11141                 Fix crash when capabilities can't be retrieved
11142         * src/mainwindow.c
11143         * src/mainwindow.h
11144                 Add M_DELAYED_FLAGS condition, and let the user use
11145                 Execute in order to be able to expunge deleted mails,
11146                 even if he's not in delayed execute mode
11147         * src/prefs_spelling.c
11148                 Use 'en' dictionary by default if LANG is POSIX or C
11149         * src/gtk/prefswindow.c
11150                 Fix bug #767 (Preferences windows expanding) by making
11151                 the window a bit larger when the resolution is greater
11152                 than 640x480, and by putting the prefs in a
11153                 GtkScrolledWindow.
11154
11155 2005-09-09 [paul]       1.9.14cvs12
11156
11157         * AUTHORS
11158         * configure.ac
11159         * po/zh_TW.Big5.po      ** REMOVED **
11160         * po/zh_TW.po           ** ADDED **
11161                 updated by Wei-Lun Chao
11162
11163 2005-09-09 [paul]       1.9.14cvs11
11164
11165         * src/mainwindow.c
11166                 fix asserts
11167         * src/common/xml.c
11168                 delay memory allocation until file is
11169                 opened successfully
11170                 Patch by Daniel Gustafson
11171
11172 2005-09-09 [colin]      1.9.14cvs10
11173
11174         * src/imap.c
11175                 Add guards
11176
11177 2005-09-08 [colin]      1.9.14cvs9
11178
11179         * src/compose.c
11180                 Alert when we can't save draft
11181                 Fix various wrap/color issues
11182                 Add mid-click pasting respecting wrap_paste option
11183         * src/folder.c
11184         * src/folder.h
11185         * src/folder_item_prefs.c
11186         * src/folder_item_prefs.h
11187         * src/imap.c
11188         * src/imap_gtk.c
11189         * src/imap_gtk.h
11190         * src/main.c
11191         * src/mainwindow.c
11192         * src/mainwindow.h
11193         * src/news.c
11194         * src/news_gtk.c
11195         * src/news_gtk.h
11196         * src/prefs_folder_item.c
11197                 Fix the impossibility to synchronise folders for
11198                 offline use (IMAP and NNTP are concerned)
11199
11200 2005-09-08 [colin]      1.9.14cvs8
11201
11202         * configure.ac
11203                 Build LDAP and JPilot by default if available
11204         * src/textview.c
11205                 Fix use after free
11206
11207 2005-09-08 [paul]       1.9.14cvs7
11208
11209         * doc/manual/en/sylpheed-1.html
11210         * doc/manual/en/sylpheed-18.html
11211         * doc/manual/en/sylpheed-19.html
11212         * doc/manual/en/sylpheed-4.html
11213         * doc/manual/en/sylpheed-6.html
11214         * doc/manual/en/sylpheed.html
11215                 a few minor updates, plus include some
11216                 details about plugins and their requirements
11217         * src/mainwindow.c
11218                 minor changes to English in /View/Sort
11219
11220 2005-09-07 [colin]      1.9.14cvs6
11221
11222         * doc/manual/en/sylpheed-1.html
11223         * doc/manual/en/sylpheed-10.html
11224         * doc/manual/en/sylpheed-11.html
11225         * doc/manual/en/sylpheed-12.html
11226         * doc/manual/en/sylpheed-13.html
11227         * doc/manual/en/sylpheed-14.html
11228         * doc/manual/en/sylpheed-15.html
11229         * doc/manual/en/sylpheed-16.html
11230         * doc/manual/en/sylpheed-17.html
11231         * doc/manual/en/sylpheed-18.html
11232         * doc/manual/en/sylpheed-19.html
11233         * doc/manual/en/sylpheed-2.html
11234         * doc/manual/en/sylpheed-20.html
11235         * doc/manual/en/sylpheed-21.html
11236         * doc/manual/en/sylpheed-22.html
11237         * doc/manual/en/sylpheed-3.html
11238         * doc/manual/en/sylpheed-4.html
11239         * doc/manual/en/sylpheed-5.html
11240         * doc/manual/en/sylpheed-6.html
11241         * doc/manual/en/sylpheed-7.html
11242         * doc/manual/en/sylpheed-8.html
11243         * doc/manual/en/sylpheed-9.html
11244         * doc/manual/en/sylpheed.html
11245                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11246
11247 2005-09-07 [colin]      1.9.14cvs5
11248
11249         * src/mainwindow.c
11250                 Make labels more to-the-point
11251
11252 2005-09-07 [colin]      1.9.14cvs4
11253
11254         * doc/manual/en/sylpheed-1.html
11255         * doc/manual/en/sylpheed-12.html
11256         * doc/manual/en/sylpheed-13.html
11257         * doc/manual/en/sylpheed-14.html
11258         * doc/manual/en/sylpheed-15.html
11259         * doc/manual/en/sylpheed-16.html
11260         * doc/manual/en/sylpheed-17.html
11261         * doc/manual/en/sylpheed-18.html
11262         * doc/manual/en/sylpheed-19.html
11263         * doc/manual/en/sylpheed-2.html
11264         * doc/manual/en/sylpheed-20.html
11265         * doc/manual/en/sylpheed-21.html
11266         * doc/manual/en/sylpheed-22.html
11267         * doc/manual/en/sylpheed-4.html
11268         * doc/manual/en/sylpheed-5.html
11269         * doc/manual/en/sylpheed-6.html
11270         * doc/manual/en/sylpheed-7.html
11271         * doc/manual/en/sylpheed-8.html
11272         * doc/manual/en/sylpheed-9.html
11273         * doc/manual/en/sylpheed.html
11274                 Update manual
11275
11276 2005-09-07 [colin]      1.9.14cvs3
11277
11278         * doc/faq/en/sylpheed-faq-1.html
11279         * doc/faq/en/sylpheed-faq-2.html
11280         * doc/faq/en/sylpheed-faq-3.html
11281         * doc/faq/en/sylpheed-faq.html
11282                 Update FAQ
11283
11284 2005-09-07 [colin]      1.9.14cvs2
11285
11286         * src/folderview.c
11287         * src/procmsg.c
11288         * src/summaryview.c
11289         * src/toolbar.c
11290                 Fix special subfolders:
11291                 - Inherit parent's icon
11292                 - sent contents of queues subfolders
11293                 - empty subfolders of trashes
11294         * src/mainwindow.c
11295                 Remove outdated manual and faq entries
11296         * src/common/utils.c
11297                 Add quotes around %s coming from mailcap
11298
11299 2005-09-07 [colin]      1.9.14cvs1
11300
11301         * src/compose.c
11302                 After saving draft, set modified to FALSE
11303         * src/mimeview.c
11304         * src/common/utils.c
11305         * src/common/utils.h
11306                 Try to open mime parts using what is 
11307                 indicated in ~/.mailcap or /etc/mailcap,
11308                 if possible.
11309
11310 2005-09-05 [paul]       1.9.14
11311
11312         1.9.14 released
11313
11314         * po/sk.po
11315                 updated by Andrej Kacian
11316
11317 2005-09-05 [paul]       1.9.13cvs83
11318
11319         * po/de.po
11320         * po/es.po
11321         * po/fi.po
11322         * po/fr.po
11323         * po/nb.po
11324         * po/pt_BR.po
11325         * po/sr.po
11326                 updated translations by Thomas Gilgin, Ricardo Mones
11327                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11328                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11329
11330 2005-09-04 [paul]       1.9.13cvs82
11331
11332         * src/compose.c
11333                 only warn about exceeded line length limit
11334                 on send
11335
11336 2005-09-04 [paul]       1.9.13cvs81
11337
11338         * src/compose.c
11339                 fix crash in 'line length exceeded' dialogue
11340
11341 2005-09-02 [paul]       1.9.13cvs80
11342
11343         * src/imap.c
11344                 fix bug 795, 'Connection lost IMAP'
11345                 and add statusbar prints
11346                 Patch by Colin
11347
11348 2005-09-02 [paul]       1.9.13cvs79
11349
11350         * src/compose.c
11351                 compose_wrap_paragraph() becomes
11352                 compose_beautify_paragraph()
11353                 Patch by Colin
11354
11355 2005-09-02 [colin]      1.9.13cvs78
11356
11357         * src/folderview.c
11358                 Micro-fix
11359
11360 2005-09-01 [colin]      1.9.13cvs77
11361
11362         * src/imap.c
11363                 Maybe fix bug #795 (Connection lost IMAP)
11364                 Don't try to send logout when we're disconnected.
11365         * src/summaryview.c
11366                 Include locked and marked emails in HRM
11367                 view. Fixes bug #800 (Locked messages no longer 
11368                 show up when hide read messages is used)
11369
11370 2005-09-01 [paul]       1.9.13cvs76
11371
11372         * src/prefs_common.c
11373                 fix bad cutting
11374
11375 2005-08-31 [colin]      1.9.13cvs75
11376
11377         * src/folderview.c
11378         * src/folderview.h
11379         * src/prefs_summaries.c
11380         * src/summaryview.c
11381                 Fix "go to next new", fix preference
11382                 (Open unread/next swapped)
11383
11384 2005-08-31 [paul]       1.9.13cvs74
11385
11386         * src/compose.c
11387         * src/folderview.c
11388         * src/headerview.c
11389         * src/headerview.h
11390         * src/mainwindow.c
11391         * src/prefs_common.c
11392         * src/prefs_common.h
11393         * src/prefs_fonts.c
11394         * src/summaryview.c
11395         * src/textview.c
11396         * src/common/defs.h
11397                 remove obsolete BOLD_FONT setting
11398                 fix font update in headerview and textview
11399                 headers after prefs change
11400                 Patch By Colin
11401
11402 2005-08-31 [paul]
11403
11404         1.9.14-rc4 released
11405
11406 2005-08-30 [colin]      1.9.13cvs73
11407
11408         * src/summaryview.c
11409                 When Hide read messages is selected and we
11410                 refresh the summaryview, don't remove the 
11411                 currently displayed message. Fixes bug #797
11412                 (Summary view reloads when new mail is 
11413                 downloaded in 1.9.14 rc)
11414
11415 2005-08-30 [colin]      1.9.13cvs72
11416
11417         * src/folderview.c
11418                 Fix flickering
11419         * src/mainwindow.c
11420                 Remove useless callback
11421         * src/mimeview.c
11422         * src/gtk/filesel.c
11423         * src/gtk/filesel.h
11424                 Add a filesel_select_file_save_folder() - used by Save All
11425
11426 2005-08-29 [paul]       1.9.13cvs71
11427
11428         * AUTHORS
11429         * src/matcher_parser_parse.y
11430         * src/etpan/imap-thread.c
11431                 fix building on FreeBSD
11432                 Patch by Daniel Gustafson <daniel@hobbit.se>
11433
11434 2005-08-29 [paul]       1.9.13cvs70
11435
11436         * src/plugins/pgpinline/pgpinline.c
11437                 only initialise sig result if it's been handled
11438                 Patch by Colin
11439
11440 2005-08-29 [paul]       1.9.13cvs69
11441         
11442         Patches by Colin:
11443
11444         * src/imap.c
11445         * src/common.utils.c
11446         * src/common/utils.h
11447                 optimisation
11448         * src/stock_pixmap.h
11449                 fix wrong icon reference
11450         * src/pixmaps/trash_btn.xpm
11451                 replace with nicer image
11452
11453 2005-08-28 [colin]      1.9.13cvs68
11454
11455         * src/Makefile.am
11456         * src/stock_pixmap.c
11457         * src/stock_pixmap.h
11458         * src/toolbar.c
11459         * src/pixmaps/trash_btn.xpm
11460                 Add a specific trash xpm for the button
11461
11462 2005-08-28 [colin]      1.9.13cvs67
11463
11464         * src/imap.c
11465                 Fix leak
11466
11467 2005-08-27 [colin]      1.9.13cvs66
11468
11469         * src/imap.c
11470         * src/procmime.c
11471                 Correctly fix "Problem with replies", fixes
11472                 pgpmime encryption too. 
11473
11474 2005-08-27 [colin]      1.9.13cvs65
11475
11476         * src/folder.c
11477         * src/procmsg.c
11478         * src/procmsg.h
11479         * src/summaryview.c
11480                 Fix bug #517 (messages removed from summaryview 
11481                 when moving fails)
11482
11483 2005-08-27 [colin]      1.9.13cvs64
11484
11485         * tools/Makefile.am
11486         * tools/asus_mailled.sh
11487                 Add a script to blink ASUS laptops' mail LED where there
11488                 is unread mail.
11489
11490 2005-08-27 [colin]      1.9.13cvs63
11491
11492         * src/imap.c
11493         * src/etpan/imap-thread.c
11494         * src/etpan/imap-thread.h
11495                 Implement automatic choosing of login method
11496                 Fixes bug #791
11497         * src/gtk/.cvsignore
11498                 Add sylpheed-marshal.[ch]
11499
11500 2005-08-27 [colin]      1.9.13cvs62
11501
11502         * src/common/utils.c
11503                 Fix confusing perror
11504
11505 2005-08-27 [colin]      1.9.13cvs61
11506
11507         * src/toolbar.c
11508         * src/toolbar.h
11509                 Remove A_DELETE, replace it with 
11510                 A_TRASH and A_DELETE_REAL. Automatically
11511                 rewrite config files to replace A_DELETE
11512                 with A_TRASH (no functionality change).
11513                 Fixes half of #794
11514
11515 2005-08-26 [colin]      1.9.13cvs60
11516
11517         * src/procmime.c
11518                 Previous "Problem with replies" fix brought other
11519                 problems, fixing them
11520
11521 2005-08-26 [colin]      1.9.13cvs59
11522
11523         * src/procmime.c
11524                 Fix "Problem with replies". This happened only
11525                 on IMAP...
11526         * src/procmsg.c
11527                 Factorize code a bit
11528         * src/compose.c
11529                 Speed improvement on very long messages (wrapping)
11530                 Fix signature color on Reedit and Redirect
11531                 On Reedit, don't attach pgp-signatures parts, but
11532                 set signing to On.
11533
11534 2005-08-24 [paul]       1.9.13cvs58
11535
11536         * src/compose.c
11537                 don't claim success when clicking
11538                 Cancel on the passphrase box.
11539                 Patch by Colin
11540
11541 2005-08-24 [paul]       1.9.13cvs57
11542
11543         * src/main.c
11544                 fix misplaced sylpheed.log
11545         * src/common/defs.h
11546                 define UIDL_DIR
11547
11548 2005-08-24 [paul]       1.9.13cvs56
11549
11550         * src/imap.c
11551         * src/etpan/imap-thread.c
11552         * src/etpan/imap-thread.h
11553                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11554                 Patch by Colin
11555         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11556         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11557                 remove autogenerated files
11558         * tools/kdeservicemenu/README
11559         * tools/kdeservicemenu/install.sh
11560         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11561         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11562                 use Claws icon, use 'Sylpheed-Claws' in menu,
11563                 use kdialog, and other cleanups
11564
11565 2005-08-23 [paul]       1.9.13cvs55
11566
11567         * src/compose.c
11568                 fix paste/wrap crash
11569                 Patch by Colin
11570
11571 2005-08-23 [paul]       1.9.13cvs54
11572
11573         * src/main.c
11574                 fix crash recovery
11575                 Patch by Colin
11576
11577 2005-08-23 [paul]       1.9.13cvs53
11578
11579         * src/addressbook.c
11580         * src/editaddress.c
11581                 view all data of LDAP contacts
11582                 Patch by Colin
11583
11584 2005-08-23 [paul]       1.9.13cvs52
11585
11586         * src/addressbook.c
11587                 fix issues with the Search field
11588                 Patch by Colin
11589
11590 2005-08-22 [paul]       1.9.13cvs51
11591
11592         * src/folderview.c
11593                 put name of folder in processing dialog
11594                 title
11595         * src/prefs_folder_item.c
11596                 improve english usage
11597
11598 2005-08-22 [paul]       1.9.13cvs50
11599
11600         * src/filtering.c
11601         * src/filtering.h
11602         * src/matcher.c
11603         * src/matcher_parser_lex.l
11604         * src/matcher_parser_parse.y
11605         * src/prefs_filtering.c
11606                 add Filtering/Processing rule names feature.
11607                 (the incompatible old matcherrc is saved as
11608                 matcherrc.pre_names).
11609                 Patch by Colin
11610
11611 2005-08-22 [paul]       1.9.13cvs49
11612
11613         * src/procmsg.c
11614                 fix colour labelling
11615                 Patch by Colin
11616
11617 2005-08-22 [paul]       1.9.13cvs48
11618
11619         * src/textview.c
11620                 fix open_image_cb()
11621
11622 2005-08-22 [paul]       1.9.13cvs47
11623
11624         * src/imap.c
11625                 fix bug 789, 'SC crashes with imap (CVS ver)'
11626                 Patch by Colin
11627
11628 2005-08-22 [paul]       1.9.13cvs46
11629
11630         * src/mimeview.c
11631         * src/prefs_common.c
11632         * src/common/defs.h
11633                 define reused defaults in defs.h
11634         * src/textview.c
11635                 add 'Open image' to image popup menu
11636
11637 2005-08-21 [colin]      1.9.13cvs45
11638
11639         * src/summaryview.c
11640                 Fix bug #788 (Bogus "From" address displayed)
11641
11642 2005-08-20 [colin]      1.9.13cvs44
11643
11644         * src/folder.c
11645                 Fix buf #787 (multilevel delete causes SIGSEGV)
11646
11647 2005-08-19 [colin]      1.9.13cvs43
11648
11649         * src/inc.c
11650         * src/prefs_common.c
11651         * src/prefs_common.h
11652                 Add an hidden pref to allow modifying the
11653                 update stepping in incorporation.
11654                 Patch by wwp.
11655
11656 2005-08-19 [colin]      1.9.13cvs42
11657
11658         * src/compose.c
11659         * src/procmime.c
11660                 Workaround for broken MUAs: encode 
11661                 Content-type: name: as ASCII and 
11662                 Content-Disposition: filename: as
11663                 per rfc2231
11664         * src/prefs_account.c
11665                 Fix invisible-ness of SMTP SSL prefs
11666                 in NNTP accounts
11667
11668 2005-08-19 [paul]       1.9.13cvs41
11669
11670         * src/compose.c
11671         * src/prefs_common.c
11672         * src/prefs_common.h
11673         * src/prefs_wrapping.c
11674                 paste with or without wrapping.
11675                 patch by Colin
11676
11677 2005-08-19 [paul]       1.9.13cvs40
11678
11679         * src/prefs_common.c
11680         * src/prefs_common.h
11681         * src/summaryview.c
11682                 reintroduce enable_swap_from as a
11683                 hidden pref. patch by Colin
11684         * src/quote_fmt_parse.y
11685         * src/plugins/clamav/clamav_plugin.c
11686         * src/plugins/dillo_viewer/dillo_viewer.c
11687         * src/plugins/mathml_viewer/mathml_viewer.c
11688         * src/plugins/pgpcore/sgpgme.c
11689         * src/plugins/pgpinline/pgpinline.c
11690         * src/plugins/pgpmime/pgpmime.c
11691                 tidy up. patch by Colin
11692
11693 2005-08-19 [paul]       1.9.13cvs39
11694
11695         * configure.ac
11696                 complete cvs38's sync
11697         * src/editaddress.c
11698         * src/gedit-print.c
11699         * src/mutt.c
11700         * src/etpan/etpan-log.c
11701         * src/etpan/imap-thread.c
11702         * src/gtk/gtksourceprintjob.c
11703                 fix compilation warnings
11704                 (patch by Colin)
11705
11706 2005-08-19 [paul]       1.9.13cvs38
11707
11708         sync with main:
11709
11710         * src/account.c
11711         * src/action.c
11712         * src/addrbook.c
11713         * src/addrcache.c
11714         * src/addrharvest.c
11715         * src/addrindex.c
11716         * src/codeconv.c
11717         * src/compose.c
11718         * src/crash.c
11719         * src/exporthtml.c
11720         * src/exportldif.c
11721         * src/folder.c
11722         * src/image_viewer.c
11723         * src/inc.c
11724         * src/inc.h
11725         * src/jpilot.c
11726         * src/ldif.c
11727         * src/main.c
11728         * src/matcher.c
11729         * src/mbox.c
11730         * src/messageview.c
11731         * src/mh.c
11732         * src/mimeview.c
11733         * src/msgcache.c
11734         * src/mutt.c
11735         * src/news.c
11736         * src/partial_download.c
11737         * src/pine.c
11738         * src/pop.c
11739         * src/prefs_actions.c
11740         * src/prefs_common.c
11741         * src/prefs_customheader.c
11742         * src/prefs_display_header.c
11743         * src/prefs_gtk.c
11744         * src/prefs_themes.c
11745         * src/procheader.c
11746         * src/procmime.c
11747         * src/procmsg.c
11748         * src/recv.c
11749         * src/send_message.c
11750         * src/simple-gettext.c
11751         * src/sourcewindow.c
11752         * src/textview.c
11753         * src/vcard.c
11754         * src/common/defs.h
11755         * src/common/log.c
11756         * src/common/plugin.c
11757         * src/common/prefs.c
11758         * src/common/session.c
11759         * src/common/session.h
11760         * src/common/socket.c
11761         * src/common/socket.h
11762         * src/common/ssl_certificate.c
11763         * src/common/template.c
11764         * src/common/utils.c
11765         * src/common/utils.h
11766         * src/common/xml.c
11767         * src/gtk/about.c
11768         added wrappers for C library function that
11769                 take pathname arguments.
11770                 enabled compilation with MinGW.
11771                 use GDir instead of directly using opendir().
11772                 added rename_force().
11773
11774 2005-08-19 [paul]       1.9.13cvs37
11775         
11776         patches by Colin:
11777         * src/compose.c
11778                 fix privacy settings on re-editing
11779                 a sent message
11780         * src/jpilot.c
11781                 fix encoding bug
11782         * src/folder.c
11783         * src/procmsg.c
11784         * src/procmsg.h
11785         * src/summaryview.c
11786                 flag changing optimisation
11787
11788 2005-08-18 [martin]     1.9.13cvs36
11789
11790         * commitHelper
11791             added my login
11792         * src/addrcache.c
11793         * src/addrharvest.c
11794         * src/addrindex.c
11795         * src/compose.c
11796         * src/grouplistdialog.c
11797         * src/main.c
11798         * src/mainwindow.c
11799         * src/msgcache.c
11800         * src/mutt.c
11801         * src/pine.c
11802         * src/prefs_account.c
11803         * src/prefs_themes.c
11804         * src/stock_pixmap.c
11805         * src/summaryview.c
11806         * src/gtk/about.c
11807         * src/gtk/logwindow.c
11808             removed deprecated glib and gdk stuff
11809         * src/plugins/pgpcore/select-keys.c
11810             convert attributes from locale to utf8
11811
11812 2005-08-17 [paul]       1.9.13cvs35
11813
11814         * src/account.c
11815         * src/addressbook.c
11816                 use new GTK_STOCK_ icons if available
11817         * src/summaryview.c
11818         * src/gtk/gtksctree.c
11819         * src/gtk/gtksctree.h
11820                 faster range select. patch by Colin
11821
11822 2005-08-17 [paul]       1.9.13cvs34
11823
11824         patches by colin:
11825         * src/addressbook.c
11826         * src/addressitem.h
11827                 Add an edit button for contacts, fix selections
11828                 of gtksctree items
11829         * src/editaddress.c
11830                 Change labels, let Save be always possible in the
11831                 email and user atributes tabs
11832         * src/folderview.c
11833                 fix sort issues
11834         * src/summaryview.c
11835                 select next item instead of the displayed one
11836                 after deletion
11837
11838         * src/gtk/progressdialog.c
11839                 use prefs_common.enable_rules_hint
11840
11841 2005-08-13 [hoa]        1.9.13cvs33
11842
11843         * src/etpan/imap-thread.c
11844                 fixed build on Solaris.
11845
11846 2005-08-10 [colin]      1.9.13cvs32
11847
11848         * src/procmsg.c
11849                 Fix cvs31 (missing fclose before reading
11850                 the file)
11851
11852 2005-08-10 [colin]      1.9.13cvs31
11853
11854         * src/procmsg.c
11855                 Fix procmsg_msginfo_new_from_mimeinfo() when
11856                 the MimeInfo isn't stored in memory. This fixes
11857                 replying to an attached message.
11858
11859 2005-08-10 [colin]      1.9.13cvs30
11860
11861         * src/mainwindow.c
11862                 Fix slowness in account changing
11863
11864 2005-08-10 [colin]      1.9.13cvs29
11865
11866         * src/folder.c
11867         * src/folderutils.c
11868         * src/folderview.c
11869         * src/imap_gtk.c
11870         * src/mainwindow.c
11871         * src/mh_gtk.c
11872         * src/procmsg.c
11873         * src/summaryview.c
11874                 Optimize folder_has_parent_of_type
11875                 Prevent moving special sub-folders from contextual menus
11876                 Rework message a bit ("Empty all messages" -> "Delete all
11877                 messages")
11878                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11879                 and "Deleted Items" folders)
11880
11881 2005-08-08 [colin]      1.9.13cvs28
11882
11883         * src/summaryview.c
11884         * src/prefs_summaries.c
11885                 Make "Select first unread|new" more flexible
11886                 (just prioritize new or unread)
11887
11888 2005-08-08 [colin]      1.9.13cvs27
11889
11890         * src/summaryview.c
11891                 If "select first new" is selected and there only
11892                 are unread messages, fallback to "select first
11893                 unread".
11894
11895 2005-08-08 [colin]      1.9.13cvs26
11896
11897         * src/folder.c
11898                 Fix shameful bugs (and bug #779)
11899
11900 2005-08-08 [colin]      1.9.13cvs25
11901
11902         * src/folder.c
11903         * src/folder.h
11904                 Cache parents' type to make folder_has_parent_of_type
11905                 faster
11906         * src/folderview.c
11907                 Forbid DnD of special sub-folders
11908         * src/procmsg.c
11909         * src/procmsg.h
11910                 Add MAIL_POSTFILTERING_HOOK
11911         * src/summaryview.c
11912                 Revert over-zealous deletion of the use_addr_book 
11913                 code
11914
11915 2005-08-07 [colin]      1.9.13cvs24
11916
11917         * src/folder.c
11918                 Fix big mistake (passing MsgInfo instead 
11919                 of FolderItem)
11920
11921 2005-08-07 [colin]      1.9.13cvs23
11922
11923         * src/compose.c
11924         * src/folder.c
11925         * src/folder.h
11926         * src/foldersel.c
11927         * src/folderutils.c
11928         * src/folderview.c
11929         * src/imap.c
11930         * src/mainwindow.c
11931         * src/messageview.c
11932         * src/mh.c
11933         * src/msgcache.c
11934         * src/procmime.c
11935         * src/summaryview.c
11936                 Make subfolders of Drafts, Queue, Outbox, Trash
11937                 work like their parents. 
11938                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11939
11940 2005-08-07 [colin]      1.9.13cvs22
11941
11942         * src/addressbook.c
11943                 Fix bug #771 (Dragged contacts not saved)
11944
11945 2005-08-07 [paul]       1.9.13cvs21
11946
11947         * src/summaryview.c
11948                 fix bug 32 'Search Doesn't display results
11949                 if "Hide Read Messages" is chosen'
11950                 be more literal in interpreting 'Hide read
11951                 messages'
11952
11953 2005-08-07 [colin]      1.9.13cvs20
11954
11955         * src/folderview.c
11956                 Add debug
11957         * src/summaryview.c
11958                 Faster 'unthread_for_execution'
11959
11960 2005-08-06 [paul]       1.9.13cvs19
11961
11962         * src/mainwindow.c
11963                 add mnemonics to Set displayed columns
11964                 fix bug where msgview_visible option was
11965                 overwritten as TRUE on startup
11966
11967 2005-08-06 [paul]       1.9.13cvs18
11968
11969         * src/mainwindow.c
11970                 refer to 'displayed columns in folder/message
11971                 list' not 'displayed items in summary/message view'
11972         * src/prefs_display_header.c
11973                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11974                 be consistent with similar dialogues
11975         * src/prefs_folder_column.c
11976         * src/prefs_summary_column.c
11977                 'columns' not 'items', and folder and message lists,
11978                 instead of folder and summary views;
11979                 Use 'Hidden columns' as list heading not 'Available
11980                 items';
11981                 move the 'Remove' button to the right hand side;
11982                 top-align the buttons;
11983                 remove unneeded vbox
11984         * src/prefs_summaries.c
11985                 put the 2 column prefs buttons in a frame to reduce
11986                 overall width; refer to columns not items &c.
11987
11988 2005-08-05 [colin]      1.9.13cvs17
11989
11990         * src/prefs_common.c
11991         * src/prefs_common.h
11992         * src/mainwindow.c
11993         * src/compose.c
11994         * src/messageview.c
11995                 Add an hidden toolbar_detachable pref, so
11996                 that I can get rid of these painful handles
11997                 in the toolbars. Defaults to TRUE to avoid
11998                 changing the GUI on unsuspecting people...
11999
12000 2005-08-05 [colin]      1.9.13cvs16
12001
12002         * src/Makefile.am
12003         * src/prefs_folder_column.c
12004         * src/prefs_folder_column.h
12005                 Add prefs for folder columns
12006         * src/folderview.c
12007         * src/folderview.h
12008         * src/mainwindow.c
12009         * src/mainwindow.h
12010         * src/prefs_common.c
12011         * src/prefs_common.h
12012         * src/prefs_summaries.c
12013                 Use them
12014         * src/prefs_summary_column.c
12015         * src/summaryview.c
12016         * src/summaryview.h
12017                 Add a To column
12018         * src/textview.c
12019         * src/common/utils.c
12020         * src/common/utils.h
12021                 Move uri colourisation functions
12022                 to utils
12023         * src/compose.c
12024                 Colourise URIs
12025         * src/imap.c
12026                 Fix bug with LIST where we'd try
12027                 to get Folder//////[...]/// 
12028
12029 2005-08-05 [paul]       1.9.13cvs15
12030
12031         * src/prefs_summaries.c
12032                 improve the English usage
12033         * src/summaryview.c
12034                 set font on column change
12035                 thanks to Colin
12036
12037 2005-08-05 [paul]       1.9.13cvs14
12038
12039         * src/prefs_common.c
12040         * src/prefs_common.h
12041         * src/prefs_summaries.c
12042         * src/summaryview.c
12043                 replace 'open_unread_on_enter' option with
12044                 'select_on_entry' option. opening/not opening
12045                 is now exclusively controlled by 'always_show_msg'
12046
12047 2005-08-04 [colin]      1.9.13cvs13
12048
12049         * src/compose.c
12050                 Remove dead code
12051                 Add colourisation of quotes and signatures
12052         * src/folderview.c
12053                 Fix possible crashes
12054         * src/messageview.c
12055                 Change an assert that is no problem
12056         * src/news.c
12057         * src/news_gtk.c
12058         * src/news_gtk.h
12059                 Fix offline mode
12060         * src/gtk/quicksearch.c
12061                 Fix a possible crash
12062
12063 2005-08-03 [colin]      1.9.13cvs12
12064
12065         * src/prefs_account.c
12066                 Fix bug #777 (Sylpheed crash in account configuration)
12067
12068 2005-08-03 [colin]      1.9.13cvs11
12069
12070         * src/addressbook.c
12071         * src/editaddress.c
12072         * src/editgroup.c
12073                 Fixing addressbook, round 2
12074         * src/textview.c
12075                 Fix emphasis color on rechecking 'Colorize messages'
12076
12077 2005-08-03 [paul]       1.9.13cvs10
12078
12079         sync with main
12080
12081         * src/addr_compl.c
12082         * src/compose.c
12083         * src/main.c
12084         * src/pop.c
12085         * src/prefs_account.c
12086         * src/procmime.c
12087         * src/procmsg.c
12088         * src/quote_fmt_parse.y
12089         * src/textview.c
12090         * src/common/quoted-printable.c
12091         * src/common/utils.c
12092         * src/common/utils.h
12093         * src/common/xml.c
12094                 replaced incorrect locale-independent
12095                 ctype functions with GLib's. Corrected
12096                 signedness mismatch.
12097         * src/headerview.c
12098                 headerview_create(): added spacing for vbox.
12099         * src/gtk/about.c
12100                 set focus to the OK button.
12101
12102 2005-08-03 [colin]      1.9.13cvs9
12103
12104         * src/folderview.c
12105                 Fix possible crash
12106
12107 2005-08-02 [colin]      1.9.13cvs8
12108
12109         * src/mainwindow.c
12110                 Fix cast
12111         * src/addressbook.c
12112         * src/addressitem.h
12113                 Fix a cast and more generally, try to make the
12114                 GUI more intuitive and consistent (round 1)
12115
12116 2005-08-02 [paul]       1.9.13cvs7
12117
12118         * src/folder.h
12119                 missing in 1.9.13cvs6
12120
12121 2005-08-02 [colin]      1.9.13cvs6
12122
12123         * src/folder.c
12124                 Fix one more leak
12125
12126 2005-08-02 [colin]      1.9.13cvs5
12127
12128         * src/folder.c
12129         * src/folderview.c
12130         * src/imap.c
12131         * src/main.c
12132         * src/mbox.c
12133         * src/procmsg.c
12134         * src/summaryview.c
12135                 Fix a number of folder_item_get_msg_list()-related
12136                 leaks (missing procmsg_msginfo_free()s)
12137
12138 2005-08-01 [colin]      1.9.13cvs4
12139
12140         * src/folderview.c
12141         * src/folderview.h
12142         * src/mainwindow.c
12143         * src/prefs_fonts.c
12144         * src/prefs_summaries.c
12145         * src/prefs_themes.c
12146         * src/summaryview.c
12147         * src/summaryview.h
12148         * src/textview.c
12149         * src/textview.h
12150                 Fix instant-apply of summary and folderview-related prefs
12151                 Fix erroneous g_free and alertpanels in prefs_theme
12152                 Add instant-apply for fonts
12153                 Defer applying of prefs a little bit so it's done only
12154                 once even if requested by multiples prefs pages
12155
12156 2005-08-01 [paul]       1.9.13cvs3
12157
12158         * src/main.c
12159                 fix bug 776 'S.C. crashes on close'
12160                 thanks to Colin
12161         * src/etpan/etpan-thread-manager-types.h
12162                 add missing include
12163                 thanks to Hoa
12164
12165 2005-07-25 [paul]       1.9.13cvs2
12166
12167         * src/summaryview.c
12168                 fix typos. spotted by Fabien Vantard
12169
12170 2005-07-24 [paul]       1.9.13cvs1
12171
12172         * doc/man/sylpheed.1
12173                 update man page, incorporating fix of
12174                 bug 769 'Typo in manpage'
12175         * src/etpan/imap-thread.c
12176                 fix NetBSD openssl dependencies. patch by
12177                 George Michaelson <ggm@apnic.net>
12178         * po/pt_BR.po
12179                 updated by Frederico Goncalves Guimaraes
12180
12181 2005-07-22 [paul]       1.9.13
12182
12183         1.9.13 release
12184
12185 2005-07-22 [paul]       1.9.12cvs91
12186
12187         * AUTHORS
12188         * INSTALL
12189         * README.claws
12190         * RELEASE_NOTES.claws
12191                 updated for release
12192         * configure.ac
12193         * po/nb.po
12194         * tools/claws.i18n.status.pl
12195                 add Norwegian translation. submiited by
12196                 Geir Helland <pjallabais@users.sourceforge.net>
12197         * po/ca.po
12198         * po/de.po
12199         * po/es.po
12200         * po/fi.po
12201         * po/fr.po
12202         * po/it.po
12203         * po/sk.po
12204         * po/sr.po
12205         * po/zh_CN.po
12206                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12207                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12208                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12209                 Yang Guilong
12210         * src/plugins/clamav/clamav_plugin_gtk.c
12211         * src/plugins/spamassassin/spamassassin_gtk.c
12212                 replace outdated description strings
12213
12214 2005-07-21 [colin]      1.9.12cvs90
12215
12216         * src/folder.c
12217                 Set folder to batch mode when scanning it. Makes deletion
12218                 of unread mails on IMAP much faster (due to the UNREAD 
12219                 flag unsetting)
12220
12221 2005-07-21 [darko]      1.9.12cvs89
12222
12223         * configure.ac
12224                 link against libresolv if necessary (patch by Paul)
12225         * src/msgcache.c
12226                 use glib's portable macros to determine endianness
12227
12228 2005-07-21 [paul]       1.9.12cvs88
12229
12230         * src/crash.c
12231         * src/gtk/about.c
12232                 update compiled-in features list
12233
12234 2005-07-20 [colin]      1.9.12cvs87
12235
12236         * src/folder.c
12237         * src/textview.c
12238                 Gcc 2.9x compilation fixes, thanks to Darko
12239         * src/plugins/clamav/clamav_plugin.c
12240                 Little optimisation: load virus database only once
12241         * src/plugins/spamassassin/spamassassin.c
12242                 Big optimisation: filtering one mail took at least 1 second,
12243                 now it takes at least 50ms. Doesn't speed up spamassassin 
12244                 itself, but should already be much more tolerable.
12245
12246 2005-07-20 [colin]      1.9.12cvs86
12247
12248         * src/summaryview.c
12249                 Fix performance issue
12250
12251 2005-07-19 [colin]      1.9.12cvs85
12252
12253         * src/plugins/pgpinline/plugin.c
12254                 Fix warning
12255
12256 2005-07-19 [colin]      1.9.12cvs84
12257
12258         * configure.ac
12259         * src/plugins/Makefile.am
12260         * src/plugins/pgpinline/.cvsignore
12261         * src/plugins/pgpinline/Makefile.am
12262         * src/plugins/pgpinline/pgpinline.c
12263         * src/plugins/pgpinline/pgpinline.deps
12264         * src/plugins/pgpinline/pgpinline.h
12265         * src/plugins/pgpinline/plugin.c
12266                 Put pgpinline in the main tree
12267
12268 2005-07-19 [paul]       1.9.12cvs83
12269
12270         * src/prefs_actions.c
12271                 prevent '//' in menu names, which cause a crash
12272                 thanks to Colin
12273
12274 2005-07-19 [paul]       1.9.12cvs82
12275
12276         * configure.ac
12277                 be generally more informative in configure output.
12278                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12279                 '[ --disable-openssl ...', as --enable-openssl is default
12280                 PGP/MIME: don't check for GPGME again, check for
12281                 pgpcore instead. Therefore prevent the possibility of
12282                 attempting to build pgpmime if pgpcore dependencies are
12283                 not met
12284                 ClamAV: use pkgconfig to check for lib
12285                 libgnomeprint: revert logic on inner test to match
12286                 everything else
12287         * src/plugins/pgpcore/sgpgme.c
12288                 add missing include
12289
12290 2005-07-19 [colin]      1.9.12cvs81
12291
12292         * src/summaryview.c
12293                 Fix slow thread rebuilding in particular
12294                 cases
12295
12296 2005-07-19 [paul]       1.9.12cvs80
12297
12298         * sylpheed-claws.desktop
12299                 fix typo, spotted by Stephan Sachse
12300         * src/account.c
12301                 replace GTK_STOCK_ADD with
12302                 GTK_STOCK_NEW button
12303
12304 2005-07-18 [colin]      1.9.12cvs79
12305
12306         * src/etpan/imap-thread.c
12307                 Fix return value (Thanks Hoa)
12308
12309 2005-07-18 [colin]      1.9.12cvs78
12310
12311         * src/imap.c
12312                 Allow empty passwords
12313                 Create drafts/queue/outbox if necessary
12314         * src/summaryview.c
12315                 Remove old code
12316         * src/etpan/imap-thread.c
12317                 Fix STARTTLS (Thanks to Hoa)
12318
12319 2005-07-18 [paul]       1.9.12cvs77
12320
12321         * ChangeLog-gtk2.jp
12322         * ChangeLog.jp
12323                 removed
12324         * Makefile.am
12325                 updated to reflect additions and removals
12326         * TODO
12327                 updated to be claws-specific
12328         * TODO-gtk2
12329         * TODO-gtk2.jp
12330         * TODO.jp
12331         * sylpheed-128x128.png
12332         * sylpheed-64x64.png
12333                 removed
12334         * sylpheed-claws-128x128.png
12335         * sylpheed-claws-64x64.png
12336         * sylpheed-claws.desktop
12337         * sylpheed-claws.png
12338                 added
12339         * sylpheed.desktop
12340         * sylpheed.png
12341                 removed
12342
12343 2005-07-17 [paul]       1.9.12cvs76
12344
12345         * src/account.c
12346         * src/addressbook.c
12347         * src/alertpanel.c
12348         * src/alertpanel.h
12349         * src/compose.c
12350         * src/exphtmldlg.c
12351         * src/expldifdlg.c
12352         * src/folderview.c
12353         * src/imap_gtk.c
12354         * src/inc.c
12355         * src/message_search.c
12356         * src/messageview.c
12357         * src/mh_gtk.c
12358         * src/news_gtk.c
12359         * src/prefs_actions.c
12360         * src/prefs_filtering.c
12361         * src/prefs_matcher.c
12362         * src/prefs_template.c
12363         * src/prefs_themes.c
12364         * src/ssl_manager.c
12365         * src/summary_search.c
12366         * src/textview.c
12367         * src/toolbar.c
12368         * src/gtk/sslcertwindow.c
12369         * src/plugins/pgpcore/sgpgme.c
12370                 rework alertpanels
12371
12372 2005-07-17 [colin]      1.9.12cvs75
12373
12374         * src/privacy.c
12375                 add a PrivacySystem accessor that checks that
12376                 the system cached in a MimeInfo's privacydata
12377                 is still registered. Use this accessor instead
12378                 of directly using data->system. Fixes crashes
12379                 after unloading pgp plugins.
12380
12381 2005-07-17 [colin]      1.9.12cvs74
12382
12383         * src/alertpanel.c
12384                 Change geometry hints to a simple default size.
12385                 Fixes the certs dialogs.
12386
12387 2005-07-17 [colin]      1.9.12cvs73
12388
12389         * src/gtk/sslcertwindow.c
12390                 Use a gtkExpander
12391
12392 2005-07-17 [colin]      1.9.12cvs72
12393
12394         * src/plugins/pgpcore/Makefile.am
12395         * src/plugins/pgpmime/Makefile.am
12396                 Add gpgme libs
12397
12398 2005-07-17 [paul]       1.9.12cvs71
12399
12400         * configure.ac
12401                 add --disable-gnomeprint option
12402                 modified version of patch by Marius Mauch
12403
12404 2005-07-17 [paul]       1.9.12cvs70
12405
12406         * src/common/defs.h
12407                 update urls
12408         * src/account.c
12409         * src/action.c
12410         * src/addressbook.c
12411         * src/compose.c
12412         * src/foldersel.c
12413         * src/folderview.c
12414         * src/html.c
12415         * src/imap_gtk.c
12416         * src/main.c
12417         * src/mainwindow.c
12418         * src/messageview.c
12419         * src/mh_gtk.c
12420         * src/mimeview.c
12421         * src/news_gtk.c
12422         * src/prefs_account.c
12423         * src/prefs_send.c
12424         * src/prefs_summaries.c
12425         * src/procmsg.c
12426         * src/summaryview.c
12427         * src/common/utils.c
12428         * src/common/xml.c
12429         * src/plugins/pgpcore/passphrase.c
12430         * src/plugins/pgpcore/select-keys.c
12431                 replace inappropriately used backticks
12432                 with single quotes
12433
12434 2005-07-16 [colin]      1.9.12cvs69
12435
12436         * src/image_viewer.c
12437                 Add extra paranoid checks
12438
12439 2005-07-16 [colin]      1.9.12cvs68
12440
12441         * src/plugins/pgpcore/prefs_gpg.c
12442                 Don't auto-check sigs by default, as it
12443                 can be really slow.
12444
12445 2005-07-16 [colin]      1.9.12cvs67
12446
12447         * src/plugins/pgpcore/sgpgme.c
12448                 Make messages a bit better.
12449
12450 2005-07-16 [colin]      1.9.12cvs66
12451
12452         * src/imap.c
12453                 Remove pseudo-log
12454         * src/etpan/imap-thread.c
12455                 Add real log
12456
12457 2005-07-16 [colin]      1.9.12cvs65
12458
12459         * src/main.c
12460         * src/prefs_other.c
12461                 And now, fix build with libetpan :-/
12462
12463 2005-07-15 [colin]      1.9.12cvs64
12464
12465         * src/prefs_other.c
12466                 Continue fixing build without libetpan.
12467
12468 2005-07-15 [colin]      1.9.12cvs63
12469
12470         * src/main.c
12471                 Fix build with --disable-libetpan
12472
12473 2005-07-15 [colin]      1.9.12cvs62
12474
12475         * configure.ac
12476                 Bump libetpan's version
12477
12478 2005-07-15 [colin]      1.9.12cvs61
12479
12480         * src/etpan/imap-thread.c
12481                 Actually stop logging :)
12482
12483 2005-07-15 [colin]      1.9.12cvs60
12484
12485         * src/addressbook.c
12486                 Fix dnd of multiple addresses.
12487
12488 2005-07-15 [hoa]        1.9.12cvs59
12489
12490         * src/etpan/imap-thread.c
12491             disable login of IMAP password in libetpan log file.
12492
12493 2005-07-15 [paul]       1.9.12cvs58
12494
12495         * src/account.c
12496                 don't automatically sort
12497                 do allow drag n drop
12498
12499 2005-07-15 [paul]       1.9.12cvs57
12500
12501         * src/account.c
12502         * src/ssl_manager.c
12503                 alphabetical listing
12504
12505 2005-07-15 [paul]       1.9.12cvs56
12506
12507         * src/gtk/pluginwindow.c
12508                 sort plugin list alphabetically
12509
12510 2005-07-15 [paul]       1.9.12cvs55
12511
12512         * src/prefs_spelling.c
12513         * src/prefs_wrapping.c
12514                 unify English usage
12515
12516 2005-07-15 [colin]      1.9.12cvs54
12517
12518         * src/wizard.c
12519                 Typo fix
12520
12521 2005-07-15 [paul]       1.9.12cvs53
12522
12523         * src/prefs_message.c
12524                 make 'show cursor' a hidden option
12525
12526 2005-07-14 [colin]      1.9.12cvs52
12527
12528         * src/plugins/spamassassin/Makefile.am
12529         * src/plugins/clamav/Makefile.am
12530                 Fix double EXTRA_DISTs
12531
12532 2005-07-14 [colin]      1.9.12cvs51
12533
12534         * src/plugins/clamav/Makefile.am
12535         * src/plugins/clamav/clamav_plugin_gtk.deps
12536         * src/plugins/spamassassin/Makefile.am
12537         * src/plugins/spamassassin/spamassassin_gtk.deps
12538                 Make $plugin_gtk depend on $plugin
12539
12540 2005-07-14 [hoa]        1.9.12cvs50
12541
12542         * src/etpan/imap-thread.c
12543                 enable debug log of libetpan when running with --debug
12544
12545 2005-07-14 [colin]      1.9.12cvs49
12546
12547         * configure.ac
12548         * src/common/Makefile.am
12549         * src/common/plugin.c
12550         * src/common/plugin.h
12551                 Add a little plugin dependancy system.
12552                 Plugins can ship a $plugin_name.deps file
12553                 (near them in PLUGINDIR) so that their
12554                 dependancies are loaded if possible.
12555         * src/plugins/Makefile.am
12556         * src/plugins/pgpcore/Makefile.am
12557         * src/plugins/pgpcore/passphrase.c
12558         * src/plugins/pgpcore/passphrase.h
12559         * src/plugins/pgpcore/plugin.c
12560         * src/plugins/pgpcore/prefs_gpg.c
12561         * src/plugins/pgpcore/prefs_gpg.h
12562         * src/plugins/pgpcore/select-keys.c
12563         * src/plugins/pgpcore/select-keys.h
12564         * src/plugins/pgpcore/sgpgme.c
12565         * src/plugins/pgpcore/sgpgme.h
12566                 Introduce pgpcore, used by pgpmime and
12567                 pgpinline
12568         * src/plugins/pgpmime/Makefile.am
12569         * src/plugins/pgpmime/passphrase.c
12570         * src/plugins/pgpmime/passphrase.h
12571         * src/plugins/pgpmime/pgpmime.c
12572         * src/plugins/pgpmime/pgpmime.deps
12573         * src/plugins/pgpmime/plugin.c
12574         * src/plugins/pgpmime/prefs_gpg.c
12575         * src/plugins/pgpmime/prefs_gpg.h
12576         * src/plugins/pgpmime/select-keys.c
12577         * src/plugins/pgpmime/select-keys.h
12578         * src/plugins/pgpmime/sgpgme.c
12579         * src/plugins/pgpmime/sgpgme.h
12580                 Remove the core from pgpmime and add the
12581                 dependancy to pgpcore.
12582
12583 2005-07-14 [paul]       1.9.12cvs48
12584
12585         * src/stock_pixmap.c
12586                 forgot this in last commit
12587
12588 2005-07-14 [paul]       1.9.12cvs47
12589
12590         * src/account.c
12591         * src/addressbook.c
12592                 add accelerators for the buttons (sync with main)
12593         * src/compose.c
12594         * src/compose.h
12595                 add accelerators for the buttons.
12596                 fix editing with external editor.
12597                 replace gdk_input_*() with GIOChannel;
12598                 (sync with main)
12599         * src/foldersel.c
12600                 display folder names with new/unread
12601                 representation (sync with main)
12602         * src/main.c
12603                 specify default window icon (sync with main)
12604         * src/prefs_common.c
12605                 use_addr_book default to FALSE
12606         * src/summaryview.c
12607         * src/textview.c
12608                 add accelerators for the buttons (sync with main)
12609         * src/gtk/menu.c
12610                 fix typos
12611         * src/pixmaps/sylpheed_icon.xpm
12612                 updated
12613
12614 2005-07-13 [paul]       1.9.12cvs46
12615
12616         * src/plugins/pgpmime/pgpmime.c
12617         * src/plugins/pgpmime/sgpgme.c
12618                 (temporarily) use deprecated gpgme_data_rewind()
12619                 while largefile support is not present
12620                 (as suggested by Colin)
12621
12622 2005-07-13 [paul]       1.9.12cvs45
12623
12624         * configure.ac
12625                 remove large file support (for now):
12626                 it breaks too many things
12627
12628 2005-07-13 [paul]       1.9.12cvs44
12629
12630         * configure.ac
12631                 add large file support
12632         * src/html.c
12633                 fix bug #763 where href attribute was not
12634                 the very first attribute of a link
12635                 patch by Thomas Gilgin
12636
12637 2005-07-13 [colin]      1.9.12cvs43
12638
12639         * src/gtk/pluginwindow.c
12640                 Little portability fix
12641
12642 2005-07-13 [colin]      1.9.12cvs42
12643
12644         * src/plugins/pgpmime/sgpgme.c
12645                 Fix crasher.
12646
12647 2005-07-13 [colin]      1.9.12cvs41
12648
12649         * src/plugins/pgpmime/pgpmime.c
12650         * src/plugins/pgpmime/sgpgme.c
12651                 Use gpgme_data_release_and_get_mem instead
12652                 of gpgme_data_read.
12653
12654 2005-07-13 [colin]      1.9.12cvs40
12655
12656         * configure.ac
12657         * src/plugins/pgpmime/passphrase.c
12658         * src/plugins/pgpmime/passphrase.h
12659         * src/plugins/pgpmime/pgpmime.c
12660         * src/plugins/pgpmime/plugin.c
12661         * src/plugins/pgpmime/select-keys.c
12662         * src/plugins/pgpmime/select-keys.h
12663         * src/plugins/pgpmime/sgpgme.c
12664         * src/plugins/pgpmime/sgpgme.h
12665                 Port pgpmime to gpgme-1.0.
12666
12667 2005-07-12 [paul]       1.9.12cvs39
12668
12669         * AUTHORS
12670         * src/toolbar.c
12671         * src/toolbar.h
12672                 add a 'Go to Prev' button to the toolbar.
12673                 correct tooltip text of go to buttons.
12674                 based on patch by Yang Guilong <bamanzi@gmail.com>
12675
12676 2005-07-12 [colin]      1.9.12cvs38
12677
12678         * src/statusbar.c
12679                 Fix progress bar showing stuff at startup.
12680
12681 2005-07-12 [paul]       1.9.12cvs37
12682
12683         * src/editjpilot.c
12684                 fix building with jpilot support
12685
12686 2005-07-11 [colin]      1.9.12cvs36
12687
12688         * src/inc.c
12689                 Add visual indication that filtering is running
12690         * src/textview.c
12691                 Make {}[] uri delimiters
12692         * src/summaryview.c
12693                 Remove useless (and slow) calls
12694
12695 2005-07-11 [paul]       1.9.12cvs35
12696
12697         * src/plugins/clamav/clamav_plugin_gtk.c
12698         * src/plugins/dillo_viewer/dillo_prefs.c
12699         * src/plugins/pgpmime/prefs_gpg.c
12700         * src/plugins/spamassassin/spamassassin_gtk.c
12701                 gather plugins prefs together under their
12702                 own 'Plugins' heading
12703
12704 2005-07-11 [paul]       1.9.12cvs34
12705
12706         sync with main
12707
12708         * src/account.c
12709                 account_delete(): modified alert dialog
12710         * src/editjpilot.c
12711         * src/editvcard.c
12712                 fixed a crash when cancelling file selection
12713                 dialog by Escape key. Made non-ascii filename
12714                 selectable.
12715         * src/prefs_template.c
12716                 prefs_template_window_create(): make scrolled
12717                 window policy AUTOMATIC
12718
12719 2005-07-10 [hoa]        1.9.12cvs33
12720
12721         * src/etpan/imap-thread.c
12722                 workaround for old Courier IMAP servers.
12723
12724 2005-07-10 [colin]      1.9.12cvs32
12725
12726         * src/folder.c
12727         * src/statusbar.c
12728         * src/statusbar.h
12729                 Add visual progress indicator on filtering/processing
12730                 Factorize the progress bar code
12731         * src/imap.c
12732         * src/imap.h
12733         * src/etpan/imap-thread.c
12734                 Add a reference counter to avoid destroying the Folder
12735                 while it's in use by another callback.
12736
12737 2005-07-09 [hoa]        1.9.12cvs31
12738
12739         * src/imap.c
12740         * src/etpan/imap-thread.c
12741                 fixed deadlock when removing IMAP account.
12742
12743 2005-07-08 [colin]      1.9.12cvs30
12744
12745         * src/textview.c
12746         * src/unmime.c
12747                 Fix again problems decoding broken headers
12748         * src/gtk/inputdialog.c
12749                 Fix local variable shadowing a global one
12750
12751 2005-07-08 [colin]      1.9.12cvs29
12752
12753         * src/msgcache.c
12754                 Make the cache/mark files platform-agnostic by writing
12755                 them in little-endian format. Reading them is also done
12756                 in little-endian format, of course; however, in order
12757                 to avoid trashing mark data on big-endian machines, the
12758                 files are, at first, read from the native format if the
12759                 little-endian one doesn't exist. This is easy to deter-
12760                 mine by trying to open a file with a swapped data_ver
12761                 and seeing if it's the wanted version.
12762                 Little-endian using users should see absolutely no
12763                 difference, Big-endian users may get a very little
12764                 performance drop due to byte-swapping.
12765                 Tested on i386 and ppc32. 
12766                 Fixes bug #159 (The index file, in the mailboxes, is 
12767                 hardware depending).
12768
12769                 To have the cache/mark files updated to the new little-
12770                 endian format, "Check for new messages" or even
12771                 "Rebuild folder tree" aren't enough. Files will be
12772                 updated as soon as a folder has been opened/closed.
12773                 To update everything, just select all folders by
12774                 selecting them one by one.
12775
12776 2005-07-07 [colin]      1.9.12cvs28
12777
12778         * src/imap.c
12779                 Remember the folder separator per IMAPFolder
12780                 instead of globally.
12781                 Revive the Session on noop; fixes bug #761
12782                 (mark a bunch of unread messages as read takes 
12783                 forever)
12784
12785 2005-07-07 [darko]      1.9.12cvs27
12786
12787         * src/common/template.c
12788                 Sort templates alphabetically
12789
12790 2005-07-06 [colin]      1.9.12cvs26
12791
12792         * src/imap.c
12793                 Try to use the correct separator in
12794                 most cases. Possibly fixes bug #759
12795                 (only creates the INBOX folder when 
12796                 setting up new IMAP account) and 
12797                 bug #760 (Can't retrieve messages)
12798
12799 2005-07-06 [colin]      1.9.12cvs25
12800
12801         * src/imap.c
12802                 Use real_path in status command. This will
12803                 help later, when namespaces will be used.
12804
12805 2005-07-06 [colin]      1.9.12cvs24
12806
12807         * configure.ac
12808         * src/account.c
12809         * src/folder.c
12810         * src/imap.c
12811         * src/etpan/etpan-log.c
12812         * src/etpan/etpan-thread-manager.c
12813         * src/etpan/imap-thread.c
12814                 Add a --disable-libetpan parameter. With this,
12815                 users that don't want IMAP4 support can avoid
12816                 the new dependancy (and have no IMAP support).
12817                 Users that have IMAP4 accounts and use this
12818                 parameter won't lose their configuration, their
12819                 IMAP accounts will just be invisible and not
12820                 used.
12821         * src/textview.c
12822                 Make the "Copy ..." contextual menu items 
12823                 copy to both the X clipboard and the gtk 
12824                 clipboard - as most other apps do.
12825         * src/gtk/about.c
12826                 Add a notice about OpenSSL usage, in order to
12827                 comply with OpenSSL's license (point 6):
12828                 http://www.openssl.org/source/license.html
12829
12830 2005-07-06 [colin]      1.9.12cvs23
12831
12832         * src/alertpanel.c
12833                 Fix a minimum size for alertpanels
12834         * src/compose.c
12835                 Show 'No space left on device' type errors
12836                 when queuing/sending
12837         * src/imap_gtk.c
12838         * src/mh_gtk.c
12839                 Rework folder's deletion message (remove 
12840                 extra \n)
12841
12842 2005-07-05 [colin]      1.9.12cvs22
12843
12844         * src/imap.c
12845                 Add an alertpanel on auth error
12846                 Add pseudo-log
12847                 Remove pthread-related stuff
12848
12849 2005-07-05 [colin]      1.9.12cvs21
12850
12851         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12852                 Fix crash on plugin reloading (with a hack)
12853
12854 2005-07-05 [colin]      1.9.12cvs20
12855
12856         * src/prefs_account.c
12857         * src/prefs_account.h
12858                 Fix typo
12859         * src/gtk/filesel.c
12860         * src/gtk/filesel.h
12861                 Add a way to filter the view
12862         * src/gtk/pluginwindow.c
12863                 Filter loadable stuff
12864         * src/plugins/pgpmime/prefs_gpg.c
12865                 Fix missing unregistration
12866         * .cvsignore
12867         * src/etpan/.cvsignore
12868         * src/plugins/spamassassin/.cvsignore
12869                 Add more stuff to cvs ignored files
12870
12871 2005-07-04 [colin]      1.9.12cvs19
12872
12873         * src/imap.c
12874                 Fix scan_required returning FALSE when it
12875                 shouldn't. Maybe fix #760 (Can't retrieve
12876                 messages)
12877
12878 2005-07-04 [colin]      1.9.12cvs18
12879
12880         * src/summaryview.c
12881                 Fix always_show_msg pref
12882
12883 2005-07-04 [paul]       1.9.12cvs17
12884
12885         sync with main (forgotten in last commit)
12886         
12887         * src/common/utils.c
12888         * src/common/utils.h
12889                 check_line_length(): new.
12890                 is_dir_exist()
12891                 is_file_entry_exist()
12892                 dirent_is_regular_file()
12893                 dirent_is_directory(): use g_file_test() instead of stat().
12894
12895 2005-07-04 [paul]       1.9.12cvs16
12896
12897         sync with main:
12898
12899         * src/compose.c
12900                 compose_write_to_file(): check for line
12901                 length limit and display warning if exceeds
12902         * src/jpilot.c
12903                 use get_home_dir() instead of g_get_home_dir()
12904         * src/procheader.c
12905                 removed warning about invalid date
12906         * src/vcard.c
12907                 use get_home_dir() instead of g_get_home_dir()
12908
12909 2005-07-04 [paul]       1.9.12cvs15
12910
12911         * src/stock_pixmap.c
12912                 fix new pixmap naming errors
12913                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12914
12915 2005-07-04 [colin]      1.9.12cvs14
12916
12917         * src/imap.c
12918                 Fix debugging string with a warning
12919
12920 2005-07-04 [colin]      1.9.12cvs13
12921
12922         * configure.ac
12923                 Add a check for libetpan's version (>= 0.37)
12924
12925 2005-07-04 [hoa]        1.9.12cvs12
12926
12927         * commitHelper
12928         * src/imap.c
12929         * src/etpan/imap-thread.c
12930         * src/etpan/imap-thread.h
12931                 fixed IMAP implementation of check of mails.
12932
12933 2005-07-03 [hoa]        1.9.12cvs11
12934
12935         * src/etpan/Makefile.am
12936         * src/etpan/etpan-errors.h
12937         * src/etpan/etpan-log.[ch]
12938         * src/etpan/etpan-thread-manager-types.h
12939         * src/etpan/etpan-thread-manager.[ch]
12940         * src/etpan/imap-thread.[ch]
12941         * src/Makefile.am
12942         * src/imap.c
12943         * src/main.c
12944         * src/prefs_other.c
12945         * configure.ac
12946             merged imap branch.
12947             dependency on libetpan 0.37 is now added.
12948
12949 2005-07-01 [colin]      1.9.12cvs10
12950
12951         * src/Makefile.am
12952         * src/folder.c
12953         * src/folder.h
12954         * src/folderview.c
12955         * src/stock_pixmap.c
12956         * src/stock_pixmap.h
12957         * src/plugins/trayicon/trayicon.c
12958                 Add marked symbol on folders containing
12959                 marked messages
12960         * src/procmsg.c
12961         * src/procmsg.h
12962         * src/toolbar.c
12963         * src/prefs_common.c
12964         * src/prefs_common.h
12965         * src/prefs_send.c
12966                 Add an optional confirmation dialog on queue
12967                 sending. Patch by wwp.
12968         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12969         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12970         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12971         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12972         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12973         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12974         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12975         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12976         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12977         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12978         * src/pixmaps/trash_mark.xpm            ** ADDED **
12979                 New pixmaps
12980
12981 2005-07-01 [colin]      1.9.12cvs9
12982
12983         * src/summaryview.c
12984                 Fix a little threading bug
12985         * src/addrgather.c
12986         * src/mainwindow.c
12987                 A little bit of HIG normality never hurts
12988
12989 2005-07-01 [colin]      1.9.12cvs8
12990
12991         * src/compose.c
12992         * src/msgcache.c
12993         * src/pop.c
12994         * src/procmime.c
12995         * src/recv.c
12996         * src/common/log.c
12997         * src/common/template.c
12998         * src/common/utils.c
12999         * src/common/utils.h
13000                 Reverted the fwrite_atomic stuff. In fact
13001                 it is already atomic.
13002
13003 2005-06-30 [colin]      1.9.12cvs7
13004
13005         * src/common/utils.c
13006         * src/common/utils.h
13007                 Add an fwrite_atomic() function to make
13008                 sure we write everything: fwrite can make
13009                 short writes.
13010         * src/compose.c
13011         * src/msgcache.c
13012         * src/pop.c
13013         * src/procmime.c
13014         * src/recv.c
13015         * src/common/log.c
13016         * src/common/template.c
13017                 Use that (and fix swapping of size and nmemb).
13018                 Thanks to Rich Coe for the heads up.
13019
13020 2005-06-30 [colin]      1.9.12cvs6
13021
13022         * src/addressbook.c
13023                 Optimize addressbook opening 
13024
13025 2005-06-30 [colin]      1.9.12cvs5
13026
13027         * src/summaryview.c
13028                 Remove calls to summary_step after move/copy
13029
13030 2005-06-28 [paul]       1.9.12cvs4
13031
13032         * src/alertpanel.c
13033                 wrap and make the error msg selectable
13034
13035 2005-06-28 [paul]       1.9.12cvs3
13036
13037         * src/ssl_manager.c
13038                 replace the OK button with a Close button
13039         * src/gtk/foldersort.c
13040                 use GTK_STOCK_ icons/buttons
13041
13042 2005-06-28 [colin]      1.9.12cvs2
13043
13044         * src/gedit-print.c             ** ADDED **
13045         * src/gedit-print.h             ** ADDED **
13046         * src/gtk/gtksourceprintjob.c   ** ADDED **
13047         * src/gtk/gtksourceprintjob.h   ** ADDED **
13048                 I can't believe no one had enough time to tell
13049                 me I forgot the `cvs add`
13050
13051 2005-06-27 [colin]      1.9.12cvs1
13052
13053         * src/Makefile.am
13054         * src/gtk/Makefile.am
13055         * src/messageview.c
13056         * src/procmsg.c
13057         * src/summaryview.c
13058         * configure.ac
13059                 Add optional libgnomeprint-based printing
13060         * src/mainwindow.c
13061         * src/gtk/quicksearch.c
13062                 Add an Edit/Quick search menu item to show
13063                 and focus the quicksearch
13064
13065 2005-06-27 [paul]       1.9.12
13066
13067         1.9.12 release
13068
13069         * po/ca.po
13070         * po/de.po
13071         * po/es.po
13072         * po/fr.po
13073         * po/it.po
13074         * po/ko.po
13075         * po/pt_BR.po
13076         * po/sk.po
13077         * po/zh_CN.po
13078                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13079                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13080                 SungHyun Nam, Frederico Goncalves Guimaraes,
13081                 Andrej Kacian, and Yang Guilong
13082 2005-06-26 [colin]      1.9.11cvs106
13083
13084         * src/imap_gtk.c
13085                 Forgot one file for previous fix
13086
13087 2005-06-26 [colin]      1.9.11cvs105
13088
13089         * src/folder.c
13090         * src/imap.c
13091                 Fix problems with folder operations in no_select
13092                 imap folders. it applies only to mails, and 
13093                 creation/deletion/move/renaming of folders 
13094                 should be possible
13095
13096 2005-06-26 [paul]       1.9.11cvs104
13097
13098         * src/prefs_filtering.c
13099                 replace one more GTK_STOCK_REMOVE
13100                 with GTK_STOCK_DELETE
13101
13102 2005-06-25 [colin]      1.9.11cvs103
13103
13104         * src/imap.c
13105                 Optimize get_seq_set_from_seq_list
13106                 (Patch by Ricardo) 
13107
13108 2005-06-25 [colin]      1.9.11cvs102
13109
13110         * src/mh.c
13111                 If the directory exists, but not in the
13112                 correct encoding, rename it. This should
13113                 handle old-versions-induced bugs.
13114
13115 2005-06-25 [colin]      1.9.11cvs101
13116
13117         * src/mh.c
13118                 Fix path access with extended dir names
13119                 Fixes bug #589 (SC segfaults with wrong locale
13120                 settings)
13121
13122 2005-06-25 [colin]      1.9.11cvs100
13123
13124         * src/prefs_account.c
13125         * src/prefs_account.h
13126         * src/compose.c
13127                 Add an option to encrypt replies to
13128                 encrypted messages
13129
13130 2005-06-25 [colin]      1.9.11cvs99
13131
13132         * src/compose.c
13133         * src/quote_fmt_parse.y
13134                 ... And make it work with pgpinline.
13135
13136 2005-06-25 [colin]      1.9.11cvs98
13137
13138         * src/compose.c
13139         * src/procmime.c
13140         * src/procmime.h
13141         * src/quote_fmt_parse.y
13142                 o Make reedition of encrypted messages possible
13143                   (as long as it is encrypted to self too, no
13144                    magic there)
13145                 o Make replying with quote (and without selecting
13146                   text) possible for encrypted messages.
13147                 Closes bug #550 (Not possible to "reply with quote"
13148                 to gnupg encrypted messages)
13149
13150 2005-06-24 [paul]       1.9.11cvs97
13151
13152         * src/imap.c
13153                 add missing include
13154
13155 2005-06-24 [paul]       1.9.11cvs96
13156
13157         * src/editldap.c
13158                 made bind password entry invisible
13159                 (sync with main)
13160         * src/send_message.c
13161                 send_message_local(): check exit status
13162                 to detect errors (sync with main)
13163         * src/textview.c
13164                 use main's less ambiguous popup menu
13165                 wording
13166
13167 2005-06-24 [paul]       1.9.11cvs95
13168
13169         * src/prefs_actions.c
13170         * src/prefs_customheader.c
13171         * src/prefs_display_header.c
13172         * src/prefs_filtering_action.c
13173         * src/prefs_matcher.c
13174         * src/prefs_template.c
13175         * src/prefs_toolbar.c
13176                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13177         * src/gtk/description_window.c
13178                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13179
13180 2005-06-23 [colin]      1.9.11cvs94
13181
13182         * src/summaryview.c
13183                 Fix rough edges (be sure to call status_show whenever
13184                 necessary).
13185
13186 2005-06-23 [colin]      1.9.11cvs93
13187
13188         * src/summaryview.c
13189                 Optimize Select All
13190                 Before, in a 5K mails folder: 11s
13191                 After, in the same folder: 58000µs
13192                 The joys of locking... gtk_clist_select_all() fires a 
13193                 tree-select-row event for each selected row, which in 
13194                 summaryview, callbacks summary_selected which in turn,
13195                 calls summary_status_show, which walks the selected
13196                 rows. Hence, calling gtk_clist_select_all was 
13197                 exponential. Locking the summaryview makes 
13198                 summary_selected return early.
13199
13200 2005-06-23 [colin]      1.9.11cvs92
13201
13202         * src/imap.c
13203                 Move mutex at the important place to avoid
13204                 deadlocks
13205         * src/summaryview.c
13206                 Fix Del key deleting directly instead of
13207                 moving to trash
13208
13209 2005-06-22 [colin]      1.9.11cvs91
13210
13211         * src/plugins/spamassassin/libspamc.c
13212                 As we do spagetti code with assignations in multiple
13213                 places (see _message_read_raw where out = msg = raw),
13214                 let's be sure we don't free the same pointer twice.
13215                 Should fix bug #683 (Crash in libpam at 
13216                 message_cleanup).
13217
13218 2005-06-22 [colin]      1.9.11cvs90
13219
13220         * src/compose.c
13221         * src/messageview.c
13222         * src/toolbar.c
13223                 Make toolbar's delete use the move to trash stuff;
13224                 Add gtk_widget_realize to be sure pixmaps can get
13225                 created (that may fix an old worksforme bug which
13226                 I can't find back...)
13227
13228 2005-06-22 [colin]      1.9.11cvs89
13229
13230         * src/summaryview.c
13231         * src/summaryview.h
13232         * src/mainwindow.c
13233                 Rename "Message/Delete" to "Message/Move to trash"
13234                 Add "Message/Delete..." that directly destroys the
13235                 selected messages after asking for a confirmation.
13236
13237 2005-06-22 [colin]      1.9.11cvs88
13238
13239         * src/imap.c
13240                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13241                 o Fix a deadlock (thanks Darko)
13242
13243 2005-06-22 [colin]      1.9.11cvs87
13244
13245         * src/gtk/foldersort.c
13246                 Add missing include for the i18n;
13247                 patch by Fabien Vantard
13248
13249 2005-06-21 [colin]      1.9.11cvs86
13250
13251         * src/folder.c
13252         * src/folderview.c
13253                 Respect the no_select flag
13254         * src/imap.c
13255                 Fix recursive deletion
13256         * src/imap_gtk.c
13257         * src/mh_gtk.c
13258                 Make the folder deletion's warning
13259                 more explicit
13260
13261 2005-06-21 [colin]      1.9.11cvs85
13262
13263         * src/textview.c
13264                 Prevent email addresses from spanning accross
13265                 lines - fixes bug # 646 (newline-chars in 
13266                 email addresses)
13267
13268 2005-06-20 [colin]      1.9.11cvs84
13269
13270         * src/folder.c
13271                 Be sure not to remove source if copy failed
13272
13273 2005-06-20 [colin]      1.9.11cvs83
13274
13275         * src/folderview.c
13276         * src/imap_gtk.c
13277                 remove summaryview's lock
13278         * src/imap.c
13279                 introduce threads to avoid problems when foreground tasks
13280                 interfere with background tasks
13281         * src/mh.c
13282                 prevent moving to drafts/queue
13283         * src/mimeview.c
13284                 fix leak
13285
13286 2005-06-19 [colin]      1.9.11cvs82
13287
13288         * src/imap_gtk.c
13289                 Remember that the user doesn't want to override
13290                 offline mode, for 3 seconds. It avoid presenting
13291                 him with N popups in a really short time.
13292
13293 2005-06-17 [colin]      1.9.11cvs81
13294
13295         * src/imap.c
13296                 Fix IMAP breaking on folders containing '('
13297                 (Probably won't be enough)
13298
13299 2005-06-17 [colin]      1.9.11cvs80
13300
13301         Forgotten files on 1.9.11cvs79
13302         * src/summaryview.c
13303                 Fix stepping when not immediately executing
13304         * src/imap.c
13305                 Really prevent UID FETCH 0
13306         * src/codeconv.c
13307                 Fix outgoing charset never set to utf-8
13308         * src/mh.c
13309                 Fix leak
13310
13311 2005-06-16 [colin]      1.9.11cvs79
13312
13313         * src/compose.c
13314                 Fix bug #707 (Dash splits rows)
13315                 Only wrap if we're on a line break position and
13316                 the previous one was a "white" (space) char.
13317                 Pango stuff is weird.
13318
13319 2005-06-16 [colin]      1.9.11cvs78
13320
13321         * src/imap_gtk.c
13322                 Lock summaryview while downloading messages
13323                 on user demand
13324         * src/procheader.c
13325         * src/unmime.c
13326         * src/common/utils.c
13327         * src/common/utils.h
13328                 Replace \r and \n with spaces in From and
13329                 Subject headers
13330
13331 2005-06-16 [paul]       1.9.11cvs77
13332
13333         * src/procmime.c
13334                 liberalise the mime parser
13335         * src/gtk/about.c
13336                 add text wrapping
13337
13338 2005-06-16 [paul]       1.9.11cvs76
13339
13340         * src/gtk/about.c
13341                 reworked
13342
13343 2005-06-15 [colin]      1.9.11cvs75
13344
13345         * src/compose.c
13346                 Finish header encoding fix
13347         * src/summaryview.c
13348                 Fix segfault
13349         * src/headerview.c
13350                 Fix compilation (Thanks Stephan
13351                 Sachse)
13352
13353 2005-06-15 [colin]      1.9.11cvs74
13354
13355         * Makefile.am
13356                 Install gnome2 stuff rather than gnome1, 
13357                 if both are present
13358         * src/codeconv.c
13359         * src/codeconv.h
13360         * src/compose.c
13361                 Fix headers encoding
13362         * src/folder.c
13363                 Visual progress when fetching all messages
13364         * src/folderview.c
13365         * src/summaryview.c
13366         * src/summaryview.h
13367                 Prevent changing current message while
13368                 incorporating
13369
13370 2005-06-15 [paul]       1.9.11cvs73
13371
13372         * src/gtk/gtkaspell.c
13373         * src/gtk/gtkaspell.h
13374                 fix build warnings
13375
13376 2005-06-15 [paul]       1.9.11cvs72
13377
13378         * src/prefs_filtering.c
13379                 allow reordering of filter rules by
13380                 drag n drop
13381
13382 2005-06-15 [paul]       1.9.11cvs71
13383
13384         * COPYING
13385                 updated
13386         * src/codeconv.c
13387                 replace deprecated function
13388         * src/inc.c
13389         * src/send_message.c
13390         * src/gtk/progressdialog.c
13391         * src/gtk/progressdialog.h
13392                 salvage and reuse parts of reverted sync
13393
13394 2005-06-15 [paul]       1.9.11cvs70
13395
13396         * src/inc.c
13397         * src/send_message.c
13398         * src/gtk/progressdialog.c
13399         * src/gtk/progressdialog.h
13400                 revert yesterday's sync with main
13401                 it contains deprecated functions
13402
13403 2005-06-15 [colin]      1.9.11cvs69
13404
13405         * src/headerview.c
13406                 Fix bug #670 (multi user to: will corrupt message 
13407                 headers display)
13408
13409 2005-06-15 [colin]      1.9.11cvs68
13410
13411         * src/compose.c
13412                 Fix bug #421 (Fix undo on wrapping)
13413
13414 2005-06-15 [colin]      1.9.11cvs67
13415
13416         * src/folder.c
13417                 Provide visual feedback while processing
13418                 folder's rules.
13419         * src/imap.c
13420                 Provide visual feedback while getting
13421                 short headers (for uncached messages)
13422
13423
13424 2005-06-14 [paul]       1.9.11cvs66
13425
13426         * src/account.c
13427                 change a couple stock icons
13428         * src/inc.c
13429         * src/send_message.c
13430         * src/gtk/progressdialog.c
13431         * src/gtk/progressdialog.h
13432                 sync main's GtkTreeView implementation
13433
13434 2005-06-14 [colin]      1.9.11cvs65
13435
13436         * src/imap.c
13437                 Various little fixes, mainly on error paths
13438
13439 2005-06-13 [colin]      1.9.11cvs64
13440
13441         * matcher.c
13442         * procmsg.c
13443         * procmsg.h
13444                 Add a way to fetch only headers. This speeds
13445                 up filtering on headers for IMAP. Fixes:
13446                 bug #481 extraneous imap commands slow down 
13447                         imap filtering
13448                 bug #522 Sylpheed downloads all messages 
13449                         when opening mailbox (IMAP)
13450                 bug #677 IMAP fetch is soooooooooooooo slow
13451         * src/folder.c
13452         * src/folder.h
13453                 Add a folder set_batch method so that
13454                 implementations can speed up flags changes
13455         * src/folderutils.c
13456         * src/summaryview.c
13457                 Use that in mark as (un)read and mark all read
13458                 Refix bug #679
13459         * src/imap.c
13460                 Implement set_batch - brings back deferred
13461                 flags in a less buggy manner. Fixes:
13462                 bug #729 IMAP immediate expunge of deleted messages
13463                 bug #191 remove list of messages with one command
13464                 Fix login with strange chars
13465                 Implement fetch_msg_full
13466                 Fix copy (wrong counts)
13467
13468 2005-06-12 [colin]      1.9.11cvs63
13469
13470         * src/folder.c
13471                 lock incorporation during long operations.
13472                 Avoids fucking up the IMAP socket.
13473
13474 2005-06-12 [colin]      1.9.11cvs62
13475
13476         * src/imap.c
13477                 Fix harmful typo
13478                 Factorize remove_all_msg
13479                 Thread-ize expunge
13480         * src/summaryview.c
13481                 Don't update partial-download status if unnecessary
13482         * src/folder.c
13483                 Use remove_msgs everywhere possible
13484
13485 2005-06-12 [colin]      1.9.11cvs61
13486
13487         * src/folder.c
13488         * src/folder.h
13489                 Add a remove_msgs function to remove a 
13490                 list of messages
13491         * src/imap.c
13492                 Implement that.
13493
13494 2005-06-12 [colin]      1.9.11cvs60
13495
13496         * src/imap.c
13497                 Remove flags-processing deferring... Too hard
13498                 to get it to work in all cases.
13499
13500 2005-06-11 [colin]      1.9.11cvs59
13501
13502         * src/imap.c
13503                 printf -> debug_print
13504
13505 2005-06-11 [colin]      1.9.11cvs58
13506
13507         * src/imap.c
13508                 o Fix build without USE_PTHREAD
13509                 o Factorize imap_open
13510                 o Alertpanel in case of impossible connection
13511                 o Alertpanel in case of impossible login
13512                 o Fix deferred flags processing to force a 
13513                   flush before adding some more flags to process,
13514                   but in another folder.
13515
13516 2005-06-10 [colin]      1.9.11cvs57
13517
13518         * src/imap.c
13519                 o Fix a format string error
13520                 o init ssl socket outside of the thread 
13521                   (it possibly invokes gtk calls)
13522         * src/procmime.c
13523                 o Put back the buffer to its necessary size
13524                 o Fix changing a file pointer without keeping
13525                   track of it (thanks Valgrind)
13526         * src/common/smtp.c
13527                 o Fix automatic STARTTLS if login should be done
13528                   and the server only allows it after starting TLS
13529         * src/gtk/gtkinputdialog.c
13530                 o Eat GDK_Return so that the combo popup doesn't 
13531                   appear when we press Enter to validate the combo
13532                   input dialog (as seen in the Open with... dialog)
13533
13534 2005-06-10 [colin]      1.9.11cvs56
13535
13536         * src/imap.c
13537                 o A bit less debug
13538                 o Fix a crash on deletion
13539                 o Threadize imap_select (it's called outside of 
13540                   threads)
13541                 o Defer treatment of DELETED flags
13542
13543
13544 2005-06-09 [colin]      1.9.11cvs55
13545
13546         * src/imap.c
13547                 Make sure we check imap_gtk_should_override(), which
13548                 potentially calls gtk stuff, before creating thread.
13549                 That way it should't be called via imap_get_session()
13550                 inside a thread.
13551
13552 2005-06-09 [colin]      1.9.11cvs54
13553
13554         * src/imap.c
13555                 o add a bit of status output
13556                 o remove some dead code
13557                 o threadize get_list_of_uids
13558                 o threadize imap_get_flags
13559                 o defer flag changing by 500ms so that they
13560                   can be batched
13561
13562
13563 2005-06-08 [colin]      1.9.11cvs53
13564
13565         * src/imap.c
13566                 Thread-ize imap_cmd_fetch
13567
13568 2005-06-08 [colin]      1.9.11cvs52
13569
13570         * src/main.c
13571                 Mmh, that broke POP3...
13572
13573 2005-06-08 [colin]      1.9.11cvs51
13574
13575         * src/main.c
13576                 Stabilize IMAP patch (thanks to Hoa)
13577
13578 2005-06-08 [colin]      1.9.11cvs50
13579
13580         * src/imap.c
13581                 Test patch to speed up imap. 
13582
13583 2005-06-08 [colin]      1.9.11cvs49
13584
13585         * src/imap_gtk.c
13586                 Warning fix
13587         * src/procmime.c
13588                 Apply patch from gentoo to use /usr/share/mime/globs if 
13589                 available, after un-breaking it
13590         * src/common/log.c
13591         * src/common/log.h
13592                 Use g_timeout for invoking hooks that possibly use gtk
13593                 calls. This should leave gtk calls in the main thread.
13594
13595 2005-06-08 [paul]       1.9.11cvs48
13596
13597         * src/codeconv.c
13598                 conv_get_outgoing_charset_str(): don't
13599                 use prefs_common setting
13600         * src/compose.c
13601         * src/compose.h
13602                 add /Options/Character encoding/... to
13603                 temporarily change the outgoing encoding
13604
13605         (belated sync with main)
13606
13607 2005-06-08 [paul]       1.9.11cvs47
13608
13609         * src/compose.c
13610                 correction to/completion of last
13611                 sync with main
13612
13613 2005-06-08 [paul]       1.9.11cvs46
13614
13615         sync with main:
13616         
13617         * src/codeconv.c
13618         * src/codeconv.h
13619                 always enabled Japanese auto-detection
13620                 if the first letters of locale string
13621                 is "ja"
13622         * src/compose.c
13623                 don't use "destroy" signal to destroy
13624                 Compose object (fix rare crashes on discard?)
13625         * src/mainwindow.c
13626         * src/messageview.c
13627         * src/prefs_send.c
13628                 added Hebrew encodings
13629         * src/sourcewindow.c
13630                 don't use "destroy" signal to destroy
13631                 objects
13632
13633 2005-06-07 [colin]      1.9.11cvs45
13634
13635         * src/summaryview.c
13636                 Add missing unlocks/locks
13637
13638 2005-06-07 [paul]       1.9.11cvs44
13639
13640         * src/summaryview.c
13641                 restore bug #749 fix
13642
13643 2005-06-06 [colin]      1.9.11cvs43
13644
13645         * src/summaryview.c
13646                 Fix selection bug when prefs_common.open_unread 
13647                 is FALSE
13648
13649 2005-06-06 [colin]      1.9.11cvs42
13650
13651         * src/common/md5.c
13652                 Fix a warning
13653         * src/summaryview.c
13654         * src/folderview.c
13655                 Factorize long operations beginning and end
13656                 (locking, freezing/thawing, cursor, ...)
13657                 Check selection->data member in selection-
13658                 related loops; this avoids dying an awful
13659                 death if the selection changes on us while
13660                 we're marking a whole IMAP folder unread, 
13661                 for example.
13662
13663 2005-06-06 [paul]       1.9.11cvs41
13664
13665         * src/textview.c
13666                 don't g_free() a static gchar buffer
13667
13668 2005-06-05 [colin]      1.9.11cvs40
13669
13670         * src/mainwindow.c
13671         * src/messageview.c
13672         * src/summaryview.c
13673                 Fix bug #749 (Show all headers should be
13674                 sticky as the GUI suggests)
13675
13676 2005-06-03 [paul]       1.9.11cvs39
13677
13678         * src/compose.c
13679                 don't allow editing of mail while sending.
13680                 patch by Colin
13681
13682 2005-06-03 [paul]       1.9.11cvs38
13683
13684         * src/folderview.c
13685                 add a freeze/thaw to speed up 'mark all read'
13686
13687 2005-06-03 [paul]       1.9.11cvs37
13688
13689         * src/prefs_message.c
13690                 reflect changes immediately
13691
13692 2005-06-02 [colin]      1.9.11cvs36
13693
13694         * po/POTFILES.in
13695                 Patch by Fabien Vantard.
13696
13697 2005-06-02 [colin]      1.9.11cvs35
13698
13699         * src/imap.c
13700                 Use a non-blocking imap_getline() if possible.
13701                 This should completely prevent the interface
13702                 from freezin on imap operations, although it
13703                 may do strange stuff in case of folder switching
13704                 while a big imap operation is taking place...
13705
13706                 In addition, fix a leak in the case thread
13707                 creation fails on connection.
13708
13709 2005-06-02 [colin]      1.9.11cvs34
13710
13711         * src/crash.c
13712         * src/prefs_common.h
13713                 Fix build (prefs_common_init() doesn't exist
13714                 anymore)
13715
13716 2005-06-02 [colin]      1.9.11cvs33
13717
13718         * src/prefs_account.c
13719                 Fix bug #245 (filtering rules broken when
13720                 renaming a remote account (imap4 or nntp)
13721
13722 2005-06-02 [colin]      1.9.11cvs32
13723
13724         * src/imap.c
13725                 Try to fix IMAP shortcomings: 
13726                 o Multithread imap_open()
13727                 o allow offline-mode overriding instead of
13728                   just returning NULL
13729         * src/imap_gtk.c
13730         * src/imap_gtk.h
13731                 Add a function to ask whether we want to
13732                 override offline-mode for 10 minutes (one-shot
13733                 asking was painful)
13734         * src/procheader.c
13735                 Fix segfault when imap parser isn't happy about
13736                 a missing {
13737
13738 2005-06-01 [colin]      1.9.11cvs31
13739
13740         * src/addrharvest.c
13741         * src/compose.c
13742         * src/mbox.c
13743         * src/mbox.h
13744         * src/mh.c
13745         * src/msgcache.c
13746         * src/send_message.c
13747         * src/setup.c
13748         * src/undo.c
13749         * src/common/hooks.c
13750         * src/common/prefs.c
13751         * src/common/template.c
13752         * src/common/utils.c
13753         * src/gtk/gtkutils.c
13754         * src/gtk/inputdialog.c
13755         * src/gtk/menu.c
13756         * src/gtk/pluginwindow.c
13757         * src/gtk/prefswindow.c
13758         * src/plugins/pgpmime/passphrase.c
13759         * src/plugins/pgpmime/prefs_gpg.c
13760                 More -Wall fixes
13761
13762         * src/common/Makefile.am
13763         * src/common/timing.h
13764                 Add basic timing code
13765
13766         * src/summaryview.c
13767                 Fix a bug with unread messages when 
13768                 re-sorting folders, and by the way
13769                 fix a big performance hit when 
13770                 re-sorting (10k mails: before 5s,
13771                 after .5s)
13772
13773         * src/prefs_compose_writing.c
13774         * src/prefs_compose_writing.h
13775         * src/prefs_message.c
13776         * src/prefs_message.h
13777         * src/prefs_other.c
13778         * src/prefs_other.h
13779         * src/prefs_quote.c
13780         * src/prefs_quote.h
13781         * src/prefs_receive.c
13782         * src/prefs_receive.h
13783         * src/prefs_send.c
13784         * src/prefs_send.h
13785         * src/prefs_summaries.c
13786         * src/prefs_summaries.h
13787                 Fix copyright banner
13788
13789 2005-06-01 [paul]       1.9.11cvs30
13790
13791         * po/fi.po
13792                 updated by Flammie Pirinen
13793         * src/procmime.c
13794                 fix 'Bad BASE64 content' output
13795
13796 2005-05-31 [colin]      1.9.11cvs29
13797
13798         * src/procmime.c
13799                 Oops, where did my hunk go.
13800
13801 2005-05-31 [colin]      1.9.11cvs28
13802
13803         * src/Makefile.am
13804         * src/account.c
13805         * src/action.c
13806         * src/addr_compl.c
13807         * src/addressbook.c
13808         * src/codeconv.c
13809         * src/compose.c
13810         * src/export.c
13811         * src/folder.c
13812         * src/folderview.c
13813         * src/image_viewer.c
13814         * src/main.c
13815         * src/mainwindow.c
13816         * src/messageview.c
13817         * src/mimeview.c
13818         * src/msgcache.c
13819         * src/prefs_account.c
13820         * src/prefs_actions.c
13821         * src/prefs_common.c
13822         * src/prefs_compose_writing.c
13823         * src/prefs_customheader.c
13824         * src/prefs_ext_prog.c
13825         * src/prefs_filtering.c
13826         * src/prefs_filtering_action.c
13827         * src/prefs_fonts.c
13828         * src/prefs_image_viewer.c
13829         * src/prefs_message.c
13830         * src/prefs_message.h
13831         * src/prefs_msg_colors.c
13832         * src/prefs_other.c
13833         * src/prefs_other.h
13834         * src/prefs_quote.c
13835         * src/prefs_receive.c
13836         * src/prefs_receive.h
13837         * src/prefs_send.c
13838         * src/prefs_send.h
13839         * src/prefs_spelling.c
13840         * src/prefs_summaries.c
13841         * src/prefs_summary_column.c
13842         * src/prefs_template.c
13843         * src/prefs_themes.c
13844         * src/prefs_toolbar.c
13845         * src/prefs_wrapping.c
13846         * src/procmime.c
13847         * src/procmsg.c
13848         * src/send_message.h
13849         * src/ssl_manager.c
13850         * src/summary_search.c
13851         * src/summaryview.c
13852         * src/textview.c
13853         * src/wizard.c
13854         * src/common/smtp.c
13855         * src/common/smtp.h
13856         * src/gtk/gtkutils.h
13857                 o Move the rest of Common prefs to new style
13858                 o Lots of -Wall warning fixes
13859                 o fix FIXME in cache memusage calculation
13860                 o Let return receipts be sent from any account
13861                 o Little cache optimisation (read)
13862                 o Fix bug #746 (don't treat commas as separators
13863                   when inside a quoted string)
13864
13865 2005-05-31 [paul]       1.9.11cvs27
13866
13867         * src/prefs_common.c
13868                 fix 'off-by-one' typo
13869
13870 2005-05-31 [paul]       1.9.11cvs26
13871
13872         * src/account.c
13873         * src/addr_compl.c
13874         * src/compose.c
13875         * src/foldersel.c
13876         * src/prefs_actions.c
13877         * src/prefs_common.c
13878         * src/prefs_common.h
13879         * src/prefs_customheader.c
13880         * src/prefs_display_header.c
13881         * src/prefs_filtering.c
13882         * src/prefs_filtering_action.c
13883         * src/prefs_matcher.c
13884         * src/prefs_summaries.c
13885         * src/prefs_summary_column.c
13886         * src/prefs_template.c
13887         * src/prefs_toolbar.c
13888         * src/ssl_manager.c
13889         * src/gtk/pluginwindow.c
13890         * src/gtk/prefswindow.c
13891         * src/gtk/progressdialog.c
13892                 add hidden prefs 'enable_rules_hint'
13893                 for gtk_tree_view_set_rules_hint()
13894                 (sync with main)
13895                 
13896
13897 2005-05-31 [colin]      1.9.11cvs25
13898
13899         * src/Makefile.am
13900         * src/main.c
13901         * src/prefs_common.c
13902         * src/prefs_summaries.c ** ADDED **
13903         * src/prefs_summaries.h ** ADDED **
13904                 Common/Display -> Display/Summaries
13905
13906 2005-05-31 [colin]      1.9.11cvs24
13907
13908         * src/Makefile.am
13909         * src/main.c
13910         * src/prefs_quote.c ** ADDED **
13911         * src/prefs_quote.h ** ADDED **
13912                 Move Common/Quote to Compose/Quoting
13913         * src/prefs_common.c
13914         * src/prefs_common.h
13915                 Remove old quote stuff, add
13916                 convenience functions for GtkTextView prefs
13917         * src/gtk/prefswindow.c
13918                 Set default height higher
13919
13920 2005-05-30 [colin]      1.9.11cvs23
13921
13922         * src/Makefile.am
13923         * src/main.c
13924         * src/prefs_common.c
13925         * src/prefs_compose_writing.c ** ADDED **
13926         * src/prefs_compose_writing.h ** ADDED **
13927                 Move Common/Compose prefs to Compose/Writing
13928
13929 2005-05-30 [colin]      1.9.11cvs22
13930
13931         * src/common/utils.c
13932                 Fix bug #651 (Confused Attract by Subject)
13933                 Patch by M. Benkmann <haferfrost@web.de>
13934         * AUTHORS
13935
13936 2005-05-30 [colin]      1.9.11cvs21
13937
13938         * src/compose.c
13939                 Fix concatenation of different headers of
13940                 the same type (bug #645)
13941         * src/prefs_folder_item.c
13942                 Fix bug #699 (setting color to black doesn't
13943                 work immediately)
13944         * src/procmime.c
13945                 Print out decoding error only once per
13946                 block
13947
13948 2005-05-30 [paul]       1.9.11cvs20
13949
13950         * src/common/template.c
13951                 fix Bcc
13952
13953 2005-05-30 [paul]       1.9.11cvs19
13954
13955         * doc/src/rfc2368.txt   **NEW FILE**
13956         * src/compose.c
13957                 compose_entries_set(): don't interpret Bcc
13958                 header field (conform to RFC 2368)
13959                 (sync with main)
13960
13961 2005-05-29 [colin]      1.9.11cvs18
13962
13963         * src/prefs_common.c
13964                 Let the default reply format respect
13965                 netiquette by cutting the signature.
13966
13967 2005-05-29 [colin]      1.9.11cvs17
13968
13969         * src/summaryview.c
13970                 Don't let always_show_msg override
13971                 open_unread_on_enter when opening a new
13972                 directory.
13973
13974 2005-05-27 [paul]       1.9.11cvs16
13975
13976         sync with main:
13977
13978         * src/main.c
13979                 app_will_exit(): cleanup tmp directory when exit
13980         * src/message_search.c
13981                 improved the interface and made code cleanup.
13982                 removed Clear button
13983         * src/send_message.c
13984                 send_message_local(): use GSpawn, and detect errors
13985         * src/summary_search.c
13986                 improved the interface and made code cleanup
13987         * src/textview.c
13988                 textview_write_link(): also skip non-ascii space
13989                  at the head of link strings (phishing check
13990                  didn't work at the case)
13991         * src/common/utils.c
13992                 get_command_output(): use g_spawn_command_line_sync()
13993                 instead of popen()
13994
13995 2005-05-26 [colin]      1.9.11cvs15
13996
13997         * src/folder.c
13998                 remove printf
13999
14000 2005-05-26 [colin]      1.9.11cvs14
14001
14002         * src/common/nntp.c
14003                 Fix nntp mode reader (bug #611)
14004                 Patch by Florian Mickler <florian@mickler.org>
14005
14006 2005-05-26 [colin]      1.9.11cvs13
14007
14008         * src/plugins/pgpmime/passphrase.c
14009                 Fix mouse grabbing (bug #557)
14010
14011 2005-05-26 [colin]      1.9.11cvs12
14012
14013         * src/prefs_themes.c
14014                 Fix g_warning (bug #541)
14015
14016 2005-05-26 [colin]      1.9.11cvs11
14017
14018         * src/prefs_actions.c
14019         * src/prefs_template.c
14020                 Fix bug #506 (no warning if action/template
14021                 is not saved)
14022         * src/common/template.c
14023                 Fix a possible crash
14024
14025 2005-05-26 [colin]      1.9.11cvs10
14026
14027         * src/folder.c
14028         * src/folderview.c
14029         * src/procmsg.c
14030         * src/summaryview.c
14031                 Forbid locked messages to be moved or
14032                 deleted. Locked messages in trashes 
14033                 still get deleted, for performance
14034                 reason (mh.c::mh_remove_all_msgs)
14035
14036 2005-05-25 [colin]      1.9.11cvs9
14037
14038         * src/procmime.c
14039                 Use correct encoding when sending mails
14040                 with attachments that have accentued 
14041                 chars in their name
14042
14043 2005-05-24 [colin]      1.9.11cvs8
14044
14045         * src/summaryview.c
14046                 Fix bug #688 f) read/unread marker not
14047                 changed on first click
14048                 Also, optimize summary_status_show()
14049                 calls
14050         * src/folder.c
14051         * src/inc.c
14052         * src/procmime.c
14053                 Fix bug #688 b) and c) wrt message
14054                 attachments and signature
14055         * src/stock_pixmap.c
14056         * src/stock_pixmap.h
14057         * src/stock_pixmap.c
14058         * src/stock_pixmap.h
14059         * src/Makefile.am
14060         * src/pixmaps/clip_gpg_signed.xpm
14061                 Add clip/signed icon
14062
14063 2005-05-24 [colin]      1.9.11cvs7
14064
14065         * src/folder_item_prefs.c
14066                 whitespace fix
14067
14068 2005-05-24 [colin]      1.9.11cvs6
14069
14070         * src/folderview.c
14071         * src/prefs_common.c
14072         * src/prefs_common.h
14073                 Add a confirmation to folder drag and drop
14074                 fixes bug #156
14075         * src/alertpanel.c
14076         * src/alertpanel.h
14077                 fix _with_disable parameters so that
14078                 the buttons labels are specifiable too
14079         * src/plugins/pgpmime/sgpgme.c
14080                 reflect said change
14081                 
14082
14083 2005-05-24 [colin]      1.9.11cvs5
14084
14085         * src/folderview.c
14086                 Uncollapse/collapse folders on double-click
14087                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14088                 closes bug #108
14089
14090 2005-05-23 [colin]      1.9.11cvs4
14091
14092         * src/common/socket.c
14093                 Check another special SSL_peek() error.
14094                 Should help wrt bug #728
14095
14096 2005-05-23 [colin]      1.9.11cvs3
14097
14098         * src/plugins/pgpmime/pgpmime.c
14099                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14100                 breaking menu accelerators and stuff. Users will have to
14101                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14102                 account's privacy preferences if needed.
14103
14104 2005-05-22 [paul]
14105
14106         * tools/kdeservicemenu/install.sh
14107                 use kdesu to prompt for root password if doing
14108                 global install/uninstall
14109
14110 2005-05-20 [colin]      1.9.11cvs2
14111
14112         * src/procmsg.c
14113                 Fix another compilation error with gcc-2.9x
14114                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14115         * src/send_message.c
14116                 Don't send QUIT if we aren't connected
14117
14118 2005-05-19 [colin]      1.9.11cvs1
14119
14120         * src/procmsg.c
14121                 Fix compilation with gcc 2.9x
14122
14123 2005-05-19 [paul]       1.9.11
14124
14125         1.9.11 released
14126
14127 2005-05-19 [paul]       1.9.9cvs14
14128
14129         * src/gtk/inputdialog.c
14130                 prevent gettext warning
14131
14132 2005-05-19 [paul]       1.9.9cvs13
14133
14134         * src/mainwindow.c
14135         * src/prefs_common.c
14136         * src/prefs_common.h
14137         * src/textview.c
14138         * src/textview.h
14139                 add an option to toggle cursor in message
14140                 view (sync with main)
14141
14142 2005-05-18 [colin]      1.9.9cvs12
14143
14144         * src/compose.c
14145                 Dereference freed pointer
14146         * src/gtk/gtkaspell.c
14147                 Fix duplication of dictionaries (is it an aspell issue?)
14148
14149 2005-05-18 [colin]      1.9.9cvs11
14150
14151         * src/gtk/inputdialog.c
14152         * src/gtk/gtkaspell.c
14153                 HIGuify dialogs
14154         * src/alertpanel.c
14155                 Remove a double call
14156
14157 2005-05-17 [colin]      1.9.9cvs10
14158
14159         * src/gtk/gtkaspell.c
14160                 Fix dialogs, Ctrl-Enter accel
14161
14162 2005-05-17 [colin]      1.9.9cvs9
14163
14164         * src/gtk/gtkaspell.c
14165                 Fix some accelerators, escape in replace-window
14166
14167 2005-05-16 [colin]      1.9.9cvs8
14168
14169         * src/gtk/gtkaspell.c
14170                 Revert last commit, it was a mistake.
14171
14172 2005-05-16 [colin]      1.9.9cvs7
14173
14174         * src/gtk/gtkaspell.c
14175                 Remove buggy code while we're at it. It's a 
14176                 dead code path anyway.
14177
14178 2005-05-16 [colin]      1.9.9cvs6
14179
14180         * src/gtk/gtkaspell.c
14181                 Missed some gtk_menu_popup where deactivate
14182                 signal should be handled. Should fix bug
14183                 #629 a bit more.
14184
14185 2005-05-16 [colin]      1.9.9cvs5
14186
14187         * src/gtk/gtkaspell.c
14188                 Remove debug printf()s
14189
14190 2005-05-16 [colin]      1.9.9cvs4
14191
14192         * src/gtk/gtkaspell.c
14193                 Fix a bit aspell problems
14194                 (see bug #629)
14195
14196 2005-05-13 [colin]      1.9.9cvs3
14197
14198         * src/folderview.c
14199                 Fix the + appearing even when no subfolders
14200                 have unread messages. Thanks to wwp for the
14201                 bug report.
14202
14203 2005-05-11 [paul]       1.9.9cvs2
14204
14205         * src/folderview.c
14206                 correction to 1.9.9cvs1, only colour folders that
14207                 have new msgs (not unread msgs)
14208
14209 2005-05-10 [colin]      1.9.9cvs1
14210
14211         * src/folderview.c
14212         * src/summaryview.c
14213                 Try to fix bolding bugs again.
14214
14215 2005-05-09 [paul]
14216
14217         * tools/claws.i18n.status.pl
14218                 add Ricardo Mones Lastra's script that has been providing
14219                 the i18n status page for many months
14220
14221 2005-05-09 [paul]       1.9.9
14222
14223         1.9.9 release
14224
14225 2005-05-09 [paul]       1.9.6cvs58
14226
14227         * AUTHORS
14228         * INSTALL
14229         * README.claws
14230                 updated
14231         * Makefile.am 
14232         * RELEASE_NOTES.claws
14233                 add release notes to cvs to simplify release
14234                 procedure
14235         * configure.ac
14236                 add ca and fi to ALL_LINGUAS
14237         * po/Makefile.in.in
14238                 workaround for missing Makevars
14239         * po/ca.po
14240         * po/fi.po
14241                 add new Catalan and Finnish translations
14242                 submitted by Miquel Oliete and Flammie Pirinen
14243         * po/de.po
14244         * po/es.po
14245         * po/fr.po
14246         * po/it.po
14247         * po/pl.po
14248         * po/ru.po
14249         * po/sk.po
14250         * po/sr.po
14251         * po/zh_CN.po
14252                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14253                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14254                 Urke MMI, and Hansom Young
14255         * src/main.c
14256                 Fix drafting when quitting. compose_draft() closes the
14257                 compose windows, which modifies the compose_list GSList.
14258                 We have to refresh this list after echo drafting to avoid a
14259                 segfault
14260         * src/partial_download.c
14261                 fix segfault on exit
14262
14263 2005-05-06 [paul]       1.9.6cvs57
14264
14265         * src/grouplistdialog.c
14266                 quick fix/workaround for unresizeable newsgroup
14267                 name column 
14268
14269 2005-05-06 [paul]       1.9.6cvs56
14270
14271         * src/inc.c
14272         * src/mainwindow.c
14273                 use gettext plural forms
14274         * src/imap_gtk.c
14275         * src/mh_gtk.c
14276         * src/toolbar.c
14277                 small improvement to english usage
14278
14279 2005-05-05 [thorsten]   1.9.6cvs55
14280
14281         * src/folder.c
14282                 fix possible crash
14283
14284 2005-05-05 [paul]       1.9.6cvs54
14285         
14286         sync with HEAD
14287
14288         * AUTHORS
14289         * src/compose.c
14290                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14291                 patch by Tim Mann
14292
14293 2005-05-05 [paul]       1.9.6cvs53
14294
14295         * src/mainwindow.c
14296                 fix resizing of separate message and
14297                 folder views
14298
14299 2005-05-05 [paul]       1.9.6cvs52
14300
14301         * src/account.c
14302         * src/addrgather.c
14303         * src/browseldap.c
14304         * src/exphtmldlg.c
14305         * src/expldifdlg.c
14306         * src/importmutt.c
14307         * src/importpine.c
14308         * src/main.c
14309         * src/mainwindow.c
14310         * src/noticeview.c
14311         * src/prefs_filtering.c
14312         * src/prefs_filtering_action.c
14313         * src/prefs_matcher.c
14314         * src/prefs_spelling.c
14315         * src/prefs_toolbar.c
14316         * src/toolbar.c
14317         * src/wizard.c
14318         * src/gtk/description_window.c
14319         * src/gtk/gtkvscrollbutton.c
14320         * src/gtk/progressdialog.c
14321         * src/gtk/quicksearch.c
14322         * src/plugins/pgpmime/prefs_gpg.c
14323         * src/plugins/spamassassin/spamassassin_gtk.c
14324                 replace deprecated gtk_widget_set_usize
14325
14326 2005-05-04 [colin]      1.9.6cvs51
14327
14328         * src/common/utils.c
14329                 Fix crash when subst_for_filename is called
14330                 with a NULL parameter
14331
14332 2005-05-04 [colin]      1.9.6cvs50
14333
14334         * src/partial_download.c
14335         * src/pop.c
14336                 Escape login when writing uidl file
14337                 fixes bug #736
14338
14339 2005-05-03 [colin]      1.9.6cvs49
14340
14341         * src/procmime.c
14342                 Fix possible DOS in mime parser
14343                 (see bug #634)
14344
14345 2005-05-02 [colin]      1.9.6cvs48
14346
14347         * src/compose.c
14348                 Try to fix the copy/paste mess once again.
14349
14350
14351 2005-04-30 [colin]      1.9.6cvs47
14352
14353         * src/prefs_account.h
14354         * src/procmsg.c
14355         * src/send_message.c
14356         * src/common/smtp.c
14357         * src/common/smtp.h
14358                 Try to batch sending mails (per account) instead of
14359                 reconnecting to server every time.
14360
14361 2005-04-29 [colin]      1.9.6cvs46
14362
14363         * src/messageview.c
14364                 Fix window resizing that refused to size down
14365         * src/prefs_common.c
14366         * src/prefs_common.h
14367         * src/prefs_filtering.c
14368                 Save Filtering's window size
14369
14370 2005-04-21 [paul]       1.9.6cvs45
14371
14372         * ChangeLog-gtk2.claws
14373         * src/setup.c
14374                 correction to sync
14375
14376 2005-04-21 [paul]       1.9.6cvs44
14377
14378         sync with main:
14379
14380         * src/setup.c
14381         * src/statusbar.c
14382         * src/statusbar.h
14383                 use gtkut_widget_draw_now(). Improved performance
14384                 of the update of statusbar
14385         * src/textview.c
14386                 textview_smooth_scroll_do(): redraw it after scroll
14387                 is done (fixed incorrect display when a part of the
14388                 view is hidden).
14389         * src/gtk/gtkutils.c
14390         * src/gtk/gtkutils.h
14391                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14392                 to force update of widgets.
14393                 Removed gtkut_widget_wait_for_draw() which had a big
14394                 overhead  because of waiting for all events processed 
14395
14396 2005-04-20 [paul]       1.9.6cvs43
14397
14398         * src/codeconv.c
14399                 complete 1.9.6cvs42's sync:
14400                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14401
14402 2005-04-19 [paul]       1.9.6cvs42
14403
14404         sync with main:
14405
14406         * src/action.c
14407                 catch_output(): correctly select the insert text
14408                 (fix invalid iterator warnings).
14409         * src/codeconv.c
14410         * src/codeconv.h
14411         * src/mainwindow.c
14412         * src/messageview.c
14413         * src/prefs_common.c
14414                 support GBK encoding.
14415         * src/common/session.c
14416         * src/common/session.h
14417                 use separate buffer for large data to be sent,
14418                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14419
14420 2005-04-18 [paul]       1.9.6cvs41
14421
14422         * src/jpilot.c
14423                 convert unsigned long into guint32
14424                 patch by Paul LeoNerd Evans 
14425
14426 2005-04-17 [colin]      1.9.6cvs40
14427
14428         * src/compose.c
14429                 Fix 'Request return receipt' from folder
14430                 properties (bug #708)
14431
14432 2005-04-17 [colin]      1.9.6cvs39
14433
14434         * src/mainwindow.c
14435                 Fix duplicate hotkeys in Mainwindow's menu
14436
14437 2005-04-17 [colin]      1.9.6cvs38
14438
14439         * src/folderview.c
14440                 Fix duplicate hotkeys in Folderview's contextual
14441                 menu
14442
14443 2005-04-15 [colin]      1.9.6cvs37
14444
14445         * src/summaryview.c
14446                 Fix 'Save as...' with non-ascii filenames
14447
14448 2005-04-15 [colin]      1.9.6cvs36
14449
14450         * src/plugins/pgpmime/pgpmime.c
14451                 Fix bus error on 64bit. Spotted by 
14452                 macallan1888@gmail.com
14453
14454 2005-04-15 [colin]      1.9.6cvs35
14455
14456         * src/prefs_account.c
14457                 Fix cvs34.
14458
14459 2005-04-12 [colin]      1.9.6cvs34
14460
14461         * src/prefs_account.c
14462                 Fix smtp auth type off-by-one. We forgot to
14463                 add PLAIN in the prefs-to-gui setter func and
14464                 as a result, the selected auth when opening
14465                 account prefs was not the correct one.
14466
14467 2005-04-12 [paul]       1.9.6cvs33
14468
14469         * src/inc.c
14470                 if the recv dialog is visible, Cancel only
14471                 cancels the current account
14472
14473
14474 2005-04-10 [colin]      1.9.6cvs32
14475
14476         * src/filtering.c
14477                 Copy score when copying FilteringActions
14478                 Fix bug #674
14479
14480 2005-04-10 [colin]      1.9.6cvs31
14481
14482         * src/inc.c
14483                 Make Message -> Receive -> Cancel cancel 
14484                 incorporation on all accounts. Fixes
14485                 bug #693
14486
14487 2005-04-10 [colin]      1.9.6cvs30
14488
14489         * src/prefs_account.c
14490                 Update Privacy checkbuttons status based
14491                 on the selected privacy system
14492         * src/compose.c
14493                 Always connect the "None" privacy system; the
14494                 static boolean was probably there to avoid
14495                 reconnecting twice in the same compose window,
14496                 but as the parent function is only called once
14497                 per compose, it's only a bug - as a static is
14498                 initialized once per application instance.
14499                 Also, don't uncheck Sign and Encrypt when
14500                 selecting None as privacy system; just ignore
14501                 them when sending/queuing.
14502                 Should fix bug #695
14503
14504 2005-04-08 [colin]      1.9.6cvs29
14505
14506         * src/account.c
14507         * src/prefs_account.c
14508         * src/prefs_account.h
14509                 Add account preference to queue message in a certain
14510                 folder.
14511
14512 2005-04-06 [colin]      1.9.6cvs28
14513
14514         * src/prefs_account.c
14515                 Update old inbox path syntax
14516
14517 2005-04-06 [paul]       1.9.6cvs27
14518
14519         sync with main:
14520
14521         * configure.ac
14522                 changed -traditional-cpp to -no-cpp-precomp for newer
14523                 Mac OS X support
14524         * src/foldersel.c
14525                 made column resize automatically
14526         * src/send_message.c
14527                 send_message_smtp(): consider EOF right after QUIT
14528                 successful (workaround for Gmail SMTP server)
14529         * src/common/socket.c
14530                 ssl_read(), ssl_peek(): check EOF which violates the
14531                 SSL protocol
14532         * src/gtk/colorlabel.c
14533                 removed warnings when displaying colorlabel menu
14534                 (don't use GtkAlignment)
14535
14536 2005-04-05 [paul]       1.9.6cvs26
14537
14538         * src/plugins/trayicon/trayicon.c
14539                 fix clipping of icon under KDE3 
14540
14541 2005-04-05 [paul]       1.9.6cvs25
14542
14543         * src/summaryview.c
14544                 hide display of threading
14545                 patch by Alfons
14546
14547 2005-04-04 [thorsten]   1.9.6cvs24
14548
14549         * src/mh.c
14550                 marks lost on filesystems with different stat() results on
14551                 summer-/wintertime
14552
14553 2005-04-03 [colin]      1.9.6cvs23
14554
14555         * src/summaryview.c
14556                 Don't handle up/down. Patch by Alfons
14557
14558 2005-04-02 [colin]      1.9.6cvs22
14559
14560         * src/summaryview.c
14561                 Make scrolling faster. Patch by Alfons.
14562
14563 2005-04-01 [colin]      1.9.6cvs21
14564
14565         * src/Makefile.am
14566         * src/stock_pixmap.c
14567         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14568         * src/pixmaps/dir_noselect.xpm ** ADDED **
14569                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14570
14571 2005-04-01 [colin]      1.9.6cvs20
14572
14573         * src/image_viewer.c
14574         * src/image_viewer.h
14575         * src/procmime.c
14576         * src/procmime.h
14577         * src/textview.c
14578         * src/textview.h
14579                 Implement inline image resizing and right-clicking
14580
14581 2005-04-01 [paul]       1.9.6cvs19
14582
14583         * AUTHORS
14584         * Makefile.am
14585         * configure.ac
14586                 check for gnome2
14587                 patch by Luca Cavalli <loopback<AT>slackit.org>
14588         * po/ru.po
14589                 updated by Pavlo Bohmat
14590
14591 2005-03-31 [colin]      1.9.6cvs18
14592
14593         * src/news.c
14594                 Fix parsing references
14595         * src/msgcache.c
14596                 don't put nulls in the references list
14597         * src/procheader.c
14598                 commit that forgotten file in 1.9.6cvs14
14599
14600 2005-03-31 [colin]      1.9.6cvs17
14601
14602         * src/compose.c
14603                 Fix joining of signature separator again. 
14604                 Maybe Hiro could put it in main too...
14605
14606 2005-03-31 [colin]      1.9.6cvs16
14607
14608         * src/Makefile.am
14609         * src/foldersel.c
14610         * src/stock_pixmap.c
14611         * src/stock_pixmap.h
14612         * src/pixmaps/dir-noselect.xpm
14613                 Update foldersel.c (sync from main, patch by Alfons)
14614
14615 2005-03-30 [colin]      1.9.6cvs15
14616
14617         * src/imap.c
14618                 Fix handling of imap folders containing [] in 
14619                 their name. Thanks to Nahuel Angelinetti for
14620                 the detailed bugreport.
14621
14622 2005-03-30 [colin]      1.9.6cvs14
14623
14624         * src/common/utils.h
14625         * src/common/utils.c
14626         * src/common/defs.h
14627         * src/matcher.c
14628         * src/msgcache.c
14629         * src/news.c
14630         * src/procmsg.c
14631         * src/procmsg.h
14632         * src/quote_fmt_parse.y
14633         * src/summaryview.c
14634                 Update references system. Patch by Alfons
14635
14636 2005-03-30 [colin]      1.9.6cvs13
14637
14638         * src/common/socket.c
14639                 Force the glibc to read resolv.conf again when 
14640                 it has changed. Should fix issues when changing
14641                 networks on a laptop and not restarting sylpheed. 
14642
14643 2005-03-30 [paul]       1.9.6cvs12
14644
14645         partial sync with main:
14646
14647         * src/action.c
14648                 create_io_dialog(): use user-defined text font
14649                 (thanks to Alfons), and modified its appearance.
14650         * src/addrgather.c
14651         * src/addrharvest.c
14652         * src/browseldap.c
14653                 replace old code
14654         * src/compose.c
14655                 don't join (presumably) itemized lines on line-wrapping
14656                 fixed wrapping of quote when auto-wrapping is enabled
14657                 compose_destroy(): destroy paned only if it's not
14658                 attached to window. Fixed memory leak of popup menu.
14659         * src/exphtmldlg.c
14660         * src/expldifdlg.c
14661                 replace old code
14662         * src/html.c
14663         * src/html.h
14664         * src/importmutt.c
14665         * src/importpine.c
14666                 replace old code
14667         * src/main.c
14668                 removed redundant code
14669         * src/mainwindow.c
14670                 changed 'Code set' (which is rather incorrect)
14671                 in the menu to 'Character encoding'
14672                 main_window_set_widgets(): request size first
14673                 to prevent window size becoming wrong
14674                 fixed remembering of the state of the visibility
14675                 of MessageView
14676         * src/messageview.c
14677                 changed 'Code set' (which is rather incorrect)
14678                 in the menu to 'Character encoding'
14679         * src/prefs_common.c
14680         * src/prefs_common.h
14681                 added an option whether to render HTML as text or not
14682                 added separators to outgoing encoding menu
14683         * src/procheader.c
14684                 procheader_scan_date_string(): support header
14685                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14686         * src/summaryview.c
14687         * src/summaryview.h
14688                 minor code cleanup
14689         * src/textview.c
14690                 textview_show_html(): force output of newline
14691                 added an option whether to render HTML as text or not
14692         * src/common/utils.c
14693                 strncpy2(): optimized based on Alfons' code
14694         * src/gtk/gtkutils.c
14695         * src/gtk/gtkutils.h
14696                 removed non-used code
14697         * src/plugins/pgpmime/passphrase.c
14698                 partially fixed grab input of passphrase dialog
14699                 Confine pointer to window
14700
14701 2005-03-30 [colin]      1.9.6cvs11
14702
14703         * src/msgcache.c
14704         * src/msgcache.h
14705                 Read/write 32bit ints from cache & marks
14706                 From main.
14707
14708 2005-03-29 [paul]       1.9.6cvs10
14709
14710         * AUTHORS
14711         * ChangeLog.claws
14712         * src/compose.c
14713         * src/gtk/gtkaspell.c
14714                 sync with HEAD (don't pass NULL pointers) 
14715
14716 2005-03-24 [paul]
14717
14718         * tools/Makefile.am
14719         * tools/README
14720         * tools/acroread2sylpheed.pl
14721                 sync with HEAD (add script to send pdfs as
14722                 attachments from Adobe Reader 7)
14723
14724 2005-03-21 [paul]       1.9.6cvs9
14725
14726         * configure.ac
14727         * po/POTFILES.in
14728         * src/Makefile.am
14729         * src/crash.c
14730         * src/image_viewer.c ** ADDED **
14731         * src/image_viewer.h ** ADDED **
14732         * src/main.c
14733         * src/prefs_common.c
14734         * src/prefs_common.h
14735         * src/prefs_image_viewer.c ** ADDED **
14736         * src/prefs_image_viewer.h ** ADDED **
14737         * src/textview.c
14738         * src/gtk/about.c
14739         * src/pixmaps/sylpheed_logo.xpm
14740         * src/plugins/Makefile.am
14741         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14742         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14743         * src/plugins/image_viewer/plugin.c ** REMOVED **
14744         * src/plugins/image_viewer/viewer.c ** REMOVED **
14745         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14746         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14747         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14748         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14749         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14750                 as gdk-pixbuf is now built-in
14751                 remove image_viewer plugin and put code back into
14752                 main codebase
14753                 implement inline image display (sync with main)
14754
14755                 replace logo with newer, nicer, larger version  
14756
14757 2005-03-21 [paul]       1.9.6cvs8
14758
14759         * src/gtk/about.c
14760                 cosmetic improvement
14761
14762 2005-03-21 [holger]     1.9.6cvs7
14763
14764         * src/plugins/spamassassin/spamassassin.c
14765                 Sync with HEAD
14766                 (unregister hook on failed plugin init)
14767
14768 2005-03-20 [colin]      1.9.6cvs6
14769
14770         * src/common/plugin.c
14771                 Check that plugin isn't already loaded
14772                 Patch by Alfons
14773
14774 2005-03-20 [thorsten]   1.9.6cvs5
14775
14776         * src/compose.c
14777                 use a more compatible syntax
14778
14779 2005-03-20 [thorsten]   1.9.6cvs4
14780
14781         * src/prefs_toolbar.c
14782                 fix crash when selecting toolbar item (uninitialized pointer)
14783
14784 2005-03-20 [thorsten]   1.9.6cvs3
14785
14786         * src/procmime.c
14787                 fix mimetype detection (referenced free()d string)
14788
14789 2005-03-20 [paul]       1.9.6cvs2
14790
14791         * src/compose.c
14792                 sync with HEAD (1.0.3cvs5)
14793                 neglect Reply-To header if empty
14794                 Patch by Alfons 
14795
14796 2005-03-19 [holger]     1.9.6cvs1
14797
14798         * src/summaryview.c
14799         * src/summaryview.h
14800                 Sync with HEAD
14801
14802 2005-03-18 [paul]       1.9.6
14803
14804         initial GTK2 release
14805
14806 2005-03-18 [paul]       1.0.3cvs3.1
14807
14808         * AUTHORS
14809         * ChangeLog.claws
14810         * configure.ac
14811         * src/gtk/about.c
14812         * src/pixmaps/sylpheed_logo.xpm
14813                 sync with HEAD
14814
14815 2005-03-18 [colin]      1.0.3cvs2.6
14816
14817         * src/summaryview.c
14818                 Remove call to summary_step in summary_copy_selected_to
14819                 Can't see its purpose, and this causes bug when copying
14820                 a message if the next one is unread: it reads it.
14821
14822 2005-03-18 [paul]       1.0.3cvs2.5
14823
14824         * src/foldersel.c
14825                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14826
14827 2005-03-18 [paul]       1.0.3cvs2.4
14828
14829         * src/addrharvest.c
14830         * src/codeconv.c
14831         * src/codeconv.h
14832         * src/compose.c
14833         * src/news.c
14834         * src/procheader.c
14835         * src/procmime.c
14836         * src/unmime.c
14837         * src/unmime.h
14838                 fix buffer overflow, CAN-2005-0667, see
14839                 http://secunia.com/advisories/14491/
14840                 Patch by Alfons
14841
14842 2005-03-17 [colin]      1.0.3cvs2.3
14843
14844         * src/prefs_fonts.c
14845         * src/summaryview.c
14846                 Fix font bugs (both lists now officialy share 
14847                 the same font)
14848                 
14849
14850 2005-03-17 [paul]       1.0.3cvs2.2
14851
14852         * src/gtk/pluginwindow.c
14853                 make plugin descriptions uneditable
14854
14855 2005-03-11 [paul]       1.0.3cvs2.1
14856
14857         * ChangeLog.claws
14858         * configure.ac
14859         * po/POTFILES.in
14860         * src/plugins/trayicon/trayicon.c
14861                 sync with HEAD
14862                 add src/wizard.c to POTFILES.in
14863
14864 2005-03-11 [paul]       1.0.3cvs1.1
14865
14866         * ChangeLog
14867         * ChangeLog.claws
14868         * configure.ac
14869         * po/de.po
14870         * po/es.po
14871         * po/fr.po
14872         * po/it.po
14873         * po/pt_BR.po
14874         * po/ru.po
14875         * po/sk.po
14876         * po/sr.po
14877         * po/zh_CN.po
14878                 sync with HEAD
14879
14880 2005-03-04 [colin]      1.0.1cvs22.2
14881
14882         * src/compose.c
14883                 Fix signatures with accentued chars in it
14884
14885 2005-03-04 [colin]      1.0.1cvs22.1
14886
14887         * src/common/smtp.c
14888         * src/common/smtp.h
14889                 Don't use SIZE param in MAIL FROM: if server 
14890                 doesn't support it. Patch by Eugen Freiter
14891                 <eugen_f@users.sf.net>
14892
14893 2005-02-27 [paul]       1.0.1cvs20.1
14894
14895         * ChangeLog.claws
14896         * configure.ac
14897         * src/messageview.c
14898                 sync with HEAD
14899
14900 2005-02-27 [colin]      1.0.1cvs19.4
14901
14902         * src/procheader.c
14903         * src/procheader.h
14904                 Fix prototypes. Patch by Alfons
14905
14906 2005-02-27 [colin]      1.0.1cvs19.3
14907
14908         * src/compose.c
14909                 Don't auto-join the signature separator.
14910
14911 2005-02-26 [colin]      1.0.1cvs19.2
14912
14913         * src/summaryview.c
14914                 Fix 'mark all read' with collapsed threads.
14915                 Patch by Alfons.
14916
14917 2005-02-25 [paul]       1.0.1cvs19.1
14918
14919         * ChangeLog.claws
14920         * configure.ac
14921         * src/prefs_account.c
14922         * src/prefs_folder_item.c
14923         * src/gtk/prefswindow.c
14924         * src/gtk/prefswindow.h
14925                 sync with HEAD
14926
14927 2005-02-25 [paul]       1.0.1cvs15.12
14928
14929         * src/alertpanel.c
14930         * src/codeconv.c
14931         * src/compose.c
14932         * src/textview.c
14933         * src/gtk/gtkutils.c
14934         * src/gtk/gtkutils.h
14935         * src/gtk/logwindow.c
14936         * src/gtk/progressdialog.c
14937                 sync with main (revision 127)
14938                 and fix logwindow clipping
14939
14940 2005-02-24 [colin]      1.0.1cvs15.11
14941
14942         * src/plugins/pgpmime/passphrase.c
14943                 Disable input grabbing; it doesn't work yet.
14944
14945 2005-02-24 [colin]      1.0.1cvs15.10
14946
14947         * src/messageview.c
14948                 Don't send out receipts if offline. Ask.
14949
14950 2005-02-23 [colin]      1.0.1cvs15.9
14951
14952         * src/summaryview.c     
14953                 Fix expanding
14954
14955 2005-02-23 [colin]      1.0.1cvs15.8
14956
14957         * src/summaryview.c
14958                 Really fix Bug 568 by removing useless
14959                 calls. summary_thread_init() now called
14960                 in summary_sort(). This should please
14961                 Alfons as it should be faster than 
14962                 previously.
14963
14964 2005-02-23 [colin]      1.0.1cvs15.7
14965
14966         * src/compose.c
14967                 Encode parts as QP or B64 if signing
14968
14969 2005-02-23 [colin]      1.0.1cvs15.6
14970
14971         * src/compose.c
14972                 Fix Mimeinfo leakage (including tmp files)
14973         * src/procmsg.c
14974                 Fix tmp file leakage (spotted by Ivan Rayner)
14975
14976 2005-02-22 [colin]      1.0.1cvs15.5
14977
14978         * src/expldifdlg.c
14979                 Fix keyboard input. Patch by Alfons.
14980
14981 2005-02-21 [colin]      1.0.1cvs15.4
14982
14983         * src/compose.c
14984                 Fix Sign/Encrypt when unselecting privacy
14985                 system
14986         * src/prefs_common.c
14987                 Change default message font to Monospace
14988         * src/summaryview.c
14989                 More freezing during potentially large operations
14990
14991 2005-02-21 [paul]       1.0.1cvs15.3
14992
14993         * src/main.c
14994                 fix --help output
14995
14996 2005-02-21 [paul]       1.0.1cvs15.2
14997
14998         * po/Makefile.in.in
14999         * src/compose.c
15000         * src/summaryview.c
15001         * src/textview.c
15002         * src/common/utils.c
15003         * src/common/utils.h
15004                 sync with main (revision 117)
15005
15006 2005-02-20 [colin]      1.0.1cvs15.1
15007
15008         * src/common/defs.h
15009                 Change cache file to .sylpheed_claws_cache, as
15010                 suggested by Alfons. Allows people to switch
15011                 between Sylpheed and Sylpheed-Claws. it is
15012                 a good idea to "Check for new messages" at next
15013                 startup.
15014
15015
15016 2005-02-18 [colin]      1.0.1cvs14.1
15017
15018         * src/quote_fmt_lex.l
15019         * src/quote_fmt_parse.y
15020                 Fix parser initialisation. Patch by Ivan.
15021
15022 2005-02-18 [colin]      1.0.1cvs11.6
15023
15024         * src/folderview.c
15025                 Fix scrolldown (bug 662)
15026
15027 2005-02-17 [colin]      1.0.1cvs11.5
15028
15029         * src/codeconv.c
15030                 conv_filename_to_utf8: return clean 7bit instead
15031                 of broken utf8 if needed
15032         * src/mimeview.c
15033                 Fix display of parts with unclean 8bit names
15034
15035 2005-02-17 [paul]       1.0.1cvs11.4
15036
15037         * src/compose.c
15038         * src/exportldif.c
15039         * src/matcher_parser_parse.y
15040         * src/procmime.c
15041         * src/sourcewindow.c
15042         * src/common/Makefile.am
15043         * src/common/intl.h             ** REMOVED **
15044         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15045                 sync with main (revision 109)
15046                 and clean up
15047
15048 2005-02-16 [colin]      1.0.1cvs11.3
15049
15050         * src/summaryview.c
15051                 Fix collapsed thread not highlighting when new
15052                 messages in it (Bug 568) Patch by Stephan Sachse.
15053                 Fix messed up selection when reaching bounds (Bug 632)
15054         * src/prefs_themes.c
15055                 Fix theme installing (Bug 684)
15056
15057 2005-02-16 [colin]      1.0.1cvs11.2
15058
15059         * src/messageview.c
15060                 Fix messageview_select_all
15061
15062 2005-02-16 [colin]      1.0.1cvs11.1
15063
15064         * src/mh.c
15065                 Sync with HEAD (MH scan required function)
15066
15067 2005-02-15 [colin]      1.0.1cvs8.1
15068
15069         * src/mimeview.c
15070         * src/common/utils.c
15071                 Sync with HEAD (filename chars substitution)
15072
15073 2005-02-15 [colin]      1.0.1cvs7.3
15074
15075         * src/gtk/pluginwindow.c
15076                 Fix button spacing
15077
15078 2005-02-15 [colin]      1.0.1cvs7.2
15079
15080         * src/mimeview.c
15081                 Fix mime icons not reset across message when
15082                 scrolled down
15083
15084 2005-02-15 [colin]      1.0.1cvs7.1
15085
15086         * src/compose.c
15087         * src/procmime.c
15088                 Sync with HEAD (optimisation of cvs6)
15089
15090 2005-02-14 [colin]      1.0.1cvs6.1
15091
15092         * src/compose.c
15093         * src/procmime.c
15094                 Sync with HEAD (encode "From " at line beginning)
15095
15096 2005-02-14 [colin]      1.0.1cvs5.3
15097
15098         * src/compose.c
15099                 Fix wrapping with accentued chars.
15100
15101 2005-02-13 [colin]      1.0.1cvs5.2
15102
15103         * src/textview.c
15104                 Fix email informative part parsing with
15105                 accentued chars in it. ispunct() returns
15106                 true for them in utf8...
15107
15108 2005-02-12 [colin]      1.0.1cvs5.1
15109
15110         * src/filtering.c
15111                 Sync with HEAD (remove wrong use of compose after send)
15112
15113 2005-02-12 [paul]       1.0.1cvs4.5
15114
15115         * src/textview.c
15116                 remove unnecessary code (thanks to Alfons)
15117
15118 2005-02-12 [paul]       1.0.1cvs4.4
15119
15120         * src/textview.c
15121                 add 'Copy' to contextual menu on emails
15122
15123 2005-02-11 [colin]      1.0.1cvs4.3
15124
15125         * src/compose.c
15126                 revert 1.0.0cvs28.2, it doesn't work that well.
15127
15128 2005-02-11 [paul]       1.0.1cvs4.2
15129
15130         * po/Makefile.in.in
15131                 fix 'make release'
15132
15133 2005-02-10 [paul]       1.0.1cvs4.1
15134
15135         * ChangeLog
15136         * ChangeLog.claws
15137         * ChangeLog.jp
15138         * configure.ac
15139         * src/compose.c
15140                 sync with HEAD (sync with main)
15141
15142 2005-02-10 [paul]       1.0.1cvs3.2
15143
15144         * AUTHORS
15145         * Makefile.am
15146         * autogen.sh
15147         * configure.ac
15148         * config/mkinstalldirs
15149         * intl/.cvsignore
15150         * intl/ChangeLog
15151         * intl/VERSION
15152         * intl/bindtextdom.c
15153         * intl/config.charset
15154         * intl/dcgettext.c
15155         * intl/dcigettext.c
15156         * intl/dcngettext.c
15157         * intl/dgettext.c
15158         * intl/dngettext.c
15159         * intl/eval-plural.h
15160         * intl/explodename.c
15161         * intl/finddomain.c
15162         * intl/gettext.c
15163         * intl/gettextP.h
15164         * intl/gmo.h
15165         * intl/hash-string.h
15166         * intl/intl-compat.c
15167         * intl/l10nflist.c
15168         * intl/libgnuintl.h.in
15169         * intl/loadinfo.h
15170         * intl/loadmsgcat.c
15171         * intl/localcharset.c
15172         * intl/localcharset.h
15173         * intl/locale.alias
15174         * intl/localealias.c
15175         * intl/localename.c
15176         * intl/log.c
15177         * intl/ngettext.c
15178         * intl/os2compat.c
15179         * intl/os2compat.h
15180         * intl/osdep.c
15181         * intl/plural-exp.c
15182         * intl/plural-exp.h
15183         * intl/plural.c
15184         * intl/plural.y
15185         * intl/ref-add.sin
15186         * intl/ref-del.sin
15187         * intl/relocatable.c
15188         * intl/relocatable.h
15189         * intl/textdomain.c
15190         * m4/Makefile.am
15191         * po/Makefile.in.in
15192         * src/Makefile.am
15193         * src/account.c
15194         * src/action.c
15195         * src/addr_compl.c
15196         * src/addressadd.c
15197         * src/addressbook.c
15198         * src/addrgather.c
15199         * src/addrindex.c
15200         * src/alertpanel.c
15201         * src/browseldap.c
15202         * src/codeconv.c
15203         * src/codeconv.h
15204         * src/compose.c
15205         * src/compose.h
15206         * src/crash.c
15207         * src/editaddress.c
15208         * src/editbook.c
15209         * src/editgroup.c
15210         * src/editjpilot.c
15211         * src/editldap.c
15212         * src/editldap_basedn.c
15213         * src/editvcard.c
15214         * src/exphtmldlg.c
15215         * src/expldifdlg.c
15216         * src/export.c
15217         * src/exporthtml.c
15218         * src/filtering.c
15219         * src/folder.c
15220         * src/folder_item_prefs.c
15221         * src/foldersel.c
15222         * src/folderview.c
15223         * src/grouplistdialog.c
15224         * src/headerview.c
15225         * src/imap.c
15226         * src/imap_gtk.c
15227         * src/import.c
15228         * src/importldif.c
15229         * src/importmutt.c
15230         * src/importpine.c
15231         * src/inc.c
15232         * src/ldif.c
15233         * src/main.c
15234         * src/mainwindow.c
15235         * src/matcher.c
15236         * src/mbox.c
15237         * src/message_search.c
15238         * src/messageview.c
15239         * src/mh.c
15240         * src/mh_gtk.c
15241         * src/mimeview.c
15242         * src/msgcache.c
15243         * src/news.c
15244         * src/news_gtk.c
15245         * src/noticeview.c
15246         * src/partial_download.c
15247         * src/pop.c
15248         * src/prefs_account.c
15249         * src/prefs_actions.c
15250         * src/prefs_common.c
15251         * src/prefs_customheader.c
15252         * src/prefs_display_header.c
15253         * src/prefs_ext_prog.c
15254         * src/prefs_filtering.c
15255         * src/prefs_filtering_action.c
15256         * src/prefs_folder_item.c
15257         * src/prefs_fonts.c
15258         * src/prefs_gtk.c
15259         * src/prefs_matcher.c
15260         * src/prefs_msg_colors.c
15261         * src/prefs_spelling.c
15262         * src/prefs_summary_column.c
15263         * src/prefs_template.c
15264         * src/prefs_themes.c
15265         * src/prefs_toolbar.c
15266         * src/prefs_wrapping.c
15267         * src/privacy.c
15268         * src/procheader.c
15269         * src/procmime.c
15270         * src/procmsg.c
15271         * src/quote_fmt.c
15272         * src/recv.c
15273         * src/send_message.c
15274         * src/setup.c
15275         * src/sourcewindow.c
15276         * src/ssl_manager.c
15277         * src/statusbar.c
15278         * src/summary_search.c
15279         * src/summaryview.c
15280         * src/textview.c
15281         * src/toolbar.c
15282         * src/wizard.c
15283         * src/common/nntp.c
15284         * src/common/plugin.c
15285         * src/common/smtp.c
15286         * src/common/ssl.c
15287         * src/common/ssl_certificate.c
15288         * src/common/string_match.c
15289         * src/common/sylpheed.c
15290         * src/common/template.c
15291         * src/common/utils.c
15292         * src/gtk/about.c
15293         * src/gtk/colorlabel.c
15294         * src/gtk/description_window.c
15295         * src/gtk/filesel.c
15296         * src/gtk/foldersort.c
15297         * src/gtk/gtkaspell.c
15298         * src/gtk/gtkutils.c
15299         * src/gtk/inputdialog.c
15300         * src/gtk/logwindow.c
15301         * src/gtk/menu.c
15302         * src/gtk/pluginwindow.c
15303         * src/gtk/prefswindow.c
15304         * src/gtk/progressdialog.c
15305         * src/gtk/quicksearch.c
15306         * src/gtk/sslcertwindow.c
15307         * src/plugins/clamav/clamav_plugin.c
15308         * src/plugins/clamav/clamav_plugin_gtk.c
15309         * src/plugins/demo/demo.c
15310         * src/plugins/dillo_viewer/dillo_prefs.c
15311         * src/plugins/dillo_viewer/dillo_viewer.c
15312         * src/plugins/image_viewer/plugin.c
15313         * src/plugins/image_viewer/viewer.c
15314         * src/plugins/image_viewer/viewerprefs.c
15315         * src/plugins/mathml_viewer/mathml_viewer.c
15316         * src/plugins/pgpmime/passphrase.c
15317         * src/plugins/pgpmime/plugin.c
15318         * src/plugins/pgpmime/prefs_gpg.c
15319         * src/plugins/pgpmime/select-keys.c
15320         * src/plugins/pgpmime/sgpgme.c
15321         * src/plugins/spamassassin/spamassassin.c
15322         * src/plugins/spamassassin/spamassassin_gtk.c
15323         * src/plugins/trayicon/trayicon.c
15324                 sync with main (revision 104)
15325
15326 2005-02-10 [colin]      1.0.1cvs3.1
15327
15328         * src/mainwindow.c
15329                 Sync with HEAD (fix occasional crasher)
15330
15331 2005-02-10 [colin]      1.0.1cvs2.1
15332
15333         * src/messageview.c
15334                 Synw with HEAD (don't automatically display html)
15335
15336 2005-02-09 [colin]      1.0.1cvs1.3
15337
15338         * src/textview.c
15339         * src/textview.h
15340                 Add contextual menu on emails
15341
15342 2005-02-09 [colin]      1.0.1cvs1.2
15343
15344         * src/codeconv.c
15345                 Fix converting from broken headers and 
15346                 put back the _ in missing places
15347                 (feature broke with cvs24.2 sync, main 
15348                  possibly affected?)
15349
15350 2005-02-09 [colin]      1.0.1cvs1.1
15351
15352         * src/messageview.c
15353         * src/mimeview.c
15354         * src/mimeview.h
15355                 Sync with HEAD (display non text/plain mails with plugin)
15356
15357 2005-02-08 [colin]      1.0.1.1
15358
15359         * ChangeLog.claws
15360         * po/pt_BR.po
15361                 Sync with HEAD
15362         * configure.ac
15363                 Make default configuration directory 
15364                 be .sylpheed-gtk2
15365
15366 2005-02-08 [colin]      1.0.0cvs29.1
15367
15368         * po/de.po
15369         * po/es.po
15370         * po/fr.po
15371         * po/it.po
15372         * po/sk.po
15373         * po/sr.po
15374                 Sync translations with HEAD
15375
15376 2005-02-06 [colin]      1.0.0cvs28.3
15377
15378         * src/compose.c
15379                 Make compose a bit faster - patch by Alfons.
15380
15381 2005-02-06 [colin]      1.0.0cvs28.2
15382
15383         * src/compose.c
15384                 Make pasting via middle-click more reliable
15385
15386 2005-02-05 [paul]       1.0.0cvs28.1
15387
15388         * ChangeLog
15389         * ChangeLog.claws
15390         * ChangeLog.jp
15391         * configure.ac
15392         * src/compose.c
15393                 sync with HEAD
15394                 (fix bug 682 'redirect is broken'
15395
15396 2005-02-05 [torte]      1.0.0cvs27.1
15397
15398         * ChangeLog.claws
15399         * configure.ac
15400         * src/partial_download.c
15401                 Sync with HEAD (fix buf overflow)
15402
15403 2005-02-03 [colin]      1.0.0cvs26.1
15404
15405         * src/common/plugin.c
15406                 Sync with HEAD (avoid plugin mismatches)
15407
15408 2005-02-03 [paul]       1.0.0cvs25.3
15409
15410         * src/folderview.c
15411         * src/headerview.c
15412         * src/summaryview.c
15413         * src/textview.c
15414         * src/gtk/colorlabel.c
15415                 third and final part of initial sync with main-gtk2
15416
15417 2005-02-03 [paul]       1.0.0cvs25.2
15418
15419         * src/jpilot.c
15420                 fix building with jpilot support
15421
15422 2005-02-02 [colin]      1.0.0cvs25.1
15423
15424         * src/messageview.c
15425                 Sync with HEAD (fix dangerous typo)
15426
15427 2005-02-01 [colin]      1.0.0cvs24.3
15428
15429         * src/common/xml.c
15430                 Write file as advertised (UTF-8)
15431
15432 2005-02-01 [paul]       1.0.0cvs24.2
15433
15434         * src/addrbook.c
15435         * src/addrindex.c
15436         * src/alertpanel.h
15437         * src/codeconv.c
15438         * src/codeconv.h
15439         * src/compose.c
15440         * src/export.c
15441         * src/folder_item_prefs.c
15442         * src/html.c
15443         * src/imap.c
15444         * src/import.c
15445         * src/jpilot.c
15446         * src/mainwindow.c
15447         * src/matcher_parser_lex.l
15448         * src/messageview.c
15449         * src/mh.c
15450         * src/prefs_account.c
15451         * src/prefs_actions.c
15452         * src/prefs_common.c
15453         * src/prefs_gtk.c
15454         * src/prefs_gtk.h
15455         * src/prefs_themes.c
15456         * src/procheader.c
15457         * src/procmime.c
15458         * src/sourcewindow.c
15459         * src/statusbar.c
15460         * src/summaryview.c
15461         * src/textview.c
15462         * src/toolbar.c
15463         * src/unmime.c
15464         * src/common/template.c
15465         * src/common/utils.c
15466         * src/common/xml.c
15467         * src/common/xml.h
15468         * src/gtk/gtkaspell.c
15469         * src/plugins/clamav/clamav_plugin.c
15470         * src/plugins/dillo_viewer/dillo_prefs.c
15471         * src/plugins/image_viewer/viewerprefs.c
15472         * src/plugins/pgpmime/passphrase.c
15473         * src/plugins/pgpmime/prefs_gpg.c
15474         * src/plugins/pgpmime/select-keys.c
15475         * src/plugins/spamassassin/spamassassin.c
15476                 second part of initial sync with main-gtk2
15477                 (more to follow)
15478
15479 2005-01-31 [colin]      1.0.0cvs24.1
15480
15481         * src/compose.c
15482                 Sync with HEAD
15483
15484 2005-01-29 [paul]       1.0.0cvs23.2
15485
15486         * src/account.c
15487         * src/action.c
15488         * src/addressadd.c
15489         * src/addressbook.c
15490         * src/alertpanel.c
15491         * src/compose.c
15492         * src/editaddress.c
15493         * src/editbook.c
15494         * src/editgroup.c
15495         * src/editjpilot.c
15496         * src/editldap.c
15497         * src/editldap_basedn.c
15498         * src/editvcard.c
15499         * src/export.c
15500         * src/foldersel.c
15501         * src/grouplistdialog.c
15502         * src/import.c
15503         * src/importldif.c
15504         * src/inc.c
15505         * src/main.c
15506         * src/mainwindow.c
15507         * src/message_search.c
15508         * src/messageview.c
15509         * src/mimeview.c
15510         * src/prefs_actions.c
15511         * src/prefs_common.c
15512         * src/prefs_common.h
15513         * src/prefs_customheader.c
15514         * src/prefs_display_header.c
15515         * src/prefs_filtering.c
15516         * src/prefs_filtering_action.c
15517         * src/prefs_gtk.c
15518         * src/prefs_matcher.c
15519         * src/prefs_summary_column.c
15520         * src/prefs_template.c
15521         * src/sourcewindow.c
15522         * src/summary_search.c
15523         * src/summaryview.c
15524         * src/textview.c
15525         * src/gtk/about.c
15526         * src/gtk/description_window.c
15527         * src/gtk/gtkshruler.c
15528         * src/gtk/gtkutils.c
15529         * src/gtk/gtkutils.h
15530         * src/gtk/inputdialog.c
15531         * src/gtk/logwindow.c
15532         * src/gtk/prefswindow.c
15533         * src/gtk/progressdialog.c
15534         * src/gtk/progressdialog.h
15535                 first part of initial sync with main-gtk2
15536                 (more to follow)
15537
15538 2005-01-28 [colin]      1.0.0cvs23.1
15539
15540         * src/folderview.c
15541                 Sync with HEAD
15542
15543 2005-01-27 [colin]      1.0.0cvs21.1
15544
15545         * src/folder.c
15546         * src/folderview.c
15547                 Sync with HEAD
15548
15549 2005-01-27 [colin]      1.0.0cvs19.1
15550
15551         * src/procmime.c
15552                 Sync with HEAD
15553
15554 2005-01-27 [colin]      1.0.0cvs18.1
15555
15556         * src/messageview.c
15557         * src/summaryview.c
15558         * src/mainwindow.c
15559         * src/compose.c
15560         * src/compose.h
15561         * src/procmsg.c
15562         * src/procmsg.h
15563         * src/toolbar.c
15564                 Sync with HEAD
15565
15566 2005-01-26 [paul]       1.0.0cvs15.2
15567
15568         * src/compose.c
15569                 compose_entries_set(): convert subject and body to
15570                 utf8 if necessary. patch by Felix Eckhofer
15571
15572 2005-01-26 [paul]       1.0.0cvs15.1
15573
15574         * configure.ac
15575         * src/common/template.c
15576                 sync with HEAD (fix memory leak)
15577
15578 2005-01-25 [paul]       1.0.0cvs14.1
15579
15580         * configure.ac
15581         * src/compose.c
15582                 sync with HEAD
15583
15584 2005-01-24 [colin]      1.0.0cvs13.1
15585
15586         * src/summaryview.c
15587                 Sync with HEAD
15588
15589 2005-01-24 [paul]       1.0.0cvs12.1
15590
15591         * configure.ac
15592         * src/messageview.c
15593         * src/mh.c
15594         * src/common/utils.c
15595                 sync with HEAD
15596
15597 2005-01-24 [colin]      1.0.0cvs11.1
15598
15599         * src/procheader.c
15600                 Sync with HEAD
15601
15602 2005-01-24 [colin]      1.0.0cvs10.1
15603
15604         * src/folderview.c
15605                 Sync with HEAD
15606
15607 2005-01-23 [colin]      1.0.0cvs9.1
15608
15609         * src/crash.c
15610                 Sync with HEAD
15611
15612 2005-01-22 [colin]      1.0.0cvs8.1
15613
15614         * src/summaryview.c
15615         * src/gtk/quicksearch.c
15616                 Sync with HEAD
15617
15618 2005-01-21 [colin]      1.0.0cvs7.1
15619
15620         * src/summaryview.c
15621                 Sync with HEAD
15622
15623 2005-01-21 [colin]      1.0.0cvs6.1
15624
15625         * src/summaryview.c
15626                 Sync with HEAD
15627
15628 2005-01-21 [colin]      1.0.0cvs5.1
15629
15630         * src/gtk/quicksearch.c
15631         * src/prefs_common.c
15632         * src/prefs_common.h
15633                 Sync with HEAD (recurse option)
15634
15635 2005-01-21 [colin]      1.0.0cvs4.1
15636
15637         * src/folder.h
15638         * src/folderview.c
15639         * src/folderview.h
15640         * src/summaryview.c
15641         * src/gtk/quicksearch.c
15642         * src/gtk/quicksearch.h
15643                 Sync with HEAD (recursive quicksearch)
15644
15645 2005-01-20 [colin]      1.0.0cvs3.4
15646
15647         * src/ssl_manager.c
15648                 Remove useless code
15649
15650 2005-01-20 [colin]      1.0.0cvs3.3
15651
15652         * src/ssl_manager.c
15653                 Fix leak, thanks to Alfons.
15654
15655 2005-01-20 [colin]      1.0.0cvs3.2
15656
15657         * src/ssl_manager.c
15658                 Port SSL certificate window to GTK2.
15659
15660 2005-01-20 [paul]       1.0.0cvs3.1
15661
15662         * ChangeLog.claws
15663         * configure.ac
15664         * src/addrindex.c
15665         * src/addrindex.h
15666                 sync with HEAD
15667
15668 2005-01-19 [colin]      1.0.0cvs2.2
15669
15670         * src/plugins/trayicon/trayicon.c
15671                 Fix freeze with gtk-2.6, the easy way
15672                 (signal blocking helpless there...)
15673                 Closes bug #668.
15674
15675 2005-01-19 [colin]      1.0.0cvs2.1
15676
15677         * src/mbox.c
15678         * src/mbox.h
15679         * src/mainwindow.c
15680         * src/summaryview.c
15681         * src/summaryview.h
15682                 Sync with HEAD
15683
15684 2005-01-19 [paul]       1.0.0cvs1.1
15685
15686         * configure.ac
15687         * po/de.po
15688         * po/es.po
15689         * po/fr.po
15690         * po/hr.po
15691         * po/it.po
15692         * po/ja.po
15693         * po/ko.po
15694         * po/pt_BR.po
15695         * po/ru.po
15696         * po/sk.po
15697         * po/sr.po
15698                 sync with HEAD (update translations)
15699
15700 2005-01-18 [colin]      1.0.0cvs0.1
15701
15702         * src/foldersel.c
15703                 Specify search column - patch by Alfons
15704
15705 2005-01-18 [colin]      0.9.13cvs36.3
15706
15707         * src/prefs_toolbar.c
15708                 Change Delete to Remove
15709         * src/prefs_fonts.c
15710                 GTK2 version and leak fixes
15711         * src/prefs_actions.c
15712                 Add stock buttons.
15713                 All patches by Alfons
15714
15715 2005-01-17 [colin]      0.9.13cvs36.2
15716
15717         * src/compose.c
15718                 Fix DnD inserting twice. While at it,
15719                 add DnD support for text/plain in the
15720                 body, and add support in the headers.
15721
15722 2005-01-16 [colin]      0.9.13cvs36.1
15723
15724         * ChangeLog
15725         * ChangeLog.jp
15726         * ChangeLog.claws
15727                 Sync with HEAD (nothing applicable)
15728
15729 2005-01-16 [colin]      0.9.13cvs33.2
15730
15731         * src/prefs_toolbar.c
15732                 GTK2ize prefs_toolbar, by Alfons.
15733
15734 2005-01-14 [colin]      0.9.13cvs33.1
15735
15736         * src/html.c
15737         * src/msgcache.c
15738                 Sync with HEAD
15739
15740 2005-01-14 [colin]      0.9.13cvs32.1
15741
15742         * src/html.c
15743         * src/html.h
15744         * src/msgcache.c
15745         * AUTHORS
15746         * tools/calypso_convert.pl
15747                 Sync with HEAD
15748
15749 2005-01-08 [colin]      0.9.13cvs29.2
15750
15751         * src/prefs_filtering_action.c
15752         * src/prefs_filtering.c
15753                 2 more gtk2 patches by Alfons
15754
15755 2005-01-07 [paul]       0.9.13cvs29.1
15756
15757         * ChangeLog
15758         * ChangeLog.claws
15759         * ChangeLog.jp
15760         * configure.ac
15761         * src/pop.c
15762         * src/pop.h
15763                 sync with HEAD
15764
15765 2005-01-07 [colin]      0.9.13cvs28.3
15766
15767         * src/gtk/progressdialog.c
15768         * src/gtk/progressdialog.h
15769         * src/inc.c
15770         * src/send_message.c
15771                 GTK2 for the incorporation dialog. The CList isn't dead
15772                 yet, for a more smooth migration. Patch by Alfons.
15773
15774 2005-01-06 [colin]      0.9.13cvs28.2
15775
15776         * src/prefs_display_header.c
15777                 GTK2 conversion by Alfons
15778         * src/prefs_actions.c
15779         * src/prefs_matcher.c
15780                 Fix 2 leaks - patch by Alfons
15781
15782 2005-01-06 [colin]      0.9.13cvs28.1
15783
15784         * src/prefs_matcher.c
15785                 Sync with HEAD
15786
15787 2005-01-06 [colin]      0.9.13cvs27.4
15788
15789         * src/prefs_matcher.c
15790                 Fix double-free. Patch by Alfons
15791
15792 2005-01-06 [colin]      0.9.13cvs27.3
15793
15794         * src/prefs_matcher.c
15795                 GTK2 widgets + memleak
15796                 Patch by Alfons
15797
15798 2005-01-05 [colin]      0.9.13cvs27.2
15799
15800         * src/account.c
15801         * src/addr_compl.c
15802         * src/foldersel.c
15803         * src/stock_pixmap.c
15804         * src/stock_pixmap.h
15805                 3 more GTK2 patches by Alfons.
15806
15807 2005-01-04 [colin]      0.9.13cvs27.1
15808
15809         * src/folderview.c
15810         * src/imap_gtk.c
15811         * src/news_gtk.c
15812                 Sync with HEAD
15813
15814 2005-01-04 [colin]      0.9.13cvs25.9
15815
15816         * src/compose.c
15817                 Fix Show Ruler menuitem
15818         * src/prefs_template.c
15819                 Convert to GTK2
15820         * src/common/utils.c
15821                 Make auto pointer stuff handles NULLs
15822                 Patches by Alfons.
15823
15824 2005-01-04 [colin]      0.9.13cvs25.8
15825
15826         * src/compose.c
15827                 Move the attachment list to gtk2
15828                 Patch by Alfons.
15829
15830 2005-01-04 [colin]      0.9.13cvs25.7
15831
15832         * src/textview.c
15833                 Make some keys work again
15834                 Patch by SungHyun Nam <namsh@kldp.org>
15835
15836 2005-01-04 [colin]      0.9.13cvs25.6
15837
15838         * src/gtk/gtkshruler.c
15839                 Move the ruler to GTK2
15840                 Patch by Alfons
15841
15842 2005-01-03 [colin]      0.9.13cvs25.5
15843
15844         * src/compose.c
15845                 Fix my broken patch apply 
15846
15847 2005-01-03 [colin]      0.9.13cvs25.4
15848
15849         * src/common/utils.c
15850         * src/common/utils.h
15851         * src/gtk/prefswindow.c
15852                 Move auto pointer stuff to utils.c
15853                 Patch by Alfons again :)
15854
15855 2005-01-03 [colin]      0.9.13cvs25.3
15856
15857         * src/compose.c
15858         * src/prefs_gtk.c
15859         * src/prefs_template.c
15860         * src/textview.c
15861                 Empty text widgets with empty strings, not NULL char
15862                 Patch by SungHyun Nam <namsh@kldp_org>
15863
15864 2005-01-03 [colin]      0.9.13cvs25.2
15865
15866         * src/main.c
15867         * AUTHORS
15868                 Sync with HEAD
15869
15870 2005-01-03 [colin]      0.9.13cvs25.1
15871
15872         * src/pop.c
15873         * src/pop.h
15874                 Sync with HEAD
15875
15876 2005-01-03 [colin]      0.9.13cvs24.3
15877
15878         * src/account.c
15879                 Two patches from Alfons and Alex S Moore:
15880                 fix images, fix return value.
15881
15882 2005-01-01 [colin]      0.9.13cvs24.2
15883
15884         * src/prefs_actions.c
15885                 Fix over-zealous assertion. Patch by Alfons
15886
15887 2005-01-01 [colin]      0.9.13cvs24.1
15888
15889         * src/procmime.c
15890                 Sync with HEAD (leak fix)
15891
15892 2004-12-31 [colin]      0.9.13cvs23.2
15893
15894         * src/prefs_common.c
15895                 GTK2 widgets + stock buttons - patch by Alfons
15896
15897 2004-12-31 [paul]       0.9.13cvs23.1
15898
15899         * configure.ac
15900                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15901         * src/gtk/pluginwindow.c
15902                 use GTK2 widgets and plug memory leaks,
15903                 patches by Alfons
15904
15905 2004-12-30 [colin]      0.9.13cvs22.4
15906
15907         * src/account.c
15908         * src/action.c
15909         * src/export.c
15910         * src/foldersel.c
15911         * src/import.c
15912         * src/message_search.c
15913         * src/prefs_actions.c
15914         * src/prefs_common.c
15915         * src/prefs_customheader.c
15916         * src/prefs_filtering.c
15917         * src/prefs_summary_column.c
15918         * src/summary_search.c
15919         * src/gtk/about.c
15920         * src/gtk/description_window.c
15921         * src/gtk/gtkutils.c
15922         * src/gtk/gtkutils.h
15923         * src/gtk/inputdialog.c
15924         * src/gtk/prefswindow.c
15925                 Use GTK2 stock buttons. Patches by Alfons.
15926
15927 2004-12-30 [colin]      0.9.13cvs22.3
15928
15929         * src/account.c
15930                 Sync with HEAD
15931         * src/prefs_actions.c
15932         * src/prefs_customheader.c
15933         * src/prefs_filtering.c
15934         * src/prefs_msg_colors.c
15935         * src/prefs_summary_column.c
15936         * src/gtk/prefswindow.c
15937                 Use GtkTreeView instead of deprecated 
15938                 widgets. Patches by Alfons.
15939
15940 2004-12-30 [paul]       0.9.13cvs22.2
15941
15942         * src/foldersel.c
15943                 use GTK 2 Tree View
15944                 patch by Alfons, with root folder sorting fix
15945                 by Stephan Sachse
15946
15947 2004-12-30 [paul]       0.9.13cvs22.1
15948
15949         * ChangeLog
15950         * ChangeLog.claws
15951         * ChangeLog.jp
15952         * NEWS
15953         * configure.ac
15954         * src/account.c
15955                 sync with HEAD
15956
15957 2004-12-22 [martin]     0.9.13cvs21.2
15958
15959         * src/action.c
15960                 free the command line after its use
15961
15962 2004-12-18 [paul]       0.9.13cvs21.1
15963
15964         * AUTHORS
15965         * ChangeLog
15966         * ChangeLog.claws
15967         * ChangeLog.jp
15968         * NEWS
15969         * configure.ac
15970         * src/action.c
15971         * src/compose.c
15972         * src/syldap.c
15973                 sync with HEAD
15974
15975 2004-12-17 [martin]     0.9.13cvs17.2
15976
15977         * src/action.c
15978                 convert actions input to locale
15979         * src/inc.c
15980                 convert notification command to locale
15981         * src/plugins/pgpmime/select-keys.c
15982                 convert attributes to utf8
15983
15984 2004-12-14 [colin]      0.9.13cvs17.1
15985
15986         * ChangeLog
15987         * ChangeLog.jp
15988         * ChangeLog.claws
15989         * src/action.c
15990         * src/common/utils.c
15991         * src/gtk/prefswindow.c
15992         * src/gtk/gtkutils.c
15993         * src/gtk/gtkutils.h
15994         * src/plugins/spamassassin/libspamc.c
15995                 Sync with HEAD
15996
15997 2004-12-13 [colin]      0.9.13cvs14.1
15998
15999         * src/quote_fmt_parse.y
16000                 Sync with HEAD
16001
16002 2004-12-10 [colin]      0.9.13cvs12.1
16003
16004         * src/prefs_themes.c
16005         * src/mainwindow.c
16006         * src/messageview.c
16007                 Sync with HEAD
16008
16009 2004-12-09 [colin]      0.9.13cvs10.1
16010
16011         * src/procmime.c
16012                 Sync with HEAD (fix B64 encoding from memory)
16013
16014 2004-12-08 [colin]      0.9.13cvs9.1
16015
16016         * src/gtk/colorlabel.c
16017                 Sync with HEAD
16018
16019 2004-12-08 [paul]       0.9.13cvs8.2
16020
16021         * src/gtk/pluginwindow.c
16022                 fix window resizing oddities
16023
16024 2004-12-08 [colin]      0.9.13cvs8.1
16025
16026         * src/quote_fmt_parse.y
16027                 Sync with HEAD
16028
16029 2004-12-08 [colin]      0.9.13cvs7.1
16030
16031         * src/matcher_parser_parse.y
16032         * src/msgcache.c
16033         * src/prefs_matcher.c
16034         * src/procheader.c
16035         * src/matcher.c
16036         * src/common/defs.h
16037         * po/sr.po
16038                 Sync with HEAD
16039
16040 2004-12-08 [colin]      0.9.13cvs6.1
16041
16042         * src/quote_fmt_parse.y
16043         * src/textview.c
16044                 Sync with HEAD
16045         * src/gtk/prefswindow.c
16046         * src/gtk/pluginwindow.c
16047                 Fix G_CALLBACKS protos (thanks to Alfons)
16048
16049 2004-12-07 [torte]      0.9.13cvs2.2
16050
16051         * src/procmime.c
16052                 [Bug 650] reply button causes crash
16053                 Thanks to David Relson and Christoph
16054
16055 2004-12-07 [colin]      0.9.13cvs2.1
16056
16057         * ChangeLog.claws
16058         * AUTHORS
16059         * po/sk.po
16060         * src/procmime.c
16061         * src/prefs_account.c
16062         * src/common/smtp.c
16063         * src/common/smtp.h
16064                 Sync with HEAD
16065
16066 2004-12-06 [colin]      0.9.12cvs187.1
16067
16068         * ChangeLog.claws
16069         * INSTALL
16070         * Makefile.am
16071         * README.claws
16072         * TODO.claws
16073         * configure.ac
16074         * po/bg.po
16075         * po/cs.po
16076         * po/el.po
16077         * po/en_GB.po
16078         * po/es.po
16079         * po/fr.po
16080         * po/hr.po
16081         * po/hu.po
16082         * po/it.po
16083         * po/ja.po
16084         * po/ko.po
16085         * po/nl.po
16086         * po/pl.po
16087         * po/pt_BR.po
16088         * po/ru.po
16089         * po/sk.po
16090         * po/sr.po
16091         * po/sv.po
16092         * po/zh_CN.po
16093         * po/zh_TW.Big5.po
16094         * src/compose.c
16095         * tools/Makefile.am
16096         * tools/README
16097         * tools/filter_conv.pl
16098         * tools/kdeservicemenu/README
16099         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16100         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16101                 Sync with HEAD
16102
16103 2004-12-04 [colin]      0.9.12cvs183.1
16104
16105         * src/compose.c
16106                 Sync with HEAD (compose window position saving)
16107
16108 2004-12-04 [paul]       0.9.12cvs182.3
16109
16110         * src/messageview.c
16111         * src/mimeview.c
16112         * src/prefs_customheader.c
16113         * src/gtk/quicksearch.c
16114                 replace some forgotten GTK_SIGNAL_FUNCs
16115
16116 2004-12-04 [paul]       0.9.12cvs182.2
16117
16118         * src/Makefile.am
16119                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16120                 committed in error      
16121
16122 2004-12-04 [paul]       0.9.12cvs182.1
16123
16124         * ChangeLog
16125         * ChangeLog.claws
16126         * ChangeLog.jp
16127         * INSTALL
16128         * NEWS
16129         * README
16130         * README.jp
16131         * configure.ac
16132         * doc/manual/ja/Makefile.am
16133         * doc/manual/ja/sylpheed-1.html
16134         * doc/manual/ja/sylpheed-10.html
16135         * doc/manual/ja/sylpheed-11.html
16136         * doc/manual/ja/sylpheed-12.html
16137         * doc/manual/ja/sylpheed-13.html
16138         * doc/manual/ja/sylpheed-14.html
16139         * doc/manual/ja/sylpheed-15.html
16140         * doc/manual/ja/sylpheed-16.html
16141         * doc/manual/ja/sylpheed-17.html
16142         * doc/manual/ja/sylpheed-18.html
16143         * doc/manual/ja/sylpheed-19.html
16144         * doc/manual/ja/sylpheed-2.html
16145         * doc/manual/ja/sylpheed-20.html
16146         * doc/manual/ja/sylpheed-3.html
16147         * doc/manual/ja/sylpheed-4.html
16148         * doc/manual/ja/sylpheed-5.html
16149         * doc/manual/ja/sylpheed-6.html
16150         * doc/manual/ja/sylpheed-7.html
16151         * doc/manual/ja/sylpheed-8.html
16152         * doc/manual/ja/sylpheed-9.html
16153         * doc/manual/ja/sylpheed.html
16154         * doc/manual/ja/sylpheed.sgml
16155         * po/de.po
16156         * src/Makefile.am
16157         * src/compose.c
16158         * src/procmime.c
16159         * src/pixmaps/regular.xpm **REMOVED**
16160         * src/plugins/pgpmime/pgpmime.c
16161         * src/plugins/pgpmime/plugin.c
16162         * src/plugins/pgpmime/prefs_gpg.c
16163                 sync with HEAD
16164
16165 2004-12-03 [paul]       0.9.12cvs180.1
16166
16167         * ChangeLog
16168         * ChangeLog.claws
16169         * ChangeLog.jp
16170         * configure.ac
16171         * src/Makefile.am
16172         * src/pop.c
16173         * src/common/utils.c
16174         * src/common/utils.h
16175         * src/pixmaps/continue.xpm
16176         * src/pixmaps/dir_close.xpm
16177         * src/pixmaps/dir_open.xpm
16178         * src/pixmaps/drafts_close.xpm
16179         * src/pixmaps/drafts_open.xpm
16180         * src/pixmaps/folder.xpm **REMOVED**
16181         * src/pixmaps/group.xpm
16182         * src/pixmaps/unread.xpm
16183                 sync with HEAD
16184
16185 2004-12-02 [colin]      0.9.12cvs179.1
16186
16187         * src/compose.c
16188                 Sync with HEAD (non-duplicated reedition)
16189
16190 2004-12-02 [colin]      0.9.12cvs178.1
16191
16192         * src/compose.c
16193                 Sync with HEAD (linewrap_quote fix)
16194
16195 2004-12-01 [colin]      0.9.12cvs177.3
16196
16197         * src/addrharvest.c
16198                 Replace sizeof with strlen
16199
16200 2004-12-01 [paul]       0.9.12cvs177.2
16201
16202         * src/addrharvest.c
16203                 fix 'harvest addresses'
16204
16205 2004-11-30 [colin]      0.9.12cvs177.1
16206
16207         * src/gtk/prefswindow.c
16208         * src/gtk/pluginwindow.c
16209                 Sync with HEAD
16210
16211 2004-11-29 [colin]      0.9.12cvs176.1
16212
16213         * src/folderview.c
16214                 sync with HEAD (Fix disappearing separators in folderview's popup)
16215
16216 2004-11-29 [colin]      0.9.12cvs175.1
16217
16218         * src/procmime.c
16219                 Sync with head (another format fix)
16220
16221 2004-11-29 [colin]      0.9.12cvs174.1
16222
16223         * src/pop.c
16224                 Sync with HEAD (format string fix)
16225
16226 2004-11-26 [colin]      0.9.12cvs173.1
16227
16228         * src/common/smtp.c
16229         * src/common/smtp.h
16230                 Sync with HEAD
16231
16232 2004-11-24 [colin]      0.9.12cvs172.1
16233
16234         * src/plugins/pgpmime/pgpmime.c
16235                 Sync with HEAD
16236
16237 2004-11-24 [colin]      0.9.12cvs171.1
16238
16239         * src/plugins/pgpmime/pgpmime.c
16240                 Sync with head (gpgmectx leaks)
16241
16242 2004-11-24 [colin]      0.9.12cvs169.1
16243
16244         * src/plugins/pgpmime/plugin.c
16245         * src/plugins/trayicon/Makefile.am
16246         * src/plugins/trayicon/newmarkedmail.xpm
16247         * src/plugins/trayicon/trayicon.c
16248         * src/plugins/trayicon/unreadmarkedmail.xpm
16249                 Sync with HEAD
16250
16251 2004-11-23 [colin]      0.9.12cvs168.1
16252
16253         * src/partial_download.c
16254         * src/partial_download.h
16255         * src/plugins/pgpmime/plugin.c
16256                 Sync with HEAD
16257
16258 2004-11-23 [colin]      0.9.12cvs166.1
16259
16260         * src/Makefile.am
16261         * src/codeconv.c
16262         * src/compose.c
16263         * src/folderview.c
16264         * src/main.c
16265         * src/partial_download.c
16266         * src/partial_download.h
16267         * src/prefs_account.c
16268         * src/prefs_account.h
16269         * src/privacy.c
16270         * src/privacy.h
16271         * src/procmime.c
16272         * src/common/Makefile.am
16273         * src/common/base64.h
16274         * src/common/partial_download.c
16275         * src/common/partial_download.h
16276         * src/gtk/prefswindow.c
16277         * src/gtk/prefswindow.h
16278         * src/plugins/pgpmime/pgpmime.c
16279         * src/plugins/pgpmime/prefs_gpg.c
16280         * src/plugins/pgpmime/prefs_gpg.h
16281         * src/plugins/pgpmime/sgpgme.c
16282         * src/plugins/pgpmime/sgpgme.h
16283                 Sync with HEAD
16284
16285 2004-11-23 [colin]      0.9.12cvs163.1
16286
16287         * src/main.c
16288                 Sync with HEAD (cursor optimization)
16289
16290 2004-11-23 [colin]      0.9.12cvs162.1
16291
16292         * src/prefs_common.c
16293         * src/prefs_themes.c
16294         * src/procmsg.c
16295                 Sync with HEAD
16296
16297 2004-11-23 [colin]      0.9.12cvs158.9
16298
16299         * src/compose.c
16300                 Fix double-free when forwarding
16301         * src/msgcache.c
16302                 Fix leak on error path
16303                 
16304
16305 2004-11-23 [colin]      0.9.12cvs158.8
16306
16307         * src/compose.c
16308                 Fix possible double-free
16309                 Spotted by Alfons
16310
16311 2004-11-23 [colin]      0.9.12cvs158.7
16312
16313         * src/compose.c
16314                 Fix some signal handlers' prototypes
16315                 Spotted by Alfons
16316
16317 2004-11-22 [colin]      0.9.12cvs158.6
16318
16319         * src/compose.c
16320                 Remove unneeded code and duplicated
16321                 wrapping - patch by Alfons
16322
16323 2004-11-22 [colin]      0.9.12cvs158.5
16324
16325         * src/prefs_themes.c
16326                 Fix oversized selector
16327
16328 2004-11-22 [colin]      0.9.12cvs158.4
16329
16330         * src/compose.c
16331                 fix dump_text()
16332                 patch by Alfons
16333
16334 2004-11-19 [colin]      0.9.12cvs158.3
16335
16336         * src/textview.c
16337                 Add a context menu on links (open, copy)
16338
16339 2004-11-18 [paul]       0.9.12cvs158.2
16340
16341         * src/addrgather.c
16342         * src/exphtmldlg.c
16343         * src/expldifdlg.c
16344         * src/mimeview.c
16345         * src/prefs_common.c
16346         * src/plugins/image_viewer/viewer.c
16347         * src/plugins/spamassassin/spamassassin_gtk.c
16348                 replace deprecated gtk_notebook_set_page
16349                 and gtk_notebook_current_page
16350
16351 2004-11-18 [paul]       0.9.12cvs158.1
16352
16353         * configure.ac
16354         * src/compose.c
16355         * src/mainwindow.c
16356         * src/messageview.c
16357         * src/prefs_common.c
16358         * src/common/utils.c
16359         * src/common/utils.h
16360                 sync with HEAD
16361
16362 2004-11-17 [colin]      0.9.12cvs156.1
16363
16364         * src/prefs_account.c
16365         * src/prefs_account.h
16366         * src/procmsg.c
16367                 Sync with HEAD (add pref to store encrypted mails encrypted)
16368
16369 2004-11-17 [paul]       0.9.12cvs155.1
16370
16371         * ChangeLog
16372         * ChangeLog.claws
16373         * ChangeLog.jp
16374         * NEWS
16375         * configure.ac
16376         * src/compose.c
16377         * src/jpilot.c
16378         * src/privacy.c
16379         * src/procmime.c
16380         * src/procmime.h
16381         * src/procmsg.c
16382         * src/toolbar.c
16383         * src/pixmaps/error.xpm
16384                 sync with HEAD
16385
16386 2004-11-17 [colin]      0.9.12cvs151.1
16387
16388         * src/plugins/pgpmime/pgpmime.c
16389                 Sync with HEAD (remove debug printf)
16390
16391 2004-11-17 [colin]      0.9.12cvs150.1
16392
16393         * src/plugins/pgpmime/pgpmime.c
16394                 Sync with HEAD (off-by-one fix)
16395
16396 2004-11-17 [colin]      0.9.12cvs149.1
16397
16398         * src/procmsg.c
16399                 Sync with HEAD (coding style fixes)
16400
16401 2004-11-16 [colin]      0.9.12cvs148.1
16402
16403         * src/procmsg.c
16404                 Sync with head (Fix the fix)
16405
16406 2004-11-16 [colin]      0.9.12cvs147.1
16407
16408         * src/procmsg.c
16409                 Sync with Main (leak fix)
16410
16411 2004-11-16 [colin]      0.9.12cvs146.14
16412
16413         * src/compose.c
16414                 Remove useless chunk of code
16415                 Patch by Alfons
16416
16417 2004-11-15 [colin]      0.9.12cvs146.13
16418
16419         * src/compose.c
16420                 Fix drafting after insertion
16421                 Patch by Alfons
16422
16423 2004-11-15 [colin]      0.9.12cvs146.12
16424
16425         * src/compose.c
16426         * src/prefs_filtering.c
16427         * src/prefs_filtering_action.c
16428         * src/prefs_toolbar.c
16429                 Fix some const-correctness
16430
16431 2004-11-15 [colin]      0.9.12cvs146.11
16432
16433         * src/summaryview.c
16434         * src/prefs_themes.c
16435         * src/messageview.c
16436                 Fix some leaks
16437
16438 2004-11-15 [colin]      0.9.12cvs146.10
16439
16440         * src/codeconv.c
16441                 More unreadable locale fixes
16442
16443 2004-11-14 [colin]      0.9.12cvs146.9
16444
16445         * src/textview.c
16446                 Fix uri_security_check
16447                 Patch by Alfons
16448
16449 2004-11-13 [paul]       0.9.12cvs146.8
16450
16451         * src/folder.c
16452         * src/procmime.c
16453                 fix 2 bugs introduced in last commit
16454
16455 2004-11-13 [paul]       0.9.12cvs146.7
16456
16457         * src/compose.c
16458         * src/exporthtml.c
16459         * src/exportldif.c
16460         * src/folder.c
16461         * src/imap.c
16462         * src/imap_gtk.c
16463         * src/main.c
16464         * src/mainwindow.c
16465         * src/messageview.c
16466         * src/mh_gtk.c
16467         * src/prefs_themes.c
16468         * src/procmime.c
16469         * src/setup.c
16470         * src/summaryview.c
16471                 replace deprecated g_basename
16472
16473 2004-11-13 [paul]       0.9.12cvs146.6
16474
16475         * src/compose.c
16476         * src/imap.c
16477         * src/matcher_parser.h
16478         * src/matcher_parser_parse.y
16479         * src/prefs_filtering.c
16480         * src/prefs_filtering_action.c
16481         * src/prefs_themes.c
16482         * src/prefs_toolbar.c
16483         * src/common/utils.c
16484                 various small fixes/cleanups
16485
16486 2004-11-12 [colin]      0.9.12cvs146.5
16487
16488         * src/textview.c
16489                 Validate event's origin on visibility notify
16490                 Patch by Alfons.
16491
16492 2004-11-12 [paul]       0.9.12cvs146.4
16493
16494         * src/exporthtml.c
16495         * src/exportldif.c
16496         * src/imap.c
16497         * src/mh.c
16498         * src/mimeview.c
16499         * src/prefs_spelling.c
16500         * src/prefs_themes.c
16501                 replace deprecated g_dirname    
16502
16503 2004-11-12 [colin]      0.9.12cvs146.3
16504
16505         * src/textview.c
16506                 Some coding style fixes
16507
16508 2004-11-12 [colin]      0.9.12cvs146.2
16509
16510         * src/codeconv.c
16511                 We want to replace _all_ extended chars in
16512                 conv_unreadable_*, because any string containing
16513                 extended chars not parsing as UTF8 is 
16514                 undisplayed on gtk2.
16515
16516 2004-11-12 [paul]       0.9.12cvs146.1
16517
16518         * ChangeLog
16519         * ChangeLog.claws
16520         * ChangeLog.jp
16521         * NEWS
16522         * configure.ac
16523         * src/account.c
16524         * src/folderview.c
16525         * src/folderview.h
16526         * src/imap.c
16527         * src/imap_gtk.c
16528         * src/inc.c
16529         * src/mainwindow.c
16530         * src/mh_gtk.c
16531         * src/news_gtk.c
16532         * src/pop.c
16533         * src/prefs_account.c
16534         * src/prefs_account.h
16535         * src/prefs_ext_prog.c
16536         * src/procmime.c
16537         * src/procmime.h
16538         * src/procmsg.c
16539         * src/procmsg.h
16540         * src/summary_search.c
16541         * src/summaryview.c
16542         * src/textview.c
16543         * src/common/defs.h
16544         * src/common/utils.c
16545         * src/common/utils.h
16546         * src/gtk/menu.c
16547         * src/gtk/menu.h
16548                 sync with HEAD
16549
16550 2004-11-11 [colin]      0.9.12cvs144.2
16551
16552         * src/textview.c
16553                 Fix URI range selection (patch by Alfons)
16554
16555 2004-11-09 [colin]      0.9.12cvs144.1
16556
16557         * ChangeLog.claws
16558         * src/compose.c
16559         * src/folder.c
16560         * src/folder_item_prefs.c
16561         * src/prefs_account.c
16562         * src/prefs_account.h
16563         * src/plugins/pgpmime/pgpmime.c
16564                 Sync with HEAD
16565
16566 2004-11-08 [colin]      0.9.12cvs143.1
16567
16568         * src/summaryview.c
16569                 Sync with HEAD (optimize quicksearch)
16570
16571 2004-11-08 [colin]      0.9.12cvs142.2
16572
16573         * src/compose.c
16574                 Don't wrap when Edit/Auto wrapping is disabled
16575
16576 2004-11-08 [colin]      0.9.12cvs142.1
16577
16578         * src/textview.c
16579                 Sync with HEAD
16580
16581 2004-11-08 [colin]      0.9.12cvs141.1
16582
16583         * src/textview.c
16584                 Sync with HEAD (fix some mail URIs)
16585
16586 2004-11-08 [colin]      0.9.12cvs140.3
16587
16588         * src/textview.c
16589                 o Use text cursor instead of arrow when
16590                   not on a link
16591                 o Fix handling of contiguous links (as in
16592                   "colin@colino.net" <colin@colino.net>)
16593                   This one unveils a bug in get_email_part()
16594
16595 2004-11-07 [colin]      0.9.12cvs140.2
16596
16597         * src/textview.c
16598                 Fix memleak. Patch by Alfons.
16599
16600 2004-11-06 [colin]      0.9.12cvs140.1
16601
16602         * src/compose.c
16603                 Sync with HEAD (don't ask passphrase
16604                 when drafting)
16605
16606 2004-11-06 [paul]       0.9.12cvs139.2
16607
16608         * AUTHORS
16609         * src/textview.c
16610         * src/textview.h
16611                 textview URI handling. hovering over a 
16612                 link displays it in the status bar,
16613                 and changes the mouse pointer to a hand 
16614                 cursor. a link is activated with a single 
16615                 click. (Modified from the) patch by Jean-Yves 
16616                 Lefort <jylefort@users.sourceforge.net>
16617                 
16618
16619 2004-11-05 [colin]      0.9.12cvs139.1
16620
16621         * src/compose.c
16622         * src/procmime.c
16623                 Sync with HEAD again ^^
16624
16625 2004-11-05 [colin]      0.9.12cvs139.1
16626
16627         * src/compose.c
16628         * src/procmime.c
16629                 Sync with HEAD
16630
16631 2004-11-03 [paul]       0.9.12cvs138.1
16632
16633         * ChangeLog.claws
16634         * configure.ac
16635         * po/POTFILES.in
16636         * src/prefs_ext_prog.c
16637         * src/procmime.c
16638         * tools/kdeservicemenu/README
16639         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16640         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16641                 sync with HEAD
16642
16643 2004-11-01 [christoph]  0.9.12cvs136.2
16644
16645         * src/procmime.c
16646                 convert MIME parameters to UTF-8
16647
16648 2004-10-29 [colin]      0.9.12cvs136.1
16649
16650         * src/common/utils.c
16651                 Sync with HEAD (don't use '=' in mime boundary)
16652
16653 2004-10-29 [paul]       0.9.12cvs135.1
16654
16655         * configure.ac
16656         * doc/src/rfc2231.txt
16657         * src/procmime.c
16658         * src/common/quoted-printable.c
16659         * src/common/utils.c
16660         * src/common/utils.h
16661                 sync with HEAD
16662
16663 2004-10-27 [paul]       0.9.12cvs134.1
16664
16665         * configure.ac
16666         * src/main.c
16667         * src/procmime.c
16668         * src/plugins/pgpmime/pgpmime.c
16669                 sync with HEAD
16670
16671 2004-10-26 [paul]       0.9.12cvs132.3
16672
16673         * src/account.c
16674         * src/addressbook.c
16675         * src/addrgather.c
16676         * src/addrharvest.c
16677         * src/codeconv.c
16678         * src/compose.c
16679         * src/customheader.c
16680         * src/editaddress.c
16681         * src/editgroup.c
16682         * src/enriched.c
16683         * src/expldifdlg.c
16684         * src/exporthtml.c
16685         * src/exportldif.c
16686         * src/folder.c
16687         * src/foldersel.c
16688         * src/folderview.c
16689         * src/grouplistdialog.c
16690         * src/html.c
16691         * src/imap.c
16692         * src/jpilot.c
16693         * src/ldapserver.c
16694         * src/ldif.c
16695         * src/mimeview.c
16696         * src/news.c
16697         * src/news_gtk.c
16698         * src/pop.c
16699         * src/prefs_display_header.c
16700         * src/prefs_gtk.c
16701         * src/prefs_msg_colors.c
16702         * src/prefs_toolbar.c
16703         * src/procheader.c
16704         * src/procmime.c
16705         * src/summaryview.c
16706         * src/textview.c
16707         * src/toolbar.c
16708         * src/vcard.c
16709         * src/common/mgutils.c
16710         * src/common/nntp.c
16711         * src/common/smtp.c
16712         * src/common/template.c
16713         * src/common/utils.c
16714         * src/common/xmlprops.c
16715         * src/plugins/pgpmime/pgpmime.c
16716         * src/plugins/pgpmime/select-keys.c
16717         * src/plugins/pgpmime/sgpgme.c
16718                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16719                 g_string_sprintfa(), gtk_notebook_current_page()
16720
16721 2004-10-26 [colin]      0.9.12cvs132.2
16722
16723         * src/prefs_folder_item.c
16724                 Fix default-account selection
16725
16726 2004-10-21 [colin]      0.9.12cvs133
16727
16728         * src/compose.c
16729                 Sync with HEAD (Remove extra separator in compose's Options)
16730         * src/textview.c
16731                 Set wrapping to char
16732
16733 2004-10-21 [paul]       0.9.12cvs131.2
16734
16735         * src/compose.c
16736         * src/sourcewindow.c
16737                 fix wrapping
16738                 fix window shrinking 
16739
16740 2004-10-21 [colin]      0.9.12cvs131.1
16741
16742         * ChangeLog.claws
16743         * src/compose.c
16744                 Sync with HEAD
16745
16746 2004-10-21 [paul]       0.9.12cvs130.2
16747
16748         * src/prefs_folder_item.c
16749                 sync with HEAD (Apply to subfolders)
16750
16751 2004-10-19 [colin]      0.9.12cvs130.1
16752
16753         * ChangeLog.claws
16754         * src/compose.c
16755         * src/common/utils.c
16756         * src/gtk/menu.c
16757                 Sync with HEAD
16758
16759 2004-10-19 [colin]      0.9.12cvs128.1
16760
16761         * src/addrbook.c
16762         * src/addrcache.c
16763         * src/addressbook.c
16764         * src/codeconv.c
16765         * src/compose.c
16766         * src/customheader.c
16767         * src/editaddress.c
16768         * src/editgroup.c
16769         * src/exporthtml.c
16770         * src/folder.c
16771         * src/folderview.c
16772         * src/imap.c
16773         * src/jpilot.c
16774         * src/main.c
16775         * src/matcher_parser_parse.y
16776         * src/mbox.c
16777         * src/pop.c
16778         * src/prefs_account.c
16779         * src/prefs_gtk.c
16780         * src/prefs_msg_colors.c
16781         * src/procheader.c
16782         * src/procmime.c
16783         * src/procmime.h
16784         * src/procmsg.c
16785         * src/summaryview.c
16786         * src/textview.c
16787         * src/common/base64.c
16788         * src/common/partial_download.c
16789         * src/common/socket.c
16790         * src/common/sylpheed.c
16791         * src/common/utils.c
16792         * src/common/utils.h
16793         * src/gtk/pluginwindow.c
16794         * src/gtk/quicksearch.c
16795         * src/plugins/clamav/clamav_plugin.c
16796         * src/plugins/clamav/clamav_plugin.h
16797         * src/plugins/clamav/clamav_plugin_gtk.c
16798         * src/plugins/pgpmime/passphrase.c
16799         * src/plugins/pgpmime/pgpmime.c
16800         * src/plugins/pgpmime/plugin.c
16801         * src/plugins/pgpmime/prefs_gpg.c
16802         * src/plugins/pgpmime/prefs_gpg.h
16803         * src/plugins/pgpmime/select-keys.c
16804         * src/plugins/pgpmime/sgpgme.c
16805         * src/plugins/spamassassin/libspamc.c
16806         * src/plugins/spamassassin/spamassassin.c
16807         * src/plugins/spamassassin/spamassassin.h
16808         * src/plugins/spamassassin/spamassassin_gtk.c
16809         * src/plugins/trayicon/trayicon.c
16810         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16811                 Sync with HEAD
16812
16813 2004-10-14 [colin]      0.9.12cvs126.2
16814
16815         * src/codeconv.c
16816         * src/textview.c
16817                 Fix conv_unreadable_locale
16818
16819 2004-10-13 [colin]      0.9.12cvs126.1
16820
16821         * src/compose.c
16822                 Sync with HEAD (don't convert charset for 
16823                 drafted messages, minor cleanup)
16824
16825 2004-10-13 [colin]      0.9.12cvs125.1
16826
16827         * po/POTFILES.in
16828                 Sync with HEAD (POTFILES fix)
16829
16830 2004-10-12 [colin]      0.9.12cvs124.3
16831
16832         * src/compose.c
16833                 Fix encoding bug from latest sync
16834
16835 2004-10-12 [paul]       0.9.12cvs124.2
16836
16837         * src/plugins/pgpmime/prefs_gpg.c
16838         * src/plugins/pgpmime/prefs_gpg.h
16839                 forgotten in last commit        
16840
16841 2004-10-12 [paul]       0.9.12cvs124.1
16842
16843         * ChangeLog.claws
16844         * configure.ac
16845         * m4/spamassassin.m4
16846         * src/Makefile.am
16847         * src/account.c
16848         * src/compose.c
16849         * src/compose.h
16850         * src/crash.c
16851         * src/main.c
16852         * src/mimeview.c
16853         * src/passphrase.c
16854         * src/passphrase.h
16855         * src/prefs_account.c
16856         * src/prefs_account.h
16857         * src/prefs_common.c
16858         * src/privacy.c
16859         * src/privacy.h
16860         * src/procmime.c
16861         * src/procmime.h
16862         * src/procmsg.c
16863         * src/rfc2015.c
16864         * src/rfc2015.h
16865         * src/select-keys.c
16866         * src/select-keys.h
16867         * src/textview.c
16868         * src/common/utils.c
16869         * src/common/utils.h
16870         * src/gtk/about.c
16871         * src/plugins/pgpmime/Makefile.am
16872         * src/plugins/pgpmime/passphrase.c
16873         * src/plugins/pgpmime/passphrase.h
16874         * src/plugins/pgpmime/pgpmime.c
16875         * src/plugins/pgpmime/plugin.c
16876         * src/plugins/pgpmime/select-keys.c
16877         * src/plugins/pgpmime/select-keys.h
16878         * src/plugins/pgpmime/sgpgme.c
16879         * src/plugins/pgpmime/sgpgme.h
16880                 sync with HEAD
16881
16882 2004-10-04 [colin]      0.9.12cvs122.1
16883
16884         * src/mainwindow.c
16885         * src/messageview.c
16886         * src/messageview.h
16887         * src/textview.c
16888                 Sync with HEAD
16889
16890 2004-10-04 [colin]      0.9.12cvs121.1
16891
16892         * src/summaryview.c
16893                 Sync with HEAD
16894
16895 2004-10-04 [paul]       0.9.12cvs120.1
16896
16897         * configure.ac
16898                 sync with HEAD [don't try to build 
16899                 pgpmime plugin when gpgme is disabled]
16900
16901 2004-10-03 [colin]      0.9.12cvs119.3
16902
16903         * src/gtk/gtksctree.c
16904                 Lots of side effects. Put back as before 117.2.
16905         * src/summaryview.c
16906                 Fix bug #602
16907
16908 2004-10-03 [colin]      0.9.12cvs119.2
16909
16910         * src/gtk/gtksctree.c
16911                 Revert 608 fix that doesn't work that good
16912
16913 2004-10-02 [colin]      0.9.12cvs119.1
16914
16915         * src/mainwindow.c
16916         * src/messageview.c
16917         * src/prefs_common.h
16918         * src/procmime.c
16919         * src/procmime.h
16920         * src/textview.c
16921                 Sync with HEAD
16922         * src/gtk/gtksctree.c
16923                 Close bug #608
16924
16925 2004-10-01 [colin]      0.9.12cvs118.1
16926
16927         * src/mimeview.c
16928                 Sync with HEAD (better Save All fix)
16929
16930 2004-10-01 [colin]      0.9.12cvs117.2
16931
16932         * src/gtk/gtksctree.c
16933                 Faster on selection
16934
16935 2004-10-01 [colin]      0.9.12cvs117.1
16936
16937         * src/mimeview.c
16938                 Sync with HEAD (Save All: only attachments)
16939
16940 2004-10-01 [paul]       0.9.12cvs116.1
16941
16942         * ChangeLog.claws
16943         * configure.ac
16944         * src/account.c
16945         * src/prefs_common.c
16946         * src/gtk/colorlabel.c
16947                 sync with HEAD
16948
16949 2004-09-30 [colin]      0.9.12cvs115.1
16950
16951         * src/stock_pixmap.c
16952         * src/stock_pixmap.h
16953         * src/folderview.c
16954         * src/Makefile.am
16955         * src/pixmaps/read.xpm
16956                 Sync with HEAD (new pixmap)
16957
16958 2004-09-29 [colin]      0.9.12cvs114.1
16959
16960         * src/compose.c
16961                 Sync with HEAD
16962                 Fix focus handling in headers
16963
16964 2004-09-29 [paul]       0.9.12cvs113.1
16965
16966         * src/quote_fmt_parse.y
16967                 sync with HEAD
16968  
16969
16970 2004-09-28 [colin]      0.9.12cvs112.1
16971
16972         * src/folderview.c
16973         * src/mainwindow.c
16974                 Sync with HEAD
16975
16976 2004-09-28 [colin]      0.9.12cvs110.1
16977
16978         * src/folderview.c
16979                 Sync with HEAD (Contextual Empty trash menu)
16980
16981 2004-09-28 [colin]      0.9.12cvs108.1
16982
16983         * src/addressbook.c
16984                 Sync with HEAD (addressbook edit on double-click)
16985
16986 2004-09-28 [colin]      0.9.12cvs106.1
16987
16988         * src/inc.c
16989                 Sync with HEAD (folder_item freeze on inc)
16990
16991 2004-09-27 [colin]      0.9.12cvs105.1
16992
16993         * src/folderview.c
16994                 Sync with HEAD (right-align new and unread column)
16995
16996 2004-09-27 [colin]      0.9.12cvs104.1
16997
16998         * src/main.c
16999                 Sync with HEAD (revert 0.9.12cvs101)
17000
17001 2004-09-24 [colin]      0.9.12cvs103.2
17002
17003         * src/wizard.c
17004                 Fix gtk warnings and use domain part of the email address 
17005                 when domain detection fails (no dot in domain name)
17006
17007 2004-09-23 [colin]      0.9.12cvs103.1
17008
17009         * src/plugins/spamassassin/libspamc.c
17010         * src/plugins/spamassassin/libspamc.h
17011         * src/plugins/spamassassin/utils.c
17012         * src/plugins/spamassassin/utils.h
17013                 Sync with HEAD (Update spamassassin to 3.0)
17014
17015 2004-09-21 [colin]      0.9.12cvs102.3
17016
17017         * src/action.c
17018                 Add horizontal scrollbar in action io dialog as needed
17019                 Patch by Alfons.
17020
17021 2004-09-20 [colin]      0.9.12cvs102.2
17022
17023         * src/plugins/image_viewer/viewer.c
17024                 Remove imlib stuff
17025                 use gtk_pixmap_set when clearing
17026                 (would be better to use gtkImages, but causes size-allocate 
17027                 signals storm)
17028
17029 2004-09-17 [paul]       0.9.12cvs102.1
17030
17031         * ChangeLog
17032         * ChangeLog.claws
17033         * ChangeLog.jp
17034         * configure.ac
17035         * src/inc.c
17036                 sync with HEAD
17037
17038
17039 2004-09-17 [colin]      0.9.12cvs101.1
17040
17041         * ChangeLog.claws
17042         * src/main.c
17043                 Sync with HEAD (fix segs at exit)
17044
17045 2004-09-14 [colin]      0.9.12cvs99.5
17046
17047         * src/common/socket.c
17048         * AUTHORS
17049                 Fix send error on 64bit platforms
17050                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17051
17052 2004-09-14 [colin]      0.9.12cvs99.4
17053
17054         * src/action.c
17055                 Fix action output with utf8 
17056                 Patch by Alfons.
17057
17058 2004-09-14 [colin]      0.9.12cvs99.3
17059
17060         * ChangeLog.claws
17061         * src/folder.c
17062                 Sync with HEAD
17063
17064 2004-09-09 [colin]      0.9.12cvs99.2
17065
17066         * src/action.c
17067                 Fix progress bar (displaying "Completed %v/%u")
17068                 Patch by Alfons.
17069
17070 2004-09-08 [colin]      0.9.12cvs99.1
17071
17072         * src/account.c
17073         * src/folder.c
17074         * src/procmsg.c
17075         * src/procmsg.h
17076         * src/plugins/pgpmime/pgpmime.c
17077                 Sync with HEAD
17078
17079 2004-09-08 [colin]      0.9.12cvs97.2
17080
17081         * src/summaryview.c
17082                 Don't select mails in collapsed threads 
17083                 when navigating with up/down
17084
17085 2004-09-07 [colin]      0.9.12cvs97.1
17086
17087         * src/inc.c
17088                 Sync with HEAD (meaningful error messages)
17089
17090 2004-09-06 [colin]      0.9.12cvs96.1
17091
17092         * src/toolbar.c
17093                 Sync with HEAD (fix Redirect graying out)
17094
17095 2004-09-06 [colin]      0.9.12cvs95.1
17096
17097         * src/summaryview.c
17098         * src/mimeview.c
17099                 Sync with HEAD (fix dropped URIs)
17100
17101 2004-09-06 [colin]      0.9.12cvs94.1
17102
17103         * src/addressbook.c
17104         * src/addressitem.h
17105         * src/addritem.c
17106         * src/addritem.h
17107                 Sync with HEAD (addressbook DnD)
17108
17109 2004-09-03 [colin]      0.9.12cvs93.1
17110
17111         * src/summaryview.c
17112                 Sync with HEAD (next/prev unread)
17113
17114 2004-09-03 [colin]      0.9.12cvs92.1
17115
17116         * src/prefs_common.c
17117         * src/prefs_common.h
17118         * src/summaryview.c
17119                 Sync with HEAD ('mark_as_read_delay' pref)
17120
17121 2004-09-02 [colin]      0.9.12cvs91.2
17122
17123         * src/common/xml.c
17124                 Fix leak
17125
17126 2004-09-02 [colin]      0.9.12cvs91.1
17127
17128         * src/gtk/menu.c
17129                 Sync with HEAD (menu accel don't work, but whatever)
17130
17131 2004-09-02 [colin]      0.9.12cvs90.1
17132
17133         * src/account.c
17134                 Sync with HEAD (fix bug 582)
17135
17136 2004-09-02 [colin]      0.9.12cvs89.1
17137
17138         * src/addrindex.c
17139                 Sync with HEAD (free deleted queries)
17140
17141 2004-09-02 [colin]      0.9.12cvs88.1
17142
17143         * src/ldapquery.c
17144                 Sync with HEAD (fix LDAP freezes)
17145
17146 2004-09-02 [colin]      0.9.12cvs87.1
17147
17148         * src/prefs_spelling.c
17149                 Sync with HEAD (add default dictionary)
17150
17151 2004-09-01 [colin]      0.9.12cvs86.1
17152
17153         * src/filtering.c
17154         * src/folderview.c
17155         * src/imap.c
17156         * src/prefs_matcher.c
17157         * src/stock_pixmap.c
17158         * src/summary_search.c
17159         * src/summaryview.c
17160         * src/wizard.c
17161         * src/wizard.h
17162                 Sync with HEAD (uninitialized vars fixes)
17163                 + gtk2 specific warning fixes
17164
17165 2004-08-31 [colin]      0.9.12cvs85.1
17166
17167         * src/folder.c
17168                 Sync with HEAD (Fix memory corruption due to 
17169                 uninitialized var)
17170
17171 2004-08-31 [colin]      0.9.12cvs84.4
17172
17173         * src/summary_search.c
17174                 Fix segfaults when searching in folders with broken headers
17175
17176 2004-08-31 [colin]      0.9.12cvs84.3
17177
17178         * src/compose.c
17179         * src/textview.c
17180                 Fix some more encoding/decoding issues
17181
17182 2004-08-30 [colin]      0.9.12cvs84.2
17183
17184         * src/mimeview.c
17185         * src/prefs_themes.c
17186         * src/gtk/filesel.c
17187         * src/gtk/filesel.h
17188                 Add a folder-mode selection (fixes mimeview's "Save all")
17189
17190 2004-08-29 [colin]      0.9.12cvs84.1
17191
17192         * src/mimeview.c
17193                 Sync with HEAD (don't escape saved filenames)
17194
17195 2004-08-27 [colin]      0.9.12cvs83.1
17196
17197         * ChangeLog
17198         * ChangeLog.claws
17199         * ChangeLog.jp
17200         * src/mh.c
17201         * src/procheader.c
17202         * src/procmsg.c
17203         * src/procmsg.h
17204         * src/common/utils.c
17205         * src/gtk/menu.h
17206         * po/
17207                 Sync with HEAD 0.9.12cvs83 (sync with main)
17208
17209 2004-08-26 [colin]      0.9.12cvs82.4
17210
17211         * src/codeconv.c
17212                 Fix strange stack corruption
17213                 Convert to utf8 after unmime, not before
17214
17215 2004-08-26 [colin]      0.9.12cvs82.3
17216
17217         * src/main.c
17218         * src/wizard.c
17219                 Fix account folders duplication
17220
17221 2004-08-25 [colin]      0.9.12cvs82.2
17222
17223         * src/wizard.c
17224                 Remove ports
17225                 Add SSL selection
17226                 Use login@server as account name
17227
17228 2004-08-25 [colin]      0.9.12cvs82.1
17229
17230         * src/plugins/pgpmime/pgpmime.c
17231                 Sync with HEAD (leak fix).
17232
17233 2004-08-25 [colin]      0.9.12cvs81.1
17234
17235         * src/plugins/pgpmime/pgpmime.c
17236         * src/plugins/pgpmime/sgpgme.c
17237         * src/plugins/pgpmime/sgpgme.h
17238                 Sync with HEAD (Handle combined messages).
17239
17240 2004-08-24 [colin]      0.9.12cvs80.3
17241
17242         * src/wizard.c
17243                 Fix full name, ports, and imap
17244
17245 2004-08-24 [colin]      0.9.12cvs80.2
17246
17247         * src/Makefile.am
17248         * src/main.c
17249         * src/setup.c
17250         * src/setup.h
17251         * src/stock_pixmap.c
17252         * src/stock_pixmap.h
17253         * src/wizard.c ** ADDED **
17254         * src/wizard.h ** ADDED ** 
17255         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17256                 Add a setup wizard 
17257
17258 2004-08-24 [colin]      0.9.12cvs80.1
17259
17260         * src/folder.c
17261                 Sync with HEAD (set mimeflags on all messages)
17262
17263 2004-08-24 [colin]      0.9.12cvs79.3
17264
17265         * src/matcher_parser_lex.l
17266                 Fix 8bits strings not in utf8
17267
17268 2004-08-24 [colin]      0.9.12cvs79.2
17269
17270         * src/compose.c
17271                 Check conversion result before replacing buffer
17272
17273 2004-08-23 [colin]      0.9.12cvs79.1
17274
17275         * src/compose.c
17276                 Sync with HEAD (create message header in memory)
17277
17278 2004-08-23 [colin]      0.9.12cvs78.1
17279
17280         * src/rfc2015.c
17281         * src/rfc2015.h
17282                 Sync with HEAD (fix bug 197 again)
17283
17284 2004-08-23 [colin]      0.9.12cvs77.3
17285
17286         * src/compose.c
17287                 Fix again inline gpg signing (which outputs utf8
17288                 in gtk2). Not syncing this fix to HEAD as this 
17289                 code is meant to die.
17290
17291 2004-08-23 [colin]      0.9.12cvs77.2
17292
17293         * src/prefs_account.h
17294                 Remove useless include
17295
17296 2004-08-23 [colin]      0.9.12cvs77.1
17297
17298         * src/imap.c
17299         * po/es.po
17300         * po/fr.po
17301         * po/it.po
17302         * po/pl.po
17303         * po/pt_BR.po
17304         * po/sk.po
17305         * po/sr.po
17306                 Sync with HEAD (fix bug 577)
17307
17308 2004-08-22 [colin]      0.9.12cvs76.1
17309
17310         * src/plugins/trayicon/trayicon.c
17311                 Sync with HEAD (fix formatting bug)
17312
17313 2004-08-21 [colin]      0.9.12cvs74.2
17314
17315         * src/gtk/colorsel.c
17316                 Fix bug 564 (Folder color selection window exits on any
17317                 keypress)
17318
17319 2004-08-21 [colin]      0.9.12cvs74.1
17320
17321         * ChangeLog.claws
17322         * src/compose.c
17323         * src/summaryview.c
17324         * src/toolbar.c
17325                 Sync with HEAD (fix bug 576)
17326
17327 2004-08-21 [colin]      0.9.12cvs70.1
17328
17329         * src/compose.c
17330         * src/mainwindow.c
17331                 Sync with HEAD
17332                 
17333
17334 2004-08-21 [paul]       0.9.12cvs66.4
17335
17336         * src/mainwindow.c
17337         * src/messageview.c
17338         * src/gtk/menu.c
17339         * src/plugins/spamassassin/spamassassin_gtk.c
17340                 remove some deprecated gtk1 functions
17341
17342
17343 2004-08-21 [colin]      0.9.12cvs66.3
17344
17345         * src/compose.c
17346         * src/codeconv.c
17347                 Fix warnings
17348                 Remove encoding hacks
17349                 Fix bug 575 (Strange character messes up message)
17350                 Don't display conversion error when drafting
17351
17352 2004-08-21 [paul]       0.9.12cvs66.2
17353
17354         * src/prefs_account.c
17355                 fix GnuPG mode bugs
17356
17357
17358 2004-08-20 [colin]      0.9.12cvs66.1
17359
17360         * src/codeconv.c
17361                 Sync with HEAD 0.9.12cvs66
17362
17363 2004-08-20 [paul]
17364
17365         * src/plugins/pgpmime/plugin.c
17366                 modify PGP/MIME plugin's description
17367
17368 2004-08-17 [colin]      0.9.12cvs65.1
17369
17370         * src/common/ssl.c
17371         * src/plugins/pgpmime/plugin.c
17372                 Sync with HEAD
17373
17374 2004-08-14 [colin]      0.9.12cvs60.3
17375
17376         * src/plugins/trayicon/trayicon.c
17377                 Put back resize callback, on size-request signal
17378                 rather than size-allocate to avoid infinite 
17379                 callback loop
17380
17381 2004-08-13 [colin]      0.9.12cvs60.2
17382
17383         * src/common/defs.h
17384                 Cache versions have been fixed
17385
17386 2004-08-13 [colin]      0.9.12cvs60.1
17387
17388         * src/folderutils.c
17389                 Sync with HEAD
17390
17391 2004-08-12 [colin]      0.9.12cvs59.1
17392
17393         * src/plugins/trayicon/trayicon.c
17394                 Sync with HEAD
17395
17396 2004-08-12 [colin]      0.9.12cvs57.5
17397
17398         * sylpheed.desktop
17399         * configure.ac
17400         * src/Makefile.am
17401         * src/main.c
17402                 Add support for Freedesktop.org's startup notification
17403
17404 2004-08-11 [colin]      0.9.12cvs57.4
17405
17406         * src/textview.c
17407                 Fix off-by-one
17408
17409 2004-08-11 [colin]      0.9.12cvs57.3
17410
17411         * src/message_search.c
17412         * src/summary_search.c
17413                 Make searches case insensitive by default
17414         * src/textview.c
17415                 Fix case-insensitive search in message
17416
17417 2004-08-11 [colin]      0.9.12cvs57.2
17418
17419         * src/summary_search.c
17420                 Let case-sensitive be specified
17421
17422 2004-08-10 [colin]      0.9.12cvs55.4
17423
17424         * src/common/socket.c
17425                 Fix the possible race condition
17426
17427 2004-08-09 [paul]       0.9.12cvs55.3
17428
17429         * configure.ac
17430         * src/Makefile.am
17431         * src/common/Makefile.am
17432                 sync with HEAD
17433
17434
17435 2004-08-09 [paul]       0.9.12cvs55.2
17436
17437         * autogen.sh
17438         * po/poconv.sh
17439                 remove unneeded script
17440
17441         * configure.ac
17442                 add forgotten USE_LDAP_TLS (sync with HEAD)
17443
17444
17445 2004-08-09 [colin]      0.9.12cvs55.1
17446
17447         * src/main.c
17448         * src/common/ssl.c
17449         * src/common/sylpheed.c
17450         * src/common/sylpheed.h
17451                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17452
17453 2004-08-09 [paul]       0.9.12cvs54.1
17454
17455         * ChangeLog
17456         * ChangeLog.claws
17457         * ChangeLog.jp
17458         * configure.ac
17459         * po/POTFILES.in
17460         * src/Makefile.am
17461         * src/folderutils.c
17462         * src/main.c
17463         * src/pgpmime.c
17464         * src/pgpmime.h
17465         * src/sgpgme.c
17466         * src/sgpgme.h
17467         * src/plugins/Makefile.am
17468         * src/plugins/pgpmime/.cvsignore
17469         * src/plugins/pgpmime/Makefile.am
17470         * src/plugins/pgpmime/pgpmime.c
17471         * src/plugins/pgpmime/pgpmime.h
17472         * src/plugins/pgpmime/plugin.c
17473         * src/plugins/pgpmime/sgpgme.c
17474         * src/plugins/pgpmime/sgpgme.h
17475                 sync with HEAD
17476
17477 2004-08-08 [paul]       0.9.12cvs51.1
17478
17479         * configure.ac
17480         * src/folder.c
17481                 sync with HEAD
17482
17483 2004-08-07 [colin]      0.9.12cvs50.1
17484
17485         * src/pop.c
17486         * src/common/partial_download.c
17487                 fix warnings (sync from HEAD)
17488
17489 2004-08-07 [colin]      0.9.12cvs48.1
17490
17491         * src/prefs_folder_item.c
17492                 sync with HEAD 0.9.12cvs48
17493
17494 2004-08-06 [colin]      0.9.12cvs47.1
17495
17496         * src/compose.c
17497                 Sync with HEAD
17498
17499 2004-08-06 [christoph]  0.9.12cvs46.2
17500
17501         * src/main.c
17502         * src/plugins/clamav/clamav_plugin_gtk.c
17503         * src/plugins/dillo_viewer/dillo_viewer.c
17504         * src/plugins/image_viewer/plugin.c
17505         * src/plugins/mathml_viewer/mathml_viewer.c
17506         * src/plugins/spamassassin/spamassassin_gtk.c
17507         * src/plugins/trayicon/trayicon.c
17508                 don't mix GTK1.2 plugin with GTK2 plugins
17509
17510 2004-08-06 [colin]      0.9.12cvs46.1
17511
17512         * ChangeLog
17513         * ChangeLog.claws
17514         * ChangeLog.jp
17515         * configure.ac
17516         * sylpheed-claws.pc.in
17517         * src/folder.c
17518         * src/imap.c
17519         * src/localfolder.c
17520         * src/messageview.c
17521         * src/mimeview.c
17522         * src/mimeview.h
17523         * src/msgcache.c
17524         * src/news.c
17525         * src/prefs_ext_prog.c
17526         * src/prefs_folder_item.c
17527         * src/prefs_fonts.c
17528         * src/prefs_msg_colors.c
17529         * src/prefs_spelling.c
17530         * src/prefs_themes.c
17531         * src/prefs_toolbar.c
17532         * src/prefs_wrapping.c
17533         * src/procmime.h
17534         * src/common/defs.h
17535         * src/common/nntp.c
17536         * src/common/session.c
17537         * src/common/session.h
17538         * src/common/socket.c
17539         * src/common/utils.h
17540         * src/common/xml.c
17541         * src/common/xml.h
17542         * src/gtk/prefswindow.c
17543         * src/gtk/prefswindow.h
17544         * src/plugins/clamav/clamav_plugin_gtk.c
17545         * src/plugins/dillo_viewer/dillo_prefs.c
17546         * src/plugins/image_viewer/viewerprefs.c
17547         * src/plugins/spamassassin/spamassassin_gtk.c
17548         * m4/openssl.m4 *** REMOVED ***
17549                 Sync with HEAD 0.9.12cvs46
17550
17551 2004-08-03 [paul]       0.9.12cvs40.2
17552
17553         * src/action.c
17554         * src/addressadd.c
17555         * src/addressbook.c
17556         * src/addrgather.c
17557         * src/browseldap.c
17558         * src/compose.c
17559         * src/crash.c
17560         * src/editaddress.c
17561         * src/editgroup.c
17562         * src/editldap_basedn.c
17563         * src/foldersel.c
17564         * src/importldif.c
17565         * src/mimeview.c
17566         * src/prefs_common.c
17567         * src/prefs_template.c
17568         * src/sourcewindow.c
17569         * src/summaryview.c
17570         * src/gtk/about.c
17571         * src/gtk/foldersort.c
17572         * src/gtk/logwindow.c
17573         * src/gtk/pluginwindow.c
17574         * src/gtk/prefswindow.c
17575                 change all gtk_scrolled_window_set_policy from 
17576                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17577
17578 2004-08-02 [paul]       0.9.12cvs40.1
17579
17580         * AUTHORS
17581                 update translation team section
17582         * po/pt_BR.po
17583                 updated by Frederico Goncalves Guimaraes
17584                 <fggdebian@yahoo.com.br>
17585
17586 2004-07-31 [colin]      0.9.12cvs39.9
17587
17588         * src/exphtmldlg.c
17589                 Fix compilation
17590
17591 2004-07-31 [colin]      0.9.12cvs39.8
17592
17593         * src/exphtmldlg.c
17594                 Fix an alertpanel type
17595
17596 2004-07-30 [colin]      0.9.12cvs39.7
17597
17598         * src/alertpanel.c
17599                 Fix alertpanel_error_log's icon
17600
17601 2004-07-30 [colin]      0.9.12cvs39.6
17602
17603         * src/pop.c
17604                 Two of them should still be warnings
17605
17606 2004-07-30 [colin]      0.9.12cvs39.5
17607
17608         * src/pop.c
17609                 More warning -> error
17610 2004-07-29 [colin]      0.9.12cvs39.4
17611
17612         * src/pop.c
17613                 Warning -> error
17614
17615 2004-07-29 [colin]      0.9.12cvs39.3
17616
17617         * src/prefs_matcher.c
17618                 Fix segfault
17619
17620 2004-07-29 [colin]      0.9.12cvs39.2
17621
17622         * src/alertpanel.c
17623                 More nice-looking alertpanels
17624
17625 2004-07-29 [colin]      0.9.12cvs39.1
17626
17627         * src/messageview.c
17628                 sync with head
17629                 (inform user when partial mail is deleted on server)
17630
17631 2004-07-29 [colin]      0.9.12cvs38.1
17632
17633         * src/messageview.c
17634                 sync with head
17635
17636 2004-07-28 [paul]       0.9.12cvs37.7
17637
17638         * src/mainwindow.c
17639                 complete the replacement of deprecated gtk_progress_*
17640
17641 2004-07-28 [paul]       0.9.12cvs37.6
17642
17643         * src/action.c
17644         * src/inc.c
17645         * src/mainwindow.c
17646         * src/send_message.c
17647         * src/gtk/progressdialog.c
17648         * src/gtk/progressdialog.h
17649                 replace deprecated gtk_progress_*
17650
17651 2004-07-28 [paul]       0.9.12cvs37.5
17652
17653         * src/gtk/filesel.c
17654                 remove gtk_window_set_wmclass()
17655 2004-07-28 [paul]       0.9.12cvs37.4
17656
17657         * src/addressbook.c
17658         * src/compose.c
17659         * src/foldersel.c
17660         * src/mainwindow.c
17661         * src/messageview.c
17662         * src/sourcewindow.c
17663         * src/gtk/logwindow.c
17664                 remove gtk_window_set_wmclass()
17665                 
17666         * src/prefs_filtering.c
17667         * src/prefs_filtering_action.c
17668         * src/prefs_fonts.c
17669         * src/prefs_gtk.c
17670         * src/prefs_matcher.c
17671         * src/ssl_manager.c
17672         * src/gtk/prefswindow.c
17673                 replace gtk_window_position()
17674
17675 2004-07-28 [colin]      0.9.12cvs37.3
17676
17677         * src/alertpanel.c
17678         * src/alertpanel.h
17679                 Add a way to specify panel type for specific
17680                 panels (alertpanel())
17681         * src/account.c
17682         * src/addressbook.c
17683         * src/compose.c
17684         * src/expldifdlg.c
17685         * src/main.c
17686         * src/messageview.c
17687         * src/summaryview.c
17688         * src/textview.c
17689         * src/gtk/sslcertwindow.c
17690                 Fix alertpanel()s so that their icon match
17691                 their real type
17692
17693 2004-07-28 [paul]       0.9.12cvs37.2
17694
17695         * src/addr_compl.c
17696         * src/addressbook.c
17697         * src/alertpanel.c
17698         * src/compose.c
17699         * src/export.c
17700         * src/foldersel.c
17701         * src/folderview.c
17702         * src/grouplistdialog.c
17703         * src/import.c
17704         * src/mainwindow.c
17705         * src/message_search.c
17706         * src/messageview.c
17707         * src/passphrase.c
17708         * src/prefs_actions.c
17709         * src/prefs_common.c
17710         * src/prefs_customheader.c
17711         * src/prefs_display_header.c
17712         * src/prefs_filtering.c
17713         * src/prefs_filtering_action.c
17714         * src/prefs_gtk.c
17715         * src/prefs_matcher.c
17716         * src/prefs_msg_colors.c
17717         * src/prefs_summary_column.c
17718         * src/prefs_template.c
17719         * src/sourcewindow.c
17720         * src/ssl_manager.c
17721         * src/summary_search.c
17722         * src/gtk/colorsel.c
17723         * src/gtk/description_window.c
17724         * src/gtk/gtkaspell.c
17725         * src/gtk/inputdialog.c
17726         * src/gtk/logwindow.c
17727         * src/gtk/prefswindow.c
17728         * src/gtk/progressdialog.c
17729                 replace deprecated gtk_window_set_policy
17730
17731 2004-07-27 [colin]      0.9.12cvs37.1
17732
17733         * src/msgcache.c
17734                 More fixes (synced for head again)
17735
17736 2004-07-27 [colin]      0.9.12cvs35.3
17737
17738         * src/msgcache.c
17739                 Fix wrong test
17740
17741 2004-07-27 [colin]      0.9.12cvs35.2
17742
17743         * src/mimeview.c
17744                 Fix width a bit (by Paul)
17745         * src/alertpanel.c
17746         * src/alertpanel.h
17747                 Specialize icons, make alertpanel_message()
17748                 private
17749         * src/message_search.c
17750         * src/sgpgme.c
17751         * src/summary_search.c
17752                 Suit alertpanel changes
17753
17754 2004-07-27 [colin]      0.9.12cvs35.1
17755
17756         * src/alertpanel.c
17757                 Add an icon
17758         * src/passphrase.c
17759                 Add debug output - maybe someone will
17760                 want to look at the problem with Grab
17761                 Input :)
17762         Bump version as we're synced with HEAD
17763
17764 2004-07-26 [colin]      0.9.12cvs33.26
17765
17766         * src/pop.c
17767                 Fix uidl-file parsing when not in new
17768                 format
17769
17770 2004-07-26 [colin]      0.9.12cvs33.25
17771
17772         * src/gtk/menu.c
17773                 Move popup menu up if necessary (fixes 
17774                 account selector)
17775         * src/mainwindow.c
17776                 Set account selector's button height to
17777                 minimum
17778
17779 2004-07-26 [colin]      0.9.12cvs33.24
17780
17781         * src/alertpanel.c
17782                 Maybe fix 551 (Truncated font in alert window)
17783
17784 2004-07-26 [colin]      0.9.12cvs33.23
17785
17786         * po/de.po
17787         * po/es.po
17788         * po/fr.po
17789         * po/it.po
17790         * po/ja.po
17791         * po/pl.po
17792         * po/ru.po
17793         * po/sk.po
17794         * po/sr.po
17795         * po/zh_CN.po
17796                 Sync po files with HEAD
17797
17798 2004-07-26 [paul]       0.9.12cvs33.22
17799
17800         * src/compose.c
17801                 fix Bug 556 'Organisation-header is sent even if empty'
17802
17803 2004-07-24 [colin]      0.9.12cvs33.21
17804
17805         * src/compose.c
17806         * src/gtk/gtkaspell.c
17807         * src/gtk/gtkaspell.h
17808                 Fix speller accelerators (require hack)
17809
17810 2004-07-24 [colin]      0.9.12cvs33.20
17811
17812         * src/gtk/gtkaspell.c
17813                 Fix over-eager code deletion breaking
17814                 Check while typing
17815
17816 2004-07-24 [colin]      0.9.12cvs33.19
17817
17818         * src/browseldap.c
17819         * src/ldapctrl.c
17820         * src/ldapctrl.h
17821         * src/ldapserver.h
17822                 Sync ldap with HEAD
17823         (Fixes 546 LDAP completely broken)
17824
17825 2004-07-24 [colin]      0.9.12cvs33.18
17826
17827         * src/prefs_msg_colors.c
17828                 Fix prototype mismatch
17829         (Fixes 547 void function cannot return value)
17830
17831 2004-07-24 [colin]      0.9.12cvs33.17
17832
17833         * src/mainwindow.c
17834                 Fix sort going back to previous sort key
17835                 when changing sort direction
17836
17837 2004-07-24 [colin]      0.9.12cvs33.16
17838
17839         * src/compose.c
17840                 Fix space insertion when re-wrapping at 
17841                 cursor point
17842
17843 2004-07-24 [colin]      0.9.12cvs33.15
17844
17845         * src/gtk/gtkaspell.c
17846                 Don't change cursor position in insert-text
17847                 callback
17848         (Fixes 539 Word wrapping on input transposes letters)
17849
17850 2004-07-24 [colin]      0.9.12cvs33.14
17851
17852         * src/gtk/gtkaspell.c
17853                 Reencode non-ascii chars to dictionary's
17854                 encoding
17855         (Fixes 544 Spell check broken non english locale)
17856
17857 2004-07-24 [colin]      0.9.12cvs33.13
17858
17859         * src/summaryview.c
17860                 Fix Shift+Down, add Home/End/PgUp/PgDown
17861
17862 2004-07-21 [colin]      0.9.12cvs33.12
17863
17864         * src/prefs_common.c
17865                 Fix a gtk warning (Patch by Andrej Kacian)
17866
17867 2004-07-21 [colin]      0.9.12cvs33.11
17868
17869         * src/gtk/filesel.c
17870                 More check
17871
17872 2004-07-21 [colin]      0.9.12cvs33.10
17873
17874         * src/compose.c
17875         * src/crash.c
17876         * src/export.c
17877         * src/import.c
17878         * src/messageview.c
17879         * src/mimeview.c
17880         * src/prefs_spelling.c
17881         * src/prefs_themes.c
17882         * src/summaryview.c
17883         * src/gtk/filesel.c
17884         * src/gtk/filesel.h
17885         * src/gtk/pluginwindow.c
17886                 Untwist open/save mode guessing logic, make
17887                 it explicit
17888
17889 2004-07-20 [colin]      0.9.12cvs33.9
17890
17891         * src/codeconv.c
17892                 conv_encode_header: src_charset is UTF-8 on
17893                 gtk2
17894         * src/compose.c
17895                 Remove double encoding of the headers
17896
17897 2004-07-20 [colin]      0.9.12cvs33.8
17898
17899         * src/codeconv.c
17900                 Fix typo
17901
17902 2004-07-20 [colin]      0.9.12cvs33.7
17903
17904         * src/mainwindow.c
17905                 Set the separated messageview to the saved
17906                 size of Claws' messageview (Patch by Alfons)
17907                 Fix a callback prototype (me)
17908
17909 2004-07-20 [colin]      0.9.12cvs33.6
17910
17911         * src/codeconv.h
17912                 Forgot one hunk in 0.9.12cvs33.4
17913
17914 2004-07-19 [colin]      0.9.12cvs33.5
17915
17916         * src/action.c
17917                 Action output fix
17918                 Patch by Alfons
17919
17920 2004-07-19 [colin]      0.9.12cvs33.4
17921
17922         * src/compose.c
17923                 Fix outgoing charset bug in headers
17924         * src/codeconv.c
17925                 Clean for glib2 - Patch by Alfons
17926
17927 2004-07-19 [colin]      0.9.12cvs33.3
17928
17929         * src/statusbar.c
17930                 Remove grip from the statusbar
17931                 Patch by Alfons
17932
17933 2004-07-19 [colin]      0.9.12cvs33.2
17934
17935         * src/messageview.c
17936         * src/textview.c
17937                 Fix messageview remembering the previous
17938                 scroll position when loading a new message
17939                 Patch by Alfons
17940
17941 2004-07-19 [colin]      0.9.12cvs33.1
17942
17943         * src/folder.h
17944         * src/folderview.c
17945         * src/summaryview.c
17946                 Sync with HEAD
17947
17948 2004-07-18 [colin]      0.9.12cvs32.7
17949
17950         * configure.ac
17951                 Remove useless check for XIM - noticed
17952                 by Alfons
17953
17954 2004-07-18 [colin]      0.9.12cvs32.6
17955
17956         * src/summaryview.c
17957                 Remove non-modified and shift-modified
17958                 accelerators in summaryview's popup
17959                 menu, as that doesn't get catched by
17960                 the accel-activate signal catcher...
17961
17962 2004-07-18 [colin]      0.9.12cvs32.5
17963
17964         * src/prefs_common.c
17965                 Define sensible default prefs for 
17966                 wrapping
17967
17968 2004-07-18 [colin]      0.9.12cvs32.4
17969
17970         * src/compose.c
17971         * src/prefs_common.c
17972         * src/prefs_common.h
17973         * src/prefs_wrapping.c
17974                 Remove Smart Wrapping pref, which does
17975                 nothing on gtk2 branch
17976
17977 2004-07-18 [colin]      0.9.12cvs32.3
17978
17979         * src/sourcewindow.c
17980                 Proper utf8
17981
17982 2004-07-18 [colin]      0.9.12cvs32.2
17983
17984         * src/compose.c
17985                 Save attachment status when drafting
17986
17987 2004-07-18 [colin]      0.9.12cvs32.1
17988
17989         * src/gtk/filesel.c
17990                 Fix erratic folder selection in open mode
17991
17992 2004-07-18 [colin]      0.9.12cvs31.11
17993
17994         * src/pop.c
17995                 Don't let partial messages get deleted
17996                 even with "dowload all"
17997                 (0.9.12cvs31.8 fix extension)
17998 2004-07-18 [colin]      0.9.12cvs31.10
17999
18000         * src/gtk/logwindow.c
18001                 Fix log scrolling
18002
18003 2004-07-18 [colin]      0.9.12cvs31.9
18004
18005         * src/common/utils.c
18006                 Fix non-utf8 strings coming from commands
18007                 and files
18008
18009 2004-07-18 [colin]      0.9.12cvs31.8
18010
18011         * src/pop.c
18012                 Fix partial download bug with Download all
18013                 messages option
18014
18015 2004-07-18 [colin]      0.9.12cvs31.7
18016
18017         * src/textview.c
18018                 Fix bug introduced in 0.9.12cvs31.2
18019                 (blocked in select mode after double click)
18020
18021 2004-07-18 [colin]      0.9.12cvs31.6
18022
18023         * src/compose.c
18024         * src/gtk/menu.c
18025                 More glib-warning fixes
18026
18027 2004-07-18 [colin]      0.9.12cvs31.5
18028
18029         * src/compose.c
18030                 Fix trashing the primary clipboard when moving 
18031                 around with tab
18032         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18033
18034 2004-07-18 [colin]      0.9.12cvs31.4
18035
18036         * src/codeconv.c
18037                 convert unencoded iso headers to utf8
18038         (Fix Bug 538 Unencoded local characters in subject make it 
18039          disappear)
18040
18041 2004-07-18 [colin]      0.9.12cvs31.3
18042
18043         * src/compose.c
18044                 Fix tab char handling in wrapping
18045         (Fix Bug 537 Line wrap problem - TAB character treated as 
18046          one character instead of 8)
18047
18048 2004-07-18 [colin]      0.9.12cvs31.2
18049
18050         * src/textview.c
18051                 return FALSE on GDK_MOTION_NOTIFY
18052         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18053          (unable to highlight))
18054
18055 2004-07-18 [colin]      0.9.12cvs31.1
18056
18057         * src/folderview.c
18058                 Sync with 0.9.12cvs31
18059
18060 2004-07-18 [colin]      0.9.12cvs30.4
18061
18062         * src/compose.c
18063                 Also block text_inserted when inserting a file
18064
18065 2004-07-18 [colin]      0.9.12cvs30.3
18066
18067         * src/compose.c
18068                 Fix smart wrapping (block text_inserted handler
18069                 while putting quotation to avoid wrap on input,
18070                 don't join lines if next is sig separator)
18071
18072 2004-07-17 [colin]      0.9.12cvs30.2
18073
18074         * src/folderview.c
18075         * src/mainwindow.c
18076         * src/mimeview.c
18077         * src/summaryview.c
18078         * src/gtk/quicksearch.c
18079         * src/gtk/quicksearch.h
18080                 Block key events handlers *and* accels while
18081                 quicksearch is focused
18082         (Fixes Bug 534 quick-search bar not accepting certain letters)
18083
18084 2004-07-17 [colin]      0.9.12cvs30.1
18085
18086         * src/folder.h
18087         * src/folderview.c
18088         * src/summaryview.c
18089                 Sync with 0.9.12cvs30
18090
18091 2004-07-17 [colin]      0.9.12cvs28.2
18092
18093         * src/mimeview.c
18094         * src/procmime.c
18095         * src/summaryview.c
18096         * src/gtk/menu.c
18097                 Squash some compile and glib warnings
18098
18099 2004-07-17 [paul]       0.9.12cvs28.1
18100
18101         * src/mimeview.c
18102                 sync with 0.9.12cvs28 HEAD
18103
18104 2004-07-16 [paul]       0.9.12cvs26.1
18105         
18106         * src/gtk/quicksearch.c
18107         * src/account.c
18108         * src/account.h
18109         * src/compose.c
18110         * src/customheader.c
18111         * src/folder_item_prefs.c
18112         * src/main.c
18113         * src/mainwindow.c
18114         * src/messageview.c
18115         * src/mimeview.c
18116         * src/news.c
18117         * src/pgpmime.c
18118         * src/pop.c
18119         * src/pop.h
18120         * src/prefs_account.c
18121         * src/prefs_account.h
18122         * src/prefs_common.c
18123         * src/prefs_common.h
18124         * src/prefs_display_header.c
18125         * src/prefs_gtk.c
18126         * src/prefs_gtk.h
18127         * src/procheader.c
18128         * src/procmime.c
18129                 sync with 0.9.12cvs26 HEAD      
18130
18131 2004-07-15 [colin]      0.9.12cvs18.14
18132
18133         * src/folder.c
18134                 Disable GPG signature check during
18135                 folder move and scan
18136         (Closes Bug 521 Signature checking slows down Folder-Move)
18137
18138 2004-07-14 [colin]      0.9.12cvs18.13
18139
18140         * src/common/partial_download.c
18141                 update includes
18142
18143 2004-07-14 [colin]      0.9.12cvs18.12
18144
18145         * src/common/partial_download.c
18146         * src/common/partial_download.h
18147                 Move doc at top, add correct copyright
18148
18149 2004-07-14 [colin]      0.9.12cvs18.11
18150
18151         * src/folder.c
18152         * src/messageview.c
18153         * src/pop.c
18154         * src/pop.h
18155         * src/procmsg.c
18156         * src/summaryview.c
18157         * src/common/Makefile.am
18158         * src/common/partial_download.c ** NEW FILES **
18159         * src/common/partial_download.h ** NEW FILES **
18160                 Move partial-download related stuff to its
18161                 own file
18162
18163 2004-07-14 [colin]      0.9.12cvs18.10
18164
18165         * src/send_message.c
18166                 Fix smtp auth when user is null or empty
18167
18168 2004-07-13 [colin]      0.9.12cvs18.9
18169
18170         * src/gtk/quicksearch.c
18171                 Use alphabetic order
18172
18173 2004-07-13 [colin]      0.9.12cvs18.8
18174
18175         * src/pop.c
18176                 Be paranoid on the checks
18177
18178 2004-07-13 [colin]      0.9.12cvs18.7
18179
18180         * src/gtk/quicksearch.c
18181                 Fix Engrish once again
18182
18183 2004-07-13 [colin]      0.9.12cvs18.6
18184
18185         * src/procmsg.c
18186         * src/summaryview.c
18187                 Mark messages for deletion when they are about to
18188                 be removed from trash
18189
18190 2004-07-13 [colin]      0.9.12cvs18.5
18191
18192         * src/matcher.c
18193         * src/matcher.h
18194         * src/matcher_parser_parse.y
18195         * src/prefs_matcher.c
18196         * src/gtk/quicksearch.c
18197                 Add 'partial' ('p') match string to find partially
18198                 downloaded messages
18199
18200 2004-07-13 [colin]      0.9.12cvs18.4
18201
18202         * src/pop.c
18203                 Fix misplaced block
18204
18205 2004-07-13 [colin]      0.9.12cvs18.3
18206
18207         * src/pop.c
18208         * src/pop.h
18209         * src/messageview.c
18210                 Refactor API (to avoid passing 5+ params and code
18211                 duplication)
18212         * src/folder.c
18213         * src/msgcache.c
18214         * src/procheader.c
18215         * src/common/defs.h
18216                 Add planned_download to cache
18217                 Don't mess uidl file when moving partially downloaded
18218                 mails (they change folder, we should change it in the
18219                 uidl list too or we'll remove an incorrect message)
18220                 (this also helps removing hacks when changing 
18221                 planned_download in messageview.c)
18222
18223 2004-07-12 [colin]      0.9.12cvs18.2
18224
18225         * src/gtk/quicksearch.c
18226                 Fix missing status update in quicksearch
18227
18228 2004-07-12 [paul]       0.9.12cvs18.1
18229
18230         * po/POTFILES.in
18231         * src/Makefile.am
18232         * src/account.c
18233         * src/codeconv.c
18234         * src/compose.c
18235         * src/inc.c
18236         * src/main.c
18237         * src/prefs_common.c
18238         * src/procmsg.h
18239         * src/toolbar.c
18240         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18241         * src/prefs_wrapping.[ch]       ** NEW FILES **
18242         * src/common/intl.h
18243         * src/common/utils.[ch]
18244         * src/gtk/quicksearch.[ch]
18245                 sync with 0.9.12cvs18 HEAD
18246
18247 2004-07-12 [colin]      0.9.11cvs17.25
18248
18249         * src/folder.c
18250         * src/folder.h
18251                 Remove unused function added by me in 0.9.11cvs17.10
18252
18253 2004-07-11 [colin]      0.9.11cvs17.24
18254
18255         * src/inc.c
18256         * src/messageview.c
18257         * src/pop.c
18258         * src/pop.h
18259                 Use folderitem and msgnum instead of filename to
18260                 know which mail to delete
18261                 Move old partial mail deletion to pop.c
18262
18263 2004-07-10 [colin]      0.9.11cvs17.23
18264
18265         * src/inc.c
18266                 Add debug
18267         * src/pop.c
18268         * src/pop.h
18269                 Don't re-use same enums for unrelated stuff: it's 
18270                 completely misleading !
18271                 Document a bit
18272
18273 2004-07-09 [colin]      0.9.11cvs17.22
18274
18275         * src/inc.c
18276                 Remove folder-type check and do
18277                 more tests to be sure everything's
18278                 ok
18279         * src/messageview.c
18280                 Punctuation update, remove useless
18281                 code, fix two warnings
18282         * src/noticeview.c
18283                 Layout cleaning, reset 2nd button
18284                 when specifying one
18285
18286 2004-07-09 [colin]      0.9.11cvs17.21
18287
18288         * src/messageview.c
18289         * src/pop.c
18290         * src/pop.h
18291                 Allow user to change his mind
18292                 and postpone decision (by
18293                 unmarking the mail)
18294
18295 2004-07-09 [colin]      0.9.11cvs17.20
18296
18297         * src/messageview.c
18298                 Fix bug with delete state
18299         * src/pop.c
18300         * src/pop.h
18301                 Fix buffer leak (fread doesn't 
18302                 terminate buffers with \0)
18303                 Refactoring (remove magic 
18304                 numbers)
18305
18306 2004-07-09 [colin]      0.9.11cvs17.19
18307
18308         * src/pop.c
18309                 Don't log "Skipping message" if 
18310                 we're going to TOP it two lines
18311                 later
18312
18313 2004-07-09 [colin]      0.9.11cvs17.18
18314
18315         * src/messageview.c
18316                 Fix Engrish
18317
18318 2004-07-09 [colin]      0.9.11cvs17.17
18319
18320         * src/pop.c
18321                 strlen checking...
18322         * src/messageview.c
18323                 refactoring a bit
18324
18325 2004-07-08 [colin]      0.9.11cvs17.16
18326
18327         * src/noticeview.c
18328         * src/noticeview.h
18329                 Add an optional second button
18330         * src/messageview.c
18331         * src/pop.c
18332         * src/pop.h
18333                 Don't delete partially received mails after a certain
18334                 time; rather, let the user decide.
18335
18336 2004-07-08 [colin]      0.9.11cvs17.15
18337
18338         * src/common/smtp.h
18339                 Sync with HEAD
18340
18341 2004-07-08 [colin]      0.9.11cvs17.14
18342
18343         * src/messageview.c
18344         * src/common/smtp.c
18345                 Use to_human_readable() for sizes
18346
18347 2004-07-08 [colin]      0.9.11cvs17.13
18348
18349         * src/inc.c
18350         * src/messageview.c
18351         * src/pop.c
18352         * src/pop.h
18353         * src/procmsg.c
18354                 Fix partial-downloading issues:
18355                         catch unsupported TOP
18356                         don't delete partially downloaded mails before 5 days
18357                         don't update existing with non-MH folders; that'll
18358                         make dups, but it's better than trashing the folder
18359                         free new msginfo parts
18360                 Fix indentation ;-)
18361
18362 2004-07-08 [colin]      0.9.11cvs17.12
18363
18364         * src/common/smtp.c
18365         * src/common/smtp.h
18366                 Sync smtp size verification with HEAD
18367
18368 2004-07-08 [colin]      0.9.11cvs17.11
18369
18370         * src/summaryview.c
18371         * src/prefs_common.c
18372         * src/prefs_common.h
18373         * src/gtk/quicksearch.c
18374         * src/gtk/quicksearch.h
18375                 Sync sticky pref with HEAD
18376
18377 2004-07-08 [colin]      0.9.11cvs17.10
18378
18379         * src/folder.c [1.213.2.6]
18380         * src/folder.h [1.87.2.6]
18381         * src/inc.c [1.149.2.7]
18382         * src/messageview.c [1.94.2.8]
18383         * src/procheader.c [1.47.2.6]
18384         * src/procmsg.c [1.150.2.4]
18385         * src/procmsg.h [1.60.2.5]
18386         * src/pop.c [1.56.2.4]
18387         * src/pop.h [1.17.2.3]
18388                 Let too big messages get downloaded, but truncated
18389                 Add a button to download them completely
18390                 
18391 2004-07-06 [colin]      0.9.11cvs17.9
18392
18393         * src/gtk/quicksearch.c [1.1.2.3]
18394                 Add a Clear button
18395         * commitHelper
18396         * PATCHSETS
18397                 Add a script to help with cvs
18398
18399 2004-07-03 [colin]      0.9.11cvs17.8
18400
18401         * src/plugins/imageviewer/viewer.c
18402                 fix imageviewer (which was staying on the first
18403                 displayed image)
18404
18405 2004-07-03 [colin]      0.9.11cvs17.7
18406
18407         Removed FIXME_GTK2 warnings
18408         * src/gtk/gtkutils.c
18409                 useless #warnings
18410         * src/gtk/menu.c
18411                 useless #warnings (no need to mess with menu rc)
18412         * src/gtk/menu.h
18413                 unused functions
18414         
18415
18416 2004-07-03 [colin]      0.9.11cvs17.6
18417
18418         Removed FIXME_GTK2 warnings
18419         * src/codeconv.c
18420                 useless #warnings (rewrite needed)
18421         * src/compose.c
18422                 useless #warnings (rewrite needed)
18423                 useless #warnings (gtk2 is like that)
18424                 useless #warnings (previously fixed)
18425         * src/main.c
18426                 useless #warnings (previously fixed)
18427         * src/message_search.c
18428                 useless #warnings (gtk2 is like that)
18429                 Made apparent that search is case-sensitive
18430         * src/mimeview.c
18431                 useless #warnings (rewrite needed)
18432                 useless #warnings (gtk2 is like that)
18433                 reimplemented real warnings
18434         * src/prefs_common.c
18435                 Removed block cursor option (not it gtk2)
18436         * src/prefs_gtk.c
18437                 useless #warnings (rewrite needed)
18438         * src/procheader.c
18439                 useless #warnings (rewrite needed)
18440         * src/sourcewindow.c
18441                 useless #warnings (incorrect placing)
18442         * src/summary_search.c
18443                 useless #warnings (gtk2 is like that)
18444                 Made apparent that search is case-sensitive
18445         * src/action.c
18446                 useless #warnings (gtk2 is like that)
18447         * src/textview.c
18448                 useless #warnings (rewrite needed)
18449         * src/toolbar.c
18450                 useless #warnings (rewrite needed)
18451
18452 2004-07-03 [colin]      0.9.11cvs17.5
18453
18454         * src/textview.c
18455                 Fix mismerge which broke URI opening
18456                 
18457 2004-07-01 [colin]      0.9.11cvs17.4
18458
18459         * src/gtk/filesel.c
18460                 Fill filename when saving
18461                 
18462 2004-06-27 [colin]      0.9.11cvs17.3
18463
18464         * src/gtk/filesel.[ch]
18465                 Use the new GTK file selector
18466                 Update prototype to match the reality: multiple file
18467                 selection is open-only          
18468         * src/compose.c
18469                 Match the new prototypes        
18470         * configure.ac
18471                 Match the new requirements (gtk 2.4.0)
18472                         
18473 2004-06-26 [colin]      0.9.11cvs17.2
18474
18475         * src/plugins/trayicon/trayicon.c
18476                 Remove useless signal handler on resize, which causes
18477                 an infinite "loop"
18478         
18479 2004-06-26 [colin]      0.9.11cvs17.1
18480         
18481         * tools/Makefile.am
18482                 remove launch_firebird and add nautilus2sylpheed.sh
18483         * src/quicksearch.c
18484           src/summaryview.c
18485                 Fix show/hide "Extended symbols" button problem
18486                 Fix apparition at startup
18487                 Fix const warnings
18488         * src/plugins/image_viewer/Makefile.am
18489                 Fix configure 
18490         * common/ssl.c
18491                 Re-enable certificate check, as it doesn't seem to
18492                 cause Xlib errors anymore
18493
18494 2004-06-25 [paul]       0.9.11cvs17
18495
18496         * sync with 0.9.11cvs17 HEAD
18497         
18498         NOTE: QuickSearch is broken
18499
18500 2004-06-07 [colin]      0.9.10claws67.10
18501         * src/plugins/trayicon/trayicon.c
18502           src/plugins/trayicon/libeggtrayicon/Makefile.am
18503           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18504                 Fix gettextization in trayicon plugin
18505
18506 2004-06-07 [colin]      0.9.10claws67.9
18507         
18508         * src/summaryview.c
18509           src/gtk/gtksctree.[ch]
18510                 Let Shift+{Up,Down} work in summaryview
18511                 (well, Down "works" and Up works)
18512                 Let the list scroll when using these keys
18513
18514 2004-06-06 [colin]      0.9.10claws67.8
18515
18516         * src/plugins/trayicon/trayicon.c
18517                 Fix pixmap update
18518
18519 2004-06-06 [colin]      0.9.10claws67.7
18520
18521         * src/addressbook.c
18522                 Fix signal handling causing system-wide focus grab
18523
18524 2004-05-25 [paul]       0.9.10claws67.6
18525
18526         * Makefile.am
18527           src/Makefile.am
18528                 clean up
18529
18530 2004-05-25 [paul]       0.9.10claws67.5
18531
18532         * replace deprecated gtk_signal... functions
18533
18534 2004-05-23 [colin]      0.9.10claws67.4
18535
18536         * src/compose.c
18537                 Fix wrapping
18538
18539 2004-05-22 [colin]      0.9.10claws67.3
18540
18541         * src/compose.c
18542                 Re-fix [Edited] in compose.c::compose_reedit()
18543
18544 2004-05-22 [colin]      0.9.10claws67.2
18545
18546         * src/procmime.c
18547                 Fix parsing of multiparts mails
18548
18549 2004-05-22 [colin]      0.9.10claws67.1
18550
18551         * src/summaryview.c
18552                 Fix quicksearch
18553
18554 2004-05-22 [paul]       0.9.10claws67
18555
18556         * sync with 0.9.10claws67 HEAD
18557
18558 2004-05-14 [alfons]
18559
18560         * src/procmime.h
18561                 add forgotton prototype
18562
18563 2004-05-10 [paul]       0.9.10claws57
18564
18565         * sync with 0.9.10claws57 HEAD
18566
18567 2004-05-05 [paul]       0.9.9.claws1
18568
18569         * ChangeLog-gtk2        ** REMOVED **
18570           ChangeLog-gtk2.claws  ** ADDED **
18571                 rename and adopt the normal claws format
18572                 
18573         * configure.ac
18574                 require gtkmathview >= 0.5
18575
18576         * ac/*                          ** REMOVED **
18577           ac/                           ** REMOVED **
18578           intl/Makefile.in              ** REMOVED **
18579           m4/                           ** ADDED **
18580           m4/missing                    ** ADDED **
18581           m4/missing/gdk-pixbuf.m4      ** ADDED **
18582           m4/missing/gettext.m4         ** ADDED **
18583           m4/missing/gpgme.m4           ** ADDED **
18584           m4/missing/imlib.m4           ** ADDED **
18585           m4/.cvsignore                 ** ADDED **
18586           m4/Makefile.am                ** ADDED **
18587           m4/README                     ** ADDED **
18588           m4/aclocal-include.m4         ** ADDED **
18589           m4/aspell.m4                  ** ADDED **
18590           m4/check-type.m4              ** ADDED **
18591           m4/gnupg-check-typedef.m4     ** ADDED **
18592           m4/openssl.m4                 ** ADDED **
18593           m4/spamassassin.m4            ** ADDED **
18594           po/ChangeLog                  ** REMOVED **
18595           po/Makefile.in.in             ** REMOVED **
18596           po/Rules-quot                 ** REMOVED **
18597           po/boldquot.sed               ** REMOVED **
18598           po/en@boldquot.header         ** REMOVED **
18599           po/en@quot.header             ** REMOVED **
18600           po/insert-header.sin          ** REMOVED **
18601           po/quot.sed                   ** REMOVED **
18602           po/remove-potcdate.sed        ** REMOVED **
18603           po/remove-potcdate.sin        ** REMOVED **
18604           po/stamp-po                   ** REMOVED **
18605           Makefile.am
18606           autogen.sh
18607           configure.ac
18608                 enable building with automake 1.8.x
18609                 add 'autopoint --force' to autogen.sh and remove all
18610                 auto-generated files, remove ac/ directory and use
18611                 m4/ directory instead
18612                 
18613         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18614                 fix gettextization
18615
18616 2004-02-28 Colin Leroy <colin@colino.net>
18617         * src/prefs_matcher.c
18618           src/prefs_filtering.c
18619           src/prefs_filtering_action.c
18620                 Fix non-editable GtkEntries
18621
18622 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18623         * src/prefs_themes.c
18624                 utf8 conversion for theme info
18625
18626 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18627         * sync 0.9.9claws
18628
18629 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18630         * src/grouplistdialog.c
18631                 allow multiple selections without ctrl key
18632
18633 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18634         * src/main.c
18635                 enable customizable accelerators
18636
18637 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18638         * src/prefs_common.c
18639                 re-enable different font settings for gtk1/2
18640         * src/prefs_folder_item.c
18641                 fix folder prefs displayed wrong
18642         * src/textview.c
18643                 set 'sunken' shadow type
18644
18645 2004-02-07 Colin Leroy <colin@colino.net>
18646         * src/compose.c
18647                 Fix message being always [Edited]
18648                 Encode headers correctly (utf8 buf)
18649
18650 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18651         * src/socket.c
18652                 remove double g_source_attach()
18653                 (Thanks to Colin Leroy)
18654
18655 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18656         * src/gtk/gtksctree.c
18657                 Fix SSL certificate list not shown
18658         * src/mimeview.c
18659                 Fix clicks in mime tree
18660
18661 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18662         * src/common/socket.c
18663                 Fix SSL receive
18664         * src/compose.c
18665                 Fix clipboard menu hotkeys
18666
18667 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18668         * src/gtk/gtkaspell.[ch]
18669           src/compose.c
18670                 reimplement spellchecker
18671
18672 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18673         * src/gtk/filesel.c
18674                 crash when inserting file in compose window
18675                 (TODO: keep old selection on clicks)
18676         * src/main.c
18677                 use gtkrc-2.0 instead of gtkrc
18678
18679 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18680         * src/messageview.c
18681                 remove orphaned mimeview unref()
18682
18683 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18684         * src/grouplistdialog.c
18685                 expand nodes containing subscribed groups
18686
18687 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18688         * src/textview.c
18689                 textview: hide cursor, restore old click behaviour
18690
18691 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18692         * src/textview.c
18693                 variable names messed up
18694
18695 2004-01-17 Colin Leroy <colin@colino.net>
18696         * src/addr_compl.c
18697                 Fix completion address too thin
18698         * src/compose.c
18699                 Fix tab-to-subject behaviour
18700         * src/summaryview.c
18701                 Implement key up & down in summaryview
18702
18703 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18704
18705         * sync 098claws
18706
18707 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18708         * configure.ac
18709           Makefile.am
18710           doc/.cvsignore
18711           doc/Makefile.am
18712                 faq, man, manual moved to doc/
18713         * ac/aspell.m4
18714           ac/check-type.m4
18715           ac/gnupg-check-typedef.m4
18716           ac/openssl.m4
18717           ac/spamassassin.m4
18718           ac/missing/gdk-pixbuf.m4
18719           ac/missing/gpgme.m4
18720           ac/missing/imlib.m4
18721                 fix automake warnings
18722
18723 2003-12-06 Colin Leroy <colin@colino.net>
18724         * src/summaryview.c
18725                 Fix quicksearch
18726
18727 2003-12-05 Colin Leroy <colin@colino.net>
18728         * src/summaryview.c
18729                 Fix going to next unread folder
18730
18731 2003-12-05 Colin Leroy <colin@colino.net>
18732         * src/crash.c
18733                 Fix gtk2 compilation
18734         * src/session.c
18735                 Remove iotag source handler at disconnection
18736         * src/socket.[ch] 
18737                 Remove source handler when closing socket 
18738                 (fixes another seg)
18739
18740 2003-12-04 Colin Leroy <colin@colino.net>
18741         * src/compose.c
18742           src/prefs_account.c
18743           src/prefs_common.c
18744                 Fix some dropdown menus
18745
18746 2003-12-04 Colin Leroy <colin@colino.net>
18747         * src/compose.c
18748                 Fix event handlers on header fields
18749         * src/common/socket.c
18750           src/common/session.c
18751                 Fix segfault with callback (SSL)
18752                 Fix end of session 
18753
18754 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18755
18756         * Fix compile bug in src/compose.c
18757         * removed src/gtk/gtkstext.[ch]
18758
18759 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18760
18761         * Convert character set and escape "text" attributes in toolbar setting
18762         files.
18763         * Fixed bug in button-press-event handling.
18764
18765 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18766
18767         * Fixed bug in key-press-event handling.
18768
18769 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18770
18771         * Enabled to compile tray-icon plugin (Ad-hoc).
18772         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18773
18774 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18775
18776         * Enabled to compile on sylpheed-claws.
18777         (tray-icon plugin still cannot compile yet.)
18778
18779 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18780
18781         * Updated to 0.9.5.
18782
18783 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18784
18785         * Updated to 0.9.4.
18786         * Ported monitoring SSL mechanism to GSource of GLib2
18787         (I don't confirm it)
18788         * Added _gtk2 suffix to key name of font preference to avoid
18789         ovverwriting preference of Gtk+-1.2 version.
18790
18791 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18792
18793         * Updated to 0.9.2.
18794
18795 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18796
18797         * Updated to 0.9.1.
18798         * Translate po files into UTF-8 when execute autogen.sh.
18799
18800 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18801
18802         * Updated to 0.9.0.
18803
18804 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18805
18806         * Plugged GError related memory leaks.
18807
18808 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18809
18810         * Changed default size of fonts.
18811         * Enabled to set titile font size of warning dialog.
18812
18813 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18814
18815         * Embed a sylpheed icon into executable binary on Windows.
18816
18817 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18818
18819         * I forgot to traslate character set of element string in src/xml.c.
18820
18821 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18822
18823         * Fixed detecting bind_textdomain_codeset in configure.in.
18824         * The bug in which "Example" of "Date fromat" preference isn't displayed
18825         correctly has been fixed.
18826
18827 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18828
18829         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18830           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18831           glib-gettextize
18832           Removed intl directory.
18833           Translated po files into UTF-8.
18834           (Thanks! Ryuji Abe)
18835
18836 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18837
18838         * The bug which doesn't unscape string in xml.c has been fixed.
18839
18840 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18841
18842         * The bug which is failed to translate encoding of file name thorough
18843         file dialog has been fixed.
18844
18845 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18846
18847         * Modified to translate file names which is used in inporting/expoting
18848         mbox feature and "Save as" feature into locale encoding.
18849         * Translate file names into locale encoding when "Attache file" and
18850         "Insert file".
18851         * Force set G_BROKEN_FILENAMES environment variable.
18852         * Other minor fixes.
18853
18854 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18855
18856         * Modified to treat MH folder's name as locale encoding.
18857
18858 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18859
18860         * The bug which clash on switching candidates of auto completion of
18861         addresses, cannot use auto completion in Japanesse is fixed
18862         (Thanks! Tokunaga-san)¡¥
18863
18864 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18865
18866         * The bug which cannot switch key accelerator preference has been fixed
18867         (Thanks! smbd-san)¡¥
18868
18869 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18870
18871         * version 0.8.11-gtk2-20030314
18872
18873 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18874
18875         * The bug in which character set conversion of filtering messages has
18876         been fixed.(Thanks! COCOA-san).
18877
18878 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18879
18880         * Revived "Leave space on head" preference in "Message" category.
18881         * A bug which clash when put the cursor to end of buffer and execute
18882         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18883
18884 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18885
18886         * version 0.8.11-gtk2-20030312
18887
18888 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18889
18890         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18891         * Modified to use Pango's API directly for font preference.
18892         * Integrated GtkTextView of textview to one widget.
18893         * Set fonts of header title in textview by "header_title" tag.
18894         * Removed some deprecated codes.
18895
18896 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18897
18898         * Updated to 0.8.11.
18899         * Merged cygwin patch(Thanks! Sakai-san).
18900
18901 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18902
18903         * version 0.8.10-gtk2-20030309