3825a470f356057deb35096eec70813a6a49ee99
[claws.git] / ChangeLog
1 2006-09-28 [colin]      2.5.2cvs16
2
3         * src/folderview.c
4         * src/gtk/gtksctree.c
5         * src/gtk/gtksctree.h
6                 Make expanding not recursive in folderview
7
8 2006-09-28 [colin]      2.5.2cvs15
9
10         * src/addressbook.c
11                 If nothing is selected in the list (right part)
12                 and a group is selected in the tree (left part),
13                 mail this group.
14
15 2006-09-28 [colin]      2.5.2cvs14
16
17         * src/Makefile.am
18                 Actually use SM_LIBS
19
20 2006-09-28 [ticho]      2.5.2cvs13
21
22         * src/export.c
23         * src/messageview.c
24         * src/mimeview.c
25         * src/news.c
26         * src/pop.c
27         * src/prefs_themes.c
28         * src/procmsg.c
29                 Small i18n string optimization.
30         * src/send_message.c
31         * src/summaryview.c
32         * src/common/session.c
33         * src/common/smtp.c
34         * src/common/ssl_certificate.c
35         * src/common/utils.c
36                 Use "Couldn't" instead of "Can't" in UI messages,
37                 where appropriate.
38
39 2006-09-28 [colin]      2.5.2cvs12
40
41         * configure.ac
42                 Possibly fix link errors
43
44 2006-09-27 [wwp]        2.5.2cvs11
45
46         * src/gtk/authors.h
47         * doc/man/sylpheed-claws.1
48         * manual/ack.xml
49         * manual/es/ack.xml
50         * manual/fr/ack.xml
51         * manual/pl/ack.xml
52                 Updated authors info (me, myself and I).
53
54 2006-09-27 [colin]      2.5.2cvs10
55
56         * src/addressbook.c
57                 Remove useless printf
58
59 2006-09-27 [wwp]        2.5.2cvs9
60
61         * src/editgroup.c
62         * src/send_message.c
63         * src/inc.c
64         * src/prefs_common.c
65         * src/prefs_common.h
66         * src/gtk/progressdialog.c
67                 remember more windows' sizes (send dialog, received dialog,
68                 edit group in addressbook).
69
70 2006-09-27 [colin]      2.5.2cvs8
71
72         * configure.ac
73         * src/main.c
74         * src/mainwindow.h
75                 Use libSM to communicate with the session
76                 manager, so that we can know when the 
77                 session ends, save our caches, and draft
78                 our compose windows.
79
80 2006-09-27 [colin]      2.5.2cvs7
81
82         * src/addressbook.c
83                 Fix issues:
84                 o Allow Book and Group creation from the tree's
85                   contextual menu
86                 o Do not actually delete the contacts when 
87                   deleting groups from the tree (duh!)
88
89 2006-09-27 [colin]      2.5.2cvs6
90
91         * src/compose.c
92         * src/compose.h
93         * src/mainwindow.c
94         * src/textview.c
95         * src/toolbar.c
96                 o Allow passing an email address to 
97                   compose_new_with_folderitem
98                 o Update callers
99                 o Use current folderitem when clicking
100                   on a TextView mailto: link
101                 o Fix a possible leak in TextView
102
103 2006-09-27 [colin]      2.5.2cvs5
104
105         * src/html.c
106                 Use UTF-8 chars to replace HTML entities
107
108 2006-09-27 [colin]      2.5.2cvs4
109
110         * AUTHORS
111         * src/prefs_account.c
112         * src/gtk/authors.h
113                 Fix bug #1024 (Array index out of
114                 range in sylpheed-claws-2.5.2)
115                 Patch by Ales Nosek <anosek@suse.cz>
116
117 2006-09-27 [colin]      2.5.2cvs3
118
119         * src/addr_compl.c
120                 Actually do the test
121
122 2006-09-27 [colin]      2.5.2cvs2
123
124         * src/addr_compl.c
125         * src/addr_compl.h
126                 Allow completing with comma (in certain cases: vCalendar
127                 for example doesn't support that)
128                 Patch by Fabien Vantard
129
130 2006-09-26 [colin]      2.5.2cvs1
131
132         * src/Makefile.am
133         * src/addr_compl.c
134         * src/addr_compl.h
135         * src/addrbook.c
136         * src/addrbook.h
137         * src/addressbook.c
138         * src/addrindex.c
139         * src/addrindex.h
140         * src/compose.c
141         * src/prefs_common.c
142         * src/prefs_filtering_action.c
143         * src/prefs_folder_item.c
144         * src/prefs_template.c
145         * src/stock_pixmap.c
146         * src/stock_pixmap.h
147         * src/pixmaps/addr_one.xpm
148         * src/pixmaps/addr_two.xpm
149                 Add auto-completion on groups
150
151 2006-09-26 [colin]      2.5.2
152
153         * NEWS
154         * README
155         * RELEASE_NOTES
156                 2.5.2 released
157
158 2006-09-26 [colin]      2.5.1cvs5
159
160         * src/matcher.c
161                 Fix condition
162
163 2006-09-26 [colin]      2.5.1cvs4
164
165         * src/mbox.c
166                 Revert cvs1 (useless as the message is printed 
167                 every 500 mails)
168
169 2006-09-26 [colin]      2.5.1cvs3
170
171         * src/partial_download.c
172                 Fix crasher found by Alexsandar Urosevic
173
174 2006-09-26 [colin]      2.5.1cvs2
175
176         * src/summaryview.c
177                 Fix bug #1023 (Sylpheed deletes too much messages)
178
179 2006-09-26 [ticho]      2.5.1cvs1
180
181         * src/mbox.c
182                 Make use of gettext's multiple plurals for statusbar
183                 progress message.
184
185 2006-09-25 [paul]       2.5.1
186
187         * NEWS
188         * README
189         * RELEASE_NOTES
190                 2.5.1 released
191
192 2006-09-25 [colin]      2.5.0cvs3
193
194         * src/plugins/bogofilter/bogofilter.c
195         * src/plugins/clamav/clamav_plugin.c
196         * src/plugins/spamassassin/spamassassin.c
197                 BogoFilter, Spamassassin: Fix double hook registering after
198                 visiting preferences
199                 Spamassassin, Clamav: Just set the mails to move instead of
200                 doing the move - caller will move the things at once.
201
202 2006-09-25 [colin]      2.5.0cvs2
203
204         * src/imap.c
205         * src/etpan/imap-thread.c
206                 Use UID SEARCH ALL instead of UID 1:*
207                 (braindead servers can't figure out that's
208                 the same...)
209
210 2006-09-25 [wwp]        2.5.0cvs1
211
212         * src/message_search.c
213                 Added the ability to stop a running search (in message body).
214
215 2006-09-25 [paul]       2.5.0
216
217         * NEWS
218         * README
219         * RELEASE_NOTES
220                 2.5.0 released
221
222 2006-09-25 [paul]       2.4.0cvs214
223
224         * po/cs.po
225         * po/de.po
226         * po/fi.po
227         * po/fr.po
228         * po/nl.po
229         * po/pt_BR.po
230         * po/sk.po
231         * po/sr.po
232         * po/zh_CN.po
233                 updated by Tim, Stephan Sachse, Flammie Pirinen,
234                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
235                 Ticho, Aleksander Urosevic, Ralgh Young
236
237 2006-09-24 [mones]      2.4.0cvs213
238
239         * po/es.po
240                 Updated for release
241
242 2006-09-23 [colin]      2.4.0cvs212
243
244         * src/gtk/inputdialog.c
245                 Fix [ ] remember this appearing in normal
246                 input dialogs after it's been used by
247                 mimeview.
248         * src/folder.c
249         * src/folderview.c
250         * src/msgcache.c
251         * src/procmsg.c
252         * src/summaryview.c
253         * src/textview.c
254         * src/common/timing.h
255                 Enable timings in debug mode and make it
256                 look prettier.
257
258 2006-09-22 [colin]      2.4.0cvs211
259
260         * README
261                 Revert test change
262         * commitHelper
263                 ping the correct URI
264
265 2006-09-22 [colin]      2.4.0cvs210
266
267         * README
268                 Let's see if bug #1022 is fixed
269
270 2006-09-21 [colin]      2.4.0cvs209
271
272         * src/wizard.c
273         * src/common/plugin.c
274                 Prepare infra to load predefined plugins when
275                 no configuration existed. Don't actually load
276                 anything yet (feat. freeze)
277
278 2006-09-21 [wwp]        2.4.0cvs208
279
280         * manual/fr/faq.xml
281                 Partial sync w/ 2.4.0cvs72:
282                 wrap file and minor updates.
283
284 2006-09-21 [wwp]        2.4.0cvs207
285
286         * tools/fix_date.sh
287                 several fixes and enhancements. A new --force switch has been
288                 added to prevent overriding by default Date: header when
289                 already existing.
290
291 2006-09-21 [paul]       2.4.0cvs206
292
293         * src/common/utils.c
294                 add Chinese UTF8 Re prefix
295
296 2006-09-21 [wwp]        2.4.0cvs205
297
298         * tools/Makefile.am
299                 Fics alfabettical order.
300
301 2006-09-21 [wwp]        2.4.0cvs204
302
303         * tools/fix_date.sh
304         * tools/Makefile.am
305                 Added an action tool to fix missing Date field in emails.
306                 Updated Makefile.am to reflect those last two additions.
307
308 2006-09-21 [wwp]        2.4.0cvs203
309
310         * tools/uuooffice
311                 Added a action tool to open uuencoded docs w/
312                 OpenOffice (based on uudec method).
313
314 2006-09-21 [colin]      2.4.0cvs202
315
316         * src/compose.c
317         * src/textview.c
318                 Workaround possible GTK crash: remove selection 
319                 clipboard before destroying widget, or GTK+-2.10
320                 dies. Thanks to Hiro.
321
322 2006-09-20 [colin]      2.4.0cvs201
323
324         * src/compose.c
325                 Fix free-after-use in some cases (when 
326                 procmime_encode_content() frees mimeinfo->data.mem
327                 and turns it to a temp file)
328
329 2006-09-20 [colin]      2.4.0cvs200
330
331         * src/folderview.c
332         * src/summaryview.c
333         * src/gtk/gtksctree.c
334         * src/gtk/gtksctree.h
335                 Add tooltips in the folderview and summaryview
336                 (Doesn't break string freeze as they already
337                 exist)
338         * src/toolbar.c
339                 Put the spam button in the default configuration
340                 if compiled with bogo plugin too
341
342 2006-09-19 [colin]      2.4.0cvs199
343
344         * src/summaryview.c
345         * src/summaryview.h
346                 Update folder name label on folder rename
347         * src/prefs_matcher.c
348         * src/gtk/logwindow.h
349                 Fix warnings
350                 Patches by Fabien
351
352 2006-09-19 [wwp]        2.4.0cvs198
353
354         * src/summary_search.c
355                 fix can't click forward/backward buttons in the
356                 search messages.
357
358 2006-09-18 [paul]       2.4.0cvs197
359
360         * src/wizard.c
361                 add missing bracket, capitalise the A of
362                 'SpamAssassin'
363
364 2006-09-18 [paul]       2.4.0cvs196
365
366         * src/compose.c
367                 fix bug 1012 'crashed upon sending mail
368                 from compose window'
369                 Thanks to Colin
370
371 2006-09-16 [colin]      2.4.0cvs195
372
373         * src/folderview.c
374                 Fix "real-time" sorting by freezing/thawing
375
376 2006-09-16 [colin]      2.4.0cvs194
377
378         * manual/faq.xml
379                 Fix the anti-spam entry a bit
380
381 2006-09-16 [colin]      2.4.0cvs193
382
383         * src/wizard.c
384                 Make sure reviewers have no excuse when stating
385                 Sylpheed-Claws doesn't have antispam capabilities.
386
387 2006-09-16 [colin]      2.4.0cvs192
388
389         * src/main.c
390                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
391                 as if the SIGPIPE comes from etpan's thread we could
392                 trigger a GUI update from this thread.
393
394 2006-09-16 [colin]      2.4.0cvs191
395
396         * src/summaryview.c
397                 Init all members of the struct
398
399 2006-09-16 [paul]       2.4.0cvs190
400
401         * src/account.c
402                 improvements to the English
403
404 2006-09-15 [colin]      2.4.0cvs189
405
406         * src/summaryview.c
407                 HIG order on dialog
408
409 2006-09-14 [colin]      2.4.0cvs188
410
411         * src/common/socket.c
412         * src/common/socket.h
413         * src/common/ssl.c
414         * src/common/ssl_certificate.c
415         * src/common/ssl_certificate.h
416         * src/etpan/imap-thread.c
417                 the get_fqdn() call done to get canonical name when
418                 checking an SSL certificate is blocking, which is
419                 sad as we just did a non-blocking lookup to connect.
420                 Fix that by letting the fqdn available to the SockInfo,
421                 and use that in ssl_certificate_check(). For IMAP,
422                 we don't do it as the lookup's done by libetpan, but
423                 it's less annoying as IMAP connections as much more
424                 rare than POP3 connections.
425
426 2006-09-14 [paul]       2.4.0cvs187
427
428         * manual/advanced.xml
429                 improvements to the English,
430                 properly place the new hidden options
431                 within the alphabetical order
432         * src/gtk/pluginwindow.c
433                 improvements to the English
434
435 2006-09-14 [colin]      2.4.0cvs186
436
437         * src/prefs_common.c
438         * src/prefs_common.h
439         * src/gtk/gtksctree.c
440         * manual/advanced.xml
441                 New hidden pref, stripes_color_offset, to change
442                 the value added/substracted to normal bgcolor to
443                 create the stripes in summaries
444
445 2006-09-13 [colin]      2.4.0cvs185
446
447         * src/gedit-print.c
448         * src/messageview.c
449         * src/messageview.h
450         * src/summaryview.c
451         * src/textview.c
452                 Fix misc. printing issues: 
453                 - Bad font for linkified headers
454                 - Different font if the mail was displayed or not
455                 - Factorize the thing
456
457 2006-09-13 [colin]      2.4.0cvs184
458
459         * src/common/ssl_certificate.c
460                 Only get FQDN once when checking certificate
461
462 2006-09-13 [colin]      2.4.0cvs183
463
464         * src/account.c
465         * src/gtk/pluginwindow.c
466                 Misc. GUI fixes by Fabien
467
468 2006-09-13 [wwp]        2.4.0cvs182
469
470         * configure.ac
471         * src/common/utils.h
472         * src/common/utils.c
473                 get rid of unused wide-char functions.
474
475 2006-09-13 [wwp]        2.4.0cvs181
476
477         * src/plugins/pgpinline/sylpheed.def
478         * src/textview.c
479                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
480                 add privacy_reset_error to the .def file,
481                 do not fork for an external textviewer.
482
483 2006-09-13 [wwp]        2.4.0cvs180
484
485         * src/prefs_common.c
486                 fix broken font entry in prefs (patch issued by the gpg4win team,
487                 probably by Marcus Brinkmann <marcus@g10code.de>).
488
489 2006-09-13 [colin]      2.4.0cvs179
490
491         * src/folder.h
492                 Fix a warning in summaryview.c
493         * src/mainwindow.c
494         * src/summaryview.c
495         * src/summaryview.h
496                 Add missing Mark/* elements in the
497                 main menu
498
499 2006-09-12 [colin]      2.4.0cvs178
500
501         * src/prefs_actions.c
502         * src/prefs_filtering_action.c
503         * src/prefs_matcher.c
504                 Use (New) instead of New everywhere
505
506 2006-09-12 [wwp]        2.4.0cvs177
507
508         * manual/fr/addrbook.xml
509         * manual/fr/handling.xml
510                 updated some quotes in the fr manual to match the fr translation.
511
512 2006-09-12 [wwp]        2.4.0cvs176
513
514         * src/prefs_matcher.c
515                 don't store translated string elements in matcher expressions.
516                 Also fixed a misused of Q_().
517
518 2006-09-11 [wwp]        2.4.0cvs175
519
520         * src/plugins//bogofilter/bogofilter.c
521         * src/plugins//clamav/clamav_plugin.c
522         * src/plugins//demo/demo.c
523         * src/plugins//dillo_viewer/dillo_viewer.c
524         * src/plugins//pgpcore/plugin.c
525         * src/plugins//pgpinline/plugin.c
526         * src/plugins//pgpmime/plugin.c
527         * src/plugins//spamassassin/spamassassin.c
528                 gettext-ize more strings (mostly plugin error messages).
529
530 2006-09-11 [colin]      2.4.0cvs174
531
532         * src/alertpanel.c
533                 Make maximum buffer size bigger to avoid
534                 truncating translated messages. Patch by
535                 Fabien
536
537 2006-09-11 [colin]      2.4.0cvs173
538
539         * src/etpan/imap-thread.c
540                 Fix compilation on OpenBSD, thanks to 
541                 Landry
542
543 2006-09-10 [wwp]        2.4.0cvs172
544
545         * manual/account.xml
546         * manual/addrbook.xml
547         * manual/handling.xml
548         * manual/es/handling.xml
549         * manual/fr/account.xml
550         * manual/fr/addrbook.xml
551         * manual/fr/handling.xml
552                 documented addressbook matching (condition configuration):
553                   addrbook.xml, en fr
554                 documented per-account filtering rules (handling/filtering
555                   section, account section):
556                   account.xml, handling.xml, en fr
557                 slightly updated the handling/searching section to tell few
558                   words about the extended search ability:
559                   handling.xml, en fr
560                 added missing <quote></quotes> to Quick Search:
561                   handling.xml, en fr es
562                 fixed a typo (auomatically):
563                   handling.xml, en
564                 changes revisited by Paul.
565
566 2006-09-10 [paul]       2.4.0cvs171
567
568         * src/prefs_actions.c
569         * src/prefs_filtering.c
570         * src/prefs_template.c
571                 adjustments to the gui
572                 Patch by Fabien Vantard (slightly modified)
573
574 2006-09-10 [colin]      2.4.0cvs170
575
576         * src/summaryview.c
577                 Check folderitem/summaryview consistency
578                 (basically automates Update summary). Fixes
579                 #1011 (wrong (negative) count on unread 
580                 messages)
581
582 2006-09-10 [colin]      2.4.0cvs169
583
584         * src/gtk/gtksctree.c
585                 Fix recursive expansion via mouse
586         * src/plugins/bogofilter/bogofilter.c
587                 Use normal filtering way of moving
588                 messages (batching), possibly fixing
589                 bug #1015 (Bogofilter plugin doubles 
590                 new messages)
591
592 2006-09-09 [wwp]        2.4.0cvs168
593
594         * src/prefs_filtering.c
595                 better place for this fix.
596
597 2006-09-09 [wwp]        2.4.0cvs167
598
599         * src/prefs_filtering.c
600                 fix a minor bug when the enabled status of a filtering/processing
601                 rule always got set to TRUE when replacing this rule. That still
602                 make sense when adding a new rule, but now when replacing, we
603                 don't override the value of 'enabled'.
604                 Also renamed the func prefs_filtering_list_view_get_rule_name()
605                 to prefs_filtering_list_view_get_info() as this function not only
606                 returns the name, but also the account_id and the enabled status.
607
608 2006-09-09 [mones]      2.4.0cvs166
609
610         * manual/glossary.xml
611         * manual/plugins.xml
612                 Minor format corrections
613         * manual/gpl.xml
614                 Fix misplaced NO WARRANTY section
615         * manual/es/advanced.xml
616         * manual/es/faq.xml
617         * manual/es/glossary.xml
618         * manual/es/gpl.xml
619         * manual/es/handling.xml
620         * manual/es/plugins.xml
621         * manual/es/starting.xml
622                 Incorporate changes from English version
623         * manual/fr/ack.xml
624         * manual/pl/ack.xml
625         * manual/es/ack.xml
626                 Fix address, (add translation credits in es version)
627         * po/es.po
628                 Updated translation
629
630 2006-09-09 [wwp]        2.4.0cvs165
631
632         * src/prefs_filtering.c
633                 fix a crash when opening filtering prefs, if matcherrc file contains
634                 broken data (non-existing account id, which is theoretically not
635                 possible).
636
637 2006-09-08 [colin]      2.4.0cvs164
638
639         * src/folder.c
640                 Wrong assert, make it an if()
641         * src/gtk/gtksctree.c
642                 Fix bug #1013 (expand selected thread 
643                 tree) - expanding is now recursive
644
645 2006-09-07 [wwp]        2.4.0cvs163
646
647         * src/prefs_matcher.c
648                 make better sentences about addressbook matching in the
649                 matcher prefs. This should make translators' work easier
650                 too.
651
652 2006-09-07 [wwp]        2.4.0cvs162
653
654         * src/prefs_filtering.c
655                 code simplification (get rid of dup var. assignment).
656
657 2006-09-07 [wwp]        2.4.0cvs161
658
659         * src/summaryview.c
660                 use GTK_STOCK icons when possible, patch by Fabien Vantard
661                 <fzzzzz@gmail.com>.
662
663 2006-09-07 [paul]       2.4.0cvs160
664
665         * src/mimeview.c
666                 fix compilation warnings
667                 Thanks to Colin
668
669 2006-09-07 [paul]       2.4.0cvs159
670
671         * src/mimeview.c
672                 select the mimepart icon when
673                 displaying as text
674                 Thanks to Colin
675
676 2006-09-06 [paul]       2.4.0cvs158
677
678         * src/prefs_filtering.c
679                 fix labels and table element spacing
680                 Patch by Fabien Vantard
681
682 2006-09-06 [paul]
683
684         2.5.0-rc3 released
685
686 2006-09-06 [paul]       2.4.0cvs157
687
688         * manual/es/advanced.xml
689                 fix typo
690
691 2006-09-06 [wwp]        2.4.0cvs156
692
693         * src/mainwindow.c
694                 fix an dup launch issue when iconified, thanks to Colin.
695
696 2006-09-06 [wwp]        2.4.0cvs155
697
698         * src/gtk//gtksctree.h
699                 oops, forgot that one!
700
701 2006-09-06 [wwp]        2.4.0cvs154
702
703         * manual/pl/advanced.xml
704         * manual/advanced.xml
705         * manual/es/advanced.xml
706         * manual/fr/advanced.xml
707         * src/prefs_customheader.c
708         * src/prefs_filtering_action.c
709         * src/foldersel.c
710         * src/prefs_summaries.c
711         * src/prefs_filtering.c
712         * src/account.c
713         * src/compose.c
714         * src/prefs_summary_column.c
715         * src/addr_compl.c
716         * src/prefs_actions.c
717         * src/prefs_folder_column.c
718         * src/ssl_manager.c
719         * src/prefs_template.c
720         * src/prefs_display_header.c
721         * src/prefs_common.h
722         * src/prefs_matcher.c
723         * src/prefs_common.c
724         * src/prefs_toolbar.c
725         * src/summaryview.c
726         * src/folderview.c
727         * src/gtk/gtksctree.c
728         * src/gtk/pluginwindow.c
729         * src/gtk/progressdialog.c
730         * src/gtk/prefswindow.c
731                 renamed hidden option enable_rules_hint to use_stripes_everywhere
732                 to make its meaning more obvious (all versions of the manual reflect
733                 the change).
734                 added an extra hidden option use_stripes_in_summary to allow
735                 discarding these stripes in mainwindow's folder and message lists;
736                 en and fr manuals only are OK towards this.
737
738 2006-09-06 [colin]      2.4.0cvs153
739
740         * src/textview.c
741                 Hide Sylpheed-Claws' internal queue headers
742                 when showing all headers. They'll be present
743                 only in Source window.
744
745 2006-09-05 [colin]      2.4.0cvs152
746
747         * src/plugins/trayicon/trayicon.c
748                 Fix crash at exit - we have to disconnect
749                 our handlers
750         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
751                 Update eggtrayicon - patch adapted from a
752                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
753                 on Sylpheed's ML
754
755 2006-09-05 [colin]      2.4.0cvs151
756
757         * src/mainwindow.c
758         * src/gtk/logwindow.c
759                 Fix race condition when something writes
760                 to the log too soon during init. Thanks
761                 to Fabien Vantard
762
763 2006-09-05 [colin]      2.4.0cvs150
764
765         * src/mimeview.c
766                 Don't select part on right-click either
767
768 2006-09-05 [paul]       2.4.0cvs149
769
770         * src/mimeview.c
771                 completion of previous commit
772                 Thanks to Colin
773
774 2006-09-05 [colin]      2.4.0cvs148
775
776         * src/mimeview.c
777                 Don't force selection on middle-click, just open
778
779 2006-09-04 [colin]      2.4.0cvs147
780
781         * src/mimeview.c
782                 Looks like gtk_notebook_set_current_page()
783                 sometimes steals focus, and this annoys us
784                 in MimeViewers as it renders navigation
785                 keys useless. Take back focus after switching
786                 pages.
787
788 2006-09-04 [colin]      2.4.0cvs146
789
790         * src/messageview.c
791                 Set stop_loading when clicking on Next
792                 during load. Don't add a callback to 
793                 avoid over-complicating things.
794
795 2006-09-04 [colin]      2.4.0cvs145
796
797         * src/mimeview.c
798         * src/messageview.c
799                 Fix multiple loads in separate messageview
800
801 2006-09-04 [colin]      2.4.0cvs144
802
803         * src/summaryview.c
804                 Let navigation keys be handled during 
805                 load
806
807 2006-09-04 [colin]      2.4.0cvs143
808
809         * src/messageview.c
810         * src/summaryview.c
811         * src/textview.c
812         * src/textview.h
813                 Make loading of huge mails (lots of text and/or
814                 images) cancellable, so the GUI doesn't block 
815
816 2006-09-04 [colin]      2.4.0cvs142
817
818         * src/plugins/trayicon/trayicon.c
819                 Fix annoyance when removing a folder with 
820                 unread mails: trayicon didn't update
821
822 2006-09-04 [paul]       2.4.0cvs141
823
824         * src/gtk/icon_legend.c
825                 straighten up columns
826                 Patch by Fabien Vantard
827
828 2006-09-04 [wwp]        2.4.0cvs140
829
830         * src/prefs_filtering.c
831                 fix new line's account name in filtering prefs:
832                 was "All", is now "(New)".
833
834 2006-09-04 [paul]       2.4.0cvs139
835
836         * tools/make.themes.project
837                 use "AUTOMAKE_OPTIONS = dist-bzip2"
838                 instead of homebrewed "make release"
839
840 2006-09-03 [colin]      2.4.0cvs138
841
842         * src/folderview.c
843                 Fix bug #1007 (Wrong folder highlighted)
844
845 2006-09-03 [colin]      2.4.0cvs137
846
847         * src/compose.c
848                 Don't set Newsgroup: header to a mail folder
849                 path
850
851 2006-09-03 [paul]       2.4.0cvs136
852
853         * src/prefs_other.c
854         * src/prefs_spelling.c
855                 unify the gui
856
857 2006-09-03 [paul]       2.4.0cvs135
858
859         * src/prefs_summaries.c
860                 correct menu item text in prefs_keybind_apply_clicked()
861
862 2006-09-03 [paul]       2.4.0cvs134
863
864         * manual/advanced.xml
865                 some improvements to the descriptions
866         * src/mainwindow.c
867         * src/messageview.c
868         * src/summaryview.c
869         * src/gtk/menu.c
870                 fix menu sensitivity issues
871         * src/prefs_message.c
872                 drop the useless word 'short'
873         * src/prefs_other.c
874                 add the word 'lines' indicating log length
875                 is a measure of lines
876         * src/textview.c
877                 fix compilation warnings
878
879 2006-09-02 [colin]      2.4.0cvs133
880
881         * src/messageview.c
882                 Display a special return-receipt message
883                 if the message is from the user
884         * src/summaryview.c
885                 Fix missing freeze of the list when marking
886                 all read and unthreading for exec. Thanks
887                 to Stephan Sachse.
888
889 2006-09-02 [paul]       2.4.0cvs132
890
891         * src/mainwindow.c
892         * src/prefs_message.c
893         * src/summaryview.c
894                 fix some english
895
896 2006-09-02 [wwp]        2.4.0cvs131
897
898         * src/prefs_filtering.c
899                 added an account name column to the filtering rules
900                 dialog.
901
902 2006-09-02 [colin]      2.4.0cvs130
903
904         * src/gtk/logwindow.c
905         * src/gtk/logwindow.h
906                 Block scrolling if we're not at the end
907                 of the log
908
909 2006-09-02 [colin]      2.4.0cvs129
910
911         * src/folder.c
912                 Make sure account-specific rules can't
913                 be used in {pre-,post-,}processing
914         * src/mainwindow.c
915         * src/gtk/logwindow.c
916         * src/gtk/logwindow.h
917                 Jump to last error when clicking on the
918                 warning icon
919
920 2006-09-02 [colin]      2.4.0cvs128
921
922         * src/imap.c
923         * src/import.c
924         * src/mainwindow.c
925         * src/mainwindow.h
926                 Fix warning icon
927         * src/inc.c
928         * src/mbox.c
929         * src/mbox.h
930                 Let proc_mbox know its account, for
931                 account-specific rules
932
933 2006-09-01 [colin]      2.4.0cvs127
934
935         * src/codeconv.c
936                 Don't uselessly use iconv to convert from
937                 us-ascii
938         * src/alertpanel.c
939         * src/mainwindow.c
940         * src/mainwindow.h
941         * src/inc.c
942                 Fix certain log cases, disable warning icon
943                 for now, the correct way to display it when
944                 necessary and only when necessary is probably
945                 to do it manually rather than use error logs
946         * src/etpan/imap-thread.c
947                 Clean up UID logging a bit
948         * src/gtk/logwindow.c
949         * src/gtk/logwindow.h
950                 Make logging faster when the window's closed
951
952 2006-09-01 [wwp]        2.4.0cvs126
953
954         * manual/fr/account.xml
955                 reflect changes to the ref. manual (parts of cvs72):
956                 fix tabnames and quotes.
957
958 2006-09-01 [wwp]        2.4.0cvs125
959
960         * manual/fr/plugins.xml
961                 reflect changes to the reference manual (cvs42):
962                 update IRC channel info.
963
964 2006-09-01 [wwp]        2.4.0cvs124
965
966         * commitHelper
967                 use CVSEDITOR env. var. if set, according to `man cvs`.
968
969 2006-09-01 [wwp]        2.4.0cvs123
970
971         * manual/advanced.xml
972                 better sentence again (thanks to Paul).
973
974 2006-09-01 [wwp]        2.4.0cvs122
975
976         * manual/advanced.xml
977         fix definition of toolbar_detachable and rework a bit the one of
978         enable_dotted_lines.
979
980 2006-09-01 [mones]      2.4.0cvs121
981
982         * manual/advanced.xml
983                 Document enable_dotted_lines
984
985 2006-09-01 [paul]       2.4.0cvs120
986
987         * src/folderview.c
988         * src/folderview.h
989         * src/imap.c
990         * src/mainwindow.c
991         * src/summaryview.c
992                 obey the 'When entering folder...' option
993                 when using the /View/Go to/... menu items
994                 Thanks to Colin
995
996 2006-08-31 [colin]      2.4.0cvs119
997
998         * src/folderview.c
999                 Revert 2.4.0cvs116, wrong fix.
1000
1001 2006-08-31 [colin]      2.4.0cvs118
1002
1003         * src/gtk/gtksctree.c
1004                 Better state the various copyrights
1005
1006 2006-08-31 [colin]      2.4.0cvs117
1007
1008         * src/prefs_common.c
1009                 fix enable_dotted_lines
1010
1011 2006-08-31 [colin]      2.4.0cvs116
1012
1013         * src/folderview.c
1014                 Use pref "Always open on select" when going
1015                 to next unread folder
1016         * src/gtk/gtksctree.c
1017                 Fix link failure to _gtk_clist_create_cell_layout
1018                 on certain computers. (Why not mine, I wonder)
1019
1020 2006-08-31 [colin]      2.4.0cvs115
1021
1022         * src/procmsg.c
1023         * src/textview.c
1024         * src/plugins/bogofilter/bogofilter.c
1025         * src/plugins/spamassassin/spamassassin.c
1026                 Requalify some "errors" to warnings
1027         * src/mainwindow.c
1028         * src/mainwindow.h
1029         * src/statusbar.c
1030                 Add an icon in the statusbar to notify
1031                 of errors
1032         * src/gtk/gtksctree.c
1033         * src/folderview.c
1034         * src/summaryview.c
1035                 Make the GtkSCTree look more modern by
1036                 alternating background lines
1037         * src/prefs_common.c
1038         * src/prefs_common.h
1039                 Add a pref to let people have the old
1040                 way if they prefer
1041
1042
1043 2006-08-30 [colin]      2.4.0cvs114
1044
1045         * src/procmsg.c
1046         * src/procmsg.h
1047                 Provide a way to filter a list of
1048                 messages in an optimised manner, and
1049                 add a list-filtering hook
1050         * src/folder.c
1051         * src/inc.c
1052         * src/mbox.c
1053                 Use the list filtering
1054         * src/plugins/bogofilter/bogofilter.c
1055                 Use the list-filtering hook
1056                 Use -b (bulk) mode for more speed
1057                 when learning and filtering
1058         * src/etpan/imap-thread.c
1059                 Make log output shorter in UID SEARCH
1060
1061
1062 2006-08-30 [colin]      2.4.0cvs113
1063
1064         * src/plugins/bogofilter/bogofilter.c
1065                 Really fast mass learning - thanks to David
1066                 Relson for the options explanations :)
1067
1068 2006-08-30 [colin]      2.4.0cvs112
1069
1070         * src/msgcache.c
1071                 Fix compilation on FreeBSD. Thanks
1072                 to Michael Hugues
1073
1074 2006-08-29 [colin]      2.4.0cvs111
1075
1076         * src/folderview.c
1077                 Handle "popup_menu" signal (for popping the 
1078                 menu via the keyboard)
1079         * src/mimeview.c
1080         * src/mimeview.h
1081         * src/summaryview.c
1082         * src/textview.c
1083         * src/gtk/gtkutils.c
1084         * src/gtk/gtkutils.h
1085                 Factorize scrolling code, and add an API 
1086                 for MimeViewers to handle scroll orders
1087
1088 2006-08-29 [wwp]        2.4.0cvs110
1089
1090         * src/plugins//bogofilter/bogofilter.c
1091         * src/plugins//spamassassin/spamassassin.c
1092                 make the bogofilter/spamassassin filtering error dialogs at
1093         incorporation obey to the "don't popup error dialog on
1094         receive error" option. If disabled, feed the log window w/
1095         the error message.
1096
1097 2006-08-29 [paul]
1098
1099         2.5.0-rc2 released
1100
1101 2006-08-29 [paul]       2.4.0cvs109
1102
1103         * Makefile.am
1104                 remove 'make release', it's not needed
1105                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1106
1107 2006-08-29 [paul]       2.4.0cvs108
1108
1109         * src/foldersel.c
1110         * src/summary_search.c
1111         * src/gtk/progressdialog.c
1112         * src/plugins/pgpcore/passphrase.c
1113                 replace deprecated gtk_window_set_policy()
1114
1115 2006-08-29 [colin]      2.4.0cvs107
1116
1117         * src/folder.c
1118                 Fix data loss when copy fails during a move:
1119                 only use fast remove_msgs if everything was
1120                 copied OK; else use slow remove_msg on the
1121                 mails that got copied only.
1122
1123 2006-08-28 [paul]       2.4.0cvs106
1124
1125         * src/mh.c
1126                 revert change in 2.4.0cvs104, it breaks
1127                 stuff
1128
1129 2006-08-28 [paul]       2.4.0cvs105
1130
1131         * src/plugins/spamassassin/spamassassin.c
1132                 english fix
1133
1134 2006-08-28 [paul]       2.4.0cvs104
1135
1136         * src/mh.c
1137                 fix data loss when moving to another
1138                 mailbox fails
1139         * src/prefs_spelling.c
1140                 improve the english
1141         * src/gtk/pluginwindow.c
1142                 improve the layout of the dialog text
1143         All thanks to Colin
1144
1145 2006-08-28 [paul]       2.4.0cvs103
1146
1147         * src/plugins/bogofilter/bogofilter.c
1148         * src/plugins/bogofilter/bogofilter_gtk.c
1149                 fix english up a bit, innit
1150
1151 2006-08-28 [paul]       2.4.0cvs102
1152
1153         * configure.ac
1154         * po/Makefile.in.in
1155         * po/Makevars
1156                 require autoconf 2.60, enabling building
1157                 with gettext 0.15 (gettext 0.14.x build still
1158                 possible). Replace Makefiles with versions
1159                 from gettext 0.15.
1160                 Remove configure options --with-localedir and
1161                 --with-mandir. The options that are provided
1162                 directly by autoconf 2.60 can be used instead:
1163                 --mandir --localedir
1164
1165 2006-08-27 [colin]      2.4.0cvs101
1166
1167         * src/plugins/bogofilter/Makefile.am
1168                 Fix make dist (no README)
1169
1170 2006-08-27 [colin]      2.4.0cvs100
1171
1172         * src/folder.c
1173                 Don't use F_UNKNOWN folders for any default
1174                 outbox/trash/etc
1175         * src/plugins/bogofilter/bogofilter.c
1176         * src/plugins/bogofilter/bogofilter.h
1177         * src/plugins/bogofilter/bogofilter_gtk.c
1178                 Add an option to specify the path to bogofilter
1179                 Use single-quotes to be able to learn in folders
1180                 with spaces in their names
1181                 Verify learning status
1182
1183 2006-08-27 [colin]      2.4.0cvs99
1184
1185         * manual/faq.xml
1186         * manual/plugins.xml
1187                 Document Bogofilter plugin
1188
1189 2006-08-27 [colin]      2.4.0cvs98
1190
1191         * src/compose.c
1192         * src/messageview.c
1193         * src/procmsg.c
1194         * src/procmsg.h
1195                 When possible, copy the queued mail to sent folder
1196                 instead of re-adding. Much faster on IMAP.
1197
1198 2006-08-27 [colin]      2.4.0cvs97
1199
1200         * src/msgcache.c
1201                 Disable mmaped caches - huge metadata loss
1202                 here after a power failure.
1203         * src/summaryview.c
1204                 Add quicksearch timing
1205         * src/common/plugin.c
1206         * src/common/plugin.h
1207                 Implement an interface to tell what plugins
1208                 provide. Prevent loading of similar plugins.
1209         * src/plugins/clamav/clamav_plugin.c
1210         * src/plugins/demo/demo.c
1211         * src/plugins/dillo_viewer/dillo_viewer.c
1212         * src/plugins/pgpcore/plugin.c
1213         * src/plugins/pgpinline/pgpinline.c
1214         * src/plugins/pgpmime/pgpmime.c
1215         * src/plugins/spamassassin/spamassassin.c
1216         * src/plugins/trayicon/trayicon.c
1217                 Implement plugin_provides()
1218
1219 2006-08-27 [colin]      2.4.0cvs96
1220
1221         * configure.ac
1222         * src/plugins/Makefile.am
1223         * src/plugins/bogofilter/.cvsignore
1224         * src/plugins/bogofilter/Makefile.am
1225         * src/plugins/bogofilter/bogofilter.c
1226         * src/plugins/bogofilter/bogofilter.h
1227         * src/plugins/bogofilter/bogofilter_gtk.c
1228                 New Bogofilter plugin, provides filtering and
1229                 learning. Spamassassin will go to extra plugins.
1230
1231 2006-08-26 [mones]      2.4.0cvs95
1232
1233         * manual/handling.xml
1234                 Fix subfolder path in the example (thanks to Paul) 
1235
1236 2006-08-26 [mones]      2.4.0cvs94
1237
1238         * manual/glossary.xml
1239                 2.2. + add ISP to the glossary
1240                 7.5. + Add UIDL to glossary
1241                 7.7. + Add TCP to glossary
1242         * manual/handling.xml
1243                 7.1. + Mentions GNU/Linux distribution, what about the non...
1244                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1245                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1246                 7.4. = Use appropriate quotation for commands
1247                 7.6. = change "" to <quote></quote>
1248         * manual/plugins.xml
1249                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1250         * manual/starting.xml
1251                 2.1. + local mbox file: some examples of mbox file locations...
1252                 Also reformatted files requiring it
1253
1254 2006-08-26 [wwp]        2.4.0cvs93
1255
1256         * src/summary_search.c
1257                 disable find buttons while summary search is running.
1258
1259 2006-08-25 [colin]      2.4.0cvs92
1260
1261         * src/folder.c
1262         * src/folderutils.c
1263         * src/mh.c
1264         * src/procmsg.h
1265         * src/summaryview.c
1266                 Speed up MH moving, and add progressbar
1267                 for MH deletion
1268         * src/msgcache.c
1269                 Write cache files using mmap() too
1270
1271 2006-08-25 [wwp]        2.4.0cvs91
1272
1273         * src/summaryview.c
1274                 switch spam<->ham button when a message has been marked as spam or ham
1275                 and is still selected. Thanks to Colin.
1276
1277 2006-08-25 [paul]       2.4.0cvs90
1278
1279         * src/Makefile.am
1280         * src/stock_pixmap.c
1281         * src/stock_pixmap.h
1282         * src/summaryview.c
1283         * src/gtk/icon_legend.c
1284         * src/pixmaps/copied.xpm
1285         * src/pixmaps/moved.xpm
1286                 add icons for delayed execution marked for
1287                 copying, marked for moving
1288
1289 2006-08-25 [mones]      2.4.0cvs89
1290
1291         * manual/glossary.xml
1292                 Fix the other glossary items:
1293                 5.1. = Inmmediate execution -> <quote>immediate execution...
1294                 5.2. = Fix MBOX capitalization -> Mbox
1295                 5.3. + Improve Plugins def. w/ tech. ref.
1296                 5.4. = Quotation -> replace '>' by <quote>></quote>
1297                 5.5. - SMTP Server. -> remove dot
1298         * po/es.po
1299                 Updated translation
1300
1301 2006-08-25 [mones]      2.4.0cvs88
1302
1303         * manual/ack.xml
1304                 Reformatted, changed email address
1305         * manual/glossary.xml
1306                 Reformatted, fixed MANUAL-TODO items:
1307                 8.2. + add ROT-13 to glossary
1308                 8.4. + add URL to glossary
1309         * manual/es/advanced.xml
1310                 Fixed <literal>s
1311
1312 2006-08-25 [paul]       2.4.0cvs87
1313
1314         * src/gtk/icon_legend.c
1315                 add 'marked for deletion' icon
1316                 arrange icons by containing column
1317                 wrap long label text
1318
1319 2006-08-25 [colin]      2.4.0cvs86
1320
1321         * src/common/utils.c
1322         * src/common/utils.h
1323                 Add the sc_g_*list_bigger functions in
1324                 a place everyone can use it
1325         * src/summaryview.c
1326                 Only freeze/thaw the list when working
1327                 on the selection, if it's bigger than 1
1328         * src/gtk/gtksctree.c
1329                 Only freeze/thaw the list when unselec-
1330                 ting 'all' if ('all' != 1)
1331                 This avoids some flickering
1332
1333 2006-08-24 [colin]      2.4.0cvs85
1334
1335         * src/addressbook.c
1336                 Fix strange list selection
1337                 Fix random seg (Invalid read of freed memory)
1338
1339 2006-08-24 [colin]      2.4.0cvs84
1340
1341         * src/alertpanel.c
1342         * src/gtk/inputdialog.c
1343         * src/plugins/pgpcore/passphrase.c
1344                 Revert minimal width patch of 2.4.0cvs67,
1345                 as it is also a maximal width. Use 
1346                 gtk_window_set_default_size instead.
1347
1348 2006-08-24 [colin]      2.4.0cvs83
1349
1350         * src/msgcache.c
1351                 Write cache/mark to temp files before
1352                 overwriting old ones (avoids metadata
1353                 loss if writing the new files fail).
1354                 Use mmap() to read cache/mark file, as
1355                 this makes cache reading faster. Dis-
1356                 abled for big-endian machines until it
1357                 can be tested. (Big-endian users: set
1358                 msgcache_use_mmap = TRUE in the relevant
1359                 #if).
1360         * src/procmsg.h
1361                 Move rarely used fields of MsgInfo in 
1362                 another structure, which will only be
1363                 allocated if needed. Face, X-Face,
1364                 Return receipt headers and List-*
1365                 headers are moved. Mails having none
1366                 of these occupy 52 bytes less with
1367                 this patch, which makes 2.5MB of RAM
1368                 saved on a 50k folder).
1369         * src/headerview.c
1370         * src/mainwindow.c
1371         * src/messageview.c
1372         * src/partial_download.c
1373         * src/procheader.c
1374         * src/procmsg.c
1375         * src/textview.c
1376                 Follow this structure change.
1377
1378 2006-08-24 [wwp]        2.4.0cvs82
1379
1380         * manual/es/.cvsignore
1381         * manual/es/dist/.cvsignore
1382         * manual/es/dist/html/.cvsignore
1383         * manual/es/dist/pdf/.cvsignore
1384         * manual/es/dist/ps/.cvsignore
1385         * manual/es/dist/txt/.cvsignore
1386                 more (generated) files to ignore.
1387
1388 2006-08-24 [colin]      2.4.0cvs81
1389
1390         * src/folder.c
1391         * src/mh.c
1392                 Fix possible problems with local delivery. Check the folder doesn't
1393                 need scan before setting its mtime when saving cache (which can be
1394                 done long after the folder's been modified by an external process);
1395                 Check that the stored item's mtime didn't change in mh functions.
1396
1397 2006-08-24 [mones]      2.4.0cvs80
1398
1399         * manual/advanced.xml
1400                 Rewrapping, some fixes and MANUAL-TODO items:
1401                 8.1. = change "" to <quote></quote>
1402                 8.3. = quote menu items
1403                 8.5. - deploying -> new user ... ideally a new user (redundant)
1404
1405 2006-08-23 [colin]      2.4.0cvs79
1406
1407         * src/gtk/gtksctree.c
1408                 When selecting or deselecting range, only
1409                 freeze/thaw when selection is bigger than 10
1410
1411 2006-08-23 [colin]      2.4.0cvs78
1412
1413         * src/messageview.c
1414         * src/mimeview.c
1415         * src/mimeview.h
1416         * src/plugins/dillo_viewer/dillo_viewer.c
1417                 Provide an API for MimeViewer plugins to
1418                 return a text selection for replying
1419
1420 2006-08-23 [colin]      2.4.0cvs77
1421
1422         * src/image_viewer.c
1423         * src/textview.c
1424                 Use gtk_pixbuf_new_from_file_at_scale(), which
1425                 is faster than getting the pixbuf then resizing
1426                 it.
1427
1428 2006-08-23 [colin]      2.4.0cvs76
1429
1430         * src/procmime.c
1431                 UTF-8 should be sent Quoted-printable
1432
1433 2006-08-22 [colin]      2.4.0cvs75
1434
1435         * src/mh.c
1436                 Check if scan is required before touching
1437                 the folder (or it'll be required every time)
1438
1439 2006-08-22 [colin]      2.4.0cvs74
1440
1441         * configure.ac
1442                 Require libetpan 0.46 (crasher fix when built
1443                 against gnutls)
1444
1445 2006-08-22 [colin]      2.4.0cvs73
1446
1447         * src/folder.c
1448                 Set folder's mtime after writing its
1449                 cache
1450         * src/folderview.c
1451                 Add some timing
1452         * src/procmsg.c
1453                 Don't do useless stuff if we don't 
1454                 thread by subject
1455         * src/summaryview.c
1456                 Add some timing, don't deselect prior
1457                 to selecting (gtksctree does it itself),
1458                 remove crash avoidance hacks as it's been
1459                 properly fixed since a while
1460         * src/common/utils.c
1461                 Optimize to_human_readable(): _() is slow,
1462                 do it only once, and avoid %f format for KB
1463                 (the most common in a summaryview)
1464         * src/gtk/gtksctree.c
1465                 Don't uselessly freeze/thaw (fixes flicker
1466                 on next unread and friends), reduce number
1467                 of g_list_nth/g_list_position where possible
1468         * src/gtk/gtkutils.c
1469         * src/gtk/gtkutils.h
1470                 Reduce number of g_list_nth/g_list_position
1471                 where possible.
1472                 All of this makes loading as 70k folder 2.1
1473                 seconds instead of 3.2 (with hot FS caches).
1474                 (1.3 seconds without Date and Size columns...)
1475
1476 2006-08-22 [paul]       2.4.0cvs72
1477
1478         wrap documents and do some items from mones' MANUAL-TODO:
1479
1480         * manual/account.xml
1481                 4.1. = fix tabname references to <quote>tabname</quote>
1482                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1483         * manual/faq.xml
1484                 1.1. = mentioned options don't match UI
1485                 Add information about the 'Never send Return Receipts'
1486                 option
1487         * manual/handling.xml
1488                 6.2. = Mentions Extended symbols button, but now is
1489                 named Information
1490                 6.3. = Mentions ... button, which is now Edit
1491
1492 2006-08-22 [colin]      2.4.0cvs71
1493
1494         * src/gtk/pluginwindow.c
1495                 Fix layout in verbose translations (such
1496                 as french)
1497
1498 2006-08-22 [paul]       2.4.0cvs70
1499
1500         * manual/Makefile.am
1501                 build manuals in alphabetical order
1502         * src/addressbook.c
1503         * src/prefs_themes.c
1504                 replace/remove deprecated symbols
1505         * src/gtk/gtkutils.c
1506                 fix a warning
1507         * src/gtk/pluginwindow.c
1508                 replace deprecated symbol
1509                 replace label text and move it
1510         * src/plugins/pgpcore/prefs_gpg.c
1511                 move the 'Generate...' button out of the
1512                 Sign Key frame, replace the English used
1513         * src/plugins/pgpcore/sgpgme.c
1514                 fixes to the English
1515
1516 2006-08-21 [colin]      2.4.0cvs69
1517
1518         * src/plugins/trayicon/trayicon.c
1519                 Add more strings for translation; patch
1520                 by Pawel
1521
1522 2006-08-21 [colin]      2.4.0cvs68
1523
1524         * src/compose.c
1525                 fix replied flag not set after drafting
1526         * src/matcher.c
1527                 fix body quicksearch in non-encoded bodies
1528                 containing '='
1529         * src/msgcache.c
1530                 Get rid of the g_malloc workaround for
1531                 corrupted caches, use g_try_malloc
1532
1533 2006-08-21 [colin]      2.4.0cvs67
1534
1535         * src/alertpanel.c
1536         * src/gtk/inputdialog.c
1537         * src/plugins/pgpcore/passphrase.c
1538                 Set minimal width to 375
1539         * src/mainwindow.c
1540                 Fix switching to offline, asking if it 
1541                 should be overriden for synchronising
1542         * src/mimeview.c
1543                 Don't offer to remember command on Open 
1544                 with for text parts, as the browser or 
1545                 text editor command isn't changed from 
1546                 there
1547
1548 2006-08-20 [paul]       2.4.0cvs66
1549
1550         * po/ko.po
1551         * po/zh_CN.po
1552                 fix plural form errors. revealed by stricter
1553                 checking of gettext 0.15
1554
1555 2006-08-18 [paul]       2.4.0cvs65
1556
1557         * src/stock_pixmap.c
1558                 fix the fix of 2.4.0cvs64
1559                 Thanks to Colin
1560
1561 2006-08-18 [paul]       2.4.0cvs64
1562
1563         * src/stock_pixmap.c
1564                 fix leaks
1565                 Thanks to Colin
1566
1567 2006-08-18 [paul]       2.4.0cvs63
1568
1569         * src/compose.c
1570         * src/procmsg.c
1571                 fix occasional IMAP bug where large msgs
1572                 were left in the queue folder after sending
1573                 Thanks to Colin
1574
1575 2006-08-18 [paul]       2.4.0cvs62
1576
1577         * src/folderview.c
1578                 freeze the summaryview while quicksearch results
1579                 are displayed
1580                 (fixes bug 456 'current message is hidden when the
1581                 view is refreshed and extended search is "unread 
1582                 messages"')
1583                 Thanks to Colin
1584         * src/textview.c
1585                 add missing #include "inputdialog.h"
1586         * src/common/utils.h
1587                 add missing mailcap_update_default() and improve
1588                 readability
1589
1590 2006-08-17 [colin]      2.4.0cvs61
1591
1592         * src/plugins/pgpcore/select-keys.c
1593                 Fix warnings :)
1594
1595 2006-08-17 [colin]      2.4.0cvs60
1596
1597         * src/compose.c
1598                 Don't continue queuing if Cancel is clicked
1599                 in select-keys
1600
1601 2006-08-17 [colin]      2.4.0cvs59
1602
1603         * src/plugins/pgpcore/select-keys.c
1604                 When encrypting, if only one key matches and it 
1605                 matches exactly, automatically use it.
1606
1607 2006-08-17 [colin]      2.4.0cvs58
1608
1609         * src/mimeview.c
1610         * src/prefs_common.c
1611         * src/prefs_common.h
1612         * src/prefs_ext_prog.c
1613         * src/textview.c
1614                 Fix issues with previous patch (text/html)
1615                 Remove outdated prefs
1616
1617 2006-08-17 [colin]      2.4.0cvs57
1618
1619         * src/imap.c
1620                 Add View Log button on auth error
1621         * src/procmsg.c
1622                 Fix encrypted mail marked as new when
1623                 saved in normal folders
1624         * src/plugins/pgpinline/pgpinline.c
1625                 Fix encrypt bug on IMAP
1626         * src/mimeview.c
1627         * src/common/utils.c
1628         * src/common/utils.h
1629         * src/gtk/inputdialog.c
1630         * src/gtk/inputdialog.h
1631                 Get rid of metamail stuff, simplify
1632                 opening, and allow remembering of user's
1633                 choices (by updating ~/.mailcap). There's
1634                 still to drop "Audio player" and "Image
1635                 viewer" preferences.
1636
1637 2006-08-17 [mones]      2.4.0cvs56
1638
1639         * manual/es/sylpheed-claws-manual.xml
1640                 fix DTD path
1641
1642 2006-08-17 [mones]      2.4.0cvs55
1643
1644         * configure.ac
1645         * manual/Makefile.am
1646         * manual/es/Makefile.am
1647         * manual/es/account.xml
1648         * manual/es/ack.xml
1649         * manual/es/addrbook.xml
1650         * manual/es/advanced.xml
1651         * manual/es/faq.xml
1652         * manual/es/glossary.xml
1653         * manual/es/gpl.xml
1654         * manual/es/handling.xml
1655         * manual/es/intro.xml
1656         * manual/es/keyboard.xml
1657         * manual/es/plugins.xml
1658         * manual/es/starting.xml
1659         * manual/es/sylpheed-claws-manual.xml
1660         * manual/es/dist/Makefile.am
1661         * manual/es/dist/html/Makefile.am
1662         * manual/es/dist/pdf/Makefile.am
1663         * manual/es/dist/ps/Makefile.am
1664         * manual/es/dist/txt/Makefile.am
1665                 Spanish translation for the manual
1666
1667 2006-08-16 [colin]      2.4.0cvs54
1668
1669         * src/compose.c
1670         * src/main.c
1671         * src/mainwindow.c
1672                 Fix send button sensitivity at startup
1673                 Set send menu sensitivity (patch by Fabien)
1674         * src/ssl_manager.c
1675                 Enable closing with esc (patch by Fabien)
1676         * src/gtk/foldersort.c
1677                 Enable closing with esc (patch by Fabien)
1678         * src/procmime.c
1679                 Optimisation (no need to copy to tempfile to
1680                 "decode" 7bit and 8bit)
1681         * src/summaryview.c
1682                 Fix cruft in swap_from case
1683         * src/textview.c
1684                 Fix missing last line in some mail cases 
1685                 (Fixes debian #381872)
1686         * src/plugins/pgpcore/prefs_gpg.c
1687         * src/plugins/pgpcore/sgpgme.c
1688         * src/plugins/pgpcore/sgpgme.h
1689                 Don't show "no key found" when user explicitely
1690                 wants to create a key
1691
1692 2006-08-16 [paul]       2.4.0cvs53
1693
1694         * configure.ac
1695         * src/account.c
1696         * src/addressbook.c
1697         * src/headerview.c
1698         * src/prefs_account.c
1699         * src/prefs_message.c
1700         * src/gtk/gtkutils.c
1701                 bump up minimum required versions of GTK+ and
1702                 GLIB to 2.6.0
1703
1704 2006-08-16 [paul]       2.4.0cvs52
1705
1706         * src/toolbar.c
1707                 workaround GTK+ Bug 351600 - 'Can't re-click
1708                 on button after sensitivity update'
1709                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1710                 Thanks to Colin
1711
1712 2006-08-15 [colin]      2.4.0cvs51
1713
1714         * src/plugins/pgpcore/prefs_gpg.c
1715                 Set options sensitivity according to
1716                 key existence
1717         * src/plugins/pgpcore/sgpgme.c
1718                 Allow to create key with no passphrase
1719
1720 2006-08-14 [cleroy]     2.4.0cvs50
1721
1722         * src/gtk/pluginwindow.c
1723                 New layout (maybe to be changed?)
1724         * src/gtk/gtkutils.c
1725                 Fix a bit label_window
1726         * src/plugins/pgpcore/passphrase.c
1727         * src/plugins/pgpcore/passphrase.h
1728         * src/plugins/pgpcore/plugin.c
1729         * src/plugins/pgpcore/prefs_gpg.c
1730         * src/plugins/pgpcore/prefs_gpg.h
1731         * src/plugins/pgpcore/sgpgme.c
1732         * src/plugins/pgpcore/sgpgme.h
1733                 Allow to create a PGP private key via the GUI
1734
1735 2006-08-14 [wwp]        2.4.0cvs49
1736
1737         * src/addressbook_foldersel.c
1738                 fix strict ISO C90 compliance.
1739
1740 2006-08-14 [paul]       2.4.0cvs48
1741
1742         * src/gtk/prefswindow.c
1743                 re-set scrolled window on opening
1744                 Patch by Ticho
1745
1746 2006-08-14 [paul]
1747
1748         2.5.0-rc1 released
1749
1750 2006-08-14 [paul]       2.4.0cvs47
1751
1752         * src/prefs_display_header.c
1753                 re-enable user-defined Displayed Headers
1754
1755 2006-08-14 [paul]       2.4.0cvs46
1756
1757         * src/prefs_account.c
1758                 use GTK_STOCK_EDIT
1759
1760 2006-08-13 [colin]      2.4.0cvs45
1761
1762         * src/common/utils.c
1763                 Fix "a" in quote when the original message is empty,
1764                 by using \0 instead of 'a' to test writability of
1765                 temp files.
1766
1767 2006-08-13 [wwp]        2.4.0cvs44
1768
1769         * src/plugins/spamassassin/spamassassin.c
1770                 fix capitalization of "SpamAssassin" in some debug, log and
1771                 dialog messages.
1772
1773 2006-08-13 [paul]       2.4.0cvs43
1774
1775         * src/editldap.c
1776                 fix overlapping widgets
1777         * src/prefs_account.c
1778                 fix translation of protocol_names[]
1779                 fix label disappearing off the edge of the
1780                 visible area
1781
1782 2006-08-12 [paul]       2.4.0cvs42
1783
1784         * manual/plugins.xml
1785                 update IRC channel info before it gets forgotten
1786                 about
1787
1788 2006-08-11 [colin]      2.4.0cvs41
1789
1790         * src/compose.c
1791         * src/mainwindow.c
1792         * src/mainwindow.h
1793         * src/procmsg.c
1794         * src/procmsg.h
1795         * src/summaryview.c
1796         * src/toolbar.c
1797                 Grey out the Send button if
1798                 - Queue folders are empty, or
1799                 - We're sending already
1800
1801 2006-08-11 [wwp]        2.4.0cvs40
1802
1803         * src/main.c
1804                 fix a logic issue when quitting while a compose window is
1805                 still open, thanks to Colin.
1806
1807 2006-08-10 [colin]      2.4.0cvs39
1808
1809         * src/main.c
1810                 Fix default font size setting after wizard run
1811         * src/imap.c
1812         * src/etpan/imap-thread.c
1813         * src/etpan/imap-thread.h
1814                 Fix bug #999 (Timing out on TSL cert validation 
1815                 dialog makes ugly things happen). Also, STARTTLS
1816                 unconditionnaly if initial capabilities contain
1817                 LOGINDISABLED and STARTTLS.
1818
1819 2006-08-09 [colin]      2.4.0cvs38
1820
1821         * src/mainwindow.c
1822         * src/mainwindow.h
1823                 Fix Tools/Actions sensitivity when there are
1824                 no actions
1825
1826 2006-08-09 [colin]      2.4.0cvs37
1827
1828         * src/prefs_filtering.c
1829                 Warning fix, patch by Paul
1830         * src/messageview.c
1831         * src/prefs_actions.c
1832         * src/prefs_filtering_action.c
1833         * src/prefs_matcher.c
1834                 Uniformisation of "Info ..." to "Info..." (for
1835                 old gtk), patch by Fabien
1836         * src/plugins/clamav/clamav_plugin_gtk.c
1837                 Sensitivity fix by Fabien
1838
1839 2006-08-09 [colin]      2.4.0cvs36
1840
1841         * src/main.c
1842         * src/main.h
1843                 Add a function to know whether we're exiting
1844         * src/plugins/trayicon/trayicon.c
1845                 If exiting, don't do anything. Faster, and
1846                 avoids gtk_main_iteration reentracy causing
1847                 segfaults at exit
1848
1849 2006-08-09 [colin]      2.4.0cvs35
1850
1851         * src/messageview.c
1852         * src/mimeview.c
1853         * src/mimeview.h
1854                 Fix lack of part selection when automatically 
1855                 jumping to a specific part
1856         * src/msgcache.c
1857                 Little optimisation in cache reading
1858
1859 2006-08-09 [colin]      2.4.0cvs34
1860
1861         * src/compose.c
1862                 Fix crash setting the priority on reedit
1863                 (Accessing compose before creating it!)
1864
1865 2006-08-08 [colin]      2.4.0cvs33
1866
1867         * src/procmime.c
1868                 Fix bug #998 (last attachment is not accessible)
1869                 Bad RFC interpretation on multipart close-delimiters
1870         * src/mimeview.c
1871         * src/mimeview.h
1872         * src/gtk/gtkvscrollbutton.c
1873         * src/gtk/gtkvscrollbutton.h
1874                 Make attachments list wheel-scrollable
1875
1876 2006-08-07 [colin]      2.4.0cvs32
1877
1878         * src/gtk/gtkaspell.c
1879                 Fix bug #973 (Unicode punctation characters 
1880                 are not recognized as separators by the
1881                 spell checker); fix unsigned stuff
1882
1883 2006-08-07 [colin]      2.4.0cvs31
1884
1885         * src/compose.c
1886                 Fix bug #956 (DnD text with accents in compose 
1887                 text entry); fix gccc's signed/unsigned fuss
1888
1889 2006-08-06 [colin]      2.4.0cvs30
1890
1891         * src/main.c
1892                 Fix bug #979 (Plugin crashes when exiting 
1893                 sylpheed-claws) : handle exit request only 
1894                 once
1895
1896 2006-08-05 [colin]      2.4.0cvs29
1897
1898         * src/news.c
1899                 Just make sure we have a msgid.
1900
1901 2006-08-05 [colin]      2.4.0cvs28
1902
1903         * src/news.c
1904         * src/summaryview.c
1905                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1906                 by reimplementing it
1907         * src/textview.c
1908                 Fix bug when hiding quotes with level > 3 and quote
1909                 colors are recycled
1910
1911 2006-08-04 [colin]      2.4.0cvs27
1912
1913         * src/compose.c
1914         * src/undo.c
1915         * src/undo.h
1916                 Fix a bit replace-by-pasting undo
1917         * src/mainwindow.c
1918         * src/messageview.c
1919                 Fix Fold quotes menu synchro in
1920                 mainwindow when it changes in 
1921                 messageview
1922         * src/textview.c
1923                 Fix right-click on quotes blocks
1924         * src/common/utils.c
1925                 Verify that the file created by
1926                 my_tmpfile() is writable. Fixes
1927                 bug #988 (very specific filesystem
1928                 issue)
1929         * src/plugins/pgpcore/sgpgme.c
1930                 Fix file descriptor leak
1931         * src/plugins/spamassassin/spamassassin.c
1932                 Warn once if spamd isn't reachable
1933
1934 2006-08-04 [colin]      2.4.0cvs26
1935
1936         * src/toolbar.c
1937                 i18n context patch by Fabien
1938
1939 2006-08-03 [colin]      2.4.0cvs25
1940
1941         * src/mainwindow.c
1942         * src/messageview.c
1943                 Rename "Hide quotes" to "Fold quotes"
1944         * src/textview.c
1945                 Don't use hand cursor on quotes. "all 
1946                 the bonuses of the feature and none of 
1947                 unwelcome side-effects"
1948
1949 2006-08-03 [colin]      2.4.0cvs24
1950
1951         * AUTHORS
1952         * sylpheed-claws.desktop
1953         * src/gtk/authors.h
1954                 Bring the desktop file to XDG compliance
1955                 Patch by Charles A. Edwards
1956
1957 2006-08-03 [colin]      2.4.0cvs23
1958
1959         * src/textview.c
1960                 Fix links offset when they are preceded
1961                 by accentued chars (g_utf8_strlen!)
1962         * src/mainwindow.c
1963                 Fix wrong status when starting offline
1964
1965
1966 2006-08-03 [wwp]        2.4.0cvs22
1967
1968         * src/prefs_common.h
1969                 ask what to do w/ filtering rules that belong to an account when
1970                 applying filtering rules manually from the main window (skip,
1971                 apply regardless of the account, use current account). This dialog
1972                 can be skipped and the last reply used.
1973                 (forgot that file)
1974
1975 2006-08-03 [wwp]        2.4.0cvs21
1976
1977         * src/filtering.c
1978         * src/filtering.h
1979         * src/prefs_common.c
1980         * src/summaryview.c
1981         * src/alertpanel.c
1982         * src/alertpanel.h
1983         * src/messageview.c
1984                 ask what to do w/ filtering rules that belong to an account when
1985                 applying filtering rules manually from the main window (skip,
1986                 apply regardless of the account, use current account). This dialog
1987                 can be skipped and the last reply used.
1988
1989
1990 2006-08-03 [colin]      2.4.0cvs20
1991
1992         * src/textview.c
1993                 Optimize previous patch
1994
1995 2006-08-03 [cleroy]     2.4.0cvs19
1996
1997         * src/textview.c
1998                 Fix quotes getting toggled back when the
1999                 mail has an even number of text parts
2000
2001 2006-08-02 [colin]      2.4.0cvs18
2002
2003         * src/messageview.c
2004                 Add Hide quotes menu
2005
2006 2006-08-02 [colin]      2.4.0cvs17
2007
2008         * src/mainwindow.c
2009         * src/prefs_common.c
2010         * src/textview.c
2011         * src/textview.h
2012         * src/gtk/about.c
2013                 Allow per-level quote hiding,
2014                 Allow toggling quotes by double-clicking them
2015                 Rename RemoteURI to ClickableText to reflect
2016                 the fact it's used for a variety of things
2017
2018 2006-08-02 [wwp]        2.4.0cvs16
2019
2020         * src/mainwindow.c
2021                 fix "View/Hide quotes" menu item status initialization.
2022
2023 2006-08-02 [wwp]        2.4.0cvs15
2024
2025         * src/matcher_parser_parse.y
2026                 remove a debug trace.
2027
2028 2006-08-02 [paul]       2.4.0cvs14
2029
2030         * src/plugins/pgpcore/passphrase.c
2031                 don't set initial dialog size
2032                 make it resizable
2033
2034 2006-08-02 [paul]       2.4.0cvs13
2035
2036         * src/noticeview.c
2037                 remove the rogue '/' character
2038
2039 2006-08-02 [paul]       2.4.0cvs12
2040
2041         * src/noticeview.c
2042                 allow buttons to resize as necessary
2043
2044 2006-08-01 [wwp]        2.4.0cvs11
2045
2046         * src/mbox.c
2047                 fix strict ISO C90 compliance.
2048
2049 2006-08-01 [wwp]        2.4.0cvs10
2050
2051         * tools/update-po
2052                 updated update-po tool to work w/ context-dependent translations.
2053                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2054
2055 2006-08-01 [wwp]        2.4.0cvs9
2056
2057         * src/matcher.c
2058         * src/prefs_filtering.c
2059         * src/prefs_matcher.c
2060                 allow context-dependent translations for "All",
2061                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2062
2063 2006-07-31 [colin]      2.4.0cvs8
2064
2065         * AUTHORS
2066         * src/gtk/authors.h
2067                 Add Rafal to authors
2068
2069 2006-07-31 [colin]      2.4.0cvs7
2070
2071         * src/compose.c
2072         * src/mainwindow.c
2073         * src/messageview.h
2074         * src/prefs_common.c
2075         * src/prefs_common.h
2076         * src/textview.c
2077                 Add 'View/Hide quotes'. Patch based on a patch
2078                 by Rafal Weglarz
2079
2080 2006-07-31 [colin]      2.4.0cvs6
2081
2082         * src/action.c
2083                 Fix problem with "> stuff >" actions
2084
2085 2006-07-31 [paul]       2.4.0cvs5
2086
2087         * po/nb.po
2088                 updated by Geir Helland
2089
2090 2006-07-31 [wwp]        2.4.0cvs4
2091
2092         * src/mainwindow.c
2093         * src/summaryview.c
2094         * src/summaryview.h
2095                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2096                 thanks to Colin.
2097
2098 2006-07-31 [wwp]        2.4.0cvs3
2099
2100         * src/Makefile.am
2101         * src/addr_compl.c
2102         * src/addr_compl.h
2103         * src/addressbook.c
2104         * src/addressbook.h
2105         * src/addressbook_foldersel.c
2106         * src/addressbook_foldersel.h
2107         * src/addrindex.c
2108         * src/addrindex.h
2109         * src/matcher.c
2110         * src/matcher.h
2111         * src/matcher_parser_lex.l
2112         * src/matcher_parser_parse.y
2113         * src/prefs_common.c
2114         * src/prefs_common.h
2115         * src/prefs_filtering.c
2116         * src/prefs_matcher.c
2117         * src/prefs_matcher.h
2118         * src/summaryview.c
2119                 introduce filtering against the address book. It's now possible to add
2120                 matched conditions to determine if any email address in a message matches
2121                 or doesn't match any or all books or folders in the address book.
2122
2123 2006-07-31 [wwp]        2.4.0cvs2
2124
2125         * src/account.c
2126         * src/filtering.c
2127         * src/filtering.h
2128         * src/folder.c
2129         * src/folderview.c
2130         * src/inc.c
2131         * src/mainwindow.c
2132         * src/matcher.c
2133         * src/matcher_parser_lex.l
2134         * src/matcher_parser_parse.y
2135         * src/mbox.c
2136         * src/prefs_filtering.c
2137         * src/prefs_filtering.h
2138         * src/procmsg.c
2139         * src/procmsg.h
2140         * src/summaryview.c
2141                 introduce per-account filtering rules. Each filtering rule can now be assigned
2142                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2143                 when applying filtering rules manually, as all rules will apply - even the ones
2144                 assigned to an account. This issue will be addressed soon.
2145  
2146
2147
2148 2006-07-31 [wwp]        2.4.0cvs1
2149
2150         * src/quote_fmt.c
2151                 make more strings translatable.
2152
2153 2006-07-31 [paul]       2.4.0
2154
2155         2.4.0 released
2156
2157 2006-07-31 [paul]       2.3.1cvs91
2158
2159         * po/ca.po
2160                 updated by Miquel Oliete
2161
2162 2006-07-31 [paul]       2.3.1cvs90
2163
2164         * po/de.po
2165         * po/el.po
2166         * po/fr.po
2167         * po/it.po
2168         * po/pl.po
2169         * po/pt_BR.po
2170         * po/sr.po
2171         * po/zh_CN.po
2172                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2173                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2174                 Aleksandar Urosevic, and Ralgh Young
2175
2176 2006-07-31 [paul]       2.3.1cvs89
2177
2178         * src/account.c
2179         * src/main.c
2180         * src/mainwindow.c
2181         * src/mainwindow.h
2182                 Fix a race condition when, after an SC crash, rescanning
2183                 folders took more than 0.5 seconds
2184                 Thanks to Colin
2185
2186 2006-07-31 [paul]       2.3.1cvs88
2187
2188         * src/folderview.c
2189                 don't translate separator strings
2190
2191 2006-07-30 [mones]      2.3.1cvs87
2192
2193         * doc/man/sylpheed-claws.1
2194                 Fixed non-ASCII chars in Hoa's name
2195         * po/es.po
2196                 Updated for release
2197
2198 2006-07-27 [colin]      2.3.1cvs86
2199
2200         * src/textview.c
2201                 Don't include the leading \n in links
2202                 Patch by Fabien
2203
2204 2006-07-25 [colin]      2.3.1cvs85
2205
2206         * src/mainwindow.c
2207         * src/common/socket.h
2208         * src/etpan/imap-thread.c
2209                 Refresh resolvers before connecting
2210                 to IMAP servers, and after switching
2211                 to online. Thanks to Paul.
2212
2213 2006-07-18 [colin]
2214
2215         * 2.4.0-rc4 released
2216
2217 2006-07-17 [colin]      2.3.1cvs84
2218
2219         * src/inc.c
2220                 Show connection attempt in statusbar before
2221                 connecting (previously first message was
2222                 "Retrieving messages from ..." after the
2223                 connection succeeded.
2224
2225 2006-07-16 [wwp]        2.3.1cvs83
2226
2227         * sylpheed-claws.ico
2228                 Added .ico file (windows multi-size icon file, generated).
2229
2230 2006-07-12 [wwp]        2.3.1cvs82
2231
2232         * src/messageview.c
2233                 remove Message/Re-edit menu entry from messageview window,
2234                 as sent/draft/queued messages are opened in compose window when
2235                 re-edited and it's not possible to re-edit other msgs.
2236
2237 2006-07-12 [paul]       2.3.1cvs81
2238
2239         * AUTHORS
2240         * src/mainwindow.c
2241         * src/gtk/authors.h
2242                 check online state before resetting
2243                 mailcheck timer. Useful if some program
2244                 verifies connection state and updates
2245                 Claws.
2246                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2247
2248 2006-07-12 [paul]       2.3.1cvs80
2249
2250         * sylpheed-claws-128x128.png
2251         * sylpheed-claws-64x64.png
2252         * sylpheed-claws.png
2253         * src/Makefile.am
2254         * src/main.c
2255         * src/prefs_toolbar.c
2256         * src/stock_pixmap.c
2257         * src/stock_pixmap.h
2258         * src/wizard.c
2259         * src/gtk/about.c
2260         * src/gtk/gtkutils.c
2261         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2262         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2263         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2264         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2265         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2266         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2267                 updated and renamed logo/icon files and related
2268                 logo by Jesper Schultz
2269
2270 2006-07-11 [paul]       2.3.1cvs79
2271
2272         * src/main.c
2273                 fix the labels a smidgin
2274
2275 2006-07-09 [colin]      2.3.1cvs78
2276
2277         * src/textview.c
2278                 Show errors in textviewer's command
2279                 Patch by H. Merijn Brand
2280
2281 2006-07-09 [colin]      2.3.1cvs77
2282
2283         * src/compose.c
2284                 Save FMID in drafts too
2285
2286 2006-07-08 [colin]      2.3.1cvs76
2287
2288         * src/compose.c
2289                 Svae RMID in drafted mails too
2290                 Save quote_fmt vars for whole mails,
2291                 don't reset at each quote_fmt_init:
2292                 allows to use the same |i{var} in
2293                 various template fields
2294         * src/prefs_template.c
2295         * src/quote_fmt.h
2296         * src/quote_fmt_parse.y
2297                 Same
2298
2299 2006-07-08 [colin]      2.3.1cvs75
2300
2301         * src/textview.c
2302                 Fix highlighting of attached parts URIs
2303
2304 2006-07-08 [colin]      2.3.1cvs74
2305
2306         * src/main.c
2307                 Prevent bug #981 (sc 2.3.1 segfaults with 
2308                 gtk+ 2.10) from being reported again:
2309                 if Sylpheed-Claws has been compiled against
2310                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2311                 of if Sylpheed-Claws has been compiled against
2312                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2313                 error out.
2314
2315 2006-07-07 [colin]      2.3.1cvs73
2316
2317         * src/prefs_actions.c
2318                 Fix label
2319
2320 2006-07-07 [colin]      2.3.1cvs72
2321
2322         * src/prefs_actions.c
2323                 Fix compile on gtk < 2.8. argh :)
2324
2325 2006-07-07 [paul]       2.3.1cvs71
2326
2327         * src/common/defs.h
2328                 update DONATE_URI
2329
2330 2006-07-07 [colin]      2.3.1cvs70
2331
2332         * po/POTFILES.in
2333         * src/quote_fmt.c
2334         * src/quote_fmt_lex.l
2335         * src/quote_fmt_parse.y
2336                 Add |i{var}, a way to insert user-entered
2337                 text in a template
2338
2339 2006-07-07 [colin]
2340
2341         * 2.4.0-rc3 released
2342
2343 2006-07-07 [colin]      2.3.1cvs69
2344
2345         * src/folder.c
2346                 Don't consider inboxes of UNKNOWN folder 
2347                 classes to be useable as default inboxes
2348
2349 2006-07-07 [paul]       2.3.1cvs68
2350
2351         * src/textview.c
2352                 add missing #include <errno.h>
2353                 Thanks to René J. Blokland
2354
2355 2006-07-07 [paul]       2.3.1cvs67
2356
2357         * src/action.c
2358                 Return now Closes dialog
2359         * src/mimeview.c
2360         * src/mimeview.h
2361         * src/textview.c
2362                 add contextual menu to mime parts listed
2363                 in the textview
2364                 Thanks to Colin
2365         * src/common/utils.c
2366                 reversal: ' is a valid character in URLs
2367
2368 2006-07-06 [colin]      2.3.1cvs66
2369
2370         * src/remotefolder.h
2371                 Forgotten in previous commit
2372
2373 2006-07-06 [colin]      2.3.1cvs65
2374
2375         * src/folder.c
2376                 Set summary update flag whenever
2377                 totals changed
2378         * src/imap.c
2379         * src/prefs_account.c
2380         * src/common/utils.h
2381         * src/etpan/imap-thread.c
2382                 Fix warnings, thanks to Fabien and
2383                 Ricardo
2384
2385 2006-07-06 [wwp]        2.3.1cvs64
2386
2387         * src/gtk/gtkutils.c
2388                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2389
2390 2006-07-06 [wwp]        2.3.1cvs63
2391
2392         * src/account.c
2393         * src/addressbook.c
2394         * src/addressitem.h
2395         * src/folderview.c
2396         * src/mainwindow.c
2397         * src/manual.c
2398         * src/manual.h
2399         * src/message_search.c
2400         * src/prefs_actions.c
2401         * src/prefs_filtering.c
2402         * src/prefs_filtering.h
2403         * src/prefs_template.c
2404         * src/summary_search.c
2405         * src/summaryview.c
2406         * src/gtk/gtkutils.c
2407         * src/gtk/gtkutils.h
2408         * src/gtk/pluginwindow.c
2409                 add help buttons to some dialogs. Clicking such buttons opens a
2410                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2411
2412 2006-07-06 [paul]       2.3.1cvs62
2413
2414         * src/textview.c
2415                 fix attachments contextual menu
2416                 Thanks to Colin
2417
2418 2006-07-05 [colin]      2.3.1cvs61
2419
2420         * src/textview.c
2421         * src/compose.c
2422                 Handle sftp:// links
2423
2424 2006-07-05 [paul]       2.3.1cvs60
2425
2426         * src/gtk/filesel.c
2427                 grab save button by default
2428                 Thanks to Colin
2429
2430 2006-07-05 [wwp]        2.3.1cvs59
2431
2432         * manual/xml2pdf
2433                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2434
2435 2006-07-04 [colin]      2.3.1cvs58
2436
2437         * src/mimeview.c
2438         * src/textview.c
2439                 Use left click to select, middle click to open
2440                 on mimeparts links
2441         * src/common/utils.c
2442                 Fix segfault
2443
2444 2006-07-04 [colin]      2.3.1cvs57
2445
2446         * src/mainwindow.c
2447         * src/news.c
2448                 Warning fixes, thanks to Fabien
2449
2450 2006-07-04 [colin]      2.3.1cvs56
2451
2452         * src/mimeview.c
2453         * src/mimeview.h
2454         * src/textview.c
2455                 Allow parts to be selected via their text label
2456                 in textview
2457
2458 2006-07-04 [colin]      2.3.1cvs55
2459
2460         * src/folderview.c
2461                 Feedback when closing (for big folders)
2462         * src/prefs_actions.c
2463         * src/prefs_filtering.c
2464         * src/prefs_matcher.c
2465         * src/prefs_template.c
2466                 Fix default button when closing without
2467                 having saved
2468
2469 2006-07-04 [colin]      2.3.1cvs54
2470
2471         * src/news.c
2472                 Delete local file on deletion
2473
2474 2006-07-03 [colin]      2.3.1cvs53
2475
2476         * src/folderview.c
2477         * src/main.c
2478                 Don't freeze when rescanning after crash
2479
2480 2006-07-03 [wwp]        2.3.1cvs52
2481
2482         * src/compose.c
2483         * src/privacy.c
2484         * src/privacy.h
2485         * src/plugins/pgpinline/pgpinline.c
2486         * src/plugins/pgpmime/pgpmime.c
2487                 don't report an error when the user cancels the passphrase dialog.
2488
2489 2006-07-02 [colin]      2.3.1cvs51
2490
2491         * src/folderview.c
2492                 Open message when crossing folders with Space,
2493                 goto next unread and friends
2494
2495 2006-07-01 [colin]      2.3.1cvs50
2496
2497         * src/prefs_account.c
2498                 Typographic rules varying from language
2499                 to language (in french "Protocole :"),
2500                 we have to do that :)
2501
2502 2006-07-01 [ticho]      2.3.1cvs49
2503
2504         * src/prefs_account.c
2505                 Only use one temporary gchar* variable in
2506                 prefs_account_protocol_set_optmenu().
2507
2508 2006-07-01 [ticho]      2.3.1cvs48
2509
2510         * src/prefs_account.c
2511         * src/prefs_account.h
2512                 Use GtkLabel for existing account protocol name.
2513                 Created an array for protocol names and populate the
2514                 combobox from it in a for() cycle.
2515
2516 2006-06-30 [colin]      2.3.1cvs47
2517
2518         * src/compose.c
2519                 Block undo when changing signature (by changing
2520                 account)
2521
2522 2006-06-30 [paul]       2.3.1cvs46
2523
2524         * src/send_message.c
2525                 when editing From in the Compose window, use that address
2526                 in the Return-Path: header
2527                 Thanks to Colin
2528
2529 2006-06-30 [colin]      2.3.1cvs45
2530
2531         * src/compose.c
2532                 Fix signature replacement:
2533                 - when no newline before separator
2534                 - when reediting
2535
2536 2006-06-29 [colin]      2.3.1cvs44
2537
2538         * src/folderview.c
2539         * src/folderview.h
2540         * src/mainwindow.c
2541         * src/summaryview.c
2542                 Let 'View/Go to/Next marked' work like
2543                 Next new & Next unread: across folders
2544                 Change the select_on_entry pref to do
2545                 what we want when changing folder
2546         * src/common/utils.c
2547                 Fix single-quoted links 
2548
2549 2006-06-29 [colin]      2.3.1cvs43
2550
2551         * src/gtk/gtkaspell.c
2552                 "Sylpheed" and "Sylpheed-Claws" do exist !
2553
2554 2006-06-29 [colin]      2.3.1cvs42
2555
2556         * src/imap.c
2557                 Forgot to remove debug
2558
2559 2006-06-29 [colin]      2.3.1cvs41
2560
2561         * src/imap.c
2562         * src/imap.h
2563         * src/mainwindow.c
2564                 Disconnect from IMAP servers when going
2565                 offline. Fixes bug #978 (going to offline-mode 
2566                 won't close connections)
2567
2568 2006-06-29 [colin]      2.3.1cvs40
2569
2570         * src/main.c
2571                 Fix transient setting on failing plugins
2572                 Patch by Fabien
2573         * src/plugins/pgpcore/sgpgme.c
2574                 Only warn for OpenPGP. Most people don't
2575                 have CMS available.
2576
2577 2006-06-29 [colin]      2.3.1cvs39
2578
2579         * src/compose.c
2580                 Fix Spelling menu (discrepancy between context menu
2581                 and top menu when folder's dictionary isn't the 
2582                 default one)
2583         * src/plugins/pgpcore/sgpgme.c
2584                 More error reporting about why gpgme can fail
2585
2586 2006-06-29 [wwp]        2.3.1cvs38
2587
2588         * src/mainwindow.c
2589                 honor the display-header-pane setting even when the message view
2590                 is a separate window.
2591
2592 2006-06-29 [wwp]        2.3.1cvs37
2593
2594         * src/prefs_actions.c
2595                 forgot to commit that one (use of GTK_STOCK_INFO).
2596
2597 2006-06-29 [colin]      2.3.1cvs36
2598
2599         * src/imap.c
2600                 Better handling of login errors (ask the password
2601                 again once), alert in case of error. Fix three
2602                 signedness warnings.
2603
2604 2006-06-28 [wwp]        2.3.1cvs35
2605
2606         * src/prefs_template.c
2607         * src/prefs_matcher.c
2608         * src/prefs_filtering_action.c
2609         * src/prefs_quote.c
2610                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2611                 patch by Fabien Vantard, slightly modified.
2612
2613 2006-06-28 [paul]
2614
2615         2.4.0-rc2 released
2616
2617 2006-06-28 [colin]      2.3.1cvs34
2618
2619         * src/prefs_account.c
2620                 Fix bug #977 (Can't add or edit imap accounts)
2621
2622 2006-06-28 [colin]      2.3.1cvs33
2623
2624         * src/mimeview.c
2625                 Fix previous
2626
2627 2006-06-28 [colin]      2.3.1cvs32
2628
2629         * src/mimeview.c
2630                 Save named inlined attachments with "Save all"
2631         * src/main.c
2632         * src/mbox.c
2633         * src/common/plugin.c
2634         * src/common/plugin.h
2635         * src/common/sylpheed.c
2636         * src/common/utils.c
2637         * src/plugins/pgpcore/sylpheed.def
2638         * src/plugins/pgpinline/sylpheed.def
2639         * src/plugins/pgpmime/sylpheed.def
2640                 Win32 compatibility patch, by
2641                 Werner Koch
2642
2643 2006-06-28 [wwp]        2.3.1cvs31
2644
2645         * src/imap.c
2646         * src/prefs_folder_item.c
2647                 less compilation warnings (thanks to Fabien Vantard), less typos.
2648
2649 2006-06-28 [paul]       2.3.1cvs30
2650
2651         * src/gtk/gtkutils.c
2652                 gtk_combo_box_set_focus_on_click() is only
2653                 available since gtk 2.6.0
2654
2655 2006-06-28 [paul]       2.3.1cvs29
2656
2657         * src/prefs_ext_prog.c
2658                 fix engrish and add a tooltip for the
2659                 'command for 'Display as text' option
2660
2661 2006-06-28 [paul]
2662
2663         2.4.0-rc1 released
2664
2665 2006-06-28 [paul]       2.3.1cvs28
2666
2667         * ChangeLog
2668         * tools/Makefile.am
2669                 include textviewer.pl in releases
2670
2671 2006-06-28 [paul]       2.3.1cvs27
2672
2673         * src/prefs_ext_prog.c
2674                 hide Print command option if libgnomeprint
2675                 support is present
2676
2677 2006-06-27 [colin]      2.3.1cvs26
2678
2679         * src/compose.c
2680                 Fix Esc handling in insert/attach dialog
2681                 Don't show this dialog if dragging something
2682                 else than text/uri-list
2683                 Thanks to Fabien Vantard
2684         * tools/textviewer.pl
2685                 Filter script to display stuff as text
2686                 by H. Merijn Brand
2687
2688 2006-06-27 [wwp]        2.3.1cvs25
2689
2690         * src/messageview.c
2691                 use the exact product name (message view title), patch
2692                 by Fabien Vantard.
2693
2694 2006-06-27 [ticho]      2.3.1cvs24
2695
2696         * src/prefs_account.c
2697         * src/prefs_common.c
2698         * src/prefs_common.h
2699         * src/prefs_ext_prog.c
2700         * src/textview.c
2701                 Add a preference (Preferences/External programs)
2702                 to allow "Display as text" to be done via a script
2703                 (patch by H.Merijn Brand).
2704                 Use GtkComboBox for protocol selection in account
2705                 preferences.
2706                 Only include current choice for existing accounts, and
2707                 insensitivize the combobox.
2708
2709 2006-06-27 [paul]       2.3.1cvs23
2710
2711         * src/mbox.c
2712                 fix crasher introduced in cvs21.
2713                 Thanks to Colin
2714
2715 2006-06-26 [colin]      2.3.1cvs22
2716
2717         * src/mbox.c
2718                 Fix double-frees when leaving folders
2719                 after exporting to mbox
2720
2721 2006-06-26 [colin]      2.3.1cvs21
2722
2723         * src/mbox.c
2724                 More feedback (and optimisation)
2725                 on import/export
2726         * src/common/utils.c
2727                 Fix case when looking for mail addresses
2728         * src/gtk/gtkutils.c
2729                 Extra check for (X-)Face
2730
2731 2006-06-25 [ticho]      2.3.1cvs20
2732
2733         * src/compose.c
2734         * src/exphtmldlg.c
2735         * src/gtk/gtkutils.c
2736         * src/gtk/gtkutils.h
2737                 Added second argument to gtkut_sc_combobox_create() to
2738                 control focus-on-click for the widget.
2739                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2740
2741 2006-06-25 [ticho]      2.3.1cvs19
2742
2743         * src/compose.c
2744         * src/gtk/Makefile.am
2745         * src/gtk/combobox.c
2746         * src/gtk/combobox.h
2747         * src/gtk/gtkutils.c
2748         * src/gtk/gtkutils.h
2749                 Use GtkComboBox instead of deprecated GtkOptionMenu
2750                 for account selector in compose window and for encoding
2751                 selector in attachment properties.
2752                 Also factorise working with the new GtkComboBox somewhat.
2753
2754 2006-06-24 [paul]       2.3.1cvs18
2755
2756         * src/prefs_common.c
2757                 use the correct default value
2758
2759 2006-06-24 [paul]       2.3.1cvs17
2760
2761         * src/compose.c
2762         * src/prefs_common.c
2763         * src/prefs_common.h
2764         * src/prefs_compose_writing.c
2765                 enable setting of default action when
2766                 dnd'ing files in the compose window.
2767                 (Collaborative effort with wwp)
2768
2769 2006-06-23 [wwp]        2.3.1cvs16
2770
2771         * src/compose.c
2772                 i18n fix (thanks to Fabien Vantard)
2773
2774 2006-06-22 [colin]      2.3.1cvs15
2775
2776         * src/prefs_customheader.c
2777                 Don't use filters in custom headers' file 
2778                 selector. Remember, extensions mean nothing :)
2779
2780 2006-06-22 [paul]       2.3.1cvs14
2781
2782         * configure.ac
2783                 allow setting of man directory location
2784
2785 2006-06-22 [colin]      2.3.1cvs13
2786
2787         * src/mainwindow.c
2788                 Add 'View/Go to/Next unread folder'.
2789                 I missed that :)
2790
2791 2006-06-22 [colin]      2.3.1cvs12
2792
2793         * src/common/utils.c
2794                 Add some subject prefixes
2795                 Patch by Bjorn T Johansen <btj@havleik.no>
2796
2797 2006-06-22 [colin]      2.3.1cvs11
2798
2799         * manual/advanced.xml
2800                 Forgotten hidden pref
2801
2802 2006-06-21 [paul]       2.3.1cvs10
2803
2804         * src/prefs_account.c
2805                 complete the removal of 'Add date header' option
2806
2807 2006-06-21 [paul]       2.3.1cvs9
2808
2809         * src/account.c
2810         * src/compose.c
2811         * src/prefs_account.c
2812         * src/prefs_account.h
2813                 remove option to add date header - always
2814                 add date header
2815         * src/etpan/imap-thread.c
2816                 fix warnings (Thanks to Colin)
2817
2818 2006-06-21 [wwp]        2.3.1cvs8
2819
2820         * src/folder.c
2821                 set the attachment flag when inline text part are (file)named. This is more convenient
2822                 when receiving (for instance) inline source files or patches sent using thunderbird.
2823
2824 2006-06-21 [paul]       2.3.1cvs7
2825
2826         * src/inc.c
2827                 fix off-by-one count of current msg in
2828                 statusbar filtering progressbar
2829
2830 2006-06-21 [paul]       2.3.1cvs6
2831
2832         * src/folder.c
2833                 Show attachment icon even if the part is 'inline'
2834                 if the following conditions are met:
2835                 - content-type != 'text/plain'
2836                 - content-type != '*/pgp-signature'
2837                 - either 'name' or 'filename' parameter is not NULL
2838                 
2839                 Thanks to Colin
2840
2841 2006-06-21 [paul]       2.3.1cvs5
2842
2843         * src/messageview.c
2844         * src/prefs_common.c
2845         * src/prefs_common.h
2846         * src/prefs_other.c
2847                 add an option to 'Never send Return
2848                 Receipts'
2849                 Thanks to Colin
2850
2851 2006-06-20 [mones]      2.3.1cvs4
2852
2853         * po/es.po
2854                 updated
2855         * src/compose.c
2856                 typo fixed (space after comma)
2857         * tools/make.themes.project
2858                 remove exec mode from tarball files
2859
2860 2006-06-20 [colin]      2.3.1cvs3
2861
2862         * src/news.c
2863         * src/procheader.c
2864         * src/unmime.c
2865                 Better fix for \n's in headers (don't 
2866                 break Received: and others)
2867
2868 2006-06-20 [paul]       2.3.1cvs2
2869
2870         * src/alertpanel.c
2871         * src/textview.c
2872                 improve legibility of phishing attempt
2873                 dialog
2874
2875 2006-06-20 [paul]       2.3.1cvs1
2876
2877         * NEWS
2878         * README
2879         * configure.ac
2880                 Update version number following
2881                 stable release
2882
2883 2006-06-20 [colin]      2.3.0cvs26
2884
2885         * src/compose.c
2886                 When dragging a file to the text of the compose
2887                 window, ask whether we want to insert or attach
2888                 (I know lots of people who do that to attach)
2889
2890 2006-06-20 [colin]      2.3.0cvs25
2891
2892         * src/etpan/imap-thread.c
2893                 Fix threshold (the append command is often > 32 bytes)
2894
2895 2006-06-19 [colin]      2.3.0cvs24
2896
2897         * src/imap.c
2898         * src/etpan/imap-thread.c
2899                 Workaround Rockliffe IMAP server bug: replace
2900                 "x UID SEARCH (ANSWERED UID 1:*)" with
2901                 "x UID SEARCH ANSWERED"
2902                 (Rockliffe doesn't handle the parenthesis)
2903
2904 2006-06-19 [colin]      2.3.0cvs23
2905
2906         * src/compose.c
2907         * src/imap.c
2908         * src/etpan/imap-thread.c
2909                 Probably fix bug #972 (Freezes when adding 
2910                 an attachment to the message)
2911         * src/common/defs.h
2912                 Modernize Firefox cmd
2913
2914
2915 2006-06-18 [colin]      2.3.0cvs22
2916
2917         * src/prefs_customheader.c
2918                 Only allow correct filenames for various
2919                 custom headers
2920
2921 2006-06-18 [colin]      2.3.0cvs21
2922
2923         * src/prefs_customheader.c
2924                 Add a 'From File...' button in custom headers prefs, which
2925                 try to do the right thing: 
2926                 for normal headers, use file as plaintext,
2927                 for X-Face, calls compface,
2928                 for Face, encode to b64.
2929
2930 2006-06-17 [colin]      2.3.0cvs20
2931
2932         * src/mh.c
2933                 Warning fix
2934
2935 2006-06-16 [colin]      2.3.0cvs19
2936
2937         * src/summaryview.c
2938                 Recursive quicksearch: show message list
2939                 in current folder, *then* search children
2940                 in the background.
2941
2942 2006-06-16 [colin]      2.3.0cvs18
2943
2944         * src/main.c
2945                 Instead of ignoring SIGPIPE, save caches
2946                 when getting one. Will fix the fact that
2947                 hot caches are out-of-date when logging 
2948                 out of Xorg.
2949         * src/compose.c
2950         * src/prefs_compose_writing.c
2951                 Only save text (not attachments) when 
2952                 auto-saving to drafts
2953         * src/unmime.c
2954                 Always replace \n, \r and \t with spaces
2955                 in headers
2956         * manual/dist/html/Makefile.am
2957         * manual/dist/pdf/Makefile.am
2958         * manual/dist/ps/Makefile.am
2959         * manual/dist/txt/Makefile.am
2960         * manual/fr/dist/html/Makefile.am
2961         * manual/fr/dist/pdf/Makefile.am
2962         * manual/fr/dist/ps/Makefile.am
2963         * manual/fr/dist/txt/Makefile.am
2964         * manual/pl/dist/html/Makefile.am
2965         * manual/pl/dist/pdf/Makefile.am
2966         * manual/pl/dist/ps/Makefile.am
2967         * manual/pl/dist/txt/Makefile.am
2968                 Fix make clean removing pregenerated manuals
2969
2970
2971 2006-06-16 [colin]      2.3.0cvs17
2972
2973         * src/plugins/pgpcore/sgpgme.c
2974         * src/plugins/pgpmime/pgpmime.c
2975         * src/plugins/pgpinline/pgpinline.c
2976                 Better error reporting in setup_signers.
2977                 Don't fallback to default key if specified
2978                 key isn't found.
2979                 Don't allow signing if more than one secret
2980                 key matches the one specified in prefs.
2981
2982 2006-06-15 [colin]      2.3.0cvs16
2983
2984         * src/folderview.c
2985                 Add "Send queue" in the folder's contextual
2986                 menu
2987         * src/compose.c
2988         * src/messageview.c
2989         * src/privacy.c
2990         * src/privacy.h
2991         * src/procmime.c
2992         * src/procmsg.c
2993         * src/plugins/pgpcore/passphrase.c
2994         * src/plugins/pgpcore/sgpgme.c
2995         * src/plugins/pgpinline/pgpinline.c
2996         * src/plugins/pgpmime/pgpmime.c
2997                 Better error reporting
2998         * src/mbox.c
2999                 Probably fix bug #971 (2.2.3 cannot read mail 
3000                 from local mbox)
3001
3002
3003 2006-06-15 [mones]      2.3.0cvs15
3004
3005         * tools/make.themes.project
3006                 creates the themes project from the web page
3007
3008 2006-06-15 [colin]      2.3.0cvs14
3009
3010         * src/folder.c
3011                 Better fix (avoid losing the folder if scan_tree 
3012                 fails)
3013
3014 2006-06-15 [cleroy]     2.3.0cvs13
3015
3016         * src/folder.c
3017                 Probably fix Bug #969 (crash on rebuilding 
3018                 imap folder)
3019
3020 2006-06-14 [colin]      2.3.0cvs12
3021
3022         * manual/dtd/manual.xsl
3023         * manual/sylpheed-claws-manual.xml
3024         * manual/fr/sylpheed-claws-manual.xml
3025         * manual/pl/sylpheed-claws-manual.xml
3026                 Insert pagebreaks between sections
3027
3028 2006-06-14 [paul]       2.3.0cvs11
3029
3030         * configure.ac
3031                 better fix than 2.3.0cvs10
3032
3033 2006-06-14 [paul]       2.3.0cvs10
3034
3035         * configure.ac
3036                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3037                 (backwards compatible)
3038
3039 2006-06-13 [colin]      2.3.0cvs9
3040
3041         * src/messageview.c
3042                 Fix sending of return receipt with the new queue folders
3043
3044 2006-06-13 [wwp]        2.3.0cvs8
3045
3046         * src/quote_fmt_lex.l
3047                 fix wrong tokens returned in quote_fmt lexer, query not().
3048
3049 2006-06-13 [wwp]        2.3.0cvs7
3050
3051         * src/folder.c
3052         * src/prefs_folder_item.c
3053                 allow changing folder type even when folder is not a top-level one,
3054                 thanks to Colin.
3055
3056 2006-06-12 [colin]      2.3.0cvs6
3057
3058         * src/folderview.c
3059                 Fix double-ask of "Do you want to mark all
3060                 as read"
3061
3062 2006-06-12 [colin]      2.3.0cvs5
3063
3064         * src/compose.c
3065         * src/compose.h
3066         * src/folder.c
3067         * src/folder.h
3068         * src/imap.c
3069         * src/inc.c
3070         * src/main.c
3071         * src/messageview.c
3072         * src/mh.c
3073         * src/prefs_folder_item.c
3074         * src/procheader.c
3075         * src/procmime.c
3076         * src/procmsg.c
3077         * src/procmsg.h
3078         * src/send_message.c
3079         * src/summaryview.c
3080         * src/toolbar.c
3081                 Apply bug #964's patch (Queue and drafts aren't normal)
3082                 The Drafts and Queue folder now contain RFC-822 files,
3083                 allowing to move and copy mails from and to these 
3084                 folders. Moving from Drafts to Queue will prepare the
3085                 mail for sending (PGP signature, encryption, etc).
3086                 This patch also rework sending errors handling to try
3087                 to be more helpful.
3088                 Also, allow redefining folder types via the GUI 
3089                 (Folder type in its Properties)
3090
3091 2006-06-12 [colin]      2.3.0cvs4
3092
3093         * src/summaryview.c
3094         * src/prefs_common.c
3095         * src/prefs_common.h
3096         * src/gedit-print.c
3097                 Allow to define a specific print font - patch
3098                 by Bernhard Walle <bernhard.walle@gmx.de>
3099         * src/prefs_fonts.c
3100         * manual/advanced.xml
3101         * manual/fr/advanced.xml
3102                 Add a hidden pref to allow deletion without
3103                 confirmation
3104
3105 2006-06-12 [wwp]        2.3.0cvs3
3106
3107         * .cvsignore
3108                 more files to ignore.
3109
3110 2006-06-12 [wwp]        2.3.0cvs2
3111
3112         * src/quote_fmt.c
3113         * src/quote_fmt_lex.l
3114         * src/quote_fmt_parse.y
3115                 extend the quote_fmt parser (templates and quotes):
3116                 - allow limited sub-expressions in |p{} and |f{} expressions,
3117                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3118                 - implemented/fixed missing implementation of query_references and show_references,
3119                 - completed, fixed contents and format of the symbols help dialog,
3120                 - fix some compilation warnings.
3121
3122 2006-06-12 [wwp]        2.3.0cvs1
3123
3124         * manual/advanced.xml
3125         * manual/fr/advanced.xml
3126                 updates in the "templates" section of the manual (eng/fr):
3127                  - be more precise (both versions)
3128                  - completed to match the english reference (fr version)
3129                  - touchups (both versions)
3130
3131 2006-06-12 [paul]       2.3.0
3132
3133         2.3.0 released
3134
3135 2006-06-12 [paul]       2.2.3cvs14
3136
3137         * po/ca.po
3138         * po/cs.po
3139         * po/de.po
3140         * po/el.po
3141         * po/fr.po
3142         * po/it.po
3143         * po/pt_BR.po
3144         * po/sr.po
3145         * po/zh_CN.po
3146                 updated by Miquel Oliete, Tim, Stephan Sachse,
3147                 Stavros Giannouris, Fabien Vantard, Andrea
3148                 Spadaccini, Frederico Goncalves Guimaraes,
3149                 Aleksandar Urosevic, and Ralgh Young
3150
3151 2006-06-12 [colin]      2.2.3cvs13
3152
3153         * src/mbox.c
3154                 Add missing header
3155
3156 2006-06-11 [colin]      2.2.3cvs12
3157
3158         * src/msgcache.c
3159                 Verify that g_malloc() succeeded
3160
3161 2006-06-11 [colin]      2.2.3cvs11
3162
3163         * src/wizard.c
3164                 Add Face header to welcome mail
3165
3166 2006-06-10 [colin]      2.2.3cvs10
3167
3168         * src/textview.c
3169                 Revert previous (Forgot it changes the
3170                 margin on the whole mail)
3171
3172 2006-06-10 [colin]      2.2.3cvs9
3173
3174         * src/textview.c
3175                 Don't overlap long headers under (X-)Face
3176
3177 2006-06-10 [mones]      2.2.3cvs8
3178
3179         * manual/xml2pdf
3180                 allow generation of manual on systems lacking saxon binary
3181                 but with java and the saxon library installed
3182
3183         * po/es.po
3184                 updated for release
3185
3186 2006-06-09 [colin]      2.2.3cvs7
3187
3188         * src/summaryview.c
3189                 Fix leak when using Display Sender using Addressbook
3190
3191 2006-06-09 [colin]      2.2.3cvs6
3192
3193         * src/compose.c
3194         * src/folder.c
3195         * src/folderview.c
3196         * src/mimeview.c
3197         * src/summaryview.c
3198                 More leaks fixes
3199
3200 2006-06-09 [paul]       2.2.3cvs5
3201
3202         * AUTHORS
3203         * src/gtk/authors.h
3204         * tools/claws.i18n.status.pl
3205                 updated with new info
3206
3207 2006-06-09 [paul]       2.2.3cvs4
3208
3209         * README
3210                 updated
3211         * manual/ack.xml
3212                 add wwp to authors list
3213         * src/gtk/authors.h
3214                 update mine and Colin's addresses
3215
3216 2006-06-08 [colin]      2.2.3cvs3
3217
3218         * src/etpan/imap-thread.c
3219                 Fix leak on SSL cert check
3220
3221 2006-06-08 [colin]      2.2.3cvs2
3222
3223         * src/common/utils.c
3224                 Fix leak
3225
3226 2006-06-08 [paul]       2.2.3cvs1
3227
3228         * configure.ac
3229                 Update version number following
3230                 stable release
3231
3232 2006-06-07 [colin]      2.2.2cvs3
3233
3234         * src/msgcache.c
3235                 Fix catching cache read errors (guint instead of gint)
3236                 Prevent malloc'ing more than 8MB (means cache corruption)
3237
3238 2006-06-07 [paul]       2.2.2cvs2
3239
3240         * src/exporthtml.c
3241         * src/exportldif.c
3242         * src/mh.c
3243         * src/mutt.c
3244         * src/pine.c
3245         * src/common/utils.c
3246                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3247                 obey $HOME'
3248                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3249                 Thanks to Colin
3250
3251 2006-06-06 [paul]       2.2.2cvs1
3252
3253         * configure.ac
3254                 Update version number following
3255                 stable release
3256
3257 2006-06-06 [paul]       2.2.1cvs6
3258
3259         * src/matcher.c
3260                 fix  implicit declaration of
3261                 sylpheed_do_idle()
3262                 Patch by Fabien Vantard
3263
3264 2006-06-06 [paul]       2.2.1cvs5
3265
3266         * src/matcher.c
3267                 fix age_greater and age_lower so that they
3268                 mean what say and not '...or equal to'
3269                 Thanks to Colin
3270
3271 2006-06-06 [paul]       2.2.1cvs4
3272
3273         * src/textview.c
3274         * src/common/utils.c
3275                 fix URI check
3276                 Thanks to Colin
3277
3278 2006-06-05 [wwp]        2.2.1cvs3
3279
3280         * manual/fr/account.xml
3281                 minor language fixes (thanks to Fabien Vantard).
3282
3283 2006-06-05 [colin]      2.2.1cvs2
3284
3285         * src/prefs_folder_item.c
3286         * src/folderview.c
3287                 Allow recursive setting of properties 
3288                 for whole mailboxes
3289         * src/matcher.c
3290                 Don't freeze on 'test' filtering rule
3291
3292 2006-06-05 [colin]      2.2.1cvs1
3293
3294         * configure.ac
3295                 Update version number following
3296                 stable release
3297
3298 2006-06-04 [wwp]        2.2.0cvs82
3299
3300         * manual/glossary.xml
3301         * manual/account.xml
3302         * manual/fr/glossary.xml
3303         * manual/fr/account.xml
3304                 added glossary section and references/links related to the Face custom header.
3305
3306 2006-06-04 [colin]      2.2.0cvs81
3307
3308         * src/summaryview.c
3309                 Skip to next message on move with no
3310                 immediate execution
3311
3312 2006-06-04 [wwp]        2.2.0cvs80
3313
3314         * manual/xml2pdf
3315                 added sanity checks, exit when needed.
3316
3317 2006-06-03 [paul]       2.2.0cvs79
3318
3319         * src/prefs_receive.c
3320                 page name is now 'Receiving'
3321         * src/prefs_send.c
3322                 page name is now 'Sending'
3323
3324 2006-06-03 [colin]      2.2.0cvs78
3325
3326         * src/plugins/spamassassin/spamassassin_gtk.c
3327                 Autoswitch to Localhost if transport was previously
3328                 disabled. Else people had to check [] Enable, then
3329                 *reselect* transport.
3330
3331 2006-06-03 [colin]      2.2.0cvs77
3332
3333         * src/plugins/pgpinline/pgpinline.c
3334         * src/plugins/pgpmime/pgpmime.c
3335                 Check that gpg_data_release_and_get_mem 
3336                 didn't fail (now, why this happens...)
3337
3338 2006-06-03 [colin]      2.2.0cvs76
3339
3340         * src/mbox.c
3341                 Fix bug #962 (Manual and/or UI should 
3342                 warn about incompatible locking 
3343                 causing dataloss)
3344
3345 2006-06-02 [cleroy]     2.2.0cvs75
3346
3347         * src/filtering.c
3348         * src/folder.c
3349         * src/procmsg.c
3350         * src/summaryview.c
3351                 Fix a few leaks
3352
3353 2006-06-02 [colin]      2.2.0cvs74
3354
3355         * src/main.c
3356                 On exit, free caches after writing them
3357                 Shuts up some valgrind false positives
3358         * src/procmsg.c
3359         * src/send_message.c
3360                 Fix races when reusing existing SMTP connections
3361                 Fix inexistant session timeout
3362         * src/toolbar.c
3363                 Display alertpanel after all queues have
3364                 been processed, not after each
3365
3366 2006-06-02 [wwp]        2.2.0cvs73
3367
3368         * manual/fr/glossary.xml
3369         * manual/fr/ack.xml
3370         * manual/ack.xml
3371                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3372
3373 2006-06-02 [wwp]        2.2.0cvs72
3374
3375         * manual/xml2pdf
3376         * manual/dist/pdf/Makefile.am
3377         * manual/dtd/manual.xsl
3378         * manual/fr/dist/pdf/Makefile.am
3379         * manual/pl/dist/pdf/Makefile.am
3380                 we changed the procedure to generate the .pdf version of the manual.
3381                 The procedure is more modern and the .pdf we get now has a valid index.
3382                 Here are the new pre-requisites:
3383
3384                 - JRE 1.x (1.4 here): there must be one from your distro
3385                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3386                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3387                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3388
3389                 See my posts for further info about the installation of this toolchain:
3390
3391                 Date: Fri, 19 May 2006 19:40:06 +0200
3392                 From: wwp <subscript@free.fr>
3393                 To: sylpheed-claws-devel@lists.sourceforge.net
3394                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3395
3396                 and
3397
3398                 Date: Wed, 24 May 2006 12:58:49 +0200
3399                 From: wwp <subscript@free.fr>
3400                 To: sylpheed-claws-devel@lists.sourceforge.net
3401                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3402
3403 2006-06-01 [colin]      2.2.0cvs71
3404
3405         * src/compose.c
3406                 Better guards against IMAP races
3407         * src/main.c
3408         * src/prefs_common.c
3409         * src/prefs_common.h
3410         * src/common/ssl_certificate.c
3411         * src/etpan/imap-thread.c
3412         * src/etpan/imap-thread.h
3413         * src/gtk/sslcertwindow.c
3414                 New hidden option ssl_skip_cert_check to 
3415                 avoid dups of bug #959 (libetpan linked
3416                 against gnutls and gnutls buggy on 64bit)
3417                 Present expired warning only once per
3418                 session/server.
3419         * manual/advanced.xml
3420         * manual/fr/advanced.xml
3421                 Document new option
3422
3423 2006-06-01 [wwp]        2.2.0cvs70
3424
3425         * src/messageview.c
3426                 fix for bug #961 (return receipt dialog 
3427                 complains incorrectly about return-path 
3428                 email adress being different), thanks 
3429                 to Colin.
3430
3431 2006-05-31 [cleroy]     2.2.0cvs69
3432
3433         * src/common/ssl.c
3434                 Guard against NULLs, although this
3435                 should never be an issue
3436
3437 2006-05-31 [colin]      2.2.0cvs68
3438
3439         * src/filtering.c
3440                 Use g_slist_prepend
3441         * src/imap.c
3442                 Don't remove caches when destroying folder, it
3443                 could (should) be done at exit
3444         * src/inc.c
3445                 free processing cache after incorporation
3446         * src/etpan/imap-thread.c
3447                 Maybe fix bug #959 (Crash on moving to emails 
3448                 to a imap account per ssl with a expired 
3449                 certificate.)
3450
3451 2006-05-30 [colin]      2.2.0cvs67
3452
3453         * src/summaryview.c
3454                 Put back event flush when displaying message
3455                 It avoids reading a bunch of messages just
3456                 by hitting shift-n for too long ;)
3457
3458 2006-05-29 [colin]      2.2.0cvs66
3459
3460         * src/summaryview.c
3461                 Remove useless g_warnings
3462
3463 2006-05-29 [colin]      2.2.0cvs65
3464
3465         * src/imap.c
3466                 Fix g_slist_append()s for performance
3467
3468 2006-05-29 [colin]      2.2.0cvs64
3469
3470         * src/compose.c
3471         * src/common/utils.c
3472                 Fix extraneous tab at start of addresses
3473         * src/mainwindow.c
3474                 Fix warnings (thanks to Fabien)
3475                 Fix crash at exit when composing messages 
3476                 exist
3477         * src/pop.c
3478                 Fix progress bar when deleting expired mails
3479                 Thanks to Hiro
3480         * src/summaryview.c
3481         * src/gtk/gtksctree.c
3482                 Fix re-sorting slowness
3483
3484 2006-05-29 [paul]       2.2.0cvs63
3485
3486         * src/mh.c
3487                 fetch full message when moving mails
3488                 from another mailbox, (fixed data loss
3489                 when filtering from IMAP to MH, introduced
3490                 in 2.2.0cvs57).
3491                 Thanks to Colin
3492
3493 2006-05-29 [mones]      2.2.0cvs62
3494
3495         * src/gtk/gtksctree.c
3496                 Unselect faster (patch by Colin)        
3497
3498 2006-05-26 [colin]      2.2.0cvs61
3499
3500         * src/summaryview.c
3501                 Unplug MSGINFO_UPDATE callback on delete too.
3502
3503 2006-05-26 [colin]      2.2.0cvs60
3504
3505         * src/foldersel.c
3506                 Fix bold in folder selection window with glib2.10
3507                 thanks Hiro
3508
3509 2006-05-26 [colin]      2.2.0cvs59
3510
3511         * src/procheader.c
3512                 Convert date only if necessary (and don't
3513                 try to convert from utf8 to utf8, too)
3514         * src/summaryview.c
3515                 Only set column's text if the column's 
3516                 displayed
3517
3518 2006-05-26 [colin]      2.2.0cvs58
3519
3520         * src/summaryview.c
3521         * src/gtk/gtkutils.c
3522                 Fix useless warning
3523
3524 2006-05-26 [colin]      2.2.0cvs57
3525
3526         * src/mainwindow.c
3527                 Make summaryview selectable as long as 
3528                 no message has focus
3529         * src/mh.c
3530                 Faster deletion (by implementing mh_remove_msgs)
3531                 Faster copy (avoid using mh_fetch_msg just to get
3532                 the filename)
3533                 Faster move (using move_file instead of copy_file
3534                 if MSG_IS_MOVE)
3535                 No progressbar if total number of mails to cp/mv 
3536                 is less than 100
3537         * src/summaryview.c
3538                 Fix removal from subject_table when mail gets moved
3539                 Faster deletion (g_slist_prepend instead of append)
3540         * src/gtk/gtksctree.c
3541                 Remove useless code
3542
3543 2006-05-25 [colin]      2.2.0cvs56
3544
3545         * src/common/ssl_certificate.c
3546                 Fix leak in expired cert check
3547
3548 2006-05-25 [colin]      2.2.0cvs55
3549
3550         * src/mh.c
3551                 Disable flags syncing on .mh_sequences - it
3552                 is buggy and marks mails read under unknown
3553                 conditions.
3554
3555 2006-05-25 [paul]
3556
3557         * 2.3.0-rc4 released
3558
3559 2006-05-24 [colin]      2.2.0cvs54
3560
3561         attention cvs users: if you manage to crash
3562         Sylpheed-Claws while moving, copying or deleting
3563         mails, we *are* interested in stack traces and
3564         valgrind logs. It looks stable, but one never
3565         knows...
3566
3567         * src/folder.c
3568                 Add progressbar for cache updates
3569         * src/folderutils.c
3570                 Optimize Mark all read in the current
3571                 folder
3572         * src/mh.c
3573                 Add progressbar for copy/move
3574         * src/procmsg.c
3575                 Optimize O(n^2) in copy/move
3576         * src/summaryview.c
3577         * src/gtk/gtksctree.c
3578                 Optimize O(n^2) algos
3579         * src/common/timing.h
3580                 Display ms instead of us
3581
3582 2006-05-24 [wwp]        2.2.0cvs53
3583
3584         * manual/fr/advanced.xml
3585                 updates to the French manual.
3586
3587 2006-05-24 [wwp]        2.2.0cvs52
3588
3589         * src/common/utils.c
3590                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3591
3592 2006-05-24 [wwp]        2.2.0cvs51
3593
3594         * src/folderutils.c
3595                 fixed "mark all read" in MH folders (thanks to Colin).
3596
3597 2006-05-24 [paul]       2.2.0cvs50
3598
3599         * doc/man/sylpheed-claws.1
3600                 updated the man page
3601
3602 2006-05-23 [colin]      2.2.0cvs49
3603
3604         * src/folderview.c
3605         * src/imap.c
3606         * src/inc.c
3607         * src/mbox.c
3608         * src/messageview.c
3609         * src/news.c
3610         * src/send_message.c
3611         * src/summaryview.c
3612         * src/gtk/sslcertwindow.c
3613                 alertpanel fixes, by Fabien
3614
3615 2006-05-23 [colin]      2.2.0cvs48
3616
3617         * src/folder.c
3618         * src/folderview.c
3619         * src/msgcache.c
3620         * src/summaryview.c
3621         * src/gtk/gtksctree.c
3622         * src/gtk/gtksctree.h
3623                 More timings
3624                 Fix slow loading problem, which was caused by the
3625                 use of some gtk_ctree funcs and their use of
3626                 g_list_position while gtk_ctree_(un)link'ing.
3627                 Reap more functions from gtkctree.c to be sure we
3628                 use our (fast) version instead of theirs.
3629         * src/mh.c
3630                 Fix copy of unread mails
3631
3632
3633 2006-05-22 [wwp]        2.2.0cvs47
3634
3635         * manual/fr/advanced.xml
3636                 updated.
3637
3638 2006-05-22 [colin]      2.2.0cvs46
3639
3640         * src/filtering.c
3641                 Fix possible infinite loop. 'copy' is not a 
3642                 final action, so when encountering a 'copy',
3643                 we have to check if a previous one was set
3644                 and do it. In the same way, if we encounter
3645                 a 'move' we have to perform a possibly 
3646                 pending 'copy'. This will slow down filtering
3647                 on IMAP if move+copy or multiple copy actions
3648                 are to be done, but handling it via the batch
3649                 would be really too convoluted.
3650
3651 2006-05-22 [wwp]        2.2.0cvs45
3652
3653         * manual/fr/advanced.xml
3654         * manual/fr/faq.xml
3655         * manual/fr/glossary.xml
3656         * manual/fr/handling.xml
3657         * manual/fr/intro.xml
3658         * manual/fr/plugins.xml
3659         * manual/fr/sylpheed-claws-manual.xml
3660                 sync w/ the english manual: updates URIs, documented mailing-list
3661                 support, better explanation about the enabled/disabled feature
3662                 in filtering/processing rules by Paul.
3663
3664 2006-05-21 [colin]      2.2.0cvs44
3665
3666         * src/summaryview.c
3667                 Don't expand after building threads, but during
3668
3669 2006-05-21 [colin]      2.2.0cvs43
3670
3671         * src/procmsg.c
3672         * src/summaryview.c
3673                 More timing possibilities... For next time I have 
3674                 to find out how the hell some 3GHz computer takes
3675                 one minute to open a 30k folder...
3676
3677 2006-05-21 [colin]      2.2.0cvs42
3678
3679         * manual/pl/advanced.xml
3680         * manual/pl/faq.xml
3681         * manual/pl/glossary.xml
3682         * manual/pl/handling.xml
3683         * manual/pl/intro.xml
3684         * manual/pl/plugins.xml
3685         * manual/pl/sylpheed-claws-manual.xml
3686                 Polish manual updated by Pawel
3687
3688 2006-05-20 [colin]
3689
3690         * 2.3.0-rc3 released
3691
3692 2006-05-20 [colin]      2.2.0cvs41
3693
3694         * src/imap.c
3695                 Fix -rc2 problems:
3696                 - remove cache of moved messages from original folder
3697                 - apply new flags to messages even if they aren't appliable
3698                   via IMAP.
3699
3700 2006-05-20 [colin]
3701
3702         * 2.3.0-rc2 released
3703
3704 2006-05-19 [colin]      2.2.0cvs40
3705
3706         * src/imap.c
3707                 Don't issue SELECT in imap_change_flags
3708                 before having checked that we indeed have
3709                 some flags to change. MSG_POSTFILTERED for
3710                 example can't be used on IMAP.
3711                 Fixes bug #955 (copying messages between 
3712                 imap folders is extremely slow), which was
3713                 a regression.
3714
3715 2006-05-19 [colin]      2.2.0cvs39
3716
3717         * src/folder.c
3718         * src/folder.h
3719         * src/folderview.c
3720                 Try to fix bug #830 (Some unread messages 
3721                 get marked read in IMAP inbox):
3722                 - Prevent scanning a folder if it's being 
3723                   opened via the GUI
3724                 - Postpone opening via the GUI of a folder
3725                   currently scanned.
3726
3727
3728 2006-05-19 [wwp]        2.2.0cvs38
3729
3730         * manual/advanced.xml
3731                 fix English+typo (thanks to Paul).
3732
3733 2006-05-19 [wwp]        2.2.0cvs37
3734
3735         * manual/advanced.xml
3736         * manual/fr/advanced.xml
3737         * src/gtk/logwindow.c
3738         * src/prefs_common.c
3739         * src/prefs_common.h
3740                 added hidden prefs to allow customization of colors used in
3741                 protocol log window (useful for dark gtk+ themes).
3742
3743 2006-05-19 [wwp]        2.2.0cvs36
3744
3745         * ChangeLog
3746                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3747
3748 2006-05-19 [paul]       2.2.0cvs35
3749
3750         * src/textview.c
3751                 make Reply-To fully clickable
3752         * src/gtk/logwindow.c
3753                 more colouring (SMTP ESMTP)
3754         Both patches by Pawel Pekala
3755
3756 2006-05-19 [cleroy]     2.2.0cvs34
3757
3758         * src/mh.c
3759                 Don't update flags from current folder
3760                 Probably fixes bug #935 (Read Messages 
3761                 Revert to Being Marked as Unread)
3762
3763 2006-05-18 [colin]      2.2.0cvs33
3764
3765         * src/imap.c
3766                 Warning fix
3767         * src/compose.c
3768         * src/mainwindow.c
3769         * src/summaryview.c
3770         * src/toolbar.c
3771                 Allow replying to multiple emails
3772                 in multiple windows
3773         * src/mimeview.c
3774         * src/etpan/imap-thread.c
3775                 Leak fixes
3776
3777 2006-05-18 [paul]       2.2.0cvs32
3778
3779         * src/summaryview.c
3780                 keep Mailing-List menu refreshed
3781                 Thanks to Colin
3782
3783 2006-05-18 [paul]       2.2.0cvs31
3784
3785         * manual/advanced.xml
3786         * manual/faq.xml
3787         * manual/glossary.xml
3788         * manual/handling.xml
3789         * manual/intro.xml
3790         * manual/plugins.xml
3791         * manual/sylpheed-claws-manual.xml
3792                 update URLs
3793                 add info about mailing-list support
3794                 edit filtering info
3795         * src/wizard.c
3796         * src/common/defs.h
3797         * src/gtk/about.c
3798         * src/plugins/dillo_viewer/README
3799                 update URLs
3800
3801 2006-05-17 [wwp]        2.2.0cvs30
3802
3803         * manual/handling.xml
3804         * manual/fr/handling.xml
3805                 documented the ability to enabled/disable filtering/processing rules.
3806
3807 2006-05-17 [colin]      2.2.0cvs29
3808
3809         * src/main.c
3810                 Don't initialize g_thread subsystem if it's 
3811                 already done (thanks to Hiro)
3812         * src/mimeview.c
3813                 Fix saving of parts when there name can't be
3814                 converted from UTF-8.
3815
3816 2006-05-17 [paul]       2.2.0cvs28
3817
3818         * po/Makefile.in.in
3819                 fix config.status warning with autoconf 2.60
3820
3821 2006-05-17 [paul]       2.2.0cvs27
3822
3823         * po/POTFILES.in
3824                 add src/mbox.c
3825
3826 2006-05-17 [wwp]        2.2.0cvs26
3827
3828         * src/mainwindow.c
3829                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3830
3831 2006-05-17 [wwp]        2.2.0cvs25
3832
3833         * src/plugins/demo/demo.c
3834                 updated product name in plugin demo (many plugins need to be
3835                 sync'ed w/ that change).
3836
3837 2006-05-17 [colin]      2.2.0cvs24
3838
3839         * src/mh.c
3840                 Fix leak
3841
3842 2006-05-16 [colin]      2.2.0cvs23
3843
3844         * src/mainwindow.c
3845                 Stupid me hit again. Fix cvs22.
3846
3847 2006-05-16 [colin]      2.2.0cvs22
3848
3849         * src/mainwindow.c
3850                 Fix bug #922 (sylpheed-claws crashed after 
3851                 pushing on Inbox folder)
3852
3853 2006-05-16 [colin]      2.2.0cvs21
3854
3855         * src/compose.c
3856                 Make From header be copy/paste/select-able
3857
3858 2006-05-16 [wwp]        2.2.0cvs20
3859
3860         * src/export.c
3861         * src/matcher.c
3862         * src/summaryview.c
3863         * src/etpan/imap-thread.c
3864                 fix some compiler warnings (thanks to Colin).
3865
3866 2006-05-16 [wwp]        2.2.0cvs19
3867
3868         * src/action.c
3869         * src/gedit-print.c
3870         * src/inc.c
3871         * src/mainwindow.c
3872         * src/mh.c
3873         * src/statusbar.c
3874         * src/send_message.c
3875         * src/summaryview.c
3876                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3877
3878 2006-05-15 [colin]      2.2.0cvs18
3879
3880         * src/procmsg.c
3881                 Fix automatic rule creation with List-Post
3882
3883 2006-05-15 [paul]       2.2.0cvs17
3884
3885         * tools/filter_conv_new.pl
3886                 updated for rule enabling/disabling
3887                 claws version >= 2.3.x required
3888
3889 2006-05-15 [cleroy]     2.2.0cvs16
3890
3891         * src/main.c
3892                 Revert test
3893
3894 2006-05-15 [cleroy]     2.2.0cvs15
3895
3896         * src/main.c
3897                 test
3898
3899 2006-05-15 [wwp]        2.2.0cvs14
3900
3901         * manual/pl/.cvsignore
3902                 ignore generated files.
3903
3904 2006-05-14 [wwp]        2.3.0-rc1
3905
3906         * 2.3.0-rc1 released
3907
3908 2006-05-13 [wwp]        2.2.0cvs13
3909
3910         * src/filtering.c
3911         * src/filtering.h
3912         * src/matcher.c
3913         * src/matcher_parser_lex.l
3914         * src/matcher_parser_parse.y
3915         * src/prefs_filtering.c
3916                 new feature: provide the ability to disable filtering and processing
3917                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3918                 adaptations.
3919
3920 2006-05-13 [colin]      2.2.0cvs12
3921
3922         * src/compose.c
3923                 Remove useless if (a) b; else b;
3924                 Thanks to wwp
3925
3926 2006-05-13 [wwp]        2.2.0cvs11
3927
3928         * src/export.c
3929         * src/import.c
3930         * src/mainwindow.c
3931         * src/mbox.c
3932         * src/summaryview.c
3933         * src/summaryview.h
3934                 no more silent failures (or at least less ones) when importing
3935                 or exporting from/to mbox. Also start importing/exporting if
3936                 the necessary info is set.
3937
3938 2006-05-13 [wwp]        2.2.0cvs10
3939
3940         * RELEASE_NOTES
3941                 restored up-to-date release notes.
3942
3943 2006-05-13 [paul]       2.2.0cvs9
3944
3945         * po/nl.po
3946         * po/ru.po
3947                 updated by Tim Dijkstra and Pavlo Bohmat
3948
3949 2006-05-12 [colin]      2.2.0cvs8
3950
3951         * src/gtk/quicksearch.c
3952                 Add "k" as shortcut for "colorlabel". Patch
3953                 by ath42@users.sf.net.
3954
3955 2006-05-12 [paul]       2.2.0cvs7
3956
3957         * src/prefs_common.h
3958         * src/prefs_summaries.c
3959         * src/summaryview.c
3960                 when entering a folder also allow
3961                 going directly to first Marked message
3962
3963 2006-05-12 [paul]       2.2.0cvs6
3964
3965         * src/summaryview.c
3966                 always obey 'confirm before marking all
3967                 mails read' option
3968
3969 2006-05-12 [paul]       2.2.0cvs5
3970
3971         * src/textview.c
3972                 make Sender fully clickable
3973
3974 2006-05-12 [colin]      2.2.0cvs4
3975
3976         * src/compose.c
3977         * src/compose.h
3978                 Let From be editable
3979         * src/main.c
3980         * src/mh.c
3981                 Full support of .mh_sequences' Unseen seq
3982
3983 2006-05-12 [colin]      2.2.0cvs3
3984
3985         * src/folder.c
3986         * src/mainwindow.c
3987         * src/mainwindow.h
3988         * src/messageview.c
3989         * src/prefs_spelling.c
3990         * src/procheader.c
3991         * src/procmsg.c
3992         * src/procmsg.h
3993         * src/summaryview.c
3994         * src/toolbar.c
3995         * src/toolbar.h
3996                 Add contextual menu on Compose toolbar
3997                 button. Fixes bug #944 (Automatic
3998                 addresses not applied when changing account
3999                 from compose window)
4000                 add Mailing List support
4001                 based on the old 0.6.5claws25 patch by
4002                 Melvin Hadasht, with finishing touches
4003                 by Colin
4004                 Fix "ignore thread" when mails are threaded by
4005                 subject (and weren't ignored although appearing
4006                 in the thread).
4007                 GUI rework.
4008                 Both patches by Pawel.
4009
4010 2006-05-08 [paul]       2.2.0cvs2
4011
4012         * src/mainwindow.c
4013         * src/mainwindow.h
4014         * src/messageview.c
4015         * src/procheader.c
4016         * src/procmsg.c
4017         * src/procmsg.h
4018         * src/summaryview.c
4019                 add Mailing List support
4020                 based on the old 0.6.5claws25 patch by 
4021                 Melvin Hadasht, with finishing touches
4022                 by Colin
4023
4024 2006-05-08 [colin]      2.2.0cvs1
4025
4026         * src/mainwindow.c
4027         * src/toolbar.c
4028         * src/toolbar.h
4029                 Add contextual menu on Compose toolbar 
4030                 button. Fixes bug #944 (Automatic 
4031                 addresses not applied when changing account 
4032                 from compose window)
4033
4034 2006-05-08 [paul]       2.2.0
4035
4036         2.2.0 released
4037
4038 2006-05-08 [paul]       2.1.1cvs51
4039
4040         * po/cs.po
4041         * po/de.po
4042         * po/en_GB.po
4043         * po/fi.po
4044         * po/fr.po
4045         * po/pt_BR.po
4046         * po/sr.po
4047         * po/zh_CN.po
4048                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4049                 Fabien Vantard, Frederico Goncalves Guimaraes,
4050                 Aleksandar Urosevic, and Ralgh Young
4051
4052 2006-05-12 [colin]      2.1.1cvs50
4053
4054         * po/cs.po
4055         * po/de.po
4056         * po/en_GB.po
4057         * po/es.po
4058         * po/fi.po
4059         * po/fr.po
4060         * po/pt_BR.po
4061         * po/sr.po
4062         * po/zh_CN.po
4063                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4064                 Fabien Vantard, Frederico Goncalves Guimaraes,
4065                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4066
4067 2006-05-05 [colin]      2.1.1cvs49
4068
4069         * manual/Makefile.am
4070         * manual/pl/Makefile.am
4071         * manual/pl/account.xml
4072         * manual/pl/ack.xml
4073         * manual/pl/addrbook.xml
4074         * manual/pl/advanced.xml
4075         * manual/pl/faq.xml
4076         * manual/pl/glossary.xml
4077         * manual/pl/gpl.xml
4078         * manual/pl/handling.xml
4079         * manual/pl/intro.xml
4080         * manual/pl/keyboard.xml
4081         * manual/pl/plugins.xml
4082         * manual/pl/starting.xml
4083         * manual/pl/sylpheed-claws-manual.xml
4084         * manual/pl/dist/.cvsignore
4085         * manual/pl/dist/Makefile.am
4086         * manual/pl/dist/html/.cvsignore
4087         * manual/pl/dist/html/Makefile.am
4088         * manual/pl/dist/pdf/.cvsignore
4089         * manual/pl/dist/pdf/Makefile.am
4090         * manual/pl/dist/ps/.cvsignore
4091         * manual/pl/dist/ps/Makefile.am
4092         * manual/pl/dist/txt/.cvsignore
4093         * manual/pl/dist/txt/Makefile.am
4094                 Add the polish translation of the manual,
4095                 Authored by Pawel Pekala.
4096
4097 2006-05-05 [cleroy]     2.1.1cvs48
4098
4099         * src/main.c
4100                 Re-read matcherrc after loading plugins 
4101                 if some of them add folders.
4102
4103 2006-05-03 [colin]      2.1.1cvs47
4104
4105         * src/imap.c
4106                 I'm idiot
4107
4108 2006-05-03 [colin]      2.1.1cvs46
4109
4110         * src/imap.c
4111                 Be sure to have a session when
4112                 getting separator
4113
4114 2006-05-03 [colin]      2.1.1cvs45
4115
4116         * src/imap.c
4117         * src/imap.h
4118         * src/imap_gtk.c
4119                 Fix preventing renaming with namespace 
4120                 separator.
4121
4122 2006-05-01 [colin]      2.1.1cvs44
4123
4124         * src/action.c
4125                 Don't reload messageview when result of
4126                 action is piped.
4127
4128 2006-04-29 [colin]      2.1.1cvs43
4129
4130         * src/prefs_receive.c
4131         * src/plugins/spamassassin/spamassassin_gtk.c
4132         * src/plugins/clamav/clamav_plugin_gtk.c
4133                 GUI fixes by Pawel
4134
4135 2006-04-29 [colin]      2.1.1cvs42
4136
4137         * src/prefs_compose_writing.c
4138         * src/prefs_quote.c
4139                 Cleanups. Patch by Pawel
4140
4141 2006-04-28 [paul]       2.1.1cvs41
4142
4143         * src/matcher.c
4144                 fix returned quick search results when search
4145                 term contains an underscore.
4146                 Thanks to Colin
4147
4148 2006-04-28 [paul]       2.1.1cvs40
4149
4150         * src/prefs_message.c
4151         * src/prefs_receive.c
4152                 GUI cleanups
4153                 Patches by Pawel Pekala
4154
4155 2006-04-27 [colin]      2.1.1cvs39
4156
4157         * src/wizard.c
4158                 Differentiate subject Welcome from
4159                 window's title Welcome
4160
4161 2006-04-27 [paul]
4162
4163         2.2.0-rc1 released
4164
4165 2006-04-27 [paul]       2.1.1cvs38
4166
4167         * manual/advanced.xml
4168         * manual/fr/advanced.xml
4169                 add info about compose_no_markup hidden pref
4170
4171 2006-04-27 [paul]       2.1.1cvs37
4172
4173         * src/prefs_account.c
4174                 improve privacy labels
4175         * src/prefs_msg_colors.c
4176                 change some strings for translators' convenience
4177         * src/gtk/gtkutils.c
4178                 don't underline the link button text
4179
4180 2006-04-25 [colin]      2.1.1cvs36
4181
4182         * src/folder.c
4183                 Complete 2.1.1cvs33 (once more ;)
4184
4185 2006-04-25 [colin]      2.1.1cvs35
4186
4187         * src/editldap.c
4188                 Fix tooltip
4189
4190 2006-04-25 [cleroy]     2.1.1cvs34
4191
4192         * src/compose.c
4193         * src/gtk/gtkaspell.c
4194                 Fix crash on redirect (related to the return 
4195                 of the aspell menu in compose's toolbar)
4196         * src/prefs_msg_colors.c
4197                 Fix sensitivity widgets
4198         * src/image_viewer.c
4199         * src/gtk/pluginwindow.c
4200         * src/gtk/prefswindow.c
4201                 Change released signals to clicked (Fabien)
4202         * po/POTFILES.in
4203         * src/common/socket.c
4204         * src/plugins/spamassassin/spamassassin.c
4205                 Translate strings (Fabien)
4206
4207 2006-04-25 [paul]       2.1.1cvs33
4208
4209         * src/folder.c
4210         * src/folder.h
4211         * src/folderview.c
4212                 complete the fix of bug #912
4213                 Thanks to Colin
4214
4215 2006-04-25 [colin]      2.1.1cvs32
4216
4217         * src/news.c
4218                 Better progress bar
4219         * src/mimeview.c
4220         * src/summaryview.c
4221         * src/summaryview.h
4222                 Fix focus chain
4223                 Patches by Pawel Pekala
4224
4225 2006-04-24 [colin]      2.1.1cvs31
4226
4227         * src/compose.c
4228                 Fix compilation warnings (Fabien)
4229
4230 2006-04-24 [colin]      2.1.1cvs30
4231
4232         * src/addrindex.c
4233         * src/editldap.c
4234         * src/editldap_basedn.c
4235         * src/editldap_basedn.h
4236         * src/ldapctrl.c
4237         * src/ldapctrl.h
4238         * src/ldapquery.c
4239         * src/ldaputil.c
4240         * src/ldaputil.h
4241                 Fix bug #901 (LDAPS support)
4242
4243 2006-04-24 [colin]      2.1.1cvs29
4244
4245         * src/compose.c
4246                 Fix logic on error with send dialog on
4247         * src/imap.c
4248                 Fix compilation without libetpan, thanks
4249                 to Fabien
4250         * src/summaryview.c
4251                 Fix 'context-menu' key
4252
4253 2006-04-23 [colin]      2.1.1cvs28
4254
4255         * src/folder.c
4256                 Never free current's cache to free up 
4257                 memory. Fixes bug #912 (new count 
4258                 randomly set to message count)
4259
4260 2006-04-23 [colin]      2.1.1cvs27
4261
4262         * src/gtk/quicksearch.c
4263                 And remove printf...
4264
4265 2006-04-23 [colin]      2.1.1cvs26
4266
4267         * src/gtk/quicksearch.c
4268                 Fix replacing in quicksearch, and fix inserting
4269                 in the middle of the string. (introduced at 2.1.0cvs22)
4270
4271 2006-04-23 [colin]      2.1.1cvs25
4272
4273         * src/imap.c
4274                 Make sure uidnext is initialized in get_num_list
4275                 (not for stable, related to 2.1.1cvs8 and friends)
4276
4277 2006-04-23 [colin]      2.1.1cvs24
4278
4279         * src/imap.c
4280                 Output something when login is successful
4281                 too
4282
4283 2006-04-23 [colin]      2.1.1cvs23
4284
4285         * src/etpan/imap-thread.c
4286                 Better logging (line-per-line, hide data in fetch)
4287                 Fix a const warning
4288         * src/gtk/logwindow.c
4289         * src/gtk/logwindow.h
4290                 Better logging (color for input/output)
4291
4292 2006-04-21 [colin]      2.1.1cvs22
4293
4294         * src/gtk/quicksearch.c
4295                 On gtk+-2.8, use stock buttons in quicksearch
4296                 Based on a patch by Fabien and a design by Paul
4297
4298 2006-04-21 [colin]      2.1.1cvs21
4299
4300         * src/folderview.c
4301         * src/mainwindow.c
4302                 Fix occasional flicker in folderview
4303         * src/common/utils.c
4304                 Fix bug #943 (Incorrectly parsed email address 
4305                 list in short headers on message view and in 
4306                 printouts)
4307
4308 2006-04-20 [colin]      2.1.1cvs20
4309
4310         * src/imap.c
4311         * src/imap.h
4312         * src/prefs_account.c
4313                 Add ANONYMOUS auth for IMAP
4314
4315 2006-04-20 [paul]       2.1.1cvs19
4316
4317         * src/main.c
4318                 proper fix for 2.1.1cvs18
4319                 Thanks to Colin
4320
4321 2006-04-20 [paul]       2.1.1cvs18
4322
4323         * src/main.c
4324                 fix build warnings
4325
4326 2006-04-20 [paul]       2.1.1cvs17
4327
4328         * src/gtk/quicksearch.c
4329                 fix standard, non-extended Quick search,
4330                 was broken in 2.1.1cvs15.
4331                 Thanks to Colin.
4332
4333 2006-04-20 [colin]      2.1.1cvs16
4334
4335         * src/prefs_matcher.c
4336                 Fix values when reselecting a ~test
4337                 rule
4338
4339 2006-04-19 [colin]      2.1.1cvs15
4340
4341         * src/compose.c
4342         * src/compose.h
4343         * src/gtk/gtkaspell.c
4344         * src/gtk/gtkaspell.h
4345                 Put back Options menu in Spelling/
4346         * src/gtk/quicksearch.c
4347                 Don't search, and show error, if the
4348                 advanced search has a syntax error
4349
4350 2006-04-18 [colin]      2.1.1cvs14
4351
4352         * src/textview.c
4353                 Fix gdk warnings on set_cursor when textview
4354                 isn't visible
4355
4356 2006-04-18 [colin]      2.1.1cvs13
4357
4358         * src/gtk/gtksctree.c
4359                 Remove seemingly useless refresh that causes
4360                 flicker - watch this commit in case of 
4361                 problems before planned backport to stable
4362
4363 2006-04-18 [colin]      2.1.1cvs12
4364
4365         * src/imap.c
4366                 Factorize get/set_xml code
4367         * src/compose.c
4368         * src/prefs_account.c
4369         * src/prefs_account.h
4370         * src/procmsg.c
4371                 Add Encrypt to self option
4372
4373 2006-04-17 [colin]      2.1.1cvs11
4374
4375         * configure.ac
4376                 Fix search on encrpyt function on dragonfly
4377                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4378
4379 2006-04-17 [colin]      2.1.1cvs10
4380
4381         * src/prefs_account.c
4382                 Be safe by default: remove mails from POP3
4383                 after 7 days, not immediately
4384
4385 2006-04-17 [colin]      2.1.1cvs9
4386
4387         * src/etpan/imap-thread.c
4388                 Fix build on DragonFly - patch by 
4389                 Jonathan Buschmann <jonthn@agmact.com>
4390
4391 2006-04-17 [colin]      2.1.1cvs8
4392
4393         * src/imap.c
4394                 Save uidnext between sessions
4395
4396 2006-04-17 [colin]      2.1.1cvs7
4397
4398         * src/imap.c
4399                 scan is required when uid validity changes
4400
4401 2006-04-17 [colin]      2.1.1cvs6
4402
4403         * src/folderview.c
4404                 Don't scan if not necessary, apart in current
4405                 folder and INBOX to fetch flags.
4406         * src/imap.c
4407                 Scan is necessary if unread count changes
4408
4409 2006-04-17 [colin]      2.1.1cvs5
4410
4411         * src/imap.c
4412                 ...But always fetch ANSWERED and DELETED flags for
4413                 INBOX, as filtering can happen on these flags.
4414
4415 2006-04-17 [colin]      2.1.1cvs4
4416
4417         * src/imap.c
4418                 Don't fetch REPLIED and DELETED flags when synchronising
4419                 flags with a closed folder. We only need UNSEEN and FLAGGED
4420                 to update the folderview.
4421
4422 2006-04-17 [colin]      2.1.1cvs3
4423
4424         * src/imap.c
4425                 Faster flag search when there are new mails 
4426                 in a folder. We can do a full search if the 
4427                 folder contains less messages than the new
4428                 list.
4429
4430 2006-04-17 [colin]      2.1.1cvs2
4431
4432         * po/cs.po
4433         * po/de.po
4434         * po/fr.po
4435         * po/nl.po
4436         * po/pt_BR.po
4437                 Update translations from stable branch
4438
4439 2006-04-17 [colin]      2.1.1cvs1
4440
4441         * configure.ac
4442                 Bump version to follow stable release
4443
4444 2006-04-16 [mones]      2.1.0cvs50
4445
4446         * po/es.po
4447                 Updated for release
4448
4449 2006-04-16 [colin]      2.1.0cvs49
4450
4451         * src/textview.c
4452                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4453                 with gtk < 2.8. Thanks to Fabien Vantard.
4454
4455 2006-04-15 [colin]      2.1.0cvs48
4456
4457         * src/etpan/imap-thread.c
4458                 Fix bug #919 (libetpan: SEGV when connecting 
4459                 using command)
4460
4461 2006-04-14 [colin]      2.1.0cvs47
4462
4463         * src/main.c
4464                 Fix race on --select (should be done better)
4465
4466 2006-04-14 [wwp]        2.1.0cvs46
4467
4468         * src/send_message.c
4469                 enforce a check for domain in account prefs (a sending
4470                 error could be faced if domain was checked but no value set),
4471                 thanks to Colin.
4472
4473 2006-04-14 [colin]      2.1.0cvs45
4474
4475         * src/codeconv.c
4476                 when converting from unknown to unknown, if the
4477                 string is UTF8, don't convert it to the locale
4478                 (which breaks it)
4479
4480 2006-04-14 [colin]      2.1.0cvs44
4481
4482         * src/compose.c
4483                 Don't try to use ASCII for converting headers
4484                 (as done in body)
4485
4486 2006-04-14 [paul]       2.1.0cvs43
4487
4488         * src/crash.c
4489                 add locale/charset info to crash report
4490         * src/gtk/about.c
4491                 add wwp to doc team
4492                 replace 'e-mail' with preferred 'email'
4493         * src/gtk/authors.h
4494                 ensure contributors list is in alphabetical
4495                 order
4496
4497 2006-04-13 [colin]      2.1.0cvs42
4498
4499         * src/textview.c
4500                 Prevent gdk warnings
4501
4502 2006-04-13 [colin]      2.1.0cvs41
4503
4504         * src/common/ssl_certificate.c
4505         * src/common/ssl_certificate.h
4506         * src/gtk/sslcertwindow.c
4507                 Warn on expired certs, and display the expiration date
4508
4509 2006-04-13 [colin]      2.1.0cvs40
4510
4511         * src/plugins/spamassassin/spamassassin_gtk.c
4512                 Fix missing set_text on unix socket
4513
4514 2006-04-13 [wwp]        2.1.0cvs39
4515
4516         * manual/fr/advanced.xml
4517         * manual/fr/glossary.xml
4518                 applied new spam/ham/email lexicon (pourriel, courriel)
4519
4520 2006-04-13 [paul]       2.1.0cvs38
4521
4522         * src/plugins/pgpmime/plugin.c
4523                 remove the mention of S/MIME from the
4524                 description. This is now handled by the
4525                 S/MIME plugin.
4526
4527 2006-04-13 [paul]       2.1.0cvs37
4528
4529         * src/prefs_msg_colors.c
4530                 rework dialog
4531         * src/prefs_folder_item.c
4532         * src/prefs_spelling.c
4533                 add a tooltip to the colour selector buttons
4534
4535 2006-04-13 [wwp]        2.1.0cvs36
4536
4537         * manual/advanced.xml
4538         * manual/glossary.xml
4539         * manual/handling.xml
4540         * manual/keyboard.xml
4541         * manual/plugins.xml
4542         * manual/starting.xml
4543         * manual/fr/account.xml
4544         * manual/fr/ack.xml
4545         * manual/fr/addrbook.xml
4546         * manual/fr/advanced.xml
4547         * manual/fr/faq.xml
4548         * manual/fr/glossary.xml
4549         * manual/fr/gpl.xml
4550         * manual/fr/handling.xml
4551         * manual/fr/intro.xml
4552         * manual/fr/keyboard.xml
4553         * manual/fr/plugins.xml
4554         * manual/fr/starting.xml
4555         * manual/fr/sylpheed-claws-manual.xml
4556                 fixes to the manuals:
4557                  - summaryview -> Message List (same in French)
4558                  - translate key names
4559                  - fix French punctuation, use non-breakable spaces when
4560                    necessary, don't use &thinsp; which is not portable
4561                  - tell what maildir and mbox formats we support
4562
4563 2006-04-12 [wwp]        2.1.0cvs35
4564
4565         * src/prefs_toolbar.c
4566                 unified a replace button more,
4567                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4568
4569 2006-04-12 [wwp]        2.1.0cvs34
4570
4571         * src/prefs_common.c
4572         * src/prefs_msg_colors.c
4573                 make default color labels translatable,
4574                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4575                 thanks to Tim <timbrain@post.cz> for reporting.
4576
4577 2006-04-12 [wwp]        2.1.0cvs33
4578
4579         * manual/glossary.xml
4580         * manual/intro.xml
4581         * manual/plugins.xml
4582         * manual/starting.xml
4583         * manual/sylpheed-claws-manual.xml
4584         * manual/fr/.cvsignore
4585         * manual/fr/account.xml
4586         * manual/fr/ack.xml
4587         * manual/fr/addrbook.xml
4588         * manual/fr/advanced.xml
4589         * manual/fr/faq.xml
4590         * manual/fr/glossary.xml
4591         * manual/fr/handling.xml
4592         * manual/fr/intro.xml
4593         * manual/fr/keyboard.xml
4594         * manual/fr/plugins.xml
4595         * manual/fr/starting.xml
4596         * manual/fr/sylpheed-claws-manual.xml
4597                 various fixes: typos, missing .fr translations, punctuation,
4598                 capitalization, links, accents and some bad French more.
4599
4600 2006-04-12 [wwp]        2.1.0cvs32
4601
4602         * src/prefs_gtk.c
4603                 fix for bug #935: always store prefs files in UTF-8 (thanks
4604                 to Colin).
4605
4606 2006-04-11 [colin]      2.1.0cvs31
4607
4608         * src/compose.c
4609                 Fix inserting files not in utf8 when locale is utf8
4610
4611 2006-04-11 [colin]      2.1.0cvs30
4612
4613         * src/inc.c
4614                 Don't show error dialog when cancelling connection
4615                 Patch by Pawel
4616
4617 2006-04-11 [cleroy]     2.1.0cvs29
4618
4619         * src/compose.c
4620                 Implement multiple quote levels
4621         * src/prefs_common.c
4622                 Change a little bit the quote bgcolor for 2nd level
4623
4624 2006-04-11 [colin]      2.1.0cvs28
4625
4626         * src/gtk/about.c
4627                 Add locale and charset in the label
4628
4629 2006-04-10 [colin]      2.1.0cvs27
4630
4631         * src/compose.c
4632         * src/prefs_common.c
4633         * src/prefs_common.h
4634         * src/prefs_msg_colors.c
4635         * src/textview.c
4636                 Allow optional background color in quotes
4637                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4638                 GTK+-2.8.x feature
4639
4640 2006-04-10 [colin]      2.1.0cvs26
4641
4642         * src/main.c
4643         * src/mainwindow.c
4644         * src/mainwindow.h
4645                 Implement --select
4646
4647 2006-04-10 [colin]      2.1.0cvs25
4648
4649         * manual/plugins.xml
4650         * manual/fr/plugins.xml
4651                 Document libcurl's proxy variables
4652
4653 2006-04-09 [colin]      2.1.0cvs24
4654
4655         * src/prefs_common.c
4656                 gettext() returns statically allocated stuff. We have
4657                 to strdup it in order to be able to free it.
4658
4659 2006-04-09 [colin]      2.1.0cvs23
4660
4661         * AUTHORS
4662         * src/gtk/authors.h
4663                 Add Alexei
4664
4665 2006-04-09 [colin]      2.1.0cvs22
4666
4667         * src/mainwindow.c
4668         * src/gtk/quicksearch.c
4669                 Fix bug #859 (problems with cyrilic input in 
4670                 search panel) - Patch by Alexey Illarionov 
4671                 <littlesavage@rambler.ru>
4672
4673 2006-04-09 [colin]      2.1.0cvs21
4674
4675         * src/prefs_customheader.c
4676                 I prefer removing then freeing rather than the contrary
4677                 (even if it doesn't change anything ;-)
4678         * src/prefs_account.c
4679                 Fix bug #933 (Crash re-entering the custom headers list 
4680                 dialog in accounts prefs)
4681                 The problem happened when cancelling the Account 
4682                 Preferences' dialogs - in which case we didn't do 
4683                 anything to the PrefsAccount * struct. In case of applying,
4684                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4685                 working with in this dialog. The problem is that 
4686                 prefs_customheader.c, working on this tmp_ac_prefs, always
4687                 changes the ->customhdr_list pointer, even when cancelled. 
4688                 So in case of cancelling the prefs_account dialog, we still
4689                 have to update ->customhdr_list in the real account.
4690
4691 2006-04-08 [colin]      2.1.0cvs20
4692
4693         * manual/fr/glossary.xml
4694         * manual/fr/keyboard.xml
4695                 Forgot some headers :)
4696
4697 2006-04-08 [colin]      2.1.0cvs19
4698
4699         * manual/Makefile.am
4700         * manual/fr/Makefile.am
4701         * manual/fr/account.xml
4702         * manual/fr/ack.xml
4703         * manual/fr/addrbook.xml
4704         * manual/fr/advanced.xml
4705         * manual/fr/faq.xml
4706         * manual/fr/glossary.xml
4707         * manual/fr/gpl.xml
4708         * manual/fr/handling.xml
4709         * manual/fr/intro.xml
4710         * manual/fr/keyboard.xml
4711         * manual/fr/plugins.xml
4712         * manual/fr/starting.xml
4713         * manual/fr/sylpheed-claws-manual.xml
4714         * manual/fr/dist/.cvsignore
4715         * manual/fr/dist/Makefile.am
4716         * manual/fr/dist/html/.cvsignore
4717         * manual/fr/dist/html/Makefile.am
4718         * manual/fr/dist/pdf/.cvsignore
4719         * manual/fr/dist/pdf/Makefile.am
4720         * manual/fr/dist/ps/.cvsignore
4721         * manual/fr/dist/ps/Makefile.am
4722         * manual/fr/dist/txt/.cvsignore
4723         * manual/fr/dist/txt/Makefile.am
4724                 Add the french translation of the manual. Thanks to
4725                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4726                 account.xml, ack.xml, addrbook.xml and advanced.xml
4727
4728 2006-04-08 [colin]      2.1.0cvs18
4729
4730         * manual/plugins.xml
4731         * manual/starting.xml
4732                 More fixes
4733
4734 2006-04-07 [colin]      2.1.0cvs17
4735
4736         * manual/faq.xml
4737         * manual/intro.xml
4738         * manual/keyboard.xml
4739                 Little fixes
4740
4741 2006-04-07 [colin]      2.1.0cvs16
4742
4743         * README
4744         * src/compose.c
4745         * src/prefs_common.c
4746         * src/prefs_common.h
4747                 Add hidden compose_no_markup pref
4748
4749 2006-04-07 [wwp]        2.1.0cvs15
4750
4751         * src/summary_search.c
4752         * .cvsignore
4753                 Bugfix: stop button was sticky when searching in an empty folder.
4754                 Applied curly brackets code style to the whole file (summary_search.c).
4755                 More files to ignore.
4756
4757 2006-04-07 [wwp]        2.1.0cvs14
4758
4759         * src/message_search.c
4760         * src/summary_search.c
4761                 changed default button when search bumps at file/folder
4762                 beginning or end, for convenience (thanks to Colin).
4763
4764 2006-04-07 [paul]       2.1.0cvs13
4765
4766         * src/plugins/dillo_viewer/dillo_prefs.c
4767                 avoid future potential for namespace collision
4768                 Patch by Colin
4769
4770 2006-04-06 [wwp]        2.1.0cvs12
4771
4772         * src/summary_search.c
4773                 Unify extended/advanced searches names (and thus factorize labels),
4774                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4775
4776 2006-04-06 [wwp]        2.1.0cvs11
4777
4778         * src/folderview.c
4779         * src/prefs_themes.c
4780         * src/summaryview.c
4781                 Fixed some compilation warnings.
4782
4783 2006-04-06 [colin]      2.1.0cvs10
4784
4785         * manual/advanced.xml
4786                 Document the wizard template and how to deploy
4787                 Sylpheed-Claws effectively
4788
4789 2006-04-06 [colin]      2.1.0cvs9
4790
4791         * src/folderview.c
4792                 gettext patch to tell translators about _("#"),
4793                 by Maxim Britov
4794
4795 2006-04-06 [colin]      2.1.0cvs8
4796
4797         * src/textview.c
4798                 Fix invalid GtkTextBIter after clicking "Display as text"
4799
4800 2006-04-06 [mones]      2.1.0cvs7
4801
4802         * src/addr_compl.c
4803         * src/addrindex.c
4804         * src/addritem.c
4805         * src/codeconv.c
4806         * src/compose.c
4807         * src/filtering.c
4808         * src/folder.c
4809         * src/folder_item_prefs.c
4810         * src/folderview.c
4811         * src/localfolder.c
4812         * src/matcher.c
4813         * src/mimeview.c
4814         * src/prefs_msg_colors.c
4815         * src/prefs_spelling.c
4816         * src/prefs_themes.c
4817         * src/procmime.c
4818         * src/procmsg.c
4819         * src/stock_pixmap.c
4820         * src/summaryview.c
4821         * src/textview.c
4822         * src/toolbar.c
4823         * src/common/mgutils.c
4824         * src/common/prefs.c
4825         * src/common/ssl_certificate.c
4826         * src/gtk/colorlabel.c
4827         * src/gtk/quicksearch.c
4828         * src/plugins/pgpmime/pgpmime.c
4829         * src/plugins/spamassassin/spamassassin.c
4830                 Removed redundant NULL checks for g_free() calls.
4831                 Patch by Pawel Pekala.
4832
4833 2006-04-06 [mones]      2.1.0cvs6
4834
4835         * src/prefs_actions.c
4836         * src/prefs_filtering.c
4837         * src/prefs_filtering_action.c
4838         * src/prefs_matcher.c
4839         * src/prefs_template.c
4840         * src/gtk/gtkutils.c
4841         * src/gtk/gtkutils.h
4842                 Have a nice replace button. Patch by Pawel Pekala
4843
4844 2006-04-06 [colin]      2.1.0cvs5
4845
4846         * src/addressbook.c
4847                 Fix crash with empty columns
4848
4849 2006-04-05 [colin]      2.1.0cvs4
4850
4851         * src/wizard.c
4852         * src/prefs_gtk.c
4853                 Allow wizard customization with pre-filled values
4854
4855 2006-04-05 [colin]      2.1.0cvs3
4856
4857         * src/textview.c
4858         * src/mimeview.c
4859         * src/mimeview.h
4860                 Nicer messages in mimeview
4861
4862 2006-04-05 [colin]      2.1.0cvs2
4863
4864         * src/addressbook.c
4865         * src/prefs_summaries.c
4866                 i18n fix
4867
4868 2006-04-05 [colin]      2.1.0cvs1
4869
4870         * src/plugins/pgpcore/plugin.c
4871         * src/plugins/pgpcore/select-keys.c
4872         * src/plugins/pgpcore/select-keys.h
4873         * src/plugins/pgpcore/sgpgme.c
4874         * src/plugins/pgpcore/sgpgme.h
4875         * src/plugins/pgpinline/pgpinline.c
4876         * src/plugins/pgpinline/plugin.c
4877         * src/plugins/pgpmime/pgpmime.c
4878         * src/plugins/pgpmime/plugin.c
4879                 Factorize and generalize a bit 
4880                 Drop S/MIME signature verification from PGP/MIME
4881                 (adding it as another, more complete plugin)
4882
4883 2006-04-05 [paul]       2.1.0
4884
4885         2.1.0 released
4886
4887 2006-04-05 [paul]       2.0.0cvs186
4888
4889         * manual/advanced.xml
4890                 add info on colour labels
4891
4892 2006-04-05 [paul]       2.0.0cvs185
4893
4894         * po/bg.po
4895         * po/cs.po
4896         * po/de.po
4897         * po/el.po
4898         * po/en_GB.po
4899         * po/fi.po
4900         * po/fr.po
4901         * po/it.po
4902         * po/nl.po
4903         * po/pl.po
4904         * po/pt_BR.po
4905         * po/sr.po
4906         * po/zh_CN.po
4907                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4908                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4909                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4910                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4911         * src/gtk/authors.h
4912         * tools/claws.i18n.status.pl
4913                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4914                 and new Czech translator, Tim <timbrain@post.cz>
4915
4916 2006-04-05 [mones]      2.0.0cvs184
4917
4918         * po/es.po
4919                 Updated translation
4920
4921 2006-04-05 [colin]      2.0.0cvs183
4922
4923         * src/gtk/quicksearch.c
4924                 Fix bug #929 (unnecessary reload in quick search bar)
4925
4926 2006-04-05 [colin]      2.0.0cvs182
4927
4928         * src/compose.c
4929                 Fix crash on Reply with no From:
4930                 Show signature and conversion error on queuing 
4931                 (but not sending)
4932         * src/mainwindow.c
4933         * src/summaryview.c
4934         * src/summaryview.h
4935                 Factorize threading code and make sure msginfo 
4936                 is not null when it comes from a GtkCTreeRow's 
4937                 data
4938         * src/gtk/gtkaspell.c
4939                 Check for necessary things
4940         * src/gtk/gtksctree.c
4941         * src/gtk/gtksctree.h
4942                 Reset anchor if necessary when removing node
4943
4944 2006-03-29 [colin]      2.0.0cvs181
4945
4946         * src/folderview.c
4947                 Warn for disabled IMAP accounts (due to lack of
4948                 libetpan). Breaks string-freeze - sorry - but it
4949                 is kind of important ;)
4950
4951 2006-03-28 [colin]      2.0.0cvs180
4952
4953         * src/gtk/gtkutils.c
4954         * src/gtk/gtkutils.h
4955                 Add a gtkut_get_link_btn() function that
4956                 creates a button which acts like an URI
4957         * src/prefs_themes.c
4958         * src/gtk/about.c
4959                 Use this function (factorizes codes)
4960         * src/common/defs.h
4961         * src/gtk/pluginwindow.c
4962                 Add a "Get more..." in the plugins window
4963
4964 2006-03-28 [colin]      2.0.0cvs179
4965
4966         * src/common/smtp.c
4967         * src/common/passcrypt.c
4968         * src/undo.c
4969                 Warning fixes. Patch by Pawel Pekala
4970
4971 2006-03-27 [colin]      2.0.0cvs178
4972
4973         * src/undo.c
4974                 Fix undoing by blocks with spaces
4975
4976 2006-03-27 [colin]      2.0.0cvs177
4977
4978         * src/textview.c
4979                 Set margin to 3px for headers
4980
4981 2006-03-27 [paul]
4982
4983         2.1.0-rc2 released
4984
4985 2006-03-27 [wwp]        2.0.0cvs176
4986
4987         * src/summaryview.c
4988                 don't reset quicksearch when updating the message list.
4989                 Thanks to Colin.
4990
4991 2006-03-26 [wwp]        2.0.0cvs175
4992
4993         * src/compose.c
4994                 use a unified border width ('other' tab in the compose window,
4995                 patch by Pawel Pekala).
4996
4997
4998 2006-03-26 [wwp]        2.0.0cvs174
4999
5000         * src/common/quoted-printable.c
5001         * src/addressbook.c
5002                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5003
5004 2006-03-26 [colin]      2.0.0cvs173
5005
5006         * src/quote_fmt_parse.y
5007                 Fix non-UTF8 date formats messing up the whole quote a 
5008                 little bit
5009
5010 2006-03-26 [colin]      2.0.0cvs172
5011
5012         * src/procheader.c
5013                 Make sure the date is UTF8 valid, or try to make it
5014                 so. IncrediMail is really IncrediStupid.
5015         * src/compose.c
5016                 Fix possible conversions. 
5017                 
5018
5019 2006-03-26 [colin]      2.0.0cvs171
5020
5021         * src/matcher.c
5022                 Fix corner cases in body search. This is still a
5023                 hack... It seems impossible to make it good and 
5024                 reasonably fast at the same time.
5025
5026 2006-03-26 [colin]      2.0.0cvs170
5027
5028         * src/summaryview.c
5029                 I think I killed the twilight zone bug!
5030                 summary_select_node() flushes GTK events in order
5031                 to be able to center the view. But this also 
5032                 flushes keypresses like Ctrl-Alt-U, so this can
5033                 call summary_show from summary_select_node (itself
5034                 called from summary_show, etc.). And the summaryview
5035                 has to be unlocked in this function. So just locking
5036                 while processing GTK events, and bailing if locked, 
5037                 should fix it.
5038                 Fixes bug #927 (SIGSEGV during Update Summary)
5039
5040 2006-03-25 [colin]      2.0.0cvs169
5041
5042         * src/matcher.c
5043                 Fix search in QP-encoded bodies
5044                 Fix utf-8 searches in bodies encoded in the
5045                 locale's encoding
5046         * src/common/quoted-printable.c
5047         * src/common/quoted-printable.h
5048                 Add a decode function that doesn't overwrite
5049                 the original pointer
5050                 
5051
5052 2006-03-24 [colin]      2.0.0cvs168
5053
5054         * src/action.c
5055         * src/summaryview.c
5056         * src/summaryview.h
5057                 Update message cache after action
5058                 Patch by H. Merijn Brand
5059         * src/prefs_msg_colors.c
5060                 Factorize label 
5061                 Patch by Fabien Vantard
5062         * src/plugins/spamassassin/spamassassin_gtk.c
5063                 Remove useless translation
5064                 Patch by Fabien Vantard
5065
5066 2006-03-23 [colin]      2.0.0cvs167
5067
5068         * src/common/ssl.c
5069                 Let 30 seconds to SSL_connect
5070
5071 2006-03-23 [wwp]        2.0.0cvs166
5072
5073         * src/summaryview.c
5074         * src/gtk/description_window.c
5075                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5076                 and headers are translated; adjust description windows' width to fit their
5077                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5078
5079 2006-03-23 [paul]       2.0.0cvs165
5080
5081         * src/common/utils.c
5082                 fix highlighting of URIs containing "()"
5083                 (2.0.0cvs164's reversal fixed)
5084                 Thanks to Colin.
5085
5086 2006-03-23 [paul]       2.0.0cvs164
5087
5088         * src/common/utils.c
5089                 revert patch, (postponing a fix), at 2.0.0cvs120
5090                 as it breaks more URIs than it fixes.
5091                 Allow '-' to be a terminating character in a URI
5092
5093 2006-03-22 [colin]      2.0.0cvs163
5094
5095         * configure.ac
5096                 Require libetpan 0.45
5097                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5098
5099 2006-03-22 [paul]       2.0.0cvs162
5100
5101         * src/editgroup.c
5102                 replace '<-' and '->' buttons with GTK_STOCK graphical
5103                 buttons
5104         * src/summary_search.c
5105                 don't offer '...' for translation
5106                 add a tooltip to advanced search '...' button
5107         * src/gtk/quicksearch.c
5108                 don't offer '...' for translation
5109
5110 2006-03-21 [colin]      2.0.0cvs161
5111
5112         * src/compose.c
5113                 Fix middle-click pasting (insert at click
5114                 position instead of cursor position, don't
5115                 remove existing selection and allow pasting
5116                 our own selection)
5117         * src/addressbook.c
5118                 "LDAP Server" -> "LDAP servers"
5119
5120 2006-03-21 [wwp]        2.0.0cvs160
5121
5122         * src/etpan/imap-thread.c
5123                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5124
5125 2006-03-20 [colin]      2.0.0cvs159
5126
5127         * src/summaryview.c
5128                 Don't reload summaryview after an execute with no
5129                 move action
5130
5131 2006-03-19 [colin]      2.0.0cvs158
5132
5133         * src/addressbook.c
5134                 and put groups at the top, always
5135
5136 2006-03-19 [colin]      2.0.0cvs157
5137
5138         * src/addressbook.c
5139                 Order groups before names, as previously
5140
5141 2006-03-19 [colin]      2.0.0cvs156
5142
5143         * src/addressbook.c
5144                 - Sort case-unsensitive
5145                 - Put the sort arrow at opening too
5146
5147 2006-03-19 [wwp]        2.0.0cvs155
5148
5149         * src/addressbook.c
5150                 allow sorting by name/email/remarks, ensure that right-pane's contents
5151                 matches the left-pane selection (cleared when appropriate).
5152                 Patch by Pawel Pekala <c0rn@o2.pl>.
5153
5154 2006-03-18 [colin]      2.0.0cvs154
5155
5156         * src/textview.c
5157                 Fix text cursor ;)
5158
5159 2006-03-18 [colin]      2.0.0cvs153
5160
5161         * src/gtk/filesel.c
5162                 Make sure we hide the preview if we didn't get
5163                 a filename
5164
5165 2006-03-18 [colin]      2.0.0cvs152
5166
5167         * src/summaryview.c
5168                 Set cursor to watch for execution (fixes lack
5169                 of watch-cursor when dnd'ing hundreds of mails)
5170         * src/gtk/filesel.c
5171                 Check that mime type is 'image/*' before updating
5172                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5173
5174 2006-03-18 [colin]      2.0.0cvs151
5175
5176         * src/mainwindow.c
5177         * src/textview.c
5178         * src/textview.h
5179                 Put a watch cursor in textview too when the mainwindow's
5180                 cursor in a watch
5181
5182 2006-03-18 [colin]      2.0.0cvs150
5183
5184         * src/folder.c
5185                 Change wrong asserts to simple tests
5186
5187 2006-03-17 [colin]      2.0.0cvs149
5188
5189         * src/mainwindow.c
5190         * src/mainwindow.h
5191         * src/prefs_msg_colors.c
5192         * src/summaryview.c
5193         * src/summaryview.h
5194         * src/gtk/colorlabel.c
5195         * src/gtk/colorlabel.h
5196                 Add a color label menu in the main menubar
5197                 Add (fixed) accels Ctrl-{0-7} to change the color
5198                 They have to be fixed because the menu's dynamic,
5199                 the items are complex widgets, hence we can't use
5200                 a GtkItemFactory.
5201
5202
5203 2006-03-17 [wwp]        2.0.0cvs148
5204
5205         * src/compose.c
5206                 rollback few lines from my previous commit (those lines come from
5207                 a pending patch, accidentally commited, even if neutral as they are
5208                 commented out).
5209
5210 2006-03-17 [wwp]        2.0.0cvs147
5211
5212         * src/compose.c
5213                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5214                 applied code style/indentation to the modified function.
5215
5216 2006-03-17 [wwp]        2.0.0cvs146
5217
5218         * src/procmsg.c
5219         * src/compose.c
5220                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5221
5222 2006-03-17 [paul]
5223
5224         2.1.0-rc1 released
5225
5226 2006-03-17 [paul]       2.0.0cvs145
5227
5228         * src/main.c
5229                 addressbook_read_file() was called twice
5230         * src/textview.c
5231                 X-Mailer highlighting
5232
5233 2006-03-16 [colin]      2.0.0cvs144
5234
5235         * src/sourcewindow.c
5236         * src/sourcewindow.h
5237                 And the last one, in source window.
5238
5239 2006-03-16 [colin]      2.0.0cvs143
5240
5241         * src/compose.c
5242         * src/compose.h
5243                 Fix the same stuff in compose
5244
5245 2006-03-16 [colin]      2.0.0cvs142
5246
5247         * src/messageview.c
5248                 Complete the previous messageview crash fix
5249
5250 2006-03-16 [colin]      2.0.0cvs141
5251
5252         * src/procmsg.h
5253         * src/procmsg.c
5254         * src/folder.c
5255                 Fix POSTPROCESSING hook
5256                 Patch by H. Merijn Brand
5257
5258         * src/procmime.c
5259         * src/procmime.h
5260                 Parse Content-Location
5261
5262         * src/toolbar.c
5263         * src/messageview.c
5264         * src/messageview.h
5265                 Don't crash when a top-level MessageView has
5266                 been closed on us. Same problematic than
5267                 yesterday's quicksearch issue.
5268
5269 2006-03-15 [colin]      2.0.0cvs140
5270
5271         * src/gtk/quicksearch.c
5272                 Fix a bitchy race we didn't think about when we
5273                 added quicksearch cancellation:
5274                 If the search is not on cached fields, for example
5275                 body_part matchcase "stuff"
5276                 the matcher code has to get the whole message. If
5277                 we're on IMAP, that can be slow, and in order to
5278                 be non-blocking, the IMAP code idle loop processes
5279                 gtk events too. So it is possible to cancel a
5280                 quicksearch while the matcher is getting the mail's
5281                 body. After matcher got its body, it will start to
5282                 iterate over the matcher list that the Quicksearch's
5283                 clear_search_cb() just freed via prepare_matcher().
5284                 SIGSEGV ensues.
5285                 The fix consists of guarding the matcherlist_match()
5286                 call with a boolean 'matching'. If we reset the
5287                 quicksearch while matching is TRUE, we don't free
5288                 the matcherlist anymore like we did, but we set
5289                 another new flag, deferred_free, to TRUE. Then,
5290                 in quicksearch_match(), just after returning from
5291                 matcherlist_match() and unsetting the matching flag,
5292                 we check the deferred_free flag and do the
5293                 prepare_matcher() (which does the matcherlist_free)
5294                 for real, so we free the matcherlist once it's not
5295                 used anymore.
5296                 As all of this runs via the glib main loop, we
5297                 luckily don't need a mutex.
5298         * src/summaryview.c
5299                 Also, show progress while searching.
5300
5301
5302 2006-03-14 [colin]      2.0.0cvs139
5303
5304         * src/alertpanel.c
5305                 Make alertpanel_is_open non-static
5306
5307 2006-03-14 [colin]      2.0.0cvs138
5308
5309         * src/prefs_spelling.c
5310                 Cleanups - Fabien Vantard
5311
5312 2006-03-14 [wwp]        2.0.0cvs137
5313
5314         * src/main.c
5315                 code style normalization (curly braces, indentation).
5316
5317 2006-03-14 [wwp]        2.0.0cvs137
5318
5319         * src/main.c
5320                 code style (braces, indentation)
5321
5322 2006-03-12 [paul]       2.0.0cvs136
5323
5324         * src/prefs_common.c
5325                 trans_hdr defaults to FALSE to be RFC-savvy
5326         * src/prefs_summaries.c
5327                 add a tooltip to the trans_hdr option
5328                 
5329
5330 2006-03-12 [paul]       2.0.0cvs135
5331
5332         * src/prefs_matcher.c
5333                 give a little more width to the combos
5334         * src/prefs_display_header.c
5335         * src/textview.c
5336                 translate headers if prefs_common.trans_hdr
5337                 is TRUE
5338
5339         Patches by Pawel Pekala
5340
5341 2006-03-12 [paul]       2.0.0cvs134
5342
5343         * src/plugins/clamav/clamav_plugin.c
5344         * src/plugins/dillo_viewer/dillo_viewer.c
5345         * src/plugins/pgpcore/plugin.c
5346         * src/plugins/pgpinline/plugin.c
5347         * src/plugins/pgpmime/plugin.c
5348         * src/plugins/spamassassin/spamassassin.c
5349                 update/add to descriptions
5350         * src/plugins/spamassassin/spamassassin_gtk.c
5351                 fixes to the english, remove superfluous
5352                 tooltips, clean up a little
5353
5354 2006-03-12 [paul]       2.0.0cvs133
5355
5356         * src/compose.c
5357                 fix Bug 924, 'Account combo box shows up wrong 
5358                 if & is in account name'
5359
5360 2006-03-11 [colin]      2.0.0cvs132
5361
5362         * src/summaryview.c
5363                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5364                 messed up shift-selection because is slows down
5365                 moving around summaryview. thanks -users
5366
5367 2006-03-10 [colin]      2.0.0cvs131
5368
5369         * src/plugins/spamassassin/spamassassin_gtk.c
5370                 Put back Paul's engrish fixes
5371
5372 2006-03-10 [colin]      2.0.0cvs130
5373
5374         * src/plugins/spamassassin/spamassassin.c
5375         * src/plugins/spamassassin/spamassassin.h
5376         * src/plugins/spamassassin/spamassassin_gtk.c
5377                 Cleanup SA prefs page (more)
5378                 Patch by Fabien Vantard
5379
5380 2006-03-10 [paul]       2.0.0cvs129
5381
5382         * src/prefs_msg_colors.c
5383         * src/prefs_spelling.c
5384                 widget sensitivity
5385
5386 2006-03-09 [mones]      2.0.0cvs128
5387
5388         * po/es.po
5389                 Update for next RC
5390
5391 2006-03-09 [wwp]        2.0.0cvs127
5392
5393         * configure.ac
5394                 revert accidental commit (requirement for libetpan 0.43), this time
5395                 not in HEAD.
5396
5397 2006-03-09 [wwp]        2.0.0cvs125
5398
5399         * configure.ac
5400                 revert accidental commit (requirement for libetpan 0.43)
5401
5402 2006-03-09 [paul]       2.0.0cvs126
5403
5404         * src/prefs_receive.c
5405                 remove useless frame
5406                 replace 'incorporation' with 'receiving'
5407         * src/plugins/clamav/clamav_plugin_gtk.c
5408         * src/plugins/spamassassin/spamassassin_gtk.c
5409                 improve widget sensitivity
5410                 fix a bit his engrish
5411
5412 2006-03-09 [wwp]        2.0.0cvs125
5413
5414         * src/addressadd.c
5415         * src/foldersel.c
5416         * src/prefs_common.c
5417         * src/prefs_common.h
5418                 remember some more windows' sizes (add to addressbook and
5419                 select folder).
5420
5421 2006-03-09 [paul]       2.0.0cvs124
5422
5423         * src/plugins/pgpcore/prefs_gpg.c
5424                 normalise construction of dialogue
5425
5426 2006-03-09 [paul]       2.0.0cvs123
5427
5428         * src/plugins/trayicon/Makefile.am
5429                 add missing slash
5430
5431 2006-03-08 [colin]      2.0.0cvs122
5432
5433         * src/plugins/trayicon/Makefile.am
5434                 Fix build in separate dir 
5435                 Patch by Bamanzi <bamanzi@gmail.com>
5436
5437 2006-03-08 [colin]      2.0.0cvs121
5438
5439         * src/procmsg.c
5440                 Batch move and copies from summaryview with delayed execution
5441                 too
5442
5443 2006-03-07 [paul]       2.0.0cvs120
5444
5445         * src/common/utils.c
5446                 fix highlighting of URIs containing "()"
5447                 Patch by Pawel Pekala
5448
5449 2006-03-07 [paul]       2.0.0cvs119
5450
5451         * src/folder.c
5452         * src/folder.h
5453         * src/folderview.c
5454                 immediately do alphabetical resort when
5455                 changing a folder's name
5456                 Patch by Pawel Pekala
5457
5458 2006-03-07 [paul]       2.0.0cvs118
5459
5460         * src/news.c
5461         * src/news_gtk.c
5462                 when unsubscribing a newsgroup, remove the
5463                 folder and msgs in .sylpheed-claws/newscache
5464                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5465
5466 2006-03-07 [paul]       2.0.0cvs117
5467
5468         * src/textview.c
5469                 fix wrong Fake URL Warning
5470                 Thanks to Hiro
5471
5472 2006-03-07 [colin]      2.0.0cvs116
5473
5474         * src/imap.c
5475                 Return immediately when password dialog was
5476                 cancelled
5477         * src/gtk/inputdialog.c
5478                 Allow empty strings for passwords
5479
5480
5481 2006-03-06 [colin]      2.0.0cvs115
5482
5483         * src/imap.c
5484                 Prevent double-timeouts when connection fails
5485
5486 2006-03-06 [colin]
5487
5488         2.0.1-rc1 released
5489
5490 2006-03-06 [colin]      2.0.0cvs114
5491
5492         * src/imap.c
5493                 Refresh session during potentially long
5494                 operations
5495
5496 2006-03-06 [wwp]        2.0.0cvs113
5497
5498         * src/prefs_msg_colors.h
5499                 forgot that one (custom color labels).
5500
5501 2006-03-06 [wwp]        2.0.0cvs112
5502
5503         * src/prefs_common.c
5504         * src/prefs_common.h
5505         * src/prefs_msg_colors.c
5506         * src/summaryview.c
5507         * src/summaryview.h
5508         * src/gtk/colorlabel.c
5509         * src/gtk/colorlabel.h
5510                 colors in messages list are now customizable. Color values and names can
5511                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5512                 Thanks to Paul and Colin for their help with this longstanding patch!
5513
5514 2006-03-06 [wwp]        2.0.0cvs111
5515
5516         * src/textview.c
5517                 don't crash if (x)face is bad.
5518
5519 2006-03-05 [paul]       2.0.0cvs110
5520
5521         * AUTHORS
5522         * configure.ac
5523         * src/Makefile.am
5524         * src/common/Makefile.am
5525         * src/common/utils.h
5526         * src/etpan/imap-thread.c
5527         * src/gtk/authors.h
5528         * src/plugins/clamav/Makefile.am
5529         * src/plugins/demo/Makefile.am
5530         * src/plugins/dillo_viewer/Makefile.am
5531         * src/plugins/pgpcore/Makefile.am
5532         * src/plugins/pgpcore/passphrase.c
5533         * src/plugins/pgpinline/Makefile.am
5534         * src/plugins/pgpmime/Makefile.am
5535         * src/plugins/spamassassin/Makefile.am
5536         * src/plugins/trayicon/Makefile.am
5537                 fix builiding on cygwin
5538                 Patch by Ralgh Young <bamanzi@gmail.com>
5539
5540 2006-03-04 [wwp]        2.0.0cvs109
5541
5542         * manual/keyboard.xml
5543                 fix mixed up/down keys.
5544
5545 2006-03-04 [wwp]        2.0.0cvs108
5546
5547         * README
5548         * INSTALL
5549                 updated links to SpamAssassin.
5550
5551 2006-03-04 [wwp]        2.0.0cvs107
5552
5553         * manual/plugins.xml
5554         * src/plugins/spamassassin/README
5555                 updated SpamAssassin plugin docs to reflect new functional additions
5556                 (also fix/update/documents few technical stuff more, see the README).
5557
5558 2006-03-04 [wwp]        2.0.0cvs106
5559
5560         * src/prefs_message.c
5561                 normalized capitalization of message-prefs paths.
5562
5563 2006-03-04 [wwp]        2.0.0cvs105
5564
5565         * manual/advanced.xml
5566                 typo.
5567
5568 2006-03-03 [colin]      2.0.0cvs104
5569
5570         * src/plugins/clamav/clamav_plugin_gtk.c
5571                 Rework prefs page, patch by Fabien 
5572
5573 2006-03-03 [colin]      2.0.0cvs103
5574
5575         * src/plugins/clamav/clamav_plugin.c
5576                 Set error on all errors
5577
5578 2006-03-03 [colin]      2.0.0cvs102
5579
5580         * src/common/plugin.c
5581                 Initialize error to avoid crashing when a plugin fails
5582                 without setting error
5583
5584 2006-03-02 [wwp]        2.0.0cvs101
5585
5586         * configure.ac
5587                 fixed linker flags for libetpan support on Cygwin
5588                 (thanks to H.Merijn Brand).
5589
5590 2006-03-02 [wwp]        2.0.0cvs100
5591
5592         * src/addressbook.c
5593                 fix some AB error messages: one for punctuation and
5594                 one wrongly duplicate (thanks, maxbritov).
5595
5596 2006-03-02 [wwp]        2.0.0cvs99
5597
5598         * src/plugins/spamassassin/spamassassin.c
5599                 make sync calls to sa-learn/spamc to prevent
5600                 system (whatever local or client/server) overload.
5601
5602 2006-03-02 [colin]      2.0.0cvs98
5603
5604         * src/summaryview.c
5605                 Put the spam icon in the status column instead of the
5606                 mark one
5607
5608 2006-03-01 [colin]      2.0.0cvs97
5609
5610         * src/plugins/spamassassin/spamassassin.c
5611                 Fix segfault (g_file_set_contents fails for some 
5612                 reason and err==0x2f. Can't find out why with
5613                 valgrind, using working function :-)
5614
5615 2006-03-01 [colin]      2.0.0cvs96
5616
5617         * src/inc.c
5618                 Offline overriding: let 'No' be cached only 3 seconds
5619
5620 2006-03-01 [colin]      2.0.0cvs95
5621
5622         * src/addr_compl.c
5623         * src/addrbook.c
5624         * src/addressbook.c
5625         * src/addrindex.c
5626         * src/folder_item_prefs.c
5627         * src/headerview.c
5628         * src/imap.c
5629         * src/inc.c
5630         * src/ldif.c
5631         * src/mainwindow.c
5632         * src/mh.c
5633         * src/msgcache.c
5634         * src/prefs_common.h
5635         * src/prefs_msg_colors.c
5636         * src/procheader.c
5637         * src/procheader.h
5638         * src/procmime.c
5639         * src/procmsg.c
5640         * src/procmsg.h
5641         * src/send_message.h
5642         * src/simple-gettext.c
5643         * src/summaryview.c
5644         * src/summaryview.h
5645         * src/syldap.c
5646         * src/textview.c
5647         * src/undo.c
5648         * src/common/ssl_certificate.c
5649         * src/common/utils.c
5650         * src/gtk/colorsel.c
5651         * src/gtk/gtksctree.c
5652         * src/gtk/gtkshruler.c
5653         * src/plugins/trayicon/trayicon.c
5654                 #if 0 goes to /dev/null
5655
5656 2006-03-01 [colin]      2.0.0cvs94
5657
5658         * src/compose.c
5659         * src/imap.c
5660         * src/inc.c
5661         * src/inc.h
5662         * src/messageview.c
5663         * src/news.c
5664         * src/plugins/spamassassin/spamassassin.c
5665                 Allow to add information in the "working offline"
5666                 window
5667
5668 2006-03-01 [wwp]        2.0.0cvs93
5669
5670         * src/plugins/spamassassin/spamassassin.c
5671                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5672                 'cause it seems that calling `spamc ... < inputfile` with
5673                 g_spawn_(a)sync simply.. erm doesn't work :-).
5674
5675 2006-03-01 [wwp]        2.0.0cvs92
5676
5677         * src/toolbar.c
5678         * src/toolbar.h
5679                 simplify the adding of spam/ham button to the messageview toolbar
5680                 (it gets more clear now that the same button will be "Mark as spam"
5681                 or "Mark as ham" according to the current message status,
5682                 thanks to Colin).
5683
5684 2006-03-01 [wwp]        2.0.0cvs91
5685
5686         * src/messageview.c
5687         * src/procmsg.c
5688         * src/procmsg.h
5689         * src/summaryview.c
5690         * src/plugins/spamassassin/spamassassin.c
5691         * src/plugins/spamassassin/spamassassin.h
5692                 make learner callbacks return a status (0 for ok),
5693                 handle it in main code to avoid setting flags when learning failed,
5694                 don't learn on TCP if offline in spamassassin,
5695                 thanks to Colin.
5696
5697                 
5698
5699 2006-03-01 [wwp]        2.0.0cvs90
5700
5701         * src/compose.c
5702                 some work around the compose window's account menu,
5703                 patch by Fabien Vantard.
5704
5705 2006-03-01 [wwp]        2.0.0cvs89
5706
5707         * src/plugins/spamassassin/spamassassin.c
5708                 fixed bad logics, was using spamc in local mode and sa-learn
5709                 in remote mode (thanks, Colin).
5710
5711 2006-03-01 [wwp]        2.0.0cvs88
5712
5713         * src/plugins/spamassassin/spamassassin.c
5714         * src/plugins/spamassassin/spamassassin.h
5715         * src/plugins/spamassassin/spamassassin_gtk.c
5716                 made processing of emails w/ sa-plugin an option (default is TRUE),
5717                 fixed Engrish some tooltips, capitalization of some debug messages
5718                 and warnings. The spamassassin plugin now provides two separate
5719                 services: process emails upon incorporation and spamd training.
5720                 Both services (un)register independently but use some common
5721                 plugin settings (transport settings, spam storage location).
5722
5723 2006-02-28 [wwp]        2.0.0cvs87
5724
5725         * src/plugins/spamassassin/spamassassin.c
5726                 fix async flag to spamc cmdline execution (batch exec should
5727                 be asynchronous).
5728
5729 2006-02-27 [wwp]        2.0.0cvs86
5730
5731         * src/plugins/spamassassin/spamassassin.c
5732         * src/plugins/spamassassin/spamassassin.h
5733         * src/plugins/spamassassin/spamassassin_gtk.c
5734                 - added the ability to learn a remote spamassassin server (spamd),
5735                 using spamc.
5736                 - added the spamassassin option 'username', that applies to all
5737                 spamassassin operations (filtering, learning, local or remote).
5738                 The default username is the current unix user (if left blank
5739                 from gtk prefs or config file).
5740                 - commented out some unused code (notebook widget), removed unused
5741                 layout (hbox1).
5742                 - make more widgets sensitive to the transport type.
5743
5744 2006-02-27 [colin]      2.0.0cvs85
5745
5746         * src/plugins/spamassassin/spamassassin.c
5747                 Fix sa-learn call when offline
5748
5749 2006-02-27 [colin]      2.0.0cvs84
5750
5751         * configure.ac
5752         * src/Makefile.am
5753         * src/mainwindow.c
5754         * src/mainwindow.h
5755         * src/messageview.c
5756         * src/messageview.h
5757         * src/prefs_toolbar.c
5758         * src/procmsg.c
5759         * src/stock_pixmap.c
5760         * src/stock_pixmap.h
5761         * src/summaryview.c
5762         * src/toolbar.c
5763         * src/toolbar.h
5764         * src/pixmaps/ham_btn.xpm
5765         * src/pixmaps/spam.xpm
5766         * src/pixmaps/spam_btn.xpm
5767         * src/plugins/spamassassin/spamassassin.c
5768                 Add button in toolbar for spam learning
5769                 Fix a few bugs from the last related commit
5770                 Revert 1.9.6cvs23 which messed up shift-selection
5771
5772 2006-02-24 [colin]      2.0.0cvs83
5773
5774         * src/procmsg.c
5775         * src/summaryview.c
5776         * src/summaryview.h
5777         * src/plugins/spamassassin/spamassassin.c
5778         * src/plugins/spamassassin/spamassassin.h
5779         * src/plugins/spamassassin/spamassassin_gtk.c
5780                 Unregister learner when spamassassin is either
5781                 disabled or over tcp
5782
5783 2006-02-24 [colin]      2.0.0cvs82
5784
5785         * src/Makefile.am
5786         * src/mainwindow.c
5787         * src/mainwindow.h
5788         * src/procmsg.c
5789         * src/procmsg.h
5790         * src/stock_pixmap.c
5791         * src/stock_pixmap.h
5792         * src/summaryview.c
5793         * src/summaryview.h
5794         * src/gtk/icon_legend.c
5795         * src/pixmaps/spam.xpm  ** NEW FILE **
5796         * src/plugins/spamassassin/spamassassin.c
5797         * src/plugins/spamassassin/spamassassin_gtk.c
5798                 Add spam learning interface (Mark/Mark as 
5799                 (spam|ham) menus)
5800
5801 2006-02-24 [wwp]        2.0.0cvs81
5802
5803         * src/compose.c
5804         * src/compose.h
5805         * src/filtering.c
5806                 hide compose window when sending message in batch mode
5807                 (filtering: forward and redirect). Also fixed a wrong
5808                 value returned when sending failed, neutral anyway.
5809                 (Colin, me) 
5810
5811 2006-02-24 [wwp]        2.0.0cvs80
5812
5813         * src/mainwindow.c
5814                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5815
5816 2006-02-24 [paul]       2.0.0cvs79
5817
5818         * src/news.c
5819         * src/news.h
5820         * src/news_gtk.c
5821                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5822                 Thanks to Colin
5823
5824 2006-02-23 [colin]      2.0.0cvs78
5825
5826         * src/alertpanel.c
5827                 Change OK to Close in alertpanel with View log
5828                 button; add accel to View log. Patch by Fabien
5829                 Vantard
5830
5831 2006-02-23 [wwp]        2.0.0cvs77
5832
5833         * src/compose.c
5834                 silly me, there were much more tests to perform, since toolbars can
5835                 really have down to 1 element only.
5836
5837 2006-02-23 [wwp]        2.0.0cvs76
5838
5839         * commitHelper
5840                 fixed indentation from my previous commit. Fallback to VISUAL if
5841                 EDITOR is not set (and to vi, at last resort).
5842
5843 2006-02-23 [wwp]        2.0.0cvs75
5844
5845         * commitHelper
5846                 improved error detection (Colin, me).
5847
5848 2006-02-23 [wwp]        2.0.0cvs74
5849
5850         * src/prefs_toolbar.c
5851                 simplify and fix prefs/toolbars layouting. Combos' contents can
5852                 now be really displayed.
5853
5854 2006-02-23 [wwp]        2.0.0cvs73
5855         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5856         be really displayed.
5857
5858 2006-02-22 [wwp]        2.0.0cvs72
5859
5860         * src/compose.c
5861                 fix a typo in my previous commit (sorry!).
5862
5863 2006-02-22 [wwp]        2.0.0cvs71
5864
5865         * src/prefs_toolbar.c
5866                 fix a crash when adding separators to toolbars,
5867                 also fix some separator item information.
5868
5869 2006-02-22 [wwp]        2.0.0cvs70
5870
5871         * src/compose.c
5872                 fix a crash when redirecting (for instance) when compose window's
5873                 toolbar contents has been customized (when some buttons have been
5874                 removed in fact).
5875
5876 2006-02-21 [wwp]        2.0.0cvs69
5877
5878         * src/summaryview.c
5879         * src/gtk/pluginwindow.c
5880         * src/plugins/pgpcore/prefs_gpg.c
5881                 fix some compilation warnings (feat. remains of removed code).
5882
5883 2006-02-21 [wwp]        2.0.0cvs68
5884
5885         * src/gtk/gtkutils.c
5886                 fix two compilation issues, thanks to Stephan Sachse.
5887
5888 2006-02-20 [colin]      2.0.0cvs67
5889
5890         * src/mainwindow.c
5891                 Don't reselect displayed mail on refocus
5892                 This fixes actions misbehaving 
5893
5894 2006-02-20 [wwp]        2.0.0cvs66
5895
5896         * src/summaryview.c
5897         * src/gtk/gtksctree.c
5898         * src/gtk/gtkshruler.c
5899                 changed more runtime typecast checks.
5900
5901 2006-02-20 [wwp]        2.0.0cvs65
5902
5903         * src/summary_search.c
5904                 find all - summaryview refresh issue fixed, thanks to Colin.
5905
5906 2006-02-20 [wwp]        2.0.0cvs64
5907
5908         * src/gtk/gtkutils.c
5909                 better runtime typecast checks.
5910
5911 2006-02-20 [wwp]        2.0.0cvs63
5912
5913         * src/summary_search.c
5914                 enhancements to the summary search:
5915                         - add the ability to stop the running search
5916                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5917                         - don't search if no criteria (From/To/Subject/Body) is set
5918                         - ensure that a busy mouse pointer is always shown when searching,
5919                           show it even a bit earlier
5920
5921 2006-02-19 [colin]      2.0.0cvs62
5922
5923         * src/compose.c
5924         * src/imap.c
5925         * src/etpan/imap-thread.c
5926         * src/etpan/imap-thread.h
5927                 (Future) IMAP speed improvement on sending
5928                 Will require a libetpan update
5929         * src/summaryview.c
5930         * src/gtk/quicksearch.c
5931                 Make quicksearch clearable while running.
5932
5933 2006-02-17 [colin]      2.0.0cvs61
5934
5935         * src/imap.c
5936         * src/etpan/imap-thread.c
5937         * src/etpan/imap-thread.h
5938                 Check for IMAP certificates
5939                 ** Requires libetpan-0.42-cvs4 
5940                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
5941
5942 2006-02-17 [colin]      2.0.0cvs60
5943
5944         * src/messageview.c
5945         * src/prefs_common.c
5946         * src/prefs_common.h
5947         * src/prefs_message.c
5948                 Add pref to display HTML-only mails with plugin, 
5949                 if possible (defaulting to FALSE of course).
5950
5951 2006-02-16 [colin]      2.0.0cvs59
5952
5953         * src/main.c
5954         * src/common/plugin.c
5955         * src/common/plugin.h
5956         * src/gtk/pluginwindow.c
5957                 Keep track of requested (but unloaded) plugins
5958                 in some error cases.
5959
5960 2006-02-16 [wwp]        2.0.0cvs58
5961
5962         * src/gtk/gtkaspell.c
5963         * src/gtk/gtkaspell.h
5964         * src/prefs_spelling.c
5965         * src/compose.c
5966         * src/prefs_common.c
5967         * src/prefs_common.h
5968                 implemented new optional spellchecker behaviour: re-check message when
5969                 dictionary got changed (from compose-window/context-menu/Change dictionary).
5970
5971 2006-02-16 [wwp]        2.0.0cvs57
5972
5973         * src/quote_fmt_parse.y
5974                 pclose popen'ed pipe.
5975
5976 2006-02-15 [colin]      2.0.0cvs56
5977
5978         * src/mimeview.c
5979         * src/mimeview.h
5980                 Let MimeViewers know which MimeView they
5981                 depend of.
5982         * src/summaryview.c
5983                 Swap From/To columns in Sent/Queue/Drafts
5984                 folders
5985         * src/etpan/imap-thread.c
5986                 Use mailstream_low_tls_open() for STARTTLS
5987                 instead of mailstream_low_ssl_open()
5988                 ** REQUIRES libetpan 0.42cvs3 **
5989
5990 2006-02-15 [wwp]        2.0.0cvs55
5991
5992         * src/compose.c
5993         * src/compose.h
5994         * src/message_search.c
5995         * src/message_search.h
5996         * src/textview.c
5997         * src/gtk/gtkutils.c
5998         * src/gtk/gtkutils.h
5999                 added the ability to Find text in the compose window (and a bit
6000                 of code factorization).
6001
6002 2006-02-15 [wwp]        2.0.0cvs54
6003
6004         * src/prefs_gtk.c
6005                 yet another one file was missing (fix for some widgets' sensitivity).
6006                 Thanks Colin!
6007
6008 2006-02-15 [wwp]        2.0.0cvs53
6009
6010         * src/prefs_gtk.h
6011                 oops forgot that file (fix for some widgets' sensitivity).
6012
6013 2006-02-15 [wwp]        2.0.0cvs52
6014
6015         * src/summary_search.c
6016                 implemented advanced summary search options (added the ability
6017                 to use matcher conditions in an advanced search mode).
6018
6019 2006-02-15 [wwp]        2.0.0cvs51
6020
6021         * src/plugins/pgpcore/prefs_gpg.c
6022         * src/prefs_account.c
6023                 fix some widget sensitivity, mostly around some labels in
6024                 account prefs.
6025
6026 2006-02-15 [paul]       2.0.0cvs50
6027
6028         * manual/advanced.xml
6029                 improve Templates info
6030                 written by wwp
6031
6032 2006-02-14 [colin]      2.0.0cvs49
6033
6034         * src/pixmaps/address_book.xpm
6035         * src/pixmaps/preferences.xpm
6036         * src/pixmaps/properties.xpm
6037                 Fix pixmap size - patch by Fabien Vantard
6038
6039 2006-02-13 [colin]      2.0.0cvs48
6040
6041         * src/procmime.c
6042                 Add missing fclose()s on error
6043         * src/textview.c
6044                 Remove unused code
6045         * src/common/utils.c
6046                 Fix temp files not being deleted on windows
6047         Patches by Thomas Gilgin
6048
6049 2006-02-13 [colin]      2.0.0cvs47
6050
6051         * src/mainwindow.c
6052                 Fix exit crash
6053
6054 2006-02-13 [wwp]        2.0.0cvs46
6055
6056         * src/plugins/pgpcore/prefs_gpg.c
6057                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6058
6059 2006-02-12 [colin]      2.0.0cvs45
6060
6061         * src/folderview.c
6062         * src/main.c
6063         * src/mainwindow.c
6064                 Fix "stuff" when quitting
6065
6066 2006-02-12 [wwp]        2.0.0cvs44
6067
6068         * src/prefs_themes.c
6069                 fix typos in debug messages.
6070
6071 2006-02-11 [colin]      2.0.0cvs43
6072
6073         * src/summaryview.c
6074                 don't allow drag/drop from ourself
6075
6076 2006-02-10 [wwp]        2.0.0cvs42
6077
6078         * src/exporthtml.c
6079         * src/html.c
6080         * src/html.h
6081         * src/procmime.c
6082         * src/textview.c
6083                 renamed html_ prefixed functions and data structures to avoid
6084                 namespace clashes w/ other software (gtkhtml2 for instance).
6085                 Closes bug #907.
6086
6087
6088 2006-02-09 [colin]      2.0.0cvs41
6089
6090         * src/summaryview.c
6091                 Fix shitty logic messed up. Thanks Ticho for the hint!
6092
6093 2006-02-09 [wwp]        2.0.0cvs40
6094
6095         * src/gtk/about.c
6096         * src/compose.c
6097         * src/prefs_account.c
6098         * src/prefs_gtk.h
6099         * src/editaddress.c
6100                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6101                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6102                 Browse buttons in accounts prefs.
6103
6104 2006-02-09 [colin]      2.0.0cvs39
6105
6106         * src/matcher.c
6107                 Check for pointer before using its members
6108         * src/gtk/gtksourceprintjob.c
6109                 Fix a wrong warning
6110
6111 2006-02-09 [wwp]        2.0.0cvs38
6112
6113         * src/gtk/filesel.c
6114                 fix few compiler warnings (type mismatch).
6115
6116 2006-02-09 [paul]       2.0.0cvs37
6117
6118         * po/fr.po
6119                 updated by Fabien Vantard
6120
6121 2006-02-08 [colin]      2.0.0cvs36
6122
6123         * src/prefs_common.c
6124         * src/common/defs.h
6125         * src/common/plugin.c
6126                 allow windows and linux configurations to coexist
6127                 patch by Thomas Gilgin
6128
6129 2006-02-08 [colin]      2.0.0cvs35
6130
6131         * src/filtering.c
6132         * src/matcher.c
6133         * src/matcher.h
6134         * src/matcher_parser_parse.y
6135         * src/prefs_filtering_action.c
6136         * src/prefs_matcher.c
6137                 Add the "Ignore thread" filtering
6138                 action
6139
6140 2006-02-08 [colin]      2.0.0cvs34
6141
6142         * src/compose.c
6143         * src/procmime.c
6144         * src/procmime.h
6145                 Fix bug #905 (damaged attachment)
6146                 text files with raw \0's aren't really text files
6147         FOR_STABLE
6148
6149 2006-02-08 [colin]      2.0.0cvs33
6150
6151         * src/summaryview.c
6152                 Fix crasher introduced yesterday
6153
6154 2006-02-08 [wwp]        2.0.0cvs32
6155
6156         * src/compose.c
6157         * src/compose.h
6158                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6159
6160 2006-02-08 [wwp]        2.0.0cvs31
6161
6162         * src/prefs_template.c
6163                 templates enhancement: allow address completion for Cc and Bcc fields
6164                 (it was currently possible for the To field only)
6165
6166 2006-02-08 [colin]      2.0.0cvs30
6167
6168         * src/compose.c
6169                 Don't unblock if not blocked
6170         FOR_STABLE
6171
6172 2006-02-07 [colin]      2.0.0cvs29
6173
6174         * src/action.c
6175                 Forgot to refresh summaryview
6176
6177 2006-02-07 [colin]      2.0.0cvs28
6178
6179         * src/action.c
6180                 Freeze/thaw message list and folder list while
6181                 processing %as{} actions 
6182         * src/compose.c
6183                 Fix auto-wrap disabling after a middle-click
6184                 paste - FOR_STABLE
6185
6186 2006-02-07 [paul]       2.0.0cvs27
6187
6188         * src/folder.c
6189                 fix freeing of uninitialised pointers
6190                 Thanks to Colin
6191
6192 2006-02-06 [colin]      2.0.0cvs26
6193
6194         * src/folder.c
6195                 Use g_slist_prepend in potentially big list
6196
6197 2006-02-06 [colin]      2.0.0cvs25
6198
6199         * src/folder.c
6200                 Completely skip processing if it doesn't 
6201                 exist (faster!)
6202
6203 2006-02-06 [colin]      2.0.0cvs24
6204
6205         * src/folder.c
6206         * src/summaryview.c
6207                 Batch filtering in summaryview (from Tools menu)
6208                 and pre/post//-processing too
6209
6210 2006-02-06 [colin]      2.0.0cvs23
6211
6212         * src/procmsg.h
6213         * src/filtering.c
6214                 Use a special field for batch filtering instead
6215                 of stepping on deferred execution's toes
6216
6217 2006-02-06 [colin]      2.0.0cvs22
6218
6219         * src/action.c
6220         * src/filtering.c
6221         * src/filtering.h
6222         * src/folder.c
6223         * src/summaryview.c
6224                 Fix filtering via menus and actions
6225
6226 2006-02-06 [colin]      2.0.0cvs21
6227
6228         * src/imap.c
6229                 Put the added file directly to cache if possible (will work
6230                 with next libetpan)
6231         * src/filtering.c
6232         * src/filtering.h
6233         * src/inc.c
6234         * src/folder.c
6235         * src/mbox.c
6236         * src/procmsg.h
6237                 Move and copy filtered messages by batches instead of one
6238                 by one - faster on IMAP
6239         * src/procmsg.c
6240                 Add a function that'll possibly be useful later
6241
6242 2006-02-06 [colin]      2.0.0cvs20
6243
6244         * src/addressbook.c
6245                 Use internal mime-type instead of text/plain for d'n'd
6246         * src/compose.c
6247                 Allow attaching files from mimeview's icon list via d'n'd
6248         * src/folderview.c
6249         * src/folderview.h
6250                 Use internal mime-type instead of text/plain for d'n'd
6251                 Don't try to selected opened folder if none is
6252                 Factorize d'n'd from other apps code
6253         * src/headerview.c
6254         * src/textview.c
6255         * src/gtk/gtkutils.c
6256         * src/gtk/gtkutils.h
6257                 Factorize Face/X-Face stuff
6258         * src/mimeview.c
6259                 Fix d'n'd to other apps
6260         * src/prefs_message.c
6261                 Let the XFace pref be usable without libcompface as it also
6262                 applies to Face
6263         * src/summaryview.c
6264                 Fix d'n'd to other apps
6265                 Factorize d'n'd from other apps code
6266
6267 2006-02-06 [wwp]        2.0.0cvs19
6268
6269         * po/it.po
6270                 Italian translation fixes by Andrea Spadaccini (no more confusion
6271                 between filtering and processing, and few changes in the About
6272                 dialog).
6273
6274
6275 2006-02-06 [mones]      2.0.0cvs18
6276
6277         * src/gtk/icon_legend.c
6278                 Improved descriptions allowing better translations
6279
6280 2006-02-05 [colin]      2.0.0cvs17
6281
6282         * src/imap.c
6283                 Add the f*cking missing expunge that caused imap_fetch_env
6284                 to fail after an add_msgs ! :-///
6285         * src/etpan/imap-thread.c
6286                 Add a bit of debug
6287         FOR_STABLE
6288
6289 2006-02-05 [colin]      2.0.0cvs16
6290
6291         * src/common/utils.c
6292                 Don't check for return-path (or we can't put
6293                 back non-sent mails)
6294
6295 2006-02-05 [colin]      2.0.0cvs15
6296
6297         * src/textview.c
6298                 Don't try to display Face header in textview
6299                 when teh headerview's active
6300
6301 2006-02-05 [colin]      2.0.0cvs14
6302
6303         * tools/tbird2syl.py
6304         * tools/Makefile.am
6305                 Add script to import Thunderbird mails
6306
6307 2006-02-05 [colin]      2.0.0cvs13
6308
6309         * src/headerview.c
6310         * src/procheader.c
6311         * src/procmsg.c
6312         * src/procmsg.h
6313         * src/textview.c
6314                 Show Face headers - patch partially by Klaus Flittner
6315
6316 2006-02-05 [colin]      2.0.0cvs12
6317
6318         * src/folderview.c
6319         * src/summaryview.c
6320         * src/common/utils.c
6321         * src/common/utils.h
6322                 Let dnd work from mime icons to summaryview
6323                 and to folderview too
6324                 Add a crude test to avoid trying to add files
6325                 drag'n'dropped when they're not mails
6326
6327 2006-02-04 [colin]      2.0.0cvs11
6328
6329         * src/summaryview.c
6330         * src/mimeview.c
6331                 Fix utf8 conversion
6332
6333 2006-02-04 [colin]      2.0.0cvs10
6334
6335         * src/compose.c
6336         * src/folderview.c
6337         * src/mimeview.c
6338         * src/summaryview.c
6339         * src/summaryview.h
6340                 Added various drag and drop capas:
6341                 From                    To
6342                 summaryview             other apps
6343                 mimeview icons          other apps
6344                 other apps              summaryview
6345                 other apps              folderview
6346
6347                 This shouldn't have broken the existing:
6348                 From                    To
6349                 summaryview             folderview
6350                 folderview              folderview
6351                 summaryview             compose's attachments
6352
6353         Tests welcomed.
6354
6355 2006-02-02 [paul]       2.0.0cvs9
6356
6357         * src/mainwindow.c
6358                 move global option 'Set displayed columns...' out
6359                 of folder option grouping.
6360                 fix sensitivity of 'harvest addresses'
6361         FOR_STABLE
6362
6363 2006-02-01 [colin]      2.0.0cvs8
6364
6365         * src/mimeview.c
6366                 Revert the alertpanel patch, it sucks (intrusive
6367                 and gets in the way of "open")
6368
6369 2006-02-01 [colin]      2.0.0cvs7
6370
6371         * src/compose.c
6372         * src/prefs_account.c
6373         * src/prefs_common.c
6374         * src/common/defs.h
6375         * src/common/utils.c
6376         * src/common/utils.h
6377                 Add ability to edit the signature file
6378                 from the account preferences, and use
6379                 a default for the text editor.
6380                 Patch by Fabien Vantard
6381
6382 2006-02-01 [colin]      2.0.0cvs6
6383
6384         * src/mimeview.c
6385                 Try to get mime type by extension if it is
6386                 application/octet-stream
6387                 Display a window with possible choices when
6388                 encountering unknown mime types
6389         * src/gtk/filesel.c
6390         * src/gtk/filesel.h
6391                 Add preview
6392                 Allow multiple selection in filtered filesel
6393                 (patch by Fabien Vantard)
6394         * src/gtk/pluginwindow.c
6395                 Use it (patch by Fabien Vantard)
6396
6397 2006-02-01 [paul]       2.0.0cvs5
6398
6399         * src/jpilot.c
6400                 fix crash on creating jpilot address book
6401                 Thanks to Colin - FOR_STABLE
6402         * src/prefs_summaries.c
6403         * src/prefs_wrapping.c
6404         * src/gtk/icon_legend.c
6405         * src/gtk/quicksearch.c
6406                 string fixes and additions
6407
6408 2006-02-01 [paul]       2.0.0cvs4
6409
6410         * src/compose.c
6411         * src/mainwindow.c
6412         * src/messageview.c
6413         * src/prefs_send.c
6414                 add Arabic encoding option
6415                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6416
6417 2006-01-31 [colin]      2.0.0cvs3
6418
6419         * src/plugins/pgpcore/passphrase.c
6420                 Convert passphrase to locale encoding
6421         * src/compose.c
6422                 Fix drafting on IMAP. Crappy bug sneaked in
6423                 the release :-/
6424         FOR_STABLE
6425
6426 2006-01-30 [paul]       2.0.0cvs2
6427
6428         * src/gtk/icon_legend.c
6429                 show the new entries
6430
6431 2006-01-30 [colin]      2.0.0cvs1
6432
6433         * src/manual.c
6434                 Check for the file to be present before 
6435                 enabling the menu - FOR_STABLE
6436         * src/gtk/icon_legend.c
6437                 Add folders icons (not all of them, there
6438                 are too much, but the most intriguing ones)
6439
6440 2006-01-30 [paul]       2.0.0
6441
6442         version 2.0.0 released
6443
6444 2006-01-30 [paul]       1.9.100cvs200
6445
6446         * manual/faq.xml
6447         * manual/gpl.xml
6448         * manual/intro.xml
6449         * manual/starting.xml
6450         * manual/sylpheed-claws-manual.xml
6451                 fixes, additions
6452
6453 2006-01-29 [mones]      1.9.100cvs199
6454
6455         * manual/account.xml
6456         * manual/advanced.xml
6457         * manual/glossary.xml
6458                 Some typos fixed, added LDIF term to glossary
6459         * po/es.po
6460                 Fixed leading plus symbol
6461
6462 2006-01-29 [paul]       1.9.100cvs198
6463
6464         * po/fi.po
6465         * po/sk.po
6466                 updated by Tommi Pirinen and Andrej Kacian
6467
6468 2006-01-29 [paul]       1.9.100cvs197
6469
6470         * src/gtk/authors.h
6471                 remove duplicates
6472
6473 2006-01-29 [paul]       1.9.100cvs196
6474
6475         * AUTHORS
6476         * po/nl.po
6477         * src/gtk/authors.h
6478         * tools/claws.i18n.status.pl
6479                 nl translation updated by Tim Dijkstra
6480
6481 2006-01-29 [paul]       1.9.100cvs195
6482
6483         * po/sr.po
6484         * po/sv.po
6485                 updated by Aleksandar Urosevic and Anders Troback
6486
6487 2006-01-28 [colin]      1.9.100cvs194
6488
6489         * src/gtk/gtksourceprintjob.c
6490                 Don't fiddle with PangoLayout when we
6491                 have an image
6492
6493 2006-01-28 [paul]       1.9.100cvs193
6494
6495         * AUTHORS
6496         * po/el.po
6497         * po/zh_CN.po
6498         * src/gtk/authors.h
6499         * tools/claws.i18n.status.pl
6500                 updated translations submitted by Stavros Giannouris
6501                 and Ralgh Young
6502
6503 2006-01-27 [colin]      1.9.100cvs192
6504
6505         * src/summaryview.c
6506         * src/gtk/gtksourceprintjob.c
6507                 Add image printing 
6508                 (libgnomeprint only, of course)
6509
6510 2006-01-27 [paul]       1.9.100cvs191
6511
6512         * po/fr.po
6513         * po/it.po
6514                 updated by Fabien Vantard and Andrea Spadaccini
6515
6516 2006-01-26 [colin]      1.9.100cvs190
6517
6518         * manual/Makefile.am
6519         * configure.ac
6520                 Make building the manual optional 
6521                 (--disable-manual)
6522
6523 2006-01-26 [paul]       1.9.100cvs189
6524
6525         * manual/glossary.xml
6526         * manual/plugins.xml
6527                 edited
6528         * po/en_GB.po
6529                 updated
6530
6531 2006-01-26 [paul]       1.9.100cvs188
6532
6533         * src/prefs_display_header.c
6534         * src/prefs_folder_column.c
6535         * src/prefs_msg_colors.c
6536         * src/prefs_summaries.c
6537         * src/prefs_summary_column.c
6538                 HIGify
6539
6540 2006-01-25 [colin]      1.9.100cvs187
6541
6542         * src/imap.c
6543                 Don't allow moving/copying mails between
6544                 queue/drafts and non-queue/drafts folders
6545                 Fixes bug #897 (message header is resetted 
6546                 if one is copied to Drafts)
6547
6548 2006-01-25 [colin]      1.9.100cvs186
6549
6550         * src/folder.c
6551         * src/mainwindow.c
6552                 Fix subscribed folders not found
6553         * src/compose.c
6554                 Don't try to encode as original mail's charset
6555                 if it's ascii 
6556
6557 2006-01-25 [paul]       1.9.100cvs185
6558
6559         * AUTHORS
6560         * po/Makevars
6561                 updated
6562         * po/de.po
6563         * po/pl.po
6564         * po/pt_BR.po
6565         * po/sr.po
6566                 updates submitted by Stephan Sachse, Emilian Nowak
6567                 and Quar, Frederico Goncalves Guimaraes, and
6568                 Aleksandar Urosevic
6569                 Fix Bug 896, 'PT_BR locale broken'.
6570         * src/gtk/authors.h
6571                 updated
6572
6573 2006-01-24 [mones]      1.9.100cvs184
6574
6575         * manual/glossary.xml
6576                 All current terms finished. Reviewers welcome ;-)
6577         * manual/keyboard.xml
6578                 Fixed column width for pdf output.
6579         * po/es.po
6580                 Updated
6581
6582 2006-01-24 [paul]       1.9.100cvs183
6583
6584         * manual/glossary.xml
6585                 fix id name
6586         * manual/dist/html/Makefile.am
6587         * manual/dist/pdf/Makefile.am
6588         * manual/dist/ps/Makefile.am
6589         * manual/dist/txt/Makefile.am
6590                 fix make deps
6591                 Thanks to Colin
6592
6593 2006-01-24 [mones]      1.9.100cvs182
6594
6595         * manual/glossary.xml
6596                 Nearly finished, some terms missing.
6597
6598 2006-01-23 [paul]       1.9.100cvs181
6599
6600         * manual/dist/html/Makefile.am
6601         * manual/dist/pdf/Makefile.am
6602         * manual/dist/ps/Makefile.am
6603         * manual/dist/txt/Makefile.am
6604         * src/mainwindow.c
6605                 re-enable manual
6606                 Thanks to Colin
6607
6608 2006-01-22 [colin]      1.9.100cvs180
6609
6610         * src/compose.c
6611         * src/gtk/gtkaspell.c
6612                 Don't deselect stuff before right-clicking, with aspell.
6613                 (This prevented right-click Copy, for example).
6614                 Thanks to Clo!
6615
6616 2006-01-22 [paul]       1.9.100cvs179
6617
6618         * src/summary_search.c
6619                 don't fix the widget size as it causes problems
6620                 under localisation.
6621                 Thanks to Emilian Nowak
6622
6623 2006-01-21 [paul]       1.9.100cvs178
6624
6625         * src/prefs_themes.c
6626                 fix broken underlining of label text
6627                 with some translations
6628
6629 2006-01-21 [colin]      1.9.100cvs177
6630
6631         * po/fr.po
6632                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6633
6634 2006-01-20 [colin]      1.9.100cvs176
6635
6636         * configure.ac
6637         * Makefile.am
6638         * manual/Makefile
6639         * manual/dist/html/.cvsignore
6640         * manual/dist/html/Makefile.am
6641         * manual/dist/pdf/.cvsignore
6642         * manual/dist/pdf/Makefile.am
6643         * manual/dist/ps/.cvsignore
6644         * manual/dist/ps/Makefile.am
6645         * manual/dist/txt/.cvsignore
6646         * manual/dist/txt/Makefile.am
6647                 Autotool-ize manual
6648
6649 2006-01-20 [paul]       1.9.100cvs175
6650
6651         * manual/handling.xml
6652                 make Filtering and Searching entries easier to find
6653         * manual/keyboard.xml
6654                 add the remaining default keybinds
6655         * src/prefs_summaries.c
6656                 update the default keybinds
6657
6658 2006-01-20 [paul]       1.9.100cvs174
6659
6660         * src/addressbook.c
6661         * src/addrgather.c
6662         * src/addrharvest.c
6663         * src/editaddress.c
6664         * src/editgroup.c
6665         * src/exphtmldlg.c
6666         * src/expldifdlg.c
6667         * src/exporthtml.c
6668         * src/exportldif.c
6669         * src/ldif.c
6670                 replace 'e-mail' with 'email'
6671         * src/summary_search.c
6672                 add mnemonic to "Find all" button
6673
6674 2006-01-20 [wwp]        1.9.100cvs173
6675
6676         * src/export.c
6677         * src/import.c
6678                 touched mbox import/export buttons for HIG-compliance
6679
6680 2006-01-19 [paul]       1.9.100cvs172
6681
6682         * manual/account.xml
6683         * manual/addrbook.xml
6684         * manual/advanced.xml
6685         * manual/faq.xml
6686         * manual/handling.xml
6687         * manual/intro.xml
6688         * manual/plugins.xml
6689         * manual/starting.xml
6690                 more editing
6691
6692 2006-01-19 [paul]       1.9.100cvs171
6693
6694         * src/toolbar.c
6695                 allow use of trash button while receiving
6696                 Thanks to Colin
6697
6698 2006-01-19 [wwp]        1.9.100cvs170
6699
6700         * src/gtk/quicksearch.c
6701         * src/compose.c
6702                 force text color to black when yellow background is set
6703
6704 2006-01-19 [colin]      1.9.100cvs169
6705
6706         * src/plugins/trayicon/trayicon.c
6707                 Gray out Get Mail when already getting mail
6708
6709 2006-01-18 [paul]       1.9.100cvs168
6710
6711         * src/compose.c
6712                 give widget yellow background was To is
6713                 set via folder prefs
6714         * src/gtk/quicksearch.c
6715                 give widget yellow background when quick
6716                 search is active.
6717                 Thanks to Colin
6718
6719 2006-01-18 [paul]       1.9.100cvs167
6720
6721         * doc/man/sylpheed-claws.1
6722                 add --subscribe option
6723
6724 2006-01-18 [paul]       1.9.100cvs166
6725
6726         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6727         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6728                 use %U instead of %F (%F is broken for user installed
6729                 files in kde 3.5)
6730
6731 2006-01-18 [colin]      1.9.100cvs165
6732
6733         * src/summaryview.c
6734                 Default to Yes in "No more * messages" dialogs
6735
6736 2006-01-17 [colin]      1.9.100cvs164
6737
6738         * src/compose.c
6739                 Possibly fix an invalid iterator causing
6740                 crash
6741
6742 2006-01-17 [colin]      1.9.100cvs163
6743
6744         * src/mimeview.c
6745                 Fix crash when the image disappears under the
6746                 image viewer
6747
6748 2006-01-16 [colin]      1.9.100cvs162
6749
6750         * src/compose.c
6751                 Fix reenabling autowrap
6752
6753 2006-01-16 [colin]      1.9.100cvs161
6754
6755         * src/compose.c
6756                 reset quote_len before getting quote_str
6757
6758 2006-01-16 [colin]      1.9.100cvs160
6759
6760         * src/account.c
6761         * src/account.h
6762         * src/folder.c
6763         * src/imap_gtk.c
6764         * src/mh_gtk.c
6765                 Fix bug #883 (default inbox does not track folder move)
6766
6767 2006-01-16 [colin]      1.9.100cvs159
6768
6769         * src/compose.c
6770         * src/plugins/pgpcore/passphrase.c
6771                 More buttons fixes
6772
6773 2006-01-16 [paul]       1.9.100cvs158
6774
6775         * src/prefs_actions.c
6776         * src/prefs_filtering_action.c
6777         * src/prefs_matcher.c
6778         * src/quote_fmt.c
6779         * src/gtk/description_window.c
6780         * src/gtk/description_window.h
6781         * src/gtk/quicksearch.c
6782                 description window cleanups
6783
6784 2006-01-15 [colin]      1.9.100cvs157
6785
6786         * src/addressbook.c
6787         * src/prefs_filtering.c
6788                 Same here
6789
6790 2006-01-15 [colin]      1.9.100cvs156
6791
6792         * src/folderview.c
6793         * src/mainwindow.c
6794                 Same for "Empty trash"
6795
6796 2006-01-15 [colin]      1.9.100cvs155
6797
6798         * src/inc.c
6799                 Override offline dialog had Yes by default
6800
6801 2006-01-15 [colin]      1.9.100cvs154
6802
6803         * src/summaryview.c
6804                 Delete selected messages? previously had Yes the default
6805
6806 2006-01-15 [colin]      1.9.100cvs153
6807
6808         * src/folder.c
6809         * src/folder.h
6810         * src/main.c
6811                 Check if a mailbox is loaded after all
6812                 plugins are loaded.
6813
6814 2006-01-15 [colin]      1.9.100cvs152
6815
6816         * src/folder.c
6817                 Don't start wizard when there are unloaded folders (will help
6818                 people with only mbox or maildir mailboxes)
6819
6820 2006-01-14 [colin]      1.9.100cvs151
6821
6822         * src/addressbook.c
6823         * src/expldifdlg.c
6824         * src/importldif.c
6825         * src/importmutt.c
6826         * src/importpine.c
6827         * src/mh_gtk.c
6828                 More HIG compliance and fixes
6829
6830 2006-01-14 [colin]      1.9.100cvs150
6831
6832         * src/prefs_filtering_action.c
6833         * src/foldersel.c
6834                 Two forgotten button order changes
6835
6836 2006-01-14 [colin]      1.9.100cvs149
6837
6838         * src/account.c
6839         * src/addressbook.c
6840         * src/compose.c
6841         * src/folderview.c
6842         * src/imap_gtk.c
6843         * src/mainwindow.c
6844         * src/mh_gtk.c
6845         * src/news_gtk.c
6846         * src/prefs_actions.c
6847         * src/prefs_customheader.c
6848         * src/prefs_filtering.c
6849         * src/prefs_matcher.c
6850         * src/prefs_template.c
6851         * src/ssl_manager.c
6852         * src/summaryview.c
6853         * src/textview.c
6854         * src/toolbar.c
6855                 All deletion confirmations are now "Cancel, Delete" 
6856                 instead of "No, Yes"
6857                 Clarified most of the other "No, Yes" to 
6858                 "Cancel, Descriptive_action"
6859                 Rechanged the "Entry not saved" alerts to have 
6860                 "Close, Continue editing"
6861
6862
6863 2006-01-14 [paul]
6864
6865         * 2.0.0-rc4 released
6866
6867 2006-01-14 [paul]       1.9.100cvs148
6868
6869         * src/account.c
6870         * src/addressadd.c
6871         * src/addressbook.c
6872         * src/compose.c
6873         * src/editaddress.c
6874         * src/editbook.c
6875         * src/editgroup.c
6876         * src/editjpilot.c
6877         * src/editldap.c
6878         * src/editvcard.c
6879         * src/exphtmldlg.c
6880         * src/expldifdlg.c
6881         * src/folderview.c
6882         * src/grouplistdialog.c
6883         * src/imap_gtk.c
6884         * src/importmutt.c
6885         * src/importpine.c
6886         * src/inc.c
6887         * src/main.c
6888         * src/mainwindow.c
6889         * src/message_search.c
6890         * src/messageview.c
6891         * src/mh_gtk.c
6892         * src/mimeview.c
6893         * src/news_gtk.c
6894         * src/prefs_actions.c
6895         * src/prefs_customheader.c
6896         * src/prefs_filtering.c
6897         * src/prefs_matcher.c
6898         * src/prefs_template.c
6899         * src/prefs_themes.c
6900         * src/ssl_manager.c
6901         * src/summary_search.c
6902         * src/summaryview.c
6903         * src/textview.c
6904         * src/toolbar.c
6905         * src/gtk/foldersort.c
6906         * src/gtk/gtkaspell.c
6907         * src/gtk/inputdialog.c
6908         * src/gtk/prefswindow.c
6909         * src/plugins/pgpcore/select-keys.c
6910         * src/plugins/trayicon/trayicon.c
6911                 HIG compliant button order
6912
6913 2006-01-14 [mones]      1.9.100cvs147
6914
6915         * po/es.po
6916                 Updated translation
6917
6918 2006-01-13 [paul]       1.9.100cvs146
6919
6920         * AUTHORS
6921         * ChangeLog
6922         * src/gtk/authors.h
6923                 add Joshua M. Kwan to contributors list
6924
6925 2006-01-13 [colin]      1.9.100cvs145
6926
6927         * src/gtk/quicksearch.c
6928                 Don't refocus quick search after executing (Esc or Enter)
6929                 Allows to '/'search something then move up/down in 
6930                 summaryview, and to Esc a search and be back in the 
6931                 summaryview
6932
6933 2006-01-13 [paul]       1.9.100cvs144
6934
6935         * src/plugins/pgpinline/pgpinline.c
6936                 support Content-Type 'application/pgp'
6937                 patch by Joshua M. Kwan <joshuak@users.sf.net>
6938
6939 2006-01-13 [paul]       1.9.100cvs143
6940
6941         * manual/account.xml
6942                 make mention of partial retrieval
6943                 thanks to Colin
6944
6945 2006-01-13 [paul]       1.9.100cvs142
6946
6947         * src/account.c
6948         * src/account.h
6949         * src/action.c
6950         * src/action.h
6951         * src/adbookbase.h
6952         * src/addr_compl.c
6953         * src/addr_compl.h
6954         * src/addrbook.c
6955         * src/addrcache.c
6956         * src/addrcache.h
6957         * src/addrcindex.c
6958         * src/addrcindex.h
6959         * src/addrclip.c
6960         * src/addrclip.h
6961         * src/addrdefs.h
6962         * src/addressadd.c
6963         * src/addressadd.h
6964         * src/addressbook.c
6965         * src/addressbook.h
6966         * src/addrgather.c
6967         * src/addrgather.h
6968         * src/addrharvest.c
6969         * src/addrharvest.h
6970         * src/addrindex.c
6971         * src/addrindex.h
6972         * src/addritem.c
6973         * src/addritem.h
6974         * src/addrquery.c
6975         * src/addrquery.h
6976         * src/addrselect.c
6977         * src/addrselect.h
6978         * src/alertpanel.c
6979         * src/alertpanel.h
6980         * src/browseldap.c
6981         * src/browseldap.h
6982         * src/codeconv.c
6983         * src/codeconv.h
6984         * src/compose.c
6985         * src/compose.h
6986         * src/customheader.c
6987         * src/customheader.h
6988         * src/displayheader.c
6989         * src/displayheader.h
6990         * src/editaddress.c
6991         * src/editaddress.h
6992         * src/editbook.c
6993         * src/editbook.h
6994         * src/editgroup.c
6995         * src/editgroup.h
6996         * src/editjpilot.c
6997         * src/editjpilot.h
6998         * src/editldap.c
6999         * src/editldap.h
7000         * src/editldap_basedn.c
7001         * src/editldap_basedn.h
7002         * src/editvcard.c
7003         * src/editvcard.h
7004         * src/exphtmldlg.c
7005         * src/exphtmldlg.h
7006         * src/expldifdlg.c
7007         * src/expldifdlg.h
7008         * src/export.h
7009         * src/exporthtml.c
7010         * src/exporthtml.h
7011         * src/exportldif.c
7012         * src/exportldif.h
7013         * src/filtering.c
7014         * src/filtering.h
7015         * src/folder.c
7016         * src/folder.h
7017         * src/folder_item_prefs.c
7018         * src/folder_item_prefs.h
7019         * src/foldersel.c
7020         * src/foldersel.h
7021         * src/folderutils.c
7022         * src/folderutils.h
7023         * src/folderview.c
7024         * src/folderview.h
7025         * src/grouplistdialog.c
7026         * src/grouplistdialog.h
7027         * src/headerview.c
7028         * src/html.c
7029         * src/html.h
7030         * src/image_viewer.c
7031         * src/image_viewer.h
7032         * src/imap.c
7033         * src/imap.h
7034         * src/imap_gtk.c
7035         * src/imap_gtk.h
7036         * src/import.h
7037         * src/importldif.c
7038         * src/importldif.h
7039         * src/importmutt.c
7040         * src/importmutt.h
7041         * src/importpine.c
7042         * src/importpine.h
7043         * src/inc.c
7044         * src/inc.h
7045         * src/jpilot.c
7046         * src/jpilot.h
7047         * src/ldapctrl.c
7048         * src/ldapctrl.h
7049         * src/ldaplocate.c
7050         * src/ldaplocate.h
7051         * src/ldapquery.c
7052         * src/ldapquery.h
7053         * src/ldapserver.c
7054         * src/ldapserver.h
7055         * src/ldaputil.c
7056         * src/ldaputil.h
7057         * src/ldif.c
7058         * src/ldif.h
7059         * src/main.c
7060         * src/main.h
7061         * src/mainwindow.c
7062         * src/mainwindow.h
7063         * src/manual.c
7064         * src/manual.h
7065         * src/mbox.c
7066         * src/mbox.h
7067         * src/message_search.c
7068         * src/message_search.h
7069         * src/messageview.c
7070         * src/messageview.h
7071         * src/mh.c
7072         * src/mh.h
7073         * src/mh_gtk.c
7074         * src/mh_gtk.h
7075         * src/mimeview.c
7076         * src/mimeview.h
7077         * src/msgcache.c
7078         * src/msgcache.h
7079         * src/mutt.c
7080         * src/mutt.h
7081         * src/news.c
7082         * src/news.h
7083         * src/news_gtk.c
7084         * src/news_gtk.h
7085         * src/partial_download.c
7086         * src/partial_download.h
7087         * src/pine.c
7088         * src/pine.h
7089         * src/pop.c
7090         * src/pop.h
7091         * src/prefs_account.c
7092         * src/prefs_account.h
7093         * src/prefs_actions.c
7094         * src/prefs_actions.h
7095         * src/prefs_common.c
7096         * src/prefs_common.h
7097         * src/prefs_compose_writing.c
7098         * src/prefs_compose_writing.h
7099         * src/prefs_customheader.c
7100         * src/prefs_customheader.h
7101         * src/prefs_display_header.c
7102         * src/prefs_display_header.h
7103         * src/prefs_filtering.c
7104         * src/prefs_filtering.h
7105         * src/prefs_filtering_action.c
7106         * src/prefs_filtering_action.h
7107         * src/prefs_folder_column.c
7108         * src/prefs_folder_column.h
7109         * src/prefs_folder_item.c
7110         * src/prefs_folder_item.h
7111         * src/prefs_fonts.c
7112         * src/prefs_fonts.h
7113         * src/prefs_gtk.c
7114         * src/prefs_gtk.h
7115         * src/prefs_image_viewer.c
7116         * src/prefs_image_viewer.h
7117         * src/prefs_matcher.c
7118         * src/prefs_matcher.h
7119         * src/prefs_message.c
7120         * src/prefs_msg_colors.c
7121         * src/prefs_msg_colors.h
7122         * src/prefs_other.c
7123         * src/prefs_quote.c
7124         * src/prefs_receive.c
7125         * src/prefs_send.c
7126         * src/prefs_spelling.c
7127         * src/prefs_spelling.h
7128         * src/prefs_summaries.c
7129         * src/prefs_summaries.h
7130         * src/prefs_summary_column.c
7131         * src/prefs_summary_column.h
7132         * src/prefs_template.c
7133         * src/prefs_template.h
7134         * src/prefs_themes.c
7135         * src/prefs_themes.h
7136         * src/prefs_toolbar.c
7137         * src/prefs_toolbar.h
7138         * src/prefs_wrapping.c
7139         * src/prefs_wrapping.h
7140         * src/privacy.c
7141         * src/privacy.h
7142         * src/procheader.c
7143         * src/procheader.h
7144         * src/procmime.c
7145         * src/procmime.h
7146         * src/procmsg.c
7147         * src/procmsg.h
7148         * src/quote_fmt.c
7149         * src/quote_fmt_parse.y
7150         * src/recv.c
7151         * src/recv.h
7152         * src/remotefolder.c
7153         * src/remotefolder.h
7154         * src/send_message.c
7155         * src/send_message.h
7156         * src/setup.c
7157         * src/setup.h
7158         * src/sourcewindow.c
7159         * src/sourcewindow.h
7160         * src/ssl_manager.c
7161         * src/ssl_manager.h
7162         * src/statusbar.c
7163         * src/statusbar.h
7164         * src/stock_pixmap.c
7165         * src/stock_pixmap.h
7166         * src/summary_search.c
7167         * src/summary_search.h
7168         * src/summaryview.c
7169         * src/summaryview.h
7170         * src/syldap.c
7171         * src/syldap.h
7172         * src/textview.c
7173         * src/textview.h
7174         * src/toolbar.c
7175         * src/toolbar.h
7176         * src/undo.c
7177         * src/undo.h
7178         * src/unmime.c
7179         * src/unmime.h
7180         * src/vcard.c
7181         * src/vcard.h
7182         * src/wizard.c
7183         * src/wizard.h
7184         * src/common/base64.c
7185         * src/common/base64.h
7186         * src/common/defs.h
7187         * src/common/hooks.c
7188         * src/common/hooks.h
7189         * src/common/log.c
7190         * src/common/log.h
7191         * src/common/mgutils.c
7192         * src/common/mgutils.h
7193         * src/common/nntp.c
7194         * src/common/nntp.h
7195         * src/common/passcrypt.c
7196         * src/common/passcrypt.h.in
7197         * src/common/plugin.c
7198         * src/common/plugin.h
7199         * src/common/prefs.c
7200         * src/common/prefs.h
7201         * src/common/progressindicator.c
7202         * src/common/progressindicator.h
7203         * src/common/quoted-printable.c
7204         * src/common/quoted-printable.h
7205         * src/common/session.c
7206         * src/common/session.h
7207         * src/common/smtp.c
7208         * src/common/smtp.h
7209         * src/common/socket.c
7210         * src/common/socket.h
7211         * src/common/ssl.c
7212         * src/common/ssl.h
7213         * src/common/ssl_certificate.c
7214         * src/common/ssl_certificate.h
7215         * src/common/stringtable.c
7216         * src/common/stringtable.h
7217         * src/common/sylpheed.c
7218         * src/common/sylpheed.h
7219         * src/common/template.c
7220         * src/common/template.h
7221         * src/common/timing.h
7222         * src/common/utils.c
7223         * src/common/utils.h
7224         * src/common/version.h.in
7225         * src/common/xml.c
7226         * src/common/xml.h
7227         * src/common/xmlprops.c
7228         * src/common/xmlprops.h
7229         * src/gtk/colorlabel.c
7230         * src/gtk/colorsel.c
7231         * src/gtk/colorsel.h
7232         * src/gtk/description_window.c
7233         * src/gtk/description_window.h
7234         * src/gtk/filesel.c
7235         * src/gtk/filesel.h
7236         * src/gtk/foldersort.c
7237         * src/gtk/foldersort.h
7238         * src/gtk/gtkutils.c
7239         * src/gtk/gtkutils.h
7240         * src/gtk/inputdialog.c
7241         * src/gtk/inputdialog.h
7242         * src/gtk/logwindow.c
7243         * src/gtk/logwindow.h
7244         * src/gtk/manage_window.c
7245         * src/gtk/manage_window.h
7246         * src/gtk/menu.c
7247         * src/gtk/menu.h
7248         * src/gtk/pluginwindow.c
7249         * src/gtk/pluginwindow.h
7250         * src/gtk/prefswindow.c
7251         * src/gtk/prefswindow.h
7252         * src/gtk/progressdialog.c
7253         * src/gtk/progressdialog.h
7254         * src/gtk/sslcertwindow.c
7255         * src/gtk/sslcertwindow.h
7256         * src/plugins/clamav/clamav_plugin.c
7257         * src/plugins/clamav/clamav_plugin.h
7258         * src/plugins/clamav/clamav_plugin_gtk.c
7259         * src/plugins/demo/demo.c
7260         * src/plugins/dillo_viewer/dillo_prefs.c
7261         * src/plugins/dillo_viewer/dillo_prefs.h
7262         * src/plugins/dillo_viewer/dillo_viewer.c
7263         * src/plugins/pgpcore/passphrase.c
7264         * src/plugins/pgpcore/passphrase.h
7265         * src/plugins/pgpcore/plugin.c
7266         * src/plugins/pgpcore/select-keys.c
7267         * src/plugins/pgpcore/select-keys.h
7268         * src/plugins/pgpcore/sgpgme.c
7269         * src/plugins/pgpcore/sgpgme.h
7270         * src/plugins/pgpinline/pgpinline.c
7271         * src/plugins/pgpinline/pgpinline.h
7272         * src/plugins/pgpinline/plugin.c
7273         * src/plugins/pgpmime/pgpmime.c
7274         * src/plugins/pgpmime/pgpmime.h
7275         * src/plugins/pgpmime/plugin.c
7276         * src/plugins/spamassassin/spamassassin.c
7277         * src/plugins/spamassassin/spamassassin.h
7278         * src/plugins/spamassassin/spamassassin_gtk.c
7279         * src/plugins/trayicon/trayicon.c
7280                 update copyright header
7281
7282 2006-01-13 [paul]       1.9.100cvs141
7283
7284         * src/account.c
7285         * src/export.c
7286         * src/import.c
7287         * src/mainwindow.c
7288         * src/prefs_account.c
7289         * src/prefs_display_header.c
7290         * src/prefs_receive.c
7291         * src/prefs_send.c
7292         * src/prefs_summaries.c
7293         * src/prefs_themes.c
7294         * src/prefs_toolbar.c
7295         * src/gtk/about.c
7296                 various cleanups
7297
7298 2006-01-12 [colin]      1.9.100cvs140
7299
7300         * src/folder.c
7301         * src/folder.h
7302         * src/main.c
7303                 Add --subscribe option
7304                 Let sylpheed-claws email@domain.com equivalent to --compose
7305                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7306
7307 2006-01-12 [paul]       1.9.100cvs139
7308
7309         * src/mainwindow.c
7310                 append 'Change folder order' label with '...'
7311         * src/prefs_actions.c
7312                 allow reordering of actions list by dnd
7313         * src/gtk/foldersort.c
7314                 make the dialog nicer
7315
7316 2006-01-11 [colin]      1.9.100cvs138
7317
7318         * src/compose.c
7319                 Allow templates without text
7320
7321 2006-01-11 [paul]       1.9.100cvs137
7322
7323         * tools/README
7324         * tools/filter_conv_new.pl
7325                 add info to README
7326                 also check .sylpheed for filter.xml
7327                 be a bit informative to the user
7328
7329 2006-01-11 [colin]      1.9.100cvs136
7330
7331         * src/textview.c
7332                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7333
7334 2006-01-10 [paul]       1.9.100cvs135
7335
7336         * tools/Makefile.am
7337         * tools/filter_conv_new.pl
7338                 add script to convert new style Sylpheed
7339                 filter rules (Sylpheed >= 0.9.99) to
7340                 Claws filtering rules
7341
7342 2006-01-10 [colin]      1.9.100cvs134
7343
7344         * src/compose.c
7345                 Fix broken line joins in certain conditions
7346                 (between two quoted lines: <enter><enter><up>
7347                  <type a wrapped sentence><go in the first line>
7348                  <insert more text><watch as line joining failed>)
7349
7350 2006-01-10 [paul]       1.9.100cvs133
7351
7352         * src/compose.c
7353                 don't report success in error dialog
7354                 thanks to Colin
7355         * src/common/utils.c
7356                 include some trailing punctuations as URI
7357                 thanks to Hiro
7358
7359 2006-01-10 [paul]       1.9.100cvs132
7360
7361         * src/mimeview.c
7362                 fix incompatible pointer type
7363                 warning
7364
7365 2006-01-10 [paul]       1.9.100cvs131
7366
7367         * src/compose.c
7368                 change Subject in window title
7369                 instantaneously
7370
7371 2006-01-09 [colin]      1.9.100cvs130
7372
7373         * src/addressbook.c
7374         * src/headerview.c
7375         * src/mainwindow.c
7376         * src/messageview.c
7377         * src/mimeview.c
7378         * src/noticeview.c
7379         * src/summaryview.c
7380                 Fix possible crashes on exit and in addressbook
7381
7382 2006-01-09 [paul]       1.9.100cvs129
7383
7384         * src/prefs_msg_colors.c
7385                 some cleanups that I forgot last time
7386
7387 2006-01-09 [paul]       1.9.100cvs128
7388
7389         * README
7390         * src/folderview.c
7391         * src/prefs_msg_colors.c
7392                 add previously hidden option, color_new, to
7393                 the gui
7394                 move the page to Display/
7395                 rework the gui
7396
7397 2006-01-09 [wwp]        1.9.100cvs127
7398
7399         * src/prefs_themes.c
7400                 made the prefs/display/themes layouts spacing less condensed
7401                 (and so they match other prefs/pages' look).
7402
7403 2006-01-09 [paul]       1.9.100cvs126
7404
7405         * src/compose.c
7406         * src/prefs_common.c
7407         * src/prefs_common.h
7408         * src/prefs_wrapping.c
7409                 remove 'wrap at send' option
7410
7411 2006-01-06 [colin]      1.9.100cvs125
7412
7413         * src/compose.c
7414                 Just make completely sure we don't insert "manual line breaks" 
7415                 when wrapping... 
7416
7417 2006-01-04 [paul]
7418
7419         * 2.0.0-rc3 released
7420
7421 2006-01-04 [paul]       1.9.100cvs124
7422
7423         * src/folderview.c
7424                 fix bug 882, 'quick scroll in folder list
7425                 displays wrong folder contents'
7426
7427 2006-01-04 [paul]       1.9.100cvs123
7428
7429         * src/plugins/pgpmime/pgpmime.c
7430                 better debug information when signing
7431                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7432
7433 2006-01-03 [colin]      1.9.100cvs122
7434
7435         * configure.ac
7436                 We need to recheck for gpgme 1.0.0 after checking
7437                 for 1.1.1, because if 1.1.1 isn't available, 
7438                 GPGME_LIBS and friends are blanked out by the 
7439                 second check.
7440
7441 2006-01-03 [colin]      1.9.100cvs121
7442
7443         * src/common/prefs.c
7444                 Windows unlink-before rename fix
7445         * src/plugins/pgpcore/sgpgme.c
7446                 Add support for PKA info if available
7447                 Both patches by Werner Koch
7448
7449 2006-01-03 [paul]       1.9.100cvs120
7450
7451         * src/messageview.c
7452                 fix bug 884, 'Send receipt' button visible in queue
7453                 Thanks to Colin
7454
7455 2006-01-02 [colin]      1.9.100cvs119
7456
7457         * src/compose.c
7458         * src/imap.c
7459                 Fix autosave on IMAP and more generally try to
7460                 return the correct ID on a newly added IMAP message
7461
7462 2006-01-02 [paul]       1.9.100cvs118
7463
7464         * manual/keyboard.xml
7465                 edited
7466
7467 2006-01-01 [paul]       1.9.100cvs117
7468
7469         * src/gtk/authors.h
7470                 alphabetical order
7471
7472 2005-12-30 [colin]      1.9.100cvs116
7473
7474         * manual/advanced.xml
7475                 Explain Pre/Post-processing differences.
7476
7477 2005-12-30 [colin]      1.9.100cvs115
7478
7479         * src/mh.c
7480                 Implement copy_msgs for a little optimization
7481         * src/imap.c
7482                 Finish yesterday's fix
7483
7484 2005-12-29 [colin]      1.9.100cvs114
7485
7486         * src/imap.c
7487                 Fix occasional failure in fetching a mail over
7488                 IMAP
7489
7490 2005-12-29 [colin]      1.9.100cvs113
7491
7492         * src/compose.c
7493                 Don't remove a draft when sending it, if it is 
7494                 locked.
7495
7496 2005-12-28 [colin]      1.9.100cvs112
7497
7498         * src/summaryview.c
7499                 Fix leak for real
7500
7501 2005-12-28 [wwp]        1.9.100cvs111
7502
7503         * doc/faq/.cvsignore
7504         * doc/faq/de/.cvsignore
7505         * doc/faq/en/.cvsignore
7506         * doc/faq/es/.cvsignore
7507         * doc/faq/fr/.cvsignore
7508         * doc/faq/it/.cvsignore
7509         * doc/manual/.cvsignore
7510         * doc/manual/de/.cvsignore
7511         * doc/manual/en/.cvsignore
7512         * doc/manual/es/.cvsignore
7513         * doc/manual/fr/.cvsignore
7514         * doc/manual/ja/.cvsignore
7515         * src/plugins/mathml_viewer/.cvsignore
7516                 rollback revival of those files (my bad, sorry for the noise).
7517
7518 2005-12-28 [wwp]        1.9.100cvs110
7519
7520         * src/compose.c
7521                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7522
7523 2005-12-28 [wwp]        1.9.100cvs109
7524
7525         * doc/faq/.cvsignore
7526         * doc/faq/de/.cvsignore
7527         * doc/faq/en/.cvsignore
7528         * doc/faq/es/.cvsignore
7529         * doc/faq/fr/.cvsignore
7530         * doc/faq/it/.cvsignore
7531         * doc/manual/.cvsignore
7532         * doc/manual/de/.cvsignore
7533         * doc/manual/en/.cvsignore
7534         * doc/manual/es/.cvsignore
7535         * doc/manual/fr/.cvsignore
7536         * doc/manual/ja/.cvsignore
7537         * src/plugins/mathml_viewer/.cvsignore
7538         * po/.cvsignore
7539                 more files to ignore.
7540
7541 2005-12-24 [colin]      1.9.100cvs108
7542
7543         * AUTHORS
7544         * src/gtk/authors.h
7545                 Update for Werner
7546
7547 2005-12-24 [colin]      1.9.100cvs107
7548
7549         * src/procmsg.c
7550                 Allow NULL src_msginfo in 
7551                 procmsg_msginfo_new_from_mimeinfo
7552
7553 2005-12-23 [paul]       1.9.100cvs106
7554
7555         * src/plugins/pgpinline/mypgpcore.def
7556                 add this forgotten file
7557
7558 2005-12-23 [colin]      1.9.100cvs105
7559
7560         * src/mainwindow.c
7561                 Fix missing break
7562
7563 2005-12-23 [colin]      1.9.100cvs104
7564
7565         * autogen.sh
7566         * src/folder.c
7567         * src/mh.c
7568         * src/common/plugin.c
7569         * src/common/socket.c
7570         * src/common/socket.h
7571         * src/common/utils.c
7572         * src/common/utils.h
7573         * src/gtk/pluginwindow.c
7574         * src/plugins/pgpcore/plugin.def
7575         * src/plugins/pgpcore/sylpheed.def
7576         * src/plugins/pgpinline/Makefile.am
7577         * src/plugins/pgpinline/plugin.def
7578         * src/plugins/pgpinline/sylpheed.def
7579         * src/plugins/pgpmime/plugin.def
7580         * src/plugins/pgpmime/sylpheed.def
7581                 Various w32 fixes by Werner Koch
7582
7583 2005-12-22 [paul]       1.9.100cvs103
7584
7585         * src/wizard.c
7586                 don't offer IMAP as 'server type' if
7587                 libetpan isn't built in
7588
7589 2005-12-22 [paul]       1.9.100cvs102
7590
7591         * AUTHORS
7592         * src/mainwindow.c
7593         * src/mainwindow.h
7594         * src/toolbar.c
7595         * src/gtk/authors.h
7596                 support GTK_TOOLBAR_BOTH_HORIZ (text
7597                 next to icon) Patch by Marien Zwart
7598                 marienz@users.sf.net
7599                 Also reword the text
7600
7601 2005-12-21 [colin]      1.9.100cvs101
7602
7603         * configure.ac
7604                 Fix DATADIRNAME
7605         * COPYING
7606                 Fix missing section and explicit the exception better
7607         * src/compose.c
7608                 Prevent mail from being lost without notice when an
7609                 SMTP error happens on trying to send an unmodified
7610                 drafted mail.
7611         * src/send_message.c
7612         * src/common/smtp.c
7613                 Fix password remembering when wrong, and add return
7614                 value checks where they should have been
7615         * src/plugins/pgpcore/sylpheed.def
7616         * src/plugins/pgpinline/sylpheed.def
7617         * src/plugins/pgpmime/sylpheed.def
7618                 Add a few symbols needed
7619
7620 2005-12-21 [paul]       1.9.100cvs100
7621
7622         * m4/codeset.m4
7623         * m4/glibc21.m4
7624         * m4/intdiv0.m4
7625         * m4/inttypes-pri.m4
7626         * m4/inttypes.m4
7627         * m4/inttypes_h.m4
7628         * m4/isc-posix.m4
7629         * m4/lcmessage.m4
7630         * m4/stdint_h.m4
7631         * m4/uintmax_t.m4
7632                 gettextization
7633                 thanks to Colin
7634
7635 2005-12-21 [paul]       1.9.100cvs99
7636
7637         * po/sv.po
7638                 fixed by Colin
7639
7640 2005-12-20 [paul]       1.9.100cvs98
7641
7642         * po/sv.po
7643                 updated by Anders Trobäck
7644
7645 2005-12-20 [colin]      1.9.100cvs97
7646
7647         * ABOUT-NLS
7648         * Makefile.am
7649         * autogen.sh
7650         * configure.ac
7651         * config/config.rpath
7652         * config/mkinstalldirs
7653         * m4/Makefile.am
7654         * m4/glibc2.m4
7655         * m4/gnupg.m4
7656         * m4/gpgme.m4
7657         * m4/intmax.m4
7658         * m4/longdouble.m4
7659         * m4/longlong.m4
7660         * m4/printf-posix.m4
7661         * m4/signed.m4
7662         * m4/size_max.m4
7663         * m4/ulonglong.m4
7664         * m4/wchar_t.m4
7665         * m4/wint_t.m4
7666         * m4/xsize.m4
7667         * po/Makefile.in.in
7668         * po/Makevars
7669         * po/bg.po
7670         * po/ca.po
7671         * po/cs.po
7672         * po/de.po
7673         * po/el.po
7674         * po/en_GB.po
7675         * po/es.po
7676         * po/fi.po
7677         * po/fr.po
7678         * po/hr.po
7679         * po/hu.po
7680         * po/it.po
7681         * po/ja.po
7682         * po/ko.po
7683         * po/nb.po
7684         * po/nl.po
7685         * po/pl.po
7686         * po/pt_BR.po
7687         * po/ru.po
7688         * po/sk.po
7689         * po/sr.po
7690         * po/stamp-po
7691         * po/sv.po
7692         * po/zh_CN.po
7693         * po/zh_TW.po
7694         * src/Makefile.am
7695         * src/codeconv.c
7696         * src/compose.c
7697         * src/exporthtml.c
7698         * src/exportldif.c
7699         * src/folder.c
7700         * src/main.c
7701         * src/manual.c
7702         * src/mh.c
7703         * src/mimeview.c
7704         * src/send_message.c
7705         * src/common/Makefile.am
7706         * src/common/fnmatch.c
7707         * src/common/fnmatch.h
7708         * src/common/fnmatch_loop.c
7709         * src/common/nntp.c
7710         * src/common/plugin.c
7711         * src/common/smtp.c
7712         * src/common/socket.c
7713         * src/common/string_match.c
7714         * src/common/sylpheed.c
7715         * src/common/utils.c
7716         * src/common/utils.h
7717         * src/common/w32_dirent.c
7718         * src/common/w32_reg.c
7719         * src/common/w32_signal.c
7720         * src/common/w32_stat.c
7721         * src/common/w32_stdio.c
7722         * src/common/w32_stdlib.c
7723         * src/common/w32_string.c
7724         * src/common/w32_time.c
7725         * src/common/w32_unistd.c
7726         * src/common/w32_wait.c
7727         * src/common/w32lib.h
7728         * src/etpan/Makefile.am
7729         * src/gtk/Makefile.am
7730         * src/plugins/clamav/Makefile.am
7731         * src/plugins/demo/Makefile.am
7732         * src/plugins/dillo_viewer/Makefile.am
7733         * src/plugins/pgpcore/Makefile.am
7734         * src/plugins/pgpcore/passphrase.c
7735         * src/plugins/pgpcore/plugin.def
7736         * src/plugins/pgpcore/sgpgme.c
7737         * src/plugins/pgpcore/sylpheed.def
7738         * src/plugins/pgpcore/version.rc
7739         * src/plugins/pgpinline/Makefile.am
7740         * src/plugins/pgpinline/plugin.def
7741         * src/plugins/pgpinline/sylpheed.def
7742         * src/plugins/pgpinline/version.rc
7743         * src/plugins/pgpmime/Makefile.am
7744         * src/plugins/pgpmime/mypgpcore.def
7745         * src/plugins/pgpmime/plugin.def
7746         * src/plugins/pgpmime/sylpheed.def
7747         * src/plugins/pgpmime/version.rc
7748         * src/plugins/spamassassin/Makefile.am
7749                 Very little ;-) patch from Werner Koch, providing
7750                 infrastructure for cross-compiling to Win32
7751
7752 2005-12-20 [paul]       1.9.100cvs96
7753
7754         * src/account.c
7755         * src/account.h
7756         * src/mainwindow.c
7757         * src/mainwindow.h
7758         * src/toolbar.c
7759         * src/toolbar.h
7760                 add a combo to the Get All button, allowing
7761                 quick retrieval from any account
7762                 Patch by Fabien Vantard, slightly modified
7763                 by Colin
7764         * src/gtk/about.c
7765                 i18n fix. Patch by Fabien Vantard
7766
7767 2005-12-19 [colin]      1.9.100cvs95
7768
7769         * src/compose.c
7770         * src/compose.h
7771                 Don't automatically join lines when they've 
7772                 been separated by the user and not automatically
7773
7774 2005-12-19 [paul]       1.9.100cvs94
7775
7776         * src/gtk/pluginwindow.c
7777                 i18n fix.
7778                 Patch by Fabien Vantard
7779
7780 2005-12-15 [paul]       1.9.100cvs93
7781
7782         * src/common/plugin.c
7783         * src/common/plugin.h
7784         * src/gtk/pluginwindow.c
7785         * src/plugins/clamav/clamav_plugin.c
7786         * src/plugins/demo/demo.c
7787         * src/plugins/dillo_viewer/dillo_viewer.c
7788         * src/plugins/pgpcore/plugin.c
7789         * src/plugins/pgpinline/plugin.c
7790         * src/plugins/pgpmime/plugin.c
7791         * src/plugins/spamassassin/spamassassin.c
7792         * src/plugins/trayicon/trayicon.c
7793                 add plugin_version()
7794
7795 2005-12-15 [colin]      1.9.100cvs92
7796
7797         * src/compose.c
7798                 Further fix bug #875
7799
7800 2005-12-15 [paul]       1.9.100cvs91
7801
7802         * src/gtk/filesel.c
7803                 fix attach_load_dir getting set to
7804                 PLUGINDIR on plugin load
7805
7806 2005-12-14 [mones]      1.9.100cvs90
7807
7808         * manual/ack.xml
7809         * manual/keyboard.xml
7810                 Initial draft and some shortcuts added
7811                 
7812         * po/es.po
7813                 Updated translation
7814
7815 2005-12-14 [colin]      1.9.100cvs89
7816
7817         * src/compose.c
7818         * src/imap.c
7819         * src/summaryview.c
7820         * src/gtk/gtkaspell.c
7821                 More leaks fixed
7822         * src/prefs_folder_item.c
7823                 Fix recursive prefs apply
7824
7825
7826 2005-12-14 [colin]      1.9.100cvs88
7827
7828         * src/compose.c
7829                 Fix bug #875 (Freeze On Inline Forward of 
7830                 Large Message)
7831
7832 2005-12-13 [colin]      1.9.100cvs87
7833
7834         * src/compose.c
7835                 Uniq-ify and sort the mimetypes list
7836                 Patch by Fabien Vantard
7837
7838 2005-12-13 [colin]      1.9.100cvs86
7839
7840         * src/imap.c
7841         * src/etpan/imap-thread.c
7842                 Fix leaks (patch by Hoa)
7843         * src/news.c
7844         * src/common/plugin.c
7845                 Fix leaks
7846
7847 2005-12-12 [colin]
7848
7849         * 2.0.0-rc2 released
7850
7851 2005-12-12 [colin]      1.9.100cvs85
7852
7853         * src/matcher.c
7854                 Fix a leak
7855
7856 2005-12-12 [wwp]        1.9.100cvs84
7857
7858         * src/gtk/icon_legend.c
7859                 fix misbehaviour and crash when closing the legend window
7860         using the Esc key (patch by Fabien Vantard).
7861
7862 2005-12-12 [paul]       1.9.100cvs83
7863
7864         * src/browseldap.c
7865         * src/foldersel.c
7866         * src/prefs_actions.c
7867         * src/prefs_filtering.c
7868         * src/prefs_matcher.c
7869         * src/prefs_spelling.glade      ** REMOVED **
7870         * src/prefs_template.c
7871         * src/gtk/foldersort.glade      ** REMOVED **
7872         * src/gtk/pluginwindow.c
7873         * src/gtk/pluginwindow.glade    ** REMOVED **
7874         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7875                 cleanups
7876
7877 2005-12-11 [paul]       1.9.100cvs82
7878
7879         * src/gtk/filesel.c
7880                 fix attach_load_dir crasher (double free)
7881
7882 2005-12-09 [paul]       1.9.100cvs81
7883
7884         * po/POTFILES.in
7885         * src/mainwindow.c
7886         * src/gtk/Makefile.am
7887         * src/gtk/icon_legend.c
7888         * src/gtk/icon_legend.h
7889                 add icon legend
7890         * src/manual.c
7891                 cleanup
7892
7893 2005-12-09 [paul]       1.9.100cvs80
7894
7895         * src/plugins/pgpcore/passphrase.c
7896                 wrap the label in the dialog
7897
7898 2005-12-09 [colin]      1.9.100cvs79
7899
7900         * src/plugins/pgpcore/sgpgme.c
7901                 Display (untrusted) on not trusted signatures
7902                 Patch by Michal Èihaø <michal@cihar.com>
7903                 Closes bug #867 (Report also key trust)
7904
7905 2005-12-09 [colin]      1.9.100cvs78
7906
7907         * src/common/plugin.c
7908                 Update licence check, following Eben Moglen's advice
7909
7910 2005-12-08 [colin]      1.9.100cvs77
7911
7912         * src/folder.c
7913                 Fix the occasionnal item->cache != NULL 
7914                 assertion failure. 
7915
7916 2005-12-08 [colin]      1.9.100cvs76
7917
7918         * src/mimeview.c
7919         * src/plugins/pgpcore/sgpgme.c
7920                 Print key id when unable to check it
7921                 Closes bug #866 (Show key id when missing)
7922
7923 2005-12-08 [paul]       1.9.100cvs75
7924
7925         * src/prefs_common.c
7926         * src/prefs_common.h
7927         * src/gtk/filesel.c
7928                 remember load attachment dir
7929
7930 2005-12-07 [colin]      1.9.100cvs74
7931
7932         * src/prefs_toolbar.c
7933                 Gtk fixes, patch by Fabien Vantard
7934
7935 2005-12-07 [colin]      1.9.100cvs73
7936
7937         * src/action.c
7938         * src/compose.c
7939         * src/compose.h
7940                 Fix bug #839 (Quoted text isn't colored after 
7941                 executing an action)
7942         * src/common/plugin.c
7943                 Require plugins to declare their licence in plugin_licence()
7944                 Refuse to load non-GPL plugins as they'd be illegal (as 
7945                 derived works of Sylpheed-Claws, they must be GPL).
7946         * src/plugins/clamav/clamav_plugin.c
7947         * src/plugins/demo/demo.c
7948         * src/plugins/dillo_viewer/dillo_viewer.c
7949         * src/plugins/pgpcore/plugin.c
7950         * src/plugins/pgpinline/plugin.c
7951         * src/plugins/pgpmime/plugin.c
7952         * src/plugins/spamassassin/spamassassin.c
7953         * src/plugins/trayicon/trayicon.c
7954                 Add plugin_licence()
7955
7956 2005-12-07 [paul]       1.9.100cvs72
7957
7958         * configure.ac
7959         * src/mainwindow.c
7960         * src/manual.c
7961         * src/manual.h
7962         * src/common/defs.h
7963                 clean up after local FAQ removal and
7964                 temporary manual removal
7965
7966 2005-12-06 [colin]      1.9.100cvs71
7967
7968         * configure.ac
7969         * doc/Makefile.am
7970         * doc/faq/.cvsignore
7971         * doc/faq/Makefile.am
7972         * doc/faq/de/.cvsignore
7973         * doc/faq/de/Makefile.am
7974         * doc/faq/de/sylpheed-faq-1.html
7975         * doc/faq/de/sylpheed-faq-2.html
7976         * doc/faq/de/sylpheed-faq-3.html
7977         * doc/faq/de/sylpheed-faq.html
7978         * doc/faq/en/.cvsignore
7979         * doc/faq/en/Makefile.am
7980         * doc/faq/en/sylpheed-faq-1.html
7981         * doc/faq/en/sylpheed-faq-2.html
7982         * doc/faq/en/sylpheed-faq-3.html
7983         * doc/faq/en/sylpheed-faq-4.html
7984         * doc/faq/en/sylpheed-faq.html
7985         * doc/faq/es/.cvsignore
7986         * doc/faq/es/Makefile.am
7987         * doc/faq/es/sylpheed-faq-1.html
7988         * doc/faq/es/sylpheed-faq-2.html
7989         * doc/faq/es/sylpheed-faq-3.html
7990         * doc/faq/es/sylpheed-faq-4.html
7991         * doc/faq/es/sylpheed-faq.html
7992         * doc/faq/fr/.cvsignore
7993         * doc/faq/fr/Makefile.am
7994         * doc/faq/fr/sylpheed-faq-1.html
7995         * doc/faq/fr/sylpheed-faq-2.html
7996         * doc/faq/fr/sylpheed-faq-3.html
7997         * doc/faq/fr/sylpheed-faq.html
7998         * doc/faq/it/.cvsignore
7999         * doc/faq/it/Makefile.am
8000         * doc/faq/it/sylpheed-faq-1.html
8001         * doc/faq/it/sylpheed-faq-2.html
8002         * doc/faq/it/sylpheed-faq-3.html
8003         * doc/faq/it/sylpheed-faq.html
8004         * doc/manual/.cvsignore
8005         * doc/manual/Makefile.am
8006         * doc/manual/de/.cvsignore
8007         * doc/manual/de/Makefile.am
8008         * doc/manual/de/sylpheed-1.html
8009         * doc/manual/de/sylpheed-10.html
8010         * doc/manual/de/sylpheed-11.html
8011         * doc/manual/de/sylpheed-12.html
8012         * doc/manual/de/sylpheed-13.html
8013         * doc/manual/de/sylpheed-14.html
8014         * doc/manual/de/sylpheed-15.html
8015         * doc/manual/de/sylpheed-16.html
8016         * doc/manual/de/sylpheed-17.html
8017         * doc/manual/de/sylpheed-18.html
8018         * doc/manual/de/sylpheed-19.html
8019         * doc/manual/de/sylpheed-2.html
8020         * doc/manual/de/sylpheed-20.html
8021         * doc/manual/de/sylpheed-3.html
8022         * doc/manual/de/sylpheed-4.html
8023         * doc/manual/de/sylpheed-5.html
8024         * doc/manual/de/sylpheed-6.html
8025         * doc/manual/de/sylpheed-7.html
8026         * doc/manual/de/sylpheed-8.html
8027         * doc/manual/de/sylpheed-9.html
8028         * doc/manual/de/sylpheed.html
8029         * doc/manual/en/.cvsignore
8030         * doc/manual/en/Makefile.am
8031         * doc/manual/en/sylpheed-1.html
8032         * doc/manual/en/sylpheed-10.html
8033         * doc/manual/en/sylpheed-11.html
8034         * doc/manual/en/sylpheed-12.html
8035         * doc/manual/en/sylpheed-13.html
8036         * doc/manual/en/sylpheed-14.html
8037         * doc/manual/en/sylpheed-15.html
8038         * doc/manual/en/sylpheed-16.html
8039         * doc/manual/en/sylpheed-17.html
8040         * doc/manual/en/sylpheed-18.html
8041         * doc/manual/en/sylpheed-19.html
8042         * doc/manual/en/sylpheed-2.html
8043         * doc/manual/en/sylpheed-20.html
8044         * doc/manual/en/sylpheed-21.html
8045         * doc/manual/en/sylpheed-22.html
8046         * doc/manual/en/sylpheed-3.html
8047         * doc/manual/en/sylpheed-4.html
8048         * doc/manual/en/sylpheed-5.html
8049         * doc/manual/en/sylpheed-6.html
8050         * doc/manual/en/sylpheed-7.html
8051         * doc/manual/en/sylpheed-8.html
8052         * doc/manual/en/sylpheed-9.html
8053         * doc/manual/en/sylpheed.html
8054         * doc/manual/es/.cvsignore
8055         * doc/manual/es/Makefile.am
8056         * doc/manual/es/sylpheed-1.html
8057         * doc/manual/es/sylpheed-10.html
8058         * doc/manual/es/sylpheed-11.html
8059         * doc/manual/es/sylpheed-12.html
8060         * doc/manual/es/sylpheed-13.html
8061         * doc/manual/es/sylpheed-14.html
8062         * doc/manual/es/sylpheed-15.html
8063         * doc/manual/es/sylpheed-16.html
8064         * doc/manual/es/sylpheed-17.html
8065         * doc/manual/es/sylpheed-18.html
8066         * doc/manual/es/sylpheed-19.html
8067         * doc/manual/es/sylpheed-2.html
8068         * doc/manual/es/sylpheed-20.html
8069         * doc/manual/es/sylpheed-3.html
8070         * doc/manual/es/sylpheed-4.html
8071         * doc/manual/es/sylpheed-5.html
8072         * doc/manual/es/sylpheed-6.html
8073         * doc/manual/es/sylpheed-7.html
8074         * doc/manual/es/sylpheed-8.html
8075         * doc/manual/es/sylpheed-9.html
8076         * doc/manual/es/sylpheed.html
8077         * doc/manual/fr/.cvsignore
8078         * doc/manual/fr/Makefile.am
8079         * doc/manual/fr/sylpheed-1.html
8080         * doc/manual/fr/sylpheed-10.html
8081         * doc/manual/fr/sylpheed-11.html
8082         * doc/manual/fr/sylpheed-12.html
8083         * doc/manual/fr/sylpheed-13.html
8084         * doc/manual/fr/sylpheed-14.html
8085         * doc/manual/fr/sylpheed-15.html
8086         * doc/manual/fr/sylpheed-16.html
8087         * doc/manual/fr/sylpheed-17.html
8088         * doc/manual/fr/sylpheed-18.html
8089         * doc/manual/fr/sylpheed-19.html
8090         * doc/manual/fr/sylpheed-2.html
8091         * doc/manual/fr/sylpheed-20.html
8092         * doc/manual/fr/sylpheed-3.html
8093         * doc/manual/fr/sylpheed-4.html
8094         * doc/manual/fr/sylpheed-5.html
8095         * doc/manual/fr/sylpheed-6.html
8096         * doc/manual/fr/sylpheed-7.html
8097         * doc/manual/fr/sylpheed-8.html
8098         * doc/manual/fr/sylpheed-9.html
8099         * doc/manual/fr/sylpheed.html
8100         * doc/manual/ja/.cvsignore
8101         * doc/manual/ja/Makefile.am
8102         * doc/manual/ja/sylpheed-1.html
8103         * doc/manual/ja/sylpheed-10.html
8104         * doc/manual/ja/sylpheed-11.html
8105         * doc/manual/ja/sylpheed-12.html
8106         * doc/manual/ja/sylpheed-13.html
8107         * doc/manual/ja/sylpheed-14.html
8108         * doc/manual/ja/sylpheed-15.html
8109         * doc/manual/ja/sylpheed-16.html
8110         * doc/manual/ja/sylpheed-17.html
8111         * doc/manual/ja/sylpheed-18.html
8112         * doc/manual/ja/sylpheed-19.html
8113         * doc/manual/ja/sylpheed-2.html
8114         * doc/manual/ja/sylpheed-20.html
8115         * doc/manual/ja/sylpheed-3.html
8116         * doc/manual/ja/sylpheed-4.html
8117         * doc/manual/ja/sylpheed-5.html
8118         * doc/manual/ja/sylpheed-6.html
8119         * doc/manual/ja/sylpheed-7.html
8120         * doc/manual/ja/sylpheed-8.html
8121         * doc/manual/ja/sylpheed-9.html
8122         * doc/manual/ja/sylpheed.html
8123         * doc/manual/ja/sylpheed.sgml
8124         * src/mainwindow.c
8125                 Remove outdated manual and faq. Noisy, eh?
8126
8127 2005-12-06 [colin]      1.9.100cvs70
8128
8129         * src/compose.c
8130         * src/quote_fmt_parse.y
8131         * src/undo.c
8132         * src/undo.h
8133                 Allow %X to position cursor at 0 
8134                 (no %X = before signature)
8135                 Fix paste as quotation putting the cursor at 0
8136                 Fix undo offsets when pasting
8137                 Insert the quote_fmt at once instead of line 
8138                 by line
8139                 Fix [Edited] when starting to reply/forward
8140
8141 2005-12-06 [paul]       1.9.100cvs69
8142
8143         * src/plugins/clamav/clamav_plugin_gtk.c
8144                 add another tooltip
8145         * src/plugins/spamassassin/spamassassin_gtk.c
8146                 rework spamassassin_create_widget_func()
8147
8148 2005-12-05 [colin]      1.9.100cvs68
8149
8150         * po/POTFILES.in
8151                 Fix make release ;-)
8152
8153 2005-12-05 [colin]      1.9.100cvs67
8154
8155         * src/compose.c
8156         * src/compose.h
8157                 Fix cursor positioning (not obeying %X)
8158
8159 2005-12-05 [paul]       1.9.100cvs66
8160
8161         * src/plugins/dillo_viewer/dillo_prefs.c
8162                 fix compilation warning
8163
8164 2005-12-05 [paul]       1.9.100cvs65
8165
8166         * src/prefs_spelling.c
8167         * src/plugins/trayicon/trayicon.c
8168                 cleanups - remove unused stuff
8169
8170 2005-12-05 [paul]       1.9.100cvs64
8171
8172         * README
8173         * manual/plugins.xml
8174                 remove info about removed mathml_viewer plugin
8175
8176 2005-12-05 [paul]       1.9.100cvs63
8177
8178         * configure.ac
8179         * src/plugins/Makefile.am
8180         * src/plugins/mathml_viewer/.cvsignore
8181         * src/plugins/mathml_viewer/Makefile.am
8182         * src/plugins/mathml_viewer/mathml_viewer.c
8183                 remove unmaintained mathml_viewer plugin
8184
8185 2005-12-05 [paul]       1.9.100cvs62
8186
8187         * src/summaryview.c
8188                 obey prefs_common.always_show_msg when
8189                 moving a msg
8190                 Thanks to Colin
8191
8192 2005-12-05 [paul]       1.9.100cvs61
8193
8194         * src/compose.c
8195         * src/prefs_account.c
8196         * src/prefs_filtering.c
8197         * src/prefs_quote.c
8198         * src/prefs_spelling.c
8199         * src/prefs_toolbar.c
8200         * src/summaryview.c
8201         * src/gtk/gtkutils.c
8202         * src/gtk/quicksearch.c
8203         * src/plugins/dillo_viewer/dillo_prefs.c
8204                 dialog cleanups
8205
8206 2005-12-04 [paul]       1.9.100cvs60
8207
8208         * src/inc.c
8209         * src/prefs_account.c
8210         * src/prefs_account.h
8211                 allow a Local account to specify a
8212                 default inbox
8213                 (closes bug 843 'Inbox cannot be changed for local
8214                  mailboxes')
8215
8216 2005-12-04 [colin]      1.9.100cvs59
8217
8218         * src/plugins/trayicon/trayicon.c
8219                 Remove Get, rename Get All to Get Mail in order to
8220                 be consistent with the default main toolbar
8221
8222 2005-12-03 [colin]      1.9.100cvs58
8223
8224         * manual/gpl.xml
8225         * manual/sylpheed-claws-manual.xml
8226                 Add GPL appendix
8227
8228 2005-12-03 [paul]       1.9.100cvs57
8229
8230         * AUTHORS
8231         * po/sv.po
8232         * src/gtk/authors.h
8233                 new (partially complete) Swedish translation
8234                 by Anders Troback <sylpheed@troback.com>
8235
8236 2005-12-02 [paul]       1.9.100cvs56
8237
8238         * configure.ac
8239                 libetpan 0.41 required
8240
8241 2005-12-02 [paul]       1.9.100cvs55
8242
8243         * src/plugins/clamav/clamav_plugin.c
8244         * src/plugins/clamav/clamav_plugin.h
8245         * src/plugins/clamav/clamav_plugin_gtk.c
8246         * src/plugins/spamassassin/spamassassin.c
8247         * src/plugins/spamassassin/spamassassin.h
8248         * src/plugins/spamassassin/spamassassin_gtk.c
8249                 unregister prefs pages on unloading, thus
8250                 preventing a crash
8251                 (thanks to Colin for the hint)
8252
8253 2005-12-02 [wwp]        1.9.100cvs54
8254
8255         * src/quote_fmt.h
8256         * src/quote_fmt_parse.y
8257                 fix misuse of gboolean*, use gboolean instead
8258                 (thanks to Paul, Colin, for pointing out that scaring one)
8259
8260 2005-12-02 [paul]       1.9.100cvs53
8261
8262         * src/plugins/clamav/clamav_plugin.c
8263                 int no --> unsigned int no
8264         * src/plugins/clamav/clamav_plugin_gtk.c
8265                 rework config page
8266
8267 2005-12-02 [wwp]        1.9.100cvs52
8268
8269         * src/compose.c
8270         * src/prefs_template.c
8271         * src/quote_fmt.h
8272         * src/quote_fmt_parse.y
8273                 prevent from executing |f and |p templates commands when
8274                 adding or replacing templates in prefs (avoids annoying and
8275                 potentially dangerous behaviours)
8276
8277 2005-12-02 [paul]       1.9.100cvs51
8278
8279         * src/prefs_common.c
8280                 allow translation of some default values
8281                 Patch by Fabien Vantard
8282
8283 2005-12-02 [paul]       1.9.100cvs50
8284
8285         * src/codeconv.c
8286         * src/codeconv.h
8287         * src/prefs_common.c
8288         * src/prefs_common.h
8289         * src/prefs_message.c
8290         * src/textview.c
8291                 remove obsolete 'convert_mb_alnum' option
8292                 and related stuff
8293         * src/gtk/about.c
8294                 remove unused 'about_textview_visibility_notify'
8295
8296 2005-12-02 [paul]       1.9.100cvs49
8297
8298         * src/prefs_account.c
8299         * src/prefs_compose_writing.c
8300         * src/prefs_fonts.c
8301         * src/prefs_gtk.h
8302         * src/prefs_image_viewer.c
8303         * src/prefs_message.c
8304         * src/prefs_other.c
8305         * src/prefs_receive.c
8306         * src/prefs_send.c
8307         * src/prefs_spelling.c
8308         * src/prefs_summaries.c
8309         * src/prefs_wrapping.c
8310         * src/plugins/dillo_viewer/dillo_prefs.c
8311         * src/plugins/pgpcore/prefs_gpg.c
8312                 several cleanups to the prefs dialogs
8313                 (slightly modified) patch by Fabien Vantard
8314
8315 2005-12-02 [paul]       1.9.100cvs48
8316
8317         * src/main.c
8318                 --exit means exit
8319         * src/send_message.c
8320                 fix crash on send when connection fails
8321
8322         Thanks to Colin
8323
8324 2005-12-01 [colin]      1.9.100cvs47
8325
8326         * src/html.c
8327                 Translate &hellip; to "..."
8328
8329 2005-11-30 [colin]      1.9.100cvs46
8330
8331         * src/matcher.c
8332         * src/matcher.h
8333                 Optimize back yesterday's fix.
8334
8335 2005-11-30 [paul]       1.9.100cvs45
8336
8337         * manual/faq.xml
8338                 standardised
8339         * manual/intro.xml
8340                 written by Colin, edited by me
8341
8342 2005-11-29 [colin]      1.9.100cvs44
8343
8344         * src/matcher.c
8345                 Skip headers unconditionnaly in match_body if the
8346                 rule is not message or ~message
8347
8348 2005-11-29 [colin]      1.9.100cvs43
8349
8350         * src/matcher.c
8351                 Fix body_part and such, not skipping headers 
8352                 if the matchcriteria wasn't the first in the rule
8353
8354 2005-11-29 [colin]      1.9.100cvs42
8355
8356         * src/compose.c
8357                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8358                 option missing from message view window)
8359                 Fix double text D'n'D with gtk-2.8
8360         * src/matcher.c
8361                 Fix ~message, ~headers_part, ~body_part rules
8362         * src/messageview.c
8363                 Add Windows-1252 (Closes bug #863)
8364                 Fix accels
8365         * src/gtk/gtkaspell.c
8366                 Properly destroy accels in all menus
8367
8368 2005-11-29 [mones]      1.9.100cvs41
8369
8370         * po/es.po
8371                 Updated.
8372
8373 2005-11-27 [colin]      1.9.100cvs40
8374
8375         * src/mh_gtk.c
8376                 "/Remove mailbox" -> "/Remove mailbox..."
8377
8378 2005-11-27 [paul]       1.9.100cvs39
8379
8380         * AUTHORS
8381         * po/de.po
8382         * src/gtk/authors.h
8383                 updated by new maintainer, Stephan Sachse
8384
8385 2005-11-27 [paul]       1.9.100cvs38
8386
8387         * manual/faq.xml
8388                 written by Colin, edited by me
8389
8390 2005-11-27 [paul]       1.9.100cvs37
8391
8392         * src/prefs_common.c
8393         * src/prefs_common.h
8394         * src/prefs_receive.c
8395         * src/prefs_summaries.c
8396                 move 'go to inbox after receiving new mail'
8397                 option from display/sumamaries to mail
8398                 handling/receive, and rework prefs_summaries
8399                 dialog a little
8400
8401 2005-11-25 [martin]     1.9.100cvs36
8402
8403         * po/de.po
8404             fixed windows-1252 translation;
8405             translated some new and fuzzy strings
8406
8407 2005-11-25 [paul]       1.9.100cvs35
8408
8409         * src/plugins/clamav/clamav_plugin.c
8410                 complete the update done in cvs34
8411
8412 2005-11-25 [paul]       1.9.100cvs34
8413
8414         * src/plugins/clamav/clamav_plugin.c
8415                 reflect upstream changes
8416
8417 2005-11-25 [paul]       1.9.100cvs33
8418
8419         * manual/ack.xml
8420         * manual/plugins.xml
8421         * manual/sylpheed-claws-manual.xml
8422                 written/updated by Colin, edited by me
8423         * tools/acroread2sylpheed.pl
8424                 update binary name
8425
8426 2005-11-24 [colin]      1.9.100cvs32
8427
8428         * src/compose.c
8429                 Fix bug #856 (reediting messages forgets Request
8430                 Return Receipt)
8431
8432 2005-11-24 [paul]       1.9.100cvs31
8433
8434         * manual/addrbook.xml
8435         * manual/starting.xml
8436                 written by Colin, proofread, edited, adapted by me
8437         * manual/advanced.xml
8438                 add some Actions examples
8439         * src/importldif.c
8440                 use a Save button instead of a Close button
8441         * src/wizard.c
8442                 indicate mandatory fields
8443                 fix page display
8444                 Thanks to Colin
8445
8446 2005-11-23 [colin]      1.9.100cvs30
8447
8448         * src/addressbook.c
8449                 Rename menu item, fix possible crash after
8450                 deletion of books
8451         * src/addrindex.c
8452                 Allow searching for '*' in ldap
8453         * src/browseldap.c
8454                 Fix "Browse Entry" (did anyone use it?)
8455         * src/wizard.c
8456                 Add guards for mandatory information
8457
8458 2005-11-23 [paul]       1.9.100cvs29
8459
8460         * manual/advanced.xml
8461                 corrections to the English
8462
8463 2005-11-23 [colin]      1.9.100cvs28
8464
8465         * src/mimeview.c
8466                 Fix possible crash at exit. After the call to
8467                 gtk_container_remove(), the Viewer's widget has no
8468                 more parent so gtk+ automatically frees it and its
8469                 sons. If destroy_viewer() then try to access it,
8470                 problems ensue.
8471
8472 2005-11-22 [colin]      1.9.100cvs27
8473
8474         * src/compose.c
8475         * src/gtk/gtkaspell.c
8476                 Fix right-clicking on a misspelled word
8477                 Fix More... in suggestions menu
8478
8479 2005-11-22 [wwp]        1.9.100cvs26
8480
8481         * src/prefs_template.c
8482                 templates works: re-sort templates list when adding or replacing,
8483                 prevent from adding or replacing when the template name is empty
8484
8485 2005-11-21 [colin]      1.9.100cvs25
8486
8487         * src/addressbook.c
8488                 Fix some addressbook suckage (dnd, select all)
8489         * src/compose.c
8490         * src/gtk/gtkaspell.c
8491         * src/gtk/gtkaspell.h
8492                 Make the spellchecker menu work with the 
8493                 GtkTextView one instead of overriding it
8494
8495 2005-11-20 [paul]       1.9.100cvs24
8496
8497         * manual/handling.xml
8498                 proofread and corrected
8499
8500 2005-11-20 [paul]       1.9.100cvs23
8501
8502         * manual/Makefile
8503                 generate html as one file
8504         * manual/advanced.xml
8505                 fix output generation
8506                 reformat hidden options list
8507         * manual/manual.xml     ** REMOVED **
8508         * manual/sylpheed-claws-manual.xml      ** ADDED **
8509                 renamed
8510
8511 2005-11-18 [colin]      1.9.100cvs22
8512
8513         * src/prefs_account.c
8514                 Fix layout in news and mbox accounts
8515         * manual/account.xml
8516         * manual/advanced.xml
8517                 New contents for Paul to check :)
8518
8519 2005-11-18 [wwp]        1.9.100cvs21
8520
8521         * src/gtk/quicksearch.c
8522                 don't update extended quicksearch buttons twice
8523
8524 2005-11-18 [paul]       1.9.100cvs20
8525
8526         * src/textview.c
8527                 complete 1.9.100cvs19
8528
8529 2005-11-18 [paul]       1.9.100cvs19
8530
8531         * src/compose.c
8532                 cosmetic improvements
8533         * src/textview.c
8534                 also list text/* attachments
8535
8536 2005-11-18 [colin]      1.9.100cvs18
8537
8538         * src/summaryview.c
8539                 Use column 0 instead of -1 in 
8540                 gtk_ctree_node_moveto, in a naive
8541                 hope it'll fix the gtk-related crashes
8542
8543 2005-11-18 [colin]      1.9.100cvs17
8544
8545         * src/gtk/inputdialog.c
8546                 Fix icon staying the first one
8547
8548 2005-11-17 [wwp]        1.9.100cvs16
8549                 fix possible problem showing some quicksearch buttons, and a bad
8550                 call to g_return_if_fail in a function that returns a value (both
8551                 fixes by Fabien Vantard)
8552
8553 2005-11-15 [wwp]        1.9.100cvs15
8554
8555         * src/gtk/quicksearch.c
8556                 added a tooltip to that obscure ... quicksearch button
8557
8558 2005-11-15 [wwp]        1.9.100cvs14
8559
8560         * src/gtk/quicksearch.c
8561                 add a quicksearch helper to filtering expression users: the ... button
8562                 raises the condition expr window. condition expressions set up w/ this
8563                 window are used by the quicksearch if the user closes it pressing OK.
8564
8565 2005-11-14 [paul]       1.9.100cvs13
8566
8567         * src/plugins/clamav/clamav_plugin.c
8568         * src/plugins/spamassassin/spamassassin.c
8569                 change plugin type following recent merging
8570
8571 2005-11-14 [wwp]        1.9.100cvs12
8572
8573         * src/folder.c
8574                 prevent from crashing when copying/moving message(s) from and
8575                 to the same folder
8576
8577 2005-11-14 [paul]       1.9.100cvs11
8578
8579         * src/plugins/clamav/Makefile.am
8580         * src/plugins/clamav/clamav_plugin.c
8581         * src/plugins/clamav/clamav_plugin.h
8582         * src/plugins/clamav/clamav_plugin_gtk.c
8583                 also merge clamav and clamav_gtk plugins
8584
8585 2005-11-13 [colin]      1.9.100cvs10
8586
8587         * configure.ac
8588         * src/plugins/spamassassin/Makefile.am
8589         * src/plugins/spamassassin/spamassassin.c
8590         * src/plugins/spamassassin/spamassassin.h
8591         * src/plugins/spamassassin/spamassassin_gtk.c
8592                 Merge spamassassin and spamassassin_gtk plugins,
8593                 and build it by default.
8594
8595 2005-11-12 [colin]      1.9.100cvs9
8596
8597         * src/etpan/imap-thread.c
8598                 Fix gcc warning
8599
8600 2005-11-12 [colin]      1.9.100cvs8
8601
8602         * src/procmime.c
8603                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8604
8605 2005-11-10 [colin]      1.9.100cvs7
8606
8607         * src/main.c
8608                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8609                 minimised state)
8610
8611 2005-11-10 [wwp]        1.9.100cvs6
8612
8613         * src/gtk/description_window.c
8614                 fix a crash when closing description windows using the WM's [X] button
8615
8616 2005-11-09 [colin]      1.9.100cvs5
8617
8618         * src/common/ssl.c
8619                 Update libetpan call to follow upstream
8620                 (yes, this requires libetpan-0.40cvs3)
8621
8622 2005-11-08 [colin]      1.9.100cvs4
8623
8624         * src/compose.c
8625         * src/textview.c
8626         * src/common/utils.c
8627         * src/common/utils.h
8628                 Enhance the email parser
8629
8630 2005-11-08 [colin]      1.9.100cvs3
8631
8632         * src/procmime.c
8633                 Fix what looks like an off-by-one (fixes 
8634                 attachments from the Bat)
8635
8636 2005-11-08 [wwp]        1.9.100cvs2
8637
8638         * src/main.c
8639                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8640
8641 2005-11-08 [wwp]        1.9.100cvs1
8642
8643         * src/main.c
8644                 allow exiting Sylpheed-Claws from command-line
8645
8646 2005-11-08 [paul]       1.9.100
8647
8648         1.9.100 released
8649
8650 2005-11-07 [colin]      1.9.99cvs17
8651
8652         * src/addritem.c
8653         * src/ldif.c
8654                 Fix import of base-64 encoded items
8655
8656 2005-11-07 [colin]      1.9.99cvs16
8657
8658         * src/send_message.c
8659                 Fix bug #314 (Queue does not empty under certain 
8660                 circumstances)
8661
8662 2005-11-07 [paul]       1.9.99cvs15
8663
8664         * src/mutt.c
8665         * src/pine.c
8666                 fix buffer overflows
8667                 Thanks to Colin
8668
8669 2005-11-07 [paul]       1.9.99cvs14
8670
8671         * doc/man/Makefile.am
8672         * doc/man/sylpheed-claws.1      ** ADDED **
8673         * doc/man/sylpheed.1            ** DELETED **
8674                 rename and update the man file
8675
8676 2005-11-06 [colin]      1.9.99cvs13
8677
8678         * src/ldif.c
8679                 Fix ldif_get_line() that returned empty strings
8680                 (Didn't understand why). Also fix a possible
8681                 buffer overflow.
8682
8683 2005-11-06 [wwp]        1.9.99cvs12
8684
8685         * src/textview.c
8686         * src/gtk/about.c
8687         * src/gtk/gtkutils.c
8688         * src/gtk/gtkutils.h
8689                 fix a compilation warning,
8690                 make links sensitive in the about dialog
8691
8692 2005-11-04 [wwp]        1.9.99cvs11
8693
8694         * src/gtk/about.c
8695                 don't wrap or translate URIs, and a bit text format cleanup
8696
8697 2005-11-04 [wwp]        1.9.99cvs10
8698
8699         * src/gtk/about.c
8700                 better textview tagging implementation (no more use of marks for
8701                 postponed tagging)
8702
8703 2005-11-02 [colin]      1.9.99cvs9
8704
8705         * src/common/ssl.c
8706                 Forgot an ifdef
8707
8708 2005-11-02 [colin]      1.9.99cvs8
8709
8710         * configure.ac
8711                 Require libetpan-0.40 due to upstream fix
8712         * src/common/ssl.c
8713                 Tell libetpan not to call SSL_Library_Init,
8714                 as we do it ourselves.
8715
8716 2005-11-02 [colin]      1.9.99cvs7
8717
8718         * po/POTFILES.in
8719                 Add missing files (thanks to Fabien Vantard)
8720
8721 2005-11-02 [colin]      1.9.99cvs6
8722
8723         * src/summaryview.c
8724                 Fix totals when read messages are hidden or quicksearch
8725                 is on
8726         * src/ssl_manager.c
8727         * src/ssl_manager.h
8728         * src/common/ssl_certificate.c
8729         * src/common/ssl_certificate.h
8730         * src/gtk/sslcertwindow.c
8731         * src/gtk/sslcertwindow.h
8732                 Fix copyright on my stuff
8733
8734 2005-11-02 [wwp]        1.9.99cvs5
8735
8736         * src/prefs_themes.c
8737                 fix directory name checking (theme installation/removal),
8738                 made related error a bit more verbose
8739
8740 2005-11-02 [colin]      1.9.99cvs4
8741
8742         * src/summaryview.c
8743                 Fix typo (probably fixes bug #841 (Sort by the From 
8744                 field doesn't work)
8745
8746 2005-11-02 [paul]       1.9.99cvs3
8747
8748         * po/ko.po
8749         * po/nb.po
8750                 updated by SungHyun Nam, Geir Helland
8751         * src/wizard.c
8752                 fix typo in welcome message. spotted by
8753                 Andrea Spadaccini
8754
8755 2005-11-01 [colin]      1.9.99cvs2
8756
8757         * src/compose.c
8758                 Fix replying to ml wen confirming subscription
8759         * src/messageview.c
8760         * src/mimeview.c
8761         * src/mimeview.h
8762         * src/privacy.h
8763         * src/summaryview.c
8764                 Make key check non blocking
8765
8766 2005-10-31 [paul]       1.9.99cvs1
8767
8768         * tools/claws.i18n.status.pl
8769                 updated for ChangeLog
8770
8771 2005-10-31 [paul]       1.9.99
8772
8773         1.9.99 released
8774
8775 2005-10-31 [paul]       1.9.15cvs131
8776
8777         * .cvsignore
8778         * ChangeLog
8779         * ChangeLog.claws       ** REMOVED **
8780         * ChangeLog-gtk2.claws  ** REMOVED **
8781         * ChangeLog.gtk1        ** ADDED **
8782         * INSTALL
8783         * Makefile.am
8784         * NEWS
8785         * README
8786         * README.claws          ** REMOVED **
8787         * README.jp             ** REMOVED **
8788         * RELEASE_NOTES         ** ADDED **
8789         * RELEASE_NOTES.claws   ** REMOVED **
8790         * commitHelper
8791         * configure.ac
8792         * sylpheed.spec.in      ** REMOVED **
8793                 tidy up and update the default docs:
8794                 ChangeLog.claws is renamed ChangeLog.gtk1
8795                 ChangeLog-gtk2.claws is renamed ChangeLog
8796                 README.claws is renamed README
8797                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8798
8799 2005-10-31 [paul]       1.9.15cvs130
8800
8801         * po/it.po
8802                 fix errors
8803
8804 2005-10-31 [paul]       1.9.15cvs129
8805
8806         * po/ca.po
8807         * po/de.po
8808         * po/en_GB.po
8809         * po/fr.po
8810         * po/it.po
8811         * po/pt_BR.po
8812         * po/sk.po
8813         * po/sr.po
8814         * po/zh_CN.po
8815                 updated by Miquel Oliete, Stephan Sachse and
8816                 Thomas Gilgin, me, Fabien Vantard, Andrea
8817                 Spadaccini, Frederico Goncalves Guimaraes,
8818                 Andrej Kacian, Aleksandar Urosevic, and
8819                 Ralgh Young.
8820
8821 2005-10-31 [mones]      1.9.15cvs128
8822
8823         * manual/faq.xml
8824                 More questions.
8825         
8826         * po/es.po
8827                 Updated for release.
8828
8829 2005-10-30 [colin]      1.9.15cvs127
8830
8831         * src/compose.c
8832                 Place cursor before rewrapping (fixes cursor
8833                 pos if quotation gets rewrapped)
8834
8835 2005-10-29 [paul]       1.9.15cvs126
8836
8837         * src/crash.c
8838         * src/foldersel.c
8839         * src/main.c
8840         * src/messageview.c
8841         * src/toolbar.c
8842         * src/gtk/authors.h
8843                 corrections to text items
8844
8845 2005-10-28 [colin]      1.9.15cvs125
8846
8847         * src/messageview.c
8848                 Make "hit 'C' to check sig" work from extern 
8849                 messageviews
8850
8851 2005-10-27 [colin]      1.9.15cvs124
8852
8853         * src/summaryview.c
8854                 Add a hack to avoid segfaulting when hammering 
8855                 on gtk's events
8856
8857 2005-10-27 [wwp]        1.9.15cvs123
8858
8859         * src/prefs_themes.c
8860                 sort list of themes names in themes prefs
8861
8862 2005-10-27 [paul]       1.9.15cvs122
8863
8864         * src/folder.c
8865         * src/prefs_account.c
8866                 fix building on Solaris
8867                 Patch by Alex Moore
8868
8869 2005-10-27 [wwp]        1.9.15cvs121
8870
8871         * src/summaryview.c
8872         * src/gtk/gtksctree.c
8873                 speed up unselecting messages in summary view (thanks to Colin)
8874
8875 2005-10-27 [paul]       1.9.15cvs120
8876
8877         * src/mainwindow.c
8878                 fix a compilation warning
8879         * src/summaryview.c
8880                 fix updating of 'n items selected' count
8881                 when deselecting
8882
8883 2005-10-27 [martin]     1.9.15cvs119
8884
8885         * src/action.c
8886                 ignore actions with a leading '/' in the action menu name
8887                 fixes a crash on menu creation
8888         * src/prefs_actions.c
8889                 do not allow a leading '/' in the action menu name
8890
8891 2005-10-27 [paul]       1.9.15cvs118
8892
8893         * src/main.c
8894                 fix compilation warning
8895
8896 2005-10-27 [paul]       1.9.15cvs117
8897
8898         * src/procmime.c
8899                 add #if HAVE_LOCALE_H
8900
8901 2005-10-27 [paul]       1.9.15cvs116
8902
8903         * src/plugins/clamav/clamav_plugin.c
8904         * src/plugins/dillo_viewer/dillo_viewer.c
8905         * src/plugins/mathml_viewer/mathml_viewer.c
8906         * src/plugins/pgpcore/plugin.c
8907         * src/plugins/pgpinline/plugin.c
8908         * src/plugins/pgpmime/plugin.c
8909         * src/plugins/spamassassin/spamassassin.c
8910         * src/plugins/trayicon/trayicon.c
8911                 plugin_init() : make error messages more
8912                 informative
8913
8914 2005-10-26 [wwp]        1.9.15cvs115
8915
8916         * src/prefs_matcher.c
8917                 enlarge boolean op widget width a bit (wasn't always showing text contents)
8918
8919 2005-10-26 [wwp]        1.9.15cvs114
8920
8921         * src/procmime.c
8922         * src/gtk/gtksctree.c
8923         * src/plugins/spamassassin/libspamc.c
8924         * src/plugins/spamassassin/spamassassin.c
8925                 fix some compilation warnings more
8926
8927 2005-10-26 [mones]      1.9.15cvs113
8928
8929         * po/es.po
8930                 Updated translation
8931
8932 2005-10-26 [paul]       1.9.15cvs112
8933
8934         * src/prefs_message.c
8935                 give all display_xface stuff the
8936                 #if HAVE_LIBCOMPFACE treatment, thus
8937                 preventing a crash
8938                 (Thanks to Wolfgang Enderlein)
8939
8940 2005-10-26 [colin]      1.9.15cvs111
8941
8942         * src/gedit-print.c
8943                 Fix date format
8944         * src/imap_gtk.c
8945         * src/news_gtk.c
8946                 Remove context menu items that should not be there
8947         * src/jpilot.c
8948                 Fix encoding
8949         * src/main.c
8950         * src/mainwindow.c
8951                 Don't show the mainwindow too soon
8952
8953 2005-10-26 [wwp]        1.9.15cvs110
8954
8955         * src/folder.c
8956         * src/manual.c
8957         * src/summaryview.c
8958                 fix uninitialized pointers in the folder updating hook
8959                 (thanks to Colin)
8960
8961 2005-10-25 [mones]      1.9.15cvs109
8962
8963         * manual/faq.xml
8964                 General information subsection completed. 
8965                 Removed archaic references.
8966                 
8967         * manual/Makefile
8968         * manual/dtd/manual.dsl
8969                 Added customization stylesheet for getting paragraphs
8970                 fully justified in PDF output (as suggested by Colin).
8971
8972 2005-10-25 [colin]      1.9.15cvs108
8973
8974         * src/compose.c
8975                 Fix a second leak
8976
8977 2005-10-25 [colin]      1.9.15cvs107
8978
8979         * src/addrbook.c
8980         * src/addrindex.c
8981                 Fix leak (xml_get_element() allocates memory)
8982         * src/compose.c
8983                 Fix leak + dead code (shame!)
8984         * src/procmime.c
8985                 Fix leak
8986
8987 2005-10-25 [colin]      1.9.15cvs106
8988
8989         * src/mimeview.c
8990                 Fix encoding issue in Save all and in 
8991                 overwrite-confirmation alertpanel
8992
8993 2005-10-25 [colin]      1.9.15cvs105
8994
8995         * src/common/socket.c
8996                 Fix a leak - Thanks to Christopher Aillon
8997                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8998
8999 2005-10-25 [paul]       1.9.15cvs104
9000
9001         * src/wizard.c
9002                 Always guess servers from the right-hand
9003                 email part and guess username from the
9004                 left-hand part. (Thanks to Colin)
9005                 add an X-Face to the welcome message
9006
9007 2005-10-25 [paul]       1.9.15cvs103
9008
9009         * manual/handling.xml
9010                 written by Colin, edited by me
9011
9012 2005-10-25 [wwp]        1.9.15cvs102
9013
9014         * src/folderview.c
9015         * src/grouplistdialog.c
9016         * src/imap.c
9017         * src/noticeview.c
9018                 fix some compilation warnings
9019
9020 2005-10-24 [paul]
9021
9022         1.9.99-rc3 released
9023
9024 2005-10-24 [paul]       1.9.15cvs101
9025
9026         * src/gtk/about.c
9027                 fix window sizing
9028
9029 2005-10-24 [paul]       1.9.15cvs100
9030
9031         * src/pixmaps/offline.xpm
9032         * src/pixmaps/online.xpm
9033                 replace with last default versions
9034
9035 2005-10-24 [colin]      1.9.15cvs99
9036
9037         * src/imap.c
9038                 Fix bug when moving a folder
9039         * src/imap_gtk.c
9040         * src/mh_gtk.c
9041                 "Delete folder" pops up a window, so it 
9042                 should be suffixed with "..."
9043         * src/plugins/pgpcore/sgpgme.c
9044                 Include locale.h
9045
9046 2005-10-24 [mones]      1.9.15cvs98
9047
9048         * manual/Makefile
9049         * manual/account.xml
9050         * manual/ack.xml
9051         * manual/addrbook.xml
9052         * manual/advanced.xml
9053         * manual/faq.xml
9054         * manual/glossary.xml
9055         * manual/gpl.xml
9056         * manual/handling.xml
9057         * manual/intro.xml
9058         * manual/keyboard.xml
9059         * manual/manual.xml
9060         * manual/plugins.xml
9061         * manual/starting.xml
9062         * manual/dtd/sdocbook.dtd
9063                 Initial manual structure and some content.
9064
9065 2005-10-23 [wwp]        1.9.15cvs97
9066
9067         * src/gtk/about.c
9068                 fix a typo
9069
9070 2005-10-23 [wwp]        1.9.15cvs96
9071
9072         * src/gtk/about.c
9073         * src/gtk/authors.h
9074                 rework of the about window (main work by Paul), also featuring a few
9075                 fixes for typos and duplicate names
9076
9077 2005-10-23 [wwp]        1.9.15cvs95
9078
9079         * src/.cvsignore
9080                 Ignore the right binary name (sylpheed-claws now)
9081
9082 2005-10-23 [paul]       1.9.15cvs94
9083
9084         * src/compose.c
9085                 when using Folder Pref 'Default To for
9086                 replies' make the entry in the Compose
9087                 window bold
9088                 Patch by Fabien Vantard
9089
9090 2005-10-22 [colin]      1.9.15cvs93
9091
9092         * src/codeconv.c
9093                 Fix leak
9094
9095 2005-10-22 [colin]      1.9.15cvs92
9096
9097         * src/codeconv.c
9098                 try to convert using locale (apart utf8) if necessary
9099
9100 2005-10-22 [colin]      1.9.15cvs91
9101
9102         * src/pixmaps/new.xpm
9103         * src/pixmaps/unread.xpm
9104                 Make the unread envelope blue again and
9105                 saturate the new one a bit more.
9106
9107 2005-10-22 [colin]      1.9.15cvs90
9108
9109         * src/compose.c
9110                 When replying to a mail sent by one of our accounts,
9111                 use the original list of recipients. Let 'Reply All'
9112                 and 'Reply to sender' work like previously.
9113
9114 2005-10-21 [colin]      1.9.15cvs89
9115
9116         * src/prefs_filtering.c
9117                 Clear fields after add and replace
9118         * src/textview.c
9119                 Display xface differently (better)
9120         * src/plugins/pgpinline/pgpinline.c
9121                 Fix crappy encodings/recodings
9122
9123 2005-10-21 [paul]       1.9.15cvs88
9124
9125         * src/compose.c
9126         * src/prefs_folder_item.c
9127         * src/toolbar.c
9128                 fix news folder Folder Properties
9129                 (thanks to Colin)
9130         * src/folderview.c
9131                 update folderview after Themes change
9132                 keep selected folder selected
9133                 (thanks to Colin)
9134
9135 2005-10-21 [paul]       1.9.15cvs87
9136
9137         * tools/Makefile.am
9138         * tools/OOo2sylpheed.pl
9139         * tools/README
9140         * tools/README.sylprint
9141         * tools/asus_mailled.sh         ** REMOVED **
9142         * tools/filter_conv.pl
9143         * tools/freshmeat_search.pl
9144         * tools/google_search.pl
9145         * tools/gpg-sign-syl            ** REMOVED **
9146         * tools/kmail2sylpheed.pl
9147         * tools/kmail2sylpheed_v2.pl
9148         * tools/multiwebsearch.pl
9149         * tools/nautilus2sylpheed.sh
9150         * tools/newscache_clean.pl
9151         * tools/outlook2sylpheed.pl
9152         * tools/sylpheed-switcher       ** REMOVED **
9153         * tools/sylprint.pl
9154         * tools/sylprint.rc
9155         * tools/tb2sylpheed
9156         * tools/vcard2xml.py
9157         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9158                 update default config dir
9159                 update binary name (thanks to Fabien Vantard)
9160                 remove obsolete scripts
9161
9162 2005-10-21 [colin]      1.9.15cvs86
9163
9164         * src/inc.c
9165                 Fix possible leak and units. Based on a patch by
9166                 Fabien Vantard.
9167
9168 2005-10-20 [colin]      1.9.15cvs85
9169
9170         * src/textview.c
9171                 Clear xface when clearing textview
9172
9173 2005-10-20 [colin]      1.9.15cvs84
9174
9175         * configure.ac
9176         * src/folderview.c
9177         * src/headerview.c
9178         * src/main.c
9179         * src/prefs_common.c
9180         * src/prefs_common.h
9181         * src/prefs_message.c
9182         * src/textview.c
9183         * src/textview.h
9184         * src/common/defs.h
9185         * src/common/utils.c
9186         * src/common/utils.h
9187         * src/gtk/gtkutils.c
9188         * src/gtk/gtkutils.h
9189                 Migrate config to .sylpheed-claws (Automatically)
9190                 Add a way to get the Xface in the TextView
9191
9192 2005-10-20 [colin]      1.9.15cvs83
9193
9194         * src/gtk/Makefile.am
9195         * src/gtk/about.c
9196         * src/gtk/authors.h
9197                 Make the about dialog *grooovy*
9198
9199 2005-10-20 [colin]      1.9.15cvs82
9200
9201         * src/mimeview.c
9202                 Use "Open with" on double click if no command
9203                 was found
9204
9205 2005-10-20 [colin]      1.9.15cvs81
9206
9207         * src/imap.c
9208         * src/etpan/imap-thread.c
9209                 Fix possible crash.
9210
9211 2005-10-20 [paul]       1.9.15cvs80
9212
9213         * src/folder.c
9214                 don't show clipkey icon if the only
9215                 attachment is the signature
9216                 Patch by Colin
9217
9218 2005-10-20 [paul]       1.9.15cvs79
9219
9220         * AUTHORS
9221         * src/plugins/pgpmime/pgpmime.c
9222                 name the PGP/MIME signature 'signature.asc'
9223                 Patch by Andrew Nelson <freeandy@gmail.com>
9224
9225 2005-10-19 [colin]      1.9.15cvs78
9226
9227         * src/plugins/pgpmime/pgpmime.c
9228                 Oops, no need to double-check though
9229
9230 2005-10-19 [colin]      1.9.15cvs77
9231
9232         * src/plugins/pgpinline/pgpinline.c
9233         * src/plugins/pgpmime/pgpmime.c
9234                 Check that my_tmpfile() doesn't 
9235                 return NULL
9236
9237 2005-10-19 [colin]      1.9.15cvs76
9238
9239         * src/common/utils.c
9240                 Use shorter mime boundaries to avoid having
9241                 MTAs rewrapping our headers, breaking the
9242                 PGP signature in the process 
9243         * src/compose.c
9244         * src/plugins/pgpmime/pgpmime.c
9245                 Check for boundary uniqueness to be sure
9246                 it won't happen, instead of hoping for the
9247                 best
9248
9249 2005-10-19 [colin]      1.9.15cvs75
9250
9251         * sylpheed-claws.desktop
9252         * src/Makefile.am
9253         * src/main.c
9254                 Ship a sylpheed-claws binary instead
9255                 of a sylpheed one. Change the socket
9256                 name, too
9257         * src/folderview.c
9258                 Update folder only if it changed
9259         * src/wizard.c
9260                 Fix i18n in welcome mail, patch by
9261                 Fabien Vantard
9262
9263 2005-10-19 [paul]
9264
9265         1.9.99-rc2 released
9266
9267 2005-10-19 [paul]       1.9.15cvs74
9268
9269         * src/folder.c
9270         * src/folderview.c
9271                 fix summaryview update
9272                 Patch by Colin
9273
9274 2005-10-18 [colin]      1.9.15cvs73
9275
9276         * src/plugins/pgpcore/passphrase.c
9277                 Don't XGrabServer, and try a bit more to 
9278                 sync everything before grabbing mouse/keyboard
9279
9280 2005-10-18 [colin]      1.9.15cvs72
9281
9282         * src/Makefile.am
9283         * src/addressadd.c
9284         * src/addressbook.c
9285         * src/folderview.c
9286         * src/grouplistdialog.c
9287         * src/mimeview.c
9288         * src/stock_pixmap.c
9289         * src/stock_pixmap.h
9290         * src/summaryview.c
9291         * src/gtk/gtksctree.c
9292         * src/gtk/gtksctree.h
9293         * src/pixmaps/empty.xpm
9294                 Implement a wrapper call for gtk_ctree_set_node_info
9295                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9296                 pixmap instead of a NULL one. This works around some
9297                 memory problems deep inside gtk, revealed by valgrind,
9298                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9299                 as locked crashes sylpheed.), as well as, probably, 
9300                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9301
9302 2005-10-17 [colin]      1.9.15cvs71
9303
9304         * src/mimeview.c
9305                 Provide visual feedback when checking
9306                 signature
9307
9308 2005-10-17 [colin]      1.9.15cvs70
9309
9310         * src/main.c
9311                 Keep the folder list frozen while checking caches...
9312
9313 2005-10-17 [colin]      1.9.15cvs69
9314
9315         * src/addr_compl.c
9316                 Fi bug #833 (Autocompleting from addressbook 
9317                 fails with extended chars)
9318         * src/imap.c
9319                 Fix 'adding messages' staying in statusbar
9320                 after an error
9321
9322 2005-10-17 [wwp]        1.9.15cvs68
9323
9324         * src/ssl_manager.c
9325                 Fix buttons' layout resizing when window size changes
9326
9327 2005-10-17 [wwp]        1.9.15cvs67
9328
9329         * src/account.c
9330         * src/prefs_account.c
9331         * src/prefs_common.c
9332         * src/prefs_common.h
9333         * src/prefs_folder_item.c
9334         * src/prefs_gtk.c
9335         * src/gtk/logwindow.c
9336         * src/gtk/pluginwindow.c
9337         * src/gtk/prefswindow.c
9338         * src/gtk/prefswindow.h
9339                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9340
9341 2005-10-17 [paul]       1.9.15cvs66
9342
9343         * configure.ac
9344                 fix missing libetpan message
9345         * po/en_GB.po
9346                 updated
9347         * src/crash.c
9348         * src/manual.c
9349         * src/prefs_themes.c
9350         * src/common/defs.h
9351                 add some new URI defines, change some
9352                 others
9353         * src/wizard.c
9354                 make welcome message translatable
9355                 small improvements to english
9356                 other tweaks
9357         * src/gtk/menu.c
9358                 fix warnings
9359
9360 2005-10-17 [paul]       1.9.15cvs65
9361
9362         * src/summaryview.c
9363                 fix column titles
9364
9365 2005-10-16 [mones]      1.9.15cvs64
9366
9367         * po/es.po
9368                 Updated translation
9369
9370 2005-10-16 [colin]
9371
9372         1.9.99-rc1 released
9373
9374 2005-10-16 [colin]      1.9.15cvs63
9375
9376         * src/wizard.c
9377                 Fix whitespace
9378
9379 2005-10-16 [colin]      1.9.15cvs62
9380
9381         * src/toolbar.c
9382                 s/Get All/Get Mail/
9383         * src/wizard.c
9384                 Real welcome mail text, thanks Paul
9385
9386 2005-10-16 [colin]      1.9.15cvs61
9387
9388         * src/editldap.c
9389         * src/exporthtml.c
9390         * src/main.c
9391         * src/mainwindow.c
9392         * src/prefs_themes.c
9393         * src/prefs_toolbar.c
9394         * src/plugins/demo/demo.c
9395         * src/plugins/trayicon/trayicon.c
9396                 s/Sylpheed/Sylpheed-Claws/
9397
9398 2005-10-16 [colin]      1.9.15cvs60
9399
9400         * src/wizard.c
9401                 Add a welcome email in the first empty mailbox
9402         * src/prefs_common.c
9403                 Change one more default
9404
9405 2005-10-16 [colin]      1.9.15cvs59
9406
9407         * src/wizard.c
9408                 Remove printf
9409
9410 2005-10-16 [colin]      1.9.15cvs58
9411
9412         * src/toolbar.c
9413         * src/prefs_common.c
9414                 Change some defaults
9415
9416 2005-10-16 [colin]      1.9.15cvs57
9417
9418         * src/toolbar.c
9419         * src/prefs_common.c
9420                 Change some defaults
9421
9422 2005-10-16 [colin]      1.9.15cvs56
9423
9424         * src/wizard.c
9425                 By default, initialize fonts to have
9426                 the same size as normal GtkWidgets
9427
9428 2005-10-16 [colin]      1.9.15cvs55
9429
9430         * src/mimeview.c
9431                 Fix message a bit more
9432
9433 2005-10-16 [colin]      1.9.15cvs54
9434
9435         * src/addressbook.c
9436                 Second attempt at flicker fixing
9437
9438 2005-10-16 [colin]      1.9.15cvs53
9439
9440         * src/addressbook.c
9441                 Fix flicker
9442
9443 2005-10-16 [wwp]        1.9.15cvs52
9444
9445         * src/addressbook.c
9446         * src/editaddress.c
9447         * src/prefs_common.c
9448         * src/prefs_common.h
9449                 Remember window sizes (address book)
9450
9451 2005-10-16 [wwp]        1.9.15cvs51
9452
9453         * src/plugins/clamav/clamav_plugin_gtk.c
9454         * src/plugins/spamassassin/spamassassin_gtk.c
9455                 Fix compilation warnings (missing #include).
9456
9457 2005-10-16 [colin]      1.9.15cvs50
9458
9459         * src/mimeview.c
9460         * src/summaryview.c
9461         * src/textview.c
9462                 Make 'c' check signature, and forward
9463                 c, l, y, t from summaryview to mimeview
9464
9465 2005-10-16 [colin]      1.9.15cvs49
9466
9467         * src/addressbook.c
9468                 Put border around buttons
9469         * src/mainwindow.c
9470         * src/summaryview.c
9471                 Rework menus (Patch based on a patch
9472                 by Paul)
9473
9474 2005-10-15 [wwp]        1.9.15cvs48
9475
9476         * src/editjpilot.c
9477         * src/editldap.c
9478         * src/editvcard.c
9479         * src/exphtmldlg.c
9480         * src/expldifdlg.c
9481         * src/export.c
9482         * src/import.c
9483         * src/importldif.c
9484         * src/importmutt.c
9485         * src/importpine.c
9486         * src/prefs_account.c
9487         * src/prefs_spelling.c
9488         * src/gtk/gtkutils.c
9489         * src/gtk/gtkutils.h
9490         * src/plugins/clamav/clamav_plugin_gtk.c
9491         * src/plugins/spamassassin/spamassassin_gtk.c
9492                 use nicer browse-for-file/dir buttons than the "..." ones,
9493                 code factorizing more.
9494
9495 2005-10-14 [colin]      1.9.15cvs47
9496
9497         * src/mainwindow.c
9498                 set relief on the account switcher so that people see it
9499                 grey out Create processing rules when no message is selected
9500         * src/prefs_filtering.c
9501                 ask before closing if the rule has not been modified, even if
9502                 it's not valid
9503         * src/prefs_matcher.c
9504                 fix sensitivity when entering the dialog
9505         * src/gtk/inputdialog.c
9506                 display a better icon on password ask
9507         * src/plugins/pgpcore/passphrase.c
9508                 make the dialog look better
9509
9510 2005-10-14 [paul]       1.9.15cvs46
9511
9512         * src/folderview.c
9513                 indicate presense of marked msgs in
9514                 unexpanded subfolders
9515
9516 2005-10-14 [paul]       1.9.15cvs45
9517
9518         * src/prefs_actions.c
9519         * src/prefs_common.c
9520         * src/prefs_common.h
9521         * src/prefs_filtering_action.c
9522         * src/prefs_matcher.c
9523         * src/prefs_template.c
9524                 remember window sizes
9525                 fix Info button size
9526
9527         Patches by wwp
9528
9529 2005-10-13 [colin]      1.9.15cvs44
9530
9531         * src/mimeview.c
9532         * src/noticeview.c
9533         * src/noticeview.h
9534                 Add a tooltip on the icon (optional) 
9535                 Get rid of the signature buttons and only
9536                 use the icon+tooltip
9537
9538 2005-10-13 [colin]      1.9.15cvs43
9539
9540         * src/noticeview.c
9541         * src/noticeview.h
9542                 Add hand cursor for hovering over icon
9543
9544 2005-10-13 [colin]      1.9.15cvs42
9545
9546         * src/summaryview.c
9547                 Fix crash when quicksearch's hidden 
9548                 at startup
9549
9550 2005-10-13 [colin]      1.9.15cvs41
9551
9552         * src/compose.c
9553                 Set subject when forwarding multiple mails
9554                 Check that other recipient than the default Cc or Bcc
9555                 have been set before sending.
9556
9557 2005-10-13 [colin]      1.9.15cvs40
9558
9559         * src/imap.c
9560                 Batch per-folder
9561                 Introduce locking, but don't use it yet
9562
9563 2005-10-13 [colin]      1.9.15cvs39
9564
9565         * src/gtk/quicksearch.c
9566                 Reset quicksearch when hiding it
9567                 Make sticky a real pref
9568
9569 2005-10-13 [colin]      1.9.15cvs38
9570
9571         * src/summaryview.c
9572                 Faster prefs apply
9573
9574 2005-10-13 [colin]      1.9.15cvs37
9575
9576         * src/mimeview.c
9577         * src/noticeview.c
9578         * src/noticeview.h
9579         * src/plugins/pgpcore/sgpgme.c
9580                 Make privacy icon clickable
9581                 Move Trust field in Full info
9582                 When trust is less than full, don't display
9583                 a warning icon
9584
9585 2005-10-13 [colin]      1.9.15cvs36
9586
9587         * src/folder.c
9588                 Batch on flags sync
9589         * src/folderview.c
9590                 Revert speed hack which is dangerous in fact
9591                 Apply prefs faster
9592
9593 2005-10-13 [colin]      1.9.15cvs35
9594
9595         * src/folder_item_prefs.c
9596                 Fix pref corruption on folder move. Patch
9597                 by wwp
9598
9599 2005-10-13 [paul]       1.9.15cvs34
9600
9601         * src/export.c
9602         * src/import.c
9603                 fix typos in g_warnings
9604         * src/prefs_account.c
9605                 add a file selector for Signature file
9606
9607         Patches by wwp
9608
9609 2005-10-12 [colin]      1.9.15cvs33
9610
9611         * src/mimeview.c
9612                 Provide a quick way to go back from a
9613                 signature's full info to the email part
9614
9615 2005-10-12 [colin]      1.9.15cvs32
9616
9617         * src/compose.c
9618                 Remove old hack of encoding signed mails with base64.
9619                 QP works equally well.
9620
9621 2005-10-12 [colin]      1.9.15cvs31
9622
9623         * src/crash.c
9624                 Replace deprecated GtkText with GtkTextView
9625         * src/imap.c
9626                 Fix a logic bug about counts in imap_select
9627                 (previously un-triggered)
9628         * src/mainwindow.c
9629         * src/summaryview.c
9630         * src/news.c
9631                 Allow local deletion of news posts
9632         * src/mimeview.c
9633                 Show GPG noticeview on the message/rfc822 part
9634                 in addition to the text/plain one
9635         * src/prefs_image_viewer.c
9636           src/plugins/pgpcore/prefs_gpg.c
9637                 Polish (set the label as part of the checkbox)
9638         * src/wizard.c
9639                 Don't sit there doing nothing after destroying
9640                 the window - return err
9641
9642 2005-10-11 [colin]      1.9.15cvs30
9643
9644         * src/folderview.c
9645                 Apply processing rules before showing folders.
9646                 Early folder show (before flags sync) will only
9647                 be done when there are no processing rules (nor
9648                 pre- or post- ones)
9649         * src/imap.c
9650                 Fix stuff related to mail subdir, creation and 
9651                 deletion of folders 
9652         * src/imap_gtk.c
9653                 Don't allow creation of folders in NoInferior
9654                 folders, as it won't work
9655
9656 2005-10-10 [colin]      1.9.15cvs29
9657
9658         * src/compose.c
9659                 Reselect "None" Privacy system when selecting an
9660                 account with no privacy system defined
9661
9662 2005-10-10 [colin]      1.9.15cvs28
9663
9664         * src/mainwindow.c
9665                 Add Windows-1252 encoding
9666         * src/prefs_common.c
9667                 Rework some defaults:
9668                 - autosave to draft by default
9669                 - don't show header pane (it's already in the textview)
9670                 - Select first new or unread mail on entry
9671                 - Assume 'Yes' to change folder when there's no more
9672                   unread message
9673         * src/prefs_matcher.c
9674                 Fix a gtk assertion failure
9675         * src/gtk/colorlabel.c
9676                 Workaround bad repainting on selection
9677         * src/main.c
9678                 Freeze/thaw (a bit faster on ssh -X)
9679         * src/msgcache.c
9680                 Get rid of StrdupConverter that just adds an
9681                 extra strdup/free 
9682         * src/etpan/imap_thread.c
9683                 memset buf to 0
9684
9685 2005-10-10 [colin]      1.9.15cvs27
9686
9687         * src/export.c
9688         * src/import.c
9689                 Fix compile on gtk 2.4. Patch by wwp
9690
9691 2005-10-09 [colin]      1.9.15cvs26
9692
9693         * src/mainwindow.c
9694         * src/messageview.c
9695         * src/summaryview.c
9696                 Clarify forward menus. Patch by wwp
9697
9698 2005-10-09 [colin]      1.9.15cvs25
9699
9700         * src/compose.c
9701         * src/compose.h
9702                 Fix bug #829 (Non-working "Encrypt message by 
9703                 default when replying to an encrypted message")
9704
9705 2005-10-08 [colin]      1.9.15cvs24
9706
9707         * src/wizard.c
9708                 Fix bug #827 ("Welcome" setup wizard after a 
9709                 permission error gives up & forgets itself.)
9710
9711 2005-10-08 [colin]      1.9.15cvs23
9712
9713         * src/procmime.c
9714                 Fix bug #828 (Ignoring headers with spaces around = sign)
9715
9716 2005-10-08 [colin]      1.9.15cvs22
9717
9718         * src/export.c
9719                 Warning fix by wwp
9720
9721 2005-10-08 [colin]      1.9.15cvs21
9722
9723         * src/folder.c
9724         * src/folder.h
9725                 Add a processing_pending indicator, set on 
9726                 folder_item_open and cleared after 
9727                 folder_item_process_open
9728         * src/folderview.c
9729         * src/summaryview.c
9730                 wrap procmsg_msginfo_*_flags, and in the
9731                 wrapper check that there's no folder processing 
9732                 pending. If there is, defer the flags change until 
9733                 processing is done to avoid stepping over each
9734                 other's toes.
9735                 Freeze during processing, but not during scanning.
9736
9737 2005-10-07 [colin]      1.9.15cvs20
9738
9739         * src/plugins/pgpcore/passphrase.c
9740                 Fix bug #826 (X-Server hangs when 
9741                 right-clicking a PGP encrypted message)
9742
9743 2005-10-07 [paul]       1.9.15cvs19
9744
9745         * src/compose.c
9746                 fix compose_entries[]
9747                 patch by Fabien Vantard
9748
9749 2005-10-06 [colin]      1.9.15cvs18
9750
9751         * src/pixmaps/address.xpm
9752         * src/pixmaps/address_book.xpm
9753         * src/pixmaps/book.xpm
9754         * src/pixmaps/check_spelling.xpm
9755         * src/pixmaps/checkbox_off.xpm
9756         * src/pixmaps/checkbox_on.xpm
9757         * src/pixmaps/close.xpm
9758         * src/pixmaps/complete.xpm
9759         * src/pixmaps/continue.xpm
9760         * src/pixmaps/deleted.xpm
9761         * src/pixmaps/down_arrow.xpm
9762         * src/pixmaps/exec.xpm
9763         * src/pixmaps/forwarded.xpm
9764         * src/pixmaps/group.xpm
9765         * src/pixmaps/ignorethread.xpm
9766         * src/pixmaps/interface.xpm
9767         * src/pixmaps/jpilot.xpm
9768         * src/pixmaps/ldap.xpm
9769         * src/pixmaps/linewrap.xpm
9770         * src/pixmaps/linewrapcurrent.xpm
9771         * src/pixmaps/mail.xpm
9772         * src/pixmaps/mail_attach.xpm
9773         * src/pixmaps/mail_compose.xpm
9774         * src/pixmaps/mail_forward.xpm
9775         * src/pixmaps/mail_receive.xpm
9776         * src/pixmaps/mail_receive_all.xpm
9777         * src/pixmaps/mail_reply.xpm
9778         * src/pixmaps/mail_reply_to_all.xpm
9779         * src/pixmaps/mail_reply_to_author.xpm
9780         * src/pixmaps/mail_send.xpm
9781         * src/pixmaps/mail_send_queue.xpm
9782         * src/pixmaps/mime_application.xpm
9783         * src/pixmaps/mime_audio.xpm
9784         * src/pixmaps/mime_image.xpm
9785         * src/pixmaps/mime_message.xpm
9786         * src/pixmaps/mime_text_enriched.xpm
9787         * src/pixmaps/mime_text_html.xpm
9788         * src/pixmaps/mime_text_plain.xpm
9789         * src/pixmaps/mime_unknown.xpm
9790         * src/pixmaps/new.xpm
9791         * src/pixmaps/news_compose.xpm
9792         * src/pixmaps/offline.xpm
9793         * src/pixmaps/online.xpm
9794         * src/pixmaps/paste.xpm
9795         * src/pixmaps/preferences.xpm
9796         * src/pixmaps/privacy_emblem_encrypted.xpm
9797         * src/pixmaps/privacy_expired.xpm
9798         * src/pixmaps/privacy_failed.xpm
9799         * src/pixmaps/privacy_passed.xpm
9800         * src/pixmaps/privacy_signed.xpm
9801         * src/pixmaps/privacy_unknown.xpm
9802         * src/pixmaps/privacy_warn.xpm
9803         * src/pixmaps/properties.xpm
9804         * src/pixmaps/replied.xpm
9805         * src/pixmaps/search.xpm
9806         * src/pixmaps/unread.xpm
9807         * src/pixmaps/up_arrow.xpm
9808         * src/pixmaps/vcard.xpm
9809                 Modernize internal theme, with icons from the 
9810                 Gnomaws theme. Keep some of the old ones where
9811                 they were better.
9812
9813 2005-10-06 [colin]      1.9.15cvs17
9814
9815         * src/summaryview.c
9816                 Little optimisations + bugfix
9817         * src/toolbar.c
9818                 Remove default useless items - useless being defined
9819                 by the default relevant prefs
9820         * src/wizard.c
9821                 include config.h to make gettext work
9822         * src/prefs_themes.c
9823                 Fix selection of current theme in prefs
9824
9825 2005-10-06 [colin]      1.9.15cvs16
9826
9827         * src/prefs_common.c
9828         * src/prefs_common.h
9829         * src/prefs_summaries.c
9830         * src/folderview.c
9831                 Add a warning dialog on Mark all read 
9832                 (with pref to get rid of it)
9833
9834 2005-10-06 [paul]       1.9.15cvs15
9835
9836         * po/nb.po
9837         * po/pt_BR.po
9838                 updated by Geir Helland and Frederico
9839                 Goncalves Guimaraes
9840
9841 2005-10-05 [colin]      1.9.15cvs14
9842
9843         * src/folder.c
9844         * src/folder.h
9845         * src/folderview.c
9846         * src/folderview.h
9847         * src/imap_gtk.c
9848         * src/mh_gtk.c
9849         * src/mainwindow.c
9850         * src/setup.c
9851                 add a way to rescan without rebuilding
9852                 make moving a bit faster (less folders changes)
9853                 don't lock the tree on Get 
9854         * src/imap.c
9855                 Don't re-delete deleted messages before expunging
9856         * src/summaryview.c
9857                 Set batch mode when deleting mails
9858
9859 2005-10-05 [paul]       1.9.15cvs13
9860
9861         * src/mainwindow.c
9862         * src/mainwindow.h
9863                 fix disabled Execute menu item
9864         * src/toolbar.c
9865                 match the change in 1.9.15cvs10: use Compose
9866                 instead of News by default
9867
9868 2005-10-04 [colin]      1.9.15cvs12
9869
9870         * src/compose.c
9871                 When replying to an ML post with Reply-To set
9872                 to the poster's email, honor it (as before),
9873                 but also honor our user's request to reply to
9874                 the mailing list: set the ML address in the To
9875                 field and the Reply-To address in the Cc: 
9876                 field.
9877
9878 2005-10-04 [colin]      1.9.15cvs11
9879
9880         * src/plugins/trayicon/trayicon.c
9881                 Finish cosmetic change - thanks to wwp
9882
9883 2005-10-04 [colin]      1.9.15cvs10
9884
9885         * src/toolbar.c
9886                 Use Compose instead of Email by default.
9887                 Spotted by wwp.
9888
9889 2005-10-04 [colin]      1.9.15cvs9
9890
9891         * src/folder.c
9892         * src/folder.h
9893         * src/folderview.c
9894         * src/imap.c
9895         * src/etpan/imap-thread.c
9896         * src/etpan/imap-thread.h
9897                 Try to make IMAP faster, by simplifying SEARCH
9898                 commands, avoiding sending two STATUS in a row,
9899                 and deferring flags sync and processing just
9900                 after displaying the folder. 
9901                 This will update the SummaryView in certain
9902                 cases (new mails not already fetched, flags
9903                 changed from another client) but in a non-
9904                 blocking manner.
9905
9906 2005-10-04 [colin]      1.9.15cvs8
9907
9908         * src/plugins/trayicon/trayicon.c
9909                 Relabel "Offline" to "Work offline"
9910
9911 2005-10-04 [colin]      1.9.15cvs7
9912
9913         * src/export.c
9914         * src/import.c
9915         * src/mbox.c
9916                 Fix mbox import/export buglets
9917                 Patch by wwp
9918         * src/plugins/trayicon/trayicon.c
9919                 Add offline swithc
9920                 Patch by wwp
9921
9922 2005-10-04 [colin]      1.9.15cvs6
9923
9924         * src/folder.c
9925         * src/folderview.c
9926         * src/summaryview.c
9927                 Better fix (don't break mark all read) for cvs2
9928
9929 2005-10-03 [colin]      1.9.15cvs5
9930
9931         * src/folder.c
9932                 Use a sane sort by default
9933
9934 2005-10-03 [colin]      1.9.15cvs4
9935
9936         * src/inc.c
9937                 Add a 'Only once' button for overriding offline mode
9938         * src/prefs_account.c
9939         * src/wizard.c
9940                 Add Local mbox to the wizard
9941                 Add IMAP subdir to the wizard (or the wizard is useless
9942                 for such accounts, or even worse than useless)
9943                 Move IMAP subdir from Advanced to Receive tab, as it's
9944                 not that uncommon
9945
9946 2005-10-03 [colin]      1.9.15cvs3
9947
9948         * src/send_message.c
9949                 Forgot this one in cvs1
9950
9951 2005-10-03 [colin]      1.9.15cvs2
9952
9953         * src/folder.c
9954                 Faster close when leaving a folder with lots
9955                 of new mails. Idea by David Relson.
9956
9957 2005-10-03 [colin]      1.9.15cvs1
9958
9959         * src/compose.c
9960         * src/imap.c
9961         * src/inc.c
9962         * src/main.c
9963         * src/messageview.c
9964         * src/news.c
9965         * src/summaryview.c
9966         * src/gtk/sslcertwindow.c
9967         * src/plugins/trayicon/trayicon.c
9968                 Add accels to every AlertPanel. Patch by Fabien 
9969                 Vantard
9970
9971 2005-10-03 [paul]       1.9.15
9972
9973         1.9.15 released
9974
9975 2005-10-03 [paul]       1.9.14cvs68
9976
9977         * po/ca.po
9978         * po/de.po
9979         * po/es.po
9980         * po/fi.po
9981         * po/fr.po
9982         * po/sk.po
9983         * po/sr.po
9984         * po/zh_CN.po
9985                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9986                 Mones Lastra, Tommi Pirinen, Fabien vantard,
9987                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
9988
9989 2005-10-03 [paul]       1.9.14cvs67
9990
9991         * src/send_message.c
9992                 prevent hang on Cancel
9993                 patch by Colin
9994
9995 2005-10-03 [paul]       1.9.14cvs66
9996
9997         * src/main.c
9998                 fix crash in IMAP caused by discrepancy
9999                 between check_at_startup and offline mode
10000                 Patch by Colin
10001
10002 2005-10-01 [paul]       1.9.14cvs65
10003
10004         * src/inc.c
10005                 fix engrish
10006
10007 2005-10-01 [paul]       1.9.14cvs64
10008         * src/export.c
10009         * src/import.c
10010                 synchronise import_mbox() and export_mbox()
10011         * src/mbox.c
10012                 proc_mbox(): add alert if file cannot be opened
10013                 export_list_to_mbox(): test if dest file exists,
10014                 prompt user to overwrite if it does. add alert
10015                 if file cannot be created
10016                                                                 
10017         Patch by wwp
10018                                                                                                                 
10019
10020 2005-09-30 [paul]       1.9.14cvs63
10021
10022         * src/addressbook.c
10023                 Fix sensitivity of a menu
10024         * src/codeconv.c
10025                 Respect hidden pref for mails with no encoding
10026         * src/common/xml.c
10027                 Fix memory corruption
10028         * src/plugins/pgpcore/sgpgme.c
10029                 Fix segfault on incomplete sigs, and display
10030                 of S/Mime UIDs
10031
10032         Patches by Colin
10033
10034 2005-09-30 [colin]      1.9.14cvs62
10035
10036         * src/partial_download.c
10037                 Little logic fix in almost-dead code
10038         * src/pop.c
10039                 Fix partial download when there's no new mail
10040
10041 2005-09-29 [paul]       1.9.14cvs61
10042
10043         * src/plugins/pgpinline/pgpinline.c
10044                 fix bug 819, 'crash accessing sign message'
10045                 Patch by Colin
10046
10047 2005-09-28 [martin]     1.9.14cvs60
10048
10049         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10050                 fix bug #790 (Crash when restarting window manager (fluxbox))
10051
10052 2005-09-28 [paul]       1.9.14cvs59
10053
10054         * src/gtk/gtkaspell.c
10055                 fix off-by-one typo
10056
10057 2005-09-27 [colin]      1.9.14cvs58
10058
10059         * src/plugins/pgpcore/sgpgme.c
10060                 Report error when there's one, instead of
10061                 "Signature unchecked" 
10062
10063 2005-09-27 [colin]      1.9.14cvs57
10064
10065         * src/prefs_quote.c
10066                 Fix bug #816 (Weird quotation with spaces)
10067
10068 2005-09-27 [colin]      1.9.14cvs56
10069
10070         * src/codeconv.c
10071         * src/compose.c
10072         * src/compose.h
10073                 Put subject in compose's title
10074                 Fix Automatic encoding so that it's really automatic:
10075                 first try default locale's charset, then charset of the replied mail, 
10076                 then utf-8
10077                 Fix encoding of headers (must be in strict mode too)
10078
10079 2005-09-26 [colin]      1.9.14cvs55
10080
10081         * src/gtk/gtkaspell.c
10082                 Fix previous patch - don't color the space,
10083                 just uncolor it :)
10084
10085 2005-09-26 [colin]      1.9.14cvs54
10086
10087         * src/gtk/gtkaspell.c
10088                 Unmark space if possible
10089
10090 2005-09-26 [colin]      1.9.14cvs53
10091
10092         * src/imap.c
10093                 log_error instead of alertpanel according to the pref
10094         * src/etpan/imap-thread.c
10095                 Print connect status, copy only necessary size to 
10096                 logger
10097         * src/plugins/pgpmime/pgpmime.c
10098                 Handle S/Mime signatures (verification only). Patch based
10099                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10100
10101 2005-09-26 [paul]       1.9.14cvs52
10102
10103         * src/common/passcrypt.c
10104                 this 'workaround' not necessary on NetBSD.
10105                 Thanks to Daniel Gustafson
10106
10107 2005-09-26 [paul]
10108
10109         1.9.15-rc4 released
10110
10111 2005-09-26 [paul]       1.9.14cvs51
10112
10113         * src/summaryview.c
10114                 Skip currently selected message when
10115                 looking for next new or unread message
10116                 in current folder. Patch by Colin
10117         * src/common/passcrypt.c
10118                 eliminate warnings on *BSD. Patch by
10119                 Daniel Gustafson
10120
10121 2005-09-26 [colin]      1.9.14cvs50
10122
10123         * src/procmsg.c
10124                 Call postfiltering hook anyway
10125
10126 2005-09-22 [colin]      1.9.14cvs49
10127
10128         * src/codeconv.c
10129         * src/codeconv.h
10130                 Add a strict mode that doesn't replace with _
10131         * src/compose.c
10132         * src/compose.h
10133                 Use strict conversion while sending
10134                 Fix race when drafting while sending (happens
10135                 on IMAP)
10136                 Fix d'n'd of messages from summaryview
10137         * src/prefs_common.c
10138         * src/prefs_common.h
10139                 add hidden utf8_instead_of_locale_for_broken_mail 
10140                 pref for people that preferred the default charset 
10141                 to be utf8 for broken mails
10142         * src/quote_fmt_parse.y
10143                 fix bug #815 (No quote insert if "From:" fied 
10144                 contained Russian letters)
10145         * src/summaryview.c
10146                 Fix d'n'd of messages to compose
10147
10148 2005-09-22 [paul]       1.9.14cvs48
10149
10150         * src/compose.c
10151                 fix bug where attachments Name entry
10152                 would display Path instead
10153
10154 2005-09-21 [paul]       1.9.14cvs47
10155
10156         * README
10157         * README.jp
10158         * configure.ac
10159         * config/config.rpath
10160         * doc/manual/en/sylpheed-20.html
10161         * doc/manual/es/sylpheed-20.html
10162         * po/bg.po
10163         * po/ca.po
10164         * po/de.po
10165         * po/es.po
10166         * po/fr.po
10167         * po/it.po
10168         * po/pt_BR.po
10169         * po/sk.po
10170         * po/zh_TW.po
10171         * src/account.c
10172         * src/account.h
10173         * src/action.c
10174         * src/action.h
10175         * src/adbookbase.h
10176         * src/addr_compl.c
10177         * src/addr_compl.h
10178         * src/addrbook.c
10179         * src/addrbook.h
10180         * src/addrcache.c
10181         * src/addrcache.h
10182         * src/addrcindex.c
10183         * src/addrcindex.h
10184         * src/addrclip.c
10185         * src/addrclip.h
10186         * src/addrdefs.h
10187         * src/addressadd.c
10188         * src/addressadd.h
10189         * src/addressbook.c
10190         * src/addressbook.h
10191         * src/addressitem.h
10192         * src/addrgather.c
10193         * src/addrgather.h
10194         * src/addrharvest.c
10195         * src/addrharvest.h
10196         * src/addrindex.c
10197         * src/addrindex.h
10198         * src/addritem.c
10199         * src/addritem.h
10200         * src/addrquery.c
10201         * src/addrquery.h
10202         * src/addrselect.c
10203         * src/addrselect.h
10204         * src/alertpanel.c
10205         * src/alertpanel.h
10206         * src/browseldap.c
10207         * src/browseldap.h
10208         * src/codeconv.c
10209         * src/codeconv.h
10210         * src/compose.c
10211         * src/compose.h
10212         * src/crash.c
10213         * src/crash.h
10214         * src/customheader.c
10215         * src/customheader.h
10216         * src/displayheader.c
10217         * src/displayheader.h
10218         * src/editaddress.c
10219         * src/editaddress.h
10220         * src/editbook.c
10221         * src/editbook.h
10222         * src/editgroup.c
10223         * src/editgroup.h
10224         * src/editjpilot.c
10225         * src/editjpilot.h
10226         * src/editldap.c
10227         * src/editldap.h
10228         * src/editldap_basedn.c
10229         * src/editldap_basedn.h
10230         * src/editvcard.c
10231         * src/editvcard.h
10232         * src/enriched.c
10233         * src/enriched.h
10234         * src/exphtmldlg.c
10235         * src/exphtmldlg.h
10236         * src/expldifdlg.c
10237         * src/expldifdlg.h
10238         * src/export.c
10239         * src/export.h
10240         * src/exporthtml.c
10241         * src/exporthtml.h
10242         * src/exportldif.c
10243         * src/exportldif.h
10244         * src/filtering.c
10245         * src/filtering.h
10246         * src/folder.c
10247         * src/folder.h
10248         * src/folder_item_prefs.c
10249         * src/folder_item_prefs.h
10250         * src/foldersel.c
10251         * src/foldersel.h
10252         * src/folderutils.c
10253         * src/folderutils.h
10254         * src/folderview.c
10255         * src/folderview.h
10256         * src/grouplistdialog.c
10257         * src/grouplistdialog.h
10258         * src/headerview.c
10259         * src/headerview.h
10260         * src/html.c
10261         * src/html.h
10262         * src/image_viewer.c
10263         * src/image_viewer.h
10264         * src/imap.c
10265         * src/imap.h
10266         * src/imap_gtk.c
10267         * src/imap_gtk.h
10268         * src/import.c
10269         * src/import.h
10270         * src/importldif.c
10271         * src/importldif.h
10272         * src/importmutt.c
10273         * src/importmutt.h
10274         * src/importpine.c
10275         * src/importpine.h
10276         * src/inc.c
10277         * src/inc.h
10278         * src/jpilot.c
10279         * src/jpilot.h
10280         * src/ldapctrl.c
10281         * src/ldapctrl.h
10282         * src/ldaplocate.c
10283         * src/ldaplocate.h
10284         * src/ldapquery.c
10285         * src/ldapquery.h
10286         * src/ldapserver.c
10287         * src/ldapserver.h
10288         * src/ldaputil.c
10289         * src/ldaputil.h
10290         * src/ldif.c
10291         * src/ldif.h
10292         * src/localfolder.c
10293         * src/localfolder.h
10294         * src/main.c
10295         * src/main.h
10296         * src/mainwindow.c
10297         * src/mainwindow.h
10298         * src/manual.c
10299         * src/manual.h
10300         * src/matcher.c
10301         * src/matcher.h
10302         * src/matcher_parser.h
10303         * src/matcher_parser_lex.l
10304         * src/matcher_parser_parse.y
10305         * src/mbox.c
10306         * src/mbox.h
10307         * src/message_search.c
10308         * src/message_search.h
10309         * src/messageview.c
10310         * src/messageview.h
10311         * src/mh.c
10312         * src/mh.h
10313         * src/mh_gtk.c
10314         * src/mh_gtk.h
10315         * src/mimeview.c
10316         * src/mimeview.h
10317         * src/msgcache.c
10318         * src/msgcache.h
10319         * src/mutt.c
10320         * src/mutt.h
10321         * src/news.c
10322         * src/news.h
10323         * src/news_gtk.c
10324         * src/news_gtk.h
10325         * src/noticeview.c
10326         * src/noticeview.h
10327         * src/partial_download.c
10328         * src/partial_download.h
10329         * src/pine.c
10330         * src/pine.h
10331         * src/pop.c
10332         * src/pop.h
10333         * src/prefs_account.c
10334         * src/prefs_account.h
10335         * src/prefs_actions.c
10336         * src/prefs_actions.h
10337         * src/prefs_common.c
10338         * src/prefs_common.h
10339         * src/prefs_compose_writing.c
10340         * src/prefs_compose_writing.h
10341         * src/prefs_customheader.c
10342         * src/prefs_customheader.h
10343         * src/prefs_display_header.c
10344         * src/prefs_display_header.h
10345         * src/prefs_ext_prog.c
10346         * src/prefs_ext_prog.h
10347         * src/prefs_filtering.c
10348         * src/prefs_filtering.h
10349         * src/prefs_filtering_action.c
10350         * src/prefs_filtering_action.h
10351         * src/prefs_folder_column.c
10352         * src/prefs_folder_column.h
10353         * src/prefs_folder_item.c
10354         * src/prefs_folder_item.h
10355         * src/prefs_fonts.c
10356         * src/prefs_fonts.h
10357         * src/prefs_gtk.c
10358         * src/prefs_gtk.h
10359         * src/prefs_image_viewer.c
10360         * src/prefs_image_viewer.h
10361         * src/prefs_matcher.c
10362         * src/prefs_matcher.h
10363         * src/prefs_message.c
10364         * src/prefs_message.h
10365         * src/prefs_msg_colors.c
10366         * src/prefs_msg_colors.h
10367         * src/prefs_other.c
10368         * src/prefs_other.h
10369         * src/prefs_quote.c
10370         * src/prefs_quote.h
10371         * src/prefs_receive.c
10372         * src/prefs_receive.h
10373         * src/prefs_send.c
10374         * src/prefs_send.h
10375         * src/prefs_spelling.c
10376         * src/prefs_spelling.h
10377         * src/prefs_summaries.c
10378         * src/prefs_summaries.h
10379         * src/prefs_summary_column.c
10380         * src/prefs_summary_column.h
10381         * src/prefs_template.c
10382         * src/prefs_template.h
10383         * src/prefs_themes.c
10384         * src/prefs_themes.h
10385         * src/prefs_toolbar.c
10386         * src/prefs_toolbar.h
10387         * src/prefs_wrapping.c
10388         * src/prefs_wrapping.h
10389         * src/privacy.c
10390         * src/privacy.h
10391         * src/procheader.c
10392         * src/procheader.h
10393         * src/procmime.c
10394         * src/procmime.h
10395         * src/procmsg.c
10396         * src/procmsg.h
10397         * src/quote_fmt.c
10398         * src/quote_fmt_parse.y
10399         * src/recv.c
10400         * src/recv.h
10401         * src/remotefolder.c
10402         * src/remotefolder.h
10403         * src/send_message.c
10404         * src/send_message.h
10405         * src/setup.c
10406         * src/setup.h
10407         * src/simple-gettext.c
10408         * src/sourcewindow.c
10409         * src/sourcewindow.h
10410         * src/ssl_manager.c
10411         * src/ssl_manager.h
10412         * src/statusbar.c
10413         * src/statusbar.h
10414         * src/stock_pixmap.c
10415         * src/stock_pixmap.h
10416         * src/summary_search.c
10417         * src/summary_search.h
10418         * src/summaryview.c
10419         * src/summaryview.h
10420         * src/syldap.c
10421         * src/syldap.h
10422         * src/textview.c
10423         * src/textview.h
10424         * src/toolbar.c
10425         * src/toolbar.h
10426         * src/undo.c
10427         * src/undo.h
10428         * src/unmime.c
10429         * src/unmime.h
10430         * src/vcard.c
10431         * src/vcard.h
10432         * src/wizard.c
10433         * src/wizard.h
10434         * src/common/base64.c
10435         * src/common/base64.h
10436         * src/common/defs.h
10437         * src/common/hooks.c
10438         * src/common/hooks.h
10439         * src/common/log.c
10440         * src/common/log.h
10441         * src/common/md5.c
10442         * src/common/md5.h
10443         * src/common/mgutils.c
10444         * src/common/mgutils.h
10445         * src/common/nntp.c
10446         * src/common/nntp.h
10447         * src/common/passcrypt.c
10448         * src/common/passcrypt.h.in
10449         * src/common/plugin.c
10450         * src/common/plugin.h
10451         * src/common/prefs.c
10452         * src/common/prefs.h
10453         * src/common/progressindicator.c
10454         * src/common/progressindicator.h
10455         * src/common/quoted-printable.c
10456         * src/common/quoted-printable.h
10457         * src/common/session.c
10458         * src/common/session.h
10459         * src/common/smtp.c
10460         * src/common/smtp.h
10461         * src/common/socket.c
10462         * src/common/socket.h
10463         * src/common/ssl.c
10464         * src/common/ssl.h
10465         * src/common/ssl_certificate.c
10466         * src/common/ssl_certificate.h
10467         * src/common/string_match.c
10468         * src/common/string_match.h
10469         * src/common/stringtable.c
10470         * src/common/sylpheed.c
10471         * src/common/sylpheed.h
10472         * src/common/template.c
10473         * src/common/template.h
10474         * src/common/timing.h
10475         * src/common/utils.c
10476         * src/common/utils.h
10477         * src/common/uuencode.c
10478         * src/common/uuencode.h
10479         * src/common/version.h.in
10480         * src/common/xml.c
10481         * src/common/xml.h
10482         * src/common/xmlprops.c
10483         * src/common/xmlprops.h
10484         * src/gtk/about.c
10485         * src/gtk/about.h
10486         * src/gtk/colorlabel.c
10487         * src/gtk/colorlabel.h
10488         * src/gtk/colorsel.c
10489         * src/gtk/colorsel.h
10490         * src/gtk/description_window.c
10491         * src/gtk/description_window.h
10492         * src/gtk/filesel.c
10493         * src/gtk/filesel.h
10494         * src/gtk/foldersort.c
10495         * src/gtk/foldersort.h
10496         * src/gtk/gtkutils.c
10497         * src/gtk/gtkutils.h
10498         * src/gtk/inputdialog.c
10499         * src/gtk/inputdialog.h
10500         * src/gtk/logwindow.c
10501         * src/gtk/logwindow.h
10502         * src/gtk/manage_window.c
10503         * src/gtk/manage_window.h
10504         * src/gtk/menu.c
10505         * src/gtk/menu.h
10506         * src/gtk/pluginwindow.c
10507         * src/gtk/pluginwindow.h
10508         * src/gtk/prefswindow.c
10509         * src/gtk/prefswindow.h
10510         * src/gtk/progressdialog.c
10511         * src/gtk/progressdialog.h
10512         * src/gtk/quicksearch.c
10513         * src/gtk/quicksearch.h
10514         * src/gtk/sslcertwindow.c
10515         * src/gtk/sslcertwindow.h
10516         * src/plugins/clamav/clamav_plugin.c
10517         * src/plugins/clamav/clamav_plugin.h
10518         * src/plugins/clamav/clamav_plugin_gtk.c
10519         * src/plugins/demo/demo.c
10520         * src/plugins/dillo_viewer/dillo_prefs.c
10521         * src/plugins/dillo_viewer/dillo_prefs.h
10522         * src/plugins/dillo_viewer/dillo_viewer.c
10523         * src/plugins/mathml_viewer/mathml_viewer.c
10524         * src/plugins/pgpcore/passphrase.c
10525         * src/plugins/pgpcore/passphrase.h
10526         * src/plugins/pgpcore/plugin.c
10527         * src/plugins/pgpcore/prefs_gpg.c
10528         * src/plugins/pgpcore/prefs_gpg.h
10529         * src/plugins/pgpcore/select-keys.c
10530         * src/plugins/pgpcore/select-keys.h
10531         * src/plugins/pgpcore/sgpgme.c
10532         * src/plugins/pgpcore/sgpgme.h
10533         * src/plugins/pgpinline/pgpinline.c
10534         * src/plugins/pgpinline/pgpinline.h
10535         * src/plugins/pgpinline/plugin.c
10536         * src/plugins/pgpmime/pgpmime.c
10537         * src/plugins/pgpmime/pgpmime.h
10538         * src/plugins/pgpmime/plugin.c
10539         * src/plugins/spamassassin/spamassassin.c
10540         * src/plugins/spamassassin/spamassassin.h
10541         * src/plugins/spamassassin/spamassassin_gtk.c
10542         * src/plugins/trayicon/trayicon.c
10543         * tools/OOo2sylpheed.pl
10544         * tools/acroread2sylpheed.pl
10545         * tools/asus_mailled.sh
10546         * tools/filter_conv.pl
10547         * tools/freshmeat_search.pl
10548         * tools/google_search.pl
10549         * tools/kmail2sylpheed.pl
10550         * tools/kmail2sylpheed_v2.pl
10551         * tools/maildir2sylpheed.pl
10552         * tools/multiwebsearch.pl
10553         * tools/newscache_clean.pl
10554         * tools/outlook2sylpheed.pl
10555         * tools/sylpheed-switcher
10556         * tools/update-po
10557         * tools/vcard2xml.py
10558         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10559                 update FSF address
10560
10561 2005-09-21 [colin]      1.9.14cvs46
10562
10563         * src/gedit-print.c
10564         * src/procmsg.c
10565         * src/procmsg.h
10566         * src/textview.c
10567         * src/summaryview.c
10568                 Remove some printing hacks (deselection/reselection),
10569                 which by the way fix printing the currently 
10570                 displayed mime part (still only text)
10571                 Plus a little optimisation of summary_show
10572
10573
10574 2005-09-20 [colin]      1.9.14cvs45
10575
10576         * src/mainwindow.c
10577         * src/messageview.c
10578                 GUI fixups: add accels, set message
10579                 view title to displayed mail's subject
10580         * src/prefs_spelling.c
10581         * src/gtk/gtkaspell.c
10582                 GUI fixups: allow underlining misspelled
10583                 words instead of coloring them (a11y!)
10584
10585 2005-09-19 [colin]
10586
10587         1.9.15rc3 released
10588
10589 2005-09-19 [colin]      1.9.14cvs44
10590
10591         * src/compose.c
10592                 Fix draft message
10593         * src/gtk/gtkaspell.c
10594                 Fix wrong test ;-)
10595
10596 2005-09-19 [colin]      1.9.14cvs43
10597
10598         * src/addressbook.c
10599                 Fix sensitivity of Delete button
10600         * src/compose.c
10601                 Warn if the requested Privacy system
10602                 is not available
10603         * src/exphtmldlg.c
10604         * src/expldifdlg.c
10605         * src/importldif.c
10606         * src/importmutt.c
10607         * src/importpine.c
10608                 Fix crappy UI
10609         * src/
10610         * src/ssl.h
10611         * src/prefs_account.h
10612         * src/prefs_account.c
10613                 Save SSL prefs even in builds that have
10614                 SSL support disable
10615         * src/imap.c
10616         * src/inc.c
10617         * src/news.c
10618         * src/send_message.c
10619                 Warn if connection should be secure, but
10620                 SSL support isn't compiled in
10621         * src/gtkaspell.c
10622                 Fix word separation on UTF-8 systems
10623                 Fixes bug #812 (Strange inline spellchecking)
10624         * src/compose.c
10625                 Warn if the requested Privacy system
10626                 is not available
10627                 Factorize offline warning
10628         * src/imap.c
10629         * src/imap_gtk.c
10630         * src/imap_gtk.h
10631         * src/inc.h
10632         * src/news_gtk.c
10633         * src/news_gtk.h
10634         * src/messageview.c
10635                 Factorize offline warning
10636
10637 2005-09-19 [paul]
10638
10639         1.9.15-rc2 released
10640
10641 2005-09-18 [colin]      1.9.14cvs42
10642
10643         * src/codeconv.c
10644         * src/codeconv.h
10645         * src/procmime.c
10646                 Add a way to get locale's charset ignoring utf-8,
10647                 and use that as default encoding for broken mails
10648
10649 2005-09-18 [colin]      1.9.14cvs41
10650
10651         * src/gtk/logwindow.c
10652                 Translate string. Patch by Fabien Vantard
10653
10654 2005-09-18 [colin]      1.9.14cvs40
10655
10656         * configure.ac
10657                 Fix bug #803 (IMAP/SSL support breaks with 
10658                 GnuTLS libetpan 0.38)
10659
10660 2005-09-18 [colin]      1.9.14cvs39
10661
10662         * src/codeconv.c
10663         * src/compose.c
10664         * src/procmime.c
10665                 More charsets fixes. Fixes bug #806 (non
10666                 ascii characters in subject line)
10667
10668 2005-09-17 [paul]       1.9.14cvs38
10669
10670         * src/folderview.c
10671         * src/mainwindow.c
10672                 fix gcc-2.95 issues
10673                 Patch by Pawel Pekala
10674
10675 2005-09-17 [colin]      1.9.14cvs37
10676
10677         * src/addrindex.c
10678                 bugfix for NO-USE LDAP compilation, patch 
10679                 by Fabien Vantard
10680
10681 2005-09-17 [colin]      1.9.14cvs36
10682
10683         * src/prefs_actions.c
10684         * src/prefs_customheader.c
10685         * src/prefs_display_header.c
10686         * src/prefs_filtering_action.c
10687         * src/prefs_matcher.c
10688         * src/prefs_toolbar.c
10689                 Fix strange casts (less elegant but
10690                 works better)
10691
10692 2005-09-16 [colin]      1.9.14cvs35
10693
10694         * src/jpilot.c
10695                 Missed that one
10696
10697 2005-09-16 [colin]      1.9.14cvs34
10698
10699         * configure.ac
10700         * src/Makefile.am
10701         * src/addr_compl.c
10702         * src/addrindex.c
10703         * src/browseldap.c
10704         * src/editldap.c
10705         * src/ldaplocate.c
10706         * src/ldapquery.c
10707         * src/ldapquery.h
10708         * src/ldapserver.c
10709         * src/ldapserver.h
10710         * src/main.c
10711         * src/matcher_parser_parse.y
10712         * src/prefs_themes.c
10713         * src/etpan/Makefile.am
10714         * src/gtk/description_window.c
10715         * src/plugins/clamav/Makefile.am
10716         * src/plugins/clamav/clamav_plugin.c
10717         * src/plugins/dillo_viewer/Makefile.am
10718         * src/plugins/pgpcore/Makefile.am
10719         * src/plugins/pgpinline/Makefile.am
10720         * src/plugins/pgpmime/Makefile.am
10721         * src/plugins/trayicon/Makefile.am
10722                 Fix 100% cpu usage in address completion list
10723                 Fix little bugs (return with no values etc)
10724                 Fix all warnings (with common CFLAGS)
10725
10726 2005-09-15 [colin]      1.9.14cvs33
10727
10728         * src/addressbook.c
10729                 Fix bug where sometimes a group's email list is empty,
10730                 force its refresh (probably fixes "Re: how to create a 
10731                 distribution list")
10732         * src/ldapquery.c
10733                 Don't return to the callback in the main thread from the
10734                 fetch thread (or face segs!)
10735
10736 2005-09-15 [paul]       1.9.14cvs32
10737
10738         * src/prefs_matcher.c
10739                 forgotten in last commit
10740
10741 2005-09-15 [paul]       1.9.14cvs31
10742
10743         * src/prefs_actions.c
10744         * src/prefs_filtering_action.c
10745         * src/prefs_quote.c
10746         * src/quote_fmt.c
10747         * src/summaryview.c
10748         * src/gtk/description_window.c
10749         * src/gtk/description_window.h
10750         * src/gtk/quicksearch.c
10751                 allow interaction with the called
10752                 description window
10753                 Patch by Anders Hammar
10754
10755 2005-09-14 [paul]       1.9.14cvs30
10756
10757         * src/compose.c
10758                 fix a little annoyance when pasting with 3rd button 
10759                 with wrap_pastes=0 and wrap_input=1
10760                 Patch by Colin
10761
10762 2005-09-14 [paul]       1.9.14cvs29
10763
10764         * src/prefs_account.c
10765                 disable 'Filter messages on receiving' for
10766                 SMTP-only accounts
10767                 Patch  by Anders Hammar
10768
10769 2005-09-14 [paul]       1.9.14cvs28
10770
10771         * po/sk.po
10772                 fix crash
10773                 updated by Andrej Kacian
10774
10775 2005-09-14 [paul]
10776
10777         1.9.15-rc1 released
10778
10779 2005-09-14 [paul]       1.9.14cvs27
10780
10781         * po/es.po
10782                 updated by Ricardo Mones Lastra
10783         * src/compose.c
10784         * src/compose.h
10785                 associate no_wrap_tags to Compose windows
10786                 instead of using a static one
10787                 Patch by Colin
10788         * src/mbox.c
10789                 fix proc_mbox()
10790                 Patch by wwp
10791         * src/textview.c
10792                 remove unneeded printf()
10793
10794 2005-09-14 [paul]       1.9.14cvs26
10795
10796         * src/addrcache.c
10797         * src/codeconv.h
10798         * src/folder.h
10799         * src/mainwindow.h
10800         * src/mh.c
10801         * src/mimeview.h
10802         * src/partial_download.c
10803         * src/pop.c
10804         * src/prefs_account.c
10805         * src/prefs_account.h
10806         * src/prefs_actions.c
10807         * src/prefs_customheader.c
10808         * src/prefs_display_header.c
10809         * src/prefs_filtering_action.c
10810         * src/prefs_matcher.c
10811         * src/prefs_toolbar.c
10812         * src/privacy.h
10813         * src/procmime.c
10814         * src/procmime.h
10815         * src/procmsg.h
10816         * src/textview.c
10817         * src/undo.h
10818         * src/common/plugin.c
10819         * src/common/session.h
10820         * src/common/socket.c
10821         * src/common/socket.h
10822         * src/common/template.c
10823         * src/gtk/gtkaspell.c
10824         * src/gtk/quicksearch.h
10825         * src/plugins/pgpcore/passphrase.c
10826         * src/plugins/pgpcore/prefs_gpg.h
10827         * src/plugins/pgpcore/select-keys.c
10828         * src/plugins/pgpcore/select-keys.h
10829         * src/plugins/pgpcore/sgpgme.c
10830         * src/plugins/pgpinline/pgpinline.c
10831         * src/plugins/pgpmime/pgpmime.c
10832         * src/plugins/trayicon/trayicon.c
10833                 fix compilation warnings
10834                 Patch by Daniel Gustafson
10835
10836 2005-09-14 [paul]       1.9.14cvs25
10837
10838         * src/addressbook.c
10839                 add missing column header, and other small
10840                 bug fixes
10841                 Patch by Anders Hammar
10842
10843 2005-09-13 [colin]      1.9.14cvs24
10844
10845         * src/gtk/gtkaspell.c
10846                 Fix non-utf8 in menu
10847                 Fix little leaks
10848                 Nullify struct members after free()s
10849
10850 2005-09-13 [colin]      1.9.14cvs23
10851
10852         * src/compose.c
10853                 Test utf8 compliance before inserting to 
10854                 buffer, and try to convert if necessary
10855         * src/procmime.c
10856                 If no charset is present, use the locale 
10857                 one instead of us-ascii
10858         * src/procmsg.c
10859                 Add Sender, List-Post and To in the checked 
10860                 headers for automatic rules creation 
10861                 (thanks to wwp)
10862         * src/prefs_themes.c
10863         * src/gtk/gtkaspell.c
10864                 Remove deprecated functions. 
10865                 patch by Daniel Gustafson
10866
10867 2005-09-12 [colin]      1.9.14cvs22
10868
10869         * src/compose.c
10870                 Fix bug #448 (Scrolling/Redraw issue with 
10871                 address-fields in Header)
10872         * src/mainwindow.c
10873         * src/summaryview.c
10874         * src/summaryview.h
10875                 Fix loss of MSG_MARKED on move/copy
10876                 Fix bug #804 (Quicksearch togglebutton doesn't 
10877                 get depressed after '/' key is pressed)
10878
10879 2005-09-12 [paul]       1.9.14cvs21
10880
10881         * AUTHORS
10882         * src/gtk/logwindow.c
10883                 add 'Clear Log' to popup menu
10884                 Patch by Anders Hammar <anders.hammar@telia.com>
10885
10886 2005-09-12 [paul]       1.9.14cvs20
10887
10888         * src/compose.c
10889                 set correct sensitivity on attachments
10890                 popup menu
10891         * src/folder.c
10892                 fix typo
10893         * src/prefs_spelling.c
10894                 fix crash when no LANG env is set
10895         * src/common/xml.c
10896                 fix crash in wizard
10897                 don't use memeory after free
10898
10899         All patches by Daniel Gustafson
10900
10901 2005-09-12 [paul]       1.9.14cvs19
10902
10903         * src/prefs_themes.c
10904                 make theme info selectable
10905         * src/gtk/description_window.c
10906                 make window non-modal
10907         * tools/README
10908                 add details of asus_mailed.sh
10909         * tools/claws.i18n.status.pl
10910                 update for new zh_TW translator
10911                 widen the output
10912                 create alternate coloured lines
10913                 improve readability
10914
10915 2005-09-10 [colin]      1.9.14cvs18
10916
10917         * src/plugins/pgpcore/select-keys.c
10918                 Better order for the buttons
10919
10920 2005-09-10 [colin]      1.9.14cvs17
10921
10922         * src/compose.c
10923         * src/plugins/pgpcore/select-keys.c
10924         * src/plugins/pgpcore/select-keys.h
10925         * src/plugins/pgpcore/sgpgme.c
10926                 Add a "Don't encrypt" button to the key
10927                 selection dialog. Fixes bug #177 (There should be a 
10928                 'Don't encrypt button in the Select Keys dialog)
10929
10930 2005-09-10 [colin]      1.9.14cvs16
10931
10932         * src/compose.c
10933                 Fix bug #572 (%X option does not work with templates)
10934
10935 2005-09-10 [colin]      1.9.14cvs15
10936
10937         * src/toolbar.c 
10938                 Remove g_print
10939
10940 2005-09-10 [colin]      1.9.14cvs14
10941
10942         * src/imap.c
10943                 Fix a possible crash
10944
10945 2005-09-09 [colin]      1.9.14cvs13
10946
10947         * src/imap.c
10948         * src/etpan/imap-thread.c
10949         * src/etpan/imap-thread.h
10950                 Fix moving from queue or drafts to normal folders
10951                 Fix bug #794 (No way to delete without expunging)
10952                 Take flags unset by other mailers into account
10953                 Take deleted flag set by other mailers into account
10954                 Fix unsetting REPLIED flag
10955                 Fix crash when capabilities can't be retrieved
10956         * src/mainwindow.c
10957         * src/mainwindow.h
10958                 Add M_DELAYED_FLAGS condition, and let the user use
10959                 Execute in order to be able to expunge deleted mails,
10960                 even if he's not in delayed execute mode
10961         * src/prefs_spelling.c
10962                 Use 'en' dictionary by default if LANG is POSIX or C
10963         * src/gtk/prefswindow.c
10964                 Fix bug #767 (Preferences windows expanding) by making
10965                 the window a bit larger when the resolution is greater
10966                 than 640x480, and by putting the prefs in a
10967                 GtkScrolledWindow.
10968
10969 2005-09-09 [paul]       1.9.14cvs12
10970
10971         * AUTHORS
10972         * configure.ac
10973         * po/zh_TW.Big5.po      ** REMOVED **
10974         * po/zh_TW.po           ** ADDED **
10975                 updated by Wei-Lun Chao
10976
10977 2005-09-09 [paul]       1.9.14cvs11
10978
10979         * src/mainwindow.c
10980                 fix asserts
10981         * src/common/xml.c
10982                 delay memory allocation until file is
10983                 opened successfully
10984                 Patch by Daniel Gustafson
10985
10986 2005-09-09 [colin]      1.9.14cvs10
10987
10988         * src/imap.c
10989                 Add guards
10990
10991 2005-09-08 [colin]      1.9.14cvs9
10992
10993         * src/compose.c
10994                 Alert when we can't save draft
10995                 Fix various wrap/color issues
10996                 Add mid-click pasting respecting wrap_paste option
10997         * src/folder.c
10998         * src/folder.h
10999         * src/folder_item_prefs.c
11000         * src/folder_item_prefs.h
11001         * src/imap.c
11002         * src/imap_gtk.c
11003         * src/imap_gtk.h
11004         * src/main.c
11005         * src/mainwindow.c
11006         * src/mainwindow.h
11007         * src/news.c
11008         * src/news_gtk.c
11009         * src/news_gtk.h
11010         * src/prefs_folder_item.c
11011                 Fix the impossibility to synchronise folders for
11012                 offline use (IMAP and NNTP are concerned)
11013
11014 2005-09-08 [colin]      1.9.14cvs8
11015
11016         * configure.ac
11017                 Build LDAP and JPilot by default if available
11018         * src/textview.c
11019                 Fix use after free
11020
11021 2005-09-08 [paul]       1.9.14cvs7
11022
11023         * doc/manual/en/sylpheed-1.html
11024         * doc/manual/en/sylpheed-18.html
11025         * doc/manual/en/sylpheed-19.html
11026         * doc/manual/en/sylpheed-4.html
11027         * doc/manual/en/sylpheed-6.html
11028         * doc/manual/en/sylpheed.html
11029                 a few minor updates, plus include some
11030                 details about plugins and their requirements
11031         * src/mainwindow.c
11032                 minor changes to English in /View/Sort
11033
11034 2005-09-07 [colin]      1.9.14cvs6
11035
11036         * doc/manual/en/sylpheed-1.html
11037         * doc/manual/en/sylpheed-10.html
11038         * doc/manual/en/sylpheed-11.html
11039         * doc/manual/en/sylpheed-12.html
11040         * doc/manual/en/sylpheed-13.html
11041         * doc/manual/en/sylpheed-14.html
11042         * doc/manual/en/sylpheed-15.html
11043         * doc/manual/en/sylpheed-16.html
11044         * doc/manual/en/sylpheed-17.html
11045         * doc/manual/en/sylpheed-18.html
11046         * doc/manual/en/sylpheed-19.html
11047         * doc/manual/en/sylpheed-2.html
11048         * doc/manual/en/sylpheed-20.html
11049         * doc/manual/en/sylpheed-21.html
11050         * doc/manual/en/sylpheed-22.html
11051         * doc/manual/en/sylpheed-3.html
11052         * doc/manual/en/sylpheed-4.html
11053         * doc/manual/en/sylpheed-5.html
11054         * doc/manual/en/sylpheed-6.html
11055         * doc/manual/en/sylpheed-7.html
11056         * doc/manual/en/sylpheed-8.html
11057         * doc/manual/en/sylpheed-9.html
11058         * doc/manual/en/sylpheed.html
11059                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11060
11061 2005-09-07 [colin]      1.9.14cvs5
11062
11063         * src/mainwindow.c
11064                 Make labels more to-the-point
11065
11066 2005-09-07 [colin]      1.9.14cvs4
11067
11068         * doc/manual/en/sylpheed-1.html
11069         * doc/manual/en/sylpheed-12.html
11070         * doc/manual/en/sylpheed-13.html
11071         * doc/manual/en/sylpheed-14.html
11072         * doc/manual/en/sylpheed-15.html
11073         * doc/manual/en/sylpheed-16.html
11074         * doc/manual/en/sylpheed-17.html
11075         * doc/manual/en/sylpheed-18.html
11076         * doc/manual/en/sylpheed-19.html
11077         * doc/manual/en/sylpheed-2.html
11078         * doc/manual/en/sylpheed-20.html
11079         * doc/manual/en/sylpheed-21.html
11080         * doc/manual/en/sylpheed-22.html
11081         * doc/manual/en/sylpheed-4.html
11082         * doc/manual/en/sylpheed-5.html
11083         * doc/manual/en/sylpheed-6.html
11084         * doc/manual/en/sylpheed-7.html
11085         * doc/manual/en/sylpheed-8.html
11086         * doc/manual/en/sylpheed-9.html
11087         * doc/manual/en/sylpheed.html
11088                 Update manual
11089
11090 2005-09-07 [colin]      1.9.14cvs3
11091
11092         * doc/faq/en/sylpheed-faq-1.html
11093         * doc/faq/en/sylpheed-faq-2.html
11094         * doc/faq/en/sylpheed-faq-3.html
11095         * doc/faq/en/sylpheed-faq.html
11096                 Update FAQ
11097
11098 2005-09-07 [colin]      1.9.14cvs2
11099
11100         * src/folderview.c
11101         * src/procmsg.c
11102         * src/summaryview.c
11103         * src/toolbar.c
11104                 Fix special subfolders:
11105                 - Inherit parent's icon
11106                 - sent contents of queues subfolders
11107                 - empty subfolders of trashes
11108         * src/mainwindow.c
11109                 Remove outdated manual and faq entries
11110         * src/common/utils.c
11111                 Add quotes around %s coming from mailcap
11112
11113 2005-09-07 [colin]      1.9.14cvs1
11114
11115         * src/compose.c
11116                 After saving draft, set modified to FALSE
11117         * src/mimeview.c
11118         * src/common/utils.c
11119         * src/common/utils.h
11120                 Try to open mime parts using what is 
11121                 indicated in ~/.mailcap or /etc/mailcap,
11122                 if possible.
11123
11124 2005-09-05 [paul]       1.9.14
11125
11126         1.9.14 released
11127
11128         * po/sk.po
11129                 updated by Andrej Kacian
11130
11131 2005-09-05 [paul]       1.9.13cvs83
11132
11133         * po/de.po
11134         * po/es.po
11135         * po/fi.po
11136         * po/fr.po
11137         * po/nb.po
11138         * po/pt_BR.po
11139         * po/sr.po
11140                 updated translations by Thomas Gilgin, Ricardo Mones
11141                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11142                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11143
11144 2005-09-04 [paul]       1.9.13cvs82
11145
11146         * src/compose.c
11147                 only warn about exceeded line length limit
11148                 on send
11149
11150 2005-09-04 [paul]       1.9.13cvs81
11151
11152         * src/compose.c
11153                 fix crash in 'line length exceeded' dialogue
11154
11155 2005-09-02 [paul]       1.9.13cvs80
11156
11157         * src/imap.c
11158                 fix bug 795, 'Connection lost IMAP'
11159                 and add statusbar prints
11160                 Patch by Colin
11161
11162 2005-09-02 [paul]       1.9.13cvs79
11163
11164         * src/compose.c
11165                 compose_wrap_paragraph() becomes
11166                 compose_beautify_paragraph()
11167                 Patch by Colin
11168
11169 2005-09-02 [colin]      1.9.13cvs78
11170
11171         * src/folderview.c
11172                 Micro-fix
11173
11174 2005-09-01 [colin]      1.9.13cvs77
11175
11176         * src/imap.c
11177                 Maybe fix bug #795 (Connection lost IMAP)
11178                 Don't try to send logout when we're disconnected.
11179         * src/summaryview.c
11180                 Include locked and marked emails in HRM
11181                 view. Fixes bug #800 (Locked messages no longer 
11182                 show up when hide read messages is used)
11183
11184 2005-09-01 [paul]       1.9.13cvs76
11185
11186         * src/prefs_common.c
11187                 fix bad cutting
11188
11189 2005-08-31 [colin]      1.9.13cvs75
11190
11191         * src/folderview.c
11192         * src/folderview.h
11193         * src/prefs_summaries.c
11194         * src/summaryview.c
11195                 Fix "go to next new", fix preference
11196                 (Open unread/next swapped)
11197
11198 2005-08-31 [paul]       1.9.13cvs74
11199
11200         * src/compose.c
11201         * src/folderview.c
11202         * src/headerview.c
11203         * src/headerview.h
11204         * src/mainwindow.c
11205         * src/prefs_common.c
11206         * src/prefs_common.h
11207         * src/prefs_fonts.c
11208         * src/summaryview.c
11209         * src/textview.c
11210         * src/common/defs.h
11211                 remove obsolete BOLD_FONT setting
11212                 fix font update in headerview and textview
11213                 headers after prefs change
11214                 Patch By Colin
11215
11216 2005-08-31 [paul]
11217
11218         1.9.14-rc4 released
11219
11220 2005-08-30 [colin]      1.9.13cvs73
11221
11222         * src/summaryview.c
11223                 When Hide read messages is selected and we
11224                 refresh the summaryview, don't remove the 
11225                 currently displayed message. Fixes bug #797
11226                 (Summary view reloads when new mail is 
11227                 downloaded in 1.9.14 rc)
11228
11229 2005-08-30 [colin]      1.9.13cvs72
11230
11231         * src/folderview.c
11232                 Fix flickering
11233         * src/mainwindow.c
11234                 Remove useless callback
11235         * src/mimeview.c
11236         * src/gtk/filesel.c
11237         * src/gtk/filesel.h
11238                 Add a filesel_select_file_save_folder() - used by Save All
11239
11240 2005-08-29 [paul]       1.9.13cvs71
11241
11242         * AUTHORS
11243         * src/matcher_parser_parse.y
11244         * src/etpan/imap-thread.c
11245                 fix building on FreeBSD
11246                 Patch by Daniel Gustafson <daniel@hobbit.se>
11247
11248 2005-08-29 [paul]       1.9.13cvs70
11249
11250         * src/plugins/pgpinline/pgpinline.c
11251                 only initialise sig result if it's been handled
11252                 Patch by Colin
11253
11254 2005-08-29 [paul]       1.9.13cvs69
11255         
11256         Patches by Colin:
11257
11258         * src/imap.c
11259         * src/common.utils.c
11260         * src/common/utils.h
11261                 optimisation
11262         * src/stock_pixmap.h
11263                 fix wrong icon reference
11264         * src/pixmaps/trash_btn.xpm
11265                 replace with nicer image
11266
11267 2005-08-28 [colin]      1.9.13cvs68
11268
11269         * src/Makefile.am
11270         * src/stock_pixmap.c
11271         * src/stock_pixmap.h
11272         * src/toolbar.c
11273         * src/pixmaps/trash_btn.xpm
11274                 Add a specific trash xpm for the button
11275
11276 2005-08-28 [colin]      1.9.13cvs67
11277
11278         * src/imap.c
11279                 Fix leak
11280
11281 2005-08-27 [colin]      1.9.13cvs66
11282
11283         * src/imap.c
11284         * src/procmime.c
11285                 Correctly fix "Problem with replies", fixes
11286                 pgpmime encryption too. 
11287
11288 2005-08-27 [colin]      1.9.13cvs65
11289
11290         * src/folder.c
11291         * src/procmsg.c
11292         * src/procmsg.h
11293         * src/summaryview.c
11294                 Fix bug #517 (messages removed from summaryview 
11295                 when moving fails)
11296
11297 2005-08-27 [colin]      1.9.13cvs64
11298
11299         * tools/Makefile.am
11300         * tools/asus_mailled.sh
11301                 Add a script to blink ASUS laptops' mail LED where there
11302                 is unread mail.
11303
11304 2005-08-27 [colin]      1.9.13cvs63
11305
11306         * src/imap.c
11307         * src/etpan/imap-thread.c
11308         * src/etpan/imap-thread.h
11309                 Implement automatic choosing of login method
11310                 Fixes bug #791
11311         * src/gtk/.cvsignore
11312                 Add sylpheed-marshal.[ch]
11313
11314 2005-08-27 [colin]      1.9.13cvs62
11315
11316         * src/common/utils.c
11317                 Fix confusing perror
11318
11319 2005-08-27 [colin]      1.9.13cvs61
11320
11321         * src/toolbar.c
11322         * src/toolbar.h
11323                 Remove A_DELETE, replace it with 
11324                 A_TRASH and A_DELETE_REAL. Automatically
11325                 rewrite config files to replace A_DELETE
11326                 with A_TRASH (no functionality change).
11327                 Fixes half of #794
11328
11329 2005-08-26 [colin]      1.9.13cvs60
11330
11331         * src/procmime.c
11332                 Previous "Problem with replies" fix brought other
11333                 problems, fixing them
11334
11335 2005-08-26 [colin]      1.9.13cvs59
11336
11337         * src/procmime.c
11338                 Fix "Problem with replies". This happened only
11339                 on IMAP...
11340         * src/procmsg.c
11341                 Factorize code a bit
11342         * src/compose.c
11343                 Speed improvement on very long messages (wrapping)
11344                 Fix signature color on Reedit and Redirect
11345                 On Reedit, don't attach pgp-signatures parts, but
11346                 set signing to On.
11347
11348 2005-08-24 [paul]       1.9.13cvs58
11349
11350         * src/compose.c
11351                 don't claim success when clicking
11352                 Cancel on the passphrase box.
11353                 Patch by Colin
11354
11355 2005-08-24 [paul]       1.9.13cvs57
11356
11357         * src/main.c
11358                 fix misplaced sylpheed.log
11359         * src/common/defs.h
11360                 define UIDL_DIR
11361
11362 2005-08-24 [paul]       1.9.13cvs56
11363
11364         * src/imap.c
11365         * src/etpan/imap-thread.c
11366         * src/etpan/imap-thread.h
11367                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11368                 Patch by Colin
11369         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11370         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11371                 remove autogenerated files
11372         * tools/kdeservicemenu/README
11373         * tools/kdeservicemenu/install.sh
11374         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11375         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11376                 use Claws icon, use 'Sylpheed-Claws' in menu,
11377                 use kdialog, and other cleanups
11378
11379 2005-08-23 [paul]       1.9.13cvs55
11380
11381         * src/compose.c
11382                 fix paste/wrap crash
11383                 Patch by Colin
11384
11385 2005-08-23 [paul]       1.9.13cvs54
11386
11387         * src/main.c
11388                 fix crash recovery
11389                 Patch by Colin
11390
11391 2005-08-23 [paul]       1.9.13cvs53
11392
11393         * src/addressbook.c
11394         * src/editaddress.c
11395                 view all data of LDAP contacts
11396                 Patch by Colin
11397
11398 2005-08-23 [paul]       1.9.13cvs52
11399
11400         * src/addressbook.c
11401                 fix issues with the Search field
11402                 Patch by Colin
11403
11404 2005-08-22 [paul]       1.9.13cvs51
11405
11406         * src/folderview.c
11407                 put name of folder in processing dialog
11408                 title
11409         * src/prefs_folder_item.c
11410                 improve english usage
11411
11412 2005-08-22 [paul]       1.9.13cvs50
11413
11414         * src/filtering.c
11415         * src/filtering.h
11416         * src/matcher.c
11417         * src/matcher_parser_lex.l
11418         * src/matcher_parser_parse.y
11419         * src/prefs_filtering.c
11420                 add Filtering/Processing rule names feature.
11421                 (the incompatible old matcherrc is saved as
11422                 matcherrc.pre_names).
11423                 Patch by Colin
11424
11425 2005-08-22 [paul]       1.9.13cvs49
11426
11427         * src/procmsg.c
11428                 fix colour labelling
11429                 Patch by Colin
11430
11431 2005-08-22 [paul]       1.9.13cvs48
11432
11433         * src/textview.c
11434                 fix open_image_cb()
11435
11436 2005-08-22 [paul]       1.9.13cvs47
11437
11438         * src/imap.c
11439                 fix bug 789, 'SC crashes with imap (CVS ver)'
11440                 Patch by Colin
11441
11442 2005-08-22 [paul]       1.9.13cvs46
11443
11444         * src/mimeview.c
11445         * src/prefs_common.c
11446         * src/common/defs.h
11447                 define reused defaults in defs.h
11448         * src/textview.c
11449                 add 'Open image' to image popup menu
11450
11451 2005-08-21 [colin]      1.9.13cvs45
11452
11453         * src/summaryview.c
11454                 Fix bug #788 (Bogus "From" address displayed)
11455
11456 2005-08-20 [colin]      1.9.13cvs44
11457
11458         * src/folder.c
11459                 Fix buf #787 (multilevel delete causes SIGSEGV)
11460
11461 2005-08-19 [colin]      1.9.13cvs43
11462
11463         * src/inc.c
11464         * src/prefs_common.c
11465         * src/prefs_common.h
11466                 Add an hidden pref to allow modifying the
11467                 update stepping in incorporation.
11468                 Patch by wwp.
11469
11470 2005-08-19 [colin]      1.9.13cvs42
11471
11472         * src/compose.c
11473         * src/procmime.c
11474                 Workaround for broken MUAs: encode 
11475                 Content-type: name: as ASCII and 
11476                 Content-Disposition: filename: as
11477                 per rfc2231
11478         * src/prefs_account.c
11479                 Fix invisible-ness of SMTP SSL prefs
11480                 in NNTP accounts
11481
11482 2005-08-19 [paul]       1.9.13cvs41
11483
11484         * src/compose.c
11485         * src/prefs_common.c
11486         * src/prefs_common.h
11487         * src/prefs_wrapping.c
11488                 paste with or without wrapping.
11489                 patch by Colin
11490
11491 2005-08-19 [paul]       1.9.13cvs40
11492
11493         * src/prefs_common.c
11494         * src/prefs_common.h
11495         * src/summaryview.c
11496                 reintroduce enable_swap_from as a
11497                 hidden pref. patch by Colin
11498         * src/quote_fmt_parse.y
11499         * src/plugins/clamav/clamav_plugin.c
11500         * src/plugins/dillo_viewer/dillo_viewer.c
11501         * src/plugins/mathml_viewer/mathml_viewer.c
11502         * src/plugins/pgpcore/sgpgme.c
11503         * src/plugins/pgpinline/pgpinline.c
11504         * src/plugins/pgpmime/pgpmime.c
11505                 tidy up. patch by Colin
11506
11507 2005-08-19 [paul]       1.9.13cvs39
11508
11509         * configure.ac
11510                 complete cvs38's sync
11511         * src/editaddress.c
11512         * src/gedit-print.c
11513         * src/mutt.c
11514         * src/etpan/etpan-log.c
11515         * src/etpan/imap-thread.c
11516         * src/gtk/gtksourceprintjob.c
11517                 fix compilation warnings
11518                 (patch by Colin)
11519
11520 2005-08-19 [paul]       1.9.13cvs38
11521
11522         sync with main:
11523
11524         * src/account.c
11525         * src/action.c
11526         * src/addrbook.c
11527         * src/addrcache.c
11528         * src/addrharvest.c
11529         * src/addrindex.c
11530         * src/codeconv.c
11531         * src/compose.c
11532         * src/crash.c
11533         * src/exporthtml.c
11534         * src/exportldif.c
11535         * src/folder.c
11536         * src/image_viewer.c
11537         * src/inc.c
11538         * src/inc.h
11539         * src/jpilot.c
11540         * src/ldif.c
11541         * src/main.c
11542         * src/matcher.c
11543         * src/mbox.c
11544         * src/messageview.c
11545         * src/mh.c
11546         * src/mimeview.c
11547         * src/msgcache.c
11548         * src/mutt.c
11549         * src/news.c
11550         * src/partial_download.c
11551         * src/pine.c
11552         * src/pop.c
11553         * src/prefs_actions.c
11554         * src/prefs_common.c
11555         * src/prefs_customheader.c
11556         * src/prefs_display_header.c
11557         * src/prefs_gtk.c
11558         * src/prefs_themes.c
11559         * src/procheader.c
11560         * src/procmime.c
11561         * src/procmsg.c
11562         * src/recv.c
11563         * src/send_message.c
11564         * src/simple-gettext.c
11565         * src/sourcewindow.c
11566         * src/textview.c
11567         * src/vcard.c
11568         * src/common/defs.h
11569         * src/common/log.c
11570         * src/common/plugin.c
11571         * src/common/prefs.c
11572         * src/common/session.c
11573         * src/common/session.h
11574         * src/common/socket.c
11575         * src/common/socket.h
11576         * src/common/ssl_certificate.c
11577         * src/common/template.c
11578         * src/common/utils.c
11579         * src/common/utils.h
11580         * src/common/xml.c
11581         * src/gtk/about.c
11582         added wrappers for C library function that
11583                 take pathname arguments.
11584                 enabled compilation with MinGW.
11585                 use GDir instead of directly using opendir().
11586                 added rename_force().
11587
11588 2005-08-19 [paul]       1.9.13cvs37
11589         
11590         patches by Colin:
11591         * src/compose.c
11592                 fix privacy settings on re-editing
11593                 a sent message
11594         * src/jpilot.c
11595                 fix encoding bug
11596         * src/folder.c
11597         * src/procmsg.c
11598         * src/procmsg.h
11599         * src/summaryview.c
11600                 flag changing optimisation
11601
11602 2005-08-18 [martin]     1.9.13cvs36
11603
11604         * commitHelper
11605             added my login
11606         * src/addrcache.c
11607         * src/addrharvest.c
11608         * src/addrindex.c
11609         * src/compose.c
11610         * src/grouplistdialog.c
11611         * src/main.c
11612         * src/mainwindow.c
11613         * src/msgcache.c
11614         * src/mutt.c
11615         * src/pine.c
11616         * src/prefs_account.c
11617         * src/prefs_themes.c
11618         * src/stock_pixmap.c
11619         * src/summaryview.c
11620         * src/gtk/about.c
11621         * src/gtk/logwindow.c
11622             removed deprecated glib and gdk stuff
11623         * src/plugins/pgpcore/select-keys.c
11624             convert attributes from locale to utf8
11625
11626 2005-08-17 [paul]       1.9.13cvs35
11627
11628         * src/account.c
11629         * src/addressbook.c
11630                 use new GTK_STOCK_ icons if available
11631         * src/summaryview.c
11632         * src/gtk/gtksctree.c
11633         * src/gtk/gtksctree.h
11634                 faster range select. patch by Colin
11635
11636 2005-08-17 [paul]       1.9.13cvs34
11637
11638         patches by colin:
11639         * src/addressbook.c
11640         * src/addressitem.h
11641                 Add an edit button for contacts, fix selections
11642                 of gtksctree items
11643         * src/editaddress.c
11644                 Change labels, let Save be always possible in the
11645                 email and user atributes tabs
11646         * src/folderview.c
11647                 fix sort issues
11648         * src/summaryview.c
11649                 select next item instead of the displayed one
11650                 after deletion
11651
11652         * src/gtk/progressdialog.c
11653                 use prefs_common.enable_rules_hint
11654
11655 2005-08-13 [hoa]        1.9.13cvs33
11656
11657         * src/etpan/imap-thread.c
11658                 fixed build on Solaris.
11659
11660 2005-08-10 [colin]      1.9.13cvs32
11661
11662         * src/procmsg.c
11663                 Fix cvs31 (missing fclose before reading
11664                 the file)
11665
11666 2005-08-10 [colin]      1.9.13cvs31
11667
11668         * src/procmsg.c
11669                 Fix procmsg_msginfo_new_from_mimeinfo() when
11670                 the MimeInfo isn't stored in memory. This fixes
11671                 replying to an attached message.
11672
11673 2005-08-10 [colin]      1.9.13cvs30
11674
11675         * src/mainwindow.c
11676                 Fix slowness in account changing
11677
11678 2005-08-10 [colin]      1.9.13cvs29
11679
11680         * src/folder.c
11681         * src/folderutils.c
11682         * src/folderview.c
11683         * src/imap_gtk.c
11684         * src/mainwindow.c
11685         * src/mh_gtk.c
11686         * src/procmsg.c
11687         * src/summaryview.c
11688                 Optimize folder_has_parent_of_type
11689                 Prevent moving special sub-folders from contextual menus
11690                 Rework message a bit ("Empty all messages" -> "Delete all
11691                 messages")
11692                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11693                 and "Deleted Items" folders)
11694
11695 2005-08-08 [colin]      1.9.13cvs28
11696
11697         * src/summaryview.c
11698         * src/prefs_summaries.c
11699                 Make "Select first unread|new" more flexible
11700                 (just prioritize new or unread)
11701
11702 2005-08-08 [colin]      1.9.13cvs27
11703
11704         * src/summaryview.c
11705                 If "select first new" is selected and there only
11706                 are unread messages, fallback to "select first
11707                 unread".
11708
11709 2005-08-08 [colin]      1.9.13cvs26
11710
11711         * src/folder.c
11712                 Fix shameful bugs (and bug #779)
11713
11714 2005-08-08 [colin]      1.9.13cvs25
11715
11716         * src/folder.c
11717         * src/folder.h
11718                 Cache parents' type to make folder_has_parent_of_type
11719                 faster
11720         * src/folderview.c
11721                 Forbid DnD of special sub-folders
11722         * src/procmsg.c
11723         * src/procmsg.h
11724                 Add MAIL_POSTFILTERING_HOOK
11725         * src/summaryview.c
11726                 Revert over-zealous deletion of the use_addr_book 
11727                 code
11728
11729 2005-08-07 [colin]      1.9.13cvs24
11730
11731         * src/folder.c
11732                 Fix big mistake (passing MsgInfo instead 
11733                 of FolderItem)
11734
11735 2005-08-07 [colin]      1.9.13cvs23
11736
11737         * src/compose.c
11738         * src/folder.c
11739         * src/folder.h
11740         * src/foldersel.c
11741         * src/folderutils.c
11742         * src/folderview.c
11743         * src/imap.c
11744         * src/mainwindow.c
11745         * src/messageview.c
11746         * src/mh.c
11747         * src/msgcache.c
11748         * src/procmime.c
11749         * src/summaryview.c
11750                 Make subfolders of Drafts, Queue, Outbox, Trash
11751                 work like their parents. 
11752                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11753
11754 2005-08-07 [colin]      1.9.13cvs22
11755
11756         * src/addressbook.c
11757                 Fix bug #771 (Dragged contacts not saved)
11758
11759 2005-08-07 [paul]       1.9.13cvs21
11760
11761         * src/summaryview.c
11762                 fix bug 32 'Search Doesn't display results
11763                 if "Hide Read Messages" is chosen'
11764                 be more literal in interpreting 'Hide read
11765                 messages'
11766
11767 2005-08-07 [colin]      1.9.13cvs20
11768
11769         * src/folderview.c
11770                 Add debug
11771         * src/summaryview.c
11772                 Faster 'unthread_for_execution'
11773
11774 2005-08-06 [paul]       1.9.13cvs19
11775
11776         * src/mainwindow.c
11777                 add mnemonics to Set displayed columns
11778                 fix bug where msgview_visible option was
11779                 overwritten as TRUE on startup
11780
11781 2005-08-06 [paul]       1.9.13cvs18
11782
11783         * src/mainwindow.c
11784                 refer to 'displayed columns in folder/message
11785                 list' not 'displayed items in summary/message view'
11786         * src/prefs_display_header.c
11787                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11788                 be consistent with similar dialogues
11789         * src/prefs_folder_column.c
11790         * src/prefs_summary_column.c
11791                 'columns' not 'items', and folder and message lists,
11792                 instead of folder and summary views;
11793                 Use 'Hidden columns' as list heading not 'Available
11794                 items';
11795                 move the 'Remove' button to the right hand side;
11796                 top-align the buttons;
11797                 remove unneeded vbox
11798         * src/prefs_summaries.c
11799                 put the 2 column prefs buttons in a frame to reduce
11800                 overall width; refer to columns not items &c.
11801
11802 2005-08-05 [colin]      1.9.13cvs17
11803
11804         * src/prefs_common.c
11805         * src/prefs_common.h
11806         * src/mainwindow.c
11807         * src/compose.c
11808         * src/messageview.c
11809                 Add an hidden toolbar_detachable pref, so
11810                 that I can get rid of these painful handles
11811                 in the toolbars. Defaults to TRUE to avoid
11812                 changing the GUI on unsuspecting people...
11813
11814 2005-08-05 [colin]      1.9.13cvs16
11815
11816         * src/Makefile.am
11817         * src/prefs_folder_column.c
11818         * src/prefs_folder_column.h
11819                 Add prefs for folder columns
11820         * src/folderview.c
11821         * src/folderview.h
11822         * src/mainwindow.c
11823         * src/mainwindow.h
11824         * src/prefs_common.c
11825         * src/prefs_common.h
11826         * src/prefs_summaries.c
11827                 Use them
11828         * src/prefs_summary_column.c
11829         * src/summaryview.c
11830         * src/summaryview.h
11831                 Add a To column
11832         * src/textview.c
11833         * src/common/utils.c
11834         * src/common/utils.h
11835                 Move uri colourisation functions
11836                 to utils
11837         * src/compose.c
11838                 Colourise URIs
11839         * src/imap.c
11840                 Fix bug with LIST where we'd try
11841                 to get Folder//////[...]/// 
11842
11843 2005-08-05 [paul]       1.9.13cvs15
11844
11845         * src/prefs_summaries.c
11846                 improve the English usage
11847         * src/summaryview.c
11848                 set font on column change
11849                 thanks to Colin
11850
11851 2005-08-05 [paul]       1.9.13cvs14
11852
11853         * src/prefs_common.c
11854         * src/prefs_common.h
11855         * src/prefs_summaries.c
11856         * src/summaryview.c
11857                 replace 'open_unread_on_enter' option with
11858                 'select_on_entry' option. opening/not opening
11859                 is now exclusively controlled by 'always_show_msg'
11860
11861 2005-08-04 [colin]      1.9.13cvs13
11862
11863         * src/compose.c
11864                 Remove dead code
11865                 Add colourisation of quotes and signatures
11866         * src/folderview.c
11867                 Fix possible crashes
11868         * src/messageview.c
11869                 Change an assert that is no problem
11870         * src/news.c
11871         * src/news_gtk.c
11872         * src/news_gtk.h
11873                 Fix offline mode
11874         * src/gtk/quicksearch.c
11875                 Fix a possible crash
11876
11877 2005-08-03 [colin]      1.9.13cvs12
11878
11879         * src/prefs_account.c
11880                 Fix bug #777 (Sylpheed crash in account configuration)
11881
11882 2005-08-03 [colin]      1.9.13cvs11
11883
11884         * src/addressbook.c
11885         * src/editaddress.c
11886         * src/editgroup.c
11887                 Fixing addressbook, round 2
11888         * src/textview.c
11889                 Fix emphasis color on rechecking 'Colorize messages'
11890
11891 2005-08-03 [paul]       1.9.13cvs10
11892
11893         sync with main
11894
11895         * src/addr_compl.c
11896         * src/compose.c
11897         * src/main.c
11898         * src/pop.c
11899         * src/prefs_account.c
11900         * src/procmime.c
11901         * src/procmsg.c
11902         * src/quote_fmt_parse.y
11903         * src/textview.c
11904         * src/common/quoted-printable.c
11905         * src/common/utils.c
11906         * src/common/utils.h
11907         * src/common/xml.c
11908                 replaced incorrect locale-independent
11909                 ctype functions with GLib's. Corrected
11910                 signedness mismatch.
11911         * src/headerview.c
11912                 headerview_create(): added spacing for vbox.
11913         * src/gtk/about.c
11914                 set focus to the OK button.
11915
11916 2005-08-03 [colin]      1.9.13cvs9
11917
11918         * src/folderview.c
11919                 Fix possible crash
11920
11921 2005-08-02 [colin]      1.9.13cvs8
11922
11923         * src/mainwindow.c
11924                 Fix cast
11925         * src/addressbook.c
11926         * src/addressitem.h
11927                 Fix a cast and more generally, try to make the
11928                 GUI more intuitive and consistent (round 1)
11929
11930 2005-08-02 [paul]       1.9.13cvs7
11931
11932         * src/folder.h
11933                 missing in 1.9.13cvs6
11934
11935 2005-08-02 [colin]      1.9.13cvs6
11936
11937         * src/folder.c
11938                 Fix one more leak
11939
11940 2005-08-02 [colin]      1.9.13cvs5
11941
11942         * src/folder.c
11943         * src/folderview.c
11944         * src/imap.c
11945         * src/main.c
11946         * src/mbox.c
11947         * src/procmsg.c
11948         * src/summaryview.c
11949                 Fix a number of folder_item_get_msg_list()-related
11950                 leaks (missing procmsg_msginfo_free()s)
11951
11952 2005-08-01 [colin]      1.9.13cvs4
11953
11954         * src/folderview.c
11955         * src/folderview.h
11956         * src/mainwindow.c
11957         * src/prefs_fonts.c
11958         * src/prefs_summaries.c
11959         * src/prefs_themes.c
11960         * src/summaryview.c
11961         * src/summaryview.h
11962         * src/textview.c
11963         * src/textview.h
11964                 Fix instant-apply of summary and folderview-related prefs
11965                 Fix erroneous g_free and alertpanels in prefs_theme
11966                 Add instant-apply for fonts
11967                 Defer applying of prefs a little bit so it's done only
11968                 once even if requested by multiples prefs pages
11969
11970 2005-08-01 [paul]       1.9.13cvs3
11971
11972         * src/main.c
11973                 fix bug 776 'S.C. crashes on close'
11974                 thanks to Colin
11975         * src/etpan/etpan-thread-manager-types.h
11976                 add missing include
11977                 thanks to Hoa
11978
11979 2005-07-25 [paul]       1.9.13cvs2
11980
11981         * src/summaryview.c
11982                 fix typos. spotted by Fabien Vantard
11983
11984 2005-07-24 [paul]       1.9.13cvs1
11985
11986         * doc/man/sylpheed.1
11987                 update man page, incorporating fix of
11988                 bug 769 'Typo in manpage'
11989         * src/etpan/imap-thread.c
11990                 fix NetBSD openssl dependencies. patch by
11991                 George Michaelson <ggm@apnic.net>
11992         * po/pt_BR.po
11993                 updated by Frederico Goncalves Guimaraes
11994
11995 2005-07-22 [paul]       1.9.13
11996
11997         1.9.13 release
11998
11999 2005-07-22 [paul]       1.9.12cvs91
12000
12001         * AUTHORS
12002         * INSTALL
12003         * README.claws
12004         * RELEASE_NOTES.claws
12005                 updated for release
12006         * configure.ac
12007         * po/nb.po
12008         * tools/claws.i18n.status.pl
12009                 add Norwegian translation. submiited by
12010                 Geir Helland <pjallabais@users.sourceforge.net>
12011         * po/ca.po
12012         * po/de.po
12013         * po/es.po
12014         * po/fi.po
12015         * po/fr.po
12016         * po/it.po
12017         * po/sk.po
12018         * po/sr.po
12019         * po/zh_CN.po
12020                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12021                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12022                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12023                 Yang Guilong
12024         * src/plugins/clamav/clamav_plugin_gtk.c
12025         * src/plugins/spamassassin/spamassassin_gtk.c
12026                 replace outdated description strings
12027
12028 2005-07-21 [colin]      1.9.12cvs90
12029
12030         * src/folder.c
12031                 Set folder to batch mode when scanning it. Makes deletion
12032                 of unread mails on IMAP much faster (due to the UNREAD 
12033                 flag unsetting)
12034
12035 2005-07-21 [darko]      1.9.12cvs89
12036
12037         * configure.ac
12038                 link against libresolv if necessary (patch by Paul)
12039         * src/msgcache.c
12040                 use glib's portable macros to determine endianness
12041
12042 2005-07-21 [paul]       1.9.12cvs88
12043
12044         * src/crash.c
12045         * src/gtk/about.c
12046                 update compiled-in features list
12047
12048 2005-07-20 [colin]      1.9.12cvs87
12049
12050         * src/folder.c
12051         * src/textview.c
12052                 Gcc 2.9x compilation fixes, thanks to Darko
12053         * src/plugins/clamav/clamav_plugin.c
12054                 Little optimisation: load virus database only once
12055         * src/plugins/spamassassin/spamassassin.c
12056                 Big optimisation: filtering one mail took at least 1 second,
12057                 now it takes at least 50ms. Doesn't speed up spamassassin 
12058                 itself, but should already be much more tolerable.
12059
12060 2005-07-20 [colin]      1.9.12cvs86
12061
12062         * src/summaryview.c
12063                 Fix performance issue
12064
12065 2005-07-19 [colin]      1.9.12cvs85
12066
12067         * src/plugins/pgpinline/plugin.c
12068                 Fix warning
12069
12070 2005-07-19 [colin]      1.9.12cvs84
12071
12072         * configure.ac
12073         * src/plugins/Makefile.am
12074         * src/plugins/pgpinline/.cvsignore
12075         * src/plugins/pgpinline/Makefile.am
12076         * src/plugins/pgpinline/pgpinline.c
12077         * src/plugins/pgpinline/pgpinline.deps
12078         * src/plugins/pgpinline/pgpinline.h
12079         * src/plugins/pgpinline/plugin.c
12080                 Put pgpinline in the main tree
12081
12082 2005-07-19 [paul]       1.9.12cvs83
12083
12084         * src/prefs_actions.c
12085                 prevent '//' in menu names, which cause a crash
12086                 thanks to Colin
12087
12088 2005-07-19 [paul]       1.9.12cvs82
12089
12090         * configure.ac
12091                 be generally more informative in configure output.
12092                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12093                 '[ --disable-openssl ...', as --enable-openssl is default
12094                 PGP/MIME: don't check for GPGME again, check for
12095                 pgpcore instead. Therefore prevent the possibility of
12096                 attempting to build pgpmime if pgpcore dependencies are
12097                 not met
12098                 ClamAV: use pkgconfig to check for lib
12099                 libgnomeprint: revert logic on inner test to match
12100                 everything else
12101         * src/plugins/pgpcore/sgpgme.c
12102                 add missing include
12103
12104 2005-07-19 [colin]      1.9.12cvs81
12105
12106         * src/summaryview.c
12107                 Fix slow thread rebuilding in particular
12108                 cases
12109
12110 2005-07-19 [paul]       1.9.12cvs80
12111
12112         * sylpheed-claws.desktop
12113                 fix typo, spotted by Stephan Sachse
12114         * src/account.c
12115                 replace GTK_STOCK_ADD with
12116                 GTK_STOCK_NEW button
12117
12118 2005-07-18 [colin]      1.9.12cvs79
12119
12120         * src/etpan/imap-thread.c
12121                 Fix return value (Thanks Hoa)
12122
12123 2005-07-18 [colin]      1.9.12cvs78
12124
12125         * src/imap.c
12126                 Allow empty passwords
12127                 Create drafts/queue/outbox if necessary
12128         * src/summaryview.c
12129                 Remove old code
12130         * src/etpan/imap-thread.c
12131                 Fix STARTTLS (Thanks to Hoa)
12132
12133 2005-07-18 [paul]       1.9.12cvs77
12134
12135         * ChangeLog-gtk2.jp
12136         * ChangeLog.jp
12137                 removed
12138         * Makefile.am
12139                 updated to reflect additions and removals
12140         * TODO
12141                 updated to be claws-specific
12142         * TODO-gtk2
12143         * TODO-gtk2.jp
12144         * TODO.jp
12145         * sylpheed-128x128.png
12146         * sylpheed-64x64.png
12147                 removed
12148         * sylpheed-claws-128x128.png
12149         * sylpheed-claws-64x64.png
12150         * sylpheed-claws.desktop
12151         * sylpheed-claws.png
12152                 added
12153         * sylpheed.desktop
12154         * sylpheed.png
12155                 removed
12156
12157 2005-07-17 [paul]       1.9.12cvs76
12158
12159         * src/account.c
12160         * src/addressbook.c
12161         * src/alertpanel.c
12162         * src/alertpanel.h
12163         * src/compose.c
12164         * src/exphtmldlg.c
12165         * src/expldifdlg.c
12166         * src/folderview.c
12167         * src/imap_gtk.c
12168         * src/inc.c
12169         * src/message_search.c
12170         * src/messageview.c
12171         * src/mh_gtk.c
12172         * src/news_gtk.c
12173         * src/prefs_actions.c
12174         * src/prefs_filtering.c
12175         * src/prefs_matcher.c
12176         * src/prefs_template.c
12177         * src/prefs_themes.c
12178         * src/ssl_manager.c
12179         * src/summary_search.c
12180         * src/textview.c
12181         * src/toolbar.c
12182         * src/gtk/sslcertwindow.c
12183         * src/plugins/pgpcore/sgpgme.c
12184                 rework alertpanels
12185
12186 2005-07-17 [colin]      1.9.12cvs75
12187
12188         * src/privacy.c
12189                 add a PrivacySystem accessor that checks that
12190                 the system cached in a MimeInfo's privacydata
12191                 is still registered. Use this accessor instead
12192                 of directly using data->system. Fixes crashes
12193                 after unloading pgp plugins.
12194
12195 2005-07-17 [colin]      1.9.12cvs74
12196
12197         * src/alertpanel.c
12198                 Change geometry hints to a simple default size.
12199                 Fixes the certs dialogs.
12200
12201 2005-07-17 [colin]      1.9.12cvs73
12202
12203         * src/gtk/sslcertwindow.c
12204                 Use a gtkExpander
12205
12206 2005-07-17 [colin]      1.9.12cvs72
12207
12208         * src/plugins/pgpcore/Makefile.am
12209         * src/plugins/pgpmime/Makefile.am
12210                 Add gpgme libs
12211
12212 2005-07-17 [paul]       1.9.12cvs71
12213
12214         * configure.ac
12215                 add --disable-gnomeprint option
12216                 modified version of patch by Marius Mauch
12217
12218 2005-07-17 [paul]       1.9.12cvs70
12219
12220         * src/common/defs.h
12221                 update urls
12222         * src/account.c
12223         * src/action.c
12224         * src/addressbook.c
12225         * src/compose.c
12226         * src/foldersel.c
12227         * src/folderview.c
12228         * src/html.c
12229         * src/imap_gtk.c
12230         * src/main.c
12231         * src/mainwindow.c
12232         * src/messageview.c
12233         * src/mh_gtk.c
12234         * src/mimeview.c
12235         * src/news_gtk.c
12236         * src/prefs_account.c
12237         * src/prefs_send.c
12238         * src/prefs_summaries.c
12239         * src/procmsg.c
12240         * src/summaryview.c
12241         * src/common/utils.c
12242         * src/common/xml.c
12243         * src/plugins/pgpcore/passphrase.c
12244         * src/plugins/pgpcore/select-keys.c
12245                 replace inappropriately used backticks
12246                 with single quotes
12247
12248 2005-07-16 [colin]      1.9.12cvs69
12249
12250         * src/image_viewer.c
12251                 Add extra paranoid checks
12252
12253 2005-07-16 [colin]      1.9.12cvs68
12254
12255         * src/plugins/pgpcore/prefs_gpg.c
12256                 Don't auto-check sigs by default, as it
12257                 can be really slow.
12258
12259 2005-07-16 [colin]      1.9.12cvs67
12260
12261         * src/plugins/pgpcore/sgpgme.c
12262                 Make messages a bit better.
12263
12264 2005-07-16 [colin]      1.9.12cvs66
12265
12266         * src/imap.c
12267                 Remove pseudo-log
12268         * src/etpan/imap-thread.c
12269                 Add real log
12270
12271 2005-07-16 [colin]      1.9.12cvs65
12272
12273         * src/main.c
12274         * src/prefs_other.c
12275                 And now, fix build with libetpan :-/
12276
12277 2005-07-15 [colin]      1.9.12cvs64
12278
12279         * src/prefs_other.c
12280                 Continue fixing build without libetpan.
12281
12282 2005-07-15 [colin]      1.9.12cvs63
12283
12284         * src/main.c
12285                 Fix build with --disable-libetpan
12286
12287 2005-07-15 [colin]      1.9.12cvs62
12288
12289         * configure.ac
12290                 Bump libetpan's version
12291
12292 2005-07-15 [colin]      1.9.12cvs61
12293
12294         * src/etpan/imap-thread.c
12295                 Actually stop logging :)
12296
12297 2005-07-15 [colin]      1.9.12cvs60
12298
12299         * src/addressbook.c
12300                 Fix dnd of multiple addresses.
12301
12302 2005-07-15 [hoa]        1.9.12cvs59
12303
12304         * src/etpan/imap-thread.c
12305             disable login of IMAP password in libetpan log file.
12306
12307 2005-07-15 [paul]       1.9.12cvs58
12308
12309         * src/account.c
12310                 don't automatically sort
12311                 do allow drag n drop
12312
12313 2005-07-15 [paul]       1.9.12cvs57
12314
12315         * src/account.c
12316         * src/ssl_manager.c
12317                 alphabetical listing
12318
12319 2005-07-15 [paul]       1.9.12cvs56
12320
12321         * src/gtk/pluginwindow.c
12322                 sort plugin list alphabetically
12323
12324 2005-07-15 [paul]       1.9.12cvs55
12325
12326         * src/prefs_spelling.c
12327         * src/prefs_wrapping.c
12328                 unify English usage
12329
12330 2005-07-15 [colin]      1.9.12cvs54
12331
12332         * src/wizard.c
12333                 Typo fix
12334
12335 2005-07-15 [paul]       1.9.12cvs53
12336
12337         * src/prefs_message.c
12338                 make 'show cursor' a hidden option
12339
12340 2005-07-14 [colin]      1.9.12cvs52
12341
12342         * src/plugins/spamassassin/Makefile.am
12343         * src/plugins/clamav/Makefile.am
12344                 Fix double EXTRA_DISTs
12345
12346 2005-07-14 [colin]      1.9.12cvs51
12347
12348         * src/plugins/clamav/Makefile.am
12349         * src/plugins/clamav/clamav_plugin_gtk.deps
12350         * src/plugins/spamassassin/Makefile.am
12351         * src/plugins/spamassassin/spamassassin_gtk.deps
12352                 Make $plugin_gtk depend on $plugin
12353
12354 2005-07-14 [hoa]        1.9.12cvs50
12355
12356         * src/etpan/imap-thread.c
12357                 enable debug log of libetpan when running with --debug
12358
12359 2005-07-14 [colin]      1.9.12cvs49
12360
12361         * configure.ac
12362         * src/common/Makefile.am
12363         * src/common/plugin.c
12364         * src/common/plugin.h
12365                 Add a little plugin dependancy system.
12366                 Plugins can ship a $plugin_name.deps file
12367                 (near them in PLUGINDIR) so that their
12368                 dependancies are loaded if possible.
12369         * src/plugins/Makefile.am
12370         * src/plugins/pgpcore/Makefile.am
12371         * src/plugins/pgpcore/passphrase.c
12372         * src/plugins/pgpcore/passphrase.h
12373         * src/plugins/pgpcore/plugin.c
12374         * src/plugins/pgpcore/prefs_gpg.c
12375         * src/plugins/pgpcore/prefs_gpg.h
12376         * src/plugins/pgpcore/select-keys.c
12377         * src/plugins/pgpcore/select-keys.h
12378         * src/plugins/pgpcore/sgpgme.c
12379         * src/plugins/pgpcore/sgpgme.h
12380                 Introduce pgpcore, used by pgpmime and
12381                 pgpinline
12382         * src/plugins/pgpmime/Makefile.am
12383         * src/plugins/pgpmime/passphrase.c
12384         * src/plugins/pgpmime/passphrase.h
12385         * src/plugins/pgpmime/pgpmime.c
12386         * src/plugins/pgpmime/pgpmime.deps
12387         * src/plugins/pgpmime/plugin.c
12388         * src/plugins/pgpmime/prefs_gpg.c
12389         * src/plugins/pgpmime/prefs_gpg.h
12390         * src/plugins/pgpmime/select-keys.c
12391         * src/plugins/pgpmime/select-keys.h
12392         * src/plugins/pgpmime/sgpgme.c
12393         * src/plugins/pgpmime/sgpgme.h
12394                 Remove the core from pgpmime and add the
12395                 dependancy to pgpcore.
12396
12397 2005-07-14 [paul]       1.9.12cvs48
12398
12399         * src/stock_pixmap.c
12400                 forgot this in last commit
12401
12402 2005-07-14 [paul]       1.9.12cvs47
12403
12404         * src/account.c
12405         * src/addressbook.c
12406                 add accelerators for the buttons (sync with main)
12407         * src/compose.c
12408         * src/compose.h
12409                 add accelerators for the buttons.
12410                 fix editing with external editor.
12411                 replace gdk_input_*() with GIOChannel;
12412                 (sync with main)
12413         * src/foldersel.c
12414                 display folder names with new/unread
12415                 representation (sync with main)
12416         * src/main.c
12417                 specify default window icon (sync with main)
12418         * src/prefs_common.c
12419                 use_addr_book default to FALSE
12420         * src/summaryview.c
12421         * src/textview.c
12422                 add accelerators for the buttons (sync with main)
12423         * src/gtk/menu.c
12424                 fix typos
12425         * src/pixmaps/sylpheed_icon.xpm
12426                 updated
12427
12428 2005-07-13 [paul]       1.9.12cvs46
12429
12430         * src/plugins/pgpmime/pgpmime.c
12431         * src/plugins/pgpmime/sgpgme.c
12432                 (temporarily) use deprecated gpgme_data_rewind()
12433                 while largefile support is not present
12434                 (as suggested by Colin)
12435
12436 2005-07-13 [paul]       1.9.12cvs45
12437
12438         * configure.ac
12439                 remove large file support (for now):
12440                 it breaks too many things
12441
12442 2005-07-13 [paul]       1.9.12cvs44
12443
12444         * configure.ac
12445                 add large file support
12446         * src/html.c
12447                 fix bug #763 where href attribute was not
12448                 the very first attribute of a link
12449                 patch by Thomas Gilgin
12450
12451 2005-07-13 [colin]      1.9.12cvs43
12452
12453         * src/gtk/pluginwindow.c
12454                 Little portability fix
12455
12456 2005-07-13 [colin]      1.9.12cvs42
12457
12458         * src/plugins/pgpmime/sgpgme.c
12459                 Fix crasher.
12460
12461 2005-07-13 [colin]      1.9.12cvs41
12462
12463         * src/plugins/pgpmime/pgpmime.c
12464         * src/plugins/pgpmime/sgpgme.c
12465                 Use gpgme_data_release_and_get_mem instead
12466                 of gpgme_data_read.
12467
12468 2005-07-13 [colin]      1.9.12cvs40
12469
12470         * configure.ac
12471         * src/plugins/pgpmime/passphrase.c
12472         * src/plugins/pgpmime/passphrase.h
12473         * src/plugins/pgpmime/pgpmime.c
12474         * src/plugins/pgpmime/plugin.c
12475         * src/plugins/pgpmime/select-keys.c
12476         * src/plugins/pgpmime/select-keys.h
12477         * src/plugins/pgpmime/sgpgme.c
12478         * src/plugins/pgpmime/sgpgme.h
12479                 Port pgpmime to gpgme-1.0.
12480
12481 2005-07-12 [paul]       1.9.12cvs39
12482
12483         * AUTHORS
12484         * src/toolbar.c
12485         * src/toolbar.h
12486                 add a 'Go to Prev' button to the toolbar.
12487                 correct tooltip text of go to buttons.
12488                 based on patch by Yang Guilong <bamanzi@gmail.com>
12489
12490 2005-07-12 [colin]      1.9.12cvs38
12491
12492         * src/statusbar.c
12493                 Fix progress bar showing stuff at startup.
12494
12495 2005-07-12 [paul]       1.9.12cvs37
12496
12497         * src/editjpilot.c
12498                 fix building with jpilot support
12499
12500 2005-07-11 [colin]      1.9.12cvs36
12501
12502         * src/inc.c
12503                 Add visual indication that filtering is running
12504         * src/textview.c
12505                 Make {}[] uri delimiters
12506         * src/summaryview.c
12507                 Remove useless (and slow) calls
12508
12509 2005-07-11 [paul]       1.9.12cvs35
12510
12511         * src/plugins/clamav/clamav_plugin_gtk.c
12512         * src/plugins/dillo_viewer/dillo_prefs.c
12513         * src/plugins/pgpmime/prefs_gpg.c
12514         * src/plugins/spamassassin/spamassassin_gtk.c
12515                 gather plugins prefs together under their
12516                 own 'Plugins' heading
12517
12518 2005-07-11 [paul]       1.9.12cvs34
12519
12520         sync with main
12521
12522         * src/account.c
12523                 account_delete(): modified alert dialog
12524         * src/editjpilot.c
12525         * src/editvcard.c
12526                 fixed a crash when cancelling file selection
12527                 dialog by Escape key. Made non-ascii filename
12528                 selectable.
12529         * src/prefs_template.c
12530                 prefs_template_window_create(): make scrolled
12531                 window policy AUTOMATIC
12532
12533 2005-07-10 [hoa]        1.9.12cvs33
12534
12535         * src/etpan/imap-thread.c
12536                 workaround for old Courier IMAP servers.
12537
12538 2005-07-10 [colin]      1.9.12cvs32
12539
12540         * src/folder.c
12541         * src/statusbar.c
12542         * src/statusbar.h
12543                 Add visual progress indicator on filtering/processing
12544                 Factorize the progress bar code
12545         * src/imap.c
12546         * src/imap.h
12547         * src/etpan/imap-thread.c
12548                 Add a reference counter to avoid destroying the Folder
12549                 while it's in use by another callback.
12550
12551 2005-07-09 [hoa]        1.9.12cvs31
12552
12553         * src/imap.c
12554         * src/etpan/imap-thread.c
12555                 fixed deadlock when removing IMAP account.
12556
12557 2005-07-08 [colin]      1.9.12cvs30
12558
12559         * src/textview.c
12560         * src/unmime.c
12561                 Fix again problems decoding broken headers
12562         * src/gtk/inputdialog.c
12563                 Fix local variable shadowing a global one
12564
12565 2005-07-08 [colin]      1.9.12cvs29
12566
12567         * src/msgcache.c
12568                 Make the cache/mark files platform-agnostic by writing
12569                 them in little-endian format. Reading them is also done
12570                 in little-endian format, of course; however, in order
12571                 to avoid trashing mark data on big-endian machines, the
12572                 files are, at first, read from the native format if the
12573                 little-endian one doesn't exist. This is easy to deter-
12574                 mine by trying to open a file with a swapped data_ver
12575                 and seeing if it's the wanted version.
12576                 Little-endian using users should see absolutely no
12577                 difference, Big-endian users may get a very little
12578                 performance drop due to byte-swapping.
12579                 Tested on i386 and ppc32. 
12580                 Fixes bug #159 (The index file, in the mailboxes, is 
12581                 hardware depending).
12582
12583                 To have the cache/mark files updated to the new little-
12584                 endian format, "Check for new messages" or even
12585                 "Rebuild folder tree" aren't enough. Files will be
12586                 updated as soon as a folder has been opened/closed.
12587                 To update everything, just select all folders by
12588                 selecting them one by one.
12589
12590 2005-07-07 [colin]      1.9.12cvs28
12591
12592         * src/imap.c
12593                 Remember the folder separator per IMAPFolder
12594                 instead of globally.
12595                 Revive the Session on noop; fixes bug #761
12596                 (mark a bunch of unread messages as read takes 
12597                 forever)
12598
12599 2005-07-07 [darko]      1.9.12cvs27
12600
12601         * src/common/template.c
12602                 Sort templates alphabetically
12603
12604 2005-07-06 [colin]      1.9.12cvs26
12605
12606         * src/imap.c
12607                 Try to use the correct separator in
12608                 most cases. Possibly fixes bug #759
12609                 (only creates the INBOX folder when 
12610                 setting up new IMAP account) and 
12611                 bug #760 (Can't retrieve messages)
12612
12613 2005-07-06 [colin]      1.9.12cvs25
12614
12615         * src/imap.c
12616                 Use real_path in status command. This will
12617                 help later, when namespaces will be used.
12618
12619 2005-07-06 [colin]      1.9.12cvs24
12620
12621         * configure.ac
12622         * src/account.c
12623         * src/folder.c
12624         * src/imap.c
12625         * src/etpan/etpan-log.c
12626         * src/etpan/etpan-thread-manager.c
12627         * src/etpan/imap-thread.c
12628                 Add a --disable-libetpan parameter. With this,
12629                 users that don't want IMAP4 support can avoid
12630                 the new dependancy (and have no IMAP support).
12631                 Users that have IMAP4 accounts and use this
12632                 parameter won't lose their configuration, their
12633                 IMAP accounts will just be invisible and not
12634                 used.
12635         * src/textview.c
12636                 Make the "Copy ..." contextual menu items 
12637                 copy to both the X clipboard and the gtk 
12638                 clipboard - as most other apps do.
12639         * src/gtk/about.c
12640                 Add a notice about OpenSSL usage, in order to
12641                 comply with OpenSSL's license (point 6):
12642                 http://www.openssl.org/source/license.html
12643
12644 2005-07-06 [colin]      1.9.12cvs23
12645
12646         * src/alertpanel.c
12647                 Fix a minimum size for alertpanels
12648         * src/compose.c
12649                 Show 'No space left on device' type errors
12650                 when queuing/sending
12651         * src/imap_gtk.c
12652         * src/mh_gtk.c
12653                 Rework folder's deletion message (remove 
12654                 extra \n)
12655
12656 2005-07-05 [colin]      1.9.12cvs22
12657
12658         * src/imap.c
12659                 Add an alertpanel on auth error
12660                 Add pseudo-log
12661                 Remove pthread-related stuff
12662
12663 2005-07-05 [colin]      1.9.12cvs21
12664
12665         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12666                 Fix crash on plugin reloading (with a hack)
12667
12668 2005-07-05 [colin]      1.9.12cvs20
12669
12670         * src/prefs_account.c
12671         * src/prefs_account.h
12672                 Fix typo
12673         * src/gtk/filesel.c
12674         * src/gtk/filesel.h
12675                 Add a way to filter the view
12676         * src/gtk/pluginwindow.c
12677                 Filter loadable stuff
12678         * src/plugins/pgpmime/prefs_gpg.c
12679                 Fix missing unregistration
12680         * .cvsignore
12681         * src/etpan/.cvsignore
12682         * src/plugins/spamassassin/.cvsignore
12683                 Add more stuff to cvs ignored files
12684
12685 2005-07-04 [colin]      1.9.12cvs19
12686
12687         * src/imap.c
12688                 Fix scan_required returning FALSE when it
12689                 shouldn't. Maybe fix #760 (Can't retrieve
12690                 messages)
12691
12692 2005-07-04 [colin]      1.9.12cvs18
12693
12694         * src/summaryview.c
12695                 Fix always_show_msg pref
12696
12697 2005-07-04 [paul]       1.9.12cvs17
12698
12699         sync with main (forgotten in last commit)
12700         
12701         * src/common/utils.c
12702         * src/common/utils.h
12703                 check_line_length(): new.
12704                 is_dir_exist()
12705                 is_file_entry_exist()
12706                 dirent_is_regular_file()
12707                 dirent_is_directory(): use g_file_test() instead of stat().
12708
12709 2005-07-04 [paul]       1.9.12cvs16
12710
12711         sync with main:
12712
12713         * src/compose.c
12714                 compose_write_to_file(): check for line
12715                 length limit and display warning if exceeds
12716         * src/jpilot.c
12717                 use get_home_dir() instead of g_get_home_dir()
12718         * src/procheader.c
12719                 removed warning about invalid date
12720         * src/vcard.c
12721                 use get_home_dir() instead of g_get_home_dir()
12722
12723 2005-07-04 [paul]       1.9.12cvs15
12724
12725         * src/stock_pixmap.c
12726                 fix new pixmap naming errors
12727                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12728
12729 2005-07-04 [colin]      1.9.12cvs14
12730
12731         * src/imap.c
12732                 Fix debugging string with a warning
12733
12734 2005-07-04 [colin]      1.9.12cvs13
12735
12736         * configure.ac
12737                 Add a check for libetpan's version (>= 0.37)
12738
12739 2005-07-04 [hoa]        1.9.12cvs12
12740
12741         * commitHelper
12742         * src/imap.c
12743         * src/etpan/imap-thread.c
12744         * src/etpan/imap-thread.h
12745                 fixed IMAP implementation of check of mails.
12746
12747 2005-07-03 [hoa]        1.9.12cvs11
12748
12749         * src/etpan/Makefile.am
12750         * src/etpan/etpan-errors.h
12751         * src/etpan/etpan-log.[ch]
12752         * src/etpan/etpan-thread-manager-types.h
12753         * src/etpan/etpan-thread-manager.[ch]
12754         * src/etpan/imap-thread.[ch]
12755         * src/Makefile.am
12756         * src/imap.c
12757         * src/main.c
12758         * src/prefs_other.c
12759         * configure.ac
12760             merged imap branch.
12761             dependency on libetpan 0.37 is now added.
12762
12763 2005-07-01 [colin]      1.9.12cvs10
12764
12765         * src/Makefile.am
12766         * src/folder.c
12767         * src/folder.h
12768         * src/folderview.c
12769         * src/stock_pixmap.c
12770         * src/stock_pixmap.h
12771         * src/plugins/trayicon/trayicon.c
12772                 Add marked symbol on folders containing
12773                 marked messages
12774         * src/procmsg.c
12775         * src/procmsg.h
12776         * src/toolbar.c
12777         * src/prefs_common.c
12778         * src/prefs_common.h
12779         * src/prefs_send.c
12780                 Add an optional confirmation dialog on queue
12781                 sending. Patch by wwp.
12782         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12783         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12784         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12785         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12786         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12787         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12788         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12789         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12790         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12791         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12792         * src/pixmaps/trash_mark.xpm            ** ADDED **
12793                 New pixmaps
12794
12795 2005-07-01 [colin]      1.9.12cvs9
12796
12797         * src/summaryview.c
12798                 Fix a little threading bug
12799         * src/addrgather.c
12800         * src/mainwindow.c
12801                 A little bit of HIG normality never hurts
12802
12803 2005-07-01 [colin]      1.9.12cvs8
12804
12805         * src/compose.c
12806         * src/msgcache.c
12807         * src/pop.c
12808         * src/procmime.c
12809         * src/recv.c
12810         * src/common/log.c
12811         * src/common/template.c
12812         * src/common/utils.c
12813         * src/common/utils.h
12814                 Reverted the fwrite_atomic stuff. In fact
12815                 it is already atomic.
12816
12817 2005-06-30 [colin]      1.9.12cvs7
12818
12819         * src/common/utils.c
12820         * src/common/utils.h
12821                 Add an fwrite_atomic() function to make
12822                 sure we write everything: fwrite can make
12823                 short writes.
12824         * src/compose.c
12825         * src/msgcache.c
12826         * src/pop.c
12827         * src/procmime.c
12828         * src/recv.c
12829         * src/common/log.c
12830         * src/common/template.c
12831                 Use that (and fix swapping of size and nmemb).
12832                 Thanks to Rich Coe for the heads up.
12833
12834 2005-06-30 [colin]      1.9.12cvs6
12835
12836         * src/addressbook.c
12837                 Optimize addressbook opening 
12838
12839 2005-06-30 [colin]      1.9.12cvs5
12840
12841         * src/summaryview.c
12842                 Remove calls to summary_step after move/copy
12843
12844 2005-06-28 [paul]       1.9.12cvs4
12845
12846         * src/alertpanel.c
12847                 wrap and make the error msg selectable
12848
12849 2005-06-28 [paul]       1.9.12cvs3
12850
12851         * src/ssl_manager.c
12852                 replace the OK button with a Close button
12853         * src/gtk/foldersort.c
12854                 use GTK_STOCK_ icons/buttons
12855
12856 2005-06-28 [colin]      1.9.12cvs2
12857
12858         * src/gedit-print.c             ** ADDED **
12859         * src/gedit-print.h             ** ADDED **
12860         * src/gtk/gtksourceprintjob.c   ** ADDED **
12861         * src/gtk/gtksourceprintjob.h   ** ADDED **
12862                 I can't believe no one had enough time to tell
12863                 me I forgot the `cvs add`
12864
12865 2005-06-27 [colin]      1.9.12cvs1
12866
12867         * src/Makefile.am
12868         * src/gtk/Makefile.am
12869         * src/messageview.c
12870         * src/procmsg.c
12871         * src/summaryview.c
12872         * configure.ac
12873                 Add optional libgnomeprint-based printing
12874         * src/mainwindow.c
12875         * src/gtk/quicksearch.c
12876                 Add an Edit/Quick search menu item to show
12877                 and focus the quicksearch
12878
12879 2005-06-27 [paul]       1.9.12
12880
12881         1.9.12 release
12882
12883         * po/ca.po
12884         * po/de.po
12885         * po/es.po
12886         * po/fr.po
12887         * po/it.po
12888         * po/ko.po
12889         * po/pt_BR.po
12890         * po/sk.po
12891         * po/zh_CN.po
12892                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12893                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12894                 SungHyun Nam, Frederico Goncalves Guimaraes,
12895                 Andrej Kacian, and Yang Guilong
12896 2005-06-26 [colin]      1.9.11cvs106
12897
12898         * src/imap_gtk.c
12899                 Forgot one file for previous fix
12900
12901 2005-06-26 [colin]      1.9.11cvs105
12902
12903         * src/folder.c
12904         * src/imap.c
12905                 Fix problems with folder operations in no_select
12906                 imap folders. it applies only to mails, and 
12907                 creation/deletion/move/renaming of folders 
12908                 should be possible
12909
12910 2005-06-26 [paul]       1.9.11cvs104
12911
12912         * src/prefs_filtering.c
12913                 replace one more GTK_STOCK_REMOVE
12914                 with GTK_STOCK_DELETE
12915
12916 2005-06-25 [colin]      1.9.11cvs103
12917
12918         * src/imap.c
12919                 Optimize get_seq_set_from_seq_list
12920                 (Patch by Ricardo) 
12921
12922 2005-06-25 [colin]      1.9.11cvs102
12923
12924         * src/mh.c
12925                 If the directory exists, but not in the
12926                 correct encoding, rename it. This should
12927                 handle old-versions-induced bugs.
12928
12929 2005-06-25 [colin]      1.9.11cvs101
12930
12931         * src/mh.c
12932                 Fix path access with extended dir names
12933                 Fixes bug #589 (SC segfaults with wrong locale
12934                 settings)
12935
12936 2005-06-25 [colin]      1.9.11cvs100
12937
12938         * src/prefs_account.c
12939         * src/prefs_account.h
12940         * src/compose.c
12941                 Add an option to encrypt replies to
12942                 encrypted messages
12943
12944 2005-06-25 [colin]      1.9.11cvs99
12945
12946         * src/compose.c
12947         * src/quote_fmt_parse.y
12948                 ... And make it work with pgpinline.
12949
12950 2005-06-25 [colin]      1.9.11cvs98
12951
12952         * src/compose.c
12953         * src/procmime.c
12954         * src/procmime.h
12955         * src/quote_fmt_parse.y
12956                 o Make reedition of encrypted messages possible
12957                   (as long as it is encrypted to self too, no
12958                    magic there)
12959                 o Make replying with quote (and without selecting
12960                   text) possible for encrypted messages.
12961                 Closes bug #550 (Not possible to "reply with quote"
12962                 to gnupg encrypted messages)
12963
12964 2005-06-24 [paul]       1.9.11cvs97
12965
12966         * src/imap.c
12967                 add missing include
12968
12969 2005-06-24 [paul]       1.9.11cvs96
12970
12971         * src/editldap.c
12972                 made bind password entry invisible
12973                 (sync with main)
12974         * src/send_message.c
12975                 send_message_local(): check exit status
12976                 to detect errors (sync with main)
12977         * src/textview.c
12978                 use main's less ambiguous popup menu
12979                 wording
12980
12981 2005-06-24 [paul]       1.9.11cvs95
12982
12983         * src/prefs_actions.c
12984         * src/prefs_customheader.c
12985         * src/prefs_display_header.c
12986         * src/prefs_filtering_action.c
12987         * src/prefs_matcher.c
12988         * src/prefs_template.c
12989         * src/prefs_toolbar.c
12990                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
12991         * src/gtk/description_window.c
12992                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
12993
12994 2005-06-23 [colin]      1.9.11cvs94
12995
12996         * src/summaryview.c
12997                 Fix rough edges (be sure to call status_show whenever
12998                 necessary).
12999
13000 2005-06-23 [colin]      1.9.11cvs93
13001
13002         * src/summaryview.c
13003                 Optimize Select All
13004                 Before, in a 5K mails folder: 11s
13005                 After, in the same folder: 58000µs
13006                 The joys of locking... gtk_clist_select_all() fires a 
13007                 tree-select-row event for each selected row, which in 
13008                 summaryview, callbacks summary_selected which in turn,
13009                 calls summary_status_show, which walks the selected
13010                 rows. Hence, calling gtk_clist_select_all was 
13011                 exponential. Locking the summaryview makes 
13012                 summary_selected return early.
13013
13014 2005-06-23 [colin]      1.9.11cvs92
13015
13016         * src/imap.c
13017                 Move mutex at the important place to avoid
13018                 deadlocks
13019         * src/summaryview.c
13020                 Fix Del key deleting directly instead of
13021                 moving to trash
13022
13023 2005-06-22 [colin]      1.9.11cvs91
13024
13025         * src/plugins/spamassassin/libspamc.c
13026                 As we do spagetti code with assignations in multiple
13027                 places (see _message_read_raw where out = msg = raw),
13028                 let's be sure we don't free the same pointer twice.
13029                 Should fix bug #683 (Crash in libpam at 
13030                 message_cleanup).
13031
13032 2005-06-22 [colin]      1.9.11cvs90
13033
13034         * src/compose.c
13035         * src/messageview.c
13036         * src/toolbar.c
13037                 Make toolbar's delete use the move to trash stuff;
13038                 Add gtk_widget_realize to be sure pixmaps can get
13039                 created (that may fix an old worksforme bug which
13040                 I can't find back...)
13041
13042 2005-06-22 [colin]      1.9.11cvs89
13043
13044         * src/summaryview.c
13045         * src/summaryview.h
13046         * src/mainwindow.c
13047                 Rename "Message/Delete" to "Message/Move to trash"
13048                 Add "Message/Delete..." that directly destroys the
13049                 selected messages after asking for a confirmation.
13050
13051 2005-06-22 [colin]      1.9.11cvs88
13052
13053         * src/imap.c
13054                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13055                 o Fix a deadlock (thanks Darko)
13056
13057 2005-06-22 [colin]      1.9.11cvs87
13058
13059         * src/gtk/foldersort.c
13060                 Add missing include for the i18n;
13061                 patch by Fabien Vantard
13062
13063 2005-06-21 [colin]      1.9.11cvs86
13064
13065         * src/folder.c
13066         * src/folderview.c
13067                 Respect the no_select flag
13068         * src/imap.c
13069                 Fix recursive deletion
13070         * src/imap_gtk.c
13071         * src/mh_gtk.c
13072                 Make the folder deletion's warning
13073                 more explicit
13074
13075 2005-06-21 [colin]      1.9.11cvs85
13076
13077         * src/textview.c
13078                 Prevent email addresses from spanning accross
13079                 lines - fixes bug # 646 (newline-chars in 
13080                 email addresses)
13081
13082 2005-06-20 [colin]      1.9.11cvs84
13083
13084         * src/folder.c
13085                 Be sure not to remove source if copy failed
13086
13087 2005-06-20 [colin]      1.9.11cvs83
13088
13089         * src/folderview.c
13090         * src/imap_gtk.c
13091                 remove summaryview's lock
13092         * src/imap.c
13093                 introduce threads to avoid problems when foreground tasks
13094                 interfere with background tasks
13095         * src/mh.c
13096                 prevent moving to drafts/queue
13097         * src/mimeview.c
13098                 fix leak
13099
13100 2005-06-19 [colin]      1.9.11cvs82
13101
13102         * src/imap_gtk.c
13103                 Remember that the user doesn't want to override
13104                 offline mode, for 3 seconds. It avoid presenting
13105                 him with N popups in a really short time.
13106
13107 2005-06-17 [colin]      1.9.11cvs81
13108
13109         * src/imap.c
13110                 Fix IMAP breaking on folders containing '('
13111                 (Probably won't be enough)
13112
13113 2005-06-17 [colin]      1.9.11cvs80
13114
13115         Forgotten files on 1.9.11cvs79
13116         * src/summaryview.c
13117                 Fix stepping when not immediately executing
13118         * src/imap.c
13119                 Really prevent UID FETCH 0
13120         * src/codeconv.c
13121                 Fix outgoing charset never set to utf-8
13122         * src/mh.c
13123                 Fix leak
13124
13125 2005-06-16 [colin]      1.9.11cvs79
13126
13127         * src/compose.c
13128                 Fix bug #707 (Dash splits rows)
13129                 Only wrap if we're on a line break position and
13130                 the previous one was a "white" (space) char.
13131                 Pango stuff is weird.
13132
13133 2005-06-16 [colin]      1.9.11cvs78
13134
13135         * src/imap_gtk.c
13136                 Lock summaryview while downloading messages
13137                 on user demand
13138         * src/procheader.c
13139         * src/unmime.c
13140         * src/common/utils.c
13141         * src/common/utils.h
13142                 Replace \r and \n with spaces in From and
13143                 Subject headers
13144
13145 2005-06-16 [paul]       1.9.11cvs77
13146
13147         * src/procmime.c
13148                 liberalise the mime parser
13149         * src/gtk/about.c
13150                 add text wrapping
13151
13152 2005-06-16 [paul]       1.9.11cvs76
13153
13154         * src/gtk/about.c
13155                 reworked
13156
13157 2005-06-15 [colin]      1.9.11cvs75
13158
13159         * src/compose.c
13160                 Finish header encoding fix
13161         * src/summaryview.c
13162                 Fix segfault
13163         * src/headerview.c
13164                 Fix compilation (Thanks Stephan
13165                 Sachse)
13166
13167 2005-06-15 [colin]      1.9.11cvs74
13168
13169         * Makefile.am
13170                 Install gnome2 stuff rather than gnome1, 
13171                 if both are present
13172         * src/codeconv.c
13173         * src/codeconv.h
13174         * src/compose.c
13175                 Fix headers encoding
13176         * src/folder.c
13177                 Visual progress when fetching all messages
13178         * src/folderview.c
13179         * src/summaryview.c
13180         * src/summaryview.h
13181                 Prevent changing current message while
13182                 incorporating
13183
13184 2005-06-15 [paul]       1.9.11cvs73
13185
13186         * src/gtk/gtkaspell.c
13187         * src/gtk/gtkaspell.h
13188                 fix build warnings
13189
13190 2005-06-15 [paul]       1.9.11cvs72
13191
13192         * src/prefs_filtering.c
13193                 allow reordering of filter rules by
13194                 drag n drop
13195
13196 2005-06-15 [paul]       1.9.11cvs71
13197
13198         * COPYING
13199                 updated
13200         * src/codeconv.c
13201                 replace deprecated function
13202         * src/inc.c
13203         * src/send_message.c
13204         * src/gtk/progressdialog.c
13205         * src/gtk/progressdialog.h
13206                 salvage and reuse parts of reverted sync
13207
13208 2005-06-15 [paul]       1.9.11cvs70
13209
13210         * src/inc.c
13211         * src/send_message.c
13212         * src/gtk/progressdialog.c
13213         * src/gtk/progressdialog.h
13214                 revert yesterday's sync with main
13215                 it contains deprecated functions
13216
13217 2005-06-15 [colin]      1.9.11cvs69
13218
13219         * src/headerview.c
13220                 Fix bug #670 (multi user to: will corrupt message 
13221                 headers display)
13222
13223 2005-06-15 [colin]      1.9.11cvs68
13224
13225         * src/compose.c
13226                 Fix bug #421 (Fix undo on wrapping)
13227
13228 2005-06-15 [colin]      1.9.11cvs67
13229
13230         * src/folder.c
13231                 Provide visual feedback while processing
13232                 folder's rules.
13233         * src/imap.c
13234                 Provide visual feedback while getting
13235                 short headers (for uncached messages)
13236
13237
13238 2005-06-14 [paul]       1.9.11cvs66
13239
13240         * src/account.c
13241                 change a couple stock icons
13242         * src/inc.c
13243         * src/send_message.c
13244         * src/gtk/progressdialog.c
13245         * src/gtk/progressdialog.h
13246                 sync main's GtkTreeView implementation
13247
13248 2005-06-14 [colin]      1.9.11cvs65
13249
13250         * src/imap.c
13251                 Various little fixes, mainly on error paths
13252
13253 2005-06-13 [colin]      1.9.11cvs64
13254
13255         * matcher.c
13256         * procmsg.c
13257         * procmsg.h
13258                 Add a way to fetch only headers. This speeds
13259                 up filtering on headers for IMAP. Fixes:
13260                 bug #481 extraneous imap commands slow down 
13261                         imap filtering
13262                 bug #522 Sylpheed downloads all messages 
13263                         when opening mailbox (IMAP)
13264                 bug #677 IMAP fetch is soooooooooooooo slow
13265         * src/folder.c
13266         * src/folder.h
13267                 Add a folder set_batch method so that
13268                 implementations can speed up flags changes
13269         * src/folderutils.c
13270         * src/summaryview.c
13271                 Use that in mark as (un)read and mark all read
13272                 Refix bug #679
13273         * src/imap.c
13274                 Implement set_batch - brings back deferred
13275                 flags in a less buggy manner. Fixes:
13276                 bug #729 IMAP immediate expunge of deleted messages
13277                 bug #191 remove list of messages with one command
13278                 Fix login with strange chars
13279                 Implement fetch_msg_full
13280                 Fix copy (wrong counts)
13281
13282 2005-06-12 [colin]      1.9.11cvs63
13283
13284         * src/folder.c
13285                 lock incorporation during long operations.
13286                 Avoids fucking up the IMAP socket.
13287
13288 2005-06-12 [colin]      1.9.11cvs62
13289
13290         * src/imap.c
13291                 Fix harmful typo
13292                 Factorize remove_all_msg
13293                 Thread-ize expunge
13294         * src/summaryview.c
13295                 Don't update partial-download status if unnecessary
13296         * src/folder.c
13297                 Use remove_msgs everywhere possible
13298
13299 2005-06-12 [colin]      1.9.11cvs61
13300
13301         * src/folder.c
13302         * src/folder.h
13303                 Add a remove_msgs function to remove a 
13304                 list of messages
13305         * src/imap.c
13306                 Implement that.
13307
13308 2005-06-12 [colin]      1.9.11cvs60
13309
13310         * src/imap.c
13311                 Remove flags-processing deferring... Too hard
13312                 to get it to work in all cases.
13313
13314 2005-06-11 [colin]      1.9.11cvs59
13315
13316         * src/imap.c
13317                 printf -> debug_print
13318
13319 2005-06-11 [colin]      1.9.11cvs58
13320
13321         * src/imap.c
13322                 o Fix build without USE_PTHREAD
13323                 o Factorize imap_open
13324                 o Alertpanel in case of impossible connection
13325                 o Alertpanel in case of impossible login
13326                 o Fix deferred flags processing to force a 
13327                   flush before adding some more flags to process,
13328                   but in another folder.
13329
13330 2005-06-10 [colin]      1.9.11cvs57
13331
13332         * src/imap.c
13333                 o Fix a format string error
13334                 o init ssl socket outside of the thread 
13335                   (it possibly invokes gtk calls)
13336         * src/procmime.c
13337                 o Put back the buffer to its necessary size
13338                 o Fix changing a file pointer without keeping
13339                   track of it (thanks Valgrind)
13340         * src/common/smtp.c
13341                 o Fix automatic STARTTLS if login should be done
13342                   and the server only allows it after starting TLS
13343         * src/gtk/gtkinputdialog.c
13344                 o Eat GDK_Return so that the combo popup doesn't 
13345                   appear when we press Enter to validate the combo
13346                   input dialog (as seen in the Open with... dialog)
13347
13348 2005-06-10 [colin]      1.9.11cvs56
13349
13350         * src/imap.c
13351                 o A bit less debug
13352                 o Fix a crash on deletion
13353                 o Threadize imap_select (it's called outside of 
13354                   threads)
13355                 o Defer treatment of DELETED flags
13356
13357
13358 2005-06-09 [colin]      1.9.11cvs55
13359
13360         * src/imap.c
13361                 Make sure we check imap_gtk_should_override(), which
13362                 potentially calls gtk stuff, before creating thread.
13363                 That way it should't be called via imap_get_session()
13364                 inside a thread.
13365
13366 2005-06-09 [colin]      1.9.11cvs54
13367
13368         * src/imap.c
13369                 o add a bit of status output
13370                 o remove some dead code
13371                 o threadize get_list_of_uids
13372                 o threadize imap_get_flags
13373                 o defer flag changing by 500ms so that they
13374                   can be batched
13375
13376
13377 2005-06-08 [colin]      1.9.11cvs53
13378
13379         * src/imap.c
13380                 Thread-ize imap_cmd_fetch
13381
13382 2005-06-08 [colin]      1.9.11cvs52
13383
13384         * src/main.c
13385                 Mmh, that broke POP3...
13386
13387 2005-06-08 [colin]      1.9.11cvs51
13388
13389         * src/main.c
13390                 Stabilize IMAP patch (thanks to Hoa)
13391
13392 2005-06-08 [colin]      1.9.11cvs50
13393
13394         * src/imap.c
13395                 Test patch to speed up imap. 
13396
13397 2005-06-08 [colin]      1.9.11cvs49
13398
13399         * src/imap_gtk.c
13400                 Warning fix
13401         * src/procmime.c
13402                 Apply patch from gentoo to use /usr/share/mime/globs if 
13403                 available, after un-breaking it
13404         * src/common/log.c
13405         * src/common/log.h
13406                 Use g_timeout for invoking hooks that possibly use gtk
13407                 calls. This should leave gtk calls in the main thread.
13408
13409 2005-06-08 [paul]       1.9.11cvs48
13410
13411         * src/codeconv.c
13412                 conv_get_outgoing_charset_str(): don't
13413                 use prefs_common setting
13414         * src/compose.c
13415         * src/compose.h
13416                 add /Options/Character encoding/... to
13417                 temporarily change the outgoing encoding
13418
13419         (belated sync with main)
13420
13421 2005-06-08 [paul]       1.9.11cvs47
13422
13423         * src/compose.c
13424                 correction to/completion of last
13425                 sync with main
13426
13427 2005-06-08 [paul]       1.9.11cvs46
13428
13429         sync with main:
13430         
13431         * src/codeconv.c
13432         * src/codeconv.h
13433                 always enabled Japanese auto-detection
13434                 if the first letters of locale string
13435                 is "ja"
13436         * src/compose.c
13437                 don't use "destroy" signal to destroy
13438                 Compose object (fix rare crashes on discard?)
13439         * src/mainwindow.c
13440         * src/messageview.c
13441         * src/prefs_send.c
13442                 added Hebrew encodings
13443         * src/sourcewindow.c
13444                 don't use "destroy" signal to destroy
13445                 objects
13446
13447 2005-06-07 [colin]      1.9.11cvs45
13448
13449         * src/summaryview.c
13450                 Add missing unlocks/locks
13451
13452 2005-06-07 [paul]       1.9.11cvs44
13453
13454         * src/summaryview.c
13455                 restore bug #749 fix
13456
13457 2005-06-06 [colin]      1.9.11cvs43
13458
13459         * src/summaryview.c
13460                 Fix selection bug when prefs_common.open_unread 
13461                 is FALSE
13462
13463 2005-06-06 [colin]      1.9.11cvs42
13464
13465         * src/common/md5.c
13466                 Fix a warning
13467         * src/summaryview.c
13468         * src/folderview.c
13469                 Factorize long operations beginning and end
13470                 (locking, freezing/thawing, cursor, ...)
13471                 Check selection->data member in selection-
13472                 related loops; this avoids dying an awful
13473                 death if the selection changes on us while
13474                 we're marking a whole IMAP folder unread, 
13475                 for example.
13476
13477 2005-06-06 [paul]       1.9.11cvs41
13478
13479         * src/textview.c
13480                 don't g_free() a static gchar buffer
13481
13482 2005-06-05 [colin]      1.9.11cvs40
13483
13484         * src/mainwindow.c
13485         * src/messageview.c
13486         * src/summaryview.c
13487                 Fix bug #749 (Show all headers should be
13488                 sticky as the GUI suggests)
13489
13490 2005-06-03 [paul]       1.9.11cvs39
13491
13492         * src/compose.c
13493                 don't allow editing of mail while sending.
13494                 patch by Colin
13495
13496 2005-06-03 [paul]       1.9.11cvs38
13497
13498         * src/folderview.c
13499                 add a freeze/thaw to speed up 'mark all read'
13500
13501 2005-06-03 [paul]       1.9.11cvs37
13502
13503         * src/prefs_message.c
13504                 reflect changes immediately
13505
13506 2005-06-02 [colin]      1.9.11cvs36
13507
13508         * po/POTFILES.in
13509                 Patch by Fabien Vantard.
13510
13511 2005-06-02 [colin]      1.9.11cvs35
13512
13513         * src/imap.c
13514                 Use a non-blocking imap_getline() if possible.
13515                 This should completely prevent the interface
13516                 from freezin on imap operations, although it
13517                 may do strange stuff in case of folder switching
13518                 while a big imap operation is taking place...
13519
13520                 In addition, fix a leak in the case thread
13521                 creation fails on connection.
13522
13523 2005-06-02 [colin]      1.9.11cvs34
13524
13525         * src/crash.c
13526         * src/prefs_common.h
13527                 Fix build (prefs_common_init() doesn't exist
13528                 anymore)
13529
13530 2005-06-02 [colin]      1.9.11cvs33
13531
13532         * src/prefs_account.c
13533                 Fix bug #245 (filtering rules broken when
13534                 renaming a remote account (imap4 or nntp)
13535
13536 2005-06-02 [colin]      1.9.11cvs32
13537
13538         * src/imap.c
13539                 Try to fix IMAP shortcomings: 
13540                 o Multithread imap_open()
13541                 o allow offline-mode overriding instead of
13542                   just returning NULL
13543         * src/imap_gtk.c
13544         * src/imap_gtk.h
13545                 Add a function to ask whether we want to
13546                 override offline-mode for 10 minutes (one-shot
13547                 asking was painful)
13548         * src/procheader.c
13549                 Fix segfault when imap parser isn't happy about
13550                 a missing {
13551
13552 2005-06-01 [colin]      1.9.11cvs31
13553
13554         * src/addrharvest.c
13555         * src/compose.c
13556         * src/mbox.c
13557         * src/mbox.h
13558         * src/mh.c
13559         * src/msgcache.c
13560         * src/send_message.c
13561         * src/setup.c
13562         * src/undo.c
13563         * src/common/hooks.c
13564         * src/common/prefs.c
13565         * src/common/template.c
13566         * src/common/utils.c
13567         * src/gtk/gtkutils.c
13568         * src/gtk/inputdialog.c
13569         * src/gtk/menu.c
13570         * src/gtk/pluginwindow.c
13571         * src/gtk/prefswindow.c
13572         * src/plugins/pgpmime/passphrase.c
13573         * src/plugins/pgpmime/prefs_gpg.c
13574                 More -Wall fixes
13575
13576         * src/common/Makefile.am
13577         * src/common/timing.h
13578                 Add basic timing code
13579
13580         * src/summaryview.c
13581                 Fix a bug with unread messages when 
13582                 re-sorting folders, and by the way
13583                 fix a big performance hit when 
13584                 re-sorting (10k mails: before 5s,
13585                 after .5s)
13586
13587         * src/prefs_compose_writing.c
13588         * src/prefs_compose_writing.h
13589         * src/prefs_message.c
13590         * src/prefs_message.h
13591         * src/prefs_other.c
13592         * src/prefs_other.h
13593         * src/prefs_quote.c
13594         * src/prefs_quote.h
13595         * src/prefs_receive.c
13596         * src/prefs_receive.h
13597         * src/prefs_send.c
13598         * src/prefs_send.h
13599         * src/prefs_summaries.c
13600         * src/prefs_summaries.h
13601                 Fix copyright banner
13602
13603 2005-06-01 [paul]       1.9.11cvs30
13604
13605         * po/fi.po
13606                 updated by Flammie Pirinen
13607         * src/procmime.c
13608                 fix 'Bad BASE64 content' output
13609
13610 2005-05-31 [colin]      1.9.11cvs29
13611
13612         * src/procmime.c
13613                 Oops, where did my hunk go.
13614
13615 2005-05-31 [colin]      1.9.11cvs28
13616
13617         * src/Makefile.am
13618         * src/account.c
13619         * src/action.c
13620         * src/addr_compl.c
13621         * src/addressbook.c
13622         * src/codeconv.c
13623         * src/compose.c
13624         * src/export.c
13625         * src/folder.c
13626         * src/folderview.c
13627         * src/image_viewer.c
13628         * src/main.c
13629         * src/mainwindow.c
13630         * src/messageview.c
13631         * src/mimeview.c
13632         * src/msgcache.c
13633         * src/prefs_account.c
13634         * src/prefs_actions.c
13635         * src/prefs_common.c
13636         * src/prefs_compose_writing.c
13637         * src/prefs_customheader.c
13638         * src/prefs_ext_prog.c
13639         * src/prefs_filtering.c
13640         * src/prefs_filtering_action.c
13641         * src/prefs_fonts.c
13642         * src/prefs_image_viewer.c
13643         * src/prefs_message.c
13644         * src/prefs_message.h
13645         * src/prefs_msg_colors.c
13646         * src/prefs_other.c
13647         * src/prefs_other.h
13648         * src/prefs_quote.c
13649         * src/prefs_receive.c
13650         * src/prefs_receive.h
13651         * src/prefs_send.c
13652         * src/prefs_send.h
13653         * src/prefs_spelling.c
13654         * src/prefs_summaries.c
13655         * src/prefs_summary_column.c
13656         * src/prefs_template.c
13657         * src/prefs_themes.c
13658         * src/prefs_toolbar.c
13659         * src/prefs_wrapping.c
13660         * src/procmime.c
13661         * src/procmsg.c
13662         * src/send_message.h
13663         * src/ssl_manager.c
13664         * src/summary_search.c
13665         * src/summaryview.c
13666         * src/textview.c
13667         * src/wizard.c
13668         * src/common/smtp.c
13669         * src/common/smtp.h
13670         * src/gtk/gtkutils.h
13671                 o Move the rest of Common prefs to new style
13672                 o Lots of -Wall warning fixes
13673                 o fix FIXME in cache memusage calculation
13674                 o Let return receipts be sent from any account
13675                 o Little cache optimisation (read)
13676                 o Fix bug #746 (don't treat commas as separators
13677                   when inside a quoted string)
13678
13679 2005-05-31 [paul]       1.9.11cvs27
13680
13681         * src/prefs_common.c
13682                 fix 'off-by-one' typo
13683
13684 2005-05-31 [paul]       1.9.11cvs26
13685
13686         * src/account.c
13687         * src/addr_compl.c
13688         * src/compose.c
13689         * src/foldersel.c
13690         * src/prefs_actions.c
13691         * src/prefs_common.c
13692         * src/prefs_common.h
13693         * src/prefs_customheader.c
13694         * src/prefs_display_header.c
13695         * src/prefs_filtering.c
13696         * src/prefs_filtering_action.c
13697         * src/prefs_matcher.c
13698         * src/prefs_summaries.c
13699         * src/prefs_summary_column.c
13700         * src/prefs_template.c
13701         * src/prefs_toolbar.c
13702         * src/ssl_manager.c
13703         * src/gtk/pluginwindow.c
13704         * src/gtk/prefswindow.c
13705         * src/gtk/progressdialog.c
13706                 add hidden prefs 'enable_rules_hint'
13707                 for gtk_tree_view_set_rules_hint()
13708                 (sync with main)
13709                 
13710
13711 2005-05-31 [colin]      1.9.11cvs25
13712
13713         * src/Makefile.am
13714         * src/main.c
13715         * src/prefs_common.c
13716         * src/prefs_summaries.c ** ADDED **
13717         * src/prefs_summaries.h ** ADDED **
13718                 Common/Display -> Display/Summaries
13719
13720 2005-05-31 [colin]      1.9.11cvs24
13721
13722         * src/Makefile.am
13723         * src/main.c
13724         * src/prefs_quote.c ** ADDED **
13725         * src/prefs_quote.h ** ADDED **
13726                 Move Common/Quote to Compose/Quoting
13727         * src/prefs_common.c
13728         * src/prefs_common.h
13729                 Remove old quote stuff, add
13730                 convenience functions for GtkTextView prefs
13731         * src/gtk/prefswindow.c
13732                 Set default height higher
13733
13734 2005-05-30 [colin]      1.9.11cvs23
13735
13736         * src/Makefile.am
13737         * src/main.c
13738         * src/prefs_common.c
13739         * src/prefs_compose_writing.c ** ADDED **
13740         * src/prefs_compose_writing.h ** ADDED **
13741                 Move Common/Compose prefs to Compose/Writing
13742
13743 2005-05-30 [colin]      1.9.11cvs22
13744
13745         * src/common/utils.c
13746                 Fix bug #651 (Confused Attract by Subject)
13747                 Patch by M. Benkmann <haferfrost@web.de>
13748         * AUTHORS
13749
13750 2005-05-30 [colin]      1.9.11cvs21
13751
13752         * src/compose.c
13753                 Fix concatenation of different headers of
13754                 the same type (bug #645)
13755         * src/prefs_folder_item.c
13756                 Fix bug #699 (setting color to black doesn't
13757                 work immediately)
13758         * src/procmime.c
13759                 Print out decoding error only once per
13760                 block
13761
13762 2005-05-30 [paul]       1.9.11cvs20
13763
13764         * src/common/template.c
13765                 fix Bcc
13766
13767 2005-05-30 [paul]       1.9.11cvs19
13768
13769         * doc/src/rfc2368.txt   **NEW FILE**
13770         * src/compose.c
13771                 compose_entries_set(): don't interpret Bcc
13772                 header field (conform to RFC 2368)
13773                 (sync with main)
13774
13775 2005-05-29 [colin]      1.9.11cvs18
13776
13777         * src/prefs_common.c
13778                 Let the default reply format respect
13779                 netiquette by cutting the signature.
13780
13781 2005-05-29 [colin]      1.9.11cvs17
13782
13783         * src/summaryview.c
13784                 Don't let always_show_msg override
13785                 open_unread_on_enter when opening a new
13786                 directory.
13787
13788 2005-05-27 [paul]       1.9.11cvs16
13789
13790         sync with main:
13791
13792         * src/main.c
13793                 app_will_exit(): cleanup tmp directory when exit
13794         * src/message_search.c
13795                 improved the interface and made code cleanup.
13796                 removed Clear button
13797         * src/send_message.c
13798                 send_message_local(): use GSpawn, and detect errors
13799         * src/summary_search.c
13800                 improved the interface and made code cleanup
13801         * src/textview.c
13802                 textview_write_link(): also skip non-ascii space
13803                  at the head of link strings (phishing check
13804                  didn't work at the case)
13805         * src/common/utils.c
13806                 get_command_output(): use g_spawn_command_line_sync()
13807                 instead of popen()
13808
13809 2005-05-26 [colin]      1.9.11cvs15
13810
13811         * src/folder.c
13812                 remove printf
13813
13814 2005-05-26 [colin]      1.9.11cvs14
13815
13816         * src/common/nntp.c
13817                 Fix nntp mode reader (bug #611)
13818                 Patch by Florian Mickler <florian@mickler.org>
13819
13820 2005-05-26 [colin]      1.9.11cvs13
13821
13822         * src/plugins/pgpmime/passphrase.c
13823                 Fix mouse grabbing (bug #557)
13824
13825 2005-05-26 [colin]      1.9.11cvs12
13826
13827         * src/prefs_themes.c
13828                 Fix g_warning (bug #541)
13829
13830 2005-05-26 [colin]      1.9.11cvs11
13831
13832         * src/prefs_actions.c
13833         * src/prefs_template.c
13834                 Fix bug #506 (no warning if action/template
13835                 is not saved)
13836         * src/common/template.c
13837                 Fix a possible crash
13838
13839 2005-05-26 [colin]      1.9.11cvs10
13840
13841         * src/folder.c
13842         * src/folderview.c
13843         * src/procmsg.c
13844         * src/summaryview.c
13845                 Forbid locked messages to be moved or
13846                 deleted. Locked messages in trashes 
13847                 still get deleted, for performance
13848                 reason (mh.c::mh_remove_all_msgs)
13849
13850 2005-05-25 [colin]      1.9.11cvs9
13851
13852         * src/procmime.c
13853                 Use correct encoding when sending mails
13854                 with attachments that have accentued 
13855                 chars in their name
13856
13857 2005-05-24 [colin]      1.9.11cvs8
13858
13859         * src/summaryview.c
13860                 Fix bug #688 f) read/unread marker not
13861                 changed on first click
13862                 Also, optimize summary_status_show()
13863                 calls
13864         * src/folder.c
13865         * src/inc.c
13866         * src/procmime.c
13867                 Fix bug #688 b) and c) wrt message
13868                 attachments and signature
13869         * src/stock_pixmap.c
13870         * src/stock_pixmap.h
13871         * src/stock_pixmap.c
13872         * src/stock_pixmap.h
13873         * src/Makefile.am
13874         * src/pixmaps/clip_gpg_signed.xpm
13875                 Add clip/signed icon
13876
13877 2005-05-24 [colin]      1.9.11cvs7
13878
13879         * src/folder_item_prefs.c
13880                 whitespace fix
13881
13882 2005-05-24 [colin]      1.9.11cvs6
13883
13884         * src/folderview.c
13885         * src/prefs_common.c
13886         * src/prefs_common.h
13887                 Add a confirmation to folder drag and drop
13888                 fixes bug #156
13889         * src/alertpanel.c
13890         * src/alertpanel.h
13891                 fix _with_disable parameters so that
13892                 the buttons labels are specifiable too
13893         * src/plugins/pgpmime/sgpgme.c
13894                 reflect said change
13895                 
13896
13897 2005-05-24 [colin]      1.9.11cvs5
13898
13899         * src/folderview.c
13900                 Uncollapse/collapse folders on double-click
13901                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13902                 closes bug #108
13903
13904 2005-05-23 [colin]      1.9.11cvs4
13905
13906         * src/common/socket.c
13907                 Check another special SSL_peek() error.
13908                 Should help wrt bug #728
13909
13910 2005-05-23 [colin]      1.9.11cvs3
13911
13912         * src/plugins/pgpmime/pgpmime.c
13913                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13914                 breaking menu accelerators and stuff. Users will have to
13915                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13916                 account's privacy preferences if needed.
13917
13918 2005-05-22 [paul]
13919
13920         * tools/kdeservicemenu/install.sh
13921                 use kdesu to prompt for root password if doing
13922                 global install/uninstall
13923
13924 2005-05-20 [colin]      1.9.11cvs2
13925
13926         * src/procmsg.c
13927                 Fix another compilation error with gcc-2.9x
13928                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
13929         * src/send_message.c
13930                 Don't send QUIT if we aren't connected
13931
13932 2005-05-19 [colin]      1.9.11cvs1
13933
13934         * src/procmsg.c
13935                 Fix compilation with gcc 2.9x
13936
13937 2005-05-19 [paul]       1.9.11
13938
13939         1.9.11 released
13940
13941 2005-05-19 [paul]       1.9.9cvs14
13942
13943         * src/gtk/inputdialog.c
13944                 prevent gettext warning
13945
13946 2005-05-19 [paul]       1.9.9cvs13
13947
13948         * src/mainwindow.c
13949         * src/prefs_common.c
13950         * src/prefs_common.h
13951         * src/textview.c
13952         * src/textview.h
13953                 add an option to toggle cursor in message
13954                 view (sync with main)
13955
13956 2005-05-18 [colin]      1.9.9cvs12
13957
13958         * src/compose.c
13959                 Dereference freed pointer
13960         * src/gtk/gtkaspell.c
13961                 Fix duplication of dictionaries (is it an aspell issue?)
13962
13963 2005-05-18 [colin]      1.9.9cvs11
13964
13965         * src/gtk/inputdialog.c
13966         * src/gtk/gtkaspell.c
13967                 HIGuify dialogs
13968         * src/alertpanel.c
13969                 Remove a double call
13970
13971 2005-05-17 [colin]      1.9.9cvs10
13972
13973         * src/gtk/gtkaspell.c
13974                 Fix dialogs, Ctrl-Enter accel
13975
13976 2005-05-17 [colin]      1.9.9cvs9
13977
13978         * src/gtk/gtkaspell.c
13979                 Fix some accelerators, escape in replace-window
13980
13981 2005-05-16 [colin]      1.9.9cvs8
13982
13983         * src/gtk/gtkaspell.c
13984                 Revert last commit, it was a mistake.
13985
13986 2005-05-16 [colin]      1.9.9cvs7
13987
13988         * src/gtk/gtkaspell.c
13989                 Remove buggy code while we're at it. It's a 
13990                 dead code path anyway.
13991
13992 2005-05-16 [colin]      1.9.9cvs6
13993
13994         * src/gtk/gtkaspell.c
13995                 Missed some gtk_menu_popup where deactivate
13996                 signal should be handled. Should fix bug
13997                 #629 a bit more.
13998
13999 2005-05-16 [colin]      1.9.9cvs5
14000
14001         * src/gtk/gtkaspell.c
14002                 Remove debug printf()s
14003
14004 2005-05-16 [colin]      1.9.9cvs4
14005
14006         * src/gtk/gtkaspell.c
14007                 Fix a bit aspell problems
14008                 (see bug #629)
14009
14010 2005-05-13 [colin]      1.9.9cvs3
14011
14012         * src/folderview.c
14013                 Fix the + appearing even when no subfolders
14014                 have unread messages. Thanks to wwp for the
14015                 bug report.
14016
14017 2005-05-11 [paul]       1.9.9cvs2
14018
14019         * src/folderview.c
14020                 correction to 1.9.9cvs1, only colour folders that
14021                 have new msgs (not unread msgs)
14022
14023 2005-05-10 [colin]      1.9.9cvs1
14024
14025         * src/folderview.c
14026         * src/summaryview.c
14027                 Try to fix bolding bugs again.
14028
14029 2005-05-09 [paul]
14030
14031         * tools/claws.i18n.status.pl
14032                 add Ricardo Mones Lastra's script that has been providing
14033                 the i18n status page for many months
14034
14035 2005-05-09 [paul]       1.9.9
14036
14037         1.9.9 release
14038
14039 2005-05-09 [paul]       1.9.6cvs58
14040
14041         * AUTHORS
14042         * INSTALL
14043         * README.claws
14044                 updated
14045         * Makefile.am 
14046         * RELEASE_NOTES.claws
14047                 add release notes to cvs to simplify release
14048                 procedure
14049         * configure.ac
14050                 add ca and fi to ALL_LINGUAS
14051         * po/Makefile.in.in
14052                 workaround for missing Makevars
14053         * po/ca.po
14054         * po/fi.po
14055                 add new Catalan and Finnish translations
14056                 submitted by Miquel Oliete and Flammie Pirinen
14057         * po/de.po
14058         * po/es.po
14059         * po/fr.po
14060         * po/it.po
14061         * po/pl.po
14062         * po/ru.po
14063         * po/sk.po
14064         * po/sr.po
14065         * po/zh_CN.po
14066                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14067                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14068                 Urke MMI, and Hansom Young
14069         * src/main.c
14070                 Fix drafting when quitting. compose_draft() closes the
14071                 compose windows, which modifies the compose_list GSList.
14072                 We have to refresh this list after echo drafting to avoid a
14073                 segfault
14074         * src/partial_download.c
14075                 fix segfault on exit
14076
14077 2005-05-06 [paul]       1.9.6cvs57
14078
14079         * src/grouplistdialog.c
14080                 quick fix/workaround for unresizeable newsgroup
14081                 name column 
14082
14083 2005-05-06 [paul]       1.9.6cvs56
14084
14085         * src/inc.c
14086         * src/mainwindow.c
14087                 use gettext plural forms
14088         * src/imap_gtk.c
14089         * src/mh_gtk.c
14090         * src/toolbar.c
14091                 small improvement to english usage
14092
14093 2005-05-05 [thorsten]   1.9.6cvs55
14094
14095         * src/folder.c
14096                 fix possible crash
14097
14098 2005-05-05 [paul]       1.9.6cvs54
14099         
14100         sync with HEAD
14101
14102         * AUTHORS
14103         * src/compose.c
14104                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14105                 patch by Tim Mann
14106
14107 2005-05-05 [paul]       1.9.6cvs53
14108
14109         * src/mainwindow.c
14110                 fix resizing of separate message and
14111                 folder views
14112
14113 2005-05-05 [paul]       1.9.6cvs52
14114
14115         * src/account.c
14116         * src/addrgather.c
14117         * src/browseldap.c
14118         * src/exphtmldlg.c
14119         * src/expldifdlg.c
14120         * src/importmutt.c
14121         * src/importpine.c
14122         * src/main.c
14123         * src/mainwindow.c
14124         * src/noticeview.c
14125         * src/prefs_filtering.c
14126         * src/prefs_filtering_action.c
14127         * src/prefs_matcher.c
14128         * src/prefs_spelling.c
14129         * src/prefs_toolbar.c
14130         * src/toolbar.c
14131         * src/wizard.c
14132         * src/gtk/description_window.c
14133         * src/gtk/gtkvscrollbutton.c
14134         * src/gtk/progressdialog.c
14135         * src/gtk/quicksearch.c
14136         * src/plugins/pgpmime/prefs_gpg.c
14137         * src/plugins/spamassassin/spamassassin_gtk.c
14138                 replace deprecated gtk_widget_set_usize
14139
14140 2005-05-04 [colin]      1.9.6cvs51
14141
14142         * src/common/utils.c
14143                 Fix crash when subst_for_filename is called
14144                 with a NULL parameter
14145
14146 2005-05-04 [colin]      1.9.6cvs50
14147
14148         * src/partial_download.c
14149         * src/pop.c
14150                 Escape login when writing uidl file
14151                 fixes bug #736
14152
14153 2005-05-03 [colin]      1.9.6cvs49
14154
14155         * src/procmime.c
14156                 Fix possible DOS in mime parser
14157                 (see bug #634)
14158
14159 2005-05-02 [colin]      1.9.6cvs48
14160
14161         * src/compose.c
14162                 Try to fix the copy/paste mess once again.
14163
14164
14165 2005-04-30 [colin]      1.9.6cvs47
14166
14167         * src/prefs_account.h
14168         * src/procmsg.c
14169         * src/send_message.c
14170         * src/common/smtp.c
14171         * src/common/smtp.h
14172                 Try to batch sending mails (per account) instead of
14173                 reconnecting to server every time.
14174
14175 2005-04-29 [colin]      1.9.6cvs46
14176
14177         * src/messageview.c
14178                 Fix window resizing that refused to size down
14179         * src/prefs_common.c
14180         * src/prefs_common.h
14181         * src/prefs_filtering.c
14182                 Save Filtering's window size
14183
14184 2005-04-21 [paul]       1.9.6cvs45
14185
14186         * ChangeLog-gtk2.claws
14187         * src/setup.c
14188                 correction to sync
14189
14190 2005-04-21 [paul]       1.9.6cvs44
14191
14192         sync with main:
14193
14194         * src/setup.c
14195         * src/statusbar.c
14196         * src/statusbar.h
14197                 use gtkut_widget_draw_now(). Improved performance
14198                 of the update of statusbar
14199         * src/textview.c
14200                 textview_smooth_scroll_do(): redraw it after scroll
14201                 is done (fixed incorrect display when a part of the
14202                 view is hidden).
14203         * src/gtk/gtkutils.c
14204         * src/gtk/gtkutils.h
14205                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14206                 to force update of widgets.
14207                 Removed gtkut_widget_wait_for_draw() which had a big
14208                 overhead  because of waiting for all events processed 
14209
14210 2005-04-20 [paul]       1.9.6cvs43
14211
14212         * src/codeconv.c
14213                 complete 1.9.6cvs42's sync:
14214                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14215
14216 2005-04-19 [paul]       1.9.6cvs42
14217
14218         sync with main:
14219
14220         * src/action.c
14221                 catch_output(): correctly select the insert text
14222                 (fix invalid iterator warnings).
14223         * src/codeconv.c
14224         * src/codeconv.h
14225         * src/mainwindow.c
14226         * src/messageview.c
14227         * src/prefs_common.c
14228                 support GBK encoding.
14229         * src/common/session.c
14230         * src/common/session.h
14231                 use separate buffer for large data to be sent,
14232                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14233
14234 2005-04-18 [paul]       1.9.6cvs41
14235
14236         * src/jpilot.c
14237                 convert unsigned long into guint32
14238                 patch by Paul LeoNerd Evans 
14239
14240 2005-04-17 [colin]      1.9.6cvs40
14241
14242         * src/compose.c
14243                 Fix 'Request return receipt' from folder
14244                 properties (bug #708)
14245
14246 2005-04-17 [colin]      1.9.6cvs39
14247
14248         * src/mainwindow.c
14249                 Fix duplicate hotkeys in Mainwindow's menu
14250
14251 2005-04-17 [colin]      1.9.6cvs38
14252
14253         * src/folderview.c
14254                 Fix duplicate hotkeys in Folderview's contextual
14255                 menu
14256
14257 2005-04-15 [colin]      1.9.6cvs37
14258
14259         * src/summaryview.c
14260                 Fix 'Save as...' with non-ascii filenames
14261
14262 2005-04-15 [colin]      1.9.6cvs36
14263
14264         * src/plugins/pgpmime/pgpmime.c
14265                 Fix bus error on 64bit. Spotted by 
14266                 macallan1888@gmail.com
14267
14268 2005-04-15 [colin]      1.9.6cvs35
14269
14270         * src/prefs_account.c
14271                 Fix cvs34.
14272
14273 2005-04-12 [colin]      1.9.6cvs34
14274
14275         * src/prefs_account.c
14276                 Fix smtp auth type off-by-one. We forgot to
14277                 add PLAIN in the prefs-to-gui setter func and
14278                 as a result, the selected auth when opening
14279                 account prefs was not the correct one.
14280
14281 2005-04-12 [paul]       1.9.6cvs33
14282
14283         * src/inc.c
14284                 if the recv dialog is visible, Cancel only
14285                 cancels the current account
14286
14287
14288 2005-04-10 [colin]      1.9.6cvs32
14289
14290         * src/filtering.c
14291                 Copy score when copying FilteringActions
14292                 Fix bug #674
14293
14294 2005-04-10 [colin]      1.9.6cvs31
14295
14296         * src/inc.c
14297                 Make Message -> Receive -> Cancel cancel 
14298                 incorporation on all accounts. Fixes
14299                 bug #693
14300
14301 2005-04-10 [colin]      1.9.6cvs30
14302
14303         * src/prefs_account.c
14304                 Update Privacy checkbuttons status based
14305                 on the selected privacy system
14306         * src/compose.c
14307                 Always connect the "None" privacy system; the
14308                 static boolean was probably there to avoid
14309                 reconnecting twice in the same compose window,
14310                 but as the parent function is only called once
14311                 per compose, it's only a bug - as a static is
14312                 initialized once per application instance.
14313                 Also, don't uncheck Sign and Encrypt when
14314                 selecting None as privacy system; just ignore
14315                 them when sending/queuing.
14316                 Should fix bug #695
14317
14318 2005-04-08 [colin]      1.9.6cvs29
14319
14320         * src/account.c
14321         * src/prefs_account.c
14322         * src/prefs_account.h
14323                 Add account preference to queue message in a certain
14324                 folder.
14325
14326 2005-04-06 [colin]      1.9.6cvs28
14327
14328         * src/prefs_account.c
14329                 Update old inbox path syntax
14330
14331 2005-04-06 [paul]       1.9.6cvs27
14332
14333         sync with main:
14334
14335         * configure.ac
14336                 changed -traditional-cpp to -no-cpp-precomp for newer
14337                 Mac OS X support
14338         * src/foldersel.c
14339                 made column resize automatically
14340         * src/send_message.c
14341                 send_message_smtp(): consider EOF right after QUIT
14342                 successful (workaround for Gmail SMTP server)
14343         * src/common/socket.c
14344                 ssl_read(), ssl_peek(): check EOF which violates the
14345                 SSL protocol
14346         * src/gtk/colorlabel.c
14347                 removed warnings when displaying colorlabel menu
14348                 (don't use GtkAlignment)
14349
14350 2005-04-05 [paul]       1.9.6cvs26
14351
14352         * src/plugins/trayicon/trayicon.c
14353                 fix clipping of icon under KDE3 
14354
14355 2005-04-05 [paul]       1.9.6cvs25
14356
14357         * src/summaryview.c
14358                 hide display of threading
14359                 patch by Alfons
14360
14361 2005-04-04 [thorsten]   1.9.6cvs24
14362
14363         * src/mh.c
14364                 marks lost on filesystems with different stat() results on
14365                 summer-/wintertime
14366
14367 2005-04-03 [colin]      1.9.6cvs23
14368
14369         * src/summaryview.c
14370                 Don't handle up/down. Patch by Alfons
14371
14372 2005-04-02 [colin]      1.9.6cvs22
14373
14374         * src/summaryview.c
14375                 Make scrolling faster. Patch by Alfons.
14376
14377 2005-04-01 [colin]      1.9.6cvs21
14378
14379         * src/Makefile.am
14380         * src/stock_pixmap.c
14381         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14382         * src/pixmaps/dir_noselect.xpm ** ADDED **
14383                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14384
14385 2005-04-01 [colin]      1.9.6cvs20
14386
14387         * src/image_viewer.c
14388         * src/image_viewer.h
14389         * src/procmime.c
14390         * src/procmime.h
14391         * src/textview.c
14392         * src/textview.h
14393                 Implement inline image resizing and right-clicking
14394
14395 2005-04-01 [paul]       1.9.6cvs19
14396
14397         * AUTHORS
14398         * Makefile.am
14399         * configure.ac
14400                 check for gnome2
14401                 patch by Luca Cavalli <loopback<AT>slackit.org>
14402         * po/ru.po
14403                 updated by Pavlo Bohmat
14404
14405 2005-03-31 [colin]      1.9.6cvs18
14406
14407         * src/news.c
14408                 Fix parsing references
14409         * src/msgcache.c
14410                 don't put nulls in the references list
14411         * src/procheader.c
14412                 commit that forgotten file in 1.9.6cvs14
14413
14414 2005-03-31 [colin]      1.9.6cvs17
14415
14416         * src/compose.c
14417                 Fix joining of signature separator again. 
14418                 Maybe Hiro could put it in main too...
14419
14420 2005-03-31 [colin]      1.9.6cvs16
14421
14422         * src/Makefile.am
14423         * src/foldersel.c
14424         * src/stock_pixmap.c
14425         * src/stock_pixmap.h
14426         * src/pixmaps/dir-noselect.xpm
14427                 Update foldersel.c (sync from main, patch by Alfons)
14428
14429 2005-03-30 [colin]      1.9.6cvs15
14430
14431         * src/imap.c
14432                 Fix handling of imap folders containing [] in 
14433                 their name. Thanks to Nahuel Angelinetti for
14434                 the detailed bugreport.
14435
14436 2005-03-30 [colin]      1.9.6cvs14
14437
14438         * src/common/utils.h
14439         * src/common/utils.c
14440         * src/common/defs.h
14441         * src/matcher.c
14442         * src/msgcache.c
14443         * src/news.c
14444         * src/procmsg.c
14445         * src/procmsg.h
14446         * src/quote_fmt_parse.y
14447         * src/summaryview.c
14448                 Update references system. Patch by Alfons
14449
14450 2005-03-30 [colin]      1.9.6cvs13
14451
14452         * src/common/socket.c
14453                 Force the glibc to read resolv.conf again when 
14454                 it has changed. Should fix issues when changing
14455                 networks on a laptop and not restarting sylpheed. 
14456
14457 2005-03-30 [paul]       1.9.6cvs12
14458
14459         partial sync with main:
14460
14461         * src/action.c
14462                 create_io_dialog(): use user-defined text font
14463                 (thanks to Alfons), and modified its appearance.
14464         * src/addrgather.c
14465         * src/addrharvest.c
14466         * src/browseldap.c
14467                 replace old code
14468         * src/compose.c
14469                 don't join (presumably) itemized lines on line-wrapping
14470                 fixed wrapping of quote when auto-wrapping is enabled
14471                 compose_destroy(): destroy paned only if it's not
14472                 attached to window. Fixed memory leak of popup menu.
14473         * src/exphtmldlg.c
14474         * src/expldifdlg.c
14475                 replace old code
14476         * src/html.c
14477         * src/html.h
14478         * src/importmutt.c
14479         * src/importpine.c
14480                 replace old code
14481         * src/main.c
14482                 removed redundant code
14483         * src/mainwindow.c
14484                 changed 'Code set' (which is rather incorrect)
14485                 in the menu to 'Character encoding'
14486                 main_window_set_widgets(): request size first
14487                 to prevent window size becoming wrong
14488                 fixed remembering of the state of the visibility
14489                 of MessageView
14490         * src/messageview.c
14491                 changed 'Code set' (which is rather incorrect)
14492                 in the menu to 'Character encoding'
14493         * src/prefs_common.c
14494         * src/prefs_common.h
14495                 added an option whether to render HTML as text or not
14496                 added separators to outgoing encoding menu
14497         * src/procheader.c
14498                 procheader_scan_date_string(): support header
14499                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14500         * src/summaryview.c
14501         * src/summaryview.h
14502                 minor code cleanup
14503         * src/textview.c
14504                 textview_show_html(): force output of newline
14505                 added an option whether to render HTML as text or not
14506         * src/common/utils.c
14507                 strncpy2(): optimized based on Alfons' code
14508         * src/gtk/gtkutils.c
14509         * src/gtk/gtkutils.h
14510                 removed non-used code
14511         * src/plugins/pgpmime/passphrase.c
14512                 partially fixed grab input of passphrase dialog
14513                 Confine pointer to window
14514
14515 2005-03-30 [colin]      1.9.6cvs11
14516
14517         * src/msgcache.c
14518         * src/msgcache.h
14519                 Read/write 32bit ints from cache & marks
14520                 From main.
14521
14522 2005-03-29 [paul]       1.9.6cvs10
14523
14524         * AUTHORS
14525         * ChangeLog.claws
14526         * src/compose.c
14527         * src/gtk/gtkaspell.c
14528                 sync with HEAD (don't pass NULL pointers) 
14529
14530 2005-03-24 [paul]
14531
14532         * tools/Makefile.am
14533         * tools/README
14534         * tools/acroread2sylpheed.pl
14535                 sync with HEAD (add script to send pdfs as
14536                 attachments from Adobe Reader 7)
14537
14538 2005-03-21 [paul]       1.9.6cvs9
14539
14540         * configure.ac
14541         * po/POTFILES.in
14542         * src/Makefile.am
14543         * src/crash.c
14544         * src/image_viewer.c ** ADDED **
14545         * src/image_viewer.h ** ADDED **
14546         * src/main.c
14547         * src/prefs_common.c
14548         * src/prefs_common.h
14549         * src/prefs_image_viewer.c ** ADDED **
14550         * src/prefs_image_viewer.h ** ADDED **
14551         * src/textview.c
14552         * src/gtk/about.c
14553         * src/pixmaps/sylpheed_logo.xpm
14554         * src/plugins/Makefile.am
14555         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14556         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14557         * src/plugins/image_viewer/plugin.c ** REMOVED **
14558         * src/plugins/image_viewer/viewer.c ** REMOVED **
14559         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14560         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14561         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14562         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14563         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14564                 as gdk-pixbuf is now built-in
14565                 remove image_viewer plugin and put code back into
14566                 main codebase
14567                 implement inline image display (sync with main)
14568
14569                 replace logo with newer, nicer, larger version  
14570
14571 2005-03-21 [paul]       1.9.6cvs8
14572
14573         * src/gtk/about.c
14574                 cosmetic improvement
14575
14576 2005-03-21 [holger]     1.9.6cvs7
14577
14578         * src/plugins/spamassassin/spamassassin.c
14579                 Sync with HEAD
14580                 (unregister hook on failed plugin init)
14581
14582 2005-03-20 [colin]      1.9.6cvs6
14583
14584         * src/common/plugin.c
14585                 Check that plugin isn't already loaded
14586                 Patch by Alfons
14587
14588 2005-03-20 [thorsten]   1.9.6cvs5
14589
14590         * src/compose.c
14591                 use a more compatible syntax
14592
14593 2005-03-20 [thorsten]   1.9.6cvs4
14594
14595         * src/prefs_toolbar.c
14596                 fix crash when selecting toolbar item (uninitialized pointer)
14597
14598 2005-03-20 [thorsten]   1.9.6cvs3
14599
14600         * src/procmime.c
14601                 fix mimetype detection (referenced free()d string)
14602
14603 2005-03-20 [paul]       1.9.6cvs2
14604
14605         * src/compose.c
14606                 sync with HEAD (1.0.3cvs5)
14607                 neglect Reply-To header if empty
14608                 Patch by Alfons 
14609
14610 2005-03-19 [holger]     1.9.6cvs1
14611
14612         * src/summaryview.c
14613         * src/summaryview.h
14614                 Sync with HEAD
14615
14616 2005-03-18 [paul]       1.9.6
14617
14618         initial GTK2 release
14619
14620 2005-03-18 [paul]       1.0.3cvs3.1
14621
14622         * AUTHORS
14623         * ChangeLog.claws
14624         * configure.ac
14625         * src/gtk/about.c
14626         * src/pixmaps/sylpheed_logo.xpm
14627                 sync with HEAD
14628
14629 2005-03-18 [colin]      1.0.3cvs2.6
14630
14631         * src/summaryview.c
14632                 Remove call to summary_step in summary_copy_selected_to
14633                 Can't see its purpose, and this causes bug when copying
14634                 a message if the next one is unread: it reads it.
14635
14636 2005-03-18 [paul]       1.0.3cvs2.5
14637
14638         * src/foldersel.c
14639                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14640
14641 2005-03-18 [paul]       1.0.3cvs2.4
14642
14643         * src/addrharvest.c
14644         * src/codeconv.c
14645         * src/codeconv.h
14646         * src/compose.c
14647         * src/news.c
14648         * src/procheader.c
14649         * src/procmime.c
14650         * src/unmime.c
14651         * src/unmime.h
14652                 fix buffer overflow, CAN-2005-0667, see
14653                 http://secunia.com/advisories/14491/
14654                 Patch by Alfons
14655
14656 2005-03-17 [colin]      1.0.3cvs2.3
14657
14658         * src/prefs_fonts.c
14659         * src/summaryview.c
14660                 Fix font bugs (both lists now officialy share 
14661                 the same font)
14662                 
14663
14664 2005-03-17 [paul]       1.0.3cvs2.2
14665
14666         * src/gtk/pluginwindow.c
14667                 make plugin descriptions uneditable
14668
14669 2005-03-11 [paul]       1.0.3cvs2.1
14670
14671         * ChangeLog.claws
14672         * configure.ac
14673         * po/POTFILES.in
14674         * src/plugins/trayicon/trayicon.c
14675                 sync with HEAD
14676                 add src/wizard.c to POTFILES.in
14677
14678 2005-03-11 [paul]       1.0.3cvs1.1
14679
14680         * ChangeLog
14681         * ChangeLog.claws
14682         * configure.ac
14683         * po/de.po
14684         * po/es.po
14685         * po/fr.po
14686         * po/it.po
14687         * po/pt_BR.po
14688         * po/ru.po
14689         * po/sk.po
14690         * po/sr.po
14691         * po/zh_CN.po
14692                 sync with HEAD
14693
14694 2005-03-04 [colin]      1.0.1cvs22.2
14695
14696         * src/compose.c
14697                 Fix signatures with accentued chars in it
14698
14699 2005-03-04 [colin]      1.0.1cvs22.1
14700
14701         * src/common/smtp.c
14702         * src/common/smtp.h
14703                 Don't use SIZE param in MAIL FROM: if server 
14704                 doesn't support it. Patch by Eugen Freiter
14705                 <eugen_f@users.sf.net>
14706
14707 2005-02-27 [paul]       1.0.1cvs20.1
14708
14709         * ChangeLog.claws
14710         * configure.ac
14711         * src/messageview.c
14712                 sync with HEAD
14713
14714 2005-02-27 [colin]      1.0.1cvs19.4
14715
14716         * src/procheader.c
14717         * src/procheader.h
14718                 Fix prototypes. Patch by Alfons
14719
14720 2005-02-27 [colin]      1.0.1cvs19.3
14721
14722         * src/compose.c
14723                 Don't auto-join the signature separator.
14724
14725 2005-02-26 [colin]      1.0.1cvs19.2
14726
14727         * src/summaryview.c
14728                 Fix 'mark all read' with collapsed threads.
14729                 Patch by Alfons.
14730
14731 2005-02-25 [paul]       1.0.1cvs19.1
14732
14733         * ChangeLog.claws
14734         * configure.ac
14735         * src/prefs_account.c
14736         * src/prefs_folder_item.c
14737         * src/gtk/prefswindow.c
14738         * src/gtk/prefswindow.h
14739                 sync with HEAD
14740
14741 2005-02-25 [paul]       1.0.1cvs15.12
14742
14743         * src/alertpanel.c
14744         * src/codeconv.c
14745         * src/compose.c
14746         * src/textview.c
14747         * src/gtk/gtkutils.c
14748         * src/gtk/gtkutils.h
14749         * src/gtk/logwindow.c
14750         * src/gtk/progressdialog.c
14751                 sync with main (revision 127)
14752                 and fix logwindow clipping
14753
14754 2005-02-24 [colin]      1.0.1cvs15.11
14755
14756         * src/plugins/pgpmime/passphrase.c
14757                 Disable input grabbing; it doesn't work yet.
14758
14759 2005-02-24 [colin]      1.0.1cvs15.10
14760
14761         * src/messageview.c
14762                 Don't send out receipts if offline. Ask.
14763
14764 2005-02-23 [colin]      1.0.1cvs15.9
14765
14766         * src/summaryview.c     
14767                 Fix expanding
14768
14769 2005-02-23 [colin]      1.0.1cvs15.8
14770
14771         * src/summaryview.c
14772                 Really fix Bug 568 by removing useless
14773                 calls. summary_thread_init() now called
14774                 in summary_sort(). This should please
14775                 Alfons as it should be faster than 
14776                 previously.
14777
14778 2005-02-23 [colin]      1.0.1cvs15.7
14779
14780         * src/compose.c
14781                 Encode parts as QP or B64 if signing
14782
14783 2005-02-23 [colin]      1.0.1cvs15.6
14784
14785         * src/compose.c
14786                 Fix Mimeinfo leakage (including tmp files)
14787         * src/procmsg.c
14788                 Fix tmp file leakage (spotted by Ivan Rayner)
14789
14790 2005-02-22 [colin]      1.0.1cvs15.5
14791
14792         * src/expldifdlg.c
14793                 Fix keyboard input. Patch by Alfons.
14794
14795 2005-02-21 [colin]      1.0.1cvs15.4
14796
14797         * src/compose.c
14798                 Fix Sign/Encrypt when unselecting privacy
14799                 system
14800         * src/prefs_common.c
14801                 Change default message font to Monospace
14802         * src/summaryview.c
14803                 More freezing during potentially large operations
14804
14805 2005-02-21 [paul]       1.0.1cvs15.3
14806
14807         * src/main.c
14808                 fix --help output
14809
14810 2005-02-21 [paul]       1.0.1cvs15.2
14811
14812         * po/Makefile.in.in
14813         * src/compose.c
14814         * src/summaryview.c
14815         * src/textview.c
14816         * src/common/utils.c
14817         * src/common/utils.h
14818                 sync with main (revision 117)
14819
14820 2005-02-20 [colin]      1.0.1cvs15.1
14821
14822         * src/common/defs.h
14823                 Change cache file to .sylpheed_claws_cache, as
14824                 suggested by Alfons. Allows people to switch
14825                 between Sylpheed and Sylpheed-Claws. it is
14826                 a good idea to "Check for new messages" at next
14827                 startup.
14828
14829
14830 2005-02-18 [colin]      1.0.1cvs14.1
14831
14832         * src/quote_fmt_lex.l
14833         * src/quote_fmt_parse.y
14834                 Fix parser initialisation. Patch by Ivan.
14835
14836 2005-02-18 [colin]      1.0.1cvs11.6
14837
14838         * src/folderview.c
14839                 Fix scrolldown (bug 662)
14840
14841 2005-02-17 [colin]      1.0.1cvs11.5
14842
14843         * src/codeconv.c
14844                 conv_filename_to_utf8: return clean 7bit instead
14845                 of broken utf8 if needed
14846         * src/mimeview.c
14847                 Fix display of parts with unclean 8bit names
14848
14849 2005-02-17 [paul]       1.0.1cvs11.4
14850
14851         * src/compose.c
14852         * src/exportldif.c
14853         * src/matcher_parser_parse.y
14854         * src/procmime.c
14855         * src/sourcewindow.c
14856         * src/common/Makefile.am
14857         * src/common/intl.h             ** REMOVED **
14858         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14859                 sync with main (revision 109)
14860                 and clean up
14861
14862 2005-02-16 [colin]      1.0.1cvs11.3
14863
14864         * src/summaryview.c
14865                 Fix collapsed thread not highlighting when new
14866                 messages in it (Bug 568) Patch by Stephan Sachse.
14867                 Fix messed up selection when reaching bounds (Bug 632)
14868         * src/prefs_themes.c
14869                 Fix theme installing (Bug 684)
14870
14871 2005-02-16 [colin]      1.0.1cvs11.2
14872
14873         * src/messageview.c
14874                 Fix messageview_select_all
14875
14876 2005-02-16 [colin]      1.0.1cvs11.1
14877
14878         * src/mh.c
14879                 Sync with HEAD (MH scan required function)
14880
14881 2005-02-15 [colin]      1.0.1cvs8.1
14882
14883         * src/mimeview.c
14884         * src/common/utils.c
14885                 Sync with HEAD (filename chars substitution)
14886
14887 2005-02-15 [colin]      1.0.1cvs7.3
14888
14889         * src/gtk/pluginwindow.c
14890                 Fix button spacing
14891
14892 2005-02-15 [colin]      1.0.1cvs7.2
14893
14894         * src/mimeview.c
14895                 Fix mime icons not reset across message when
14896                 scrolled down
14897
14898 2005-02-15 [colin]      1.0.1cvs7.1
14899
14900         * src/compose.c
14901         * src/procmime.c
14902                 Sync with HEAD (optimisation of cvs6)
14903
14904 2005-02-14 [colin]      1.0.1cvs6.1
14905
14906         * src/compose.c
14907         * src/procmime.c
14908                 Sync with HEAD (encode "From " at line beginning)
14909
14910 2005-02-14 [colin]      1.0.1cvs5.3
14911
14912         * src/compose.c
14913                 Fix wrapping with accentued chars.
14914
14915 2005-02-13 [colin]      1.0.1cvs5.2
14916
14917         * src/textview.c
14918                 Fix email informative part parsing with
14919                 accentued chars in it. ispunct() returns
14920                 true for them in utf8...
14921
14922 2005-02-12 [colin]      1.0.1cvs5.1
14923
14924         * src/filtering.c
14925                 Sync with HEAD (remove wrong use of compose after send)
14926
14927 2005-02-12 [paul]       1.0.1cvs4.5
14928
14929         * src/textview.c
14930                 remove unnecessary code (thanks to Alfons)
14931
14932 2005-02-12 [paul]       1.0.1cvs4.4
14933
14934         * src/textview.c
14935                 add 'Copy' to contextual menu on emails
14936
14937 2005-02-11 [colin]      1.0.1cvs4.3
14938
14939         * src/compose.c
14940                 revert 1.0.0cvs28.2, it doesn't work that well.
14941
14942 2005-02-11 [paul]       1.0.1cvs4.2
14943
14944         * po/Makefile.in.in
14945                 fix 'make release'
14946
14947 2005-02-10 [paul]       1.0.1cvs4.1
14948
14949         * ChangeLog
14950         * ChangeLog.claws
14951         * ChangeLog.jp
14952         * configure.ac
14953         * src/compose.c
14954                 sync with HEAD (sync with main)
14955
14956 2005-02-10 [paul]       1.0.1cvs3.2
14957
14958         * AUTHORS
14959         * Makefile.am
14960         * autogen.sh
14961         * configure.ac
14962         * config/mkinstalldirs
14963         * intl/.cvsignore
14964         * intl/ChangeLog
14965         * intl/VERSION
14966         * intl/bindtextdom.c
14967         * intl/config.charset
14968         * intl/dcgettext.c
14969         * intl/dcigettext.c
14970         * intl/dcngettext.c
14971         * intl/dgettext.c
14972         * intl/dngettext.c
14973         * intl/eval-plural.h
14974         * intl/explodename.c
14975         * intl/finddomain.c
14976         * intl/gettext.c
14977         * intl/gettextP.h
14978         * intl/gmo.h
14979         * intl/hash-string.h
14980         * intl/intl-compat.c
14981         * intl/l10nflist.c
14982         * intl/libgnuintl.h.in
14983         * intl/loadinfo.h
14984         * intl/loadmsgcat.c
14985         * intl/localcharset.c
14986         * intl/localcharset.h
14987         * intl/locale.alias
14988         * intl/localealias.c
14989         * intl/localename.c
14990         * intl/log.c
14991         * intl/ngettext.c
14992         * intl/os2compat.c
14993         * intl/os2compat.h
14994         * intl/osdep.c
14995         * intl/plural-exp.c
14996         * intl/plural-exp.h
14997         * intl/plural.c
14998         * intl/plural.y
14999         * intl/ref-add.sin
15000         * intl/ref-del.sin
15001         * intl/relocatable.c
15002         * intl/relocatable.h
15003         * intl/textdomain.c
15004         * m4/Makefile.am
15005         * po/Makefile.in.in
15006         * src/Makefile.am
15007         * src/account.c
15008         * src/action.c
15009         * src/addr_compl.c
15010         * src/addressadd.c
15011         * src/addressbook.c
15012         * src/addrgather.c
15013         * src/addrindex.c
15014         * src/alertpanel.c
15015         * src/browseldap.c
15016         * src/codeconv.c
15017         * src/codeconv.h
15018         * src/compose.c
15019         * src/compose.h
15020         * src/crash.c
15021         * src/editaddress.c
15022         * src/editbook.c
15023         * src/editgroup.c
15024         * src/editjpilot.c
15025         * src/editldap.c
15026         * src/editldap_basedn.c
15027         * src/editvcard.c
15028         * src/exphtmldlg.c
15029         * src/expldifdlg.c
15030         * src/export.c
15031         * src/exporthtml.c
15032         * src/filtering.c
15033         * src/folder.c
15034         * src/folder_item_prefs.c
15035         * src/foldersel.c
15036         * src/folderview.c
15037         * src/grouplistdialog.c
15038         * src/headerview.c
15039         * src/imap.c
15040         * src/imap_gtk.c
15041         * src/import.c
15042         * src/importldif.c
15043         * src/importmutt.c
15044         * src/importpine.c
15045         * src/inc.c
15046         * src/ldif.c
15047         * src/main.c
15048         * src/mainwindow.c
15049         * src/matcher.c
15050         * src/mbox.c
15051         * src/message_search.c
15052         * src/messageview.c
15053         * src/mh.c
15054         * src/mh_gtk.c
15055         * src/mimeview.c
15056         * src/msgcache.c
15057         * src/news.c
15058         * src/news_gtk.c
15059         * src/noticeview.c
15060         * src/partial_download.c
15061         * src/pop.c
15062         * src/prefs_account.c
15063         * src/prefs_actions.c
15064         * src/prefs_common.c
15065         * src/prefs_customheader.c
15066         * src/prefs_display_header.c
15067         * src/prefs_ext_prog.c
15068         * src/prefs_filtering.c
15069         * src/prefs_filtering_action.c
15070         * src/prefs_folder_item.c
15071         * src/prefs_fonts.c
15072         * src/prefs_gtk.c
15073         * src/prefs_matcher.c
15074         * src/prefs_msg_colors.c
15075         * src/prefs_spelling.c
15076         * src/prefs_summary_column.c
15077         * src/prefs_template.c
15078         * src/prefs_themes.c
15079         * src/prefs_toolbar.c
15080         * src/prefs_wrapping.c
15081         * src/privacy.c
15082         * src/procheader.c
15083         * src/procmime.c
15084         * src/procmsg.c
15085         * src/quote_fmt.c
15086         * src/recv.c
15087         * src/send_message.c
15088         * src/setup.c
15089         * src/sourcewindow.c
15090         * src/ssl_manager.c
15091         * src/statusbar.c
15092         * src/summary_search.c
15093         * src/summaryview.c
15094         * src/textview.c
15095         * src/toolbar.c
15096         * src/wizard.c
15097         * src/common/nntp.c
15098         * src/common/plugin.c
15099         * src/common/smtp.c
15100         * src/common/ssl.c
15101         * src/common/ssl_certificate.c
15102         * src/common/string_match.c
15103         * src/common/sylpheed.c
15104         * src/common/template.c
15105         * src/common/utils.c
15106         * src/gtk/about.c
15107         * src/gtk/colorlabel.c
15108         * src/gtk/description_window.c
15109         * src/gtk/filesel.c
15110         * src/gtk/foldersort.c
15111         * src/gtk/gtkaspell.c
15112         * src/gtk/gtkutils.c
15113         * src/gtk/inputdialog.c
15114         * src/gtk/logwindow.c
15115         * src/gtk/menu.c
15116         * src/gtk/pluginwindow.c
15117         * src/gtk/prefswindow.c
15118         * src/gtk/progressdialog.c
15119         * src/gtk/quicksearch.c
15120         * src/gtk/sslcertwindow.c
15121         * src/plugins/clamav/clamav_plugin.c
15122         * src/plugins/clamav/clamav_plugin_gtk.c
15123         * src/plugins/demo/demo.c
15124         * src/plugins/dillo_viewer/dillo_prefs.c
15125         * src/plugins/dillo_viewer/dillo_viewer.c
15126         * src/plugins/image_viewer/plugin.c
15127         * src/plugins/image_viewer/viewer.c
15128         * src/plugins/image_viewer/viewerprefs.c
15129         * src/plugins/mathml_viewer/mathml_viewer.c
15130         * src/plugins/pgpmime/passphrase.c
15131         * src/plugins/pgpmime/plugin.c
15132         * src/plugins/pgpmime/prefs_gpg.c
15133         * src/plugins/pgpmime/select-keys.c
15134         * src/plugins/pgpmime/sgpgme.c
15135         * src/plugins/spamassassin/spamassassin.c
15136         * src/plugins/spamassassin/spamassassin_gtk.c
15137         * src/plugins/trayicon/trayicon.c
15138                 sync with main (revision 104)
15139
15140 2005-02-10 [colin]      1.0.1cvs3.1
15141
15142         * src/mainwindow.c
15143                 Sync with HEAD (fix occasional crasher)
15144
15145 2005-02-10 [colin]      1.0.1cvs2.1
15146
15147         * src/messageview.c
15148                 Synw with HEAD (don't automatically display html)
15149
15150 2005-02-09 [colin]      1.0.1cvs1.3
15151
15152         * src/textview.c
15153         * src/textview.h
15154                 Add contextual menu on emails
15155
15156 2005-02-09 [colin]      1.0.1cvs1.2
15157
15158         * src/codeconv.c
15159                 Fix converting from broken headers and 
15160                 put back the _ in missing places
15161                 (feature broke with cvs24.2 sync, main 
15162                  possibly affected?)
15163
15164 2005-02-09 [colin]      1.0.1cvs1.1
15165
15166         * src/messageview.c
15167         * src/mimeview.c
15168         * src/mimeview.h
15169                 Sync with HEAD (display non text/plain mails with plugin)
15170
15171 2005-02-08 [colin]      1.0.1.1
15172
15173         * ChangeLog.claws
15174         * po/pt_BR.po
15175                 Sync with HEAD
15176         * configure.ac
15177                 Make default configuration directory 
15178                 be .sylpheed-gtk2
15179
15180 2005-02-08 [colin]      1.0.0cvs29.1
15181
15182         * po/de.po
15183         * po/es.po
15184         * po/fr.po
15185         * po/it.po
15186         * po/sk.po
15187         * po/sr.po
15188                 Sync translations with HEAD
15189
15190 2005-02-06 [colin]      1.0.0cvs28.3
15191
15192         * src/compose.c
15193                 Make compose a bit faster - patch by Alfons.
15194
15195 2005-02-06 [colin]      1.0.0cvs28.2
15196
15197         * src/compose.c
15198                 Make pasting via middle-click more reliable
15199
15200 2005-02-05 [paul]       1.0.0cvs28.1
15201
15202         * ChangeLog
15203         * ChangeLog.claws
15204         * ChangeLog.jp
15205         * configure.ac
15206         * src/compose.c
15207                 sync with HEAD
15208                 (fix bug 682 'redirect is broken'
15209
15210 2005-02-05 [torte]      1.0.0cvs27.1
15211
15212         * ChangeLog.claws
15213         * configure.ac
15214         * src/partial_download.c
15215                 Sync with HEAD (fix buf overflow)
15216
15217 2005-02-03 [colin]      1.0.0cvs26.1
15218
15219         * src/common/plugin.c
15220                 Sync with HEAD (avoid plugin mismatches)
15221
15222 2005-02-03 [paul]       1.0.0cvs25.3
15223
15224         * src/folderview.c
15225         * src/headerview.c
15226         * src/summaryview.c
15227         * src/textview.c
15228         * src/gtk/colorlabel.c
15229                 third and final part of initial sync with main-gtk2
15230
15231 2005-02-03 [paul]       1.0.0cvs25.2
15232
15233         * src/jpilot.c
15234                 fix building with jpilot support
15235
15236 2005-02-02 [colin]      1.0.0cvs25.1
15237
15238         * src/messageview.c
15239                 Sync with HEAD (fix dangerous typo)
15240
15241 2005-02-01 [colin]      1.0.0cvs24.3
15242
15243         * src/common/xml.c
15244                 Write file as advertised (UTF-8)
15245
15246 2005-02-01 [paul]       1.0.0cvs24.2
15247
15248         * src/addrbook.c
15249         * src/addrindex.c
15250         * src/alertpanel.h
15251         * src/codeconv.c
15252         * src/codeconv.h
15253         * src/compose.c
15254         * src/export.c
15255         * src/folder_item_prefs.c
15256         * src/html.c
15257         * src/imap.c
15258         * src/import.c
15259         * src/jpilot.c
15260         * src/mainwindow.c
15261         * src/matcher_parser_lex.l
15262         * src/messageview.c
15263         * src/mh.c
15264         * src/prefs_account.c
15265         * src/prefs_actions.c
15266         * src/prefs_common.c
15267         * src/prefs_gtk.c
15268         * src/prefs_gtk.h
15269         * src/prefs_themes.c
15270         * src/procheader.c
15271         * src/procmime.c
15272         * src/sourcewindow.c
15273         * src/statusbar.c
15274         * src/summaryview.c
15275         * src/textview.c
15276         * src/toolbar.c
15277         * src/unmime.c
15278         * src/common/template.c
15279         * src/common/utils.c
15280         * src/common/xml.c
15281         * src/common/xml.h
15282         * src/gtk/gtkaspell.c
15283         * src/plugins/clamav/clamav_plugin.c
15284         * src/plugins/dillo_viewer/dillo_prefs.c
15285         * src/plugins/image_viewer/viewerprefs.c
15286         * src/plugins/pgpmime/passphrase.c
15287         * src/plugins/pgpmime/prefs_gpg.c
15288         * src/plugins/pgpmime/select-keys.c
15289         * src/plugins/spamassassin/spamassassin.c
15290                 second part of initial sync with main-gtk2
15291                 (more to follow)
15292
15293 2005-01-31 [colin]      1.0.0cvs24.1
15294
15295         * src/compose.c
15296                 Sync with HEAD
15297
15298 2005-01-29 [paul]       1.0.0cvs23.2
15299
15300         * src/account.c
15301         * src/action.c
15302         * src/addressadd.c
15303         * src/addressbook.c
15304         * src/alertpanel.c
15305         * src/compose.c
15306         * src/editaddress.c
15307         * src/editbook.c
15308         * src/editgroup.c
15309         * src/editjpilot.c
15310         * src/editldap.c
15311         * src/editldap_basedn.c
15312         * src/editvcard.c
15313         * src/export.c
15314         * src/foldersel.c
15315         * src/grouplistdialog.c
15316         * src/import.c
15317         * src/importldif.c
15318         * src/inc.c
15319         * src/main.c
15320         * src/mainwindow.c
15321         * src/message_search.c
15322         * src/messageview.c
15323         * src/mimeview.c
15324         * src/prefs_actions.c
15325         * src/prefs_common.c
15326         * src/prefs_common.h
15327         * src/prefs_customheader.c
15328         * src/prefs_display_header.c
15329         * src/prefs_filtering.c
15330         * src/prefs_filtering_action.c
15331         * src/prefs_gtk.c
15332         * src/prefs_matcher.c
15333         * src/prefs_summary_column.c
15334         * src/prefs_template.c
15335         * src/sourcewindow.c
15336         * src/summary_search.c
15337         * src/summaryview.c
15338         * src/textview.c
15339         * src/gtk/about.c
15340         * src/gtk/description_window.c
15341         * src/gtk/gtkshruler.c
15342         * src/gtk/gtkutils.c
15343         * src/gtk/gtkutils.h
15344         * src/gtk/inputdialog.c
15345         * src/gtk/logwindow.c
15346         * src/gtk/prefswindow.c
15347         * src/gtk/progressdialog.c
15348         * src/gtk/progressdialog.h
15349                 first part of initial sync with main-gtk2
15350                 (more to follow)
15351
15352 2005-01-28 [colin]      1.0.0cvs23.1
15353
15354         * src/folderview.c
15355                 Sync with HEAD
15356
15357 2005-01-27 [colin]      1.0.0cvs21.1
15358
15359         * src/folder.c
15360         * src/folderview.c
15361                 Sync with HEAD
15362
15363 2005-01-27 [colin]      1.0.0cvs19.1
15364
15365         * src/procmime.c
15366                 Sync with HEAD
15367
15368 2005-01-27 [colin]      1.0.0cvs18.1
15369
15370         * src/messageview.c
15371         * src/summaryview.c
15372         * src/mainwindow.c
15373         * src/compose.c
15374         * src/compose.h
15375         * src/procmsg.c
15376         * src/procmsg.h
15377         * src/toolbar.c
15378                 Sync with HEAD
15379
15380 2005-01-26 [paul]       1.0.0cvs15.2
15381
15382         * src/compose.c
15383                 compose_entries_set(): convert subject and body to
15384                 utf8 if necessary. patch by Felix Eckhofer
15385
15386 2005-01-26 [paul]       1.0.0cvs15.1
15387
15388         * configure.ac
15389         * src/common/template.c
15390                 sync with HEAD (fix memory leak)
15391
15392 2005-01-25 [paul]       1.0.0cvs14.1
15393
15394         * configure.ac
15395         * src/compose.c
15396                 sync with HEAD
15397
15398 2005-01-24 [colin]      1.0.0cvs13.1
15399
15400         * src/summaryview.c
15401                 Sync with HEAD
15402
15403 2005-01-24 [paul]       1.0.0cvs12.1
15404
15405         * configure.ac
15406         * src/messageview.c
15407         * src/mh.c
15408         * src/common/utils.c
15409                 sync with HEAD
15410
15411 2005-01-24 [colin]      1.0.0cvs11.1
15412
15413         * src/procheader.c
15414                 Sync with HEAD
15415
15416 2005-01-24 [colin]      1.0.0cvs10.1
15417
15418         * src/folderview.c
15419                 Sync with HEAD
15420
15421 2005-01-23 [colin]      1.0.0cvs9.1
15422
15423         * src/crash.c
15424                 Sync with HEAD
15425
15426 2005-01-22 [colin]      1.0.0cvs8.1
15427
15428         * src/summaryview.c
15429         * src/gtk/quicksearch.c
15430                 Sync with HEAD
15431
15432 2005-01-21 [colin]      1.0.0cvs7.1
15433
15434         * src/summaryview.c
15435                 Sync with HEAD
15436
15437 2005-01-21 [colin]      1.0.0cvs6.1
15438
15439         * src/summaryview.c
15440                 Sync with HEAD
15441
15442 2005-01-21 [colin]      1.0.0cvs5.1
15443
15444         * src/gtk/quicksearch.c
15445         * src/prefs_common.c
15446         * src/prefs_common.h
15447                 Sync with HEAD (recurse option)
15448
15449 2005-01-21 [colin]      1.0.0cvs4.1
15450
15451         * src/folder.h
15452         * src/folderview.c
15453         * src/folderview.h
15454         * src/summaryview.c
15455         * src/gtk/quicksearch.c
15456         * src/gtk/quicksearch.h
15457                 Sync with HEAD (recursive quicksearch)
15458
15459 2005-01-20 [colin]      1.0.0cvs3.4
15460
15461         * src/ssl_manager.c
15462                 Remove useless code
15463
15464 2005-01-20 [colin]      1.0.0cvs3.3
15465
15466         * src/ssl_manager.c
15467                 Fix leak, thanks to Alfons.
15468
15469 2005-01-20 [colin]      1.0.0cvs3.2
15470
15471         * src/ssl_manager.c
15472                 Port SSL certificate window to GTK2.
15473
15474 2005-01-20 [paul]       1.0.0cvs3.1
15475
15476         * ChangeLog.claws
15477         * configure.ac
15478         * src/addrindex.c
15479         * src/addrindex.h
15480                 sync with HEAD
15481
15482 2005-01-19 [colin]      1.0.0cvs2.2
15483
15484         * src/plugins/trayicon/trayicon.c
15485                 Fix freeze with gtk-2.6, the easy way
15486                 (signal blocking helpless there...)
15487                 Closes bug #668.
15488
15489 2005-01-19 [colin]      1.0.0cvs2.1
15490
15491         * src/mbox.c
15492         * src/mbox.h
15493         * src/mainwindow.c
15494         * src/summaryview.c
15495         * src/summaryview.h
15496                 Sync with HEAD
15497
15498 2005-01-19 [paul]       1.0.0cvs1.1
15499
15500         * configure.ac
15501         * po/de.po
15502         * po/es.po
15503         * po/fr.po
15504         * po/hr.po
15505         * po/it.po
15506         * po/ja.po
15507         * po/ko.po
15508         * po/pt_BR.po
15509         * po/ru.po
15510         * po/sk.po
15511         * po/sr.po
15512                 sync with HEAD (update translations)
15513
15514 2005-01-18 [colin]      1.0.0cvs0.1
15515
15516         * src/foldersel.c
15517                 Specify search column - patch by Alfons
15518
15519 2005-01-18 [colin]      0.9.13cvs36.3
15520
15521         * src/prefs_toolbar.c
15522                 Change Delete to Remove
15523         * src/prefs_fonts.c
15524                 GTK2 version and leak fixes
15525         * src/prefs_actions.c
15526                 Add stock buttons.
15527                 All patches by Alfons
15528
15529 2005-01-17 [colin]      0.9.13cvs36.2
15530
15531         * src/compose.c
15532                 Fix DnD inserting twice. While at it,
15533                 add DnD support for text/plain in the
15534                 body, and add support in the headers.
15535
15536 2005-01-16 [colin]      0.9.13cvs36.1
15537
15538         * ChangeLog
15539         * ChangeLog.jp
15540         * ChangeLog.claws
15541                 Sync with HEAD (nothing applicable)
15542
15543 2005-01-16 [colin]      0.9.13cvs33.2
15544
15545         * src/prefs_toolbar.c
15546                 GTK2ize prefs_toolbar, by Alfons.
15547
15548 2005-01-14 [colin]      0.9.13cvs33.1
15549
15550         * src/html.c
15551         * src/msgcache.c
15552                 Sync with HEAD
15553
15554 2005-01-14 [colin]      0.9.13cvs32.1
15555
15556         * src/html.c
15557         * src/html.h
15558         * src/msgcache.c
15559         * AUTHORS
15560         * tools/calypso_convert.pl
15561                 Sync with HEAD
15562
15563 2005-01-08 [colin]      0.9.13cvs29.2
15564
15565         * src/prefs_filtering_action.c
15566         * src/prefs_filtering.c
15567                 2 more gtk2 patches by Alfons
15568
15569 2005-01-07 [paul]       0.9.13cvs29.1
15570
15571         * ChangeLog
15572         * ChangeLog.claws
15573         * ChangeLog.jp
15574         * configure.ac
15575         * src/pop.c
15576         * src/pop.h
15577                 sync with HEAD
15578
15579 2005-01-07 [colin]      0.9.13cvs28.3
15580
15581         * src/gtk/progressdialog.c
15582         * src/gtk/progressdialog.h
15583         * src/inc.c
15584         * src/send_message.c
15585                 GTK2 for the incorporation dialog. The CList isn't dead
15586                 yet, for a more smooth migration. Patch by Alfons.
15587
15588 2005-01-06 [colin]      0.9.13cvs28.2
15589
15590         * src/prefs_display_header.c
15591                 GTK2 conversion by Alfons
15592         * src/prefs_actions.c
15593         * src/prefs_matcher.c
15594                 Fix 2 leaks - patch by Alfons
15595
15596 2005-01-06 [colin]      0.9.13cvs28.1
15597
15598         * src/prefs_matcher.c
15599                 Sync with HEAD
15600
15601 2005-01-06 [colin]      0.9.13cvs27.4
15602
15603         * src/prefs_matcher.c
15604                 Fix double-free. Patch by Alfons
15605
15606 2005-01-06 [colin]      0.9.13cvs27.3
15607
15608         * src/prefs_matcher.c
15609                 GTK2 widgets + memleak
15610                 Patch by Alfons
15611
15612 2005-01-05 [colin]      0.9.13cvs27.2
15613
15614         * src/account.c
15615         * src/addr_compl.c
15616         * src/foldersel.c
15617         * src/stock_pixmap.c
15618         * src/stock_pixmap.h
15619                 3 more GTK2 patches by Alfons.
15620
15621 2005-01-04 [colin]      0.9.13cvs27.1
15622
15623         * src/folderview.c
15624         * src/imap_gtk.c
15625         * src/news_gtk.c
15626                 Sync with HEAD
15627
15628 2005-01-04 [colin]      0.9.13cvs25.9
15629
15630         * src/compose.c
15631                 Fix Show Ruler menuitem
15632         * src/prefs_template.c
15633                 Convert to GTK2
15634         * src/common/utils.c
15635                 Make auto pointer stuff handles NULLs
15636                 Patches by Alfons.
15637
15638 2005-01-04 [colin]      0.9.13cvs25.8
15639
15640         * src/compose.c
15641                 Move the attachment list to gtk2
15642                 Patch by Alfons.
15643
15644 2005-01-04 [colin]      0.9.13cvs25.7
15645
15646         * src/textview.c
15647                 Make some keys work again
15648                 Patch by SungHyun Nam <namsh@kldp.org>
15649
15650 2005-01-04 [colin]      0.9.13cvs25.6
15651
15652         * src/gtk/gtkshruler.c
15653                 Move the ruler to GTK2
15654                 Patch by Alfons
15655
15656 2005-01-03 [colin]      0.9.13cvs25.5
15657
15658         * src/compose.c
15659                 Fix my broken patch apply 
15660
15661 2005-01-03 [colin]      0.9.13cvs25.4
15662
15663         * src/common/utils.c
15664         * src/common/utils.h
15665         * src/gtk/prefswindow.c
15666                 Move auto pointer stuff to utils.c
15667                 Patch by Alfons again :)
15668
15669 2005-01-03 [colin]      0.9.13cvs25.3
15670
15671         * src/compose.c
15672         * src/prefs_gtk.c
15673         * src/prefs_template.c
15674         * src/textview.c
15675                 Empty text widgets with empty strings, not NULL char
15676                 Patch by SungHyun Nam <namsh@kldp_org>
15677
15678 2005-01-03 [colin]      0.9.13cvs25.2
15679
15680         * src/main.c
15681         * AUTHORS
15682                 Sync with HEAD
15683
15684 2005-01-03 [colin]      0.9.13cvs25.1
15685
15686         * src/pop.c
15687         * src/pop.h
15688                 Sync with HEAD
15689
15690 2005-01-03 [colin]      0.9.13cvs24.3
15691
15692         * src/account.c
15693                 Two patches from Alfons and Alex S Moore:
15694                 fix images, fix return value.
15695
15696 2005-01-01 [colin]      0.9.13cvs24.2
15697
15698         * src/prefs_actions.c
15699                 Fix over-zealous assertion. Patch by Alfons
15700
15701 2005-01-01 [colin]      0.9.13cvs24.1
15702
15703         * src/procmime.c
15704                 Sync with HEAD (leak fix)
15705
15706 2004-12-31 [colin]      0.9.13cvs23.2
15707
15708         * src/prefs_common.c
15709                 GTK2 widgets + stock buttons - patch by Alfons
15710
15711 2004-12-31 [paul]       0.9.13cvs23.1
15712
15713         * configure.ac
15714                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15715         * src/gtk/pluginwindow.c
15716                 use GTK2 widgets and plug memory leaks,
15717                 patches by Alfons
15718
15719 2004-12-30 [colin]      0.9.13cvs22.4
15720
15721         * src/account.c
15722         * src/action.c
15723         * src/export.c
15724         * src/foldersel.c
15725         * src/import.c
15726         * src/message_search.c
15727         * src/prefs_actions.c
15728         * src/prefs_common.c
15729         * src/prefs_customheader.c
15730         * src/prefs_filtering.c
15731         * src/prefs_summary_column.c
15732         * src/summary_search.c
15733         * src/gtk/about.c
15734         * src/gtk/description_window.c
15735         * src/gtk/gtkutils.c
15736         * src/gtk/gtkutils.h
15737         * src/gtk/inputdialog.c
15738         * src/gtk/prefswindow.c
15739                 Use GTK2 stock buttons. Patches by Alfons.
15740
15741 2004-12-30 [colin]      0.9.13cvs22.3
15742
15743         * src/account.c
15744                 Sync with HEAD
15745         * src/prefs_actions.c
15746         * src/prefs_customheader.c
15747         * src/prefs_filtering.c
15748         * src/prefs_msg_colors.c
15749         * src/prefs_summary_column.c
15750         * src/gtk/prefswindow.c
15751                 Use GtkTreeView instead of deprecated 
15752                 widgets. Patches by Alfons.
15753
15754 2004-12-30 [paul]       0.9.13cvs22.2
15755
15756         * src/foldersel.c
15757                 use GTK 2 Tree View
15758                 patch by Alfons, with root folder sorting fix
15759                 by Stephan Sachse
15760
15761 2004-12-30 [paul]       0.9.13cvs22.1
15762
15763         * ChangeLog
15764         * ChangeLog.claws
15765         * ChangeLog.jp
15766         * NEWS
15767         * configure.ac
15768         * src/account.c
15769                 sync with HEAD
15770
15771 2004-12-22 [martin]     0.9.13cvs21.2
15772
15773         * src/action.c
15774                 free the command line after its use
15775
15776 2004-12-18 [paul]       0.9.13cvs21.1
15777
15778         * AUTHORS
15779         * ChangeLog
15780         * ChangeLog.claws
15781         * ChangeLog.jp
15782         * NEWS
15783         * configure.ac
15784         * src/action.c
15785         * src/compose.c
15786         * src/syldap.c
15787                 sync with HEAD
15788
15789 2004-12-17 [martin]     0.9.13cvs17.2
15790
15791         * src/action.c
15792                 convert actions input to locale
15793         * src/inc.c
15794                 convert notification command to locale
15795         * src/plugins/pgpmime/select-keys.c
15796                 convert attributes to utf8
15797
15798 2004-12-14 [colin]      0.9.13cvs17.1
15799
15800         * ChangeLog
15801         * ChangeLog.jp
15802         * ChangeLog.claws
15803         * src/action.c
15804         * src/common/utils.c
15805         * src/gtk/prefswindow.c
15806         * src/gtk/gtkutils.c
15807         * src/gtk/gtkutils.h
15808         * src/plugins/spamassassin/libspamc.c
15809                 Sync with HEAD
15810
15811 2004-12-13 [colin]      0.9.13cvs14.1
15812
15813         * src/quote_fmt_parse.y
15814                 Sync with HEAD
15815
15816 2004-12-10 [colin]      0.9.13cvs12.1
15817
15818         * src/prefs_themes.c
15819         * src/mainwindow.c
15820         * src/messageview.c
15821                 Sync with HEAD
15822
15823 2004-12-09 [colin]      0.9.13cvs10.1
15824
15825         * src/procmime.c
15826                 Sync with HEAD (fix B64 encoding from memory)
15827
15828 2004-12-08 [colin]      0.9.13cvs9.1
15829
15830         * src/gtk/colorlabel.c
15831                 Sync with HEAD
15832
15833 2004-12-08 [paul]       0.9.13cvs8.2
15834
15835         * src/gtk/pluginwindow.c
15836                 fix window resizing oddities
15837
15838 2004-12-08 [colin]      0.9.13cvs8.1
15839
15840         * src/quote_fmt_parse.y
15841                 Sync with HEAD
15842
15843 2004-12-08 [colin]      0.9.13cvs7.1
15844
15845         * src/matcher_parser_parse.y
15846         * src/msgcache.c
15847         * src/prefs_matcher.c
15848         * src/procheader.c
15849         * src/matcher.c
15850         * src/common/defs.h
15851         * po/sr.po
15852                 Sync with HEAD
15853
15854 2004-12-08 [colin]      0.9.13cvs6.1
15855
15856         * src/quote_fmt_parse.y
15857         * src/textview.c
15858                 Sync with HEAD
15859         * src/gtk/prefswindow.c
15860         * src/gtk/pluginwindow.c
15861                 Fix G_CALLBACKS protos (thanks to Alfons)
15862
15863 2004-12-07 [torte]      0.9.13cvs2.2
15864
15865         * src/procmime.c
15866                 [Bug 650] reply button causes crash
15867                 Thanks to David Relson and Christoph
15868
15869 2004-12-07 [colin]      0.9.13cvs2.1
15870
15871         * ChangeLog.claws
15872         * AUTHORS
15873         * po/sk.po
15874         * src/procmime.c
15875         * src/prefs_account.c
15876         * src/common/smtp.c
15877         * src/common/smtp.h
15878                 Sync with HEAD
15879
15880 2004-12-06 [colin]      0.9.12cvs187.1
15881
15882         * ChangeLog.claws
15883         * INSTALL
15884         * Makefile.am
15885         * README.claws
15886         * TODO.claws
15887         * configure.ac
15888         * po/bg.po
15889         * po/cs.po
15890         * po/el.po
15891         * po/en_GB.po
15892         * po/es.po
15893         * po/fr.po
15894         * po/hr.po
15895         * po/hu.po
15896         * po/it.po
15897         * po/ja.po
15898         * po/ko.po
15899         * po/nl.po
15900         * po/pl.po
15901         * po/pt_BR.po
15902         * po/ru.po
15903         * po/sk.po
15904         * po/sr.po
15905         * po/sv.po
15906         * po/zh_CN.po
15907         * po/zh_TW.Big5.po
15908         * src/compose.c
15909         * tools/Makefile.am
15910         * tools/README
15911         * tools/filter_conv.pl
15912         * tools/kdeservicemenu/README
15913         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15914         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15915                 Sync with HEAD
15916
15917 2004-12-04 [colin]      0.9.12cvs183.1
15918
15919         * src/compose.c
15920                 Sync with HEAD (compose window position saving)
15921
15922 2004-12-04 [paul]       0.9.12cvs182.3
15923
15924         * src/messageview.c
15925         * src/mimeview.c
15926         * src/prefs_customheader.c
15927         * src/gtk/quicksearch.c
15928                 replace some forgotten GTK_SIGNAL_FUNCs
15929
15930 2004-12-04 [paul]       0.9.12cvs182.2
15931
15932         * src/Makefile.am
15933                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
15934                 committed in error      
15935
15936 2004-12-04 [paul]       0.9.12cvs182.1
15937
15938         * ChangeLog
15939         * ChangeLog.claws
15940         * ChangeLog.jp
15941         * INSTALL
15942         * NEWS
15943         * README
15944         * README.jp
15945         * configure.ac
15946         * doc/manual/ja/Makefile.am
15947         * doc/manual/ja/sylpheed-1.html
15948         * doc/manual/ja/sylpheed-10.html
15949         * doc/manual/ja/sylpheed-11.html
15950         * doc/manual/ja/sylpheed-12.html
15951         * doc/manual/ja/sylpheed-13.html
15952         * doc/manual/ja/sylpheed-14.html
15953         * doc/manual/ja/sylpheed-15.html
15954         * doc/manual/ja/sylpheed-16.html
15955         * doc/manual/ja/sylpheed-17.html
15956         * doc/manual/ja/sylpheed-18.html
15957         * doc/manual/ja/sylpheed-19.html
15958         * doc/manual/ja/sylpheed-2.html
15959         * doc/manual/ja/sylpheed-20.html
15960         * doc/manual/ja/sylpheed-3.html
15961         * doc/manual/ja/sylpheed-4.html
15962         * doc/manual/ja/sylpheed-5.html
15963         * doc/manual/ja/sylpheed-6.html
15964         * doc/manual/ja/sylpheed-7.html
15965         * doc/manual/ja/sylpheed-8.html
15966         * doc/manual/ja/sylpheed-9.html
15967         * doc/manual/ja/sylpheed.html
15968         * doc/manual/ja/sylpheed.sgml
15969         * po/de.po
15970         * src/Makefile.am
15971         * src/compose.c
15972         * src/procmime.c
15973         * src/pixmaps/regular.xpm **REMOVED**
15974         * src/plugins/pgpmime/pgpmime.c
15975         * src/plugins/pgpmime/plugin.c
15976         * src/plugins/pgpmime/prefs_gpg.c
15977                 sync with HEAD
15978
15979 2004-12-03 [paul]       0.9.12cvs180.1
15980
15981         * ChangeLog
15982         * ChangeLog.claws
15983         * ChangeLog.jp
15984         * configure.ac
15985         * src/Makefile.am
15986         * src/pop.c
15987         * src/common/utils.c
15988         * src/common/utils.h
15989         * src/pixmaps/continue.xpm
15990         * src/pixmaps/dir_close.xpm
15991         * src/pixmaps/dir_open.xpm
15992         * src/pixmaps/drafts_close.xpm
15993         * src/pixmaps/drafts_open.xpm
15994         * src/pixmaps/folder.xpm **REMOVED**
15995         * src/pixmaps/group.xpm
15996         * src/pixmaps/unread.xpm
15997                 sync with HEAD
15998
15999 2004-12-02 [colin]      0.9.12cvs179.1
16000
16001         * src/compose.c
16002                 Sync with HEAD (non-duplicated reedition)
16003
16004 2004-12-02 [colin]      0.9.12cvs178.1
16005
16006         * src/compose.c
16007                 Sync with HEAD (linewrap_quote fix)
16008
16009 2004-12-01 [colin]      0.9.12cvs177.3
16010
16011         * src/addrharvest.c
16012                 Replace sizeof with strlen
16013
16014 2004-12-01 [paul]       0.9.12cvs177.2
16015
16016         * src/addrharvest.c
16017                 fix 'harvest addresses'
16018
16019 2004-11-30 [colin]      0.9.12cvs177.1
16020
16021         * src/gtk/prefswindow.c
16022         * src/gtk/pluginwindow.c
16023                 Sync with HEAD
16024
16025 2004-11-29 [colin]      0.9.12cvs176.1
16026
16027         * src/folderview.c
16028                 sync with HEAD (Fix disappearing separators in folderview's popup)
16029
16030 2004-11-29 [colin]      0.9.12cvs175.1
16031
16032         * src/procmime.c
16033                 Sync with head (another format fix)
16034
16035 2004-11-29 [colin]      0.9.12cvs174.1
16036
16037         * src/pop.c
16038                 Sync with HEAD (format string fix)
16039
16040 2004-11-26 [colin]      0.9.12cvs173.1
16041
16042         * src/common/smtp.c
16043         * src/common/smtp.h
16044                 Sync with HEAD
16045
16046 2004-11-24 [colin]      0.9.12cvs172.1
16047
16048         * src/plugins/pgpmime/pgpmime.c
16049                 Sync with HEAD
16050
16051 2004-11-24 [colin]      0.9.12cvs171.1
16052
16053         * src/plugins/pgpmime/pgpmime.c
16054                 Sync with head (gpgmectx leaks)
16055
16056 2004-11-24 [colin]      0.9.12cvs169.1
16057
16058         * src/plugins/pgpmime/plugin.c
16059         * src/plugins/trayicon/Makefile.am
16060         * src/plugins/trayicon/newmarkedmail.xpm
16061         * src/plugins/trayicon/trayicon.c
16062         * src/plugins/trayicon/unreadmarkedmail.xpm
16063                 Sync with HEAD
16064
16065 2004-11-23 [colin]      0.9.12cvs168.1
16066
16067         * src/partial_download.c
16068         * src/partial_download.h
16069         * src/plugins/pgpmime/plugin.c
16070                 Sync with HEAD
16071
16072 2004-11-23 [colin]      0.9.12cvs166.1
16073
16074         * src/Makefile.am
16075         * src/codeconv.c
16076         * src/compose.c
16077         * src/folderview.c
16078         * src/main.c
16079         * src/partial_download.c
16080         * src/partial_download.h
16081         * src/prefs_account.c
16082         * src/prefs_account.h
16083         * src/privacy.c
16084         * src/privacy.h
16085         * src/procmime.c
16086         * src/common/Makefile.am
16087         * src/common/base64.h
16088         * src/common/partial_download.c
16089         * src/common/partial_download.h
16090         * src/gtk/prefswindow.c
16091         * src/gtk/prefswindow.h
16092         * src/plugins/pgpmime/pgpmime.c
16093         * src/plugins/pgpmime/prefs_gpg.c
16094         * src/plugins/pgpmime/prefs_gpg.h
16095         * src/plugins/pgpmime/sgpgme.c
16096         * src/plugins/pgpmime/sgpgme.h
16097                 Sync with HEAD
16098
16099 2004-11-23 [colin]      0.9.12cvs163.1
16100
16101         * src/main.c
16102                 Sync with HEAD (cursor optimization)
16103
16104 2004-11-23 [colin]      0.9.12cvs162.1
16105
16106         * src/prefs_common.c
16107         * src/prefs_themes.c
16108         * src/procmsg.c
16109                 Sync with HEAD
16110
16111 2004-11-23 [colin]      0.9.12cvs158.9
16112
16113         * src/compose.c
16114                 Fix double-free when forwarding
16115         * src/msgcache.c
16116                 Fix leak on error path
16117                 
16118
16119 2004-11-23 [colin]      0.9.12cvs158.8
16120
16121         * src/compose.c
16122                 Fix possible double-free
16123                 Spotted by Alfons
16124
16125 2004-11-23 [colin]      0.9.12cvs158.7
16126
16127         * src/compose.c
16128                 Fix some signal handlers' prototypes
16129                 Spotted by Alfons
16130
16131 2004-11-22 [colin]      0.9.12cvs158.6
16132
16133         * src/compose.c
16134                 Remove unneeded code and duplicated
16135                 wrapping - patch by Alfons
16136
16137 2004-11-22 [colin]      0.9.12cvs158.5
16138
16139         * src/prefs_themes.c
16140                 Fix oversized selector
16141
16142 2004-11-22 [colin]      0.9.12cvs158.4
16143
16144         * src/compose.c
16145                 fix dump_text()
16146                 patch by Alfons
16147
16148 2004-11-19 [colin]      0.9.12cvs158.3
16149
16150         * src/textview.c
16151                 Add a context menu on links (open, copy)
16152
16153 2004-11-18 [paul]       0.9.12cvs158.2
16154
16155         * src/addrgather.c
16156         * src/exphtmldlg.c
16157         * src/expldifdlg.c
16158         * src/mimeview.c
16159         * src/prefs_common.c
16160         * src/plugins/image_viewer/viewer.c
16161         * src/plugins/spamassassin/spamassassin_gtk.c
16162                 replace deprecated gtk_notebook_set_page
16163                 and gtk_notebook_current_page
16164
16165 2004-11-18 [paul]       0.9.12cvs158.1
16166
16167         * configure.ac
16168         * src/compose.c
16169         * src/mainwindow.c
16170         * src/messageview.c
16171         * src/prefs_common.c
16172         * src/common/utils.c
16173         * src/common/utils.h
16174                 sync with HEAD
16175
16176 2004-11-17 [colin]      0.9.12cvs156.1
16177
16178         * src/prefs_account.c
16179         * src/prefs_account.h
16180         * src/procmsg.c
16181                 Sync with HEAD (add pref to store encrypted mails encrypted)
16182
16183 2004-11-17 [paul]       0.9.12cvs155.1
16184
16185         * ChangeLog
16186         * ChangeLog.claws
16187         * ChangeLog.jp
16188         * NEWS
16189         * configure.ac
16190         * src/compose.c
16191         * src/jpilot.c
16192         * src/privacy.c
16193         * src/procmime.c
16194         * src/procmime.h
16195         * src/procmsg.c
16196         * src/toolbar.c
16197         * src/pixmaps/error.xpm
16198                 sync with HEAD
16199
16200 2004-11-17 [colin]      0.9.12cvs151.1
16201
16202         * src/plugins/pgpmime/pgpmime.c
16203                 Sync with HEAD (remove debug printf)
16204
16205 2004-11-17 [colin]      0.9.12cvs150.1
16206
16207         * src/plugins/pgpmime/pgpmime.c
16208                 Sync with HEAD (off-by-one fix)
16209
16210 2004-11-17 [colin]      0.9.12cvs149.1
16211
16212         * src/procmsg.c
16213                 Sync with HEAD (coding style fixes)
16214
16215 2004-11-16 [colin]      0.9.12cvs148.1
16216
16217         * src/procmsg.c
16218                 Sync with head (Fix the fix)
16219
16220 2004-11-16 [colin]      0.9.12cvs147.1
16221
16222         * src/procmsg.c
16223                 Sync with Main (leak fix)
16224
16225 2004-11-16 [colin]      0.9.12cvs146.14
16226
16227         * src/compose.c
16228                 Remove useless chunk of code
16229                 Patch by Alfons
16230
16231 2004-11-15 [colin]      0.9.12cvs146.13
16232
16233         * src/compose.c
16234                 Fix drafting after insertion
16235                 Patch by Alfons
16236
16237 2004-11-15 [colin]      0.9.12cvs146.12
16238
16239         * src/compose.c
16240         * src/prefs_filtering.c
16241         * src/prefs_filtering_action.c
16242         * src/prefs_toolbar.c
16243                 Fix some const-correctness
16244
16245 2004-11-15 [colin]      0.9.12cvs146.11
16246
16247         * src/summaryview.c
16248         * src/prefs_themes.c
16249         * src/messageview.c
16250                 Fix some leaks
16251
16252 2004-11-15 [colin]      0.9.12cvs146.10
16253
16254         * src/codeconv.c
16255                 More unreadable locale fixes
16256
16257 2004-11-14 [colin]      0.9.12cvs146.9
16258
16259         * src/textview.c
16260                 Fix uri_security_check
16261                 Patch by Alfons
16262
16263 2004-11-13 [paul]       0.9.12cvs146.8
16264
16265         * src/folder.c
16266         * src/procmime.c
16267                 fix 2 bugs introduced in last commit
16268
16269 2004-11-13 [paul]       0.9.12cvs146.7
16270
16271         * src/compose.c
16272         * src/exporthtml.c
16273         * src/exportldif.c
16274         * src/folder.c
16275         * src/imap.c
16276         * src/imap_gtk.c
16277         * src/main.c
16278         * src/mainwindow.c
16279         * src/messageview.c
16280         * src/mh_gtk.c
16281         * src/prefs_themes.c
16282         * src/procmime.c
16283         * src/setup.c
16284         * src/summaryview.c
16285                 replace deprecated g_basename
16286
16287 2004-11-13 [paul]       0.9.12cvs146.6
16288
16289         * src/compose.c
16290         * src/imap.c
16291         * src/matcher_parser.h
16292         * src/matcher_parser_parse.y
16293         * src/prefs_filtering.c
16294         * src/prefs_filtering_action.c
16295         * src/prefs_themes.c
16296         * src/prefs_toolbar.c
16297         * src/common/utils.c
16298                 various small fixes/cleanups
16299
16300 2004-11-12 [colin]      0.9.12cvs146.5
16301
16302         * src/textview.c
16303                 Validate event's origin on visibility notify
16304                 Patch by Alfons.
16305
16306 2004-11-12 [paul]       0.9.12cvs146.4
16307
16308         * src/exporthtml.c
16309         * src/exportldif.c
16310         * src/imap.c
16311         * src/mh.c
16312         * src/mimeview.c
16313         * src/prefs_spelling.c
16314         * src/prefs_themes.c
16315                 replace deprecated g_dirname    
16316
16317 2004-11-12 [colin]      0.9.12cvs146.3
16318
16319         * src/textview.c
16320                 Some coding style fixes
16321
16322 2004-11-12 [colin]      0.9.12cvs146.2
16323
16324         * src/codeconv.c
16325                 We want to replace _all_ extended chars in
16326                 conv_unreadable_*, because any string containing
16327                 extended chars not parsing as UTF8 is 
16328                 undisplayed on gtk2.
16329
16330 2004-11-12 [paul]       0.9.12cvs146.1
16331
16332         * ChangeLog
16333         * ChangeLog.claws
16334         * ChangeLog.jp
16335         * NEWS
16336         * configure.ac
16337         * src/account.c
16338         * src/folderview.c
16339         * src/folderview.h
16340         * src/imap.c
16341         * src/imap_gtk.c
16342         * src/inc.c
16343         * src/mainwindow.c
16344         * src/mh_gtk.c
16345         * src/news_gtk.c
16346         * src/pop.c
16347         * src/prefs_account.c
16348         * src/prefs_account.h
16349         * src/prefs_ext_prog.c
16350         * src/procmime.c
16351         * src/procmime.h
16352         * src/procmsg.c
16353         * src/procmsg.h
16354         * src/summary_search.c
16355         * src/summaryview.c
16356         * src/textview.c
16357         * src/common/defs.h
16358         * src/common/utils.c
16359         * src/common/utils.h
16360         * src/gtk/menu.c
16361         * src/gtk/menu.h
16362                 sync with HEAD
16363
16364 2004-11-11 [colin]      0.9.12cvs144.2
16365
16366         * src/textview.c
16367                 Fix URI range selection (patch by Alfons)
16368
16369 2004-11-09 [colin]      0.9.12cvs144.1
16370
16371         * ChangeLog.claws
16372         * src/compose.c
16373         * src/folder.c
16374         * src/folder_item_prefs.c
16375         * src/prefs_account.c
16376         * src/prefs_account.h
16377         * src/plugins/pgpmime/pgpmime.c
16378                 Sync with HEAD
16379
16380 2004-11-08 [colin]      0.9.12cvs143.1
16381
16382         * src/summaryview.c
16383                 Sync with HEAD (optimize quicksearch)
16384
16385 2004-11-08 [colin]      0.9.12cvs142.2
16386
16387         * src/compose.c
16388                 Don't wrap when Edit/Auto wrapping is disabled
16389
16390 2004-11-08 [colin]      0.9.12cvs142.1
16391
16392         * src/textview.c
16393                 Sync with HEAD
16394
16395 2004-11-08 [colin]      0.9.12cvs141.1
16396
16397         * src/textview.c
16398                 Sync with HEAD (fix some mail URIs)
16399
16400 2004-11-08 [colin]      0.9.12cvs140.3
16401
16402         * src/textview.c
16403                 o Use text cursor instead of arrow when
16404                   not on a link
16405                 o Fix handling of contiguous links (as in
16406                   "colin@colino.net" <colin@colino.net>)
16407                   This one unveils a bug in get_email_part()
16408
16409 2004-11-07 [colin]      0.9.12cvs140.2
16410
16411         * src/textview.c
16412                 Fix memleak. Patch by Alfons.
16413
16414 2004-11-06 [colin]      0.9.12cvs140.1
16415
16416         * src/compose.c
16417                 Sync with HEAD (don't ask passphrase
16418                 when drafting)
16419
16420 2004-11-06 [paul]       0.9.12cvs139.2
16421
16422         * AUTHORS
16423         * src/textview.c
16424         * src/textview.h
16425                 textview URI handling. hovering over a 
16426                 link displays it in the status bar,
16427                 and changes the mouse pointer to a hand 
16428                 cursor. a link is activated with a single 
16429                 click. (Modified from the) patch by Jean-Yves 
16430                 Lefort <jylefort@users.sourceforge.net>
16431                 
16432
16433 2004-11-05 [colin]      0.9.12cvs139.1
16434
16435         * src/compose.c
16436         * src/procmime.c
16437                 Sync with HEAD again ^^
16438
16439 2004-11-05 [colin]      0.9.12cvs139.1
16440
16441         * src/compose.c
16442         * src/procmime.c
16443                 Sync with HEAD
16444
16445 2004-11-03 [paul]       0.9.12cvs138.1
16446
16447         * ChangeLog.claws
16448         * configure.ac
16449         * po/POTFILES.in
16450         * src/prefs_ext_prog.c
16451         * src/procmime.c
16452         * tools/kdeservicemenu/README
16453         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16454         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16455                 sync with HEAD
16456
16457 2004-11-01 [christoph]  0.9.12cvs136.2
16458
16459         * src/procmime.c
16460                 convert MIME parameters to UTF-8
16461
16462 2004-10-29 [colin]      0.9.12cvs136.1
16463
16464         * src/common/utils.c
16465                 Sync with HEAD (don't use '=' in mime boundary)
16466
16467 2004-10-29 [paul]       0.9.12cvs135.1
16468
16469         * configure.ac
16470         * doc/src/rfc2231.txt
16471         * src/procmime.c
16472         * src/common/quoted-printable.c
16473         * src/common/utils.c
16474         * src/common/utils.h
16475                 sync with HEAD
16476
16477 2004-10-27 [paul]       0.9.12cvs134.1
16478
16479         * configure.ac
16480         * src/main.c
16481         * src/procmime.c
16482         * src/plugins/pgpmime/pgpmime.c
16483                 sync with HEAD
16484
16485 2004-10-26 [paul]       0.9.12cvs132.3
16486
16487         * src/account.c
16488         * src/addressbook.c
16489         * src/addrgather.c
16490         * src/addrharvest.c
16491         * src/codeconv.c
16492         * src/compose.c
16493         * src/customheader.c
16494         * src/editaddress.c
16495         * src/editgroup.c
16496         * src/enriched.c
16497         * src/expldifdlg.c
16498         * src/exporthtml.c
16499         * src/exportldif.c
16500         * src/folder.c
16501         * src/foldersel.c
16502         * src/folderview.c
16503         * src/grouplistdialog.c
16504         * src/html.c
16505         * src/imap.c
16506         * src/jpilot.c
16507         * src/ldapserver.c
16508         * src/ldif.c
16509         * src/mimeview.c
16510         * src/news.c
16511         * src/news_gtk.c
16512         * src/pop.c
16513         * src/prefs_display_header.c
16514         * src/prefs_gtk.c
16515         * src/prefs_msg_colors.c
16516         * src/prefs_toolbar.c
16517         * src/procheader.c
16518         * src/procmime.c
16519         * src/summaryview.c
16520         * src/textview.c
16521         * src/toolbar.c
16522         * src/vcard.c
16523         * src/common/mgutils.c
16524         * src/common/nntp.c
16525         * src/common/smtp.c
16526         * src/common/template.c
16527         * src/common/utils.c
16528         * src/common/xmlprops.c
16529         * src/plugins/pgpmime/pgpmime.c
16530         * src/plugins/pgpmime/select-keys.c
16531         * src/plugins/pgpmime/sgpgme.c
16532                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16533                 g_string_sprintfa(), gtk_notebook_current_page()
16534
16535 2004-10-26 [colin]      0.9.12cvs132.2
16536
16537         * src/prefs_folder_item.c
16538                 Fix default-account selection
16539
16540 2004-10-21 [colin]      0.9.12cvs133
16541
16542         * src/compose.c
16543                 Sync with HEAD (Remove extra separator in compose's Options)
16544         * src/textview.c
16545                 Set wrapping to char
16546
16547 2004-10-21 [paul]       0.9.12cvs131.2
16548
16549         * src/compose.c
16550         * src/sourcewindow.c
16551                 fix wrapping
16552                 fix window shrinking 
16553
16554 2004-10-21 [colin]      0.9.12cvs131.1
16555
16556         * ChangeLog.claws
16557         * src/compose.c
16558                 Sync with HEAD
16559
16560 2004-10-21 [paul]       0.9.12cvs130.2
16561
16562         * src/prefs_folder_item.c
16563                 sync with HEAD (Apply to subfolders)
16564
16565 2004-10-19 [colin]      0.9.12cvs130.1
16566
16567         * ChangeLog.claws
16568         * src/compose.c
16569         * src/common/utils.c
16570         * src/gtk/menu.c
16571                 Sync with HEAD
16572
16573 2004-10-19 [colin]      0.9.12cvs128.1
16574
16575         * src/addrbook.c
16576         * src/addrcache.c
16577         * src/addressbook.c
16578         * src/codeconv.c
16579         * src/compose.c
16580         * src/customheader.c
16581         * src/editaddress.c
16582         * src/editgroup.c
16583         * src/exporthtml.c
16584         * src/folder.c
16585         * src/folderview.c
16586         * src/imap.c
16587         * src/jpilot.c
16588         * src/main.c
16589         * src/matcher_parser_parse.y
16590         * src/mbox.c
16591         * src/pop.c
16592         * src/prefs_account.c
16593         * src/prefs_gtk.c
16594         * src/prefs_msg_colors.c
16595         * src/procheader.c
16596         * src/procmime.c
16597         * src/procmime.h
16598         * src/procmsg.c
16599         * src/summaryview.c
16600         * src/textview.c
16601         * src/common/base64.c
16602         * src/common/partial_download.c
16603         * src/common/socket.c
16604         * src/common/sylpheed.c
16605         * src/common/utils.c
16606         * src/common/utils.h
16607         * src/gtk/pluginwindow.c
16608         * src/gtk/quicksearch.c
16609         * src/plugins/clamav/clamav_plugin.c
16610         * src/plugins/clamav/clamav_plugin.h
16611         * src/plugins/clamav/clamav_plugin_gtk.c
16612         * src/plugins/pgpmime/passphrase.c
16613         * src/plugins/pgpmime/pgpmime.c
16614         * src/plugins/pgpmime/plugin.c
16615         * src/plugins/pgpmime/prefs_gpg.c
16616         * src/plugins/pgpmime/prefs_gpg.h
16617         * src/plugins/pgpmime/select-keys.c
16618         * src/plugins/pgpmime/sgpgme.c
16619         * src/plugins/spamassassin/libspamc.c
16620         * src/plugins/spamassassin/spamassassin.c
16621         * src/plugins/spamassassin/spamassassin.h
16622         * src/plugins/spamassassin/spamassassin_gtk.c
16623         * src/plugins/trayicon/trayicon.c
16624         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16625                 Sync with HEAD
16626
16627 2004-10-14 [colin]      0.9.12cvs126.2
16628
16629         * src/codeconv.c
16630         * src/textview.c
16631                 Fix conv_unreadable_locale
16632
16633 2004-10-13 [colin]      0.9.12cvs126.1
16634
16635         * src/compose.c
16636                 Sync with HEAD (don't convert charset for 
16637                 drafted messages, minor cleanup)
16638
16639 2004-10-13 [colin]      0.9.12cvs125.1
16640
16641         * po/POTFILES.in
16642                 Sync with HEAD (POTFILES fix)
16643
16644 2004-10-12 [colin]      0.9.12cvs124.3
16645
16646         * src/compose.c
16647                 Fix encoding bug from latest sync
16648
16649 2004-10-12 [paul]       0.9.12cvs124.2
16650
16651         * src/plugins/pgpmime/prefs_gpg.c
16652         * src/plugins/pgpmime/prefs_gpg.h
16653                 forgotten in last commit        
16654
16655 2004-10-12 [paul]       0.9.12cvs124.1
16656
16657         * ChangeLog.claws
16658         * configure.ac
16659         * m4/spamassassin.m4
16660         * src/Makefile.am
16661         * src/account.c
16662         * src/compose.c
16663         * src/compose.h
16664         * src/crash.c
16665         * src/main.c
16666         * src/mimeview.c
16667         * src/passphrase.c
16668         * src/passphrase.h
16669         * src/prefs_account.c
16670         * src/prefs_account.h
16671         * src/prefs_common.c
16672         * src/privacy.c
16673         * src/privacy.h
16674         * src/procmime.c
16675         * src/procmime.h
16676         * src/procmsg.c
16677         * src/rfc2015.c
16678         * src/rfc2015.h
16679         * src/select-keys.c
16680         * src/select-keys.h
16681         * src/textview.c
16682         * src/common/utils.c
16683         * src/common/utils.h
16684         * src/gtk/about.c
16685         * src/plugins/pgpmime/Makefile.am
16686         * src/plugins/pgpmime/passphrase.c
16687         * src/plugins/pgpmime/passphrase.h
16688         * src/plugins/pgpmime/pgpmime.c
16689         * src/plugins/pgpmime/plugin.c
16690         * src/plugins/pgpmime/select-keys.c
16691         * src/plugins/pgpmime/select-keys.h
16692         * src/plugins/pgpmime/sgpgme.c
16693         * src/plugins/pgpmime/sgpgme.h
16694                 sync with HEAD
16695
16696 2004-10-04 [colin]      0.9.12cvs122.1
16697
16698         * src/mainwindow.c
16699         * src/messageview.c
16700         * src/messageview.h
16701         * src/textview.c
16702                 Sync with HEAD
16703
16704 2004-10-04 [colin]      0.9.12cvs121.1
16705
16706         * src/summaryview.c
16707                 Sync with HEAD
16708
16709 2004-10-04 [paul]       0.9.12cvs120.1
16710
16711         * configure.ac
16712                 sync with HEAD [don't try to build 
16713                 pgpmime plugin when gpgme is disabled]
16714
16715 2004-10-03 [colin]      0.9.12cvs119.3
16716
16717         * src/gtk/gtksctree.c
16718                 Lots of side effects. Put back as before 117.2.
16719         * src/summaryview.c
16720                 Fix bug #602
16721
16722 2004-10-03 [colin]      0.9.12cvs119.2
16723
16724         * src/gtk/gtksctree.c
16725                 Revert 608 fix that doesn't work that good
16726
16727 2004-10-02 [colin]      0.9.12cvs119.1
16728
16729         * src/mainwindow.c
16730         * src/messageview.c
16731         * src/prefs_common.h
16732         * src/procmime.c
16733         * src/procmime.h
16734         * src/textview.c
16735                 Sync with HEAD
16736         * src/gtk/gtksctree.c
16737                 Close bug #608
16738
16739 2004-10-01 [colin]      0.9.12cvs118.1
16740
16741         * src/mimeview.c
16742                 Sync with HEAD (better Save All fix)
16743
16744 2004-10-01 [colin]      0.9.12cvs117.2
16745
16746         * src/gtk/gtksctree.c
16747                 Faster on selection
16748
16749 2004-10-01 [colin]      0.9.12cvs117.1
16750
16751         * src/mimeview.c
16752                 Sync with HEAD (Save All: only attachments)
16753
16754 2004-10-01 [paul]       0.9.12cvs116.1
16755
16756         * ChangeLog.claws
16757         * configure.ac
16758         * src/account.c
16759         * src/prefs_common.c
16760         * src/gtk/colorlabel.c
16761                 sync with HEAD
16762
16763 2004-09-30 [colin]      0.9.12cvs115.1
16764
16765         * src/stock_pixmap.c
16766         * src/stock_pixmap.h
16767         * src/folderview.c
16768         * src/Makefile.am
16769         * src/pixmaps/read.xpm
16770                 Sync with HEAD (new pixmap)
16771
16772 2004-09-29 [colin]      0.9.12cvs114.1
16773
16774         * src/compose.c
16775                 Sync with HEAD
16776                 Fix focus handling in headers
16777
16778 2004-09-29 [paul]       0.9.12cvs113.1
16779
16780         * src/quote_fmt_parse.y
16781                 sync with HEAD
16782  
16783
16784 2004-09-28 [colin]      0.9.12cvs112.1
16785
16786         * src/folderview.c
16787         * src/mainwindow.c
16788                 Sync with HEAD
16789
16790 2004-09-28 [colin]      0.9.12cvs110.1
16791
16792         * src/folderview.c
16793                 Sync with HEAD (Contextual Empty trash menu)
16794
16795 2004-09-28 [colin]      0.9.12cvs108.1
16796
16797         * src/addressbook.c
16798                 Sync with HEAD (addressbook edit on double-click)
16799
16800 2004-09-28 [colin]      0.9.12cvs106.1
16801
16802         * src/inc.c
16803                 Sync with HEAD (folder_item freeze on inc)
16804
16805 2004-09-27 [colin]      0.9.12cvs105.1
16806
16807         * src/folderview.c
16808                 Sync with HEAD (right-align new and unread column)
16809
16810 2004-09-27 [colin]      0.9.12cvs104.1
16811
16812         * src/main.c
16813                 Sync with HEAD (revert 0.9.12cvs101)
16814
16815 2004-09-24 [colin]      0.9.12cvs103.2
16816
16817         * src/wizard.c
16818                 Fix gtk warnings and use domain part of the email address 
16819                 when domain detection fails (no dot in domain name)
16820
16821 2004-09-23 [colin]      0.9.12cvs103.1
16822
16823         * src/plugins/spamassassin/libspamc.c
16824         * src/plugins/spamassassin/libspamc.h
16825         * src/plugins/spamassassin/utils.c
16826         * src/plugins/spamassassin/utils.h
16827                 Sync with HEAD (Update spamassassin to 3.0)
16828
16829 2004-09-21 [colin]      0.9.12cvs102.3
16830
16831         * src/action.c
16832                 Add horizontal scrollbar in action io dialog as needed
16833                 Patch by Alfons.
16834
16835 2004-09-20 [colin]      0.9.12cvs102.2
16836
16837         * src/plugins/image_viewer/viewer.c
16838                 Remove imlib stuff
16839                 use gtk_pixmap_set when clearing
16840                 (would be better to use gtkImages, but causes size-allocate 
16841                 signals storm)
16842
16843 2004-09-17 [paul]       0.9.12cvs102.1
16844
16845         * ChangeLog
16846         * ChangeLog.claws
16847         * ChangeLog.jp
16848         * configure.ac
16849         * src/inc.c
16850                 sync with HEAD
16851
16852
16853 2004-09-17 [colin]      0.9.12cvs101.1
16854
16855         * ChangeLog.claws
16856         * src/main.c
16857                 Sync with HEAD (fix segs at exit)
16858
16859 2004-09-14 [colin]      0.9.12cvs99.5
16860
16861         * src/common/socket.c
16862         * AUTHORS
16863                 Fix send error on 64bit platforms
16864                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16865
16866 2004-09-14 [colin]      0.9.12cvs99.4
16867
16868         * src/action.c
16869                 Fix action output with utf8 
16870                 Patch by Alfons.
16871
16872 2004-09-14 [colin]      0.9.12cvs99.3
16873
16874         * ChangeLog.claws
16875         * src/folder.c
16876                 Sync with HEAD
16877
16878 2004-09-09 [colin]      0.9.12cvs99.2
16879
16880         * src/action.c
16881                 Fix progress bar (displaying "Completed %v/%u")
16882                 Patch by Alfons.
16883
16884 2004-09-08 [colin]      0.9.12cvs99.1
16885
16886         * src/account.c
16887         * src/folder.c
16888         * src/procmsg.c
16889         * src/procmsg.h
16890         * src/plugins/pgpmime/pgpmime.c
16891                 Sync with HEAD
16892
16893 2004-09-08 [colin]      0.9.12cvs97.2
16894
16895         * src/summaryview.c
16896                 Don't select mails in collapsed threads 
16897                 when navigating with up/down
16898
16899 2004-09-07 [colin]      0.9.12cvs97.1
16900
16901         * src/inc.c
16902                 Sync with HEAD (meaningful error messages)
16903
16904 2004-09-06 [colin]      0.9.12cvs96.1
16905
16906         * src/toolbar.c
16907                 Sync with HEAD (fix Redirect graying out)
16908
16909 2004-09-06 [colin]      0.9.12cvs95.1
16910
16911         * src/summaryview.c
16912         * src/mimeview.c
16913                 Sync with HEAD (fix dropped URIs)
16914
16915 2004-09-06 [colin]      0.9.12cvs94.1
16916
16917         * src/addressbook.c
16918         * src/addressitem.h
16919         * src/addritem.c
16920         * src/addritem.h
16921                 Sync with HEAD (addressbook DnD)
16922
16923 2004-09-03 [colin]      0.9.12cvs93.1
16924
16925         * src/summaryview.c
16926                 Sync with HEAD (next/prev unread)
16927
16928 2004-09-03 [colin]      0.9.12cvs92.1
16929
16930         * src/prefs_common.c
16931         * src/prefs_common.h
16932         * src/summaryview.c
16933                 Sync with HEAD ('mark_as_read_delay' pref)
16934
16935 2004-09-02 [colin]      0.9.12cvs91.2
16936
16937         * src/common/xml.c
16938                 Fix leak
16939
16940 2004-09-02 [colin]      0.9.12cvs91.1
16941
16942         * src/gtk/menu.c
16943                 Sync with HEAD (menu accel don't work, but whatever)
16944
16945 2004-09-02 [colin]      0.9.12cvs90.1
16946
16947         * src/account.c
16948                 Sync with HEAD (fix bug 582)
16949
16950 2004-09-02 [colin]      0.9.12cvs89.1
16951
16952         * src/addrindex.c
16953                 Sync with HEAD (free deleted queries)
16954
16955 2004-09-02 [colin]      0.9.12cvs88.1
16956
16957         * src/ldapquery.c
16958                 Sync with HEAD (fix LDAP freezes)
16959
16960 2004-09-02 [colin]      0.9.12cvs87.1
16961
16962         * src/prefs_spelling.c
16963                 Sync with HEAD (add default dictionary)
16964
16965 2004-09-01 [colin]      0.9.12cvs86.1
16966
16967         * src/filtering.c
16968         * src/folderview.c
16969         * src/imap.c
16970         * src/prefs_matcher.c
16971         * src/stock_pixmap.c
16972         * src/summary_search.c
16973         * src/summaryview.c
16974         * src/wizard.c
16975         * src/wizard.h
16976                 Sync with HEAD (uninitialized vars fixes)
16977                 + gtk2 specific warning fixes
16978
16979 2004-08-31 [colin]      0.9.12cvs85.1
16980
16981         * src/folder.c
16982                 Sync with HEAD (Fix memory corruption due to 
16983                 uninitialized var)
16984
16985 2004-08-31 [colin]      0.9.12cvs84.4
16986
16987         * src/summary_search.c
16988                 Fix segfaults when searching in folders with broken headers
16989
16990 2004-08-31 [colin]      0.9.12cvs84.3
16991
16992         * src/compose.c
16993         * src/textview.c
16994                 Fix some more encoding/decoding issues
16995
16996 2004-08-30 [colin]      0.9.12cvs84.2
16997
16998         * src/mimeview.c
16999         * src/prefs_themes.c
17000         * src/gtk/filesel.c
17001         * src/gtk/filesel.h
17002                 Add a folder-mode selection (fixes mimeview's "Save all")
17003
17004 2004-08-29 [colin]      0.9.12cvs84.1
17005
17006         * src/mimeview.c
17007                 Sync with HEAD (don't escape saved filenames)
17008
17009 2004-08-27 [colin]      0.9.12cvs83.1
17010
17011         * ChangeLog
17012         * ChangeLog.claws
17013         * ChangeLog.jp
17014         * src/mh.c
17015         * src/procheader.c
17016         * src/procmsg.c
17017         * src/procmsg.h
17018         * src/common/utils.c
17019         * src/gtk/menu.h
17020         * po/
17021                 Sync with HEAD 0.9.12cvs83 (sync with main)
17022
17023 2004-08-26 [colin]      0.9.12cvs82.4
17024
17025         * src/codeconv.c
17026                 Fix strange stack corruption
17027                 Convert to utf8 after unmime, not before
17028
17029 2004-08-26 [colin]      0.9.12cvs82.3
17030
17031         * src/main.c
17032         * src/wizard.c
17033                 Fix account folders duplication
17034
17035 2004-08-25 [colin]      0.9.12cvs82.2
17036
17037         * src/wizard.c
17038                 Remove ports
17039                 Add SSL selection
17040                 Use login@server as account name
17041
17042 2004-08-25 [colin]      0.9.12cvs82.1
17043
17044         * src/plugins/pgpmime/pgpmime.c
17045                 Sync with HEAD (leak fix).
17046
17047 2004-08-25 [colin]      0.9.12cvs81.1
17048
17049         * src/plugins/pgpmime/pgpmime.c
17050         * src/plugins/pgpmime/sgpgme.c
17051         * src/plugins/pgpmime/sgpgme.h
17052                 Sync with HEAD (Handle combined messages).
17053
17054 2004-08-24 [colin]      0.9.12cvs80.3
17055
17056         * src/wizard.c
17057                 Fix full name, ports, and imap
17058
17059 2004-08-24 [colin]      0.9.12cvs80.2
17060
17061         * src/Makefile.am
17062         * src/main.c
17063         * src/setup.c
17064         * src/setup.h
17065         * src/stock_pixmap.c
17066         * src/stock_pixmap.h
17067         * src/wizard.c ** ADDED **
17068         * src/wizard.h ** ADDED ** 
17069         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17070                 Add a setup wizard 
17071
17072 2004-08-24 [colin]      0.9.12cvs80.1
17073
17074         * src/folder.c
17075                 Sync with HEAD (set mimeflags on all messages)
17076
17077 2004-08-24 [colin]      0.9.12cvs79.3
17078
17079         * src/matcher_parser_lex.l
17080                 Fix 8bits strings not in utf8
17081
17082 2004-08-24 [colin]      0.9.12cvs79.2
17083
17084         * src/compose.c
17085                 Check conversion result before replacing buffer
17086
17087 2004-08-23 [colin]      0.9.12cvs79.1
17088
17089         * src/compose.c
17090                 Sync with HEAD (create message header in memory)
17091
17092 2004-08-23 [colin]      0.9.12cvs78.1
17093
17094         * src/rfc2015.c
17095         * src/rfc2015.h
17096                 Sync with HEAD (fix bug 197 again)
17097
17098 2004-08-23 [colin]      0.9.12cvs77.3
17099
17100         * src/compose.c
17101                 Fix again inline gpg signing (which outputs utf8
17102                 in gtk2). Not syncing this fix to HEAD as this 
17103                 code is meant to die.
17104
17105 2004-08-23 [colin]      0.9.12cvs77.2
17106
17107         * src/prefs_account.h
17108                 Remove useless include
17109
17110 2004-08-23 [colin]      0.9.12cvs77.1
17111
17112         * src/imap.c
17113         * po/es.po
17114         * po/fr.po
17115         * po/it.po
17116         * po/pl.po
17117         * po/pt_BR.po
17118         * po/sk.po
17119         * po/sr.po
17120                 Sync with HEAD (fix bug 577)
17121
17122 2004-08-22 [colin]      0.9.12cvs76.1
17123
17124         * src/plugins/trayicon/trayicon.c
17125                 Sync with HEAD (fix formatting bug)
17126
17127 2004-08-21 [colin]      0.9.12cvs74.2
17128
17129         * src/gtk/colorsel.c
17130                 Fix bug 564 (Folder color selection window exits on any
17131                 keypress)
17132
17133 2004-08-21 [colin]      0.9.12cvs74.1
17134
17135         * ChangeLog.claws
17136         * src/compose.c
17137         * src/summaryview.c
17138         * src/toolbar.c
17139                 Sync with HEAD (fix bug 576)
17140
17141 2004-08-21 [colin]      0.9.12cvs70.1
17142
17143         * src/compose.c
17144         * src/mainwindow.c
17145                 Sync with HEAD
17146                 
17147
17148 2004-08-21 [paul]       0.9.12cvs66.4
17149
17150         * src/mainwindow.c
17151         * src/messageview.c
17152         * src/gtk/menu.c
17153         * src/plugins/spamassassin/spamassassin_gtk.c
17154                 remove some deprecated gtk1 functions
17155
17156
17157 2004-08-21 [colin]      0.9.12cvs66.3
17158
17159         * src/compose.c
17160         * src/codeconv.c
17161                 Fix warnings
17162                 Remove encoding hacks
17163                 Fix bug 575 (Strange character messes up message)
17164                 Don't display conversion error when drafting
17165
17166 2004-08-21 [paul]       0.9.12cvs66.2
17167
17168         * src/prefs_account.c
17169                 fix GnuPG mode bugs
17170
17171
17172 2004-08-20 [colin]      0.9.12cvs66.1
17173
17174         * src/codeconv.c
17175                 Sync with HEAD 0.9.12cvs66
17176
17177 2004-08-20 [paul]
17178
17179         * src/plugins/pgpmime/plugin.c
17180                 modify PGP/MIME plugin's description
17181
17182 2004-08-17 [colin]      0.9.12cvs65.1
17183
17184         * src/common/ssl.c
17185         * src/plugins/pgpmime/plugin.c
17186                 Sync with HEAD
17187
17188 2004-08-14 [colin]      0.9.12cvs60.3
17189
17190         * src/plugins/trayicon/trayicon.c
17191                 Put back resize callback, on size-request signal
17192                 rather than size-allocate to avoid infinite 
17193                 callback loop
17194
17195 2004-08-13 [colin]      0.9.12cvs60.2
17196
17197         * src/common/defs.h
17198                 Cache versions have been fixed
17199
17200 2004-08-13 [colin]      0.9.12cvs60.1
17201
17202         * src/folderutils.c
17203                 Sync with HEAD
17204
17205 2004-08-12 [colin]      0.9.12cvs59.1
17206
17207         * src/plugins/trayicon/trayicon.c
17208                 Sync with HEAD
17209
17210 2004-08-12 [colin]      0.9.12cvs57.5
17211
17212         * sylpheed.desktop
17213         * configure.ac
17214         * src/Makefile.am
17215         * src/main.c
17216                 Add support for Freedesktop.org's startup notification
17217
17218 2004-08-11 [colin]      0.9.12cvs57.4
17219
17220         * src/textview.c
17221                 Fix off-by-one
17222
17223 2004-08-11 [colin]      0.9.12cvs57.3
17224
17225         * src/message_search.c
17226         * src/summary_search.c
17227                 Make searches case insensitive by default
17228         * src/textview.c
17229                 Fix case-insensitive search in message
17230
17231 2004-08-11 [colin]      0.9.12cvs57.2
17232
17233         * src/summary_search.c
17234                 Let case-sensitive be specified
17235
17236 2004-08-10 [colin]      0.9.12cvs55.4
17237
17238         * src/common/socket.c
17239                 Fix the possible race condition
17240
17241 2004-08-09 [paul]       0.9.12cvs55.3
17242
17243         * configure.ac
17244         * src/Makefile.am
17245         * src/common/Makefile.am
17246                 sync with HEAD
17247
17248
17249 2004-08-09 [paul]       0.9.12cvs55.2
17250
17251         * autogen.sh
17252         * po/poconv.sh
17253                 remove unneeded script
17254
17255         * configure.ac
17256                 add forgotten USE_LDAP_TLS (sync with HEAD)
17257
17258
17259 2004-08-09 [colin]      0.9.12cvs55.1
17260
17261         * src/main.c
17262         * src/common/ssl.c
17263         * src/common/sylpheed.c
17264         * src/common/sylpheed.h
17265                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17266
17267 2004-08-09 [paul]       0.9.12cvs54.1
17268
17269         * ChangeLog
17270         * ChangeLog.claws
17271         * ChangeLog.jp
17272         * configure.ac
17273         * po/POTFILES.in
17274         * src/Makefile.am
17275         * src/folderutils.c
17276         * src/main.c
17277         * src/pgpmime.c
17278         * src/pgpmime.h
17279         * src/sgpgme.c
17280         * src/sgpgme.h
17281         * src/plugins/Makefile.am
17282         * src/plugins/pgpmime/.cvsignore
17283         * src/plugins/pgpmime/Makefile.am
17284         * src/plugins/pgpmime/pgpmime.c
17285         * src/plugins/pgpmime/pgpmime.h
17286         * src/plugins/pgpmime/plugin.c
17287         * src/plugins/pgpmime/sgpgme.c
17288         * src/plugins/pgpmime/sgpgme.h
17289                 sync with HEAD
17290
17291 2004-08-08 [paul]       0.9.12cvs51.1
17292
17293         * configure.ac
17294         * src/folder.c
17295                 sync with HEAD
17296
17297 2004-08-07 [colin]      0.9.12cvs50.1
17298
17299         * src/pop.c
17300         * src/common/partial_download.c
17301                 fix warnings (sync from HEAD)
17302
17303 2004-08-07 [colin]      0.9.12cvs48.1
17304
17305         * src/prefs_folder_item.c
17306                 sync with HEAD 0.9.12cvs48
17307
17308 2004-08-06 [colin]      0.9.12cvs47.1
17309
17310         * src/compose.c
17311                 Sync with HEAD
17312
17313 2004-08-06 [christoph]  0.9.12cvs46.2
17314
17315         * src/main.c
17316         * src/plugins/clamav/clamav_plugin_gtk.c
17317         * src/plugins/dillo_viewer/dillo_viewer.c
17318         * src/plugins/image_viewer/plugin.c
17319         * src/plugins/mathml_viewer/mathml_viewer.c
17320         * src/plugins/spamassassin/spamassassin_gtk.c
17321         * src/plugins/trayicon/trayicon.c
17322                 don't mix GTK1.2 plugin with GTK2 plugins
17323
17324 2004-08-06 [colin]      0.9.12cvs46.1
17325
17326         * ChangeLog
17327         * ChangeLog.claws
17328         * ChangeLog.jp
17329         * configure.ac
17330         * sylpheed-claws.pc.in
17331         * src/folder.c
17332         * src/imap.c
17333         * src/localfolder.c
17334         * src/messageview.c
17335         * src/mimeview.c
17336         * src/mimeview.h
17337         * src/msgcache.c
17338         * src/news.c
17339         * src/prefs_ext_prog.c
17340         * src/prefs_folder_item.c
17341         * src/prefs_fonts.c
17342         * src/prefs_msg_colors.c
17343         * src/prefs_spelling.c
17344         * src/prefs_themes.c
17345         * src/prefs_toolbar.c
17346         * src/prefs_wrapping.c
17347         * src/procmime.h
17348         * src/common/defs.h
17349         * src/common/nntp.c
17350         * src/common/session.c
17351         * src/common/session.h
17352         * src/common/socket.c
17353         * src/common/utils.h
17354         * src/common/xml.c
17355         * src/common/xml.h
17356         * src/gtk/prefswindow.c
17357         * src/gtk/prefswindow.h
17358         * src/plugins/clamav/clamav_plugin_gtk.c
17359         * src/plugins/dillo_viewer/dillo_prefs.c
17360         * src/plugins/image_viewer/viewerprefs.c
17361         * src/plugins/spamassassin/spamassassin_gtk.c
17362         * m4/openssl.m4 *** REMOVED ***
17363                 Sync with HEAD 0.9.12cvs46
17364
17365 2004-08-03 [paul]       0.9.12cvs40.2
17366
17367         * src/action.c
17368         * src/addressadd.c
17369         * src/addressbook.c
17370         * src/addrgather.c
17371         * src/browseldap.c
17372         * src/compose.c
17373         * src/crash.c
17374         * src/editaddress.c
17375         * src/editgroup.c
17376         * src/editldap_basedn.c
17377         * src/foldersel.c
17378         * src/importldif.c
17379         * src/mimeview.c
17380         * src/prefs_common.c
17381         * src/prefs_template.c
17382         * src/sourcewindow.c
17383         * src/summaryview.c
17384         * src/gtk/about.c
17385         * src/gtk/foldersort.c
17386         * src/gtk/logwindow.c
17387         * src/gtk/pluginwindow.c
17388         * src/gtk/prefswindow.c
17389                 change all gtk_scrolled_window_set_policy from 
17390                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17391
17392 2004-08-02 [paul]       0.9.12cvs40.1
17393
17394         * AUTHORS
17395                 update translation team section
17396         * po/pt_BR.po
17397                 updated by Frederico Goncalves Guimaraes
17398                 <fggdebian@yahoo.com.br>
17399
17400 2004-07-31 [colin]      0.9.12cvs39.9
17401
17402         * src/exphtmldlg.c
17403                 Fix compilation
17404
17405 2004-07-31 [colin]      0.9.12cvs39.8
17406
17407         * src/exphtmldlg.c
17408                 Fix an alertpanel type
17409
17410 2004-07-30 [colin]      0.9.12cvs39.7
17411
17412         * src/alertpanel.c
17413                 Fix alertpanel_error_log's icon
17414
17415 2004-07-30 [colin]      0.9.12cvs39.6
17416
17417         * src/pop.c
17418                 Two of them should still be warnings
17419
17420 2004-07-30 [colin]      0.9.12cvs39.5
17421
17422         * src/pop.c
17423                 More warning -> error
17424 2004-07-29 [colin]      0.9.12cvs39.4
17425
17426         * src/pop.c
17427                 Warning -> error
17428
17429 2004-07-29 [colin]      0.9.12cvs39.3
17430
17431         * src/prefs_matcher.c
17432                 Fix segfault
17433
17434 2004-07-29 [colin]      0.9.12cvs39.2
17435
17436         * src/alertpanel.c
17437                 More nice-looking alertpanels
17438
17439 2004-07-29 [colin]      0.9.12cvs39.1
17440
17441         * src/messageview.c
17442                 sync with head
17443                 (inform user when partial mail is deleted on server)
17444
17445 2004-07-29 [colin]      0.9.12cvs38.1
17446
17447         * src/messageview.c
17448                 sync with head
17449
17450 2004-07-28 [paul]       0.9.12cvs37.7
17451
17452         * src/mainwindow.c
17453                 complete the replacement of deprecated gtk_progress_*
17454
17455 2004-07-28 [paul]       0.9.12cvs37.6
17456
17457         * src/action.c
17458         * src/inc.c
17459         * src/mainwindow.c
17460         * src/send_message.c
17461         * src/gtk/progressdialog.c
17462         * src/gtk/progressdialog.h
17463                 replace deprecated gtk_progress_*
17464
17465 2004-07-28 [paul]       0.9.12cvs37.5
17466
17467         * src/gtk/filesel.c
17468                 remove gtk_window_set_wmclass()
17469 2004-07-28 [paul]       0.9.12cvs37.4
17470
17471         * src/addressbook.c
17472         * src/compose.c
17473         * src/foldersel.c
17474         * src/mainwindow.c
17475         * src/messageview.c
17476         * src/sourcewindow.c
17477         * src/gtk/logwindow.c
17478                 remove gtk_window_set_wmclass()
17479                 
17480         * src/prefs_filtering.c
17481         * src/prefs_filtering_action.c
17482         * src/prefs_fonts.c
17483         * src/prefs_gtk.c
17484         * src/prefs_matcher.c
17485         * src/ssl_manager.c
17486         * src/gtk/prefswindow.c
17487                 replace gtk_window_position()
17488
17489 2004-07-28 [colin]      0.9.12cvs37.3
17490
17491         * src/alertpanel.c
17492         * src/alertpanel.h
17493                 Add a way to specify panel type for specific
17494                 panels (alertpanel())
17495         * src/account.c
17496         * src/addressbook.c
17497         * src/compose.c
17498         * src/expldifdlg.c
17499         * src/main.c
17500         * src/messageview.c
17501         * src/summaryview.c
17502         * src/textview.c
17503         * src/gtk/sslcertwindow.c
17504                 Fix alertpanel()s so that their icon match
17505                 their real type
17506
17507 2004-07-28 [paul]       0.9.12cvs37.2
17508
17509         * src/addr_compl.c
17510         * src/addressbook.c
17511         * src/alertpanel.c
17512         * src/compose.c
17513         * src/export.c
17514         * src/foldersel.c
17515         * src/folderview.c
17516         * src/grouplistdialog.c
17517         * src/import.c
17518         * src/mainwindow.c
17519         * src/message_search.c
17520         * src/messageview.c
17521         * src/passphrase.c
17522         * src/prefs_actions.c
17523         * src/prefs_common.c
17524         * src/prefs_customheader.c
17525         * src/prefs_display_header.c
17526         * src/prefs_filtering.c
17527         * src/prefs_filtering_action.c
17528         * src/prefs_gtk.c
17529         * src/prefs_matcher.c
17530         * src/prefs_msg_colors.c
17531         * src/prefs_summary_column.c
17532         * src/prefs_template.c
17533         * src/sourcewindow.c
17534         * src/ssl_manager.c
17535         * src/summary_search.c
17536         * src/gtk/colorsel.c
17537         * src/gtk/description_window.c
17538         * src/gtk/gtkaspell.c
17539         * src/gtk/inputdialog.c
17540         * src/gtk/logwindow.c
17541         * src/gtk/prefswindow.c
17542         * src/gtk/progressdialog.c
17543                 replace deprecated gtk_window_set_policy
17544
17545 2004-07-27 [colin]      0.9.12cvs37.1
17546
17547         * src/msgcache.c
17548                 More fixes (synced for head again)
17549
17550 2004-07-27 [colin]      0.9.12cvs35.3
17551
17552         * src/msgcache.c
17553                 Fix wrong test
17554
17555 2004-07-27 [colin]      0.9.12cvs35.2
17556
17557         * src/mimeview.c
17558                 Fix width a bit (by Paul)
17559         * src/alertpanel.c
17560         * src/alertpanel.h
17561                 Specialize icons, make alertpanel_message()
17562                 private
17563         * src/message_search.c
17564         * src/sgpgme.c
17565         * src/summary_search.c
17566                 Suit alertpanel changes
17567
17568 2004-07-27 [colin]      0.9.12cvs35.1
17569
17570         * src/alertpanel.c
17571                 Add an icon
17572         * src/passphrase.c
17573                 Add debug output - maybe someone will
17574                 want to look at the problem with Grab
17575                 Input :)
17576         Bump version as we're synced with HEAD
17577
17578 2004-07-26 [colin]      0.9.12cvs33.26
17579
17580         * src/pop.c
17581                 Fix uidl-file parsing when not in new
17582                 format
17583
17584 2004-07-26 [colin]      0.9.12cvs33.25
17585
17586         * src/gtk/menu.c
17587                 Move popup menu up if necessary (fixes 
17588                 account selector)
17589         * src/mainwindow.c
17590                 Set account selector's button height to
17591                 minimum
17592
17593 2004-07-26 [colin]      0.9.12cvs33.24
17594
17595         * src/alertpanel.c
17596                 Maybe fix 551 (Truncated font in alert window)
17597
17598 2004-07-26 [colin]      0.9.12cvs33.23
17599
17600         * po/de.po
17601         * po/es.po
17602         * po/fr.po
17603         * po/it.po
17604         * po/ja.po
17605         * po/pl.po
17606         * po/ru.po
17607         * po/sk.po
17608         * po/sr.po
17609         * po/zh_CN.po
17610                 Sync po files with HEAD
17611
17612 2004-07-26 [paul]       0.9.12cvs33.22
17613
17614         * src/compose.c
17615                 fix Bug 556 'Organisation-header is sent even if empty'
17616
17617 2004-07-24 [colin]      0.9.12cvs33.21
17618
17619         * src/compose.c
17620         * src/gtk/gtkaspell.c
17621         * src/gtk/gtkaspell.h
17622                 Fix speller accelerators (require hack)
17623
17624 2004-07-24 [colin]      0.9.12cvs33.20
17625
17626         * src/gtk/gtkaspell.c
17627                 Fix over-eager code deletion breaking
17628                 Check while typing
17629
17630 2004-07-24 [colin]      0.9.12cvs33.19
17631
17632         * src/browseldap.c
17633         * src/ldapctrl.c
17634         * src/ldapctrl.h
17635         * src/ldapserver.h
17636                 Sync ldap with HEAD
17637         (Fixes 546 LDAP completely broken)
17638
17639 2004-07-24 [colin]      0.9.12cvs33.18
17640
17641         * src/prefs_msg_colors.c
17642                 Fix prototype mismatch
17643         (Fixes 547 void function cannot return value)
17644
17645 2004-07-24 [colin]      0.9.12cvs33.17
17646
17647         * src/mainwindow.c
17648                 Fix sort going back to previous sort key
17649                 when changing sort direction
17650
17651 2004-07-24 [colin]      0.9.12cvs33.16
17652
17653         * src/compose.c
17654                 Fix space insertion when re-wrapping at 
17655                 cursor point
17656
17657 2004-07-24 [colin]      0.9.12cvs33.15
17658
17659         * src/gtk/gtkaspell.c
17660                 Don't change cursor position in insert-text
17661                 callback
17662         (Fixes 539 Word wrapping on input transposes letters)
17663
17664 2004-07-24 [colin]      0.9.12cvs33.14
17665
17666         * src/gtk/gtkaspell.c
17667                 Reencode non-ascii chars to dictionary's
17668                 encoding
17669         (Fixes 544 Spell check broken non english locale)
17670
17671 2004-07-24 [colin]      0.9.12cvs33.13
17672
17673         * src/summaryview.c
17674                 Fix Shift+Down, add Home/End/PgUp/PgDown
17675
17676 2004-07-21 [colin]      0.9.12cvs33.12
17677
17678         * src/prefs_common.c
17679                 Fix a gtk warning (Patch by Andrej Kacian)
17680
17681 2004-07-21 [colin]      0.9.12cvs33.11
17682
17683         * src/gtk/filesel.c
17684                 More check
17685
17686 2004-07-21 [colin]      0.9.12cvs33.10
17687
17688         * src/compose.c
17689         * src/crash.c
17690         * src/export.c
17691         * src/import.c
17692         * src/messageview.c
17693         * src/mimeview.c
17694         * src/prefs_spelling.c
17695         * src/prefs_themes.c
17696         * src/summaryview.c
17697         * src/gtk/filesel.c
17698         * src/gtk/filesel.h
17699         * src/gtk/pluginwindow.c
17700                 Untwist open/save mode guessing logic, make
17701                 it explicit
17702
17703 2004-07-20 [colin]      0.9.12cvs33.9
17704
17705         * src/codeconv.c
17706                 conv_encode_header: src_charset is UTF-8 on
17707                 gtk2
17708         * src/compose.c
17709                 Remove double encoding of the headers
17710
17711 2004-07-20 [colin]      0.9.12cvs33.8
17712
17713         * src/codeconv.c
17714                 Fix typo
17715
17716 2004-07-20 [colin]      0.9.12cvs33.7
17717
17718         * src/mainwindow.c
17719                 Set the separated messageview to the saved
17720                 size of Claws' messageview (Patch by Alfons)
17721                 Fix a callback prototype (me)
17722
17723 2004-07-20 [colin]      0.9.12cvs33.6
17724
17725         * src/codeconv.h
17726                 Forgot one hunk in 0.9.12cvs33.4
17727
17728 2004-07-19 [colin]      0.9.12cvs33.5
17729
17730         * src/action.c
17731                 Action output fix
17732                 Patch by Alfons
17733
17734 2004-07-19 [colin]      0.9.12cvs33.4
17735
17736         * src/compose.c
17737                 Fix outgoing charset bug in headers
17738         * src/codeconv.c
17739                 Clean for glib2 - Patch by Alfons
17740
17741 2004-07-19 [colin]      0.9.12cvs33.3
17742
17743         * src/statusbar.c
17744                 Remove grip from the statusbar
17745                 Patch by Alfons
17746
17747 2004-07-19 [colin]      0.9.12cvs33.2
17748
17749         * src/messageview.c
17750         * src/textview.c
17751                 Fix messageview remembering the previous
17752                 scroll position when loading a new message
17753                 Patch by Alfons
17754
17755 2004-07-19 [colin]      0.9.12cvs33.1
17756
17757         * src/folder.h
17758         * src/folderview.c
17759         * src/summaryview.c
17760                 Sync with HEAD
17761
17762 2004-07-18 [colin]      0.9.12cvs32.7
17763
17764         * configure.ac
17765                 Remove useless check for XIM - noticed
17766                 by Alfons
17767
17768 2004-07-18 [colin]      0.9.12cvs32.6
17769
17770         * src/summaryview.c
17771                 Remove non-modified and shift-modified
17772                 accelerators in summaryview's popup
17773                 menu, as that doesn't get catched by
17774                 the accel-activate signal catcher...
17775
17776 2004-07-18 [colin]      0.9.12cvs32.5
17777
17778         * src/prefs_common.c
17779                 Define sensible default prefs for 
17780                 wrapping
17781
17782 2004-07-18 [colin]      0.9.12cvs32.4
17783
17784         * src/compose.c
17785         * src/prefs_common.c
17786         * src/prefs_common.h
17787         * src/prefs_wrapping.c
17788                 Remove Smart Wrapping pref, which does
17789                 nothing on gtk2 branch
17790
17791 2004-07-18 [colin]      0.9.12cvs32.3
17792
17793         * src/sourcewindow.c
17794                 Proper utf8
17795
17796 2004-07-18 [colin]      0.9.12cvs32.2
17797
17798         * src/compose.c
17799                 Save attachment status when drafting
17800
17801 2004-07-18 [colin]      0.9.12cvs32.1
17802
17803         * src/gtk/filesel.c
17804                 Fix erratic folder selection in open mode
17805
17806 2004-07-18 [colin]      0.9.12cvs31.11
17807
17808         * src/pop.c
17809                 Don't let partial messages get deleted
17810                 even with "dowload all"
17811                 (0.9.12cvs31.8 fix extension)
17812 2004-07-18 [colin]      0.9.12cvs31.10
17813
17814         * src/gtk/logwindow.c
17815                 Fix log scrolling
17816
17817 2004-07-18 [colin]      0.9.12cvs31.9
17818
17819         * src/common/utils.c
17820                 Fix non-utf8 strings coming from commands
17821                 and files
17822
17823 2004-07-18 [colin]      0.9.12cvs31.8
17824
17825         * src/pop.c
17826                 Fix partial download bug with Download all
17827                 messages option
17828
17829 2004-07-18 [colin]      0.9.12cvs31.7
17830
17831         * src/textview.c
17832                 Fix bug introduced in 0.9.12cvs31.2
17833                 (blocked in select mode after double click)
17834
17835 2004-07-18 [colin]      0.9.12cvs31.6
17836
17837         * src/compose.c
17838         * src/gtk/menu.c
17839                 More glib-warning fixes
17840
17841 2004-07-18 [colin]      0.9.12cvs31.5
17842
17843         * src/compose.c
17844                 Fix trashing the primary clipboard when moving 
17845                 around with tab
17846         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17847
17848 2004-07-18 [colin]      0.9.12cvs31.4
17849
17850         * src/codeconv.c
17851                 convert unencoded iso headers to utf8
17852         (Fix Bug 538 Unencoded local characters in subject make it 
17853          disappear)
17854
17855 2004-07-18 [colin]      0.9.12cvs31.3
17856
17857         * src/compose.c
17858                 Fix tab char handling in wrapping
17859         (Fix Bug 537 Line wrap problem - TAB character treated as 
17860          one character instead of 8)
17861
17862 2004-07-18 [colin]      0.9.12cvs31.2
17863
17864         * src/textview.c
17865                 return FALSE on GDK_MOTION_NOTIFY
17866         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17867          (unable to highlight))
17868
17869 2004-07-18 [colin]      0.9.12cvs31.1
17870
17871         * src/folderview.c
17872                 Sync with 0.9.12cvs31
17873
17874 2004-07-18 [colin]      0.9.12cvs30.4
17875
17876         * src/compose.c
17877                 Also block text_inserted when inserting a file
17878
17879 2004-07-18 [colin]      0.9.12cvs30.3
17880
17881         * src/compose.c
17882                 Fix smart wrapping (block text_inserted handler
17883                 while putting quotation to avoid wrap on input,
17884                 don't join lines if next is sig separator)
17885
17886 2004-07-17 [colin]      0.9.12cvs30.2
17887
17888         * src/folderview.c
17889         * src/mainwindow.c
17890         * src/mimeview.c
17891         * src/summaryview.c
17892         * src/gtk/quicksearch.c
17893         * src/gtk/quicksearch.h
17894                 Block key events handlers *and* accels while
17895                 quicksearch is focused
17896         (Fixes Bug 534 quick-search bar not accepting certain letters)
17897
17898 2004-07-17 [colin]      0.9.12cvs30.1
17899
17900         * src/folder.h
17901         * src/folderview.c
17902         * src/summaryview.c
17903                 Sync with 0.9.12cvs30
17904
17905 2004-07-17 [colin]      0.9.12cvs28.2
17906
17907         * src/mimeview.c
17908         * src/procmime.c
17909         * src/summaryview.c
17910         * src/gtk/menu.c
17911                 Squash some compile and glib warnings
17912
17913 2004-07-17 [paul]       0.9.12cvs28.1
17914
17915         * src/mimeview.c
17916                 sync with 0.9.12cvs28 HEAD
17917
17918 2004-07-16 [paul]       0.9.12cvs26.1
17919         
17920         * src/gtk/quicksearch.c
17921         * src/account.c
17922         * src/account.h
17923         * src/compose.c
17924         * src/customheader.c
17925         * src/folder_item_prefs.c
17926         * src/main.c
17927         * src/mainwindow.c
17928         * src/messageview.c
17929         * src/mimeview.c
17930         * src/news.c
17931         * src/pgpmime.c
17932         * src/pop.c
17933         * src/pop.h
17934         * src/prefs_account.c
17935         * src/prefs_account.h
17936         * src/prefs_common.c
17937         * src/prefs_common.h
17938         * src/prefs_display_header.c
17939         * src/prefs_gtk.c
17940         * src/prefs_gtk.h
17941         * src/procheader.c
17942         * src/procmime.c
17943                 sync with 0.9.12cvs26 HEAD      
17944
17945 2004-07-15 [colin]      0.9.12cvs18.14
17946
17947         * src/folder.c
17948                 Disable GPG signature check during
17949                 folder move and scan
17950         (Closes Bug 521 Signature checking slows down Folder-Move)
17951
17952 2004-07-14 [colin]      0.9.12cvs18.13
17953
17954         * src/common/partial_download.c
17955                 update includes
17956
17957 2004-07-14 [colin]      0.9.12cvs18.12
17958
17959         * src/common/partial_download.c
17960         * src/common/partial_download.h
17961                 Move doc at top, add correct copyright
17962
17963 2004-07-14 [colin]      0.9.12cvs18.11
17964
17965         * src/folder.c
17966         * src/messageview.c
17967         * src/pop.c
17968         * src/pop.h
17969         * src/procmsg.c
17970         * src/summaryview.c
17971         * src/common/Makefile.am
17972         * src/common/partial_download.c ** NEW FILES **
17973         * src/common/partial_download.h ** NEW FILES **
17974                 Move partial-download related stuff to its
17975                 own file
17976
17977 2004-07-14 [colin]      0.9.12cvs18.10
17978
17979         * src/send_message.c
17980                 Fix smtp auth when user is null or empty
17981
17982 2004-07-13 [colin]      0.9.12cvs18.9
17983
17984         * src/gtk/quicksearch.c
17985                 Use alphabetic order
17986
17987 2004-07-13 [colin]      0.9.12cvs18.8
17988
17989         * src/pop.c
17990                 Be paranoid on the checks
17991
17992 2004-07-13 [colin]      0.9.12cvs18.7
17993
17994         * src/gtk/quicksearch.c
17995                 Fix Engrish once again
17996
17997 2004-07-13 [colin]      0.9.12cvs18.6
17998
17999         * src/procmsg.c
18000         * src/summaryview.c
18001                 Mark messages for deletion when they are about to
18002                 be removed from trash
18003
18004 2004-07-13 [colin]      0.9.12cvs18.5
18005
18006         * src/matcher.c
18007         * src/matcher.h
18008         * src/matcher_parser_parse.y
18009         * src/prefs_matcher.c
18010         * src/gtk/quicksearch.c
18011                 Add 'partial' ('p') match string to find partially
18012                 downloaded messages
18013
18014 2004-07-13 [colin]      0.9.12cvs18.4
18015
18016         * src/pop.c
18017                 Fix misplaced block
18018
18019 2004-07-13 [colin]      0.9.12cvs18.3
18020
18021         * src/pop.c
18022         * src/pop.h
18023         * src/messageview.c
18024                 Refactor API (to avoid passing 5+ params and code
18025                 duplication)
18026         * src/folder.c
18027         * src/msgcache.c
18028         * src/procheader.c
18029         * src/common/defs.h
18030                 Add planned_download to cache
18031                 Don't mess uidl file when moving partially downloaded
18032                 mails (they change folder, we should change it in the
18033                 uidl list too or we'll remove an incorrect message)
18034                 (this also helps removing hacks when changing 
18035                 planned_download in messageview.c)
18036
18037 2004-07-12 [colin]      0.9.12cvs18.2
18038
18039         * src/gtk/quicksearch.c
18040                 Fix missing status update in quicksearch
18041
18042 2004-07-12 [paul]       0.9.12cvs18.1
18043
18044         * po/POTFILES.in
18045         * src/Makefile.am
18046         * src/account.c
18047         * src/codeconv.c
18048         * src/compose.c
18049         * src/inc.c
18050         * src/main.c
18051         * src/prefs_common.c
18052         * src/procmsg.h
18053         * src/toolbar.c
18054         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18055         * src/prefs_wrapping.[ch]       ** NEW FILES **
18056         * src/common/intl.h
18057         * src/common/utils.[ch]
18058         * src/gtk/quicksearch.[ch]
18059                 sync with 0.9.12cvs18 HEAD
18060
18061 2004-07-12 [colin]      0.9.11cvs17.25
18062
18063         * src/folder.c
18064         * src/folder.h
18065                 Remove unused function added by me in 0.9.11cvs17.10
18066
18067 2004-07-11 [colin]      0.9.11cvs17.24
18068
18069         * src/inc.c
18070         * src/messageview.c
18071         * src/pop.c
18072         * src/pop.h
18073                 Use folderitem and msgnum instead of filename to
18074                 know which mail to delete
18075                 Move old partial mail deletion to pop.c
18076
18077 2004-07-10 [colin]      0.9.11cvs17.23
18078
18079         * src/inc.c
18080                 Add debug
18081         * src/pop.c
18082         * src/pop.h
18083                 Don't re-use same enums for unrelated stuff: it's 
18084                 completely misleading !
18085                 Document a bit
18086
18087 2004-07-09 [colin]      0.9.11cvs17.22
18088
18089         * src/inc.c
18090                 Remove folder-type check and do
18091                 more tests to be sure everything's
18092                 ok
18093         * src/messageview.c
18094                 Punctuation update, remove useless
18095                 code, fix two warnings
18096         * src/noticeview.c
18097                 Layout cleaning, reset 2nd button
18098                 when specifying one
18099
18100 2004-07-09 [colin]      0.9.11cvs17.21
18101
18102         * src/messageview.c
18103         * src/pop.c
18104         * src/pop.h
18105                 Allow user to change his mind
18106                 and postpone decision (by
18107                 unmarking the mail)
18108
18109 2004-07-09 [colin]      0.9.11cvs17.20
18110
18111         * src/messageview.c
18112                 Fix bug with delete state
18113         * src/pop.c
18114         * src/pop.h
18115                 Fix buffer leak (fread doesn't 
18116                 terminate buffers with \0)
18117                 Refactoring (remove magic 
18118                 numbers)
18119
18120 2004-07-09 [colin]      0.9.11cvs17.19
18121
18122         * src/pop.c
18123                 Don't log "Skipping message" if 
18124                 we're going to TOP it two lines
18125                 later
18126
18127 2004-07-09 [colin]      0.9.11cvs17.18
18128
18129         * src/messageview.c
18130                 Fix Engrish
18131
18132 2004-07-09 [colin]      0.9.11cvs17.17
18133
18134         * src/pop.c
18135                 strlen checking...
18136         * src/messageview.c
18137                 refactoring a bit
18138
18139 2004-07-08 [colin]      0.9.11cvs17.16
18140
18141         * src/noticeview.c
18142         * src/noticeview.h
18143                 Add an optional second button
18144         * src/messageview.c
18145         * src/pop.c
18146         * src/pop.h
18147                 Don't delete partially received mails after a certain
18148                 time; rather, let the user decide.
18149
18150 2004-07-08 [colin]      0.9.11cvs17.15
18151
18152         * src/common/smtp.h
18153                 Sync with HEAD
18154
18155 2004-07-08 [colin]      0.9.11cvs17.14
18156
18157         * src/messageview.c
18158         * src/common/smtp.c
18159                 Use to_human_readable() for sizes
18160
18161 2004-07-08 [colin]      0.9.11cvs17.13
18162
18163         * src/inc.c
18164         * src/messageview.c
18165         * src/pop.c
18166         * src/pop.h
18167         * src/procmsg.c
18168                 Fix partial-downloading issues:
18169                         catch unsupported TOP
18170                         don't delete partially downloaded mails before 5 days
18171                         don't update existing with non-MH folders; that'll
18172                         make dups, but it's better than trashing the folder
18173                         free new msginfo parts
18174                 Fix indentation ;-)
18175
18176 2004-07-08 [colin]      0.9.11cvs17.12
18177
18178         * src/common/smtp.c
18179         * src/common/smtp.h
18180                 Sync smtp size verification with HEAD
18181
18182 2004-07-08 [colin]      0.9.11cvs17.11
18183
18184         * src/summaryview.c
18185         * src/prefs_common.c
18186         * src/prefs_common.h
18187         * src/gtk/quicksearch.c
18188         * src/gtk/quicksearch.h
18189                 Sync sticky pref with HEAD
18190
18191 2004-07-08 [colin]      0.9.11cvs17.10
18192
18193         * src/folder.c [1.213.2.6]
18194         * src/folder.h [1.87.2.6]
18195         * src/inc.c [1.149.2.7]
18196         * src/messageview.c [1.94.2.8]
18197         * src/procheader.c [1.47.2.6]
18198         * src/procmsg.c [1.150.2.4]
18199         * src/procmsg.h [1.60.2.5]
18200         * src/pop.c [1.56.2.4]
18201         * src/pop.h [1.17.2.3]
18202                 Let too big messages get downloaded, but truncated
18203                 Add a button to download them completely
18204                 
18205 2004-07-06 [colin]      0.9.11cvs17.9
18206
18207         * src/gtk/quicksearch.c [1.1.2.3]
18208                 Add a Clear button
18209         * commitHelper
18210         * PATCHSETS
18211                 Add a script to help with cvs
18212
18213 2004-07-03 [colin]      0.9.11cvs17.8
18214
18215         * src/plugins/imageviewer/viewer.c
18216                 fix imageviewer (which was staying on the first
18217                 displayed image)
18218
18219 2004-07-03 [colin]      0.9.11cvs17.7
18220
18221         Removed FIXME_GTK2 warnings
18222         * src/gtk/gtkutils.c
18223                 useless #warnings
18224         * src/gtk/menu.c
18225                 useless #warnings (no need to mess with menu rc)
18226         * src/gtk/menu.h
18227                 unused functions
18228         
18229
18230 2004-07-03 [colin]      0.9.11cvs17.6
18231
18232         Removed FIXME_GTK2 warnings
18233         * src/codeconv.c
18234                 useless #warnings (rewrite needed)
18235         * src/compose.c
18236                 useless #warnings (rewrite needed)
18237                 useless #warnings (gtk2 is like that)
18238                 useless #warnings (previously fixed)
18239         * src/main.c
18240                 useless #warnings (previously fixed)
18241         * src/message_search.c
18242                 useless #warnings (gtk2 is like that)
18243                 Made apparent that search is case-sensitive
18244         * src/mimeview.c
18245                 useless #warnings (rewrite needed)
18246                 useless #warnings (gtk2 is like that)
18247                 reimplemented real warnings
18248         * src/prefs_common.c
18249                 Removed block cursor option (not it gtk2)
18250         * src/prefs_gtk.c
18251                 useless #warnings (rewrite needed)
18252         * src/procheader.c
18253                 useless #warnings (rewrite needed)
18254         * src/sourcewindow.c
18255                 useless #warnings (incorrect placing)
18256         * src/summary_search.c
18257                 useless #warnings (gtk2 is like that)
18258                 Made apparent that search is case-sensitive
18259         * src/action.c
18260                 useless #warnings (gtk2 is like that)
18261         * src/textview.c
18262                 useless #warnings (rewrite needed)
18263         * src/toolbar.c
18264                 useless #warnings (rewrite needed)
18265
18266 2004-07-03 [colin]      0.9.11cvs17.5
18267
18268         * src/textview.c
18269                 Fix mismerge which broke URI opening
18270                 
18271 2004-07-01 [colin]      0.9.11cvs17.4
18272
18273         * src/gtk/filesel.c
18274                 Fill filename when saving
18275                 
18276 2004-06-27 [colin]      0.9.11cvs17.3
18277
18278         * src/gtk/filesel.[ch]
18279                 Use the new GTK file selector
18280                 Update prototype to match the reality: multiple file
18281                 selection is open-only          
18282         * src/compose.c
18283                 Match the new prototypes        
18284         * configure.ac
18285                 Match the new requirements (gtk 2.4.0)
18286                         
18287 2004-06-26 [colin]      0.9.11cvs17.2
18288
18289         * src/plugins/trayicon/trayicon.c
18290                 Remove useless signal handler on resize, which causes
18291                 an infinite "loop"
18292         
18293 2004-06-26 [colin]      0.9.11cvs17.1
18294         
18295         * tools/Makefile.am
18296                 remove launch_firebird and add nautilus2sylpheed.sh
18297         * src/quicksearch.c
18298           src/summaryview.c
18299                 Fix show/hide "Extended symbols" button problem
18300                 Fix apparition at startup
18301                 Fix const warnings
18302         * src/plugins/image_viewer/Makefile.am
18303                 Fix configure 
18304         * common/ssl.c
18305                 Re-enable certificate check, as it doesn't seem to
18306                 cause Xlib errors anymore
18307
18308 2004-06-25 [paul]       0.9.11cvs17
18309
18310         * sync with 0.9.11cvs17 HEAD
18311         
18312         NOTE: QuickSearch is broken
18313
18314 2004-06-07 [colin]      0.9.10claws67.10
18315         * src/plugins/trayicon/trayicon.c
18316           src/plugins/trayicon/libeggtrayicon/Makefile.am
18317           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18318                 Fix gettextization in trayicon plugin
18319
18320 2004-06-07 [colin]      0.9.10claws67.9
18321         
18322         * src/summaryview.c
18323           src/gtk/gtksctree.[ch]
18324                 Let Shift+{Up,Down} work in summaryview
18325                 (well, Down "works" and Up works)
18326                 Let the list scroll when using these keys
18327
18328 2004-06-06 [colin]      0.9.10claws67.8
18329
18330         * src/plugins/trayicon/trayicon.c
18331                 Fix pixmap update
18332
18333 2004-06-06 [colin]      0.9.10claws67.7
18334
18335         * src/addressbook.c
18336                 Fix signal handling causing system-wide focus grab
18337
18338 2004-05-25 [paul]       0.9.10claws67.6
18339
18340         * Makefile.am
18341           src/Makefile.am
18342                 clean up
18343
18344 2004-05-25 [paul]       0.9.10claws67.5
18345
18346         * replace deprecated gtk_signal... functions
18347
18348 2004-05-23 [colin]      0.9.10claws67.4
18349
18350         * src/compose.c
18351                 Fix wrapping
18352
18353 2004-05-22 [colin]      0.9.10claws67.3
18354
18355         * src/compose.c
18356                 Re-fix [Edited] in compose.c::compose_reedit()
18357
18358 2004-05-22 [colin]      0.9.10claws67.2
18359
18360         * src/procmime.c
18361                 Fix parsing of multiparts mails
18362
18363 2004-05-22 [colin]      0.9.10claws67.1
18364
18365         * src/summaryview.c
18366                 Fix quicksearch
18367
18368 2004-05-22 [paul]       0.9.10claws67
18369
18370         * sync with 0.9.10claws67 HEAD
18371
18372 2004-05-14 [alfons]
18373
18374         * src/procmime.h
18375                 add forgotton prototype
18376
18377 2004-05-10 [paul]       0.9.10claws57
18378
18379         * sync with 0.9.10claws57 HEAD
18380
18381 2004-05-05 [paul]       0.9.9.claws1
18382
18383         * ChangeLog-gtk2        ** REMOVED **
18384           ChangeLog-gtk2.claws  ** ADDED **
18385                 rename and adopt the normal claws format
18386                 
18387         * configure.ac
18388                 require gtkmathview >= 0.5
18389
18390         * ac/*                          ** REMOVED **
18391           ac/                           ** REMOVED **
18392           intl/Makefile.in              ** REMOVED **
18393           m4/                           ** ADDED **
18394           m4/missing                    ** ADDED **
18395           m4/missing/gdk-pixbuf.m4      ** ADDED **
18396           m4/missing/gettext.m4         ** ADDED **
18397           m4/missing/gpgme.m4           ** ADDED **
18398           m4/missing/imlib.m4           ** ADDED **
18399           m4/.cvsignore                 ** ADDED **
18400           m4/Makefile.am                ** ADDED **
18401           m4/README                     ** ADDED **
18402           m4/aclocal-include.m4         ** ADDED **
18403           m4/aspell.m4                  ** ADDED **
18404           m4/check-type.m4              ** ADDED **
18405           m4/gnupg-check-typedef.m4     ** ADDED **
18406           m4/openssl.m4                 ** ADDED **
18407           m4/spamassassin.m4            ** ADDED **
18408           po/ChangeLog                  ** REMOVED **
18409           po/Makefile.in.in             ** REMOVED **
18410           po/Rules-quot                 ** REMOVED **
18411           po/boldquot.sed               ** REMOVED **
18412           po/en@boldquot.header         ** REMOVED **
18413           po/en@quot.header             ** REMOVED **
18414           po/insert-header.sin          ** REMOVED **
18415           po/quot.sed                   ** REMOVED **
18416           po/remove-potcdate.sed        ** REMOVED **
18417           po/remove-potcdate.sin        ** REMOVED **
18418           po/stamp-po                   ** REMOVED **
18419           Makefile.am
18420           autogen.sh
18421           configure.ac
18422                 enable building with automake 1.8.x
18423                 add 'autopoint --force' to autogen.sh and remove all
18424                 auto-generated files, remove ac/ directory and use
18425                 m4/ directory instead
18426                 
18427         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18428                 fix gettextization
18429
18430 2004-02-28 Colin Leroy <colin@colino.net>
18431         * src/prefs_matcher.c
18432           src/prefs_filtering.c
18433           src/prefs_filtering_action.c
18434                 Fix non-editable GtkEntries
18435
18436 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18437         * src/prefs_themes.c
18438                 utf8 conversion for theme info
18439
18440 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18441         * sync 0.9.9claws
18442
18443 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18444         * src/grouplistdialog.c
18445                 allow multiple selections without ctrl key
18446
18447 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18448         * src/main.c
18449                 enable customizable accelerators
18450
18451 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18452         * src/prefs_common.c
18453                 re-enable different font settings for gtk1/2
18454         * src/prefs_folder_item.c
18455                 fix folder prefs displayed wrong
18456         * src/textview.c
18457                 set 'sunken' shadow type
18458
18459 2004-02-07 Colin Leroy <colin@colino.net>
18460         * src/compose.c
18461                 Fix message being always [Edited]
18462                 Encode headers correctly (utf8 buf)
18463
18464 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18465         * src/socket.c
18466                 remove double g_source_attach()
18467                 (Thanks to Colin Leroy)
18468
18469 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18470         * src/gtk/gtksctree.c
18471                 Fix SSL certificate list not shown
18472         * src/mimeview.c
18473                 Fix clicks in mime tree
18474
18475 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18476         * src/common/socket.c
18477                 Fix SSL receive
18478         * src/compose.c
18479                 Fix clipboard menu hotkeys
18480
18481 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18482         * src/gtk/gtkaspell.[ch]
18483           src/compose.c
18484                 reimplement spellchecker
18485
18486 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18487         * src/gtk/filesel.c
18488                 crash when inserting file in compose window
18489                 (TODO: keep old selection on clicks)
18490         * src/main.c
18491                 use gtkrc-2.0 instead of gtkrc
18492
18493 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18494         * src/messageview.c
18495                 remove orphaned mimeview unref()
18496
18497 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18498         * src/grouplistdialog.c
18499                 expand nodes containing subscribed groups
18500
18501 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18502         * src/textview.c
18503                 textview: hide cursor, restore old click behaviour
18504
18505 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18506         * src/textview.c
18507                 variable names messed up
18508
18509 2004-01-17 Colin Leroy <colin@colino.net>
18510         * src/addr_compl.c
18511                 Fix completion address too thin
18512         * src/compose.c
18513                 Fix tab-to-subject behaviour
18514         * src/summaryview.c
18515                 Implement key up & down in summaryview
18516
18517 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18518
18519         * sync 098claws
18520
18521 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18522         * configure.ac
18523           Makefile.am
18524           doc/.cvsignore
18525           doc/Makefile.am
18526                 faq, man, manual moved to doc/
18527         * ac/aspell.m4
18528           ac/check-type.m4
18529           ac/gnupg-check-typedef.m4
18530           ac/openssl.m4
18531           ac/spamassassin.m4
18532           ac/missing/gdk-pixbuf.m4
18533           ac/missing/gpgme.m4
18534           ac/missing/imlib.m4
18535                 fix automake warnings
18536
18537 2003-12-06 Colin Leroy <colin@colino.net>
18538         * src/summaryview.c
18539                 Fix quicksearch
18540
18541 2003-12-05 Colin Leroy <colin@colino.net>
18542         * src/summaryview.c
18543                 Fix going to next unread folder
18544
18545 2003-12-05 Colin Leroy <colin@colino.net>
18546         * src/crash.c
18547                 Fix gtk2 compilation
18548         * src/session.c
18549                 Remove iotag source handler at disconnection
18550         * src/socket.[ch] 
18551                 Remove source handler when closing socket 
18552                 (fixes another seg)
18553
18554 2003-12-04 Colin Leroy <colin@colino.net>
18555         * src/compose.c
18556           src/prefs_account.c
18557           src/prefs_common.c
18558                 Fix some dropdown menus
18559
18560 2003-12-04 Colin Leroy <colin@colino.net>
18561         * src/compose.c
18562                 Fix event handlers on header fields
18563         * src/common/socket.c
18564           src/common/session.c
18565                 Fix segfault with callback (SSL)
18566                 Fix end of session 
18567
18568 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18569
18570         * Fix compile bug in src/compose.c
18571         * removed src/gtk/gtkstext.[ch]
18572
18573 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18574
18575         * Convert character set and escape "text" attributes in toolbar setting
18576         files.
18577         * Fixed bug in button-press-event handling.
18578
18579 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18580
18581         * Fixed bug in key-press-event handling.
18582
18583 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18584
18585         * Enabled to compile tray-icon plugin (Ad-hoc).
18586         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18587
18588 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18589
18590         * Enabled to compile on sylpheed-claws.
18591         (tray-icon plugin still cannot compile yet.)
18592
18593 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18594
18595         * Updated to 0.9.5.
18596
18597 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18598
18599         * Updated to 0.9.4.
18600         * Ported monitoring SSL mechanism to GSource of GLib2
18601         (I don't confirm it)
18602         * Added _gtk2 suffix to key name of font preference to avoid
18603         ovverwriting preference of Gtk+-1.2 version.
18604
18605 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18606
18607         * Updated to 0.9.2.
18608
18609 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18610
18611         * Updated to 0.9.1.
18612         * Translate po files into UTF-8 when execute autogen.sh.
18613
18614 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18615
18616         * Updated to 0.9.0.
18617
18618 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18619
18620         * Plugged GError related memory leaks.
18621
18622 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18623
18624         * Changed default size of fonts.
18625         * Enabled to set titile font size of warning dialog.
18626
18627 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18628
18629         * Embed a sylpheed icon into executable binary on Windows.
18630
18631 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18632
18633         * I forgot to traslate character set of element string in src/xml.c.
18634
18635 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18636
18637         * Fixed detecting bind_textdomain_codeset in configure.in.
18638         * The bug in which "Example" of "Date fromat" preference isn't displayed
18639         correctly has been fixed.
18640
18641 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18642
18643         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18644           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18645           glib-gettextize
18646           Removed intl directory.
18647           Translated po files into UTF-8.
18648           (Thanks! Ryuji Abe)
18649
18650 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18651
18652         * The bug which doesn't unscape string in xml.c has been fixed.
18653
18654 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18655
18656         * The bug which is failed to translate encoding of file name thorough
18657         file dialog has been fixed.
18658
18659 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18660
18661         * Modified to translate file names which is used in inporting/expoting
18662         mbox feature and "Save as" feature into locale encoding.
18663         * Translate file names into locale encoding when "Attache file" and
18664         "Insert file".
18665         * Force set G_BROKEN_FILENAMES environment variable.
18666         * Other minor fixes.
18667
18668 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18669
18670         * Modified to treat MH folder's name as locale encoding.
18671
18672 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18673
18674         * The bug which clash on switching candidates of auto completion of
18675         addresses, cannot use auto completion in Japanesse is fixed
18676         (Thanks! Tokunaga-san)¡¥
18677
18678 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18679
18680         * The bug which cannot switch key accelerator preference has been fixed
18681         (Thanks! smbd-san)¡¥
18682
18683 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18684
18685         * version 0.8.11-gtk2-20030314
18686
18687 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18688
18689         * The bug in which character set conversion of filtering messages has
18690         been fixed.(Thanks! COCOA-san).
18691
18692 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18693
18694         * Revived "Leave space on head" preference in "Message" category.
18695         * A bug which clash when put the cursor to end of buffer and execute
18696         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18697
18698 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18699
18700         * version 0.8.11-gtk2-20030312
18701
18702 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18703
18704         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18705         * Modified to use Pango's API directly for font preference.
18706         * Integrated GtkTextView of textview to one widget.
18707         * Set fonts of header title in textview by "header_title" tag.
18708         * Removed some deprecated codes.
18709
18710 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18711
18712         * Updated to 0.8.11.
18713         * Merged cygwin patch(Thanks! Sakai-san).
18714
18715 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18716
18717         * version 0.8.10-gtk2-20030309