2006-09-30 [colin] 2.5.2cvs30
[claws.git] / ChangeLog
1 2006-09-30 [colin]      2.5.2cvs30
2
3         * src/main.c
4                 Write folder list *after* saving caches
5
6 2006-09-30 [colin]      2.5.2cvs29
7
8         * src/folder.c
9         * src/mh.c
10                 Debug forced mtime changes
11
12 2006-09-30 [colin]      2.5.2cvs28
13
14         * src/folder.c
15         * src/main.c
16                 Remove useless debug_print()s (code
17                 well-tested)
18
19 2006-09-30 [colin]      2.5.2cvs27
20
21         * src/mh.c
22                 Do stuff faster when writing mh_sequences
23
24 2006-09-30 [colin]      2.5.2cvs26
25
26         * src/mh.c
27                 Don't let the writing of .mh_sequences, which
28                 can change the folder's mtime, let us think
29                 we need to scan.
30
31 2006-09-30 [colin]      2.5.2cvs25
32
33         * src/folder.c
34                 Move a debug_print where it belongs 
35                 (processing)
36         * src/summaryview.c
37                 Don't mess with a huge slow subject
38                 table if we're not threading by
39                 subject
40
41 2006-09-30 [colin]      2.5.2cvs24
42
43         * src/msgcache.c
44                 Reenable mmaped reads (*not* writes!)
45         * src/procmsg.c
46                 Don't destroy and recreate hashtables just
47                 for fun
48         * src/common/utils.c
49                 Remove useless reply prefixes (it's case
50                 unsensitive)
51
52 2006-09-30 [wwp]        2.5.2cvs23
53
54         * tools/fix_date.sh
55                 Fixed a minor bug in date value extraction, added a switch
56                 to replace non RFC-compliant Date: value, added a switch
57                 to use strict RFC matching patterns for dates.
58
59 2006-09-29 [colin]      2.5.2cvs22
60
61         * src/matcher_parser.h
62         * src/matcher_parser_parse.y
63         * src/prefs_filtering.c
64         * src/statusbar.c
65         * src/summary_search.c
66         * src/summaryview.c
67         * src/gtk/quicksearch.c
68         * src/gtk/quicksearch.h
69                 Optimise searches by setting different
70                 refresh intervals (depending if the 
71                 search is fast or not)
72
73 2006-09-29 [colin]      2.5.2cvs21
74
75         * src/codeconv.c
76                 Optimise by reusing the last iconv converter
77                 if possible
78         * src/textview.c
79                 Optimise a bit (the foldable quotes feature
80                 still has an awful O(n^2) algo
81
82 2006-09-29 [colin]      2.5.2cvs20
83
84         * src/gtk/gtksctree.c
85         * src/gtk/gtksctree.h
86                 Optimise de-selection via up/down or
87                 another key
88
89 2006-09-28 [colin]      2.5.2cvs19
90
91         * src/action.c
92         * src/compose.c
93         * src/folderview.c
94         * src/mainwindow.c
95         * src/messageview.c
96         * src/summary_search.c
97         * src/toolbar.c
98                 Avoid using summaryview->ctree directly
99
100 2006-09-28 [colin]      2.5.2cvs18
101
102         * src/summaryview.c
103         * src/summaryview.h
104                 Add helpers to freeze/thaw/grab_focus
105                 Factorize calls to freeze/thaw/grab_focus
106                 
107
108 2006-09-28 [colin]      2.5.2cvs17
109
110         * src/main.c
111                 More guards for the session management
112
113 2006-09-28 [colin]      2.5.2cvs16
114
115         * src/folderview.c
116         * src/gtk/gtksctree.c
117         * src/gtk/gtksctree.h
118                 Make expanding not recursive in folderview
119
120 2006-09-28 [colin]      2.5.2cvs15
121
122         * src/addressbook.c
123                 If nothing is selected in the list (right part)
124                 and a group is selected in the tree (left part),
125                 mail this group.
126
127 2006-09-28 [colin]      2.5.2cvs14
128
129         * src/Makefile.am
130                 Actually use SM_LIBS
131
132 2006-09-28 [ticho]      2.5.2cvs13
133
134         * src/export.c
135         * src/messageview.c
136         * src/mimeview.c
137         * src/news.c
138         * src/pop.c
139         * src/prefs_themes.c
140         * src/procmsg.c
141                 Small i18n string optimization.
142         * src/send_message.c
143         * src/summaryview.c
144         * src/common/session.c
145         * src/common/smtp.c
146         * src/common/ssl_certificate.c
147         * src/common/utils.c
148                 Use "Couldn't" instead of "Can't" in UI messages,
149                 where appropriate.
150
151 2006-09-28 [colin]      2.5.2cvs12
152
153         * configure.ac
154                 Possibly fix link errors
155
156 2006-09-27 [wwp]        2.5.2cvs11
157
158         * src/gtk/authors.h
159         * doc/man/sylpheed-claws.1
160         * manual/ack.xml
161         * manual/es/ack.xml
162         * manual/fr/ack.xml
163         * manual/pl/ack.xml
164                 Updated authors info (me, myself and I).
165
166 2006-09-27 [colin]      2.5.2cvs10
167
168         * src/addressbook.c
169                 Remove useless printf
170
171 2006-09-27 [wwp]        2.5.2cvs9
172
173         * src/editgroup.c
174         * src/send_message.c
175         * src/inc.c
176         * src/prefs_common.c
177         * src/prefs_common.h
178         * src/gtk/progressdialog.c
179                 remember more windows' sizes (send dialog, received dialog,
180                 edit group in addressbook).
181
182 2006-09-27 [colin]      2.5.2cvs8
183
184         * configure.ac
185         * src/main.c
186         * src/mainwindow.h
187                 Use libSM to communicate with the session
188                 manager, so that we can know when the 
189                 session ends, save our caches, and draft
190                 our compose windows.
191
192 2006-09-27 [colin]      2.5.2cvs7
193
194         * src/addressbook.c
195                 Fix issues:
196                 o Allow Book and Group creation from the tree's
197                   contextual menu
198                 o Do not actually delete the contacts when 
199                   deleting groups from the tree (duh!)
200
201 2006-09-27 [colin]      2.5.2cvs6
202
203         * src/compose.c
204         * src/compose.h
205         * src/mainwindow.c
206         * src/textview.c
207         * src/toolbar.c
208                 o Allow passing an email address to 
209                   compose_new_with_folderitem
210                 o Update callers
211                 o Use current folderitem when clicking
212                   on a TextView mailto: link
213                 o Fix a possible leak in TextView
214
215 2006-09-27 [colin]      2.5.2cvs5
216
217         * src/html.c
218                 Use UTF-8 chars to replace HTML entities
219
220 2006-09-27 [colin]      2.5.2cvs4
221
222         * AUTHORS
223         * src/prefs_account.c
224         * src/gtk/authors.h
225                 Fix bug #1024 (Array index out of
226                 range in sylpheed-claws-2.5.2)
227                 Patch by Ales Nosek <anosek@suse.cz>
228
229 2006-09-27 [colin]      2.5.2cvs3
230
231         * src/addr_compl.c
232                 Actually do the test
233
234 2006-09-27 [colin]      2.5.2cvs2
235
236         * src/addr_compl.c
237         * src/addr_compl.h
238                 Allow completing with comma (in certain cases: vCalendar
239                 for example doesn't support that)
240                 Patch by Fabien Vantard
241
242 2006-09-26 [colin]      2.5.2cvs1
243
244         * src/Makefile.am
245         * src/addr_compl.c
246         * src/addr_compl.h
247         * src/addrbook.c
248         * src/addrbook.h
249         * src/addressbook.c
250         * src/addrindex.c
251         * src/addrindex.h
252         * src/compose.c
253         * src/prefs_common.c
254         * src/prefs_filtering_action.c
255         * src/prefs_folder_item.c
256         * src/prefs_template.c
257         * src/stock_pixmap.c
258         * src/stock_pixmap.h
259         * src/pixmaps/addr_one.xpm
260         * src/pixmaps/addr_two.xpm
261                 Add auto-completion on groups
262
263 2006-09-26 [colin]      2.5.2
264
265         * NEWS
266         * README
267         * RELEASE_NOTES
268                 2.5.2 released
269
270 2006-09-26 [colin]      2.5.1cvs5
271
272         * src/matcher.c
273                 Fix condition
274
275 2006-09-26 [colin]      2.5.1cvs4
276
277         * src/mbox.c
278                 Revert cvs1 (useless as the message is printed 
279                 every 500 mails)
280
281 2006-09-26 [colin]      2.5.1cvs3
282
283         * src/partial_download.c
284                 Fix crasher found by Alexsandar Urosevic
285
286 2006-09-26 [colin]      2.5.1cvs2
287
288         * src/summaryview.c
289                 Fix bug #1023 (Sylpheed deletes too much messages)
290
291 2006-09-26 [ticho]      2.5.1cvs1
292
293         * src/mbox.c
294                 Make use of gettext's multiple plurals for statusbar
295                 progress message.
296
297 2006-09-25 [paul]       2.5.1
298
299         * NEWS
300         * README
301         * RELEASE_NOTES
302                 2.5.1 released
303
304 2006-09-25 [colin]      2.5.0cvs3
305
306         * src/plugins/bogofilter/bogofilter.c
307         * src/plugins/clamav/clamav_plugin.c
308         * src/plugins/spamassassin/spamassassin.c
309                 BogoFilter, Spamassassin: Fix double hook registering after
310                 visiting preferences
311                 Spamassassin, Clamav: Just set the mails to move instead of
312                 doing the move - caller will move the things at once.
313
314 2006-09-25 [colin]      2.5.0cvs2
315
316         * src/imap.c
317         * src/etpan/imap-thread.c
318                 Use UID SEARCH ALL instead of UID 1:*
319                 (braindead servers can't figure out that's
320                 the same...)
321
322 2006-09-25 [wwp]        2.5.0cvs1
323
324         * src/message_search.c
325                 Added the ability to stop a running search (in message body).
326
327 2006-09-25 [paul]       2.5.0
328
329         * NEWS
330         * README
331         * RELEASE_NOTES
332                 2.5.0 released
333
334 2006-09-25 [paul]       2.4.0cvs214
335
336         * po/cs.po
337         * po/de.po
338         * po/fi.po
339         * po/fr.po
340         * po/nl.po
341         * po/pt_BR.po
342         * po/sk.po
343         * po/sr.po
344         * po/zh_CN.po
345                 updated by Tim, Stephan Sachse, Flammie Pirinen,
346                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
347                 Ticho, Aleksander Urosevic, Ralgh Young
348
349 2006-09-24 [mones]      2.4.0cvs213
350
351         * po/es.po
352                 Updated for release
353
354 2006-09-23 [colin]      2.4.0cvs212
355
356         * src/gtk/inputdialog.c
357                 Fix [ ] remember this appearing in normal
358                 input dialogs after it's been used by
359                 mimeview.
360         * src/folder.c
361         * src/folderview.c
362         * src/msgcache.c
363         * src/procmsg.c
364         * src/summaryview.c
365         * src/textview.c
366         * src/common/timing.h
367                 Enable timings in debug mode and make it
368                 look prettier.
369
370 2006-09-22 [colin]      2.4.0cvs211
371
372         * README
373                 Revert test change
374         * commitHelper
375                 ping the correct URI
376
377 2006-09-22 [colin]      2.4.0cvs210
378
379         * README
380                 Let's see if bug #1022 is fixed
381
382 2006-09-21 [colin]      2.4.0cvs209
383
384         * src/wizard.c
385         * src/common/plugin.c
386                 Prepare infra to load predefined plugins when
387                 no configuration existed. Don't actually load
388                 anything yet (feat. freeze)
389
390 2006-09-21 [wwp]        2.4.0cvs208
391
392         * manual/fr/faq.xml
393                 Partial sync w/ 2.4.0cvs72:
394                 wrap file and minor updates.
395
396 2006-09-21 [wwp]        2.4.0cvs207
397
398         * tools/fix_date.sh
399                 several fixes and enhancements. A new --force switch has been
400                 added to prevent overriding by default Date: header when
401                 already existing.
402
403 2006-09-21 [paul]       2.4.0cvs206
404
405         * src/common/utils.c
406                 add Chinese UTF8 Re prefix
407
408 2006-09-21 [wwp]        2.4.0cvs205
409
410         * tools/Makefile.am
411                 Fics alfabettical order.
412
413 2006-09-21 [wwp]        2.4.0cvs204
414
415         * tools/fix_date.sh
416         * tools/Makefile.am
417                 Added an action tool to fix missing Date field in emails.
418                 Updated Makefile.am to reflect those last two additions.
419
420 2006-09-21 [wwp]        2.4.0cvs203
421
422         * tools/uuooffice
423                 Added a action tool to open uuencoded docs w/
424                 OpenOffice (based on uudec method).
425
426 2006-09-21 [colin]      2.4.0cvs202
427
428         * src/compose.c
429         * src/textview.c
430                 Workaround possible GTK crash: remove selection 
431                 clipboard before destroying widget, or GTK+-2.10
432                 dies. Thanks to Hiro.
433
434 2006-09-20 [colin]      2.4.0cvs201
435
436         * src/compose.c
437                 Fix free-after-use in some cases (when 
438                 procmime_encode_content() frees mimeinfo->data.mem
439                 and turns it to a temp file)
440
441 2006-09-20 [colin]      2.4.0cvs200
442
443         * src/folderview.c
444         * src/summaryview.c
445         * src/gtk/gtksctree.c
446         * src/gtk/gtksctree.h
447                 Add tooltips in the folderview and summaryview
448                 (Doesn't break string freeze as they already
449                 exist)
450         * src/toolbar.c
451                 Put the spam button in the default configuration
452                 if compiled with bogo plugin too
453
454 2006-09-19 [colin]      2.4.0cvs199
455
456         * src/summaryview.c
457         * src/summaryview.h
458                 Update folder name label on folder rename
459         * src/prefs_matcher.c
460         * src/gtk/logwindow.h
461                 Fix warnings
462                 Patches by Fabien
463
464 2006-09-19 [wwp]        2.4.0cvs198
465
466         * src/summary_search.c
467                 fix can't click forward/backward buttons in the
468                 search messages.
469
470 2006-09-18 [paul]       2.4.0cvs197
471
472         * src/wizard.c
473                 add missing bracket, capitalise the A of
474                 'SpamAssassin'
475
476 2006-09-18 [paul]       2.4.0cvs196
477
478         * src/compose.c
479                 fix bug 1012 'crashed upon sending mail
480                 from compose window'
481                 Thanks to Colin
482
483 2006-09-16 [colin]      2.4.0cvs195
484
485         * src/folderview.c
486                 Fix "real-time" sorting by freezing/thawing
487
488 2006-09-16 [colin]      2.4.0cvs194
489
490         * manual/faq.xml
491                 Fix the anti-spam entry a bit
492
493 2006-09-16 [colin]      2.4.0cvs193
494
495         * src/wizard.c
496                 Make sure reviewers have no excuse when stating
497                 Sylpheed-Claws doesn't have antispam capabilities.
498
499 2006-09-16 [colin]      2.4.0cvs192
500
501         * src/main.c
502                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
503                 as if the SIGPIPE comes from etpan's thread we could
504                 trigger a GUI update from this thread.
505
506 2006-09-16 [colin]      2.4.0cvs191
507
508         * src/summaryview.c
509                 Init all members of the struct
510
511 2006-09-16 [paul]       2.4.0cvs190
512
513         * src/account.c
514                 improvements to the English
515
516 2006-09-15 [colin]      2.4.0cvs189
517
518         * src/summaryview.c
519                 HIG order on dialog
520
521 2006-09-14 [colin]      2.4.0cvs188
522
523         * src/common/socket.c
524         * src/common/socket.h
525         * src/common/ssl.c
526         * src/common/ssl_certificate.c
527         * src/common/ssl_certificate.h
528         * src/etpan/imap-thread.c
529                 the get_fqdn() call done to get canonical name when
530                 checking an SSL certificate is blocking, which is
531                 sad as we just did a non-blocking lookup to connect.
532                 Fix that by letting the fqdn available to the SockInfo,
533                 and use that in ssl_certificate_check(). For IMAP,
534                 we don't do it as the lookup's done by libetpan, but
535                 it's less annoying as IMAP connections as much more
536                 rare than POP3 connections.
537
538 2006-09-14 [paul]       2.4.0cvs187
539
540         * manual/advanced.xml
541                 improvements to the English,
542                 properly place the new hidden options
543                 within the alphabetical order
544         * src/gtk/pluginwindow.c
545                 improvements to the English
546
547 2006-09-14 [colin]      2.4.0cvs186
548
549         * src/prefs_common.c
550         * src/prefs_common.h
551         * src/gtk/gtksctree.c
552         * manual/advanced.xml
553                 New hidden pref, stripes_color_offset, to change
554                 the value added/substracted to normal bgcolor to
555                 create the stripes in summaries
556
557 2006-09-13 [colin]      2.4.0cvs185
558
559         * src/gedit-print.c
560         * src/messageview.c
561         * src/messageview.h
562         * src/summaryview.c
563         * src/textview.c
564                 Fix misc. printing issues: 
565                 - Bad font for linkified headers
566                 - Different font if the mail was displayed or not
567                 - Factorize the thing
568
569 2006-09-13 [colin]      2.4.0cvs184
570
571         * src/common/ssl_certificate.c
572                 Only get FQDN once when checking certificate
573
574 2006-09-13 [colin]      2.4.0cvs183
575
576         * src/account.c
577         * src/gtk/pluginwindow.c
578                 Misc. GUI fixes by Fabien
579
580 2006-09-13 [wwp]        2.4.0cvs182
581
582         * configure.ac
583         * src/common/utils.h
584         * src/common/utils.c
585                 get rid of unused wide-char functions.
586
587 2006-09-13 [wwp]        2.4.0cvs181
588
589         * src/plugins/pgpinline/sylpheed.def
590         * src/textview.c
591                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
592                 add privacy_reset_error to the .def file,
593                 do not fork for an external textviewer.
594
595 2006-09-13 [wwp]        2.4.0cvs180
596
597         * src/prefs_common.c
598                 fix broken font entry in prefs (patch issued by the gpg4win team,
599                 probably by Marcus Brinkmann <marcus@g10code.de>).
600
601 2006-09-13 [colin]      2.4.0cvs179
602
603         * src/folder.h
604                 Fix a warning in summaryview.c
605         * src/mainwindow.c
606         * src/summaryview.c
607         * src/summaryview.h
608                 Add missing Mark/* elements in the
609                 main menu
610
611 2006-09-12 [colin]      2.4.0cvs178
612
613         * src/prefs_actions.c
614         * src/prefs_filtering_action.c
615         * src/prefs_matcher.c
616                 Use (New) instead of New everywhere
617
618 2006-09-12 [wwp]        2.4.0cvs177
619
620         * manual/fr/addrbook.xml
621         * manual/fr/handling.xml
622                 updated some quotes in the fr manual to match the fr translation.
623
624 2006-09-12 [wwp]        2.4.0cvs176
625
626         * src/prefs_matcher.c
627                 don't store translated string elements in matcher expressions.
628                 Also fixed a misused of Q_().
629
630 2006-09-11 [wwp]        2.4.0cvs175
631
632         * src/plugins//bogofilter/bogofilter.c
633         * src/plugins//clamav/clamav_plugin.c
634         * src/plugins//demo/demo.c
635         * src/plugins//dillo_viewer/dillo_viewer.c
636         * src/plugins//pgpcore/plugin.c
637         * src/plugins//pgpinline/plugin.c
638         * src/plugins//pgpmime/plugin.c
639         * src/plugins//spamassassin/spamassassin.c
640                 gettext-ize more strings (mostly plugin error messages).
641
642 2006-09-11 [colin]      2.4.0cvs174
643
644         * src/alertpanel.c
645                 Make maximum buffer size bigger to avoid
646                 truncating translated messages. Patch by
647                 Fabien
648
649 2006-09-11 [colin]      2.4.0cvs173
650
651         * src/etpan/imap-thread.c
652                 Fix compilation on OpenBSD, thanks to 
653                 Landry
654
655 2006-09-10 [wwp]        2.4.0cvs172
656
657         * manual/account.xml
658         * manual/addrbook.xml
659         * manual/handling.xml
660         * manual/es/handling.xml
661         * manual/fr/account.xml
662         * manual/fr/addrbook.xml
663         * manual/fr/handling.xml
664                 documented addressbook matching (condition configuration):
665                   addrbook.xml, en fr
666                 documented per-account filtering rules (handling/filtering
667                   section, account section):
668                   account.xml, handling.xml, en fr
669                 slightly updated the handling/searching section to tell few
670                   words about the extended search ability:
671                   handling.xml, en fr
672                 added missing <quote></quotes> to Quick Search:
673                   handling.xml, en fr es
674                 fixed a typo (auomatically):
675                   handling.xml, en
676                 changes revisited by Paul.
677
678 2006-09-10 [paul]       2.4.0cvs171
679
680         * src/prefs_actions.c
681         * src/prefs_filtering.c
682         * src/prefs_template.c
683                 adjustments to the gui
684                 Patch by Fabien Vantard (slightly modified)
685
686 2006-09-10 [colin]      2.4.0cvs170
687
688         * src/summaryview.c
689                 Check folderitem/summaryview consistency
690                 (basically automates Update summary). Fixes
691                 #1011 (wrong (negative) count on unread 
692                 messages)
693
694 2006-09-10 [colin]      2.4.0cvs169
695
696         * src/gtk/gtksctree.c
697                 Fix recursive expansion via mouse
698         * src/plugins/bogofilter/bogofilter.c
699                 Use normal filtering way of moving
700                 messages (batching), possibly fixing
701                 bug #1015 (Bogofilter plugin doubles 
702                 new messages)
703
704 2006-09-09 [wwp]        2.4.0cvs168
705
706         * src/prefs_filtering.c
707                 better place for this fix.
708
709 2006-09-09 [wwp]        2.4.0cvs167
710
711         * src/prefs_filtering.c
712                 fix a minor bug when the enabled status of a filtering/processing
713                 rule always got set to TRUE when replacing this rule. That still
714                 make sense when adding a new rule, but now when replacing, we
715                 don't override the value of 'enabled'.
716                 Also renamed the func prefs_filtering_list_view_get_rule_name()
717                 to prefs_filtering_list_view_get_info() as this function not only
718                 returns the name, but also the account_id and the enabled status.
719
720 2006-09-09 [mones]      2.4.0cvs166
721
722         * manual/glossary.xml
723         * manual/plugins.xml
724                 Minor format corrections
725         * manual/gpl.xml
726                 Fix misplaced NO WARRANTY section
727         * manual/es/advanced.xml
728         * manual/es/faq.xml
729         * manual/es/glossary.xml
730         * manual/es/gpl.xml
731         * manual/es/handling.xml
732         * manual/es/plugins.xml
733         * manual/es/starting.xml
734                 Incorporate changes from English version
735         * manual/fr/ack.xml
736         * manual/pl/ack.xml
737         * manual/es/ack.xml
738                 Fix address, (add translation credits in es version)
739         * po/es.po
740                 Updated translation
741
742 2006-09-09 [wwp]        2.4.0cvs165
743
744         * src/prefs_filtering.c
745                 fix a crash when opening filtering prefs, if matcherrc file contains
746                 broken data (non-existing account id, which is theoretically not
747                 possible).
748
749 2006-09-08 [colin]      2.4.0cvs164
750
751         * src/folder.c
752                 Wrong assert, make it an if()
753         * src/gtk/gtksctree.c
754                 Fix bug #1013 (expand selected thread 
755                 tree) - expanding is now recursive
756
757 2006-09-07 [wwp]        2.4.0cvs163
758
759         * src/prefs_matcher.c
760                 make better sentences about addressbook matching in the
761                 matcher prefs. This should make translators' work easier
762                 too.
763
764 2006-09-07 [wwp]        2.4.0cvs162
765
766         * src/prefs_filtering.c
767                 code simplification (get rid of dup var. assignment).
768
769 2006-09-07 [wwp]        2.4.0cvs161
770
771         * src/summaryview.c
772                 use GTK_STOCK icons when possible, patch by Fabien Vantard
773                 <fzzzzz@gmail.com>.
774
775 2006-09-07 [paul]       2.4.0cvs160
776
777         * src/mimeview.c
778                 fix compilation warnings
779                 Thanks to Colin
780
781 2006-09-07 [paul]       2.4.0cvs159
782
783         * src/mimeview.c
784                 select the mimepart icon when
785                 displaying as text
786                 Thanks to Colin
787
788 2006-09-06 [paul]       2.4.0cvs158
789
790         * src/prefs_filtering.c
791                 fix labels and table element spacing
792                 Patch by Fabien Vantard
793
794 2006-09-06 [paul]
795
796         2.5.0-rc3 released
797
798 2006-09-06 [paul]       2.4.0cvs157
799
800         * manual/es/advanced.xml
801                 fix typo
802
803 2006-09-06 [wwp]        2.4.0cvs156
804
805         * src/mainwindow.c
806                 fix an dup launch issue when iconified, thanks to Colin.
807
808 2006-09-06 [wwp]        2.4.0cvs155
809
810         * src/gtk//gtksctree.h
811                 oops, forgot that one!
812
813 2006-09-06 [wwp]        2.4.0cvs154
814
815         * manual/pl/advanced.xml
816         * manual/advanced.xml
817         * manual/es/advanced.xml
818         * manual/fr/advanced.xml
819         * src/prefs_customheader.c
820         * src/prefs_filtering_action.c
821         * src/foldersel.c
822         * src/prefs_summaries.c
823         * src/prefs_filtering.c
824         * src/account.c
825         * src/compose.c
826         * src/prefs_summary_column.c
827         * src/addr_compl.c
828         * src/prefs_actions.c
829         * src/prefs_folder_column.c
830         * src/ssl_manager.c
831         * src/prefs_template.c
832         * src/prefs_display_header.c
833         * src/prefs_common.h
834         * src/prefs_matcher.c
835         * src/prefs_common.c
836         * src/prefs_toolbar.c
837         * src/summaryview.c
838         * src/folderview.c
839         * src/gtk/gtksctree.c
840         * src/gtk/pluginwindow.c
841         * src/gtk/progressdialog.c
842         * src/gtk/prefswindow.c
843                 renamed hidden option enable_rules_hint to use_stripes_everywhere
844                 to make its meaning more obvious (all versions of the manual reflect
845                 the change).
846                 added an extra hidden option use_stripes_in_summary to allow
847                 discarding these stripes in mainwindow's folder and message lists;
848                 en and fr manuals only are OK towards this.
849
850 2006-09-06 [colin]      2.4.0cvs153
851
852         * src/textview.c
853                 Hide Sylpheed-Claws' internal queue headers
854                 when showing all headers. They'll be present
855                 only in Source window.
856
857 2006-09-05 [colin]      2.4.0cvs152
858
859         * src/plugins/trayicon/trayicon.c
860                 Fix crash at exit - we have to disconnect
861                 our handlers
862         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
863                 Update eggtrayicon - patch adapted from a
864                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
865                 on Sylpheed's ML
866
867 2006-09-05 [colin]      2.4.0cvs151
868
869         * src/mainwindow.c
870         * src/gtk/logwindow.c
871                 Fix race condition when something writes
872                 to the log too soon during init. Thanks
873                 to Fabien Vantard
874
875 2006-09-05 [colin]      2.4.0cvs150
876
877         * src/mimeview.c
878                 Don't select part on right-click either
879
880 2006-09-05 [paul]       2.4.0cvs149
881
882         * src/mimeview.c
883                 completion of previous commit
884                 Thanks to Colin
885
886 2006-09-05 [colin]      2.4.0cvs148
887
888         * src/mimeview.c
889                 Don't force selection on middle-click, just open
890
891 2006-09-04 [colin]      2.4.0cvs147
892
893         * src/mimeview.c
894                 Looks like gtk_notebook_set_current_page()
895                 sometimes steals focus, and this annoys us
896                 in MimeViewers as it renders navigation
897                 keys useless. Take back focus after switching
898                 pages.
899
900 2006-09-04 [colin]      2.4.0cvs146
901
902         * src/messageview.c
903                 Set stop_loading when clicking on Next
904                 during load. Don't add a callback to 
905                 avoid over-complicating things.
906
907 2006-09-04 [colin]      2.4.0cvs145
908
909         * src/mimeview.c
910         * src/messageview.c
911                 Fix multiple loads in separate messageview
912
913 2006-09-04 [colin]      2.4.0cvs144
914
915         * src/summaryview.c
916                 Let navigation keys be handled during 
917                 load
918
919 2006-09-04 [colin]      2.4.0cvs143
920
921         * src/messageview.c
922         * src/summaryview.c
923         * src/textview.c
924         * src/textview.h
925                 Make loading of huge mails (lots of text and/or
926                 images) cancellable, so the GUI doesn't block 
927
928 2006-09-04 [colin]      2.4.0cvs142
929
930         * src/plugins/trayicon/trayicon.c
931                 Fix annoyance when removing a folder with 
932                 unread mails: trayicon didn't update
933
934 2006-09-04 [paul]       2.4.0cvs141
935
936         * src/gtk/icon_legend.c
937                 straighten up columns
938                 Patch by Fabien Vantard
939
940 2006-09-04 [wwp]        2.4.0cvs140
941
942         * src/prefs_filtering.c
943                 fix new line's account name in filtering prefs:
944                 was "All", is now "(New)".
945
946 2006-09-04 [paul]       2.4.0cvs139
947
948         * tools/make.themes.project
949                 use "AUTOMAKE_OPTIONS = dist-bzip2"
950                 instead of homebrewed "make release"
951
952 2006-09-03 [colin]      2.4.0cvs138
953
954         * src/folderview.c
955                 Fix bug #1007 (Wrong folder highlighted)
956
957 2006-09-03 [colin]      2.4.0cvs137
958
959         * src/compose.c
960                 Don't set Newsgroup: header to a mail folder
961                 path
962
963 2006-09-03 [paul]       2.4.0cvs136
964
965         * src/prefs_other.c
966         * src/prefs_spelling.c
967                 unify the gui
968
969 2006-09-03 [paul]       2.4.0cvs135
970
971         * src/prefs_summaries.c
972                 correct menu item text in prefs_keybind_apply_clicked()
973
974 2006-09-03 [paul]       2.4.0cvs134
975
976         * manual/advanced.xml
977                 some improvements to the descriptions
978         * src/mainwindow.c
979         * src/messageview.c
980         * src/summaryview.c
981         * src/gtk/menu.c
982                 fix menu sensitivity issues
983         * src/prefs_message.c
984                 drop the useless word 'short'
985         * src/prefs_other.c
986                 add the word 'lines' indicating log length
987                 is a measure of lines
988         * src/textview.c
989                 fix compilation warnings
990
991 2006-09-02 [colin]      2.4.0cvs133
992
993         * src/messageview.c
994                 Display a special return-receipt message
995                 if the message is from the user
996         * src/summaryview.c
997                 Fix missing freeze of the list when marking
998                 all read and unthreading for exec. Thanks
999                 to Stephan Sachse.
1000
1001 2006-09-02 [paul]       2.4.0cvs132
1002
1003         * src/mainwindow.c
1004         * src/prefs_message.c
1005         * src/summaryview.c
1006                 fix some english
1007
1008 2006-09-02 [wwp]        2.4.0cvs131
1009
1010         * src/prefs_filtering.c
1011                 added an account name column to the filtering rules
1012                 dialog.
1013
1014 2006-09-02 [colin]      2.4.0cvs130
1015
1016         * src/gtk/logwindow.c
1017         * src/gtk/logwindow.h
1018                 Block scrolling if we're not at the end
1019                 of the log
1020
1021 2006-09-02 [colin]      2.4.0cvs129
1022
1023         * src/folder.c
1024                 Make sure account-specific rules can't
1025                 be used in {pre-,post-,}processing
1026         * src/mainwindow.c
1027         * src/gtk/logwindow.c
1028         * src/gtk/logwindow.h
1029                 Jump to last error when clicking on the
1030                 warning icon
1031
1032 2006-09-02 [colin]      2.4.0cvs128
1033
1034         * src/imap.c
1035         * src/import.c
1036         * src/mainwindow.c
1037         * src/mainwindow.h
1038                 Fix warning icon
1039         * src/inc.c
1040         * src/mbox.c
1041         * src/mbox.h
1042                 Let proc_mbox know its account, for
1043                 account-specific rules
1044
1045 2006-09-01 [colin]      2.4.0cvs127
1046
1047         * src/codeconv.c
1048                 Don't uselessly use iconv to convert from
1049                 us-ascii
1050         * src/alertpanel.c
1051         * src/mainwindow.c
1052         * src/mainwindow.h
1053         * src/inc.c
1054                 Fix certain log cases, disable warning icon
1055                 for now, the correct way to display it when
1056                 necessary and only when necessary is probably
1057                 to do it manually rather than use error logs
1058         * src/etpan/imap-thread.c
1059                 Clean up UID logging a bit
1060         * src/gtk/logwindow.c
1061         * src/gtk/logwindow.h
1062                 Make logging faster when the window's closed
1063
1064 2006-09-01 [wwp]        2.4.0cvs126
1065
1066         * manual/fr/account.xml
1067                 reflect changes to the ref. manual (parts of cvs72):
1068                 fix tabnames and quotes.
1069
1070 2006-09-01 [wwp]        2.4.0cvs125
1071
1072         * manual/fr/plugins.xml
1073                 reflect changes to the reference manual (cvs42):
1074                 update IRC channel info.
1075
1076 2006-09-01 [wwp]        2.4.0cvs124
1077
1078         * commitHelper
1079                 use CVSEDITOR env. var. if set, according to `man cvs`.
1080
1081 2006-09-01 [wwp]        2.4.0cvs123
1082
1083         * manual/advanced.xml
1084                 better sentence again (thanks to Paul).
1085
1086 2006-09-01 [wwp]        2.4.0cvs122
1087
1088         * manual/advanced.xml
1089         fix definition of toolbar_detachable and rework a bit the one of
1090         enable_dotted_lines.
1091
1092 2006-09-01 [mones]      2.4.0cvs121
1093
1094         * manual/advanced.xml
1095                 Document enable_dotted_lines
1096
1097 2006-09-01 [paul]       2.4.0cvs120
1098
1099         * src/folderview.c
1100         * src/folderview.h
1101         * src/imap.c
1102         * src/mainwindow.c
1103         * src/summaryview.c
1104                 obey the 'When entering folder...' option
1105                 when using the /View/Go to/... menu items
1106                 Thanks to Colin
1107
1108 2006-08-31 [colin]      2.4.0cvs119
1109
1110         * src/folderview.c
1111                 Revert 2.4.0cvs116, wrong fix.
1112
1113 2006-08-31 [colin]      2.4.0cvs118
1114
1115         * src/gtk/gtksctree.c
1116                 Better state the various copyrights
1117
1118 2006-08-31 [colin]      2.4.0cvs117
1119
1120         * src/prefs_common.c
1121                 fix enable_dotted_lines
1122
1123 2006-08-31 [colin]      2.4.0cvs116
1124
1125         * src/folderview.c
1126                 Use pref "Always open on select" when going
1127                 to next unread folder
1128         * src/gtk/gtksctree.c
1129                 Fix link failure to _gtk_clist_create_cell_layout
1130                 on certain computers. (Why not mine, I wonder)
1131
1132 2006-08-31 [colin]      2.4.0cvs115
1133
1134         * src/procmsg.c
1135         * src/textview.c
1136         * src/plugins/bogofilter/bogofilter.c
1137         * src/plugins/spamassassin/spamassassin.c
1138                 Requalify some "errors" to warnings
1139         * src/mainwindow.c
1140         * src/mainwindow.h
1141         * src/statusbar.c
1142                 Add an icon in the statusbar to notify
1143                 of errors
1144         * src/gtk/gtksctree.c
1145         * src/folderview.c
1146         * src/summaryview.c
1147                 Make the GtkSCTree look more modern by
1148                 alternating background lines
1149         * src/prefs_common.c
1150         * src/prefs_common.h
1151                 Add a pref to let people have the old
1152                 way if they prefer
1153
1154
1155 2006-08-30 [colin]      2.4.0cvs114
1156
1157         * src/procmsg.c
1158         * src/procmsg.h
1159                 Provide a way to filter a list of
1160                 messages in an optimised manner, and
1161                 add a list-filtering hook
1162         * src/folder.c
1163         * src/inc.c
1164         * src/mbox.c
1165                 Use the list filtering
1166         * src/plugins/bogofilter/bogofilter.c
1167                 Use the list-filtering hook
1168                 Use -b (bulk) mode for more speed
1169                 when learning and filtering
1170         * src/etpan/imap-thread.c
1171                 Make log output shorter in UID SEARCH
1172
1173
1174 2006-08-30 [colin]      2.4.0cvs113
1175
1176         * src/plugins/bogofilter/bogofilter.c
1177                 Really fast mass learning - thanks to David
1178                 Relson for the options explanations :)
1179
1180 2006-08-30 [colin]      2.4.0cvs112
1181
1182         * src/msgcache.c
1183                 Fix compilation on FreeBSD. Thanks
1184                 to Michael Hugues
1185
1186 2006-08-29 [colin]      2.4.0cvs111
1187
1188         * src/folderview.c
1189                 Handle "popup_menu" signal (for popping the 
1190                 menu via the keyboard)
1191         * src/mimeview.c
1192         * src/mimeview.h
1193         * src/summaryview.c
1194         * src/textview.c
1195         * src/gtk/gtkutils.c
1196         * src/gtk/gtkutils.h
1197                 Factorize scrolling code, and add an API 
1198                 for MimeViewers to handle scroll orders
1199
1200 2006-08-29 [wwp]        2.4.0cvs110
1201
1202         * src/plugins//bogofilter/bogofilter.c
1203         * src/plugins//spamassassin/spamassassin.c
1204                 make the bogofilter/spamassassin filtering error dialogs at
1205         incorporation obey to the "don't popup error dialog on
1206         receive error" option. If disabled, feed the log window w/
1207         the error message.
1208
1209 2006-08-29 [paul]
1210
1211         2.5.0-rc2 released
1212
1213 2006-08-29 [paul]       2.4.0cvs109
1214
1215         * Makefile.am
1216                 remove 'make release', it's not needed
1217                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1218
1219 2006-08-29 [paul]       2.4.0cvs108
1220
1221         * src/foldersel.c
1222         * src/summary_search.c
1223         * src/gtk/progressdialog.c
1224         * src/plugins/pgpcore/passphrase.c
1225                 replace deprecated gtk_window_set_policy()
1226
1227 2006-08-29 [colin]      2.4.0cvs107
1228
1229         * src/folder.c
1230                 Fix data loss when copy fails during a move:
1231                 only use fast remove_msgs if everything was
1232                 copied OK; else use slow remove_msg on the
1233                 mails that got copied only.
1234
1235 2006-08-28 [paul]       2.4.0cvs106
1236
1237         * src/mh.c
1238                 revert change in 2.4.0cvs104, it breaks
1239                 stuff
1240
1241 2006-08-28 [paul]       2.4.0cvs105
1242
1243         * src/plugins/spamassassin/spamassassin.c
1244                 english fix
1245
1246 2006-08-28 [paul]       2.4.0cvs104
1247
1248         * src/mh.c
1249                 fix data loss when moving to another
1250                 mailbox fails
1251         * src/prefs_spelling.c
1252                 improve the english
1253         * src/gtk/pluginwindow.c
1254                 improve the layout of the dialog text
1255         All thanks to Colin
1256
1257 2006-08-28 [paul]       2.4.0cvs103
1258
1259         * src/plugins/bogofilter/bogofilter.c
1260         * src/plugins/bogofilter/bogofilter_gtk.c
1261                 fix english up a bit, innit
1262
1263 2006-08-28 [paul]       2.4.0cvs102
1264
1265         * configure.ac
1266         * po/Makefile.in.in
1267         * po/Makevars
1268                 require autoconf 2.60, enabling building
1269                 with gettext 0.15 (gettext 0.14.x build still
1270                 possible). Replace Makefiles with versions
1271                 from gettext 0.15.
1272                 Remove configure options --with-localedir and
1273                 --with-mandir. The options that are provided
1274                 directly by autoconf 2.60 can be used instead:
1275                 --mandir --localedir
1276
1277 2006-08-27 [colin]      2.4.0cvs101
1278
1279         * src/plugins/bogofilter/Makefile.am
1280                 Fix make dist (no README)
1281
1282 2006-08-27 [colin]      2.4.0cvs100
1283
1284         * src/folder.c
1285                 Don't use F_UNKNOWN folders for any default
1286                 outbox/trash/etc
1287         * src/plugins/bogofilter/bogofilter.c
1288         * src/plugins/bogofilter/bogofilter.h
1289         * src/plugins/bogofilter/bogofilter_gtk.c
1290                 Add an option to specify the path to bogofilter
1291                 Use single-quotes to be able to learn in folders
1292                 with spaces in their names
1293                 Verify learning status
1294
1295 2006-08-27 [colin]      2.4.0cvs99
1296
1297         * manual/faq.xml
1298         * manual/plugins.xml
1299                 Document Bogofilter plugin
1300
1301 2006-08-27 [colin]      2.4.0cvs98
1302
1303         * src/compose.c
1304         * src/messageview.c
1305         * src/procmsg.c
1306         * src/procmsg.h
1307                 When possible, copy the queued mail to sent folder
1308                 instead of re-adding. Much faster on IMAP.
1309
1310 2006-08-27 [colin]      2.4.0cvs97
1311
1312         * src/msgcache.c
1313                 Disable mmaped caches - huge metadata loss
1314                 here after a power failure.
1315         * src/summaryview.c
1316                 Add quicksearch timing
1317         * src/common/plugin.c
1318         * src/common/plugin.h
1319                 Implement an interface to tell what plugins
1320                 provide. Prevent loading of similar plugins.
1321         * src/plugins/clamav/clamav_plugin.c
1322         * src/plugins/demo/demo.c
1323         * src/plugins/dillo_viewer/dillo_viewer.c
1324         * src/plugins/pgpcore/plugin.c
1325         * src/plugins/pgpinline/pgpinline.c
1326         * src/plugins/pgpmime/pgpmime.c
1327         * src/plugins/spamassassin/spamassassin.c
1328         * src/plugins/trayicon/trayicon.c
1329                 Implement plugin_provides()
1330
1331 2006-08-27 [colin]      2.4.0cvs96
1332
1333         * configure.ac
1334         * src/plugins/Makefile.am
1335         * src/plugins/bogofilter/.cvsignore
1336         * src/plugins/bogofilter/Makefile.am
1337         * src/plugins/bogofilter/bogofilter.c
1338         * src/plugins/bogofilter/bogofilter.h
1339         * src/plugins/bogofilter/bogofilter_gtk.c
1340                 New Bogofilter plugin, provides filtering and
1341                 learning. Spamassassin will go to extra plugins.
1342
1343 2006-08-26 [mones]      2.4.0cvs95
1344
1345         * manual/handling.xml
1346                 Fix subfolder path in the example (thanks to Paul) 
1347
1348 2006-08-26 [mones]      2.4.0cvs94
1349
1350         * manual/glossary.xml
1351                 2.2. + add ISP to the glossary
1352                 7.5. + Add UIDL to glossary
1353                 7.7. + Add TCP to glossary
1354         * manual/handling.xml
1355                 7.1. + Mentions GNU/Linux distribution, what about the non...
1356                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1357                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1358                 7.4. = Use appropriate quotation for commands
1359                 7.6. = change "" to <quote></quote>
1360         * manual/plugins.xml
1361                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1362         * manual/starting.xml
1363                 2.1. + local mbox file: some examples of mbox file locations...
1364                 Also reformatted files requiring it
1365
1366 2006-08-26 [wwp]        2.4.0cvs93
1367
1368         * src/summary_search.c
1369                 disable find buttons while summary search is running.
1370
1371 2006-08-25 [colin]      2.4.0cvs92
1372
1373         * src/folder.c
1374         * src/folderutils.c
1375         * src/mh.c
1376         * src/procmsg.h
1377         * src/summaryview.c
1378                 Speed up MH moving, and add progressbar
1379                 for MH deletion
1380         * src/msgcache.c
1381                 Write cache files using mmap() too
1382
1383 2006-08-25 [wwp]        2.4.0cvs91
1384
1385         * src/summaryview.c
1386                 switch spam<->ham button when a message has been marked as spam or ham
1387                 and is still selected. Thanks to Colin.
1388
1389 2006-08-25 [paul]       2.4.0cvs90
1390
1391         * src/Makefile.am
1392         * src/stock_pixmap.c
1393         * src/stock_pixmap.h
1394         * src/summaryview.c
1395         * src/gtk/icon_legend.c
1396         * src/pixmaps/copied.xpm
1397         * src/pixmaps/moved.xpm
1398                 add icons for delayed execution marked for
1399                 copying, marked for moving
1400
1401 2006-08-25 [mones]      2.4.0cvs89
1402
1403         * manual/glossary.xml
1404                 Fix the other glossary items:
1405                 5.1. = Inmmediate execution -> <quote>immediate execution...
1406                 5.2. = Fix MBOX capitalization -> Mbox
1407                 5.3. + Improve Plugins def. w/ tech. ref.
1408                 5.4. = Quotation -> replace '>' by <quote>></quote>
1409                 5.5. - SMTP Server. -> remove dot
1410         * po/es.po
1411                 Updated translation
1412
1413 2006-08-25 [mones]      2.4.0cvs88
1414
1415         * manual/ack.xml
1416                 Reformatted, changed email address
1417         * manual/glossary.xml
1418                 Reformatted, fixed MANUAL-TODO items:
1419                 8.2. + add ROT-13 to glossary
1420                 8.4. + add URL to glossary
1421         * manual/es/advanced.xml
1422                 Fixed <literal>s
1423
1424 2006-08-25 [paul]       2.4.0cvs87
1425
1426         * src/gtk/icon_legend.c
1427                 add 'marked for deletion' icon
1428                 arrange icons by containing column
1429                 wrap long label text
1430
1431 2006-08-25 [colin]      2.4.0cvs86
1432
1433         * src/common/utils.c
1434         * src/common/utils.h
1435                 Add the sc_g_*list_bigger functions in
1436                 a place everyone can use it
1437         * src/summaryview.c
1438                 Only freeze/thaw the list when working
1439                 on the selection, if it's bigger than 1
1440         * src/gtk/gtksctree.c
1441                 Only freeze/thaw the list when unselec-
1442                 ting 'all' if ('all' != 1)
1443                 This avoids some flickering
1444
1445 2006-08-24 [colin]      2.4.0cvs85
1446
1447         * src/addressbook.c
1448                 Fix strange list selection
1449                 Fix random seg (Invalid read of freed memory)
1450
1451 2006-08-24 [colin]      2.4.0cvs84
1452
1453         * src/alertpanel.c
1454         * src/gtk/inputdialog.c
1455         * src/plugins/pgpcore/passphrase.c
1456                 Revert minimal width patch of 2.4.0cvs67,
1457                 as it is also a maximal width. Use 
1458                 gtk_window_set_default_size instead.
1459
1460 2006-08-24 [colin]      2.4.0cvs83
1461
1462         * src/msgcache.c
1463                 Write cache/mark to temp files before
1464                 overwriting old ones (avoids metadata
1465                 loss if writing the new files fail).
1466                 Use mmap() to read cache/mark file, as
1467                 this makes cache reading faster. Dis-
1468                 abled for big-endian machines until it
1469                 can be tested. (Big-endian users: set
1470                 msgcache_use_mmap = TRUE in the relevant
1471                 #if).
1472         * src/procmsg.h
1473                 Move rarely used fields of MsgInfo in 
1474                 another structure, which will only be
1475                 allocated if needed. Face, X-Face,
1476                 Return receipt headers and List-*
1477                 headers are moved. Mails having none
1478                 of these occupy 52 bytes less with
1479                 this patch, which makes 2.5MB of RAM
1480                 saved on a 50k folder).
1481         * src/headerview.c
1482         * src/mainwindow.c
1483         * src/messageview.c
1484         * src/partial_download.c
1485         * src/procheader.c
1486         * src/procmsg.c
1487         * src/textview.c
1488                 Follow this structure change.
1489
1490 2006-08-24 [wwp]        2.4.0cvs82
1491
1492         * manual/es/.cvsignore
1493         * manual/es/dist/.cvsignore
1494         * manual/es/dist/html/.cvsignore
1495         * manual/es/dist/pdf/.cvsignore
1496         * manual/es/dist/ps/.cvsignore
1497         * manual/es/dist/txt/.cvsignore
1498                 more (generated) files to ignore.
1499
1500 2006-08-24 [colin]      2.4.0cvs81
1501
1502         * src/folder.c
1503         * src/mh.c
1504                 Fix possible problems with local delivery. Check the folder doesn't
1505                 need scan before setting its mtime when saving cache (which can be
1506                 done long after the folder's been modified by an external process);
1507                 Check that the stored item's mtime didn't change in mh functions.
1508
1509 2006-08-24 [mones]      2.4.0cvs80
1510
1511         * manual/advanced.xml
1512                 Rewrapping, some fixes and MANUAL-TODO items:
1513                 8.1. = change "" to <quote></quote>
1514                 8.3. = quote menu items
1515                 8.5. - deploying -> new user ... ideally a new user (redundant)
1516
1517 2006-08-23 [colin]      2.4.0cvs79
1518
1519         * src/gtk/gtksctree.c
1520                 When selecting or deselecting range, only
1521                 freeze/thaw when selection is bigger than 10
1522
1523 2006-08-23 [colin]      2.4.0cvs78
1524
1525         * src/messageview.c
1526         * src/mimeview.c
1527         * src/mimeview.h
1528         * src/plugins/dillo_viewer/dillo_viewer.c
1529                 Provide an API for MimeViewer plugins to
1530                 return a text selection for replying
1531
1532 2006-08-23 [colin]      2.4.0cvs77
1533
1534         * src/image_viewer.c
1535         * src/textview.c
1536                 Use gtk_pixbuf_new_from_file_at_scale(), which
1537                 is faster than getting the pixbuf then resizing
1538                 it.
1539
1540 2006-08-23 [colin]      2.4.0cvs76
1541
1542         * src/procmime.c
1543                 UTF-8 should be sent Quoted-printable
1544
1545 2006-08-22 [colin]      2.4.0cvs75
1546
1547         * src/mh.c
1548                 Check if scan is required before touching
1549                 the folder (or it'll be required every time)
1550
1551 2006-08-22 [colin]      2.4.0cvs74
1552
1553         * configure.ac
1554                 Require libetpan 0.46 (crasher fix when built
1555                 against gnutls)
1556
1557 2006-08-22 [colin]      2.4.0cvs73
1558
1559         * src/folder.c
1560                 Set folder's mtime after writing its
1561                 cache
1562         * src/folderview.c
1563                 Add some timing
1564         * src/procmsg.c
1565                 Don't do useless stuff if we don't 
1566                 thread by subject
1567         * src/summaryview.c
1568                 Add some timing, don't deselect prior
1569                 to selecting (gtksctree does it itself),
1570                 remove crash avoidance hacks as it's been
1571                 properly fixed since a while
1572         * src/common/utils.c
1573                 Optimize to_human_readable(): _() is slow,
1574                 do it only once, and avoid %f format for KB
1575                 (the most common in a summaryview)
1576         * src/gtk/gtksctree.c
1577                 Don't uselessly freeze/thaw (fixes flicker
1578                 on next unread and friends), reduce number
1579                 of g_list_nth/g_list_position where possible
1580         * src/gtk/gtkutils.c
1581         * src/gtk/gtkutils.h
1582                 Reduce number of g_list_nth/g_list_position
1583                 where possible.
1584                 All of this makes loading as 70k folder 2.1
1585                 seconds instead of 3.2 (with hot FS caches).
1586                 (1.3 seconds without Date and Size columns...)
1587
1588 2006-08-22 [paul]       2.4.0cvs72
1589
1590         wrap documents and do some items from mones' MANUAL-TODO:
1591
1592         * manual/account.xml
1593                 4.1. = fix tabname references to <quote>tabname</quote>
1594                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1595         * manual/faq.xml
1596                 1.1. = mentioned options don't match UI
1597                 Add information about the 'Never send Return Receipts'
1598                 option
1599         * manual/handling.xml
1600                 6.2. = Mentions Extended symbols button, but now is
1601                 named Information
1602                 6.3. = Mentions ... button, which is now Edit
1603
1604 2006-08-22 [colin]      2.4.0cvs71
1605
1606         * src/gtk/pluginwindow.c
1607                 Fix layout in verbose translations (such
1608                 as french)
1609
1610 2006-08-22 [paul]       2.4.0cvs70
1611
1612         * manual/Makefile.am
1613                 build manuals in alphabetical order
1614         * src/addressbook.c
1615         * src/prefs_themes.c
1616                 replace/remove deprecated symbols
1617         * src/gtk/gtkutils.c
1618                 fix a warning
1619         * src/gtk/pluginwindow.c
1620                 replace deprecated symbol
1621                 replace label text and move it
1622         * src/plugins/pgpcore/prefs_gpg.c
1623                 move the 'Generate...' button out of the
1624                 Sign Key frame, replace the English used
1625         * src/plugins/pgpcore/sgpgme.c
1626                 fixes to the English
1627
1628 2006-08-21 [colin]      2.4.0cvs69
1629
1630         * src/plugins/trayicon/trayicon.c
1631                 Add more strings for translation; patch
1632                 by Pawel
1633
1634 2006-08-21 [colin]      2.4.0cvs68
1635
1636         * src/compose.c
1637                 fix replied flag not set after drafting
1638         * src/matcher.c
1639                 fix body quicksearch in non-encoded bodies
1640                 containing '='
1641         * src/msgcache.c
1642                 Get rid of the g_malloc workaround for
1643                 corrupted caches, use g_try_malloc
1644
1645 2006-08-21 [colin]      2.4.0cvs67
1646
1647         * src/alertpanel.c
1648         * src/gtk/inputdialog.c
1649         * src/plugins/pgpcore/passphrase.c
1650                 Set minimal width to 375
1651         * src/mainwindow.c
1652                 Fix switching to offline, asking if it 
1653                 should be overriden for synchronising
1654         * src/mimeview.c
1655                 Don't offer to remember command on Open 
1656                 with for text parts, as the browser or 
1657                 text editor command isn't changed from 
1658                 there
1659
1660 2006-08-20 [paul]       2.4.0cvs66
1661
1662         * po/ko.po
1663         * po/zh_CN.po
1664                 fix plural form errors. revealed by stricter
1665                 checking of gettext 0.15
1666
1667 2006-08-18 [paul]       2.4.0cvs65
1668
1669         * src/stock_pixmap.c
1670                 fix the fix of 2.4.0cvs64
1671                 Thanks to Colin
1672
1673 2006-08-18 [paul]       2.4.0cvs64
1674
1675         * src/stock_pixmap.c
1676                 fix leaks
1677                 Thanks to Colin
1678
1679 2006-08-18 [paul]       2.4.0cvs63
1680
1681         * src/compose.c
1682         * src/procmsg.c
1683                 fix occasional IMAP bug where large msgs
1684                 were left in the queue folder after sending
1685                 Thanks to Colin
1686
1687 2006-08-18 [paul]       2.4.0cvs62
1688
1689         * src/folderview.c
1690                 freeze the summaryview while quicksearch results
1691                 are displayed
1692                 (fixes bug 456 'current message is hidden when the
1693                 view is refreshed and extended search is "unread 
1694                 messages"')
1695                 Thanks to Colin
1696         * src/textview.c
1697                 add missing #include "inputdialog.h"
1698         * src/common/utils.h
1699                 add missing mailcap_update_default() and improve
1700                 readability
1701
1702 2006-08-17 [colin]      2.4.0cvs61
1703
1704         * src/plugins/pgpcore/select-keys.c
1705                 Fix warnings :)
1706
1707 2006-08-17 [colin]      2.4.0cvs60
1708
1709         * src/compose.c
1710                 Don't continue queuing if Cancel is clicked
1711                 in select-keys
1712
1713 2006-08-17 [colin]      2.4.0cvs59
1714
1715         * src/plugins/pgpcore/select-keys.c
1716                 When encrypting, if only one key matches and it 
1717                 matches exactly, automatically use it.
1718
1719 2006-08-17 [colin]      2.4.0cvs58
1720
1721         * src/mimeview.c
1722         * src/prefs_common.c
1723         * src/prefs_common.h
1724         * src/prefs_ext_prog.c
1725         * src/textview.c
1726                 Fix issues with previous patch (text/html)
1727                 Remove outdated prefs
1728
1729 2006-08-17 [colin]      2.4.0cvs57
1730
1731         * src/imap.c
1732                 Add View Log button on auth error
1733         * src/procmsg.c
1734                 Fix encrypted mail marked as new when
1735                 saved in normal folders
1736         * src/plugins/pgpinline/pgpinline.c
1737                 Fix encrypt bug on IMAP
1738         * src/mimeview.c
1739         * src/common/utils.c
1740         * src/common/utils.h
1741         * src/gtk/inputdialog.c
1742         * src/gtk/inputdialog.h
1743                 Get rid of metamail stuff, simplify
1744                 opening, and allow remembering of user's
1745                 choices (by updating ~/.mailcap). There's
1746                 still to drop "Audio player" and "Image
1747                 viewer" preferences.
1748
1749 2006-08-17 [mones]      2.4.0cvs56
1750
1751         * manual/es/sylpheed-claws-manual.xml
1752                 fix DTD path
1753
1754 2006-08-17 [mones]      2.4.0cvs55
1755
1756         * configure.ac
1757         * manual/Makefile.am
1758         * manual/es/Makefile.am
1759         * manual/es/account.xml
1760         * manual/es/ack.xml
1761         * manual/es/addrbook.xml
1762         * manual/es/advanced.xml
1763         * manual/es/faq.xml
1764         * manual/es/glossary.xml
1765         * manual/es/gpl.xml
1766         * manual/es/handling.xml
1767         * manual/es/intro.xml
1768         * manual/es/keyboard.xml
1769         * manual/es/plugins.xml
1770         * manual/es/starting.xml
1771         * manual/es/sylpheed-claws-manual.xml
1772         * manual/es/dist/Makefile.am
1773         * manual/es/dist/html/Makefile.am
1774         * manual/es/dist/pdf/Makefile.am
1775         * manual/es/dist/ps/Makefile.am
1776         * manual/es/dist/txt/Makefile.am
1777                 Spanish translation for the manual
1778
1779 2006-08-16 [colin]      2.4.0cvs54
1780
1781         * src/compose.c
1782         * src/main.c
1783         * src/mainwindow.c
1784                 Fix send button sensitivity at startup
1785                 Set send menu sensitivity (patch by Fabien)
1786         * src/ssl_manager.c
1787                 Enable closing with esc (patch by Fabien)
1788         * src/gtk/foldersort.c
1789                 Enable closing with esc (patch by Fabien)
1790         * src/procmime.c
1791                 Optimisation (no need to copy to tempfile to
1792                 "decode" 7bit and 8bit)
1793         * src/summaryview.c
1794                 Fix cruft in swap_from case
1795         * src/textview.c
1796                 Fix missing last line in some mail cases 
1797                 (Fixes debian #381872)
1798         * src/plugins/pgpcore/prefs_gpg.c
1799         * src/plugins/pgpcore/sgpgme.c
1800         * src/plugins/pgpcore/sgpgme.h
1801                 Don't show "no key found" when user explicitely
1802                 wants to create a key
1803
1804 2006-08-16 [paul]       2.4.0cvs53
1805
1806         * configure.ac
1807         * src/account.c
1808         * src/addressbook.c
1809         * src/headerview.c
1810         * src/prefs_account.c
1811         * src/prefs_message.c
1812         * src/gtk/gtkutils.c
1813                 bump up minimum required versions of GTK+ and
1814                 GLIB to 2.6.0
1815
1816 2006-08-16 [paul]       2.4.0cvs52
1817
1818         * src/toolbar.c
1819                 workaround GTK+ Bug 351600 - 'Can't re-click
1820                 on button after sensitivity update'
1821                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1822                 Thanks to Colin
1823
1824 2006-08-15 [colin]      2.4.0cvs51
1825
1826         * src/plugins/pgpcore/prefs_gpg.c
1827                 Set options sensitivity according to
1828                 key existence
1829         * src/plugins/pgpcore/sgpgme.c
1830                 Allow to create key with no passphrase
1831
1832 2006-08-14 [cleroy]     2.4.0cvs50
1833
1834         * src/gtk/pluginwindow.c
1835                 New layout (maybe to be changed?)
1836         * src/gtk/gtkutils.c
1837                 Fix a bit label_window
1838         * src/plugins/pgpcore/passphrase.c
1839         * src/plugins/pgpcore/passphrase.h
1840         * src/plugins/pgpcore/plugin.c
1841         * src/plugins/pgpcore/prefs_gpg.c
1842         * src/plugins/pgpcore/prefs_gpg.h
1843         * src/plugins/pgpcore/sgpgme.c
1844         * src/plugins/pgpcore/sgpgme.h
1845                 Allow to create a PGP private key via the GUI
1846
1847 2006-08-14 [wwp]        2.4.0cvs49
1848
1849         * src/addressbook_foldersel.c
1850                 fix strict ISO C90 compliance.
1851
1852 2006-08-14 [paul]       2.4.0cvs48
1853
1854         * src/gtk/prefswindow.c
1855                 re-set scrolled window on opening
1856                 Patch by Ticho
1857
1858 2006-08-14 [paul]
1859
1860         2.5.0-rc1 released
1861
1862 2006-08-14 [paul]       2.4.0cvs47
1863
1864         * src/prefs_display_header.c
1865                 re-enable user-defined Displayed Headers
1866
1867 2006-08-14 [paul]       2.4.0cvs46
1868
1869         * src/prefs_account.c
1870                 use GTK_STOCK_EDIT
1871
1872 2006-08-13 [colin]      2.4.0cvs45
1873
1874         * src/common/utils.c
1875                 Fix "a" in quote when the original message is empty,
1876                 by using \0 instead of 'a' to test writability of
1877                 temp files.
1878
1879 2006-08-13 [wwp]        2.4.0cvs44
1880
1881         * src/plugins/spamassassin/spamassassin.c
1882                 fix capitalization of "SpamAssassin" in some debug, log and
1883                 dialog messages.
1884
1885 2006-08-13 [paul]       2.4.0cvs43
1886
1887         * src/editldap.c
1888                 fix overlapping widgets
1889         * src/prefs_account.c
1890                 fix translation of protocol_names[]
1891                 fix label disappearing off the edge of the
1892                 visible area
1893
1894 2006-08-12 [paul]       2.4.0cvs42
1895
1896         * manual/plugins.xml
1897                 update IRC channel info before it gets forgotten
1898                 about
1899
1900 2006-08-11 [colin]      2.4.0cvs41
1901
1902         * src/compose.c
1903         * src/mainwindow.c
1904         * src/mainwindow.h
1905         * src/procmsg.c
1906         * src/procmsg.h
1907         * src/summaryview.c
1908         * src/toolbar.c
1909                 Grey out the Send button if
1910                 - Queue folders are empty, or
1911                 - We're sending already
1912
1913 2006-08-11 [wwp]        2.4.0cvs40
1914
1915         * src/main.c
1916                 fix a logic issue when quitting while a compose window is
1917                 still open, thanks to Colin.
1918
1919 2006-08-10 [colin]      2.4.0cvs39
1920
1921         * src/main.c
1922                 Fix default font size setting after wizard run
1923         * src/imap.c
1924         * src/etpan/imap-thread.c
1925         * src/etpan/imap-thread.h
1926                 Fix bug #999 (Timing out on TSL cert validation 
1927                 dialog makes ugly things happen). Also, STARTTLS
1928                 unconditionnaly if initial capabilities contain
1929                 LOGINDISABLED and STARTTLS.
1930
1931 2006-08-09 [colin]      2.4.0cvs38
1932
1933         * src/mainwindow.c
1934         * src/mainwindow.h
1935                 Fix Tools/Actions sensitivity when there are
1936                 no actions
1937
1938 2006-08-09 [colin]      2.4.0cvs37
1939
1940         * src/prefs_filtering.c
1941                 Warning fix, patch by Paul
1942         * src/messageview.c
1943         * src/prefs_actions.c
1944         * src/prefs_filtering_action.c
1945         * src/prefs_matcher.c
1946                 Uniformisation of "Info ..." to "Info..." (for
1947                 old gtk), patch by Fabien
1948         * src/plugins/clamav/clamav_plugin_gtk.c
1949                 Sensitivity fix by Fabien
1950
1951 2006-08-09 [colin]      2.4.0cvs36
1952
1953         * src/main.c
1954         * src/main.h
1955                 Add a function to know whether we're exiting
1956         * src/plugins/trayicon/trayicon.c
1957                 If exiting, don't do anything. Faster, and
1958                 avoids gtk_main_iteration reentracy causing
1959                 segfaults at exit
1960
1961 2006-08-09 [colin]      2.4.0cvs35
1962
1963         * src/messageview.c
1964         * src/mimeview.c
1965         * src/mimeview.h
1966                 Fix lack of part selection when automatically 
1967                 jumping to a specific part
1968         * src/msgcache.c
1969                 Little optimisation in cache reading
1970
1971 2006-08-09 [colin]      2.4.0cvs34
1972
1973         * src/compose.c
1974                 Fix crash setting the priority on reedit
1975                 (Accessing compose before creating it!)
1976
1977 2006-08-08 [colin]      2.4.0cvs33
1978
1979         * src/procmime.c
1980                 Fix bug #998 (last attachment is not accessible)
1981                 Bad RFC interpretation on multipart close-delimiters
1982         * src/mimeview.c
1983         * src/mimeview.h
1984         * src/gtk/gtkvscrollbutton.c
1985         * src/gtk/gtkvscrollbutton.h
1986                 Make attachments list wheel-scrollable
1987
1988 2006-08-07 [colin]      2.4.0cvs32
1989
1990         * src/gtk/gtkaspell.c
1991                 Fix bug #973 (Unicode punctation characters 
1992                 are not recognized as separators by the
1993                 spell checker); fix unsigned stuff
1994
1995 2006-08-07 [colin]      2.4.0cvs31
1996
1997         * src/compose.c
1998                 Fix bug #956 (DnD text with accents in compose 
1999                 text entry); fix gccc's signed/unsigned fuss
2000
2001 2006-08-06 [colin]      2.4.0cvs30
2002
2003         * src/main.c
2004                 Fix bug #979 (Plugin crashes when exiting 
2005                 sylpheed-claws) : handle exit request only 
2006                 once
2007
2008 2006-08-05 [colin]      2.4.0cvs29
2009
2010         * src/news.c
2011                 Just make sure we have a msgid.
2012
2013 2006-08-05 [colin]      2.4.0cvs28
2014
2015         * src/news.c
2016         * src/summaryview.c
2017                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2018                 by reimplementing it
2019         * src/textview.c
2020                 Fix bug when hiding quotes with level > 3 and quote
2021                 colors are recycled
2022
2023 2006-08-04 [colin]      2.4.0cvs27
2024
2025         * src/compose.c
2026         * src/undo.c
2027         * src/undo.h
2028                 Fix a bit replace-by-pasting undo
2029         * src/mainwindow.c
2030         * src/messageview.c
2031                 Fix Fold quotes menu synchro in
2032                 mainwindow when it changes in 
2033                 messageview
2034         * src/textview.c
2035                 Fix right-click on quotes blocks
2036         * src/common/utils.c
2037                 Verify that the file created by
2038                 my_tmpfile() is writable. Fixes
2039                 bug #988 (very specific filesystem
2040                 issue)
2041         * src/plugins/pgpcore/sgpgme.c
2042                 Fix file descriptor leak
2043         * src/plugins/spamassassin/spamassassin.c
2044                 Warn once if spamd isn't reachable
2045
2046 2006-08-04 [colin]      2.4.0cvs26
2047
2048         * src/toolbar.c
2049                 i18n context patch by Fabien
2050
2051 2006-08-03 [colin]      2.4.0cvs25
2052
2053         * src/mainwindow.c
2054         * src/messageview.c
2055                 Rename "Hide quotes" to "Fold quotes"
2056         * src/textview.c
2057                 Don't use hand cursor on quotes. "all 
2058                 the bonuses of the feature and none of 
2059                 unwelcome side-effects"
2060
2061 2006-08-03 [colin]      2.4.0cvs24
2062
2063         * AUTHORS
2064         * sylpheed-claws.desktop
2065         * src/gtk/authors.h
2066                 Bring the desktop file to XDG compliance
2067                 Patch by Charles A. Edwards
2068
2069 2006-08-03 [colin]      2.4.0cvs23
2070
2071         * src/textview.c
2072                 Fix links offset when they are preceded
2073                 by accentued chars (g_utf8_strlen!)
2074         * src/mainwindow.c
2075                 Fix wrong status when starting offline
2076
2077
2078 2006-08-03 [wwp]        2.4.0cvs22
2079
2080         * src/prefs_common.h
2081                 ask what to do w/ filtering rules that belong to an account when
2082                 applying filtering rules manually from the main window (skip,
2083                 apply regardless of the account, use current account). This dialog
2084                 can be skipped and the last reply used.
2085                 (forgot that file)
2086
2087 2006-08-03 [wwp]        2.4.0cvs21
2088
2089         * src/filtering.c
2090         * src/filtering.h
2091         * src/prefs_common.c
2092         * src/summaryview.c
2093         * src/alertpanel.c
2094         * src/alertpanel.h
2095         * src/messageview.c
2096                 ask what to do w/ filtering rules that belong to an account when
2097                 applying filtering rules manually from the main window (skip,
2098                 apply regardless of the account, use current account). This dialog
2099                 can be skipped and the last reply used.
2100
2101
2102 2006-08-03 [colin]      2.4.0cvs20
2103
2104         * src/textview.c
2105                 Optimize previous patch
2106
2107 2006-08-03 [cleroy]     2.4.0cvs19
2108
2109         * src/textview.c
2110                 Fix quotes getting toggled back when the
2111                 mail has an even number of text parts
2112
2113 2006-08-02 [colin]      2.4.0cvs18
2114
2115         * src/messageview.c
2116                 Add Hide quotes menu
2117
2118 2006-08-02 [colin]      2.4.0cvs17
2119
2120         * src/mainwindow.c
2121         * src/prefs_common.c
2122         * src/textview.c
2123         * src/textview.h
2124         * src/gtk/about.c
2125                 Allow per-level quote hiding,
2126                 Allow toggling quotes by double-clicking them
2127                 Rename RemoteURI to ClickableText to reflect
2128                 the fact it's used for a variety of things
2129
2130 2006-08-02 [wwp]        2.4.0cvs16
2131
2132         * src/mainwindow.c
2133                 fix "View/Hide quotes" menu item status initialization.
2134
2135 2006-08-02 [wwp]        2.4.0cvs15
2136
2137         * src/matcher_parser_parse.y
2138                 remove a debug trace.
2139
2140 2006-08-02 [paul]       2.4.0cvs14
2141
2142         * src/plugins/pgpcore/passphrase.c
2143                 don't set initial dialog size
2144                 make it resizable
2145
2146 2006-08-02 [paul]       2.4.0cvs13
2147
2148         * src/noticeview.c
2149                 remove the rogue '/' character
2150
2151 2006-08-02 [paul]       2.4.0cvs12
2152
2153         * src/noticeview.c
2154                 allow buttons to resize as necessary
2155
2156 2006-08-01 [wwp]        2.4.0cvs11
2157
2158         * src/mbox.c
2159                 fix strict ISO C90 compliance.
2160
2161 2006-08-01 [wwp]        2.4.0cvs10
2162
2163         * tools/update-po
2164                 updated update-po tool to work w/ context-dependent translations.
2165                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2166
2167 2006-08-01 [wwp]        2.4.0cvs9
2168
2169         * src/matcher.c
2170         * src/prefs_filtering.c
2171         * src/prefs_matcher.c
2172                 allow context-dependent translations for "All",
2173                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2174
2175 2006-07-31 [colin]      2.4.0cvs8
2176
2177         * AUTHORS
2178         * src/gtk/authors.h
2179                 Add Rafal to authors
2180
2181 2006-07-31 [colin]      2.4.0cvs7
2182
2183         * src/compose.c
2184         * src/mainwindow.c
2185         * src/messageview.h
2186         * src/prefs_common.c
2187         * src/prefs_common.h
2188         * src/textview.c
2189                 Add 'View/Hide quotes'. Patch based on a patch
2190                 by Rafal Weglarz
2191
2192 2006-07-31 [colin]      2.4.0cvs6
2193
2194         * src/action.c
2195                 Fix problem with "> stuff >" actions
2196
2197 2006-07-31 [paul]       2.4.0cvs5
2198
2199         * po/nb.po
2200                 updated by Geir Helland
2201
2202 2006-07-31 [wwp]        2.4.0cvs4
2203
2204         * src/mainwindow.c
2205         * src/summaryview.c
2206         * src/summaryview.h
2207                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2208                 thanks to Colin.
2209
2210 2006-07-31 [wwp]        2.4.0cvs3
2211
2212         * src/Makefile.am
2213         * src/addr_compl.c
2214         * src/addr_compl.h
2215         * src/addressbook.c
2216         * src/addressbook.h
2217         * src/addressbook_foldersel.c
2218         * src/addressbook_foldersel.h
2219         * src/addrindex.c
2220         * src/addrindex.h
2221         * src/matcher.c
2222         * src/matcher.h
2223         * src/matcher_parser_lex.l
2224         * src/matcher_parser_parse.y
2225         * src/prefs_common.c
2226         * src/prefs_common.h
2227         * src/prefs_filtering.c
2228         * src/prefs_matcher.c
2229         * src/prefs_matcher.h
2230         * src/summaryview.c
2231                 introduce filtering against the address book. It's now possible to add
2232                 matched conditions to determine if any email address in a message matches
2233                 or doesn't match any or all books or folders in the address book.
2234
2235 2006-07-31 [wwp]        2.4.0cvs2
2236
2237         * src/account.c
2238         * src/filtering.c
2239         * src/filtering.h
2240         * src/folder.c
2241         * src/folderview.c
2242         * src/inc.c
2243         * src/mainwindow.c
2244         * src/matcher.c
2245         * src/matcher_parser_lex.l
2246         * src/matcher_parser_parse.y
2247         * src/mbox.c
2248         * src/prefs_filtering.c
2249         * src/prefs_filtering.h
2250         * src/procmsg.c
2251         * src/procmsg.h
2252         * src/summaryview.c
2253                 introduce per-account filtering rules. Each filtering rule can now be assigned
2254                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2255                 when applying filtering rules manually, as all rules will apply - even the ones
2256                 assigned to an account. This issue will be addressed soon.
2257  
2258
2259
2260 2006-07-31 [wwp]        2.4.0cvs1
2261
2262         * src/quote_fmt.c
2263                 make more strings translatable.
2264
2265 2006-07-31 [paul]       2.4.0
2266
2267         2.4.0 released
2268
2269 2006-07-31 [paul]       2.3.1cvs91
2270
2271         * po/ca.po
2272                 updated by Miquel Oliete
2273
2274 2006-07-31 [paul]       2.3.1cvs90
2275
2276         * po/de.po
2277         * po/el.po
2278         * po/fr.po
2279         * po/it.po
2280         * po/pl.po
2281         * po/pt_BR.po
2282         * po/sr.po
2283         * po/zh_CN.po
2284                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2285                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2286                 Aleksandar Urosevic, and Ralgh Young
2287
2288 2006-07-31 [paul]       2.3.1cvs89
2289
2290         * src/account.c
2291         * src/main.c
2292         * src/mainwindow.c
2293         * src/mainwindow.h
2294                 Fix a race condition when, after an SC crash, rescanning
2295                 folders took more than 0.5 seconds
2296                 Thanks to Colin
2297
2298 2006-07-31 [paul]       2.3.1cvs88
2299
2300         * src/folderview.c
2301                 don't translate separator strings
2302
2303 2006-07-30 [mones]      2.3.1cvs87
2304
2305         * doc/man/sylpheed-claws.1
2306                 Fixed non-ASCII chars in Hoa's name
2307         * po/es.po
2308                 Updated for release
2309
2310 2006-07-27 [colin]      2.3.1cvs86
2311
2312         * src/textview.c
2313                 Don't include the leading \n in links
2314                 Patch by Fabien
2315
2316 2006-07-25 [colin]      2.3.1cvs85
2317
2318         * src/mainwindow.c
2319         * src/common/socket.h
2320         * src/etpan/imap-thread.c
2321                 Refresh resolvers before connecting
2322                 to IMAP servers, and after switching
2323                 to online. Thanks to Paul.
2324
2325 2006-07-18 [colin]
2326
2327         * 2.4.0-rc4 released
2328
2329 2006-07-17 [colin]      2.3.1cvs84
2330
2331         * src/inc.c
2332                 Show connection attempt in statusbar before
2333                 connecting (previously first message was
2334                 "Retrieving messages from ..." after the
2335                 connection succeeded.
2336
2337 2006-07-16 [wwp]        2.3.1cvs83
2338
2339         * sylpheed-claws.ico
2340                 Added .ico file (windows multi-size icon file, generated).
2341
2342 2006-07-12 [wwp]        2.3.1cvs82
2343
2344         * src/messageview.c
2345                 remove Message/Re-edit menu entry from messageview window,
2346                 as sent/draft/queued messages are opened in compose window when
2347                 re-edited and it's not possible to re-edit other msgs.
2348
2349 2006-07-12 [paul]       2.3.1cvs81
2350
2351         * AUTHORS
2352         * src/mainwindow.c
2353         * src/gtk/authors.h
2354                 check online state before resetting
2355                 mailcheck timer. Useful if some program
2356                 verifies connection state and updates
2357                 Claws.
2358                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2359
2360 2006-07-12 [paul]       2.3.1cvs80
2361
2362         * sylpheed-claws-128x128.png
2363         * sylpheed-claws-64x64.png
2364         * sylpheed-claws.png
2365         * src/Makefile.am
2366         * src/main.c
2367         * src/prefs_toolbar.c
2368         * src/stock_pixmap.c
2369         * src/stock_pixmap.h
2370         * src/wizard.c
2371         * src/gtk/about.c
2372         * src/gtk/gtkutils.c
2373         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2374         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2375         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2376         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2377         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2378         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2379                 updated and renamed logo/icon files and related
2380                 logo by Jesper Schultz
2381
2382 2006-07-11 [paul]       2.3.1cvs79
2383
2384         * src/main.c
2385                 fix the labels a smidgin
2386
2387 2006-07-09 [colin]      2.3.1cvs78
2388
2389         * src/textview.c
2390                 Show errors in textviewer's command
2391                 Patch by H. Merijn Brand
2392
2393 2006-07-09 [colin]      2.3.1cvs77
2394
2395         * src/compose.c
2396                 Save FMID in drafts too
2397
2398 2006-07-08 [colin]      2.3.1cvs76
2399
2400         * src/compose.c
2401                 Svae RMID in drafted mails too
2402                 Save quote_fmt vars for whole mails,
2403                 don't reset at each quote_fmt_init:
2404                 allows to use the same |i{var} in
2405                 various template fields
2406         * src/prefs_template.c
2407         * src/quote_fmt.h
2408         * src/quote_fmt_parse.y
2409                 Same
2410
2411 2006-07-08 [colin]      2.3.1cvs75
2412
2413         * src/textview.c
2414                 Fix highlighting of attached parts URIs
2415
2416 2006-07-08 [colin]      2.3.1cvs74
2417
2418         * src/main.c
2419                 Prevent bug #981 (sc 2.3.1 segfaults with 
2420                 gtk+ 2.10) from being reported again:
2421                 if Sylpheed-Claws has been compiled against
2422                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2423                 of if Sylpheed-Claws has been compiled against
2424                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2425                 error out.
2426
2427 2006-07-07 [colin]      2.3.1cvs73
2428
2429         * src/prefs_actions.c
2430                 Fix label
2431
2432 2006-07-07 [colin]      2.3.1cvs72
2433
2434         * src/prefs_actions.c
2435                 Fix compile on gtk < 2.8. argh :)
2436
2437 2006-07-07 [paul]       2.3.1cvs71
2438
2439         * src/common/defs.h
2440                 update DONATE_URI
2441
2442 2006-07-07 [colin]      2.3.1cvs70
2443
2444         * po/POTFILES.in
2445         * src/quote_fmt.c
2446         * src/quote_fmt_lex.l
2447         * src/quote_fmt_parse.y
2448                 Add |i{var}, a way to insert user-entered
2449                 text in a template
2450
2451 2006-07-07 [colin]
2452
2453         * 2.4.0-rc3 released
2454
2455 2006-07-07 [colin]      2.3.1cvs69
2456
2457         * src/folder.c
2458                 Don't consider inboxes of UNKNOWN folder 
2459                 classes to be useable as default inboxes
2460
2461 2006-07-07 [paul]       2.3.1cvs68
2462
2463         * src/textview.c
2464                 add missing #include <errno.h>
2465                 Thanks to René J. Blokland
2466
2467 2006-07-07 [paul]       2.3.1cvs67
2468
2469         * src/action.c
2470                 Return now Closes dialog
2471         * src/mimeview.c
2472         * src/mimeview.h
2473         * src/textview.c
2474                 add contextual menu to mime parts listed
2475                 in the textview
2476                 Thanks to Colin
2477         * src/common/utils.c
2478                 reversal: ' is a valid character in URLs
2479
2480 2006-07-06 [colin]      2.3.1cvs66
2481
2482         * src/remotefolder.h
2483                 Forgotten in previous commit
2484
2485 2006-07-06 [colin]      2.3.1cvs65
2486
2487         * src/folder.c
2488                 Set summary update flag whenever
2489                 totals changed
2490         * src/imap.c
2491         * src/prefs_account.c
2492         * src/common/utils.h
2493         * src/etpan/imap-thread.c
2494                 Fix warnings, thanks to Fabien and
2495                 Ricardo
2496
2497 2006-07-06 [wwp]        2.3.1cvs64
2498
2499         * src/gtk/gtkutils.c
2500                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2501
2502 2006-07-06 [wwp]        2.3.1cvs63
2503
2504         * src/account.c
2505         * src/addressbook.c
2506         * src/addressitem.h
2507         * src/folderview.c
2508         * src/mainwindow.c
2509         * src/manual.c
2510         * src/manual.h
2511         * src/message_search.c
2512         * src/prefs_actions.c
2513         * src/prefs_filtering.c
2514         * src/prefs_filtering.h
2515         * src/prefs_template.c
2516         * src/summary_search.c
2517         * src/summaryview.c
2518         * src/gtk/gtkutils.c
2519         * src/gtk/gtkutils.h
2520         * src/gtk/pluginwindow.c
2521                 add help buttons to some dialogs. Clicking such buttons opens a
2522                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2523
2524 2006-07-06 [paul]       2.3.1cvs62
2525
2526         * src/textview.c
2527                 fix attachments contextual menu
2528                 Thanks to Colin
2529
2530 2006-07-05 [colin]      2.3.1cvs61
2531
2532         * src/textview.c
2533         * src/compose.c
2534                 Handle sftp:// links
2535
2536 2006-07-05 [paul]       2.3.1cvs60
2537
2538         * src/gtk/filesel.c
2539                 grab save button by default
2540                 Thanks to Colin
2541
2542 2006-07-05 [wwp]        2.3.1cvs59
2543
2544         * manual/xml2pdf
2545                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2546
2547 2006-07-04 [colin]      2.3.1cvs58
2548
2549         * src/mimeview.c
2550         * src/textview.c
2551                 Use left click to select, middle click to open
2552                 on mimeparts links
2553         * src/common/utils.c
2554                 Fix segfault
2555
2556 2006-07-04 [colin]      2.3.1cvs57
2557
2558         * src/mainwindow.c
2559         * src/news.c
2560                 Warning fixes, thanks to Fabien
2561
2562 2006-07-04 [colin]      2.3.1cvs56
2563
2564         * src/mimeview.c
2565         * src/mimeview.h
2566         * src/textview.c
2567                 Allow parts to be selected via their text label
2568                 in textview
2569
2570 2006-07-04 [colin]      2.3.1cvs55
2571
2572         * src/folderview.c
2573                 Feedback when closing (for big folders)
2574         * src/prefs_actions.c
2575         * src/prefs_filtering.c
2576         * src/prefs_matcher.c
2577         * src/prefs_template.c
2578                 Fix default button when closing without
2579                 having saved
2580
2581 2006-07-04 [colin]      2.3.1cvs54
2582
2583         * src/news.c
2584                 Delete local file on deletion
2585
2586 2006-07-03 [colin]      2.3.1cvs53
2587
2588         * src/folderview.c
2589         * src/main.c
2590                 Don't freeze when rescanning after crash
2591
2592 2006-07-03 [wwp]        2.3.1cvs52
2593
2594         * src/compose.c
2595         * src/privacy.c
2596         * src/privacy.h
2597         * src/plugins/pgpinline/pgpinline.c
2598         * src/plugins/pgpmime/pgpmime.c
2599                 don't report an error when the user cancels the passphrase dialog.
2600
2601 2006-07-02 [colin]      2.3.1cvs51
2602
2603         * src/folderview.c
2604                 Open message when crossing folders with Space,
2605                 goto next unread and friends
2606
2607 2006-07-01 [colin]      2.3.1cvs50
2608
2609         * src/prefs_account.c
2610                 Typographic rules varying from language
2611                 to language (in french "Protocole :"),
2612                 we have to do that :)
2613
2614 2006-07-01 [ticho]      2.3.1cvs49
2615
2616         * src/prefs_account.c
2617                 Only use one temporary gchar* variable in
2618                 prefs_account_protocol_set_optmenu().
2619
2620 2006-07-01 [ticho]      2.3.1cvs48
2621
2622         * src/prefs_account.c
2623         * src/prefs_account.h
2624                 Use GtkLabel for existing account protocol name.
2625                 Created an array for protocol names and populate the
2626                 combobox from it in a for() cycle.
2627
2628 2006-06-30 [colin]      2.3.1cvs47
2629
2630         * src/compose.c
2631                 Block undo when changing signature (by changing
2632                 account)
2633
2634 2006-06-30 [paul]       2.3.1cvs46
2635
2636         * src/send_message.c
2637                 when editing From in the Compose window, use that address
2638                 in the Return-Path: header
2639                 Thanks to Colin
2640
2641 2006-06-30 [colin]      2.3.1cvs45
2642
2643         * src/compose.c
2644                 Fix signature replacement:
2645                 - when no newline before separator
2646                 - when reediting
2647
2648 2006-06-29 [colin]      2.3.1cvs44
2649
2650         * src/folderview.c
2651         * src/folderview.h
2652         * src/mainwindow.c
2653         * src/summaryview.c
2654                 Let 'View/Go to/Next marked' work like
2655                 Next new & Next unread: across folders
2656                 Change the select_on_entry pref to do
2657                 what we want when changing folder
2658         * src/common/utils.c
2659                 Fix single-quoted links 
2660
2661 2006-06-29 [colin]      2.3.1cvs43
2662
2663         * src/gtk/gtkaspell.c
2664                 "Sylpheed" and "Sylpheed-Claws" do exist !
2665
2666 2006-06-29 [colin]      2.3.1cvs42
2667
2668         * src/imap.c
2669                 Forgot to remove debug
2670
2671 2006-06-29 [colin]      2.3.1cvs41
2672
2673         * src/imap.c
2674         * src/imap.h
2675         * src/mainwindow.c
2676                 Disconnect from IMAP servers when going
2677                 offline. Fixes bug #978 (going to offline-mode 
2678                 won't close connections)
2679
2680 2006-06-29 [colin]      2.3.1cvs40
2681
2682         * src/main.c
2683                 Fix transient setting on failing plugins
2684                 Patch by Fabien
2685         * src/plugins/pgpcore/sgpgme.c
2686                 Only warn for OpenPGP. Most people don't
2687                 have CMS available.
2688
2689 2006-06-29 [colin]      2.3.1cvs39
2690
2691         * src/compose.c
2692                 Fix Spelling menu (discrepancy between context menu
2693                 and top menu when folder's dictionary isn't the 
2694                 default one)
2695         * src/plugins/pgpcore/sgpgme.c
2696                 More error reporting about why gpgme can fail
2697
2698 2006-06-29 [wwp]        2.3.1cvs38
2699
2700         * src/mainwindow.c
2701                 honor the display-header-pane setting even when the message view
2702                 is a separate window.
2703
2704 2006-06-29 [wwp]        2.3.1cvs37
2705
2706         * src/prefs_actions.c
2707                 forgot to commit that one (use of GTK_STOCK_INFO).
2708
2709 2006-06-29 [colin]      2.3.1cvs36
2710
2711         * src/imap.c
2712                 Better handling of login errors (ask the password
2713                 again once), alert in case of error. Fix three
2714                 signedness warnings.
2715
2716 2006-06-28 [wwp]        2.3.1cvs35
2717
2718         * src/prefs_template.c
2719         * src/prefs_matcher.c
2720         * src/prefs_filtering_action.c
2721         * src/prefs_quote.c
2722                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2723                 patch by Fabien Vantard, slightly modified.
2724
2725 2006-06-28 [paul]
2726
2727         2.4.0-rc2 released
2728
2729 2006-06-28 [colin]      2.3.1cvs34
2730
2731         * src/prefs_account.c
2732                 Fix bug #977 (Can't add or edit imap accounts)
2733
2734 2006-06-28 [colin]      2.3.1cvs33
2735
2736         * src/mimeview.c
2737                 Fix previous
2738
2739 2006-06-28 [colin]      2.3.1cvs32
2740
2741         * src/mimeview.c
2742                 Save named inlined attachments with "Save all"
2743         * src/main.c
2744         * src/mbox.c
2745         * src/common/plugin.c
2746         * src/common/plugin.h
2747         * src/common/sylpheed.c
2748         * src/common/utils.c
2749         * src/plugins/pgpcore/sylpheed.def
2750         * src/plugins/pgpinline/sylpheed.def
2751         * src/plugins/pgpmime/sylpheed.def
2752                 Win32 compatibility patch, by
2753                 Werner Koch
2754
2755 2006-06-28 [wwp]        2.3.1cvs31
2756
2757         * src/imap.c
2758         * src/prefs_folder_item.c
2759                 less compilation warnings (thanks to Fabien Vantard), less typos.
2760
2761 2006-06-28 [paul]       2.3.1cvs30
2762
2763         * src/gtk/gtkutils.c
2764                 gtk_combo_box_set_focus_on_click() is only
2765                 available since gtk 2.6.0
2766
2767 2006-06-28 [paul]       2.3.1cvs29
2768
2769         * src/prefs_ext_prog.c
2770                 fix engrish and add a tooltip for the
2771                 'command for 'Display as text' option
2772
2773 2006-06-28 [paul]
2774
2775         2.4.0-rc1 released
2776
2777 2006-06-28 [paul]       2.3.1cvs28
2778
2779         * ChangeLog
2780         * tools/Makefile.am
2781                 include textviewer.pl in releases
2782
2783 2006-06-28 [paul]       2.3.1cvs27
2784
2785         * src/prefs_ext_prog.c
2786                 hide Print command option if libgnomeprint
2787                 support is present
2788
2789 2006-06-27 [colin]      2.3.1cvs26
2790
2791         * src/compose.c
2792                 Fix Esc handling in insert/attach dialog
2793                 Don't show this dialog if dragging something
2794                 else than text/uri-list
2795                 Thanks to Fabien Vantard
2796         * tools/textviewer.pl
2797                 Filter script to display stuff as text
2798                 by H. Merijn Brand
2799
2800 2006-06-27 [wwp]        2.3.1cvs25
2801
2802         * src/messageview.c
2803                 use the exact product name (message view title), patch
2804                 by Fabien Vantard.
2805
2806 2006-06-27 [ticho]      2.3.1cvs24
2807
2808         * src/prefs_account.c
2809         * src/prefs_common.c
2810         * src/prefs_common.h
2811         * src/prefs_ext_prog.c
2812         * src/textview.c
2813                 Add a preference (Preferences/External programs)
2814                 to allow "Display as text" to be done via a script
2815                 (patch by H.Merijn Brand).
2816                 Use GtkComboBox for protocol selection in account
2817                 preferences.
2818                 Only include current choice for existing accounts, and
2819                 insensitivize the combobox.
2820
2821 2006-06-27 [paul]       2.3.1cvs23
2822
2823         * src/mbox.c
2824                 fix crasher introduced in cvs21.
2825                 Thanks to Colin
2826
2827 2006-06-26 [colin]      2.3.1cvs22
2828
2829         * src/mbox.c
2830                 Fix double-frees when leaving folders
2831                 after exporting to mbox
2832
2833 2006-06-26 [colin]      2.3.1cvs21
2834
2835         * src/mbox.c
2836                 More feedback (and optimisation)
2837                 on import/export
2838         * src/common/utils.c
2839                 Fix case when looking for mail addresses
2840         * src/gtk/gtkutils.c
2841                 Extra check for (X-)Face
2842
2843 2006-06-25 [ticho]      2.3.1cvs20
2844
2845         * src/compose.c
2846         * src/exphtmldlg.c
2847         * src/gtk/gtkutils.c
2848         * src/gtk/gtkutils.h
2849                 Added second argument to gtkut_sc_combobox_create() to
2850                 control focus-on-click for the widget.
2851                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2852
2853 2006-06-25 [ticho]      2.3.1cvs19
2854
2855         * src/compose.c
2856         * src/gtk/Makefile.am
2857         * src/gtk/combobox.c
2858         * src/gtk/combobox.h
2859         * src/gtk/gtkutils.c
2860         * src/gtk/gtkutils.h
2861                 Use GtkComboBox instead of deprecated GtkOptionMenu
2862                 for account selector in compose window and for encoding
2863                 selector in attachment properties.
2864                 Also factorise working with the new GtkComboBox somewhat.
2865
2866 2006-06-24 [paul]       2.3.1cvs18
2867
2868         * src/prefs_common.c
2869                 use the correct default value
2870
2871 2006-06-24 [paul]       2.3.1cvs17
2872
2873         * src/compose.c
2874         * src/prefs_common.c
2875         * src/prefs_common.h
2876         * src/prefs_compose_writing.c
2877                 enable setting of default action when
2878                 dnd'ing files in the compose window.
2879                 (Collaborative effort with wwp)
2880
2881 2006-06-23 [wwp]        2.3.1cvs16
2882
2883         * src/compose.c
2884                 i18n fix (thanks to Fabien Vantard)
2885
2886 2006-06-22 [colin]      2.3.1cvs15
2887
2888         * src/prefs_customheader.c
2889                 Don't use filters in custom headers' file 
2890                 selector. Remember, extensions mean nothing :)
2891
2892 2006-06-22 [paul]       2.3.1cvs14
2893
2894         * configure.ac
2895                 allow setting of man directory location
2896
2897 2006-06-22 [colin]      2.3.1cvs13
2898
2899         * src/mainwindow.c
2900                 Add 'View/Go to/Next unread folder'.
2901                 I missed that :)
2902
2903 2006-06-22 [colin]      2.3.1cvs12
2904
2905         * src/common/utils.c
2906                 Add some subject prefixes
2907                 Patch by Bjorn T Johansen <btj@havleik.no>
2908
2909 2006-06-22 [colin]      2.3.1cvs11
2910
2911         * manual/advanced.xml
2912                 Forgotten hidden pref
2913
2914 2006-06-21 [paul]       2.3.1cvs10
2915
2916         * src/prefs_account.c
2917                 complete the removal of 'Add date header' option
2918
2919 2006-06-21 [paul]       2.3.1cvs9
2920
2921         * src/account.c
2922         * src/compose.c
2923         * src/prefs_account.c
2924         * src/prefs_account.h
2925                 remove option to add date header - always
2926                 add date header
2927         * src/etpan/imap-thread.c
2928                 fix warnings (Thanks to Colin)
2929
2930 2006-06-21 [wwp]        2.3.1cvs8
2931
2932         * src/folder.c
2933                 set the attachment flag when inline text part are (file)named. This is more convenient
2934                 when receiving (for instance) inline source files or patches sent using thunderbird.
2935
2936 2006-06-21 [paul]       2.3.1cvs7
2937
2938         * src/inc.c
2939                 fix off-by-one count of current msg in
2940                 statusbar filtering progressbar
2941
2942 2006-06-21 [paul]       2.3.1cvs6
2943
2944         * src/folder.c
2945                 Show attachment icon even if the part is 'inline'
2946                 if the following conditions are met:
2947                 - content-type != 'text/plain'
2948                 - content-type != '*/pgp-signature'
2949                 - either 'name' or 'filename' parameter is not NULL
2950                 
2951                 Thanks to Colin
2952
2953 2006-06-21 [paul]       2.3.1cvs5
2954
2955         * src/messageview.c
2956         * src/prefs_common.c
2957         * src/prefs_common.h
2958         * src/prefs_other.c
2959                 add an option to 'Never send Return
2960                 Receipts'
2961                 Thanks to Colin
2962
2963 2006-06-20 [mones]      2.3.1cvs4
2964
2965         * po/es.po
2966                 updated
2967         * src/compose.c
2968                 typo fixed (space after comma)
2969         * tools/make.themes.project
2970                 remove exec mode from tarball files
2971
2972 2006-06-20 [colin]      2.3.1cvs3
2973
2974         * src/news.c
2975         * src/procheader.c
2976         * src/unmime.c
2977                 Better fix for \n's in headers (don't 
2978                 break Received: and others)
2979
2980 2006-06-20 [paul]       2.3.1cvs2
2981
2982         * src/alertpanel.c
2983         * src/textview.c
2984                 improve legibility of phishing attempt
2985                 dialog
2986
2987 2006-06-20 [paul]       2.3.1cvs1
2988
2989         * NEWS
2990         * README
2991         * configure.ac
2992                 Update version number following
2993                 stable release
2994
2995 2006-06-20 [colin]      2.3.0cvs26
2996
2997         * src/compose.c
2998                 When dragging a file to the text of the compose
2999                 window, ask whether we want to insert or attach
3000                 (I know lots of people who do that to attach)
3001
3002 2006-06-20 [colin]      2.3.0cvs25
3003
3004         * src/etpan/imap-thread.c
3005                 Fix threshold (the append command is often > 32 bytes)
3006
3007 2006-06-19 [colin]      2.3.0cvs24
3008
3009         * src/imap.c
3010         * src/etpan/imap-thread.c
3011                 Workaround Rockliffe IMAP server bug: replace
3012                 "x UID SEARCH (ANSWERED UID 1:*)" with
3013                 "x UID SEARCH ANSWERED"
3014                 (Rockliffe doesn't handle the parenthesis)
3015
3016 2006-06-19 [colin]      2.3.0cvs23
3017
3018         * src/compose.c
3019         * src/imap.c
3020         * src/etpan/imap-thread.c
3021                 Probably fix bug #972 (Freezes when adding 
3022                 an attachment to the message)
3023         * src/common/defs.h
3024                 Modernize Firefox cmd
3025
3026
3027 2006-06-18 [colin]      2.3.0cvs22
3028
3029         * src/prefs_customheader.c
3030                 Only allow correct filenames for various
3031                 custom headers
3032
3033 2006-06-18 [colin]      2.3.0cvs21
3034
3035         * src/prefs_customheader.c
3036                 Add a 'From File...' button in custom headers prefs, which
3037                 try to do the right thing: 
3038                 for normal headers, use file as plaintext,
3039                 for X-Face, calls compface,
3040                 for Face, encode to b64.
3041
3042 2006-06-17 [colin]      2.3.0cvs20
3043
3044         * src/mh.c
3045                 Warning fix
3046
3047 2006-06-16 [colin]      2.3.0cvs19
3048
3049         * src/summaryview.c
3050                 Recursive quicksearch: show message list
3051                 in current folder, *then* search children
3052                 in the background.
3053
3054 2006-06-16 [colin]      2.3.0cvs18
3055
3056         * src/main.c
3057                 Instead of ignoring SIGPIPE, save caches
3058                 when getting one. Will fix the fact that
3059                 hot caches are out-of-date when logging 
3060                 out of Xorg.
3061         * src/compose.c
3062         * src/prefs_compose_writing.c
3063                 Only save text (not attachments) when 
3064                 auto-saving to drafts
3065         * src/unmime.c
3066                 Always replace \n, \r and \t with spaces
3067                 in headers
3068         * manual/dist/html/Makefile.am
3069         * manual/dist/pdf/Makefile.am
3070         * manual/dist/ps/Makefile.am
3071         * manual/dist/txt/Makefile.am
3072         * manual/fr/dist/html/Makefile.am
3073         * manual/fr/dist/pdf/Makefile.am
3074         * manual/fr/dist/ps/Makefile.am
3075         * manual/fr/dist/txt/Makefile.am
3076         * manual/pl/dist/html/Makefile.am
3077         * manual/pl/dist/pdf/Makefile.am
3078         * manual/pl/dist/ps/Makefile.am
3079         * manual/pl/dist/txt/Makefile.am
3080                 Fix make clean removing pregenerated manuals
3081
3082
3083 2006-06-16 [colin]      2.3.0cvs17
3084
3085         * src/plugins/pgpcore/sgpgme.c
3086         * src/plugins/pgpmime/pgpmime.c
3087         * src/plugins/pgpinline/pgpinline.c
3088                 Better error reporting in setup_signers.
3089                 Don't fallback to default key if specified
3090                 key isn't found.
3091                 Don't allow signing if more than one secret
3092                 key matches the one specified in prefs.
3093
3094 2006-06-15 [colin]      2.3.0cvs16
3095
3096         * src/folderview.c
3097                 Add "Send queue" in the folder's contextual
3098                 menu
3099         * src/compose.c
3100         * src/messageview.c
3101         * src/privacy.c
3102         * src/privacy.h
3103         * src/procmime.c
3104         * src/procmsg.c
3105         * src/plugins/pgpcore/passphrase.c
3106         * src/plugins/pgpcore/sgpgme.c
3107         * src/plugins/pgpinline/pgpinline.c
3108         * src/plugins/pgpmime/pgpmime.c
3109                 Better error reporting
3110         * src/mbox.c
3111                 Probably fix bug #971 (2.2.3 cannot read mail 
3112                 from local mbox)
3113
3114
3115 2006-06-15 [mones]      2.3.0cvs15
3116
3117         * tools/make.themes.project
3118                 creates the themes project from the web page
3119
3120 2006-06-15 [colin]      2.3.0cvs14
3121
3122         * src/folder.c
3123                 Better fix (avoid losing the folder if scan_tree 
3124                 fails)
3125
3126 2006-06-15 [cleroy]     2.3.0cvs13
3127
3128         * src/folder.c
3129                 Probably fix Bug #969 (crash on rebuilding 
3130                 imap folder)
3131
3132 2006-06-14 [colin]      2.3.0cvs12
3133
3134         * manual/dtd/manual.xsl
3135         * manual/sylpheed-claws-manual.xml
3136         * manual/fr/sylpheed-claws-manual.xml
3137         * manual/pl/sylpheed-claws-manual.xml
3138                 Insert pagebreaks between sections
3139
3140 2006-06-14 [paul]       2.3.0cvs11
3141
3142         * configure.ac
3143                 better fix than 2.3.0cvs10
3144
3145 2006-06-14 [paul]       2.3.0cvs10
3146
3147         * configure.ac
3148                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3149                 (backwards compatible)
3150
3151 2006-06-13 [colin]      2.3.0cvs9
3152
3153         * src/messageview.c
3154                 Fix sending of return receipt with the new queue folders
3155
3156 2006-06-13 [wwp]        2.3.0cvs8
3157
3158         * src/quote_fmt_lex.l
3159                 fix wrong tokens returned in quote_fmt lexer, query not().
3160
3161 2006-06-13 [wwp]        2.3.0cvs7
3162
3163         * src/folder.c
3164         * src/prefs_folder_item.c
3165                 allow changing folder type even when folder is not a top-level one,
3166                 thanks to Colin.
3167
3168 2006-06-12 [colin]      2.3.0cvs6
3169
3170         * src/folderview.c
3171                 Fix double-ask of "Do you want to mark all
3172                 as read"
3173
3174 2006-06-12 [colin]      2.3.0cvs5
3175
3176         * src/compose.c
3177         * src/compose.h
3178         * src/folder.c
3179         * src/folder.h
3180         * src/imap.c
3181         * src/inc.c
3182         * src/main.c
3183         * src/messageview.c
3184         * src/mh.c
3185         * src/prefs_folder_item.c
3186         * src/procheader.c
3187         * src/procmime.c
3188         * src/procmsg.c
3189         * src/procmsg.h
3190         * src/send_message.c
3191         * src/summaryview.c
3192         * src/toolbar.c
3193                 Apply bug #964's patch (Queue and drafts aren't normal)
3194                 The Drafts and Queue folder now contain RFC-822 files,
3195                 allowing to move and copy mails from and to these 
3196                 folders. Moving from Drafts to Queue will prepare the
3197                 mail for sending (PGP signature, encryption, etc).
3198                 This patch also rework sending errors handling to try
3199                 to be more helpful.
3200                 Also, allow redefining folder types via the GUI 
3201                 (Folder type in its Properties)
3202
3203 2006-06-12 [colin]      2.3.0cvs4
3204
3205         * src/summaryview.c
3206         * src/prefs_common.c
3207         * src/prefs_common.h
3208         * src/gedit-print.c
3209                 Allow to define a specific print font - patch
3210                 by Bernhard Walle <bernhard.walle@gmx.de>
3211         * src/prefs_fonts.c
3212         * manual/advanced.xml
3213         * manual/fr/advanced.xml
3214                 Add a hidden pref to allow deletion without
3215                 confirmation
3216
3217 2006-06-12 [wwp]        2.3.0cvs3
3218
3219         * .cvsignore
3220                 more files to ignore.
3221
3222 2006-06-12 [wwp]        2.3.0cvs2
3223
3224         * src/quote_fmt.c
3225         * src/quote_fmt_lex.l
3226         * src/quote_fmt_parse.y
3227                 extend the quote_fmt parser (templates and quotes):
3228                 - allow limited sub-expressions in |p{} and |f{} expressions,
3229                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3230                 - implemented/fixed missing implementation of query_references and show_references,
3231                 - completed, fixed contents and format of the symbols help dialog,
3232                 - fix some compilation warnings.
3233
3234 2006-06-12 [wwp]        2.3.0cvs1
3235
3236         * manual/advanced.xml
3237         * manual/fr/advanced.xml
3238                 updates in the "templates" section of the manual (eng/fr):
3239                  - be more precise (both versions)
3240                  - completed to match the english reference (fr version)
3241                  - touchups (both versions)
3242
3243 2006-06-12 [paul]       2.3.0
3244
3245         2.3.0 released
3246
3247 2006-06-12 [paul]       2.2.3cvs14
3248
3249         * po/ca.po
3250         * po/cs.po
3251         * po/de.po
3252         * po/el.po
3253         * po/fr.po
3254         * po/it.po
3255         * po/pt_BR.po
3256         * po/sr.po
3257         * po/zh_CN.po
3258                 updated by Miquel Oliete, Tim, Stephan Sachse,
3259                 Stavros Giannouris, Fabien Vantard, Andrea
3260                 Spadaccini, Frederico Goncalves Guimaraes,
3261                 Aleksandar Urosevic, and Ralgh Young
3262
3263 2006-06-12 [colin]      2.2.3cvs13
3264
3265         * src/mbox.c
3266                 Add missing header
3267
3268 2006-06-11 [colin]      2.2.3cvs12
3269
3270         * src/msgcache.c
3271                 Verify that g_malloc() succeeded
3272
3273 2006-06-11 [colin]      2.2.3cvs11
3274
3275         * src/wizard.c
3276                 Add Face header to welcome mail
3277
3278 2006-06-10 [colin]      2.2.3cvs10
3279
3280         * src/textview.c
3281                 Revert previous (Forgot it changes the
3282                 margin on the whole mail)
3283
3284 2006-06-10 [colin]      2.2.3cvs9
3285
3286         * src/textview.c
3287                 Don't overlap long headers under (X-)Face
3288
3289 2006-06-10 [mones]      2.2.3cvs8
3290
3291         * manual/xml2pdf
3292                 allow generation of manual on systems lacking saxon binary
3293                 but with java and the saxon library installed
3294
3295         * po/es.po
3296                 updated for release
3297
3298 2006-06-09 [colin]      2.2.3cvs7
3299
3300         * src/summaryview.c
3301                 Fix leak when using Display Sender using Addressbook
3302
3303 2006-06-09 [colin]      2.2.3cvs6
3304
3305         * src/compose.c
3306         * src/folder.c
3307         * src/folderview.c
3308         * src/mimeview.c
3309         * src/summaryview.c
3310                 More leaks fixes
3311
3312 2006-06-09 [paul]       2.2.3cvs5
3313
3314         * AUTHORS
3315         * src/gtk/authors.h
3316         * tools/claws.i18n.status.pl
3317                 updated with new info
3318
3319 2006-06-09 [paul]       2.2.3cvs4
3320
3321         * README
3322                 updated
3323         * manual/ack.xml
3324                 add wwp to authors list
3325         * src/gtk/authors.h
3326                 update mine and Colin's addresses
3327
3328 2006-06-08 [colin]      2.2.3cvs3
3329
3330         * src/etpan/imap-thread.c
3331                 Fix leak on SSL cert check
3332
3333 2006-06-08 [colin]      2.2.3cvs2
3334
3335         * src/common/utils.c
3336                 Fix leak
3337
3338 2006-06-08 [paul]       2.2.3cvs1
3339
3340         * configure.ac
3341                 Update version number following
3342                 stable release
3343
3344 2006-06-07 [colin]      2.2.2cvs3
3345
3346         * src/msgcache.c
3347                 Fix catching cache read errors (guint instead of gint)
3348                 Prevent malloc'ing more than 8MB (means cache corruption)
3349
3350 2006-06-07 [paul]       2.2.2cvs2
3351
3352         * src/exporthtml.c
3353         * src/exportldif.c
3354         * src/mh.c
3355         * src/mutt.c
3356         * src/pine.c
3357         * src/common/utils.c
3358                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3359                 obey $HOME'
3360                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3361                 Thanks to Colin
3362
3363 2006-06-06 [paul]       2.2.2cvs1
3364
3365         * configure.ac
3366                 Update version number following
3367                 stable release
3368
3369 2006-06-06 [paul]       2.2.1cvs6
3370
3371         * src/matcher.c
3372                 fix  implicit declaration of
3373                 sylpheed_do_idle()
3374                 Patch by Fabien Vantard
3375
3376 2006-06-06 [paul]       2.2.1cvs5
3377
3378         * src/matcher.c
3379                 fix age_greater and age_lower so that they
3380                 mean what say and not '...or equal to'
3381                 Thanks to Colin
3382
3383 2006-06-06 [paul]       2.2.1cvs4
3384
3385         * src/textview.c
3386         * src/common/utils.c
3387                 fix URI check
3388                 Thanks to Colin
3389
3390 2006-06-05 [wwp]        2.2.1cvs3
3391
3392         * manual/fr/account.xml
3393                 minor language fixes (thanks to Fabien Vantard).
3394
3395 2006-06-05 [colin]      2.2.1cvs2
3396
3397         * src/prefs_folder_item.c
3398         * src/folderview.c
3399                 Allow recursive setting of properties 
3400                 for whole mailboxes
3401         * src/matcher.c
3402                 Don't freeze on 'test' filtering rule
3403
3404 2006-06-05 [colin]      2.2.1cvs1
3405
3406         * configure.ac
3407                 Update version number following
3408                 stable release
3409
3410 2006-06-04 [wwp]        2.2.0cvs82
3411
3412         * manual/glossary.xml
3413         * manual/account.xml
3414         * manual/fr/glossary.xml
3415         * manual/fr/account.xml
3416                 added glossary section and references/links related to the Face custom header.
3417
3418 2006-06-04 [colin]      2.2.0cvs81
3419
3420         * src/summaryview.c
3421                 Skip to next message on move with no
3422                 immediate execution
3423
3424 2006-06-04 [wwp]        2.2.0cvs80
3425
3426         * manual/xml2pdf
3427                 added sanity checks, exit when needed.
3428
3429 2006-06-03 [paul]       2.2.0cvs79
3430
3431         * src/prefs_receive.c
3432                 page name is now 'Receiving'
3433         * src/prefs_send.c
3434                 page name is now 'Sending'
3435
3436 2006-06-03 [colin]      2.2.0cvs78
3437
3438         * src/plugins/spamassassin/spamassassin_gtk.c
3439                 Autoswitch to Localhost if transport was previously
3440                 disabled. Else people had to check [] Enable, then
3441                 *reselect* transport.
3442
3443 2006-06-03 [colin]      2.2.0cvs77
3444
3445         * src/plugins/pgpinline/pgpinline.c
3446         * src/plugins/pgpmime/pgpmime.c
3447                 Check that gpg_data_release_and_get_mem 
3448                 didn't fail (now, why this happens...)
3449
3450 2006-06-03 [colin]      2.2.0cvs76
3451
3452         * src/mbox.c
3453                 Fix bug #962 (Manual and/or UI should 
3454                 warn about incompatible locking 
3455                 causing dataloss)
3456
3457 2006-06-02 [cleroy]     2.2.0cvs75
3458
3459         * src/filtering.c
3460         * src/folder.c
3461         * src/procmsg.c
3462         * src/summaryview.c
3463                 Fix a few leaks
3464
3465 2006-06-02 [colin]      2.2.0cvs74
3466
3467         * src/main.c
3468                 On exit, free caches after writing them
3469                 Shuts up some valgrind false positives
3470         * src/procmsg.c
3471         * src/send_message.c
3472                 Fix races when reusing existing SMTP connections
3473                 Fix inexistant session timeout
3474         * src/toolbar.c
3475                 Display alertpanel after all queues have
3476                 been processed, not after each
3477
3478 2006-06-02 [wwp]        2.2.0cvs73
3479
3480         * manual/fr/glossary.xml
3481         * manual/fr/ack.xml
3482         * manual/ack.xml
3483                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3484
3485 2006-06-02 [wwp]        2.2.0cvs72
3486
3487         * manual/xml2pdf
3488         * manual/dist/pdf/Makefile.am
3489         * manual/dtd/manual.xsl
3490         * manual/fr/dist/pdf/Makefile.am
3491         * manual/pl/dist/pdf/Makefile.am
3492                 we changed the procedure to generate the .pdf version of the manual.
3493                 The procedure is more modern and the .pdf we get now has a valid index.
3494                 Here are the new pre-requisites:
3495
3496                 - JRE 1.x (1.4 here): there must be one from your distro
3497                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3498                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3499                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3500
3501                 See my posts for further info about the installation of this toolchain:
3502
3503                 Date: Fri, 19 May 2006 19:40:06 +0200
3504                 From: wwp <subscript@free.fr>
3505                 To: sylpheed-claws-devel@lists.sourceforge.net
3506                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3507
3508                 and
3509
3510                 Date: Wed, 24 May 2006 12:58:49 +0200
3511                 From: wwp <subscript@free.fr>
3512                 To: sylpheed-claws-devel@lists.sourceforge.net
3513                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3514
3515 2006-06-01 [colin]      2.2.0cvs71
3516
3517         * src/compose.c
3518                 Better guards against IMAP races
3519         * src/main.c
3520         * src/prefs_common.c
3521         * src/prefs_common.h
3522         * src/common/ssl_certificate.c
3523         * src/etpan/imap-thread.c
3524         * src/etpan/imap-thread.h
3525         * src/gtk/sslcertwindow.c
3526                 New hidden option ssl_skip_cert_check to 
3527                 avoid dups of bug #959 (libetpan linked
3528                 against gnutls and gnutls buggy on 64bit)
3529                 Present expired warning only once per
3530                 session/server.
3531         * manual/advanced.xml
3532         * manual/fr/advanced.xml
3533                 Document new option
3534
3535 2006-06-01 [wwp]        2.2.0cvs70
3536
3537         * src/messageview.c
3538                 fix for bug #961 (return receipt dialog 
3539                 complains incorrectly about return-path 
3540                 email adress being different), thanks 
3541                 to Colin.
3542
3543 2006-05-31 [cleroy]     2.2.0cvs69
3544
3545         * src/common/ssl.c
3546                 Guard against NULLs, although this
3547                 should never be an issue
3548
3549 2006-05-31 [colin]      2.2.0cvs68
3550
3551         * src/filtering.c
3552                 Use g_slist_prepend
3553         * src/imap.c
3554                 Don't remove caches when destroying folder, it
3555                 could (should) be done at exit
3556         * src/inc.c
3557                 free processing cache after incorporation
3558         * src/etpan/imap-thread.c
3559                 Maybe fix bug #959 (Crash on moving to emails 
3560                 to a imap account per ssl with a expired 
3561                 certificate.)
3562
3563 2006-05-30 [colin]      2.2.0cvs67
3564
3565         * src/summaryview.c
3566                 Put back event flush when displaying message
3567                 It avoids reading a bunch of messages just
3568                 by hitting shift-n for too long ;)
3569
3570 2006-05-29 [colin]      2.2.0cvs66
3571
3572         * src/summaryview.c
3573                 Remove useless g_warnings
3574
3575 2006-05-29 [colin]      2.2.0cvs65
3576
3577         * src/imap.c
3578                 Fix g_slist_append()s for performance
3579
3580 2006-05-29 [colin]      2.2.0cvs64
3581
3582         * src/compose.c
3583         * src/common/utils.c
3584                 Fix extraneous tab at start of addresses
3585         * src/mainwindow.c
3586                 Fix warnings (thanks to Fabien)
3587                 Fix crash at exit when composing messages 
3588                 exist
3589         * src/pop.c
3590                 Fix progress bar when deleting expired mails
3591                 Thanks to Hiro
3592         * src/summaryview.c
3593         * src/gtk/gtksctree.c
3594                 Fix re-sorting slowness
3595
3596 2006-05-29 [paul]       2.2.0cvs63
3597
3598         * src/mh.c
3599                 fetch full message when moving mails
3600                 from another mailbox, (fixed data loss
3601                 when filtering from IMAP to MH, introduced
3602                 in 2.2.0cvs57).
3603                 Thanks to Colin
3604
3605 2006-05-29 [mones]      2.2.0cvs62
3606
3607         * src/gtk/gtksctree.c
3608                 Unselect faster (patch by Colin)        
3609
3610 2006-05-26 [colin]      2.2.0cvs61
3611
3612         * src/summaryview.c
3613                 Unplug MSGINFO_UPDATE callback on delete too.
3614
3615 2006-05-26 [colin]      2.2.0cvs60
3616
3617         * src/foldersel.c
3618                 Fix bold in folder selection window with glib2.10
3619                 thanks Hiro
3620
3621 2006-05-26 [colin]      2.2.0cvs59
3622
3623         * src/procheader.c
3624                 Convert date only if necessary (and don't
3625                 try to convert from utf8 to utf8, too)
3626         * src/summaryview.c
3627                 Only set column's text if the column's 
3628                 displayed
3629
3630 2006-05-26 [colin]      2.2.0cvs58
3631
3632         * src/summaryview.c
3633         * src/gtk/gtkutils.c
3634                 Fix useless warning
3635
3636 2006-05-26 [colin]      2.2.0cvs57
3637
3638         * src/mainwindow.c
3639                 Make summaryview selectable as long as 
3640                 no message has focus
3641         * src/mh.c
3642                 Faster deletion (by implementing mh_remove_msgs)
3643                 Faster copy (avoid using mh_fetch_msg just to get
3644                 the filename)
3645                 Faster move (using move_file instead of copy_file
3646                 if MSG_IS_MOVE)
3647                 No progressbar if total number of mails to cp/mv 
3648                 is less than 100
3649         * src/summaryview.c
3650                 Fix removal from subject_table when mail gets moved
3651                 Faster deletion (g_slist_prepend instead of append)
3652         * src/gtk/gtksctree.c
3653                 Remove useless code
3654
3655 2006-05-25 [colin]      2.2.0cvs56
3656
3657         * src/common/ssl_certificate.c
3658                 Fix leak in expired cert check
3659
3660 2006-05-25 [colin]      2.2.0cvs55
3661
3662         * src/mh.c
3663                 Disable flags syncing on .mh_sequences - it
3664                 is buggy and marks mails read under unknown
3665                 conditions.
3666
3667 2006-05-25 [paul]
3668
3669         * 2.3.0-rc4 released
3670
3671 2006-05-24 [colin]      2.2.0cvs54
3672
3673         attention cvs users: if you manage to crash
3674         Sylpheed-Claws while moving, copying or deleting
3675         mails, we *are* interested in stack traces and
3676         valgrind logs. It looks stable, but one never
3677         knows...
3678
3679         * src/folder.c
3680                 Add progressbar for cache updates
3681         * src/folderutils.c
3682                 Optimize Mark all read in the current
3683                 folder
3684         * src/mh.c
3685                 Add progressbar for copy/move
3686         * src/procmsg.c
3687                 Optimize O(n^2) in copy/move
3688         * src/summaryview.c
3689         * src/gtk/gtksctree.c
3690                 Optimize O(n^2) algos
3691         * src/common/timing.h
3692                 Display ms instead of us
3693
3694 2006-05-24 [wwp]        2.2.0cvs53
3695
3696         * manual/fr/advanced.xml
3697                 updates to the French manual.
3698
3699 2006-05-24 [wwp]        2.2.0cvs52
3700
3701         * src/common/utils.c
3702                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3703
3704 2006-05-24 [wwp]        2.2.0cvs51
3705
3706         * src/folderutils.c
3707                 fixed "mark all read" in MH folders (thanks to Colin).
3708
3709 2006-05-24 [paul]       2.2.0cvs50
3710
3711         * doc/man/sylpheed-claws.1
3712                 updated the man page
3713
3714 2006-05-23 [colin]      2.2.0cvs49
3715
3716         * src/folderview.c
3717         * src/imap.c
3718         * src/inc.c
3719         * src/mbox.c
3720         * src/messageview.c
3721         * src/news.c
3722         * src/send_message.c
3723         * src/summaryview.c
3724         * src/gtk/sslcertwindow.c
3725                 alertpanel fixes, by Fabien
3726
3727 2006-05-23 [colin]      2.2.0cvs48
3728
3729         * src/folder.c
3730         * src/folderview.c
3731         * src/msgcache.c
3732         * src/summaryview.c
3733         * src/gtk/gtksctree.c
3734         * src/gtk/gtksctree.h
3735                 More timings
3736                 Fix slow loading problem, which was caused by the
3737                 use of some gtk_ctree funcs and their use of
3738                 g_list_position while gtk_ctree_(un)link'ing.
3739                 Reap more functions from gtkctree.c to be sure we
3740                 use our (fast) version instead of theirs.
3741         * src/mh.c
3742                 Fix copy of unread mails
3743
3744
3745 2006-05-22 [wwp]        2.2.0cvs47
3746
3747         * manual/fr/advanced.xml
3748                 updated.
3749
3750 2006-05-22 [colin]      2.2.0cvs46
3751
3752         * src/filtering.c
3753                 Fix possible infinite loop. 'copy' is not a 
3754                 final action, so when encountering a 'copy',
3755                 we have to check if a previous one was set
3756                 and do it. In the same way, if we encounter
3757                 a 'move' we have to perform a possibly 
3758                 pending 'copy'. This will slow down filtering
3759                 on IMAP if move+copy or multiple copy actions
3760                 are to be done, but handling it via the batch
3761                 would be really too convoluted.
3762
3763 2006-05-22 [wwp]        2.2.0cvs45
3764
3765         * manual/fr/advanced.xml
3766         * manual/fr/faq.xml
3767         * manual/fr/glossary.xml
3768         * manual/fr/handling.xml
3769         * manual/fr/intro.xml
3770         * manual/fr/plugins.xml
3771         * manual/fr/sylpheed-claws-manual.xml
3772                 sync w/ the english manual: updates URIs, documented mailing-list
3773                 support, better explanation about the enabled/disabled feature
3774                 in filtering/processing rules by Paul.
3775
3776 2006-05-21 [colin]      2.2.0cvs44
3777
3778         * src/summaryview.c
3779                 Don't expand after building threads, but during
3780
3781 2006-05-21 [colin]      2.2.0cvs43
3782
3783         * src/procmsg.c
3784         * src/summaryview.c
3785                 More timing possibilities... For next time I have 
3786                 to find out how the hell some 3GHz computer takes
3787                 one minute to open a 30k folder...
3788
3789 2006-05-21 [colin]      2.2.0cvs42
3790
3791         * manual/pl/advanced.xml
3792         * manual/pl/faq.xml
3793         * manual/pl/glossary.xml
3794         * manual/pl/handling.xml
3795         * manual/pl/intro.xml
3796         * manual/pl/plugins.xml
3797         * manual/pl/sylpheed-claws-manual.xml
3798                 Polish manual updated by Pawel
3799
3800 2006-05-20 [colin]
3801
3802         * 2.3.0-rc3 released
3803
3804 2006-05-20 [colin]      2.2.0cvs41
3805
3806         * src/imap.c
3807                 Fix -rc2 problems:
3808                 - remove cache of moved messages from original folder
3809                 - apply new flags to messages even if they aren't appliable
3810                   via IMAP.
3811
3812 2006-05-20 [colin]
3813
3814         * 2.3.0-rc2 released
3815
3816 2006-05-19 [colin]      2.2.0cvs40
3817
3818         * src/imap.c
3819                 Don't issue SELECT in imap_change_flags
3820                 before having checked that we indeed have
3821                 some flags to change. MSG_POSTFILTERED for
3822                 example can't be used on IMAP.
3823                 Fixes bug #955 (copying messages between 
3824                 imap folders is extremely slow), which was
3825                 a regression.
3826
3827 2006-05-19 [colin]      2.2.0cvs39
3828
3829         * src/folder.c
3830         * src/folder.h
3831         * src/folderview.c
3832                 Try to fix bug #830 (Some unread messages 
3833                 get marked read in IMAP inbox):
3834                 - Prevent scanning a folder if it's being 
3835                   opened via the GUI
3836                 - Postpone opening via the GUI of a folder
3837                   currently scanned.
3838
3839
3840 2006-05-19 [wwp]        2.2.0cvs38
3841
3842         * manual/advanced.xml
3843                 fix English+typo (thanks to Paul).
3844
3845 2006-05-19 [wwp]        2.2.0cvs37
3846
3847         * manual/advanced.xml
3848         * manual/fr/advanced.xml
3849         * src/gtk/logwindow.c
3850         * src/prefs_common.c
3851         * src/prefs_common.h
3852                 added hidden prefs to allow customization of colors used in
3853                 protocol log window (useful for dark gtk+ themes).
3854
3855 2006-05-19 [wwp]        2.2.0cvs36
3856
3857         * ChangeLog
3858                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3859
3860 2006-05-19 [paul]       2.2.0cvs35
3861
3862         * src/textview.c
3863                 make Reply-To fully clickable
3864         * src/gtk/logwindow.c
3865                 more colouring (SMTP ESMTP)
3866         Both patches by Pawel Pekala
3867
3868 2006-05-19 [cleroy]     2.2.0cvs34
3869
3870         * src/mh.c
3871                 Don't update flags from current folder
3872                 Probably fixes bug #935 (Read Messages 
3873                 Revert to Being Marked as Unread)
3874
3875 2006-05-18 [colin]      2.2.0cvs33
3876
3877         * src/imap.c
3878                 Warning fix
3879         * src/compose.c
3880         * src/mainwindow.c
3881         * src/summaryview.c
3882         * src/toolbar.c
3883                 Allow replying to multiple emails
3884                 in multiple windows
3885         * src/mimeview.c
3886         * src/etpan/imap-thread.c
3887                 Leak fixes
3888
3889 2006-05-18 [paul]       2.2.0cvs32
3890
3891         * src/summaryview.c
3892                 keep Mailing-List menu refreshed
3893                 Thanks to Colin
3894
3895 2006-05-18 [paul]       2.2.0cvs31
3896
3897         * manual/advanced.xml
3898         * manual/faq.xml
3899         * manual/glossary.xml
3900         * manual/handling.xml
3901         * manual/intro.xml
3902         * manual/plugins.xml
3903         * manual/sylpheed-claws-manual.xml
3904                 update URLs
3905                 add info about mailing-list support
3906                 edit filtering info
3907         * src/wizard.c
3908         * src/common/defs.h
3909         * src/gtk/about.c
3910         * src/plugins/dillo_viewer/README
3911                 update URLs
3912
3913 2006-05-17 [wwp]        2.2.0cvs30
3914
3915         * manual/handling.xml
3916         * manual/fr/handling.xml
3917                 documented the ability to enabled/disable filtering/processing rules.
3918
3919 2006-05-17 [colin]      2.2.0cvs29
3920
3921         * src/main.c
3922                 Don't initialize g_thread subsystem if it's 
3923                 already done (thanks to Hiro)
3924         * src/mimeview.c
3925                 Fix saving of parts when there name can't be
3926                 converted from UTF-8.
3927
3928 2006-05-17 [paul]       2.2.0cvs28
3929
3930         * po/Makefile.in.in
3931                 fix config.status warning with autoconf 2.60
3932
3933 2006-05-17 [paul]       2.2.0cvs27
3934
3935         * po/POTFILES.in
3936                 add src/mbox.c
3937
3938 2006-05-17 [wwp]        2.2.0cvs26
3939
3940         * src/mainwindow.c
3941                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3942
3943 2006-05-17 [wwp]        2.2.0cvs25
3944
3945         * src/plugins/demo/demo.c
3946                 updated product name in plugin demo (many plugins need to be
3947                 sync'ed w/ that change).
3948
3949 2006-05-17 [colin]      2.2.0cvs24
3950
3951         * src/mh.c
3952                 Fix leak
3953
3954 2006-05-16 [colin]      2.2.0cvs23
3955
3956         * src/mainwindow.c
3957                 Stupid me hit again. Fix cvs22.
3958
3959 2006-05-16 [colin]      2.2.0cvs22
3960
3961         * src/mainwindow.c
3962                 Fix bug #922 (sylpheed-claws crashed after 
3963                 pushing on Inbox folder)
3964
3965 2006-05-16 [colin]      2.2.0cvs21
3966
3967         * src/compose.c
3968                 Make From header be copy/paste/select-able
3969
3970 2006-05-16 [wwp]        2.2.0cvs20
3971
3972         * src/export.c
3973         * src/matcher.c
3974         * src/summaryview.c
3975         * src/etpan/imap-thread.c
3976                 fix some compiler warnings (thanks to Colin).
3977
3978 2006-05-16 [wwp]        2.2.0cvs19
3979
3980         * src/action.c
3981         * src/gedit-print.c
3982         * src/inc.c
3983         * src/mainwindow.c
3984         * src/mh.c
3985         * src/statusbar.c
3986         * src/send_message.c
3987         * src/summaryview.c
3988                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3989
3990 2006-05-15 [colin]      2.2.0cvs18
3991
3992         * src/procmsg.c
3993                 Fix automatic rule creation with List-Post
3994
3995 2006-05-15 [paul]       2.2.0cvs17
3996
3997         * tools/filter_conv_new.pl
3998                 updated for rule enabling/disabling
3999                 claws version >= 2.3.x required
4000
4001 2006-05-15 [cleroy]     2.2.0cvs16
4002
4003         * src/main.c
4004                 Revert test
4005
4006 2006-05-15 [cleroy]     2.2.0cvs15
4007
4008         * src/main.c
4009                 test
4010
4011 2006-05-15 [wwp]        2.2.0cvs14
4012
4013         * manual/pl/.cvsignore
4014                 ignore generated files.
4015
4016 2006-05-14 [wwp]        2.3.0-rc1
4017
4018         * 2.3.0-rc1 released
4019
4020 2006-05-13 [wwp]        2.2.0cvs13
4021
4022         * src/filtering.c
4023         * src/filtering.h
4024         * src/matcher.c
4025         * src/matcher_parser_lex.l
4026         * src/matcher_parser_parse.y
4027         * src/prefs_filtering.c
4028                 new feature: provide the ability to disable filtering and processing
4029                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4030                 adaptations.
4031
4032 2006-05-13 [colin]      2.2.0cvs12
4033
4034         * src/compose.c
4035                 Remove useless if (a) b; else b;
4036                 Thanks to wwp
4037
4038 2006-05-13 [wwp]        2.2.0cvs11
4039
4040         * src/export.c
4041         * src/import.c
4042         * src/mainwindow.c
4043         * src/mbox.c
4044         * src/summaryview.c
4045         * src/summaryview.h
4046                 no more silent failures (or at least less ones) when importing
4047                 or exporting from/to mbox. Also start importing/exporting if
4048                 the necessary info is set.
4049
4050 2006-05-13 [wwp]        2.2.0cvs10
4051
4052         * RELEASE_NOTES
4053                 restored up-to-date release notes.
4054
4055 2006-05-13 [paul]       2.2.0cvs9
4056
4057         * po/nl.po
4058         * po/ru.po
4059                 updated by Tim Dijkstra and Pavlo Bohmat
4060
4061 2006-05-12 [colin]      2.2.0cvs8
4062
4063         * src/gtk/quicksearch.c
4064                 Add "k" as shortcut for "colorlabel". Patch
4065                 by ath42@users.sf.net.
4066
4067 2006-05-12 [paul]       2.2.0cvs7
4068
4069         * src/prefs_common.h
4070         * src/prefs_summaries.c
4071         * src/summaryview.c
4072                 when entering a folder also allow
4073                 going directly to first Marked message
4074
4075 2006-05-12 [paul]       2.2.0cvs6
4076
4077         * src/summaryview.c
4078                 always obey 'confirm before marking all
4079                 mails read' option
4080
4081 2006-05-12 [paul]       2.2.0cvs5
4082
4083         * src/textview.c
4084                 make Sender fully clickable
4085
4086 2006-05-12 [colin]      2.2.0cvs4
4087
4088         * src/compose.c
4089         * src/compose.h
4090                 Let From be editable
4091         * src/main.c
4092         * src/mh.c
4093                 Full support of .mh_sequences' Unseen seq
4094
4095 2006-05-12 [colin]      2.2.0cvs3
4096
4097         * src/folder.c
4098         * src/mainwindow.c
4099         * src/mainwindow.h
4100         * src/messageview.c
4101         * src/prefs_spelling.c
4102         * src/procheader.c
4103         * src/procmsg.c
4104         * src/procmsg.h
4105         * src/summaryview.c
4106         * src/toolbar.c
4107         * src/toolbar.h
4108                 Add contextual menu on Compose toolbar
4109                 button. Fixes bug #944 (Automatic
4110                 addresses not applied when changing account
4111                 from compose window)
4112                 add Mailing List support
4113                 based on the old 0.6.5claws25 patch by
4114                 Melvin Hadasht, with finishing touches
4115                 by Colin
4116                 Fix "ignore thread" when mails are threaded by
4117                 subject (and weren't ignored although appearing
4118                 in the thread).
4119                 GUI rework.
4120                 Both patches by Pawel.
4121
4122 2006-05-08 [paul]       2.2.0cvs2
4123
4124         * src/mainwindow.c
4125         * src/mainwindow.h
4126         * src/messageview.c
4127         * src/procheader.c
4128         * src/procmsg.c
4129         * src/procmsg.h
4130         * src/summaryview.c
4131                 add Mailing List support
4132                 based on the old 0.6.5claws25 patch by 
4133                 Melvin Hadasht, with finishing touches
4134                 by Colin
4135
4136 2006-05-08 [colin]      2.2.0cvs1
4137
4138         * src/mainwindow.c
4139         * src/toolbar.c
4140         * src/toolbar.h
4141                 Add contextual menu on Compose toolbar 
4142                 button. Fixes bug #944 (Automatic 
4143                 addresses not applied when changing account 
4144                 from compose window)
4145
4146 2006-05-08 [paul]       2.2.0
4147
4148         2.2.0 released
4149
4150 2006-05-08 [paul]       2.1.1cvs51
4151
4152         * po/cs.po
4153         * po/de.po
4154         * po/en_GB.po
4155         * po/fi.po
4156         * po/fr.po
4157         * po/pt_BR.po
4158         * po/sr.po
4159         * po/zh_CN.po
4160                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4161                 Fabien Vantard, Frederico Goncalves Guimaraes,
4162                 Aleksandar Urosevic, and Ralgh Young
4163
4164 2006-05-12 [colin]      2.1.1cvs50
4165
4166         * po/cs.po
4167         * po/de.po
4168         * po/en_GB.po
4169         * po/es.po
4170         * po/fi.po
4171         * po/fr.po
4172         * po/pt_BR.po
4173         * po/sr.po
4174         * po/zh_CN.po
4175                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4176                 Fabien Vantard, Frederico Goncalves Guimaraes,
4177                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4178
4179 2006-05-05 [colin]      2.1.1cvs49
4180
4181         * manual/Makefile.am
4182         * manual/pl/Makefile.am
4183         * manual/pl/account.xml
4184         * manual/pl/ack.xml
4185         * manual/pl/addrbook.xml
4186         * manual/pl/advanced.xml
4187         * manual/pl/faq.xml
4188         * manual/pl/glossary.xml
4189         * manual/pl/gpl.xml
4190         * manual/pl/handling.xml
4191         * manual/pl/intro.xml
4192         * manual/pl/keyboard.xml
4193         * manual/pl/plugins.xml
4194         * manual/pl/starting.xml
4195         * manual/pl/sylpheed-claws-manual.xml
4196         * manual/pl/dist/.cvsignore
4197         * manual/pl/dist/Makefile.am
4198         * manual/pl/dist/html/.cvsignore
4199         * manual/pl/dist/html/Makefile.am
4200         * manual/pl/dist/pdf/.cvsignore
4201         * manual/pl/dist/pdf/Makefile.am
4202         * manual/pl/dist/ps/.cvsignore
4203         * manual/pl/dist/ps/Makefile.am
4204         * manual/pl/dist/txt/.cvsignore
4205         * manual/pl/dist/txt/Makefile.am
4206                 Add the polish translation of the manual,
4207                 Authored by Pawel Pekala.
4208
4209 2006-05-05 [cleroy]     2.1.1cvs48
4210
4211         * src/main.c
4212                 Re-read matcherrc after loading plugins 
4213                 if some of them add folders.
4214
4215 2006-05-03 [colin]      2.1.1cvs47
4216
4217         * src/imap.c
4218                 I'm idiot
4219
4220 2006-05-03 [colin]      2.1.1cvs46
4221
4222         * src/imap.c
4223                 Be sure to have a session when
4224                 getting separator
4225
4226 2006-05-03 [colin]      2.1.1cvs45
4227
4228         * src/imap.c
4229         * src/imap.h
4230         * src/imap_gtk.c
4231                 Fix preventing renaming with namespace 
4232                 separator.
4233
4234 2006-05-01 [colin]      2.1.1cvs44
4235
4236         * src/action.c
4237                 Don't reload messageview when result of
4238                 action is piped.
4239
4240 2006-04-29 [colin]      2.1.1cvs43
4241
4242         * src/prefs_receive.c
4243         * src/plugins/spamassassin/spamassassin_gtk.c
4244         * src/plugins/clamav/clamav_plugin_gtk.c
4245                 GUI fixes by Pawel
4246
4247 2006-04-29 [colin]      2.1.1cvs42
4248
4249         * src/prefs_compose_writing.c
4250         * src/prefs_quote.c
4251                 Cleanups. Patch by Pawel
4252
4253 2006-04-28 [paul]       2.1.1cvs41
4254
4255         * src/matcher.c
4256                 fix returned quick search results when search
4257                 term contains an underscore.
4258                 Thanks to Colin
4259
4260 2006-04-28 [paul]       2.1.1cvs40
4261
4262         * src/prefs_message.c
4263         * src/prefs_receive.c
4264                 GUI cleanups
4265                 Patches by Pawel Pekala
4266
4267 2006-04-27 [colin]      2.1.1cvs39
4268
4269         * src/wizard.c
4270                 Differentiate subject Welcome from
4271                 window's title Welcome
4272
4273 2006-04-27 [paul]
4274
4275         2.2.0-rc1 released
4276
4277 2006-04-27 [paul]       2.1.1cvs38
4278
4279         * manual/advanced.xml
4280         * manual/fr/advanced.xml
4281                 add info about compose_no_markup hidden pref
4282
4283 2006-04-27 [paul]       2.1.1cvs37
4284
4285         * src/prefs_account.c
4286                 improve privacy labels
4287         * src/prefs_msg_colors.c
4288                 change some strings for translators' convenience
4289         * src/gtk/gtkutils.c
4290                 don't underline the link button text
4291
4292 2006-04-25 [colin]      2.1.1cvs36
4293
4294         * src/folder.c
4295                 Complete 2.1.1cvs33 (once more ;)
4296
4297 2006-04-25 [colin]      2.1.1cvs35
4298
4299         * src/editldap.c
4300                 Fix tooltip
4301
4302 2006-04-25 [cleroy]     2.1.1cvs34
4303
4304         * src/compose.c
4305         * src/gtk/gtkaspell.c
4306                 Fix crash on redirect (related to the return 
4307                 of the aspell menu in compose's toolbar)
4308         * src/prefs_msg_colors.c
4309                 Fix sensitivity widgets
4310         * src/image_viewer.c
4311         * src/gtk/pluginwindow.c
4312         * src/gtk/prefswindow.c
4313                 Change released signals to clicked (Fabien)
4314         * po/POTFILES.in
4315         * src/common/socket.c
4316         * src/plugins/spamassassin/spamassassin.c
4317                 Translate strings (Fabien)
4318
4319 2006-04-25 [paul]       2.1.1cvs33
4320
4321         * src/folder.c
4322         * src/folder.h
4323         * src/folderview.c
4324                 complete the fix of bug #912
4325                 Thanks to Colin
4326
4327 2006-04-25 [colin]      2.1.1cvs32
4328
4329         * src/news.c
4330                 Better progress bar
4331         * src/mimeview.c
4332         * src/summaryview.c
4333         * src/summaryview.h
4334                 Fix focus chain
4335                 Patches by Pawel Pekala
4336
4337 2006-04-24 [colin]      2.1.1cvs31
4338
4339         * src/compose.c
4340                 Fix compilation warnings (Fabien)
4341
4342 2006-04-24 [colin]      2.1.1cvs30
4343
4344         * src/addrindex.c
4345         * src/editldap.c
4346         * src/editldap_basedn.c
4347         * src/editldap_basedn.h
4348         * src/ldapctrl.c
4349         * src/ldapctrl.h
4350         * src/ldapquery.c
4351         * src/ldaputil.c
4352         * src/ldaputil.h
4353                 Fix bug #901 (LDAPS support)
4354
4355 2006-04-24 [colin]      2.1.1cvs29
4356
4357         * src/compose.c
4358                 Fix logic on error with send dialog on
4359         * src/imap.c
4360                 Fix compilation without libetpan, thanks
4361                 to Fabien
4362         * src/summaryview.c
4363                 Fix 'context-menu' key
4364
4365 2006-04-23 [colin]      2.1.1cvs28
4366
4367         * src/folder.c
4368                 Never free current's cache to free up 
4369                 memory. Fixes bug #912 (new count 
4370                 randomly set to message count)
4371
4372 2006-04-23 [colin]      2.1.1cvs27
4373
4374         * src/gtk/quicksearch.c
4375                 And remove printf...
4376
4377 2006-04-23 [colin]      2.1.1cvs26
4378
4379         * src/gtk/quicksearch.c
4380                 Fix replacing in quicksearch, and fix inserting
4381                 in the middle of the string. (introduced at 2.1.0cvs22)
4382
4383 2006-04-23 [colin]      2.1.1cvs25
4384
4385         * src/imap.c
4386                 Make sure uidnext is initialized in get_num_list
4387                 (not for stable, related to 2.1.1cvs8 and friends)
4388
4389 2006-04-23 [colin]      2.1.1cvs24
4390
4391         * src/imap.c
4392                 Output something when login is successful
4393                 too
4394
4395 2006-04-23 [colin]      2.1.1cvs23
4396
4397         * src/etpan/imap-thread.c
4398                 Better logging (line-per-line, hide data in fetch)
4399                 Fix a const warning
4400         * src/gtk/logwindow.c
4401         * src/gtk/logwindow.h
4402                 Better logging (color for input/output)
4403
4404 2006-04-21 [colin]      2.1.1cvs22
4405
4406         * src/gtk/quicksearch.c
4407                 On gtk+-2.8, use stock buttons in quicksearch
4408                 Based on a patch by Fabien and a design by Paul
4409
4410 2006-04-21 [colin]      2.1.1cvs21
4411
4412         * src/folderview.c
4413         * src/mainwindow.c
4414                 Fix occasional flicker in folderview
4415         * src/common/utils.c
4416                 Fix bug #943 (Incorrectly parsed email address 
4417                 list in short headers on message view and in 
4418                 printouts)
4419
4420 2006-04-20 [colin]      2.1.1cvs20
4421
4422         * src/imap.c
4423         * src/imap.h
4424         * src/prefs_account.c
4425                 Add ANONYMOUS auth for IMAP
4426
4427 2006-04-20 [paul]       2.1.1cvs19
4428
4429         * src/main.c
4430                 proper fix for 2.1.1cvs18
4431                 Thanks to Colin
4432
4433 2006-04-20 [paul]       2.1.1cvs18
4434
4435         * src/main.c
4436                 fix build warnings
4437
4438 2006-04-20 [paul]       2.1.1cvs17
4439
4440         * src/gtk/quicksearch.c
4441                 fix standard, non-extended Quick search,
4442                 was broken in 2.1.1cvs15.
4443                 Thanks to Colin.
4444
4445 2006-04-20 [colin]      2.1.1cvs16
4446
4447         * src/prefs_matcher.c
4448                 Fix values when reselecting a ~test
4449                 rule
4450
4451 2006-04-19 [colin]      2.1.1cvs15
4452
4453         * src/compose.c
4454         * src/compose.h
4455         * src/gtk/gtkaspell.c
4456         * src/gtk/gtkaspell.h
4457                 Put back Options menu in Spelling/
4458         * src/gtk/quicksearch.c
4459                 Don't search, and show error, if the
4460                 advanced search has a syntax error
4461
4462 2006-04-18 [colin]      2.1.1cvs14
4463
4464         * src/textview.c
4465                 Fix gdk warnings on set_cursor when textview
4466                 isn't visible
4467
4468 2006-04-18 [colin]      2.1.1cvs13
4469
4470         * src/gtk/gtksctree.c
4471                 Remove seemingly useless refresh that causes
4472                 flicker - watch this commit in case of 
4473                 problems before planned backport to stable
4474
4475 2006-04-18 [colin]      2.1.1cvs12
4476
4477         * src/imap.c
4478                 Factorize get/set_xml code
4479         * src/compose.c
4480         * src/prefs_account.c
4481         * src/prefs_account.h
4482         * src/procmsg.c
4483                 Add Encrypt to self option
4484
4485 2006-04-17 [colin]      2.1.1cvs11
4486
4487         * configure.ac
4488                 Fix search on encrpyt function on dragonfly
4489                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4490
4491 2006-04-17 [colin]      2.1.1cvs10
4492
4493         * src/prefs_account.c
4494                 Be safe by default: remove mails from POP3
4495                 after 7 days, not immediately
4496
4497 2006-04-17 [colin]      2.1.1cvs9
4498
4499         * src/etpan/imap-thread.c
4500                 Fix build on DragonFly - patch by 
4501                 Jonathan Buschmann <jonthn@agmact.com>
4502
4503 2006-04-17 [colin]      2.1.1cvs8
4504
4505         * src/imap.c
4506                 Save uidnext between sessions
4507
4508 2006-04-17 [colin]      2.1.1cvs7
4509
4510         * src/imap.c
4511                 scan is required when uid validity changes
4512
4513 2006-04-17 [colin]      2.1.1cvs6
4514
4515         * src/folderview.c
4516                 Don't scan if not necessary, apart in current
4517                 folder and INBOX to fetch flags.
4518         * src/imap.c
4519                 Scan is necessary if unread count changes
4520
4521 2006-04-17 [colin]      2.1.1cvs5
4522
4523         * src/imap.c
4524                 ...But always fetch ANSWERED and DELETED flags for
4525                 INBOX, as filtering can happen on these flags.
4526
4527 2006-04-17 [colin]      2.1.1cvs4
4528
4529         * src/imap.c
4530                 Don't fetch REPLIED and DELETED flags when synchronising
4531                 flags with a closed folder. We only need UNSEEN and FLAGGED
4532                 to update the folderview.
4533
4534 2006-04-17 [colin]      2.1.1cvs3
4535
4536         * src/imap.c
4537                 Faster flag search when there are new mails 
4538                 in a folder. We can do a full search if the 
4539                 folder contains less messages than the new
4540                 list.
4541
4542 2006-04-17 [colin]      2.1.1cvs2
4543
4544         * po/cs.po
4545         * po/de.po
4546         * po/fr.po
4547         * po/nl.po
4548         * po/pt_BR.po
4549                 Update translations from stable branch
4550
4551 2006-04-17 [colin]      2.1.1cvs1
4552
4553         * configure.ac
4554                 Bump version to follow stable release
4555
4556 2006-04-16 [mones]      2.1.0cvs50
4557
4558         * po/es.po
4559                 Updated for release
4560
4561 2006-04-16 [colin]      2.1.0cvs49
4562
4563         * src/textview.c
4564                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4565                 with gtk < 2.8. Thanks to Fabien Vantard.
4566
4567 2006-04-15 [colin]      2.1.0cvs48
4568
4569         * src/etpan/imap-thread.c
4570                 Fix bug #919 (libetpan: SEGV when connecting 
4571                 using command)
4572
4573 2006-04-14 [colin]      2.1.0cvs47
4574
4575         * src/main.c
4576                 Fix race on --select (should be done better)
4577
4578 2006-04-14 [wwp]        2.1.0cvs46
4579
4580         * src/send_message.c
4581                 enforce a check for domain in account prefs (a sending
4582                 error could be faced if domain was checked but no value set),
4583                 thanks to Colin.
4584
4585 2006-04-14 [colin]      2.1.0cvs45
4586
4587         * src/codeconv.c
4588                 when converting from unknown to unknown, if the
4589                 string is UTF8, don't convert it to the locale
4590                 (which breaks it)
4591
4592 2006-04-14 [colin]      2.1.0cvs44
4593
4594         * src/compose.c
4595                 Don't try to use ASCII for converting headers
4596                 (as done in body)
4597
4598 2006-04-14 [paul]       2.1.0cvs43
4599
4600         * src/crash.c
4601                 add locale/charset info to crash report
4602         * src/gtk/about.c
4603                 add wwp to doc team
4604                 replace 'e-mail' with preferred 'email'
4605         * src/gtk/authors.h
4606                 ensure contributors list is in alphabetical
4607                 order
4608
4609 2006-04-13 [colin]      2.1.0cvs42
4610
4611         * src/textview.c
4612                 Prevent gdk warnings
4613
4614 2006-04-13 [colin]      2.1.0cvs41
4615
4616         * src/common/ssl_certificate.c
4617         * src/common/ssl_certificate.h
4618         * src/gtk/sslcertwindow.c
4619                 Warn on expired certs, and display the expiration date
4620
4621 2006-04-13 [colin]      2.1.0cvs40
4622
4623         * src/plugins/spamassassin/spamassassin_gtk.c
4624                 Fix missing set_text on unix socket
4625
4626 2006-04-13 [wwp]        2.1.0cvs39
4627
4628         * manual/fr/advanced.xml
4629         * manual/fr/glossary.xml
4630                 applied new spam/ham/email lexicon (pourriel, courriel)
4631
4632 2006-04-13 [paul]       2.1.0cvs38
4633
4634         * src/plugins/pgpmime/plugin.c
4635                 remove the mention of S/MIME from the
4636                 description. This is now handled by the
4637                 S/MIME plugin.
4638
4639 2006-04-13 [paul]       2.1.0cvs37
4640
4641         * src/prefs_msg_colors.c
4642                 rework dialog
4643         * src/prefs_folder_item.c
4644         * src/prefs_spelling.c
4645                 add a tooltip to the colour selector buttons
4646
4647 2006-04-13 [wwp]        2.1.0cvs36
4648
4649         * manual/advanced.xml
4650         * manual/glossary.xml
4651         * manual/handling.xml
4652         * manual/keyboard.xml
4653         * manual/plugins.xml
4654         * manual/starting.xml
4655         * manual/fr/account.xml
4656         * manual/fr/ack.xml
4657         * manual/fr/addrbook.xml
4658         * manual/fr/advanced.xml
4659         * manual/fr/faq.xml
4660         * manual/fr/glossary.xml
4661         * manual/fr/gpl.xml
4662         * manual/fr/handling.xml
4663         * manual/fr/intro.xml
4664         * manual/fr/keyboard.xml
4665         * manual/fr/plugins.xml
4666         * manual/fr/starting.xml
4667         * manual/fr/sylpheed-claws-manual.xml
4668                 fixes to the manuals:
4669                  - summaryview -> Message List (same in French)
4670                  - translate key names
4671                  - fix French punctuation, use non-breakable spaces when
4672                    necessary, don't use &thinsp; which is not portable
4673                  - tell what maildir and mbox formats we support
4674
4675 2006-04-12 [wwp]        2.1.0cvs35
4676
4677         * src/prefs_toolbar.c
4678                 unified a replace button more,
4679                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4680
4681 2006-04-12 [wwp]        2.1.0cvs34
4682
4683         * src/prefs_common.c
4684         * src/prefs_msg_colors.c
4685                 make default color labels translatable,
4686                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4687                 thanks to Tim <timbrain@post.cz> for reporting.
4688
4689 2006-04-12 [wwp]        2.1.0cvs33
4690
4691         * manual/glossary.xml
4692         * manual/intro.xml
4693         * manual/plugins.xml
4694         * manual/starting.xml
4695         * manual/sylpheed-claws-manual.xml
4696         * manual/fr/.cvsignore
4697         * manual/fr/account.xml
4698         * manual/fr/ack.xml
4699         * manual/fr/addrbook.xml
4700         * manual/fr/advanced.xml
4701         * manual/fr/faq.xml
4702         * manual/fr/glossary.xml
4703         * manual/fr/handling.xml
4704         * manual/fr/intro.xml
4705         * manual/fr/keyboard.xml
4706         * manual/fr/plugins.xml
4707         * manual/fr/starting.xml
4708         * manual/fr/sylpheed-claws-manual.xml
4709                 various fixes: typos, missing .fr translations, punctuation,
4710                 capitalization, links, accents and some bad French more.
4711
4712 2006-04-12 [wwp]        2.1.0cvs32
4713
4714         * src/prefs_gtk.c
4715                 fix for bug #935: always store prefs files in UTF-8 (thanks
4716                 to Colin).
4717
4718 2006-04-11 [colin]      2.1.0cvs31
4719
4720         * src/compose.c
4721                 Fix inserting files not in utf8 when locale is utf8
4722
4723 2006-04-11 [colin]      2.1.0cvs30
4724
4725         * src/inc.c
4726                 Don't show error dialog when cancelling connection
4727                 Patch by Pawel
4728
4729 2006-04-11 [cleroy]     2.1.0cvs29
4730
4731         * src/compose.c
4732                 Implement multiple quote levels
4733         * src/prefs_common.c
4734                 Change a little bit the quote bgcolor for 2nd level
4735
4736 2006-04-11 [colin]      2.1.0cvs28
4737
4738         * src/gtk/about.c
4739                 Add locale and charset in the label
4740
4741 2006-04-10 [colin]      2.1.0cvs27
4742
4743         * src/compose.c
4744         * src/prefs_common.c
4745         * src/prefs_common.h
4746         * src/prefs_msg_colors.c
4747         * src/textview.c
4748                 Allow optional background color in quotes
4749                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4750                 GTK+-2.8.x feature
4751
4752 2006-04-10 [colin]      2.1.0cvs26
4753
4754         * src/main.c
4755         * src/mainwindow.c
4756         * src/mainwindow.h
4757                 Implement --select
4758
4759 2006-04-10 [colin]      2.1.0cvs25
4760
4761         * manual/plugins.xml
4762         * manual/fr/plugins.xml
4763                 Document libcurl's proxy variables
4764
4765 2006-04-09 [colin]      2.1.0cvs24
4766
4767         * src/prefs_common.c
4768                 gettext() returns statically allocated stuff. We have
4769                 to strdup it in order to be able to free it.
4770
4771 2006-04-09 [colin]      2.1.0cvs23
4772
4773         * AUTHORS
4774         * src/gtk/authors.h
4775                 Add Alexei
4776
4777 2006-04-09 [colin]      2.1.0cvs22
4778
4779         * src/mainwindow.c
4780         * src/gtk/quicksearch.c
4781                 Fix bug #859 (problems with cyrilic input in 
4782                 search panel) - Patch by Alexey Illarionov 
4783                 <littlesavage@rambler.ru>
4784
4785 2006-04-09 [colin]      2.1.0cvs21
4786
4787         * src/prefs_customheader.c
4788                 I prefer removing then freeing rather than the contrary
4789                 (even if it doesn't change anything ;-)
4790         * src/prefs_account.c
4791                 Fix bug #933 (Crash re-entering the custom headers list 
4792                 dialog in accounts prefs)
4793                 The problem happened when cancelling the Account 
4794                 Preferences' dialogs - in which case we didn't do 
4795                 anything to the PrefsAccount * struct. In case of applying,
4796                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4797                 working with in this dialog. The problem is that 
4798                 prefs_customheader.c, working on this tmp_ac_prefs, always
4799                 changes the ->customhdr_list pointer, even when cancelled. 
4800                 So in case of cancelling the prefs_account dialog, we still
4801                 have to update ->customhdr_list in the real account.
4802
4803 2006-04-08 [colin]      2.1.0cvs20
4804
4805         * manual/fr/glossary.xml
4806         * manual/fr/keyboard.xml
4807                 Forgot some headers :)
4808
4809 2006-04-08 [colin]      2.1.0cvs19
4810
4811         * manual/Makefile.am
4812         * manual/fr/Makefile.am
4813         * manual/fr/account.xml
4814         * manual/fr/ack.xml
4815         * manual/fr/addrbook.xml
4816         * manual/fr/advanced.xml
4817         * manual/fr/faq.xml
4818         * manual/fr/glossary.xml
4819         * manual/fr/gpl.xml
4820         * manual/fr/handling.xml
4821         * manual/fr/intro.xml
4822         * manual/fr/keyboard.xml
4823         * manual/fr/plugins.xml
4824         * manual/fr/starting.xml
4825         * manual/fr/sylpheed-claws-manual.xml
4826         * manual/fr/dist/.cvsignore
4827         * manual/fr/dist/Makefile.am
4828         * manual/fr/dist/html/.cvsignore
4829         * manual/fr/dist/html/Makefile.am
4830         * manual/fr/dist/pdf/.cvsignore
4831         * manual/fr/dist/pdf/Makefile.am
4832         * manual/fr/dist/ps/.cvsignore
4833         * manual/fr/dist/ps/Makefile.am
4834         * manual/fr/dist/txt/.cvsignore
4835         * manual/fr/dist/txt/Makefile.am
4836                 Add the french translation of the manual. Thanks to
4837                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4838                 account.xml, ack.xml, addrbook.xml and advanced.xml
4839
4840 2006-04-08 [colin]      2.1.0cvs18
4841
4842         * manual/plugins.xml
4843         * manual/starting.xml
4844                 More fixes
4845
4846 2006-04-07 [colin]      2.1.0cvs17
4847
4848         * manual/faq.xml
4849         * manual/intro.xml
4850         * manual/keyboard.xml
4851                 Little fixes
4852
4853 2006-04-07 [colin]      2.1.0cvs16
4854
4855         * README
4856         * src/compose.c
4857         * src/prefs_common.c
4858         * src/prefs_common.h
4859                 Add hidden compose_no_markup pref
4860
4861 2006-04-07 [wwp]        2.1.0cvs15
4862
4863         * src/summary_search.c
4864         * .cvsignore
4865                 Bugfix: stop button was sticky when searching in an empty folder.
4866                 Applied curly brackets code style to the whole file (summary_search.c).
4867                 More files to ignore.
4868
4869 2006-04-07 [wwp]        2.1.0cvs14
4870
4871         * src/message_search.c
4872         * src/summary_search.c
4873                 changed default button when search bumps at file/folder
4874                 beginning or end, for convenience (thanks to Colin).
4875
4876 2006-04-07 [paul]       2.1.0cvs13
4877
4878         * src/plugins/dillo_viewer/dillo_prefs.c
4879                 avoid future potential for namespace collision
4880                 Patch by Colin
4881
4882 2006-04-06 [wwp]        2.1.0cvs12
4883
4884         * src/summary_search.c
4885                 Unify extended/advanced searches names (and thus factorize labels),
4886                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4887
4888 2006-04-06 [wwp]        2.1.0cvs11
4889
4890         * src/folderview.c
4891         * src/prefs_themes.c
4892         * src/summaryview.c
4893                 Fixed some compilation warnings.
4894
4895 2006-04-06 [colin]      2.1.0cvs10
4896
4897         * manual/advanced.xml
4898                 Document the wizard template and how to deploy
4899                 Sylpheed-Claws effectively
4900
4901 2006-04-06 [colin]      2.1.0cvs9
4902
4903         * src/folderview.c
4904                 gettext patch to tell translators about _("#"),
4905                 by Maxim Britov
4906
4907 2006-04-06 [colin]      2.1.0cvs8
4908
4909         * src/textview.c
4910                 Fix invalid GtkTextBIter after clicking "Display as text"
4911
4912 2006-04-06 [mones]      2.1.0cvs7
4913
4914         * src/addr_compl.c
4915         * src/addrindex.c
4916         * src/addritem.c
4917         * src/codeconv.c
4918         * src/compose.c
4919         * src/filtering.c
4920         * src/folder.c
4921         * src/folder_item_prefs.c
4922         * src/folderview.c
4923         * src/localfolder.c
4924         * src/matcher.c
4925         * src/mimeview.c
4926         * src/prefs_msg_colors.c
4927         * src/prefs_spelling.c
4928         * src/prefs_themes.c
4929         * src/procmime.c
4930         * src/procmsg.c
4931         * src/stock_pixmap.c
4932         * src/summaryview.c
4933         * src/textview.c
4934         * src/toolbar.c
4935         * src/common/mgutils.c
4936         * src/common/prefs.c
4937         * src/common/ssl_certificate.c
4938         * src/gtk/colorlabel.c
4939         * src/gtk/quicksearch.c
4940         * src/plugins/pgpmime/pgpmime.c
4941         * src/plugins/spamassassin/spamassassin.c
4942                 Removed redundant NULL checks for g_free() calls.
4943                 Patch by Pawel Pekala.
4944
4945 2006-04-06 [mones]      2.1.0cvs6
4946
4947         * src/prefs_actions.c
4948         * src/prefs_filtering.c
4949         * src/prefs_filtering_action.c
4950         * src/prefs_matcher.c
4951         * src/prefs_template.c
4952         * src/gtk/gtkutils.c
4953         * src/gtk/gtkutils.h
4954                 Have a nice replace button. Patch by Pawel Pekala
4955
4956 2006-04-06 [colin]      2.1.0cvs5
4957
4958         * src/addressbook.c
4959                 Fix crash with empty columns
4960
4961 2006-04-05 [colin]      2.1.0cvs4
4962
4963         * src/wizard.c
4964         * src/prefs_gtk.c
4965                 Allow wizard customization with pre-filled values
4966
4967 2006-04-05 [colin]      2.1.0cvs3
4968
4969         * src/textview.c
4970         * src/mimeview.c
4971         * src/mimeview.h
4972                 Nicer messages in mimeview
4973
4974 2006-04-05 [colin]      2.1.0cvs2
4975
4976         * src/addressbook.c
4977         * src/prefs_summaries.c
4978                 i18n fix
4979
4980 2006-04-05 [colin]      2.1.0cvs1
4981
4982         * src/plugins/pgpcore/plugin.c
4983         * src/plugins/pgpcore/select-keys.c
4984         * src/plugins/pgpcore/select-keys.h
4985         * src/plugins/pgpcore/sgpgme.c
4986         * src/plugins/pgpcore/sgpgme.h
4987         * src/plugins/pgpinline/pgpinline.c
4988         * src/plugins/pgpinline/plugin.c
4989         * src/plugins/pgpmime/pgpmime.c
4990         * src/plugins/pgpmime/plugin.c
4991                 Factorize and generalize a bit 
4992                 Drop S/MIME signature verification from PGP/MIME
4993                 (adding it as another, more complete plugin)
4994
4995 2006-04-05 [paul]       2.1.0
4996
4997         2.1.0 released
4998
4999 2006-04-05 [paul]       2.0.0cvs186
5000
5001         * manual/advanced.xml
5002                 add info on colour labels
5003
5004 2006-04-05 [paul]       2.0.0cvs185
5005
5006         * po/bg.po
5007         * po/cs.po
5008         * po/de.po
5009         * po/el.po
5010         * po/en_GB.po
5011         * po/fi.po
5012         * po/fr.po
5013         * po/it.po
5014         * po/nl.po
5015         * po/pl.po
5016         * po/pt_BR.po
5017         * po/sr.po
5018         * po/zh_CN.po
5019                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5020                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5021                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5022                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5023         * src/gtk/authors.h
5024         * tools/claws.i18n.status.pl
5025                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5026                 and new Czech translator, Tim <timbrain@post.cz>
5027
5028 2006-04-05 [mones]      2.0.0cvs184
5029
5030         * po/es.po
5031                 Updated translation
5032
5033 2006-04-05 [colin]      2.0.0cvs183
5034
5035         * src/gtk/quicksearch.c
5036                 Fix bug #929 (unnecessary reload in quick search bar)
5037
5038 2006-04-05 [colin]      2.0.0cvs182
5039
5040         * src/compose.c
5041                 Fix crash on Reply with no From:
5042                 Show signature and conversion error on queuing 
5043                 (but not sending)
5044         * src/mainwindow.c
5045         * src/summaryview.c
5046         * src/summaryview.h
5047                 Factorize threading code and make sure msginfo 
5048                 is not null when it comes from a GtkCTreeRow's 
5049                 data
5050         * src/gtk/gtkaspell.c
5051                 Check for necessary things
5052         * src/gtk/gtksctree.c
5053         * src/gtk/gtksctree.h
5054                 Reset anchor if necessary when removing node
5055
5056 2006-03-29 [colin]      2.0.0cvs181
5057
5058         * src/folderview.c
5059                 Warn for disabled IMAP accounts (due to lack of
5060                 libetpan). Breaks string-freeze - sorry - but it
5061                 is kind of important ;)
5062
5063 2006-03-28 [colin]      2.0.0cvs180
5064
5065         * src/gtk/gtkutils.c
5066         * src/gtk/gtkutils.h
5067                 Add a gtkut_get_link_btn() function that
5068                 creates a button which acts like an URI
5069         * src/prefs_themes.c
5070         * src/gtk/about.c
5071                 Use this function (factorizes codes)
5072         * src/common/defs.h
5073         * src/gtk/pluginwindow.c
5074                 Add a "Get more..." in the plugins window
5075
5076 2006-03-28 [colin]      2.0.0cvs179
5077
5078         * src/common/smtp.c
5079         * src/common/passcrypt.c
5080         * src/undo.c
5081                 Warning fixes. Patch by Pawel Pekala
5082
5083 2006-03-27 [colin]      2.0.0cvs178
5084
5085         * src/undo.c
5086                 Fix undoing by blocks with spaces
5087
5088 2006-03-27 [colin]      2.0.0cvs177
5089
5090         * src/textview.c
5091                 Set margin to 3px for headers
5092
5093 2006-03-27 [paul]
5094
5095         2.1.0-rc2 released
5096
5097 2006-03-27 [wwp]        2.0.0cvs176
5098
5099         * src/summaryview.c
5100                 don't reset quicksearch when updating the message list.
5101                 Thanks to Colin.
5102
5103 2006-03-26 [wwp]        2.0.0cvs175
5104
5105         * src/compose.c
5106                 use a unified border width ('other' tab in the compose window,
5107                 patch by Pawel Pekala).
5108
5109
5110 2006-03-26 [wwp]        2.0.0cvs174
5111
5112         * src/common/quoted-printable.c
5113         * src/addressbook.c
5114                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5115
5116 2006-03-26 [colin]      2.0.0cvs173
5117
5118         * src/quote_fmt_parse.y
5119                 Fix non-UTF8 date formats messing up the whole quote a 
5120                 little bit
5121
5122 2006-03-26 [colin]      2.0.0cvs172
5123
5124         * src/procheader.c
5125                 Make sure the date is UTF8 valid, or try to make it
5126                 so. IncrediMail is really IncrediStupid.
5127         * src/compose.c
5128                 Fix possible conversions. 
5129                 
5130
5131 2006-03-26 [colin]      2.0.0cvs171
5132
5133         * src/matcher.c
5134                 Fix corner cases in body search. This is still a
5135                 hack... It seems impossible to make it good and 
5136                 reasonably fast at the same time.
5137
5138 2006-03-26 [colin]      2.0.0cvs170
5139
5140         * src/summaryview.c
5141                 I think I killed the twilight zone bug!
5142                 summary_select_node() flushes GTK events in order
5143                 to be able to center the view. But this also 
5144                 flushes keypresses like Ctrl-Alt-U, so this can
5145                 call summary_show from summary_select_node (itself
5146                 called from summary_show, etc.). And the summaryview
5147                 has to be unlocked in this function. So just locking
5148                 while processing GTK events, and bailing if locked, 
5149                 should fix it.
5150                 Fixes bug #927 (SIGSEGV during Update Summary)
5151
5152 2006-03-25 [colin]      2.0.0cvs169
5153
5154         * src/matcher.c
5155                 Fix search in QP-encoded bodies
5156                 Fix utf-8 searches in bodies encoded in the
5157                 locale's encoding
5158         * src/common/quoted-printable.c
5159         * src/common/quoted-printable.h
5160                 Add a decode function that doesn't overwrite
5161                 the original pointer
5162                 
5163
5164 2006-03-24 [colin]      2.0.0cvs168
5165
5166         * src/action.c
5167         * src/summaryview.c
5168         * src/summaryview.h
5169                 Update message cache after action
5170                 Patch by H. Merijn Brand
5171         * src/prefs_msg_colors.c
5172                 Factorize label 
5173                 Patch by Fabien Vantard
5174         * src/plugins/spamassassin/spamassassin_gtk.c
5175                 Remove useless translation
5176                 Patch by Fabien Vantard
5177
5178 2006-03-23 [colin]      2.0.0cvs167
5179
5180         * src/common/ssl.c
5181                 Let 30 seconds to SSL_connect
5182
5183 2006-03-23 [wwp]        2.0.0cvs166
5184
5185         * src/summaryview.c
5186         * src/gtk/description_window.c
5187                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5188                 and headers are translated; adjust description windows' width to fit their
5189                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5190
5191 2006-03-23 [paul]       2.0.0cvs165
5192
5193         * src/common/utils.c
5194                 fix highlighting of URIs containing "()"
5195                 (2.0.0cvs164's reversal fixed)
5196                 Thanks to Colin.
5197
5198 2006-03-23 [paul]       2.0.0cvs164
5199
5200         * src/common/utils.c
5201                 revert patch, (postponing a fix), at 2.0.0cvs120
5202                 as it breaks more URIs than it fixes.
5203                 Allow '-' to be a terminating character in a URI
5204
5205 2006-03-22 [colin]      2.0.0cvs163
5206
5207         * configure.ac
5208                 Require libetpan 0.45
5209                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5210
5211 2006-03-22 [paul]       2.0.0cvs162
5212
5213         * src/editgroup.c
5214                 replace '<-' and '->' buttons with GTK_STOCK graphical
5215                 buttons
5216         * src/summary_search.c
5217                 don't offer '...' for translation
5218                 add a tooltip to advanced search '...' button
5219         * src/gtk/quicksearch.c
5220                 don't offer '...' for translation
5221
5222 2006-03-21 [colin]      2.0.0cvs161
5223
5224         * src/compose.c
5225                 Fix middle-click pasting (insert at click
5226                 position instead of cursor position, don't
5227                 remove existing selection and allow pasting
5228                 our own selection)
5229         * src/addressbook.c
5230                 "LDAP Server" -> "LDAP servers"
5231
5232 2006-03-21 [wwp]        2.0.0cvs160
5233
5234         * src/etpan/imap-thread.c
5235                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5236
5237 2006-03-20 [colin]      2.0.0cvs159
5238
5239         * src/summaryview.c
5240                 Don't reload summaryview after an execute with no
5241                 move action
5242
5243 2006-03-19 [colin]      2.0.0cvs158
5244
5245         * src/addressbook.c
5246                 and put groups at the top, always
5247
5248 2006-03-19 [colin]      2.0.0cvs157
5249
5250         * src/addressbook.c
5251                 Order groups before names, as previously
5252
5253 2006-03-19 [colin]      2.0.0cvs156
5254
5255         * src/addressbook.c
5256                 - Sort case-unsensitive
5257                 - Put the sort arrow at opening too
5258
5259 2006-03-19 [wwp]        2.0.0cvs155
5260
5261         * src/addressbook.c
5262                 allow sorting by name/email/remarks, ensure that right-pane's contents
5263                 matches the left-pane selection (cleared when appropriate).
5264                 Patch by Pawel Pekala <c0rn@o2.pl>.
5265
5266 2006-03-18 [colin]      2.0.0cvs154
5267
5268         * src/textview.c
5269                 Fix text cursor ;)
5270
5271 2006-03-18 [colin]      2.0.0cvs153
5272
5273         * src/gtk/filesel.c
5274                 Make sure we hide the preview if we didn't get
5275                 a filename
5276
5277 2006-03-18 [colin]      2.0.0cvs152
5278
5279         * src/summaryview.c
5280                 Set cursor to watch for execution (fixes lack
5281                 of watch-cursor when dnd'ing hundreds of mails)
5282         * src/gtk/filesel.c
5283                 Check that mime type is 'image/*' before updating
5284                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5285
5286 2006-03-18 [colin]      2.0.0cvs151
5287
5288         * src/mainwindow.c
5289         * src/textview.c
5290         * src/textview.h
5291                 Put a watch cursor in textview too when the mainwindow's
5292                 cursor in a watch
5293
5294 2006-03-18 [colin]      2.0.0cvs150
5295
5296         * src/folder.c
5297                 Change wrong asserts to simple tests
5298
5299 2006-03-17 [colin]      2.0.0cvs149
5300
5301         * src/mainwindow.c
5302         * src/mainwindow.h
5303         * src/prefs_msg_colors.c
5304         * src/summaryview.c
5305         * src/summaryview.h
5306         * src/gtk/colorlabel.c
5307         * src/gtk/colorlabel.h
5308                 Add a color label menu in the main menubar
5309                 Add (fixed) accels Ctrl-{0-7} to change the color
5310                 They have to be fixed because the menu's dynamic,
5311                 the items are complex widgets, hence we can't use
5312                 a GtkItemFactory.
5313
5314
5315 2006-03-17 [wwp]        2.0.0cvs148
5316
5317         * src/compose.c
5318                 rollback few lines from my previous commit (those lines come from
5319                 a pending patch, accidentally commited, even if neutral as they are
5320                 commented out).
5321
5322 2006-03-17 [wwp]        2.0.0cvs147
5323
5324         * src/compose.c
5325                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5326                 applied code style/indentation to the modified function.
5327
5328 2006-03-17 [wwp]        2.0.0cvs146
5329
5330         * src/procmsg.c
5331         * src/compose.c
5332                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5333
5334 2006-03-17 [paul]
5335
5336         2.1.0-rc1 released
5337
5338 2006-03-17 [paul]       2.0.0cvs145
5339
5340         * src/main.c
5341                 addressbook_read_file() was called twice
5342         * src/textview.c
5343                 X-Mailer highlighting
5344
5345 2006-03-16 [colin]      2.0.0cvs144
5346
5347         * src/sourcewindow.c
5348         * src/sourcewindow.h
5349                 And the last one, in source window.
5350
5351 2006-03-16 [colin]      2.0.0cvs143
5352
5353         * src/compose.c
5354         * src/compose.h
5355                 Fix the same stuff in compose
5356
5357 2006-03-16 [colin]      2.0.0cvs142
5358
5359         * src/messageview.c
5360                 Complete the previous messageview crash fix
5361
5362 2006-03-16 [colin]      2.0.0cvs141
5363
5364         * src/procmsg.h
5365         * src/procmsg.c
5366         * src/folder.c
5367                 Fix POSTPROCESSING hook
5368                 Patch by H. Merijn Brand
5369
5370         * src/procmime.c
5371         * src/procmime.h
5372                 Parse Content-Location
5373
5374         * src/toolbar.c
5375         * src/messageview.c
5376         * src/messageview.h
5377                 Don't crash when a top-level MessageView has
5378                 been closed on us. Same problematic than
5379                 yesterday's quicksearch issue.
5380
5381 2006-03-15 [colin]      2.0.0cvs140
5382
5383         * src/gtk/quicksearch.c
5384                 Fix a bitchy race we didn't think about when we
5385                 added quicksearch cancellation:
5386                 If the search is not on cached fields, for example
5387                 body_part matchcase "stuff"
5388                 the matcher code has to get the whole message. If
5389                 we're on IMAP, that can be slow, and in order to
5390                 be non-blocking, the IMAP code idle loop processes
5391                 gtk events too. So it is possible to cancel a
5392                 quicksearch while the matcher is getting the mail's
5393                 body. After matcher got its body, it will start to
5394                 iterate over the matcher list that the Quicksearch's
5395                 clear_search_cb() just freed via prepare_matcher().
5396                 SIGSEGV ensues.
5397                 The fix consists of guarding the matcherlist_match()
5398                 call with a boolean 'matching'. If we reset the
5399                 quicksearch while matching is TRUE, we don't free
5400                 the matcherlist anymore like we did, but we set
5401                 another new flag, deferred_free, to TRUE. Then,
5402                 in quicksearch_match(), just after returning from
5403                 matcherlist_match() and unsetting the matching flag,
5404                 we check the deferred_free flag and do the
5405                 prepare_matcher() (which does the matcherlist_free)
5406                 for real, so we free the matcherlist once it's not
5407                 used anymore.
5408                 As all of this runs via the glib main loop, we
5409                 luckily don't need a mutex.
5410         * src/summaryview.c
5411                 Also, show progress while searching.
5412
5413
5414 2006-03-14 [colin]      2.0.0cvs139
5415
5416         * src/alertpanel.c
5417                 Make alertpanel_is_open non-static
5418
5419 2006-03-14 [colin]      2.0.0cvs138
5420
5421         * src/prefs_spelling.c
5422                 Cleanups - Fabien Vantard
5423
5424 2006-03-14 [wwp]        2.0.0cvs137
5425
5426         * src/main.c
5427                 code style normalization (curly braces, indentation).
5428
5429 2006-03-14 [wwp]        2.0.0cvs137
5430
5431         * src/main.c
5432                 code style (braces, indentation)
5433
5434 2006-03-12 [paul]       2.0.0cvs136
5435
5436         * src/prefs_common.c
5437                 trans_hdr defaults to FALSE to be RFC-savvy
5438         * src/prefs_summaries.c
5439                 add a tooltip to the trans_hdr option
5440                 
5441
5442 2006-03-12 [paul]       2.0.0cvs135
5443
5444         * src/prefs_matcher.c
5445                 give a little more width to the combos
5446         * src/prefs_display_header.c
5447         * src/textview.c
5448                 translate headers if prefs_common.trans_hdr
5449                 is TRUE
5450
5451         Patches by Pawel Pekala
5452
5453 2006-03-12 [paul]       2.0.0cvs134
5454
5455         * src/plugins/clamav/clamav_plugin.c
5456         * src/plugins/dillo_viewer/dillo_viewer.c
5457         * src/plugins/pgpcore/plugin.c
5458         * src/plugins/pgpinline/plugin.c
5459         * src/plugins/pgpmime/plugin.c
5460         * src/plugins/spamassassin/spamassassin.c
5461                 update/add to descriptions
5462         * src/plugins/spamassassin/spamassassin_gtk.c
5463                 fixes to the english, remove superfluous
5464                 tooltips, clean up a little
5465
5466 2006-03-12 [paul]       2.0.0cvs133
5467
5468         * src/compose.c
5469                 fix Bug 924, 'Account combo box shows up wrong 
5470                 if & is in account name'
5471
5472 2006-03-11 [colin]      2.0.0cvs132
5473
5474         * src/summaryview.c
5475                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5476                 messed up shift-selection because is slows down
5477                 moving around summaryview. thanks -users
5478
5479 2006-03-10 [colin]      2.0.0cvs131
5480
5481         * src/plugins/spamassassin/spamassassin_gtk.c
5482                 Put back Paul's engrish fixes
5483
5484 2006-03-10 [colin]      2.0.0cvs130
5485
5486         * src/plugins/spamassassin/spamassassin.c
5487         * src/plugins/spamassassin/spamassassin.h
5488         * src/plugins/spamassassin/spamassassin_gtk.c
5489                 Cleanup SA prefs page (more)
5490                 Patch by Fabien Vantard
5491
5492 2006-03-10 [paul]       2.0.0cvs129
5493
5494         * src/prefs_msg_colors.c
5495         * src/prefs_spelling.c
5496                 widget sensitivity
5497
5498 2006-03-09 [mones]      2.0.0cvs128
5499
5500         * po/es.po
5501                 Update for next RC
5502
5503 2006-03-09 [wwp]        2.0.0cvs127
5504
5505         * configure.ac
5506                 revert accidental commit (requirement for libetpan 0.43), this time
5507                 not in HEAD.
5508
5509 2006-03-09 [wwp]        2.0.0cvs125
5510
5511         * configure.ac
5512                 revert accidental commit (requirement for libetpan 0.43)
5513
5514 2006-03-09 [paul]       2.0.0cvs126
5515
5516         * src/prefs_receive.c
5517                 remove useless frame
5518                 replace 'incorporation' with 'receiving'
5519         * src/plugins/clamav/clamav_plugin_gtk.c
5520         * src/plugins/spamassassin/spamassassin_gtk.c
5521                 improve widget sensitivity
5522                 fix a bit his engrish
5523
5524 2006-03-09 [wwp]        2.0.0cvs125
5525
5526         * src/addressadd.c
5527         * src/foldersel.c
5528         * src/prefs_common.c
5529         * src/prefs_common.h
5530                 remember some more windows' sizes (add to addressbook and
5531                 select folder).
5532
5533 2006-03-09 [paul]       2.0.0cvs124
5534
5535         * src/plugins/pgpcore/prefs_gpg.c
5536                 normalise construction of dialogue
5537
5538 2006-03-09 [paul]       2.0.0cvs123
5539
5540         * src/plugins/trayicon/Makefile.am
5541                 add missing slash
5542
5543 2006-03-08 [colin]      2.0.0cvs122
5544
5545         * src/plugins/trayicon/Makefile.am
5546                 Fix build in separate dir 
5547                 Patch by Bamanzi <bamanzi@gmail.com>
5548
5549 2006-03-08 [colin]      2.0.0cvs121
5550
5551         * src/procmsg.c
5552                 Batch move and copies from summaryview with delayed execution
5553                 too
5554
5555 2006-03-07 [paul]       2.0.0cvs120
5556
5557         * src/common/utils.c
5558                 fix highlighting of URIs containing "()"
5559                 Patch by Pawel Pekala
5560
5561 2006-03-07 [paul]       2.0.0cvs119
5562
5563         * src/folder.c
5564         * src/folder.h
5565         * src/folderview.c
5566                 immediately do alphabetical resort when
5567                 changing a folder's name
5568                 Patch by Pawel Pekala
5569
5570 2006-03-07 [paul]       2.0.0cvs118
5571
5572         * src/news.c
5573         * src/news_gtk.c
5574                 when unsubscribing a newsgroup, remove the
5575                 folder and msgs in .sylpheed-claws/newscache
5576                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5577
5578 2006-03-07 [paul]       2.0.0cvs117
5579
5580         * src/textview.c
5581                 fix wrong Fake URL Warning
5582                 Thanks to Hiro
5583
5584 2006-03-07 [colin]      2.0.0cvs116
5585
5586         * src/imap.c
5587                 Return immediately when password dialog was
5588                 cancelled
5589         * src/gtk/inputdialog.c
5590                 Allow empty strings for passwords
5591
5592
5593 2006-03-06 [colin]      2.0.0cvs115
5594
5595         * src/imap.c
5596                 Prevent double-timeouts when connection fails
5597
5598 2006-03-06 [colin]
5599
5600         2.0.1-rc1 released
5601
5602 2006-03-06 [colin]      2.0.0cvs114
5603
5604         * src/imap.c
5605                 Refresh session during potentially long
5606                 operations
5607
5608 2006-03-06 [wwp]        2.0.0cvs113
5609
5610         * src/prefs_msg_colors.h
5611                 forgot that one (custom color labels).
5612
5613 2006-03-06 [wwp]        2.0.0cvs112
5614
5615         * src/prefs_common.c
5616         * src/prefs_common.h
5617         * src/prefs_msg_colors.c
5618         * src/summaryview.c
5619         * src/summaryview.h
5620         * src/gtk/colorlabel.c
5621         * src/gtk/colorlabel.h
5622                 colors in messages list are now customizable. Color values and names can
5623                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5624                 Thanks to Paul and Colin for their help with this longstanding patch!
5625
5626 2006-03-06 [wwp]        2.0.0cvs111
5627
5628         * src/textview.c
5629                 don't crash if (x)face is bad.
5630
5631 2006-03-05 [paul]       2.0.0cvs110
5632
5633         * AUTHORS
5634         * configure.ac
5635         * src/Makefile.am
5636         * src/common/Makefile.am
5637         * src/common/utils.h
5638         * src/etpan/imap-thread.c
5639         * src/gtk/authors.h
5640         * src/plugins/clamav/Makefile.am
5641         * src/plugins/demo/Makefile.am
5642         * src/plugins/dillo_viewer/Makefile.am
5643         * src/plugins/pgpcore/Makefile.am
5644         * src/plugins/pgpcore/passphrase.c
5645         * src/plugins/pgpinline/Makefile.am
5646         * src/plugins/pgpmime/Makefile.am
5647         * src/plugins/spamassassin/Makefile.am
5648         * src/plugins/trayicon/Makefile.am
5649                 fix builiding on cygwin
5650                 Patch by Ralgh Young <bamanzi@gmail.com>
5651
5652 2006-03-04 [wwp]        2.0.0cvs109
5653
5654         * manual/keyboard.xml
5655                 fix mixed up/down keys.
5656
5657 2006-03-04 [wwp]        2.0.0cvs108
5658
5659         * README
5660         * INSTALL
5661                 updated links to SpamAssassin.
5662
5663 2006-03-04 [wwp]        2.0.0cvs107
5664
5665         * manual/plugins.xml
5666         * src/plugins/spamassassin/README
5667                 updated SpamAssassin plugin docs to reflect new functional additions
5668                 (also fix/update/documents few technical stuff more, see the README).
5669
5670 2006-03-04 [wwp]        2.0.0cvs106
5671
5672         * src/prefs_message.c
5673                 normalized capitalization of message-prefs paths.
5674
5675 2006-03-04 [wwp]        2.0.0cvs105
5676
5677         * manual/advanced.xml
5678                 typo.
5679
5680 2006-03-03 [colin]      2.0.0cvs104
5681
5682         * src/plugins/clamav/clamav_plugin_gtk.c
5683                 Rework prefs page, patch by Fabien 
5684
5685 2006-03-03 [colin]      2.0.0cvs103
5686
5687         * src/plugins/clamav/clamav_plugin.c
5688                 Set error on all errors
5689
5690 2006-03-03 [colin]      2.0.0cvs102
5691
5692         * src/common/plugin.c
5693                 Initialize error to avoid crashing when a plugin fails
5694                 without setting error
5695
5696 2006-03-02 [wwp]        2.0.0cvs101
5697
5698         * configure.ac
5699                 fixed linker flags for libetpan support on Cygwin
5700                 (thanks to H.Merijn Brand).
5701
5702 2006-03-02 [wwp]        2.0.0cvs100
5703
5704         * src/addressbook.c
5705                 fix some AB error messages: one for punctuation and
5706                 one wrongly duplicate (thanks, maxbritov).
5707
5708 2006-03-02 [wwp]        2.0.0cvs99
5709
5710         * src/plugins/spamassassin/spamassassin.c
5711                 make sync calls to sa-learn/spamc to prevent
5712                 system (whatever local or client/server) overload.
5713
5714 2006-03-02 [colin]      2.0.0cvs98
5715
5716         * src/summaryview.c
5717                 Put the spam icon in the status column instead of the
5718                 mark one
5719
5720 2006-03-01 [colin]      2.0.0cvs97
5721
5722         * src/plugins/spamassassin/spamassassin.c
5723                 Fix segfault (g_file_set_contents fails for some 
5724                 reason and err==0x2f. Can't find out why with
5725                 valgrind, using working function :-)
5726
5727 2006-03-01 [colin]      2.0.0cvs96
5728
5729         * src/inc.c
5730                 Offline overriding: let 'No' be cached only 3 seconds
5731
5732 2006-03-01 [colin]      2.0.0cvs95
5733
5734         * src/addr_compl.c
5735         * src/addrbook.c
5736         * src/addressbook.c
5737         * src/addrindex.c
5738         * src/folder_item_prefs.c
5739         * src/headerview.c
5740         * src/imap.c
5741         * src/inc.c
5742         * src/ldif.c
5743         * src/mainwindow.c
5744         * src/mh.c
5745         * src/msgcache.c
5746         * src/prefs_common.h
5747         * src/prefs_msg_colors.c
5748         * src/procheader.c
5749         * src/procheader.h
5750         * src/procmime.c
5751         * src/procmsg.c
5752         * src/procmsg.h
5753         * src/send_message.h
5754         * src/simple-gettext.c
5755         * src/summaryview.c
5756         * src/summaryview.h
5757         * src/syldap.c
5758         * src/textview.c
5759         * src/undo.c
5760         * src/common/ssl_certificate.c
5761         * src/common/utils.c
5762         * src/gtk/colorsel.c
5763         * src/gtk/gtksctree.c
5764         * src/gtk/gtkshruler.c
5765         * src/plugins/trayicon/trayicon.c
5766                 #if 0 goes to /dev/null
5767
5768 2006-03-01 [colin]      2.0.0cvs94
5769
5770         * src/compose.c
5771         * src/imap.c
5772         * src/inc.c
5773         * src/inc.h
5774         * src/messageview.c
5775         * src/news.c
5776         * src/plugins/spamassassin/spamassassin.c
5777                 Allow to add information in the "working offline"
5778                 window
5779
5780 2006-03-01 [wwp]        2.0.0cvs93
5781
5782         * src/plugins/spamassassin/spamassassin.c
5783                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5784                 'cause it seems that calling `spamc ... < inputfile` with
5785                 g_spawn_(a)sync simply.. erm doesn't work :-).
5786
5787 2006-03-01 [wwp]        2.0.0cvs92
5788
5789         * src/toolbar.c
5790         * src/toolbar.h
5791                 simplify the adding of spam/ham button to the messageview toolbar
5792                 (it gets more clear now that the same button will be "Mark as spam"
5793                 or "Mark as ham" according to the current message status,
5794                 thanks to Colin).
5795
5796 2006-03-01 [wwp]        2.0.0cvs91
5797
5798         * src/messageview.c
5799         * src/procmsg.c
5800         * src/procmsg.h
5801         * src/summaryview.c
5802         * src/plugins/spamassassin/spamassassin.c
5803         * src/plugins/spamassassin/spamassassin.h
5804                 make learner callbacks return a status (0 for ok),
5805                 handle it in main code to avoid setting flags when learning failed,
5806                 don't learn on TCP if offline in spamassassin,
5807                 thanks to Colin.
5808
5809                 
5810
5811 2006-03-01 [wwp]        2.0.0cvs90
5812
5813         * src/compose.c
5814                 some work around the compose window's account menu,
5815                 patch by Fabien Vantard.
5816
5817 2006-03-01 [wwp]        2.0.0cvs89
5818
5819         * src/plugins/spamassassin/spamassassin.c
5820                 fixed bad logics, was using spamc in local mode and sa-learn
5821                 in remote mode (thanks, Colin).
5822
5823 2006-03-01 [wwp]        2.0.0cvs88
5824
5825         * src/plugins/spamassassin/spamassassin.c
5826         * src/plugins/spamassassin/spamassassin.h
5827         * src/plugins/spamassassin/spamassassin_gtk.c
5828                 made processing of emails w/ sa-plugin an option (default is TRUE),
5829                 fixed Engrish some tooltips, capitalization of some debug messages
5830                 and warnings. The spamassassin plugin now provides two separate
5831                 services: process emails upon incorporation and spamd training.
5832                 Both services (un)register independently but use some common
5833                 plugin settings (transport settings, spam storage location).
5834
5835 2006-02-28 [wwp]        2.0.0cvs87
5836
5837         * src/plugins/spamassassin/spamassassin.c
5838                 fix async flag to spamc cmdline execution (batch exec should
5839                 be asynchronous).
5840
5841 2006-02-27 [wwp]        2.0.0cvs86
5842
5843         * src/plugins/spamassassin/spamassassin.c
5844         * src/plugins/spamassassin/spamassassin.h
5845         * src/plugins/spamassassin/spamassassin_gtk.c
5846                 - added the ability to learn a remote spamassassin server (spamd),
5847                 using spamc.
5848                 - added the spamassassin option 'username', that applies to all
5849                 spamassassin operations (filtering, learning, local or remote).
5850                 The default username is the current unix user (if left blank
5851                 from gtk prefs or config file).
5852                 - commented out some unused code (notebook widget), removed unused
5853                 layout (hbox1).
5854                 - make more widgets sensitive to the transport type.
5855
5856 2006-02-27 [colin]      2.0.0cvs85
5857
5858         * src/plugins/spamassassin/spamassassin.c
5859                 Fix sa-learn call when offline
5860
5861 2006-02-27 [colin]      2.0.0cvs84
5862
5863         * configure.ac
5864         * src/Makefile.am
5865         * src/mainwindow.c
5866         * src/mainwindow.h
5867         * src/messageview.c
5868         * src/messageview.h
5869         * src/prefs_toolbar.c
5870         * src/procmsg.c
5871         * src/stock_pixmap.c
5872         * src/stock_pixmap.h
5873         * src/summaryview.c
5874         * src/toolbar.c
5875         * src/toolbar.h
5876         * src/pixmaps/ham_btn.xpm
5877         * src/pixmaps/spam.xpm
5878         * src/pixmaps/spam_btn.xpm
5879         * src/plugins/spamassassin/spamassassin.c
5880                 Add button in toolbar for spam learning
5881                 Fix a few bugs from the last related commit
5882                 Revert 1.9.6cvs23 which messed up shift-selection
5883
5884 2006-02-24 [colin]      2.0.0cvs83
5885
5886         * src/procmsg.c
5887         * src/summaryview.c
5888         * src/summaryview.h
5889         * src/plugins/spamassassin/spamassassin.c
5890         * src/plugins/spamassassin/spamassassin.h
5891         * src/plugins/spamassassin/spamassassin_gtk.c
5892                 Unregister learner when spamassassin is either
5893                 disabled or over tcp
5894
5895 2006-02-24 [colin]      2.0.0cvs82
5896
5897         * src/Makefile.am
5898         * src/mainwindow.c
5899         * src/mainwindow.h
5900         * src/procmsg.c
5901         * src/procmsg.h
5902         * src/stock_pixmap.c
5903         * src/stock_pixmap.h
5904         * src/summaryview.c
5905         * src/summaryview.h
5906         * src/gtk/icon_legend.c
5907         * src/pixmaps/spam.xpm  ** NEW FILE **
5908         * src/plugins/spamassassin/spamassassin.c
5909         * src/plugins/spamassassin/spamassassin_gtk.c
5910                 Add spam learning interface (Mark/Mark as 
5911                 (spam|ham) menus)
5912
5913 2006-02-24 [wwp]        2.0.0cvs81
5914
5915         * src/compose.c
5916         * src/compose.h
5917         * src/filtering.c
5918                 hide compose window when sending message in batch mode
5919                 (filtering: forward and redirect). Also fixed a wrong
5920                 value returned when sending failed, neutral anyway.
5921                 (Colin, me) 
5922
5923 2006-02-24 [wwp]        2.0.0cvs80
5924
5925         * src/mainwindow.c
5926                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5927
5928 2006-02-24 [paul]       2.0.0cvs79
5929
5930         * src/news.c
5931         * src/news.h
5932         * src/news_gtk.c
5933                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5934                 Thanks to Colin
5935
5936 2006-02-23 [colin]      2.0.0cvs78
5937
5938         * src/alertpanel.c
5939                 Change OK to Close in alertpanel with View log
5940                 button; add accel to View log. Patch by Fabien
5941                 Vantard
5942
5943 2006-02-23 [wwp]        2.0.0cvs77
5944
5945         * src/compose.c
5946                 silly me, there were much more tests to perform, since toolbars can
5947                 really have down to 1 element only.
5948
5949 2006-02-23 [wwp]        2.0.0cvs76
5950
5951         * commitHelper
5952                 fixed indentation from my previous commit. Fallback to VISUAL if
5953                 EDITOR is not set (and to vi, at last resort).
5954
5955 2006-02-23 [wwp]        2.0.0cvs75
5956
5957         * commitHelper
5958                 improved error detection (Colin, me).
5959
5960 2006-02-23 [wwp]        2.0.0cvs74
5961
5962         * src/prefs_toolbar.c
5963                 simplify and fix prefs/toolbars layouting. Combos' contents can
5964                 now be really displayed.
5965
5966 2006-02-23 [wwp]        2.0.0cvs73
5967         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5968         be really displayed.
5969
5970 2006-02-22 [wwp]        2.0.0cvs72
5971
5972         * src/compose.c
5973                 fix a typo in my previous commit (sorry!).
5974
5975 2006-02-22 [wwp]        2.0.0cvs71
5976
5977         * src/prefs_toolbar.c
5978                 fix a crash when adding separators to toolbars,
5979                 also fix some separator item information.
5980
5981 2006-02-22 [wwp]        2.0.0cvs70
5982
5983         * src/compose.c
5984                 fix a crash when redirecting (for instance) when compose window's
5985                 toolbar contents has been customized (when some buttons have been
5986                 removed in fact).
5987
5988 2006-02-21 [wwp]        2.0.0cvs69
5989
5990         * src/summaryview.c
5991         * src/gtk/pluginwindow.c
5992         * src/plugins/pgpcore/prefs_gpg.c
5993                 fix some compilation warnings (feat. remains of removed code).
5994
5995 2006-02-21 [wwp]        2.0.0cvs68
5996
5997         * src/gtk/gtkutils.c
5998                 fix two compilation issues, thanks to Stephan Sachse.
5999
6000 2006-02-20 [colin]      2.0.0cvs67
6001
6002         * src/mainwindow.c
6003                 Don't reselect displayed mail on refocus
6004                 This fixes actions misbehaving 
6005
6006 2006-02-20 [wwp]        2.0.0cvs66
6007
6008         * src/summaryview.c
6009         * src/gtk/gtksctree.c
6010         * src/gtk/gtkshruler.c
6011                 changed more runtime typecast checks.
6012
6013 2006-02-20 [wwp]        2.0.0cvs65
6014
6015         * src/summary_search.c
6016                 find all - summaryview refresh issue fixed, thanks to Colin.
6017
6018 2006-02-20 [wwp]        2.0.0cvs64
6019
6020         * src/gtk/gtkutils.c
6021                 better runtime typecast checks.
6022
6023 2006-02-20 [wwp]        2.0.0cvs63
6024
6025         * src/summary_search.c
6026                 enhancements to the summary search:
6027                         - add the ability to stop the running search
6028                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6029                         - don't search if no criteria (From/To/Subject/Body) is set
6030                         - ensure that a busy mouse pointer is always shown when searching,
6031                           show it even a bit earlier
6032
6033 2006-02-19 [colin]      2.0.0cvs62
6034
6035         * src/compose.c
6036         * src/imap.c
6037         * src/etpan/imap-thread.c
6038         * src/etpan/imap-thread.h
6039                 (Future) IMAP speed improvement on sending
6040                 Will require a libetpan update
6041         * src/summaryview.c
6042         * src/gtk/quicksearch.c
6043                 Make quicksearch clearable while running.
6044
6045 2006-02-17 [colin]      2.0.0cvs61
6046
6047         * src/imap.c
6048         * src/etpan/imap-thread.c
6049         * src/etpan/imap-thread.h
6050                 Check for IMAP certificates
6051                 ** Requires libetpan-0.42-cvs4 
6052                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6053
6054 2006-02-17 [colin]      2.0.0cvs60
6055
6056         * src/messageview.c
6057         * src/prefs_common.c
6058         * src/prefs_common.h
6059         * src/prefs_message.c
6060                 Add pref to display HTML-only mails with plugin, 
6061                 if possible (defaulting to FALSE of course).
6062
6063 2006-02-16 [colin]      2.0.0cvs59
6064
6065         * src/main.c
6066         * src/common/plugin.c
6067         * src/common/plugin.h
6068         * src/gtk/pluginwindow.c
6069                 Keep track of requested (but unloaded) plugins
6070                 in some error cases.
6071
6072 2006-02-16 [wwp]        2.0.0cvs58
6073
6074         * src/gtk/gtkaspell.c
6075         * src/gtk/gtkaspell.h
6076         * src/prefs_spelling.c
6077         * src/compose.c
6078         * src/prefs_common.c
6079         * src/prefs_common.h
6080                 implemented new optional spellchecker behaviour: re-check message when
6081                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6082
6083 2006-02-16 [wwp]        2.0.0cvs57
6084
6085         * src/quote_fmt_parse.y
6086                 pclose popen'ed pipe.
6087
6088 2006-02-15 [colin]      2.0.0cvs56
6089
6090         * src/mimeview.c
6091         * src/mimeview.h
6092                 Let MimeViewers know which MimeView they
6093                 depend of.
6094         * src/summaryview.c
6095                 Swap From/To columns in Sent/Queue/Drafts
6096                 folders
6097         * src/etpan/imap-thread.c
6098                 Use mailstream_low_tls_open() for STARTTLS
6099                 instead of mailstream_low_ssl_open()
6100                 ** REQUIRES libetpan 0.42cvs3 **
6101
6102 2006-02-15 [wwp]        2.0.0cvs55
6103
6104         * src/compose.c
6105         * src/compose.h
6106         * src/message_search.c
6107         * src/message_search.h
6108         * src/textview.c
6109         * src/gtk/gtkutils.c
6110         * src/gtk/gtkutils.h
6111                 added the ability to Find text in the compose window (and a bit
6112                 of code factorization).
6113
6114 2006-02-15 [wwp]        2.0.0cvs54
6115
6116         * src/prefs_gtk.c
6117                 yet another one file was missing (fix for some widgets' sensitivity).
6118                 Thanks Colin!
6119
6120 2006-02-15 [wwp]        2.0.0cvs53
6121
6122         * src/prefs_gtk.h
6123                 oops forgot that file (fix for some widgets' sensitivity).
6124
6125 2006-02-15 [wwp]        2.0.0cvs52
6126
6127         * src/summary_search.c
6128                 implemented advanced summary search options (added the ability
6129                 to use matcher conditions in an advanced search mode).
6130
6131 2006-02-15 [wwp]        2.0.0cvs51
6132
6133         * src/plugins/pgpcore/prefs_gpg.c
6134         * src/prefs_account.c
6135                 fix some widget sensitivity, mostly around some labels in
6136                 account prefs.
6137
6138 2006-02-15 [paul]       2.0.0cvs50
6139
6140         * manual/advanced.xml
6141                 improve Templates info
6142                 written by wwp
6143
6144 2006-02-14 [colin]      2.0.0cvs49
6145
6146         * src/pixmaps/address_book.xpm
6147         * src/pixmaps/preferences.xpm
6148         * src/pixmaps/properties.xpm
6149                 Fix pixmap size - patch by Fabien Vantard
6150
6151 2006-02-13 [colin]      2.0.0cvs48
6152
6153         * src/procmime.c
6154                 Add missing fclose()s on error
6155         * src/textview.c
6156                 Remove unused code
6157         * src/common/utils.c
6158                 Fix temp files not being deleted on windows
6159         Patches by Thomas Gilgin
6160
6161 2006-02-13 [colin]      2.0.0cvs47
6162
6163         * src/mainwindow.c
6164                 Fix exit crash
6165
6166 2006-02-13 [wwp]        2.0.0cvs46
6167
6168         * src/plugins/pgpcore/prefs_gpg.c
6169                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6170
6171 2006-02-12 [colin]      2.0.0cvs45
6172
6173         * src/folderview.c
6174         * src/main.c
6175         * src/mainwindow.c
6176                 Fix "stuff" when quitting
6177
6178 2006-02-12 [wwp]        2.0.0cvs44
6179
6180         * src/prefs_themes.c
6181                 fix typos in debug messages.
6182
6183 2006-02-11 [colin]      2.0.0cvs43
6184
6185         * src/summaryview.c
6186                 don't allow drag/drop from ourself
6187
6188 2006-02-10 [wwp]        2.0.0cvs42
6189
6190         * src/exporthtml.c
6191         * src/html.c
6192         * src/html.h
6193         * src/procmime.c
6194         * src/textview.c
6195                 renamed html_ prefixed functions and data structures to avoid
6196                 namespace clashes w/ other software (gtkhtml2 for instance).
6197                 Closes bug #907.
6198
6199
6200 2006-02-09 [colin]      2.0.0cvs41
6201
6202         * src/summaryview.c
6203                 Fix shitty logic messed up. Thanks Ticho for the hint!
6204
6205 2006-02-09 [wwp]        2.0.0cvs40
6206
6207         * src/gtk/about.c
6208         * src/compose.c
6209         * src/prefs_account.c
6210         * src/prefs_gtk.h
6211         * src/editaddress.c
6212                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6213                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6214                 Browse buttons in accounts prefs.
6215
6216 2006-02-09 [colin]      2.0.0cvs39
6217
6218         * src/matcher.c
6219                 Check for pointer before using its members
6220         * src/gtk/gtksourceprintjob.c
6221                 Fix a wrong warning
6222
6223 2006-02-09 [wwp]        2.0.0cvs38
6224
6225         * src/gtk/filesel.c
6226                 fix few compiler warnings (type mismatch).
6227
6228 2006-02-09 [paul]       2.0.0cvs37
6229
6230         * po/fr.po
6231                 updated by Fabien Vantard
6232
6233 2006-02-08 [colin]      2.0.0cvs36
6234
6235         * src/prefs_common.c
6236         * src/common/defs.h
6237         * src/common/plugin.c
6238                 allow windows and linux configurations to coexist
6239                 patch by Thomas Gilgin
6240
6241 2006-02-08 [colin]      2.0.0cvs35
6242
6243         * src/filtering.c
6244         * src/matcher.c
6245         * src/matcher.h
6246         * src/matcher_parser_parse.y
6247         * src/prefs_filtering_action.c
6248         * src/prefs_matcher.c
6249                 Add the "Ignore thread" filtering
6250                 action
6251
6252 2006-02-08 [colin]      2.0.0cvs34
6253
6254         * src/compose.c
6255         * src/procmime.c
6256         * src/procmime.h
6257                 Fix bug #905 (damaged attachment)
6258                 text files with raw \0's aren't really text files
6259         FOR_STABLE
6260
6261 2006-02-08 [colin]      2.0.0cvs33
6262
6263         * src/summaryview.c
6264                 Fix crasher introduced yesterday
6265
6266 2006-02-08 [wwp]        2.0.0cvs32
6267
6268         * src/compose.c
6269         * src/compose.h
6270                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6271
6272 2006-02-08 [wwp]        2.0.0cvs31
6273
6274         * src/prefs_template.c
6275                 templates enhancement: allow address completion for Cc and Bcc fields
6276                 (it was currently possible for the To field only)
6277
6278 2006-02-08 [colin]      2.0.0cvs30
6279
6280         * src/compose.c
6281                 Don't unblock if not blocked
6282         FOR_STABLE
6283
6284 2006-02-07 [colin]      2.0.0cvs29
6285
6286         * src/action.c
6287                 Forgot to refresh summaryview
6288
6289 2006-02-07 [colin]      2.0.0cvs28
6290
6291         * src/action.c
6292                 Freeze/thaw message list and folder list while
6293                 processing %as{} actions 
6294         * src/compose.c
6295                 Fix auto-wrap disabling after a middle-click
6296                 paste - FOR_STABLE
6297
6298 2006-02-07 [paul]       2.0.0cvs27
6299
6300         * src/folder.c
6301                 fix freeing of uninitialised pointers
6302                 Thanks to Colin
6303
6304 2006-02-06 [colin]      2.0.0cvs26
6305
6306         * src/folder.c
6307                 Use g_slist_prepend in potentially big list
6308
6309 2006-02-06 [colin]      2.0.0cvs25
6310
6311         * src/folder.c
6312                 Completely skip processing if it doesn't 
6313                 exist (faster!)
6314
6315 2006-02-06 [colin]      2.0.0cvs24
6316
6317         * src/folder.c
6318         * src/summaryview.c
6319                 Batch filtering in summaryview (from Tools menu)
6320                 and pre/post//-processing too
6321
6322 2006-02-06 [colin]      2.0.0cvs23
6323
6324         * src/procmsg.h
6325         * src/filtering.c
6326                 Use a special field for batch filtering instead
6327                 of stepping on deferred execution's toes
6328
6329 2006-02-06 [colin]      2.0.0cvs22
6330
6331         * src/action.c
6332         * src/filtering.c
6333         * src/filtering.h
6334         * src/folder.c
6335         * src/summaryview.c
6336                 Fix filtering via menus and actions
6337
6338 2006-02-06 [colin]      2.0.0cvs21
6339
6340         * src/imap.c
6341                 Put the added file directly to cache if possible (will work
6342                 with next libetpan)
6343         * src/filtering.c
6344         * src/filtering.h
6345         * src/inc.c
6346         * src/folder.c
6347         * src/mbox.c
6348         * src/procmsg.h
6349                 Move and copy filtered messages by batches instead of one
6350                 by one - faster on IMAP
6351         * src/procmsg.c
6352                 Add a function that'll possibly be useful later
6353
6354 2006-02-06 [colin]      2.0.0cvs20
6355
6356         * src/addressbook.c
6357                 Use internal mime-type instead of text/plain for d'n'd
6358         * src/compose.c
6359                 Allow attaching files from mimeview's icon list via d'n'd
6360         * src/folderview.c
6361         * src/folderview.h
6362                 Use internal mime-type instead of text/plain for d'n'd
6363                 Don't try to selected opened folder if none is
6364                 Factorize d'n'd from other apps code
6365         * src/headerview.c
6366         * src/textview.c
6367         * src/gtk/gtkutils.c
6368         * src/gtk/gtkutils.h
6369                 Factorize Face/X-Face stuff
6370         * src/mimeview.c
6371                 Fix d'n'd to other apps
6372         * src/prefs_message.c
6373                 Let the XFace pref be usable without libcompface as it also
6374                 applies to Face
6375         * src/summaryview.c
6376                 Fix d'n'd to other apps
6377                 Factorize d'n'd from other apps code
6378
6379 2006-02-06 [wwp]        2.0.0cvs19
6380
6381         * po/it.po
6382                 Italian translation fixes by Andrea Spadaccini (no more confusion
6383                 between filtering and processing, and few changes in the About
6384                 dialog).
6385
6386
6387 2006-02-06 [mones]      2.0.0cvs18
6388
6389         * src/gtk/icon_legend.c
6390                 Improved descriptions allowing better translations
6391
6392 2006-02-05 [colin]      2.0.0cvs17
6393
6394         * src/imap.c
6395                 Add the f*cking missing expunge that caused imap_fetch_env
6396                 to fail after an add_msgs ! :-///
6397         * src/etpan/imap-thread.c
6398                 Add a bit of debug
6399         FOR_STABLE
6400
6401 2006-02-05 [colin]      2.0.0cvs16
6402
6403         * src/common/utils.c
6404                 Don't check for return-path (or we can't put
6405                 back non-sent mails)
6406
6407 2006-02-05 [colin]      2.0.0cvs15
6408
6409         * src/textview.c
6410                 Don't try to display Face header in textview
6411                 when teh headerview's active
6412
6413 2006-02-05 [colin]      2.0.0cvs14
6414
6415         * tools/tbird2syl.py
6416         * tools/Makefile.am
6417                 Add script to import Thunderbird mails
6418
6419 2006-02-05 [colin]      2.0.0cvs13
6420
6421         * src/headerview.c
6422         * src/procheader.c
6423         * src/procmsg.c
6424         * src/procmsg.h
6425         * src/textview.c
6426                 Show Face headers - patch partially by Klaus Flittner
6427
6428 2006-02-05 [colin]      2.0.0cvs12
6429
6430         * src/folderview.c
6431         * src/summaryview.c
6432         * src/common/utils.c
6433         * src/common/utils.h
6434                 Let dnd work from mime icons to summaryview
6435                 and to folderview too
6436                 Add a crude test to avoid trying to add files
6437                 drag'n'dropped when they're not mails
6438
6439 2006-02-04 [colin]      2.0.0cvs11
6440
6441         * src/summaryview.c
6442         * src/mimeview.c
6443                 Fix utf8 conversion
6444
6445 2006-02-04 [colin]      2.0.0cvs10
6446
6447         * src/compose.c
6448         * src/folderview.c
6449         * src/mimeview.c
6450         * src/summaryview.c
6451         * src/summaryview.h
6452                 Added various drag and drop capas:
6453                 From                    To
6454                 summaryview             other apps
6455                 mimeview icons          other apps
6456                 other apps              summaryview
6457                 other apps              folderview
6458
6459                 This shouldn't have broken the existing:
6460                 From                    To
6461                 summaryview             folderview
6462                 folderview              folderview
6463                 summaryview             compose's attachments
6464
6465         Tests welcomed.
6466
6467 2006-02-02 [paul]       2.0.0cvs9
6468
6469         * src/mainwindow.c
6470                 move global option 'Set displayed columns...' out
6471                 of folder option grouping.
6472                 fix sensitivity of 'harvest addresses'
6473         FOR_STABLE
6474
6475 2006-02-01 [colin]      2.0.0cvs8
6476
6477         * src/mimeview.c
6478                 Revert the alertpanel patch, it sucks (intrusive
6479                 and gets in the way of "open")
6480
6481 2006-02-01 [colin]      2.0.0cvs7
6482
6483         * src/compose.c
6484         * src/prefs_account.c
6485         * src/prefs_common.c
6486         * src/common/defs.h
6487         * src/common/utils.c
6488         * src/common/utils.h
6489                 Add ability to edit the signature file
6490                 from the account preferences, and use
6491                 a default for the text editor.
6492                 Patch by Fabien Vantard
6493
6494 2006-02-01 [colin]      2.0.0cvs6
6495
6496         * src/mimeview.c
6497                 Try to get mime type by extension if it is
6498                 application/octet-stream
6499                 Display a window with possible choices when
6500                 encountering unknown mime types
6501         * src/gtk/filesel.c
6502         * src/gtk/filesel.h
6503                 Add preview
6504                 Allow multiple selection in filtered filesel
6505                 (patch by Fabien Vantard)
6506         * src/gtk/pluginwindow.c
6507                 Use it (patch by Fabien Vantard)
6508
6509 2006-02-01 [paul]       2.0.0cvs5
6510
6511         * src/jpilot.c
6512                 fix crash on creating jpilot address book
6513                 Thanks to Colin - FOR_STABLE
6514         * src/prefs_summaries.c
6515         * src/prefs_wrapping.c
6516         * src/gtk/icon_legend.c
6517         * src/gtk/quicksearch.c
6518                 string fixes and additions
6519
6520 2006-02-01 [paul]       2.0.0cvs4
6521
6522         * src/compose.c
6523         * src/mainwindow.c
6524         * src/messageview.c
6525         * src/prefs_send.c
6526                 add Arabic encoding option
6527                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6528
6529 2006-01-31 [colin]      2.0.0cvs3
6530
6531         * src/plugins/pgpcore/passphrase.c
6532                 Convert passphrase to locale encoding
6533         * src/compose.c
6534                 Fix drafting on IMAP. Crappy bug sneaked in
6535                 the release :-/
6536         FOR_STABLE
6537
6538 2006-01-30 [paul]       2.0.0cvs2
6539
6540         * src/gtk/icon_legend.c
6541                 show the new entries
6542
6543 2006-01-30 [colin]      2.0.0cvs1
6544
6545         * src/manual.c
6546                 Check for the file to be present before 
6547                 enabling the menu - FOR_STABLE
6548         * src/gtk/icon_legend.c
6549                 Add folders icons (not all of them, there
6550                 are too much, but the most intriguing ones)
6551
6552 2006-01-30 [paul]       2.0.0
6553
6554         version 2.0.0 released
6555
6556 2006-01-30 [paul]       1.9.100cvs200
6557
6558         * manual/faq.xml
6559         * manual/gpl.xml
6560         * manual/intro.xml
6561         * manual/starting.xml
6562         * manual/sylpheed-claws-manual.xml
6563                 fixes, additions
6564
6565 2006-01-29 [mones]      1.9.100cvs199
6566
6567         * manual/account.xml
6568         * manual/advanced.xml
6569         * manual/glossary.xml
6570                 Some typos fixed, added LDIF term to glossary
6571         * po/es.po
6572                 Fixed leading plus symbol
6573
6574 2006-01-29 [paul]       1.9.100cvs198
6575
6576         * po/fi.po
6577         * po/sk.po
6578                 updated by Tommi Pirinen and Andrej Kacian
6579
6580 2006-01-29 [paul]       1.9.100cvs197
6581
6582         * src/gtk/authors.h
6583                 remove duplicates
6584
6585 2006-01-29 [paul]       1.9.100cvs196
6586
6587         * AUTHORS
6588         * po/nl.po
6589         * src/gtk/authors.h
6590         * tools/claws.i18n.status.pl
6591                 nl translation updated by Tim Dijkstra
6592
6593 2006-01-29 [paul]       1.9.100cvs195
6594
6595         * po/sr.po
6596         * po/sv.po
6597                 updated by Aleksandar Urosevic and Anders Troback
6598
6599 2006-01-28 [colin]      1.9.100cvs194
6600
6601         * src/gtk/gtksourceprintjob.c
6602                 Don't fiddle with PangoLayout when we
6603                 have an image
6604
6605 2006-01-28 [paul]       1.9.100cvs193
6606
6607         * AUTHORS
6608         * po/el.po
6609         * po/zh_CN.po
6610         * src/gtk/authors.h
6611         * tools/claws.i18n.status.pl
6612                 updated translations submitted by Stavros Giannouris
6613                 and Ralgh Young
6614
6615 2006-01-27 [colin]      1.9.100cvs192
6616
6617         * src/summaryview.c
6618         * src/gtk/gtksourceprintjob.c
6619                 Add image printing 
6620                 (libgnomeprint only, of course)
6621
6622 2006-01-27 [paul]       1.9.100cvs191
6623
6624         * po/fr.po
6625         * po/it.po
6626                 updated by Fabien Vantard and Andrea Spadaccini
6627
6628 2006-01-26 [colin]      1.9.100cvs190
6629
6630         * manual/Makefile.am
6631         * configure.ac
6632                 Make building the manual optional 
6633                 (--disable-manual)
6634
6635 2006-01-26 [paul]       1.9.100cvs189
6636
6637         * manual/glossary.xml
6638         * manual/plugins.xml
6639                 edited
6640         * po/en_GB.po
6641                 updated
6642
6643 2006-01-26 [paul]       1.9.100cvs188
6644
6645         * src/prefs_display_header.c
6646         * src/prefs_folder_column.c
6647         * src/prefs_msg_colors.c
6648         * src/prefs_summaries.c
6649         * src/prefs_summary_column.c
6650                 HIGify
6651
6652 2006-01-25 [colin]      1.9.100cvs187
6653
6654         * src/imap.c
6655                 Don't allow moving/copying mails between
6656                 queue/drafts and non-queue/drafts folders
6657                 Fixes bug #897 (message header is resetted 
6658                 if one is copied to Drafts)
6659
6660 2006-01-25 [colin]      1.9.100cvs186
6661
6662         * src/folder.c
6663         * src/mainwindow.c
6664                 Fix subscribed folders not found
6665         * src/compose.c
6666                 Don't try to encode as original mail's charset
6667                 if it's ascii 
6668
6669 2006-01-25 [paul]       1.9.100cvs185
6670
6671         * AUTHORS
6672         * po/Makevars
6673                 updated
6674         * po/de.po
6675         * po/pl.po
6676         * po/pt_BR.po
6677         * po/sr.po
6678                 updates submitted by Stephan Sachse, Emilian Nowak
6679                 and Quar, Frederico Goncalves Guimaraes, and
6680                 Aleksandar Urosevic
6681                 Fix Bug 896, 'PT_BR locale broken'.
6682         * src/gtk/authors.h
6683                 updated
6684
6685 2006-01-24 [mones]      1.9.100cvs184
6686
6687         * manual/glossary.xml
6688                 All current terms finished. Reviewers welcome ;-)
6689         * manual/keyboard.xml
6690                 Fixed column width for pdf output.
6691         * po/es.po
6692                 Updated
6693
6694 2006-01-24 [paul]       1.9.100cvs183
6695
6696         * manual/glossary.xml
6697                 fix id name
6698         * manual/dist/html/Makefile.am
6699         * manual/dist/pdf/Makefile.am
6700         * manual/dist/ps/Makefile.am
6701         * manual/dist/txt/Makefile.am
6702                 fix make deps
6703                 Thanks to Colin
6704
6705 2006-01-24 [mones]      1.9.100cvs182
6706
6707         * manual/glossary.xml
6708                 Nearly finished, some terms missing.
6709
6710 2006-01-23 [paul]       1.9.100cvs181
6711
6712         * manual/dist/html/Makefile.am
6713         * manual/dist/pdf/Makefile.am
6714         * manual/dist/ps/Makefile.am
6715         * manual/dist/txt/Makefile.am
6716         * src/mainwindow.c
6717                 re-enable manual
6718                 Thanks to Colin
6719
6720 2006-01-22 [colin]      1.9.100cvs180
6721
6722         * src/compose.c
6723         * src/gtk/gtkaspell.c
6724                 Don't deselect stuff before right-clicking, with aspell.
6725                 (This prevented right-click Copy, for example).
6726                 Thanks to Clo!
6727
6728 2006-01-22 [paul]       1.9.100cvs179
6729
6730         * src/summary_search.c
6731                 don't fix the widget size as it causes problems
6732                 under localisation.
6733                 Thanks to Emilian Nowak
6734
6735 2006-01-21 [paul]       1.9.100cvs178
6736
6737         * src/prefs_themes.c
6738                 fix broken underlining of label text
6739                 with some translations
6740
6741 2006-01-21 [colin]      1.9.100cvs177
6742
6743         * po/fr.po
6744                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6745
6746 2006-01-20 [colin]      1.9.100cvs176
6747
6748         * configure.ac
6749         * Makefile.am
6750         * manual/Makefile
6751         * manual/dist/html/.cvsignore
6752         * manual/dist/html/Makefile.am
6753         * manual/dist/pdf/.cvsignore
6754         * manual/dist/pdf/Makefile.am
6755         * manual/dist/ps/.cvsignore
6756         * manual/dist/ps/Makefile.am
6757         * manual/dist/txt/.cvsignore
6758         * manual/dist/txt/Makefile.am
6759                 Autotool-ize manual
6760
6761 2006-01-20 [paul]       1.9.100cvs175
6762
6763         * manual/handling.xml
6764                 make Filtering and Searching entries easier to find
6765         * manual/keyboard.xml
6766                 add the remaining default keybinds
6767         * src/prefs_summaries.c
6768                 update the default keybinds
6769
6770 2006-01-20 [paul]       1.9.100cvs174
6771
6772         * src/addressbook.c
6773         * src/addrgather.c
6774         * src/addrharvest.c
6775         * src/editaddress.c
6776         * src/editgroup.c
6777         * src/exphtmldlg.c
6778         * src/expldifdlg.c
6779         * src/exporthtml.c
6780         * src/exportldif.c
6781         * src/ldif.c
6782                 replace 'e-mail' with 'email'
6783         * src/summary_search.c
6784                 add mnemonic to "Find all" button
6785
6786 2006-01-20 [wwp]        1.9.100cvs173
6787
6788         * src/export.c
6789         * src/import.c
6790                 touched mbox import/export buttons for HIG-compliance
6791
6792 2006-01-19 [paul]       1.9.100cvs172
6793
6794         * manual/account.xml
6795         * manual/addrbook.xml
6796         * manual/advanced.xml
6797         * manual/faq.xml
6798         * manual/handling.xml
6799         * manual/intro.xml
6800         * manual/plugins.xml
6801         * manual/starting.xml
6802                 more editing
6803
6804 2006-01-19 [paul]       1.9.100cvs171
6805
6806         * src/toolbar.c
6807                 allow use of trash button while receiving
6808                 Thanks to Colin
6809
6810 2006-01-19 [wwp]        1.9.100cvs170
6811
6812         * src/gtk/quicksearch.c
6813         * src/compose.c
6814                 force text color to black when yellow background is set
6815
6816 2006-01-19 [colin]      1.9.100cvs169
6817
6818         * src/plugins/trayicon/trayicon.c
6819                 Gray out Get Mail when already getting mail
6820
6821 2006-01-18 [paul]       1.9.100cvs168
6822
6823         * src/compose.c
6824                 give widget yellow background was To is
6825                 set via folder prefs
6826         * src/gtk/quicksearch.c
6827                 give widget yellow background when quick
6828                 search is active.
6829                 Thanks to Colin
6830
6831 2006-01-18 [paul]       1.9.100cvs167
6832
6833         * doc/man/sylpheed-claws.1
6834                 add --subscribe option
6835
6836 2006-01-18 [paul]       1.9.100cvs166
6837
6838         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6839         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6840                 use %U instead of %F (%F is broken for user installed
6841                 files in kde 3.5)
6842
6843 2006-01-18 [colin]      1.9.100cvs165
6844
6845         * src/summaryview.c
6846                 Default to Yes in "No more * messages" dialogs
6847
6848 2006-01-17 [colin]      1.9.100cvs164
6849
6850         * src/compose.c
6851                 Possibly fix an invalid iterator causing
6852                 crash
6853
6854 2006-01-17 [colin]      1.9.100cvs163
6855
6856         * src/mimeview.c
6857                 Fix crash when the image disappears under the
6858                 image viewer
6859
6860 2006-01-16 [colin]      1.9.100cvs162
6861
6862         * src/compose.c
6863                 Fix reenabling autowrap
6864
6865 2006-01-16 [colin]      1.9.100cvs161
6866
6867         * src/compose.c
6868                 reset quote_len before getting quote_str
6869
6870 2006-01-16 [colin]      1.9.100cvs160
6871
6872         * src/account.c
6873         * src/account.h
6874         * src/folder.c
6875         * src/imap_gtk.c
6876         * src/mh_gtk.c
6877                 Fix bug #883 (default inbox does not track folder move)
6878
6879 2006-01-16 [colin]      1.9.100cvs159
6880
6881         * src/compose.c
6882         * src/plugins/pgpcore/passphrase.c
6883                 More buttons fixes
6884
6885 2006-01-16 [paul]       1.9.100cvs158
6886
6887         * src/prefs_actions.c
6888         * src/prefs_filtering_action.c
6889         * src/prefs_matcher.c
6890         * src/quote_fmt.c
6891         * src/gtk/description_window.c
6892         * src/gtk/description_window.h
6893         * src/gtk/quicksearch.c
6894                 description window cleanups
6895
6896 2006-01-15 [colin]      1.9.100cvs157
6897
6898         * src/addressbook.c
6899         * src/prefs_filtering.c
6900                 Same here
6901
6902 2006-01-15 [colin]      1.9.100cvs156
6903
6904         * src/folderview.c
6905         * src/mainwindow.c
6906                 Same for "Empty trash"
6907
6908 2006-01-15 [colin]      1.9.100cvs155
6909
6910         * src/inc.c
6911                 Override offline dialog had Yes by default
6912
6913 2006-01-15 [colin]      1.9.100cvs154
6914
6915         * src/summaryview.c
6916                 Delete selected messages? previously had Yes the default
6917
6918 2006-01-15 [colin]      1.9.100cvs153
6919
6920         * src/folder.c
6921         * src/folder.h
6922         * src/main.c
6923                 Check if a mailbox is loaded after all
6924                 plugins are loaded.
6925
6926 2006-01-15 [colin]      1.9.100cvs152
6927
6928         * src/folder.c
6929                 Don't start wizard when there are unloaded folders (will help
6930                 people with only mbox or maildir mailboxes)
6931
6932 2006-01-14 [colin]      1.9.100cvs151
6933
6934         * src/addressbook.c
6935         * src/expldifdlg.c
6936         * src/importldif.c
6937         * src/importmutt.c
6938         * src/importpine.c
6939         * src/mh_gtk.c
6940                 More HIG compliance and fixes
6941
6942 2006-01-14 [colin]      1.9.100cvs150
6943
6944         * src/prefs_filtering_action.c
6945         * src/foldersel.c
6946                 Two forgotten button order changes
6947
6948 2006-01-14 [colin]      1.9.100cvs149
6949
6950         * src/account.c
6951         * src/addressbook.c
6952         * src/compose.c
6953         * src/folderview.c
6954         * src/imap_gtk.c
6955         * src/mainwindow.c
6956         * src/mh_gtk.c
6957         * src/news_gtk.c
6958         * src/prefs_actions.c
6959         * src/prefs_customheader.c
6960         * src/prefs_filtering.c
6961         * src/prefs_matcher.c
6962         * src/prefs_template.c
6963         * src/ssl_manager.c
6964         * src/summaryview.c
6965         * src/textview.c
6966         * src/toolbar.c
6967                 All deletion confirmations are now "Cancel, Delete" 
6968                 instead of "No, Yes"
6969                 Clarified most of the other "No, Yes" to 
6970                 "Cancel, Descriptive_action"
6971                 Rechanged the "Entry not saved" alerts to have 
6972                 "Close, Continue editing"
6973
6974
6975 2006-01-14 [paul]
6976
6977         * 2.0.0-rc4 released
6978
6979 2006-01-14 [paul]       1.9.100cvs148
6980
6981         * src/account.c
6982         * src/addressadd.c
6983         * src/addressbook.c
6984         * src/compose.c
6985         * src/editaddress.c
6986         * src/editbook.c
6987         * src/editgroup.c
6988         * src/editjpilot.c
6989         * src/editldap.c
6990         * src/editvcard.c
6991         * src/exphtmldlg.c
6992         * src/expldifdlg.c
6993         * src/folderview.c
6994         * src/grouplistdialog.c
6995         * src/imap_gtk.c
6996         * src/importmutt.c
6997         * src/importpine.c
6998         * src/inc.c
6999         * src/main.c
7000         * src/mainwindow.c
7001         * src/message_search.c
7002         * src/messageview.c
7003         * src/mh_gtk.c
7004         * src/mimeview.c
7005         * src/news_gtk.c
7006         * src/prefs_actions.c
7007         * src/prefs_customheader.c
7008         * src/prefs_filtering.c
7009         * src/prefs_matcher.c
7010         * src/prefs_template.c
7011         * src/prefs_themes.c
7012         * src/ssl_manager.c
7013         * src/summary_search.c
7014         * src/summaryview.c
7015         * src/textview.c
7016         * src/toolbar.c
7017         * src/gtk/foldersort.c
7018         * src/gtk/gtkaspell.c
7019         * src/gtk/inputdialog.c
7020         * src/gtk/prefswindow.c
7021         * src/plugins/pgpcore/select-keys.c
7022         * src/plugins/trayicon/trayicon.c
7023                 HIG compliant button order
7024
7025 2006-01-14 [mones]      1.9.100cvs147
7026
7027         * po/es.po
7028                 Updated translation
7029
7030 2006-01-13 [paul]       1.9.100cvs146
7031
7032         * AUTHORS
7033         * ChangeLog
7034         * src/gtk/authors.h
7035                 add Joshua M. Kwan to contributors list
7036
7037 2006-01-13 [colin]      1.9.100cvs145
7038
7039         * src/gtk/quicksearch.c
7040                 Don't refocus quick search after executing (Esc or Enter)
7041                 Allows to '/'search something then move up/down in 
7042                 summaryview, and to Esc a search and be back in the 
7043                 summaryview
7044
7045 2006-01-13 [paul]       1.9.100cvs144
7046
7047         * src/plugins/pgpinline/pgpinline.c
7048                 support Content-Type 'application/pgp'
7049                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7050
7051 2006-01-13 [paul]       1.9.100cvs143
7052
7053         * manual/account.xml
7054                 make mention of partial retrieval
7055                 thanks to Colin
7056
7057 2006-01-13 [paul]       1.9.100cvs142
7058
7059         * src/account.c
7060         * src/account.h
7061         * src/action.c
7062         * src/action.h
7063         * src/adbookbase.h
7064         * src/addr_compl.c
7065         * src/addr_compl.h
7066         * src/addrbook.c
7067         * src/addrcache.c
7068         * src/addrcache.h
7069         * src/addrcindex.c
7070         * src/addrcindex.h
7071         * src/addrclip.c
7072         * src/addrclip.h
7073         * src/addrdefs.h
7074         * src/addressadd.c
7075         * src/addressadd.h
7076         * src/addressbook.c
7077         * src/addressbook.h
7078         * src/addrgather.c
7079         * src/addrgather.h
7080         * src/addrharvest.c
7081         * src/addrharvest.h
7082         * src/addrindex.c
7083         * src/addrindex.h
7084         * src/addritem.c
7085         * src/addritem.h
7086         * src/addrquery.c
7087         * src/addrquery.h
7088         * src/addrselect.c
7089         * src/addrselect.h
7090         * src/alertpanel.c
7091         * src/alertpanel.h
7092         * src/browseldap.c
7093         * src/browseldap.h
7094         * src/codeconv.c
7095         * src/codeconv.h
7096         * src/compose.c
7097         * src/compose.h
7098         * src/customheader.c
7099         * src/customheader.h
7100         * src/displayheader.c
7101         * src/displayheader.h
7102         * src/editaddress.c
7103         * src/editaddress.h
7104         * src/editbook.c
7105         * src/editbook.h
7106         * src/editgroup.c
7107         * src/editgroup.h
7108         * src/editjpilot.c
7109         * src/editjpilot.h
7110         * src/editldap.c
7111         * src/editldap.h
7112         * src/editldap_basedn.c
7113         * src/editldap_basedn.h
7114         * src/editvcard.c
7115         * src/editvcard.h
7116         * src/exphtmldlg.c
7117         * src/exphtmldlg.h
7118         * src/expldifdlg.c
7119         * src/expldifdlg.h
7120         * src/export.h
7121         * src/exporthtml.c
7122         * src/exporthtml.h
7123         * src/exportldif.c
7124         * src/exportldif.h
7125         * src/filtering.c
7126         * src/filtering.h
7127         * src/folder.c
7128         * src/folder.h
7129         * src/folder_item_prefs.c
7130         * src/folder_item_prefs.h
7131         * src/foldersel.c
7132         * src/foldersel.h
7133         * src/folderutils.c
7134         * src/folderutils.h
7135         * src/folderview.c
7136         * src/folderview.h
7137         * src/grouplistdialog.c
7138         * src/grouplistdialog.h
7139         * src/headerview.c
7140         * src/html.c
7141         * src/html.h
7142         * src/image_viewer.c
7143         * src/image_viewer.h
7144         * src/imap.c
7145         * src/imap.h
7146         * src/imap_gtk.c
7147         * src/imap_gtk.h
7148         * src/import.h
7149         * src/importldif.c
7150         * src/importldif.h
7151         * src/importmutt.c
7152         * src/importmutt.h
7153         * src/importpine.c
7154         * src/importpine.h
7155         * src/inc.c
7156         * src/inc.h
7157         * src/jpilot.c
7158         * src/jpilot.h
7159         * src/ldapctrl.c
7160         * src/ldapctrl.h
7161         * src/ldaplocate.c
7162         * src/ldaplocate.h
7163         * src/ldapquery.c
7164         * src/ldapquery.h
7165         * src/ldapserver.c
7166         * src/ldapserver.h
7167         * src/ldaputil.c
7168         * src/ldaputil.h
7169         * src/ldif.c
7170         * src/ldif.h
7171         * src/main.c
7172         * src/main.h
7173         * src/mainwindow.c
7174         * src/mainwindow.h
7175         * src/manual.c
7176         * src/manual.h
7177         * src/mbox.c
7178         * src/mbox.h
7179         * src/message_search.c
7180         * src/message_search.h
7181         * src/messageview.c
7182         * src/messageview.h
7183         * src/mh.c
7184         * src/mh.h
7185         * src/mh_gtk.c
7186         * src/mh_gtk.h
7187         * src/mimeview.c
7188         * src/mimeview.h
7189         * src/msgcache.c
7190         * src/msgcache.h
7191         * src/mutt.c
7192         * src/mutt.h
7193         * src/news.c
7194         * src/news.h
7195         * src/news_gtk.c
7196         * src/news_gtk.h
7197         * src/partial_download.c
7198         * src/partial_download.h
7199         * src/pine.c
7200         * src/pine.h
7201         * src/pop.c
7202         * src/pop.h
7203         * src/prefs_account.c
7204         * src/prefs_account.h
7205         * src/prefs_actions.c
7206         * src/prefs_actions.h
7207         * src/prefs_common.c
7208         * src/prefs_common.h
7209         * src/prefs_compose_writing.c
7210         * src/prefs_compose_writing.h
7211         * src/prefs_customheader.c
7212         * src/prefs_customheader.h
7213         * src/prefs_display_header.c
7214         * src/prefs_display_header.h
7215         * src/prefs_filtering.c
7216         * src/prefs_filtering.h
7217         * src/prefs_filtering_action.c
7218         * src/prefs_filtering_action.h
7219         * src/prefs_folder_column.c
7220         * src/prefs_folder_column.h
7221         * src/prefs_folder_item.c
7222         * src/prefs_folder_item.h
7223         * src/prefs_fonts.c
7224         * src/prefs_fonts.h
7225         * src/prefs_gtk.c
7226         * src/prefs_gtk.h
7227         * src/prefs_image_viewer.c
7228         * src/prefs_image_viewer.h
7229         * src/prefs_matcher.c
7230         * src/prefs_matcher.h
7231         * src/prefs_message.c
7232         * src/prefs_msg_colors.c
7233         * src/prefs_msg_colors.h
7234         * src/prefs_other.c
7235         * src/prefs_quote.c
7236         * src/prefs_receive.c
7237         * src/prefs_send.c
7238         * src/prefs_spelling.c
7239         * src/prefs_spelling.h
7240         * src/prefs_summaries.c
7241         * src/prefs_summaries.h
7242         * src/prefs_summary_column.c
7243         * src/prefs_summary_column.h
7244         * src/prefs_template.c
7245         * src/prefs_template.h
7246         * src/prefs_themes.c
7247         * src/prefs_themes.h
7248         * src/prefs_toolbar.c
7249         * src/prefs_toolbar.h
7250         * src/prefs_wrapping.c
7251         * src/prefs_wrapping.h
7252         * src/privacy.c
7253         * src/privacy.h
7254         * src/procheader.c
7255         * src/procheader.h
7256         * src/procmime.c
7257         * src/procmime.h
7258         * src/procmsg.c
7259         * src/procmsg.h
7260         * src/quote_fmt.c
7261         * src/quote_fmt_parse.y
7262         * src/recv.c
7263         * src/recv.h
7264         * src/remotefolder.c
7265         * src/remotefolder.h
7266         * src/send_message.c
7267         * src/send_message.h
7268         * src/setup.c
7269         * src/setup.h
7270         * src/sourcewindow.c
7271         * src/sourcewindow.h
7272         * src/ssl_manager.c
7273         * src/ssl_manager.h
7274         * src/statusbar.c
7275         * src/statusbar.h
7276         * src/stock_pixmap.c
7277         * src/stock_pixmap.h
7278         * src/summary_search.c
7279         * src/summary_search.h
7280         * src/summaryview.c
7281         * src/summaryview.h
7282         * src/syldap.c
7283         * src/syldap.h
7284         * src/textview.c
7285         * src/textview.h
7286         * src/toolbar.c
7287         * src/toolbar.h
7288         * src/undo.c
7289         * src/undo.h
7290         * src/unmime.c
7291         * src/unmime.h
7292         * src/vcard.c
7293         * src/vcard.h
7294         * src/wizard.c
7295         * src/wizard.h
7296         * src/common/base64.c
7297         * src/common/base64.h
7298         * src/common/defs.h
7299         * src/common/hooks.c
7300         * src/common/hooks.h
7301         * src/common/log.c
7302         * src/common/log.h
7303         * src/common/mgutils.c
7304         * src/common/mgutils.h
7305         * src/common/nntp.c
7306         * src/common/nntp.h
7307         * src/common/passcrypt.c
7308         * src/common/passcrypt.h.in
7309         * src/common/plugin.c
7310         * src/common/plugin.h
7311         * src/common/prefs.c
7312         * src/common/prefs.h
7313         * src/common/progressindicator.c
7314         * src/common/progressindicator.h
7315         * src/common/quoted-printable.c
7316         * src/common/quoted-printable.h
7317         * src/common/session.c
7318         * src/common/session.h
7319         * src/common/smtp.c
7320         * src/common/smtp.h
7321         * src/common/socket.c
7322         * src/common/socket.h
7323         * src/common/ssl.c
7324         * src/common/ssl.h
7325         * src/common/ssl_certificate.c
7326         * src/common/ssl_certificate.h
7327         * src/common/stringtable.c
7328         * src/common/stringtable.h
7329         * src/common/sylpheed.c
7330         * src/common/sylpheed.h
7331         * src/common/template.c
7332         * src/common/template.h
7333         * src/common/timing.h
7334         * src/common/utils.c
7335         * src/common/utils.h
7336         * src/common/version.h.in
7337         * src/common/xml.c
7338         * src/common/xml.h
7339         * src/common/xmlprops.c
7340         * src/common/xmlprops.h
7341         * src/gtk/colorlabel.c
7342         * src/gtk/colorsel.c
7343         * src/gtk/colorsel.h
7344         * src/gtk/description_window.c
7345         * src/gtk/description_window.h
7346         * src/gtk/filesel.c
7347         * src/gtk/filesel.h
7348         * src/gtk/foldersort.c
7349         * src/gtk/foldersort.h
7350         * src/gtk/gtkutils.c
7351         * src/gtk/gtkutils.h
7352         * src/gtk/inputdialog.c
7353         * src/gtk/inputdialog.h
7354         * src/gtk/logwindow.c
7355         * src/gtk/logwindow.h
7356         * src/gtk/manage_window.c
7357         * src/gtk/manage_window.h
7358         * src/gtk/menu.c
7359         * src/gtk/menu.h
7360         * src/gtk/pluginwindow.c
7361         * src/gtk/pluginwindow.h
7362         * src/gtk/prefswindow.c
7363         * src/gtk/prefswindow.h
7364         * src/gtk/progressdialog.c
7365         * src/gtk/progressdialog.h
7366         * src/gtk/sslcertwindow.c
7367         * src/gtk/sslcertwindow.h
7368         * src/plugins/clamav/clamav_plugin.c
7369         * src/plugins/clamav/clamav_plugin.h
7370         * src/plugins/clamav/clamav_plugin_gtk.c
7371         * src/plugins/demo/demo.c
7372         * src/plugins/dillo_viewer/dillo_prefs.c
7373         * src/plugins/dillo_viewer/dillo_prefs.h
7374         * src/plugins/dillo_viewer/dillo_viewer.c
7375         * src/plugins/pgpcore/passphrase.c
7376         * src/plugins/pgpcore/passphrase.h
7377         * src/plugins/pgpcore/plugin.c
7378         * src/plugins/pgpcore/select-keys.c
7379         * src/plugins/pgpcore/select-keys.h
7380         * src/plugins/pgpcore/sgpgme.c
7381         * src/plugins/pgpcore/sgpgme.h
7382         * src/plugins/pgpinline/pgpinline.c
7383         * src/plugins/pgpinline/pgpinline.h
7384         * src/plugins/pgpinline/plugin.c
7385         * src/plugins/pgpmime/pgpmime.c
7386         * src/plugins/pgpmime/pgpmime.h
7387         * src/plugins/pgpmime/plugin.c
7388         * src/plugins/spamassassin/spamassassin.c
7389         * src/plugins/spamassassin/spamassassin.h
7390         * src/plugins/spamassassin/spamassassin_gtk.c
7391         * src/plugins/trayicon/trayicon.c
7392                 update copyright header
7393
7394 2006-01-13 [paul]       1.9.100cvs141
7395
7396         * src/account.c
7397         * src/export.c
7398         * src/import.c
7399         * src/mainwindow.c
7400         * src/prefs_account.c
7401         * src/prefs_display_header.c
7402         * src/prefs_receive.c
7403         * src/prefs_send.c
7404         * src/prefs_summaries.c
7405         * src/prefs_themes.c
7406         * src/prefs_toolbar.c
7407         * src/gtk/about.c
7408                 various cleanups
7409
7410 2006-01-12 [colin]      1.9.100cvs140
7411
7412         * src/folder.c
7413         * src/folder.h
7414         * src/main.c
7415                 Add --subscribe option
7416                 Let sylpheed-claws email@domain.com equivalent to --compose
7417                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7418
7419 2006-01-12 [paul]       1.9.100cvs139
7420
7421         * src/mainwindow.c
7422                 append 'Change folder order' label with '...'
7423         * src/prefs_actions.c
7424                 allow reordering of actions list by dnd
7425         * src/gtk/foldersort.c
7426                 make the dialog nicer
7427
7428 2006-01-11 [colin]      1.9.100cvs138
7429
7430         * src/compose.c
7431                 Allow templates without text
7432
7433 2006-01-11 [paul]       1.9.100cvs137
7434
7435         * tools/README
7436         * tools/filter_conv_new.pl
7437                 add info to README
7438                 also check .sylpheed for filter.xml
7439                 be a bit informative to the user
7440
7441 2006-01-11 [colin]      1.9.100cvs136
7442
7443         * src/textview.c
7444                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7445
7446 2006-01-10 [paul]       1.9.100cvs135
7447
7448         * tools/Makefile.am
7449         * tools/filter_conv_new.pl
7450                 add script to convert new style Sylpheed
7451                 filter rules (Sylpheed >= 0.9.99) to
7452                 Claws filtering rules
7453
7454 2006-01-10 [colin]      1.9.100cvs134
7455
7456         * src/compose.c
7457                 Fix broken line joins in certain conditions
7458                 (between two quoted lines: <enter><enter><up>
7459                  <type a wrapped sentence><go in the first line>
7460                  <insert more text><watch as line joining failed>)
7461
7462 2006-01-10 [paul]       1.9.100cvs133
7463
7464         * src/compose.c
7465                 don't report success in error dialog
7466                 thanks to Colin
7467         * src/common/utils.c
7468                 include some trailing punctuations as URI
7469                 thanks to Hiro
7470
7471 2006-01-10 [paul]       1.9.100cvs132
7472
7473         * src/mimeview.c
7474                 fix incompatible pointer type
7475                 warning
7476
7477 2006-01-10 [paul]       1.9.100cvs131
7478
7479         * src/compose.c
7480                 change Subject in window title
7481                 instantaneously
7482
7483 2006-01-09 [colin]      1.9.100cvs130
7484
7485         * src/addressbook.c
7486         * src/headerview.c
7487         * src/mainwindow.c
7488         * src/messageview.c
7489         * src/mimeview.c
7490         * src/noticeview.c
7491         * src/summaryview.c
7492                 Fix possible crashes on exit and in addressbook
7493
7494 2006-01-09 [paul]       1.9.100cvs129
7495
7496         * src/prefs_msg_colors.c
7497                 some cleanups that I forgot last time
7498
7499 2006-01-09 [paul]       1.9.100cvs128
7500
7501         * README
7502         * src/folderview.c
7503         * src/prefs_msg_colors.c
7504                 add previously hidden option, color_new, to
7505                 the gui
7506                 move the page to Display/
7507                 rework the gui
7508
7509 2006-01-09 [wwp]        1.9.100cvs127
7510
7511         * src/prefs_themes.c
7512                 made the prefs/display/themes layouts spacing less condensed
7513                 (and so they match other prefs/pages' look).
7514
7515 2006-01-09 [paul]       1.9.100cvs126
7516
7517         * src/compose.c
7518         * src/prefs_common.c
7519         * src/prefs_common.h
7520         * src/prefs_wrapping.c
7521                 remove 'wrap at send' option
7522
7523 2006-01-06 [colin]      1.9.100cvs125
7524
7525         * src/compose.c
7526                 Just make completely sure we don't insert "manual line breaks" 
7527                 when wrapping... 
7528
7529 2006-01-04 [paul]
7530
7531         * 2.0.0-rc3 released
7532
7533 2006-01-04 [paul]       1.9.100cvs124
7534
7535         * src/folderview.c
7536                 fix bug 882, 'quick scroll in folder list
7537                 displays wrong folder contents'
7538
7539 2006-01-04 [paul]       1.9.100cvs123
7540
7541         * src/plugins/pgpmime/pgpmime.c
7542                 better debug information when signing
7543                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7544
7545 2006-01-03 [colin]      1.9.100cvs122
7546
7547         * configure.ac
7548                 We need to recheck for gpgme 1.0.0 after checking
7549                 for 1.1.1, because if 1.1.1 isn't available, 
7550                 GPGME_LIBS and friends are blanked out by the 
7551                 second check.
7552
7553 2006-01-03 [colin]      1.9.100cvs121
7554
7555         * src/common/prefs.c
7556                 Windows unlink-before rename fix
7557         * src/plugins/pgpcore/sgpgme.c
7558                 Add support for PKA info if available
7559                 Both patches by Werner Koch
7560
7561 2006-01-03 [paul]       1.9.100cvs120
7562
7563         * src/messageview.c
7564                 fix bug 884, 'Send receipt' button visible in queue
7565                 Thanks to Colin
7566
7567 2006-01-02 [colin]      1.9.100cvs119
7568
7569         * src/compose.c
7570         * src/imap.c
7571                 Fix autosave on IMAP and more generally try to
7572                 return the correct ID on a newly added IMAP message
7573
7574 2006-01-02 [paul]       1.9.100cvs118
7575
7576         * manual/keyboard.xml
7577                 edited
7578
7579 2006-01-01 [paul]       1.9.100cvs117
7580
7581         * src/gtk/authors.h
7582                 alphabetical order
7583
7584 2005-12-30 [colin]      1.9.100cvs116
7585
7586         * manual/advanced.xml
7587                 Explain Pre/Post-processing differences.
7588
7589 2005-12-30 [colin]      1.9.100cvs115
7590
7591         * src/mh.c
7592                 Implement copy_msgs for a little optimization
7593         * src/imap.c
7594                 Finish yesterday's fix
7595
7596 2005-12-29 [colin]      1.9.100cvs114
7597
7598         * src/imap.c
7599                 Fix occasional failure in fetching a mail over
7600                 IMAP
7601
7602 2005-12-29 [colin]      1.9.100cvs113
7603
7604         * src/compose.c
7605                 Don't remove a draft when sending it, if it is 
7606                 locked.
7607
7608 2005-12-28 [colin]      1.9.100cvs112
7609
7610         * src/summaryview.c
7611                 Fix leak for real
7612
7613 2005-12-28 [wwp]        1.9.100cvs111
7614
7615         * doc/faq/.cvsignore
7616         * doc/faq/de/.cvsignore
7617         * doc/faq/en/.cvsignore
7618         * doc/faq/es/.cvsignore
7619         * doc/faq/fr/.cvsignore
7620         * doc/faq/it/.cvsignore
7621         * doc/manual/.cvsignore
7622         * doc/manual/de/.cvsignore
7623         * doc/manual/en/.cvsignore
7624         * doc/manual/es/.cvsignore
7625         * doc/manual/fr/.cvsignore
7626         * doc/manual/ja/.cvsignore
7627         * src/plugins/mathml_viewer/.cvsignore
7628                 rollback revival of those files (my bad, sorry for the noise).
7629
7630 2005-12-28 [wwp]        1.9.100cvs110
7631
7632         * src/compose.c
7633                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7634
7635 2005-12-28 [wwp]        1.9.100cvs109
7636
7637         * doc/faq/.cvsignore
7638         * doc/faq/de/.cvsignore
7639         * doc/faq/en/.cvsignore
7640         * doc/faq/es/.cvsignore
7641         * doc/faq/fr/.cvsignore
7642         * doc/faq/it/.cvsignore
7643         * doc/manual/.cvsignore
7644         * doc/manual/de/.cvsignore
7645         * doc/manual/en/.cvsignore
7646         * doc/manual/es/.cvsignore
7647         * doc/manual/fr/.cvsignore
7648         * doc/manual/ja/.cvsignore
7649         * src/plugins/mathml_viewer/.cvsignore
7650         * po/.cvsignore
7651                 more files to ignore.
7652
7653 2005-12-24 [colin]      1.9.100cvs108
7654
7655         * AUTHORS
7656         * src/gtk/authors.h
7657                 Update for Werner
7658
7659 2005-12-24 [colin]      1.9.100cvs107
7660
7661         * src/procmsg.c
7662                 Allow NULL src_msginfo in 
7663                 procmsg_msginfo_new_from_mimeinfo
7664
7665 2005-12-23 [paul]       1.9.100cvs106
7666
7667         * src/plugins/pgpinline/mypgpcore.def
7668                 add this forgotten file
7669
7670 2005-12-23 [colin]      1.9.100cvs105
7671
7672         * src/mainwindow.c
7673                 Fix missing break
7674
7675 2005-12-23 [colin]      1.9.100cvs104
7676
7677         * autogen.sh
7678         * src/folder.c
7679         * src/mh.c
7680         * src/common/plugin.c
7681         * src/common/socket.c
7682         * src/common/socket.h
7683         * src/common/utils.c
7684         * src/common/utils.h
7685         * src/gtk/pluginwindow.c
7686         * src/plugins/pgpcore/plugin.def
7687         * src/plugins/pgpcore/sylpheed.def
7688         * src/plugins/pgpinline/Makefile.am
7689         * src/plugins/pgpinline/plugin.def
7690         * src/plugins/pgpinline/sylpheed.def
7691         * src/plugins/pgpmime/plugin.def
7692         * src/plugins/pgpmime/sylpheed.def
7693                 Various w32 fixes by Werner Koch
7694
7695 2005-12-22 [paul]       1.9.100cvs103
7696
7697         * src/wizard.c
7698                 don't offer IMAP as 'server type' if
7699                 libetpan isn't built in
7700
7701 2005-12-22 [paul]       1.9.100cvs102
7702
7703         * AUTHORS
7704         * src/mainwindow.c
7705         * src/mainwindow.h
7706         * src/toolbar.c
7707         * src/gtk/authors.h
7708                 support GTK_TOOLBAR_BOTH_HORIZ (text
7709                 next to icon) Patch by Marien Zwart
7710                 marienz@users.sf.net
7711                 Also reword the text
7712
7713 2005-12-21 [colin]      1.9.100cvs101
7714
7715         * configure.ac
7716                 Fix DATADIRNAME
7717         * COPYING
7718                 Fix missing section and explicit the exception better
7719         * src/compose.c
7720                 Prevent mail from being lost without notice when an
7721                 SMTP error happens on trying to send an unmodified
7722                 drafted mail.
7723         * src/send_message.c
7724         * src/common/smtp.c
7725                 Fix password remembering when wrong, and add return
7726                 value checks where they should have been
7727         * src/plugins/pgpcore/sylpheed.def
7728         * src/plugins/pgpinline/sylpheed.def
7729         * src/plugins/pgpmime/sylpheed.def
7730                 Add a few symbols needed
7731
7732 2005-12-21 [paul]       1.9.100cvs100
7733
7734         * m4/codeset.m4
7735         * m4/glibc21.m4
7736         * m4/intdiv0.m4
7737         * m4/inttypes-pri.m4
7738         * m4/inttypes.m4
7739         * m4/inttypes_h.m4
7740         * m4/isc-posix.m4
7741         * m4/lcmessage.m4
7742         * m4/stdint_h.m4
7743         * m4/uintmax_t.m4
7744                 gettextization
7745                 thanks to Colin
7746
7747 2005-12-21 [paul]       1.9.100cvs99
7748
7749         * po/sv.po
7750                 fixed by Colin
7751
7752 2005-12-20 [paul]       1.9.100cvs98
7753
7754         * po/sv.po
7755                 updated by Anders Trobäck
7756
7757 2005-12-20 [colin]      1.9.100cvs97
7758
7759         * ABOUT-NLS
7760         * Makefile.am
7761         * autogen.sh
7762         * configure.ac
7763         * config/config.rpath
7764         * config/mkinstalldirs
7765         * m4/Makefile.am
7766         * m4/glibc2.m4
7767         * m4/gnupg.m4
7768         * m4/gpgme.m4
7769         * m4/intmax.m4
7770         * m4/longdouble.m4
7771         * m4/longlong.m4
7772         * m4/printf-posix.m4
7773         * m4/signed.m4
7774         * m4/size_max.m4
7775         * m4/ulonglong.m4
7776         * m4/wchar_t.m4
7777         * m4/wint_t.m4
7778         * m4/xsize.m4
7779         * po/Makefile.in.in
7780         * po/Makevars
7781         * po/bg.po
7782         * po/ca.po
7783         * po/cs.po
7784         * po/de.po
7785         * po/el.po
7786         * po/en_GB.po
7787         * po/es.po
7788         * po/fi.po
7789         * po/fr.po
7790         * po/hr.po
7791         * po/hu.po
7792         * po/it.po
7793         * po/ja.po
7794         * po/ko.po
7795         * po/nb.po
7796         * po/nl.po
7797         * po/pl.po
7798         * po/pt_BR.po
7799         * po/ru.po
7800         * po/sk.po
7801         * po/sr.po
7802         * po/stamp-po
7803         * po/sv.po
7804         * po/zh_CN.po
7805         * po/zh_TW.po
7806         * src/Makefile.am
7807         * src/codeconv.c
7808         * src/compose.c
7809         * src/exporthtml.c
7810         * src/exportldif.c
7811         * src/folder.c
7812         * src/main.c
7813         * src/manual.c
7814         * src/mh.c
7815         * src/mimeview.c
7816         * src/send_message.c
7817         * src/common/Makefile.am
7818         * src/common/fnmatch.c
7819         * src/common/fnmatch.h
7820         * src/common/fnmatch_loop.c
7821         * src/common/nntp.c
7822         * src/common/plugin.c
7823         * src/common/smtp.c
7824         * src/common/socket.c
7825         * src/common/string_match.c
7826         * src/common/sylpheed.c
7827         * src/common/utils.c
7828         * src/common/utils.h
7829         * src/common/w32_dirent.c
7830         * src/common/w32_reg.c
7831         * src/common/w32_signal.c
7832         * src/common/w32_stat.c
7833         * src/common/w32_stdio.c
7834         * src/common/w32_stdlib.c
7835         * src/common/w32_string.c
7836         * src/common/w32_time.c
7837         * src/common/w32_unistd.c
7838         * src/common/w32_wait.c
7839         * src/common/w32lib.h
7840         * src/etpan/Makefile.am
7841         * src/gtk/Makefile.am
7842         * src/plugins/clamav/Makefile.am
7843         * src/plugins/demo/Makefile.am
7844         * src/plugins/dillo_viewer/Makefile.am
7845         * src/plugins/pgpcore/Makefile.am
7846         * src/plugins/pgpcore/passphrase.c
7847         * src/plugins/pgpcore/plugin.def
7848         * src/plugins/pgpcore/sgpgme.c
7849         * src/plugins/pgpcore/sylpheed.def
7850         * src/plugins/pgpcore/version.rc
7851         * src/plugins/pgpinline/Makefile.am
7852         * src/plugins/pgpinline/plugin.def
7853         * src/plugins/pgpinline/sylpheed.def
7854         * src/plugins/pgpinline/version.rc
7855         * src/plugins/pgpmime/Makefile.am
7856         * src/plugins/pgpmime/mypgpcore.def
7857         * src/plugins/pgpmime/plugin.def
7858         * src/plugins/pgpmime/sylpheed.def
7859         * src/plugins/pgpmime/version.rc
7860         * src/plugins/spamassassin/Makefile.am
7861                 Very little ;-) patch from Werner Koch, providing
7862                 infrastructure for cross-compiling to Win32
7863
7864 2005-12-20 [paul]       1.9.100cvs96
7865
7866         * src/account.c
7867         * src/account.h
7868         * src/mainwindow.c
7869         * src/mainwindow.h
7870         * src/toolbar.c
7871         * src/toolbar.h
7872                 add a combo to the Get All button, allowing
7873                 quick retrieval from any account
7874                 Patch by Fabien Vantard, slightly modified
7875                 by Colin
7876         * src/gtk/about.c
7877                 i18n fix. Patch by Fabien Vantard
7878
7879 2005-12-19 [colin]      1.9.100cvs95
7880
7881         * src/compose.c
7882         * src/compose.h
7883                 Don't automatically join lines when they've 
7884                 been separated by the user and not automatically
7885
7886 2005-12-19 [paul]       1.9.100cvs94
7887
7888         * src/gtk/pluginwindow.c
7889                 i18n fix.
7890                 Patch by Fabien Vantard
7891
7892 2005-12-15 [paul]       1.9.100cvs93
7893
7894         * src/common/plugin.c
7895         * src/common/plugin.h
7896         * src/gtk/pluginwindow.c
7897         * src/plugins/clamav/clamav_plugin.c
7898         * src/plugins/demo/demo.c
7899         * src/plugins/dillo_viewer/dillo_viewer.c
7900         * src/plugins/pgpcore/plugin.c
7901         * src/plugins/pgpinline/plugin.c
7902         * src/plugins/pgpmime/plugin.c
7903         * src/plugins/spamassassin/spamassassin.c
7904         * src/plugins/trayicon/trayicon.c
7905                 add plugin_version()
7906
7907 2005-12-15 [colin]      1.9.100cvs92
7908
7909         * src/compose.c
7910                 Further fix bug #875
7911
7912 2005-12-15 [paul]       1.9.100cvs91
7913
7914         * src/gtk/filesel.c
7915                 fix attach_load_dir getting set to
7916                 PLUGINDIR on plugin load
7917
7918 2005-12-14 [mones]      1.9.100cvs90
7919
7920         * manual/ack.xml
7921         * manual/keyboard.xml
7922                 Initial draft and some shortcuts added
7923                 
7924         * po/es.po
7925                 Updated translation
7926
7927 2005-12-14 [colin]      1.9.100cvs89
7928
7929         * src/compose.c
7930         * src/imap.c
7931         * src/summaryview.c
7932         * src/gtk/gtkaspell.c
7933                 More leaks fixed
7934         * src/prefs_folder_item.c
7935                 Fix recursive prefs apply
7936
7937
7938 2005-12-14 [colin]      1.9.100cvs88
7939
7940         * src/compose.c
7941                 Fix bug #875 (Freeze On Inline Forward of 
7942                 Large Message)
7943
7944 2005-12-13 [colin]      1.9.100cvs87
7945
7946         * src/compose.c
7947                 Uniq-ify and sort the mimetypes list
7948                 Patch by Fabien Vantard
7949
7950 2005-12-13 [colin]      1.9.100cvs86
7951
7952         * src/imap.c
7953         * src/etpan/imap-thread.c
7954                 Fix leaks (patch by Hoa)
7955         * src/news.c
7956         * src/common/plugin.c
7957                 Fix leaks
7958
7959 2005-12-12 [colin]
7960
7961         * 2.0.0-rc2 released
7962
7963 2005-12-12 [colin]      1.9.100cvs85
7964
7965         * src/matcher.c
7966                 Fix a leak
7967
7968 2005-12-12 [wwp]        1.9.100cvs84
7969
7970         * src/gtk/icon_legend.c
7971                 fix misbehaviour and crash when closing the legend window
7972         using the Esc key (patch by Fabien Vantard).
7973
7974 2005-12-12 [paul]       1.9.100cvs83
7975
7976         * src/browseldap.c
7977         * src/foldersel.c
7978         * src/prefs_actions.c
7979         * src/prefs_filtering.c
7980         * src/prefs_matcher.c
7981         * src/prefs_spelling.glade      ** REMOVED **
7982         * src/prefs_template.c
7983         * src/gtk/foldersort.glade      ** REMOVED **
7984         * src/gtk/pluginwindow.c
7985         * src/gtk/pluginwindow.glade    ** REMOVED **
7986         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7987                 cleanups
7988
7989 2005-12-11 [paul]       1.9.100cvs82
7990
7991         * src/gtk/filesel.c
7992                 fix attach_load_dir crasher (double free)
7993
7994 2005-12-09 [paul]       1.9.100cvs81
7995
7996         * po/POTFILES.in
7997         * src/mainwindow.c
7998         * src/gtk/Makefile.am
7999         * src/gtk/icon_legend.c
8000         * src/gtk/icon_legend.h
8001                 add icon legend
8002         * src/manual.c
8003                 cleanup
8004
8005 2005-12-09 [paul]       1.9.100cvs80
8006
8007         * src/plugins/pgpcore/passphrase.c
8008                 wrap the label in the dialog
8009
8010 2005-12-09 [colin]      1.9.100cvs79
8011
8012         * src/plugins/pgpcore/sgpgme.c
8013                 Display (untrusted) on not trusted signatures
8014                 Patch by Michal Èihaø <michal@cihar.com>
8015                 Closes bug #867 (Report also key trust)
8016
8017 2005-12-09 [colin]      1.9.100cvs78
8018
8019         * src/common/plugin.c
8020                 Update licence check, following Eben Moglen's advice
8021
8022 2005-12-08 [colin]      1.9.100cvs77
8023
8024         * src/folder.c
8025                 Fix the occasionnal item->cache != NULL 
8026                 assertion failure. 
8027
8028 2005-12-08 [colin]      1.9.100cvs76
8029
8030         * src/mimeview.c
8031         * src/plugins/pgpcore/sgpgme.c
8032                 Print key id when unable to check it
8033                 Closes bug #866 (Show key id when missing)
8034
8035 2005-12-08 [paul]       1.9.100cvs75
8036
8037         * src/prefs_common.c
8038         * src/prefs_common.h
8039         * src/gtk/filesel.c
8040                 remember load attachment dir
8041
8042 2005-12-07 [colin]      1.9.100cvs74
8043
8044         * src/prefs_toolbar.c
8045                 Gtk fixes, patch by Fabien Vantard
8046
8047 2005-12-07 [colin]      1.9.100cvs73
8048
8049         * src/action.c
8050         * src/compose.c
8051         * src/compose.h
8052                 Fix bug #839 (Quoted text isn't colored after 
8053                 executing an action)
8054         * src/common/plugin.c
8055                 Require plugins to declare their licence in plugin_licence()
8056                 Refuse to load non-GPL plugins as they'd be illegal (as 
8057                 derived works of Sylpheed-Claws, they must be GPL).
8058         * src/plugins/clamav/clamav_plugin.c
8059         * src/plugins/demo/demo.c
8060         * src/plugins/dillo_viewer/dillo_viewer.c
8061         * src/plugins/pgpcore/plugin.c
8062         * src/plugins/pgpinline/plugin.c
8063         * src/plugins/pgpmime/plugin.c
8064         * src/plugins/spamassassin/spamassassin.c
8065         * src/plugins/trayicon/trayicon.c
8066                 Add plugin_licence()
8067
8068 2005-12-07 [paul]       1.9.100cvs72
8069
8070         * configure.ac
8071         * src/mainwindow.c
8072         * src/manual.c
8073         * src/manual.h
8074         * src/common/defs.h
8075                 clean up after local FAQ removal and
8076                 temporary manual removal
8077
8078 2005-12-06 [colin]      1.9.100cvs71
8079
8080         * configure.ac
8081         * doc/Makefile.am
8082         * doc/faq/.cvsignore
8083         * doc/faq/Makefile.am
8084         * doc/faq/de/.cvsignore
8085         * doc/faq/de/Makefile.am
8086         * doc/faq/de/sylpheed-faq-1.html
8087         * doc/faq/de/sylpheed-faq-2.html
8088         * doc/faq/de/sylpheed-faq-3.html
8089         * doc/faq/de/sylpheed-faq.html
8090         * doc/faq/en/.cvsignore
8091         * doc/faq/en/Makefile.am
8092         * doc/faq/en/sylpheed-faq-1.html
8093         * doc/faq/en/sylpheed-faq-2.html
8094         * doc/faq/en/sylpheed-faq-3.html
8095         * doc/faq/en/sylpheed-faq-4.html
8096         * doc/faq/en/sylpheed-faq.html
8097         * doc/faq/es/.cvsignore
8098         * doc/faq/es/Makefile.am
8099         * doc/faq/es/sylpheed-faq-1.html
8100         * doc/faq/es/sylpheed-faq-2.html
8101         * doc/faq/es/sylpheed-faq-3.html
8102         * doc/faq/es/sylpheed-faq-4.html
8103         * doc/faq/es/sylpheed-faq.html
8104         * doc/faq/fr/.cvsignore
8105         * doc/faq/fr/Makefile.am
8106         * doc/faq/fr/sylpheed-faq-1.html
8107         * doc/faq/fr/sylpheed-faq-2.html
8108         * doc/faq/fr/sylpheed-faq-3.html
8109         * doc/faq/fr/sylpheed-faq.html
8110         * doc/faq/it/.cvsignore
8111         * doc/faq/it/Makefile.am
8112         * doc/faq/it/sylpheed-faq-1.html
8113         * doc/faq/it/sylpheed-faq-2.html
8114         * doc/faq/it/sylpheed-faq-3.html
8115         * doc/faq/it/sylpheed-faq.html
8116         * doc/manual/.cvsignore
8117         * doc/manual/Makefile.am
8118         * doc/manual/de/.cvsignore
8119         * doc/manual/de/Makefile.am
8120         * doc/manual/de/sylpheed-1.html
8121         * doc/manual/de/sylpheed-10.html
8122         * doc/manual/de/sylpheed-11.html
8123         * doc/manual/de/sylpheed-12.html
8124         * doc/manual/de/sylpheed-13.html
8125         * doc/manual/de/sylpheed-14.html
8126         * doc/manual/de/sylpheed-15.html
8127         * doc/manual/de/sylpheed-16.html
8128         * doc/manual/de/sylpheed-17.html
8129         * doc/manual/de/sylpheed-18.html
8130         * doc/manual/de/sylpheed-19.html
8131         * doc/manual/de/sylpheed-2.html
8132         * doc/manual/de/sylpheed-20.html
8133         * doc/manual/de/sylpheed-3.html
8134         * doc/manual/de/sylpheed-4.html
8135         * doc/manual/de/sylpheed-5.html
8136         * doc/manual/de/sylpheed-6.html
8137         * doc/manual/de/sylpheed-7.html
8138         * doc/manual/de/sylpheed-8.html
8139         * doc/manual/de/sylpheed-9.html
8140         * doc/manual/de/sylpheed.html
8141         * doc/manual/en/.cvsignore
8142         * doc/manual/en/Makefile.am
8143         * doc/manual/en/sylpheed-1.html
8144         * doc/manual/en/sylpheed-10.html
8145         * doc/manual/en/sylpheed-11.html
8146         * doc/manual/en/sylpheed-12.html
8147         * doc/manual/en/sylpheed-13.html
8148         * doc/manual/en/sylpheed-14.html
8149         * doc/manual/en/sylpheed-15.html
8150         * doc/manual/en/sylpheed-16.html
8151         * doc/manual/en/sylpheed-17.html
8152         * doc/manual/en/sylpheed-18.html
8153         * doc/manual/en/sylpheed-19.html
8154         * doc/manual/en/sylpheed-2.html
8155         * doc/manual/en/sylpheed-20.html
8156         * doc/manual/en/sylpheed-21.html
8157         * doc/manual/en/sylpheed-22.html
8158         * doc/manual/en/sylpheed-3.html
8159         * doc/manual/en/sylpheed-4.html
8160         * doc/manual/en/sylpheed-5.html
8161         * doc/manual/en/sylpheed-6.html
8162         * doc/manual/en/sylpheed-7.html
8163         * doc/manual/en/sylpheed-8.html
8164         * doc/manual/en/sylpheed-9.html
8165         * doc/manual/en/sylpheed.html
8166         * doc/manual/es/.cvsignore
8167         * doc/manual/es/Makefile.am
8168         * doc/manual/es/sylpheed-1.html
8169         * doc/manual/es/sylpheed-10.html
8170         * doc/manual/es/sylpheed-11.html
8171         * doc/manual/es/sylpheed-12.html
8172         * doc/manual/es/sylpheed-13.html
8173         * doc/manual/es/sylpheed-14.html
8174         * doc/manual/es/sylpheed-15.html
8175         * doc/manual/es/sylpheed-16.html
8176         * doc/manual/es/sylpheed-17.html
8177         * doc/manual/es/sylpheed-18.html
8178         * doc/manual/es/sylpheed-19.html
8179         * doc/manual/es/sylpheed-2.html
8180         * doc/manual/es/sylpheed-20.html
8181         * doc/manual/es/sylpheed-3.html
8182         * doc/manual/es/sylpheed-4.html
8183         * doc/manual/es/sylpheed-5.html
8184         * doc/manual/es/sylpheed-6.html
8185         * doc/manual/es/sylpheed-7.html
8186         * doc/manual/es/sylpheed-8.html
8187         * doc/manual/es/sylpheed-9.html
8188         * doc/manual/es/sylpheed.html
8189         * doc/manual/fr/.cvsignore
8190         * doc/manual/fr/Makefile.am
8191         * doc/manual/fr/sylpheed-1.html
8192         * doc/manual/fr/sylpheed-10.html
8193         * doc/manual/fr/sylpheed-11.html
8194         * doc/manual/fr/sylpheed-12.html
8195         * doc/manual/fr/sylpheed-13.html
8196         * doc/manual/fr/sylpheed-14.html
8197         * doc/manual/fr/sylpheed-15.html
8198         * doc/manual/fr/sylpheed-16.html
8199         * doc/manual/fr/sylpheed-17.html
8200         * doc/manual/fr/sylpheed-18.html
8201         * doc/manual/fr/sylpheed-19.html
8202         * doc/manual/fr/sylpheed-2.html
8203         * doc/manual/fr/sylpheed-20.html
8204         * doc/manual/fr/sylpheed-3.html
8205         * doc/manual/fr/sylpheed-4.html
8206         * doc/manual/fr/sylpheed-5.html
8207         * doc/manual/fr/sylpheed-6.html
8208         * doc/manual/fr/sylpheed-7.html
8209         * doc/manual/fr/sylpheed-8.html
8210         * doc/manual/fr/sylpheed-9.html
8211         * doc/manual/fr/sylpheed.html
8212         * doc/manual/ja/.cvsignore
8213         * doc/manual/ja/Makefile.am
8214         * doc/manual/ja/sylpheed-1.html
8215         * doc/manual/ja/sylpheed-10.html
8216         * doc/manual/ja/sylpheed-11.html
8217         * doc/manual/ja/sylpheed-12.html
8218         * doc/manual/ja/sylpheed-13.html
8219         * doc/manual/ja/sylpheed-14.html
8220         * doc/manual/ja/sylpheed-15.html
8221         * doc/manual/ja/sylpheed-16.html
8222         * doc/manual/ja/sylpheed-17.html
8223         * doc/manual/ja/sylpheed-18.html
8224         * doc/manual/ja/sylpheed-19.html
8225         * doc/manual/ja/sylpheed-2.html
8226         * doc/manual/ja/sylpheed-20.html
8227         * doc/manual/ja/sylpheed-3.html
8228         * doc/manual/ja/sylpheed-4.html
8229         * doc/manual/ja/sylpheed-5.html
8230         * doc/manual/ja/sylpheed-6.html
8231         * doc/manual/ja/sylpheed-7.html
8232         * doc/manual/ja/sylpheed-8.html
8233         * doc/manual/ja/sylpheed-9.html
8234         * doc/manual/ja/sylpheed.html
8235         * doc/manual/ja/sylpheed.sgml
8236         * src/mainwindow.c
8237                 Remove outdated manual and faq. Noisy, eh?
8238
8239 2005-12-06 [colin]      1.9.100cvs70
8240
8241         * src/compose.c
8242         * src/quote_fmt_parse.y
8243         * src/undo.c
8244         * src/undo.h
8245                 Allow %X to position cursor at 0 
8246                 (no %X = before signature)
8247                 Fix paste as quotation putting the cursor at 0
8248                 Fix undo offsets when pasting
8249                 Insert the quote_fmt at once instead of line 
8250                 by line
8251                 Fix [Edited] when starting to reply/forward
8252
8253 2005-12-06 [paul]       1.9.100cvs69
8254
8255         * src/plugins/clamav/clamav_plugin_gtk.c
8256                 add another tooltip
8257         * src/plugins/spamassassin/spamassassin_gtk.c
8258                 rework spamassassin_create_widget_func()
8259
8260 2005-12-05 [colin]      1.9.100cvs68
8261
8262         * po/POTFILES.in
8263                 Fix make release ;-)
8264
8265 2005-12-05 [colin]      1.9.100cvs67
8266
8267         * src/compose.c
8268         * src/compose.h
8269                 Fix cursor positioning (not obeying %X)
8270
8271 2005-12-05 [paul]       1.9.100cvs66
8272
8273         * src/plugins/dillo_viewer/dillo_prefs.c
8274                 fix compilation warning
8275
8276 2005-12-05 [paul]       1.9.100cvs65
8277
8278         * src/prefs_spelling.c
8279         * src/plugins/trayicon/trayicon.c
8280                 cleanups - remove unused stuff
8281
8282 2005-12-05 [paul]       1.9.100cvs64
8283
8284         * README
8285         * manual/plugins.xml
8286                 remove info about removed mathml_viewer plugin
8287
8288 2005-12-05 [paul]       1.9.100cvs63
8289
8290         * configure.ac
8291         * src/plugins/Makefile.am
8292         * src/plugins/mathml_viewer/.cvsignore
8293         * src/plugins/mathml_viewer/Makefile.am
8294         * src/plugins/mathml_viewer/mathml_viewer.c
8295                 remove unmaintained mathml_viewer plugin
8296
8297 2005-12-05 [paul]       1.9.100cvs62
8298
8299         * src/summaryview.c
8300                 obey prefs_common.always_show_msg when
8301                 moving a msg
8302                 Thanks to Colin
8303
8304 2005-12-05 [paul]       1.9.100cvs61
8305
8306         * src/compose.c
8307         * src/prefs_account.c
8308         * src/prefs_filtering.c
8309         * src/prefs_quote.c
8310         * src/prefs_spelling.c
8311         * src/prefs_toolbar.c
8312         * src/summaryview.c
8313         * src/gtk/gtkutils.c
8314         * src/gtk/quicksearch.c
8315         * src/plugins/dillo_viewer/dillo_prefs.c
8316                 dialog cleanups
8317
8318 2005-12-04 [paul]       1.9.100cvs60
8319
8320         * src/inc.c
8321         * src/prefs_account.c
8322         * src/prefs_account.h
8323                 allow a Local account to specify a
8324                 default inbox
8325                 (closes bug 843 'Inbox cannot be changed for local
8326                  mailboxes')
8327
8328 2005-12-04 [colin]      1.9.100cvs59
8329
8330         * src/plugins/trayicon/trayicon.c
8331                 Remove Get, rename Get All to Get Mail in order to
8332                 be consistent with the default main toolbar
8333
8334 2005-12-03 [colin]      1.9.100cvs58
8335
8336         * manual/gpl.xml
8337         * manual/sylpheed-claws-manual.xml
8338                 Add GPL appendix
8339
8340 2005-12-03 [paul]       1.9.100cvs57
8341
8342         * AUTHORS
8343         * po/sv.po
8344         * src/gtk/authors.h
8345                 new (partially complete) Swedish translation
8346                 by Anders Troback <sylpheed@troback.com>
8347
8348 2005-12-02 [paul]       1.9.100cvs56
8349
8350         * configure.ac
8351                 libetpan 0.41 required
8352
8353 2005-12-02 [paul]       1.9.100cvs55
8354
8355         * src/plugins/clamav/clamav_plugin.c
8356         * src/plugins/clamav/clamav_plugin.h
8357         * src/plugins/clamav/clamav_plugin_gtk.c
8358         * src/plugins/spamassassin/spamassassin.c
8359         * src/plugins/spamassassin/spamassassin.h
8360         * src/plugins/spamassassin/spamassassin_gtk.c
8361                 unregister prefs pages on unloading, thus
8362                 preventing a crash
8363                 (thanks to Colin for the hint)
8364
8365 2005-12-02 [wwp]        1.9.100cvs54
8366
8367         * src/quote_fmt.h
8368         * src/quote_fmt_parse.y
8369                 fix misuse of gboolean*, use gboolean instead
8370                 (thanks to Paul, Colin, for pointing out that scaring one)
8371
8372 2005-12-02 [paul]       1.9.100cvs53
8373
8374         * src/plugins/clamav/clamav_plugin.c
8375                 int no --> unsigned int no
8376         * src/plugins/clamav/clamav_plugin_gtk.c
8377                 rework config page
8378
8379 2005-12-02 [wwp]        1.9.100cvs52
8380
8381         * src/compose.c
8382         * src/prefs_template.c
8383         * src/quote_fmt.h
8384         * src/quote_fmt_parse.y
8385                 prevent from executing |f and |p templates commands when
8386                 adding or replacing templates in prefs (avoids annoying and
8387                 potentially dangerous behaviours)
8388
8389 2005-12-02 [paul]       1.9.100cvs51
8390
8391         * src/prefs_common.c
8392                 allow translation of some default values
8393                 Patch by Fabien Vantard
8394
8395 2005-12-02 [paul]       1.9.100cvs50
8396
8397         * src/codeconv.c
8398         * src/codeconv.h
8399         * src/prefs_common.c
8400         * src/prefs_common.h
8401         * src/prefs_message.c
8402         * src/textview.c
8403                 remove obsolete 'convert_mb_alnum' option
8404                 and related stuff
8405         * src/gtk/about.c
8406                 remove unused 'about_textview_visibility_notify'
8407
8408 2005-12-02 [paul]       1.9.100cvs49
8409
8410         * src/prefs_account.c
8411         * src/prefs_compose_writing.c
8412         * src/prefs_fonts.c
8413         * src/prefs_gtk.h
8414         * src/prefs_image_viewer.c
8415         * src/prefs_message.c
8416         * src/prefs_other.c
8417         * src/prefs_receive.c
8418         * src/prefs_send.c
8419         * src/prefs_spelling.c
8420         * src/prefs_summaries.c
8421         * src/prefs_wrapping.c
8422         * src/plugins/dillo_viewer/dillo_prefs.c
8423         * src/plugins/pgpcore/prefs_gpg.c
8424                 several cleanups to the prefs dialogs
8425                 (slightly modified) patch by Fabien Vantard
8426
8427 2005-12-02 [paul]       1.9.100cvs48
8428
8429         * src/main.c
8430                 --exit means exit
8431         * src/send_message.c
8432                 fix crash on send when connection fails
8433
8434         Thanks to Colin
8435
8436 2005-12-01 [colin]      1.9.100cvs47
8437
8438         * src/html.c
8439                 Translate &hellip; to "..."
8440
8441 2005-11-30 [colin]      1.9.100cvs46
8442
8443         * src/matcher.c
8444         * src/matcher.h
8445                 Optimize back yesterday's fix.
8446
8447 2005-11-30 [paul]       1.9.100cvs45
8448
8449         * manual/faq.xml
8450                 standardised
8451         * manual/intro.xml
8452                 written by Colin, edited by me
8453
8454 2005-11-29 [colin]      1.9.100cvs44
8455
8456         * src/matcher.c
8457                 Skip headers unconditionnaly in match_body if the
8458                 rule is not message or ~message
8459
8460 2005-11-29 [colin]      1.9.100cvs43
8461
8462         * src/matcher.c
8463                 Fix body_part and such, not skipping headers 
8464                 if the matchcriteria wasn't the first in the rule
8465
8466 2005-11-29 [colin]      1.9.100cvs42
8467
8468         * src/compose.c
8469                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8470                 option missing from message view window)
8471                 Fix double text D'n'D with gtk-2.8
8472         * src/matcher.c
8473                 Fix ~message, ~headers_part, ~body_part rules
8474         * src/messageview.c
8475                 Add Windows-1252 (Closes bug #863)
8476                 Fix accels
8477         * src/gtk/gtkaspell.c
8478                 Properly destroy accels in all menus
8479
8480 2005-11-29 [mones]      1.9.100cvs41
8481
8482         * po/es.po
8483                 Updated.
8484
8485 2005-11-27 [colin]      1.9.100cvs40
8486
8487         * src/mh_gtk.c
8488                 "/Remove mailbox" -> "/Remove mailbox..."
8489
8490 2005-11-27 [paul]       1.9.100cvs39
8491
8492         * AUTHORS
8493         * po/de.po
8494         * src/gtk/authors.h
8495                 updated by new maintainer, Stephan Sachse
8496
8497 2005-11-27 [paul]       1.9.100cvs38
8498
8499         * manual/faq.xml
8500                 written by Colin, edited by me
8501
8502 2005-11-27 [paul]       1.9.100cvs37
8503
8504         * src/prefs_common.c
8505         * src/prefs_common.h
8506         * src/prefs_receive.c
8507         * src/prefs_summaries.c
8508                 move 'go to inbox after receiving new mail'
8509                 option from display/sumamaries to mail
8510                 handling/receive, and rework prefs_summaries
8511                 dialog a little
8512
8513 2005-11-25 [martin]     1.9.100cvs36
8514
8515         * po/de.po
8516             fixed windows-1252 translation;
8517             translated some new and fuzzy strings
8518
8519 2005-11-25 [paul]       1.9.100cvs35
8520
8521         * src/plugins/clamav/clamav_plugin.c
8522                 complete the update done in cvs34
8523
8524 2005-11-25 [paul]       1.9.100cvs34
8525
8526         * src/plugins/clamav/clamav_plugin.c
8527                 reflect upstream changes
8528
8529 2005-11-25 [paul]       1.9.100cvs33
8530
8531         * manual/ack.xml
8532         * manual/plugins.xml
8533         * manual/sylpheed-claws-manual.xml
8534                 written/updated by Colin, edited by me
8535         * tools/acroread2sylpheed.pl
8536                 update binary name
8537
8538 2005-11-24 [colin]      1.9.100cvs32
8539
8540         * src/compose.c
8541                 Fix bug #856 (reediting messages forgets Request
8542                 Return Receipt)
8543
8544 2005-11-24 [paul]       1.9.100cvs31
8545
8546         * manual/addrbook.xml
8547         * manual/starting.xml
8548                 written by Colin, proofread, edited, adapted by me
8549         * manual/advanced.xml
8550                 add some Actions examples
8551         * src/importldif.c
8552                 use a Save button instead of a Close button
8553         * src/wizard.c
8554                 indicate mandatory fields
8555                 fix page display
8556                 Thanks to Colin
8557
8558 2005-11-23 [colin]      1.9.100cvs30
8559
8560         * src/addressbook.c
8561                 Rename menu item, fix possible crash after
8562                 deletion of books
8563         * src/addrindex.c
8564                 Allow searching for '*' in ldap
8565         * src/browseldap.c
8566                 Fix "Browse Entry" (did anyone use it?)
8567         * src/wizard.c
8568                 Add guards for mandatory information
8569
8570 2005-11-23 [paul]       1.9.100cvs29
8571
8572         * manual/advanced.xml
8573                 corrections to the English
8574
8575 2005-11-23 [colin]      1.9.100cvs28
8576
8577         * src/mimeview.c
8578                 Fix possible crash at exit. After the call to
8579                 gtk_container_remove(), the Viewer's widget has no
8580                 more parent so gtk+ automatically frees it and its
8581                 sons. If destroy_viewer() then try to access it,
8582                 problems ensue.
8583
8584 2005-11-22 [colin]      1.9.100cvs27
8585
8586         * src/compose.c
8587         * src/gtk/gtkaspell.c
8588                 Fix right-clicking on a misspelled word
8589                 Fix More... in suggestions menu
8590
8591 2005-11-22 [wwp]        1.9.100cvs26
8592
8593         * src/prefs_template.c
8594                 templates works: re-sort templates list when adding or replacing,
8595                 prevent from adding or replacing when the template name is empty
8596
8597 2005-11-21 [colin]      1.9.100cvs25
8598
8599         * src/addressbook.c
8600                 Fix some addressbook suckage (dnd, select all)
8601         * src/compose.c
8602         * src/gtk/gtkaspell.c
8603         * src/gtk/gtkaspell.h
8604                 Make the spellchecker menu work with the 
8605                 GtkTextView one instead of overriding it
8606
8607 2005-11-20 [paul]       1.9.100cvs24
8608
8609         * manual/handling.xml
8610                 proofread and corrected
8611
8612 2005-11-20 [paul]       1.9.100cvs23
8613
8614         * manual/Makefile
8615                 generate html as one file
8616         * manual/advanced.xml
8617                 fix output generation
8618                 reformat hidden options list
8619         * manual/manual.xml     ** REMOVED **
8620         * manual/sylpheed-claws-manual.xml      ** ADDED **
8621                 renamed
8622
8623 2005-11-18 [colin]      1.9.100cvs22
8624
8625         * src/prefs_account.c
8626                 Fix layout in news and mbox accounts
8627         * manual/account.xml
8628         * manual/advanced.xml
8629                 New contents for Paul to check :)
8630
8631 2005-11-18 [wwp]        1.9.100cvs21
8632
8633         * src/gtk/quicksearch.c
8634                 don't update extended quicksearch buttons twice
8635
8636 2005-11-18 [paul]       1.9.100cvs20
8637
8638         * src/textview.c
8639                 complete 1.9.100cvs19
8640
8641 2005-11-18 [paul]       1.9.100cvs19
8642
8643         * src/compose.c
8644                 cosmetic improvements
8645         * src/textview.c
8646                 also list text/* attachments
8647
8648 2005-11-18 [colin]      1.9.100cvs18
8649
8650         * src/summaryview.c
8651                 Use column 0 instead of -1 in 
8652                 gtk_ctree_node_moveto, in a naive
8653                 hope it'll fix the gtk-related crashes
8654
8655 2005-11-18 [colin]      1.9.100cvs17
8656
8657         * src/gtk/inputdialog.c
8658                 Fix icon staying the first one
8659
8660 2005-11-17 [wwp]        1.9.100cvs16
8661                 fix possible problem showing some quicksearch buttons, and a bad
8662                 call to g_return_if_fail in a function that returns a value (both
8663                 fixes by Fabien Vantard)
8664
8665 2005-11-15 [wwp]        1.9.100cvs15
8666
8667         * src/gtk/quicksearch.c
8668                 added a tooltip to that obscure ... quicksearch button
8669
8670 2005-11-15 [wwp]        1.9.100cvs14
8671
8672         * src/gtk/quicksearch.c
8673                 add a quicksearch helper to filtering expression users: the ... button
8674                 raises the condition expr window. condition expressions set up w/ this
8675                 window are used by the quicksearch if the user closes it pressing OK.
8676
8677 2005-11-14 [paul]       1.9.100cvs13
8678
8679         * src/plugins/clamav/clamav_plugin.c
8680         * src/plugins/spamassassin/spamassassin.c
8681                 change plugin type following recent merging
8682
8683 2005-11-14 [wwp]        1.9.100cvs12
8684
8685         * src/folder.c
8686                 prevent from crashing when copying/moving message(s) from and
8687                 to the same folder
8688
8689 2005-11-14 [paul]       1.9.100cvs11
8690
8691         * src/plugins/clamav/Makefile.am
8692         * src/plugins/clamav/clamav_plugin.c
8693         * src/plugins/clamav/clamav_plugin.h
8694         * src/plugins/clamav/clamav_plugin_gtk.c
8695                 also merge clamav and clamav_gtk plugins
8696
8697 2005-11-13 [colin]      1.9.100cvs10
8698
8699         * configure.ac
8700         * src/plugins/spamassassin/Makefile.am
8701         * src/plugins/spamassassin/spamassassin.c
8702         * src/plugins/spamassassin/spamassassin.h
8703         * src/plugins/spamassassin/spamassassin_gtk.c
8704                 Merge spamassassin and spamassassin_gtk plugins,
8705                 and build it by default.
8706
8707 2005-11-12 [colin]      1.9.100cvs9
8708
8709         * src/etpan/imap-thread.c
8710                 Fix gcc warning
8711
8712 2005-11-12 [colin]      1.9.100cvs8
8713
8714         * src/procmime.c
8715                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8716
8717 2005-11-10 [colin]      1.9.100cvs7
8718
8719         * src/main.c
8720                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8721                 minimised state)
8722
8723 2005-11-10 [wwp]        1.9.100cvs6
8724
8725         * src/gtk/description_window.c
8726                 fix a crash when closing description windows using the WM's [X] button
8727
8728 2005-11-09 [colin]      1.9.100cvs5
8729
8730         * src/common/ssl.c
8731                 Update libetpan call to follow upstream
8732                 (yes, this requires libetpan-0.40cvs3)
8733
8734 2005-11-08 [colin]      1.9.100cvs4
8735
8736         * src/compose.c
8737         * src/textview.c
8738         * src/common/utils.c
8739         * src/common/utils.h
8740                 Enhance the email parser
8741
8742 2005-11-08 [colin]      1.9.100cvs3
8743
8744         * src/procmime.c
8745                 Fix what looks like an off-by-one (fixes 
8746                 attachments from the Bat)
8747
8748 2005-11-08 [wwp]        1.9.100cvs2
8749
8750         * src/main.c
8751                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8752
8753 2005-11-08 [wwp]        1.9.100cvs1
8754
8755         * src/main.c
8756                 allow exiting Sylpheed-Claws from command-line
8757
8758 2005-11-08 [paul]       1.9.100
8759
8760         1.9.100 released
8761
8762 2005-11-07 [colin]      1.9.99cvs17
8763
8764         * src/addritem.c
8765         * src/ldif.c
8766                 Fix import of base-64 encoded items
8767
8768 2005-11-07 [colin]      1.9.99cvs16
8769
8770         * src/send_message.c
8771                 Fix bug #314 (Queue does not empty under certain 
8772                 circumstances)
8773
8774 2005-11-07 [paul]       1.9.99cvs15
8775
8776         * src/mutt.c
8777         * src/pine.c
8778                 fix buffer overflows
8779                 Thanks to Colin
8780
8781 2005-11-07 [paul]       1.9.99cvs14
8782
8783         * doc/man/Makefile.am
8784         * doc/man/sylpheed-claws.1      ** ADDED **
8785         * doc/man/sylpheed.1            ** DELETED **
8786                 rename and update the man file
8787
8788 2005-11-06 [colin]      1.9.99cvs13
8789
8790         * src/ldif.c
8791                 Fix ldif_get_line() that returned empty strings
8792                 (Didn't understand why). Also fix a possible
8793                 buffer overflow.
8794
8795 2005-11-06 [wwp]        1.9.99cvs12
8796
8797         * src/textview.c
8798         * src/gtk/about.c
8799         * src/gtk/gtkutils.c
8800         * src/gtk/gtkutils.h
8801                 fix a compilation warning,
8802                 make links sensitive in the about dialog
8803
8804 2005-11-04 [wwp]        1.9.99cvs11
8805
8806         * src/gtk/about.c
8807                 don't wrap or translate URIs, and a bit text format cleanup
8808
8809 2005-11-04 [wwp]        1.9.99cvs10
8810
8811         * src/gtk/about.c
8812                 better textview tagging implementation (no more use of marks for
8813                 postponed tagging)
8814
8815 2005-11-02 [colin]      1.9.99cvs9
8816
8817         * src/common/ssl.c
8818                 Forgot an ifdef
8819
8820 2005-11-02 [colin]      1.9.99cvs8
8821
8822         * configure.ac
8823                 Require libetpan-0.40 due to upstream fix
8824         * src/common/ssl.c
8825                 Tell libetpan not to call SSL_Library_Init,
8826                 as we do it ourselves.
8827
8828 2005-11-02 [colin]      1.9.99cvs7
8829
8830         * po/POTFILES.in
8831                 Add missing files (thanks to Fabien Vantard)
8832
8833 2005-11-02 [colin]      1.9.99cvs6
8834
8835         * src/summaryview.c
8836                 Fix totals when read messages are hidden or quicksearch
8837                 is on
8838         * src/ssl_manager.c
8839         * src/ssl_manager.h
8840         * src/common/ssl_certificate.c
8841         * src/common/ssl_certificate.h
8842         * src/gtk/sslcertwindow.c
8843         * src/gtk/sslcertwindow.h
8844                 Fix copyright on my stuff
8845
8846 2005-11-02 [wwp]        1.9.99cvs5
8847
8848         * src/prefs_themes.c
8849                 fix directory name checking (theme installation/removal),
8850                 made related error a bit more verbose
8851
8852 2005-11-02 [colin]      1.9.99cvs4
8853
8854         * src/summaryview.c
8855                 Fix typo (probably fixes bug #841 (Sort by the From 
8856                 field doesn't work)
8857
8858 2005-11-02 [paul]       1.9.99cvs3
8859
8860         * po/ko.po
8861         * po/nb.po
8862                 updated by SungHyun Nam, Geir Helland
8863         * src/wizard.c
8864                 fix typo in welcome message. spotted by
8865                 Andrea Spadaccini
8866
8867 2005-11-01 [colin]      1.9.99cvs2
8868
8869         * src/compose.c
8870                 Fix replying to ml wen confirming subscription
8871         * src/messageview.c
8872         * src/mimeview.c
8873         * src/mimeview.h
8874         * src/privacy.h
8875         * src/summaryview.c
8876                 Make key check non blocking
8877
8878 2005-10-31 [paul]       1.9.99cvs1
8879
8880         * tools/claws.i18n.status.pl
8881                 updated for ChangeLog
8882
8883 2005-10-31 [paul]       1.9.99
8884
8885         1.9.99 released
8886
8887 2005-10-31 [paul]       1.9.15cvs131
8888
8889         * .cvsignore
8890         * ChangeLog
8891         * ChangeLog.claws       ** REMOVED **
8892         * ChangeLog-gtk2.claws  ** REMOVED **
8893         * ChangeLog.gtk1        ** ADDED **
8894         * INSTALL
8895         * Makefile.am
8896         * NEWS
8897         * README
8898         * README.claws          ** REMOVED **
8899         * README.jp             ** REMOVED **
8900         * RELEASE_NOTES         ** ADDED **
8901         * RELEASE_NOTES.claws   ** REMOVED **
8902         * commitHelper
8903         * configure.ac
8904         * sylpheed.spec.in      ** REMOVED **
8905                 tidy up and update the default docs:
8906                 ChangeLog.claws is renamed ChangeLog.gtk1
8907                 ChangeLog-gtk2.claws is renamed ChangeLog
8908                 README.claws is renamed README
8909                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8910
8911 2005-10-31 [paul]       1.9.15cvs130
8912
8913         * po/it.po
8914                 fix errors
8915
8916 2005-10-31 [paul]       1.9.15cvs129
8917
8918         * po/ca.po
8919         * po/de.po
8920         * po/en_GB.po
8921         * po/fr.po
8922         * po/it.po
8923         * po/pt_BR.po
8924         * po/sk.po
8925         * po/sr.po
8926         * po/zh_CN.po
8927                 updated by Miquel Oliete, Stephan Sachse and
8928                 Thomas Gilgin, me, Fabien Vantard, Andrea
8929                 Spadaccini, Frederico Goncalves Guimaraes,
8930                 Andrej Kacian, Aleksandar Urosevic, and
8931                 Ralgh Young.
8932
8933 2005-10-31 [mones]      1.9.15cvs128
8934
8935         * manual/faq.xml
8936                 More questions.
8937         
8938         * po/es.po
8939                 Updated for release.
8940
8941 2005-10-30 [colin]      1.9.15cvs127
8942
8943         * src/compose.c
8944                 Place cursor before rewrapping (fixes cursor
8945                 pos if quotation gets rewrapped)
8946
8947 2005-10-29 [paul]       1.9.15cvs126
8948
8949         * src/crash.c
8950         * src/foldersel.c
8951         * src/main.c
8952         * src/messageview.c
8953         * src/toolbar.c
8954         * src/gtk/authors.h
8955                 corrections to text items
8956
8957 2005-10-28 [colin]      1.9.15cvs125
8958
8959         * src/messageview.c
8960                 Make "hit 'C' to check sig" work from extern 
8961                 messageviews
8962
8963 2005-10-27 [colin]      1.9.15cvs124
8964
8965         * src/summaryview.c
8966                 Add a hack to avoid segfaulting when hammering 
8967                 on gtk's events
8968
8969 2005-10-27 [wwp]        1.9.15cvs123
8970
8971         * src/prefs_themes.c
8972                 sort list of themes names in themes prefs
8973
8974 2005-10-27 [paul]       1.9.15cvs122
8975
8976         * src/folder.c
8977         * src/prefs_account.c
8978                 fix building on Solaris
8979                 Patch by Alex Moore
8980
8981 2005-10-27 [wwp]        1.9.15cvs121
8982
8983         * src/summaryview.c
8984         * src/gtk/gtksctree.c
8985                 speed up unselecting messages in summary view (thanks to Colin)
8986
8987 2005-10-27 [paul]       1.9.15cvs120
8988
8989         * src/mainwindow.c
8990                 fix a compilation warning
8991         * src/summaryview.c
8992                 fix updating of 'n items selected' count
8993                 when deselecting
8994
8995 2005-10-27 [martin]     1.9.15cvs119
8996
8997         * src/action.c
8998                 ignore actions with a leading '/' in the action menu name
8999                 fixes a crash on menu creation
9000         * src/prefs_actions.c
9001                 do not allow a leading '/' in the action menu name
9002
9003 2005-10-27 [paul]       1.9.15cvs118
9004
9005         * src/main.c
9006                 fix compilation warning
9007
9008 2005-10-27 [paul]       1.9.15cvs117
9009
9010         * src/procmime.c
9011                 add #if HAVE_LOCALE_H
9012
9013 2005-10-27 [paul]       1.9.15cvs116
9014
9015         * src/plugins/clamav/clamav_plugin.c
9016         * src/plugins/dillo_viewer/dillo_viewer.c
9017         * src/plugins/mathml_viewer/mathml_viewer.c
9018         * src/plugins/pgpcore/plugin.c
9019         * src/plugins/pgpinline/plugin.c
9020         * src/plugins/pgpmime/plugin.c
9021         * src/plugins/spamassassin/spamassassin.c
9022         * src/plugins/trayicon/trayicon.c
9023                 plugin_init() : make error messages more
9024                 informative
9025
9026 2005-10-26 [wwp]        1.9.15cvs115
9027
9028         * src/prefs_matcher.c
9029                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9030
9031 2005-10-26 [wwp]        1.9.15cvs114
9032
9033         * src/procmime.c
9034         * src/gtk/gtksctree.c
9035         * src/plugins/spamassassin/libspamc.c
9036         * src/plugins/spamassassin/spamassassin.c
9037                 fix some compilation warnings more
9038
9039 2005-10-26 [mones]      1.9.15cvs113
9040
9041         * po/es.po
9042                 Updated translation
9043
9044 2005-10-26 [paul]       1.9.15cvs112
9045
9046         * src/prefs_message.c
9047                 give all display_xface stuff the
9048                 #if HAVE_LIBCOMPFACE treatment, thus
9049                 preventing a crash
9050                 (Thanks to Wolfgang Enderlein)
9051
9052 2005-10-26 [colin]      1.9.15cvs111
9053
9054         * src/gedit-print.c
9055                 Fix date format
9056         * src/imap_gtk.c
9057         * src/news_gtk.c
9058                 Remove context menu items that should not be there
9059         * src/jpilot.c
9060                 Fix encoding
9061         * src/main.c
9062         * src/mainwindow.c
9063                 Don't show the mainwindow too soon
9064
9065 2005-10-26 [wwp]        1.9.15cvs110
9066
9067         * src/folder.c
9068         * src/manual.c
9069         * src/summaryview.c
9070                 fix uninitialized pointers in the folder updating hook
9071                 (thanks to Colin)
9072
9073 2005-10-25 [mones]      1.9.15cvs109
9074
9075         * manual/faq.xml
9076                 General information subsection completed. 
9077                 Removed archaic references.
9078                 
9079         * manual/Makefile
9080         * manual/dtd/manual.dsl
9081                 Added customization stylesheet for getting paragraphs
9082                 fully justified in PDF output (as suggested by Colin).
9083
9084 2005-10-25 [colin]      1.9.15cvs108
9085
9086         * src/compose.c
9087                 Fix a second leak
9088
9089 2005-10-25 [colin]      1.9.15cvs107
9090
9091         * src/addrbook.c
9092         * src/addrindex.c
9093                 Fix leak (xml_get_element() allocates memory)
9094         * src/compose.c
9095                 Fix leak + dead code (shame!)
9096         * src/procmime.c
9097                 Fix leak
9098
9099 2005-10-25 [colin]      1.9.15cvs106
9100
9101         * src/mimeview.c
9102                 Fix encoding issue in Save all and in 
9103                 overwrite-confirmation alertpanel
9104
9105 2005-10-25 [colin]      1.9.15cvs105
9106
9107         * src/common/socket.c
9108                 Fix a leak - Thanks to Christopher Aillon
9109                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9110
9111 2005-10-25 [paul]       1.9.15cvs104
9112
9113         * src/wizard.c
9114                 Always guess servers from the right-hand
9115                 email part and guess username from the
9116                 left-hand part. (Thanks to Colin)
9117                 add an X-Face to the welcome message
9118
9119 2005-10-25 [paul]       1.9.15cvs103
9120
9121         * manual/handling.xml
9122                 written by Colin, edited by me
9123
9124 2005-10-25 [wwp]        1.9.15cvs102
9125
9126         * src/folderview.c
9127         * src/grouplistdialog.c
9128         * src/imap.c
9129         * src/noticeview.c
9130                 fix some compilation warnings
9131
9132 2005-10-24 [paul]
9133
9134         1.9.99-rc3 released
9135
9136 2005-10-24 [paul]       1.9.15cvs101
9137
9138         * src/gtk/about.c
9139                 fix window sizing
9140
9141 2005-10-24 [paul]       1.9.15cvs100
9142
9143         * src/pixmaps/offline.xpm
9144         * src/pixmaps/online.xpm
9145                 replace with last default versions
9146
9147 2005-10-24 [colin]      1.9.15cvs99
9148
9149         * src/imap.c
9150                 Fix bug when moving a folder
9151         * src/imap_gtk.c
9152         * src/mh_gtk.c
9153                 "Delete folder" pops up a window, so it 
9154                 should be suffixed with "..."
9155         * src/plugins/pgpcore/sgpgme.c
9156                 Include locale.h
9157
9158 2005-10-24 [mones]      1.9.15cvs98
9159
9160         * manual/Makefile
9161         * manual/account.xml
9162         * manual/ack.xml
9163         * manual/addrbook.xml
9164         * manual/advanced.xml
9165         * manual/faq.xml
9166         * manual/glossary.xml
9167         * manual/gpl.xml
9168         * manual/handling.xml
9169         * manual/intro.xml
9170         * manual/keyboard.xml
9171         * manual/manual.xml
9172         * manual/plugins.xml
9173         * manual/starting.xml
9174         * manual/dtd/sdocbook.dtd
9175                 Initial manual structure and some content.
9176
9177 2005-10-23 [wwp]        1.9.15cvs97
9178
9179         * src/gtk/about.c
9180                 fix a typo
9181
9182 2005-10-23 [wwp]        1.9.15cvs96
9183
9184         * src/gtk/about.c
9185         * src/gtk/authors.h
9186                 rework of the about window (main work by Paul), also featuring a few
9187                 fixes for typos and duplicate names
9188
9189 2005-10-23 [wwp]        1.9.15cvs95
9190
9191         * src/.cvsignore
9192                 Ignore the right binary name (sylpheed-claws now)
9193
9194 2005-10-23 [paul]       1.9.15cvs94
9195
9196         * src/compose.c
9197                 when using Folder Pref 'Default To for
9198                 replies' make the entry in the Compose
9199                 window bold
9200                 Patch by Fabien Vantard
9201
9202 2005-10-22 [colin]      1.9.15cvs93
9203
9204         * src/codeconv.c
9205                 Fix leak
9206
9207 2005-10-22 [colin]      1.9.15cvs92
9208
9209         * src/codeconv.c
9210                 try to convert using locale (apart utf8) if necessary
9211
9212 2005-10-22 [colin]      1.9.15cvs91
9213
9214         * src/pixmaps/new.xpm
9215         * src/pixmaps/unread.xpm
9216                 Make the unread envelope blue again and
9217                 saturate the new one a bit more.
9218
9219 2005-10-22 [colin]      1.9.15cvs90
9220
9221         * src/compose.c
9222                 When replying to a mail sent by one of our accounts,
9223                 use the original list of recipients. Let 'Reply All'
9224                 and 'Reply to sender' work like previously.
9225
9226 2005-10-21 [colin]      1.9.15cvs89
9227
9228         * src/prefs_filtering.c
9229                 Clear fields after add and replace
9230         * src/textview.c
9231                 Display xface differently (better)
9232         * src/plugins/pgpinline/pgpinline.c
9233                 Fix crappy encodings/recodings
9234
9235 2005-10-21 [paul]       1.9.15cvs88
9236
9237         * src/compose.c
9238         * src/prefs_folder_item.c
9239         * src/toolbar.c
9240                 fix news folder Folder Properties
9241                 (thanks to Colin)
9242         * src/folderview.c
9243                 update folderview after Themes change
9244                 keep selected folder selected
9245                 (thanks to Colin)
9246
9247 2005-10-21 [paul]       1.9.15cvs87
9248
9249         * tools/Makefile.am
9250         * tools/OOo2sylpheed.pl
9251         * tools/README
9252         * tools/README.sylprint
9253         * tools/asus_mailled.sh         ** REMOVED **
9254         * tools/filter_conv.pl
9255         * tools/freshmeat_search.pl
9256         * tools/google_search.pl
9257         * tools/gpg-sign-syl            ** REMOVED **
9258         * tools/kmail2sylpheed.pl
9259         * tools/kmail2sylpheed_v2.pl
9260         * tools/multiwebsearch.pl
9261         * tools/nautilus2sylpheed.sh
9262         * tools/newscache_clean.pl
9263         * tools/outlook2sylpheed.pl
9264         * tools/sylpheed-switcher       ** REMOVED **
9265         * tools/sylprint.pl
9266         * tools/sylprint.rc
9267         * tools/tb2sylpheed
9268         * tools/vcard2xml.py
9269         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9270                 update default config dir
9271                 update binary name (thanks to Fabien Vantard)
9272                 remove obsolete scripts
9273
9274 2005-10-21 [colin]      1.9.15cvs86
9275
9276         * src/inc.c
9277                 Fix possible leak and units. Based on a patch by
9278                 Fabien Vantard.
9279
9280 2005-10-20 [colin]      1.9.15cvs85
9281
9282         * src/textview.c
9283                 Clear xface when clearing textview
9284
9285 2005-10-20 [colin]      1.9.15cvs84
9286
9287         * configure.ac
9288         * src/folderview.c
9289         * src/headerview.c
9290         * src/main.c
9291         * src/prefs_common.c
9292         * src/prefs_common.h
9293         * src/prefs_message.c
9294         * src/textview.c
9295         * src/textview.h
9296         * src/common/defs.h
9297         * src/common/utils.c
9298         * src/common/utils.h
9299         * src/gtk/gtkutils.c
9300         * src/gtk/gtkutils.h
9301                 Migrate config to .sylpheed-claws (Automatically)
9302                 Add a way to get the Xface in the TextView
9303
9304 2005-10-20 [colin]      1.9.15cvs83
9305
9306         * src/gtk/Makefile.am
9307         * src/gtk/about.c
9308         * src/gtk/authors.h
9309                 Make the about dialog *grooovy*
9310
9311 2005-10-20 [colin]      1.9.15cvs82
9312
9313         * src/mimeview.c
9314                 Use "Open with" on double click if no command
9315                 was found
9316
9317 2005-10-20 [colin]      1.9.15cvs81
9318
9319         * src/imap.c
9320         * src/etpan/imap-thread.c
9321                 Fix possible crash.
9322
9323 2005-10-20 [paul]       1.9.15cvs80
9324
9325         * src/folder.c
9326                 don't show clipkey icon if the only
9327                 attachment is the signature
9328                 Patch by Colin
9329
9330 2005-10-20 [paul]       1.9.15cvs79
9331
9332         * AUTHORS
9333         * src/plugins/pgpmime/pgpmime.c
9334                 name the PGP/MIME signature 'signature.asc'
9335                 Patch by Andrew Nelson <freeandy@gmail.com>
9336
9337 2005-10-19 [colin]      1.9.15cvs78
9338
9339         * src/plugins/pgpmime/pgpmime.c
9340                 Oops, no need to double-check though
9341
9342 2005-10-19 [colin]      1.9.15cvs77
9343
9344         * src/plugins/pgpinline/pgpinline.c
9345         * src/plugins/pgpmime/pgpmime.c
9346                 Check that my_tmpfile() doesn't 
9347                 return NULL
9348
9349 2005-10-19 [colin]      1.9.15cvs76
9350
9351         * src/common/utils.c
9352                 Use shorter mime boundaries to avoid having
9353                 MTAs rewrapping our headers, breaking the
9354                 PGP signature in the process 
9355         * src/compose.c
9356         * src/plugins/pgpmime/pgpmime.c
9357                 Check for boundary uniqueness to be sure
9358                 it won't happen, instead of hoping for the
9359                 best
9360
9361 2005-10-19 [colin]      1.9.15cvs75
9362
9363         * sylpheed-claws.desktop
9364         * src/Makefile.am
9365         * src/main.c
9366                 Ship a sylpheed-claws binary instead
9367                 of a sylpheed one. Change the socket
9368                 name, too
9369         * src/folderview.c
9370                 Update folder only if it changed
9371         * src/wizard.c
9372                 Fix i18n in welcome mail, patch by
9373                 Fabien Vantard
9374
9375 2005-10-19 [paul]
9376
9377         1.9.99-rc2 released
9378
9379 2005-10-19 [paul]       1.9.15cvs74
9380
9381         * src/folder.c
9382         * src/folderview.c
9383                 fix summaryview update
9384                 Patch by Colin
9385
9386 2005-10-18 [colin]      1.9.15cvs73
9387
9388         * src/plugins/pgpcore/passphrase.c
9389                 Don't XGrabServer, and try a bit more to 
9390                 sync everything before grabbing mouse/keyboard
9391
9392 2005-10-18 [colin]      1.9.15cvs72
9393
9394         * src/Makefile.am
9395         * src/addressadd.c
9396         * src/addressbook.c
9397         * src/folderview.c
9398         * src/grouplistdialog.c
9399         * src/mimeview.c
9400         * src/stock_pixmap.c
9401         * src/stock_pixmap.h
9402         * src/summaryview.c
9403         * src/gtk/gtksctree.c
9404         * src/gtk/gtksctree.h
9405         * src/pixmaps/empty.xpm
9406                 Implement a wrapper call for gtk_ctree_set_node_info
9407                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9408                 pixmap instead of a NULL one. This works around some
9409                 memory problems deep inside gtk, revealed by valgrind,
9410                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9411                 as locked crashes sylpheed.), as well as, probably, 
9412                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9413
9414 2005-10-17 [colin]      1.9.15cvs71
9415
9416         * src/mimeview.c
9417                 Provide visual feedback when checking
9418                 signature
9419
9420 2005-10-17 [colin]      1.9.15cvs70
9421
9422         * src/main.c
9423                 Keep the folder list frozen while checking caches...
9424
9425 2005-10-17 [colin]      1.9.15cvs69
9426
9427         * src/addr_compl.c
9428                 Fi bug #833 (Autocompleting from addressbook 
9429                 fails with extended chars)
9430         * src/imap.c
9431                 Fix 'adding messages' staying in statusbar
9432                 after an error
9433
9434 2005-10-17 [wwp]        1.9.15cvs68
9435
9436         * src/ssl_manager.c
9437                 Fix buttons' layout resizing when window size changes
9438
9439 2005-10-17 [wwp]        1.9.15cvs67
9440
9441         * src/account.c
9442         * src/prefs_account.c
9443         * src/prefs_common.c
9444         * src/prefs_common.h
9445         * src/prefs_folder_item.c
9446         * src/prefs_gtk.c
9447         * src/gtk/logwindow.c
9448         * src/gtk/pluginwindow.c
9449         * src/gtk/prefswindow.c
9450         * src/gtk/prefswindow.h
9451                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9452
9453 2005-10-17 [paul]       1.9.15cvs66
9454
9455         * configure.ac
9456                 fix missing libetpan message
9457         * po/en_GB.po
9458                 updated
9459         * src/crash.c
9460         * src/manual.c
9461         * src/prefs_themes.c
9462         * src/common/defs.h
9463                 add some new URI defines, change some
9464                 others
9465         * src/wizard.c
9466                 make welcome message translatable
9467                 small improvements to english
9468                 other tweaks
9469         * src/gtk/menu.c
9470                 fix warnings
9471
9472 2005-10-17 [paul]       1.9.15cvs65
9473
9474         * src/summaryview.c
9475                 fix column titles
9476
9477 2005-10-16 [mones]      1.9.15cvs64
9478
9479         * po/es.po
9480                 Updated translation
9481
9482 2005-10-16 [colin]
9483
9484         1.9.99-rc1 released
9485
9486 2005-10-16 [colin]      1.9.15cvs63
9487
9488         * src/wizard.c
9489                 Fix whitespace
9490
9491 2005-10-16 [colin]      1.9.15cvs62
9492
9493         * src/toolbar.c
9494                 s/Get All/Get Mail/
9495         * src/wizard.c
9496                 Real welcome mail text, thanks Paul
9497
9498 2005-10-16 [colin]      1.9.15cvs61
9499
9500         * src/editldap.c
9501         * src/exporthtml.c
9502         * src/main.c
9503         * src/mainwindow.c
9504         * src/prefs_themes.c
9505         * src/prefs_toolbar.c
9506         * src/plugins/demo/demo.c
9507         * src/plugins/trayicon/trayicon.c
9508                 s/Sylpheed/Sylpheed-Claws/
9509
9510 2005-10-16 [colin]      1.9.15cvs60
9511
9512         * src/wizard.c
9513                 Add a welcome email in the first empty mailbox
9514         * src/prefs_common.c
9515                 Change one more default
9516
9517 2005-10-16 [colin]      1.9.15cvs59
9518
9519         * src/wizard.c
9520                 Remove printf
9521
9522 2005-10-16 [colin]      1.9.15cvs58
9523
9524         * src/toolbar.c
9525         * src/prefs_common.c
9526                 Change some defaults
9527
9528 2005-10-16 [colin]      1.9.15cvs57
9529
9530         * src/toolbar.c
9531         * src/prefs_common.c
9532                 Change some defaults
9533
9534 2005-10-16 [colin]      1.9.15cvs56
9535
9536         * src/wizard.c
9537                 By default, initialize fonts to have
9538                 the same size as normal GtkWidgets
9539
9540 2005-10-16 [colin]      1.9.15cvs55
9541
9542         * src/mimeview.c
9543                 Fix message a bit more
9544
9545 2005-10-16 [colin]      1.9.15cvs54
9546
9547         * src/addressbook.c
9548                 Second attempt at flicker fixing
9549
9550 2005-10-16 [colin]      1.9.15cvs53
9551
9552         * src/addressbook.c
9553                 Fix flicker
9554
9555 2005-10-16 [wwp]        1.9.15cvs52
9556
9557         * src/addressbook.c
9558         * src/editaddress.c
9559         * src/prefs_common.c
9560         * src/prefs_common.h
9561                 Remember window sizes (address book)
9562
9563 2005-10-16 [wwp]        1.9.15cvs51
9564
9565         * src/plugins/clamav/clamav_plugin_gtk.c
9566         * src/plugins/spamassassin/spamassassin_gtk.c
9567                 Fix compilation warnings (missing #include).
9568
9569 2005-10-16 [colin]      1.9.15cvs50
9570
9571         * src/mimeview.c
9572         * src/summaryview.c
9573         * src/textview.c
9574                 Make 'c' check signature, and forward
9575                 c, l, y, t from summaryview to mimeview
9576
9577 2005-10-16 [colin]      1.9.15cvs49
9578
9579         * src/addressbook.c
9580                 Put border around buttons
9581         * src/mainwindow.c
9582         * src/summaryview.c
9583                 Rework menus (Patch based on a patch
9584                 by Paul)
9585
9586 2005-10-15 [wwp]        1.9.15cvs48
9587
9588         * src/editjpilot.c
9589         * src/editldap.c
9590         * src/editvcard.c
9591         * src/exphtmldlg.c
9592         * src/expldifdlg.c
9593         * src/export.c
9594         * src/import.c
9595         * src/importldif.c
9596         * src/importmutt.c
9597         * src/importpine.c
9598         * src/prefs_account.c
9599         * src/prefs_spelling.c
9600         * src/gtk/gtkutils.c
9601         * src/gtk/gtkutils.h
9602         * src/plugins/clamav/clamav_plugin_gtk.c
9603         * src/plugins/spamassassin/spamassassin_gtk.c
9604                 use nicer browse-for-file/dir buttons than the "..." ones,
9605                 code factorizing more.
9606
9607 2005-10-14 [colin]      1.9.15cvs47
9608
9609         * src/mainwindow.c
9610                 set relief on the account switcher so that people see it
9611                 grey out Create processing rules when no message is selected
9612         * src/prefs_filtering.c
9613                 ask before closing if the rule has not been modified, even if
9614                 it's not valid
9615         * src/prefs_matcher.c
9616                 fix sensitivity when entering the dialog
9617         * src/gtk/inputdialog.c
9618                 display a better icon on password ask
9619         * src/plugins/pgpcore/passphrase.c
9620                 make the dialog look better
9621
9622 2005-10-14 [paul]       1.9.15cvs46
9623
9624         * src/folderview.c
9625                 indicate presense of marked msgs in
9626                 unexpanded subfolders
9627
9628 2005-10-14 [paul]       1.9.15cvs45
9629
9630         * src/prefs_actions.c
9631         * src/prefs_common.c
9632         * src/prefs_common.h
9633         * src/prefs_filtering_action.c
9634         * src/prefs_matcher.c
9635         * src/prefs_template.c
9636                 remember window sizes
9637                 fix Info button size
9638
9639         Patches by wwp
9640
9641 2005-10-13 [colin]      1.9.15cvs44
9642
9643         * src/mimeview.c
9644         * src/noticeview.c
9645         * src/noticeview.h
9646                 Add a tooltip on the icon (optional) 
9647                 Get rid of the signature buttons and only
9648                 use the icon+tooltip
9649
9650 2005-10-13 [colin]      1.9.15cvs43
9651
9652         * src/noticeview.c
9653         * src/noticeview.h
9654                 Add hand cursor for hovering over icon
9655
9656 2005-10-13 [colin]      1.9.15cvs42
9657
9658         * src/summaryview.c
9659                 Fix crash when quicksearch's hidden 
9660                 at startup
9661
9662 2005-10-13 [colin]      1.9.15cvs41
9663
9664         * src/compose.c
9665                 Set subject when forwarding multiple mails
9666                 Check that other recipient than the default Cc or Bcc
9667                 have been set before sending.
9668
9669 2005-10-13 [colin]      1.9.15cvs40
9670
9671         * src/imap.c
9672                 Batch per-folder
9673                 Introduce locking, but don't use it yet
9674
9675 2005-10-13 [colin]      1.9.15cvs39
9676
9677         * src/gtk/quicksearch.c
9678                 Reset quicksearch when hiding it
9679                 Make sticky a real pref
9680
9681 2005-10-13 [colin]      1.9.15cvs38
9682
9683         * src/summaryview.c
9684                 Faster prefs apply
9685
9686 2005-10-13 [colin]      1.9.15cvs37
9687
9688         * src/mimeview.c
9689         * src/noticeview.c
9690         * src/noticeview.h
9691         * src/plugins/pgpcore/sgpgme.c
9692                 Make privacy icon clickable
9693                 Move Trust field in Full info
9694                 When trust is less than full, don't display
9695                 a warning icon
9696
9697 2005-10-13 [colin]      1.9.15cvs36
9698
9699         * src/folder.c
9700                 Batch on flags sync
9701         * src/folderview.c
9702                 Revert speed hack which is dangerous in fact
9703                 Apply prefs faster
9704
9705 2005-10-13 [colin]      1.9.15cvs35
9706
9707         * src/folder_item_prefs.c
9708                 Fix pref corruption on folder move. Patch
9709                 by wwp
9710
9711 2005-10-13 [paul]       1.9.15cvs34
9712
9713         * src/export.c
9714         * src/import.c
9715                 fix typos in g_warnings
9716         * src/prefs_account.c
9717                 add a file selector for Signature file
9718
9719         Patches by wwp
9720
9721 2005-10-12 [colin]      1.9.15cvs33
9722
9723         * src/mimeview.c
9724                 Provide a quick way to go back from a
9725                 signature's full info to the email part
9726
9727 2005-10-12 [colin]      1.9.15cvs32
9728
9729         * src/compose.c
9730                 Remove old hack of encoding signed mails with base64.
9731                 QP works equally well.
9732
9733 2005-10-12 [colin]      1.9.15cvs31
9734
9735         * src/crash.c
9736                 Replace deprecated GtkText with GtkTextView
9737         * src/imap.c
9738                 Fix a logic bug about counts in imap_select
9739                 (previously un-triggered)
9740         * src/mainwindow.c
9741         * src/summaryview.c
9742         * src/news.c
9743                 Allow local deletion of news posts
9744         * src/mimeview.c
9745                 Show GPG noticeview on the message/rfc822 part
9746                 in addition to the text/plain one
9747         * src/prefs_image_viewer.c
9748           src/plugins/pgpcore/prefs_gpg.c
9749                 Polish (set the label as part of the checkbox)
9750         * src/wizard.c
9751                 Don't sit there doing nothing after destroying
9752                 the window - return err
9753
9754 2005-10-11 [colin]      1.9.15cvs30
9755
9756         * src/folderview.c
9757                 Apply processing rules before showing folders.
9758                 Early folder show (before flags sync) will only
9759                 be done when there are no processing rules (nor
9760                 pre- or post- ones)
9761         * src/imap.c
9762                 Fix stuff related to mail subdir, creation and 
9763                 deletion of folders 
9764         * src/imap_gtk.c
9765                 Don't allow creation of folders in NoInferior
9766                 folders, as it won't work
9767
9768 2005-10-10 [colin]      1.9.15cvs29
9769
9770         * src/compose.c
9771                 Reselect "None" Privacy system when selecting an
9772                 account with no privacy system defined
9773
9774 2005-10-10 [colin]      1.9.15cvs28
9775
9776         * src/mainwindow.c
9777                 Add Windows-1252 encoding
9778         * src/prefs_common.c
9779                 Rework some defaults:
9780                 - autosave to draft by default
9781                 - don't show header pane (it's already in the textview)
9782                 - Select first new or unread mail on entry
9783                 - Assume 'Yes' to change folder when there's no more
9784                   unread message
9785         * src/prefs_matcher.c
9786                 Fix a gtk assertion failure
9787         * src/gtk/colorlabel.c
9788                 Workaround bad repainting on selection
9789         * src/main.c
9790                 Freeze/thaw (a bit faster on ssh -X)
9791         * src/msgcache.c
9792                 Get rid of StrdupConverter that just adds an
9793                 extra strdup/free 
9794         * src/etpan/imap_thread.c
9795                 memset buf to 0
9796
9797 2005-10-10 [colin]      1.9.15cvs27
9798
9799         * src/export.c
9800         * src/import.c
9801                 Fix compile on gtk 2.4. Patch by wwp
9802
9803 2005-10-09 [colin]      1.9.15cvs26
9804
9805         * src/mainwindow.c
9806         * src/messageview.c
9807         * src/summaryview.c
9808                 Clarify forward menus. Patch by wwp
9809
9810 2005-10-09 [colin]      1.9.15cvs25
9811
9812         * src/compose.c
9813         * src/compose.h
9814                 Fix bug #829 (Non-working "Encrypt message by 
9815                 default when replying to an encrypted message")
9816
9817 2005-10-08 [colin]      1.9.15cvs24
9818
9819         * src/wizard.c
9820                 Fix bug #827 ("Welcome" setup wizard after a 
9821                 permission error gives up & forgets itself.)
9822
9823 2005-10-08 [colin]      1.9.15cvs23
9824
9825         * src/procmime.c
9826                 Fix bug #828 (Ignoring headers with spaces around = sign)
9827
9828 2005-10-08 [colin]      1.9.15cvs22
9829
9830         * src/export.c
9831                 Warning fix by wwp
9832
9833 2005-10-08 [colin]      1.9.15cvs21
9834
9835         * src/folder.c
9836         * src/folder.h
9837                 Add a processing_pending indicator, set on 
9838                 folder_item_open and cleared after 
9839                 folder_item_process_open
9840         * src/folderview.c
9841         * src/summaryview.c
9842                 wrap procmsg_msginfo_*_flags, and in the
9843                 wrapper check that there's no folder processing 
9844                 pending. If there is, defer the flags change until 
9845                 processing is done to avoid stepping over each
9846                 other's toes.
9847                 Freeze during processing, but not during scanning.
9848
9849 2005-10-07 [colin]      1.9.15cvs20
9850
9851         * src/plugins/pgpcore/passphrase.c
9852                 Fix bug #826 (X-Server hangs when 
9853                 right-clicking a PGP encrypted message)
9854
9855 2005-10-07 [paul]       1.9.15cvs19
9856
9857         * src/compose.c
9858                 fix compose_entries[]
9859                 patch by Fabien Vantard
9860
9861 2005-10-06 [colin]      1.9.15cvs18
9862
9863         * src/pixmaps/address.xpm
9864         * src/pixmaps/address_book.xpm
9865         * src/pixmaps/book.xpm
9866         * src/pixmaps/check_spelling.xpm
9867         * src/pixmaps/checkbox_off.xpm
9868         * src/pixmaps/checkbox_on.xpm
9869         * src/pixmaps/close.xpm
9870         * src/pixmaps/complete.xpm
9871         * src/pixmaps/continue.xpm
9872         * src/pixmaps/deleted.xpm
9873         * src/pixmaps/down_arrow.xpm
9874         * src/pixmaps/exec.xpm
9875         * src/pixmaps/forwarded.xpm
9876         * src/pixmaps/group.xpm
9877         * src/pixmaps/ignorethread.xpm
9878         * src/pixmaps/interface.xpm
9879         * src/pixmaps/jpilot.xpm
9880         * src/pixmaps/ldap.xpm
9881         * src/pixmaps/linewrap.xpm
9882         * src/pixmaps/linewrapcurrent.xpm
9883         * src/pixmaps/mail.xpm
9884         * src/pixmaps/mail_attach.xpm
9885         * src/pixmaps/mail_compose.xpm
9886         * src/pixmaps/mail_forward.xpm
9887         * src/pixmaps/mail_receive.xpm
9888         * src/pixmaps/mail_receive_all.xpm
9889         * src/pixmaps/mail_reply.xpm
9890         * src/pixmaps/mail_reply_to_all.xpm
9891         * src/pixmaps/mail_reply_to_author.xpm
9892         * src/pixmaps/mail_send.xpm
9893         * src/pixmaps/mail_send_queue.xpm
9894         * src/pixmaps/mime_application.xpm
9895         * src/pixmaps/mime_audio.xpm
9896         * src/pixmaps/mime_image.xpm
9897         * src/pixmaps/mime_message.xpm
9898         * src/pixmaps/mime_text_enriched.xpm
9899         * src/pixmaps/mime_text_html.xpm
9900         * src/pixmaps/mime_text_plain.xpm
9901         * src/pixmaps/mime_unknown.xpm
9902         * src/pixmaps/new.xpm
9903         * src/pixmaps/news_compose.xpm
9904         * src/pixmaps/offline.xpm
9905         * src/pixmaps/online.xpm
9906         * src/pixmaps/paste.xpm
9907         * src/pixmaps/preferences.xpm
9908         * src/pixmaps/privacy_emblem_encrypted.xpm
9909         * src/pixmaps/privacy_expired.xpm
9910         * src/pixmaps/privacy_failed.xpm
9911         * src/pixmaps/privacy_passed.xpm
9912         * src/pixmaps/privacy_signed.xpm
9913         * src/pixmaps/privacy_unknown.xpm
9914         * src/pixmaps/privacy_warn.xpm
9915         * src/pixmaps/properties.xpm
9916         * src/pixmaps/replied.xpm
9917         * src/pixmaps/search.xpm
9918         * src/pixmaps/unread.xpm
9919         * src/pixmaps/up_arrow.xpm
9920         * src/pixmaps/vcard.xpm
9921                 Modernize internal theme, with icons from the 
9922                 Gnomaws theme. Keep some of the old ones where
9923                 they were better.
9924
9925 2005-10-06 [colin]      1.9.15cvs17
9926
9927         * src/summaryview.c
9928                 Little optimisations + bugfix
9929         * src/toolbar.c
9930                 Remove default useless items - useless being defined
9931                 by the default relevant prefs
9932         * src/wizard.c
9933                 include config.h to make gettext work
9934         * src/prefs_themes.c
9935                 Fix selection of current theme in prefs
9936
9937 2005-10-06 [colin]      1.9.15cvs16
9938
9939         * src/prefs_common.c
9940         * src/prefs_common.h
9941         * src/prefs_summaries.c
9942         * src/folderview.c
9943                 Add a warning dialog on Mark all read 
9944                 (with pref to get rid of it)
9945
9946 2005-10-06 [paul]       1.9.15cvs15
9947
9948         * po/nb.po
9949         * po/pt_BR.po
9950                 updated by Geir Helland and Frederico
9951                 Goncalves Guimaraes
9952
9953 2005-10-05 [colin]      1.9.15cvs14
9954
9955         * src/folder.c
9956         * src/folder.h
9957         * src/folderview.c
9958         * src/folderview.h
9959         * src/imap_gtk.c
9960         * src/mh_gtk.c
9961         * src/mainwindow.c
9962         * src/setup.c
9963                 add a way to rescan without rebuilding
9964                 make moving a bit faster (less folders changes)
9965                 don't lock the tree on Get 
9966         * src/imap.c
9967                 Don't re-delete deleted messages before expunging
9968         * src/summaryview.c
9969                 Set batch mode when deleting mails
9970
9971 2005-10-05 [paul]       1.9.15cvs13
9972
9973         * src/mainwindow.c
9974         * src/mainwindow.h
9975                 fix disabled Execute menu item
9976         * src/toolbar.c
9977                 match the change in 1.9.15cvs10: use Compose
9978                 instead of News by default
9979
9980 2005-10-04 [colin]      1.9.15cvs12
9981
9982         * src/compose.c
9983                 When replying to an ML post with Reply-To set
9984                 to the poster's email, honor it (as before),
9985                 but also honor our user's request to reply to
9986                 the mailing list: set the ML address in the To
9987                 field and the Reply-To address in the Cc: 
9988                 field.
9989
9990 2005-10-04 [colin]      1.9.15cvs11
9991
9992         * src/plugins/trayicon/trayicon.c
9993                 Finish cosmetic change - thanks to wwp
9994
9995 2005-10-04 [colin]      1.9.15cvs10
9996
9997         * src/toolbar.c
9998                 Use Compose instead of Email by default.
9999                 Spotted by wwp.
10000
10001 2005-10-04 [colin]      1.9.15cvs9
10002
10003         * src/folder.c
10004         * src/folder.h
10005         * src/folderview.c
10006         * src/imap.c
10007         * src/etpan/imap-thread.c
10008         * src/etpan/imap-thread.h
10009                 Try to make IMAP faster, by simplifying SEARCH
10010                 commands, avoiding sending two STATUS in a row,
10011                 and deferring flags sync and processing just
10012                 after displaying the folder. 
10013                 This will update the SummaryView in certain
10014                 cases (new mails not already fetched, flags
10015                 changed from another client) but in a non-
10016                 blocking manner.
10017
10018 2005-10-04 [colin]      1.9.15cvs8
10019
10020         * src/plugins/trayicon/trayicon.c
10021                 Relabel "Offline" to "Work offline"
10022
10023 2005-10-04 [colin]      1.9.15cvs7
10024
10025         * src/export.c
10026         * src/import.c
10027         * src/mbox.c
10028                 Fix mbox import/export buglets
10029                 Patch by wwp
10030         * src/plugins/trayicon/trayicon.c
10031                 Add offline swithc
10032                 Patch by wwp
10033
10034 2005-10-04 [colin]      1.9.15cvs6
10035
10036         * src/folder.c
10037         * src/folderview.c
10038         * src/summaryview.c
10039                 Better fix (don't break mark all read) for cvs2
10040
10041 2005-10-03 [colin]      1.9.15cvs5
10042
10043         * src/folder.c
10044                 Use a sane sort by default
10045
10046 2005-10-03 [colin]      1.9.15cvs4
10047
10048         * src/inc.c
10049                 Add a 'Only once' button for overriding offline mode
10050         * src/prefs_account.c
10051         * src/wizard.c
10052                 Add Local mbox to the wizard
10053                 Add IMAP subdir to the wizard (or the wizard is useless
10054                 for such accounts, or even worse than useless)
10055                 Move IMAP subdir from Advanced to Receive tab, as it's
10056                 not that uncommon
10057
10058 2005-10-03 [colin]      1.9.15cvs3
10059
10060         * src/send_message.c
10061                 Forgot this one in cvs1
10062
10063 2005-10-03 [colin]      1.9.15cvs2
10064
10065         * src/folder.c
10066                 Faster close when leaving a folder with lots
10067                 of new mails. Idea by David Relson.
10068
10069 2005-10-03 [colin]      1.9.15cvs1
10070
10071         * src/compose.c
10072         * src/imap.c
10073         * src/inc.c
10074         * src/main.c
10075         * src/messageview.c
10076         * src/news.c
10077         * src/summaryview.c
10078         * src/gtk/sslcertwindow.c
10079         * src/plugins/trayicon/trayicon.c
10080                 Add accels to every AlertPanel. Patch by Fabien 
10081                 Vantard
10082
10083 2005-10-03 [paul]       1.9.15
10084
10085         1.9.15 released
10086
10087 2005-10-03 [paul]       1.9.14cvs68
10088
10089         * po/ca.po
10090         * po/de.po
10091         * po/es.po
10092         * po/fi.po
10093         * po/fr.po
10094         * po/sk.po
10095         * po/sr.po
10096         * po/zh_CN.po
10097                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10098                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10099                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10100
10101 2005-10-03 [paul]       1.9.14cvs67
10102
10103         * src/send_message.c
10104                 prevent hang on Cancel
10105                 patch by Colin
10106
10107 2005-10-03 [paul]       1.9.14cvs66
10108
10109         * src/main.c
10110                 fix crash in IMAP caused by discrepancy
10111                 between check_at_startup and offline mode
10112                 Patch by Colin
10113
10114 2005-10-01 [paul]       1.9.14cvs65
10115
10116         * src/inc.c
10117                 fix engrish
10118
10119 2005-10-01 [paul]       1.9.14cvs64
10120         * src/export.c
10121         * src/import.c
10122                 synchronise import_mbox() and export_mbox()
10123         * src/mbox.c
10124                 proc_mbox(): add alert if file cannot be opened
10125                 export_list_to_mbox(): test if dest file exists,
10126                 prompt user to overwrite if it does. add alert
10127                 if file cannot be created
10128                                                                 
10129         Patch by wwp
10130                                                                                                                 
10131
10132 2005-09-30 [paul]       1.9.14cvs63
10133
10134         * src/addressbook.c
10135                 Fix sensitivity of a menu
10136         * src/codeconv.c
10137                 Respect hidden pref for mails with no encoding
10138         * src/common/xml.c
10139                 Fix memory corruption
10140         * src/plugins/pgpcore/sgpgme.c
10141                 Fix segfault on incomplete sigs, and display
10142                 of S/Mime UIDs
10143
10144         Patches by Colin
10145
10146 2005-09-30 [colin]      1.9.14cvs62
10147
10148         * src/partial_download.c
10149                 Little logic fix in almost-dead code
10150         * src/pop.c
10151                 Fix partial download when there's no new mail
10152
10153 2005-09-29 [paul]       1.9.14cvs61
10154
10155         * src/plugins/pgpinline/pgpinline.c
10156                 fix bug 819, 'crash accessing sign message'
10157                 Patch by Colin
10158
10159 2005-09-28 [martin]     1.9.14cvs60
10160
10161         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10162                 fix bug #790 (Crash when restarting window manager (fluxbox))
10163
10164 2005-09-28 [paul]       1.9.14cvs59
10165
10166         * src/gtk/gtkaspell.c
10167                 fix off-by-one typo
10168
10169 2005-09-27 [colin]      1.9.14cvs58
10170
10171         * src/plugins/pgpcore/sgpgme.c
10172                 Report error when there's one, instead of
10173                 "Signature unchecked" 
10174
10175 2005-09-27 [colin]      1.9.14cvs57
10176
10177         * src/prefs_quote.c
10178                 Fix bug #816 (Weird quotation with spaces)
10179
10180 2005-09-27 [colin]      1.9.14cvs56
10181
10182         * src/codeconv.c
10183         * src/compose.c
10184         * src/compose.h
10185                 Put subject in compose's title
10186                 Fix Automatic encoding so that it's really automatic:
10187                 first try default locale's charset, then charset of the replied mail, 
10188                 then utf-8
10189                 Fix encoding of headers (must be in strict mode too)
10190
10191 2005-09-26 [colin]      1.9.14cvs55
10192
10193         * src/gtk/gtkaspell.c
10194                 Fix previous patch - don't color the space,
10195                 just uncolor it :)
10196
10197 2005-09-26 [colin]      1.9.14cvs54
10198
10199         * src/gtk/gtkaspell.c
10200                 Unmark space if possible
10201
10202 2005-09-26 [colin]      1.9.14cvs53
10203
10204         * src/imap.c
10205                 log_error instead of alertpanel according to the pref
10206         * src/etpan/imap-thread.c
10207                 Print connect status, copy only necessary size to 
10208                 logger
10209         * src/plugins/pgpmime/pgpmime.c
10210                 Handle S/Mime signatures (verification only). Patch based
10211                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10212
10213 2005-09-26 [paul]       1.9.14cvs52
10214
10215         * src/common/passcrypt.c
10216                 this 'workaround' not necessary on NetBSD.
10217                 Thanks to Daniel Gustafson
10218
10219 2005-09-26 [paul]
10220
10221         1.9.15-rc4 released
10222
10223 2005-09-26 [paul]       1.9.14cvs51
10224
10225         * src/summaryview.c
10226                 Skip currently selected message when
10227                 looking for next new or unread message
10228                 in current folder. Patch by Colin
10229         * src/common/passcrypt.c
10230                 eliminate warnings on *BSD. Patch by
10231                 Daniel Gustafson
10232
10233 2005-09-26 [colin]      1.9.14cvs50
10234
10235         * src/procmsg.c
10236                 Call postfiltering hook anyway
10237
10238 2005-09-22 [colin]      1.9.14cvs49
10239
10240         * src/codeconv.c
10241         * src/codeconv.h
10242                 Add a strict mode that doesn't replace with _
10243         * src/compose.c
10244         * src/compose.h
10245                 Use strict conversion while sending
10246                 Fix race when drafting while sending (happens
10247                 on IMAP)
10248                 Fix d'n'd of messages from summaryview
10249         * src/prefs_common.c
10250         * src/prefs_common.h
10251                 add hidden utf8_instead_of_locale_for_broken_mail 
10252                 pref for people that preferred the default charset 
10253                 to be utf8 for broken mails
10254         * src/quote_fmt_parse.y
10255                 fix bug #815 (No quote insert if "From:" fied 
10256                 contained Russian letters)
10257         * src/summaryview.c
10258                 Fix d'n'd of messages to compose
10259
10260 2005-09-22 [paul]       1.9.14cvs48
10261
10262         * src/compose.c
10263                 fix bug where attachments Name entry
10264                 would display Path instead
10265
10266 2005-09-21 [paul]       1.9.14cvs47
10267
10268         * README
10269         * README.jp
10270         * configure.ac
10271         * config/config.rpath
10272         * doc/manual/en/sylpheed-20.html
10273         * doc/manual/es/sylpheed-20.html
10274         * po/bg.po
10275         * po/ca.po
10276         * po/de.po
10277         * po/es.po
10278         * po/fr.po
10279         * po/it.po
10280         * po/pt_BR.po
10281         * po/sk.po
10282         * po/zh_TW.po
10283         * src/account.c
10284         * src/account.h
10285         * src/action.c
10286         * src/action.h
10287         * src/adbookbase.h
10288         * src/addr_compl.c
10289         * src/addr_compl.h
10290         * src/addrbook.c
10291         * src/addrbook.h
10292         * src/addrcache.c
10293         * src/addrcache.h
10294         * src/addrcindex.c
10295         * src/addrcindex.h
10296         * src/addrclip.c
10297         * src/addrclip.h
10298         * src/addrdefs.h
10299         * src/addressadd.c
10300         * src/addressadd.h
10301         * src/addressbook.c
10302         * src/addressbook.h
10303         * src/addressitem.h
10304         * src/addrgather.c
10305         * src/addrgather.h
10306         * src/addrharvest.c
10307         * src/addrharvest.h
10308         * src/addrindex.c
10309         * src/addrindex.h
10310         * src/addritem.c
10311         * src/addritem.h
10312         * src/addrquery.c
10313         * src/addrquery.h
10314         * src/addrselect.c
10315         * src/addrselect.h
10316         * src/alertpanel.c
10317         * src/alertpanel.h
10318         * src/browseldap.c
10319         * src/browseldap.h
10320         * src/codeconv.c
10321         * src/codeconv.h
10322         * src/compose.c
10323         * src/compose.h
10324         * src/crash.c
10325         * src/crash.h
10326         * src/customheader.c
10327         * src/customheader.h
10328         * src/displayheader.c
10329         * src/displayheader.h
10330         * src/editaddress.c
10331         * src/editaddress.h
10332         * src/editbook.c
10333         * src/editbook.h
10334         * src/editgroup.c
10335         * src/editgroup.h
10336         * src/editjpilot.c
10337         * src/editjpilot.h
10338         * src/editldap.c
10339         * src/editldap.h
10340         * src/editldap_basedn.c
10341         * src/editldap_basedn.h
10342         * src/editvcard.c
10343         * src/editvcard.h
10344         * src/enriched.c
10345         * src/enriched.h
10346         * src/exphtmldlg.c
10347         * src/exphtmldlg.h
10348         * src/expldifdlg.c
10349         * src/expldifdlg.h
10350         * src/export.c
10351         * src/export.h
10352         * src/exporthtml.c
10353         * src/exporthtml.h
10354         * src/exportldif.c
10355         * src/exportldif.h
10356         * src/filtering.c
10357         * src/filtering.h
10358         * src/folder.c
10359         * src/folder.h
10360         * src/folder_item_prefs.c
10361         * src/folder_item_prefs.h
10362         * src/foldersel.c
10363         * src/foldersel.h
10364         * src/folderutils.c
10365         * src/folderutils.h
10366         * src/folderview.c
10367         * src/folderview.h
10368         * src/grouplistdialog.c
10369         * src/grouplistdialog.h
10370         * src/headerview.c
10371         * src/headerview.h
10372         * src/html.c
10373         * src/html.h
10374         * src/image_viewer.c
10375         * src/image_viewer.h
10376         * src/imap.c
10377         * src/imap.h
10378         * src/imap_gtk.c
10379         * src/imap_gtk.h
10380         * src/import.c
10381         * src/import.h
10382         * src/importldif.c
10383         * src/importldif.h
10384         * src/importmutt.c
10385         * src/importmutt.h
10386         * src/importpine.c
10387         * src/importpine.h
10388         * src/inc.c
10389         * src/inc.h
10390         * src/jpilot.c
10391         * src/jpilot.h
10392         * src/ldapctrl.c
10393         * src/ldapctrl.h
10394         * src/ldaplocate.c
10395         * src/ldaplocate.h
10396         * src/ldapquery.c
10397         * src/ldapquery.h
10398         * src/ldapserver.c
10399         * src/ldapserver.h
10400         * src/ldaputil.c
10401         * src/ldaputil.h
10402         * src/ldif.c
10403         * src/ldif.h
10404         * src/localfolder.c
10405         * src/localfolder.h
10406         * src/main.c
10407         * src/main.h
10408         * src/mainwindow.c
10409         * src/mainwindow.h
10410         * src/manual.c
10411         * src/manual.h
10412         * src/matcher.c
10413         * src/matcher.h
10414         * src/matcher_parser.h
10415         * src/matcher_parser_lex.l
10416         * src/matcher_parser_parse.y
10417         * src/mbox.c
10418         * src/mbox.h
10419         * src/message_search.c
10420         * src/message_search.h
10421         * src/messageview.c
10422         * src/messageview.h
10423         * src/mh.c
10424         * src/mh.h
10425         * src/mh_gtk.c
10426         * src/mh_gtk.h
10427         * src/mimeview.c
10428         * src/mimeview.h
10429         * src/msgcache.c
10430         * src/msgcache.h
10431         * src/mutt.c
10432         * src/mutt.h
10433         * src/news.c
10434         * src/news.h
10435         * src/news_gtk.c
10436         * src/news_gtk.h
10437         * src/noticeview.c
10438         * src/noticeview.h
10439         * src/partial_download.c
10440         * src/partial_download.h
10441         * src/pine.c
10442         * src/pine.h
10443         * src/pop.c
10444         * src/pop.h
10445         * src/prefs_account.c
10446         * src/prefs_account.h
10447         * src/prefs_actions.c
10448         * src/prefs_actions.h
10449         * src/prefs_common.c
10450         * src/prefs_common.h
10451         * src/prefs_compose_writing.c
10452         * src/prefs_compose_writing.h
10453         * src/prefs_customheader.c
10454         * src/prefs_customheader.h
10455         * src/prefs_display_header.c
10456         * src/prefs_display_header.h
10457         * src/prefs_ext_prog.c
10458         * src/prefs_ext_prog.h
10459         * src/prefs_filtering.c
10460         * src/prefs_filtering.h
10461         * src/prefs_filtering_action.c
10462         * src/prefs_filtering_action.h
10463         * src/prefs_folder_column.c
10464         * src/prefs_folder_column.h
10465         * src/prefs_folder_item.c
10466         * src/prefs_folder_item.h
10467         * src/prefs_fonts.c
10468         * src/prefs_fonts.h
10469         * src/prefs_gtk.c
10470         * src/prefs_gtk.h
10471         * src/prefs_image_viewer.c
10472         * src/prefs_image_viewer.h
10473         * src/prefs_matcher.c
10474         * src/prefs_matcher.h
10475         * src/prefs_message.c
10476         * src/prefs_message.h
10477         * src/prefs_msg_colors.c
10478         * src/prefs_msg_colors.h
10479         * src/prefs_other.c
10480         * src/prefs_other.h
10481         * src/prefs_quote.c
10482         * src/prefs_quote.h
10483         * src/prefs_receive.c
10484         * src/prefs_receive.h
10485         * src/prefs_send.c
10486         * src/prefs_send.h
10487         * src/prefs_spelling.c
10488         * src/prefs_spelling.h
10489         * src/prefs_summaries.c
10490         * src/prefs_summaries.h
10491         * src/prefs_summary_column.c
10492         * src/prefs_summary_column.h
10493         * src/prefs_template.c
10494         * src/prefs_template.h
10495         * src/prefs_themes.c
10496         * src/prefs_themes.h
10497         * src/prefs_toolbar.c
10498         * src/prefs_toolbar.h
10499         * src/prefs_wrapping.c
10500         * src/prefs_wrapping.h
10501         * src/privacy.c
10502         * src/privacy.h
10503         * src/procheader.c
10504         * src/procheader.h
10505         * src/procmime.c
10506         * src/procmime.h
10507         * src/procmsg.c
10508         * src/procmsg.h
10509         * src/quote_fmt.c
10510         * src/quote_fmt_parse.y
10511         * src/recv.c
10512         * src/recv.h
10513         * src/remotefolder.c
10514         * src/remotefolder.h
10515         * src/send_message.c
10516         * src/send_message.h
10517         * src/setup.c
10518         * src/setup.h
10519         * src/simple-gettext.c
10520         * src/sourcewindow.c
10521         * src/sourcewindow.h
10522         * src/ssl_manager.c
10523         * src/ssl_manager.h
10524         * src/statusbar.c
10525         * src/statusbar.h
10526         * src/stock_pixmap.c
10527         * src/stock_pixmap.h
10528         * src/summary_search.c
10529         * src/summary_search.h
10530         * src/summaryview.c
10531         * src/summaryview.h
10532         * src/syldap.c
10533         * src/syldap.h
10534         * src/textview.c
10535         * src/textview.h
10536         * src/toolbar.c
10537         * src/toolbar.h
10538         * src/undo.c
10539         * src/undo.h
10540         * src/unmime.c
10541         * src/unmime.h
10542         * src/vcard.c
10543         * src/vcard.h
10544         * src/wizard.c
10545         * src/wizard.h
10546         * src/common/base64.c
10547         * src/common/base64.h
10548         * src/common/defs.h
10549         * src/common/hooks.c
10550         * src/common/hooks.h
10551         * src/common/log.c
10552         * src/common/log.h
10553         * src/common/md5.c
10554         * src/common/md5.h
10555         * src/common/mgutils.c
10556         * src/common/mgutils.h
10557         * src/common/nntp.c
10558         * src/common/nntp.h
10559         * src/common/passcrypt.c
10560         * src/common/passcrypt.h.in
10561         * src/common/plugin.c
10562         * src/common/plugin.h
10563         * src/common/prefs.c
10564         * src/common/prefs.h
10565         * src/common/progressindicator.c
10566         * src/common/progressindicator.h
10567         * src/common/quoted-printable.c
10568         * src/common/quoted-printable.h
10569         * src/common/session.c
10570         * src/common/session.h
10571         * src/common/smtp.c
10572         * src/common/smtp.h
10573         * src/common/socket.c
10574         * src/common/socket.h
10575         * src/common/ssl.c
10576         * src/common/ssl.h
10577         * src/common/ssl_certificate.c
10578         * src/common/ssl_certificate.h
10579         * src/common/string_match.c
10580         * src/common/string_match.h
10581         * src/common/stringtable.c
10582         * src/common/sylpheed.c
10583         * src/common/sylpheed.h
10584         * src/common/template.c
10585         * src/common/template.h
10586         * src/common/timing.h
10587         * src/common/utils.c
10588         * src/common/utils.h
10589         * src/common/uuencode.c
10590         * src/common/uuencode.h
10591         * src/common/version.h.in
10592         * src/common/xml.c
10593         * src/common/xml.h
10594         * src/common/xmlprops.c
10595         * src/common/xmlprops.h
10596         * src/gtk/about.c
10597         * src/gtk/about.h
10598         * src/gtk/colorlabel.c
10599         * src/gtk/colorlabel.h
10600         * src/gtk/colorsel.c
10601         * src/gtk/colorsel.h
10602         * src/gtk/description_window.c
10603         * src/gtk/description_window.h
10604         * src/gtk/filesel.c
10605         * src/gtk/filesel.h
10606         * src/gtk/foldersort.c
10607         * src/gtk/foldersort.h
10608         * src/gtk/gtkutils.c
10609         * src/gtk/gtkutils.h
10610         * src/gtk/inputdialog.c
10611         * src/gtk/inputdialog.h
10612         * src/gtk/logwindow.c
10613         * src/gtk/logwindow.h
10614         * src/gtk/manage_window.c
10615         * src/gtk/manage_window.h
10616         * src/gtk/menu.c
10617         * src/gtk/menu.h
10618         * src/gtk/pluginwindow.c
10619         * src/gtk/pluginwindow.h
10620         * src/gtk/prefswindow.c
10621         * src/gtk/prefswindow.h
10622         * src/gtk/progressdialog.c
10623         * src/gtk/progressdialog.h
10624         * src/gtk/quicksearch.c
10625         * src/gtk/quicksearch.h
10626         * src/gtk/sslcertwindow.c
10627         * src/gtk/sslcertwindow.h
10628         * src/plugins/clamav/clamav_plugin.c
10629         * src/plugins/clamav/clamav_plugin.h
10630         * src/plugins/clamav/clamav_plugin_gtk.c
10631         * src/plugins/demo/demo.c
10632         * src/plugins/dillo_viewer/dillo_prefs.c
10633         * src/plugins/dillo_viewer/dillo_prefs.h
10634         * src/plugins/dillo_viewer/dillo_viewer.c
10635         * src/plugins/mathml_viewer/mathml_viewer.c
10636         * src/plugins/pgpcore/passphrase.c
10637         * src/plugins/pgpcore/passphrase.h
10638         * src/plugins/pgpcore/plugin.c
10639         * src/plugins/pgpcore/prefs_gpg.c
10640         * src/plugins/pgpcore/prefs_gpg.h
10641         * src/plugins/pgpcore/select-keys.c
10642         * src/plugins/pgpcore/select-keys.h
10643         * src/plugins/pgpcore/sgpgme.c
10644         * src/plugins/pgpcore/sgpgme.h
10645         * src/plugins/pgpinline/pgpinline.c
10646         * src/plugins/pgpinline/pgpinline.h
10647         * src/plugins/pgpinline/plugin.c
10648         * src/plugins/pgpmime/pgpmime.c
10649         * src/plugins/pgpmime/pgpmime.h
10650         * src/plugins/pgpmime/plugin.c
10651         * src/plugins/spamassassin/spamassassin.c
10652         * src/plugins/spamassassin/spamassassin.h
10653         * src/plugins/spamassassin/spamassassin_gtk.c
10654         * src/plugins/trayicon/trayicon.c
10655         * tools/OOo2sylpheed.pl
10656         * tools/acroread2sylpheed.pl
10657         * tools/asus_mailled.sh
10658         * tools/filter_conv.pl
10659         * tools/freshmeat_search.pl
10660         * tools/google_search.pl
10661         * tools/kmail2sylpheed.pl
10662         * tools/kmail2sylpheed_v2.pl
10663         * tools/maildir2sylpheed.pl
10664         * tools/multiwebsearch.pl
10665         * tools/newscache_clean.pl
10666         * tools/outlook2sylpheed.pl
10667         * tools/sylpheed-switcher
10668         * tools/update-po
10669         * tools/vcard2xml.py
10670         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10671                 update FSF address
10672
10673 2005-09-21 [colin]      1.9.14cvs46
10674
10675         * src/gedit-print.c
10676         * src/procmsg.c
10677         * src/procmsg.h
10678         * src/textview.c
10679         * src/summaryview.c
10680                 Remove some printing hacks (deselection/reselection),
10681                 which by the way fix printing the currently 
10682                 displayed mime part (still only text)
10683                 Plus a little optimisation of summary_show
10684
10685
10686 2005-09-20 [colin]      1.9.14cvs45
10687
10688         * src/mainwindow.c
10689         * src/messageview.c
10690                 GUI fixups: add accels, set message
10691                 view title to displayed mail's subject
10692         * src/prefs_spelling.c
10693         * src/gtk/gtkaspell.c
10694                 GUI fixups: allow underlining misspelled
10695                 words instead of coloring them (a11y!)
10696
10697 2005-09-19 [colin]
10698
10699         1.9.15rc3 released
10700
10701 2005-09-19 [colin]      1.9.14cvs44
10702
10703         * src/compose.c
10704                 Fix draft message
10705         * src/gtk/gtkaspell.c
10706                 Fix wrong test ;-)
10707
10708 2005-09-19 [colin]      1.9.14cvs43
10709
10710         * src/addressbook.c
10711                 Fix sensitivity of Delete button
10712         * src/compose.c
10713                 Warn if the requested Privacy system
10714                 is not available
10715         * src/exphtmldlg.c
10716         * src/expldifdlg.c
10717         * src/importldif.c
10718         * src/importmutt.c
10719         * src/importpine.c
10720                 Fix crappy UI
10721         * src/
10722         * src/ssl.h
10723         * src/prefs_account.h
10724         * src/prefs_account.c
10725                 Save SSL prefs even in builds that have
10726                 SSL support disable
10727         * src/imap.c
10728         * src/inc.c
10729         * src/news.c
10730         * src/send_message.c
10731                 Warn if connection should be secure, but
10732                 SSL support isn't compiled in
10733         * src/gtkaspell.c
10734                 Fix word separation on UTF-8 systems
10735                 Fixes bug #812 (Strange inline spellchecking)
10736         * src/compose.c
10737                 Warn if the requested Privacy system
10738                 is not available
10739                 Factorize offline warning
10740         * src/imap.c
10741         * src/imap_gtk.c
10742         * src/imap_gtk.h
10743         * src/inc.h
10744         * src/news_gtk.c
10745         * src/news_gtk.h
10746         * src/messageview.c
10747                 Factorize offline warning
10748
10749 2005-09-19 [paul]
10750
10751         1.9.15-rc2 released
10752
10753 2005-09-18 [colin]      1.9.14cvs42
10754
10755         * src/codeconv.c
10756         * src/codeconv.h
10757         * src/procmime.c
10758                 Add a way to get locale's charset ignoring utf-8,
10759                 and use that as default encoding for broken mails
10760
10761 2005-09-18 [colin]      1.9.14cvs41
10762
10763         * src/gtk/logwindow.c
10764                 Translate string. Patch by Fabien Vantard
10765
10766 2005-09-18 [colin]      1.9.14cvs40
10767
10768         * configure.ac
10769                 Fix bug #803 (IMAP/SSL support breaks with 
10770                 GnuTLS libetpan 0.38)
10771
10772 2005-09-18 [colin]      1.9.14cvs39
10773
10774         * src/codeconv.c
10775         * src/compose.c
10776         * src/procmime.c
10777                 More charsets fixes. Fixes bug #806 (non
10778                 ascii characters in subject line)
10779
10780 2005-09-17 [paul]       1.9.14cvs38
10781
10782         * src/folderview.c
10783         * src/mainwindow.c
10784                 fix gcc-2.95 issues
10785                 Patch by Pawel Pekala
10786
10787 2005-09-17 [colin]      1.9.14cvs37
10788
10789         * src/addrindex.c
10790                 bugfix for NO-USE LDAP compilation, patch 
10791                 by Fabien Vantard
10792
10793 2005-09-17 [colin]      1.9.14cvs36
10794
10795         * src/prefs_actions.c
10796         * src/prefs_customheader.c
10797         * src/prefs_display_header.c
10798         * src/prefs_filtering_action.c
10799         * src/prefs_matcher.c
10800         * src/prefs_toolbar.c
10801                 Fix strange casts (less elegant but
10802                 works better)
10803
10804 2005-09-16 [colin]      1.9.14cvs35
10805
10806         * src/jpilot.c
10807                 Missed that one
10808
10809 2005-09-16 [colin]      1.9.14cvs34
10810
10811         * configure.ac
10812         * src/Makefile.am
10813         * src/addr_compl.c
10814         * src/addrindex.c
10815         * src/browseldap.c
10816         * src/editldap.c
10817         * src/ldaplocate.c
10818         * src/ldapquery.c
10819         * src/ldapquery.h
10820         * src/ldapserver.c
10821         * src/ldapserver.h
10822         * src/main.c
10823         * src/matcher_parser_parse.y
10824         * src/prefs_themes.c
10825         * src/etpan/Makefile.am
10826         * src/gtk/description_window.c
10827         * src/plugins/clamav/Makefile.am
10828         * src/plugins/clamav/clamav_plugin.c
10829         * src/plugins/dillo_viewer/Makefile.am
10830         * src/plugins/pgpcore/Makefile.am
10831         * src/plugins/pgpinline/Makefile.am
10832         * src/plugins/pgpmime/Makefile.am
10833         * src/plugins/trayicon/Makefile.am
10834                 Fix 100% cpu usage in address completion list
10835                 Fix little bugs (return with no values etc)
10836                 Fix all warnings (with common CFLAGS)
10837
10838 2005-09-15 [colin]      1.9.14cvs33
10839
10840         * src/addressbook.c
10841                 Fix bug where sometimes a group's email list is empty,
10842                 force its refresh (probably fixes "Re: how to create a 
10843                 distribution list")
10844         * src/ldapquery.c
10845                 Don't return to the callback in the main thread from the
10846                 fetch thread (or face segs!)
10847
10848 2005-09-15 [paul]       1.9.14cvs32
10849
10850         * src/prefs_matcher.c
10851                 forgotten in last commit
10852
10853 2005-09-15 [paul]       1.9.14cvs31
10854
10855         * src/prefs_actions.c
10856         * src/prefs_filtering_action.c
10857         * src/prefs_quote.c
10858         * src/quote_fmt.c
10859         * src/summaryview.c
10860         * src/gtk/description_window.c
10861         * src/gtk/description_window.h
10862         * src/gtk/quicksearch.c
10863                 allow interaction with the called
10864                 description window
10865                 Patch by Anders Hammar
10866
10867 2005-09-14 [paul]       1.9.14cvs30
10868
10869         * src/compose.c
10870                 fix a little annoyance when pasting with 3rd button 
10871                 with wrap_pastes=0 and wrap_input=1
10872                 Patch by Colin
10873
10874 2005-09-14 [paul]       1.9.14cvs29
10875
10876         * src/prefs_account.c
10877                 disable 'Filter messages on receiving' for
10878                 SMTP-only accounts
10879                 Patch  by Anders Hammar
10880
10881 2005-09-14 [paul]       1.9.14cvs28
10882
10883         * po/sk.po
10884                 fix crash
10885                 updated by Andrej Kacian
10886
10887 2005-09-14 [paul]
10888
10889         1.9.15-rc1 released
10890
10891 2005-09-14 [paul]       1.9.14cvs27
10892
10893         * po/es.po
10894                 updated by Ricardo Mones Lastra
10895         * src/compose.c
10896         * src/compose.h
10897                 associate no_wrap_tags to Compose windows
10898                 instead of using a static one
10899                 Patch by Colin
10900         * src/mbox.c
10901                 fix proc_mbox()
10902                 Patch by wwp
10903         * src/textview.c
10904                 remove unneeded printf()
10905
10906 2005-09-14 [paul]       1.9.14cvs26
10907
10908         * src/addrcache.c
10909         * src/codeconv.h
10910         * src/folder.h
10911         * src/mainwindow.h
10912         * src/mh.c
10913         * src/mimeview.h
10914         * src/partial_download.c
10915         * src/pop.c
10916         * src/prefs_account.c
10917         * src/prefs_account.h
10918         * src/prefs_actions.c
10919         * src/prefs_customheader.c
10920         * src/prefs_display_header.c
10921         * src/prefs_filtering_action.c
10922         * src/prefs_matcher.c
10923         * src/prefs_toolbar.c
10924         * src/privacy.h
10925         * src/procmime.c
10926         * src/procmime.h
10927         * src/procmsg.h
10928         * src/textview.c
10929         * src/undo.h
10930         * src/common/plugin.c
10931         * src/common/session.h
10932         * src/common/socket.c
10933         * src/common/socket.h
10934         * src/common/template.c
10935         * src/gtk/gtkaspell.c
10936         * src/gtk/quicksearch.h
10937         * src/plugins/pgpcore/passphrase.c
10938         * src/plugins/pgpcore/prefs_gpg.h
10939         * src/plugins/pgpcore/select-keys.c
10940         * src/plugins/pgpcore/select-keys.h
10941         * src/plugins/pgpcore/sgpgme.c
10942         * src/plugins/pgpinline/pgpinline.c
10943         * src/plugins/pgpmime/pgpmime.c
10944         * src/plugins/trayicon/trayicon.c
10945                 fix compilation warnings
10946                 Patch by Daniel Gustafson
10947
10948 2005-09-14 [paul]       1.9.14cvs25
10949
10950         * src/addressbook.c
10951                 add missing column header, and other small
10952                 bug fixes
10953                 Patch by Anders Hammar
10954
10955 2005-09-13 [colin]      1.9.14cvs24
10956
10957         * src/gtk/gtkaspell.c
10958                 Fix non-utf8 in menu
10959                 Fix little leaks
10960                 Nullify struct members after free()s
10961
10962 2005-09-13 [colin]      1.9.14cvs23
10963
10964         * src/compose.c
10965                 Test utf8 compliance before inserting to 
10966                 buffer, and try to convert if necessary
10967         * src/procmime.c
10968                 If no charset is present, use the locale 
10969                 one instead of us-ascii
10970         * src/procmsg.c
10971                 Add Sender, List-Post and To in the checked 
10972                 headers for automatic rules creation 
10973                 (thanks to wwp)
10974         * src/prefs_themes.c
10975         * src/gtk/gtkaspell.c
10976                 Remove deprecated functions. 
10977                 patch by Daniel Gustafson
10978
10979 2005-09-12 [colin]      1.9.14cvs22
10980
10981         * src/compose.c
10982                 Fix bug #448 (Scrolling/Redraw issue with 
10983                 address-fields in Header)
10984         * src/mainwindow.c
10985         * src/summaryview.c
10986         * src/summaryview.h
10987                 Fix loss of MSG_MARKED on move/copy
10988                 Fix bug #804 (Quicksearch togglebutton doesn't 
10989                 get depressed after '/' key is pressed)
10990
10991 2005-09-12 [paul]       1.9.14cvs21
10992
10993         * AUTHORS
10994         * src/gtk/logwindow.c
10995                 add 'Clear Log' to popup menu
10996                 Patch by Anders Hammar <anders.hammar@telia.com>
10997
10998 2005-09-12 [paul]       1.9.14cvs20
10999
11000         * src/compose.c
11001                 set correct sensitivity on attachments
11002                 popup menu
11003         * src/folder.c
11004                 fix typo
11005         * src/prefs_spelling.c
11006                 fix crash when no LANG env is set
11007         * src/common/xml.c
11008                 fix crash in wizard
11009                 don't use memeory after free
11010
11011         All patches by Daniel Gustafson
11012
11013 2005-09-12 [paul]       1.9.14cvs19
11014
11015         * src/prefs_themes.c
11016                 make theme info selectable
11017         * src/gtk/description_window.c
11018                 make window non-modal
11019         * tools/README
11020                 add details of asus_mailed.sh
11021         * tools/claws.i18n.status.pl
11022                 update for new zh_TW translator
11023                 widen the output
11024                 create alternate coloured lines
11025                 improve readability
11026
11027 2005-09-10 [colin]      1.9.14cvs18
11028
11029         * src/plugins/pgpcore/select-keys.c
11030                 Better order for the buttons
11031
11032 2005-09-10 [colin]      1.9.14cvs17
11033
11034         * src/compose.c
11035         * src/plugins/pgpcore/select-keys.c
11036         * src/plugins/pgpcore/select-keys.h
11037         * src/plugins/pgpcore/sgpgme.c
11038                 Add a "Don't encrypt" button to the key
11039                 selection dialog. Fixes bug #177 (There should be a 
11040                 'Don't encrypt button in the Select Keys dialog)
11041
11042 2005-09-10 [colin]      1.9.14cvs16
11043
11044         * src/compose.c
11045                 Fix bug #572 (%X option does not work with templates)
11046
11047 2005-09-10 [colin]      1.9.14cvs15
11048
11049         * src/toolbar.c 
11050                 Remove g_print
11051
11052 2005-09-10 [colin]      1.9.14cvs14
11053
11054         * src/imap.c
11055                 Fix a possible crash
11056
11057 2005-09-09 [colin]      1.9.14cvs13
11058
11059         * src/imap.c
11060         * src/etpan/imap-thread.c
11061         * src/etpan/imap-thread.h
11062                 Fix moving from queue or drafts to normal folders
11063                 Fix bug #794 (No way to delete without expunging)
11064                 Take flags unset by other mailers into account
11065                 Take deleted flag set by other mailers into account
11066                 Fix unsetting REPLIED flag
11067                 Fix crash when capabilities can't be retrieved
11068         * src/mainwindow.c
11069         * src/mainwindow.h
11070                 Add M_DELAYED_FLAGS condition, and let the user use
11071                 Execute in order to be able to expunge deleted mails,
11072                 even if he's not in delayed execute mode
11073         * src/prefs_spelling.c
11074                 Use 'en' dictionary by default if LANG is POSIX or C
11075         * src/gtk/prefswindow.c
11076                 Fix bug #767 (Preferences windows expanding) by making
11077                 the window a bit larger when the resolution is greater
11078                 than 640x480, and by putting the prefs in a
11079                 GtkScrolledWindow.
11080
11081 2005-09-09 [paul]       1.9.14cvs12
11082
11083         * AUTHORS
11084         * configure.ac
11085         * po/zh_TW.Big5.po      ** REMOVED **
11086         * po/zh_TW.po           ** ADDED **
11087                 updated by Wei-Lun Chao
11088
11089 2005-09-09 [paul]       1.9.14cvs11
11090
11091         * src/mainwindow.c
11092                 fix asserts
11093         * src/common/xml.c
11094                 delay memory allocation until file is
11095                 opened successfully
11096                 Patch by Daniel Gustafson
11097
11098 2005-09-09 [colin]      1.9.14cvs10
11099
11100         * src/imap.c
11101                 Add guards
11102
11103 2005-09-08 [colin]      1.9.14cvs9
11104
11105         * src/compose.c
11106                 Alert when we can't save draft
11107                 Fix various wrap/color issues
11108                 Add mid-click pasting respecting wrap_paste option
11109         * src/folder.c
11110         * src/folder.h
11111         * src/folder_item_prefs.c
11112         * src/folder_item_prefs.h
11113         * src/imap.c
11114         * src/imap_gtk.c
11115         * src/imap_gtk.h
11116         * src/main.c
11117         * src/mainwindow.c
11118         * src/mainwindow.h
11119         * src/news.c
11120         * src/news_gtk.c
11121         * src/news_gtk.h
11122         * src/prefs_folder_item.c
11123                 Fix the impossibility to synchronise folders for
11124                 offline use (IMAP and NNTP are concerned)
11125
11126 2005-09-08 [colin]      1.9.14cvs8
11127
11128         * configure.ac
11129                 Build LDAP and JPilot by default if available
11130         * src/textview.c
11131                 Fix use after free
11132
11133 2005-09-08 [paul]       1.9.14cvs7
11134
11135         * doc/manual/en/sylpheed-1.html
11136         * doc/manual/en/sylpheed-18.html
11137         * doc/manual/en/sylpheed-19.html
11138         * doc/manual/en/sylpheed-4.html
11139         * doc/manual/en/sylpheed-6.html
11140         * doc/manual/en/sylpheed.html
11141                 a few minor updates, plus include some
11142                 details about plugins and their requirements
11143         * src/mainwindow.c
11144                 minor changes to English in /View/Sort
11145
11146 2005-09-07 [colin]      1.9.14cvs6
11147
11148         * doc/manual/en/sylpheed-1.html
11149         * doc/manual/en/sylpheed-10.html
11150         * doc/manual/en/sylpheed-11.html
11151         * doc/manual/en/sylpheed-12.html
11152         * doc/manual/en/sylpheed-13.html
11153         * doc/manual/en/sylpheed-14.html
11154         * doc/manual/en/sylpheed-15.html
11155         * doc/manual/en/sylpheed-16.html
11156         * doc/manual/en/sylpheed-17.html
11157         * doc/manual/en/sylpheed-18.html
11158         * doc/manual/en/sylpheed-19.html
11159         * doc/manual/en/sylpheed-2.html
11160         * doc/manual/en/sylpheed-20.html
11161         * doc/manual/en/sylpheed-21.html
11162         * doc/manual/en/sylpheed-22.html
11163         * doc/manual/en/sylpheed-3.html
11164         * doc/manual/en/sylpheed-4.html
11165         * doc/manual/en/sylpheed-5.html
11166         * doc/manual/en/sylpheed-6.html
11167         * doc/manual/en/sylpheed-7.html
11168         * doc/manual/en/sylpheed-8.html
11169         * doc/manual/en/sylpheed-9.html
11170         * doc/manual/en/sylpheed.html
11171                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11172
11173 2005-09-07 [colin]      1.9.14cvs5
11174
11175         * src/mainwindow.c
11176                 Make labels more to-the-point
11177
11178 2005-09-07 [colin]      1.9.14cvs4
11179
11180         * doc/manual/en/sylpheed-1.html
11181         * doc/manual/en/sylpheed-12.html
11182         * doc/manual/en/sylpheed-13.html
11183         * doc/manual/en/sylpheed-14.html
11184         * doc/manual/en/sylpheed-15.html
11185         * doc/manual/en/sylpheed-16.html
11186         * doc/manual/en/sylpheed-17.html
11187         * doc/manual/en/sylpheed-18.html
11188         * doc/manual/en/sylpheed-19.html
11189         * doc/manual/en/sylpheed-2.html
11190         * doc/manual/en/sylpheed-20.html
11191         * doc/manual/en/sylpheed-21.html
11192         * doc/manual/en/sylpheed-22.html
11193         * doc/manual/en/sylpheed-4.html
11194         * doc/manual/en/sylpheed-5.html
11195         * doc/manual/en/sylpheed-6.html
11196         * doc/manual/en/sylpheed-7.html
11197         * doc/manual/en/sylpheed-8.html
11198         * doc/manual/en/sylpheed-9.html
11199         * doc/manual/en/sylpheed.html
11200                 Update manual
11201
11202 2005-09-07 [colin]      1.9.14cvs3
11203
11204         * doc/faq/en/sylpheed-faq-1.html
11205         * doc/faq/en/sylpheed-faq-2.html
11206         * doc/faq/en/sylpheed-faq-3.html
11207         * doc/faq/en/sylpheed-faq.html
11208                 Update FAQ
11209
11210 2005-09-07 [colin]      1.9.14cvs2
11211
11212         * src/folderview.c
11213         * src/procmsg.c
11214         * src/summaryview.c
11215         * src/toolbar.c
11216                 Fix special subfolders:
11217                 - Inherit parent's icon
11218                 - sent contents of queues subfolders
11219                 - empty subfolders of trashes
11220         * src/mainwindow.c
11221                 Remove outdated manual and faq entries
11222         * src/common/utils.c
11223                 Add quotes around %s coming from mailcap
11224
11225 2005-09-07 [colin]      1.9.14cvs1
11226
11227         * src/compose.c
11228                 After saving draft, set modified to FALSE
11229         * src/mimeview.c
11230         * src/common/utils.c
11231         * src/common/utils.h
11232                 Try to open mime parts using what is 
11233                 indicated in ~/.mailcap or /etc/mailcap,
11234                 if possible.
11235
11236 2005-09-05 [paul]       1.9.14
11237
11238         1.9.14 released
11239
11240         * po/sk.po
11241                 updated by Andrej Kacian
11242
11243 2005-09-05 [paul]       1.9.13cvs83
11244
11245         * po/de.po
11246         * po/es.po
11247         * po/fi.po
11248         * po/fr.po
11249         * po/nb.po
11250         * po/pt_BR.po
11251         * po/sr.po
11252                 updated translations by Thomas Gilgin, Ricardo Mones
11253                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11254                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11255
11256 2005-09-04 [paul]       1.9.13cvs82
11257
11258         * src/compose.c
11259                 only warn about exceeded line length limit
11260                 on send
11261
11262 2005-09-04 [paul]       1.9.13cvs81
11263
11264         * src/compose.c
11265                 fix crash in 'line length exceeded' dialogue
11266
11267 2005-09-02 [paul]       1.9.13cvs80
11268
11269         * src/imap.c
11270                 fix bug 795, 'Connection lost IMAP'
11271                 and add statusbar prints
11272                 Patch by Colin
11273
11274 2005-09-02 [paul]       1.9.13cvs79
11275
11276         * src/compose.c
11277                 compose_wrap_paragraph() becomes
11278                 compose_beautify_paragraph()
11279                 Patch by Colin
11280
11281 2005-09-02 [colin]      1.9.13cvs78
11282
11283         * src/folderview.c
11284                 Micro-fix
11285
11286 2005-09-01 [colin]      1.9.13cvs77
11287
11288         * src/imap.c
11289                 Maybe fix bug #795 (Connection lost IMAP)
11290                 Don't try to send logout when we're disconnected.
11291         * src/summaryview.c
11292                 Include locked and marked emails in HRM
11293                 view. Fixes bug #800 (Locked messages no longer 
11294                 show up when hide read messages is used)
11295
11296 2005-09-01 [paul]       1.9.13cvs76
11297
11298         * src/prefs_common.c
11299                 fix bad cutting
11300
11301 2005-08-31 [colin]      1.9.13cvs75
11302
11303         * src/folderview.c
11304         * src/folderview.h
11305         * src/prefs_summaries.c
11306         * src/summaryview.c
11307                 Fix "go to next new", fix preference
11308                 (Open unread/next swapped)
11309
11310 2005-08-31 [paul]       1.9.13cvs74
11311
11312         * src/compose.c
11313         * src/folderview.c
11314         * src/headerview.c
11315         * src/headerview.h
11316         * src/mainwindow.c
11317         * src/prefs_common.c
11318         * src/prefs_common.h
11319         * src/prefs_fonts.c
11320         * src/summaryview.c
11321         * src/textview.c
11322         * src/common/defs.h
11323                 remove obsolete BOLD_FONT setting
11324                 fix font update in headerview and textview
11325                 headers after prefs change
11326                 Patch By Colin
11327
11328 2005-08-31 [paul]
11329
11330         1.9.14-rc4 released
11331
11332 2005-08-30 [colin]      1.9.13cvs73
11333
11334         * src/summaryview.c
11335                 When Hide read messages is selected and we
11336                 refresh the summaryview, don't remove the 
11337                 currently displayed message. Fixes bug #797
11338                 (Summary view reloads when new mail is 
11339                 downloaded in 1.9.14 rc)
11340
11341 2005-08-30 [colin]      1.9.13cvs72
11342
11343         * src/folderview.c
11344                 Fix flickering
11345         * src/mainwindow.c
11346                 Remove useless callback
11347         * src/mimeview.c
11348         * src/gtk/filesel.c
11349         * src/gtk/filesel.h
11350                 Add a filesel_select_file_save_folder() - used by Save All
11351
11352 2005-08-29 [paul]       1.9.13cvs71
11353
11354         * AUTHORS
11355         * src/matcher_parser_parse.y
11356         * src/etpan/imap-thread.c
11357                 fix building on FreeBSD
11358                 Patch by Daniel Gustafson <daniel@hobbit.se>
11359
11360 2005-08-29 [paul]       1.9.13cvs70
11361
11362         * src/plugins/pgpinline/pgpinline.c
11363                 only initialise sig result if it's been handled
11364                 Patch by Colin
11365
11366 2005-08-29 [paul]       1.9.13cvs69
11367         
11368         Patches by Colin:
11369
11370         * src/imap.c
11371         * src/common.utils.c
11372         * src/common/utils.h
11373                 optimisation
11374         * src/stock_pixmap.h
11375                 fix wrong icon reference
11376         * src/pixmaps/trash_btn.xpm
11377                 replace with nicer image
11378
11379 2005-08-28 [colin]      1.9.13cvs68
11380
11381         * src/Makefile.am
11382         * src/stock_pixmap.c
11383         * src/stock_pixmap.h
11384         * src/toolbar.c
11385         * src/pixmaps/trash_btn.xpm
11386                 Add a specific trash xpm for the button
11387
11388 2005-08-28 [colin]      1.9.13cvs67
11389
11390         * src/imap.c
11391                 Fix leak
11392
11393 2005-08-27 [colin]      1.9.13cvs66
11394
11395         * src/imap.c
11396         * src/procmime.c
11397                 Correctly fix "Problem with replies", fixes
11398                 pgpmime encryption too. 
11399
11400 2005-08-27 [colin]      1.9.13cvs65
11401
11402         * src/folder.c
11403         * src/procmsg.c
11404         * src/procmsg.h
11405         * src/summaryview.c
11406                 Fix bug #517 (messages removed from summaryview 
11407                 when moving fails)
11408
11409 2005-08-27 [colin]      1.9.13cvs64
11410
11411         * tools/Makefile.am
11412         * tools/asus_mailled.sh
11413                 Add a script to blink ASUS laptops' mail LED where there
11414                 is unread mail.
11415
11416 2005-08-27 [colin]      1.9.13cvs63
11417
11418         * src/imap.c
11419         * src/etpan/imap-thread.c
11420         * src/etpan/imap-thread.h
11421                 Implement automatic choosing of login method
11422                 Fixes bug #791
11423         * src/gtk/.cvsignore
11424                 Add sylpheed-marshal.[ch]
11425
11426 2005-08-27 [colin]      1.9.13cvs62
11427
11428         * src/common/utils.c
11429                 Fix confusing perror
11430
11431 2005-08-27 [colin]      1.9.13cvs61
11432
11433         * src/toolbar.c
11434         * src/toolbar.h
11435                 Remove A_DELETE, replace it with 
11436                 A_TRASH and A_DELETE_REAL. Automatically
11437                 rewrite config files to replace A_DELETE
11438                 with A_TRASH (no functionality change).
11439                 Fixes half of #794
11440
11441 2005-08-26 [colin]      1.9.13cvs60
11442
11443         * src/procmime.c
11444                 Previous "Problem with replies" fix brought other
11445                 problems, fixing them
11446
11447 2005-08-26 [colin]      1.9.13cvs59
11448
11449         * src/procmime.c
11450                 Fix "Problem with replies". This happened only
11451                 on IMAP...
11452         * src/procmsg.c
11453                 Factorize code a bit
11454         * src/compose.c
11455                 Speed improvement on very long messages (wrapping)
11456                 Fix signature color on Reedit and Redirect
11457                 On Reedit, don't attach pgp-signatures parts, but
11458                 set signing to On.
11459
11460 2005-08-24 [paul]       1.9.13cvs58
11461
11462         * src/compose.c
11463                 don't claim success when clicking
11464                 Cancel on the passphrase box.
11465                 Patch by Colin
11466
11467 2005-08-24 [paul]       1.9.13cvs57
11468
11469         * src/main.c
11470                 fix misplaced sylpheed.log
11471         * src/common/defs.h
11472                 define UIDL_DIR
11473
11474 2005-08-24 [paul]       1.9.13cvs56
11475
11476         * src/imap.c
11477         * src/etpan/imap-thread.c
11478         * src/etpan/imap-thread.h
11479                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11480                 Patch by Colin
11481         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11482         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11483                 remove autogenerated files
11484         * tools/kdeservicemenu/README
11485         * tools/kdeservicemenu/install.sh
11486         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11487         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11488                 use Claws icon, use 'Sylpheed-Claws' in menu,
11489                 use kdialog, and other cleanups
11490
11491 2005-08-23 [paul]       1.9.13cvs55
11492
11493         * src/compose.c
11494                 fix paste/wrap crash
11495                 Patch by Colin
11496
11497 2005-08-23 [paul]       1.9.13cvs54
11498
11499         * src/main.c
11500                 fix crash recovery
11501                 Patch by Colin
11502
11503 2005-08-23 [paul]       1.9.13cvs53
11504
11505         * src/addressbook.c
11506         * src/editaddress.c
11507                 view all data of LDAP contacts
11508                 Patch by Colin
11509
11510 2005-08-23 [paul]       1.9.13cvs52
11511
11512         * src/addressbook.c
11513                 fix issues with the Search field
11514                 Patch by Colin
11515
11516 2005-08-22 [paul]       1.9.13cvs51
11517
11518         * src/folderview.c
11519                 put name of folder in processing dialog
11520                 title
11521         * src/prefs_folder_item.c
11522                 improve english usage
11523
11524 2005-08-22 [paul]       1.9.13cvs50
11525
11526         * src/filtering.c
11527         * src/filtering.h
11528         * src/matcher.c
11529         * src/matcher_parser_lex.l
11530         * src/matcher_parser_parse.y
11531         * src/prefs_filtering.c
11532                 add Filtering/Processing rule names feature.
11533                 (the incompatible old matcherrc is saved as
11534                 matcherrc.pre_names).
11535                 Patch by Colin
11536
11537 2005-08-22 [paul]       1.9.13cvs49
11538
11539         * src/procmsg.c
11540                 fix colour labelling
11541                 Patch by Colin
11542
11543 2005-08-22 [paul]       1.9.13cvs48
11544
11545         * src/textview.c
11546                 fix open_image_cb()
11547
11548 2005-08-22 [paul]       1.9.13cvs47
11549
11550         * src/imap.c
11551                 fix bug 789, 'SC crashes with imap (CVS ver)'
11552                 Patch by Colin
11553
11554 2005-08-22 [paul]       1.9.13cvs46
11555
11556         * src/mimeview.c
11557         * src/prefs_common.c
11558         * src/common/defs.h
11559                 define reused defaults in defs.h
11560         * src/textview.c
11561                 add 'Open image' to image popup menu
11562
11563 2005-08-21 [colin]      1.9.13cvs45
11564
11565         * src/summaryview.c
11566                 Fix bug #788 (Bogus "From" address displayed)
11567
11568 2005-08-20 [colin]      1.9.13cvs44
11569
11570         * src/folder.c
11571                 Fix buf #787 (multilevel delete causes SIGSEGV)
11572
11573 2005-08-19 [colin]      1.9.13cvs43
11574
11575         * src/inc.c
11576         * src/prefs_common.c
11577         * src/prefs_common.h
11578                 Add an hidden pref to allow modifying the
11579                 update stepping in incorporation.
11580                 Patch by wwp.
11581
11582 2005-08-19 [colin]      1.9.13cvs42
11583
11584         * src/compose.c
11585         * src/procmime.c
11586                 Workaround for broken MUAs: encode 
11587                 Content-type: name: as ASCII and 
11588                 Content-Disposition: filename: as
11589                 per rfc2231
11590         * src/prefs_account.c
11591                 Fix invisible-ness of SMTP SSL prefs
11592                 in NNTP accounts
11593
11594 2005-08-19 [paul]       1.9.13cvs41
11595
11596         * src/compose.c
11597         * src/prefs_common.c
11598         * src/prefs_common.h
11599         * src/prefs_wrapping.c
11600                 paste with or without wrapping.
11601                 patch by Colin
11602
11603 2005-08-19 [paul]       1.9.13cvs40
11604
11605         * src/prefs_common.c
11606         * src/prefs_common.h
11607         * src/summaryview.c
11608                 reintroduce enable_swap_from as a
11609                 hidden pref. patch by Colin
11610         * src/quote_fmt_parse.y
11611         * src/plugins/clamav/clamav_plugin.c
11612         * src/plugins/dillo_viewer/dillo_viewer.c
11613         * src/plugins/mathml_viewer/mathml_viewer.c
11614         * src/plugins/pgpcore/sgpgme.c
11615         * src/plugins/pgpinline/pgpinline.c
11616         * src/plugins/pgpmime/pgpmime.c
11617                 tidy up. patch by Colin
11618
11619 2005-08-19 [paul]       1.9.13cvs39
11620
11621         * configure.ac
11622                 complete cvs38's sync
11623         * src/editaddress.c
11624         * src/gedit-print.c
11625         * src/mutt.c
11626         * src/etpan/etpan-log.c
11627         * src/etpan/imap-thread.c
11628         * src/gtk/gtksourceprintjob.c
11629                 fix compilation warnings
11630                 (patch by Colin)
11631
11632 2005-08-19 [paul]       1.9.13cvs38
11633
11634         sync with main:
11635
11636         * src/account.c
11637         * src/action.c
11638         * src/addrbook.c
11639         * src/addrcache.c
11640         * src/addrharvest.c
11641         * src/addrindex.c
11642         * src/codeconv.c
11643         * src/compose.c
11644         * src/crash.c
11645         * src/exporthtml.c
11646         * src/exportldif.c
11647         * src/folder.c
11648         * src/image_viewer.c
11649         * src/inc.c
11650         * src/inc.h
11651         * src/jpilot.c
11652         * src/ldif.c
11653         * src/main.c
11654         * src/matcher.c
11655         * src/mbox.c
11656         * src/messageview.c
11657         * src/mh.c
11658         * src/mimeview.c
11659         * src/msgcache.c
11660         * src/mutt.c
11661         * src/news.c
11662         * src/partial_download.c
11663         * src/pine.c
11664         * src/pop.c
11665         * src/prefs_actions.c
11666         * src/prefs_common.c
11667         * src/prefs_customheader.c
11668         * src/prefs_display_header.c
11669         * src/prefs_gtk.c
11670         * src/prefs_themes.c
11671         * src/procheader.c
11672         * src/procmime.c
11673         * src/procmsg.c
11674         * src/recv.c
11675         * src/send_message.c
11676         * src/simple-gettext.c
11677         * src/sourcewindow.c
11678         * src/textview.c
11679         * src/vcard.c
11680         * src/common/defs.h
11681         * src/common/log.c
11682         * src/common/plugin.c
11683         * src/common/prefs.c
11684         * src/common/session.c
11685         * src/common/session.h
11686         * src/common/socket.c
11687         * src/common/socket.h
11688         * src/common/ssl_certificate.c
11689         * src/common/template.c
11690         * src/common/utils.c
11691         * src/common/utils.h
11692         * src/common/xml.c
11693         * src/gtk/about.c
11694         added wrappers for C library function that
11695                 take pathname arguments.
11696                 enabled compilation with MinGW.
11697                 use GDir instead of directly using opendir().
11698                 added rename_force().
11699
11700 2005-08-19 [paul]       1.9.13cvs37
11701         
11702         patches by Colin:
11703         * src/compose.c
11704                 fix privacy settings on re-editing
11705                 a sent message
11706         * src/jpilot.c
11707                 fix encoding bug
11708         * src/folder.c
11709         * src/procmsg.c
11710         * src/procmsg.h
11711         * src/summaryview.c
11712                 flag changing optimisation
11713
11714 2005-08-18 [martin]     1.9.13cvs36
11715
11716         * commitHelper
11717             added my login
11718         * src/addrcache.c
11719         * src/addrharvest.c
11720         * src/addrindex.c
11721         * src/compose.c
11722         * src/grouplistdialog.c
11723         * src/main.c
11724         * src/mainwindow.c
11725         * src/msgcache.c
11726         * src/mutt.c
11727         * src/pine.c
11728         * src/prefs_account.c
11729         * src/prefs_themes.c
11730         * src/stock_pixmap.c
11731         * src/summaryview.c
11732         * src/gtk/about.c
11733         * src/gtk/logwindow.c
11734             removed deprecated glib and gdk stuff
11735         * src/plugins/pgpcore/select-keys.c
11736             convert attributes from locale to utf8
11737
11738 2005-08-17 [paul]       1.9.13cvs35
11739
11740         * src/account.c
11741         * src/addressbook.c
11742                 use new GTK_STOCK_ icons if available
11743         * src/summaryview.c
11744         * src/gtk/gtksctree.c
11745         * src/gtk/gtksctree.h
11746                 faster range select. patch by Colin
11747
11748 2005-08-17 [paul]       1.9.13cvs34
11749
11750         patches by colin:
11751         * src/addressbook.c
11752         * src/addressitem.h
11753                 Add an edit button for contacts, fix selections
11754                 of gtksctree items
11755         * src/editaddress.c
11756                 Change labels, let Save be always possible in the
11757                 email and user atributes tabs
11758         * src/folderview.c
11759                 fix sort issues
11760         * src/summaryview.c
11761                 select next item instead of the displayed one
11762                 after deletion
11763
11764         * src/gtk/progressdialog.c
11765                 use prefs_common.enable_rules_hint
11766
11767 2005-08-13 [hoa]        1.9.13cvs33
11768
11769         * src/etpan/imap-thread.c
11770                 fixed build on Solaris.
11771
11772 2005-08-10 [colin]      1.9.13cvs32
11773
11774         * src/procmsg.c
11775                 Fix cvs31 (missing fclose before reading
11776                 the file)
11777
11778 2005-08-10 [colin]      1.9.13cvs31
11779
11780         * src/procmsg.c
11781                 Fix procmsg_msginfo_new_from_mimeinfo() when
11782                 the MimeInfo isn't stored in memory. This fixes
11783                 replying to an attached message.
11784
11785 2005-08-10 [colin]      1.9.13cvs30
11786
11787         * src/mainwindow.c
11788                 Fix slowness in account changing
11789
11790 2005-08-10 [colin]      1.9.13cvs29
11791
11792         * src/folder.c
11793         * src/folderutils.c
11794         * src/folderview.c
11795         * src/imap_gtk.c
11796         * src/mainwindow.c
11797         * src/mh_gtk.c
11798         * src/procmsg.c
11799         * src/summaryview.c
11800                 Optimize folder_has_parent_of_type
11801                 Prevent moving special sub-folders from contextual menus
11802                 Rework message a bit ("Empty all messages" -> "Delete all
11803                 messages")
11804                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11805                 and "Deleted Items" folders)
11806
11807 2005-08-08 [colin]      1.9.13cvs28
11808
11809         * src/summaryview.c
11810         * src/prefs_summaries.c
11811                 Make "Select first unread|new" more flexible
11812                 (just prioritize new or unread)
11813
11814 2005-08-08 [colin]      1.9.13cvs27
11815
11816         * src/summaryview.c
11817                 If "select first new" is selected and there only
11818                 are unread messages, fallback to "select first
11819                 unread".
11820
11821 2005-08-08 [colin]      1.9.13cvs26
11822
11823         * src/folder.c
11824                 Fix shameful bugs (and bug #779)
11825
11826 2005-08-08 [colin]      1.9.13cvs25
11827
11828         * src/folder.c
11829         * src/folder.h
11830                 Cache parents' type to make folder_has_parent_of_type
11831                 faster
11832         * src/folderview.c
11833                 Forbid DnD of special sub-folders
11834         * src/procmsg.c
11835         * src/procmsg.h
11836                 Add MAIL_POSTFILTERING_HOOK
11837         * src/summaryview.c
11838                 Revert over-zealous deletion of the use_addr_book 
11839                 code
11840
11841 2005-08-07 [colin]      1.9.13cvs24
11842
11843         * src/folder.c
11844                 Fix big mistake (passing MsgInfo instead 
11845                 of FolderItem)
11846
11847 2005-08-07 [colin]      1.9.13cvs23
11848
11849         * src/compose.c
11850         * src/folder.c
11851         * src/folder.h
11852         * src/foldersel.c
11853         * src/folderutils.c
11854         * src/folderview.c
11855         * src/imap.c
11856         * src/mainwindow.c
11857         * src/messageview.c
11858         * src/mh.c
11859         * src/msgcache.c
11860         * src/procmime.c
11861         * src/summaryview.c
11862                 Make subfolders of Drafts, Queue, Outbox, Trash
11863                 work like their parents. 
11864                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11865
11866 2005-08-07 [colin]      1.9.13cvs22
11867
11868         * src/addressbook.c
11869                 Fix bug #771 (Dragged contacts not saved)
11870
11871 2005-08-07 [paul]       1.9.13cvs21
11872
11873         * src/summaryview.c
11874                 fix bug 32 'Search Doesn't display results
11875                 if "Hide Read Messages" is chosen'
11876                 be more literal in interpreting 'Hide read
11877                 messages'
11878
11879 2005-08-07 [colin]      1.9.13cvs20
11880
11881         * src/folderview.c
11882                 Add debug
11883         * src/summaryview.c
11884                 Faster 'unthread_for_execution'
11885
11886 2005-08-06 [paul]       1.9.13cvs19
11887
11888         * src/mainwindow.c
11889                 add mnemonics to Set displayed columns
11890                 fix bug where msgview_visible option was
11891                 overwritten as TRUE on startup
11892
11893 2005-08-06 [paul]       1.9.13cvs18
11894
11895         * src/mainwindow.c
11896                 refer to 'displayed columns in folder/message
11897                 list' not 'displayed items in summary/message view'
11898         * src/prefs_display_header.c
11899                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11900                 be consistent with similar dialogues
11901         * src/prefs_folder_column.c
11902         * src/prefs_summary_column.c
11903                 'columns' not 'items', and folder and message lists,
11904                 instead of folder and summary views;
11905                 Use 'Hidden columns' as list heading not 'Available
11906                 items';
11907                 move the 'Remove' button to the right hand side;
11908                 top-align the buttons;
11909                 remove unneeded vbox
11910         * src/prefs_summaries.c
11911                 put the 2 column prefs buttons in a frame to reduce
11912                 overall width; refer to columns not items &c.
11913
11914 2005-08-05 [colin]      1.9.13cvs17
11915
11916         * src/prefs_common.c
11917         * src/prefs_common.h
11918         * src/mainwindow.c
11919         * src/compose.c
11920         * src/messageview.c
11921                 Add an hidden toolbar_detachable pref, so
11922                 that I can get rid of these painful handles
11923                 in the toolbars. Defaults to TRUE to avoid
11924                 changing the GUI on unsuspecting people...
11925
11926 2005-08-05 [colin]      1.9.13cvs16
11927
11928         * src/Makefile.am
11929         * src/prefs_folder_column.c
11930         * src/prefs_folder_column.h
11931                 Add prefs for folder columns
11932         * src/folderview.c
11933         * src/folderview.h
11934         * src/mainwindow.c
11935         * src/mainwindow.h
11936         * src/prefs_common.c
11937         * src/prefs_common.h
11938         * src/prefs_summaries.c
11939                 Use them
11940         * src/prefs_summary_column.c
11941         * src/summaryview.c
11942         * src/summaryview.h
11943                 Add a To column
11944         * src/textview.c
11945         * src/common/utils.c
11946         * src/common/utils.h
11947                 Move uri colourisation functions
11948                 to utils
11949         * src/compose.c
11950                 Colourise URIs
11951         * src/imap.c
11952                 Fix bug with LIST where we'd try
11953                 to get Folder//////[...]/// 
11954
11955 2005-08-05 [paul]       1.9.13cvs15
11956
11957         * src/prefs_summaries.c
11958                 improve the English usage
11959         * src/summaryview.c
11960                 set font on column change
11961                 thanks to Colin
11962
11963 2005-08-05 [paul]       1.9.13cvs14
11964
11965         * src/prefs_common.c
11966         * src/prefs_common.h
11967         * src/prefs_summaries.c
11968         * src/summaryview.c
11969                 replace 'open_unread_on_enter' option with
11970                 'select_on_entry' option. opening/not opening
11971                 is now exclusively controlled by 'always_show_msg'
11972
11973 2005-08-04 [colin]      1.9.13cvs13
11974
11975         * src/compose.c
11976                 Remove dead code
11977                 Add colourisation of quotes and signatures
11978         * src/folderview.c
11979                 Fix possible crashes
11980         * src/messageview.c
11981                 Change an assert that is no problem
11982         * src/news.c
11983         * src/news_gtk.c
11984         * src/news_gtk.h
11985                 Fix offline mode
11986         * src/gtk/quicksearch.c
11987                 Fix a possible crash
11988
11989 2005-08-03 [colin]      1.9.13cvs12
11990
11991         * src/prefs_account.c
11992                 Fix bug #777 (Sylpheed crash in account configuration)
11993
11994 2005-08-03 [colin]      1.9.13cvs11
11995
11996         * src/addressbook.c
11997         * src/editaddress.c
11998         * src/editgroup.c
11999                 Fixing addressbook, round 2
12000         * src/textview.c
12001                 Fix emphasis color on rechecking 'Colorize messages'
12002
12003 2005-08-03 [paul]       1.9.13cvs10
12004
12005         sync with main
12006
12007         * src/addr_compl.c
12008         * src/compose.c
12009         * src/main.c
12010         * src/pop.c
12011         * src/prefs_account.c
12012         * src/procmime.c
12013         * src/procmsg.c
12014         * src/quote_fmt_parse.y
12015         * src/textview.c
12016         * src/common/quoted-printable.c
12017         * src/common/utils.c
12018         * src/common/utils.h
12019         * src/common/xml.c
12020                 replaced incorrect locale-independent
12021                 ctype functions with GLib's. Corrected
12022                 signedness mismatch.
12023         * src/headerview.c
12024                 headerview_create(): added spacing for vbox.
12025         * src/gtk/about.c
12026                 set focus to the OK button.
12027
12028 2005-08-03 [colin]      1.9.13cvs9
12029
12030         * src/folderview.c
12031                 Fix possible crash
12032
12033 2005-08-02 [colin]      1.9.13cvs8
12034
12035         * src/mainwindow.c
12036                 Fix cast
12037         * src/addressbook.c
12038         * src/addressitem.h
12039                 Fix a cast and more generally, try to make the
12040                 GUI more intuitive and consistent (round 1)
12041
12042 2005-08-02 [paul]       1.9.13cvs7
12043
12044         * src/folder.h
12045                 missing in 1.9.13cvs6
12046
12047 2005-08-02 [colin]      1.9.13cvs6
12048
12049         * src/folder.c
12050                 Fix one more leak
12051
12052 2005-08-02 [colin]      1.9.13cvs5
12053
12054         * src/folder.c
12055         * src/folderview.c
12056         * src/imap.c
12057         * src/main.c
12058         * src/mbox.c
12059         * src/procmsg.c
12060         * src/summaryview.c
12061                 Fix a number of folder_item_get_msg_list()-related
12062                 leaks (missing procmsg_msginfo_free()s)
12063
12064 2005-08-01 [colin]      1.9.13cvs4
12065
12066         * src/folderview.c
12067         * src/folderview.h
12068         * src/mainwindow.c
12069         * src/prefs_fonts.c
12070         * src/prefs_summaries.c
12071         * src/prefs_themes.c
12072         * src/summaryview.c
12073         * src/summaryview.h
12074         * src/textview.c
12075         * src/textview.h
12076                 Fix instant-apply of summary and folderview-related prefs
12077                 Fix erroneous g_free and alertpanels in prefs_theme
12078                 Add instant-apply for fonts
12079                 Defer applying of prefs a little bit so it's done only
12080                 once even if requested by multiples prefs pages
12081
12082 2005-08-01 [paul]       1.9.13cvs3
12083
12084         * src/main.c
12085                 fix bug 776 'S.C. crashes on close'
12086                 thanks to Colin
12087         * src/etpan/etpan-thread-manager-types.h
12088                 add missing include
12089                 thanks to Hoa
12090
12091 2005-07-25 [paul]       1.9.13cvs2
12092
12093         * src/summaryview.c
12094                 fix typos. spotted by Fabien Vantard
12095
12096 2005-07-24 [paul]       1.9.13cvs1
12097
12098         * doc/man/sylpheed.1
12099                 update man page, incorporating fix of
12100                 bug 769 'Typo in manpage'
12101         * src/etpan/imap-thread.c
12102                 fix NetBSD openssl dependencies. patch by
12103                 George Michaelson <ggm@apnic.net>
12104         * po/pt_BR.po
12105                 updated by Frederico Goncalves Guimaraes
12106
12107 2005-07-22 [paul]       1.9.13
12108
12109         1.9.13 release
12110
12111 2005-07-22 [paul]       1.9.12cvs91
12112
12113         * AUTHORS
12114         * INSTALL
12115         * README.claws
12116         * RELEASE_NOTES.claws
12117                 updated for release
12118         * configure.ac
12119         * po/nb.po
12120         * tools/claws.i18n.status.pl
12121                 add Norwegian translation. submiited by
12122                 Geir Helland <pjallabais@users.sourceforge.net>
12123         * po/ca.po
12124         * po/de.po
12125         * po/es.po
12126         * po/fi.po
12127         * po/fr.po
12128         * po/it.po
12129         * po/sk.po
12130         * po/sr.po
12131         * po/zh_CN.po
12132                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12133                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12134                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12135                 Yang Guilong
12136         * src/plugins/clamav/clamav_plugin_gtk.c
12137         * src/plugins/spamassassin/spamassassin_gtk.c
12138                 replace outdated description strings
12139
12140 2005-07-21 [colin]      1.9.12cvs90
12141
12142         * src/folder.c
12143                 Set folder to batch mode when scanning it. Makes deletion
12144                 of unread mails on IMAP much faster (due to the UNREAD 
12145                 flag unsetting)
12146
12147 2005-07-21 [darko]      1.9.12cvs89
12148
12149         * configure.ac
12150                 link against libresolv if necessary (patch by Paul)
12151         * src/msgcache.c
12152                 use glib's portable macros to determine endianness
12153
12154 2005-07-21 [paul]       1.9.12cvs88
12155
12156         * src/crash.c
12157         * src/gtk/about.c
12158                 update compiled-in features list
12159
12160 2005-07-20 [colin]      1.9.12cvs87
12161
12162         * src/folder.c
12163         * src/textview.c
12164                 Gcc 2.9x compilation fixes, thanks to Darko
12165         * src/plugins/clamav/clamav_plugin.c
12166                 Little optimisation: load virus database only once
12167         * src/plugins/spamassassin/spamassassin.c
12168                 Big optimisation: filtering one mail took at least 1 second,
12169                 now it takes at least 50ms. Doesn't speed up spamassassin 
12170                 itself, but should already be much more tolerable.
12171
12172 2005-07-20 [colin]      1.9.12cvs86
12173
12174         * src/summaryview.c
12175                 Fix performance issue
12176
12177 2005-07-19 [colin]      1.9.12cvs85
12178
12179         * src/plugins/pgpinline/plugin.c
12180                 Fix warning
12181
12182 2005-07-19 [colin]      1.9.12cvs84
12183
12184         * configure.ac
12185         * src/plugins/Makefile.am
12186         * src/plugins/pgpinline/.cvsignore
12187         * src/plugins/pgpinline/Makefile.am
12188         * src/plugins/pgpinline/pgpinline.c
12189         * src/plugins/pgpinline/pgpinline.deps
12190         * src/plugins/pgpinline/pgpinline.h
12191         * src/plugins/pgpinline/plugin.c
12192                 Put pgpinline in the main tree
12193
12194 2005-07-19 [paul]       1.9.12cvs83
12195
12196         * src/prefs_actions.c
12197                 prevent '//' in menu names, which cause a crash
12198                 thanks to Colin
12199
12200 2005-07-19 [paul]       1.9.12cvs82
12201
12202         * configure.ac
12203                 be generally more informative in configure output.
12204                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12205                 '[ --disable-openssl ...', as --enable-openssl is default
12206                 PGP/MIME: don't check for GPGME again, check for
12207                 pgpcore instead. Therefore prevent the possibility of
12208                 attempting to build pgpmime if pgpcore dependencies are
12209                 not met
12210                 ClamAV: use pkgconfig to check for lib
12211                 libgnomeprint: revert logic on inner test to match
12212                 everything else
12213         * src/plugins/pgpcore/sgpgme.c
12214                 add missing include
12215
12216 2005-07-19 [colin]      1.9.12cvs81
12217
12218         * src/summaryview.c
12219                 Fix slow thread rebuilding in particular
12220                 cases
12221
12222 2005-07-19 [paul]       1.9.12cvs80
12223
12224         * sylpheed-claws.desktop
12225                 fix typo, spotted by Stephan Sachse
12226         * src/account.c
12227                 replace GTK_STOCK_ADD with
12228                 GTK_STOCK_NEW button
12229
12230 2005-07-18 [colin]      1.9.12cvs79
12231
12232         * src/etpan/imap-thread.c
12233                 Fix return value (Thanks Hoa)
12234
12235 2005-07-18 [colin]      1.9.12cvs78
12236
12237         * src/imap.c
12238                 Allow empty passwords
12239                 Create drafts/queue/outbox if necessary
12240         * src/summaryview.c
12241                 Remove old code
12242         * src/etpan/imap-thread.c
12243                 Fix STARTTLS (Thanks to Hoa)
12244
12245 2005-07-18 [paul]       1.9.12cvs77
12246
12247         * ChangeLog-gtk2.jp
12248         * ChangeLog.jp
12249                 removed
12250         * Makefile.am
12251                 updated to reflect additions and removals
12252         * TODO
12253                 updated to be claws-specific
12254         * TODO-gtk2
12255         * TODO-gtk2.jp
12256         * TODO.jp
12257         * sylpheed-128x128.png
12258         * sylpheed-64x64.png
12259                 removed
12260         * sylpheed-claws-128x128.png
12261         * sylpheed-claws-64x64.png
12262         * sylpheed-claws.desktop
12263         * sylpheed-claws.png
12264                 added
12265         * sylpheed.desktop
12266         * sylpheed.png
12267                 removed
12268
12269 2005-07-17 [paul]       1.9.12cvs76
12270
12271         * src/account.c
12272         * src/addressbook.c
12273         * src/alertpanel.c
12274         * src/alertpanel.h
12275         * src/compose.c
12276         * src/exphtmldlg.c
12277         * src/expldifdlg.c
12278         * src/folderview.c
12279         * src/imap_gtk.c
12280         * src/inc.c
12281         * src/message_search.c
12282         * src/messageview.c
12283         * src/mh_gtk.c
12284         * src/news_gtk.c
12285         * src/prefs_actions.c
12286         * src/prefs_filtering.c
12287         * src/prefs_matcher.c
12288         * src/prefs_template.c
12289         * src/prefs_themes.c
12290         * src/ssl_manager.c
12291         * src/summary_search.c
12292         * src/textview.c
12293         * src/toolbar.c
12294         * src/gtk/sslcertwindow.c
12295         * src/plugins/pgpcore/sgpgme.c
12296                 rework alertpanels
12297
12298 2005-07-17 [colin]      1.9.12cvs75
12299
12300         * src/privacy.c
12301                 add a PrivacySystem accessor that checks that
12302                 the system cached in a MimeInfo's privacydata
12303                 is still registered. Use this accessor instead
12304                 of directly using data->system. Fixes crashes
12305                 after unloading pgp plugins.
12306
12307 2005-07-17 [colin]      1.9.12cvs74
12308
12309         * src/alertpanel.c
12310                 Change geometry hints to a simple default size.
12311                 Fixes the certs dialogs.
12312
12313 2005-07-17 [colin]      1.9.12cvs73
12314
12315         * src/gtk/sslcertwindow.c
12316                 Use a gtkExpander
12317
12318 2005-07-17 [colin]      1.9.12cvs72
12319
12320         * src/plugins/pgpcore/Makefile.am
12321         * src/plugins/pgpmime/Makefile.am
12322                 Add gpgme libs
12323
12324 2005-07-17 [paul]       1.9.12cvs71
12325
12326         * configure.ac
12327                 add --disable-gnomeprint option
12328                 modified version of patch by Marius Mauch
12329
12330 2005-07-17 [paul]       1.9.12cvs70
12331
12332         * src/common/defs.h
12333                 update urls
12334         * src/account.c
12335         * src/action.c
12336         * src/addressbook.c
12337         * src/compose.c
12338         * src/foldersel.c
12339         * src/folderview.c
12340         * src/html.c
12341         * src/imap_gtk.c
12342         * src/main.c
12343         * src/mainwindow.c
12344         * src/messageview.c
12345         * src/mh_gtk.c
12346         * src/mimeview.c
12347         * src/news_gtk.c
12348         * src/prefs_account.c
12349         * src/prefs_send.c
12350         * src/prefs_summaries.c
12351         * src/procmsg.c
12352         * src/summaryview.c
12353         * src/common/utils.c
12354         * src/common/xml.c
12355         * src/plugins/pgpcore/passphrase.c
12356         * src/plugins/pgpcore/select-keys.c
12357                 replace inappropriately used backticks
12358                 with single quotes
12359
12360 2005-07-16 [colin]      1.9.12cvs69
12361
12362         * src/image_viewer.c
12363                 Add extra paranoid checks
12364
12365 2005-07-16 [colin]      1.9.12cvs68
12366
12367         * src/plugins/pgpcore/prefs_gpg.c
12368                 Don't auto-check sigs by default, as it
12369                 can be really slow.
12370
12371 2005-07-16 [colin]      1.9.12cvs67
12372
12373         * src/plugins/pgpcore/sgpgme.c
12374                 Make messages a bit better.
12375
12376 2005-07-16 [colin]      1.9.12cvs66
12377
12378         * src/imap.c
12379                 Remove pseudo-log
12380         * src/etpan/imap-thread.c
12381                 Add real log
12382
12383 2005-07-16 [colin]      1.9.12cvs65
12384
12385         * src/main.c
12386         * src/prefs_other.c
12387                 And now, fix build with libetpan :-/
12388
12389 2005-07-15 [colin]      1.9.12cvs64
12390
12391         * src/prefs_other.c
12392                 Continue fixing build without libetpan.
12393
12394 2005-07-15 [colin]      1.9.12cvs63
12395
12396         * src/main.c
12397                 Fix build with --disable-libetpan
12398
12399 2005-07-15 [colin]      1.9.12cvs62
12400
12401         * configure.ac
12402                 Bump libetpan's version
12403
12404 2005-07-15 [colin]      1.9.12cvs61
12405
12406         * src/etpan/imap-thread.c
12407                 Actually stop logging :)
12408
12409 2005-07-15 [colin]      1.9.12cvs60
12410
12411         * src/addressbook.c
12412                 Fix dnd of multiple addresses.
12413
12414 2005-07-15 [hoa]        1.9.12cvs59
12415
12416         * src/etpan/imap-thread.c
12417             disable login of IMAP password in libetpan log file.
12418
12419 2005-07-15 [paul]       1.9.12cvs58
12420
12421         * src/account.c
12422                 don't automatically sort
12423                 do allow drag n drop
12424
12425 2005-07-15 [paul]       1.9.12cvs57
12426
12427         * src/account.c
12428         * src/ssl_manager.c
12429                 alphabetical listing
12430
12431 2005-07-15 [paul]       1.9.12cvs56
12432
12433         * src/gtk/pluginwindow.c
12434                 sort plugin list alphabetically
12435
12436 2005-07-15 [paul]       1.9.12cvs55
12437
12438         * src/prefs_spelling.c
12439         * src/prefs_wrapping.c
12440                 unify English usage
12441
12442 2005-07-15 [colin]      1.9.12cvs54
12443
12444         * src/wizard.c
12445                 Typo fix
12446
12447 2005-07-15 [paul]       1.9.12cvs53
12448
12449         * src/prefs_message.c
12450                 make 'show cursor' a hidden option
12451
12452 2005-07-14 [colin]      1.9.12cvs52
12453
12454         * src/plugins/spamassassin/Makefile.am
12455         * src/plugins/clamav/Makefile.am
12456                 Fix double EXTRA_DISTs
12457
12458 2005-07-14 [colin]      1.9.12cvs51
12459
12460         * src/plugins/clamav/Makefile.am
12461         * src/plugins/clamav/clamav_plugin_gtk.deps
12462         * src/plugins/spamassassin/Makefile.am
12463         * src/plugins/spamassassin/spamassassin_gtk.deps
12464                 Make $plugin_gtk depend on $plugin
12465
12466 2005-07-14 [hoa]        1.9.12cvs50
12467
12468         * src/etpan/imap-thread.c
12469                 enable debug log of libetpan when running with --debug
12470
12471 2005-07-14 [colin]      1.9.12cvs49
12472
12473         * configure.ac
12474         * src/common/Makefile.am
12475         * src/common/plugin.c
12476         * src/common/plugin.h
12477                 Add a little plugin dependancy system.
12478                 Plugins can ship a $plugin_name.deps file
12479                 (near them in PLUGINDIR) so that their
12480                 dependancies are loaded if possible.
12481         * src/plugins/Makefile.am
12482         * src/plugins/pgpcore/Makefile.am
12483         * src/plugins/pgpcore/passphrase.c
12484         * src/plugins/pgpcore/passphrase.h
12485         * src/plugins/pgpcore/plugin.c
12486         * src/plugins/pgpcore/prefs_gpg.c
12487         * src/plugins/pgpcore/prefs_gpg.h
12488         * src/plugins/pgpcore/select-keys.c
12489         * src/plugins/pgpcore/select-keys.h
12490         * src/plugins/pgpcore/sgpgme.c
12491         * src/plugins/pgpcore/sgpgme.h
12492                 Introduce pgpcore, used by pgpmime and
12493                 pgpinline
12494         * src/plugins/pgpmime/Makefile.am
12495         * src/plugins/pgpmime/passphrase.c
12496         * src/plugins/pgpmime/passphrase.h
12497         * src/plugins/pgpmime/pgpmime.c
12498         * src/plugins/pgpmime/pgpmime.deps
12499         * src/plugins/pgpmime/plugin.c
12500         * src/plugins/pgpmime/prefs_gpg.c
12501         * src/plugins/pgpmime/prefs_gpg.h
12502         * src/plugins/pgpmime/select-keys.c
12503         * src/plugins/pgpmime/select-keys.h
12504         * src/plugins/pgpmime/sgpgme.c
12505         * src/plugins/pgpmime/sgpgme.h
12506                 Remove the core from pgpmime and add the
12507                 dependancy to pgpcore.
12508
12509 2005-07-14 [paul]       1.9.12cvs48
12510
12511         * src/stock_pixmap.c
12512                 forgot this in last commit
12513
12514 2005-07-14 [paul]       1.9.12cvs47
12515
12516         * src/account.c
12517         * src/addressbook.c
12518                 add accelerators for the buttons (sync with main)
12519         * src/compose.c
12520         * src/compose.h
12521                 add accelerators for the buttons.
12522                 fix editing with external editor.
12523                 replace gdk_input_*() with GIOChannel;
12524                 (sync with main)
12525         * src/foldersel.c
12526                 display folder names with new/unread
12527                 representation (sync with main)
12528         * src/main.c
12529                 specify default window icon (sync with main)
12530         * src/prefs_common.c
12531                 use_addr_book default to FALSE
12532         * src/summaryview.c
12533         * src/textview.c
12534                 add accelerators for the buttons (sync with main)
12535         * src/gtk/menu.c
12536                 fix typos
12537         * src/pixmaps/sylpheed_icon.xpm
12538                 updated
12539
12540 2005-07-13 [paul]       1.9.12cvs46
12541
12542         * src/plugins/pgpmime/pgpmime.c
12543         * src/plugins/pgpmime/sgpgme.c
12544                 (temporarily) use deprecated gpgme_data_rewind()
12545                 while largefile support is not present
12546                 (as suggested by Colin)
12547
12548 2005-07-13 [paul]       1.9.12cvs45
12549
12550         * configure.ac
12551                 remove large file support (for now):
12552                 it breaks too many things
12553
12554 2005-07-13 [paul]       1.9.12cvs44
12555
12556         * configure.ac
12557                 add large file support
12558         * src/html.c
12559                 fix bug #763 where href attribute was not
12560                 the very first attribute of a link
12561                 patch by Thomas Gilgin
12562
12563 2005-07-13 [colin]      1.9.12cvs43
12564
12565         * src/gtk/pluginwindow.c
12566                 Little portability fix
12567
12568 2005-07-13 [colin]      1.9.12cvs42
12569
12570         * src/plugins/pgpmime/sgpgme.c
12571                 Fix crasher.
12572
12573 2005-07-13 [colin]      1.9.12cvs41
12574
12575         * src/plugins/pgpmime/pgpmime.c
12576         * src/plugins/pgpmime/sgpgme.c
12577                 Use gpgme_data_release_and_get_mem instead
12578                 of gpgme_data_read.
12579
12580 2005-07-13 [colin]      1.9.12cvs40
12581
12582         * configure.ac
12583         * src/plugins/pgpmime/passphrase.c
12584         * src/plugins/pgpmime/passphrase.h
12585         * src/plugins/pgpmime/pgpmime.c
12586         * src/plugins/pgpmime/plugin.c
12587         * src/plugins/pgpmime/select-keys.c
12588         * src/plugins/pgpmime/select-keys.h
12589         * src/plugins/pgpmime/sgpgme.c
12590         * src/plugins/pgpmime/sgpgme.h
12591                 Port pgpmime to gpgme-1.0.
12592
12593 2005-07-12 [paul]       1.9.12cvs39
12594
12595         * AUTHORS
12596         * src/toolbar.c
12597         * src/toolbar.h
12598                 add a 'Go to Prev' button to the toolbar.
12599                 correct tooltip text of go to buttons.
12600                 based on patch by Yang Guilong <bamanzi@gmail.com>
12601
12602 2005-07-12 [colin]      1.9.12cvs38
12603
12604         * src/statusbar.c
12605                 Fix progress bar showing stuff at startup.
12606
12607 2005-07-12 [paul]       1.9.12cvs37
12608
12609         * src/editjpilot.c
12610                 fix building with jpilot support
12611
12612 2005-07-11 [colin]      1.9.12cvs36
12613
12614         * src/inc.c
12615                 Add visual indication that filtering is running
12616         * src/textview.c
12617                 Make {}[] uri delimiters
12618         * src/summaryview.c
12619                 Remove useless (and slow) calls
12620
12621 2005-07-11 [paul]       1.9.12cvs35
12622
12623         * src/plugins/clamav/clamav_plugin_gtk.c
12624         * src/plugins/dillo_viewer/dillo_prefs.c
12625         * src/plugins/pgpmime/prefs_gpg.c
12626         * src/plugins/spamassassin/spamassassin_gtk.c
12627                 gather plugins prefs together under their
12628                 own 'Plugins' heading
12629
12630 2005-07-11 [paul]       1.9.12cvs34
12631
12632         sync with main
12633
12634         * src/account.c
12635                 account_delete(): modified alert dialog
12636         * src/editjpilot.c
12637         * src/editvcard.c
12638                 fixed a crash when cancelling file selection
12639                 dialog by Escape key. Made non-ascii filename
12640                 selectable.
12641         * src/prefs_template.c
12642                 prefs_template_window_create(): make scrolled
12643                 window policy AUTOMATIC
12644
12645 2005-07-10 [hoa]        1.9.12cvs33
12646
12647         * src/etpan/imap-thread.c
12648                 workaround for old Courier IMAP servers.
12649
12650 2005-07-10 [colin]      1.9.12cvs32
12651
12652         * src/folder.c
12653         * src/statusbar.c
12654         * src/statusbar.h
12655                 Add visual progress indicator on filtering/processing
12656                 Factorize the progress bar code
12657         * src/imap.c
12658         * src/imap.h
12659         * src/etpan/imap-thread.c
12660                 Add a reference counter to avoid destroying the Folder
12661                 while it's in use by another callback.
12662
12663 2005-07-09 [hoa]        1.9.12cvs31
12664
12665         * src/imap.c
12666         * src/etpan/imap-thread.c
12667                 fixed deadlock when removing IMAP account.
12668
12669 2005-07-08 [colin]      1.9.12cvs30
12670
12671         * src/textview.c
12672         * src/unmime.c
12673                 Fix again problems decoding broken headers
12674         * src/gtk/inputdialog.c
12675                 Fix local variable shadowing a global one
12676
12677 2005-07-08 [colin]      1.9.12cvs29
12678
12679         * src/msgcache.c
12680                 Make the cache/mark files platform-agnostic by writing
12681                 them in little-endian format. Reading them is also done
12682                 in little-endian format, of course; however, in order
12683                 to avoid trashing mark data on big-endian machines, the
12684                 files are, at first, read from the native format if the
12685                 little-endian one doesn't exist. This is easy to deter-
12686                 mine by trying to open a file with a swapped data_ver
12687                 and seeing if it's the wanted version.
12688                 Little-endian using users should see absolutely no
12689                 difference, Big-endian users may get a very little
12690                 performance drop due to byte-swapping.
12691                 Tested on i386 and ppc32. 
12692                 Fixes bug #159 (The index file, in the mailboxes, is 
12693                 hardware depending).
12694
12695                 To have the cache/mark files updated to the new little-
12696                 endian format, "Check for new messages" or even
12697                 "Rebuild folder tree" aren't enough. Files will be
12698                 updated as soon as a folder has been opened/closed.
12699                 To update everything, just select all folders by
12700                 selecting them one by one.
12701
12702 2005-07-07 [colin]      1.9.12cvs28
12703
12704         * src/imap.c
12705                 Remember the folder separator per IMAPFolder
12706                 instead of globally.
12707                 Revive the Session on noop; fixes bug #761
12708                 (mark a bunch of unread messages as read takes 
12709                 forever)
12710
12711 2005-07-07 [darko]      1.9.12cvs27
12712
12713         * src/common/template.c
12714                 Sort templates alphabetically
12715
12716 2005-07-06 [colin]      1.9.12cvs26
12717
12718         * src/imap.c
12719                 Try to use the correct separator in
12720                 most cases. Possibly fixes bug #759
12721                 (only creates the INBOX folder when 
12722                 setting up new IMAP account) and 
12723                 bug #760 (Can't retrieve messages)
12724
12725 2005-07-06 [colin]      1.9.12cvs25
12726
12727         * src/imap.c
12728                 Use real_path in status command. This will
12729                 help later, when namespaces will be used.
12730
12731 2005-07-06 [colin]      1.9.12cvs24
12732
12733         * configure.ac
12734         * src/account.c
12735         * src/folder.c
12736         * src/imap.c
12737         * src/etpan/etpan-log.c
12738         * src/etpan/etpan-thread-manager.c
12739         * src/etpan/imap-thread.c
12740                 Add a --disable-libetpan parameter. With this,
12741                 users that don't want IMAP4 support can avoid
12742                 the new dependancy (and have no IMAP support).
12743                 Users that have IMAP4 accounts and use this
12744                 parameter won't lose their configuration, their
12745                 IMAP accounts will just be invisible and not
12746                 used.
12747         * src/textview.c
12748                 Make the "Copy ..." contextual menu items 
12749                 copy to both the X clipboard and the gtk 
12750                 clipboard - as most other apps do.
12751         * src/gtk/about.c
12752                 Add a notice about OpenSSL usage, in order to
12753                 comply with OpenSSL's license (point 6):
12754                 http://www.openssl.org/source/license.html
12755
12756 2005-07-06 [colin]      1.9.12cvs23
12757
12758         * src/alertpanel.c
12759                 Fix a minimum size for alertpanels
12760         * src/compose.c
12761                 Show 'No space left on device' type errors
12762                 when queuing/sending
12763         * src/imap_gtk.c
12764         * src/mh_gtk.c
12765                 Rework folder's deletion message (remove 
12766                 extra \n)
12767
12768 2005-07-05 [colin]      1.9.12cvs22
12769
12770         * src/imap.c
12771                 Add an alertpanel on auth error
12772                 Add pseudo-log
12773                 Remove pthread-related stuff
12774
12775 2005-07-05 [colin]      1.9.12cvs21
12776
12777         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12778                 Fix crash on plugin reloading (with a hack)
12779
12780 2005-07-05 [colin]      1.9.12cvs20
12781
12782         * src/prefs_account.c
12783         * src/prefs_account.h
12784                 Fix typo
12785         * src/gtk/filesel.c
12786         * src/gtk/filesel.h
12787                 Add a way to filter the view
12788         * src/gtk/pluginwindow.c
12789                 Filter loadable stuff
12790         * src/plugins/pgpmime/prefs_gpg.c
12791                 Fix missing unregistration
12792         * .cvsignore
12793         * src/etpan/.cvsignore
12794         * src/plugins/spamassassin/.cvsignore
12795                 Add more stuff to cvs ignored files
12796
12797 2005-07-04 [colin]      1.9.12cvs19
12798
12799         * src/imap.c
12800                 Fix scan_required returning FALSE when it
12801                 shouldn't. Maybe fix #760 (Can't retrieve
12802                 messages)
12803
12804 2005-07-04 [colin]      1.9.12cvs18
12805
12806         * src/summaryview.c
12807                 Fix always_show_msg pref
12808
12809 2005-07-04 [paul]       1.9.12cvs17
12810
12811         sync with main (forgotten in last commit)
12812         
12813         * src/common/utils.c
12814         * src/common/utils.h
12815                 check_line_length(): new.
12816                 is_dir_exist()
12817                 is_file_entry_exist()
12818                 dirent_is_regular_file()
12819                 dirent_is_directory(): use g_file_test() instead of stat().
12820
12821 2005-07-04 [paul]       1.9.12cvs16
12822
12823         sync with main:
12824
12825         * src/compose.c
12826                 compose_write_to_file(): check for line
12827                 length limit and display warning if exceeds
12828         * src/jpilot.c
12829                 use get_home_dir() instead of g_get_home_dir()
12830         * src/procheader.c
12831                 removed warning about invalid date
12832         * src/vcard.c
12833                 use get_home_dir() instead of g_get_home_dir()
12834
12835 2005-07-04 [paul]       1.9.12cvs15
12836
12837         * src/stock_pixmap.c
12838                 fix new pixmap naming errors
12839                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12840
12841 2005-07-04 [colin]      1.9.12cvs14
12842
12843         * src/imap.c
12844                 Fix debugging string with a warning
12845
12846 2005-07-04 [colin]      1.9.12cvs13
12847
12848         * configure.ac
12849                 Add a check for libetpan's version (>= 0.37)
12850
12851 2005-07-04 [hoa]        1.9.12cvs12
12852
12853         * commitHelper
12854         * src/imap.c
12855         * src/etpan/imap-thread.c
12856         * src/etpan/imap-thread.h
12857                 fixed IMAP implementation of check of mails.
12858
12859 2005-07-03 [hoa]        1.9.12cvs11
12860
12861         * src/etpan/Makefile.am
12862         * src/etpan/etpan-errors.h
12863         * src/etpan/etpan-log.[ch]
12864         * src/etpan/etpan-thread-manager-types.h
12865         * src/etpan/etpan-thread-manager.[ch]
12866         * src/etpan/imap-thread.[ch]
12867         * src/Makefile.am
12868         * src/imap.c
12869         * src/main.c
12870         * src/prefs_other.c
12871         * configure.ac
12872             merged imap branch.
12873             dependency on libetpan 0.37 is now added.
12874
12875 2005-07-01 [colin]      1.9.12cvs10
12876
12877         * src/Makefile.am
12878         * src/folder.c
12879         * src/folder.h
12880         * src/folderview.c
12881         * src/stock_pixmap.c
12882         * src/stock_pixmap.h
12883         * src/plugins/trayicon/trayicon.c
12884                 Add marked symbol on folders containing
12885                 marked messages
12886         * src/procmsg.c
12887         * src/procmsg.h
12888         * src/toolbar.c
12889         * src/prefs_common.c
12890         * src/prefs_common.h
12891         * src/prefs_send.c
12892                 Add an optional confirmation dialog on queue
12893                 sending. Patch by wwp.
12894         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12895         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12896         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12897         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12898         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12899         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12900         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12901         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12902         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12903         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12904         * src/pixmaps/trash_mark.xpm            ** ADDED **
12905                 New pixmaps
12906
12907 2005-07-01 [colin]      1.9.12cvs9
12908
12909         * src/summaryview.c
12910                 Fix a little threading bug
12911         * src/addrgather.c
12912         * src/mainwindow.c
12913                 A little bit of HIG normality never hurts
12914
12915 2005-07-01 [colin]      1.9.12cvs8
12916
12917         * src/compose.c
12918         * src/msgcache.c
12919         * src/pop.c
12920         * src/procmime.c
12921         * src/recv.c
12922         * src/common/log.c
12923         * src/common/template.c
12924         * src/common/utils.c
12925         * src/common/utils.h
12926                 Reverted the fwrite_atomic stuff. In fact
12927                 it is already atomic.
12928
12929 2005-06-30 [colin]      1.9.12cvs7
12930
12931         * src/common/utils.c
12932         * src/common/utils.h
12933                 Add an fwrite_atomic() function to make
12934                 sure we write everything: fwrite can make
12935                 short writes.
12936         * src/compose.c
12937         * src/msgcache.c
12938         * src/pop.c
12939         * src/procmime.c
12940         * src/recv.c
12941         * src/common/log.c
12942         * src/common/template.c
12943                 Use that (and fix swapping of size and nmemb).
12944                 Thanks to Rich Coe for the heads up.
12945
12946 2005-06-30 [colin]      1.9.12cvs6
12947
12948         * src/addressbook.c
12949                 Optimize addressbook opening 
12950
12951 2005-06-30 [colin]      1.9.12cvs5
12952
12953         * src/summaryview.c
12954                 Remove calls to summary_step after move/copy
12955
12956 2005-06-28 [paul]       1.9.12cvs4
12957
12958         * src/alertpanel.c
12959                 wrap and make the error msg selectable
12960
12961 2005-06-28 [paul]       1.9.12cvs3
12962
12963         * src/ssl_manager.c
12964                 replace the OK button with a Close button
12965         * src/gtk/foldersort.c
12966                 use GTK_STOCK_ icons/buttons
12967
12968 2005-06-28 [colin]      1.9.12cvs2
12969
12970         * src/gedit-print.c             ** ADDED **
12971         * src/gedit-print.h             ** ADDED **
12972         * src/gtk/gtksourceprintjob.c   ** ADDED **
12973         * src/gtk/gtksourceprintjob.h   ** ADDED **
12974                 I can't believe no one had enough time to tell
12975                 me I forgot the `cvs add`
12976
12977 2005-06-27 [colin]      1.9.12cvs1
12978
12979         * src/Makefile.am
12980         * src/gtk/Makefile.am
12981         * src/messageview.c
12982         * src/procmsg.c
12983         * src/summaryview.c
12984         * configure.ac
12985                 Add optional libgnomeprint-based printing
12986         * src/mainwindow.c
12987         * src/gtk/quicksearch.c
12988                 Add an Edit/Quick search menu item to show
12989                 and focus the quicksearch
12990
12991 2005-06-27 [paul]       1.9.12
12992
12993         1.9.12 release
12994
12995         * po/ca.po
12996         * po/de.po
12997         * po/es.po
12998         * po/fr.po
12999         * po/it.po
13000         * po/ko.po
13001         * po/pt_BR.po
13002         * po/sk.po
13003         * po/zh_CN.po
13004                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13005                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13006                 SungHyun Nam, Frederico Goncalves Guimaraes,
13007                 Andrej Kacian, and Yang Guilong
13008 2005-06-26 [colin]      1.9.11cvs106
13009
13010         * src/imap_gtk.c
13011                 Forgot one file for previous fix
13012
13013 2005-06-26 [colin]      1.9.11cvs105
13014
13015         * src/folder.c
13016         * src/imap.c
13017                 Fix problems with folder operations in no_select
13018                 imap folders. it applies only to mails, and 
13019                 creation/deletion/move/renaming of folders 
13020                 should be possible
13021
13022 2005-06-26 [paul]       1.9.11cvs104
13023
13024         * src/prefs_filtering.c
13025                 replace one more GTK_STOCK_REMOVE
13026                 with GTK_STOCK_DELETE
13027
13028 2005-06-25 [colin]      1.9.11cvs103
13029
13030         * src/imap.c
13031                 Optimize get_seq_set_from_seq_list
13032                 (Patch by Ricardo) 
13033
13034 2005-06-25 [colin]      1.9.11cvs102
13035
13036         * src/mh.c
13037                 If the directory exists, but not in the
13038                 correct encoding, rename it. This should
13039                 handle old-versions-induced bugs.
13040
13041 2005-06-25 [colin]      1.9.11cvs101
13042
13043         * src/mh.c
13044                 Fix path access with extended dir names
13045                 Fixes bug #589 (SC segfaults with wrong locale
13046                 settings)
13047
13048 2005-06-25 [colin]      1.9.11cvs100
13049
13050         * src/prefs_account.c
13051         * src/prefs_account.h
13052         * src/compose.c
13053                 Add an option to encrypt replies to
13054                 encrypted messages
13055
13056 2005-06-25 [colin]      1.9.11cvs99
13057
13058         * src/compose.c
13059         * src/quote_fmt_parse.y
13060                 ... And make it work with pgpinline.
13061
13062 2005-06-25 [colin]      1.9.11cvs98
13063
13064         * src/compose.c
13065         * src/procmime.c
13066         * src/procmime.h
13067         * src/quote_fmt_parse.y
13068                 o Make reedition of encrypted messages possible
13069                   (as long as it is encrypted to self too, no
13070                    magic there)
13071                 o Make replying with quote (and without selecting
13072                   text) possible for encrypted messages.
13073                 Closes bug #550 (Not possible to "reply with quote"
13074                 to gnupg encrypted messages)
13075
13076 2005-06-24 [paul]       1.9.11cvs97
13077
13078         * src/imap.c
13079                 add missing include
13080
13081 2005-06-24 [paul]       1.9.11cvs96
13082
13083         * src/editldap.c
13084                 made bind password entry invisible
13085                 (sync with main)
13086         * src/send_message.c
13087                 send_message_local(): check exit status
13088                 to detect errors (sync with main)
13089         * src/textview.c
13090                 use main's less ambiguous popup menu
13091                 wording
13092
13093 2005-06-24 [paul]       1.9.11cvs95
13094
13095         * src/prefs_actions.c
13096         * src/prefs_customheader.c
13097         * src/prefs_display_header.c
13098         * src/prefs_filtering_action.c
13099         * src/prefs_matcher.c
13100         * src/prefs_template.c
13101         * src/prefs_toolbar.c
13102                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13103         * src/gtk/description_window.c
13104                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13105
13106 2005-06-23 [colin]      1.9.11cvs94
13107
13108         * src/summaryview.c
13109                 Fix rough edges (be sure to call status_show whenever
13110                 necessary).
13111
13112 2005-06-23 [colin]      1.9.11cvs93
13113
13114         * src/summaryview.c
13115                 Optimize Select All
13116                 Before, in a 5K mails folder: 11s
13117                 After, in the same folder: 58000µs
13118                 The joys of locking... gtk_clist_select_all() fires a 
13119                 tree-select-row event for each selected row, which in 
13120                 summaryview, callbacks summary_selected which in turn,
13121                 calls summary_status_show, which walks the selected
13122                 rows. Hence, calling gtk_clist_select_all was 
13123                 exponential. Locking the summaryview makes 
13124                 summary_selected return early.
13125
13126 2005-06-23 [colin]      1.9.11cvs92
13127
13128         * src/imap.c
13129                 Move mutex at the important place to avoid
13130                 deadlocks
13131         * src/summaryview.c
13132                 Fix Del key deleting directly instead of
13133                 moving to trash
13134
13135 2005-06-22 [colin]      1.9.11cvs91
13136
13137         * src/plugins/spamassassin/libspamc.c
13138                 As we do spagetti code with assignations in multiple
13139                 places (see _message_read_raw where out = msg = raw),
13140                 let's be sure we don't free the same pointer twice.
13141                 Should fix bug #683 (Crash in libpam at 
13142                 message_cleanup).
13143
13144 2005-06-22 [colin]      1.9.11cvs90
13145
13146         * src/compose.c
13147         * src/messageview.c
13148         * src/toolbar.c
13149                 Make toolbar's delete use the move to trash stuff;
13150                 Add gtk_widget_realize to be sure pixmaps can get
13151                 created (that may fix an old worksforme bug which
13152                 I can't find back...)
13153
13154 2005-06-22 [colin]      1.9.11cvs89
13155
13156         * src/summaryview.c
13157         * src/summaryview.h
13158         * src/mainwindow.c
13159                 Rename "Message/Delete" to "Message/Move to trash"
13160                 Add "Message/Delete..." that directly destroys the
13161                 selected messages after asking for a confirmation.
13162
13163 2005-06-22 [colin]      1.9.11cvs88
13164
13165         * src/imap.c
13166                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13167                 o Fix a deadlock (thanks Darko)
13168
13169 2005-06-22 [colin]      1.9.11cvs87
13170
13171         * src/gtk/foldersort.c
13172                 Add missing include for the i18n;
13173                 patch by Fabien Vantard
13174
13175 2005-06-21 [colin]      1.9.11cvs86
13176
13177         * src/folder.c
13178         * src/folderview.c
13179                 Respect the no_select flag
13180         * src/imap.c
13181                 Fix recursive deletion
13182         * src/imap_gtk.c
13183         * src/mh_gtk.c
13184                 Make the folder deletion's warning
13185                 more explicit
13186
13187 2005-06-21 [colin]      1.9.11cvs85
13188
13189         * src/textview.c
13190                 Prevent email addresses from spanning accross
13191                 lines - fixes bug # 646 (newline-chars in 
13192                 email addresses)
13193
13194 2005-06-20 [colin]      1.9.11cvs84
13195
13196         * src/folder.c
13197                 Be sure not to remove source if copy failed
13198
13199 2005-06-20 [colin]      1.9.11cvs83
13200
13201         * src/folderview.c
13202         * src/imap_gtk.c
13203                 remove summaryview's lock
13204         * src/imap.c
13205                 introduce threads to avoid problems when foreground tasks
13206                 interfere with background tasks
13207         * src/mh.c
13208                 prevent moving to drafts/queue
13209         * src/mimeview.c
13210                 fix leak
13211
13212 2005-06-19 [colin]      1.9.11cvs82
13213
13214         * src/imap_gtk.c
13215                 Remember that the user doesn't want to override
13216                 offline mode, for 3 seconds. It avoid presenting
13217                 him with N popups in a really short time.
13218
13219 2005-06-17 [colin]      1.9.11cvs81
13220
13221         * src/imap.c
13222                 Fix IMAP breaking on folders containing '('
13223                 (Probably won't be enough)
13224
13225 2005-06-17 [colin]      1.9.11cvs80
13226
13227         Forgotten files on 1.9.11cvs79
13228         * src/summaryview.c
13229                 Fix stepping when not immediately executing
13230         * src/imap.c
13231                 Really prevent UID FETCH 0
13232         * src/codeconv.c
13233                 Fix outgoing charset never set to utf-8
13234         * src/mh.c
13235                 Fix leak
13236
13237 2005-06-16 [colin]      1.9.11cvs79
13238
13239         * src/compose.c
13240                 Fix bug #707 (Dash splits rows)
13241                 Only wrap if we're on a line break position and
13242                 the previous one was a "white" (space) char.
13243                 Pango stuff is weird.
13244
13245 2005-06-16 [colin]      1.9.11cvs78
13246
13247         * src/imap_gtk.c
13248                 Lock summaryview while downloading messages
13249                 on user demand
13250         * src/procheader.c
13251         * src/unmime.c
13252         * src/common/utils.c
13253         * src/common/utils.h
13254                 Replace \r and \n with spaces in From and
13255                 Subject headers
13256
13257 2005-06-16 [paul]       1.9.11cvs77
13258
13259         * src/procmime.c
13260                 liberalise the mime parser
13261         * src/gtk/about.c
13262                 add text wrapping
13263
13264 2005-06-16 [paul]       1.9.11cvs76
13265
13266         * src/gtk/about.c
13267                 reworked
13268
13269 2005-06-15 [colin]      1.9.11cvs75
13270
13271         * src/compose.c
13272                 Finish header encoding fix
13273         * src/summaryview.c
13274                 Fix segfault
13275         * src/headerview.c
13276                 Fix compilation (Thanks Stephan
13277                 Sachse)
13278
13279 2005-06-15 [colin]      1.9.11cvs74
13280
13281         * Makefile.am
13282                 Install gnome2 stuff rather than gnome1, 
13283                 if both are present
13284         * src/codeconv.c
13285         * src/codeconv.h
13286         * src/compose.c
13287                 Fix headers encoding
13288         * src/folder.c
13289                 Visual progress when fetching all messages
13290         * src/folderview.c
13291         * src/summaryview.c
13292         * src/summaryview.h
13293                 Prevent changing current message while
13294                 incorporating
13295
13296 2005-06-15 [paul]       1.9.11cvs73
13297
13298         * src/gtk/gtkaspell.c
13299         * src/gtk/gtkaspell.h
13300                 fix build warnings
13301
13302 2005-06-15 [paul]       1.9.11cvs72
13303
13304         * src/prefs_filtering.c
13305                 allow reordering of filter rules by
13306                 drag n drop
13307
13308 2005-06-15 [paul]       1.9.11cvs71
13309
13310         * COPYING
13311                 updated
13312         * src/codeconv.c
13313                 replace deprecated function
13314         * src/inc.c
13315         * src/send_message.c
13316         * src/gtk/progressdialog.c
13317         * src/gtk/progressdialog.h
13318                 salvage and reuse parts of reverted sync
13319
13320 2005-06-15 [paul]       1.9.11cvs70
13321
13322         * src/inc.c
13323         * src/send_message.c
13324         * src/gtk/progressdialog.c
13325         * src/gtk/progressdialog.h
13326                 revert yesterday's sync with main
13327                 it contains deprecated functions
13328
13329 2005-06-15 [colin]      1.9.11cvs69
13330
13331         * src/headerview.c
13332                 Fix bug #670 (multi user to: will corrupt message 
13333                 headers display)
13334
13335 2005-06-15 [colin]      1.9.11cvs68
13336
13337         * src/compose.c
13338                 Fix bug #421 (Fix undo on wrapping)
13339
13340 2005-06-15 [colin]      1.9.11cvs67
13341
13342         * src/folder.c
13343                 Provide visual feedback while processing
13344                 folder's rules.
13345         * src/imap.c
13346                 Provide visual feedback while getting
13347                 short headers (for uncached messages)
13348
13349
13350 2005-06-14 [paul]       1.9.11cvs66
13351
13352         * src/account.c
13353                 change a couple stock icons
13354         * src/inc.c
13355         * src/send_message.c
13356         * src/gtk/progressdialog.c
13357         * src/gtk/progressdialog.h
13358                 sync main's GtkTreeView implementation
13359
13360 2005-06-14 [colin]      1.9.11cvs65
13361
13362         * src/imap.c
13363                 Various little fixes, mainly on error paths
13364
13365 2005-06-13 [colin]      1.9.11cvs64
13366
13367         * matcher.c
13368         * procmsg.c
13369         * procmsg.h
13370                 Add a way to fetch only headers. This speeds
13371                 up filtering on headers for IMAP. Fixes:
13372                 bug #481 extraneous imap commands slow down 
13373                         imap filtering
13374                 bug #522 Sylpheed downloads all messages 
13375                         when opening mailbox (IMAP)
13376                 bug #677 IMAP fetch is soooooooooooooo slow
13377         * src/folder.c
13378         * src/folder.h
13379                 Add a folder set_batch method so that
13380                 implementations can speed up flags changes
13381         * src/folderutils.c
13382         * src/summaryview.c
13383                 Use that in mark as (un)read and mark all read
13384                 Refix bug #679
13385         * src/imap.c
13386                 Implement set_batch - brings back deferred
13387                 flags in a less buggy manner. Fixes:
13388                 bug #729 IMAP immediate expunge of deleted messages
13389                 bug #191 remove list of messages with one command
13390                 Fix login with strange chars
13391                 Implement fetch_msg_full
13392                 Fix copy (wrong counts)
13393
13394 2005-06-12 [colin]      1.9.11cvs63
13395
13396         * src/folder.c
13397                 lock incorporation during long operations.
13398                 Avoids fucking up the IMAP socket.
13399
13400 2005-06-12 [colin]      1.9.11cvs62
13401
13402         * src/imap.c
13403                 Fix harmful typo
13404                 Factorize remove_all_msg
13405                 Thread-ize expunge
13406         * src/summaryview.c
13407                 Don't update partial-download status if unnecessary
13408         * src/folder.c
13409                 Use remove_msgs everywhere possible
13410
13411 2005-06-12 [colin]      1.9.11cvs61
13412
13413         * src/folder.c
13414         * src/folder.h
13415                 Add a remove_msgs function to remove a 
13416                 list of messages
13417         * src/imap.c
13418                 Implement that.
13419
13420 2005-06-12 [colin]      1.9.11cvs60
13421
13422         * src/imap.c
13423                 Remove flags-processing deferring... Too hard
13424                 to get it to work in all cases.
13425
13426 2005-06-11 [colin]      1.9.11cvs59
13427
13428         * src/imap.c
13429                 printf -> debug_print
13430
13431 2005-06-11 [colin]      1.9.11cvs58
13432
13433         * src/imap.c
13434                 o Fix build without USE_PTHREAD
13435                 o Factorize imap_open
13436                 o Alertpanel in case of impossible connection
13437                 o Alertpanel in case of impossible login
13438                 o Fix deferred flags processing to force a 
13439                   flush before adding some more flags to process,
13440                   but in another folder.
13441
13442 2005-06-10 [colin]      1.9.11cvs57
13443
13444         * src/imap.c
13445                 o Fix a format string error
13446                 o init ssl socket outside of the thread 
13447                   (it possibly invokes gtk calls)
13448         * src/procmime.c
13449                 o Put back the buffer to its necessary size
13450                 o Fix changing a file pointer without keeping
13451                   track of it (thanks Valgrind)
13452         * src/common/smtp.c
13453                 o Fix automatic STARTTLS if login should be done
13454                   and the server only allows it after starting TLS
13455         * src/gtk/gtkinputdialog.c
13456                 o Eat GDK_Return so that the combo popup doesn't 
13457                   appear when we press Enter to validate the combo
13458                   input dialog (as seen in the Open with... dialog)
13459
13460 2005-06-10 [colin]      1.9.11cvs56
13461
13462         * src/imap.c
13463                 o A bit less debug
13464                 o Fix a crash on deletion
13465                 o Threadize imap_select (it's called outside of 
13466                   threads)
13467                 o Defer treatment of DELETED flags
13468
13469
13470 2005-06-09 [colin]      1.9.11cvs55
13471
13472         * src/imap.c
13473                 Make sure we check imap_gtk_should_override(), which
13474                 potentially calls gtk stuff, before creating thread.
13475                 That way it should't be called via imap_get_session()
13476                 inside a thread.
13477
13478 2005-06-09 [colin]      1.9.11cvs54
13479
13480         * src/imap.c
13481                 o add a bit of status output
13482                 o remove some dead code
13483                 o threadize get_list_of_uids
13484                 o threadize imap_get_flags
13485                 o defer flag changing by 500ms so that they
13486                   can be batched
13487
13488
13489 2005-06-08 [colin]      1.9.11cvs53
13490
13491         * src/imap.c
13492                 Thread-ize imap_cmd_fetch
13493
13494 2005-06-08 [colin]      1.9.11cvs52
13495
13496         * src/main.c
13497                 Mmh, that broke POP3...
13498
13499 2005-06-08 [colin]      1.9.11cvs51
13500
13501         * src/main.c
13502                 Stabilize IMAP patch (thanks to Hoa)
13503
13504 2005-06-08 [colin]      1.9.11cvs50
13505
13506         * src/imap.c
13507                 Test patch to speed up imap. 
13508
13509 2005-06-08 [colin]      1.9.11cvs49
13510
13511         * src/imap_gtk.c
13512                 Warning fix
13513         * src/procmime.c
13514                 Apply patch from gentoo to use /usr/share/mime/globs if 
13515                 available, after un-breaking it
13516         * src/common/log.c
13517         * src/common/log.h
13518                 Use g_timeout for invoking hooks that possibly use gtk
13519                 calls. This should leave gtk calls in the main thread.
13520
13521 2005-06-08 [paul]       1.9.11cvs48
13522
13523         * src/codeconv.c
13524                 conv_get_outgoing_charset_str(): don't
13525                 use prefs_common setting
13526         * src/compose.c
13527         * src/compose.h
13528                 add /Options/Character encoding/... to
13529                 temporarily change the outgoing encoding
13530
13531         (belated sync with main)
13532
13533 2005-06-08 [paul]       1.9.11cvs47
13534
13535         * src/compose.c
13536                 correction to/completion of last
13537                 sync with main
13538
13539 2005-06-08 [paul]       1.9.11cvs46
13540
13541         sync with main:
13542         
13543         * src/codeconv.c
13544         * src/codeconv.h
13545                 always enabled Japanese auto-detection
13546                 if the first letters of locale string
13547                 is "ja"
13548         * src/compose.c
13549                 don't use "destroy" signal to destroy
13550                 Compose object (fix rare crashes on discard?)
13551         * src/mainwindow.c
13552         * src/messageview.c
13553         * src/prefs_send.c
13554                 added Hebrew encodings
13555         * src/sourcewindow.c
13556                 don't use "destroy" signal to destroy
13557                 objects
13558
13559 2005-06-07 [colin]      1.9.11cvs45
13560
13561         * src/summaryview.c
13562                 Add missing unlocks/locks
13563
13564 2005-06-07 [paul]       1.9.11cvs44
13565
13566         * src/summaryview.c
13567                 restore bug #749 fix
13568
13569 2005-06-06 [colin]      1.9.11cvs43
13570
13571         * src/summaryview.c
13572                 Fix selection bug when prefs_common.open_unread 
13573                 is FALSE
13574
13575 2005-06-06 [colin]      1.9.11cvs42
13576
13577         * src/common/md5.c
13578                 Fix a warning
13579         * src/summaryview.c
13580         * src/folderview.c
13581                 Factorize long operations beginning and end
13582                 (locking, freezing/thawing, cursor, ...)
13583                 Check selection->data member in selection-
13584                 related loops; this avoids dying an awful
13585                 death if the selection changes on us while
13586                 we're marking a whole IMAP folder unread, 
13587                 for example.
13588
13589 2005-06-06 [paul]       1.9.11cvs41
13590
13591         * src/textview.c
13592                 don't g_free() a static gchar buffer
13593
13594 2005-06-05 [colin]      1.9.11cvs40
13595
13596         * src/mainwindow.c
13597         * src/messageview.c
13598         * src/summaryview.c
13599                 Fix bug #749 (Show all headers should be
13600                 sticky as the GUI suggests)
13601
13602 2005-06-03 [paul]       1.9.11cvs39
13603
13604         * src/compose.c
13605                 don't allow editing of mail while sending.
13606                 patch by Colin
13607
13608 2005-06-03 [paul]       1.9.11cvs38
13609
13610         * src/folderview.c
13611                 add a freeze/thaw to speed up 'mark all read'
13612
13613 2005-06-03 [paul]       1.9.11cvs37
13614
13615         * src/prefs_message.c
13616                 reflect changes immediately
13617
13618 2005-06-02 [colin]      1.9.11cvs36
13619
13620         * po/POTFILES.in
13621                 Patch by Fabien Vantard.
13622
13623 2005-06-02 [colin]      1.9.11cvs35
13624
13625         * src/imap.c
13626                 Use a non-blocking imap_getline() if possible.
13627                 This should completely prevent the interface
13628                 from freezin on imap operations, although it
13629                 may do strange stuff in case of folder switching
13630                 while a big imap operation is taking place...
13631
13632                 In addition, fix a leak in the case thread
13633                 creation fails on connection.
13634
13635 2005-06-02 [colin]      1.9.11cvs34
13636
13637         * src/crash.c
13638         * src/prefs_common.h
13639                 Fix build (prefs_common_init() doesn't exist
13640                 anymore)
13641
13642 2005-06-02 [colin]      1.9.11cvs33
13643
13644         * src/prefs_account.c
13645                 Fix bug #245 (filtering rules broken when
13646                 renaming a remote account (imap4 or nntp)
13647
13648 2005-06-02 [colin]      1.9.11cvs32
13649
13650         * src/imap.c
13651                 Try to fix IMAP shortcomings: 
13652                 o Multithread imap_open()
13653                 o allow offline-mode overriding instead of
13654                   just returning NULL
13655         * src/imap_gtk.c
13656         * src/imap_gtk.h
13657                 Add a function to ask whether we want to
13658                 override offline-mode for 10 minutes (one-shot
13659                 asking was painful)
13660         * src/procheader.c
13661                 Fix segfault when imap parser isn't happy about
13662                 a missing {
13663
13664 2005-06-01 [colin]      1.9.11cvs31
13665
13666         * src/addrharvest.c
13667         * src/compose.c
13668         * src/mbox.c
13669         * src/mbox.h
13670         * src/mh.c
13671         * src/msgcache.c
13672         * src/send_message.c
13673         * src/setup.c
13674         * src/undo.c
13675         * src/common/hooks.c
13676         * src/common/prefs.c
13677         * src/common/template.c
13678         * src/common/utils.c
13679         * src/gtk/gtkutils.c
13680         * src/gtk/inputdialog.c
13681         * src/gtk/menu.c
13682         * src/gtk/pluginwindow.c
13683         * src/gtk/prefswindow.c
13684         * src/plugins/pgpmime/passphrase.c
13685         * src/plugins/pgpmime/prefs_gpg.c
13686                 More -Wall fixes
13687
13688         * src/common/Makefile.am
13689         * src/common/timing.h
13690                 Add basic timing code
13691
13692         * src/summaryview.c
13693                 Fix a bug with unread messages when 
13694                 re-sorting folders, and by the way
13695                 fix a big performance hit when 
13696                 re-sorting (10k mails: before 5s,
13697                 after .5s)
13698
13699         * src/prefs_compose_writing.c
13700         * src/prefs_compose_writing.h
13701         * src/prefs_message.c
13702         * src/prefs_message.h
13703         * src/prefs_other.c
13704         * src/prefs_other.h
13705         * src/prefs_quote.c
13706         * src/prefs_quote.h
13707         * src/prefs_receive.c
13708         * src/prefs_receive.h
13709         * src/prefs_send.c
13710         * src/prefs_send.h
13711         * src/prefs_summaries.c
13712         * src/prefs_summaries.h
13713                 Fix copyright banner
13714
13715 2005-06-01 [paul]       1.9.11cvs30
13716
13717         * po/fi.po
13718                 updated by Flammie Pirinen
13719         * src/procmime.c
13720                 fix 'Bad BASE64 content' output
13721
13722 2005-05-31 [colin]      1.9.11cvs29
13723
13724         * src/procmime.c
13725                 Oops, where did my hunk go.
13726
13727 2005-05-31 [colin]      1.9.11cvs28
13728
13729         * src/Makefile.am
13730         * src/account.c
13731         * src/action.c
13732         * src/addr_compl.c
13733         * src/addressbook.c
13734         * src/codeconv.c
13735         * src/compose.c
13736         * src/export.c
13737         * src/folder.c
13738         * src/folderview.c
13739         * src/image_viewer.c
13740         * src/main.c
13741         * src/mainwindow.c
13742         * src/messageview.c
13743         * src/mimeview.c
13744         * src/msgcache.c
13745         * src/prefs_account.c
13746         * src/prefs_actions.c
13747         * src/prefs_common.c
13748         * src/prefs_compose_writing.c
13749         * src/prefs_customheader.c
13750         * src/prefs_ext_prog.c
13751         * src/prefs_filtering.c
13752         * src/prefs_filtering_action.c
13753         * src/prefs_fonts.c
13754         * src/prefs_image_viewer.c
13755         * src/prefs_message.c
13756         * src/prefs_message.h
13757         * src/prefs_msg_colors.c
13758         * src/prefs_other.c
13759         * src/prefs_other.h
13760         * src/prefs_quote.c
13761         * src/prefs_receive.c
13762         * src/prefs_receive.h
13763         * src/prefs_send.c
13764         * src/prefs_send.h
13765         * src/prefs_spelling.c
13766         * src/prefs_summaries.c
13767         * src/prefs_summary_column.c
13768         * src/prefs_template.c
13769         * src/prefs_themes.c
13770         * src/prefs_toolbar.c
13771         * src/prefs_wrapping.c
13772         * src/procmime.c
13773         * src/procmsg.c
13774         * src/send_message.h
13775         * src/ssl_manager.c
13776         * src/summary_search.c
13777         * src/summaryview.c
13778         * src/textview.c
13779         * src/wizard.c
13780         * src/common/smtp.c
13781         * src/common/smtp.h
13782         * src/gtk/gtkutils.h
13783                 o Move the rest of Common prefs to new style
13784                 o Lots of -Wall warning fixes
13785                 o fix FIXME in cache memusage calculation
13786                 o Let return receipts be sent from any account
13787                 o Little cache optimisation (read)
13788                 o Fix bug #746 (don't treat commas as separators
13789                   when inside a quoted string)
13790
13791 2005-05-31 [paul]       1.9.11cvs27
13792
13793         * src/prefs_common.c
13794                 fix 'off-by-one' typo
13795
13796 2005-05-31 [paul]       1.9.11cvs26
13797
13798         * src/account.c
13799         * src/addr_compl.c
13800         * src/compose.c
13801         * src/foldersel.c
13802         * src/prefs_actions.c
13803         * src/prefs_common.c
13804         * src/prefs_common.h
13805         * src/prefs_customheader.c
13806         * src/prefs_display_header.c
13807         * src/prefs_filtering.c
13808         * src/prefs_filtering_action.c
13809         * src/prefs_matcher.c
13810         * src/prefs_summaries.c
13811         * src/prefs_summary_column.c
13812         * src/prefs_template.c
13813         * src/prefs_toolbar.c
13814         * src/ssl_manager.c
13815         * src/gtk/pluginwindow.c
13816         * src/gtk/prefswindow.c
13817         * src/gtk/progressdialog.c
13818                 add hidden prefs 'enable_rules_hint'
13819                 for gtk_tree_view_set_rules_hint()
13820                 (sync with main)
13821                 
13822
13823 2005-05-31 [colin]      1.9.11cvs25
13824
13825         * src/Makefile.am
13826         * src/main.c
13827         * src/prefs_common.c
13828         * src/prefs_summaries.c ** ADDED **
13829         * src/prefs_summaries.h ** ADDED **
13830                 Common/Display -> Display/Summaries
13831
13832 2005-05-31 [colin]      1.9.11cvs24
13833
13834         * src/Makefile.am
13835         * src/main.c
13836         * src/prefs_quote.c ** ADDED **
13837         * src/prefs_quote.h ** ADDED **
13838                 Move Common/Quote to Compose/Quoting
13839         * src/prefs_common.c
13840         * src/prefs_common.h
13841                 Remove old quote stuff, add
13842                 convenience functions for GtkTextView prefs
13843         * src/gtk/prefswindow.c
13844                 Set default height higher
13845
13846 2005-05-30 [colin]      1.9.11cvs23
13847
13848         * src/Makefile.am
13849         * src/main.c
13850         * src/prefs_common.c
13851         * src/prefs_compose_writing.c ** ADDED **
13852         * src/prefs_compose_writing.h ** ADDED **
13853                 Move Common/Compose prefs to Compose/Writing
13854
13855 2005-05-30 [colin]      1.9.11cvs22
13856
13857         * src/common/utils.c
13858                 Fix bug #651 (Confused Attract by Subject)
13859                 Patch by M. Benkmann <haferfrost@web.de>
13860         * AUTHORS
13861
13862 2005-05-30 [colin]      1.9.11cvs21
13863
13864         * src/compose.c
13865                 Fix concatenation of different headers of
13866                 the same type (bug #645)
13867         * src/prefs_folder_item.c
13868                 Fix bug #699 (setting color to black doesn't
13869                 work immediately)
13870         * src/procmime.c
13871                 Print out decoding error only once per
13872                 block
13873
13874 2005-05-30 [paul]       1.9.11cvs20
13875
13876         * src/common/template.c
13877                 fix Bcc
13878
13879 2005-05-30 [paul]       1.9.11cvs19
13880
13881         * doc/src/rfc2368.txt   **NEW FILE**
13882         * src/compose.c
13883                 compose_entries_set(): don't interpret Bcc
13884                 header field (conform to RFC 2368)
13885                 (sync with main)
13886
13887 2005-05-29 [colin]      1.9.11cvs18
13888
13889         * src/prefs_common.c
13890                 Let the default reply format respect
13891                 netiquette by cutting the signature.
13892
13893 2005-05-29 [colin]      1.9.11cvs17
13894
13895         * src/summaryview.c
13896                 Don't let always_show_msg override
13897                 open_unread_on_enter when opening a new
13898                 directory.
13899
13900 2005-05-27 [paul]       1.9.11cvs16
13901
13902         sync with main:
13903
13904         * src/main.c
13905                 app_will_exit(): cleanup tmp directory when exit
13906         * src/message_search.c
13907                 improved the interface and made code cleanup.
13908                 removed Clear button
13909         * src/send_message.c
13910                 send_message_local(): use GSpawn, and detect errors
13911         * src/summary_search.c
13912                 improved the interface and made code cleanup
13913         * src/textview.c
13914                 textview_write_link(): also skip non-ascii space
13915                  at the head of link strings (phishing check
13916                  didn't work at the case)
13917         * src/common/utils.c
13918                 get_command_output(): use g_spawn_command_line_sync()
13919                 instead of popen()
13920
13921 2005-05-26 [colin]      1.9.11cvs15
13922
13923         * src/folder.c
13924                 remove printf
13925
13926 2005-05-26 [colin]      1.9.11cvs14
13927
13928         * src/common/nntp.c
13929                 Fix nntp mode reader (bug #611)
13930                 Patch by Florian Mickler <florian@mickler.org>
13931
13932 2005-05-26 [colin]      1.9.11cvs13
13933
13934         * src/plugins/pgpmime/passphrase.c
13935                 Fix mouse grabbing (bug #557)
13936
13937 2005-05-26 [colin]      1.9.11cvs12
13938
13939         * src/prefs_themes.c
13940                 Fix g_warning (bug #541)
13941
13942 2005-05-26 [colin]      1.9.11cvs11
13943
13944         * src/prefs_actions.c
13945         * src/prefs_template.c
13946                 Fix bug #506 (no warning if action/template
13947                 is not saved)
13948         * src/common/template.c
13949                 Fix a possible crash
13950
13951 2005-05-26 [colin]      1.9.11cvs10
13952
13953         * src/folder.c
13954         * src/folderview.c
13955         * src/procmsg.c
13956         * src/summaryview.c
13957                 Forbid locked messages to be moved or
13958                 deleted. Locked messages in trashes 
13959                 still get deleted, for performance
13960                 reason (mh.c::mh_remove_all_msgs)
13961
13962 2005-05-25 [colin]      1.9.11cvs9
13963
13964         * src/procmime.c
13965                 Use correct encoding when sending mails
13966                 with attachments that have accentued 
13967                 chars in their name
13968
13969 2005-05-24 [colin]      1.9.11cvs8
13970
13971         * src/summaryview.c
13972                 Fix bug #688 f) read/unread marker not
13973                 changed on first click
13974                 Also, optimize summary_status_show()
13975                 calls
13976         * src/folder.c
13977         * src/inc.c
13978         * src/procmime.c
13979                 Fix bug #688 b) and c) wrt message
13980                 attachments and signature
13981         * src/stock_pixmap.c
13982         * src/stock_pixmap.h
13983         * src/stock_pixmap.c
13984         * src/stock_pixmap.h
13985         * src/Makefile.am
13986         * src/pixmaps/clip_gpg_signed.xpm
13987                 Add clip/signed icon
13988
13989 2005-05-24 [colin]      1.9.11cvs7
13990
13991         * src/folder_item_prefs.c
13992                 whitespace fix
13993
13994 2005-05-24 [colin]      1.9.11cvs6
13995
13996         * src/folderview.c
13997         * src/prefs_common.c
13998         * src/prefs_common.h
13999                 Add a confirmation to folder drag and drop
14000                 fixes bug #156
14001         * src/alertpanel.c
14002         * src/alertpanel.h
14003                 fix _with_disable parameters so that
14004                 the buttons labels are specifiable too
14005         * src/plugins/pgpmime/sgpgme.c
14006                 reflect said change
14007                 
14008
14009 2005-05-24 [colin]      1.9.11cvs5
14010
14011         * src/folderview.c
14012                 Uncollapse/collapse folders on double-click
14013                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14014                 closes bug #108
14015
14016 2005-05-23 [colin]      1.9.11cvs4
14017
14018         * src/common/socket.c
14019                 Check another special SSL_peek() error.
14020                 Should help wrt bug #728
14021
14022 2005-05-23 [colin]      1.9.11cvs3
14023
14024         * src/plugins/pgpmime/pgpmime.c
14025                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14026                 breaking menu accelerators and stuff. Users will have to
14027                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14028                 account's privacy preferences if needed.
14029
14030 2005-05-22 [paul]
14031
14032         * tools/kdeservicemenu/install.sh
14033                 use kdesu to prompt for root password if doing
14034                 global install/uninstall
14035
14036 2005-05-20 [colin]      1.9.11cvs2
14037
14038         * src/procmsg.c
14039                 Fix another compilation error with gcc-2.9x
14040                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14041         * src/send_message.c
14042                 Don't send QUIT if we aren't connected
14043
14044 2005-05-19 [colin]      1.9.11cvs1
14045
14046         * src/procmsg.c
14047                 Fix compilation with gcc 2.9x
14048
14049 2005-05-19 [paul]       1.9.11
14050
14051         1.9.11 released
14052
14053 2005-05-19 [paul]       1.9.9cvs14
14054
14055         * src/gtk/inputdialog.c
14056                 prevent gettext warning
14057
14058 2005-05-19 [paul]       1.9.9cvs13
14059
14060         * src/mainwindow.c
14061         * src/prefs_common.c
14062         * src/prefs_common.h
14063         * src/textview.c
14064         * src/textview.h
14065                 add an option to toggle cursor in message
14066                 view (sync with main)
14067
14068 2005-05-18 [colin]      1.9.9cvs12
14069
14070         * src/compose.c
14071                 Dereference freed pointer
14072         * src/gtk/gtkaspell.c
14073                 Fix duplication of dictionaries (is it an aspell issue?)
14074
14075 2005-05-18 [colin]      1.9.9cvs11
14076
14077         * src/gtk/inputdialog.c
14078         * src/gtk/gtkaspell.c
14079                 HIGuify dialogs
14080         * src/alertpanel.c
14081                 Remove a double call
14082
14083 2005-05-17 [colin]      1.9.9cvs10
14084
14085         * src/gtk/gtkaspell.c
14086                 Fix dialogs, Ctrl-Enter accel
14087
14088 2005-05-17 [colin]      1.9.9cvs9
14089
14090         * src/gtk/gtkaspell.c
14091                 Fix some accelerators, escape in replace-window
14092
14093 2005-05-16 [colin]      1.9.9cvs8
14094
14095         * src/gtk/gtkaspell.c
14096                 Revert last commit, it was a mistake.
14097
14098 2005-05-16 [colin]      1.9.9cvs7
14099
14100         * src/gtk/gtkaspell.c
14101                 Remove buggy code while we're at it. It's a 
14102                 dead code path anyway.
14103
14104 2005-05-16 [colin]      1.9.9cvs6
14105
14106         * src/gtk/gtkaspell.c
14107                 Missed some gtk_menu_popup where deactivate
14108                 signal should be handled. Should fix bug
14109                 #629 a bit more.
14110
14111 2005-05-16 [colin]      1.9.9cvs5
14112
14113         * src/gtk/gtkaspell.c
14114                 Remove debug printf()s
14115
14116 2005-05-16 [colin]      1.9.9cvs4
14117
14118         * src/gtk/gtkaspell.c
14119                 Fix a bit aspell problems
14120                 (see bug #629)
14121
14122 2005-05-13 [colin]      1.9.9cvs3
14123
14124         * src/folderview.c
14125                 Fix the + appearing even when no subfolders
14126                 have unread messages. Thanks to wwp for the
14127                 bug report.
14128
14129 2005-05-11 [paul]       1.9.9cvs2
14130
14131         * src/folderview.c
14132                 correction to 1.9.9cvs1, only colour folders that
14133                 have new msgs (not unread msgs)
14134
14135 2005-05-10 [colin]      1.9.9cvs1
14136
14137         * src/folderview.c
14138         * src/summaryview.c
14139                 Try to fix bolding bugs again.
14140
14141 2005-05-09 [paul]
14142
14143         * tools/claws.i18n.status.pl
14144                 add Ricardo Mones Lastra's script that has been providing
14145                 the i18n status page for many months
14146
14147 2005-05-09 [paul]       1.9.9
14148
14149         1.9.9 release
14150
14151 2005-05-09 [paul]       1.9.6cvs58
14152
14153         * AUTHORS
14154         * INSTALL
14155         * README.claws
14156                 updated
14157         * Makefile.am 
14158         * RELEASE_NOTES.claws
14159                 add release notes to cvs to simplify release
14160                 procedure
14161         * configure.ac
14162                 add ca and fi to ALL_LINGUAS
14163         * po/Makefile.in.in
14164                 workaround for missing Makevars
14165         * po/ca.po
14166         * po/fi.po
14167                 add new Catalan and Finnish translations
14168                 submitted by Miquel Oliete and Flammie Pirinen
14169         * po/de.po
14170         * po/es.po
14171         * po/fr.po
14172         * po/it.po
14173         * po/pl.po
14174         * po/ru.po
14175         * po/sk.po
14176         * po/sr.po
14177         * po/zh_CN.po
14178                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14179                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14180                 Urke MMI, and Hansom Young
14181         * src/main.c
14182                 Fix drafting when quitting. compose_draft() closes the
14183                 compose windows, which modifies the compose_list GSList.
14184                 We have to refresh this list after echo drafting to avoid a
14185                 segfault
14186         * src/partial_download.c
14187                 fix segfault on exit
14188
14189 2005-05-06 [paul]       1.9.6cvs57
14190
14191         * src/grouplistdialog.c
14192                 quick fix/workaround for unresizeable newsgroup
14193                 name column 
14194
14195 2005-05-06 [paul]       1.9.6cvs56
14196
14197         * src/inc.c
14198         * src/mainwindow.c
14199                 use gettext plural forms
14200         * src/imap_gtk.c
14201         * src/mh_gtk.c
14202         * src/toolbar.c
14203                 small improvement to english usage
14204
14205 2005-05-05 [thorsten]   1.9.6cvs55
14206
14207         * src/folder.c
14208                 fix possible crash
14209
14210 2005-05-05 [paul]       1.9.6cvs54
14211         
14212         sync with HEAD
14213
14214         * AUTHORS
14215         * src/compose.c
14216                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14217                 patch by Tim Mann
14218
14219 2005-05-05 [paul]       1.9.6cvs53
14220
14221         * src/mainwindow.c
14222                 fix resizing of separate message and
14223                 folder views
14224
14225 2005-05-05 [paul]       1.9.6cvs52
14226
14227         * src/account.c
14228         * src/addrgather.c
14229         * src/browseldap.c
14230         * src/exphtmldlg.c
14231         * src/expldifdlg.c
14232         * src/importmutt.c
14233         * src/importpine.c
14234         * src/main.c
14235         * src/mainwindow.c
14236         * src/noticeview.c
14237         * src/prefs_filtering.c
14238         * src/prefs_filtering_action.c
14239         * src/prefs_matcher.c
14240         * src/prefs_spelling.c
14241         * src/prefs_toolbar.c
14242         * src/toolbar.c
14243         * src/wizard.c
14244         * src/gtk/description_window.c
14245         * src/gtk/gtkvscrollbutton.c
14246         * src/gtk/progressdialog.c
14247         * src/gtk/quicksearch.c
14248         * src/plugins/pgpmime/prefs_gpg.c
14249         * src/plugins/spamassassin/spamassassin_gtk.c
14250                 replace deprecated gtk_widget_set_usize
14251
14252 2005-05-04 [colin]      1.9.6cvs51
14253
14254         * src/common/utils.c
14255                 Fix crash when subst_for_filename is called
14256                 with a NULL parameter
14257
14258 2005-05-04 [colin]      1.9.6cvs50
14259
14260         * src/partial_download.c
14261         * src/pop.c
14262                 Escape login when writing uidl file
14263                 fixes bug #736
14264
14265 2005-05-03 [colin]      1.9.6cvs49
14266
14267         * src/procmime.c
14268                 Fix possible DOS in mime parser
14269                 (see bug #634)
14270
14271 2005-05-02 [colin]      1.9.6cvs48
14272
14273         * src/compose.c
14274                 Try to fix the copy/paste mess once again.
14275
14276
14277 2005-04-30 [colin]      1.9.6cvs47
14278
14279         * src/prefs_account.h
14280         * src/procmsg.c
14281         * src/send_message.c
14282         * src/common/smtp.c
14283         * src/common/smtp.h
14284                 Try to batch sending mails (per account) instead of
14285                 reconnecting to server every time.
14286
14287 2005-04-29 [colin]      1.9.6cvs46
14288
14289         * src/messageview.c
14290                 Fix window resizing that refused to size down
14291         * src/prefs_common.c
14292         * src/prefs_common.h
14293         * src/prefs_filtering.c
14294                 Save Filtering's window size
14295
14296 2005-04-21 [paul]       1.9.6cvs45
14297
14298         * ChangeLog-gtk2.claws
14299         * src/setup.c
14300                 correction to sync
14301
14302 2005-04-21 [paul]       1.9.6cvs44
14303
14304         sync with main:
14305
14306         * src/setup.c
14307         * src/statusbar.c
14308         * src/statusbar.h
14309                 use gtkut_widget_draw_now(). Improved performance
14310                 of the update of statusbar
14311         * src/textview.c
14312                 textview_smooth_scroll_do(): redraw it after scroll
14313                 is done (fixed incorrect display when a part of the
14314                 view is hidden).
14315         * src/gtk/gtkutils.c
14316         * src/gtk/gtkutils.h
14317                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14318                 to force update of widgets.
14319                 Removed gtkut_widget_wait_for_draw() which had a big
14320                 overhead  because of waiting for all events processed 
14321
14322 2005-04-20 [paul]       1.9.6cvs43
14323
14324         * src/codeconv.c
14325                 complete 1.9.6cvs42's sync:
14326                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14327
14328 2005-04-19 [paul]       1.9.6cvs42
14329
14330         sync with main:
14331
14332         * src/action.c
14333                 catch_output(): correctly select the insert text
14334                 (fix invalid iterator warnings).
14335         * src/codeconv.c
14336         * src/codeconv.h
14337         * src/mainwindow.c
14338         * src/messageview.c
14339         * src/prefs_common.c
14340                 support GBK encoding.
14341         * src/common/session.c
14342         * src/common/session.h
14343                 use separate buffer for large data to be sent,
14344                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14345
14346 2005-04-18 [paul]       1.9.6cvs41
14347
14348         * src/jpilot.c
14349                 convert unsigned long into guint32
14350                 patch by Paul LeoNerd Evans 
14351
14352 2005-04-17 [colin]      1.9.6cvs40
14353
14354         * src/compose.c
14355                 Fix 'Request return receipt' from folder
14356                 properties (bug #708)
14357
14358 2005-04-17 [colin]      1.9.6cvs39
14359
14360         * src/mainwindow.c
14361                 Fix duplicate hotkeys in Mainwindow's menu
14362
14363 2005-04-17 [colin]      1.9.6cvs38
14364
14365         * src/folderview.c
14366                 Fix duplicate hotkeys in Folderview's contextual
14367                 menu
14368
14369 2005-04-15 [colin]      1.9.6cvs37
14370
14371         * src/summaryview.c
14372                 Fix 'Save as...' with non-ascii filenames
14373
14374 2005-04-15 [colin]      1.9.6cvs36
14375
14376         * src/plugins/pgpmime/pgpmime.c
14377                 Fix bus error on 64bit. Spotted by 
14378                 macallan1888@gmail.com
14379
14380 2005-04-15 [colin]      1.9.6cvs35
14381
14382         * src/prefs_account.c
14383                 Fix cvs34.
14384
14385 2005-04-12 [colin]      1.9.6cvs34
14386
14387         * src/prefs_account.c
14388                 Fix smtp auth type off-by-one. We forgot to
14389                 add PLAIN in the prefs-to-gui setter func and
14390                 as a result, the selected auth when opening
14391                 account prefs was not the correct one.
14392
14393 2005-04-12 [paul]       1.9.6cvs33
14394
14395         * src/inc.c
14396                 if the recv dialog is visible, Cancel only
14397                 cancels the current account
14398
14399
14400 2005-04-10 [colin]      1.9.6cvs32
14401
14402         * src/filtering.c
14403                 Copy score when copying FilteringActions
14404                 Fix bug #674
14405
14406 2005-04-10 [colin]      1.9.6cvs31
14407
14408         * src/inc.c
14409                 Make Message -> Receive -> Cancel cancel 
14410                 incorporation on all accounts. Fixes
14411                 bug #693
14412
14413 2005-04-10 [colin]      1.9.6cvs30
14414
14415         * src/prefs_account.c
14416                 Update Privacy checkbuttons status based
14417                 on the selected privacy system
14418         * src/compose.c
14419                 Always connect the "None" privacy system; the
14420                 static boolean was probably there to avoid
14421                 reconnecting twice in the same compose window,
14422                 but as the parent function is only called once
14423                 per compose, it's only a bug - as a static is
14424                 initialized once per application instance.
14425                 Also, don't uncheck Sign and Encrypt when
14426                 selecting None as privacy system; just ignore
14427                 them when sending/queuing.
14428                 Should fix bug #695
14429
14430 2005-04-08 [colin]      1.9.6cvs29
14431
14432         * src/account.c
14433         * src/prefs_account.c
14434         * src/prefs_account.h
14435                 Add account preference to queue message in a certain
14436                 folder.
14437
14438 2005-04-06 [colin]      1.9.6cvs28
14439
14440         * src/prefs_account.c
14441                 Update old inbox path syntax
14442
14443 2005-04-06 [paul]       1.9.6cvs27
14444
14445         sync with main:
14446
14447         * configure.ac
14448                 changed -traditional-cpp to -no-cpp-precomp for newer
14449                 Mac OS X support
14450         * src/foldersel.c
14451                 made column resize automatically
14452         * src/send_message.c
14453                 send_message_smtp(): consider EOF right after QUIT
14454                 successful (workaround for Gmail SMTP server)
14455         * src/common/socket.c
14456                 ssl_read(), ssl_peek(): check EOF which violates the
14457                 SSL protocol
14458         * src/gtk/colorlabel.c
14459                 removed warnings when displaying colorlabel menu
14460                 (don't use GtkAlignment)
14461
14462 2005-04-05 [paul]       1.9.6cvs26
14463
14464         * src/plugins/trayicon/trayicon.c
14465                 fix clipping of icon under KDE3 
14466
14467 2005-04-05 [paul]       1.9.6cvs25
14468
14469         * src/summaryview.c
14470                 hide display of threading
14471                 patch by Alfons
14472
14473 2005-04-04 [thorsten]   1.9.6cvs24
14474
14475         * src/mh.c
14476                 marks lost on filesystems with different stat() results on
14477                 summer-/wintertime
14478
14479 2005-04-03 [colin]      1.9.6cvs23
14480
14481         * src/summaryview.c
14482                 Don't handle up/down. Patch by Alfons
14483
14484 2005-04-02 [colin]      1.9.6cvs22
14485
14486         * src/summaryview.c
14487                 Make scrolling faster. Patch by Alfons.
14488
14489 2005-04-01 [colin]      1.9.6cvs21
14490
14491         * src/Makefile.am
14492         * src/stock_pixmap.c
14493         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14494         * src/pixmaps/dir_noselect.xpm ** ADDED **
14495                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14496
14497 2005-04-01 [colin]      1.9.6cvs20
14498
14499         * src/image_viewer.c
14500         * src/image_viewer.h
14501         * src/procmime.c
14502         * src/procmime.h
14503         * src/textview.c
14504         * src/textview.h
14505                 Implement inline image resizing and right-clicking
14506
14507 2005-04-01 [paul]       1.9.6cvs19
14508
14509         * AUTHORS
14510         * Makefile.am
14511         * configure.ac
14512                 check for gnome2
14513                 patch by Luca Cavalli <loopback<AT>slackit.org>
14514         * po/ru.po
14515                 updated by Pavlo Bohmat
14516
14517 2005-03-31 [colin]      1.9.6cvs18
14518
14519         * src/news.c
14520                 Fix parsing references
14521         * src/msgcache.c
14522                 don't put nulls in the references list
14523         * src/procheader.c
14524                 commit that forgotten file in 1.9.6cvs14
14525
14526 2005-03-31 [colin]      1.9.6cvs17
14527
14528         * src/compose.c
14529                 Fix joining of signature separator again. 
14530                 Maybe Hiro could put it in main too...
14531
14532 2005-03-31 [colin]      1.9.6cvs16
14533
14534         * src/Makefile.am
14535         * src/foldersel.c
14536         * src/stock_pixmap.c
14537         * src/stock_pixmap.h
14538         * src/pixmaps/dir-noselect.xpm
14539                 Update foldersel.c (sync from main, patch by Alfons)
14540
14541 2005-03-30 [colin]      1.9.6cvs15
14542
14543         * src/imap.c
14544                 Fix handling of imap folders containing [] in 
14545                 their name. Thanks to Nahuel Angelinetti for
14546                 the detailed bugreport.
14547
14548 2005-03-30 [colin]      1.9.6cvs14
14549
14550         * src/common/utils.h
14551         * src/common/utils.c
14552         * src/common/defs.h
14553         * src/matcher.c
14554         * src/msgcache.c
14555         * src/news.c
14556         * src/procmsg.c
14557         * src/procmsg.h
14558         * src/quote_fmt_parse.y
14559         * src/summaryview.c
14560                 Update references system. Patch by Alfons
14561
14562 2005-03-30 [colin]      1.9.6cvs13
14563
14564         * src/common/socket.c
14565                 Force the glibc to read resolv.conf again when 
14566                 it has changed. Should fix issues when changing
14567                 networks on a laptop and not restarting sylpheed. 
14568
14569 2005-03-30 [paul]       1.9.6cvs12
14570
14571         partial sync with main:
14572
14573         * src/action.c
14574                 create_io_dialog(): use user-defined text font
14575                 (thanks to Alfons), and modified its appearance.
14576         * src/addrgather.c
14577         * src/addrharvest.c
14578         * src/browseldap.c
14579                 replace old code
14580         * src/compose.c
14581                 don't join (presumably) itemized lines on line-wrapping
14582                 fixed wrapping of quote when auto-wrapping is enabled
14583                 compose_destroy(): destroy paned only if it's not
14584                 attached to window. Fixed memory leak of popup menu.
14585         * src/exphtmldlg.c
14586         * src/expldifdlg.c
14587                 replace old code
14588         * src/html.c
14589         * src/html.h
14590         * src/importmutt.c
14591         * src/importpine.c
14592                 replace old code
14593         * src/main.c
14594                 removed redundant code
14595         * src/mainwindow.c
14596                 changed 'Code set' (which is rather incorrect)
14597                 in the menu to 'Character encoding'
14598                 main_window_set_widgets(): request size first
14599                 to prevent window size becoming wrong
14600                 fixed remembering of the state of the visibility
14601                 of MessageView
14602         * src/messageview.c
14603                 changed 'Code set' (which is rather incorrect)
14604                 in the menu to 'Character encoding'
14605         * src/prefs_common.c
14606         * src/prefs_common.h
14607                 added an option whether to render HTML as text or not
14608                 added separators to outgoing encoding menu
14609         * src/procheader.c
14610                 procheader_scan_date_string(): support header
14611                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14612         * src/summaryview.c
14613         * src/summaryview.h
14614                 minor code cleanup
14615         * src/textview.c
14616                 textview_show_html(): force output of newline
14617                 added an option whether to render HTML as text or not
14618         * src/common/utils.c
14619                 strncpy2(): optimized based on Alfons' code
14620         * src/gtk/gtkutils.c
14621         * src/gtk/gtkutils.h
14622                 removed non-used code
14623         * src/plugins/pgpmime/passphrase.c
14624                 partially fixed grab input of passphrase dialog
14625                 Confine pointer to window
14626
14627 2005-03-30 [colin]      1.9.6cvs11
14628
14629         * src/msgcache.c
14630         * src/msgcache.h
14631                 Read/write 32bit ints from cache & marks
14632                 From main.
14633
14634 2005-03-29 [paul]       1.9.6cvs10
14635
14636         * AUTHORS
14637         * ChangeLog.claws
14638         * src/compose.c
14639         * src/gtk/gtkaspell.c
14640                 sync with HEAD (don't pass NULL pointers) 
14641
14642 2005-03-24 [paul]
14643
14644         * tools/Makefile.am
14645         * tools/README
14646         * tools/acroread2sylpheed.pl
14647                 sync with HEAD (add script to send pdfs as
14648                 attachments from Adobe Reader 7)
14649
14650 2005-03-21 [paul]       1.9.6cvs9
14651
14652         * configure.ac
14653         * po/POTFILES.in
14654         * src/Makefile.am
14655         * src/crash.c
14656         * src/image_viewer.c ** ADDED **
14657         * src/image_viewer.h ** ADDED **
14658         * src/main.c
14659         * src/prefs_common.c
14660         * src/prefs_common.h
14661         * src/prefs_image_viewer.c ** ADDED **
14662         * src/prefs_image_viewer.h ** ADDED **
14663         * src/textview.c
14664         * src/gtk/about.c
14665         * src/pixmaps/sylpheed_logo.xpm
14666         * src/plugins/Makefile.am
14667         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14668         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14669         * src/plugins/image_viewer/plugin.c ** REMOVED **
14670         * src/plugins/image_viewer/viewer.c ** REMOVED **
14671         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14672         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14673         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14674         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14675         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14676                 as gdk-pixbuf is now built-in
14677                 remove image_viewer plugin and put code back into
14678                 main codebase
14679                 implement inline image display (sync with main)
14680
14681                 replace logo with newer, nicer, larger version  
14682
14683 2005-03-21 [paul]       1.9.6cvs8
14684
14685         * src/gtk/about.c
14686                 cosmetic improvement
14687
14688 2005-03-21 [holger]     1.9.6cvs7
14689
14690         * src/plugins/spamassassin/spamassassin.c
14691                 Sync with HEAD
14692                 (unregister hook on failed plugin init)
14693
14694 2005-03-20 [colin]      1.9.6cvs6
14695
14696         * src/common/plugin.c
14697                 Check that plugin isn't already loaded
14698                 Patch by Alfons
14699
14700 2005-03-20 [thorsten]   1.9.6cvs5
14701
14702         * src/compose.c
14703                 use a more compatible syntax
14704
14705 2005-03-20 [thorsten]   1.9.6cvs4
14706
14707         * src/prefs_toolbar.c
14708                 fix crash when selecting toolbar item (uninitialized pointer)
14709
14710 2005-03-20 [thorsten]   1.9.6cvs3
14711
14712         * src/procmime.c
14713                 fix mimetype detection (referenced free()d string)
14714
14715 2005-03-20 [paul]       1.9.6cvs2
14716
14717         * src/compose.c
14718                 sync with HEAD (1.0.3cvs5)
14719                 neglect Reply-To header if empty
14720                 Patch by Alfons 
14721
14722 2005-03-19 [holger]     1.9.6cvs1
14723
14724         * src/summaryview.c
14725         * src/summaryview.h
14726                 Sync with HEAD
14727
14728 2005-03-18 [paul]       1.9.6
14729
14730         initial GTK2 release
14731
14732 2005-03-18 [paul]       1.0.3cvs3.1
14733
14734         * AUTHORS
14735         * ChangeLog.claws
14736         * configure.ac
14737         * src/gtk/about.c
14738         * src/pixmaps/sylpheed_logo.xpm
14739                 sync with HEAD
14740
14741 2005-03-18 [colin]      1.0.3cvs2.6
14742
14743         * src/summaryview.c
14744                 Remove call to summary_step in summary_copy_selected_to
14745                 Can't see its purpose, and this causes bug when copying
14746                 a message if the next one is unread: it reads it.
14747
14748 2005-03-18 [paul]       1.0.3cvs2.5
14749
14750         * src/foldersel.c
14751                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14752
14753 2005-03-18 [paul]       1.0.3cvs2.4
14754
14755         * src/addrharvest.c
14756         * src/codeconv.c
14757         * src/codeconv.h
14758         * src/compose.c
14759         * src/news.c
14760         * src/procheader.c
14761         * src/procmime.c
14762         * src/unmime.c
14763         * src/unmime.h
14764                 fix buffer overflow, CAN-2005-0667, see
14765                 http://secunia.com/advisories/14491/
14766                 Patch by Alfons
14767
14768 2005-03-17 [colin]      1.0.3cvs2.3
14769
14770         * src/prefs_fonts.c
14771         * src/summaryview.c
14772                 Fix font bugs (both lists now officialy share 
14773                 the same font)
14774                 
14775
14776 2005-03-17 [paul]       1.0.3cvs2.2
14777
14778         * src/gtk/pluginwindow.c
14779                 make plugin descriptions uneditable
14780
14781 2005-03-11 [paul]       1.0.3cvs2.1
14782
14783         * ChangeLog.claws
14784         * configure.ac
14785         * po/POTFILES.in
14786         * src/plugins/trayicon/trayicon.c
14787                 sync with HEAD
14788                 add src/wizard.c to POTFILES.in
14789
14790 2005-03-11 [paul]       1.0.3cvs1.1
14791
14792         * ChangeLog
14793         * ChangeLog.claws
14794         * configure.ac
14795         * po/de.po
14796         * po/es.po
14797         * po/fr.po
14798         * po/it.po
14799         * po/pt_BR.po
14800         * po/ru.po
14801         * po/sk.po
14802         * po/sr.po
14803         * po/zh_CN.po
14804                 sync with HEAD
14805
14806 2005-03-04 [colin]      1.0.1cvs22.2
14807
14808         * src/compose.c
14809                 Fix signatures with accentued chars in it
14810
14811 2005-03-04 [colin]      1.0.1cvs22.1
14812
14813         * src/common/smtp.c
14814         * src/common/smtp.h
14815                 Don't use SIZE param in MAIL FROM: if server 
14816                 doesn't support it. Patch by Eugen Freiter
14817                 <eugen_f@users.sf.net>
14818
14819 2005-02-27 [paul]       1.0.1cvs20.1
14820
14821         * ChangeLog.claws
14822         * configure.ac
14823         * src/messageview.c
14824                 sync with HEAD
14825
14826 2005-02-27 [colin]      1.0.1cvs19.4
14827
14828         * src/procheader.c
14829         * src/procheader.h
14830                 Fix prototypes. Patch by Alfons
14831
14832 2005-02-27 [colin]      1.0.1cvs19.3
14833
14834         * src/compose.c
14835                 Don't auto-join the signature separator.
14836
14837 2005-02-26 [colin]      1.0.1cvs19.2
14838
14839         * src/summaryview.c
14840                 Fix 'mark all read' with collapsed threads.
14841                 Patch by Alfons.
14842
14843 2005-02-25 [paul]       1.0.1cvs19.1
14844
14845         * ChangeLog.claws
14846         * configure.ac
14847         * src/prefs_account.c
14848         * src/prefs_folder_item.c
14849         * src/gtk/prefswindow.c
14850         * src/gtk/prefswindow.h
14851                 sync with HEAD
14852
14853 2005-02-25 [paul]       1.0.1cvs15.12
14854
14855         * src/alertpanel.c
14856         * src/codeconv.c
14857         * src/compose.c
14858         * src/textview.c
14859         * src/gtk/gtkutils.c
14860         * src/gtk/gtkutils.h
14861         * src/gtk/logwindow.c
14862         * src/gtk/progressdialog.c
14863                 sync with main (revision 127)
14864                 and fix logwindow clipping
14865
14866 2005-02-24 [colin]      1.0.1cvs15.11
14867
14868         * src/plugins/pgpmime/passphrase.c
14869                 Disable input grabbing; it doesn't work yet.
14870
14871 2005-02-24 [colin]      1.0.1cvs15.10
14872
14873         * src/messageview.c
14874                 Don't send out receipts if offline. Ask.
14875
14876 2005-02-23 [colin]      1.0.1cvs15.9
14877
14878         * src/summaryview.c     
14879                 Fix expanding
14880
14881 2005-02-23 [colin]      1.0.1cvs15.8
14882
14883         * src/summaryview.c
14884                 Really fix Bug 568 by removing useless
14885                 calls. summary_thread_init() now called
14886                 in summary_sort(). This should please
14887                 Alfons as it should be faster than 
14888                 previously.
14889
14890 2005-02-23 [colin]      1.0.1cvs15.7
14891
14892         * src/compose.c
14893                 Encode parts as QP or B64 if signing
14894
14895 2005-02-23 [colin]      1.0.1cvs15.6
14896
14897         * src/compose.c
14898                 Fix Mimeinfo leakage (including tmp files)
14899         * src/procmsg.c
14900                 Fix tmp file leakage (spotted by Ivan Rayner)
14901
14902 2005-02-22 [colin]      1.0.1cvs15.5
14903
14904         * src/expldifdlg.c
14905                 Fix keyboard input. Patch by Alfons.
14906
14907 2005-02-21 [colin]      1.0.1cvs15.4
14908
14909         * src/compose.c
14910                 Fix Sign/Encrypt when unselecting privacy
14911                 system
14912         * src/prefs_common.c
14913                 Change default message font to Monospace
14914         * src/summaryview.c
14915                 More freezing during potentially large operations
14916
14917 2005-02-21 [paul]       1.0.1cvs15.3
14918
14919         * src/main.c
14920                 fix --help output
14921
14922 2005-02-21 [paul]       1.0.1cvs15.2
14923
14924         * po/Makefile.in.in
14925         * src/compose.c
14926         * src/summaryview.c
14927         * src/textview.c
14928         * src/common/utils.c
14929         * src/common/utils.h
14930                 sync with main (revision 117)
14931
14932 2005-02-20 [colin]      1.0.1cvs15.1
14933
14934         * src/common/defs.h
14935                 Change cache file to .sylpheed_claws_cache, as
14936                 suggested by Alfons. Allows people to switch
14937                 between Sylpheed and Sylpheed-Claws. it is
14938                 a good idea to "Check for new messages" at next
14939                 startup.
14940
14941
14942 2005-02-18 [colin]      1.0.1cvs14.1
14943
14944         * src/quote_fmt_lex.l
14945         * src/quote_fmt_parse.y
14946                 Fix parser initialisation. Patch by Ivan.
14947
14948 2005-02-18 [colin]      1.0.1cvs11.6
14949
14950         * src/folderview.c
14951                 Fix scrolldown (bug 662)
14952
14953 2005-02-17 [colin]      1.0.1cvs11.5
14954
14955         * src/codeconv.c
14956                 conv_filename_to_utf8: return clean 7bit instead
14957                 of broken utf8 if needed
14958         * src/mimeview.c
14959                 Fix display of parts with unclean 8bit names
14960
14961 2005-02-17 [paul]       1.0.1cvs11.4
14962
14963         * src/compose.c
14964         * src/exportldif.c
14965         * src/matcher_parser_parse.y
14966         * src/procmime.c
14967         * src/sourcewindow.c
14968         * src/common/Makefile.am
14969         * src/common/intl.h             ** REMOVED **
14970         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14971                 sync with main (revision 109)
14972                 and clean up
14973
14974 2005-02-16 [colin]      1.0.1cvs11.3
14975
14976         * src/summaryview.c
14977                 Fix collapsed thread not highlighting when new
14978                 messages in it (Bug 568) Patch by Stephan Sachse.
14979                 Fix messed up selection when reaching bounds (Bug 632)
14980         * src/prefs_themes.c
14981                 Fix theme installing (Bug 684)
14982
14983 2005-02-16 [colin]      1.0.1cvs11.2
14984
14985         * src/messageview.c
14986                 Fix messageview_select_all
14987
14988 2005-02-16 [colin]      1.0.1cvs11.1
14989
14990         * src/mh.c
14991                 Sync with HEAD (MH scan required function)
14992
14993 2005-02-15 [colin]      1.0.1cvs8.1
14994
14995         * src/mimeview.c
14996         * src/common/utils.c
14997                 Sync with HEAD (filename chars substitution)
14998
14999 2005-02-15 [colin]      1.0.1cvs7.3
15000
15001         * src/gtk/pluginwindow.c
15002                 Fix button spacing
15003
15004 2005-02-15 [colin]      1.0.1cvs7.2
15005
15006         * src/mimeview.c
15007                 Fix mime icons not reset across message when
15008                 scrolled down
15009
15010 2005-02-15 [colin]      1.0.1cvs7.1
15011
15012         * src/compose.c
15013         * src/procmime.c
15014                 Sync with HEAD (optimisation of cvs6)
15015
15016 2005-02-14 [colin]      1.0.1cvs6.1
15017
15018         * src/compose.c
15019         * src/procmime.c
15020                 Sync with HEAD (encode "From " at line beginning)
15021
15022 2005-02-14 [colin]      1.0.1cvs5.3
15023
15024         * src/compose.c
15025                 Fix wrapping with accentued chars.
15026
15027 2005-02-13 [colin]      1.0.1cvs5.2
15028
15029         * src/textview.c
15030                 Fix email informative part parsing with
15031                 accentued chars in it. ispunct() returns
15032                 true for them in utf8...
15033
15034 2005-02-12 [colin]      1.0.1cvs5.1
15035
15036         * src/filtering.c
15037                 Sync with HEAD (remove wrong use of compose after send)
15038
15039 2005-02-12 [paul]       1.0.1cvs4.5
15040
15041         * src/textview.c
15042                 remove unnecessary code (thanks to Alfons)
15043
15044 2005-02-12 [paul]       1.0.1cvs4.4
15045
15046         * src/textview.c
15047                 add 'Copy' to contextual menu on emails
15048
15049 2005-02-11 [colin]      1.0.1cvs4.3
15050
15051         * src/compose.c
15052                 revert 1.0.0cvs28.2, it doesn't work that well.
15053
15054 2005-02-11 [paul]       1.0.1cvs4.2
15055
15056         * po/Makefile.in.in
15057                 fix 'make release'
15058
15059 2005-02-10 [paul]       1.0.1cvs4.1
15060
15061         * ChangeLog
15062         * ChangeLog.claws
15063         * ChangeLog.jp
15064         * configure.ac
15065         * src/compose.c
15066                 sync with HEAD (sync with main)
15067
15068 2005-02-10 [paul]       1.0.1cvs3.2
15069
15070         * AUTHORS
15071         * Makefile.am
15072         * autogen.sh
15073         * configure.ac
15074         * config/mkinstalldirs
15075         * intl/.cvsignore
15076         * intl/ChangeLog
15077         * intl/VERSION
15078         * intl/bindtextdom.c
15079         * intl/config.charset
15080         * intl/dcgettext.c
15081         * intl/dcigettext.c
15082         * intl/dcngettext.c
15083         * intl/dgettext.c
15084         * intl/dngettext.c
15085         * intl/eval-plural.h
15086         * intl/explodename.c
15087         * intl/finddomain.c
15088         * intl/gettext.c
15089         * intl/gettextP.h
15090         * intl/gmo.h
15091         * intl/hash-string.h
15092         * intl/intl-compat.c
15093         * intl/l10nflist.c
15094         * intl/libgnuintl.h.in
15095         * intl/loadinfo.h
15096         * intl/loadmsgcat.c
15097         * intl/localcharset.c
15098         * intl/localcharset.h
15099         * intl/locale.alias
15100         * intl/localealias.c
15101         * intl/localename.c
15102         * intl/log.c
15103         * intl/ngettext.c
15104         * intl/os2compat.c
15105         * intl/os2compat.h
15106         * intl/osdep.c
15107         * intl/plural-exp.c
15108         * intl/plural-exp.h
15109         * intl/plural.c
15110         * intl/plural.y
15111         * intl/ref-add.sin
15112         * intl/ref-del.sin
15113         * intl/relocatable.c
15114         * intl/relocatable.h
15115         * intl/textdomain.c
15116         * m4/Makefile.am
15117         * po/Makefile.in.in
15118         * src/Makefile.am
15119         * src/account.c
15120         * src/action.c
15121         * src/addr_compl.c
15122         * src/addressadd.c
15123         * src/addressbook.c
15124         * src/addrgather.c
15125         * src/addrindex.c
15126         * src/alertpanel.c
15127         * src/browseldap.c
15128         * src/codeconv.c
15129         * src/codeconv.h
15130         * src/compose.c
15131         * src/compose.h
15132         * src/crash.c
15133         * src/editaddress.c
15134         * src/editbook.c
15135         * src/editgroup.c
15136         * src/editjpilot.c
15137         * src/editldap.c
15138         * src/editldap_basedn.c
15139         * src/editvcard.c
15140         * src/exphtmldlg.c
15141         * src/expldifdlg.c
15142         * src/export.c
15143         * src/exporthtml.c
15144         * src/filtering.c
15145         * src/folder.c
15146         * src/folder_item_prefs.c
15147         * src/foldersel.c
15148         * src/folderview.c
15149         * src/grouplistdialog.c
15150         * src/headerview.c
15151         * src/imap.c
15152         * src/imap_gtk.c
15153         * src/import.c
15154         * src/importldif.c
15155         * src/importmutt.c
15156         * src/importpine.c
15157         * src/inc.c
15158         * src/ldif.c
15159         * src/main.c
15160         * src/mainwindow.c
15161         * src/matcher.c
15162         * src/mbox.c
15163         * src/message_search.c
15164         * src/messageview.c
15165         * src/mh.c
15166         * src/mh_gtk.c
15167         * src/mimeview.c
15168         * src/msgcache.c
15169         * src/news.c
15170         * src/news_gtk.c
15171         * src/noticeview.c
15172         * src/partial_download.c
15173         * src/pop.c
15174         * src/prefs_account.c
15175         * src/prefs_actions.c
15176         * src/prefs_common.c
15177         * src/prefs_customheader.c
15178         * src/prefs_display_header.c
15179         * src/prefs_ext_prog.c
15180         * src/prefs_filtering.c
15181         * src/prefs_filtering_action.c
15182         * src/prefs_folder_item.c
15183         * src/prefs_fonts.c
15184         * src/prefs_gtk.c
15185         * src/prefs_matcher.c
15186         * src/prefs_msg_colors.c
15187         * src/prefs_spelling.c
15188         * src/prefs_summary_column.c
15189         * src/prefs_template.c
15190         * src/prefs_themes.c
15191         * src/prefs_toolbar.c
15192         * src/prefs_wrapping.c
15193         * src/privacy.c
15194         * src/procheader.c
15195         * src/procmime.c
15196         * src/procmsg.c
15197         * src/quote_fmt.c
15198         * src/recv.c
15199         * src/send_message.c
15200         * src/setup.c
15201         * src/sourcewindow.c
15202         * src/ssl_manager.c
15203         * src/statusbar.c
15204         * src/summary_search.c
15205         * src/summaryview.c
15206         * src/textview.c
15207         * src/toolbar.c
15208         * src/wizard.c
15209         * src/common/nntp.c
15210         * src/common/plugin.c
15211         * src/common/smtp.c
15212         * src/common/ssl.c
15213         * src/common/ssl_certificate.c
15214         * src/common/string_match.c
15215         * src/common/sylpheed.c
15216         * src/common/template.c
15217         * src/common/utils.c
15218         * src/gtk/about.c
15219         * src/gtk/colorlabel.c
15220         * src/gtk/description_window.c
15221         * src/gtk/filesel.c
15222         * src/gtk/foldersort.c
15223         * src/gtk/gtkaspell.c
15224         * src/gtk/gtkutils.c
15225         * src/gtk/inputdialog.c
15226         * src/gtk/logwindow.c
15227         * src/gtk/menu.c
15228         * src/gtk/pluginwindow.c
15229         * src/gtk/prefswindow.c
15230         * src/gtk/progressdialog.c
15231         * src/gtk/quicksearch.c
15232         * src/gtk/sslcertwindow.c
15233         * src/plugins/clamav/clamav_plugin.c
15234         * src/plugins/clamav/clamav_plugin_gtk.c
15235         * src/plugins/demo/demo.c
15236         * src/plugins/dillo_viewer/dillo_prefs.c
15237         * src/plugins/dillo_viewer/dillo_viewer.c
15238         * src/plugins/image_viewer/plugin.c
15239         * src/plugins/image_viewer/viewer.c
15240         * src/plugins/image_viewer/viewerprefs.c
15241         * src/plugins/mathml_viewer/mathml_viewer.c
15242         * src/plugins/pgpmime/passphrase.c
15243         * src/plugins/pgpmime/plugin.c
15244         * src/plugins/pgpmime/prefs_gpg.c
15245         * src/plugins/pgpmime/select-keys.c
15246         * src/plugins/pgpmime/sgpgme.c
15247         * src/plugins/spamassassin/spamassassin.c
15248         * src/plugins/spamassassin/spamassassin_gtk.c
15249         * src/plugins/trayicon/trayicon.c
15250                 sync with main (revision 104)
15251
15252 2005-02-10 [colin]      1.0.1cvs3.1
15253
15254         * src/mainwindow.c
15255                 Sync with HEAD (fix occasional crasher)
15256
15257 2005-02-10 [colin]      1.0.1cvs2.1
15258
15259         * src/messageview.c
15260                 Synw with HEAD (don't automatically display html)
15261
15262 2005-02-09 [colin]      1.0.1cvs1.3
15263
15264         * src/textview.c
15265         * src/textview.h
15266                 Add contextual menu on emails
15267
15268 2005-02-09 [colin]      1.0.1cvs1.2
15269
15270         * src/codeconv.c
15271                 Fix converting from broken headers and 
15272                 put back the _ in missing places
15273                 (feature broke with cvs24.2 sync, main 
15274                  possibly affected?)
15275
15276 2005-02-09 [colin]      1.0.1cvs1.1
15277
15278         * src/messageview.c
15279         * src/mimeview.c
15280         * src/mimeview.h
15281                 Sync with HEAD (display non text/plain mails with plugin)
15282
15283 2005-02-08 [colin]      1.0.1.1
15284
15285         * ChangeLog.claws
15286         * po/pt_BR.po
15287                 Sync with HEAD
15288         * configure.ac
15289                 Make default configuration directory 
15290                 be .sylpheed-gtk2
15291
15292 2005-02-08 [colin]      1.0.0cvs29.1
15293
15294         * po/de.po
15295         * po/es.po
15296         * po/fr.po
15297         * po/it.po
15298         * po/sk.po
15299         * po/sr.po
15300                 Sync translations with HEAD
15301
15302 2005-02-06 [colin]      1.0.0cvs28.3
15303
15304         * src/compose.c
15305                 Make compose a bit faster - patch by Alfons.
15306
15307 2005-02-06 [colin]      1.0.0cvs28.2
15308
15309         * src/compose.c
15310                 Make pasting via middle-click more reliable
15311
15312 2005-02-05 [paul]       1.0.0cvs28.1
15313
15314         * ChangeLog
15315         * ChangeLog.claws
15316         * ChangeLog.jp
15317         * configure.ac
15318         * src/compose.c
15319                 sync with HEAD
15320                 (fix bug 682 'redirect is broken'
15321
15322 2005-02-05 [torte]      1.0.0cvs27.1
15323
15324         * ChangeLog.claws
15325         * configure.ac
15326         * src/partial_download.c
15327                 Sync with HEAD (fix buf overflow)
15328
15329 2005-02-03 [colin]      1.0.0cvs26.1
15330
15331         * src/common/plugin.c
15332                 Sync with HEAD (avoid plugin mismatches)
15333
15334 2005-02-03 [paul]       1.0.0cvs25.3
15335
15336         * src/folderview.c
15337         * src/headerview.c
15338         * src/summaryview.c
15339         * src/textview.c
15340         * src/gtk/colorlabel.c
15341                 third and final part of initial sync with main-gtk2
15342
15343 2005-02-03 [paul]       1.0.0cvs25.2
15344
15345         * src/jpilot.c
15346                 fix building with jpilot support
15347
15348 2005-02-02 [colin]      1.0.0cvs25.1
15349
15350         * src/messageview.c
15351                 Sync with HEAD (fix dangerous typo)
15352
15353 2005-02-01 [colin]      1.0.0cvs24.3
15354
15355         * src/common/xml.c
15356                 Write file as advertised (UTF-8)
15357
15358 2005-02-01 [paul]       1.0.0cvs24.2
15359
15360         * src/addrbook.c
15361         * src/addrindex.c
15362         * src/alertpanel.h
15363         * src/codeconv.c
15364         * src/codeconv.h
15365         * src/compose.c
15366         * src/export.c
15367         * src/folder_item_prefs.c
15368         * src/html.c
15369         * src/imap.c
15370         * src/import.c
15371         * src/jpilot.c
15372         * src/mainwindow.c
15373         * src/matcher_parser_lex.l
15374         * src/messageview.c
15375         * src/mh.c
15376         * src/prefs_account.c
15377         * src/prefs_actions.c
15378         * src/prefs_common.c
15379         * src/prefs_gtk.c
15380         * src/prefs_gtk.h
15381         * src/prefs_themes.c
15382         * src/procheader.c
15383         * src/procmime.c
15384         * src/sourcewindow.c
15385         * src/statusbar.c
15386         * src/summaryview.c
15387         * src/textview.c
15388         * src/toolbar.c
15389         * src/unmime.c
15390         * src/common/template.c
15391         * src/common/utils.c
15392         * src/common/xml.c
15393         * src/common/xml.h
15394         * src/gtk/gtkaspell.c
15395         * src/plugins/clamav/clamav_plugin.c
15396         * src/plugins/dillo_viewer/dillo_prefs.c
15397         * src/plugins/image_viewer/viewerprefs.c
15398         * src/plugins/pgpmime/passphrase.c
15399         * src/plugins/pgpmime/prefs_gpg.c
15400         * src/plugins/pgpmime/select-keys.c
15401         * src/plugins/spamassassin/spamassassin.c
15402                 second part of initial sync with main-gtk2
15403                 (more to follow)
15404
15405 2005-01-31 [colin]      1.0.0cvs24.1
15406
15407         * src/compose.c
15408                 Sync with HEAD
15409
15410 2005-01-29 [paul]       1.0.0cvs23.2
15411
15412         * src/account.c
15413         * src/action.c
15414         * src/addressadd.c
15415         * src/addressbook.c
15416         * src/alertpanel.c
15417         * src/compose.c
15418         * src/editaddress.c
15419         * src/editbook.c
15420         * src/editgroup.c
15421         * src/editjpilot.c
15422         * src/editldap.c
15423         * src/editldap_basedn.c
15424         * src/editvcard.c
15425         * src/export.c
15426         * src/foldersel.c
15427         * src/grouplistdialog.c
15428         * src/import.c
15429         * src/importldif.c
15430         * src/inc.c
15431         * src/main.c
15432         * src/mainwindow.c
15433         * src/message_search.c
15434         * src/messageview.c
15435         * src/mimeview.c
15436         * src/prefs_actions.c
15437         * src/prefs_common.c
15438         * src/prefs_common.h
15439         * src/prefs_customheader.c
15440         * src/prefs_display_header.c
15441         * src/prefs_filtering.c
15442         * src/prefs_filtering_action.c
15443         * src/prefs_gtk.c
15444         * src/prefs_matcher.c
15445         * src/prefs_summary_column.c
15446         * src/prefs_template.c
15447         * src/sourcewindow.c
15448         * src/summary_search.c
15449         * src/summaryview.c
15450         * src/textview.c
15451         * src/gtk/about.c
15452         * src/gtk/description_window.c
15453         * src/gtk/gtkshruler.c
15454         * src/gtk/gtkutils.c
15455         * src/gtk/gtkutils.h
15456         * src/gtk/inputdialog.c
15457         * src/gtk/logwindow.c
15458         * src/gtk/prefswindow.c
15459         * src/gtk/progressdialog.c
15460         * src/gtk/progressdialog.h
15461                 first part of initial sync with main-gtk2
15462                 (more to follow)
15463
15464 2005-01-28 [colin]      1.0.0cvs23.1
15465
15466         * src/folderview.c
15467                 Sync with HEAD
15468
15469 2005-01-27 [colin]      1.0.0cvs21.1
15470
15471         * src/folder.c
15472         * src/folderview.c
15473                 Sync with HEAD
15474
15475 2005-01-27 [colin]      1.0.0cvs19.1
15476
15477         * src/procmime.c
15478                 Sync with HEAD
15479
15480 2005-01-27 [colin]      1.0.0cvs18.1
15481
15482         * src/messageview.c
15483         * src/summaryview.c
15484         * src/mainwindow.c
15485         * src/compose.c
15486         * src/compose.h
15487         * src/procmsg.c
15488         * src/procmsg.h
15489         * src/toolbar.c
15490                 Sync with HEAD
15491
15492 2005-01-26 [paul]       1.0.0cvs15.2
15493
15494         * src/compose.c
15495                 compose_entries_set(): convert subject and body to
15496                 utf8 if necessary. patch by Felix Eckhofer
15497
15498 2005-01-26 [paul]       1.0.0cvs15.1
15499
15500         * configure.ac
15501         * src/common/template.c
15502                 sync with HEAD (fix memory leak)
15503
15504 2005-01-25 [paul]       1.0.0cvs14.1
15505
15506         * configure.ac
15507         * src/compose.c
15508                 sync with HEAD
15509
15510 2005-01-24 [colin]      1.0.0cvs13.1
15511
15512         * src/summaryview.c
15513                 Sync with HEAD
15514
15515 2005-01-24 [paul]       1.0.0cvs12.1
15516
15517         * configure.ac
15518         * src/messageview.c
15519         * src/mh.c
15520         * src/common/utils.c
15521                 sync with HEAD
15522
15523 2005-01-24 [colin]      1.0.0cvs11.1
15524
15525         * src/procheader.c
15526                 Sync with HEAD
15527
15528 2005-01-24 [colin]      1.0.0cvs10.1
15529
15530         * src/folderview.c
15531                 Sync with HEAD
15532
15533 2005-01-23 [colin]      1.0.0cvs9.1
15534
15535         * src/crash.c
15536                 Sync with HEAD
15537
15538 2005-01-22 [colin]      1.0.0cvs8.1
15539
15540         * src/summaryview.c
15541         * src/gtk/quicksearch.c
15542                 Sync with HEAD
15543
15544 2005-01-21 [colin]      1.0.0cvs7.1
15545
15546         * src/summaryview.c
15547                 Sync with HEAD
15548
15549 2005-01-21 [colin]      1.0.0cvs6.1
15550
15551         * src/summaryview.c
15552                 Sync with HEAD
15553
15554 2005-01-21 [colin]      1.0.0cvs5.1
15555
15556         * src/gtk/quicksearch.c
15557         * src/prefs_common.c
15558         * src/prefs_common.h
15559                 Sync with HEAD (recurse option)
15560
15561 2005-01-21 [colin]      1.0.0cvs4.1
15562
15563         * src/folder.h
15564         * src/folderview.c
15565         * src/folderview.h
15566         * src/summaryview.c
15567         * src/gtk/quicksearch.c
15568         * src/gtk/quicksearch.h
15569                 Sync with HEAD (recursive quicksearch)
15570
15571 2005-01-20 [colin]      1.0.0cvs3.4
15572
15573         * src/ssl_manager.c
15574                 Remove useless code
15575
15576 2005-01-20 [colin]      1.0.0cvs3.3
15577
15578         * src/ssl_manager.c
15579                 Fix leak, thanks to Alfons.
15580
15581 2005-01-20 [colin]      1.0.0cvs3.2
15582
15583         * src/ssl_manager.c
15584                 Port SSL certificate window to GTK2.
15585
15586 2005-01-20 [paul]       1.0.0cvs3.1
15587
15588         * ChangeLog.claws
15589         * configure.ac
15590         * src/addrindex.c
15591         * src/addrindex.h
15592                 sync with HEAD
15593
15594 2005-01-19 [colin]      1.0.0cvs2.2
15595
15596         * src/plugins/trayicon/trayicon.c
15597                 Fix freeze with gtk-2.6, the easy way
15598                 (signal blocking helpless there...)
15599                 Closes bug #668.
15600
15601 2005-01-19 [colin]      1.0.0cvs2.1
15602
15603         * src/mbox.c
15604         * src/mbox.h
15605         * src/mainwindow.c
15606         * src/summaryview.c
15607         * src/summaryview.h
15608                 Sync with HEAD
15609
15610 2005-01-19 [paul]       1.0.0cvs1.1
15611
15612         * configure.ac
15613         * po/de.po
15614         * po/es.po
15615         * po/fr.po
15616         * po/hr.po
15617         * po/it.po
15618         * po/ja.po
15619         * po/ko.po
15620         * po/pt_BR.po
15621         * po/ru.po
15622         * po/sk.po
15623         * po/sr.po
15624                 sync with HEAD (update translations)
15625
15626 2005-01-18 [colin]      1.0.0cvs0.1
15627
15628         * src/foldersel.c
15629                 Specify search column - patch by Alfons
15630
15631 2005-01-18 [colin]      0.9.13cvs36.3
15632
15633         * src/prefs_toolbar.c
15634                 Change Delete to Remove
15635         * src/prefs_fonts.c
15636                 GTK2 version and leak fixes
15637         * src/prefs_actions.c
15638                 Add stock buttons.
15639                 All patches by Alfons
15640
15641 2005-01-17 [colin]      0.9.13cvs36.2
15642
15643         * src/compose.c
15644                 Fix DnD inserting twice. While at it,
15645                 add DnD support for text/plain in the
15646                 body, and add support in the headers.
15647
15648 2005-01-16 [colin]      0.9.13cvs36.1
15649
15650         * ChangeLog
15651         * ChangeLog.jp
15652         * ChangeLog.claws
15653                 Sync with HEAD (nothing applicable)
15654
15655 2005-01-16 [colin]      0.9.13cvs33.2
15656
15657         * src/prefs_toolbar.c
15658                 GTK2ize prefs_toolbar, by Alfons.
15659
15660 2005-01-14 [colin]      0.9.13cvs33.1
15661
15662         * src/html.c
15663         * src/msgcache.c
15664                 Sync with HEAD
15665
15666 2005-01-14 [colin]      0.9.13cvs32.1
15667
15668         * src/html.c
15669         * src/html.h
15670         * src/msgcache.c
15671         * AUTHORS
15672         * tools/calypso_convert.pl
15673                 Sync with HEAD
15674
15675 2005-01-08 [colin]      0.9.13cvs29.2
15676
15677         * src/prefs_filtering_action.c
15678         * src/prefs_filtering.c
15679                 2 more gtk2 patches by Alfons
15680
15681 2005-01-07 [paul]       0.9.13cvs29.1
15682
15683         * ChangeLog
15684         * ChangeLog.claws
15685         * ChangeLog.jp
15686         * configure.ac
15687         * src/pop.c
15688         * src/pop.h
15689                 sync with HEAD
15690
15691 2005-01-07 [colin]      0.9.13cvs28.3
15692
15693         * src/gtk/progressdialog.c
15694         * src/gtk/progressdialog.h
15695         * src/inc.c
15696         * src/send_message.c
15697                 GTK2 for the incorporation dialog. The CList isn't dead
15698                 yet, for a more smooth migration. Patch by Alfons.
15699
15700 2005-01-06 [colin]      0.9.13cvs28.2
15701
15702         * src/prefs_display_header.c
15703                 GTK2 conversion by Alfons
15704         * src/prefs_actions.c
15705         * src/prefs_matcher.c
15706                 Fix 2 leaks - patch by Alfons
15707
15708 2005-01-06 [colin]      0.9.13cvs28.1
15709
15710         * src/prefs_matcher.c
15711                 Sync with HEAD
15712
15713 2005-01-06 [colin]      0.9.13cvs27.4
15714
15715         * src/prefs_matcher.c
15716                 Fix double-free. Patch by Alfons
15717
15718 2005-01-06 [colin]      0.9.13cvs27.3
15719
15720         * src/prefs_matcher.c
15721                 GTK2 widgets + memleak
15722                 Patch by Alfons
15723
15724 2005-01-05 [colin]      0.9.13cvs27.2
15725
15726         * src/account.c
15727         * src/addr_compl.c
15728         * src/foldersel.c
15729         * src/stock_pixmap.c
15730         * src/stock_pixmap.h
15731                 3 more GTK2 patches by Alfons.
15732
15733 2005-01-04 [colin]      0.9.13cvs27.1
15734
15735         * src/folderview.c
15736         * src/imap_gtk.c
15737         * src/news_gtk.c
15738                 Sync with HEAD
15739
15740 2005-01-04 [colin]      0.9.13cvs25.9
15741
15742         * src/compose.c
15743                 Fix Show Ruler menuitem
15744         * src/prefs_template.c
15745                 Convert to GTK2
15746         * src/common/utils.c
15747                 Make auto pointer stuff handles NULLs
15748                 Patches by Alfons.
15749
15750 2005-01-04 [colin]      0.9.13cvs25.8
15751
15752         * src/compose.c
15753                 Move the attachment list to gtk2
15754                 Patch by Alfons.
15755
15756 2005-01-04 [colin]      0.9.13cvs25.7
15757
15758         * src/textview.c
15759                 Make some keys work again
15760                 Patch by SungHyun Nam <namsh@kldp.org>
15761
15762 2005-01-04 [colin]      0.9.13cvs25.6
15763
15764         * src/gtk/gtkshruler.c
15765                 Move the ruler to GTK2
15766                 Patch by Alfons
15767
15768 2005-01-03 [colin]      0.9.13cvs25.5
15769
15770         * src/compose.c
15771                 Fix my broken patch apply 
15772
15773 2005-01-03 [colin]      0.9.13cvs25.4
15774
15775         * src/common/utils.c
15776         * src/common/utils.h
15777         * src/gtk/prefswindow.c
15778                 Move auto pointer stuff to utils.c
15779                 Patch by Alfons again :)
15780
15781 2005-01-03 [colin]      0.9.13cvs25.3
15782
15783         * src/compose.c
15784         * src/prefs_gtk.c
15785         * src/prefs_template.c
15786         * src/textview.c
15787                 Empty text widgets with empty strings, not NULL char
15788                 Patch by SungHyun Nam <namsh@kldp_org>
15789
15790 2005-01-03 [colin]      0.9.13cvs25.2
15791
15792         * src/main.c
15793         * AUTHORS
15794                 Sync with HEAD
15795
15796 2005-01-03 [colin]      0.9.13cvs25.1
15797
15798         * src/pop.c
15799         * src/pop.h
15800                 Sync with HEAD
15801
15802 2005-01-03 [colin]      0.9.13cvs24.3
15803
15804         * src/account.c
15805                 Two patches from Alfons and Alex S Moore:
15806                 fix images, fix return value.
15807
15808 2005-01-01 [colin]      0.9.13cvs24.2
15809
15810         * src/prefs_actions.c
15811                 Fix over-zealous assertion. Patch by Alfons
15812
15813 2005-01-01 [colin]      0.9.13cvs24.1
15814
15815         * src/procmime.c
15816                 Sync with HEAD (leak fix)
15817
15818 2004-12-31 [colin]      0.9.13cvs23.2
15819
15820         * src/prefs_common.c
15821                 GTK2 widgets + stock buttons - patch by Alfons
15822
15823 2004-12-31 [paul]       0.9.13cvs23.1
15824
15825         * configure.ac
15826                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15827         * src/gtk/pluginwindow.c
15828                 use GTK2 widgets and plug memory leaks,
15829                 patches by Alfons
15830
15831 2004-12-30 [colin]      0.9.13cvs22.4
15832
15833         * src/account.c
15834         * src/action.c
15835         * src/export.c
15836         * src/foldersel.c
15837         * src/import.c
15838         * src/message_search.c
15839         * src/prefs_actions.c
15840         * src/prefs_common.c
15841         * src/prefs_customheader.c
15842         * src/prefs_filtering.c
15843         * src/prefs_summary_column.c
15844         * src/summary_search.c
15845         * src/gtk/about.c
15846         * src/gtk/description_window.c
15847         * src/gtk/gtkutils.c
15848         * src/gtk/gtkutils.h
15849         * src/gtk/inputdialog.c
15850         * src/gtk/prefswindow.c
15851                 Use GTK2 stock buttons. Patches by Alfons.
15852
15853 2004-12-30 [colin]      0.9.13cvs22.3
15854
15855         * src/account.c
15856                 Sync with HEAD
15857         * src/prefs_actions.c
15858         * src/prefs_customheader.c
15859         * src/prefs_filtering.c
15860         * src/prefs_msg_colors.c
15861         * src/prefs_summary_column.c
15862         * src/gtk/prefswindow.c
15863                 Use GtkTreeView instead of deprecated 
15864                 widgets. Patches by Alfons.
15865
15866 2004-12-30 [paul]       0.9.13cvs22.2
15867
15868         * src/foldersel.c
15869                 use GTK 2 Tree View
15870                 patch by Alfons, with root folder sorting fix
15871                 by Stephan Sachse
15872
15873 2004-12-30 [paul]       0.9.13cvs22.1
15874
15875         * ChangeLog
15876         * ChangeLog.claws
15877         * ChangeLog.jp
15878         * NEWS
15879         * configure.ac
15880         * src/account.c
15881                 sync with HEAD
15882
15883 2004-12-22 [martin]     0.9.13cvs21.2
15884
15885         * src/action.c
15886                 free the command line after its use
15887
15888 2004-12-18 [paul]       0.9.13cvs21.1
15889
15890         * AUTHORS
15891         * ChangeLog
15892         * ChangeLog.claws
15893         * ChangeLog.jp
15894         * NEWS
15895         * configure.ac
15896         * src/action.c
15897         * src/compose.c
15898         * src/syldap.c
15899                 sync with HEAD
15900
15901 2004-12-17 [martin]     0.9.13cvs17.2
15902
15903         * src/action.c
15904                 convert actions input to locale
15905         * src/inc.c
15906                 convert notification command to locale
15907         * src/plugins/pgpmime/select-keys.c
15908                 convert attributes to utf8
15909
15910 2004-12-14 [colin]      0.9.13cvs17.1
15911
15912         * ChangeLog
15913         * ChangeLog.jp
15914         * ChangeLog.claws
15915         * src/action.c
15916         * src/common/utils.c
15917         * src/gtk/prefswindow.c
15918         * src/gtk/gtkutils.c
15919         * src/gtk/gtkutils.h
15920         * src/plugins/spamassassin/libspamc.c
15921                 Sync with HEAD
15922
15923 2004-12-13 [colin]      0.9.13cvs14.1
15924
15925         * src/quote_fmt_parse.y
15926                 Sync with HEAD
15927
15928 2004-12-10 [colin]      0.9.13cvs12.1
15929
15930         * src/prefs_themes.c
15931         * src/mainwindow.c
15932         * src/messageview.c
15933                 Sync with HEAD
15934
15935 2004-12-09 [colin]      0.9.13cvs10.1
15936
15937         * src/procmime.c
15938                 Sync with HEAD (fix B64 encoding from memory)
15939
15940 2004-12-08 [colin]      0.9.13cvs9.1
15941
15942         * src/gtk/colorlabel.c
15943                 Sync with HEAD
15944
15945 2004-12-08 [paul]       0.9.13cvs8.2
15946
15947         * src/gtk/pluginwindow.c
15948                 fix window resizing oddities
15949
15950 2004-12-08 [colin]      0.9.13cvs8.1
15951
15952         * src/quote_fmt_parse.y
15953                 Sync with HEAD
15954
15955 2004-12-08 [colin]      0.9.13cvs7.1
15956
15957         * src/matcher_parser_parse.y
15958         * src/msgcache.c
15959         * src/prefs_matcher.c
15960         * src/procheader.c
15961         * src/matcher.c
15962         * src/common/defs.h
15963         * po/sr.po
15964                 Sync with HEAD
15965
15966 2004-12-08 [colin]      0.9.13cvs6.1
15967
15968         * src/quote_fmt_parse.y
15969         * src/textview.c
15970                 Sync with HEAD
15971         * src/gtk/prefswindow.c
15972         * src/gtk/pluginwindow.c
15973                 Fix G_CALLBACKS protos (thanks to Alfons)
15974
15975 2004-12-07 [torte]      0.9.13cvs2.2
15976
15977         * src/procmime.c
15978                 [Bug 650] reply button causes crash
15979                 Thanks to David Relson and Christoph
15980
15981 2004-12-07 [colin]      0.9.13cvs2.1
15982
15983         * ChangeLog.claws
15984         * AUTHORS
15985         * po/sk.po
15986         * src/procmime.c
15987         * src/prefs_account.c
15988         * src/common/smtp.c
15989         * src/common/smtp.h
15990                 Sync with HEAD
15991
15992 2004-12-06 [colin]      0.9.12cvs187.1
15993
15994         * ChangeLog.claws
15995         * INSTALL
15996         * Makefile.am
15997         * README.claws
15998         * TODO.claws
15999         * configure.ac
16000         * po/bg.po
16001         * po/cs.po
16002         * po/el.po
16003         * po/en_GB.po
16004         * po/es.po
16005         * po/fr.po
16006         * po/hr.po
16007         * po/hu.po
16008         * po/it.po
16009         * po/ja.po
16010         * po/ko.po
16011         * po/nl.po
16012         * po/pl.po
16013         * po/pt_BR.po
16014         * po/ru.po
16015         * po/sk.po
16016         * po/sr.po
16017         * po/sv.po
16018         * po/zh_CN.po
16019         * po/zh_TW.Big5.po
16020         * src/compose.c
16021         * tools/Makefile.am
16022         * tools/README
16023         * tools/filter_conv.pl
16024         * tools/kdeservicemenu/README
16025         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16026         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16027                 Sync with HEAD
16028
16029 2004-12-04 [colin]      0.9.12cvs183.1
16030
16031         * src/compose.c
16032                 Sync with HEAD (compose window position saving)
16033
16034 2004-12-04 [paul]       0.9.12cvs182.3
16035
16036         * src/messageview.c
16037         * src/mimeview.c
16038         * src/prefs_customheader.c
16039         * src/gtk/quicksearch.c
16040                 replace some forgotten GTK_SIGNAL_FUNCs
16041
16042 2004-12-04 [paul]       0.9.12cvs182.2
16043
16044         * src/Makefile.am
16045                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16046                 committed in error      
16047
16048 2004-12-04 [paul]       0.9.12cvs182.1
16049
16050         * ChangeLog
16051         * ChangeLog.claws
16052         * ChangeLog.jp
16053         * INSTALL
16054         * NEWS
16055         * README
16056         * README.jp
16057         * configure.ac
16058         * doc/manual/ja/Makefile.am
16059         * doc/manual/ja/sylpheed-1.html
16060         * doc/manual/ja/sylpheed-10.html
16061         * doc/manual/ja/sylpheed-11.html
16062         * doc/manual/ja/sylpheed-12.html
16063         * doc/manual/ja/sylpheed-13.html
16064         * doc/manual/ja/sylpheed-14.html
16065         * doc/manual/ja/sylpheed-15.html
16066         * doc/manual/ja/sylpheed-16.html
16067         * doc/manual/ja/sylpheed-17.html
16068         * doc/manual/ja/sylpheed-18.html
16069         * doc/manual/ja/sylpheed-19.html
16070         * doc/manual/ja/sylpheed-2.html
16071         * doc/manual/ja/sylpheed-20.html
16072         * doc/manual/ja/sylpheed-3.html
16073         * doc/manual/ja/sylpheed-4.html
16074         * doc/manual/ja/sylpheed-5.html
16075         * doc/manual/ja/sylpheed-6.html
16076         * doc/manual/ja/sylpheed-7.html
16077         * doc/manual/ja/sylpheed-8.html
16078         * doc/manual/ja/sylpheed-9.html
16079         * doc/manual/ja/sylpheed.html
16080         * doc/manual/ja/sylpheed.sgml
16081         * po/de.po
16082         * src/Makefile.am
16083         * src/compose.c
16084         * src/procmime.c
16085         * src/pixmaps/regular.xpm **REMOVED**
16086         * src/plugins/pgpmime/pgpmime.c
16087         * src/plugins/pgpmime/plugin.c
16088         * src/plugins/pgpmime/prefs_gpg.c
16089                 sync with HEAD
16090
16091 2004-12-03 [paul]       0.9.12cvs180.1
16092
16093         * ChangeLog
16094         * ChangeLog.claws
16095         * ChangeLog.jp
16096         * configure.ac
16097         * src/Makefile.am
16098         * src/pop.c
16099         * src/common/utils.c
16100         * src/common/utils.h
16101         * src/pixmaps/continue.xpm
16102         * src/pixmaps/dir_close.xpm
16103         * src/pixmaps/dir_open.xpm
16104         * src/pixmaps/drafts_close.xpm
16105         * src/pixmaps/drafts_open.xpm
16106         * src/pixmaps/folder.xpm **REMOVED**
16107         * src/pixmaps/group.xpm
16108         * src/pixmaps/unread.xpm
16109                 sync with HEAD
16110
16111 2004-12-02 [colin]      0.9.12cvs179.1
16112
16113         * src/compose.c
16114                 Sync with HEAD (non-duplicated reedition)
16115
16116 2004-12-02 [colin]      0.9.12cvs178.1
16117
16118         * src/compose.c
16119                 Sync with HEAD (linewrap_quote fix)
16120
16121 2004-12-01 [colin]      0.9.12cvs177.3
16122
16123         * src/addrharvest.c
16124                 Replace sizeof with strlen
16125
16126 2004-12-01 [paul]       0.9.12cvs177.2
16127
16128         * src/addrharvest.c
16129                 fix 'harvest addresses'
16130
16131 2004-11-30 [colin]      0.9.12cvs177.1
16132
16133         * src/gtk/prefswindow.c
16134         * src/gtk/pluginwindow.c
16135                 Sync with HEAD
16136
16137 2004-11-29 [colin]      0.9.12cvs176.1
16138
16139         * src/folderview.c
16140                 sync with HEAD (Fix disappearing separators in folderview's popup)
16141
16142 2004-11-29 [colin]      0.9.12cvs175.1
16143
16144         * src/procmime.c
16145                 Sync with head (another format fix)
16146
16147 2004-11-29 [colin]      0.9.12cvs174.1
16148
16149         * src/pop.c
16150                 Sync with HEAD (format string fix)
16151
16152 2004-11-26 [colin]      0.9.12cvs173.1
16153
16154         * src/common/smtp.c
16155         * src/common/smtp.h
16156                 Sync with HEAD
16157
16158 2004-11-24 [colin]      0.9.12cvs172.1
16159
16160         * src/plugins/pgpmime/pgpmime.c
16161                 Sync with HEAD
16162
16163 2004-11-24 [colin]      0.9.12cvs171.1
16164
16165         * src/plugins/pgpmime/pgpmime.c
16166                 Sync with head (gpgmectx leaks)
16167
16168 2004-11-24 [colin]      0.9.12cvs169.1
16169
16170         * src/plugins/pgpmime/plugin.c
16171         * src/plugins/trayicon/Makefile.am
16172         * src/plugins/trayicon/newmarkedmail.xpm
16173         * src/plugins/trayicon/trayicon.c
16174         * src/plugins/trayicon/unreadmarkedmail.xpm
16175                 Sync with HEAD
16176
16177 2004-11-23 [colin]      0.9.12cvs168.1
16178
16179         * src/partial_download.c
16180         * src/partial_download.h
16181         * src/plugins/pgpmime/plugin.c
16182                 Sync with HEAD
16183
16184 2004-11-23 [colin]      0.9.12cvs166.1
16185
16186         * src/Makefile.am
16187         * src/codeconv.c
16188         * src/compose.c
16189         * src/folderview.c
16190         * src/main.c
16191         * src/partial_download.c
16192         * src/partial_download.h
16193         * src/prefs_account.c
16194         * src/prefs_account.h
16195         * src/privacy.c
16196         * src/privacy.h
16197         * src/procmime.c
16198         * src/common/Makefile.am
16199         * src/common/base64.h
16200         * src/common/partial_download.c
16201         * src/common/partial_download.h
16202         * src/gtk/prefswindow.c
16203         * src/gtk/prefswindow.h
16204         * src/plugins/pgpmime/pgpmime.c
16205         * src/plugins/pgpmime/prefs_gpg.c
16206         * src/plugins/pgpmime/prefs_gpg.h
16207         * src/plugins/pgpmime/sgpgme.c
16208         * src/plugins/pgpmime/sgpgme.h
16209                 Sync with HEAD
16210
16211 2004-11-23 [colin]      0.9.12cvs163.1
16212
16213         * src/main.c
16214                 Sync with HEAD (cursor optimization)
16215
16216 2004-11-23 [colin]      0.9.12cvs162.1
16217
16218         * src/prefs_common.c
16219         * src/prefs_themes.c
16220         * src/procmsg.c
16221                 Sync with HEAD
16222
16223 2004-11-23 [colin]      0.9.12cvs158.9
16224
16225         * src/compose.c
16226                 Fix double-free when forwarding
16227         * src/msgcache.c
16228                 Fix leak on error path
16229                 
16230
16231 2004-11-23 [colin]      0.9.12cvs158.8
16232
16233         * src/compose.c
16234                 Fix possible double-free
16235                 Spotted by Alfons
16236
16237 2004-11-23 [colin]      0.9.12cvs158.7
16238
16239         * src/compose.c
16240                 Fix some signal handlers' prototypes
16241                 Spotted by Alfons
16242
16243 2004-11-22 [colin]      0.9.12cvs158.6
16244
16245         * src/compose.c
16246                 Remove unneeded code and duplicated
16247                 wrapping - patch by Alfons
16248
16249 2004-11-22 [colin]      0.9.12cvs158.5
16250
16251         * src/prefs_themes.c
16252                 Fix oversized selector
16253
16254 2004-11-22 [colin]      0.9.12cvs158.4
16255
16256         * src/compose.c
16257                 fix dump_text()
16258                 patch by Alfons
16259
16260 2004-11-19 [colin]      0.9.12cvs158.3
16261
16262         * src/textview.c
16263                 Add a context menu on links (open, copy)
16264
16265 2004-11-18 [paul]       0.9.12cvs158.2
16266
16267         * src/addrgather.c
16268         * src/exphtmldlg.c
16269         * src/expldifdlg.c
16270         * src/mimeview.c
16271         * src/prefs_common.c
16272         * src/plugins/image_viewer/viewer.c
16273         * src/plugins/spamassassin/spamassassin_gtk.c
16274                 replace deprecated gtk_notebook_set_page
16275                 and gtk_notebook_current_page
16276
16277 2004-11-18 [paul]       0.9.12cvs158.1
16278
16279         * configure.ac
16280         * src/compose.c
16281         * src/mainwindow.c
16282         * src/messageview.c
16283         * src/prefs_common.c
16284         * src/common/utils.c
16285         * src/common/utils.h
16286                 sync with HEAD
16287
16288 2004-11-17 [colin]      0.9.12cvs156.1
16289
16290         * src/prefs_account.c
16291         * src/prefs_account.h
16292         * src/procmsg.c
16293                 Sync with HEAD (add pref to store encrypted mails encrypted)
16294
16295 2004-11-17 [paul]       0.9.12cvs155.1
16296
16297         * ChangeLog
16298         * ChangeLog.claws
16299         * ChangeLog.jp
16300         * NEWS
16301         * configure.ac
16302         * src/compose.c
16303         * src/jpilot.c
16304         * src/privacy.c
16305         * src/procmime.c
16306         * src/procmime.h
16307         * src/procmsg.c
16308         * src/toolbar.c
16309         * src/pixmaps/error.xpm
16310                 sync with HEAD
16311
16312 2004-11-17 [colin]      0.9.12cvs151.1
16313
16314         * src/plugins/pgpmime/pgpmime.c
16315                 Sync with HEAD (remove debug printf)
16316
16317 2004-11-17 [colin]      0.9.12cvs150.1
16318
16319         * src/plugins/pgpmime/pgpmime.c
16320                 Sync with HEAD (off-by-one fix)
16321
16322 2004-11-17 [colin]      0.9.12cvs149.1
16323
16324         * src/procmsg.c
16325                 Sync with HEAD (coding style fixes)
16326
16327 2004-11-16 [colin]      0.9.12cvs148.1
16328
16329         * src/procmsg.c
16330                 Sync with head (Fix the fix)
16331
16332 2004-11-16 [colin]      0.9.12cvs147.1
16333
16334         * src/procmsg.c
16335                 Sync with Main (leak fix)
16336
16337 2004-11-16 [colin]      0.9.12cvs146.14
16338
16339         * src/compose.c
16340                 Remove useless chunk of code
16341                 Patch by Alfons
16342
16343 2004-11-15 [colin]      0.9.12cvs146.13
16344
16345         * src/compose.c
16346                 Fix drafting after insertion
16347                 Patch by Alfons
16348
16349 2004-11-15 [colin]      0.9.12cvs146.12
16350
16351         * src/compose.c
16352         * src/prefs_filtering.c
16353         * src/prefs_filtering_action.c
16354         * src/prefs_toolbar.c
16355                 Fix some const-correctness
16356
16357 2004-11-15 [colin]      0.9.12cvs146.11
16358
16359         * src/summaryview.c
16360         * src/prefs_themes.c
16361         * src/messageview.c
16362                 Fix some leaks
16363
16364 2004-11-15 [colin]      0.9.12cvs146.10
16365
16366         * src/codeconv.c
16367                 More unreadable locale fixes
16368
16369 2004-11-14 [colin]      0.9.12cvs146.9
16370
16371         * src/textview.c
16372                 Fix uri_security_check
16373                 Patch by Alfons
16374
16375 2004-11-13 [paul]       0.9.12cvs146.8
16376
16377         * src/folder.c
16378         * src/procmime.c
16379                 fix 2 bugs introduced in last commit
16380
16381 2004-11-13 [paul]       0.9.12cvs146.7
16382
16383         * src/compose.c
16384         * src/exporthtml.c
16385         * src/exportldif.c
16386         * src/folder.c
16387         * src/imap.c
16388         * src/imap_gtk.c
16389         * src/main.c
16390         * src/mainwindow.c
16391         * src/messageview.c
16392         * src/mh_gtk.c
16393         * src/prefs_themes.c
16394         * src/procmime.c
16395         * src/setup.c
16396         * src/summaryview.c
16397                 replace deprecated g_basename
16398
16399 2004-11-13 [paul]       0.9.12cvs146.6
16400
16401         * src/compose.c
16402         * src/imap.c
16403         * src/matcher_parser.h
16404         * src/matcher_parser_parse.y
16405         * src/prefs_filtering.c
16406         * src/prefs_filtering_action.c
16407         * src/prefs_themes.c
16408         * src/prefs_toolbar.c
16409         * src/common/utils.c
16410                 various small fixes/cleanups
16411
16412 2004-11-12 [colin]      0.9.12cvs146.5
16413
16414         * src/textview.c
16415                 Validate event's origin on visibility notify
16416                 Patch by Alfons.
16417
16418 2004-11-12 [paul]       0.9.12cvs146.4
16419
16420         * src/exporthtml.c
16421         * src/exportldif.c
16422         * src/imap.c
16423         * src/mh.c
16424         * src/mimeview.c
16425         * src/prefs_spelling.c
16426         * src/prefs_themes.c
16427                 replace deprecated g_dirname    
16428
16429 2004-11-12 [colin]      0.9.12cvs146.3
16430
16431         * src/textview.c
16432                 Some coding style fixes
16433
16434 2004-11-12 [colin]      0.9.12cvs146.2
16435
16436         * src/codeconv.c
16437                 We want to replace _all_ extended chars in
16438                 conv_unreadable_*, because any string containing
16439                 extended chars not parsing as UTF8 is 
16440                 undisplayed on gtk2.
16441
16442 2004-11-12 [paul]       0.9.12cvs146.1
16443
16444         * ChangeLog
16445         * ChangeLog.claws
16446         * ChangeLog.jp
16447         * NEWS
16448         * configure.ac
16449         * src/account.c
16450         * src/folderview.c
16451         * src/folderview.h
16452         * src/imap.c
16453         * src/imap_gtk.c
16454         * src/inc.c
16455         * src/mainwindow.c
16456         * src/mh_gtk.c
16457         * src/news_gtk.c
16458         * src/pop.c
16459         * src/prefs_account.c
16460         * src/prefs_account.h
16461         * src/prefs_ext_prog.c
16462         * src/procmime.c
16463         * src/procmime.h
16464         * src/procmsg.c
16465         * src/procmsg.h
16466         * src/summary_search.c
16467         * src/summaryview.c
16468         * src/textview.c
16469         * src/common/defs.h
16470         * src/common/utils.c
16471         * src/common/utils.h
16472         * src/gtk/menu.c
16473         * src/gtk/menu.h
16474                 sync with HEAD
16475
16476 2004-11-11 [colin]      0.9.12cvs144.2
16477
16478         * src/textview.c
16479                 Fix URI range selection (patch by Alfons)
16480
16481 2004-11-09 [colin]      0.9.12cvs144.1
16482
16483         * ChangeLog.claws
16484         * src/compose.c
16485         * src/folder.c
16486         * src/folder_item_prefs.c
16487         * src/prefs_account.c
16488         * src/prefs_account.h
16489         * src/plugins/pgpmime/pgpmime.c
16490                 Sync with HEAD
16491
16492 2004-11-08 [colin]      0.9.12cvs143.1
16493
16494         * src/summaryview.c
16495                 Sync with HEAD (optimize quicksearch)
16496
16497 2004-11-08 [colin]      0.9.12cvs142.2
16498
16499         * src/compose.c
16500                 Don't wrap when Edit/Auto wrapping is disabled
16501
16502 2004-11-08 [colin]      0.9.12cvs142.1
16503
16504         * src/textview.c
16505                 Sync with HEAD
16506
16507 2004-11-08 [colin]      0.9.12cvs141.1
16508
16509         * src/textview.c
16510                 Sync with HEAD (fix some mail URIs)
16511
16512 2004-11-08 [colin]      0.9.12cvs140.3
16513
16514         * src/textview.c
16515                 o Use text cursor instead of arrow when
16516                   not on a link
16517                 o Fix handling of contiguous links (as in
16518                   "colin@colino.net" <colin@colino.net>)
16519                   This one unveils a bug in get_email_part()
16520
16521 2004-11-07 [colin]      0.9.12cvs140.2
16522
16523         * src/textview.c
16524                 Fix memleak. Patch by Alfons.
16525
16526 2004-11-06 [colin]      0.9.12cvs140.1
16527
16528         * src/compose.c
16529                 Sync with HEAD (don't ask passphrase
16530                 when drafting)
16531
16532 2004-11-06 [paul]       0.9.12cvs139.2
16533
16534         * AUTHORS
16535         * src/textview.c
16536         * src/textview.h
16537                 textview URI handling. hovering over a 
16538                 link displays it in the status bar,
16539                 and changes the mouse pointer to a hand 
16540                 cursor. a link is activated with a single 
16541                 click. (Modified from the) patch by Jean-Yves 
16542                 Lefort <jylefort@users.sourceforge.net>
16543                 
16544
16545 2004-11-05 [colin]      0.9.12cvs139.1
16546
16547         * src/compose.c
16548         * src/procmime.c
16549                 Sync with HEAD again ^^
16550
16551 2004-11-05 [colin]      0.9.12cvs139.1
16552
16553         * src/compose.c
16554         * src/procmime.c
16555                 Sync with HEAD
16556
16557 2004-11-03 [paul]       0.9.12cvs138.1
16558
16559         * ChangeLog.claws
16560         * configure.ac
16561         * po/POTFILES.in
16562         * src/prefs_ext_prog.c
16563         * src/procmime.c
16564         * tools/kdeservicemenu/README
16565         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16566         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16567                 sync with HEAD
16568
16569 2004-11-01 [christoph]  0.9.12cvs136.2
16570
16571         * src/procmime.c
16572                 convert MIME parameters to UTF-8
16573
16574 2004-10-29 [colin]      0.9.12cvs136.1
16575
16576         * src/common/utils.c
16577                 Sync with HEAD (don't use '=' in mime boundary)
16578
16579 2004-10-29 [paul]       0.9.12cvs135.1
16580
16581         * configure.ac
16582         * doc/src/rfc2231.txt
16583         * src/procmime.c
16584         * src/common/quoted-printable.c
16585         * src/common/utils.c
16586         * src/common/utils.h
16587                 sync with HEAD
16588
16589 2004-10-27 [paul]       0.9.12cvs134.1
16590
16591         * configure.ac
16592         * src/main.c
16593         * src/procmime.c
16594         * src/plugins/pgpmime/pgpmime.c
16595                 sync with HEAD
16596
16597 2004-10-26 [paul]       0.9.12cvs132.3
16598
16599         * src/account.c
16600         * src/addressbook.c
16601         * src/addrgather.c
16602         * src/addrharvest.c
16603         * src/codeconv.c
16604         * src/compose.c
16605         * src/customheader.c
16606         * src/editaddress.c
16607         * src/editgroup.c
16608         * src/enriched.c
16609         * src/expldifdlg.c
16610         * src/exporthtml.c
16611         * src/exportldif.c
16612         * src/folder.c
16613         * src/foldersel.c
16614         * src/folderview.c
16615         * src/grouplistdialog.c
16616         * src/html.c
16617         * src/imap.c
16618         * src/jpilot.c
16619         * src/ldapserver.c
16620         * src/ldif.c
16621         * src/mimeview.c
16622         * src/news.c
16623         * src/news_gtk.c
16624         * src/pop.c
16625         * src/prefs_display_header.c
16626         * src/prefs_gtk.c
16627         * src/prefs_msg_colors.c
16628         * src/prefs_toolbar.c
16629         * src/procheader.c
16630         * src/procmime.c
16631         * src/summaryview.c
16632         * src/textview.c
16633         * src/toolbar.c
16634         * src/vcard.c
16635         * src/common/mgutils.c
16636         * src/common/nntp.c
16637         * src/common/smtp.c
16638         * src/common/template.c
16639         * src/common/utils.c
16640         * src/common/xmlprops.c
16641         * src/plugins/pgpmime/pgpmime.c
16642         * src/plugins/pgpmime/select-keys.c
16643         * src/plugins/pgpmime/sgpgme.c
16644                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16645                 g_string_sprintfa(), gtk_notebook_current_page()
16646
16647 2004-10-26 [colin]      0.9.12cvs132.2
16648
16649         * src/prefs_folder_item.c
16650                 Fix default-account selection
16651
16652 2004-10-21 [colin]      0.9.12cvs133
16653
16654         * src/compose.c
16655                 Sync with HEAD (Remove extra separator in compose's Options)
16656         * src/textview.c
16657                 Set wrapping to char
16658
16659 2004-10-21 [paul]       0.9.12cvs131.2
16660
16661         * src/compose.c
16662         * src/sourcewindow.c
16663                 fix wrapping
16664                 fix window shrinking 
16665
16666 2004-10-21 [colin]      0.9.12cvs131.1
16667
16668         * ChangeLog.claws
16669         * src/compose.c
16670                 Sync with HEAD
16671
16672 2004-10-21 [paul]       0.9.12cvs130.2
16673
16674         * src/prefs_folder_item.c
16675                 sync with HEAD (Apply to subfolders)
16676
16677 2004-10-19 [colin]      0.9.12cvs130.1
16678
16679         * ChangeLog.claws
16680         * src/compose.c
16681         * src/common/utils.c
16682         * src/gtk/menu.c
16683                 Sync with HEAD
16684
16685 2004-10-19 [colin]      0.9.12cvs128.1
16686
16687         * src/addrbook.c
16688         * src/addrcache.c
16689         * src/addressbook.c
16690         * src/codeconv.c
16691         * src/compose.c
16692         * src/customheader.c
16693         * src/editaddress.c
16694         * src/editgroup.c
16695         * src/exporthtml.c
16696         * src/folder.c
16697         * src/folderview.c
16698         * src/imap.c
16699         * src/jpilot.c
16700         * src/main.c
16701         * src/matcher_parser_parse.y
16702         * src/mbox.c
16703         * src/pop.c
16704         * src/prefs_account.c
16705         * src/prefs_gtk.c
16706         * src/prefs_msg_colors.c
16707         * src/procheader.c
16708         * src/procmime.c
16709         * src/procmime.h
16710         * src/procmsg.c
16711         * src/summaryview.c
16712         * src/textview.c
16713         * src/common/base64.c
16714         * src/common/partial_download.c
16715         * src/common/socket.c
16716         * src/common/sylpheed.c
16717         * src/common/utils.c
16718         * src/common/utils.h
16719         * src/gtk/pluginwindow.c
16720         * src/gtk/quicksearch.c
16721         * src/plugins/clamav/clamav_plugin.c
16722         * src/plugins/clamav/clamav_plugin.h
16723         * src/plugins/clamav/clamav_plugin_gtk.c
16724         * src/plugins/pgpmime/passphrase.c
16725         * src/plugins/pgpmime/pgpmime.c
16726         * src/plugins/pgpmime/plugin.c
16727         * src/plugins/pgpmime/prefs_gpg.c
16728         * src/plugins/pgpmime/prefs_gpg.h
16729         * src/plugins/pgpmime/select-keys.c
16730         * src/plugins/pgpmime/sgpgme.c
16731         * src/plugins/spamassassin/libspamc.c
16732         * src/plugins/spamassassin/spamassassin.c
16733         * src/plugins/spamassassin/spamassassin.h
16734         * src/plugins/spamassassin/spamassassin_gtk.c
16735         * src/plugins/trayicon/trayicon.c
16736         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16737                 Sync with HEAD
16738
16739 2004-10-14 [colin]      0.9.12cvs126.2
16740
16741         * src/codeconv.c
16742         * src/textview.c
16743                 Fix conv_unreadable_locale
16744
16745 2004-10-13 [colin]      0.9.12cvs126.1
16746
16747         * src/compose.c
16748                 Sync with HEAD (don't convert charset for 
16749                 drafted messages, minor cleanup)
16750
16751 2004-10-13 [colin]      0.9.12cvs125.1
16752
16753         * po/POTFILES.in
16754                 Sync with HEAD (POTFILES fix)
16755
16756 2004-10-12 [colin]      0.9.12cvs124.3
16757
16758         * src/compose.c
16759                 Fix encoding bug from latest sync
16760
16761 2004-10-12 [paul]       0.9.12cvs124.2
16762
16763         * src/plugins/pgpmime/prefs_gpg.c
16764         * src/plugins/pgpmime/prefs_gpg.h
16765                 forgotten in last commit        
16766
16767 2004-10-12 [paul]       0.9.12cvs124.1
16768
16769         * ChangeLog.claws
16770         * configure.ac
16771         * m4/spamassassin.m4
16772         * src/Makefile.am
16773         * src/account.c
16774         * src/compose.c
16775         * src/compose.h
16776         * src/crash.c
16777         * src/main.c
16778         * src/mimeview.c
16779         * src/passphrase.c
16780         * src/passphrase.h
16781         * src/prefs_account.c
16782         * src/prefs_account.h
16783         * src/prefs_common.c
16784         * src/privacy.c
16785         * src/privacy.h
16786         * src/procmime.c
16787         * src/procmime.h
16788         * src/procmsg.c
16789         * src/rfc2015.c
16790         * src/rfc2015.h
16791         * src/select-keys.c
16792         * src/select-keys.h
16793         * src/textview.c
16794         * src/common/utils.c
16795         * src/common/utils.h
16796         * src/gtk/about.c
16797         * src/plugins/pgpmime/Makefile.am
16798         * src/plugins/pgpmime/passphrase.c
16799         * src/plugins/pgpmime/passphrase.h
16800         * src/plugins/pgpmime/pgpmime.c
16801         * src/plugins/pgpmime/plugin.c
16802         * src/plugins/pgpmime/select-keys.c
16803         * src/plugins/pgpmime/select-keys.h
16804         * src/plugins/pgpmime/sgpgme.c
16805         * src/plugins/pgpmime/sgpgme.h
16806                 sync with HEAD
16807
16808 2004-10-04 [colin]      0.9.12cvs122.1
16809
16810         * src/mainwindow.c
16811         * src/messageview.c
16812         * src/messageview.h
16813         * src/textview.c
16814                 Sync with HEAD
16815
16816 2004-10-04 [colin]      0.9.12cvs121.1
16817
16818         * src/summaryview.c
16819                 Sync with HEAD
16820
16821 2004-10-04 [paul]       0.9.12cvs120.1
16822
16823         * configure.ac
16824                 sync with HEAD [don't try to build 
16825                 pgpmime plugin when gpgme is disabled]
16826
16827 2004-10-03 [colin]      0.9.12cvs119.3
16828
16829         * src/gtk/gtksctree.c
16830                 Lots of side effects. Put back as before 117.2.
16831         * src/summaryview.c
16832                 Fix bug #602
16833
16834 2004-10-03 [colin]      0.9.12cvs119.2
16835
16836         * src/gtk/gtksctree.c
16837                 Revert 608 fix that doesn't work that good
16838
16839 2004-10-02 [colin]      0.9.12cvs119.1
16840
16841         * src/mainwindow.c
16842         * src/messageview.c
16843         * src/prefs_common.h
16844         * src/procmime.c
16845         * src/procmime.h
16846         * src/textview.c
16847                 Sync with HEAD
16848         * src/gtk/gtksctree.c
16849                 Close bug #608
16850
16851 2004-10-01 [colin]      0.9.12cvs118.1
16852
16853         * src/mimeview.c
16854                 Sync with HEAD (better Save All fix)
16855
16856 2004-10-01 [colin]      0.9.12cvs117.2
16857
16858         * src/gtk/gtksctree.c
16859                 Faster on selection
16860
16861 2004-10-01 [colin]      0.9.12cvs117.1
16862
16863         * src/mimeview.c
16864                 Sync with HEAD (Save All: only attachments)
16865
16866 2004-10-01 [paul]       0.9.12cvs116.1
16867
16868         * ChangeLog.claws
16869         * configure.ac
16870         * src/account.c
16871         * src/prefs_common.c
16872         * src/gtk/colorlabel.c
16873                 sync with HEAD
16874
16875 2004-09-30 [colin]      0.9.12cvs115.1
16876
16877         * src/stock_pixmap.c
16878         * src/stock_pixmap.h
16879         * src/folderview.c
16880         * src/Makefile.am
16881         * src/pixmaps/read.xpm
16882                 Sync with HEAD (new pixmap)
16883
16884 2004-09-29 [colin]      0.9.12cvs114.1
16885
16886         * src/compose.c
16887                 Sync with HEAD
16888                 Fix focus handling in headers
16889
16890 2004-09-29 [paul]       0.9.12cvs113.1
16891
16892         * src/quote_fmt_parse.y
16893                 sync with HEAD
16894  
16895
16896 2004-09-28 [colin]      0.9.12cvs112.1
16897
16898         * src/folderview.c
16899         * src/mainwindow.c
16900                 Sync with HEAD
16901
16902 2004-09-28 [colin]      0.9.12cvs110.1
16903
16904         * src/folderview.c
16905                 Sync with HEAD (Contextual Empty trash menu)
16906
16907 2004-09-28 [colin]      0.9.12cvs108.1
16908
16909         * src/addressbook.c
16910                 Sync with HEAD (addressbook edit on double-click)
16911
16912 2004-09-28 [colin]      0.9.12cvs106.1
16913
16914         * src/inc.c
16915                 Sync with HEAD (folder_item freeze on inc)
16916
16917 2004-09-27 [colin]      0.9.12cvs105.1
16918
16919         * src/folderview.c
16920                 Sync with HEAD (right-align new and unread column)
16921
16922 2004-09-27 [colin]      0.9.12cvs104.1
16923
16924         * src/main.c
16925                 Sync with HEAD (revert 0.9.12cvs101)
16926
16927 2004-09-24 [colin]      0.9.12cvs103.2
16928
16929         * src/wizard.c
16930                 Fix gtk warnings and use domain part of the email address 
16931                 when domain detection fails (no dot in domain name)
16932
16933 2004-09-23 [colin]      0.9.12cvs103.1
16934
16935         * src/plugins/spamassassin/libspamc.c
16936         * src/plugins/spamassassin/libspamc.h
16937         * src/plugins/spamassassin/utils.c
16938         * src/plugins/spamassassin/utils.h
16939                 Sync with HEAD (Update spamassassin to 3.0)
16940
16941 2004-09-21 [colin]      0.9.12cvs102.3
16942
16943         * src/action.c
16944                 Add horizontal scrollbar in action io dialog as needed
16945                 Patch by Alfons.
16946
16947 2004-09-20 [colin]      0.9.12cvs102.2
16948
16949         * src/plugins/image_viewer/viewer.c
16950                 Remove imlib stuff
16951                 use gtk_pixmap_set when clearing
16952                 (would be better to use gtkImages, but causes size-allocate 
16953                 signals storm)
16954
16955 2004-09-17 [paul]       0.9.12cvs102.1
16956
16957         * ChangeLog
16958         * ChangeLog.claws
16959         * ChangeLog.jp
16960         * configure.ac
16961         * src/inc.c
16962                 sync with HEAD
16963
16964
16965 2004-09-17 [colin]      0.9.12cvs101.1
16966
16967         * ChangeLog.claws
16968         * src/main.c
16969                 Sync with HEAD (fix segs at exit)
16970
16971 2004-09-14 [colin]      0.9.12cvs99.5
16972
16973         * src/common/socket.c
16974         * AUTHORS
16975                 Fix send error on 64bit platforms
16976                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16977
16978 2004-09-14 [colin]      0.9.12cvs99.4
16979
16980         * src/action.c
16981                 Fix action output with utf8 
16982                 Patch by Alfons.
16983
16984 2004-09-14 [colin]      0.9.12cvs99.3
16985
16986         * ChangeLog.claws
16987         * src/folder.c
16988                 Sync with HEAD
16989
16990 2004-09-09 [colin]      0.9.12cvs99.2
16991
16992         * src/action.c
16993                 Fix progress bar (displaying "Completed %v/%u")
16994                 Patch by Alfons.
16995
16996 2004-09-08 [colin]      0.9.12cvs99.1
16997
16998         * src/account.c
16999         * src/folder.c
17000         * src/procmsg.c
17001         * src/procmsg.h
17002         * src/plugins/pgpmime/pgpmime.c
17003                 Sync with HEAD
17004
17005 2004-09-08 [colin]      0.9.12cvs97.2
17006
17007         * src/summaryview.c
17008                 Don't select mails in collapsed threads 
17009                 when navigating with up/down
17010
17011 2004-09-07 [colin]      0.9.12cvs97.1
17012
17013         * src/inc.c
17014                 Sync with HEAD (meaningful error messages)
17015
17016 2004-09-06 [colin]      0.9.12cvs96.1
17017
17018         * src/toolbar.c
17019                 Sync with HEAD (fix Redirect graying out)
17020
17021 2004-09-06 [colin]      0.9.12cvs95.1
17022
17023         * src/summaryview.c
17024         * src/mimeview.c
17025                 Sync with HEAD (fix dropped URIs)
17026
17027 2004-09-06 [colin]      0.9.12cvs94.1
17028
17029         * src/addressbook.c
17030         * src/addressitem.h
17031         * src/addritem.c
17032         * src/addritem.h
17033                 Sync with HEAD (addressbook DnD)
17034
17035 2004-09-03 [colin]      0.9.12cvs93.1
17036
17037         * src/summaryview.c
17038                 Sync with HEAD (next/prev unread)
17039
17040 2004-09-03 [colin]      0.9.12cvs92.1
17041
17042         * src/prefs_common.c
17043         * src/prefs_common.h
17044         * src/summaryview.c
17045                 Sync with HEAD ('mark_as_read_delay' pref)
17046
17047 2004-09-02 [colin]      0.9.12cvs91.2
17048
17049         * src/common/xml.c
17050                 Fix leak
17051
17052 2004-09-02 [colin]      0.9.12cvs91.1
17053
17054         * src/gtk/menu.c
17055                 Sync with HEAD (menu accel don't work, but whatever)
17056
17057 2004-09-02 [colin]      0.9.12cvs90.1
17058
17059         * src/account.c
17060                 Sync with HEAD (fix bug 582)
17061
17062 2004-09-02 [colin]      0.9.12cvs89.1
17063
17064         * src/addrindex.c
17065                 Sync with HEAD (free deleted queries)
17066
17067 2004-09-02 [colin]      0.9.12cvs88.1
17068
17069         * src/ldapquery.c
17070                 Sync with HEAD (fix LDAP freezes)
17071
17072 2004-09-02 [colin]      0.9.12cvs87.1
17073
17074         * src/prefs_spelling.c
17075                 Sync with HEAD (add default dictionary)
17076
17077 2004-09-01 [colin]      0.9.12cvs86.1
17078
17079         * src/filtering.c
17080         * src/folderview.c
17081         * src/imap.c
17082         * src/prefs_matcher.c
17083         * src/stock_pixmap.c
17084         * src/summary_search.c
17085         * src/summaryview.c
17086         * src/wizard.c
17087         * src/wizard.h
17088                 Sync with HEAD (uninitialized vars fixes)
17089                 + gtk2 specific warning fixes
17090
17091 2004-08-31 [colin]      0.9.12cvs85.1
17092
17093         * src/folder.c
17094                 Sync with HEAD (Fix memory corruption due to 
17095                 uninitialized var)
17096
17097 2004-08-31 [colin]      0.9.12cvs84.4
17098
17099         * src/summary_search.c
17100                 Fix segfaults when searching in folders with broken headers
17101
17102 2004-08-31 [colin]      0.9.12cvs84.3
17103
17104         * src/compose.c
17105         * src/textview.c
17106                 Fix some more encoding/decoding issues
17107
17108 2004-08-30 [colin]      0.9.12cvs84.2
17109
17110         * src/mimeview.c
17111         * src/prefs_themes.c
17112         * src/gtk/filesel.c
17113         * src/gtk/filesel.h
17114                 Add a folder-mode selection (fixes mimeview's "Save all")
17115
17116 2004-08-29 [colin]      0.9.12cvs84.1
17117
17118         * src/mimeview.c
17119                 Sync with HEAD (don't escape saved filenames)
17120
17121 2004-08-27 [colin]      0.9.12cvs83.1
17122
17123         * ChangeLog
17124         * ChangeLog.claws
17125         * ChangeLog.jp
17126         * src/mh.c
17127         * src/procheader.c
17128         * src/procmsg.c
17129         * src/procmsg.h
17130         * src/common/utils.c
17131         * src/gtk/menu.h
17132         * po/
17133                 Sync with HEAD 0.9.12cvs83 (sync with main)
17134
17135 2004-08-26 [colin]      0.9.12cvs82.4
17136
17137         * src/codeconv.c
17138                 Fix strange stack corruption
17139                 Convert to utf8 after unmime, not before
17140
17141 2004-08-26 [colin]      0.9.12cvs82.3
17142
17143         * src/main.c
17144         * src/wizard.c
17145                 Fix account folders duplication
17146
17147 2004-08-25 [colin]      0.9.12cvs82.2
17148
17149         * src/wizard.c
17150                 Remove ports
17151                 Add SSL selection
17152                 Use login@server as account name
17153
17154 2004-08-25 [colin]      0.9.12cvs82.1
17155
17156         * src/plugins/pgpmime/pgpmime.c
17157                 Sync with HEAD (leak fix).
17158
17159 2004-08-25 [colin]      0.9.12cvs81.1
17160
17161         * src/plugins/pgpmime/pgpmime.c
17162         * src/plugins/pgpmime/sgpgme.c
17163         * src/plugins/pgpmime/sgpgme.h
17164                 Sync with HEAD (Handle combined messages).
17165
17166 2004-08-24 [colin]      0.9.12cvs80.3
17167
17168         * src/wizard.c
17169                 Fix full name, ports, and imap
17170
17171 2004-08-24 [colin]      0.9.12cvs80.2
17172
17173         * src/Makefile.am
17174         * src/main.c
17175         * src/setup.c
17176         * src/setup.h
17177         * src/stock_pixmap.c
17178         * src/stock_pixmap.h
17179         * src/wizard.c ** ADDED **
17180         * src/wizard.h ** ADDED ** 
17181         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17182                 Add a setup wizard 
17183
17184 2004-08-24 [colin]      0.9.12cvs80.1
17185
17186         * src/folder.c
17187                 Sync with HEAD (set mimeflags on all messages)
17188
17189 2004-08-24 [colin]      0.9.12cvs79.3
17190
17191         * src/matcher_parser_lex.l
17192                 Fix 8bits strings not in utf8
17193
17194 2004-08-24 [colin]      0.9.12cvs79.2
17195
17196         * src/compose.c
17197                 Check conversion result before replacing buffer
17198
17199 2004-08-23 [colin]      0.9.12cvs79.1
17200
17201         * src/compose.c
17202                 Sync with HEAD (create message header in memory)
17203
17204 2004-08-23 [colin]      0.9.12cvs78.1
17205
17206         * src/rfc2015.c
17207         * src/rfc2015.h
17208                 Sync with HEAD (fix bug 197 again)
17209
17210 2004-08-23 [colin]      0.9.12cvs77.3
17211
17212         * src/compose.c
17213                 Fix again inline gpg signing (which outputs utf8
17214                 in gtk2). Not syncing this fix to HEAD as this 
17215                 code is meant to die.
17216
17217 2004-08-23 [colin]      0.9.12cvs77.2
17218
17219         * src/prefs_account.h
17220                 Remove useless include
17221
17222 2004-08-23 [colin]      0.9.12cvs77.1
17223
17224         * src/imap.c
17225         * po/es.po
17226         * po/fr.po
17227         * po/it.po
17228         * po/pl.po
17229         * po/pt_BR.po
17230         * po/sk.po
17231         * po/sr.po
17232                 Sync with HEAD (fix bug 577)
17233
17234 2004-08-22 [colin]      0.9.12cvs76.1
17235
17236         * src/plugins/trayicon/trayicon.c
17237                 Sync with HEAD (fix formatting bug)
17238
17239 2004-08-21 [colin]      0.9.12cvs74.2
17240
17241         * src/gtk/colorsel.c
17242                 Fix bug 564 (Folder color selection window exits on any
17243                 keypress)
17244
17245 2004-08-21 [colin]      0.9.12cvs74.1
17246
17247         * ChangeLog.claws
17248         * src/compose.c
17249         * src/summaryview.c
17250         * src/toolbar.c
17251                 Sync with HEAD (fix bug 576)
17252
17253 2004-08-21 [colin]      0.9.12cvs70.1
17254
17255         * src/compose.c
17256         * src/mainwindow.c
17257                 Sync with HEAD
17258                 
17259
17260 2004-08-21 [paul]       0.9.12cvs66.4
17261
17262         * src/mainwindow.c
17263         * src/messageview.c
17264         * src/gtk/menu.c
17265         * src/plugins/spamassassin/spamassassin_gtk.c
17266                 remove some deprecated gtk1 functions
17267
17268
17269 2004-08-21 [colin]      0.9.12cvs66.3
17270
17271         * src/compose.c
17272         * src/codeconv.c
17273                 Fix warnings
17274                 Remove encoding hacks
17275                 Fix bug 575 (Strange character messes up message)
17276                 Don't display conversion error when drafting
17277
17278 2004-08-21 [paul]       0.9.12cvs66.2
17279
17280         * src/prefs_account.c
17281                 fix GnuPG mode bugs
17282
17283
17284 2004-08-20 [colin]      0.9.12cvs66.1
17285
17286         * src/codeconv.c
17287                 Sync with HEAD 0.9.12cvs66
17288
17289 2004-08-20 [paul]
17290
17291         * src/plugins/pgpmime/plugin.c
17292                 modify PGP/MIME plugin's description
17293
17294 2004-08-17 [colin]      0.9.12cvs65.1
17295
17296         * src/common/ssl.c
17297         * src/plugins/pgpmime/plugin.c
17298                 Sync with HEAD
17299
17300 2004-08-14 [colin]      0.9.12cvs60.3
17301
17302         * src/plugins/trayicon/trayicon.c
17303                 Put back resize callback, on size-request signal
17304                 rather than size-allocate to avoid infinite 
17305                 callback loop
17306
17307 2004-08-13 [colin]      0.9.12cvs60.2
17308
17309         * src/common/defs.h
17310                 Cache versions have been fixed
17311
17312 2004-08-13 [colin]      0.9.12cvs60.1
17313
17314         * src/folderutils.c
17315                 Sync with HEAD
17316
17317 2004-08-12 [colin]      0.9.12cvs59.1
17318
17319         * src/plugins/trayicon/trayicon.c
17320                 Sync with HEAD
17321
17322 2004-08-12 [colin]      0.9.12cvs57.5
17323
17324         * sylpheed.desktop
17325         * configure.ac
17326         * src/Makefile.am
17327         * src/main.c
17328                 Add support for Freedesktop.org's startup notification
17329
17330 2004-08-11 [colin]      0.9.12cvs57.4
17331
17332         * src/textview.c
17333                 Fix off-by-one
17334
17335 2004-08-11 [colin]      0.9.12cvs57.3
17336
17337         * src/message_search.c
17338         * src/summary_search.c
17339                 Make searches case insensitive by default
17340         * src/textview.c
17341                 Fix case-insensitive search in message
17342
17343 2004-08-11 [colin]      0.9.12cvs57.2
17344
17345         * src/summary_search.c
17346                 Let case-sensitive be specified
17347
17348 2004-08-10 [colin]      0.9.12cvs55.4
17349
17350         * src/common/socket.c
17351                 Fix the possible race condition
17352
17353 2004-08-09 [paul]       0.9.12cvs55.3
17354
17355         * configure.ac
17356         * src/Makefile.am
17357         * src/common/Makefile.am
17358                 sync with HEAD
17359
17360
17361 2004-08-09 [paul]       0.9.12cvs55.2
17362
17363         * autogen.sh
17364         * po/poconv.sh
17365                 remove unneeded script
17366
17367         * configure.ac
17368                 add forgotten USE_LDAP_TLS (sync with HEAD)
17369
17370
17371 2004-08-09 [colin]      0.9.12cvs55.1
17372
17373         * src/main.c
17374         * src/common/ssl.c
17375         * src/common/sylpheed.c
17376         * src/common/sylpheed.h
17377                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17378
17379 2004-08-09 [paul]       0.9.12cvs54.1
17380
17381         * ChangeLog
17382         * ChangeLog.claws
17383         * ChangeLog.jp
17384         * configure.ac
17385         * po/POTFILES.in
17386         * src/Makefile.am
17387         * src/folderutils.c
17388         * src/main.c
17389         * src/pgpmime.c
17390         * src/pgpmime.h
17391         * src/sgpgme.c
17392         * src/sgpgme.h
17393         * src/plugins/Makefile.am
17394         * src/plugins/pgpmime/.cvsignore
17395         * src/plugins/pgpmime/Makefile.am
17396         * src/plugins/pgpmime/pgpmime.c
17397         * src/plugins/pgpmime/pgpmime.h
17398         * src/plugins/pgpmime/plugin.c
17399         * src/plugins/pgpmime/sgpgme.c
17400         * src/plugins/pgpmime/sgpgme.h
17401                 sync with HEAD
17402
17403 2004-08-08 [paul]       0.9.12cvs51.1
17404
17405         * configure.ac
17406         * src/folder.c
17407                 sync with HEAD
17408
17409 2004-08-07 [colin]      0.9.12cvs50.1
17410
17411         * src/pop.c
17412         * src/common/partial_download.c
17413                 fix warnings (sync from HEAD)
17414
17415 2004-08-07 [colin]      0.9.12cvs48.1
17416
17417         * src/prefs_folder_item.c
17418                 sync with HEAD 0.9.12cvs48
17419
17420 2004-08-06 [colin]      0.9.12cvs47.1
17421
17422         * src/compose.c
17423                 Sync with HEAD
17424
17425 2004-08-06 [christoph]  0.9.12cvs46.2
17426
17427         * src/main.c
17428         * src/plugins/clamav/clamav_plugin_gtk.c
17429         * src/plugins/dillo_viewer/dillo_viewer.c
17430         * src/plugins/image_viewer/plugin.c
17431         * src/plugins/mathml_viewer/mathml_viewer.c
17432         * src/plugins/spamassassin/spamassassin_gtk.c
17433         * src/plugins/trayicon/trayicon.c
17434                 don't mix GTK1.2 plugin with GTK2 plugins
17435
17436 2004-08-06 [colin]      0.9.12cvs46.1
17437
17438         * ChangeLog
17439         * ChangeLog.claws
17440         * ChangeLog.jp
17441         * configure.ac
17442         * sylpheed-claws.pc.in
17443         * src/folder.c
17444         * src/imap.c
17445         * src/localfolder.c
17446         * src/messageview.c
17447         * src/mimeview.c
17448         * src/mimeview.h
17449         * src/msgcache.c
17450         * src/news.c
17451         * src/prefs_ext_prog.c
17452         * src/prefs_folder_item.c
17453         * src/prefs_fonts.c
17454         * src/prefs_msg_colors.c
17455         * src/prefs_spelling.c
17456         * src/prefs_themes.c
17457         * src/prefs_toolbar.c
17458         * src/prefs_wrapping.c
17459         * src/procmime.h
17460         * src/common/defs.h
17461         * src/common/nntp.c
17462         * src/common/session.c
17463         * src/common/session.h
17464         * src/common/socket.c
17465         * src/common/utils.h
17466         * src/common/xml.c
17467         * src/common/xml.h
17468         * src/gtk/prefswindow.c
17469         * src/gtk/prefswindow.h
17470         * src/plugins/clamav/clamav_plugin_gtk.c
17471         * src/plugins/dillo_viewer/dillo_prefs.c
17472         * src/plugins/image_viewer/viewerprefs.c
17473         * src/plugins/spamassassin/spamassassin_gtk.c
17474         * m4/openssl.m4 *** REMOVED ***
17475                 Sync with HEAD 0.9.12cvs46
17476
17477 2004-08-03 [paul]       0.9.12cvs40.2
17478
17479         * src/action.c
17480         * src/addressadd.c
17481         * src/addressbook.c
17482         * src/addrgather.c
17483         * src/browseldap.c
17484         * src/compose.c
17485         * src/crash.c
17486         * src/editaddress.c
17487         * src/editgroup.c
17488         * src/editldap_basedn.c
17489         * src/foldersel.c
17490         * src/importldif.c
17491         * src/mimeview.c
17492         * src/prefs_common.c
17493         * src/prefs_template.c
17494         * src/sourcewindow.c
17495         * src/summaryview.c
17496         * src/gtk/about.c
17497         * src/gtk/foldersort.c
17498         * src/gtk/logwindow.c
17499         * src/gtk/pluginwindow.c
17500         * src/gtk/prefswindow.c
17501                 change all gtk_scrolled_window_set_policy from 
17502                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17503
17504 2004-08-02 [paul]       0.9.12cvs40.1
17505
17506         * AUTHORS
17507                 update translation team section
17508         * po/pt_BR.po
17509                 updated by Frederico Goncalves Guimaraes
17510                 <fggdebian@yahoo.com.br>
17511
17512 2004-07-31 [colin]      0.9.12cvs39.9
17513
17514         * src/exphtmldlg.c
17515                 Fix compilation
17516
17517 2004-07-31 [colin]      0.9.12cvs39.8
17518
17519         * src/exphtmldlg.c
17520                 Fix an alertpanel type
17521
17522 2004-07-30 [colin]      0.9.12cvs39.7
17523
17524         * src/alertpanel.c
17525                 Fix alertpanel_error_log's icon
17526
17527 2004-07-30 [colin]      0.9.12cvs39.6
17528
17529         * src/pop.c
17530                 Two of them should still be warnings
17531
17532 2004-07-30 [colin]      0.9.12cvs39.5
17533
17534         * src/pop.c
17535                 More warning -> error
17536 2004-07-29 [colin]      0.9.12cvs39.4
17537
17538         * src/pop.c
17539                 Warning -> error
17540
17541 2004-07-29 [colin]      0.9.12cvs39.3
17542
17543         * src/prefs_matcher.c
17544                 Fix segfault
17545
17546 2004-07-29 [colin]      0.9.12cvs39.2
17547
17548         * src/alertpanel.c
17549                 More nice-looking alertpanels
17550
17551 2004-07-29 [colin]      0.9.12cvs39.1
17552
17553         * src/messageview.c
17554                 sync with head
17555                 (inform user when partial mail is deleted on server)
17556
17557 2004-07-29 [colin]      0.9.12cvs38.1
17558
17559         * src/messageview.c
17560                 sync with head
17561
17562 2004-07-28 [paul]       0.9.12cvs37.7
17563
17564         * src/mainwindow.c
17565                 complete the replacement of deprecated gtk_progress_*
17566
17567 2004-07-28 [paul]       0.9.12cvs37.6
17568
17569         * src/action.c
17570         * src/inc.c
17571         * src/mainwindow.c
17572         * src/send_message.c
17573         * src/gtk/progressdialog.c
17574         * src/gtk/progressdialog.h
17575                 replace deprecated gtk_progress_*
17576
17577 2004-07-28 [paul]       0.9.12cvs37.5
17578
17579         * src/gtk/filesel.c
17580                 remove gtk_window_set_wmclass()
17581 2004-07-28 [paul]       0.9.12cvs37.4
17582
17583         * src/addressbook.c
17584         * src/compose.c
17585         * src/foldersel.c
17586         * src/mainwindow.c
17587         * src/messageview.c
17588         * src/sourcewindow.c
17589         * src/gtk/logwindow.c
17590                 remove gtk_window_set_wmclass()
17591                 
17592         * src/prefs_filtering.c
17593         * src/prefs_filtering_action.c
17594         * src/prefs_fonts.c
17595         * src/prefs_gtk.c
17596         * src/prefs_matcher.c
17597         * src/ssl_manager.c
17598         * src/gtk/prefswindow.c
17599                 replace gtk_window_position()
17600
17601 2004-07-28 [colin]      0.9.12cvs37.3
17602
17603         * src/alertpanel.c
17604         * src/alertpanel.h
17605                 Add a way to specify panel type for specific
17606                 panels (alertpanel())
17607         * src/account.c
17608         * src/addressbook.c
17609         * src/compose.c
17610         * src/expldifdlg.c
17611         * src/main.c
17612         * src/messageview.c
17613         * src/summaryview.c
17614         * src/textview.c
17615         * src/gtk/sslcertwindow.c
17616                 Fix alertpanel()s so that their icon match
17617                 their real type
17618
17619 2004-07-28 [paul]       0.9.12cvs37.2
17620
17621         * src/addr_compl.c
17622         * src/addressbook.c
17623         * src/alertpanel.c
17624         * src/compose.c
17625         * src/export.c
17626         * src/foldersel.c
17627         * src/folderview.c
17628         * src/grouplistdialog.c
17629         * src/import.c
17630         * src/mainwindow.c
17631         * src/message_search.c
17632         * src/messageview.c
17633         * src/passphrase.c
17634         * src/prefs_actions.c
17635         * src/prefs_common.c
17636         * src/prefs_customheader.c
17637         * src/prefs_display_header.c
17638         * src/prefs_filtering.c
17639         * src/prefs_filtering_action.c
17640         * src/prefs_gtk.c
17641         * src/prefs_matcher.c
17642         * src/prefs_msg_colors.c
17643         * src/prefs_summary_column.c
17644         * src/prefs_template.c
17645         * src/sourcewindow.c
17646         * src/ssl_manager.c
17647         * src/summary_search.c
17648         * src/gtk/colorsel.c
17649         * src/gtk/description_window.c
17650         * src/gtk/gtkaspell.c
17651         * src/gtk/inputdialog.c
17652         * src/gtk/logwindow.c
17653         * src/gtk/prefswindow.c
17654         * src/gtk/progressdialog.c
17655                 replace deprecated gtk_window_set_policy
17656
17657 2004-07-27 [colin]      0.9.12cvs37.1
17658
17659         * src/msgcache.c
17660                 More fixes (synced for head again)
17661
17662 2004-07-27 [colin]      0.9.12cvs35.3
17663
17664         * src/msgcache.c
17665                 Fix wrong test
17666
17667 2004-07-27 [colin]      0.9.12cvs35.2
17668
17669         * src/mimeview.c
17670                 Fix width a bit (by Paul)
17671         * src/alertpanel.c
17672         * src/alertpanel.h
17673                 Specialize icons, make alertpanel_message()
17674                 private
17675         * src/message_search.c
17676         * src/sgpgme.c
17677         * src/summary_search.c
17678                 Suit alertpanel changes
17679
17680 2004-07-27 [colin]      0.9.12cvs35.1
17681
17682         * src/alertpanel.c
17683                 Add an icon
17684         * src/passphrase.c
17685                 Add debug output - maybe someone will
17686                 want to look at the problem with Grab
17687                 Input :)
17688         Bump version as we're synced with HEAD
17689
17690 2004-07-26 [colin]      0.9.12cvs33.26
17691
17692         * src/pop.c
17693                 Fix uidl-file parsing when not in new
17694                 format
17695
17696 2004-07-26 [colin]      0.9.12cvs33.25
17697
17698         * src/gtk/menu.c
17699                 Move popup menu up if necessary (fixes 
17700                 account selector)
17701         * src/mainwindow.c
17702                 Set account selector's button height to
17703                 minimum
17704
17705 2004-07-26 [colin]      0.9.12cvs33.24
17706
17707         * src/alertpanel.c
17708                 Maybe fix 551 (Truncated font in alert window)
17709
17710 2004-07-26 [colin]      0.9.12cvs33.23
17711
17712         * po/de.po
17713         * po/es.po
17714         * po/fr.po
17715         * po/it.po
17716         * po/ja.po
17717         * po/pl.po
17718         * po/ru.po
17719         * po/sk.po
17720         * po/sr.po
17721         * po/zh_CN.po
17722                 Sync po files with HEAD
17723
17724 2004-07-26 [paul]       0.9.12cvs33.22
17725
17726         * src/compose.c
17727                 fix Bug 556 'Organisation-header is sent even if empty'
17728
17729 2004-07-24 [colin]      0.9.12cvs33.21
17730
17731         * src/compose.c
17732         * src/gtk/gtkaspell.c
17733         * src/gtk/gtkaspell.h
17734                 Fix speller accelerators (require hack)
17735
17736 2004-07-24 [colin]      0.9.12cvs33.20
17737
17738         * src/gtk/gtkaspell.c
17739                 Fix over-eager code deletion breaking
17740                 Check while typing
17741
17742 2004-07-24 [colin]      0.9.12cvs33.19
17743
17744         * src/browseldap.c
17745         * src/ldapctrl.c
17746         * src/ldapctrl.h
17747         * src/ldapserver.h
17748                 Sync ldap with HEAD
17749         (Fixes 546 LDAP completely broken)
17750
17751 2004-07-24 [colin]      0.9.12cvs33.18
17752
17753         * src/prefs_msg_colors.c
17754                 Fix prototype mismatch
17755         (Fixes 547 void function cannot return value)
17756
17757 2004-07-24 [colin]      0.9.12cvs33.17
17758
17759         * src/mainwindow.c
17760                 Fix sort going back to previous sort key
17761                 when changing sort direction
17762
17763 2004-07-24 [colin]      0.9.12cvs33.16
17764
17765         * src/compose.c
17766                 Fix space insertion when re-wrapping at 
17767                 cursor point
17768
17769 2004-07-24 [colin]      0.9.12cvs33.15
17770
17771         * src/gtk/gtkaspell.c
17772                 Don't change cursor position in insert-text
17773                 callback
17774         (Fixes 539 Word wrapping on input transposes letters)
17775
17776 2004-07-24 [colin]      0.9.12cvs33.14
17777
17778         * src/gtk/gtkaspell.c
17779                 Reencode non-ascii chars to dictionary's
17780                 encoding
17781         (Fixes 544 Spell check broken non english locale)
17782
17783 2004-07-24 [colin]      0.9.12cvs33.13
17784
17785         * src/summaryview.c
17786                 Fix Shift+Down, add Home/End/PgUp/PgDown
17787
17788 2004-07-21 [colin]      0.9.12cvs33.12
17789
17790         * src/prefs_common.c
17791                 Fix a gtk warning (Patch by Andrej Kacian)
17792
17793 2004-07-21 [colin]      0.9.12cvs33.11
17794
17795         * src/gtk/filesel.c
17796                 More check
17797
17798 2004-07-21 [colin]      0.9.12cvs33.10
17799
17800         * src/compose.c
17801         * src/crash.c
17802         * src/export.c
17803         * src/import.c
17804         * src/messageview.c
17805         * src/mimeview.c
17806         * src/prefs_spelling.c
17807         * src/prefs_themes.c
17808         * src/summaryview.c
17809         * src/gtk/filesel.c
17810         * src/gtk/filesel.h
17811         * src/gtk/pluginwindow.c
17812                 Untwist open/save mode guessing logic, make
17813                 it explicit
17814
17815 2004-07-20 [colin]      0.9.12cvs33.9
17816
17817         * src/codeconv.c
17818                 conv_encode_header: src_charset is UTF-8 on
17819                 gtk2
17820         * src/compose.c
17821                 Remove double encoding of the headers
17822
17823 2004-07-20 [colin]      0.9.12cvs33.8
17824
17825         * src/codeconv.c
17826                 Fix typo
17827
17828 2004-07-20 [colin]      0.9.12cvs33.7
17829
17830         * src/mainwindow.c
17831                 Set the separated messageview to the saved
17832                 size of Claws' messageview (Patch by Alfons)
17833                 Fix a callback prototype (me)
17834
17835 2004-07-20 [colin]      0.9.12cvs33.6
17836
17837         * src/codeconv.h
17838                 Forgot one hunk in 0.9.12cvs33.4
17839
17840 2004-07-19 [colin]      0.9.12cvs33.5
17841
17842         * src/action.c
17843                 Action output fix
17844                 Patch by Alfons
17845
17846 2004-07-19 [colin]      0.9.12cvs33.4
17847
17848         * src/compose.c
17849                 Fix outgoing charset bug in headers
17850         * src/codeconv.c
17851                 Clean for glib2 - Patch by Alfons
17852
17853 2004-07-19 [colin]      0.9.12cvs33.3
17854
17855         * src/statusbar.c
17856                 Remove grip from the statusbar
17857                 Patch by Alfons
17858
17859 2004-07-19 [colin]      0.9.12cvs33.2
17860
17861         * src/messageview.c
17862         * src/textview.c
17863                 Fix messageview remembering the previous
17864                 scroll position when loading a new message
17865                 Patch by Alfons
17866
17867 2004-07-19 [colin]      0.9.12cvs33.1
17868
17869         * src/folder.h
17870         * src/folderview.c
17871         * src/summaryview.c
17872                 Sync with HEAD
17873
17874 2004-07-18 [colin]      0.9.12cvs32.7
17875
17876         * configure.ac
17877                 Remove useless check for XIM - noticed
17878                 by Alfons
17879
17880 2004-07-18 [colin]      0.9.12cvs32.6
17881
17882         * src/summaryview.c
17883                 Remove non-modified and shift-modified
17884                 accelerators in summaryview's popup
17885                 menu, as that doesn't get catched by
17886                 the accel-activate signal catcher...
17887
17888 2004-07-18 [colin]      0.9.12cvs32.5
17889
17890         * src/prefs_common.c
17891                 Define sensible default prefs for 
17892                 wrapping
17893
17894 2004-07-18 [colin]      0.9.12cvs32.4
17895
17896         * src/compose.c
17897         * src/prefs_common.c
17898         * src/prefs_common.h
17899         * src/prefs_wrapping.c
17900                 Remove Smart Wrapping pref, which does
17901                 nothing on gtk2 branch
17902
17903 2004-07-18 [colin]      0.9.12cvs32.3
17904
17905         * src/sourcewindow.c
17906                 Proper utf8
17907
17908 2004-07-18 [colin]      0.9.12cvs32.2
17909
17910         * src/compose.c
17911                 Save attachment status when drafting
17912
17913 2004-07-18 [colin]      0.9.12cvs32.1
17914
17915         * src/gtk/filesel.c
17916                 Fix erratic folder selection in open mode
17917
17918 2004-07-18 [colin]      0.9.12cvs31.11
17919
17920         * src/pop.c
17921                 Don't let partial messages get deleted
17922                 even with "dowload all"
17923                 (0.9.12cvs31.8 fix extension)
17924 2004-07-18 [colin]      0.9.12cvs31.10
17925
17926         * src/gtk/logwindow.c
17927                 Fix log scrolling
17928
17929 2004-07-18 [colin]      0.9.12cvs31.9
17930
17931         * src/common/utils.c
17932                 Fix non-utf8 strings coming from commands
17933                 and files
17934
17935 2004-07-18 [colin]      0.9.12cvs31.8
17936
17937         * src/pop.c
17938                 Fix partial download bug with Download all
17939                 messages option
17940
17941 2004-07-18 [colin]      0.9.12cvs31.7
17942
17943         * src/textview.c
17944                 Fix bug introduced in 0.9.12cvs31.2
17945                 (blocked in select mode after double click)
17946
17947 2004-07-18 [colin]      0.9.12cvs31.6
17948
17949         * src/compose.c
17950         * src/gtk/menu.c
17951                 More glib-warning fixes
17952
17953 2004-07-18 [colin]      0.9.12cvs31.5
17954
17955         * src/compose.c
17956                 Fix trashing the primary clipboard when moving 
17957                 around with tab
17958         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17959
17960 2004-07-18 [colin]      0.9.12cvs31.4
17961
17962         * src/codeconv.c
17963                 convert unencoded iso headers to utf8
17964         (Fix Bug 538 Unencoded local characters in subject make it 
17965          disappear)
17966
17967 2004-07-18 [colin]      0.9.12cvs31.3
17968
17969         * src/compose.c
17970                 Fix tab char handling in wrapping
17971         (Fix Bug 537 Line wrap problem - TAB character treated as 
17972          one character instead of 8)
17973
17974 2004-07-18 [colin]      0.9.12cvs31.2
17975
17976         * src/textview.c
17977                 return FALSE on GDK_MOTION_NOTIFY
17978         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17979          (unable to highlight))
17980
17981 2004-07-18 [colin]      0.9.12cvs31.1
17982
17983         * src/folderview.c
17984                 Sync with 0.9.12cvs31
17985
17986 2004-07-18 [colin]      0.9.12cvs30.4
17987
17988         * src/compose.c
17989                 Also block text_inserted when inserting a file
17990
17991 2004-07-18 [colin]      0.9.12cvs30.3
17992
17993         * src/compose.c
17994                 Fix smart wrapping (block text_inserted handler
17995                 while putting quotation to avoid wrap on input,
17996                 don't join lines if next is sig separator)
17997
17998 2004-07-17 [colin]      0.9.12cvs30.2
17999
18000         * src/folderview.c
18001         * src/mainwindow.c
18002         * src/mimeview.c
18003         * src/summaryview.c
18004         * src/gtk/quicksearch.c
18005         * src/gtk/quicksearch.h
18006                 Block key events handlers *and* accels while
18007                 quicksearch is focused
18008         (Fixes Bug 534 quick-search bar not accepting certain letters)
18009
18010 2004-07-17 [colin]      0.9.12cvs30.1
18011
18012         * src/folder.h
18013         * src/folderview.c
18014         * src/summaryview.c
18015                 Sync with 0.9.12cvs30
18016
18017 2004-07-17 [colin]      0.9.12cvs28.2
18018
18019         * src/mimeview.c
18020         * src/procmime.c
18021         * src/summaryview.c
18022         * src/gtk/menu.c
18023                 Squash some compile and glib warnings
18024
18025 2004-07-17 [paul]       0.9.12cvs28.1
18026
18027         * src/mimeview.c
18028                 sync with 0.9.12cvs28 HEAD
18029
18030 2004-07-16 [paul]       0.9.12cvs26.1
18031         
18032         * src/gtk/quicksearch.c
18033         * src/account.c
18034         * src/account.h
18035         * src/compose.c
18036         * src/customheader.c
18037         * src/folder_item_prefs.c
18038         * src/main.c
18039         * src/mainwindow.c
18040         * src/messageview.c
18041         * src/mimeview.c
18042         * src/news.c
18043         * src/pgpmime.c
18044         * src/pop.c
18045         * src/pop.h
18046         * src/prefs_account.c
18047         * src/prefs_account.h
18048         * src/prefs_common.c
18049         * src/prefs_common.h
18050         * src/prefs_display_header.c
18051         * src/prefs_gtk.c
18052         * src/prefs_gtk.h
18053         * src/procheader.c
18054         * src/procmime.c
18055                 sync with 0.9.12cvs26 HEAD      
18056
18057 2004-07-15 [colin]      0.9.12cvs18.14
18058
18059         * src/folder.c
18060                 Disable GPG signature check during
18061                 folder move and scan
18062         (Closes Bug 521 Signature checking slows down Folder-Move)
18063
18064 2004-07-14 [colin]      0.9.12cvs18.13
18065
18066         * src/common/partial_download.c
18067                 update includes
18068
18069 2004-07-14 [colin]      0.9.12cvs18.12
18070
18071         * src/common/partial_download.c
18072         * src/common/partial_download.h
18073                 Move doc at top, add correct copyright
18074
18075 2004-07-14 [colin]      0.9.12cvs18.11
18076
18077         * src/folder.c
18078         * src/messageview.c
18079         * src/pop.c
18080         * src/pop.h
18081         * src/procmsg.c
18082         * src/summaryview.c
18083         * src/common/Makefile.am
18084         * src/common/partial_download.c ** NEW FILES **
18085         * src/common/partial_download.h ** NEW FILES **
18086                 Move partial-download related stuff to its
18087                 own file
18088
18089 2004-07-14 [colin]      0.9.12cvs18.10
18090
18091         * src/send_message.c
18092                 Fix smtp auth when user is null or empty
18093
18094 2004-07-13 [colin]      0.9.12cvs18.9
18095
18096         * src/gtk/quicksearch.c
18097                 Use alphabetic order
18098
18099 2004-07-13 [colin]      0.9.12cvs18.8
18100
18101         * src/pop.c
18102                 Be paranoid on the checks
18103
18104 2004-07-13 [colin]      0.9.12cvs18.7
18105
18106         * src/gtk/quicksearch.c
18107                 Fix Engrish once again
18108
18109 2004-07-13 [colin]      0.9.12cvs18.6
18110
18111         * src/procmsg.c
18112         * src/summaryview.c
18113                 Mark messages for deletion when they are about to
18114                 be removed from trash
18115
18116 2004-07-13 [colin]      0.9.12cvs18.5
18117
18118         * src/matcher.c
18119         * src/matcher.h
18120         * src/matcher_parser_parse.y
18121         * src/prefs_matcher.c
18122         * src/gtk/quicksearch.c
18123                 Add 'partial' ('p') match string to find partially
18124                 downloaded messages
18125
18126 2004-07-13 [colin]      0.9.12cvs18.4
18127
18128         * src/pop.c
18129                 Fix misplaced block
18130
18131 2004-07-13 [colin]      0.9.12cvs18.3
18132
18133         * src/pop.c
18134         * src/pop.h
18135         * src/messageview.c
18136                 Refactor API (to avoid passing 5+ params and code
18137                 duplication)
18138         * src/folder.c
18139         * src/msgcache.c
18140         * src/procheader.c
18141         * src/common/defs.h
18142                 Add planned_download to cache
18143                 Don't mess uidl file when moving partially downloaded
18144                 mails (they change folder, we should change it in the
18145                 uidl list too or we'll remove an incorrect message)
18146                 (this also helps removing hacks when changing 
18147                 planned_download in messageview.c)
18148
18149 2004-07-12 [colin]      0.9.12cvs18.2
18150
18151         * src/gtk/quicksearch.c
18152                 Fix missing status update in quicksearch
18153
18154 2004-07-12 [paul]       0.9.12cvs18.1
18155
18156         * po/POTFILES.in
18157         * src/Makefile.am
18158         * src/account.c
18159         * src/codeconv.c
18160         * src/compose.c
18161         * src/inc.c
18162         * src/main.c
18163         * src/prefs_common.c
18164         * src/procmsg.h
18165         * src/toolbar.c
18166         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18167         * src/prefs_wrapping.[ch]       ** NEW FILES **
18168         * src/common/intl.h
18169         * src/common/utils.[ch]
18170         * src/gtk/quicksearch.[ch]
18171                 sync with 0.9.12cvs18 HEAD
18172
18173 2004-07-12 [colin]      0.9.11cvs17.25
18174
18175         * src/folder.c
18176         * src/folder.h
18177                 Remove unused function added by me in 0.9.11cvs17.10
18178
18179 2004-07-11 [colin]      0.9.11cvs17.24
18180
18181         * src/inc.c
18182         * src/messageview.c
18183         * src/pop.c
18184         * src/pop.h
18185                 Use folderitem and msgnum instead of filename to
18186                 know which mail to delete
18187                 Move old partial mail deletion to pop.c
18188
18189 2004-07-10 [colin]      0.9.11cvs17.23
18190
18191         * src/inc.c
18192                 Add debug
18193         * src/pop.c
18194         * src/pop.h
18195                 Don't re-use same enums for unrelated stuff: it's 
18196                 completely misleading !
18197                 Document a bit
18198
18199 2004-07-09 [colin]      0.9.11cvs17.22
18200
18201         * src/inc.c
18202                 Remove folder-type check and do
18203                 more tests to be sure everything's
18204                 ok
18205         * src/messageview.c
18206                 Punctuation update, remove useless
18207                 code, fix two warnings
18208         * src/noticeview.c
18209                 Layout cleaning, reset 2nd button
18210                 when specifying one
18211
18212 2004-07-09 [colin]      0.9.11cvs17.21
18213
18214         * src/messageview.c
18215         * src/pop.c
18216         * src/pop.h
18217                 Allow user to change his mind
18218                 and postpone decision (by
18219                 unmarking the mail)
18220
18221 2004-07-09 [colin]      0.9.11cvs17.20
18222
18223         * src/messageview.c
18224                 Fix bug with delete state
18225         * src/pop.c
18226         * src/pop.h
18227                 Fix buffer leak (fread doesn't 
18228                 terminate buffers with \0)
18229                 Refactoring (remove magic 
18230                 numbers)
18231
18232 2004-07-09 [colin]      0.9.11cvs17.19
18233
18234         * src/pop.c
18235                 Don't log "Skipping message" if 
18236                 we're going to TOP it two lines
18237                 later
18238
18239 2004-07-09 [colin]      0.9.11cvs17.18
18240
18241         * src/messageview.c
18242                 Fix Engrish
18243
18244 2004-07-09 [colin]      0.9.11cvs17.17
18245
18246         * src/pop.c
18247                 strlen checking...
18248         * src/messageview.c
18249                 refactoring a bit
18250
18251 2004-07-08 [colin]      0.9.11cvs17.16
18252
18253         * src/noticeview.c
18254         * src/noticeview.h
18255                 Add an optional second button
18256         * src/messageview.c
18257         * src/pop.c
18258         * src/pop.h
18259                 Don't delete partially received mails after a certain
18260                 time; rather, let the user decide.
18261
18262 2004-07-08 [colin]      0.9.11cvs17.15
18263
18264         * src/common/smtp.h
18265                 Sync with HEAD
18266
18267 2004-07-08 [colin]      0.9.11cvs17.14
18268
18269         * src/messageview.c
18270         * src/common/smtp.c
18271                 Use to_human_readable() for sizes
18272
18273 2004-07-08 [colin]      0.9.11cvs17.13
18274
18275         * src/inc.c
18276         * src/messageview.c
18277         * src/pop.c
18278         * src/pop.h
18279         * src/procmsg.c
18280                 Fix partial-downloading issues:
18281                         catch unsupported TOP
18282                         don't delete partially downloaded mails before 5 days
18283                         don't update existing with non-MH folders; that'll
18284                         make dups, but it's better than trashing the folder
18285                         free new msginfo parts
18286                 Fix indentation ;-)
18287
18288 2004-07-08 [colin]      0.9.11cvs17.12
18289
18290         * src/common/smtp.c
18291         * src/common/smtp.h
18292                 Sync smtp size verification with HEAD
18293
18294 2004-07-08 [colin]      0.9.11cvs17.11
18295
18296         * src/summaryview.c
18297         * src/prefs_common.c
18298         * src/prefs_common.h
18299         * src/gtk/quicksearch.c
18300         * src/gtk/quicksearch.h
18301                 Sync sticky pref with HEAD
18302
18303 2004-07-08 [colin]      0.9.11cvs17.10
18304
18305         * src/folder.c [1.213.2.6]
18306         * src/folder.h [1.87.2.6]
18307         * src/inc.c [1.149.2.7]
18308         * src/messageview.c [1.94.2.8]
18309         * src/procheader.c [1.47.2.6]
18310         * src/procmsg.c [1.150.2.4]
18311         * src/procmsg.h [1.60.2.5]
18312         * src/pop.c [1.56.2.4]
18313         * src/pop.h [1.17.2.3]
18314                 Let too big messages get downloaded, but truncated
18315                 Add a button to download them completely
18316                 
18317 2004-07-06 [colin]      0.9.11cvs17.9
18318
18319         * src/gtk/quicksearch.c [1.1.2.3]
18320                 Add a Clear button
18321         * commitHelper
18322         * PATCHSETS
18323                 Add a script to help with cvs
18324
18325 2004-07-03 [colin]      0.9.11cvs17.8
18326
18327         * src/plugins/imageviewer/viewer.c
18328                 fix imageviewer (which was staying on the first
18329                 displayed image)
18330
18331 2004-07-03 [colin]      0.9.11cvs17.7
18332
18333         Removed FIXME_GTK2 warnings
18334         * src/gtk/gtkutils.c
18335                 useless #warnings
18336         * src/gtk/menu.c
18337                 useless #warnings (no need to mess with menu rc)
18338         * src/gtk/menu.h
18339                 unused functions
18340         
18341
18342 2004-07-03 [colin]      0.9.11cvs17.6
18343
18344         Removed FIXME_GTK2 warnings
18345         * src/codeconv.c
18346                 useless #warnings (rewrite needed)
18347         * src/compose.c
18348                 useless #warnings (rewrite needed)
18349                 useless #warnings (gtk2 is like that)
18350                 useless #warnings (previously fixed)
18351         * src/main.c
18352                 useless #warnings (previously fixed)
18353         * src/message_search.c
18354                 useless #warnings (gtk2 is like that)
18355                 Made apparent that search is case-sensitive
18356         * src/mimeview.c
18357                 useless #warnings (rewrite needed)
18358                 useless #warnings (gtk2 is like that)
18359                 reimplemented real warnings
18360         * src/prefs_common.c
18361                 Removed block cursor option (not it gtk2)
18362         * src/prefs_gtk.c
18363                 useless #warnings (rewrite needed)
18364         * src/procheader.c
18365                 useless #warnings (rewrite needed)
18366         * src/sourcewindow.c
18367                 useless #warnings (incorrect placing)
18368         * src/summary_search.c
18369                 useless #warnings (gtk2 is like that)
18370                 Made apparent that search is case-sensitive
18371         * src/action.c
18372                 useless #warnings (gtk2 is like that)
18373         * src/textview.c
18374                 useless #warnings (rewrite needed)
18375         * src/toolbar.c
18376                 useless #warnings (rewrite needed)
18377
18378 2004-07-03 [colin]      0.9.11cvs17.5
18379
18380         * src/textview.c
18381                 Fix mismerge which broke URI opening
18382                 
18383 2004-07-01 [colin]      0.9.11cvs17.4
18384
18385         * src/gtk/filesel.c
18386                 Fill filename when saving
18387                 
18388 2004-06-27 [colin]      0.9.11cvs17.3
18389
18390         * src/gtk/filesel.[ch]
18391                 Use the new GTK file selector
18392                 Update prototype to match the reality: multiple file
18393                 selection is open-only          
18394         * src/compose.c
18395                 Match the new prototypes        
18396         * configure.ac
18397                 Match the new requirements (gtk 2.4.0)
18398                         
18399 2004-06-26 [colin]      0.9.11cvs17.2
18400
18401         * src/plugins/trayicon/trayicon.c
18402                 Remove useless signal handler on resize, which causes
18403                 an infinite "loop"
18404         
18405 2004-06-26 [colin]      0.9.11cvs17.1
18406         
18407         * tools/Makefile.am
18408                 remove launch_firebird and add nautilus2sylpheed.sh
18409         * src/quicksearch.c
18410           src/summaryview.c
18411                 Fix show/hide "Extended symbols" button problem
18412                 Fix apparition at startup
18413                 Fix const warnings
18414         * src/plugins/image_viewer/Makefile.am
18415                 Fix configure 
18416         * common/ssl.c
18417                 Re-enable certificate check, as it doesn't seem to
18418                 cause Xlib errors anymore
18419
18420 2004-06-25 [paul]       0.9.11cvs17
18421
18422         * sync with 0.9.11cvs17 HEAD
18423         
18424         NOTE: QuickSearch is broken
18425
18426 2004-06-07 [colin]      0.9.10claws67.10
18427         * src/plugins/trayicon/trayicon.c
18428           src/plugins/trayicon/libeggtrayicon/Makefile.am
18429           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18430                 Fix gettextization in trayicon plugin
18431
18432 2004-06-07 [colin]      0.9.10claws67.9
18433         
18434         * src/summaryview.c
18435           src/gtk/gtksctree.[ch]
18436                 Let Shift+{Up,Down} work in summaryview
18437                 (well, Down "works" and Up works)
18438                 Let the list scroll when using these keys
18439
18440 2004-06-06 [colin]      0.9.10claws67.8
18441
18442         * src/plugins/trayicon/trayicon.c
18443                 Fix pixmap update
18444
18445 2004-06-06 [colin]      0.9.10claws67.7
18446
18447         * src/addressbook.c
18448                 Fix signal handling causing system-wide focus grab
18449
18450 2004-05-25 [paul]       0.9.10claws67.6
18451
18452         * Makefile.am
18453           src/Makefile.am
18454                 clean up
18455
18456 2004-05-25 [paul]       0.9.10claws67.5
18457
18458         * replace deprecated gtk_signal... functions
18459
18460 2004-05-23 [colin]      0.9.10claws67.4
18461
18462         * src/compose.c
18463                 Fix wrapping
18464
18465 2004-05-22 [colin]      0.9.10claws67.3
18466
18467         * src/compose.c
18468                 Re-fix [Edited] in compose.c::compose_reedit()
18469
18470 2004-05-22 [colin]      0.9.10claws67.2
18471
18472         * src/procmime.c
18473                 Fix parsing of multiparts mails
18474
18475 2004-05-22 [colin]      0.9.10claws67.1
18476
18477         * src/summaryview.c
18478                 Fix quicksearch
18479
18480 2004-05-22 [paul]       0.9.10claws67
18481
18482         * sync with 0.9.10claws67 HEAD
18483
18484 2004-05-14 [alfons]
18485
18486         * src/procmime.h
18487                 add forgotton prototype
18488
18489 2004-05-10 [paul]       0.9.10claws57
18490
18491         * sync with 0.9.10claws57 HEAD
18492
18493 2004-05-05 [paul]       0.9.9.claws1
18494
18495         * ChangeLog-gtk2        ** REMOVED **
18496           ChangeLog-gtk2.claws  ** ADDED **
18497                 rename and adopt the normal claws format
18498                 
18499         * configure.ac
18500                 require gtkmathview >= 0.5
18501
18502         * ac/*                          ** REMOVED **
18503           ac/                           ** REMOVED **
18504           intl/Makefile.in              ** REMOVED **
18505           m4/                           ** ADDED **
18506           m4/missing                    ** ADDED **
18507           m4/missing/gdk-pixbuf.m4      ** ADDED **
18508           m4/missing/gettext.m4         ** ADDED **
18509           m4/missing/gpgme.m4           ** ADDED **
18510           m4/missing/imlib.m4           ** ADDED **
18511           m4/.cvsignore                 ** ADDED **
18512           m4/Makefile.am                ** ADDED **
18513           m4/README                     ** ADDED **
18514           m4/aclocal-include.m4         ** ADDED **
18515           m4/aspell.m4                  ** ADDED **
18516           m4/check-type.m4              ** ADDED **
18517           m4/gnupg-check-typedef.m4     ** ADDED **
18518           m4/openssl.m4                 ** ADDED **
18519           m4/spamassassin.m4            ** ADDED **
18520           po/ChangeLog                  ** REMOVED **
18521           po/Makefile.in.in             ** REMOVED **
18522           po/Rules-quot                 ** REMOVED **
18523           po/boldquot.sed               ** REMOVED **
18524           po/en@boldquot.header         ** REMOVED **
18525           po/en@quot.header             ** REMOVED **
18526           po/insert-header.sin          ** REMOVED **
18527           po/quot.sed                   ** REMOVED **
18528           po/remove-potcdate.sed        ** REMOVED **
18529           po/remove-potcdate.sin        ** REMOVED **
18530           po/stamp-po                   ** REMOVED **
18531           Makefile.am
18532           autogen.sh
18533           configure.ac
18534                 enable building with automake 1.8.x
18535                 add 'autopoint --force' to autogen.sh and remove all
18536                 auto-generated files, remove ac/ directory and use
18537                 m4/ directory instead
18538                 
18539         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18540                 fix gettextization
18541
18542 2004-02-28 Colin Leroy <colin@colino.net>
18543         * src/prefs_matcher.c
18544           src/prefs_filtering.c
18545           src/prefs_filtering_action.c
18546                 Fix non-editable GtkEntries
18547
18548 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18549         * src/prefs_themes.c
18550                 utf8 conversion for theme info
18551
18552 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18553         * sync 0.9.9claws
18554
18555 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18556         * src/grouplistdialog.c
18557                 allow multiple selections without ctrl key
18558
18559 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18560         * src/main.c
18561                 enable customizable accelerators
18562
18563 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18564         * src/prefs_common.c
18565                 re-enable different font settings for gtk1/2
18566         * src/prefs_folder_item.c
18567                 fix folder prefs displayed wrong
18568         * src/textview.c
18569                 set 'sunken' shadow type
18570
18571 2004-02-07 Colin Leroy <colin@colino.net>
18572         * src/compose.c
18573                 Fix message being always [Edited]
18574                 Encode headers correctly (utf8 buf)
18575
18576 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18577         * src/socket.c
18578                 remove double g_source_attach()
18579                 (Thanks to Colin Leroy)
18580
18581 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18582         * src/gtk/gtksctree.c
18583                 Fix SSL certificate list not shown
18584         * src/mimeview.c
18585                 Fix clicks in mime tree
18586
18587 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18588         * src/common/socket.c
18589                 Fix SSL receive
18590         * src/compose.c
18591                 Fix clipboard menu hotkeys
18592
18593 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18594         * src/gtk/gtkaspell.[ch]
18595           src/compose.c
18596                 reimplement spellchecker
18597
18598 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18599         * src/gtk/filesel.c
18600                 crash when inserting file in compose window
18601                 (TODO: keep old selection on clicks)
18602         * src/main.c
18603                 use gtkrc-2.0 instead of gtkrc
18604
18605 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18606         * src/messageview.c
18607                 remove orphaned mimeview unref()
18608
18609 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18610         * src/grouplistdialog.c
18611                 expand nodes containing subscribed groups
18612
18613 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18614         * src/textview.c
18615                 textview: hide cursor, restore old click behaviour
18616
18617 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18618         * src/textview.c
18619                 variable names messed up
18620
18621 2004-01-17 Colin Leroy <colin@colino.net>
18622         * src/addr_compl.c
18623                 Fix completion address too thin
18624         * src/compose.c
18625                 Fix tab-to-subject behaviour
18626         * src/summaryview.c
18627                 Implement key up & down in summaryview
18628
18629 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18630
18631         * sync 098claws
18632
18633 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18634         * configure.ac
18635           Makefile.am
18636           doc/.cvsignore
18637           doc/Makefile.am
18638                 faq, man, manual moved to doc/
18639         * ac/aspell.m4
18640           ac/check-type.m4
18641           ac/gnupg-check-typedef.m4
18642           ac/openssl.m4
18643           ac/spamassassin.m4
18644           ac/missing/gdk-pixbuf.m4
18645           ac/missing/gpgme.m4
18646           ac/missing/imlib.m4
18647                 fix automake warnings
18648
18649 2003-12-06 Colin Leroy <colin@colino.net>
18650         * src/summaryview.c
18651                 Fix quicksearch
18652
18653 2003-12-05 Colin Leroy <colin@colino.net>
18654         * src/summaryview.c
18655                 Fix going to next unread folder
18656
18657 2003-12-05 Colin Leroy <colin@colino.net>
18658         * src/crash.c
18659                 Fix gtk2 compilation
18660         * src/session.c
18661                 Remove iotag source handler at disconnection
18662         * src/socket.[ch] 
18663                 Remove source handler when closing socket 
18664                 (fixes another seg)
18665
18666 2003-12-04 Colin Leroy <colin@colino.net>
18667         * src/compose.c
18668           src/prefs_account.c
18669           src/prefs_common.c
18670                 Fix some dropdown menus
18671
18672 2003-12-04 Colin Leroy <colin@colino.net>
18673         * src/compose.c
18674                 Fix event handlers on header fields
18675         * src/common/socket.c
18676           src/common/session.c
18677                 Fix segfault with callback (SSL)
18678                 Fix end of session 
18679
18680 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18681
18682         * Fix compile bug in src/compose.c
18683         * removed src/gtk/gtkstext.[ch]
18684
18685 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18686
18687         * Convert character set and escape "text" attributes in toolbar setting
18688         files.
18689         * Fixed bug in button-press-event handling.
18690
18691 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18692
18693         * Fixed bug in key-press-event handling.
18694
18695 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18696
18697         * Enabled to compile tray-icon plugin (Ad-hoc).
18698         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18699
18700 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18701
18702         * Enabled to compile on sylpheed-claws.
18703         (tray-icon plugin still cannot compile yet.)
18704
18705 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18706
18707         * Updated to 0.9.5.
18708
18709 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18710
18711         * Updated to 0.9.4.
18712         * Ported monitoring SSL mechanism to GSource of GLib2
18713         (I don't confirm it)
18714         * Added _gtk2 suffix to key name of font preference to avoid
18715         ovverwriting preference of Gtk+-1.2 version.
18716
18717 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18718
18719         * Updated to 0.9.2.
18720
18721 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18722
18723         * Updated to 0.9.1.
18724         * Translate po files into UTF-8 when execute autogen.sh.
18725
18726 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18727
18728         * Updated to 0.9.0.
18729
18730 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18731
18732         * Plugged GError related memory leaks.
18733
18734 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18735
18736         * Changed default size of fonts.
18737         * Enabled to set titile font size of warning dialog.
18738
18739 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18740
18741         * Embed a sylpheed icon into executable binary on Windows.
18742
18743 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18744
18745         * I forgot to traslate character set of element string in src/xml.c.
18746
18747 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18748
18749         * Fixed detecting bind_textdomain_codeset in configure.in.
18750         * The bug in which "Example" of "Date fromat" preference isn't displayed
18751         correctly has been fixed.
18752
18753 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18754
18755         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18756           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18757           glib-gettextize
18758           Removed intl directory.
18759           Translated po files into UTF-8.
18760           (Thanks! Ryuji Abe)
18761
18762 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18763
18764         * The bug which doesn't unscape string in xml.c has been fixed.
18765
18766 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18767
18768         * The bug which is failed to translate encoding of file name thorough
18769         file dialog has been fixed.
18770
18771 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18772
18773         * Modified to translate file names which is used in inporting/expoting
18774         mbox feature and "Save as" feature into locale encoding.
18775         * Translate file names into locale encoding when "Attache file" and
18776         "Insert file".
18777         * Force set G_BROKEN_FILENAMES environment variable.
18778         * Other minor fixes.
18779
18780 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18781
18782         * Modified to treat MH folder's name as locale encoding.
18783
18784 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18785
18786         * The bug which clash on switching candidates of auto completion of
18787         addresses, cannot use auto completion in Japanesse is fixed
18788         (Thanks! Tokunaga-san)¡¥
18789
18790 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18791
18792         * The bug which cannot switch key accelerator preference has been fixed
18793         (Thanks! smbd-san)¡¥
18794
18795 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18796
18797         * version 0.8.11-gtk2-20030314
18798
18799 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18800
18801         * The bug in which character set conversion of filtering messages has
18802         been fixed.(Thanks! COCOA-san).
18803
18804 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18805
18806         * Revived "Leave space on head" preference in "Message" category.
18807         * A bug which clash when put the cursor to end of buffer and execute
18808         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18809
18810 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18811
18812         * version 0.8.11-gtk2-20030312
18813
18814 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18815
18816         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18817         * Modified to use Pango's API directly for font preference.
18818         * Integrated GtkTextView of textview to one widget.
18819         * Set fonts of header title in textview by "header_title" tag.
18820         * Removed some deprecated codes.
18821
18822 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18823
18824         * Updated to 0.8.11.
18825         * Merged cygwin patch(Thanks! Sakai-san).
18826
18827 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18828
18829         * version 0.8.10-gtk2-20030309