2006-09-30 [colin] 2.5.2cvs24
[claws.git] / ChangeLog
1 2006-09-30 [colin]      2.5.2cvs24
2
3         * src/msgcache.c
4                 Reenable mmaped reads (*not* writes!)
5         * src/procmsg.c
6                 Don't destroy and recreate hashtables just
7                 for fun
8         * src/common/utils.c
9                 Remove useless reply prefixes (it's case
10                 unsensitive)
11
12 2006-09-30 [wwp]        2.5.2cvs23
13
14         * tools/fix_date.sh
15                 Fixed a minor bug in date value extraction, added a switch
16                 to replace non RFC-compliant Date: value, added a switch
17                 to use strict RFC matching patterns for dates.
18
19 2006-09-29 [colin]      2.5.2cvs22
20
21         * src/matcher_parser.h
22         * src/matcher_parser_parse.y
23         * src/prefs_filtering.c
24         * src/statusbar.c
25         * src/summary_search.c
26         * src/summaryview.c
27         * src/gtk/quicksearch.c
28         * src/gtk/quicksearch.h
29                 Optimise searches by setting different
30                 refresh intervals (depending if the 
31                 search is fast or not)
32
33 2006-09-29 [colin]      2.5.2cvs21
34
35         * src/codeconv.c
36                 Optimise by reusing the last iconv converter
37                 if possible
38         * src/textview.c
39                 Optimise a bit (the foldable quotes feature
40                 still has an awful O(n^2) algo
41
42 2006-09-29 [colin]      2.5.2cvs20
43
44         * src/gtk/gtksctree.c
45         * src/gtk/gtksctree.h
46                 Optimise de-selection via up/down or
47                 another key
48
49 2006-09-28 [colin]      2.5.2cvs19
50
51         * src/action.c
52         * src/compose.c
53         * src/folderview.c
54         * src/mainwindow.c
55         * src/messageview.c
56         * src/summary_search.c
57         * src/toolbar.c
58                 Avoid using summaryview->ctree directly
59
60 2006-09-28 [colin]      2.5.2cvs18
61
62         * src/summaryview.c
63         * src/summaryview.h
64                 Add helpers to freeze/thaw/grab_focus
65                 Factorize calls to freeze/thaw/grab_focus
66                 
67
68 2006-09-28 [colin]      2.5.2cvs17
69
70         * src/main.c
71                 More guards for the session management
72
73 2006-09-28 [colin]      2.5.2cvs16
74
75         * src/folderview.c
76         * src/gtk/gtksctree.c
77         * src/gtk/gtksctree.h
78                 Make expanding not recursive in folderview
79
80 2006-09-28 [colin]      2.5.2cvs15
81
82         * src/addressbook.c
83                 If nothing is selected in the list (right part)
84                 and a group is selected in the tree (left part),
85                 mail this group.
86
87 2006-09-28 [colin]      2.5.2cvs14
88
89         * src/Makefile.am
90                 Actually use SM_LIBS
91
92 2006-09-28 [ticho]      2.5.2cvs13
93
94         * src/export.c
95         * src/messageview.c
96         * src/mimeview.c
97         * src/news.c
98         * src/pop.c
99         * src/prefs_themes.c
100         * src/procmsg.c
101                 Small i18n string optimization.
102         * src/send_message.c
103         * src/summaryview.c
104         * src/common/session.c
105         * src/common/smtp.c
106         * src/common/ssl_certificate.c
107         * src/common/utils.c
108                 Use "Couldn't" instead of "Can't" in UI messages,
109                 where appropriate.
110
111 2006-09-28 [colin]      2.5.2cvs12
112
113         * configure.ac
114                 Possibly fix link errors
115
116 2006-09-27 [wwp]        2.5.2cvs11
117
118         * src/gtk/authors.h
119         * doc/man/sylpheed-claws.1
120         * manual/ack.xml
121         * manual/es/ack.xml
122         * manual/fr/ack.xml
123         * manual/pl/ack.xml
124                 Updated authors info (me, myself and I).
125
126 2006-09-27 [colin]      2.5.2cvs10
127
128         * src/addressbook.c
129                 Remove useless printf
130
131 2006-09-27 [wwp]        2.5.2cvs9
132
133         * src/editgroup.c
134         * src/send_message.c
135         * src/inc.c
136         * src/prefs_common.c
137         * src/prefs_common.h
138         * src/gtk/progressdialog.c
139                 remember more windows' sizes (send dialog, received dialog,
140                 edit group in addressbook).
141
142 2006-09-27 [colin]      2.5.2cvs8
143
144         * configure.ac
145         * src/main.c
146         * src/mainwindow.h
147                 Use libSM to communicate with the session
148                 manager, so that we can know when the 
149                 session ends, save our caches, and draft
150                 our compose windows.
151
152 2006-09-27 [colin]      2.5.2cvs7
153
154         * src/addressbook.c
155                 Fix issues:
156                 o Allow Book and Group creation from the tree's
157                   contextual menu
158                 o Do not actually delete the contacts when 
159                   deleting groups from the tree (duh!)
160
161 2006-09-27 [colin]      2.5.2cvs6
162
163         * src/compose.c
164         * src/compose.h
165         * src/mainwindow.c
166         * src/textview.c
167         * src/toolbar.c
168                 o Allow passing an email address to 
169                   compose_new_with_folderitem
170                 o Update callers
171                 o Use current folderitem when clicking
172                   on a TextView mailto: link
173                 o Fix a possible leak in TextView
174
175 2006-09-27 [colin]      2.5.2cvs5
176
177         * src/html.c
178                 Use UTF-8 chars to replace HTML entities
179
180 2006-09-27 [colin]      2.5.2cvs4
181
182         * AUTHORS
183         * src/prefs_account.c
184         * src/gtk/authors.h
185                 Fix bug #1024 (Array index out of
186                 range in sylpheed-claws-2.5.2)
187                 Patch by Ales Nosek <anosek@suse.cz>
188
189 2006-09-27 [colin]      2.5.2cvs3
190
191         * src/addr_compl.c
192                 Actually do the test
193
194 2006-09-27 [colin]      2.5.2cvs2
195
196         * src/addr_compl.c
197         * src/addr_compl.h
198                 Allow completing with comma (in certain cases: vCalendar
199                 for example doesn't support that)
200                 Patch by Fabien Vantard
201
202 2006-09-26 [colin]      2.5.2cvs1
203
204         * src/Makefile.am
205         * src/addr_compl.c
206         * src/addr_compl.h
207         * src/addrbook.c
208         * src/addrbook.h
209         * src/addressbook.c
210         * src/addrindex.c
211         * src/addrindex.h
212         * src/compose.c
213         * src/prefs_common.c
214         * src/prefs_filtering_action.c
215         * src/prefs_folder_item.c
216         * src/prefs_template.c
217         * src/stock_pixmap.c
218         * src/stock_pixmap.h
219         * src/pixmaps/addr_one.xpm
220         * src/pixmaps/addr_two.xpm
221                 Add auto-completion on groups
222
223 2006-09-26 [colin]      2.5.2
224
225         * NEWS
226         * README
227         * RELEASE_NOTES
228                 2.5.2 released
229
230 2006-09-26 [colin]      2.5.1cvs5
231
232         * src/matcher.c
233                 Fix condition
234
235 2006-09-26 [colin]      2.5.1cvs4
236
237         * src/mbox.c
238                 Revert cvs1 (useless as the message is printed 
239                 every 500 mails)
240
241 2006-09-26 [colin]      2.5.1cvs3
242
243         * src/partial_download.c
244                 Fix crasher found by Alexsandar Urosevic
245
246 2006-09-26 [colin]      2.5.1cvs2
247
248         * src/summaryview.c
249                 Fix bug #1023 (Sylpheed deletes too much messages)
250
251 2006-09-26 [ticho]      2.5.1cvs1
252
253         * src/mbox.c
254                 Make use of gettext's multiple plurals for statusbar
255                 progress message.
256
257 2006-09-25 [paul]       2.5.1
258
259         * NEWS
260         * README
261         * RELEASE_NOTES
262                 2.5.1 released
263
264 2006-09-25 [colin]      2.5.0cvs3
265
266         * src/plugins/bogofilter/bogofilter.c
267         * src/plugins/clamav/clamav_plugin.c
268         * src/plugins/spamassassin/spamassassin.c
269                 BogoFilter, Spamassassin: Fix double hook registering after
270                 visiting preferences
271                 Spamassassin, Clamav: Just set the mails to move instead of
272                 doing the move - caller will move the things at once.
273
274 2006-09-25 [colin]      2.5.0cvs2
275
276         * src/imap.c
277         * src/etpan/imap-thread.c
278                 Use UID SEARCH ALL instead of UID 1:*
279                 (braindead servers can't figure out that's
280                 the same...)
281
282 2006-09-25 [wwp]        2.5.0cvs1
283
284         * src/message_search.c
285                 Added the ability to stop a running search (in message body).
286
287 2006-09-25 [paul]       2.5.0
288
289         * NEWS
290         * README
291         * RELEASE_NOTES
292                 2.5.0 released
293
294 2006-09-25 [paul]       2.4.0cvs214
295
296         * po/cs.po
297         * po/de.po
298         * po/fi.po
299         * po/fr.po
300         * po/nl.po
301         * po/pt_BR.po
302         * po/sk.po
303         * po/sr.po
304         * po/zh_CN.po
305                 updated by Tim, Stephan Sachse, Flammie Pirinen,
306                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
307                 Ticho, Aleksander Urosevic, Ralgh Young
308
309 2006-09-24 [mones]      2.4.0cvs213
310
311         * po/es.po
312                 Updated for release
313
314 2006-09-23 [colin]      2.4.0cvs212
315
316         * src/gtk/inputdialog.c
317                 Fix [ ] remember this appearing in normal
318                 input dialogs after it's been used by
319                 mimeview.
320         * src/folder.c
321         * src/folderview.c
322         * src/msgcache.c
323         * src/procmsg.c
324         * src/summaryview.c
325         * src/textview.c
326         * src/common/timing.h
327                 Enable timings in debug mode and make it
328                 look prettier.
329
330 2006-09-22 [colin]      2.4.0cvs211
331
332         * README
333                 Revert test change
334         * commitHelper
335                 ping the correct URI
336
337 2006-09-22 [colin]      2.4.0cvs210
338
339         * README
340                 Let's see if bug #1022 is fixed
341
342 2006-09-21 [colin]      2.4.0cvs209
343
344         * src/wizard.c
345         * src/common/plugin.c
346                 Prepare infra to load predefined plugins when
347                 no configuration existed. Don't actually load
348                 anything yet (feat. freeze)
349
350 2006-09-21 [wwp]        2.4.0cvs208
351
352         * manual/fr/faq.xml
353                 Partial sync w/ 2.4.0cvs72:
354                 wrap file and minor updates.
355
356 2006-09-21 [wwp]        2.4.0cvs207
357
358         * tools/fix_date.sh
359                 several fixes and enhancements. A new --force switch has been
360                 added to prevent overriding by default Date: header when
361                 already existing.
362
363 2006-09-21 [paul]       2.4.0cvs206
364
365         * src/common/utils.c
366                 add Chinese UTF8 Re prefix
367
368 2006-09-21 [wwp]        2.4.0cvs205
369
370         * tools/Makefile.am
371                 Fics alfabettical order.
372
373 2006-09-21 [wwp]        2.4.0cvs204
374
375         * tools/fix_date.sh
376         * tools/Makefile.am
377                 Added an action tool to fix missing Date field in emails.
378                 Updated Makefile.am to reflect those last two additions.
379
380 2006-09-21 [wwp]        2.4.0cvs203
381
382         * tools/uuooffice
383                 Added a action tool to open uuencoded docs w/
384                 OpenOffice (based on uudec method).
385
386 2006-09-21 [colin]      2.4.0cvs202
387
388         * src/compose.c
389         * src/textview.c
390                 Workaround possible GTK crash: remove selection 
391                 clipboard before destroying widget, or GTK+-2.10
392                 dies. Thanks to Hiro.
393
394 2006-09-20 [colin]      2.4.0cvs201
395
396         * src/compose.c
397                 Fix free-after-use in some cases (when 
398                 procmime_encode_content() frees mimeinfo->data.mem
399                 and turns it to a temp file)
400
401 2006-09-20 [colin]      2.4.0cvs200
402
403         * src/folderview.c
404         * src/summaryview.c
405         * src/gtk/gtksctree.c
406         * src/gtk/gtksctree.h
407                 Add tooltips in the folderview and summaryview
408                 (Doesn't break string freeze as they already
409                 exist)
410         * src/toolbar.c
411                 Put the spam button in the default configuration
412                 if compiled with bogo plugin too
413
414 2006-09-19 [colin]      2.4.0cvs199
415
416         * src/summaryview.c
417         * src/summaryview.h
418                 Update folder name label on folder rename
419         * src/prefs_matcher.c
420         * src/gtk/logwindow.h
421                 Fix warnings
422                 Patches by Fabien
423
424 2006-09-19 [wwp]        2.4.0cvs198
425
426         * src/summary_search.c
427                 fix can't click forward/backward buttons in the
428                 search messages.
429
430 2006-09-18 [paul]       2.4.0cvs197
431
432         * src/wizard.c
433                 add missing bracket, capitalise the A of
434                 'SpamAssassin'
435
436 2006-09-18 [paul]       2.4.0cvs196
437
438         * src/compose.c
439                 fix bug 1012 'crashed upon sending mail
440                 from compose window'
441                 Thanks to Colin
442
443 2006-09-16 [colin]      2.4.0cvs195
444
445         * src/folderview.c
446                 Fix "real-time" sorting by freezing/thawing
447
448 2006-09-16 [colin]      2.4.0cvs194
449
450         * manual/faq.xml
451                 Fix the anti-spam entry a bit
452
453 2006-09-16 [colin]      2.4.0cvs193
454
455         * src/wizard.c
456                 Make sure reviewers have no excuse when stating
457                 Sylpheed-Claws doesn't have antispam capabilities.
458
459 2006-09-16 [colin]      2.4.0cvs192
460
461         * src/main.c
462                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
463                 as if the SIGPIPE comes from etpan's thread we could
464                 trigger a GUI update from this thread.
465
466 2006-09-16 [colin]      2.4.0cvs191
467
468         * src/summaryview.c
469                 Init all members of the struct
470
471 2006-09-16 [paul]       2.4.0cvs190
472
473         * src/account.c
474                 improvements to the English
475
476 2006-09-15 [colin]      2.4.0cvs189
477
478         * src/summaryview.c
479                 HIG order on dialog
480
481 2006-09-14 [colin]      2.4.0cvs188
482
483         * src/common/socket.c
484         * src/common/socket.h
485         * src/common/ssl.c
486         * src/common/ssl_certificate.c
487         * src/common/ssl_certificate.h
488         * src/etpan/imap-thread.c
489                 the get_fqdn() call done to get canonical name when
490                 checking an SSL certificate is blocking, which is
491                 sad as we just did a non-blocking lookup to connect.
492                 Fix that by letting the fqdn available to the SockInfo,
493                 and use that in ssl_certificate_check(). For IMAP,
494                 we don't do it as the lookup's done by libetpan, but
495                 it's less annoying as IMAP connections as much more
496                 rare than POP3 connections.
497
498 2006-09-14 [paul]       2.4.0cvs187
499
500         * manual/advanced.xml
501                 improvements to the English,
502                 properly place the new hidden options
503                 within the alphabetical order
504         * src/gtk/pluginwindow.c
505                 improvements to the English
506
507 2006-09-14 [colin]      2.4.0cvs186
508
509         * src/prefs_common.c
510         * src/prefs_common.h
511         * src/gtk/gtksctree.c
512         * manual/advanced.xml
513                 New hidden pref, stripes_color_offset, to change
514                 the value added/substracted to normal bgcolor to
515                 create the stripes in summaries
516
517 2006-09-13 [colin]      2.4.0cvs185
518
519         * src/gedit-print.c
520         * src/messageview.c
521         * src/messageview.h
522         * src/summaryview.c
523         * src/textview.c
524                 Fix misc. printing issues: 
525                 - Bad font for linkified headers
526                 - Different font if the mail was displayed or not
527                 - Factorize the thing
528
529 2006-09-13 [colin]      2.4.0cvs184
530
531         * src/common/ssl_certificate.c
532                 Only get FQDN once when checking certificate
533
534 2006-09-13 [colin]      2.4.0cvs183
535
536         * src/account.c
537         * src/gtk/pluginwindow.c
538                 Misc. GUI fixes by Fabien
539
540 2006-09-13 [wwp]        2.4.0cvs182
541
542         * configure.ac
543         * src/common/utils.h
544         * src/common/utils.c
545                 get rid of unused wide-char functions.
546
547 2006-09-13 [wwp]        2.4.0cvs181
548
549         * src/plugins/pgpinline/sylpheed.def
550         * src/textview.c
551                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
552                 add privacy_reset_error to the .def file,
553                 do not fork for an external textviewer.
554
555 2006-09-13 [wwp]        2.4.0cvs180
556
557         * src/prefs_common.c
558                 fix broken font entry in prefs (patch issued by the gpg4win team,
559                 probably by Marcus Brinkmann <marcus@g10code.de>).
560
561 2006-09-13 [colin]      2.4.0cvs179
562
563         * src/folder.h
564                 Fix a warning in summaryview.c
565         * src/mainwindow.c
566         * src/summaryview.c
567         * src/summaryview.h
568                 Add missing Mark/* elements in the
569                 main menu
570
571 2006-09-12 [colin]      2.4.0cvs178
572
573         * src/prefs_actions.c
574         * src/prefs_filtering_action.c
575         * src/prefs_matcher.c
576                 Use (New) instead of New everywhere
577
578 2006-09-12 [wwp]        2.4.0cvs177
579
580         * manual/fr/addrbook.xml
581         * manual/fr/handling.xml
582                 updated some quotes in the fr manual to match the fr translation.
583
584 2006-09-12 [wwp]        2.4.0cvs176
585
586         * src/prefs_matcher.c
587                 don't store translated string elements in matcher expressions.
588                 Also fixed a misused of Q_().
589
590 2006-09-11 [wwp]        2.4.0cvs175
591
592         * src/plugins//bogofilter/bogofilter.c
593         * src/plugins//clamav/clamav_plugin.c
594         * src/plugins//demo/demo.c
595         * src/plugins//dillo_viewer/dillo_viewer.c
596         * src/plugins//pgpcore/plugin.c
597         * src/plugins//pgpinline/plugin.c
598         * src/plugins//pgpmime/plugin.c
599         * src/plugins//spamassassin/spamassassin.c
600                 gettext-ize more strings (mostly plugin error messages).
601
602 2006-09-11 [colin]      2.4.0cvs174
603
604         * src/alertpanel.c
605                 Make maximum buffer size bigger to avoid
606                 truncating translated messages. Patch by
607                 Fabien
608
609 2006-09-11 [colin]      2.4.0cvs173
610
611         * src/etpan/imap-thread.c
612                 Fix compilation on OpenBSD, thanks to 
613                 Landry
614
615 2006-09-10 [wwp]        2.4.0cvs172
616
617         * manual/account.xml
618         * manual/addrbook.xml
619         * manual/handling.xml
620         * manual/es/handling.xml
621         * manual/fr/account.xml
622         * manual/fr/addrbook.xml
623         * manual/fr/handling.xml
624                 documented addressbook matching (condition configuration):
625                   addrbook.xml, en fr
626                 documented per-account filtering rules (handling/filtering
627                   section, account section):
628                   account.xml, handling.xml, en fr
629                 slightly updated the handling/searching section to tell few
630                   words about the extended search ability:
631                   handling.xml, en fr
632                 added missing <quote></quotes> to Quick Search:
633                   handling.xml, en fr es
634                 fixed a typo (auomatically):
635                   handling.xml, en
636                 changes revisited by Paul.
637
638 2006-09-10 [paul]       2.4.0cvs171
639
640         * src/prefs_actions.c
641         * src/prefs_filtering.c
642         * src/prefs_template.c
643                 adjustments to the gui
644                 Patch by Fabien Vantard (slightly modified)
645
646 2006-09-10 [colin]      2.4.0cvs170
647
648         * src/summaryview.c
649                 Check folderitem/summaryview consistency
650                 (basically automates Update summary). Fixes
651                 #1011 (wrong (negative) count on unread 
652                 messages)
653
654 2006-09-10 [colin]      2.4.0cvs169
655
656         * src/gtk/gtksctree.c
657                 Fix recursive expansion via mouse
658         * src/plugins/bogofilter/bogofilter.c
659                 Use normal filtering way of moving
660                 messages (batching), possibly fixing
661                 bug #1015 (Bogofilter plugin doubles 
662                 new messages)
663
664 2006-09-09 [wwp]        2.4.0cvs168
665
666         * src/prefs_filtering.c
667                 better place for this fix.
668
669 2006-09-09 [wwp]        2.4.0cvs167
670
671         * src/prefs_filtering.c
672                 fix a minor bug when the enabled status of a filtering/processing
673                 rule always got set to TRUE when replacing this rule. That still
674                 make sense when adding a new rule, but now when replacing, we
675                 don't override the value of 'enabled'.
676                 Also renamed the func prefs_filtering_list_view_get_rule_name()
677                 to prefs_filtering_list_view_get_info() as this function not only
678                 returns the name, but also the account_id and the enabled status.
679
680 2006-09-09 [mones]      2.4.0cvs166
681
682         * manual/glossary.xml
683         * manual/plugins.xml
684                 Minor format corrections
685         * manual/gpl.xml
686                 Fix misplaced NO WARRANTY section
687         * manual/es/advanced.xml
688         * manual/es/faq.xml
689         * manual/es/glossary.xml
690         * manual/es/gpl.xml
691         * manual/es/handling.xml
692         * manual/es/plugins.xml
693         * manual/es/starting.xml
694                 Incorporate changes from English version
695         * manual/fr/ack.xml
696         * manual/pl/ack.xml
697         * manual/es/ack.xml
698                 Fix address, (add translation credits in es version)
699         * po/es.po
700                 Updated translation
701
702 2006-09-09 [wwp]        2.4.0cvs165
703
704         * src/prefs_filtering.c
705                 fix a crash when opening filtering prefs, if matcherrc file contains
706                 broken data (non-existing account id, which is theoretically not
707                 possible).
708
709 2006-09-08 [colin]      2.4.0cvs164
710
711         * src/folder.c
712                 Wrong assert, make it an if()
713         * src/gtk/gtksctree.c
714                 Fix bug #1013 (expand selected thread 
715                 tree) - expanding is now recursive
716
717 2006-09-07 [wwp]        2.4.0cvs163
718
719         * src/prefs_matcher.c
720                 make better sentences about addressbook matching in the
721                 matcher prefs. This should make translators' work easier
722                 too.
723
724 2006-09-07 [wwp]        2.4.0cvs162
725
726         * src/prefs_filtering.c
727                 code simplification (get rid of dup var. assignment).
728
729 2006-09-07 [wwp]        2.4.0cvs161
730
731         * src/summaryview.c
732                 use GTK_STOCK icons when possible, patch by Fabien Vantard
733                 <fzzzzz@gmail.com>.
734
735 2006-09-07 [paul]       2.4.0cvs160
736
737         * src/mimeview.c
738                 fix compilation warnings
739                 Thanks to Colin
740
741 2006-09-07 [paul]       2.4.0cvs159
742
743         * src/mimeview.c
744                 select the mimepart icon when
745                 displaying as text
746                 Thanks to Colin
747
748 2006-09-06 [paul]       2.4.0cvs158
749
750         * src/prefs_filtering.c
751                 fix labels and table element spacing
752                 Patch by Fabien Vantard
753
754 2006-09-06 [paul]
755
756         2.5.0-rc3 released
757
758 2006-09-06 [paul]       2.4.0cvs157
759
760         * manual/es/advanced.xml
761                 fix typo
762
763 2006-09-06 [wwp]        2.4.0cvs156
764
765         * src/mainwindow.c
766                 fix an dup launch issue when iconified, thanks to Colin.
767
768 2006-09-06 [wwp]        2.4.0cvs155
769
770         * src/gtk//gtksctree.h
771                 oops, forgot that one!
772
773 2006-09-06 [wwp]        2.4.0cvs154
774
775         * manual/pl/advanced.xml
776         * manual/advanced.xml
777         * manual/es/advanced.xml
778         * manual/fr/advanced.xml
779         * src/prefs_customheader.c
780         * src/prefs_filtering_action.c
781         * src/foldersel.c
782         * src/prefs_summaries.c
783         * src/prefs_filtering.c
784         * src/account.c
785         * src/compose.c
786         * src/prefs_summary_column.c
787         * src/addr_compl.c
788         * src/prefs_actions.c
789         * src/prefs_folder_column.c
790         * src/ssl_manager.c
791         * src/prefs_template.c
792         * src/prefs_display_header.c
793         * src/prefs_common.h
794         * src/prefs_matcher.c
795         * src/prefs_common.c
796         * src/prefs_toolbar.c
797         * src/summaryview.c
798         * src/folderview.c
799         * src/gtk/gtksctree.c
800         * src/gtk/pluginwindow.c
801         * src/gtk/progressdialog.c
802         * src/gtk/prefswindow.c
803                 renamed hidden option enable_rules_hint to use_stripes_everywhere
804                 to make its meaning more obvious (all versions of the manual reflect
805                 the change).
806                 added an extra hidden option use_stripes_in_summary to allow
807                 discarding these stripes in mainwindow's folder and message lists;
808                 en and fr manuals only are OK towards this.
809
810 2006-09-06 [colin]      2.4.0cvs153
811
812         * src/textview.c
813                 Hide Sylpheed-Claws' internal queue headers
814                 when showing all headers. They'll be present
815                 only in Source window.
816
817 2006-09-05 [colin]      2.4.0cvs152
818
819         * src/plugins/trayicon/trayicon.c
820                 Fix crash at exit - we have to disconnect
821                 our handlers
822         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
823                 Update eggtrayicon - patch adapted from a
824                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
825                 on Sylpheed's ML
826
827 2006-09-05 [colin]      2.4.0cvs151
828
829         * src/mainwindow.c
830         * src/gtk/logwindow.c
831                 Fix race condition when something writes
832                 to the log too soon during init. Thanks
833                 to Fabien Vantard
834
835 2006-09-05 [colin]      2.4.0cvs150
836
837         * src/mimeview.c
838                 Don't select part on right-click either
839
840 2006-09-05 [paul]       2.4.0cvs149
841
842         * src/mimeview.c
843                 completion of previous commit
844                 Thanks to Colin
845
846 2006-09-05 [colin]      2.4.0cvs148
847
848         * src/mimeview.c
849                 Don't force selection on middle-click, just open
850
851 2006-09-04 [colin]      2.4.0cvs147
852
853         * src/mimeview.c
854                 Looks like gtk_notebook_set_current_page()
855                 sometimes steals focus, and this annoys us
856                 in MimeViewers as it renders navigation
857                 keys useless. Take back focus after switching
858                 pages.
859
860 2006-09-04 [colin]      2.4.0cvs146
861
862         * src/messageview.c
863                 Set stop_loading when clicking on Next
864                 during load. Don't add a callback to 
865                 avoid over-complicating things.
866
867 2006-09-04 [colin]      2.4.0cvs145
868
869         * src/mimeview.c
870         * src/messageview.c
871                 Fix multiple loads in separate messageview
872
873 2006-09-04 [colin]      2.4.0cvs144
874
875         * src/summaryview.c
876                 Let navigation keys be handled during 
877                 load
878
879 2006-09-04 [colin]      2.4.0cvs143
880
881         * src/messageview.c
882         * src/summaryview.c
883         * src/textview.c
884         * src/textview.h
885                 Make loading of huge mails (lots of text and/or
886                 images) cancellable, so the GUI doesn't block 
887
888 2006-09-04 [colin]      2.4.0cvs142
889
890         * src/plugins/trayicon/trayicon.c
891                 Fix annoyance when removing a folder with 
892                 unread mails: trayicon didn't update
893
894 2006-09-04 [paul]       2.4.0cvs141
895
896         * src/gtk/icon_legend.c
897                 straighten up columns
898                 Patch by Fabien Vantard
899
900 2006-09-04 [wwp]        2.4.0cvs140
901
902         * src/prefs_filtering.c
903                 fix new line's account name in filtering prefs:
904                 was "All", is now "(New)".
905
906 2006-09-04 [paul]       2.4.0cvs139
907
908         * tools/make.themes.project
909                 use "AUTOMAKE_OPTIONS = dist-bzip2"
910                 instead of homebrewed "make release"
911
912 2006-09-03 [colin]      2.4.0cvs138
913
914         * src/folderview.c
915                 Fix bug #1007 (Wrong folder highlighted)
916
917 2006-09-03 [colin]      2.4.0cvs137
918
919         * src/compose.c
920                 Don't set Newsgroup: header to a mail folder
921                 path
922
923 2006-09-03 [paul]       2.4.0cvs136
924
925         * src/prefs_other.c
926         * src/prefs_spelling.c
927                 unify the gui
928
929 2006-09-03 [paul]       2.4.0cvs135
930
931         * src/prefs_summaries.c
932                 correct menu item text in prefs_keybind_apply_clicked()
933
934 2006-09-03 [paul]       2.4.0cvs134
935
936         * manual/advanced.xml
937                 some improvements to the descriptions
938         * src/mainwindow.c
939         * src/messageview.c
940         * src/summaryview.c
941         * src/gtk/menu.c
942                 fix menu sensitivity issues
943         * src/prefs_message.c
944                 drop the useless word 'short'
945         * src/prefs_other.c
946                 add the word 'lines' indicating log length
947                 is a measure of lines
948         * src/textview.c
949                 fix compilation warnings
950
951 2006-09-02 [colin]      2.4.0cvs133
952
953         * src/messageview.c
954                 Display a special return-receipt message
955                 if the message is from the user
956         * src/summaryview.c
957                 Fix missing freeze of the list when marking
958                 all read and unthreading for exec. Thanks
959                 to Stephan Sachse.
960
961 2006-09-02 [paul]       2.4.0cvs132
962
963         * src/mainwindow.c
964         * src/prefs_message.c
965         * src/summaryview.c
966                 fix some english
967
968 2006-09-02 [wwp]        2.4.0cvs131
969
970         * src/prefs_filtering.c
971                 added an account name column to the filtering rules
972                 dialog.
973
974 2006-09-02 [colin]      2.4.0cvs130
975
976         * src/gtk/logwindow.c
977         * src/gtk/logwindow.h
978                 Block scrolling if we're not at the end
979                 of the log
980
981 2006-09-02 [colin]      2.4.0cvs129
982
983         * src/folder.c
984                 Make sure account-specific rules can't
985                 be used in {pre-,post-,}processing
986         * src/mainwindow.c
987         * src/gtk/logwindow.c
988         * src/gtk/logwindow.h
989                 Jump to last error when clicking on the
990                 warning icon
991
992 2006-09-02 [colin]      2.4.0cvs128
993
994         * src/imap.c
995         * src/import.c
996         * src/mainwindow.c
997         * src/mainwindow.h
998                 Fix warning icon
999         * src/inc.c
1000         * src/mbox.c
1001         * src/mbox.h
1002                 Let proc_mbox know its account, for
1003                 account-specific rules
1004
1005 2006-09-01 [colin]      2.4.0cvs127
1006
1007         * src/codeconv.c
1008                 Don't uselessly use iconv to convert from
1009                 us-ascii
1010         * src/alertpanel.c
1011         * src/mainwindow.c
1012         * src/mainwindow.h
1013         * src/inc.c
1014                 Fix certain log cases, disable warning icon
1015                 for now, the correct way to display it when
1016                 necessary and only when necessary is probably
1017                 to do it manually rather than use error logs
1018         * src/etpan/imap-thread.c
1019                 Clean up UID logging a bit
1020         * src/gtk/logwindow.c
1021         * src/gtk/logwindow.h
1022                 Make logging faster when the window's closed
1023
1024 2006-09-01 [wwp]        2.4.0cvs126
1025
1026         * manual/fr/account.xml
1027                 reflect changes to the ref. manual (parts of cvs72):
1028                 fix tabnames and quotes.
1029
1030 2006-09-01 [wwp]        2.4.0cvs125
1031
1032         * manual/fr/plugins.xml
1033                 reflect changes to the reference manual (cvs42):
1034                 update IRC channel info.
1035
1036 2006-09-01 [wwp]        2.4.0cvs124
1037
1038         * commitHelper
1039                 use CVSEDITOR env. var. if set, according to `man cvs`.
1040
1041 2006-09-01 [wwp]        2.4.0cvs123
1042
1043         * manual/advanced.xml
1044                 better sentence again (thanks to Paul).
1045
1046 2006-09-01 [wwp]        2.4.0cvs122
1047
1048         * manual/advanced.xml
1049         fix definition of toolbar_detachable and rework a bit the one of
1050         enable_dotted_lines.
1051
1052 2006-09-01 [mones]      2.4.0cvs121
1053
1054         * manual/advanced.xml
1055                 Document enable_dotted_lines
1056
1057 2006-09-01 [paul]       2.4.0cvs120
1058
1059         * src/folderview.c
1060         * src/folderview.h
1061         * src/imap.c
1062         * src/mainwindow.c
1063         * src/summaryview.c
1064                 obey the 'When entering folder...' option
1065                 when using the /View/Go to/... menu items
1066                 Thanks to Colin
1067
1068 2006-08-31 [colin]      2.4.0cvs119
1069
1070         * src/folderview.c
1071                 Revert 2.4.0cvs116, wrong fix.
1072
1073 2006-08-31 [colin]      2.4.0cvs118
1074
1075         * src/gtk/gtksctree.c
1076                 Better state the various copyrights
1077
1078 2006-08-31 [colin]      2.4.0cvs117
1079
1080         * src/prefs_common.c
1081                 fix enable_dotted_lines
1082
1083 2006-08-31 [colin]      2.4.0cvs116
1084
1085         * src/folderview.c
1086                 Use pref "Always open on select" when going
1087                 to next unread folder
1088         * src/gtk/gtksctree.c
1089                 Fix link failure to _gtk_clist_create_cell_layout
1090                 on certain computers. (Why not mine, I wonder)
1091
1092 2006-08-31 [colin]      2.4.0cvs115
1093
1094         * src/procmsg.c
1095         * src/textview.c
1096         * src/plugins/bogofilter/bogofilter.c
1097         * src/plugins/spamassassin/spamassassin.c
1098                 Requalify some "errors" to warnings
1099         * src/mainwindow.c
1100         * src/mainwindow.h
1101         * src/statusbar.c
1102                 Add an icon in the statusbar to notify
1103                 of errors
1104         * src/gtk/gtksctree.c
1105         * src/folderview.c
1106         * src/summaryview.c
1107                 Make the GtkSCTree look more modern by
1108                 alternating background lines
1109         * src/prefs_common.c
1110         * src/prefs_common.h
1111                 Add a pref to let people have the old
1112                 way if they prefer
1113
1114
1115 2006-08-30 [colin]      2.4.0cvs114
1116
1117         * src/procmsg.c
1118         * src/procmsg.h
1119                 Provide a way to filter a list of
1120                 messages in an optimised manner, and
1121                 add a list-filtering hook
1122         * src/folder.c
1123         * src/inc.c
1124         * src/mbox.c
1125                 Use the list filtering
1126         * src/plugins/bogofilter/bogofilter.c
1127                 Use the list-filtering hook
1128                 Use -b (bulk) mode for more speed
1129                 when learning and filtering
1130         * src/etpan/imap-thread.c
1131                 Make log output shorter in UID SEARCH
1132
1133
1134 2006-08-30 [colin]      2.4.0cvs113
1135
1136         * src/plugins/bogofilter/bogofilter.c
1137                 Really fast mass learning - thanks to David
1138                 Relson for the options explanations :)
1139
1140 2006-08-30 [colin]      2.4.0cvs112
1141
1142         * src/msgcache.c
1143                 Fix compilation on FreeBSD. Thanks
1144                 to Michael Hugues
1145
1146 2006-08-29 [colin]      2.4.0cvs111
1147
1148         * src/folderview.c
1149                 Handle "popup_menu" signal (for popping the 
1150                 menu via the keyboard)
1151         * src/mimeview.c
1152         * src/mimeview.h
1153         * src/summaryview.c
1154         * src/textview.c
1155         * src/gtk/gtkutils.c
1156         * src/gtk/gtkutils.h
1157                 Factorize scrolling code, and add an API 
1158                 for MimeViewers to handle scroll orders
1159
1160 2006-08-29 [wwp]        2.4.0cvs110
1161
1162         * src/plugins//bogofilter/bogofilter.c
1163         * src/plugins//spamassassin/spamassassin.c
1164                 make the bogofilter/spamassassin filtering error dialogs at
1165         incorporation obey to the "don't popup error dialog on
1166         receive error" option. If disabled, feed the log window w/
1167         the error message.
1168
1169 2006-08-29 [paul]
1170
1171         2.5.0-rc2 released
1172
1173 2006-08-29 [paul]       2.4.0cvs109
1174
1175         * Makefile.am
1176                 remove 'make release', it's not needed
1177                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1178
1179 2006-08-29 [paul]       2.4.0cvs108
1180
1181         * src/foldersel.c
1182         * src/summary_search.c
1183         * src/gtk/progressdialog.c
1184         * src/plugins/pgpcore/passphrase.c
1185                 replace deprecated gtk_window_set_policy()
1186
1187 2006-08-29 [colin]      2.4.0cvs107
1188
1189         * src/folder.c
1190                 Fix data loss when copy fails during a move:
1191                 only use fast remove_msgs if everything was
1192                 copied OK; else use slow remove_msg on the
1193                 mails that got copied only.
1194
1195 2006-08-28 [paul]       2.4.0cvs106
1196
1197         * src/mh.c
1198                 revert change in 2.4.0cvs104, it breaks
1199                 stuff
1200
1201 2006-08-28 [paul]       2.4.0cvs105
1202
1203         * src/plugins/spamassassin/spamassassin.c
1204                 english fix
1205
1206 2006-08-28 [paul]       2.4.0cvs104
1207
1208         * src/mh.c
1209                 fix data loss when moving to another
1210                 mailbox fails
1211         * src/prefs_spelling.c
1212                 improve the english
1213         * src/gtk/pluginwindow.c
1214                 improve the layout of the dialog text
1215         All thanks to Colin
1216
1217 2006-08-28 [paul]       2.4.0cvs103
1218
1219         * src/plugins/bogofilter/bogofilter.c
1220         * src/plugins/bogofilter/bogofilter_gtk.c
1221                 fix english up a bit, innit
1222
1223 2006-08-28 [paul]       2.4.0cvs102
1224
1225         * configure.ac
1226         * po/Makefile.in.in
1227         * po/Makevars
1228                 require autoconf 2.60, enabling building
1229                 with gettext 0.15 (gettext 0.14.x build still
1230                 possible). Replace Makefiles with versions
1231                 from gettext 0.15.
1232                 Remove configure options --with-localedir and
1233                 --with-mandir. The options that are provided
1234                 directly by autoconf 2.60 can be used instead:
1235                 --mandir --localedir
1236
1237 2006-08-27 [colin]      2.4.0cvs101
1238
1239         * src/plugins/bogofilter/Makefile.am
1240                 Fix make dist (no README)
1241
1242 2006-08-27 [colin]      2.4.0cvs100
1243
1244         * src/folder.c
1245                 Don't use F_UNKNOWN folders for any default
1246                 outbox/trash/etc
1247         * src/plugins/bogofilter/bogofilter.c
1248         * src/plugins/bogofilter/bogofilter.h
1249         * src/plugins/bogofilter/bogofilter_gtk.c
1250                 Add an option to specify the path to bogofilter
1251                 Use single-quotes to be able to learn in folders
1252                 with spaces in their names
1253                 Verify learning status
1254
1255 2006-08-27 [colin]      2.4.0cvs99
1256
1257         * manual/faq.xml
1258         * manual/plugins.xml
1259                 Document Bogofilter plugin
1260
1261 2006-08-27 [colin]      2.4.0cvs98
1262
1263         * src/compose.c
1264         * src/messageview.c
1265         * src/procmsg.c
1266         * src/procmsg.h
1267                 When possible, copy the queued mail to sent folder
1268                 instead of re-adding. Much faster on IMAP.
1269
1270 2006-08-27 [colin]      2.4.0cvs97
1271
1272         * src/msgcache.c
1273                 Disable mmaped caches - huge metadata loss
1274                 here after a power failure.
1275         * src/summaryview.c
1276                 Add quicksearch timing
1277         * src/common/plugin.c
1278         * src/common/plugin.h
1279                 Implement an interface to tell what plugins
1280                 provide. Prevent loading of similar plugins.
1281         * src/plugins/clamav/clamav_plugin.c
1282         * src/plugins/demo/demo.c
1283         * src/plugins/dillo_viewer/dillo_viewer.c
1284         * src/plugins/pgpcore/plugin.c
1285         * src/plugins/pgpinline/pgpinline.c
1286         * src/plugins/pgpmime/pgpmime.c
1287         * src/plugins/spamassassin/spamassassin.c
1288         * src/plugins/trayicon/trayicon.c
1289                 Implement plugin_provides()
1290
1291 2006-08-27 [colin]      2.4.0cvs96
1292
1293         * configure.ac
1294         * src/plugins/Makefile.am
1295         * src/plugins/bogofilter/.cvsignore
1296         * src/plugins/bogofilter/Makefile.am
1297         * src/plugins/bogofilter/bogofilter.c
1298         * src/plugins/bogofilter/bogofilter.h
1299         * src/plugins/bogofilter/bogofilter_gtk.c
1300                 New Bogofilter plugin, provides filtering and
1301                 learning. Spamassassin will go to extra plugins.
1302
1303 2006-08-26 [mones]      2.4.0cvs95
1304
1305         * manual/handling.xml
1306                 Fix subfolder path in the example (thanks to Paul) 
1307
1308 2006-08-26 [mones]      2.4.0cvs94
1309
1310         * manual/glossary.xml
1311                 2.2. + add ISP to the glossary
1312                 7.5. + Add UIDL to glossary
1313                 7.7. + Add TCP to glossary
1314         * manual/handling.xml
1315                 7.1. + Mentions GNU/Linux distribution, what about the non...
1316                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1317                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1318                 7.4. = Use appropriate quotation for commands
1319                 7.6. = change "" to <quote></quote>
1320         * manual/plugins.xml
1321                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1322         * manual/starting.xml
1323                 2.1. + local mbox file: some examples of mbox file locations...
1324                 Also reformatted files requiring it
1325
1326 2006-08-26 [wwp]        2.4.0cvs93
1327
1328         * src/summary_search.c
1329                 disable find buttons while summary search is running.
1330
1331 2006-08-25 [colin]      2.4.0cvs92
1332
1333         * src/folder.c
1334         * src/folderutils.c
1335         * src/mh.c
1336         * src/procmsg.h
1337         * src/summaryview.c
1338                 Speed up MH moving, and add progressbar
1339                 for MH deletion
1340         * src/msgcache.c
1341                 Write cache files using mmap() too
1342
1343 2006-08-25 [wwp]        2.4.0cvs91
1344
1345         * src/summaryview.c
1346                 switch spam<->ham button when a message has been marked as spam or ham
1347                 and is still selected. Thanks to Colin.
1348
1349 2006-08-25 [paul]       2.4.0cvs90
1350
1351         * src/Makefile.am
1352         * src/stock_pixmap.c
1353         * src/stock_pixmap.h
1354         * src/summaryview.c
1355         * src/gtk/icon_legend.c
1356         * src/pixmaps/copied.xpm
1357         * src/pixmaps/moved.xpm
1358                 add icons for delayed execution marked for
1359                 copying, marked for moving
1360
1361 2006-08-25 [mones]      2.4.0cvs89
1362
1363         * manual/glossary.xml
1364                 Fix the other glossary items:
1365                 5.1. = Inmmediate execution -> <quote>immediate execution...
1366                 5.2. = Fix MBOX capitalization -> Mbox
1367                 5.3. + Improve Plugins def. w/ tech. ref.
1368                 5.4. = Quotation -> replace '>' by <quote>></quote>
1369                 5.5. - SMTP Server. -> remove dot
1370         * po/es.po
1371                 Updated translation
1372
1373 2006-08-25 [mones]      2.4.0cvs88
1374
1375         * manual/ack.xml
1376                 Reformatted, changed email address
1377         * manual/glossary.xml
1378                 Reformatted, fixed MANUAL-TODO items:
1379                 8.2. + add ROT-13 to glossary
1380                 8.4. + add URL to glossary
1381         * manual/es/advanced.xml
1382                 Fixed <literal>s
1383
1384 2006-08-25 [paul]       2.4.0cvs87
1385
1386         * src/gtk/icon_legend.c
1387                 add 'marked for deletion' icon
1388                 arrange icons by containing column
1389                 wrap long label text
1390
1391 2006-08-25 [colin]      2.4.0cvs86
1392
1393         * src/common/utils.c
1394         * src/common/utils.h
1395                 Add the sc_g_*list_bigger functions in
1396                 a place everyone can use it
1397         * src/summaryview.c
1398                 Only freeze/thaw the list when working
1399                 on the selection, if it's bigger than 1
1400         * src/gtk/gtksctree.c
1401                 Only freeze/thaw the list when unselec-
1402                 ting 'all' if ('all' != 1)
1403                 This avoids some flickering
1404
1405 2006-08-24 [colin]      2.4.0cvs85
1406
1407         * src/addressbook.c
1408                 Fix strange list selection
1409                 Fix random seg (Invalid read of freed memory)
1410
1411 2006-08-24 [colin]      2.4.0cvs84
1412
1413         * src/alertpanel.c
1414         * src/gtk/inputdialog.c
1415         * src/plugins/pgpcore/passphrase.c
1416                 Revert minimal width patch of 2.4.0cvs67,
1417                 as it is also a maximal width. Use 
1418                 gtk_window_set_default_size instead.
1419
1420 2006-08-24 [colin]      2.4.0cvs83
1421
1422         * src/msgcache.c
1423                 Write cache/mark to temp files before
1424                 overwriting old ones (avoids metadata
1425                 loss if writing the new files fail).
1426                 Use mmap() to read cache/mark file, as
1427                 this makes cache reading faster. Dis-
1428                 abled for big-endian machines until it
1429                 can be tested. (Big-endian users: set
1430                 msgcache_use_mmap = TRUE in the relevant
1431                 #if).
1432         * src/procmsg.h
1433                 Move rarely used fields of MsgInfo in 
1434                 another structure, which will only be
1435                 allocated if needed. Face, X-Face,
1436                 Return receipt headers and List-*
1437                 headers are moved. Mails having none
1438                 of these occupy 52 bytes less with
1439                 this patch, which makes 2.5MB of RAM
1440                 saved on a 50k folder).
1441         * src/headerview.c
1442         * src/mainwindow.c
1443         * src/messageview.c
1444         * src/partial_download.c
1445         * src/procheader.c
1446         * src/procmsg.c
1447         * src/textview.c
1448                 Follow this structure change.
1449
1450 2006-08-24 [wwp]        2.4.0cvs82
1451
1452         * manual/es/.cvsignore
1453         * manual/es/dist/.cvsignore
1454         * manual/es/dist/html/.cvsignore
1455         * manual/es/dist/pdf/.cvsignore
1456         * manual/es/dist/ps/.cvsignore
1457         * manual/es/dist/txt/.cvsignore
1458                 more (generated) files to ignore.
1459
1460 2006-08-24 [colin]      2.4.0cvs81
1461
1462         * src/folder.c
1463         * src/mh.c
1464                 Fix possible problems with local delivery. Check the folder doesn't
1465                 need scan before setting its mtime when saving cache (which can be
1466                 done long after the folder's been modified by an external process);
1467                 Check that the stored item's mtime didn't change in mh functions.
1468
1469 2006-08-24 [mones]      2.4.0cvs80
1470
1471         * manual/advanced.xml
1472                 Rewrapping, some fixes and MANUAL-TODO items:
1473                 8.1. = change "" to <quote></quote>
1474                 8.3. = quote menu items
1475                 8.5. - deploying -> new user ... ideally a new user (redundant)
1476
1477 2006-08-23 [colin]      2.4.0cvs79
1478
1479         * src/gtk/gtksctree.c
1480                 When selecting or deselecting range, only
1481                 freeze/thaw when selection is bigger than 10
1482
1483 2006-08-23 [colin]      2.4.0cvs78
1484
1485         * src/messageview.c
1486         * src/mimeview.c
1487         * src/mimeview.h
1488         * src/plugins/dillo_viewer/dillo_viewer.c
1489                 Provide an API for MimeViewer plugins to
1490                 return a text selection for replying
1491
1492 2006-08-23 [colin]      2.4.0cvs77
1493
1494         * src/image_viewer.c
1495         * src/textview.c
1496                 Use gtk_pixbuf_new_from_file_at_scale(), which
1497                 is faster than getting the pixbuf then resizing
1498                 it.
1499
1500 2006-08-23 [colin]      2.4.0cvs76
1501
1502         * src/procmime.c
1503                 UTF-8 should be sent Quoted-printable
1504
1505 2006-08-22 [colin]      2.4.0cvs75
1506
1507         * src/mh.c
1508                 Check if scan is required before touching
1509                 the folder (or it'll be required every time)
1510
1511 2006-08-22 [colin]      2.4.0cvs74
1512
1513         * configure.ac
1514                 Require libetpan 0.46 (crasher fix when built
1515                 against gnutls)
1516
1517 2006-08-22 [colin]      2.4.0cvs73
1518
1519         * src/folder.c
1520                 Set folder's mtime after writing its
1521                 cache
1522         * src/folderview.c
1523                 Add some timing
1524         * src/procmsg.c
1525                 Don't do useless stuff if we don't 
1526                 thread by subject
1527         * src/summaryview.c
1528                 Add some timing, don't deselect prior
1529                 to selecting (gtksctree does it itself),
1530                 remove crash avoidance hacks as it's been
1531                 properly fixed since a while
1532         * src/common/utils.c
1533                 Optimize to_human_readable(): _() is slow,
1534                 do it only once, and avoid %f format for KB
1535                 (the most common in a summaryview)
1536         * src/gtk/gtksctree.c
1537                 Don't uselessly freeze/thaw (fixes flicker
1538                 on next unread and friends), reduce number
1539                 of g_list_nth/g_list_position where possible
1540         * src/gtk/gtkutils.c
1541         * src/gtk/gtkutils.h
1542                 Reduce number of g_list_nth/g_list_position
1543                 where possible.
1544                 All of this makes loading as 70k folder 2.1
1545                 seconds instead of 3.2 (with hot FS caches).
1546                 (1.3 seconds without Date and Size columns...)
1547
1548 2006-08-22 [paul]       2.4.0cvs72
1549
1550         wrap documents and do some items from mones' MANUAL-TODO:
1551
1552         * manual/account.xml
1553                 4.1. = fix tabname references to <quote>tabname</quote>
1554                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1555         * manual/faq.xml
1556                 1.1. = mentioned options don't match UI
1557                 Add information about the 'Never send Return Receipts'
1558                 option
1559         * manual/handling.xml
1560                 6.2. = Mentions Extended symbols button, but now is
1561                 named Information
1562                 6.3. = Mentions ... button, which is now Edit
1563
1564 2006-08-22 [colin]      2.4.0cvs71
1565
1566         * src/gtk/pluginwindow.c
1567                 Fix layout in verbose translations (such
1568                 as french)
1569
1570 2006-08-22 [paul]       2.4.0cvs70
1571
1572         * manual/Makefile.am
1573                 build manuals in alphabetical order
1574         * src/addressbook.c
1575         * src/prefs_themes.c
1576                 replace/remove deprecated symbols
1577         * src/gtk/gtkutils.c
1578                 fix a warning
1579         * src/gtk/pluginwindow.c
1580                 replace deprecated symbol
1581                 replace label text and move it
1582         * src/plugins/pgpcore/prefs_gpg.c
1583                 move the 'Generate...' button out of the
1584                 Sign Key frame, replace the English used
1585         * src/plugins/pgpcore/sgpgme.c
1586                 fixes to the English
1587
1588 2006-08-21 [colin]      2.4.0cvs69
1589
1590         * src/plugins/trayicon/trayicon.c
1591                 Add more strings for translation; patch
1592                 by Pawel
1593
1594 2006-08-21 [colin]      2.4.0cvs68
1595
1596         * src/compose.c
1597                 fix replied flag not set after drafting
1598         * src/matcher.c
1599                 fix body quicksearch in non-encoded bodies
1600                 containing '='
1601         * src/msgcache.c
1602                 Get rid of the g_malloc workaround for
1603                 corrupted caches, use g_try_malloc
1604
1605 2006-08-21 [colin]      2.4.0cvs67
1606
1607         * src/alertpanel.c
1608         * src/gtk/inputdialog.c
1609         * src/plugins/pgpcore/passphrase.c
1610                 Set minimal width to 375
1611         * src/mainwindow.c
1612                 Fix switching to offline, asking if it 
1613                 should be overriden for synchronising
1614         * src/mimeview.c
1615                 Don't offer to remember command on Open 
1616                 with for text parts, as the browser or 
1617                 text editor command isn't changed from 
1618                 there
1619
1620 2006-08-20 [paul]       2.4.0cvs66
1621
1622         * po/ko.po
1623         * po/zh_CN.po
1624                 fix plural form errors. revealed by stricter
1625                 checking of gettext 0.15
1626
1627 2006-08-18 [paul]       2.4.0cvs65
1628
1629         * src/stock_pixmap.c
1630                 fix the fix of 2.4.0cvs64
1631                 Thanks to Colin
1632
1633 2006-08-18 [paul]       2.4.0cvs64
1634
1635         * src/stock_pixmap.c
1636                 fix leaks
1637                 Thanks to Colin
1638
1639 2006-08-18 [paul]       2.4.0cvs63
1640
1641         * src/compose.c
1642         * src/procmsg.c
1643                 fix occasional IMAP bug where large msgs
1644                 were left in the queue folder after sending
1645                 Thanks to Colin
1646
1647 2006-08-18 [paul]       2.4.0cvs62
1648
1649         * src/folderview.c
1650                 freeze the summaryview while quicksearch results
1651                 are displayed
1652                 (fixes bug 456 'current message is hidden when the
1653                 view is refreshed and extended search is "unread 
1654                 messages"')
1655                 Thanks to Colin
1656         * src/textview.c
1657                 add missing #include "inputdialog.h"
1658         * src/common/utils.h
1659                 add missing mailcap_update_default() and improve
1660                 readability
1661
1662 2006-08-17 [colin]      2.4.0cvs61
1663
1664         * src/plugins/pgpcore/select-keys.c
1665                 Fix warnings :)
1666
1667 2006-08-17 [colin]      2.4.0cvs60
1668
1669         * src/compose.c
1670                 Don't continue queuing if Cancel is clicked
1671                 in select-keys
1672
1673 2006-08-17 [colin]      2.4.0cvs59
1674
1675         * src/plugins/pgpcore/select-keys.c
1676                 When encrypting, if only one key matches and it 
1677                 matches exactly, automatically use it.
1678
1679 2006-08-17 [colin]      2.4.0cvs58
1680
1681         * src/mimeview.c
1682         * src/prefs_common.c
1683         * src/prefs_common.h
1684         * src/prefs_ext_prog.c
1685         * src/textview.c
1686                 Fix issues with previous patch (text/html)
1687                 Remove outdated prefs
1688
1689 2006-08-17 [colin]      2.4.0cvs57
1690
1691         * src/imap.c
1692                 Add View Log button on auth error
1693         * src/procmsg.c
1694                 Fix encrypted mail marked as new when
1695                 saved in normal folders
1696         * src/plugins/pgpinline/pgpinline.c
1697                 Fix encrypt bug on IMAP
1698         * src/mimeview.c
1699         * src/common/utils.c
1700         * src/common/utils.h
1701         * src/gtk/inputdialog.c
1702         * src/gtk/inputdialog.h
1703                 Get rid of metamail stuff, simplify
1704                 opening, and allow remembering of user's
1705                 choices (by updating ~/.mailcap). There's
1706                 still to drop "Audio player" and "Image
1707                 viewer" preferences.
1708
1709 2006-08-17 [mones]      2.4.0cvs56
1710
1711         * manual/es/sylpheed-claws-manual.xml
1712                 fix DTD path
1713
1714 2006-08-17 [mones]      2.4.0cvs55
1715
1716         * configure.ac
1717         * manual/Makefile.am
1718         * manual/es/Makefile.am
1719         * manual/es/account.xml
1720         * manual/es/ack.xml
1721         * manual/es/addrbook.xml
1722         * manual/es/advanced.xml
1723         * manual/es/faq.xml
1724         * manual/es/glossary.xml
1725         * manual/es/gpl.xml
1726         * manual/es/handling.xml
1727         * manual/es/intro.xml
1728         * manual/es/keyboard.xml
1729         * manual/es/plugins.xml
1730         * manual/es/starting.xml
1731         * manual/es/sylpheed-claws-manual.xml
1732         * manual/es/dist/Makefile.am
1733         * manual/es/dist/html/Makefile.am
1734         * manual/es/dist/pdf/Makefile.am
1735         * manual/es/dist/ps/Makefile.am
1736         * manual/es/dist/txt/Makefile.am
1737                 Spanish translation for the manual
1738
1739 2006-08-16 [colin]      2.4.0cvs54
1740
1741         * src/compose.c
1742         * src/main.c
1743         * src/mainwindow.c
1744                 Fix send button sensitivity at startup
1745                 Set send menu sensitivity (patch by Fabien)
1746         * src/ssl_manager.c
1747                 Enable closing with esc (patch by Fabien)
1748         * src/gtk/foldersort.c
1749                 Enable closing with esc (patch by Fabien)
1750         * src/procmime.c
1751                 Optimisation (no need to copy to tempfile to
1752                 "decode" 7bit and 8bit)
1753         * src/summaryview.c
1754                 Fix cruft in swap_from case
1755         * src/textview.c
1756                 Fix missing last line in some mail cases 
1757                 (Fixes debian #381872)
1758         * src/plugins/pgpcore/prefs_gpg.c
1759         * src/plugins/pgpcore/sgpgme.c
1760         * src/plugins/pgpcore/sgpgme.h
1761                 Don't show "no key found" when user explicitely
1762                 wants to create a key
1763
1764 2006-08-16 [paul]       2.4.0cvs53
1765
1766         * configure.ac
1767         * src/account.c
1768         * src/addressbook.c
1769         * src/headerview.c
1770         * src/prefs_account.c
1771         * src/prefs_message.c
1772         * src/gtk/gtkutils.c
1773                 bump up minimum required versions of GTK+ and
1774                 GLIB to 2.6.0
1775
1776 2006-08-16 [paul]       2.4.0cvs52
1777
1778         * src/toolbar.c
1779                 workaround GTK+ Bug 351600 - 'Can't re-click
1780                 on button after sensitivity update'
1781                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1782                 Thanks to Colin
1783
1784 2006-08-15 [colin]      2.4.0cvs51
1785
1786         * src/plugins/pgpcore/prefs_gpg.c
1787                 Set options sensitivity according to
1788                 key existence
1789         * src/plugins/pgpcore/sgpgme.c
1790                 Allow to create key with no passphrase
1791
1792 2006-08-14 [cleroy]     2.4.0cvs50
1793
1794         * src/gtk/pluginwindow.c
1795                 New layout (maybe to be changed?)
1796         * src/gtk/gtkutils.c
1797                 Fix a bit label_window
1798         * src/plugins/pgpcore/passphrase.c
1799         * src/plugins/pgpcore/passphrase.h
1800         * src/plugins/pgpcore/plugin.c
1801         * src/plugins/pgpcore/prefs_gpg.c
1802         * src/plugins/pgpcore/prefs_gpg.h
1803         * src/plugins/pgpcore/sgpgme.c
1804         * src/plugins/pgpcore/sgpgme.h
1805                 Allow to create a PGP private key via the GUI
1806
1807 2006-08-14 [wwp]        2.4.0cvs49
1808
1809         * src/addressbook_foldersel.c
1810                 fix strict ISO C90 compliance.
1811
1812 2006-08-14 [paul]       2.4.0cvs48
1813
1814         * src/gtk/prefswindow.c
1815                 re-set scrolled window on opening
1816                 Patch by Ticho
1817
1818 2006-08-14 [paul]
1819
1820         2.5.0-rc1 released
1821
1822 2006-08-14 [paul]       2.4.0cvs47
1823
1824         * src/prefs_display_header.c
1825                 re-enable user-defined Displayed Headers
1826
1827 2006-08-14 [paul]       2.4.0cvs46
1828
1829         * src/prefs_account.c
1830                 use GTK_STOCK_EDIT
1831
1832 2006-08-13 [colin]      2.4.0cvs45
1833
1834         * src/common/utils.c
1835                 Fix "a" in quote when the original message is empty,
1836                 by using \0 instead of 'a' to test writability of
1837                 temp files.
1838
1839 2006-08-13 [wwp]        2.4.0cvs44
1840
1841         * src/plugins/spamassassin/spamassassin.c
1842                 fix capitalization of "SpamAssassin" in some debug, log and
1843                 dialog messages.
1844
1845 2006-08-13 [paul]       2.4.0cvs43
1846
1847         * src/editldap.c
1848                 fix overlapping widgets
1849         * src/prefs_account.c
1850                 fix translation of protocol_names[]
1851                 fix label disappearing off the edge of the
1852                 visible area
1853
1854 2006-08-12 [paul]       2.4.0cvs42
1855
1856         * manual/plugins.xml
1857                 update IRC channel info before it gets forgotten
1858                 about
1859
1860 2006-08-11 [colin]      2.4.0cvs41
1861
1862         * src/compose.c
1863         * src/mainwindow.c
1864         * src/mainwindow.h
1865         * src/procmsg.c
1866         * src/procmsg.h
1867         * src/summaryview.c
1868         * src/toolbar.c
1869                 Grey out the Send button if
1870                 - Queue folders are empty, or
1871                 - We're sending already
1872
1873 2006-08-11 [wwp]        2.4.0cvs40
1874
1875         * src/main.c
1876                 fix a logic issue when quitting while a compose window is
1877                 still open, thanks to Colin.
1878
1879 2006-08-10 [colin]      2.4.0cvs39
1880
1881         * src/main.c
1882                 Fix default font size setting after wizard run
1883         * src/imap.c
1884         * src/etpan/imap-thread.c
1885         * src/etpan/imap-thread.h
1886                 Fix bug #999 (Timing out on TSL cert validation 
1887                 dialog makes ugly things happen). Also, STARTTLS
1888                 unconditionnaly if initial capabilities contain
1889                 LOGINDISABLED and STARTTLS.
1890
1891 2006-08-09 [colin]      2.4.0cvs38
1892
1893         * src/mainwindow.c
1894         * src/mainwindow.h
1895                 Fix Tools/Actions sensitivity when there are
1896                 no actions
1897
1898 2006-08-09 [colin]      2.4.0cvs37
1899
1900         * src/prefs_filtering.c
1901                 Warning fix, patch by Paul
1902         * src/messageview.c
1903         * src/prefs_actions.c
1904         * src/prefs_filtering_action.c
1905         * src/prefs_matcher.c
1906                 Uniformisation of "Info ..." to "Info..." (for
1907                 old gtk), patch by Fabien
1908         * src/plugins/clamav/clamav_plugin_gtk.c
1909                 Sensitivity fix by Fabien
1910
1911 2006-08-09 [colin]      2.4.0cvs36
1912
1913         * src/main.c
1914         * src/main.h
1915                 Add a function to know whether we're exiting
1916         * src/plugins/trayicon/trayicon.c
1917                 If exiting, don't do anything. Faster, and
1918                 avoids gtk_main_iteration reentracy causing
1919                 segfaults at exit
1920
1921 2006-08-09 [colin]      2.4.0cvs35
1922
1923         * src/messageview.c
1924         * src/mimeview.c
1925         * src/mimeview.h
1926                 Fix lack of part selection when automatically 
1927                 jumping to a specific part
1928         * src/msgcache.c
1929                 Little optimisation in cache reading
1930
1931 2006-08-09 [colin]      2.4.0cvs34
1932
1933         * src/compose.c
1934                 Fix crash setting the priority on reedit
1935                 (Accessing compose before creating it!)
1936
1937 2006-08-08 [colin]      2.4.0cvs33
1938
1939         * src/procmime.c
1940                 Fix bug #998 (last attachment is not accessible)
1941                 Bad RFC interpretation on multipart close-delimiters
1942         * src/mimeview.c
1943         * src/mimeview.h
1944         * src/gtk/gtkvscrollbutton.c
1945         * src/gtk/gtkvscrollbutton.h
1946                 Make attachments list wheel-scrollable
1947
1948 2006-08-07 [colin]      2.4.0cvs32
1949
1950         * src/gtk/gtkaspell.c
1951                 Fix bug #973 (Unicode punctation characters 
1952                 are not recognized as separators by the
1953                 spell checker); fix unsigned stuff
1954
1955 2006-08-07 [colin]      2.4.0cvs31
1956
1957         * src/compose.c
1958                 Fix bug #956 (DnD text with accents in compose 
1959                 text entry); fix gccc's signed/unsigned fuss
1960
1961 2006-08-06 [colin]      2.4.0cvs30
1962
1963         * src/main.c
1964                 Fix bug #979 (Plugin crashes when exiting 
1965                 sylpheed-claws) : handle exit request only 
1966                 once
1967
1968 2006-08-05 [colin]      2.4.0cvs29
1969
1970         * src/news.c
1971                 Just make sure we have a msgid.
1972
1973 2006-08-05 [colin]      2.4.0cvs28
1974
1975         * src/news.c
1976         * src/summaryview.c
1977                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1978                 by reimplementing it
1979         * src/textview.c
1980                 Fix bug when hiding quotes with level > 3 and quote
1981                 colors are recycled
1982
1983 2006-08-04 [colin]      2.4.0cvs27
1984
1985         * src/compose.c
1986         * src/undo.c
1987         * src/undo.h
1988                 Fix a bit replace-by-pasting undo
1989         * src/mainwindow.c
1990         * src/messageview.c
1991                 Fix Fold quotes menu synchro in
1992                 mainwindow when it changes in 
1993                 messageview
1994         * src/textview.c
1995                 Fix right-click on quotes blocks
1996         * src/common/utils.c
1997                 Verify that the file created by
1998                 my_tmpfile() is writable. Fixes
1999                 bug #988 (very specific filesystem
2000                 issue)
2001         * src/plugins/pgpcore/sgpgme.c
2002                 Fix file descriptor leak
2003         * src/plugins/spamassassin/spamassassin.c
2004                 Warn once if spamd isn't reachable
2005
2006 2006-08-04 [colin]      2.4.0cvs26
2007
2008         * src/toolbar.c
2009                 i18n context patch by Fabien
2010
2011 2006-08-03 [colin]      2.4.0cvs25
2012
2013         * src/mainwindow.c
2014         * src/messageview.c
2015                 Rename "Hide quotes" to "Fold quotes"
2016         * src/textview.c
2017                 Don't use hand cursor on quotes. "all 
2018                 the bonuses of the feature and none of 
2019                 unwelcome side-effects"
2020
2021 2006-08-03 [colin]      2.4.0cvs24
2022
2023         * AUTHORS
2024         * sylpheed-claws.desktop
2025         * src/gtk/authors.h
2026                 Bring the desktop file to XDG compliance
2027                 Patch by Charles A. Edwards
2028
2029 2006-08-03 [colin]      2.4.0cvs23
2030
2031         * src/textview.c
2032                 Fix links offset when they are preceded
2033                 by accentued chars (g_utf8_strlen!)
2034         * src/mainwindow.c
2035                 Fix wrong status when starting offline
2036
2037
2038 2006-08-03 [wwp]        2.4.0cvs22
2039
2040         * src/prefs_common.h
2041                 ask what to do w/ filtering rules that belong to an account when
2042                 applying filtering rules manually from the main window (skip,
2043                 apply regardless of the account, use current account). This dialog
2044                 can be skipped and the last reply used.
2045                 (forgot that file)
2046
2047 2006-08-03 [wwp]        2.4.0cvs21
2048
2049         * src/filtering.c
2050         * src/filtering.h
2051         * src/prefs_common.c
2052         * src/summaryview.c
2053         * src/alertpanel.c
2054         * src/alertpanel.h
2055         * src/messageview.c
2056                 ask what to do w/ filtering rules that belong to an account when
2057                 applying filtering rules manually from the main window (skip,
2058                 apply regardless of the account, use current account). This dialog
2059                 can be skipped and the last reply used.
2060
2061
2062 2006-08-03 [colin]      2.4.0cvs20
2063
2064         * src/textview.c
2065                 Optimize previous patch
2066
2067 2006-08-03 [cleroy]     2.4.0cvs19
2068
2069         * src/textview.c
2070                 Fix quotes getting toggled back when the
2071                 mail has an even number of text parts
2072
2073 2006-08-02 [colin]      2.4.0cvs18
2074
2075         * src/messageview.c
2076                 Add Hide quotes menu
2077
2078 2006-08-02 [colin]      2.4.0cvs17
2079
2080         * src/mainwindow.c
2081         * src/prefs_common.c
2082         * src/textview.c
2083         * src/textview.h
2084         * src/gtk/about.c
2085                 Allow per-level quote hiding,
2086                 Allow toggling quotes by double-clicking them
2087                 Rename RemoteURI to ClickableText to reflect
2088                 the fact it's used for a variety of things
2089
2090 2006-08-02 [wwp]        2.4.0cvs16
2091
2092         * src/mainwindow.c
2093                 fix "View/Hide quotes" menu item status initialization.
2094
2095 2006-08-02 [wwp]        2.4.0cvs15
2096
2097         * src/matcher_parser_parse.y
2098                 remove a debug trace.
2099
2100 2006-08-02 [paul]       2.4.0cvs14
2101
2102         * src/plugins/pgpcore/passphrase.c
2103                 don't set initial dialog size
2104                 make it resizable
2105
2106 2006-08-02 [paul]       2.4.0cvs13
2107
2108         * src/noticeview.c
2109                 remove the rogue '/' character
2110
2111 2006-08-02 [paul]       2.4.0cvs12
2112
2113         * src/noticeview.c
2114                 allow buttons to resize as necessary
2115
2116 2006-08-01 [wwp]        2.4.0cvs11
2117
2118         * src/mbox.c
2119                 fix strict ISO C90 compliance.
2120
2121 2006-08-01 [wwp]        2.4.0cvs10
2122
2123         * tools/update-po
2124                 updated update-po tool to work w/ context-dependent translations.
2125                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2126
2127 2006-08-01 [wwp]        2.4.0cvs9
2128
2129         * src/matcher.c
2130         * src/prefs_filtering.c
2131         * src/prefs_matcher.c
2132                 allow context-dependent translations for "All",
2133                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2134
2135 2006-07-31 [colin]      2.4.0cvs8
2136
2137         * AUTHORS
2138         * src/gtk/authors.h
2139                 Add Rafal to authors
2140
2141 2006-07-31 [colin]      2.4.0cvs7
2142
2143         * src/compose.c
2144         * src/mainwindow.c
2145         * src/messageview.h
2146         * src/prefs_common.c
2147         * src/prefs_common.h
2148         * src/textview.c
2149                 Add 'View/Hide quotes'. Patch based on a patch
2150                 by Rafal Weglarz
2151
2152 2006-07-31 [colin]      2.4.0cvs6
2153
2154         * src/action.c
2155                 Fix problem with "> stuff >" actions
2156
2157 2006-07-31 [paul]       2.4.0cvs5
2158
2159         * po/nb.po
2160                 updated by Geir Helland
2161
2162 2006-07-31 [wwp]        2.4.0cvs4
2163
2164         * src/mainwindow.c
2165         * src/summaryview.c
2166         * src/summaryview.h
2167                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2168                 thanks to Colin.
2169
2170 2006-07-31 [wwp]        2.4.0cvs3
2171
2172         * src/Makefile.am
2173         * src/addr_compl.c
2174         * src/addr_compl.h
2175         * src/addressbook.c
2176         * src/addressbook.h
2177         * src/addressbook_foldersel.c
2178         * src/addressbook_foldersel.h
2179         * src/addrindex.c
2180         * src/addrindex.h
2181         * src/matcher.c
2182         * src/matcher.h
2183         * src/matcher_parser_lex.l
2184         * src/matcher_parser_parse.y
2185         * src/prefs_common.c
2186         * src/prefs_common.h
2187         * src/prefs_filtering.c
2188         * src/prefs_matcher.c
2189         * src/prefs_matcher.h
2190         * src/summaryview.c
2191                 introduce filtering against the address book. It's now possible to add
2192                 matched conditions to determine if any email address in a message matches
2193                 or doesn't match any or all books or folders in the address book.
2194
2195 2006-07-31 [wwp]        2.4.0cvs2
2196
2197         * src/account.c
2198         * src/filtering.c
2199         * src/filtering.h
2200         * src/folder.c
2201         * src/folderview.c
2202         * src/inc.c
2203         * src/mainwindow.c
2204         * src/matcher.c
2205         * src/matcher_parser_lex.l
2206         * src/matcher_parser_parse.y
2207         * src/mbox.c
2208         * src/prefs_filtering.c
2209         * src/prefs_filtering.h
2210         * src/procmsg.c
2211         * src/procmsg.h
2212         * src/summaryview.c
2213                 introduce per-account filtering rules. Each filtering rule can now be assigned
2214                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2215                 when applying filtering rules manually, as all rules will apply - even the ones
2216                 assigned to an account. This issue will be addressed soon.
2217  
2218
2219
2220 2006-07-31 [wwp]        2.4.0cvs1
2221
2222         * src/quote_fmt.c
2223                 make more strings translatable.
2224
2225 2006-07-31 [paul]       2.4.0
2226
2227         2.4.0 released
2228
2229 2006-07-31 [paul]       2.3.1cvs91
2230
2231         * po/ca.po
2232                 updated by Miquel Oliete
2233
2234 2006-07-31 [paul]       2.3.1cvs90
2235
2236         * po/de.po
2237         * po/el.po
2238         * po/fr.po
2239         * po/it.po
2240         * po/pl.po
2241         * po/pt_BR.po
2242         * po/sr.po
2243         * po/zh_CN.po
2244                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2245                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2246                 Aleksandar Urosevic, and Ralgh Young
2247
2248 2006-07-31 [paul]       2.3.1cvs89
2249
2250         * src/account.c
2251         * src/main.c
2252         * src/mainwindow.c
2253         * src/mainwindow.h
2254                 Fix a race condition when, after an SC crash, rescanning
2255                 folders took more than 0.5 seconds
2256                 Thanks to Colin
2257
2258 2006-07-31 [paul]       2.3.1cvs88
2259
2260         * src/folderview.c
2261                 don't translate separator strings
2262
2263 2006-07-30 [mones]      2.3.1cvs87
2264
2265         * doc/man/sylpheed-claws.1
2266                 Fixed non-ASCII chars in Hoa's name
2267         * po/es.po
2268                 Updated for release
2269
2270 2006-07-27 [colin]      2.3.1cvs86
2271
2272         * src/textview.c
2273                 Don't include the leading \n in links
2274                 Patch by Fabien
2275
2276 2006-07-25 [colin]      2.3.1cvs85
2277
2278         * src/mainwindow.c
2279         * src/common/socket.h
2280         * src/etpan/imap-thread.c
2281                 Refresh resolvers before connecting
2282                 to IMAP servers, and after switching
2283                 to online. Thanks to Paul.
2284
2285 2006-07-18 [colin]
2286
2287         * 2.4.0-rc4 released
2288
2289 2006-07-17 [colin]      2.3.1cvs84
2290
2291         * src/inc.c
2292                 Show connection attempt in statusbar before
2293                 connecting (previously first message was
2294                 "Retrieving messages from ..." after the
2295                 connection succeeded.
2296
2297 2006-07-16 [wwp]        2.3.1cvs83
2298
2299         * sylpheed-claws.ico
2300                 Added .ico file (windows multi-size icon file, generated).
2301
2302 2006-07-12 [wwp]        2.3.1cvs82
2303
2304         * src/messageview.c
2305                 remove Message/Re-edit menu entry from messageview window,
2306                 as sent/draft/queued messages are opened in compose window when
2307                 re-edited and it's not possible to re-edit other msgs.
2308
2309 2006-07-12 [paul]       2.3.1cvs81
2310
2311         * AUTHORS
2312         * src/mainwindow.c
2313         * src/gtk/authors.h
2314                 check online state before resetting
2315                 mailcheck timer. Useful if some program
2316                 verifies connection state and updates
2317                 Claws.
2318                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2319
2320 2006-07-12 [paul]       2.3.1cvs80
2321
2322         * sylpheed-claws-128x128.png
2323         * sylpheed-claws-64x64.png
2324         * sylpheed-claws.png
2325         * src/Makefile.am
2326         * src/main.c
2327         * src/prefs_toolbar.c
2328         * src/stock_pixmap.c
2329         * src/stock_pixmap.h
2330         * src/wizard.c
2331         * src/gtk/about.c
2332         * src/gtk/gtkutils.c
2333         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2334         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2335         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2336         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2337         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2338         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2339                 updated and renamed logo/icon files and related
2340                 logo by Jesper Schultz
2341
2342 2006-07-11 [paul]       2.3.1cvs79
2343
2344         * src/main.c
2345                 fix the labels a smidgin
2346
2347 2006-07-09 [colin]      2.3.1cvs78
2348
2349         * src/textview.c
2350                 Show errors in textviewer's command
2351                 Patch by H. Merijn Brand
2352
2353 2006-07-09 [colin]      2.3.1cvs77
2354
2355         * src/compose.c
2356                 Save FMID in drafts too
2357
2358 2006-07-08 [colin]      2.3.1cvs76
2359
2360         * src/compose.c
2361                 Svae RMID in drafted mails too
2362                 Save quote_fmt vars for whole mails,
2363                 don't reset at each quote_fmt_init:
2364                 allows to use the same |i{var} in
2365                 various template fields
2366         * src/prefs_template.c
2367         * src/quote_fmt.h
2368         * src/quote_fmt_parse.y
2369                 Same
2370
2371 2006-07-08 [colin]      2.3.1cvs75
2372
2373         * src/textview.c
2374                 Fix highlighting of attached parts URIs
2375
2376 2006-07-08 [colin]      2.3.1cvs74
2377
2378         * src/main.c
2379                 Prevent bug #981 (sc 2.3.1 segfaults with 
2380                 gtk+ 2.10) from being reported again:
2381                 if Sylpheed-Claws has been compiled against
2382                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2383                 of if Sylpheed-Claws has been compiled against
2384                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2385                 error out.
2386
2387 2006-07-07 [colin]      2.3.1cvs73
2388
2389         * src/prefs_actions.c
2390                 Fix label
2391
2392 2006-07-07 [colin]      2.3.1cvs72
2393
2394         * src/prefs_actions.c
2395                 Fix compile on gtk < 2.8. argh :)
2396
2397 2006-07-07 [paul]       2.3.1cvs71
2398
2399         * src/common/defs.h
2400                 update DONATE_URI
2401
2402 2006-07-07 [colin]      2.3.1cvs70
2403
2404         * po/POTFILES.in
2405         * src/quote_fmt.c
2406         * src/quote_fmt_lex.l
2407         * src/quote_fmt_parse.y
2408                 Add |i{var}, a way to insert user-entered
2409                 text in a template
2410
2411 2006-07-07 [colin]
2412
2413         * 2.4.0-rc3 released
2414
2415 2006-07-07 [colin]      2.3.1cvs69
2416
2417         * src/folder.c
2418                 Don't consider inboxes of UNKNOWN folder 
2419                 classes to be useable as default inboxes
2420
2421 2006-07-07 [paul]       2.3.1cvs68
2422
2423         * src/textview.c
2424                 add missing #include <errno.h>
2425                 Thanks to René J. Blokland
2426
2427 2006-07-07 [paul]       2.3.1cvs67
2428
2429         * src/action.c
2430                 Return now Closes dialog
2431         * src/mimeview.c
2432         * src/mimeview.h
2433         * src/textview.c
2434                 add contextual menu to mime parts listed
2435                 in the textview
2436                 Thanks to Colin
2437         * src/common/utils.c
2438                 reversal: ' is a valid character in URLs
2439
2440 2006-07-06 [colin]      2.3.1cvs66
2441
2442         * src/remotefolder.h
2443                 Forgotten in previous commit
2444
2445 2006-07-06 [colin]      2.3.1cvs65
2446
2447         * src/folder.c
2448                 Set summary update flag whenever
2449                 totals changed
2450         * src/imap.c
2451         * src/prefs_account.c
2452         * src/common/utils.h
2453         * src/etpan/imap-thread.c
2454                 Fix warnings, thanks to Fabien and
2455                 Ricardo
2456
2457 2006-07-06 [wwp]        2.3.1cvs64
2458
2459         * src/gtk/gtkutils.c
2460                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2461
2462 2006-07-06 [wwp]        2.3.1cvs63
2463
2464         * src/account.c
2465         * src/addressbook.c
2466         * src/addressitem.h
2467         * src/folderview.c
2468         * src/mainwindow.c
2469         * src/manual.c
2470         * src/manual.h
2471         * src/message_search.c
2472         * src/prefs_actions.c
2473         * src/prefs_filtering.c
2474         * src/prefs_filtering.h
2475         * src/prefs_template.c
2476         * src/summary_search.c
2477         * src/summaryview.c
2478         * src/gtk/gtkutils.c
2479         * src/gtk/gtkutils.h
2480         * src/gtk/pluginwindow.c
2481                 add help buttons to some dialogs. Clicking such buttons opens a
2482                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2483
2484 2006-07-06 [paul]       2.3.1cvs62
2485
2486         * src/textview.c
2487                 fix attachments contextual menu
2488                 Thanks to Colin
2489
2490 2006-07-05 [colin]      2.3.1cvs61
2491
2492         * src/textview.c
2493         * src/compose.c
2494                 Handle sftp:// links
2495
2496 2006-07-05 [paul]       2.3.1cvs60
2497
2498         * src/gtk/filesel.c
2499                 grab save button by default
2500                 Thanks to Colin
2501
2502 2006-07-05 [wwp]        2.3.1cvs59
2503
2504         * manual/xml2pdf
2505                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2506
2507 2006-07-04 [colin]      2.3.1cvs58
2508
2509         * src/mimeview.c
2510         * src/textview.c
2511                 Use left click to select, middle click to open
2512                 on mimeparts links
2513         * src/common/utils.c
2514                 Fix segfault
2515
2516 2006-07-04 [colin]      2.3.1cvs57
2517
2518         * src/mainwindow.c
2519         * src/news.c
2520                 Warning fixes, thanks to Fabien
2521
2522 2006-07-04 [colin]      2.3.1cvs56
2523
2524         * src/mimeview.c
2525         * src/mimeview.h
2526         * src/textview.c
2527                 Allow parts to be selected via their text label
2528                 in textview
2529
2530 2006-07-04 [colin]      2.3.1cvs55
2531
2532         * src/folderview.c
2533                 Feedback when closing (for big folders)
2534         * src/prefs_actions.c
2535         * src/prefs_filtering.c
2536         * src/prefs_matcher.c
2537         * src/prefs_template.c
2538                 Fix default button when closing without
2539                 having saved
2540
2541 2006-07-04 [colin]      2.3.1cvs54
2542
2543         * src/news.c
2544                 Delete local file on deletion
2545
2546 2006-07-03 [colin]      2.3.1cvs53
2547
2548         * src/folderview.c
2549         * src/main.c
2550                 Don't freeze when rescanning after crash
2551
2552 2006-07-03 [wwp]        2.3.1cvs52
2553
2554         * src/compose.c
2555         * src/privacy.c
2556         * src/privacy.h
2557         * src/plugins/pgpinline/pgpinline.c
2558         * src/plugins/pgpmime/pgpmime.c
2559                 don't report an error when the user cancels the passphrase dialog.
2560
2561 2006-07-02 [colin]      2.3.1cvs51
2562
2563         * src/folderview.c
2564                 Open message when crossing folders with Space,
2565                 goto next unread and friends
2566
2567 2006-07-01 [colin]      2.3.1cvs50
2568
2569         * src/prefs_account.c
2570                 Typographic rules varying from language
2571                 to language (in french "Protocole :"),
2572                 we have to do that :)
2573
2574 2006-07-01 [ticho]      2.3.1cvs49
2575
2576         * src/prefs_account.c
2577                 Only use one temporary gchar* variable in
2578                 prefs_account_protocol_set_optmenu().
2579
2580 2006-07-01 [ticho]      2.3.1cvs48
2581
2582         * src/prefs_account.c
2583         * src/prefs_account.h
2584                 Use GtkLabel for existing account protocol name.
2585                 Created an array for protocol names and populate the
2586                 combobox from it in a for() cycle.
2587
2588 2006-06-30 [colin]      2.3.1cvs47
2589
2590         * src/compose.c
2591                 Block undo when changing signature (by changing
2592                 account)
2593
2594 2006-06-30 [paul]       2.3.1cvs46
2595
2596         * src/send_message.c
2597                 when editing From in the Compose window, use that address
2598                 in the Return-Path: header
2599                 Thanks to Colin
2600
2601 2006-06-30 [colin]      2.3.1cvs45
2602
2603         * src/compose.c
2604                 Fix signature replacement:
2605                 - when no newline before separator
2606                 - when reediting
2607
2608 2006-06-29 [colin]      2.3.1cvs44
2609
2610         * src/folderview.c
2611         * src/folderview.h
2612         * src/mainwindow.c
2613         * src/summaryview.c
2614                 Let 'View/Go to/Next marked' work like
2615                 Next new & Next unread: across folders
2616                 Change the select_on_entry pref to do
2617                 what we want when changing folder
2618         * src/common/utils.c
2619                 Fix single-quoted links 
2620
2621 2006-06-29 [colin]      2.3.1cvs43
2622
2623         * src/gtk/gtkaspell.c
2624                 "Sylpheed" and "Sylpheed-Claws" do exist !
2625
2626 2006-06-29 [colin]      2.3.1cvs42
2627
2628         * src/imap.c
2629                 Forgot to remove debug
2630
2631 2006-06-29 [colin]      2.3.1cvs41
2632
2633         * src/imap.c
2634         * src/imap.h
2635         * src/mainwindow.c
2636                 Disconnect from IMAP servers when going
2637                 offline. Fixes bug #978 (going to offline-mode 
2638                 won't close connections)
2639
2640 2006-06-29 [colin]      2.3.1cvs40
2641
2642         * src/main.c
2643                 Fix transient setting on failing plugins
2644                 Patch by Fabien
2645         * src/plugins/pgpcore/sgpgme.c
2646                 Only warn for OpenPGP. Most people don't
2647                 have CMS available.
2648
2649 2006-06-29 [colin]      2.3.1cvs39
2650
2651         * src/compose.c
2652                 Fix Spelling menu (discrepancy between context menu
2653                 and top menu when folder's dictionary isn't the 
2654                 default one)
2655         * src/plugins/pgpcore/sgpgme.c
2656                 More error reporting about why gpgme can fail
2657
2658 2006-06-29 [wwp]        2.3.1cvs38
2659
2660         * src/mainwindow.c
2661                 honor the display-header-pane setting even when the message view
2662                 is a separate window.
2663
2664 2006-06-29 [wwp]        2.3.1cvs37
2665
2666         * src/prefs_actions.c
2667                 forgot to commit that one (use of GTK_STOCK_INFO).
2668
2669 2006-06-29 [colin]      2.3.1cvs36
2670
2671         * src/imap.c
2672                 Better handling of login errors (ask the password
2673                 again once), alert in case of error. Fix three
2674                 signedness warnings.
2675
2676 2006-06-28 [wwp]        2.3.1cvs35
2677
2678         * src/prefs_template.c
2679         * src/prefs_matcher.c
2680         * src/prefs_filtering_action.c
2681         * src/prefs_quote.c
2682                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2683                 patch by Fabien Vantard, slightly modified.
2684
2685 2006-06-28 [paul]
2686
2687         2.4.0-rc2 released
2688
2689 2006-06-28 [colin]      2.3.1cvs34
2690
2691         * src/prefs_account.c
2692                 Fix bug #977 (Can't add or edit imap accounts)
2693
2694 2006-06-28 [colin]      2.3.1cvs33
2695
2696         * src/mimeview.c
2697                 Fix previous
2698
2699 2006-06-28 [colin]      2.3.1cvs32
2700
2701         * src/mimeview.c
2702                 Save named inlined attachments with "Save all"
2703         * src/main.c
2704         * src/mbox.c
2705         * src/common/plugin.c
2706         * src/common/plugin.h
2707         * src/common/sylpheed.c
2708         * src/common/utils.c
2709         * src/plugins/pgpcore/sylpheed.def
2710         * src/plugins/pgpinline/sylpheed.def
2711         * src/plugins/pgpmime/sylpheed.def
2712                 Win32 compatibility patch, by
2713                 Werner Koch
2714
2715 2006-06-28 [wwp]        2.3.1cvs31
2716
2717         * src/imap.c
2718         * src/prefs_folder_item.c
2719                 less compilation warnings (thanks to Fabien Vantard), less typos.
2720
2721 2006-06-28 [paul]       2.3.1cvs30
2722
2723         * src/gtk/gtkutils.c
2724                 gtk_combo_box_set_focus_on_click() is only
2725                 available since gtk 2.6.0
2726
2727 2006-06-28 [paul]       2.3.1cvs29
2728
2729         * src/prefs_ext_prog.c
2730                 fix engrish and add a tooltip for the
2731                 'command for 'Display as text' option
2732
2733 2006-06-28 [paul]
2734
2735         2.4.0-rc1 released
2736
2737 2006-06-28 [paul]       2.3.1cvs28
2738
2739         * ChangeLog
2740         * tools/Makefile.am
2741                 include textviewer.pl in releases
2742
2743 2006-06-28 [paul]       2.3.1cvs27
2744
2745         * src/prefs_ext_prog.c
2746                 hide Print command option if libgnomeprint
2747                 support is present
2748
2749 2006-06-27 [colin]      2.3.1cvs26
2750
2751         * src/compose.c
2752                 Fix Esc handling in insert/attach dialog
2753                 Don't show this dialog if dragging something
2754                 else than text/uri-list
2755                 Thanks to Fabien Vantard
2756         * tools/textviewer.pl
2757                 Filter script to display stuff as text
2758                 by H. Merijn Brand
2759
2760 2006-06-27 [wwp]        2.3.1cvs25
2761
2762         * src/messageview.c
2763                 use the exact product name (message view title), patch
2764                 by Fabien Vantard.
2765
2766 2006-06-27 [ticho]      2.3.1cvs24
2767
2768         * src/prefs_account.c
2769         * src/prefs_common.c
2770         * src/prefs_common.h
2771         * src/prefs_ext_prog.c
2772         * src/textview.c
2773                 Add a preference (Preferences/External programs)
2774                 to allow "Display as text" to be done via a script
2775                 (patch by H.Merijn Brand).
2776                 Use GtkComboBox for protocol selection in account
2777                 preferences.
2778                 Only include current choice for existing accounts, and
2779                 insensitivize the combobox.
2780
2781 2006-06-27 [paul]       2.3.1cvs23
2782
2783         * src/mbox.c
2784                 fix crasher introduced in cvs21.
2785                 Thanks to Colin
2786
2787 2006-06-26 [colin]      2.3.1cvs22
2788
2789         * src/mbox.c
2790                 Fix double-frees when leaving folders
2791                 after exporting to mbox
2792
2793 2006-06-26 [colin]      2.3.1cvs21
2794
2795         * src/mbox.c
2796                 More feedback (and optimisation)
2797                 on import/export
2798         * src/common/utils.c
2799                 Fix case when looking for mail addresses
2800         * src/gtk/gtkutils.c
2801                 Extra check for (X-)Face
2802
2803 2006-06-25 [ticho]      2.3.1cvs20
2804
2805         * src/compose.c
2806         * src/exphtmldlg.c
2807         * src/gtk/gtkutils.c
2808         * src/gtk/gtkutils.h
2809                 Added second argument to gtkut_sc_combobox_create() to
2810                 control focus-on-click for the widget.
2811                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2812
2813 2006-06-25 [ticho]      2.3.1cvs19
2814
2815         * src/compose.c
2816         * src/gtk/Makefile.am
2817         * src/gtk/combobox.c
2818         * src/gtk/combobox.h
2819         * src/gtk/gtkutils.c
2820         * src/gtk/gtkutils.h
2821                 Use GtkComboBox instead of deprecated GtkOptionMenu
2822                 for account selector in compose window and for encoding
2823                 selector in attachment properties.
2824                 Also factorise working with the new GtkComboBox somewhat.
2825
2826 2006-06-24 [paul]       2.3.1cvs18
2827
2828         * src/prefs_common.c
2829                 use the correct default value
2830
2831 2006-06-24 [paul]       2.3.1cvs17
2832
2833         * src/compose.c
2834         * src/prefs_common.c
2835         * src/prefs_common.h
2836         * src/prefs_compose_writing.c
2837                 enable setting of default action when
2838                 dnd'ing files in the compose window.
2839                 (Collaborative effort with wwp)
2840
2841 2006-06-23 [wwp]        2.3.1cvs16
2842
2843         * src/compose.c
2844                 i18n fix (thanks to Fabien Vantard)
2845
2846 2006-06-22 [colin]      2.3.1cvs15
2847
2848         * src/prefs_customheader.c
2849                 Don't use filters in custom headers' file 
2850                 selector. Remember, extensions mean nothing :)
2851
2852 2006-06-22 [paul]       2.3.1cvs14
2853
2854         * configure.ac
2855                 allow setting of man directory location
2856
2857 2006-06-22 [colin]      2.3.1cvs13
2858
2859         * src/mainwindow.c
2860                 Add 'View/Go to/Next unread folder'.
2861                 I missed that :)
2862
2863 2006-06-22 [colin]      2.3.1cvs12
2864
2865         * src/common/utils.c
2866                 Add some subject prefixes
2867                 Patch by Bjorn T Johansen <btj@havleik.no>
2868
2869 2006-06-22 [colin]      2.3.1cvs11
2870
2871         * manual/advanced.xml
2872                 Forgotten hidden pref
2873
2874 2006-06-21 [paul]       2.3.1cvs10
2875
2876         * src/prefs_account.c
2877                 complete the removal of 'Add date header' option
2878
2879 2006-06-21 [paul]       2.3.1cvs9
2880
2881         * src/account.c
2882         * src/compose.c
2883         * src/prefs_account.c
2884         * src/prefs_account.h
2885                 remove option to add date header - always
2886                 add date header
2887         * src/etpan/imap-thread.c
2888                 fix warnings (Thanks to Colin)
2889
2890 2006-06-21 [wwp]        2.3.1cvs8
2891
2892         * src/folder.c
2893                 set the attachment flag when inline text part are (file)named. This is more convenient
2894                 when receiving (for instance) inline source files or patches sent using thunderbird.
2895
2896 2006-06-21 [paul]       2.3.1cvs7
2897
2898         * src/inc.c
2899                 fix off-by-one count of current msg in
2900                 statusbar filtering progressbar
2901
2902 2006-06-21 [paul]       2.3.1cvs6
2903
2904         * src/folder.c
2905                 Show attachment icon even if the part is 'inline'
2906                 if the following conditions are met:
2907                 - content-type != 'text/plain'
2908                 - content-type != '*/pgp-signature'
2909                 - either 'name' or 'filename' parameter is not NULL
2910                 
2911                 Thanks to Colin
2912
2913 2006-06-21 [paul]       2.3.1cvs5
2914
2915         * src/messageview.c
2916         * src/prefs_common.c
2917         * src/prefs_common.h
2918         * src/prefs_other.c
2919                 add an option to 'Never send Return
2920                 Receipts'
2921                 Thanks to Colin
2922
2923 2006-06-20 [mones]      2.3.1cvs4
2924
2925         * po/es.po
2926                 updated
2927         * src/compose.c
2928                 typo fixed (space after comma)
2929         * tools/make.themes.project
2930                 remove exec mode from tarball files
2931
2932 2006-06-20 [colin]      2.3.1cvs3
2933
2934         * src/news.c
2935         * src/procheader.c
2936         * src/unmime.c
2937                 Better fix for \n's in headers (don't 
2938                 break Received: and others)
2939
2940 2006-06-20 [paul]       2.3.1cvs2
2941
2942         * src/alertpanel.c
2943         * src/textview.c
2944                 improve legibility of phishing attempt
2945                 dialog
2946
2947 2006-06-20 [paul]       2.3.1cvs1
2948
2949         * NEWS
2950         * README
2951         * configure.ac
2952                 Update version number following
2953                 stable release
2954
2955 2006-06-20 [colin]      2.3.0cvs26
2956
2957         * src/compose.c
2958                 When dragging a file to the text of the compose
2959                 window, ask whether we want to insert or attach
2960                 (I know lots of people who do that to attach)
2961
2962 2006-06-20 [colin]      2.3.0cvs25
2963
2964         * src/etpan/imap-thread.c
2965                 Fix threshold (the append command is often > 32 bytes)
2966
2967 2006-06-19 [colin]      2.3.0cvs24
2968
2969         * src/imap.c
2970         * src/etpan/imap-thread.c
2971                 Workaround Rockliffe IMAP server bug: replace
2972                 "x UID SEARCH (ANSWERED UID 1:*)" with
2973                 "x UID SEARCH ANSWERED"
2974                 (Rockliffe doesn't handle the parenthesis)
2975
2976 2006-06-19 [colin]      2.3.0cvs23
2977
2978         * src/compose.c
2979         * src/imap.c
2980         * src/etpan/imap-thread.c
2981                 Probably fix bug #972 (Freezes when adding 
2982                 an attachment to the message)
2983         * src/common/defs.h
2984                 Modernize Firefox cmd
2985
2986
2987 2006-06-18 [colin]      2.3.0cvs22
2988
2989         * src/prefs_customheader.c
2990                 Only allow correct filenames for various
2991                 custom headers
2992
2993 2006-06-18 [colin]      2.3.0cvs21
2994
2995         * src/prefs_customheader.c
2996                 Add a 'From File...' button in custom headers prefs, which
2997                 try to do the right thing: 
2998                 for normal headers, use file as plaintext,
2999                 for X-Face, calls compface,
3000                 for Face, encode to b64.
3001
3002 2006-06-17 [colin]      2.3.0cvs20
3003
3004         * src/mh.c
3005                 Warning fix
3006
3007 2006-06-16 [colin]      2.3.0cvs19
3008
3009         * src/summaryview.c
3010                 Recursive quicksearch: show message list
3011                 in current folder, *then* search children
3012                 in the background.
3013
3014 2006-06-16 [colin]      2.3.0cvs18
3015
3016         * src/main.c
3017                 Instead of ignoring SIGPIPE, save caches
3018                 when getting one. Will fix the fact that
3019                 hot caches are out-of-date when logging 
3020                 out of Xorg.
3021         * src/compose.c
3022         * src/prefs_compose_writing.c
3023                 Only save text (not attachments) when 
3024                 auto-saving to drafts
3025         * src/unmime.c
3026                 Always replace \n, \r and \t with spaces
3027                 in headers
3028         * manual/dist/html/Makefile.am
3029         * manual/dist/pdf/Makefile.am
3030         * manual/dist/ps/Makefile.am
3031         * manual/dist/txt/Makefile.am
3032         * manual/fr/dist/html/Makefile.am
3033         * manual/fr/dist/pdf/Makefile.am
3034         * manual/fr/dist/ps/Makefile.am
3035         * manual/fr/dist/txt/Makefile.am
3036         * manual/pl/dist/html/Makefile.am
3037         * manual/pl/dist/pdf/Makefile.am
3038         * manual/pl/dist/ps/Makefile.am
3039         * manual/pl/dist/txt/Makefile.am
3040                 Fix make clean removing pregenerated manuals
3041
3042
3043 2006-06-16 [colin]      2.3.0cvs17
3044
3045         * src/plugins/pgpcore/sgpgme.c
3046         * src/plugins/pgpmime/pgpmime.c
3047         * src/plugins/pgpinline/pgpinline.c
3048                 Better error reporting in setup_signers.
3049                 Don't fallback to default key if specified
3050                 key isn't found.
3051                 Don't allow signing if more than one secret
3052                 key matches the one specified in prefs.
3053
3054 2006-06-15 [colin]      2.3.0cvs16
3055
3056         * src/folderview.c
3057                 Add "Send queue" in the folder's contextual
3058                 menu
3059         * src/compose.c
3060         * src/messageview.c
3061         * src/privacy.c
3062         * src/privacy.h
3063         * src/procmime.c
3064         * src/procmsg.c
3065         * src/plugins/pgpcore/passphrase.c
3066         * src/plugins/pgpcore/sgpgme.c
3067         * src/plugins/pgpinline/pgpinline.c
3068         * src/plugins/pgpmime/pgpmime.c
3069                 Better error reporting
3070         * src/mbox.c
3071                 Probably fix bug #971 (2.2.3 cannot read mail 
3072                 from local mbox)
3073
3074
3075 2006-06-15 [mones]      2.3.0cvs15
3076
3077         * tools/make.themes.project
3078                 creates the themes project from the web page
3079
3080 2006-06-15 [colin]      2.3.0cvs14
3081
3082         * src/folder.c
3083                 Better fix (avoid losing the folder if scan_tree 
3084                 fails)
3085
3086 2006-06-15 [cleroy]     2.3.0cvs13
3087
3088         * src/folder.c
3089                 Probably fix Bug #969 (crash on rebuilding 
3090                 imap folder)
3091
3092 2006-06-14 [colin]      2.3.0cvs12
3093
3094         * manual/dtd/manual.xsl
3095         * manual/sylpheed-claws-manual.xml
3096         * manual/fr/sylpheed-claws-manual.xml
3097         * manual/pl/sylpheed-claws-manual.xml
3098                 Insert pagebreaks between sections
3099
3100 2006-06-14 [paul]       2.3.0cvs11
3101
3102         * configure.ac
3103                 better fix than 2.3.0cvs10
3104
3105 2006-06-14 [paul]       2.3.0cvs10
3106
3107         * configure.ac
3108                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3109                 (backwards compatible)
3110
3111 2006-06-13 [colin]      2.3.0cvs9
3112
3113         * src/messageview.c
3114                 Fix sending of return receipt with the new queue folders
3115
3116 2006-06-13 [wwp]        2.3.0cvs8
3117
3118         * src/quote_fmt_lex.l
3119                 fix wrong tokens returned in quote_fmt lexer, query not().
3120
3121 2006-06-13 [wwp]        2.3.0cvs7
3122
3123         * src/folder.c
3124         * src/prefs_folder_item.c
3125                 allow changing folder type even when folder is not a top-level one,
3126                 thanks to Colin.
3127
3128 2006-06-12 [colin]      2.3.0cvs6
3129
3130         * src/folderview.c
3131                 Fix double-ask of "Do you want to mark all
3132                 as read"
3133
3134 2006-06-12 [colin]      2.3.0cvs5
3135
3136         * src/compose.c
3137         * src/compose.h
3138         * src/folder.c
3139         * src/folder.h
3140         * src/imap.c
3141         * src/inc.c
3142         * src/main.c
3143         * src/messageview.c
3144         * src/mh.c
3145         * src/prefs_folder_item.c
3146         * src/procheader.c
3147         * src/procmime.c
3148         * src/procmsg.c
3149         * src/procmsg.h
3150         * src/send_message.c
3151         * src/summaryview.c
3152         * src/toolbar.c
3153                 Apply bug #964's patch (Queue and drafts aren't normal)
3154                 The Drafts and Queue folder now contain RFC-822 files,
3155                 allowing to move and copy mails from and to these 
3156                 folders. Moving from Drafts to Queue will prepare the
3157                 mail for sending (PGP signature, encryption, etc).
3158                 This patch also rework sending errors handling to try
3159                 to be more helpful.
3160                 Also, allow redefining folder types via the GUI 
3161                 (Folder type in its Properties)
3162
3163 2006-06-12 [colin]      2.3.0cvs4
3164
3165         * src/summaryview.c
3166         * src/prefs_common.c
3167         * src/prefs_common.h
3168         * src/gedit-print.c
3169                 Allow to define a specific print font - patch
3170                 by Bernhard Walle <bernhard.walle@gmx.de>
3171         * src/prefs_fonts.c
3172         * manual/advanced.xml
3173         * manual/fr/advanced.xml
3174                 Add a hidden pref to allow deletion without
3175                 confirmation
3176
3177 2006-06-12 [wwp]        2.3.0cvs3
3178
3179         * .cvsignore
3180                 more files to ignore.
3181
3182 2006-06-12 [wwp]        2.3.0cvs2
3183
3184         * src/quote_fmt.c
3185         * src/quote_fmt_lex.l
3186         * src/quote_fmt_parse.y
3187                 extend the quote_fmt parser (templates and quotes):
3188                 - allow limited sub-expressions in |p{} and |f{} expressions,
3189                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3190                 - implemented/fixed missing implementation of query_references and show_references,
3191                 - completed, fixed contents and format of the symbols help dialog,
3192                 - fix some compilation warnings.
3193
3194 2006-06-12 [wwp]        2.3.0cvs1
3195
3196         * manual/advanced.xml
3197         * manual/fr/advanced.xml
3198                 updates in the "templates" section of the manual (eng/fr):
3199                  - be more precise (both versions)
3200                  - completed to match the english reference (fr version)
3201                  - touchups (both versions)
3202
3203 2006-06-12 [paul]       2.3.0
3204
3205         2.3.0 released
3206
3207 2006-06-12 [paul]       2.2.3cvs14
3208
3209         * po/ca.po
3210         * po/cs.po
3211         * po/de.po
3212         * po/el.po
3213         * po/fr.po
3214         * po/it.po
3215         * po/pt_BR.po
3216         * po/sr.po
3217         * po/zh_CN.po
3218                 updated by Miquel Oliete, Tim, Stephan Sachse,
3219                 Stavros Giannouris, Fabien Vantard, Andrea
3220                 Spadaccini, Frederico Goncalves Guimaraes,
3221                 Aleksandar Urosevic, and Ralgh Young
3222
3223 2006-06-12 [colin]      2.2.3cvs13
3224
3225         * src/mbox.c
3226                 Add missing header
3227
3228 2006-06-11 [colin]      2.2.3cvs12
3229
3230         * src/msgcache.c
3231                 Verify that g_malloc() succeeded
3232
3233 2006-06-11 [colin]      2.2.3cvs11
3234
3235         * src/wizard.c
3236                 Add Face header to welcome mail
3237
3238 2006-06-10 [colin]      2.2.3cvs10
3239
3240         * src/textview.c
3241                 Revert previous (Forgot it changes the
3242                 margin on the whole mail)
3243
3244 2006-06-10 [colin]      2.2.3cvs9
3245
3246         * src/textview.c
3247                 Don't overlap long headers under (X-)Face
3248
3249 2006-06-10 [mones]      2.2.3cvs8
3250
3251         * manual/xml2pdf
3252                 allow generation of manual on systems lacking saxon binary
3253                 but with java and the saxon library installed
3254
3255         * po/es.po
3256                 updated for release
3257
3258 2006-06-09 [colin]      2.2.3cvs7
3259
3260         * src/summaryview.c
3261                 Fix leak when using Display Sender using Addressbook
3262
3263 2006-06-09 [colin]      2.2.3cvs6
3264
3265         * src/compose.c
3266         * src/folder.c
3267         * src/folderview.c
3268         * src/mimeview.c
3269         * src/summaryview.c
3270                 More leaks fixes
3271
3272 2006-06-09 [paul]       2.2.3cvs5
3273
3274         * AUTHORS
3275         * src/gtk/authors.h
3276         * tools/claws.i18n.status.pl
3277                 updated with new info
3278
3279 2006-06-09 [paul]       2.2.3cvs4
3280
3281         * README
3282                 updated
3283         * manual/ack.xml
3284                 add wwp to authors list
3285         * src/gtk/authors.h
3286                 update mine and Colin's addresses
3287
3288 2006-06-08 [colin]      2.2.3cvs3
3289
3290         * src/etpan/imap-thread.c
3291                 Fix leak on SSL cert check
3292
3293 2006-06-08 [colin]      2.2.3cvs2
3294
3295         * src/common/utils.c
3296                 Fix leak
3297
3298 2006-06-08 [paul]       2.2.3cvs1
3299
3300         * configure.ac
3301                 Update version number following
3302                 stable release
3303
3304 2006-06-07 [colin]      2.2.2cvs3
3305
3306         * src/msgcache.c
3307                 Fix catching cache read errors (guint instead of gint)
3308                 Prevent malloc'ing more than 8MB (means cache corruption)
3309
3310 2006-06-07 [paul]       2.2.2cvs2
3311
3312         * src/exporthtml.c
3313         * src/exportldif.c
3314         * src/mh.c
3315         * src/mutt.c
3316         * src/pine.c
3317         * src/common/utils.c
3318                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3319                 obey $HOME'
3320                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3321                 Thanks to Colin
3322
3323 2006-06-06 [paul]       2.2.2cvs1
3324
3325         * configure.ac
3326                 Update version number following
3327                 stable release
3328
3329 2006-06-06 [paul]       2.2.1cvs6
3330
3331         * src/matcher.c
3332                 fix  implicit declaration of
3333                 sylpheed_do_idle()
3334                 Patch by Fabien Vantard
3335
3336 2006-06-06 [paul]       2.2.1cvs5
3337
3338         * src/matcher.c
3339                 fix age_greater and age_lower so that they
3340                 mean what say and not '...or equal to'
3341                 Thanks to Colin
3342
3343 2006-06-06 [paul]       2.2.1cvs4
3344
3345         * src/textview.c
3346         * src/common/utils.c
3347                 fix URI check
3348                 Thanks to Colin
3349
3350 2006-06-05 [wwp]        2.2.1cvs3
3351
3352         * manual/fr/account.xml
3353                 minor language fixes (thanks to Fabien Vantard).
3354
3355 2006-06-05 [colin]      2.2.1cvs2
3356
3357         * src/prefs_folder_item.c
3358         * src/folderview.c
3359                 Allow recursive setting of properties 
3360                 for whole mailboxes
3361         * src/matcher.c
3362                 Don't freeze on 'test' filtering rule
3363
3364 2006-06-05 [colin]      2.2.1cvs1
3365
3366         * configure.ac
3367                 Update version number following
3368                 stable release
3369
3370 2006-06-04 [wwp]        2.2.0cvs82
3371
3372         * manual/glossary.xml
3373         * manual/account.xml
3374         * manual/fr/glossary.xml
3375         * manual/fr/account.xml
3376                 added glossary section and references/links related to the Face custom header.
3377
3378 2006-06-04 [colin]      2.2.0cvs81
3379
3380         * src/summaryview.c
3381                 Skip to next message on move with no
3382                 immediate execution
3383
3384 2006-06-04 [wwp]        2.2.0cvs80
3385
3386         * manual/xml2pdf
3387                 added sanity checks, exit when needed.
3388
3389 2006-06-03 [paul]       2.2.0cvs79
3390
3391         * src/prefs_receive.c
3392                 page name is now 'Receiving'
3393         * src/prefs_send.c
3394                 page name is now 'Sending'
3395
3396 2006-06-03 [colin]      2.2.0cvs78
3397
3398         * src/plugins/spamassassin/spamassassin_gtk.c
3399                 Autoswitch to Localhost if transport was previously
3400                 disabled. Else people had to check [] Enable, then
3401                 *reselect* transport.
3402
3403 2006-06-03 [colin]      2.2.0cvs77
3404
3405         * src/plugins/pgpinline/pgpinline.c
3406         * src/plugins/pgpmime/pgpmime.c
3407                 Check that gpg_data_release_and_get_mem 
3408                 didn't fail (now, why this happens...)
3409
3410 2006-06-03 [colin]      2.2.0cvs76
3411
3412         * src/mbox.c
3413                 Fix bug #962 (Manual and/or UI should 
3414                 warn about incompatible locking 
3415                 causing dataloss)
3416
3417 2006-06-02 [cleroy]     2.2.0cvs75
3418
3419         * src/filtering.c
3420         * src/folder.c
3421         * src/procmsg.c
3422         * src/summaryview.c
3423                 Fix a few leaks
3424
3425 2006-06-02 [colin]      2.2.0cvs74
3426
3427         * src/main.c
3428                 On exit, free caches after writing them
3429                 Shuts up some valgrind false positives
3430         * src/procmsg.c
3431         * src/send_message.c
3432                 Fix races when reusing existing SMTP connections
3433                 Fix inexistant session timeout
3434         * src/toolbar.c
3435                 Display alertpanel after all queues have
3436                 been processed, not after each
3437
3438 2006-06-02 [wwp]        2.2.0cvs73
3439
3440         * manual/fr/glossary.xml
3441         * manual/fr/ack.xml
3442         * manual/ack.xml
3443                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3444
3445 2006-06-02 [wwp]        2.2.0cvs72
3446
3447         * manual/xml2pdf
3448         * manual/dist/pdf/Makefile.am
3449         * manual/dtd/manual.xsl
3450         * manual/fr/dist/pdf/Makefile.am
3451         * manual/pl/dist/pdf/Makefile.am
3452                 we changed the procedure to generate the .pdf version of the manual.
3453                 The procedure is more modern and the .pdf we get now has a valid index.
3454                 Here are the new pre-requisites:
3455
3456                 - JRE 1.x (1.4 here): there must be one from your distro
3457                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3458                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3459                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3460
3461                 See my posts for further info about the installation of this toolchain:
3462
3463                 Date: Fri, 19 May 2006 19:40:06 +0200
3464                 From: wwp <subscript@free.fr>
3465                 To: sylpheed-claws-devel@lists.sourceforge.net
3466                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3467
3468                 and
3469
3470                 Date: Wed, 24 May 2006 12:58:49 +0200
3471                 From: wwp <subscript@free.fr>
3472                 To: sylpheed-claws-devel@lists.sourceforge.net
3473                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3474
3475 2006-06-01 [colin]      2.2.0cvs71
3476
3477         * src/compose.c
3478                 Better guards against IMAP races
3479         * src/main.c
3480         * src/prefs_common.c
3481         * src/prefs_common.h
3482         * src/common/ssl_certificate.c
3483         * src/etpan/imap-thread.c
3484         * src/etpan/imap-thread.h
3485         * src/gtk/sslcertwindow.c
3486                 New hidden option ssl_skip_cert_check to 
3487                 avoid dups of bug #959 (libetpan linked
3488                 against gnutls and gnutls buggy on 64bit)
3489                 Present expired warning only once per
3490                 session/server.
3491         * manual/advanced.xml
3492         * manual/fr/advanced.xml
3493                 Document new option
3494
3495 2006-06-01 [wwp]        2.2.0cvs70
3496
3497         * src/messageview.c
3498                 fix for bug #961 (return receipt dialog 
3499                 complains incorrectly about return-path 
3500                 email adress being different), thanks 
3501                 to Colin.
3502
3503 2006-05-31 [cleroy]     2.2.0cvs69
3504
3505         * src/common/ssl.c
3506                 Guard against NULLs, although this
3507                 should never be an issue
3508
3509 2006-05-31 [colin]      2.2.0cvs68
3510
3511         * src/filtering.c
3512                 Use g_slist_prepend
3513         * src/imap.c
3514                 Don't remove caches when destroying folder, it
3515                 could (should) be done at exit
3516         * src/inc.c
3517                 free processing cache after incorporation
3518         * src/etpan/imap-thread.c
3519                 Maybe fix bug #959 (Crash on moving to emails 
3520                 to a imap account per ssl with a expired 
3521                 certificate.)
3522
3523 2006-05-30 [colin]      2.2.0cvs67
3524
3525         * src/summaryview.c
3526                 Put back event flush when displaying message
3527                 It avoids reading a bunch of messages just
3528                 by hitting shift-n for too long ;)
3529
3530 2006-05-29 [colin]      2.2.0cvs66
3531
3532         * src/summaryview.c
3533                 Remove useless g_warnings
3534
3535 2006-05-29 [colin]      2.2.0cvs65
3536
3537         * src/imap.c
3538                 Fix g_slist_append()s for performance
3539
3540 2006-05-29 [colin]      2.2.0cvs64
3541
3542         * src/compose.c
3543         * src/common/utils.c
3544                 Fix extraneous tab at start of addresses
3545         * src/mainwindow.c
3546                 Fix warnings (thanks to Fabien)
3547                 Fix crash at exit when composing messages 
3548                 exist
3549         * src/pop.c
3550                 Fix progress bar when deleting expired mails
3551                 Thanks to Hiro
3552         * src/summaryview.c
3553         * src/gtk/gtksctree.c
3554                 Fix re-sorting slowness
3555
3556 2006-05-29 [paul]       2.2.0cvs63
3557
3558         * src/mh.c
3559                 fetch full message when moving mails
3560                 from another mailbox, (fixed data loss
3561                 when filtering from IMAP to MH, introduced
3562                 in 2.2.0cvs57).
3563                 Thanks to Colin
3564
3565 2006-05-29 [mones]      2.2.0cvs62
3566
3567         * src/gtk/gtksctree.c
3568                 Unselect faster (patch by Colin)        
3569
3570 2006-05-26 [colin]      2.2.0cvs61
3571
3572         * src/summaryview.c
3573                 Unplug MSGINFO_UPDATE callback on delete too.
3574
3575 2006-05-26 [colin]      2.2.0cvs60
3576
3577         * src/foldersel.c
3578                 Fix bold in folder selection window with glib2.10
3579                 thanks Hiro
3580
3581 2006-05-26 [colin]      2.2.0cvs59
3582
3583         * src/procheader.c
3584                 Convert date only if necessary (and don't
3585                 try to convert from utf8 to utf8, too)
3586         * src/summaryview.c
3587                 Only set column's text if the column's 
3588                 displayed
3589
3590 2006-05-26 [colin]      2.2.0cvs58
3591
3592         * src/summaryview.c
3593         * src/gtk/gtkutils.c
3594                 Fix useless warning
3595
3596 2006-05-26 [colin]      2.2.0cvs57
3597
3598         * src/mainwindow.c
3599                 Make summaryview selectable as long as 
3600                 no message has focus
3601         * src/mh.c
3602                 Faster deletion (by implementing mh_remove_msgs)
3603                 Faster copy (avoid using mh_fetch_msg just to get
3604                 the filename)
3605                 Faster move (using move_file instead of copy_file
3606                 if MSG_IS_MOVE)
3607                 No progressbar if total number of mails to cp/mv 
3608                 is less than 100
3609         * src/summaryview.c
3610                 Fix removal from subject_table when mail gets moved
3611                 Faster deletion (g_slist_prepend instead of append)
3612         * src/gtk/gtksctree.c
3613                 Remove useless code
3614
3615 2006-05-25 [colin]      2.2.0cvs56
3616
3617         * src/common/ssl_certificate.c
3618                 Fix leak in expired cert check
3619
3620 2006-05-25 [colin]      2.2.0cvs55
3621
3622         * src/mh.c
3623                 Disable flags syncing on .mh_sequences - it
3624                 is buggy and marks mails read under unknown
3625                 conditions.
3626
3627 2006-05-25 [paul]
3628
3629         * 2.3.0-rc4 released
3630
3631 2006-05-24 [colin]      2.2.0cvs54
3632
3633         attention cvs users: if you manage to crash
3634         Sylpheed-Claws while moving, copying or deleting
3635         mails, we *are* interested in stack traces and
3636         valgrind logs. It looks stable, but one never
3637         knows...
3638
3639         * src/folder.c
3640                 Add progressbar for cache updates
3641         * src/folderutils.c
3642                 Optimize Mark all read in the current
3643                 folder
3644         * src/mh.c
3645                 Add progressbar for copy/move
3646         * src/procmsg.c
3647                 Optimize O(n^2) in copy/move
3648         * src/summaryview.c
3649         * src/gtk/gtksctree.c
3650                 Optimize O(n^2) algos
3651         * src/common/timing.h
3652                 Display ms instead of us
3653
3654 2006-05-24 [wwp]        2.2.0cvs53
3655
3656         * manual/fr/advanced.xml
3657                 updates to the French manual.
3658
3659 2006-05-24 [wwp]        2.2.0cvs52
3660
3661         * src/common/utils.c
3662                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3663
3664 2006-05-24 [wwp]        2.2.0cvs51
3665
3666         * src/folderutils.c
3667                 fixed "mark all read" in MH folders (thanks to Colin).
3668
3669 2006-05-24 [paul]       2.2.0cvs50
3670
3671         * doc/man/sylpheed-claws.1
3672                 updated the man page
3673
3674 2006-05-23 [colin]      2.2.0cvs49
3675
3676         * src/folderview.c
3677         * src/imap.c
3678         * src/inc.c
3679         * src/mbox.c
3680         * src/messageview.c
3681         * src/news.c
3682         * src/send_message.c
3683         * src/summaryview.c
3684         * src/gtk/sslcertwindow.c
3685                 alertpanel fixes, by Fabien
3686
3687 2006-05-23 [colin]      2.2.0cvs48
3688
3689         * src/folder.c
3690         * src/folderview.c
3691         * src/msgcache.c
3692         * src/summaryview.c
3693         * src/gtk/gtksctree.c
3694         * src/gtk/gtksctree.h
3695                 More timings
3696                 Fix slow loading problem, which was caused by the
3697                 use of some gtk_ctree funcs and their use of
3698                 g_list_position while gtk_ctree_(un)link'ing.
3699                 Reap more functions from gtkctree.c to be sure we
3700                 use our (fast) version instead of theirs.
3701         * src/mh.c
3702                 Fix copy of unread mails
3703
3704
3705 2006-05-22 [wwp]        2.2.0cvs47
3706
3707         * manual/fr/advanced.xml
3708                 updated.
3709
3710 2006-05-22 [colin]      2.2.0cvs46
3711
3712         * src/filtering.c
3713                 Fix possible infinite loop. 'copy' is not a 
3714                 final action, so when encountering a 'copy',
3715                 we have to check if a previous one was set
3716                 and do it. In the same way, if we encounter
3717                 a 'move' we have to perform a possibly 
3718                 pending 'copy'. This will slow down filtering
3719                 on IMAP if move+copy or multiple copy actions
3720                 are to be done, but handling it via the batch
3721                 would be really too convoluted.
3722
3723 2006-05-22 [wwp]        2.2.0cvs45
3724
3725         * manual/fr/advanced.xml
3726         * manual/fr/faq.xml
3727         * manual/fr/glossary.xml
3728         * manual/fr/handling.xml
3729         * manual/fr/intro.xml
3730         * manual/fr/plugins.xml
3731         * manual/fr/sylpheed-claws-manual.xml
3732                 sync w/ the english manual: updates URIs, documented mailing-list
3733                 support, better explanation about the enabled/disabled feature
3734                 in filtering/processing rules by Paul.
3735
3736 2006-05-21 [colin]      2.2.0cvs44
3737
3738         * src/summaryview.c
3739                 Don't expand after building threads, but during
3740
3741 2006-05-21 [colin]      2.2.0cvs43
3742
3743         * src/procmsg.c
3744         * src/summaryview.c
3745                 More timing possibilities... For next time I have 
3746                 to find out how the hell some 3GHz computer takes
3747                 one minute to open a 30k folder...
3748
3749 2006-05-21 [colin]      2.2.0cvs42
3750
3751         * manual/pl/advanced.xml
3752         * manual/pl/faq.xml
3753         * manual/pl/glossary.xml
3754         * manual/pl/handling.xml
3755         * manual/pl/intro.xml
3756         * manual/pl/plugins.xml
3757         * manual/pl/sylpheed-claws-manual.xml
3758                 Polish manual updated by Pawel
3759
3760 2006-05-20 [colin]
3761
3762         * 2.3.0-rc3 released
3763
3764 2006-05-20 [colin]      2.2.0cvs41
3765
3766         * src/imap.c
3767                 Fix -rc2 problems:
3768                 - remove cache of moved messages from original folder
3769                 - apply new flags to messages even if they aren't appliable
3770                   via IMAP.
3771
3772 2006-05-20 [colin]
3773
3774         * 2.3.0-rc2 released
3775
3776 2006-05-19 [colin]      2.2.0cvs40
3777
3778         * src/imap.c
3779                 Don't issue SELECT in imap_change_flags
3780                 before having checked that we indeed have
3781                 some flags to change. MSG_POSTFILTERED for
3782                 example can't be used on IMAP.
3783                 Fixes bug #955 (copying messages between 
3784                 imap folders is extremely slow), which was
3785                 a regression.
3786
3787 2006-05-19 [colin]      2.2.0cvs39
3788
3789         * src/folder.c
3790         * src/folder.h
3791         * src/folderview.c
3792                 Try to fix bug #830 (Some unread messages 
3793                 get marked read in IMAP inbox):
3794                 - Prevent scanning a folder if it's being 
3795                   opened via the GUI
3796                 - Postpone opening via the GUI of a folder
3797                   currently scanned.
3798
3799
3800 2006-05-19 [wwp]        2.2.0cvs38
3801
3802         * manual/advanced.xml
3803                 fix English+typo (thanks to Paul).
3804
3805 2006-05-19 [wwp]        2.2.0cvs37
3806
3807         * manual/advanced.xml
3808         * manual/fr/advanced.xml
3809         * src/gtk/logwindow.c
3810         * src/prefs_common.c
3811         * src/prefs_common.h
3812                 added hidden prefs to allow customization of colors used in
3813                 protocol log window (useful for dark gtk+ themes).
3814
3815 2006-05-19 [wwp]        2.2.0cvs36
3816
3817         * ChangeLog
3818                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3819
3820 2006-05-19 [paul]       2.2.0cvs35
3821
3822         * src/textview.c
3823                 make Reply-To fully clickable
3824         * src/gtk/logwindow.c
3825                 more colouring (SMTP ESMTP)
3826         Both patches by Pawel Pekala
3827
3828 2006-05-19 [cleroy]     2.2.0cvs34
3829
3830         * src/mh.c
3831                 Don't update flags from current folder
3832                 Probably fixes bug #935 (Read Messages 
3833                 Revert to Being Marked as Unread)
3834
3835 2006-05-18 [colin]      2.2.0cvs33
3836
3837         * src/imap.c
3838                 Warning fix
3839         * src/compose.c
3840         * src/mainwindow.c
3841         * src/summaryview.c
3842         * src/toolbar.c
3843                 Allow replying to multiple emails
3844                 in multiple windows
3845         * src/mimeview.c
3846         * src/etpan/imap-thread.c
3847                 Leak fixes
3848
3849 2006-05-18 [paul]       2.2.0cvs32
3850
3851         * src/summaryview.c
3852                 keep Mailing-List menu refreshed
3853                 Thanks to Colin
3854
3855 2006-05-18 [paul]       2.2.0cvs31
3856
3857         * manual/advanced.xml
3858         * manual/faq.xml
3859         * manual/glossary.xml
3860         * manual/handling.xml
3861         * manual/intro.xml
3862         * manual/plugins.xml
3863         * manual/sylpheed-claws-manual.xml
3864                 update URLs
3865                 add info about mailing-list support
3866                 edit filtering info
3867         * src/wizard.c
3868         * src/common/defs.h
3869         * src/gtk/about.c
3870         * src/plugins/dillo_viewer/README
3871                 update URLs
3872
3873 2006-05-17 [wwp]        2.2.0cvs30
3874
3875         * manual/handling.xml
3876         * manual/fr/handling.xml
3877                 documented the ability to enabled/disable filtering/processing rules.
3878
3879 2006-05-17 [colin]      2.2.0cvs29
3880
3881         * src/main.c
3882                 Don't initialize g_thread subsystem if it's 
3883                 already done (thanks to Hiro)
3884         * src/mimeview.c
3885                 Fix saving of parts when there name can't be
3886                 converted from UTF-8.
3887
3888 2006-05-17 [paul]       2.2.0cvs28
3889
3890         * po/Makefile.in.in
3891                 fix config.status warning with autoconf 2.60
3892
3893 2006-05-17 [paul]       2.2.0cvs27
3894
3895         * po/POTFILES.in
3896                 add src/mbox.c
3897
3898 2006-05-17 [wwp]        2.2.0cvs26
3899
3900         * src/mainwindow.c
3901                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3902
3903 2006-05-17 [wwp]        2.2.0cvs25
3904
3905         * src/plugins/demo/demo.c
3906                 updated product name in plugin demo (many plugins need to be
3907                 sync'ed w/ that change).
3908
3909 2006-05-17 [colin]      2.2.0cvs24
3910
3911         * src/mh.c
3912                 Fix leak
3913
3914 2006-05-16 [colin]      2.2.0cvs23
3915
3916         * src/mainwindow.c
3917                 Stupid me hit again. Fix cvs22.
3918
3919 2006-05-16 [colin]      2.2.0cvs22
3920
3921         * src/mainwindow.c
3922                 Fix bug #922 (sylpheed-claws crashed after 
3923                 pushing on Inbox folder)
3924
3925 2006-05-16 [colin]      2.2.0cvs21
3926
3927         * src/compose.c
3928                 Make From header be copy/paste/select-able
3929
3930 2006-05-16 [wwp]        2.2.0cvs20
3931
3932         * src/export.c
3933         * src/matcher.c
3934         * src/summaryview.c
3935         * src/etpan/imap-thread.c
3936                 fix some compiler warnings (thanks to Colin).
3937
3938 2006-05-16 [wwp]        2.2.0cvs19
3939
3940         * src/action.c
3941         * src/gedit-print.c
3942         * src/inc.c
3943         * src/mainwindow.c
3944         * src/mh.c
3945         * src/statusbar.c
3946         * src/send_message.c
3947         * src/summaryview.c
3948                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3949
3950 2006-05-15 [colin]      2.2.0cvs18
3951
3952         * src/procmsg.c
3953                 Fix automatic rule creation with List-Post
3954
3955 2006-05-15 [paul]       2.2.0cvs17
3956
3957         * tools/filter_conv_new.pl
3958                 updated for rule enabling/disabling
3959                 claws version >= 2.3.x required
3960
3961 2006-05-15 [cleroy]     2.2.0cvs16
3962
3963         * src/main.c
3964                 Revert test
3965
3966 2006-05-15 [cleroy]     2.2.0cvs15
3967
3968         * src/main.c
3969                 test
3970
3971 2006-05-15 [wwp]        2.2.0cvs14
3972
3973         * manual/pl/.cvsignore
3974                 ignore generated files.
3975
3976 2006-05-14 [wwp]        2.3.0-rc1
3977
3978         * 2.3.0-rc1 released
3979
3980 2006-05-13 [wwp]        2.2.0cvs13
3981
3982         * src/filtering.c
3983         * src/filtering.h
3984         * src/matcher.c
3985         * src/matcher_parser_lex.l
3986         * src/matcher_parser_parse.y
3987         * src/prefs_filtering.c
3988                 new feature: provide the ability to disable filtering and processing
3989                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3990                 adaptations.
3991
3992 2006-05-13 [colin]      2.2.0cvs12
3993
3994         * src/compose.c
3995                 Remove useless if (a) b; else b;
3996                 Thanks to wwp
3997
3998 2006-05-13 [wwp]        2.2.0cvs11
3999
4000         * src/export.c
4001         * src/import.c
4002         * src/mainwindow.c
4003         * src/mbox.c
4004         * src/summaryview.c
4005         * src/summaryview.h
4006                 no more silent failures (or at least less ones) when importing
4007                 or exporting from/to mbox. Also start importing/exporting if
4008                 the necessary info is set.
4009
4010 2006-05-13 [wwp]        2.2.0cvs10
4011
4012         * RELEASE_NOTES
4013                 restored up-to-date release notes.
4014
4015 2006-05-13 [paul]       2.2.0cvs9
4016
4017         * po/nl.po
4018         * po/ru.po
4019                 updated by Tim Dijkstra and Pavlo Bohmat
4020
4021 2006-05-12 [colin]      2.2.0cvs8
4022
4023         * src/gtk/quicksearch.c
4024                 Add "k" as shortcut for "colorlabel". Patch
4025                 by ath42@users.sf.net.
4026
4027 2006-05-12 [paul]       2.2.0cvs7
4028
4029         * src/prefs_common.h
4030         * src/prefs_summaries.c
4031         * src/summaryview.c
4032                 when entering a folder also allow
4033                 going directly to first Marked message
4034
4035 2006-05-12 [paul]       2.2.0cvs6
4036
4037         * src/summaryview.c
4038                 always obey 'confirm before marking all
4039                 mails read' option
4040
4041 2006-05-12 [paul]       2.2.0cvs5
4042
4043         * src/textview.c
4044                 make Sender fully clickable
4045
4046 2006-05-12 [colin]      2.2.0cvs4
4047
4048         * src/compose.c
4049         * src/compose.h
4050                 Let From be editable
4051         * src/main.c
4052         * src/mh.c
4053                 Full support of .mh_sequences' Unseen seq
4054
4055 2006-05-12 [colin]      2.2.0cvs3
4056
4057         * src/folder.c
4058         * src/mainwindow.c
4059         * src/mainwindow.h
4060         * src/messageview.c
4061         * src/prefs_spelling.c
4062         * src/procheader.c
4063         * src/procmsg.c
4064         * src/procmsg.h
4065         * src/summaryview.c
4066         * src/toolbar.c
4067         * src/toolbar.h
4068                 Add contextual menu on Compose toolbar
4069                 button. Fixes bug #944 (Automatic
4070                 addresses not applied when changing account
4071                 from compose window)
4072                 add Mailing List support
4073                 based on the old 0.6.5claws25 patch by
4074                 Melvin Hadasht, with finishing touches
4075                 by Colin
4076                 Fix "ignore thread" when mails are threaded by
4077                 subject (and weren't ignored although appearing
4078                 in the thread).
4079                 GUI rework.
4080                 Both patches by Pawel.
4081
4082 2006-05-08 [paul]       2.2.0cvs2
4083
4084         * src/mainwindow.c
4085         * src/mainwindow.h
4086         * src/messageview.c
4087         * src/procheader.c
4088         * src/procmsg.c
4089         * src/procmsg.h
4090         * src/summaryview.c
4091                 add Mailing List support
4092                 based on the old 0.6.5claws25 patch by 
4093                 Melvin Hadasht, with finishing touches
4094                 by Colin
4095
4096 2006-05-08 [colin]      2.2.0cvs1
4097
4098         * src/mainwindow.c
4099         * src/toolbar.c
4100         * src/toolbar.h
4101                 Add contextual menu on Compose toolbar 
4102                 button. Fixes bug #944 (Automatic 
4103                 addresses not applied when changing account 
4104                 from compose window)
4105
4106 2006-05-08 [paul]       2.2.0
4107
4108         2.2.0 released
4109
4110 2006-05-08 [paul]       2.1.1cvs51
4111
4112         * po/cs.po
4113         * po/de.po
4114         * po/en_GB.po
4115         * po/fi.po
4116         * po/fr.po
4117         * po/pt_BR.po
4118         * po/sr.po
4119         * po/zh_CN.po
4120                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4121                 Fabien Vantard, Frederico Goncalves Guimaraes,
4122                 Aleksandar Urosevic, and Ralgh Young
4123
4124 2006-05-12 [colin]      2.1.1cvs50
4125
4126         * po/cs.po
4127         * po/de.po
4128         * po/en_GB.po
4129         * po/es.po
4130         * po/fi.po
4131         * po/fr.po
4132         * po/pt_BR.po
4133         * po/sr.po
4134         * po/zh_CN.po
4135                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4136                 Fabien Vantard, Frederico Goncalves Guimaraes,
4137                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4138
4139 2006-05-05 [colin]      2.1.1cvs49
4140
4141         * manual/Makefile.am
4142         * manual/pl/Makefile.am
4143         * manual/pl/account.xml
4144         * manual/pl/ack.xml
4145         * manual/pl/addrbook.xml
4146         * manual/pl/advanced.xml
4147         * manual/pl/faq.xml
4148         * manual/pl/glossary.xml
4149         * manual/pl/gpl.xml
4150         * manual/pl/handling.xml
4151         * manual/pl/intro.xml
4152         * manual/pl/keyboard.xml
4153         * manual/pl/plugins.xml
4154         * manual/pl/starting.xml
4155         * manual/pl/sylpheed-claws-manual.xml
4156         * manual/pl/dist/.cvsignore
4157         * manual/pl/dist/Makefile.am
4158         * manual/pl/dist/html/.cvsignore
4159         * manual/pl/dist/html/Makefile.am
4160         * manual/pl/dist/pdf/.cvsignore
4161         * manual/pl/dist/pdf/Makefile.am
4162         * manual/pl/dist/ps/.cvsignore
4163         * manual/pl/dist/ps/Makefile.am
4164         * manual/pl/dist/txt/.cvsignore
4165         * manual/pl/dist/txt/Makefile.am
4166                 Add the polish translation of the manual,
4167                 Authored by Pawel Pekala.
4168
4169 2006-05-05 [cleroy]     2.1.1cvs48
4170
4171         * src/main.c
4172                 Re-read matcherrc after loading plugins 
4173                 if some of them add folders.
4174
4175 2006-05-03 [colin]      2.1.1cvs47
4176
4177         * src/imap.c
4178                 I'm idiot
4179
4180 2006-05-03 [colin]      2.1.1cvs46
4181
4182         * src/imap.c
4183                 Be sure to have a session when
4184                 getting separator
4185
4186 2006-05-03 [colin]      2.1.1cvs45
4187
4188         * src/imap.c
4189         * src/imap.h
4190         * src/imap_gtk.c
4191                 Fix preventing renaming with namespace 
4192                 separator.
4193
4194 2006-05-01 [colin]      2.1.1cvs44
4195
4196         * src/action.c
4197                 Don't reload messageview when result of
4198                 action is piped.
4199
4200 2006-04-29 [colin]      2.1.1cvs43
4201
4202         * src/prefs_receive.c
4203         * src/plugins/spamassassin/spamassassin_gtk.c
4204         * src/plugins/clamav/clamav_plugin_gtk.c
4205                 GUI fixes by Pawel
4206
4207 2006-04-29 [colin]      2.1.1cvs42
4208
4209         * src/prefs_compose_writing.c
4210         * src/prefs_quote.c
4211                 Cleanups. Patch by Pawel
4212
4213 2006-04-28 [paul]       2.1.1cvs41
4214
4215         * src/matcher.c
4216                 fix returned quick search results when search
4217                 term contains an underscore.
4218                 Thanks to Colin
4219
4220 2006-04-28 [paul]       2.1.1cvs40
4221
4222         * src/prefs_message.c
4223         * src/prefs_receive.c
4224                 GUI cleanups
4225                 Patches by Pawel Pekala
4226
4227 2006-04-27 [colin]      2.1.1cvs39
4228
4229         * src/wizard.c
4230                 Differentiate subject Welcome from
4231                 window's title Welcome
4232
4233 2006-04-27 [paul]
4234
4235         2.2.0-rc1 released
4236
4237 2006-04-27 [paul]       2.1.1cvs38
4238
4239         * manual/advanced.xml
4240         * manual/fr/advanced.xml
4241                 add info about compose_no_markup hidden pref
4242
4243 2006-04-27 [paul]       2.1.1cvs37
4244
4245         * src/prefs_account.c
4246                 improve privacy labels
4247         * src/prefs_msg_colors.c
4248                 change some strings for translators' convenience
4249         * src/gtk/gtkutils.c
4250                 don't underline the link button text
4251
4252 2006-04-25 [colin]      2.1.1cvs36
4253
4254         * src/folder.c
4255                 Complete 2.1.1cvs33 (once more ;)
4256
4257 2006-04-25 [colin]      2.1.1cvs35
4258
4259         * src/editldap.c
4260                 Fix tooltip
4261
4262 2006-04-25 [cleroy]     2.1.1cvs34
4263
4264         * src/compose.c
4265         * src/gtk/gtkaspell.c
4266                 Fix crash on redirect (related to the return 
4267                 of the aspell menu in compose's toolbar)
4268         * src/prefs_msg_colors.c
4269                 Fix sensitivity widgets
4270         * src/image_viewer.c
4271         * src/gtk/pluginwindow.c
4272         * src/gtk/prefswindow.c
4273                 Change released signals to clicked (Fabien)
4274         * po/POTFILES.in
4275         * src/common/socket.c
4276         * src/plugins/spamassassin/spamassassin.c
4277                 Translate strings (Fabien)
4278
4279 2006-04-25 [paul]       2.1.1cvs33
4280
4281         * src/folder.c
4282         * src/folder.h
4283         * src/folderview.c
4284                 complete the fix of bug #912
4285                 Thanks to Colin
4286
4287 2006-04-25 [colin]      2.1.1cvs32
4288
4289         * src/news.c
4290                 Better progress bar
4291         * src/mimeview.c
4292         * src/summaryview.c
4293         * src/summaryview.h
4294                 Fix focus chain
4295                 Patches by Pawel Pekala
4296
4297 2006-04-24 [colin]      2.1.1cvs31
4298
4299         * src/compose.c
4300                 Fix compilation warnings (Fabien)
4301
4302 2006-04-24 [colin]      2.1.1cvs30
4303
4304         * src/addrindex.c
4305         * src/editldap.c
4306         * src/editldap_basedn.c
4307         * src/editldap_basedn.h
4308         * src/ldapctrl.c
4309         * src/ldapctrl.h
4310         * src/ldapquery.c
4311         * src/ldaputil.c
4312         * src/ldaputil.h
4313                 Fix bug #901 (LDAPS support)
4314
4315 2006-04-24 [colin]      2.1.1cvs29
4316
4317         * src/compose.c
4318                 Fix logic on error with send dialog on
4319         * src/imap.c
4320                 Fix compilation without libetpan, thanks
4321                 to Fabien
4322         * src/summaryview.c
4323                 Fix 'context-menu' key
4324
4325 2006-04-23 [colin]      2.1.1cvs28
4326
4327         * src/folder.c
4328                 Never free current's cache to free up 
4329                 memory. Fixes bug #912 (new count 
4330                 randomly set to message count)
4331
4332 2006-04-23 [colin]      2.1.1cvs27
4333
4334         * src/gtk/quicksearch.c
4335                 And remove printf...
4336
4337 2006-04-23 [colin]      2.1.1cvs26
4338
4339         * src/gtk/quicksearch.c
4340                 Fix replacing in quicksearch, and fix inserting
4341                 in the middle of the string. (introduced at 2.1.0cvs22)
4342
4343 2006-04-23 [colin]      2.1.1cvs25
4344
4345         * src/imap.c
4346                 Make sure uidnext is initialized in get_num_list
4347                 (not for stable, related to 2.1.1cvs8 and friends)
4348
4349 2006-04-23 [colin]      2.1.1cvs24
4350
4351         * src/imap.c
4352                 Output something when login is successful
4353                 too
4354
4355 2006-04-23 [colin]      2.1.1cvs23
4356
4357         * src/etpan/imap-thread.c
4358                 Better logging (line-per-line, hide data in fetch)
4359                 Fix a const warning
4360         * src/gtk/logwindow.c
4361         * src/gtk/logwindow.h
4362                 Better logging (color for input/output)
4363
4364 2006-04-21 [colin]      2.1.1cvs22
4365
4366         * src/gtk/quicksearch.c
4367                 On gtk+-2.8, use stock buttons in quicksearch
4368                 Based on a patch by Fabien and a design by Paul
4369
4370 2006-04-21 [colin]      2.1.1cvs21
4371
4372         * src/folderview.c
4373         * src/mainwindow.c
4374                 Fix occasional flicker in folderview
4375         * src/common/utils.c
4376                 Fix bug #943 (Incorrectly parsed email address 
4377                 list in short headers on message view and in 
4378                 printouts)
4379
4380 2006-04-20 [colin]      2.1.1cvs20
4381
4382         * src/imap.c
4383         * src/imap.h
4384         * src/prefs_account.c
4385                 Add ANONYMOUS auth for IMAP
4386
4387 2006-04-20 [paul]       2.1.1cvs19
4388
4389         * src/main.c
4390                 proper fix for 2.1.1cvs18
4391                 Thanks to Colin
4392
4393 2006-04-20 [paul]       2.1.1cvs18
4394
4395         * src/main.c
4396                 fix build warnings
4397
4398 2006-04-20 [paul]       2.1.1cvs17
4399
4400         * src/gtk/quicksearch.c
4401                 fix standard, non-extended Quick search,
4402                 was broken in 2.1.1cvs15.
4403                 Thanks to Colin.
4404
4405 2006-04-20 [colin]      2.1.1cvs16
4406
4407         * src/prefs_matcher.c
4408                 Fix values when reselecting a ~test
4409                 rule
4410
4411 2006-04-19 [colin]      2.1.1cvs15
4412
4413         * src/compose.c
4414         * src/compose.h
4415         * src/gtk/gtkaspell.c
4416         * src/gtk/gtkaspell.h
4417                 Put back Options menu in Spelling/
4418         * src/gtk/quicksearch.c
4419                 Don't search, and show error, if the
4420                 advanced search has a syntax error
4421
4422 2006-04-18 [colin]      2.1.1cvs14
4423
4424         * src/textview.c
4425                 Fix gdk warnings on set_cursor when textview
4426                 isn't visible
4427
4428 2006-04-18 [colin]      2.1.1cvs13
4429
4430         * src/gtk/gtksctree.c
4431                 Remove seemingly useless refresh that causes
4432                 flicker - watch this commit in case of 
4433                 problems before planned backport to stable
4434
4435 2006-04-18 [colin]      2.1.1cvs12
4436
4437         * src/imap.c
4438                 Factorize get/set_xml code
4439         * src/compose.c
4440         * src/prefs_account.c
4441         * src/prefs_account.h
4442         * src/procmsg.c
4443                 Add Encrypt to self option
4444
4445 2006-04-17 [colin]      2.1.1cvs11
4446
4447         * configure.ac
4448                 Fix search on encrpyt function on dragonfly
4449                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4450
4451 2006-04-17 [colin]      2.1.1cvs10
4452
4453         * src/prefs_account.c
4454                 Be safe by default: remove mails from POP3
4455                 after 7 days, not immediately
4456
4457 2006-04-17 [colin]      2.1.1cvs9
4458
4459         * src/etpan/imap-thread.c
4460                 Fix build on DragonFly - patch by 
4461                 Jonathan Buschmann <jonthn@agmact.com>
4462
4463 2006-04-17 [colin]      2.1.1cvs8
4464
4465         * src/imap.c
4466                 Save uidnext between sessions
4467
4468 2006-04-17 [colin]      2.1.1cvs7
4469
4470         * src/imap.c
4471                 scan is required when uid validity changes
4472
4473 2006-04-17 [colin]      2.1.1cvs6
4474
4475         * src/folderview.c
4476                 Don't scan if not necessary, apart in current
4477                 folder and INBOX to fetch flags.
4478         * src/imap.c
4479                 Scan is necessary if unread count changes
4480
4481 2006-04-17 [colin]      2.1.1cvs5
4482
4483         * src/imap.c
4484                 ...But always fetch ANSWERED and DELETED flags for
4485                 INBOX, as filtering can happen on these flags.
4486
4487 2006-04-17 [colin]      2.1.1cvs4
4488
4489         * src/imap.c
4490                 Don't fetch REPLIED and DELETED flags when synchronising
4491                 flags with a closed folder. We only need UNSEEN and FLAGGED
4492                 to update the folderview.
4493
4494 2006-04-17 [colin]      2.1.1cvs3
4495
4496         * src/imap.c
4497                 Faster flag search when there are new mails 
4498                 in a folder. We can do a full search if the 
4499                 folder contains less messages than the new
4500                 list.
4501
4502 2006-04-17 [colin]      2.1.1cvs2
4503
4504         * po/cs.po
4505         * po/de.po
4506         * po/fr.po
4507         * po/nl.po
4508         * po/pt_BR.po
4509                 Update translations from stable branch
4510
4511 2006-04-17 [colin]      2.1.1cvs1
4512
4513         * configure.ac
4514                 Bump version to follow stable release
4515
4516 2006-04-16 [mones]      2.1.0cvs50
4517
4518         * po/es.po
4519                 Updated for release
4520
4521 2006-04-16 [colin]      2.1.0cvs49
4522
4523         * src/textview.c
4524                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4525                 with gtk < 2.8. Thanks to Fabien Vantard.
4526
4527 2006-04-15 [colin]      2.1.0cvs48
4528
4529         * src/etpan/imap-thread.c
4530                 Fix bug #919 (libetpan: SEGV when connecting 
4531                 using command)
4532
4533 2006-04-14 [colin]      2.1.0cvs47
4534
4535         * src/main.c
4536                 Fix race on --select (should be done better)
4537
4538 2006-04-14 [wwp]        2.1.0cvs46
4539
4540         * src/send_message.c
4541                 enforce a check for domain in account prefs (a sending
4542                 error could be faced if domain was checked but no value set),
4543                 thanks to Colin.
4544
4545 2006-04-14 [colin]      2.1.0cvs45
4546
4547         * src/codeconv.c
4548                 when converting from unknown to unknown, if the
4549                 string is UTF8, don't convert it to the locale
4550                 (which breaks it)
4551
4552 2006-04-14 [colin]      2.1.0cvs44
4553
4554         * src/compose.c
4555                 Don't try to use ASCII for converting headers
4556                 (as done in body)
4557
4558 2006-04-14 [paul]       2.1.0cvs43
4559
4560         * src/crash.c
4561                 add locale/charset info to crash report
4562         * src/gtk/about.c
4563                 add wwp to doc team
4564                 replace 'e-mail' with preferred 'email'
4565         * src/gtk/authors.h
4566                 ensure contributors list is in alphabetical
4567                 order
4568
4569 2006-04-13 [colin]      2.1.0cvs42
4570
4571         * src/textview.c
4572                 Prevent gdk warnings
4573
4574 2006-04-13 [colin]      2.1.0cvs41
4575
4576         * src/common/ssl_certificate.c
4577         * src/common/ssl_certificate.h
4578         * src/gtk/sslcertwindow.c
4579                 Warn on expired certs, and display the expiration date
4580
4581 2006-04-13 [colin]      2.1.0cvs40
4582
4583         * src/plugins/spamassassin/spamassassin_gtk.c
4584                 Fix missing set_text on unix socket
4585
4586 2006-04-13 [wwp]        2.1.0cvs39
4587
4588         * manual/fr/advanced.xml
4589         * manual/fr/glossary.xml
4590                 applied new spam/ham/email lexicon (pourriel, courriel)
4591
4592 2006-04-13 [paul]       2.1.0cvs38
4593
4594         * src/plugins/pgpmime/plugin.c
4595                 remove the mention of S/MIME from the
4596                 description. This is now handled by the
4597                 S/MIME plugin.
4598
4599 2006-04-13 [paul]       2.1.0cvs37
4600
4601         * src/prefs_msg_colors.c
4602                 rework dialog
4603         * src/prefs_folder_item.c
4604         * src/prefs_spelling.c
4605                 add a tooltip to the colour selector buttons
4606
4607 2006-04-13 [wwp]        2.1.0cvs36
4608
4609         * manual/advanced.xml
4610         * manual/glossary.xml
4611         * manual/handling.xml
4612         * manual/keyboard.xml
4613         * manual/plugins.xml
4614         * manual/starting.xml
4615         * manual/fr/account.xml
4616         * manual/fr/ack.xml
4617         * manual/fr/addrbook.xml
4618         * manual/fr/advanced.xml
4619         * manual/fr/faq.xml
4620         * manual/fr/glossary.xml
4621         * manual/fr/gpl.xml
4622         * manual/fr/handling.xml
4623         * manual/fr/intro.xml
4624         * manual/fr/keyboard.xml
4625         * manual/fr/plugins.xml
4626         * manual/fr/starting.xml
4627         * manual/fr/sylpheed-claws-manual.xml
4628                 fixes to the manuals:
4629                  - summaryview -> Message List (same in French)
4630                  - translate key names
4631                  - fix French punctuation, use non-breakable spaces when
4632                    necessary, don't use &thinsp; which is not portable
4633                  - tell what maildir and mbox formats we support
4634
4635 2006-04-12 [wwp]        2.1.0cvs35
4636
4637         * src/prefs_toolbar.c
4638                 unified a replace button more,
4639                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4640
4641 2006-04-12 [wwp]        2.1.0cvs34
4642
4643         * src/prefs_common.c
4644         * src/prefs_msg_colors.c
4645                 make default color labels translatable,
4646                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4647                 thanks to Tim <timbrain@post.cz> for reporting.
4648
4649 2006-04-12 [wwp]        2.1.0cvs33
4650
4651         * manual/glossary.xml
4652         * manual/intro.xml
4653         * manual/plugins.xml
4654         * manual/starting.xml
4655         * manual/sylpheed-claws-manual.xml
4656         * manual/fr/.cvsignore
4657         * manual/fr/account.xml
4658         * manual/fr/ack.xml
4659         * manual/fr/addrbook.xml
4660         * manual/fr/advanced.xml
4661         * manual/fr/faq.xml
4662         * manual/fr/glossary.xml
4663         * manual/fr/handling.xml
4664         * manual/fr/intro.xml
4665         * manual/fr/keyboard.xml
4666         * manual/fr/plugins.xml
4667         * manual/fr/starting.xml
4668         * manual/fr/sylpheed-claws-manual.xml
4669                 various fixes: typos, missing .fr translations, punctuation,
4670                 capitalization, links, accents and some bad French more.
4671
4672 2006-04-12 [wwp]        2.1.0cvs32
4673
4674         * src/prefs_gtk.c
4675                 fix for bug #935: always store prefs files in UTF-8 (thanks
4676                 to Colin).
4677
4678 2006-04-11 [colin]      2.1.0cvs31
4679
4680         * src/compose.c
4681                 Fix inserting files not in utf8 when locale is utf8
4682
4683 2006-04-11 [colin]      2.1.0cvs30
4684
4685         * src/inc.c
4686                 Don't show error dialog when cancelling connection
4687                 Patch by Pawel
4688
4689 2006-04-11 [cleroy]     2.1.0cvs29
4690
4691         * src/compose.c
4692                 Implement multiple quote levels
4693         * src/prefs_common.c
4694                 Change a little bit the quote bgcolor for 2nd level
4695
4696 2006-04-11 [colin]      2.1.0cvs28
4697
4698         * src/gtk/about.c
4699                 Add locale and charset in the label
4700
4701 2006-04-10 [colin]      2.1.0cvs27
4702
4703         * src/compose.c
4704         * src/prefs_common.c
4705         * src/prefs_common.h
4706         * src/prefs_msg_colors.c
4707         * src/textview.c
4708                 Allow optional background color in quotes
4709                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4710                 GTK+-2.8.x feature
4711
4712 2006-04-10 [colin]      2.1.0cvs26
4713
4714         * src/main.c
4715         * src/mainwindow.c
4716         * src/mainwindow.h
4717                 Implement --select
4718
4719 2006-04-10 [colin]      2.1.0cvs25
4720
4721         * manual/plugins.xml
4722         * manual/fr/plugins.xml
4723                 Document libcurl's proxy variables
4724
4725 2006-04-09 [colin]      2.1.0cvs24
4726
4727         * src/prefs_common.c
4728                 gettext() returns statically allocated stuff. We have
4729                 to strdup it in order to be able to free it.
4730
4731 2006-04-09 [colin]      2.1.0cvs23
4732
4733         * AUTHORS
4734         * src/gtk/authors.h
4735                 Add Alexei
4736
4737 2006-04-09 [colin]      2.1.0cvs22
4738
4739         * src/mainwindow.c
4740         * src/gtk/quicksearch.c
4741                 Fix bug #859 (problems with cyrilic input in 
4742                 search panel) - Patch by Alexey Illarionov 
4743                 <littlesavage@rambler.ru>
4744
4745 2006-04-09 [colin]      2.1.0cvs21
4746
4747         * src/prefs_customheader.c
4748                 I prefer removing then freeing rather than the contrary
4749                 (even if it doesn't change anything ;-)
4750         * src/prefs_account.c
4751                 Fix bug #933 (Crash re-entering the custom headers list 
4752                 dialog in accounts prefs)
4753                 The problem happened when cancelling the Account 
4754                 Preferences' dialogs - in which case we didn't do 
4755                 anything to the PrefsAccount * struct. In case of applying,
4756                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4757                 working with in this dialog. The problem is that 
4758                 prefs_customheader.c, working on this tmp_ac_prefs, always
4759                 changes the ->customhdr_list pointer, even when cancelled. 
4760                 So in case of cancelling the prefs_account dialog, we still
4761                 have to update ->customhdr_list in the real account.
4762
4763 2006-04-08 [colin]      2.1.0cvs20
4764
4765         * manual/fr/glossary.xml
4766         * manual/fr/keyboard.xml
4767                 Forgot some headers :)
4768
4769 2006-04-08 [colin]      2.1.0cvs19
4770
4771         * manual/Makefile.am
4772         * manual/fr/Makefile.am
4773         * manual/fr/account.xml
4774         * manual/fr/ack.xml
4775         * manual/fr/addrbook.xml
4776         * manual/fr/advanced.xml
4777         * manual/fr/faq.xml
4778         * manual/fr/glossary.xml
4779         * manual/fr/gpl.xml
4780         * manual/fr/handling.xml
4781         * manual/fr/intro.xml
4782         * manual/fr/keyboard.xml
4783         * manual/fr/plugins.xml
4784         * manual/fr/starting.xml
4785         * manual/fr/sylpheed-claws-manual.xml
4786         * manual/fr/dist/.cvsignore
4787         * manual/fr/dist/Makefile.am
4788         * manual/fr/dist/html/.cvsignore
4789         * manual/fr/dist/html/Makefile.am
4790         * manual/fr/dist/pdf/.cvsignore
4791         * manual/fr/dist/pdf/Makefile.am
4792         * manual/fr/dist/ps/.cvsignore
4793         * manual/fr/dist/ps/Makefile.am
4794         * manual/fr/dist/txt/.cvsignore
4795         * manual/fr/dist/txt/Makefile.am
4796                 Add the french translation of the manual. Thanks to
4797                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4798                 account.xml, ack.xml, addrbook.xml and advanced.xml
4799
4800 2006-04-08 [colin]      2.1.0cvs18
4801
4802         * manual/plugins.xml
4803         * manual/starting.xml
4804                 More fixes
4805
4806 2006-04-07 [colin]      2.1.0cvs17
4807
4808         * manual/faq.xml
4809         * manual/intro.xml
4810         * manual/keyboard.xml
4811                 Little fixes
4812
4813 2006-04-07 [colin]      2.1.0cvs16
4814
4815         * README
4816         * src/compose.c
4817         * src/prefs_common.c
4818         * src/prefs_common.h
4819                 Add hidden compose_no_markup pref
4820
4821 2006-04-07 [wwp]        2.1.0cvs15
4822
4823         * src/summary_search.c
4824         * .cvsignore
4825                 Bugfix: stop button was sticky when searching in an empty folder.
4826                 Applied curly brackets code style to the whole file (summary_search.c).
4827                 More files to ignore.
4828
4829 2006-04-07 [wwp]        2.1.0cvs14
4830
4831         * src/message_search.c
4832         * src/summary_search.c
4833                 changed default button when search bumps at file/folder
4834                 beginning or end, for convenience (thanks to Colin).
4835
4836 2006-04-07 [paul]       2.1.0cvs13
4837
4838         * src/plugins/dillo_viewer/dillo_prefs.c
4839                 avoid future potential for namespace collision
4840                 Patch by Colin
4841
4842 2006-04-06 [wwp]        2.1.0cvs12
4843
4844         * src/summary_search.c
4845                 Unify extended/advanced searches names (and thus factorize labels),
4846                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4847
4848 2006-04-06 [wwp]        2.1.0cvs11
4849
4850         * src/folderview.c
4851         * src/prefs_themes.c
4852         * src/summaryview.c
4853                 Fixed some compilation warnings.
4854
4855 2006-04-06 [colin]      2.1.0cvs10
4856
4857         * manual/advanced.xml
4858                 Document the wizard template and how to deploy
4859                 Sylpheed-Claws effectively
4860
4861 2006-04-06 [colin]      2.1.0cvs9
4862
4863         * src/folderview.c
4864                 gettext patch to tell translators about _("#"),
4865                 by Maxim Britov
4866
4867 2006-04-06 [colin]      2.1.0cvs8
4868
4869         * src/textview.c
4870                 Fix invalid GtkTextBIter after clicking "Display as text"
4871
4872 2006-04-06 [mones]      2.1.0cvs7
4873
4874         * src/addr_compl.c
4875         * src/addrindex.c
4876         * src/addritem.c
4877         * src/codeconv.c
4878         * src/compose.c
4879         * src/filtering.c
4880         * src/folder.c
4881         * src/folder_item_prefs.c
4882         * src/folderview.c
4883         * src/localfolder.c
4884         * src/matcher.c
4885         * src/mimeview.c
4886         * src/prefs_msg_colors.c
4887         * src/prefs_spelling.c
4888         * src/prefs_themes.c
4889         * src/procmime.c
4890         * src/procmsg.c
4891         * src/stock_pixmap.c
4892         * src/summaryview.c
4893         * src/textview.c
4894         * src/toolbar.c
4895         * src/common/mgutils.c
4896         * src/common/prefs.c
4897         * src/common/ssl_certificate.c
4898         * src/gtk/colorlabel.c
4899         * src/gtk/quicksearch.c
4900         * src/plugins/pgpmime/pgpmime.c
4901         * src/plugins/spamassassin/spamassassin.c
4902                 Removed redundant NULL checks for g_free() calls.
4903                 Patch by Pawel Pekala.
4904
4905 2006-04-06 [mones]      2.1.0cvs6
4906
4907         * src/prefs_actions.c
4908         * src/prefs_filtering.c
4909         * src/prefs_filtering_action.c
4910         * src/prefs_matcher.c
4911         * src/prefs_template.c
4912         * src/gtk/gtkutils.c
4913         * src/gtk/gtkutils.h
4914                 Have a nice replace button. Patch by Pawel Pekala
4915
4916 2006-04-06 [colin]      2.1.0cvs5
4917
4918         * src/addressbook.c
4919                 Fix crash with empty columns
4920
4921 2006-04-05 [colin]      2.1.0cvs4
4922
4923         * src/wizard.c
4924         * src/prefs_gtk.c
4925                 Allow wizard customization with pre-filled values
4926
4927 2006-04-05 [colin]      2.1.0cvs3
4928
4929         * src/textview.c
4930         * src/mimeview.c
4931         * src/mimeview.h
4932                 Nicer messages in mimeview
4933
4934 2006-04-05 [colin]      2.1.0cvs2
4935
4936         * src/addressbook.c
4937         * src/prefs_summaries.c
4938                 i18n fix
4939
4940 2006-04-05 [colin]      2.1.0cvs1
4941
4942         * src/plugins/pgpcore/plugin.c
4943         * src/plugins/pgpcore/select-keys.c
4944         * src/plugins/pgpcore/select-keys.h
4945         * src/plugins/pgpcore/sgpgme.c
4946         * src/plugins/pgpcore/sgpgme.h
4947         * src/plugins/pgpinline/pgpinline.c
4948         * src/plugins/pgpinline/plugin.c
4949         * src/plugins/pgpmime/pgpmime.c
4950         * src/plugins/pgpmime/plugin.c
4951                 Factorize and generalize a bit 
4952                 Drop S/MIME signature verification from PGP/MIME
4953                 (adding it as another, more complete plugin)
4954
4955 2006-04-05 [paul]       2.1.0
4956
4957         2.1.0 released
4958
4959 2006-04-05 [paul]       2.0.0cvs186
4960
4961         * manual/advanced.xml
4962                 add info on colour labels
4963
4964 2006-04-05 [paul]       2.0.0cvs185
4965
4966         * po/bg.po
4967         * po/cs.po
4968         * po/de.po
4969         * po/el.po
4970         * po/en_GB.po
4971         * po/fi.po
4972         * po/fr.po
4973         * po/it.po
4974         * po/nl.po
4975         * po/pl.po
4976         * po/pt_BR.po
4977         * po/sr.po
4978         * po/zh_CN.po
4979                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4980                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4981                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4982                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4983         * src/gtk/authors.h
4984         * tools/claws.i18n.status.pl
4985                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4986                 and new Czech translator, Tim <timbrain@post.cz>
4987
4988 2006-04-05 [mones]      2.0.0cvs184
4989
4990         * po/es.po
4991                 Updated translation
4992
4993 2006-04-05 [colin]      2.0.0cvs183
4994
4995         * src/gtk/quicksearch.c
4996                 Fix bug #929 (unnecessary reload in quick search bar)
4997
4998 2006-04-05 [colin]      2.0.0cvs182
4999
5000         * src/compose.c
5001                 Fix crash on Reply with no From:
5002                 Show signature and conversion error on queuing 
5003                 (but not sending)
5004         * src/mainwindow.c
5005         * src/summaryview.c
5006         * src/summaryview.h
5007                 Factorize threading code and make sure msginfo 
5008                 is not null when it comes from a GtkCTreeRow's 
5009                 data
5010         * src/gtk/gtkaspell.c
5011                 Check for necessary things
5012         * src/gtk/gtksctree.c
5013         * src/gtk/gtksctree.h
5014                 Reset anchor if necessary when removing node
5015
5016 2006-03-29 [colin]      2.0.0cvs181
5017
5018         * src/folderview.c
5019                 Warn for disabled IMAP accounts (due to lack of
5020                 libetpan). Breaks string-freeze - sorry - but it
5021                 is kind of important ;)
5022
5023 2006-03-28 [colin]      2.0.0cvs180
5024
5025         * src/gtk/gtkutils.c
5026         * src/gtk/gtkutils.h
5027                 Add a gtkut_get_link_btn() function that
5028                 creates a button which acts like an URI
5029         * src/prefs_themes.c
5030         * src/gtk/about.c
5031                 Use this function (factorizes codes)
5032         * src/common/defs.h
5033         * src/gtk/pluginwindow.c
5034                 Add a "Get more..." in the plugins window
5035
5036 2006-03-28 [colin]      2.0.0cvs179
5037
5038         * src/common/smtp.c
5039         * src/common/passcrypt.c
5040         * src/undo.c
5041                 Warning fixes. Patch by Pawel Pekala
5042
5043 2006-03-27 [colin]      2.0.0cvs178
5044
5045         * src/undo.c
5046                 Fix undoing by blocks with spaces
5047
5048 2006-03-27 [colin]      2.0.0cvs177
5049
5050         * src/textview.c
5051                 Set margin to 3px for headers
5052
5053 2006-03-27 [paul]
5054
5055         2.1.0-rc2 released
5056
5057 2006-03-27 [wwp]        2.0.0cvs176
5058
5059         * src/summaryview.c
5060                 don't reset quicksearch when updating the message list.
5061                 Thanks to Colin.
5062
5063 2006-03-26 [wwp]        2.0.0cvs175
5064
5065         * src/compose.c
5066                 use a unified border width ('other' tab in the compose window,
5067                 patch by Pawel Pekala).
5068
5069
5070 2006-03-26 [wwp]        2.0.0cvs174
5071
5072         * src/common/quoted-printable.c
5073         * src/addressbook.c
5074                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5075
5076 2006-03-26 [colin]      2.0.0cvs173
5077
5078         * src/quote_fmt_parse.y
5079                 Fix non-UTF8 date formats messing up the whole quote a 
5080                 little bit
5081
5082 2006-03-26 [colin]      2.0.0cvs172
5083
5084         * src/procheader.c
5085                 Make sure the date is UTF8 valid, or try to make it
5086                 so. IncrediMail is really IncrediStupid.
5087         * src/compose.c
5088                 Fix possible conversions. 
5089                 
5090
5091 2006-03-26 [colin]      2.0.0cvs171
5092
5093         * src/matcher.c
5094                 Fix corner cases in body search. This is still a
5095                 hack... It seems impossible to make it good and 
5096                 reasonably fast at the same time.
5097
5098 2006-03-26 [colin]      2.0.0cvs170
5099
5100         * src/summaryview.c
5101                 I think I killed the twilight zone bug!
5102                 summary_select_node() flushes GTK events in order
5103                 to be able to center the view. But this also 
5104                 flushes keypresses like Ctrl-Alt-U, so this can
5105                 call summary_show from summary_select_node (itself
5106                 called from summary_show, etc.). And the summaryview
5107                 has to be unlocked in this function. So just locking
5108                 while processing GTK events, and bailing if locked, 
5109                 should fix it.
5110                 Fixes bug #927 (SIGSEGV during Update Summary)
5111
5112 2006-03-25 [colin]      2.0.0cvs169
5113
5114         * src/matcher.c
5115                 Fix search in QP-encoded bodies
5116                 Fix utf-8 searches in bodies encoded in the
5117                 locale's encoding
5118         * src/common/quoted-printable.c
5119         * src/common/quoted-printable.h
5120                 Add a decode function that doesn't overwrite
5121                 the original pointer
5122                 
5123
5124 2006-03-24 [colin]      2.0.0cvs168
5125
5126         * src/action.c
5127         * src/summaryview.c
5128         * src/summaryview.h
5129                 Update message cache after action
5130                 Patch by H. Merijn Brand
5131         * src/prefs_msg_colors.c
5132                 Factorize label 
5133                 Patch by Fabien Vantard
5134         * src/plugins/spamassassin/spamassassin_gtk.c
5135                 Remove useless translation
5136                 Patch by Fabien Vantard
5137
5138 2006-03-23 [colin]      2.0.0cvs167
5139
5140         * src/common/ssl.c
5141                 Let 30 seconds to SSL_connect
5142
5143 2006-03-23 [wwp]        2.0.0cvs166
5144
5145         * src/summaryview.c
5146         * src/gtk/description_window.c
5147                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5148                 and headers are translated; adjust description windows' width to fit their
5149                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5150
5151 2006-03-23 [paul]       2.0.0cvs165
5152
5153         * src/common/utils.c
5154                 fix highlighting of URIs containing "()"
5155                 (2.0.0cvs164's reversal fixed)
5156                 Thanks to Colin.
5157
5158 2006-03-23 [paul]       2.0.0cvs164
5159
5160         * src/common/utils.c
5161                 revert patch, (postponing a fix), at 2.0.0cvs120
5162                 as it breaks more URIs than it fixes.
5163                 Allow '-' to be a terminating character in a URI
5164
5165 2006-03-22 [colin]      2.0.0cvs163
5166
5167         * configure.ac
5168                 Require libetpan 0.45
5169                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5170
5171 2006-03-22 [paul]       2.0.0cvs162
5172
5173         * src/editgroup.c
5174                 replace '<-' and '->' buttons with GTK_STOCK graphical
5175                 buttons
5176         * src/summary_search.c
5177                 don't offer '...' for translation
5178                 add a tooltip to advanced search '...' button
5179         * src/gtk/quicksearch.c
5180                 don't offer '...' for translation
5181
5182 2006-03-21 [colin]      2.0.0cvs161
5183
5184         * src/compose.c
5185                 Fix middle-click pasting (insert at click
5186                 position instead of cursor position, don't
5187                 remove existing selection and allow pasting
5188                 our own selection)
5189         * src/addressbook.c
5190                 "LDAP Server" -> "LDAP servers"
5191
5192 2006-03-21 [wwp]        2.0.0cvs160
5193
5194         * src/etpan/imap-thread.c
5195                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5196
5197 2006-03-20 [colin]      2.0.0cvs159
5198
5199         * src/summaryview.c
5200                 Don't reload summaryview after an execute with no
5201                 move action
5202
5203 2006-03-19 [colin]      2.0.0cvs158
5204
5205         * src/addressbook.c
5206                 and put groups at the top, always
5207
5208 2006-03-19 [colin]      2.0.0cvs157
5209
5210         * src/addressbook.c
5211                 Order groups before names, as previously
5212
5213 2006-03-19 [colin]      2.0.0cvs156
5214
5215         * src/addressbook.c
5216                 - Sort case-unsensitive
5217                 - Put the sort arrow at opening too
5218
5219 2006-03-19 [wwp]        2.0.0cvs155
5220
5221         * src/addressbook.c
5222                 allow sorting by name/email/remarks, ensure that right-pane's contents
5223                 matches the left-pane selection (cleared when appropriate).
5224                 Patch by Pawel Pekala <c0rn@o2.pl>.
5225
5226 2006-03-18 [colin]      2.0.0cvs154
5227
5228         * src/textview.c
5229                 Fix text cursor ;)
5230
5231 2006-03-18 [colin]      2.0.0cvs153
5232
5233         * src/gtk/filesel.c
5234                 Make sure we hide the preview if we didn't get
5235                 a filename
5236
5237 2006-03-18 [colin]      2.0.0cvs152
5238
5239         * src/summaryview.c
5240                 Set cursor to watch for execution (fixes lack
5241                 of watch-cursor when dnd'ing hundreds of mails)
5242         * src/gtk/filesel.c
5243                 Check that mime type is 'image/*' before updating
5244                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5245
5246 2006-03-18 [colin]      2.0.0cvs151
5247
5248         * src/mainwindow.c
5249         * src/textview.c
5250         * src/textview.h
5251                 Put a watch cursor in textview too when the mainwindow's
5252                 cursor in a watch
5253
5254 2006-03-18 [colin]      2.0.0cvs150
5255
5256         * src/folder.c
5257                 Change wrong asserts to simple tests
5258
5259 2006-03-17 [colin]      2.0.0cvs149
5260
5261         * src/mainwindow.c
5262         * src/mainwindow.h
5263         * src/prefs_msg_colors.c
5264         * src/summaryview.c
5265         * src/summaryview.h
5266         * src/gtk/colorlabel.c
5267         * src/gtk/colorlabel.h
5268                 Add a color label menu in the main menubar
5269                 Add (fixed) accels Ctrl-{0-7} to change the color
5270                 They have to be fixed because the menu's dynamic,
5271                 the items are complex widgets, hence we can't use
5272                 a GtkItemFactory.
5273
5274
5275 2006-03-17 [wwp]        2.0.0cvs148
5276
5277         * src/compose.c
5278                 rollback few lines from my previous commit (those lines come from
5279                 a pending patch, accidentally commited, even if neutral as they are
5280                 commented out).
5281
5282 2006-03-17 [wwp]        2.0.0cvs147
5283
5284         * src/compose.c
5285                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5286                 applied code style/indentation to the modified function.
5287
5288 2006-03-17 [wwp]        2.0.0cvs146
5289
5290         * src/procmsg.c
5291         * src/compose.c
5292                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5293
5294 2006-03-17 [paul]
5295
5296         2.1.0-rc1 released
5297
5298 2006-03-17 [paul]       2.0.0cvs145
5299
5300         * src/main.c
5301                 addressbook_read_file() was called twice
5302         * src/textview.c
5303                 X-Mailer highlighting
5304
5305 2006-03-16 [colin]      2.0.0cvs144
5306
5307         * src/sourcewindow.c
5308         * src/sourcewindow.h
5309                 And the last one, in source window.
5310
5311 2006-03-16 [colin]      2.0.0cvs143
5312
5313         * src/compose.c
5314         * src/compose.h
5315                 Fix the same stuff in compose
5316
5317 2006-03-16 [colin]      2.0.0cvs142
5318
5319         * src/messageview.c
5320                 Complete the previous messageview crash fix
5321
5322 2006-03-16 [colin]      2.0.0cvs141
5323
5324         * src/procmsg.h
5325         * src/procmsg.c
5326         * src/folder.c
5327                 Fix POSTPROCESSING hook
5328                 Patch by H. Merijn Brand
5329
5330         * src/procmime.c
5331         * src/procmime.h
5332                 Parse Content-Location
5333
5334         * src/toolbar.c
5335         * src/messageview.c
5336         * src/messageview.h
5337                 Don't crash when a top-level MessageView has
5338                 been closed on us. Same problematic than
5339                 yesterday's quicksearch issue.
5340
5341 2006-03-15 [colin]      2.0.0cvs140
5342
5343         * src/gtk/quicksearch.c
5344                 Fix a bitchy race we didn't think about when we
5345                 added quicksearch cancellation:
5346                 If the search is not on cached fields, for example
5347                 body_part matchcase "stuff"
5348                 the matcher code has to get the whole message. If
5349                 we're on IMAP, that can be slow, and in order to
5350                 be non-blocking, the IMAP code idle loop processes
5351                 gtk events too. So it is possible to cancel a
5352                 quicksearch while the matcher is getting the mail's
5353                 body. After matcher got its body, it will start to
5354                 iterate over the matcher list that the Quicksearch's
5355                 clear_search_cb() just freed via prepare_matcher().
5356                 SIGSEGV ensues.
5357                 The fix consists of guarding the matcherlist_match()
5358                 call with a boolean 'matching'. If we reset the
5359                 quicksearch while matching is TRUE, we don't free
5360                 the matcherlist anymore like we did, but we set
5361                 another new flag, deferred_free, to TRUE. Then,
5362                 in quicksearch_match(), just after returning from
5363                 matcherlist_match() and unsetting the matching flag,
5364                 we check the deferred_free flag and do the
5365                 prepare_matcher() (which does the matcherlist_free)
5366                 for real, so we free the matcherlist once it's not
5367                 used anymore.
5368                 As all of this runs via the glib main loop, we
5369                 luckily don't need a mutex.
5370         * src/summaryview.c
5371                 Also, show progress while searching.
5372
5373
5374 2006-03-14 [colin]      2.0.0cvs139
5375
5376         * src/alertpanel.c
5377                 Make alertpanel_is_open non-static
5378
5379 2006-03-14 [colin]      2.0.0cvs138
5380
5381         * src/prefs_spelling.c
5382                 Cleanups - Fabien Vantard
5383
5384 2006-03-14 [wwp]        2.0.0cvs137
5385
5386         * src/main.c
5387                 code style normalization (curly braces, indentation).
5388
5389 2006-03-14 [wwp]        2.0.0cvs137
5390
5391         * src/main.c
5392                 code style (braces, indentation)
5393
5394 2006-03-12 [paul]       2.0.0cvs136
5395
5396         * src/prefs_common.c
5397                 trans_hdr defaults to FALSE to be RFC-savvy
5398         * src/prefs_summaries.c
5399                 add a tooltip to the trans_hdr option
5400                 
5401
5402 2006-03-12 [paul]       2.0.0cvs135
5403
5404         * src/prefs_matcher.c
5405                 give a little more width to the combos
5406         * src/prefs_display_header.c
5407         * src/textview.c
5408                 translate headers if prefs_common.trans_hdr
5409                 is TRUE
5410
5411         Patches by Pawel Pekala
5412
5413 2006-03-12 [paul]       2.0.0cvs134
5414
5415         * src/plugins/clamav/clamav_plugin.c
5416         * src/plugins/dillo_viewer/dillo_viewer.c
5417         * src/plugins/pgpcore/plugin.c
5418         * src/plugins/pgpinline/plugin.c
5419         * src/plugins/pgpmime/plugin.c
5420         * src/plugins/spamassassin/spamassassin.c
5421                 update/add to descriptions
5422         * src/plugins/spamassassin/spamassassin_gtk.c
5423                 fixes to the english, remove superfluous
5424                 tooltips, clean up a little
5425
5426 2006-03-12 [paul]       2.0.0cvs133
5427
5428         * src/compose.c
5429                 fix Bug 924, 'Account combo box shows up wrong 
5430                 if & is in account name'
5431
5432 2006-03-11 [colin]      2.0.0cvs132
5433
5434         * src/summaryview.c
5435                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5436                 messed up shift-selection because is slows down
5437                 moving around summaryview. thanks -users
5438
5439 2006-03-10 [colin]      2.0.0cvs131
5440
5441         * src/plugins/spamassassin/spamassassin_gtk.c
5442                 Put back Paul's engrish fixes
5443
5444 2006-03-10 [colin]      2.0.0cvs130
5445
5446         * src/plugins/spamassassin/spamassassin.c
5447         * src/plugins/spamassassin/spamassassin.h
5448         * src/plugins/spamassassin/spamassassin_gtk.c
5449                 Cleanup SA prefs page (more)
5450                 Patch by Fabien Vantard
5451
5452 2006-03-10 [paul]       2.0.0cvs129
5453
5454         * src/prefs_msg_colors.c
5455         * src/prefs_spelling.c
5456                 widget sensitivity
5457
5458 2006-03-09 [mones]      2.0.0cvs128
5459
5460         * po/es.po
5461                 Update for next RC
5462
5463 2006-03-09 [wwp]        2.0.0cvs127
5464
5465         * configure.ac
5466                 revert accidental commit (requirement for libetpan 0.43), this time
5467                 not in HEAD.
5468
5469 2006-03-09 [wwp]        2.0.0cvs125
5470
5471         * configure.ac
5472                 revert accidental commit (requirement for libetpan 0.43)
5473
5474 2006-03-09 [paul]       2.0.0cvs126
5475
5476         * src/prefs_receive.c
5477                 remove useless frame
5478                 replace 'incorporation' with 'receiving'
5479         * src/plugins/clamav/clamav_plugin_gtk.c
5480         * src/plugins/spamassassin/spamassassin_gtk.c
5481                 improve widget sensitivity
5482                 fix a bit his engrish
5483
5484 2006-03-09 [wwp]        2.0.0cvs125
5485
5486         * src/addressadd.c
5487         * src/foldersel.c
5488         * src/prefs_common.c
5489         * src/prefs_common.h
5490                 remember some more windows' sizes (add to addressbook and
5491                 select folder).
5492
5493 2006-03-09 [paul]       2.0.0cvs124
5494
5495         * src/plugins/pgpcore/prefs_gpg.c
5496                 normalise construction of dialogue
5497
5498 2006-03-09 [paul]       2.0.0cvs123
5499
5500         * src/plugins/trayicon/Makefile.am
5501                 add missing slash
5502
5503 2006-03-08 [colin]      2.0.0cvs122
5504
5505         * src/plugins/trayicon/Makefile.am
5506                 Fix build in separate dir 
5507                 Patch by Bamanzi <bamanzi@gmail.com>
5508
5509 2006-03-08 [colin]      2.0.0cvs121
5510
5511         * src/procmsg.c
5512                 Batch move and copies from summaryview with delayed execution
5513                 too
5514
5515 2006-03-07 [paul]       2.0.0cvs120
5516
5517         * src/common/utils.c
5518                 fix highlighting of URIs containing "()"
5519                 Patch by Pawel Pekala
5520
5521 2006-03-07 [paul]       2.0.0cvs119
5522
5523         * src/folder.c
5524         * src/folder.h
5525         * src/folderview.c
5526                 immediately do alphabetical resort when
5527                 changing a folder's name
5528                 Patch by Pawel Pekala
5529
5530 2006-03-07 [paul]       2.0.0cvs118
5531
5532         * src/news.c
5533         * src/news_gtk.c
5534                 when unsubscribing a newsgroup, remove the
5535                 folder and msgs in .sylpheed-claws/newscache
5536                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5537
5538 2006-03-07 [paul]       2.0.0cvs117
5539
5540         * src/textview.c
5541                 fix wrong Fake URL Warning
5542                 Thanks to Hiro
5543
5544 2006-03-07 [colin]      2.0.0cvs116
5545
5546         * src/imap.c
5547                 Return immediately when password dialog was
5548                 cancelled
5549         * src/gtk/inputdialog.c
5550                 Allow empty strings for passwords
5551
5552
5553 2006-03-06 [colin]      2.0.0cvs115
5554
5555         * src/imap.c
5556                 Prevent double-timeouts when connection fails
5557
5558 2006-03-06 [colin]
5559
5560         2.0.1-rc1 released
5561
5562 2006-03-06 [colin]      2.0.0cvs114
5563
5564         * src/imap.c
5565                 Refresh session during potentially long
5566                 operations
5567
5568 2006-03-06 [wwp]        2.0.0cvs113
5569
5570         * src/prefs_msg_colors.h
5571                 forgot that one (custom color labels).
5572
5573 2006-03-06 [wwp]        2.0.0cvs112
5574
5575         * src/prefs_common.c
5576         * src/prefs_common.h
5577         * src/prefs_msg_colors.c
5578         * src/summaryview.c
5579         * src/summaryview.h
5580         * src/gtk/colorlabel.c
5581         * src/gtk/colorlabel.h
5582                 colors in messages list are now customizable. Color values and names can
5583                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5584                 Thanks to Paul and Colin for their help with this longstanding patch!
5585
5586 2006-03-06 [wwp]        2.0.0cvs111
5587
5588         * src/textview.c
5589                 don't crash if (x)face is bad.
5590
5591 2006-03-05 [paul]       2.0.0cvs110
5592
5593         * AUTHORS
5594         * configure.ac
5595         * src/Makefile.am
5596         * src/common/Makefile.am
5597         * src/common/utils.h
5598         * src/etpan/imap-thread.c
5599         * src/gtk/authors.h
5600         * src/plugins/clamav/Makefile.am
5601         * src/plugins/demo/Makefile.am
5602         * src/plugins/dillo_viewer/Makefile.am
5603         * src/plugins/pgpcore/Makefile.am
5604         * src/plugins/pgpcore/passphrase.c
5605         * src/plugins/pgpinline/Makefile.am
5606         * src/plugins/pgpmime/Makefile.am
5607         * src/plugins/spamassassin/Makefile.am
5608         * src/plugins/trayicon/Makefile.am
5609                 fix builiding on cygwin
5610                 Patch by Ralgh Young <bamanzi@gmail.com>
5611
5612 2006-03-04 [wwp]        2.0.0cvs109
5613
5614         * manual/keyboard.xml
5615                 fix mixed up/down keys.
5616
5617 2006-03-04 [wwp]        2.0.0cvs108
5618
5619         * README
5620         * INSTALL
5621                 updated links to SpamAssassin.
5622
5623 2006-03-04 [wwp]        2.0.0cvs107
5624
5625         * manual/plugins.xml
5626         * src/plugins/spamassassin/README
5627                 updated SpamAssassin plugin docs to reflect new functional additions
5628                 (also fix/update/documents few technical stuff more, see the README).
5629
5630 2006-03-04 [wwp]        2.0.0cvs106
5631
5632         * src/prefs_message.c
5633                 normalized capitalization of message-prefs paths.
5634
5635 2006-03-04 [wwp]        2.0.0cvs105
5636
5637         * manual/advanced.xml
5638                 typo.
5639
5640 2006-03-03 [colin]      2.0.0cvs104
5641
5642         * src/plugins/clamav/clamav_plugin_gtk.c
5643                 Rework prefs page, patch by Fabien 
5644
5645 2006-03-03 [colin]      2.0.0cvs103
5646
5647         * src/plugins/clamav/clamav_plugin.c
5648                 Set error on all errors
5649
5650 2006-03-03 [colin]      2.0.0cvs102
5651
5652         * src/common/plugin.c
5653                 Initialize error to avoid crashing when a plugin fails
5654                 without setting error
5655
5656 2006-03-02 [wwp]        2.0.0cvs101
5657
5658         * configure.ac
5659                 fixed linker flags for libetpan support on Cygwin
5660                 (thanks to H.Merijn Brand).
5661
5662 2006-03-02 [wwp]        2.0.0cvs100
5663
5664         * src/addressbook.c
5665                 fix some AB error messages: one for punctuation and
5666                 one wrongly duplicate (thanks, maxbritov).
5667
5668 2006-03-02 [wwp]        2.0.0cvs99
5669
5670         * src/plugins/spamassassin/spamassassin.c
5671                 make sync calls to sa-learn/spamc to prevent
5672                 system (whatever local or client/server) overload.
5673
5674 2006-03-02 [colin]      2.0.0cvs98
5675
5676         * src/summaryview.c
5677                 Put the spam icon in the status column instead of the
5678                 mark one
5679
5680 2006-03-01 [colin]      2.0.0cvs97
5681
5682         * src/plugins/spamassassin/spamassassin.c
5683                 Fix segfault (g_file_set_contents fails for some 
5684                 reason and err==0x2f. Can't find out why with
5685                 valgrind, using working function :-)
5686
5687 2006-03-01 [colin]      2.0.0cvs96
5688
5689         * src/inc.c
5690                 Offline overriding: let 'No' be cached only 3 seconds
5691
5692 2006-03-01 [colin]      2.0.0cvs95
5693
5694         * src/addr_compl.c
5695         * src/addrbook.c
5696         * src/addressbook.c
5697         * src/addrindex.c
5698         * src/folder_item_prefs.c
5699         * src/headerview.c
5700         * src/imap.c
5701         * src/inc.c
5702         * src/ldif.c
5703         * src/mainwindow.c
5704         * src/mh.c
5705         * src/msgcache.c
5706         * src/prefs_common.h
5707         * src/prefs_msg_colors.c
5708         * src/procheader.c
5709         * src/procheader.h
5710         * src/procmime.c
5711         * src/procmsg.c
5712         * src/procmsg.h
5713         * src/send_message.h
5714         * src/simple-gettext.c
5715         * src/summaryview.c
5716         * src/summaryview.h
5717         * src/syldap.c
5718         * src/textview.c
5719         * src/undo.c
5720         * src/common/ssl_certificate.c
5721         * src/common/utils.c
5722         * src/gtk/colorsel.c
5723         * src/gtk/gtksctree.c
5724         * src/gtk/gtkshruler.c
5725         * src/plugins/trayicon/trayicon.c
5726                 #if 0 goes to /dev/null
5727
5728 2006-03-01 [colin]      2.0.0cvs94
5729
5730         * src/compose.c
5731         * src/imap.c
5732         * src/inc.c
5733         * src/inc.h
5734         * src/messageview.c
5735         * src/news.c
5736         * src/plugins/spamassassin/spamassassin.c
5737                 Allow to add information in the "working offline"
5738                 window
5739
5740 2006-03-01 [wwp]        2.0.0cvs93
5741
5742         * src/plugins/spamassassin/spamassassin.c
5743                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5744                 'cause it seems that calling `spamc ... < inputfile` with
5745                 g_spawn_(a)sync simply.. erm doesn't work :-).
5746
5747 2006-03-01 [wwp]        2.0.0cvs92
5748
5749         * src/toolbar.c
5750         * src/toolbar.h
5751                 simplify the adding of spam/ham button to the messageview toolbar
5752                 (it gets more clear now that the same button will be "Mark as spam"
5753                 or "Mark as ham" according to the current message status,
5754                 thanks to Colin).
5755
5756 2006-03-01 [wwp]        2.0.0cvs91
5757
5758         * src/messageview.c
5759         * src/procmsg.c
5760         * src/procmsg.h
5761         * src/summaryview.c
5762         * src/plugins/spamassassin/spamassassin.c
5763         * src/plugins/spamassassin/spamassassin.h
5764                 make learner callbacks return a status (0 for ok),
5765                 handle it in main code to avoid setting flags when learning failed,
5766                 don't learn on TCP if offline in spamassassin,
5767                 thanks to Colin.
5768
5769                 
5770
5771 2006-03-01 [wwp]        2.0.0cvs90
5772
5773         * src/compose.c
5774                 some work around the compose window's account menu,
5775                 patch by Fabien Vantard.
5776
5777 2006-03-01 [wwp]        2.0.0cvs89
5778
5779         * src/plugins/spamassassin/spamassassin.c
5780                 fixed bad logics, was using spamc in local mode and sa-learn
5781                 in remote mode (thanks, Colin).
5782
5783 2006-03-01 [wwp]        2.0.0cvs88
5784
5785         * src/plugins/spamassassin/spamassassin.c
5786         * src/plugins/spamassassin/spamassassin.h
5787         * src/plugins/spamassassin/spamassassin_gtk.c
5788                 made processing of emails w/ sa-plugin an option (default is TRUE),
5789                 fixed Engrish some tooltips, capitalization of some debug messages
5790                 and warnings. The spamassassin plugin now provides two separate
5791                 services: process emails upon incorporation and spamd training.
5792                 Both services (un)register independently but use some common
5793                 plugin settings (transport settings, spam storage location).
5794
5795 2006-02-28 [wwp]        2.0.0cvs87
5796
5797         * src/plugins/spamassassin/spamassassin.c
5798                 fix async flag to spamc cmdline execution (batch exec should
5799                 be asynchronous).
5800
5801 2006-02-27 [wwp]        2.0.0cvs86
5802
5803         * src/plugins/spamassassin/spamassassin.c
5804         * src/plugins/spamassassin/spamassassin.h
5805         * src/plugins/spamassassin/spamassassin_gtk.c
5806                 - added the ability to learn a remote spamassassin server (spamd),
5807                 using spamc.
5808                 - added the spamassassin option 'username', that applies to all
5809                 spamassassin operations (filtering, learning, local or remote).
5810                 The default username is the current unix user (if left blank
5811                 from gtk prefs or config file).
5812                 - commented out some unused code (notebook widget), removed unused
5813                 layout (hbox1).
5814                 - make more widgets sensitive to the transport type.
5815
5816 2006-02-27 [colin]      2.0.0cvs85
5817
5818         * src/plugins/spamassassin/spamassassin.c
5819                 Fix sa-learn call when offline
5820
5821 2006-02-27 [colin]      2.0.0cvs84
5822
5823         * configure.ac
5824         * src/Makefile.am
5825         * src/mainwindow.c
5826         * src/mainwindow.h
5827         * src/messageview.c
5828         * src/messageview.h
5829         * src/prefs_toolbar.c
5830         * src/procmsg.c
5831         * src/stock_pixmap.c
5832         * src/stock_pixmap.h
5833         * src/summaryview.c
5834         * src/toolbar.c
5835         * src/toolbar.h
5836         * src/pixmaps/ham_btn.xpm
5837         * src/pixmaps/spam.xpm
5838         * src/pixmaps/spam_btn.xpm
5839         * src/plugins/spamassassin/spamassassin.c
5840                 Add button in toolbar for spam learning
5841                 Fix a few bugs from the last related commit
5842                 Revert 1.9.6cvs23 which messed up shift-selection
5843
5844 2006-02-24 [colin]      2.0.0cvs83
5845
5846         * src/procmsg.c
5847         * src/summaryview.c
5848         * src/summaryview.h
5849         * src/plugins/spamassassin/spamassassin.c
5850         * src/plugins/spamassassin/spamassassin.h
5851         * src/plugins/spamassassin/spamassassin_gtk.c
5852                 Unregister learner when spamassassin is either
5853                 disabled or over tcp
5854
5855 2006-02-24 [colin]      2.0.0cvs82
5856
5857         * src/Makefile.am
5858         * src/mainwindow.c
5859         * src/mainwindow.h
5860         * src/procmsg.c
5861         * src/procmsg.h
5862         * src/stock_pixmap.c
5863         * src/stock_pixmap.h
5864         * src/summaryview.c
5865         * src/summaryview.h
5866         * src/gtk/icon_legend.c
5867         * src/pixmaps/spam.xpm  ** NEW FILE **
5868         * src/plugins/spamassassin/spamassassin.c
5869         * src/plugins/spamassassin/spamassassin_gtk.c
5870                 Add spam learning interface (Mark/Mark as 
5871                 (spam|ham) menus)
5872
5873 2006-02-24 [wwp]        2.0.0cvs81
5874
5875         * src/compose.c
5876         * src/compose.h
5877         * src/filtering.c
5878                 hide compose window when sending message in batch mode
5879                 (filtering: forward and redirect). Also fixed a wrong
5880                 value returned when sending failed, neutral anyway.
5881                 (Colin, me) 
5882
5883 2006-02-24 [wwp]        2.0.0cvs80
5884
5885         * src/mainwindow.c
5886                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5887
5888 2006-02-24 [paul]       2.0.0cvs79
5889
5890         * src/news.c
5891         * src/news.h
5892         * src/news_gtk.c
5893                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5894                 Thanks to Colin
5895
5896 2006-02-23 [colin]      2.0.0cvs78
5897
5898         * src/alertpanel.c
5899                 Change OK to Close in alertpanel with View log
5900                 button; add accel to View log. Patch by Fabien
5901                 Vantard
5902
5903 2006-02-23 [wwp]        2.0.0cvs77
5904
5905         * src/compose.c
5906                 silly me, there were much more tests to perform, since toolbars can
5907                 really have down to 1 element only.
5908
5909 2006-02-23 [wwp]        2.0.0cvs76
5910
5911         * commitHelper
5912                 fixed indentation from my previous commit. Fallback to VISUAL if
5913                 EDITOR is not set (and to vi, at last resort).
5914
5915 2006-02-23 [wwp]        2.0.0cvs75
5916
5917         * commitHelper
5918                 improved error detection (Colin, me).
5919
5920 2006-02-23 [wwp]        2.0.0cvs74
5921
5922         * src/prefs_toolbar.c
5923                 simplify and fix prefs/toolbars layouting. Combos' contents can
5924                 now be really displayed.
5925
5926 2006-02-23 [wwp]        2.0.0cvs73
5927         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5928         be really displayed.
5929
5930 2006-02-22 [wwp]        2.0.0cvs72
5931
5932         * src/compose.c
5933                 fix a typo in my previous commit (sorry!).
5934
5935 2006-02-22 [wwp]        2.0.0cvs71
5936
5937         * src/prefs_toolbar.c
5938                 fix a crash when adding separators to toolbars,
5939                 also fix some separator item information.
5940
5941 2006-02-22 [wwp]        2.0.0cvs70
5942
5943         * src/compose.c
5944                 fix a crash when redirecting (for instance) when compose window's
5945                 toolbar contents has been customized (when some buttons have been
5946                 removed in fact).
5947
5948 2006-02-21 [wwp]        2.0.0cvs69
5949
5950         * src/summaryview.c
5951         * src/gtk/pluginwindow.c
5952         * src/plugins/pgpcore/prefs_gpg.c
5953                 fix some compilation warnings (feat. remains of removed code).
5954
5955 2006-02-21 [wwp]        2.0.0cvs68
5956
5957         * src/gtk/gtkutils.c
5958                 fix two compilation issues, thanks to Stephan Sachse.
5959
5960 2006-02-20 [colin]      2.0.0cvs67
5961
5962         * src/mainwindow.c
5963                 Don't reselect displayed mail on refocus
5964                 This fixes actions misbehaving 
5965
5966 2006-02-20 [wwp]        2.0.0cvs66
5967
5968         * src/summaryview.c
5969         * src/gtk/gtksctree.c
5970         * src/gtk/gtkshruler.c
5971                 changed more runtime typecast checks.
5972
5973 2006-02-20 [wwp]        2.0.0cvs65
5974
5975         * src/summary_search.c
5976                 find all - summaryview refresh issue fixed, thanks to Colin.
5977
5978 2006-02-20 [wwp]        2.0.0cvs64
5979
5980         * src/gtk/gtkutils.c
5981                 better runtime typecast checks.
5982
5983 2006-02-20 [wwp]        2.0.0cvs63
5984
5985         * src/summary_search.c
5986                 enhancements to the summary search:
5987                         - add the ability to stop the running search
5988                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5989                         - don't search if no criteria (From/To/Subject/Body) is set
5990                         - ensure that a busy mouse pointer is always shown when searching,
5991                           show it even a bit earlier
5992
5993 2006-02-19 [colin]      2.0.0cvs62
5994
5995         * src/compose.c
5996         * src/imap.c
5997         * src/etpan/imap-thread.c
5998         * src/etpan/imap-thread.h
5999                 (Future) IMAP speed improvement on sending
6000                 Will require a libetpan update
6001         * src/summaryview.c
6002         * src/gtk/quicksearch.c
6003                 Make quicksearch clearable while running.
6004
6005 2006-02-17 [colin]      2.0.0cvs61
6006
6007         * src/imap.c
6008         * src/etpan/imap-thread.c
6009         * src/etpan/imap-thread.h
6010                 Check for IMAP certificates
6011                 ** Requires libetpan-0.42-cvs4 
6012                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6013
6014 2006-02-17 [colin]      2.0.0cvs60
6015
6016         * src/messageview.c
6017         * src/prefs_common.c
6018         * src/prefs_common.h
6019         * src/prefs_message.c
6020                 Add pref to display HTML-only mails with plugin, 
6021                 if possible (defaulting to FALSE of course).
6022
6023 2006-02-16 [colin]      2.0.0cvs59
6024
6025         * src/main.c
6026         * src/common/plugin.c
6027         * src/common/plugin.h
6028         * src/gtk/pluginwindow.c
6029                 Keep track of requested (but unloaded) plugins
6030                 in some error cases.
6031
6032 2006-02-16 [wwp]        2.0.0cvs58
6033
6034         * src/gtk/gtkaspell.c
6035         * src/gtk/gtkaspell.h
6036         * src/prefs_spelling.c
6037         * src/compose.c
6038         * src/prefs_common.c
6039         * src/prefs_common.h
6040                 implemented new optional spellchecker behaviour: re-check message when
6041                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6042
6043 2006-02-16 [wwp]        2.0.0cvs57
6044
6045         * src/quote_fmt_parse.y
6046                 pclose popen'ed pipe.
6047
6048 2006-02-15 [colin]      2.0.0cvs56
6049
6050         * src/mimeview.c
6051         * src/mimeview.h
6052                 Let MimeViewers know which MimeView they
6053                 depend of.
6054         * src/summaryview.c
6055                 Swap From/To columns in Sent/Queue/Drafts
6056                 folders
6057         * src/etpan/imap-thread.c
6058                 Use mailstream_low_tls_open() for STARTTLS
6059                 instead of mailstream_low_ssl_open()
6060                 ** REQUIRES libetpan 0.42cvs3 **
6061
6062 2006-02-15 [wwp]        2.0.0cvs55
6063
6064         * src/compose.c
6065         * src/compose.h
6066         * src/message_search.c
6067         * src/message_search.h
6068         * src/textview.c
6069         * src/gtk/gtkutils.c
6070         * src/gtk/gtkutils.h
6071                 added the ability to Find text in the compose window (and a bit
6072                 of code factorization).
6073
6074 2006-02-15 [wwp]        2.0.0cvs54
6075
6076         * src/prefs_gtk.c
6077                 yet another one file was missing (fix for some widgets' sensitivity).
6078                 Thanks Colin!
6079
6080 2006-02-15 [wwp]        2.0.0cvs53
6081
6082         * src/prefs_gtk.h
6083                 oops forgot that file (fix for some widgets' sensitivity).
6084
6085 2006-02-15 [wwp]        2.0.0cvs52
6086
6087         * src/summary_search.c
6088                 implemented advanced summary search options (added the ability
6089                 to use matcher conditions in an advanced search mode).
6090
6091 2006-02-15 [wwp]        2.0.0cvs51
6092
6093         * src/plugins/pgpcore/prefs_gpg.c
6094         * src/prefs_account.c
6095                 fix some widget sensitivity, mostly around some labels in
6096                 account prefs.
6097
6098 2006-02-15 [paul]       2.0.0cvs50
6099
6100         * manual/advanced.xml
6101                 improve Templates info
6102                 written by wwp
6103
6104 2006-02-14 [colin]      2.0.0cvs49
6105
6106         * src/pixmaps/address_book.xpm
6107         * src/pixmaps/preferences.xpm
6108         * src/pixmaps/properties.xpm
6109                 Fix pixmap size - patch by Fabien Vantard
6110
6111 2006-02-13 [colin]      2.0.0cvs48
6112
6113         * src/procmime.c
6114                 Add missing fclose()s on error
6115         * src/textview.c
6116                 Remove unused code
6117         * src/common/utils.c
6118                 Fix temp files not being deleted on windows
6119         Patches by Thomas Gilgin
6120
6121 2006-02-13 [colin]      2.0.0cvs47
6122
6123         * src/mainwindow.c
6124                 Fix exit crash
6125
6126 2006-02-13 [wwp]        2.0.0cvs46
6127
6128         * src/plugins/pgpcore/prefs_gpg.c
6129                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6130
6131 2006-02-12 [colin]      2.0.0cvs45
6132
6133         * src/folderview.c
6134         * src/main.c
6135         * src/mainwindow.c
6136                 Fix "stuff" when quitting
6137
6138 2006-02-12 [wwp]        2.0.0cvs44
6139
6140         * src/prefs_themes.c
6141                 fix typos in debug messages.
6142
6143 2006-02-11 [colin]      2.0.0cvs43
6144
6145         * src/summaryview.c
6146                 don't allow drag/drop from ourself
6147
6148 2006-02-10 [wwp]        2.0.0cvs42
6149
6150         * src/exporthtml.c
6151         * src/html.c
6152         * src/html.h
6153         * src/procmime.c
6154         * src/textview.c
6155                 renamed html_ prefixed functions and data structures to avoid
6156                 namespace clashes w/ other software (gtkhtml2 for instance).
6157                 Closes bug #907.
6158
6159
6160 2006-02-09 [colin]      2.0.0cvs41
6161
6162         * src/summaryview.c
6163                 Fix shitty logic messed up. Thanks Ticho for the hint!
6164
6165 2006-02-09 [wwp]        2.0.0cvs40
6166
6167         * src/gtk/about.c
6168         * src/compose.c
6169         * src/prefs_account.c
6170         * src/prefs_gtk.h
6171         * src/editaddress.c
6172                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6173                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6174                 Browse buttons in accounts prefs.
6175
6176 2006-02-09 [colin]      2.0.0cvs39
6177
6178         * src/matcher.c
6179                 Check for pointer before using its members
6180         * src/gtk/gtksourceprintjob.c
6181                 Fix a wrong warning
6182
6183 2006-02-09 [wwp]        2.0.0cvs38
6184
6185         * src/gtk/filesel.c
6186                 fix few compiler warnings (type mismatch).
6187
6188 2006-02-09 [paul]       2.0.0cvs37
6189
6190         * po/fr.po
6191                 updated by Fabien Vantard
6192
6193 2006-02-08 [colin]      2.0.0cvs36
6194
6195         * src/prefs_common.c
6196         * src/common/defs.h
6197         * src/common/plugin.c
6198                 allow windows and linux configurations to coexist
6199                 patch by Thomas Gilgin
6200
6201 2006-02-08 [colin]      2.0.0cvs35
6202
6203         * src/filtering.c
6204         * src/matcher.c
6205         * src/matcher.h
6206         * src/matcher_parser_parse.y
6207         * src/prefs_filtering_action.c
6208         * src/prefs_matcher.c
6209                 Add the "Ignore thread" filtering
6210                 action
6211
6212 2006-02-08 [colin]      2.0.0cvs34
6213
6214         * src/compose.c
6215         * src/procmime.c
6216         * src/procmime.h
6217                 Fix bug #905 (damaged attachment)
6218                 text files with raw \0's aren't really text files
6219         FOR_STABLE
6220
6221 2006-02-08 [colin]      2.0.0cvs33
6222
6223         * src/summaryview.c
6224                 Fix crasher introduced yesterday
6225
6226 2006-02-08 [wwp]        2.0.0cvs32
6227
6228         * src/compose.c
6229         * src/compose.h
6230                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6231
6232 2006-02-08 [wwp]        2.0.0cvs31
6233
6234         * src/prefs_template.c
6235                 templates enhancement: allow address completion for Cc and Bcc fields
6236                 (it was currently possible for the To field only)
6237
6238 2006-02-08 [colin]      2.0.0cvs30
6239
6240         * src/compose.c
6241                 Don't unblock if not blocked
6242         FOR_STABLE
6243
6244 2006-02-07 [colin]      2.0.0cvs29
6245
6246         * src/action.c
6247                 Forgot to refresh summaryview
6248
6249 2006-02-07 [colin]      2.0.0cvs28
6250
6251         * src/action.c
6252                 Freeze/thaw message list and folder list while
6253                 processing %as{} actions 
6254         * src/compose.c
6255                 Fix auto-wrap disabling after a middle-click
6256                 paste - FOR_STABLE
6257
6258 2006-02-07 [paul]       2.0.0cvs27
6259
6260         * src/folder.c
6261                 fix freeing of uninitialised pointers
6262                 Thanks to Colin
6263
6264 2006-02-06 [colin]      2.0.0cvs26
6265
6266         * src/folder.c
6267                 Use g_slist_prepend in potentially big list
6268
6269 2006-02-06 [colin]      2.0.0cvs25
6270
6271         * src/folder.c
6272                 Completely skip processing if it doesn't 
6273                 exist (faster!)
6274
6275 2006-02-06 [colin]      2.0.0cvs24
6276
6277         * src/folder.c
6278         * src/summaryview.c
6279                 Batch filtering in summaryview (from Tools menu)
6280                 and pre/post//-processing too
6281
6282 2006-02-06 [colin]      2.0.0cvs23
6283
6284         * src/procmsg.h
6285         * src/filtering.c
6286                 Use a special field for batch filtering instead
6287                 of stepping on deferred execution's toes
6288
6289 2006-02-06 [colin]      2.0.0cvs22
6290
6291         * src/action.c
6292         * src/filtering.c
6293         * src/filtering.h
6294         * src/folder.c
6295         * src/summaryview.c
6296                 Fix filtering via menus and actions
6297
6298 2006-02-06 [colin]      2.0.0cvs21
6299
6300         * src/imap.c
6301                 Put the added file directly to cache if possible (will work
6302                 with next libetpan)
6303         * src/filtering.c
6304         * src/filtering.h
6305         * src/inc.c
6306         * src/folder.c
6307         * src/mbox.c
6308         * src/procmsg.h
6309                 Move and copy filtered messages by batches instead of one
6310                 by one - faster on IMAP
6311         * src/procmsg.c
6312                 Add a function that'll possibly be useful later
6313
6314 2006-02-06 [colin]      2.0.0cvs20
6315
6316         * src/addressbook.c
6317                 Use internal mime-type instead of text/plain for d'n'd
6318         * src/compose.c
6319                 Allow attaching files from mimeview's icon list via d'n'd
6320         * src/folderview.c
6321         * src/folderview.h
6322                 Use internal mime-type instead of text/plain for d'n'd
6323                 Don't try to selected opened folder if none is
6324                 Factorize d'n'd from other apps code
6325         * src/headerview.c
6326         * src/textview.c
6327         * src/gtk/gtkutils.c
6328         * src/gtk/gtkutils.h
6329                 Factorize Face/X-Face stuff
6330         * src/mimeview.c
6331                 Fix d'n'd to other apps
6332         * src/prefs_message.c
6333                 Let the XFace pref be usable without libcompface as it also
6334                 applies to Face
6335         * src/summaryview.c
6336                 Fix d'n'd to other apps
6337                 Factorize d'n'd from other apps code
6338
6339 2006-02-06 [wwp]        2.0.0cvs19
6340
6341         * po/it.po
6342                 Italian translation fixes by Andrea Spadaccini (no more confusion
6343                 between filtering and processing, and few changes in the About
6344                 dialog).
6345
6346
6347 2006-02-06 [mones]      2.0.0cvs18
6348
6349         * src/gtk/icon_legend.c
6350                 Improved descriptions allowing better translations
6351
6352 2006-02-05 [colin]      2.0.0cvs17
6353
6354         * src/imap.c
6355                 Add the f*cking missing expunge that caused imap_fetch_env
6356                 to fail after an add_msgs ! :-///
6357         * src/etpan/imap-thread.c
6358                 Add a bit of debug
6359         FOR_STABLE
6360
6361 2006-02-05 [colin]      2.0.0cvs16
6362
6363         * src/common/utils.c
6364                 Don't check for return-path (or we can't put
6365                 back non-sent mails)
6366
6367 2006-02-05 [colin]      2.0.0cvs15
6368
6369         * src/textview.c
6370                 Don't try to display Face header in textview
6371                 when teh headerview's active
6372
6373 2006-02-05 [colin]      2.0.0cvs14
6374
6375         * tools/tbird2syl.py
6376         * tools/Makefile.am
6377                 Add script to import Thunderbird mails
6378
6379 2006-02-05 [colin]      2.0.0cvs13
6380
6381         * src/headerview.c
6382         * src/procheader.c
6383         * src/procmsg.c
6384         * src/procmsg.h
6385         * src/textview.c
6386                 Show Face headers - patch partially by Klaus Flittner
6387
6388 2006-02-05 [colin]      2.0.0cvs12
6389
6390         * src/folderview.c
6391         * src/summaryview.c
6392         * src/common/utils.c
6393         * src/common/utils.h
6394                 Let dnd work from mime icons to summaryview
6395                 and to folderview too
6396                 Add a crude test to avoid trying to add files
6397                 drag'n'dropped when they're not mails
6398
6399 2006-02-04 [colin]      2.0.0cvs11
6400
6401         * src/summaryview.c
6402         * src/mimeview.c
6403                 Fix utf8 conversion
6404
6405 2006-02-04 [colin]      2.0.0cvs10
6406
6407         * src/compose.c
6408         * src/folderview.c
6409         * src/mimeview.c
6410         * src/summaryview.c
6411         * src/summaryview.h
6412                 Added various drag and drop capas:
6413                 From                    To
6414                 summaryview             other apps
6415                 mimeview icons          other apps
6416                 other apps              summaryview
6417                 other apps              folderview
6418
6419                 This shouldn't have broken the existing:
6420                 From                    To
6421                 summaryview             folderview
6422                 folderview              folderview
6423                 summaryview             compose's attachments
6424
6425         Tests welcomed.
6426
6427 2006-02-02 [paul]       2.0.0cvs9
6428
6429         * src/mainwindow.c
6430                 move global option 'Set displayed columns...' out
6431                 of folder option grouping.
6432                 fix sensitivity of 'harvest addresses'
6433         FOR_STABLE
6434
6435 2006-02-01 [colin]      2.0.0cvs8
6436
6437         * src/mimeview.c
6438                 Revert the alertpanel patch, it sucks (intrusive
6439                 and gets in the way of "open")
6440
6441 2006-02-01 [colin]      2.0.0cvs7
6442
6443         * src/compose.c
6444         * src/prefs_account.c
6445         * src/prefs_common.c
6446         * src/common/defs.h
6447         * src/common/utils.c
6448         * src/common/utils.h
6449                 Add ability to edit the signature file
6450                 from the account preferences, and use
6451                 a default for the text editor.
6452                 Patch by Fabien Vantard
6453
6454 2006-02-01 [colin]      2.0.0cvs6
6455
6456         * src/mimeview.c
6457                 Try to get mime type by extension if it is
6458                 application/octet-stream
6459                 Display a window with possible choices when
6460                 encountering unknown mime types
6461         * src/gtk/filesel.c
6462         * src/gtk/filesel.h
6463                 Add preview
6464                 Allow multiple selection in filtered filesel
6465                 (patch by Fabien Vantard)
6466         * src/gtk/pluginwindow.c
6467                 Use it (patch by Fabien Vantard)
6468
6469 2006-02-01 [paul]       2.0.0cvs5
6470
6471         * src/jpilot.c
6472                 fix crash on creating jpilot address book
6473                 Thanks to Colin - FOR_STABLE
6474         * src/prefs_summaries.c
6475         * src/prefs_wrapping.c
6476         * src/gtk/icon_legend.c
6477         * src/gtk/quicksearch.c
6478                 string fixes and additions
6479
6480 2006-02-01 [paul]       2.0.0cvs4
6481
6482         * src/compose.c
6483         * src/mainwindow.c
6484         * src/messageview.c
6485         * src/prefs_send.c
6486                 add Arabic encoding option
6487                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6488
6489 2006-01-31 [colin]      2.0.0cvs3
6490
6491         * src/plugins/pgpcore/passphrase.c
6492                 Convert passphrase to locale encoding
6493         * src/compose.c
6494                 Fix drafting on IMAP. Crappy bug sneaked in
6495                 the release :-/
6496         FOR_STABLE
6497
6498 2006-01-30 [paul]       2.0.0cvs2
6499
6500         * src/gtk/icon_legend.c
6501                 show the new entries
6502
6503 2006-01-30 [colin]      2.0.0cvs1
6504
6505         * src/manual.c
6506                 Check for the file to be present before 
6507                 enabling the menu - FOR_STABLE
6508         * src/gtk/icon_legend.c
6509                 Add folders icons (not all of them, there
6510                 are too much, but the most intriguing ones)
6511
6512 2006-01-30 [paul]       2.0.0
6513
6514         version 2.0.0 released
6515
6516 2006-01-30 [paul]       1.9.100cvs200
6517
6518         * manual/faq.xml
6519         * manual/gpl.xml
6520         * manual/intro.xml
6521         * manual/starting.xml
6522         * manual/sylpheed-claws-manual.xml
6523                 fixes, additions
6524
6525 2006-01-29 [mones]      1.9.100cvs199
6526
6527         * manual/account.xml
6528         * manual/advanced.xml
6529         * manual/glossary.xml
6530                 Some typos fixed, added LDIF term to glossary
6531         * po/es.po
6532                 Fixed leading plus symbol
6533
6534 2006-01-29 [paul]       1.9.100cvs198
6535
6536         * po/fi.po
6537         * po/sk.po
6538                 updated by Tommi Pirinen and Andrej Kacian
6539
6540 2006-01-29 [paul]       1.9.100cvs197
6541
6542         * src/gtk/authors.h
6543                 remove duplicates
6544
6545 2006-01-29 [paul]       1.9.100cvs196
6546
6547         * AUTHORS
6548         * po/nl.po
6549         * src/gtk/authors.h
6550         * tools/claws.i18n.status.pl
6551                 nl translation updated by Tim Dijkstra
6552
6553 2006-01-29 [paul]       1.9.100cvs195
6554
6555         * po/sr.po
6556         * po/sv.po
6557                 updated by Aleksandar Urosevic and Anders Troback
6558
6559 2006-01-28 [colin]      1.9.100cvs194
6560
6561         * src/gtk/gtksourceprintjob.c
6562                 Don't fiddle with PangoLayout when we
6563                 have an image
6564
6565 2006-01-28 [paul]       1.9.100cvs193
6566
6567         * AUTHORS
6568         * po/el.po
6569         * po/zh_CN.po
6570         * src/gtk/authors.h
6571         * tools/claws.i18n.status.pl
6572                 updated translations submitted by Stavros Giannouris
6573                 and Ralgh Young
6574
6575 2006-01-27 [colin]      1.9.100cvs192
6576
6577         * src/summaryview.c
6578         * src/gtk/gtksourceprintjob.c
6579                 Add image printing 
6580                 (libgnomeprint only, of course)
6581
6582 2006-01-27 [paul]       1.9.100cvs191
6583
6584         * po/fr.po
6585         * po/it.po
6586                 updated by Fabien Vantard and Andrea Spadaccini
6587
6588 2006-01-26 [colin]      1.9.100cvs190
6589
6590         * manual/Makefile.am
6591         * configure.ac
6592                 Make building the manual optional 
6593                 (--disable-manual)
6594
6595 2006-01-26 [paul]       1.9.100cvs189
6596
6597         * manual/glossary.xml
6598         * manual/plugins.xml
6599                 edited
6600         * po/en_GB.po
6601                 updated
6602
6603 2006-01-26 [paul]       1.9.100cvs188
6604
6605         * src/prefs_display_header.c
6606         * src/prefs_folder_column.c
6607         * src/prefs_msg_colors.c
6608         * src/prefs_summaries.c
6609         * src/prefs_summary_column.c
6610                 HIGify
6611
6612 2006-01-25 [colin]      1.9.100cvs187
6613
6614         * src/imap.c
6615                 Don't allow moving/copying mails between
6616                 queue/drafts and non-queue/drafts folders
6617                 Fixes bug #897 (message header is resetted 
6618                 if one is copied to Drafts)
6619
6620 2006-01-25 [colin]      1.9.100cvs186
6621
6622         * src/folder.c
6623         * src/mainwindow.c
6624                 Fix subscribed folders not found
6625         * src/compose.c
6626                 Don't try to encode as original mail's charset
6627                 if it's ascii 
6628
6629 2006-01-25 [paul]       1.9.100cvs185
6630
6631         * AUTHORS
6632         * po/Makevars
6633                 updated
6634         * po/de.po
6635         * po/pl.po
6636         * po/pt_BR.po
6637         * po/sr.po
6638                 updates submitted by Stephan Sachse, Emilian Nowak
6639                 and Quar, Frederico Goncalves Guimaraes, and
6640                 Aleksandar Urosevic
6641                 Fix Bug 896, 'PT_BR locale broken'.
6642         * src/gtk/authors.h
6643                 updated
6644
6645 2006-01-24 [mones]      1.9.100cvs184
6646
6647         * manual/glossary.xml
6648                 All current terms finished. Reviewers welcome ;-)
6649         * manual/keyboard.xml
6650                 Fixed column width for pdf output.
6651         * po/es.po
6652                 Updated
6653
6654 2006-01-24 [paul]       1.9.100cvs183
6655
6656         * manual/glossary.xml
6657                 fix id name
6658         * manual/dist/html/Makefile.am
6659         * manual/dist/pdf/Makefile.am
6660         * manual/dist/ps/Makefile.am
6661         * manual/dist/txt/Makefile.am
6662                 fix make deps
6663                 Thanks to Colin
6664
6665 2006-01-24 [mones]      1.9.100cvs182
6666
6667         * manual/glossary.xml
6668                 Nearly finished, some terms missing.
6669
6670 2006-01-23 [paul]       1.9.100cvs181
6671
6672         * manual/dist/html/Makefile.am
6673         * manual/dist/pdf/Makefile.am
6674         * manual/dist/ps/Makefile.am
6675         * manual/dist/txt/Makefile.am
6676         * src/mainwindow.c
6677                 re-enable manual
6678                 Thanks to Colin
6679
6680 2006-01-22 [colin]      1.9.100cvs180
6681
6682         * src/compose.c
6683         * src/gtk/gtkaspell.c
6684                 Don't deselect stuff before right-clicking, with aspell.
6685                 (This prevented right-click Copy, for example).
6686                 Thanks to Clo!
6687
6688 2006-01-22 [paul]       1.9.100cvs179
6689
6690         * src/summary_search.c
6691                 don't fix the widget size as it causes problems
6692                 under localisation.
6693                 Thanks to Emilian Nowak
6694
6695 2006-01-21 [paul]       1.9.100cvs178
6696
6697         * src/prefs_themes.c
6698                 fix broken underlining of label text
6699                 with some translations
6700
6701 2006-01-21 [colin]      1.9.100cvs177
6702
6703         * po/fr.po
6704                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6705
6706 2006-01-20 [colin]      1.9.100cvs176
6707
6708         * configure.ac
6709         * Makefile.am
6710         * manual/Makefile
6711         * manual/dist/html/.cvsignore
6712         * manual/dist/html/Makefile.am
6713         * manual/dist/pdf/.cvsignore
6714         * manual/dist/pdf/Makefile.am
6715         * manual/dist/ps/.cvsignore
6716         * manual/dist/ps/Makefile.am
6717         * manual/dist/txt/.cvsignore
6718         * manual/dist/txt/Makefile.am
6719                 Autotool-ize manual
6720
6721 2006-01-20 [paul]       1.9.100cvs175
6722
6723         * manual/handling.xml
6724                 make Filtering and Searching entries easier to find
6725         * manual/keyboard.xml
6726                 add the remaining default keybinds
6727         * src/prefs_summaries.c
6728                 update the default keybinds
6729
6730 2006-01-20 [paul]       1.9.100cvs174
6731
6732         * src/addressbook.c
6733         * src/addrgather.c
6734         * src/addrharvest.c
6735         * src/editaddress.c
6736         * src/editgroup.c
6737         * src/exphtmldlg.c
6738         * src/expldifdlg.c
6739         * src/exporthtml.c
6740         * src/exportldif.c
6741         * src/ldif.c
6742                 replace 'e-mail' with 'email'
6743         * src/summary_search.c
6744                 add mnemonic to "Find all" button
6745
6746 2006-01-20 [wwp]        1.9.100cvs173
6747
6748         * src/export.c
6749         * src/import.c
6750                 touched mbox import/export buttons for HIG-compliance
6751
6752 2006-01-19 [paul]       1.9.100cvs172
6753
6754         * manual/account.xml
6755         * manual/addrbook.xml
6756         * manual/advanced.xml
6757         * manual/faq.xml
6758         * manual/handling.xml
6759         * manual/intro.xml
6760         * manual/plugins.xml
6761         * manual/starting.xml
6762                 more editing
6763
6764 2006-01-19 [paul]       1.9.100cvs171
6765
6766         * src/toolbar.c
6767                 allow use of trash button while receiving
6768                 Thanks to Colin
6769
6770 2006-01-19 [wwp]        1.9.100cvs170
6771
6772         * src/gtk/quicksearch.c
6773         * src/compose.c
6774                 force text color to black when yellow background is set
6775
6776 2006-01-19 [colin]      1.9.100cvs169
6777
6778         * src/plugins/trayicon/trayicon.c
6779                 Gray out Get Mail when already getting mail
6780
6781 2006-01-18 [paul]       1.9.100cvs168
6782
6783         * src/compose.c
6784                 give widget yellow background was To is
6785                 set via folder prefs
6786         * src/gtk/quicksearch.c
6787                 give widget yellow background when quick
6788                 search is active.
6789                 Thanks to Colin
6790
6791 2006-01-18 [paul]       1.9.100cvs167
6792
6793         * doc/man/sylpheed-claws.1
6794                 add --subscribe option
6795
6796 2006-01-18 [paul]       1.9.100cvs166
6797
6798         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6799         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6800                 use %U instead of %F (%F is broken for user installed
6801                 files in kde 3.5)
6802
6803 2006-01-18 [colin]      1.9.100cvs165
6804
6805         * src/summaryview.c
6806                 Default to Yes in "No more * messages" dialogs
6807
6808 2006-01-17 [colin]      1.9.100cvs164
6809
6810         * src/compose.c
6811                 Possibly fix an invalid iterator causing
6812                 crash
6813
6814 2006-01-17 [colin]      1.9.100cvs163
6815
6816         * src/mimeview.c
6817                 Fix crash when the image disappears under the
6818                 image viewer
6819
6820 2006-01-16 [colin]      1.9.100cvs162
6821
6822         * src/compose.c
6823                 Fix reenabling autowrap
6824
6825 2006-01-16 [colin]      1.9.100cvs161
6826
6827         * src/compose.c
6828                 reset quote_len before getting quote_str
6829
6830 2006-01-16 [colin]      1.9.100cvs160
6831
6832         * src/account.c
6833         * src/account.h
6834         * src/folder.c
6835         * src/imap_gtk.c
6836         * src/mh_gtk.c
6837                 Fix bug #883 (default inbox does not track folder move)
6838
6839 2006-01-16 [colin]      1.9.100cvs159
6840
6841         * src/compose.c
6842         * src/plugins/pgpcore/passphrase.c
6843                 More buttons fixes
6844
6845 2006-01-16 [paul]       1.9.100cvs158
6846
6847         * src/prefs_actions.c
6848         * src/prefs_filtering_action.c
6849         * src/prefs_matcher.c
6850         * src/quote_fmt.c
6851         * src/gtk/description_window.c
6852         * src/gtk/description_window.h
6853         * src/gtk/quicksearch.c
6854                 description window cleanups
6855
6856 2006-01-15 [colin]      1.9.100cvs157
6857
6858         * src/addressbook.c
6859         * src/prefs_filtering.c
6860                 Same here
6861
6862 2006-01-15 [colin]      1.9.100cvs156
6863
6864         * src/folderview.c
6865         * src/mainwindow.c
6866                 Same for "Empty trash"
6867
6868 2006-01-15 [colin]      1.9.100cvs155
6869
6870         * src/inc.c
6871                 Override offline dialog had Yes by default
6872
6873 2006-01-15 [colin]      1.9.100cvs154
6874
6875         * src/summaryview.c
6876                 Delete selected messages? previously had Yes the default
6877
6878 2006-01-15 [colin]      1.9.100cvs153
6879
6880         * src/folder.c
6881         * src/folder.h
6882         * src/main.c
6883                 Check if a mailbox is loaded after all
6884                 plugins are loaded.
6885
6886 2006-01-15 [colin]      1.9.100cvs152
6887
6888         * src/folder.c
6889                 Don't start wizard when there are unloaded folders (will help
6890                 people with only mbox or maildir mailboxes)
6891
6892 2006-01-14 [colin]      1.9.100cvs151
6893
6894         * src/addressbook.c
6895         * src/expldifdlg.c
6896         * src/importldif.c
6897         * src/importmutt.c
6898         * src/importpine.c
6899         * src/mh_gtk.c
6900                 More HIG compliance and fixes
6901
6902 2006-01-14 [colin]      1.9.100cvs150
6903
6904         * src/prefs_filtering_action.c
6905         * src/foldersel.c
6906                 Two forgotten button order changes
6907
6908 2006-01-14 [colin]      1.9.100cvs149
6909
6910         * src/account.c
6911         * src/addressbook.c
6912         * src/compose.c
6913         * src/folderview.c
6914         * src/imap_gtk.c
6915         * src/mainwindow.c
6916         * src/mh_gtk.c
6917         * src/news_gtk.c
6918         * src/prefs_actions.c
6919         * src/prefs_customheader.c
6920         * src/prefs_filtering.c
6921         * src/prefs_matcher.c
6922         * src/prefs_template.c
6923         * src/ssl_manager.c
6924         * src/summaryview.c
6925         * src/textview.c
6926         * src/toolbar.c
6927                 All deletion confirmations are now "Cancel, Delete" 
6928                 instead of "No, Yes"
6929                 Clarified most of the other "No, Yes" to 
6930                 "Cancel, Descriptive_action"
6931                 Rechanged the "Entry not saved" alerts to have 
6932                 "Close, Continue editing"
6933
6934
6935 2006-01-14 [paul]
6936
6937         * 2.0.0-rc4 released
6938
6939 2006-01-14 [paul]       1.9.100cvs148
6940
6941         * src/account.c
6942         * src/addressadd.c
6943         * src/addressbook.c
6944         * src/compose.c
6945         * src/editaddress.c
6946         * src/editbook.c
6947         * src/editgroup.c
6948         * src/editjpilot.c
6949         * src/editldap.c
6950         * src/editvcard.c
6951         * src/exphtmldlg.c
6952         * src/expldifdlg.c
6953         * src/folderview.c
6954         * src/grouplistdialog.c
6955         * src/imap_gtk.c
6956         * src/importmutt.c
6957         * src/importpine.c
6958         * src/inc.c
6959         * src/main.c
6960         * src/mainwindow.c
6961         * src/message_search.c
6962         * src/messageview.c
6963         * src/mh_gtk.c
6964         * src/mimeview.c
6965         * src/news_gtk.c
6966         * src/prefs_actions.c
6967         * src/prefs_customheader.c
6968         * src/prefs_filtering.c
6969         * src/prefs_matcher.c
6970         * src/prefs_template.c
6971         * src/prefs_themes.c
6972         * src/ssl_manager.c
6973         * src/summary_search.c
6974         * src/summaryview.c
6975         * src/textview.c
6976         * src/toolbar.c
6977         * src/gtk/foldersort.c
6978         * src/gtk/gtkaspell.c
6979         * src/gtk/inputdialog.c
6980         * src/gtk/prefswindow.c
6981         * src/plugins/pgpcore/select-keys.c
6982         * src/plugins/trayicon/trayicon.c
6983                 HIG compliant button order
6984
6985 2006-01-14 [mones]      1.9.100cvs147
6986
6987         * po/es.po
6988                 Updated translation
6989
6990 2006-01-13 [paul]       1.9.100cvs146
6991
6992         * AUTHORS
6993         * ChangeLog
6994         * src/gtk/authors.h
6995                 add Joshua M. Kwan to contributors list
6996
6997 2006-01-13 [colin]      1.9.100cvs145
6998
6999         * src/gtk/quicksearch.c
7000                 Don't refocus quick search after executing (Esc or Enter)
7001                 Allows to '/'search something then move up/down in 
7002                 summaryview, and to Esc a search and be back in the 
7003                 summaryview
7004
7005 2006-01-13 [paul]       1.9.100cvs144
7006
7007         * src/plugins/pgpinline/pgpinline.c
7008                 support Content-Type 'application/pgp'
7009                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7010
7011 2006-01-13 [paul]       1.9.100cvs143
7012
7013         * manual/account.xml
7014                 make mention of partial retrieval
7015                 thanks to Colin
7016
7017 2006-01-13 [paul]       1.9.100cvs142
7018
7019         * src/account.c
7020         * src/account.h
7021         * src/action.c
7022         * src/action.h
7023         * src/adbookbase.h
7024         * src/addr_compl.c
7025         * src/addr_compl.h
7026         * src/addrbook.c
7027         * src/addrcache.c
7028         * src/addrcache.h
7029         * src/addrcindex.c
7030         * src/addrcindex.h
7031         * src/addrclip.c
7032         * src/addrclip.h
7033         * src/addrdefs.h
7034         * src/addressadd.c
7035         * src/addressadd.h
7036         * src/addressbook.c
7037         * src/addressbook.h
7038         * src/addrgather.c
7039         * src/addrgather.h
7040         * src/addrharvest.c
7041         * src/addrharvest.h
7042         * src/addrindex.c
7043         * src/addrindex.h
7044         * src/addritem.c
7045         * src/addritem.h
7046         * src/addrquery.c
7047         * src/addrquery.h
7048         * src/addrselect.c
7049         * src/addrselect.h
7050         * src/alertpanel.c
7051         * src/alertpanel.h
7052         * src/browseldap.c
7053         * src/browseldap.h
7054         * src/codeconv.c
7055         * src/codeconv.h
7056         * src/compose.c
7057         * src/compose.h
7058         * src/customheader.c
7059         * src/customheader.h
7060         * src/displayheader.c
7061         * src/displayheader.h
7062         * src/editaddress.c
7063         * src/editaddress.h
7064         * src/editbook.c
7065         * src/editbook.h
7066         * src/editgroup.c
7067         * src/editgroup.h
7068         * src/editjpilot.c
7069         * src/editjpilot.h
7070         * src/editldap.c
7071         * src/editldap.h
7072         * src/editldap_basedn.c
7073         * src/editldap_basedn.h
7074         * src/editvcard.c
7075         * src/editvcard.h
7076         * src/exphtmldlg.c
7077         * src/exphtmldlg.h
7078         * src/expldifdlg.c
7079         * src/expldifdlg.h
7080         * src/export.h
7081         * src/exporthtml.c
7082         * src/exporthtml.h
7083         * src/exportldif.c
7084         * src/exportldif.h
7085         * src/filtering.c
7086         * src/filtering.h
7087         * src/folder.c
7088         * src/folder.h
7089         * src/folder_item_prefs.c
7090         * src/folder_item_prefs.h
7091         * src/foldersel.c
7092         * src/foldersel.h
7093         * src/folderutils.c
7094         * src/folderutils.h
7095         * src/folderview.c
7096         * src/folderview.h
7097         * src/grouplistdialog.c
7098         * src/grouplistdialog.h
7099         * src/headerview.c
7100         * src/html.c
7101         * src/html.h
7102         * src/image_viewer.c
7103         * src/image_viewer.h
7104         * src/imap.c
7105         * src/imap.h
7106         * src/imap_gtk.c
7107         * src/imap_gtk.h
7108         * src/import.h
7109         * src/importldif.c
7110         * src/importldif.h
7111         * src/importmutt.c
7112         * src/importmutt.h
7113         * src/importpine.c
7114         * src/importpine.h
7115         * src/inc.c
7116         * src/inc.h
7117         * src/jpilot.c
7118         * src/jpilot.h
7119         * src/ldapctrl.c
7120         * src/ldapctrl.h
7121         * src/ldaplocate.c
7122         * src/ldaplocate.h
7123         * src/ldapquery.c
7124         * src/ldapquery.h
7125         * src/ldapserver.c
7126         * src/ldapserver.h
7127         * src/ldaputil.c
7128         * src/ldaputil.h
7129         * src/ldif.c
7130         * src/ldif.h
7131         * src/main.c
7132         * src/main.h
7133         * src/mainwindow.c
7134         * src/mainwindow.h
7135         * src/manual.c
7136         * src/manual.h
7137         * src/mbox.c
7138         * src/mbox.h
7139         * src/message_search.c
7140         * src/message_search.h
7141         * src/messageview.c
7142         * src/messageview.h
7143         * src/mh.c
7144         * src/mh.h
7145         * src/mh_gtk.c
7146         * src/mh_gtk.h
7147         * src/mimeview.c
7148         * src/mimeview.h
7149         * src/msgcache.c
7150         * src/msgcache.h
7151         * src/mutt.c
7152         * src/mutt.h
7153         * src/news.c
7154         * src/news.h
7155         * src/news_gtk.c
7156         * src/news_gtk.h
7157         * src/partial_download.c
7158         * src/partial_download.h
7159         * src/pine.c
7160         * src/pine.h
7161         * src/pop.c
7162         * src/pop.h
7163         * src/prefs_account.c
7164         * src/prefs_account.h
7165         * src/prefs_actions.c
7166         * src/prefs_actions.h
7167         * src/prefs_common.c
7168         * src/prefs_common.h
7169         * src/prefs_compose_writing.c
7170         * src/prefs_compose_writing.h
7171         * src/prefs_customheader.c
7172         * src/prefs_customheader.h
7173         * src/prefs_display_header.c
7174         * src/prefs_display_header.h
7175         * src/prefs_filtering.c
7176         * src/prefs_filtering.h
7177         * src/prefs_filtering_action.c
7178         * src/prefs_filtering_action.h
7179         * src/prefs_folder_column.c
7180         * src/prefs_folder_column.h
7181         * src/prefs_folder_item.c
7182         * src/prefs_folder_item.h
7183         * src/prefs_fonts.c
7184         * src/prefs_fonts.h
7185         * src/prefs_gtk.c
7186         * src/prefs_gtk.h
7187         * src/prefs_image_viewer.c
7188         * src/prefs_image_viewer.h
7189         * src/prefs_matcher.c
7190         * src/prefs_matcher.h
7191         * src/prefs_message.c
7192         * src/prefs_msg_colors.c
7193         * src/prefs_msg_colors.h
7194         * src/prefs_other.c
7195         * src/prefs_quote.c
7196         * src/prefs_receive.c
7197         * src/prefs_send.c
7198         * src/prefs_spelling.c
7199         * src/prefs_spelling.h
7200         * src/prefs_summaries.c
7201         * src/prefs_summaries.h
7202         * src/prefs_summary_column.c
7203         * src/prefs_summary_column.h
7204         * src/prefs_template.c
7205         * src/prefs_template.h
7206         * src/prefs_themes.c
7207         * src/prefs_themes.h
7208         * src/prefs_toolbar.c
7209         * src/prefs_toolbar.h
7210         * src/prefs_wrapping.c
7211         * src/prefs_wrapping.h
7212         * src/privacy.c
7213         * src/privacy.h
7214         * src/procheader.c
7215         * src/procheader.h
7216         * src/procmime.c
7217         * src/procmime.h
7218         * src/procmsg.c
7219         * src/procmsg.h
7220         * src/quote_fmt.c
7221         * src/quote_fmt_parse.y
7222         * src/recv.c
7223         * src/recv.h
7224         * src/remotefolder.c
7225         * src/remotefolder.h
7226         * src/send_message.c
7227         * src/send_message.h
7228         * src/setup.c
7229         * src/setup.h
7230         * src/sourcewindow.c
7231         * src/sourcewindow.h
7232         * src/ssl_manager.c
7233         * src/ssl_manager.h
7234         * src/statusbar.c
7235         * src/statusbar.h
7236         * src/stock_pixmap.c
7237         * src/stock_pixmap.h
7238         * src/summary_search.c
7239         * src/summary_search.h
7240         * src/summaryview.c
7241         * src/summaryview.h
7242         * src/syldap.c
7243         * src/syldap.h
7244         * src/textview.c
7245         * src/textview.h
7246         * src/toolbar.c
7247         * src/toolbar.h
7248         * src/undo.c
7249         * src/undo.h
7250         * src/unmime.c
7251         * src/unmime.h
7252         * src/vcard.c
7253         * src/vcard.h
7254         * src/wizard.c
7255         * src/wizard.h
7256         * src/common/base64.c
7257         * src/common/base64.h
7258         * src/common/defs.h
7259         * src/common/hooks.c
7260         * src/common/hooks.h
7261         * src/common/log.c
7262         * src/common/log.h
7263         * src/common/mgutils.c
7264         * src/common/mgutils.h
7265         * src/common/nntp.c
7266         * src/common/nntp.h
7267         * src/common/passcrypt.c
7268         * src/common/passcrypt.h.in
7269         * src/common/plugin.c
7270         * src/common/plugin.h
7271         * src/common/prefs.c
7272         * src/common/prefs.h
7273         * src/common/progressindicator.c
7274         * src/common/progressindicator.h
7275         * src/common/quoted-printable.c
7276         * src/common/quoted-printable.h
7277         * src/common/session.c
7278         * src/common/session.h
7279         * src/common/smtp.c
7280         * src/common/smtp.h
7281         * src/common/socket.c
7282         * src/common/socket.h
7283         * src/common/ssl.c
7284         * src/common/ssl.h
7285         * src/common/ssl_certificate.c
7286         * src/common/ssl_certificate.h
7287         * src/common/stringtable.c
7288         * src/common/stringtable.h
7289         * src/common/sylpheed.c
7290         * src/common/sylpheed.h
7291         * src/common/template.c
7292         * src/common/template.h
7293         * src/common/timing.h
7294         * src/common/utils.c
7295         * src/common/utils.h
7296         * src/common/version.h.in
7297         * src/common/xml.c
7298         * src/common/xml.h
7299         * src/common/xmlprops.c
7300         * src/common/xmlprops.h
7301         * src/gtk/colorlabel.c
7302         * src/gtk/colorsel.c
7303         * src/gtk/colorsel.h
7304         * src/gtk/description_window.c
7305         * src/gtk/description_window.h
7306         * src/gtk/filesel.c
7307         * src/gtk/filesel.h
7308         * src/gtk/foldersort.c
7309         * src/gtk/foldersort.h
7310         * src/gtk/gtkutils.c
7311         * src/gtk/gtkutils.h
7312         * src/gtk/inputdialog.c
7313         * src/gtk/inputdialog.h
7314         * src/gtk/logwindow.c
7315         * src/gtk/logwindow.h
7316         * src/gtk/manage_window.c
7317         * src/gtk/manage_window.h
7318         * src/gtk/menu.c
7319         * src/gtk/menu.h
7320         * src/gtk/pluginwindow.c
7321         * src/gtk/pluginwindow.h
7322         * src/gtk/prefswindow.c
7323         * src/gtk/prefswindow.h
7324         * src/gtk/progressdialog.c
7325         * src/gtk/progressdialog.h
7326         * src/gtk/sslcertwindow.c
7327         * src/gtk/sslcertwindow.h
7328         * src/plugins/clamav/clamav_plugin.c
7329         * src/plugins/clamav/clamav_plugin.h
7330         * src/plugins/clamav/clamav_plugin_gtk.c
7331         * src/plugins/demo/demo.c
7332         * src/plugins/dillo_viewer/dillo_prefs.c
7333         * src/plugins/dillo_viewer/dillo_prefs.h
7334         * src/plugins/dillo_viewer/dillo_viewer.c
7335         * src/plugins/pgpcore/passphrase.c
7336         * src/plugins/pgpcore/passphrase.h
7337         * src/plugins/pgpcore/plugin.c
7338         * src/plugins/pgpcore/select-keys.c
7339         * src/plugins/pgpcore/select-keys.h
7340         * src/plugins/pgpcore/sgpgme.c
7341         * src/plugins/pgpcore/sgpgme.h
7342         * src/plugins/pgpinline/pgpinline.c
7343         * src/plugins/pgpinline/pgpinline.h
7344         * src/plugins/pgpinline/plugin.c
7345         * src/plugins/pgpmime/pgpmime.c
7346         * src/plugins/pgpmime/pgpmime.h
7347         * src/plugins/pgpmime/plugin.c
7348         * src/plugins/spamassassin/spamassassin.c
7349         * src/plugins/spamassassin/spamassassin.h
7350         * src/plugins/spamassassin/spamassassin_gtk.c
7351         * src/plugins/trayicon/trayicon.c
7352                 update copyright header
7353
7354 2006-01-13 [paul]       1.9.100cvs141
7355
7356         * src/account.c
7357         * src/export.c
7358         * src/import.c
7359         * src/mainwindow.c
7360         * src/prefs_account.c
7361         * src/prefs_display_header.c
7362         * src/prefs_receive.c
7363         * src/prefs_send.c
7364         * src/prefs_summaries.c
7365         * src/prefs_themes.c
7366         * src/prefs_toolbar.c
7367         * src/gtk/about.c
7368                 various cleanups
7369
7370 2006-01-12 [colin]      1.9.100cvs140
7371
7372         * src/folder.c
7373         * src/folder.h
7374         * src/main.c
7375                 Add --subscribe option
7376                 Let sylpheed-claws email@domain.com equivalent to --compose
7377                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7378
7379 2006-01-12 [paul]       1.9.100cvs139
7380
7381         * src/mainwindow.c
7382                 append 'Change folder order' label with '...'
7383         * src/prefs_actions.c
7384                 allow reordering of actions list by dnd
7385         * src/gtk/foldersort.c
7386                 make the dialog nicer
7387
7388 2006-01-11 [colin]      1.9.100cvs138
7389
7390         * src/compose.c
7391                 Allow templates without text
7392
7393 2006-01-11 [paul]       1.9.100cvs137
7394
7395         * tools/README
7396         * tools/filter_conv_new.pl
7397                 add info to README
7398                 also check .sylpheed for filter.xml
7399                 be a bit informative to the user
7400
7401 2006-01-11 [colin]      1.9.100cvs136
7402
7403         * src/textview.c
7404                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7405
7406 2006-01-10 [paul]       1.9.100cvs135
7407
7408         * tools/Makefile.am
7409         * tools/filter_conv_new.pl
7410                 add script to convert new style Sylpheed
7411                 filter rules (Sylpheed >= 0.9.99) to
7412                 Claws filtering rules
7413
7414 2006-01-10 [colin]      1.9.100cvs134
7415
7416         * src/compose.c
7417                 Fix broken line joins in certain conditions
7418                 (between two quoted lines: <enter><enter><up>
7419                  <type a wrapped sentence><go in the first line>
7420                  <insert more text><watch as line joining failed>)
7421
7422 2006-01-10 [paul]       1.9.100cvs133
7423
7424         * src/compose.c
7425                 don't report success in error dialog
7426                 thanks to Colin
7427         * src/common/utils.c
7428                 include some trailing punctuations as URI
7429                 thanks to Hiro
7430
7431 2006-01-10 [paul]       1.9.100cvs132
7432
7433         * src/mimeview.c
7434                 fix incompatible pointer type
7435                 warning
7436
7437 2006-01-10 [paul]       1.9.100cvs131
7438
7439         * src/compose.c
7440                 change Subject in window title
7441                 instantaneously
7442
7443 2006-01-09 [colin]      1.9.100cvs130
7444
7445         * src/addressbook.c
7446         * src/headerview.c
7447         * src/mainwindow.c
7448         * src/messageview.c
7449         * src/mimeview.c
7450         * src/noticeview.c
7451         * src/summaryview.c
7452                 Fix possible crashes on exit and in addressbook
7453
7454 2006-01-09 [paul]       1.9.100cvs129
7455
7456         * src/prefs_msg_colors.c
7457                 some cleanups that I forgot last time
7458
7459 2006-01-09 [paul]       1.9.100cvs128
7460
7461         * README
7462         * src/folderview.c
7463         * src/prefs_msg_colors.c
7464                 add previously hidden option, color_new, to
7465                 the gui
7466                 move the page to Display/
7467                 rework the gui
7468
7469 2006-01-09 [wwp]        1.9.100cvs127
7470
7471         * src/prefs_themes.c
7472                 made the prefs/display/themes layouts spacing less condensed
7473                 (and so they match other prefs/pages' look).
7474
7475 2006-01-09 [paul]       1.9.100cvs126
7476
7477         * src/compose.c
7478         * src/prefs_common.c
7479         * src/prefs_common.h
7480         * src/prefs_wrapping.c
7481                 remove 'wrap at send' option
7482
7483 2006-01-06 [colin]      1.9.100cvs125
7484
7485         * src/compose.c
7486                 Just make completely sure we don't insert "manual line breaks" 
7487                 when wrapping... 
7488
7489 2006-01-04 [paul]
7490
7491         * 2.0.0-rc3 released
7492
7493 2006-01-04 [paul]       1.9.100cvs124
7494
7495         * src/folderview.c
7496                 fix bug 882, 'quick scroll in folder list
7497                 displays wrong folder contents'
7498
7499 2006-01-04 [paul]       1.9.100cvs123
7500
7501         * src/plugins/pgpmime/pgpmime.c
7502                 better debug information when signing
7503                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7504
7505 2006-01-03 [colin]      1.9.100cvs122
7506
7507         * configure.ac
7508                 We need to recheck for gpgme 1.0.0 after checking
7509                 for 1.1.1, because if 1.1.1 isn't available, 
7510                 GPGME_LIBS and friends are blanked out by the 
7511                 second check.
7512
7513 2006-01-03 [colin]      1.9.100cvs121
7514
7515         * src/common/prefs.c
7516                 Windows unlink-before rename fix
7517         * src/plugins/pgpcore/sgpgme.c
7518                 Add support for PKA info if available
7519                 Both patches by Werner Koch
7520
7521 2006-01-03 [paul]       1.9.100cvs120
7522
7523         * src/messageview.c
7524                 fix bug 884, 'Send receipt' button visible in queue
7525                 Thanks to Colin
7526
7527 2006-01-02 [colin]      1.9.100cvs119
7528
7529         * src/compose.c
7530         * src/imap.c
7531                 Fix autosave on IMAP and more generally try to
7532                 return the correct ID on a newly added IMAP message
7533
7534 2006-01-02 [paul]       1.9.100cvs118
7535
7536         * manual/keyboard.xml
7537                 edited
7538
7539 2006-01-01 [paul]       1.9.100cvs117
7540
7541         * src/gtk/authors.h
7542                 alphabetical order
7543
7544 2005-12-30 [colin]      1.9.100cvs116
7545
7546         * manual/advanced.xml
7547                 Explain Pre/Post-processing differences.
7548
7549 2005-12-30 [colin]      1.9.100cvs115
7550
7551         * src/mh.c
7552                 Implement copy_msgs for a little optimization
7553         * src/imap.c
7554                 Finish yesterday's fix
7555
7556 2005-12-29 [colin]      1.9.100cvs114
7557
7558         * src/imap.c
7559                 Fix occasional failure in fetching a mail over
7560                 IMAP
7561
7562 2005-12-29 [colin]      1.9.100cvs113
7563
7564         * src/compose.c
7565                 Don't remove a draft when sending it, if it is 
7566                 locked.
7567
7568 2005-12-28 [colin]      1.9.100cvs112
7569
7570         * src/summaryview.c
7571                 Fix leak for real
7572
7573 2005-12-28 [wwp]        1.9.100cvs111
7574
7575         * doc/faq/.cvsignore
7576         * doc/faq/de/.cvsignore
7577         * doc/faq/en/.cvsignore
7578         * doc/faq/es/.cvsignore
7579         * doc/faq/fr/.cvsignore
7580         * doc/faq/it/.cvsignore
7581         * doc/manual/.cvsignore
7582         * doc/manual/de/.cvsignore
7583         * doc/manual/en/.cvsignore
7584         * doc/manual/es/.cvsignore
7585         * doc/manual/fr/.cvsignore
7586         * doc/manual/ja/.cvsignore
7587         * src/plugins/mathml_viewer/.cvsignore
7588                 rollback revival of those files (my bad, sorry for the noise).
7589
7590 2005-12-28 [wwp]        1.9.100cvs110
7591
7592         * src/compose.c
7593                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7594
7595 2005-12-28 [wwp]        1.9.100cvs109
7596
7597         * doc/faq/.cvsignore
7598         * doc/faq/de/.cvsignore
7599         * doc/faq/en/.cvsignore
7600         * doc/faq/es/.cvsignore
7601         * doc/faq/fr/.cvsignore
7602         * doc/faq/it/.cvsignore
7603         * doc/manual/.cvsignore
7604         * doc/manual/de/.cvsignore
7605         * doc/manual/en/.cvsignore
7606         * doc/manual/es/.cvsignore
7607         * doc/manual/fr/.cvsignore
7608         * doc/manual/ja/.cvsignore
7609         * src/plugins/mathml_viewer/.cvsignore
7610         * po/.cvsignore
7611                 more files to ignore.
7612
7613 2005-12-24 [colin]      1.9.100cvs108
7614
7615         * AUTHORS
7616         * src/gtk/authors.h
7617                 Update for Werner
7618
7619 2005-12-24 [colin]      1.9.100cvs107
7620
7621         * src/procmsg.c
7622                 Allow NULL src_msginfo in 
7623                 procmsg_msginfo_new_from_mimeinfo
7624
7625 2005-12-23 [paul]       1.9.100cvs106
7626
7627         * src/plugins/pgpinline/mypgpcore.def
7628                 add this forgotten file
7629
7630 2005-12-23 [colin]      1.9.100cvs105
7631
7632         * src/mainwindow.c
7633                 Fix missing break
7634
7635 2005-12-23 [colin]      1.9.100cvs104
7636
7637         * autogen.sh
7638         * src/folder.c
7639         * src/mh.c
7640         * src/common/plugin.c
7641         * src/common/socket.c
7642         * src/common/socket.h
7643         * src/common/utils.c
7644         * src/common/utils.h
7645         * src/gtk/pluginwindow.c
7646         * src/plugins/pgpcore/plugin.def
7647         * src/plugins/pgpcore/sylpheed.def
7648         * src/plugins/pgpinline/Makefile.am
7649         * src/plugins/pgpinline/plugin.def
7650         * src/plugins/pgpinline/sylpheed.def
7651         * src/plugins/pgpmime/plugin.def
7652         * src/plugins/pgpmime/sylpheed.def
7653                 Various w32 fixes by Werner Koch
7654
7655 2005-12-22 [paul]       1.9.100cvs103
7656
7657         * src/wizard.c
7658                 don't offer IMAP as 'server type' if
7659                 libetpan isn't built in
7660
7661 2005-12-22 [paul]       1.9.100cvs102
7662
7663         * AUTHORS
7664         * src/mainwindow.c
7665         * src/mainwindow.h
7666         * src/toolbar.c
7667         * src/gtk/authors.h
7668                 support GTK_TOOLBAR_BOTH_HORIZ (text
7669                 next to icon) Patch by Marien Zwart
7670                 marienz@users.sf.net
7671                 Also reword the text
7672
7673 2005-12-21 [colin]      1.9.100cvs101
7674
7675         * configure.ac
7676                 Fix DATADIRNAME
7677         * COPYING
7678                 Fix missing section and explicit the exception better
7679         * src/compose.c
7680                 Prevent mail from being lost without notice when an
7681                 SMTP error happens on trying to send an unmodified
7682                 drafted mail.
7683         * src/send_message.c
7684         * src/common/smtp.c
7685                 Fix password remembering when wrong, and add return
7686                 value checks where they should have been
7687         * src/plugins/pgpcore/sylpheed.def
7688         * src/plugins/pgpinline/sylpheed.def
7689         * src/plugins/pgpmime/sylpheed.def
7690                 Add a few symbols needed
7691
7692 2005-12-21 [paul]       1.9.100cvs100
7693
7694         * m4/codeset.m4
7695         * m4/glibc21.m4
7696         * m4/intdiv0.m4
7697         * m4/inttypes-pri.m4
7698         * m4/inttypes.m4
7699         * m4/inttypes_h.m4
7700         * m4/isc-posix.m4
7701         * m4/lcmessage.m4
7702         * m4/stdint_h.m4
7703         * m4/uintmax_t.m4
7704                 gettextization
7705                 thanks to Colin
7706
7707 2005-12-21 [paul]       1.9.100cvs99
7708
7709         * po/sv.po
7710                 fixed by Colin
7711
7712 2005-12-20 [paul]       1.9.100cvs98
7713
7714         * po/sv.po
7715                 updated by Anders Trobäck
7716
7717 2005-12-20 [colin]      1.9.100cvs97
7718
7719         * ABOUT-NLS
7720         * Makefile.am
7721         * autogen.sh
7722         * configure.ac
7723         * config/config.rpath
7724         * config/mkinstalldirs
7725         * m4/Makefile.am
7726         * m4/glibc2.m4
7727         * m4/gnupg.m4
7728         * m4/gpgme.m4
7729         * m4/intmax.m4
7730         * m4/longdouble.m4
7731         * m4/longlong.m4
7732         * m4/printf-posix.m4
7733         * m4/signed.m4
7734         * m4/size_max.m4
7735         * m4/ulonglong.m4
7736         * m4/wchar_t.m4
7737         * m4/wint_t.m4
7738         * m4/xsize.m4
7739         * po/Makefile.in.in
7740         * po/Makevars
7741         * po/bg.po
7742         * po/ca.po
7743         * po/cs.po
7744         * po/de.po
7745         * po/el.po
7746         * po/en_GB.po
7747         * po/es.po
7748         * po/fi.po
7749         * po/fr.po
7750         * po/hr.po
7751         * po/hu.po
7752         * po/it.po
7753         * po/ja.po
7754         * po/ko.po
7755         * po/nb.po
7756         * po/nl.po
7757         * po/pl.po
7758         * po/pt_BR.po
7759         * po/ru.po
7760         * po/sk.po
7761         * po/sr.po
7762         * po/stamp-po
7763         * po/sv.po
7764         * po/zh_CN.po
7765         * po/zh_TW.po
7766         * src/Makefile.am
7767         * src/codeconv.c
7768         * src/compose.c
7769         * src/exporthtml.c
7770         * src/exportldif.c
7771         * src/folder.c
7772         * src/main.c
7773         * src/manual.c
7774         * src/mh.c
7775         * src/mimeview.c
7776         * src/send_message.c
7777         * src/common/Makefile.am
7778         * src/common/fnmatch.c
7779         * src/common/fnmatch.h
7780         * src/common/fnmatch_loop.c
7781         * src/common/nntp.c
7782         * src/common/plugin.c
7783         * src/common/smtp.c
7784         * src/common/socket.c
7785         * src/common/string_match.c
7786         * src/common/sylpheed.c
7787         * src/common/utils.c
7788         * src/common/utils.h
7789         * src/common/w32_dirent.c
7790         * src/common/w32_reg.c
7791         * src/common/w32_signal.c
7792         * src/common/w32_stat.c
7793         * src/common/w32_stdio.c
7794         * src/common/w32_stdlib.c
7795         * src/common/w32_string.c
7796         * src/common/w32_time.c
7797         * src/common/w32_unistd.c
7798         * src/common/w32_wait.c
7799         * src/common/w32lib.h
7800         * src/etpan/Makefile.am
7801         * src/gtk/Makefile.am
7802         * src/plugins/clamav/Makefile.am
7803         * src/plugins/demo/Makefile.am
7804         * src/plugins/dillo_viewer/Makefile.am
7805         * src/plugins/pgpcore/Makefile.am
7806         * src/plugins/pgpcore/passphrase.c
7807         * src/plugins/pgpcore/plugin.def
7808         * src/plugins/pgpcore/sgpgme.c
7809         * src/plugins/pgpcore/sylpheed.def
7810         * src/plugins/pgpcore/version.rc
7811         * src/plugins/pgpinline/Makefile.am
7812         * src/plugins/pgpinline/plugin.def
7813         * src/plugins/pgpinline/sylpheed.def
7814         * src/plugins/pgpinline/version.rc
7815         * src/plugins/pgpmime/Makefile.am
7816         * src/plugins/pgpmime/mypgpcore.def
7817         * src/plugins/pgpmime/plugin.def
7818         * src/plugins/pgpmime/sylpheed.def
7819         * src/plugins/pgpmime/version.rc
7820         * src/plugins/spamassassin/Makefile.am
7821                 Very little ;-) patch from Werner Koch, providing
7822                 infrastructure for cross-compiling to Win32
7823
7824 2005-12-20 [paul]       1.9.100cvs96
7825
7826         * src/account.c
7827         * src/account.h
7828         * src/mainwindow.c
7829         * src/mainwindow.h
7830         * src/toolbar.c
7831         * src/toolbar.h
7832                 add a combo to the Get All button, allowing
7833                 quick retrieval from any account
7834                 Patch by Fabien Vantard, slightly modified
7835                 by Colin
7836         * src/gtk/about.c
7837                 i18n fix. Patch by Fabien Vantard
7838
7839 2005-12-19 [colin]      1.9.100cvs95
7840
7841         * src/compose.c
7842         * src/compose.h
7843                 Don't automatically join lines when they've 
7844                 been separated by the user and not automatically
7845
7846 2005-12-19 [paul]       1.9.100cvs94
7847
7848         * src/gtk/pluginwindow.c
7849                 i18n fix.
7850                 Patch by Fabien Vantard
7851
7852 2005-12-15 [paul]       1.9.100cvs93
7853
7854         * src/common/plugin.c
7855         * src/common/plugin.h
7856         * src/gtk/pluginwindow.c
7857         * src/plugins/clamav/clamav_plugin.c
7858         * src/plugins/demo/demo.c
7859         * src/plugins/dillo_viewer/dillo_viewer.c
7860         * src/plugins/pgpcore/plugin.c
7861         * src/plugins/pgpinline/plugin.c
7862         * src/plugins/pgpmime/plugin.c
7863         * src/plugins/spamassassin/spamassassin.c
7864         * src/plugins/trayicon/trayicon.c
7865                 add plugin_version()
7866
7867 2005-12-15 [colin]      1.9.100cvs92
7868
7869         * src/compose.c
7870                 Further fix bug #875
7871
7872 2005-12-15 [paul]       1.9.100cvs91
7873
7874         * src/gtk/filesel.c
7875                 fix attach_load_dir getting set to
7876                 PLUGINDIR on plugin load
7877
7878 2005-12-14 [mones]      1.9.100cvs90
7879
7880         * manual/ack.xml
7881         * manual/keyboard.xml
7882                 Initial draft and some shortcuts added
7883                 
7884         * po/es.po
7885                 Updated translation
7886
7887 2005-12-14 [colin]      1.9.100cvs89
7888
7889         * src/compose.c
7890         * src/imap.c
7891         * src/summaryview.c
7892         * src/gtk/gtkaspell.c
7893                 More leaks fixed
7894         * src/prefs_folder_item.c
7895                 Fix recursive prefs apply
7896
7897
7898 2005-12-14 [colin]      1.9.100cvs88
7899
7900         * src/compose.c
7901                 Fix bug #875 (Freeze On Inline Forward of 
7902                 Large Message)
7903
7904 2005-12-13 [colin]      1.9.100cvs87
7905
7906         * src/compose.c
7907                 Uniq-ify and sort the mimetypes list
7908                 Patch by Fabien Vantard
7909
7910 2005-12-13 [colin]      1.9.100cvs86
7911
7912         * src/imap.c
7913         * src/etpan/imap-thread.c
7914                 Fix leaks (patch by Hoa)
7915         * src/news.c
7916         * src/common/plugin.c
7917                 Fix leaks
7918
7919 2005-12-12 [colin]
7920
7921         * 2.0.0-rc2 released
7922
7923 2005-12-12 [colin]      1.9.100cvs85
7924
7925         * src/matcher.c
7926                 Fix a leak
7927
7928 2005-12-12 [wwp]        1.9.100cvs84
7929
7930         * src/gtk/icon_legend.c
7931                 fix misbehaviour and crash when closing the legend window
7932         using the Esc key (patch by Fabien Vantard).
7933
7934 2005-12-12 [paul]       1.9.100cvs83
7935
7936         * src/browseldap.c
7937         * src/foldersel.c
7938         * src/prefs_actions.c
7939         * src/prefs_filtering.c
7940         * src/prefs_matcher.c
7941         * src/prefs_spelling.glade      ** REMOVED **
7942         * src/prefs_template.c
7943         * src/gtk/foldersort.glade      ** REMOVED **
7944         * src/gtk/pluginwindow.c
7945         * src/gtk/pluginwindow.glade    ** REMOVED **
7946         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7947                 cleanups
7948
7949 2005-12-11 [paul]       1.9.100cvs82
7950
7951         * src/gtk/filesel.c
7952                 fix attach_load_dir crasher (double free)
7953
7954 2005-12-09 [paul]       1.9.100cvs81
7955
7956         * po/POTFILES.in
7957         * src/mainwindow.c
7958         * src/gtk/Makefile.am
7959         * src/gtk/icon_legend.c
7960         * src/gtk/icon_legend.h
7961                 add icon legend
7962         * src/manual.c
7963                 cleanup
7964
7965 2005-12-09 [paul]       1.9.100cvs80
7966
7967         * src/plugins/pgpcore/passphrase.c
7968                 wrap the label in the dialog
7969
7970 2005-12-09 [colin]      1.9.100cvs79
7971
7972         * src/plugins/pgpcore/sgpgme.c
7973                 Display (untrusted) on not trusted signatures
7974                 Patch by Michal Èihaø <michal@cihar.com>
7975                 Closes bug #867 (Report also key trust)
7976
7977 2005-12-09 [colin]      1.9.100cvs78
7978
7979         * src/common/plugin.c
7980                 Update licence check, following Eben Moglen's advice
7981
7982 2005-12-08 [colin]      1.9.100cvs77
7983
7984         * src/folder.c
7985                 Fix the occasionnal item->cache != NULL 
7986                 assertion failure. 
7987
7988 2005-12-08 [colin]      1.9.100cvs76
7989
7990         * src/mimeview.c
7991         * src/plugins/pgpcore/sgpgme.c
7992                 Print key id when unable to check it
7993                 Closes bug #866 (Show key id when missing)
7994
7995 2005-12-08 [paul]       1.9.100cvs75
7996
7997         * src/prefs_common.c
7998         * src/prefs_common.h
7999         * src/gtk/filesel.c
8000                 remember load attachment dir
8001
8002 2005-12-07 [colin]      1.9.100cvs74
8003
8004         * src/prefs_toolbar.c
8005                 Gtk fixes, patch by Fabien Vantard
8006
8007 2005-12-07 [colin]      1.9.100cvs73
8008
8009         * src/action.c
8010         * src/compose.c
8011         * src/compose.h
8012                 Fix bug #839 (Quoted text isn't colored after 
8013                 executing an action)
8014         * src/common/plugin.c
8015                 Require plugins to declare their licence in plugin_licence()
8016                 Refuse to load non-GPL plugins as they'd be illegal (as 
8017                 derived works of Sylpheed-Claws, they must be GPL).
8018         * src/plugins/clamav/clamav_plugin.c
8019         * src/plugins/demo/demo.c
8020         * src/plugins/dillo_viewer/dillo_viewer.c
8021         * src/plugins/pgpcore/plugin.c
8022         * src/plugins/pgpinline/plugin.c
8023         * src/plugins/pgpmime/plugin.c
8024         * src/plugins/spamassassin/spamassassin.c
8025         * src/plugins/trayicon/trayicon.c
8026                 Add plugin_licence()
8027
8028 2005-12-07 [paul]       1.9.100cvs72
8029
8030         * configure.ac
8031         * src/mainwindow.c
8032         * src/manual.c
8033         * src/manual.h
8034         * src/common/defs.h
8035                 clean up after local FAQ removal and
8036                 temporary manual removal
8037
8038 2005-12-06 [colin]      1.9.100cvs71
8039
8040         * configure.ac
8041         * doc/Makefile.am
8042         * doc/faq/.cvsignore
8043         * doc/faq/Makefile.am
8044         * doc/faq/de/.cvsignore
8045         * doc/faq/de/Makefile.am
8046         * doc/faq/de/sylpheed-faq-1.html
8047         * doc/faq/de/sylpheed-faq-2.html
8048         * doc/faq/de/sylpheed-faq-3.html
8049         * doc/faq/de/sylpheed-faq.html
8050         * doc/faq/en/.cvsignore
8051         * doc/faq/en/Makefile.am
8052         * doc/faq/en/sylpheed-faq-1.html
8053         * doc/faq/en/sylpheed-faq-2.html
8054         * doc/faq/en/sylpheed-faq-3.html
8055         * doc/faq/en/sylpheed-faq-4.html
8056         * doc/faq/en/sylpheed-faq.html
8057         * doc/faq/es/.cvsignore
8058         * doc/faq/es/Makefile.am
8059         * doc/faq/es/sylpheed-faq-1.html
8060         * doc/faq/es/sylpheed-faq-2.html
8061         * doc/faq/es/sylpheed-faq-3.html
8062         * doc/faq/es/sylpheed-faq-4.html
8063         * doc/faq/es/sylpheed-faq.html
8064         * doc/faq/fr/.cvsignore
8065         * doc/faq/fr/Makefile.am
8066         * doc/faq/fr/sylpheed-faq-1.html
8067         * doc/faq/fr/sylpheed-faq-2.html
8068         * doc/faq/fr/sylpheed-faq-3.html
8069         * doc/faq/fr/sylpheed-faq.html
8070         * doc/faq/it/.cvsignore
8071         * doc/faq/it/Makefile.am
8072         * doc/faq/it/sylpheed-faq-1.html
8073         * doc/faq/it/sylpheed-faq-2.html
8074         * doc/faq/it/sylpheed-faq-3.html
8075         * doc/faq/it/sylpheed-faq.html
8076         * doc/manual/.cvsignore
8077         * doc/manual/Makefile.am
8078         * doc/manual/de/.cvsignore
8079         * doc/manual/de/Makefile.am
8080         * doc/manual/de/sylpheed-1.html
8081         * doc/manual/de/sylpheed-10.html
8082         * doc/manual/de/sylpheed-11.html
8083         * doc/manual/de/sylpheed-12.html
8084         * doc/manual/de/sylpheed-13.html
8085         * doc/manual/de/sylpheed-14.html
8086         * doc/manual/de/sylpheed-15.html
8087         * doc/manual/de/sylpheed-16.html
8088         * doc/manual/de/sylpheed-17.html
8089         * doc/manual/de/sylpheed-18.html
8090         * doc/manual/de/sylpheed-19.html
8091         * doc/manual/de/sylpheed-2.html
8092         * doc/manual/de/sylpheed-20.html
8093         * doc/manual/de/sylpheed-3.html
8094         * doc/manual/de/sylpheed-4.html
8095         * doc/manual/de/sylpheed-5.html
8096         * doc/manual/de/sylpheed-6.html
8097         * doc/manual/de/sylpheed-7.html
8098         * doc/manual/de/sylpheed-8.html
8099         * doc/manual/de/sylpheed-9.html
8100         * doc/manual/de/sylpheed.html
8101         * doc/manual/en/.cvsignore
8102         * doc/manual/en/Makefile.am
8103         * doc/manual/en/sylpheed-1.html
8104         * doc/manual/en/sylpheed-10.html
8105         * doc/manual/en/sylpheed-11.html
8106         * doc/manual/en/sylpheed-12.html
8107         * doc/manual/en/sylpheed-13.html
8108         * doc/manual/en/sylpheed-14.html
8109         * doc/manual/en/sylpheed-15.html
8110         * doc/manual/en/sylpheed-16.html
8111         * doc/manual/en/sylpheed-17.html
8112         * doc/manual/en/sylpheed-18.html
8113         * doc/manual/en/sylpheed-19.html
8114         * doc/manual/en/sylpheed-2.html
8115         * doc/manual/en/sylpheed-20.html
8116         * doc/manual/en/sylpheed-21.html
8117         * doc/manual/en/sylpheed-22.html
8118         * doc/manual/en/sylpheed-3.html
8119         * doc/manual/en/sylpheed-4.html
8120         * doc/manual/en/sylpheed-5.html
8121         * doc/manual/en/sylpheed-6.html
8122         * doc/manual/en/sylpheed-7.html
8123         * doc/manual/en/sylpheed-8.html
8124         * doc/manual/en/sylpheed-9.html
8125         * doc/manual/en/sylpheed.html
8126         * doc/manual/es/.cvsignore
8127         * doc/manual/es/Makefile.am
8128         * doc/manual/es/sylpheed-1.html
8129         * doc/manual/es/sylpheed-10.html
8130         * doc/manual/es/sylpheed-11.html
8131         * doc/manual/es/sylpheed-12.html
8132         * doc/manual/es/sylpheed-13.html
8133         * doc/manual/es/sylpheed-14.html
8134         * doc/manual/es/sylpheed-15.html
8135         * doc/manual/es/sylpheed-16.html
8136         * doc/manual/es/sylpheed-17.html
8137         * doc/manual/es/sylpheed-18.html
8138         * doc/manual/es/sylpheed-19.html
8139         * doc/manual/es/sylpheed-2.html
8140         * doc/manual/es/sylpheed-20.html
8141         * doc/manual/es/sylpheed-3.html
8142         * doc/manual/es/sylpheed-4.html
8143         * doc/manual/es/sylpheed-5.html
8144         * doc/manual/es/sylpheed-6.html
8145         * doc/manual/es/sylpheed-7.html
8146         * doc/manual/es/sylpheed-8.html
8147         * doc/manual/es/sylpheed-9.html
8148         * doc/manual/es/sylpheed.html
8149         * doc/manual/fr/.cvsignore
8150         * doc/manual/fr/Makefile.am
8151         * doc/manual/fr/sylpheed-1.html
8152         * doc/manual/fr/sylpheed-10.html
8153         * doc/manual/fr/sylpheed-11.html
8154         * doc/manual/fr/sylpheed-12.html
8155         * doc/manual/fr/sylpheed-13.html
8156         * doc/manual/fr/sylpheed-14.html
8157         * doc/manual/fr/sylpheed-15.html
8158         * doc/manual/fr/sylpheed-16.html
8159         * doc/manual/fr/sylpheed-17.html
8160         * doc/manual/fr/sylpheed-18.html
8161         * doc/manual/fr/sylpheed-19.html
8162         * doc/manual/fr/sylpheed-2.html
8163         * doc/manual/fr/sylpheed-20.html
8164         * doc/manual/fr/sylpheed-3.html
8165         * doc/manual/fr/sylpheed-4.html
8166         * doc/manual/fr/sylpheed-5.html
8167         * doc/manual/fr/sylpheed-6.html
8168         * doc/manual/fr/sylpheed-7.html
8169         * doc/manual/fr/sylpheed-8.html
8170         * doc/manual/fr/sylpheed-9.html
8171         * doc/manual/fr/sylpheed.html
8172         * doc/manual/ja/.cvsignore
8173         * doc/manual/ja/Makefile.am
8174         * doc/manual/ja/sylpheed-1.html
8175         * doc/manual/ja/sylpheed-10.html
8176         * doc/manual/ja/sylpheed-11.html
8177         * doc/manual/ja/sylpheed-12.html
8178         * doc/manual/ja/sylpheed-13.html
8179         * doc/manual/ja/sylpheed-14.html
8180         * doc/manual/ja/sylpheed-15.html
8181         * doc/manual/ja/sylpheed-16.html
8182         * doc/manual/ja/sylpheed-17.html
8183         * doc/manual/ja/sylpheed-18.html
8184         * doc/manual/ja/sylpheed-19.html
8185         * doc/manual/ja/sylpheed-2.html
8186         * doc/manual/ja/sylpheed-20.html
8187         * doc/manual/ja/sylpheed-3.html
8188         * doc/manual/ja/sylpheed-4.html
8189         * doc/manual/ja/sylpheed-5.html
8190         * doc/manual/ja/sylpheed-6.html
8191         * doc/manual/ja/sylpheed-7.html
8192         * doc/manual/ja/sylpheed-8.html
8193         * doc/manual/ja/sylpheed-9.html
8194         * doc/manual/ja/sylpheed.html
8195         * doc/manual/ja/sylpheed.sgml
8196         * src/mainwindow.c
8197                 Remove outdated manual and faq. Noisy, eh?
8198
8199 2005-12-06 [colin]      1.9.100cvs70
8200
8201         * src/compose.c
8202         * src/quote_fmt_parse.y
8203         * src/undo.c
8204         * src/undo.h
8205                 Allow %X to position cursor at 0 
8206                 (no %X = before signature)
8207                 Fix paste as quotation putting the cursor at 0
8208                 Fix undo offsets when pasting
8209                 Insert the quote_fmt at once instead of line 
8210                 by line
8211                 Fix [Edited] when starting to reply/forward
8212
8213 2005-12-06 [paul]       1.9.100cvs69
8214
8215         * src/plugins/clamav/clamav_plugin_gtk.c
8216                 add another tooltip
8217         * src/plugins/spamassassin/spamassassin_gtk.c
8218                 rework spamassassin_create_widget_func()
8219
8220 2005-12-05 [colin]      1.9.100cvs68
8221
8222         * po/POTFILES.in
8223                 Fix make release ;-)
8224
8225 2005-12-05 [colin]      1.9.100cvs67
8226
8227         * src/compose.c
8228         * src/compose.h
8229                 Fix cursor positioning (not obeying %X)
8230
8231 2005-12-05 [paul]       1.9.100cvs66
8232
8233         * src/plugins/dillo_viewer/dillo_prefs.c
8234                 fix compilation warning
8235
8236 2005-12-05 [paul]       1.9.100cvs65
8237
8238         * src/prefs_spelling.c
8239         * src/plugins/trayicon/trayicon.c
8240                 cleanups - remove unused stuff
8241
8242 2005-12-05 [paul]       1.9.100cvs64
8243
8244         * README
8245         * manual/plugins.xml
8246                 remove info about removed mathml_viewer plugin
8247
8248 2005-12-05 [paul]       1.9.100cvs63
8249
8250         * configure.ac
8251         * src/plugins/Makefile.am
8252         * src/plugins/mathml_viewer/.cvsignore
8253         * src/plugins/mathml_viewer/Makefile.am
8254         * src/plugins/mathml_viewer/mathml_viewer.c
8255                 remove unmaintained mathml_viewer plugin
8256
8257 2005-12-05 [paul]       1.9.100cvs62
8258
8259         * src/summaryview.c
8260                 obey prefs_common.always_show_msg when
8261                 moving a msg
8262                 Thanks to Colin
8263
8264 2005-12-05 [paul]       1.9.100cvs61
8265
8266         * src/compose.c
8267         * src/prefs_account.c
8268         * src/prefs_filtering.c
8269         * src/prefs_quote.c
8270         * src/prefs_spelling.c
8271         * src/prefs_toolbar.c
8272         * src/summaryview.c
8273         * src/gtk/gtkutils.c
8274         * src/gtk/quicksearch.c
8275         * src/plugins/dillo_viewer/dillo_prefs.c
8276                 dialog cleanups
8277
8278 2005-12-04 [paul]       1.9.100cvs60
8279
8280         * src/inc.c
8281         * src/prefs_account.c
8282         * src/prefs_account.h
8283                 allow a Local account to specify a
8284                 default inbox
8285                 (closes bug 843 'Inbox cannot be changed for local
8286                  mailboxes')
8287
8288 2005-12-04 [colin]      1.9.100cvs59
8289
8290         * src/plugins/trayicon/trayicon.c
8291                 Remove Get, rename Get All to Get Mail in order to
8292                 be consistent with the default main toolbar
8293
8294 2005-12-03 [colin]      1.9.100cvs58
8295
8296         * manual/gpl.xml
8297         * manual/sylpheed-claws-manual.xml
8298                 Add GPL appendix
8299
8300 2005-12-03 [paul]       1.9.100cvs57
8301
8302         * AUTHORS
8303         * po/sv.po
8304         * src/gtk/authors.h
8305                 new (partially complete) Swedish translation
8306                 by Anders Troback <sylpheed@troback.com>
8307
8308 2005-12-02 [paul]       1.9.100cvs56
8309
8310         * configure.ac
8311                 libetpan 0.41 required
8312
8313 2005-12-02 [paul]       1.9.100cvs55
8314
8315         * src/plugins/clamav/clamav_plugin.c
8316         * src/plugins/clamav/clamav_plugin.h
8317         * src/plugins/clamav/clamav_plugin_gtk.c
8318         * src/plugins/spamassassin/spamassassin.c
8319         * src/plugins/spamassassin/spamassassin.h
8320         * src/plugins/spamassassin/spamassassin_gtk.c
8321                 unregister prefs pages on unloading, thus
8322                 preventing a crash
8323                 (thanks to Colin for the hint)
8324
8325 2005-12-02 [wwp]        1.9.100cvs54
8326
8327         * src/quote_fmt.h
8328         * src/quote_fmt_parse.y
8329                 fix misuse of gboolean*, use gboolean instead
8330                 (thanks to Paul, Colin, for pointing out that scaring one)
8331
8332 2005-12-02 [paul]       1.9.100cvs53
8333
8334         * src/plugins/clamav/clamav_plugin.c
8335                 int no --> unsigned int no
8336         * src/plugins/clamav/clamav_plugin_gtk.c
8337                 rework config page
8338
8339 2005-12-02 [wwp]        1.9.100cvs52
8340
8341         * src/compose.c
8342         * src/prefs_template.c
8343         * src/quote_fmt.h
8344         * src/quote_fmt_parse.y
8345                 prevent from executing |f and |p templates commands when
8346                 adding or replacing templates in prefs (avoids annoying and
8347                 potentially dangerous behaviours)
8348
8349 2005-12-02 [paul]       1.9.100cvs51
8350
8351         * src/prefs_common.c
8352                 allow translation of some default values
8353                 Patch by Fabien Vantard
8354
8355 2005-12-02 [paul]       1.9.100cvs50
8356
8357         * src/codeconv.c
8358         * src/codeconv.h
8359         * src/prefs_common.c
8360         * src/prefs_common.h
8361         * src/prefs_message.c
8362         * src/textview.c
8363                 remove obsolete 'convert_mb_alnum' option
8364                 and related stuff
8365         * src/gtk/about.c
8366                 remove unused 'about_textview_visibility_notify'
8367
8368 2005-12-02 [paul]       1.9.100cvs49
8369
8370         * src/prefs_account.c
8371         * src/prefs_compose_writing.c
8372         * src/prefs_fonts.c
8373         * src/prefs_gtk.h
8374         * src/prefs_image_viewer.c
8375         * src/prefs_message.c
8376         * src/prefs_other.c
8377         * src/prefs_receive.c
8378         * src/prefs_send.c
8379         * src/prefs_spelling.c
8380         * src/prefs_summaries.c
8381         * src/prefs_wrapping.c
8382         * src/plugins/dillo_viewer/dillo_prefs.c
8383         * src/plugins/pgpcore/prefs_gpg.c
8384                 several cleanups to the prefs dialogs
8385                 (slightly modified) patch by Fabien Vantard
8386
8387 2005-12-02 [paul]       1.9.100cvs48
8388
8389         * src/main.c
8390                 --exit means exit
8391         * src/send_message.c
8392                 fix crash on send when connection fails
8393
8394         Thanks to Colin
8395
8396 2005-12-01 [colin]      1.9.100cvs47
8397
8398         * src/html.c
8399                 Translate &hellip; to "..."
8400
8401 2005-11-30 [colin]      1.9.100cvs46
8402
8403         * src/matcher.c
8404         * src/matcher.h
8405                 Optimize back yesterday's fix.
8406
8407 2005-11-30 [paul]       1.9.100cvs45
8408
8409         * manual/faq.xml
8410                 standardised
8411         * manual/intro.xml
8412                 written by Colin, edited by me
8413
8414 2005-11-29 [colin]      1.9.100cvs44
8415
8416         * src/matcher.c
8417                 Skip headers unconditionnaly in match_body if the
8418                 rule is not message or ~message
8419
8420 2005-11-29 [colin]      1.9.100cvs43
8421
8422         * src/matcher.c
8423                 Fix body_part and such, not skipping headers 
8424                 if the matchcriteria wasn't the first in the rule
8425
8426 2005-11-29 [colin]      1.9.100cvs42
8427
8428         * src/compose.c
8429                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8430                 option missing from message view window)
8431                 Fix double text D'n'D with gtk-2.8
8432         * src/matcher.c
8433                 Fix ~message, ~headers_part, ~body_part rules
8434         * src/messageview.c
8435                 Add Windows-1252 (Closes bug #863)
8436                 Fix accels
8437         * src/gtk/gtkaspell.c
8438                 Properly destroy accels in all menus
8439
8440 2005-11-29 [mones]      1.9.100cvs41
8441
8442         * po/es.po
8443                 Updated.
8444
8445 2005-11-27 [colin]      1.9.100cvs40
8446
8447         * src/mh_gtk.c
8448                 "/Remove mailbox" -> "/Remove mailbox..."
8449
8450 2005-11-27 [paul]       1.9.100cvs39
8451
8452         * AUTHORS
8453         * po/de.po
8454         * src/gtk/authors.h
8455                 updated by new maintainer, Stephan Sachse
8456
8457 2005-11-27 [paul]       1.9.100cvs38
8458
8459         * manual/faq.xml
8460                 written by Colin, edited by me
8461
8462 2005-11-27 [paul]       1.9.100cvs37
8463
8464         * src/prefs_common.c
8465         * src/prefs_common.h
8466         * src/prefs_receive.c
8467         * src/prefs_summaries.c
8468                 move 'go to inbox after receiving new mail'
8469                 option from display/sumamaries to mail
8470                 handling/receive, and rework prefs_summaries
8471                 dialog a little
8472
8473 2005-11-25 [martin]     1.9.100cvs36
8474
8475         * po/de.po
8476             fixed windows-1252 translation;
8477             translated some new and fuzzy strings
8478
8479 2005-11-25 [paul]       1.9.100cvs35
8480
8481         * src/plugins/clamav/clamav_plugin.c
8482                 complete the update done in cvs34
8483
8484 2005-11-25 [paul]       1.9.100cvs34
8485
8486         * src/plugins/clamav/clamav_plugin.c
8487                 reflect upstream changes
8488
8489 2005-11-25 [paul]       1.9.100cvs33
8490
8491         * manual/ack.xml
8492         * manual/plugins.xml
8493         * manual/sylpheed-claws-manual.xml
8494                 written/updated by Colin, edited by me
8495         * tools/acroread2sylpheed.pl
8496                 update binary name
8497
8498 2005-11-24 [colin]      1.9.100cvs32
8499
8500         * src/compose.c
8501                 Fix bug #856 (reediting messages forgets Request
8502                 Return Receipt)
8503
8504 2005-11-24 [paul]       1.9.100cvs31
8505
8506         * manual/addrbook.xml
8507         * manual/starting.xml
8508                 written by Colin, proofread, edited, adapted by me
8509         * manual/advanced.xml
8510                 add some Actions examples
8511         * src/importldif.c
8512                 use a Save button instead of a Close button
8513         * src/wizard.c
8514                 indicate mandatory fields
8515                 fix page display
8516                 Thanks to Colin
8517
8518 2005-11-23 [colin]      1.9.100cvs30
8519
8520         * src/addressbook.c
8521                 Rename menu item, fix possible crash after
8522                 deletion of books
8523         * src/addrindex.c
8524                 Allow searching for '*' in ldap
8525         * src/browseldap.c
8526                 Fix "Browse Entry" (did anyone use it?)
8527         * src/wizard.c
8528                 Add guards for mandatory information
8529
8530 2005-11-23 [paul]       1.9.100cvs29
8531
8532         * manual/advanced.xml
8533                 corrections to the English
8534
8535 2005-11-23 [colin]      1.9.100cvs28
8536
8537         * src/mimeview.c
8538                 Fix possible crash at exit. After the call to
8539                 gtk_container_remove(), the Viewer's widget has no
8540                 more parent so gtk+ automatically frees it and its
8541                 sons. If destroy_viewer() then try to access it,
8542                 problems ensue.
8543
8544 2005-11-22 [colin]      1.9.100cvs27
8545
8546         * src/compose.c
8547         * src/gtk/gtkaspell.c
8548                 Fix right-clicking on a misspelled word
8549                 Fix More... in suggestions menu
8550
8551 2005-11-22 [wwp]        1.9.100cvs26
8552
8553         * src/prefs_template.c
8554                 templates works: re-sort templates list when adding or replacing,
8555                 prevent from adding or replacing when the template name is empty
8556
8557 2005-11-21 [colin]      1.9.100cvs25
8558
8559         * src/addressbook.c
8560                 Fix some addressbook suckage (dnd, select all)
8561         * src/compose.c
8562         * src/gtk/gtkaspell.c
8563         * src/gtk/gtkaspell.h
8564                 Make the spellchecker menu work with the 
8565                 GtkTextView one instead of overriding it
8566
8567 2005-11-20 [paul]       1.9.100cvs24
8568
8569         * manual/handling.xml
8570                 proofread and corrected
8571
8572 2005-11-20 [paul]       1.9.100cvs23
8573
8574         * manual/Makefile
8575                 generate html as one file
8576         * manual/advanced.xml
8577                 fix output generation
8578                 reformat hidden options list
8579         * manual/manual.xml     ** REMOVED **
8580         * manual/sylpheed-claws-manual.xml      ** ADDED **
8581                 renamed
8582
8583 2005-11-18 [colin]      1.9.100cvs22
8584
8585         * src/prefs_account.c
8586                 Fix layout in news and mbox accounts
8587         * manual/account.xml
8588         * manual/advanced.xml
8589                 New contents for Paul to check :)
8590
8591 2005-11-18 [wwp]        1.9.100cvs21
8592
8593         * src/gtk/quicksearch.c
8594                 don't update extended quicksearch buttons twice
8595
8596 2005-11-18 [paul]       1.9.100cvs20
8597
8598         * src/textview.c
8599                 complete 1.9.100cvs19
8600
8601 2005-11-18 [paul]       1.9.100cvs19
8602
8603         * src/compose.c
8604                 cosmetic improvements
8605         * src/textview.c
8606                 also list text/* attachments
8607
8608 2005-11-18 [colin]      1.9.100cvs18
8609
8610         * src/summaryview.c
8611                 Use column 0 instead of -1 in 
8612                 gtk_ctree_node_moveto, in a naive
8613                 hope it'll fix the gtk-related crashes
8614
8615 2005-11-18 [colin]      1.9.100cvs17
8616
8617         * src/gtk/inputdialog.c
8618                 Fix icon staying the first one
8619
8620 2005-11-17 [wwp]        1.9.100cvs16
8621                 fix possible problem showing some quicksearch buttons, and a bad
8622                 call to g_return_if_fail in a function that returns a value (both
8623                 fixes by Fabien Vantard)
8624
8625 2005-11-15 [wwp]        1.9.100cvs15
8626
8627         * src/gtk/quicksearch.c
8628                 added a tooltip to that obscure ... quicksearch button
8629
8630 2005-11-15 [wwp]        1.9.100cvs14
8631
8632         * src/gtk/quicksearch.c
8633                 add a quicksearch helper to filtering expression users: the ... button
8634                 raises the condition expr window. condition expressions set up w/ this
8635                 window are used by the quicksearch if the user closes it pressing OK.
8636
8637 2005-11-14 [paul]       1.9.100cvs13
8638
8639         * src/plugins/clamav/clamav_plugin.c
8640         * src/plugins/spamassassin/spamassassin.c
8641                 change plugin type following recent merging
8642
8643 2005-11-14 [wwp]        1.9.100cvs12
8644
8645         * src/folder.c
8646                 prevent from crashing when copying/moving message(s) from and
8647                 to the same folder
8648
8649 2005-11-14 [paul]       1.9.100cvs11
8650
8651         * src/plugins/clamav/Makefile.am
8652         * src/plugins/clamav/clamav_plugin.c
8653         * src/plugins/clamav/clamav_plugin.h
8654         * src/plugins/clamav/clamav_plugin_gtk.c
8655                 also merge clamav and clamav_gtk plugins
8656
8657 2005-11-13 [colin]      1.9.100cvs10
8658
8659         * configure.ac
8660         * src/plugins/spamassassin/Makefile.am
8661         * src/plugins/spamassassin/spamassassin.c
8662         * src/plugins/spamassassin/spamassassin.h
8663         * src/plugins/spamassassin/spamassassin_gtk.c
8664                 Merge spamassassin and spamassassin_gtk plugins,
8665                 and build it by default.
8666
8667 2005-11-12 [colin]      1.9.100cvs9
8668
8669         * src/etpan/imap-thread.c
8670                 Fix gcc warning
8671
8672 2005-11-12 [colin]      1.9.100cvs8
8673
8674         * src/procmime.c
8675                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8676
8677 2005-11-10 [colin]      1.9.100cvs7
8678
8679         * src/main.c
8680                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8681                 minimised state)
8682
8683 2005-11-10 [wwp]        1.9.100cvs6
8684
8685         * src/gtk/description_window.c
8686                 fix a crash when closing description windows using the WM's [X] button
8687
8688 2005-11-09 [colin]      1.9.100cvs5
8689
8690         * src/common/ssl.c
8691                 Update libetpan call to follow upstream
8692                 (yes, this requires libetpan-0.40cvs3)
8693
8694 2005-11-08 [colin]      1.9.100cvs4
8695
8696         * src/compose.c
8697         * src/textview.c
8698         * src/common/utils.c
8699         * src/common/utils.h
8700                 Enhance the email parser
8701
8702 2005-11-08 [colin]      1.9.100cvs3
8703
8704         * src/procmime.c
8705                 Fix what looks like an off-by-one (fixes 
8706                 attachments from the Bat)
8707
8708 2005-11-08 [wwp]        1.9.100cvs2
8709
8710         * src/main.c
8711                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8712
8713 2005-11-08 [wwp]        1.9.100cvs1
8714
8715         * src/main.c
8716                 allow exiting Sylpheed-Claws from command-line
8717
8718 2005-11-08 [paul]       1.9.100
8719
8720         1.9.100 released
8721
8722 2005-11-07 [colin]      1.9.99cvs17
8723
8724         * src/addritem.c
8725         * src/ldif.c
8726                 Fix import of base-64 encoded items
8727
8728 2005-11-07 [colin]      1.9.99cvs16
8729
8730         * src/send_message.c
8731                 Fix bug #314 (Queue does not empty under certain 
8732                 circumstances)
8733
8734 2005-11-07 [paul]       1.9.99cvs15
8735
8736         * src/mutt.c
8737         * src/pine.c
8738                 fix buffer overflows
8739                 Thanks to Colin
8740
8741 2005-11-07 [paul]       1.9.99cvs14
8742
8743         * doc/man/Makefile.am
8744         * doc/man/sylpheed-claws.1      ** ADDED **
8745         * doc/man/sylpheed.1            ** DELETED **
8746                 rename and update the man file
8747
8748 2005-11-06 [colin]      1.9.99cvs13
8749
8750         * src/ldif.c
8751                 Fix ldif_get_line() that returned empty strings
8752                 (Didn't understand why). Also fix a possible
8753                 buffer overflow.
8754
8755 2005-11-06 [wwp]        1.9.99cvs12
8756
8757         * src/textview.c
8758         * src/gtk/about.c
8759         * src/gtk/gtkutils.c
8760         * src/gtk/gtkutils.h
8761                 fix a compilation warning,
8762                 make links sensitive in the about dialog
8763
8764 2005-11-04 [wwp]        1.9.99cvs11
8765
8766         * src/gtk/about.c
8767                 don't wrap or translate URIs, and a bit text format cleanup
8768
8769 2005-11-04 [wwp]        1.9.99cvs10
8770
8771         * src/gtk/about.c
8772                 better textview tagging implementation (no more use of marks for
8773                 postponed tagging)
8774
8775 2005-11-02 [colin]      1.9.99cvs9
8776
8777         * src/common/ssl.c
8778                 Forgot an ifdef
8779
8780 2005-11-02 [colin]      1.9.99cvs8
8781
8782         * configure.ac
8783                 Require libetpan-0.40 due to upstream fix
8784         * src/common/ssl.c
8785                 Tell libetpan not to call SSL_Library_Init,
8786                 as we do it ourselves.
8787
8788 2005-11-02 [colin]      1.9.99cvs7
8789
8790         * po/POTFILES.in
8791                 Add missing files (thanks to Fabien Vantard)
8792
8793 2005-11-02 [colin]      1.9.99cvs6
8794
8795         * src/summaryview.c
8796                 Fix totals when read messages are hidden or quicksearch
8797                 is on
8798         * src/ssl_manager.c
8799         * src/ssl_manager.h
8800         * src/common/ssl_certificate.c
8801         * src/common/ssl_certificate.h
8802         * src/gtk/sslcertwindow.c
8803         * src/gtk/sslcertwindow.h
8804                 Fix copyright on my stuff
8805
8806 2005-11-02 [wwp]        1.9.99cvs5
8807
8808         * src/prefs_themes.c
8809                 fix directory name checking (theme installation/removal),
8810                 made related error a bit more verbose
8811
8812 2005-11-02 [colin]      1.9.99cvs4
8813
8814         * src/summaryview.c
8815                 Fix typo (probably fixes bug #841 (Sort by the From 
8816                 field doesn't work)
8817
8818 2005-11-02 [paul]       1.9.99cvs3
8819
8820         * po/ko.po
8821         * po/nb.po
8822                 updated by SungHyun Nam, Geir Helland
8823         * src/wizard.c
8824                 fix typo in welcome message. spotted by
8825                 Andrea Spadaccini
8826
8827 2005-11-01 [colin]      1.9.99cvs2
8828
8829         * src/compose.c
8830                 Fix replying to ml wen confirming subscription
8831         * src/messageview.c
8832         * src/mimeview.c
8833         * src/mimeview.h
8834         * src/privacy.h
8835         * src/summaryview.c
8836                 Make key check non blocking
8837
8838 2005-10-31 [paul]       1.9.99cvs1
8839
8840         * tools/claws.i18n.status.pl
8841                 updated for ChangeLog
8842
8843 2005-10-31 [paul]       1.9.99
8844
8845         1.9.99 released
8846
8847 2005-10-31 [paul]       1.9.15cvs131
8848
8849         * .cvsignore
8850         * ChangeLog
8851         * ChangeLog.claws       ** REMOVED **
8852         * ChangeLog-gtk2.claws  ** REMOVED **
8853         * ChangeLog.gtk1        ** ADDED **
8854         * INSTALL
8855         * Makefile.am
8856         * NEWS
8857         * README
8858         * README.claws          ** REMOVED **
8859         * README.jp             ** REMOVED **
8860         * RELEASE_NOTES         ** ADDED **
8861         * RELEASE_NOTES.claws   ** REMOVED **
8862         * commitHelper
8863         * configure.ac
8864         * sylpheed.spec.in      ** REMOVED **
8865                 tidy up and update the default docs:
8866                 ChangeLog.claws is renamed ChangeLog.gtk1
8867                 ChangeLog-gtk2.claws is renamed ChangeLog
8868                 README.claws is renamed README
8869                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8870
8871 2005-10-31 [paul]       1.9.15cvs130
8872
8873         * po/it.po
8874                 fix errors
8875
8876 2005-10-31 [paul]       1.9.15cvs129
8877
8878         * po/ca.po
8879         * po/de.po
8880         * po/en_GB.po
8881         * po/fr.po
8882         * po/it.po
8883         * po/pt_BR.po
8884         * po/sk.po
8885         * po/sr.po
8886         * po/zh_CN.po
8887                 updated by Miquel Oliete, Stephan Sachse and
8888                 Thomas Gilgin, me, Fabien Vantard, Andrea
8889                 Spadaccini, Frederico Goncalves Guimaraes,
8890                 Andrej Kacian, Aleksandar Urosevic, and
8891                 Ralgh Young.
8892
8893 2005-10-31 [mones]      1.9.15cvs128
8894
8895         * manual/faq.xml
8896                 More questions.
8897         
8898         * po/es.po
8899                 Updated for release.
8900
8901 2005-10-30 [colin]      1.9.15cvs127
8902
8903         * src/compose.c
8904                 Place cursor before rewrapping (fixes cursor
8905                 pos if quotation gets rewrapped)
8906
8907 2005-10-29 [paul]       1.9.15cvs126
8908
8909         * src/crash.c
8910         * src/foldersel.c
8911         * src/main.c
8912         * src/messageview.c
8913         * src/toolbar.c
8914         * src/gtk/authors.h
8915                 corrections to text items
8916
8917 2005-10-28 [colin]      1.9.15cvs125
8918
8919         * src/messageview.c
8920                 Make "hit 'C' to check sig" work from extern 
8921                 messageviews
8922
8923 2005-10-27 [colin]      1.9.15cvs124
8924
8925         * src/summaryview.c
8926                 Add a hack to avoid segfaulting when hammering 
8927                 on gtk's events
8928
8929 2005-10-27 [wwp]        1.9.15cvs123
8930
8931         * src/prefs_themes.c
8932                 sort list of themes names in themes prefs
8933
8934 2005-10-27 [paul]       1.9.15cvs122
8935
8936         * src/folder.c
8937         * src/prefs_account.c
8938                 fix building on Solaris
8939                 Patch by Alex Moore
8940
8941 2005-10-27 [wwp]        1.9.15cvs121
8942
8943         * src/summaryview.c
8944         * src/gtk/gtksctree.c
8945                 speed up unselecting messages in summary view (thanks to Colin)
8946
8947 2005-10-27 [paul]       1.9.15cvs120
8948
8949         * src/mainwindow.c
8950                 fix a compilation warning
8951         * src/summaryview.c
8952                 fix updating of 'n items selected' count
8953                 when deselecting
8954
8955 2005-10-27 [martin]     1.9.15cvs119
8956
8957         * src/action.c
8958                 ignore actions with a leading '/' in the action menu name
8959                 fixes a crash on menu creation
8960         * src/prefs_actions.c
8961                 do not allow a leading '/' in the action menu name
8962
8963 2005-10-27 [paul]       1.9.15cvs118
8964
8965         * src/main.c
8966                 fix compilation warning
8967
8968 2005-10-27 [paul]       1.9.15cvs117
8969
8970         * src/procmime.c
8971                 add #if HAVE_LOCALE_H
8972
8973 2005-10-27 [paul]       1.9.15cvs116
8974
8975         * src/plugins/clamav/clamav_plugin.c
8976         * src/plugins/dillo_viewer/dillo_viewer.c
8977         * src/plugins/mathml_viewer/mathml_viewer.c
8978         * src/plugins/pgpcore/plugin.c
8979         * src/plugins/pgpinline/plugin.c
8980         * src/plugins/pgpmime/plugin.c
8981         * src/plugins/spamassassin/spamassassin.c
8982         * src/plugins/trayicon/trayicon.c
8983                 plugin_init() : make error messages more
8984                 informative
8985
8986 2005-10-26 [wwp]        1.9.15cvs115
8987
8988         * src/prefs_matcher.c
8989                 enlarge boolean op widget width a bit (wasn't always showing text contents)
8990
8991 2005-10-26 [wwp]        1.9.15cvs114
8992
8993         * src/procmime.c
8994         * src/gtk/gtksctree.c
8995         * src/plugins/spamassassin/libspamc.c
8996         * src/plugins/spamassassin/spamassassin.c
8997                 fix some compilation warnings more
8998
8999 2005-10-26 [mones]      1.9.15cvs113
9000
9001         * po/es.po
9002                 Updated translation
9003
9004 2005-10-26 [paul]       1.9.15cvs112
9005
9006         * src/prefs_message.c
9007                 give all display_xface stuff the
9008                 #if HAVE_LIBCOMPFACE treatment, thus
9009                 preventing a crash
9010                 (Thanks to Wolfgang Enderlein)
9011
9012 2005-10-26 [colin]      1.9.15cvs111
9013
9014         * src/gedit-print.c
9015                 Fix date format
9016         * src/imap_gtk.c
9017         * src/news_gtk.c
9018                 Remove context menu items that should not be there
9019         * src/jpilot.c
9020                 Fix encoding
9021         * src/main.c
9022         * src/mainwindow.c
9023                 Don't show the mainwindow too soon
9024
9025 2005-10-26 [wwp]        1.9.15cvs110
9026
9027         * src/folder.c
9028         * src/manual.c
9029         * src/summaryview.c
9030                 fix uninitialized pointers in the folder updating hook
9031                 (thanks to Colin)
9032
9033 2005-10-25 [mones]      1.9.15cvs109
9034
9035         * manual/faq.xml
9036                 General information subsection completed. 
9037                 Removed archaic references.
9038                 
9039         * manual/Makefile
9040         * manual/dtd/manual.dsl
9041                 Added customization stylesheet for getting paragraphs
9042                 fully justified in PDF output (as suggested by Colin).
9043
9044 2005-10-25 [colin]      1.9.15cvs108
9045
9046         * src/compose.c
9047                 Fix a second leak
9048
9049 2005-10-25 [colin]      1.9.15cvs107
9050
9051         * src/addrbook.c
9052         * src/addrindex.c
9053                 Fix leak (xml_get_element() allocates memory)
9054         * src/compose.c
9055                 Fix leak + dead code (shame!)
9056         * src/procmime.c
9057                 Fix leak
9058
9059 2005-10-25 [colin]      1.9.15cvs106
9060
9061         * src/mimeview.c
9062                 Fix encoding issue in Save all and in 
9063                 overwrite-confirmation alertpanel
9064
9065 2005-10-25 [colin]      1.9.15cvs105
9066
9067         * src/common/socket.c
9068                 Fix a leak - Thanks to Christopher Aillon
9069                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9070
9071 2005-10-25 [paul]       1.9.15cvs104
9072
9073         * src/wizard.c
9074                 Always guess servers from the right-hand
9075                 email part and guess username from the
9076                 left-hand part. (Thanks to Colin)
9077                 add an X-Face to the welcome message
9078
9079 2005-10-25 [paul]       1.9.15cvs103
9080
9081         * manual/handling.xml
9082                 written by Colin, edited by me
9083
9084 2005-10-25 [wwp]        1.9.15cvs102
9085
9086         * src/folderview.c
9087         * src/grouplistdialog.c
9088         * src/imap.c
9089         * src/noticeview.c
9090                 fix some compilation warnings
9091
9092 2005-10-24 [paul]
9093
9094         1.9.99-rc3 released
9095
9096 2005-10-24 [paul]       1.9.15cvs101
9097
9098         * src/gtk/about.c
9099                 fix window sizing
9100
9101 2005-10-24 [paul]       1.9.15cvs100
9102
9103         * src/pixmaps/offline.xpm
9104         * src/pixmaps/online.xpm
9105                 replace with last default versions
9106
9107 2005-10-24 [colin]      1.9.15cvs99
9108
9109         * src/imap.c
9110                 Fix bug when moving a folder
9111         * src/imap_gtk.c
9112         * src/mh_gtk.c
9113                 "Delete folder" pops up a window, so it 
9114                 should be suffixed with "..."
9115         * src/plugins/pgpcore/sgpgme.c
9116                 Include locale.h
9117
9118 2005-10-24 [mones]      1.9.15cvs98
9119
9120         * manual/Makefile
9121         * manual/account.xml
9122         * manual/ack.xml
9123         * manual/addrbook.xml
9124         * manual/advanced.xml
9125         * manual/faq.xml
9126         * manual/glossary.xml
9127         * manual/gpl.xml
9128         * manual/handling.xml
9129         * manual/intro.xml
9130         * manual/keyboard.xml
9131         * manual/manual.xml
9132         * manual/plugins.xml
9133         * manual/starting.xml
9134         * manual/dtd/sdocbook.dtd
9135                 Initial manual structure and some content.
9136
9137 2005-10-23 [wwp]        1.9.15cvs97
9138
9139         * src/gtk/about.c
9140                 fix a typo
9141
9142 2005-10-23 [wwp]        1.9.15cvs96
9143
9144         * src/gtk/about.c
9145         * src/gtk/authors.h
9146                 rework of the about window (main work by Paul), also featuring a few
9147                 fixes for typos and duplicate names
9148
9149 2005-10-23 [wwp]        1.9.15cvs95
9150
9151         * src/.cvsignore
9152                 Ignore the right binary name (sylpheed-claws now)
9153
9154 2005-10-23 [paul]       1.9.15cvs94
9155
9156         * src/compose.c
9157                 when using Folder Pref 'Default To for
9158                 replies' make the entry in the Compose
9159                 window bold
9160                 Patch by Fabien Vantard
9161
9162 2005-10-22 [colin]      1.9.15cvs93
9163
9164         * src/codeconv.c
9165                 Fix leak
9166
9167 2005-10-22 [colin]      1.9.15cvs92
9168
9169         * src/codeconv.c
9170                 try to convert using locale (apart utf8) if necessary
9171
9172 2005-10-22 [colin]      1.9.15cvs91
9173
9174         * src/pixmaps/new.xpm
9175         * src/pixmaps/unread.xpm
9176                 Make the unread envelope blue again and
9177                 saturate the new one a bit more.
9178
9179 2005-10-22 [colin]      1.9.15cvs90
9180
9181         * src/compose.c
9182                 When replying to a mail sent by one of our accounts,
9183                 use the original list of recipients. Let 'Reply All'
9184                 and 'Reply to sender' work like previously.
9185
9186 2005-10-21 [colin]      1.9.15cvs89
9187
9188         * src/prefs_filtering.c
9189                 Clear fields after add and replace
9190         * src/textview.c
9191                 Display xface differently (better)
9192         * src/plugins/pgpinline/pgpinline.c
9193                 Fix crappy encodings/recodings
9194
9195 2005-10-21 [paul]       1.9.15cvs88
9196
9197         * src/compose.c
9198         * src/prefs_folder_item.c
9199         * src/toolbar.c
9200                 fix news folder Folder Properties
9201                 (thanks to Colin)
9202         * src/folderview.c
9203                 update folderview after Themes change
9204                 keep selected folder selected
9205                 (thanks to Colin)
9206
9207 2005-10-21 [paul]       1.9.15cvs87
9208
9209         * tools/Makefile.am
9210         * tools/OOo2sylpheed.pl
9211         * tools/README
9212         * tools/README.sylprint
9213         * tools/asus_mailled.sh         ** REMOVED **
9214         * tools/filter_conv.pl
9215         * tools/freshmeat_search.pl
9216         * tools/google_search.pl
9217         * tools/gpg-sign-syl            ** REMOVED **
9218         * tools/kmail2sylpheed.pl
9219         * tools/kmail2sylpheed_v2.pl
9220         * tools/multiwebsearch.pl
9221         * tools/nautilus2sylpheed.sh
9222         * tools/newscache_clean.pl
9223         * tools/outlook2sylpheed.pl
9224         * tools/sylpheed-switcher       ** REMOVED **
9225         * tools/sylprint.pl
9226         * tools/sylprint.rc
9227         * tools/tb2sylpheed
9228         * tools/vcard2xml.py
9229         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9230                 update default config dir
9231                 update binary name (thanks to Fabien Vantard)
9232                 remove obsolete scripts
9233
9234 2005-10-21 [colin]      1.9.15cvs86
9235
9236         * src/inc.c
9237                 Fix possible leak and units. Based on a patch by
9238                 Fabien Vantard.
9239
9240 2005-10-20 [colin]      1.9.15cvs85
9241
9242         * src/textview.c
9243                 Clear xface when clearing textview
9244
9245 2005-10-20 [colin]      1.9.15cvs84
9246
9247         * configure.ac
9248         * src/folderview.c
9249         * src/headerview.c
9250         * src/main.c
9251         * src/prefs_common.c
9252         * src/prefs_common.h
9253         * src/prefs_message.c
9254         * src/textview.c
9255         * src/textview.h
9256         * src/common/defs.h
9257         * src/common/utils.c
9258         * src/common/utils.h
9259         * src/gtk/gtkutils.c
9260         * src/gtk/gtkutils.h
9261                 Migrate config to .sylpheed-claws (Automatically)
9262                 Add a way to get the Xface in the TextView
9263
9264 2005-10-20 [colin]      1.9.15cvs83
9265
9266         * src/gtk/Makefile.am
9267         * src/gtk/about.c
9268         * src/gtk/authors.h
9269                 Make the about dialog *grooovy*
9270
9271 2005-10-20 [colin]      1.9.15cvs82
9272
9273         * src/mimeview.c
9274                 Use "Open with" on double click if no command
9275                 was found
9276
9277 2005-10-20 [colin]      1.9.15cvs81
9278
9279         * src/imap.c
9280         * src/etpan/imap-thread.c
9281                 Fix possible crash.
9282
9283 2005-10-20 [paul]       1.9.15cvs80
9284
9285         * src/folder.c
9286                 don't show clipkey icon if the only
9287                 attachment is the signature
9288                 Patch by Colin
9289
9290 2005-10-20 [paul]       1.9.15cvs79
9291
9292         * AUTHORS
9293         * src/plugins/pgpmime/pgpmime.c
9294                 name the PGP/MIME signature 'signature.asc'
9295                 Patch by Andrew Nelson <freeandy@gmail.com>
9296
9297 2005-10-19 [colin]      1.9.15cvs78
9298
9299         * src/plugins/pgpmime/pgpmime.c
9300                 Oops, no need to double-check though
9301
9302 2005-10-19 [colin]      1.9.15cvs77
9303
9304         * src/plugins/pgpinline/pgpinline.c
9305         * src/plugins/pgpmime/pgpmime.c
9306                 Check that my_tmpfile() doesn't 
9307                 return NULL
9308
9309 2005-10-19 [colin]      1.9.15cvs76
9310
9311         * src/common/utils.c
9312                 Use shorter mime boundaries to avoid having
9313                 MTAs rewrapping our headers, breaking the
9314                 PGP signature in the process 
9315         * src/compose.c
9316         * src/plugins/pgpmime/pgpmime.c
9317                 Check for boundary uniqueness to be sure
9318                 it won't happen, instead of hoping for the
9319                 best
9320
9321 2005-10-19 [colin]      1.9.15cvs75
9322
9323         * sylpheed-claws.desktop
9324         * src/Makefile.am
9325         * src/main.c
9326                 Ship a sylpheed-claws binary instead
9327                 of a sylpheed one. Change the socket
9328                 name, too
9329         * src/folderview.c
9330                 Update folder only if it changed
9331         * src/wizard.c
9332                 Fix i18n in welcome mail, patch by
9333                 Fabien Vantard
9334
9335 2005-10-19 [paul]
9336
9337         1.9.99-rc2 released
9338
9339 2005-10-19 [paul]       1.9.15cvs74
9340
9341         * src/folder.c
9342         * src/folderview.c
9343                 fix summaryview update
9344                 Patch by Colin
9345
9346 2005-10-18 [colin]      1.9.15cvs73
9347
9348         * src/plugins/pgpcore/passphrase.c
9349                 Don't XGrabServer, and try a bit more to 
9350                 sync everything before grabbing mouse/keyboard
9351
9352 2005-10-18 [colin]      1.9.15cvs72
9353
9354         * src/Makefile.am
9355         * src/addressadd.c
9356         * src/addressbook.c
9357         * src/folderview.c
9358         * src/grouplistdialog.c
9359         * src/mimeview.c
9360         * src/stock_pixmap.c
9361         * src/stock_pixmap.h
9362         * src/summaryview.c
9363         * src/gtk/gtksctree.c
9364         * src/gtk/gtksctree.h
9365         * src/pixmaps/empty.xpm
9366                 Implement a wrapper call for gtk_ctree_set_node_info
9367                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9368                 pixmap instead of a NULL one. This works around some
9369                 memory problems deep inside gtk, revealed by valgrind,
9370                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9371                 as locked crashes sylpheed.), as well as, probably, 
9372                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9373
9374 2005-10-17 [colin]      1.9.15cvs71
9375
9376         * src/mimeview.c
9377                 Provide visual feedback when checking
9378                 signature
9379
9380 2005-10-17 [colin]      1.9.15cvs70
9381
9382         * src/main.c
9383                 Keep the folder list frozen while checking caches...
9384
9385 2005-10-17 [colin]      1.9.15cvs69
9386
9387         * src/addr_compl.c
9388                 Fi bug #833 (Autocompleting from addressbook 
9389                 fails with extended chars)
9390         * src/imap.c
9391                 Fix 'adding messages' staying in statusbar
9392                 after an error
9393
9394 2005-10-17 [wwp]        1.9.15cvs68
9395
9396         * src/ssl_manager.c
9397                 Fix buttons' layout resizing when window size changes
9398
9399 2005-10-17 [wwp]        1.9.15cvs67
9400
9401         * src/account.c
9402         * src/prefs_account.c
9403         * src/prefs_common.c
9404         * src/prefs_common.h
9405         * src/prefs_folder_item.c
9406         * src/prefs_gtk.c
9407         * src/gtk/logwindow.c
9408         * src/gtk/pluginwindow.c
9409         * src/gtk/prefswindow.c
9410         * src/gtk/prefswindow.h
9411                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9412
9413 2005-10-17 [paul]       1.9.15cvs66
9414
9415         * configure.ac
9416                 fix missing libetpan message
9417         * po/en_GB.po
9418                 updated
9419         * src/crash.c
9420         * src/manual.c
9421         * src/prefs_themes.c
9422         * src/common/defs.h
9423                 add some new URI defines, change some
9424                 others
9425         * src/wizard.c
9426                 make welcome message translatable
9427                 small improvements to english
9428                 other tweaks
9429         * src/gtk/menu.c
9430                 fix warnings
9431
9432 2005-10-17 [paul]       1.9.15cvs65
9433
9434         * src/summaryview.c
9435                 fix column titles
9436
9437 2005-10-16 [mones]      1.9.15cvs64
9438
9439         * po/es.po
9440                 Updated translation
9441
9442 2005-10-16 [colin]
9443
9444         1.9.99-rc1 released
9445
9446 2005-10-16 [colin]      1.9.15cvs63
9447
9448         * src/wizard.c
9449                 Fix whitespace
9450
9451 2005-10-16 [colin]      1.9.15cvs62
9452
9453         * src/toolbar.c
9454                 s/Get All/Get Mail/
9455         * src/wizard.c
9456                 Real welcome mail text, thanks Paul
9457
9458 2005-10-16 [colin]      1.9.15cvs61
9459
9460         * src/editldap.c
9461         * src/exporthtml.c
9462         * src/main.c
9463         * src/mainwindow.c
9464         * src/prefs_themes.c
9465         * src/prefs_toolbar.c
9466         * src/plugins/demo/demo.c
9467         * src/plugins/trayicon/trayicon.c
9468                 s/Sylpheed/Sylpheed-Claws/
9469
9470 2005-10-16 [colin]      1.9.15cvs60
9471
9472         * src/wizard.c
9473                 Add a welcome email in the first empty mailbox
9474         * src/prefs_common.c
9475                 Change one more default
9476
9477 2005-10-16 [colin]      1.9.15cvs59
9478
9479         * src/wizard.c
9480                 Remove printf
9481
9482 2005-10-16 [colin]      1.9.15cvs58
9483
9484         * src/toolbar.c
9485         * src/prefs_common.c
9486                 Change some defaults
9487
9488 2005-10-16 [colin]      1.9.15cvs57
9489
9490         * src/toolbar.c
9491         * src/prefs_common.c
9492                 Change some defaults
9493
9494 2005-10-16 [colin]      1.9.15cvs56
9495
9496         * src/wizard.c
9497                 By default, initialize fonts to have
9498                 the same size as normal GtkWidgets
9499
9500 2005-10-16 [colin]      1.9.15cvs55
9501
9502         * src/mimeview.c
9503                 Fix message a bit more
9504
9505 2005-10-16 [colin]      1.9.15cvs54
9506
9507         * src/addressbook.c
9508                 Second attempt at flicker fixing
9509
9510 2005-10-16 [colin]      1.9.15cvs53
9511
9512         * src/addressbook.c
9513                 Fix flicker
9514
9515 2005-10-16 [wwp]        1.9.15cvs52
9516
9517         * src/addressbook.c
9518         * src/editaddress.c
9519         * src/prefs_common.c
9520         * src/prefs_common.h
9521                 Remember window sizes (address book)
9522
9523 2005-10-16 [wwp]        1.9.15cvs51
9524
9525         * src/plugins/clamav/clamav_plugin_gtk.c
9526         * src/plugins/spamassassin/spamassassin_gtk.c
9527                 Fix compilation warnings (missing #include).
9528
9529 2005-10-16 [colin]      1.9.15cvs50
9530
9531         * src/mimeview.c
9532         * src/summaryview.c
9533         * src/textview.c
9534                 Make 'c' check signature, and forward
9535                 c, l, y, t from summaryview to mimeview
9536
9537 2005-10-16 [colin]      1.9.15cvs49
9538
9539         * src/addressbook.c
9540                 Put border around buttons
9541         * src/mainwindow.c
9542         * src/summaryview.c
9543                 Rework menus (Patch based on a patch
9544                 by Paul)
9545
9546 2005-10-15 [wwp]        1.9.15cvs48
9547
9548         * src/editjpilot.c
9549         * src/editldap.c
9550         * src/editvcard.c
9551         * src/exphtmldlg.c
9552         * src/expldifdlg.c
9553         * src/export.c
9554         * src/import.c
9555         * src/importldif.c
9556         * src/importmutt.c
9557         * src/importpine.c
9558         * src/prefs_account.c
9559         * src/prefs_spelling.c
9560         * src/gtk/gtkutils.c
9561         * src/gtk/gtkutils.h
9562         * src/plugins/clamav/clamav_plugin_gtk.c
9563         * src/plugins/spamassassin/spamassassin_gtk.c
9564                 use nicer browse-for-file/dir buttons than the "..." ones,
9565                 code factorizing more.
9566
9567 2005-10-14 [colin]      1.9.15cvs47
9568
9569         * src/mainwindow.c
9570                 set relief on the account switcher so that people see it
9571                 grey out Create processing rules when no message is selected
9572         * src/prefs_filtering.c
9573                 ask before closing if the rule has not been modified, even if
9574                 it's not valid
9575         * src/prefs_matcher.c
9576                 fix sensitivity when entering the dialog
9577         * src/gtk/inputdialog.c
9578                 display a better icon on password ask
9579         * src/plugins/pgpcore/passphrase.c
9580                 make the dialog look better
9581
9582 2005-10-14 [paul]       1.9.15cvs46
9583
9584         * src/folderview.c
9585                 indicate presense of marked msgs in
9586                 unexpanded subfolders
9587
9588 2005-10-14 [paul]       1.9.15cvs45
9589
9590         * src/prefs_actions.c
9591         * src/prefs_common.c
9592         * src/prefs_common.h
9593         * src/prefs_filtering_action.c
9594         * src/prefs_matcher.c
9595         * src/prefs_template.c
9596                 remember window sizes
9597                 fix Info button size
9598
9599         Patches by wwp
9600
9601 2005-10-13 [colin]      1.9.15cvs44
9602
9603         * src/mimeview.c
9604         * src/noticeview.c
9605         * src/noticeview.h
9606                 Add a tooltip on the icon (optional) 
9607                 Get rid of the signature buttons and only
9608                 use the icon+tooltip
9609
9610 2005-10-13 [colin]      1.9.15cvs43
9611
9612         * src/noticeview.c
9613         * src/noticeview.h
9614                 Add hand cursor for hovering over icon
9615
9616 2005-10-13 [colin]      1.9.15cvs42
9617
9618         * src/summaryview.c
9619                 Fix crash when quicksearch's hidden 
9620                 at startup
9621
9622 2005-10-13 [colin]      1.9.15cvs41
9623
9624         * src/compose.c
9625                 Set subject when forwarding multiple mails
9626                 Check that other recipient than the default Cc or Bcc
9627                 have been set before sending.
9628
9629 2005-10-13 [colin]      1.9.15cvs40
9630
9631         * src/imap.c
9632                 Batch per-folder
9633                 Introduce locking, but don't use it yet
9634
9635 2005-10-13 [colin]      1.9.15cvs39
9636
9637         * src/gtk/quicksearch.c
9638                 Reset quicksearch when hiding it
9639                 Make sticky a real pref
9640
9641 2005-10-13 [colin]      1.9.15cvs38
9642
9643         * src/summaryview.c
9644                 Faster prefs apply
9645
9646 2005-10-13 [colin]      1.9.15cvs37
9647
9648         * src/mimeview.c
9649         * src/noticeview.c
9650         * src/noticeview.h
9651         * src/plugins/pgpcore/sgpgme.c
9652                 Make privacy icon clickable
9653                 Move Trust field in Full info
9654                 When trust is less than full, don't display
9655                 a warning icon
9656
9657 2005-10-13 [colin]      1.9.15cvs36
9658
9659         * src/folder.c
9660                 Batch on flags sync
9661         * src/folderview.c
9662                 Revert speed hack which is dangerous in fact
9663                 Apply prefs faster
9664
9665 2005-10-13 [colin]      1.9.15cvs35
9666
9667         * src/folder_item_prefs.c
9668                 Fix pref corruption on folder move. Patch
9669                 by wwp
9670
9671 2005-10-13 [paul]       1.9.15cvs34
9672
9673         * src/export.c
9674         * src/import.c
9675                 fix typos in g_warnings
9676         * src/prefs_account.c
9677                 add a file selector for Signature file
9678
9679         Patches by wwp
9680
9681 2005-10-12 [colin]      1.9.15cvs33
9682
9683         * src/mimeview.c
9684                 Provide a quick way to go back from a
9685                 signature's full info to the email part
9686
9687 2005-10-12 [colin]      1.9.15cvs32
9688
9689         * src/compose.c
9690                 Remove old hack of encoding signed mails with base64.
9691                 QP works equally well.
9692
9693 2005-10-12 [colin]      1.9.15cvs31
9694
9695         * src/crash.c
9696                 Replace deprecated GtkText with GtkTextView
9697         * src/imap.c
9698                 Fix a logic bug about counts in imap_select
9699                 (previously un-triggered)
9700         * src/mainwindow.c
9701         * src/summaryview.c
9702         * src/news.c
9703                 Allow local deletion of news posts
9704         * src/mimeview.c
9705                 Show GPG noticeview on the message/rfc822 part
9706                 in addition to the text/plain one
9707         * src/prefs_image_viewer.c
9708           src/plugins/pgpcore/prefs_gpg.c
9709                 Polish (set the label as part of the checkbox)
9710         * src/wizard.c
9711                 Don't sit there doing nothing after destroying
9712                 the window - return err
9713
9714 2005-10-11 [colin]      1.9.15cvs30
9715
9716         * src/folderview.c
9717                 Apply processing rules before showing folders.
9718                 Early folder show (before flags sync) will only
9719                 be done when there are no processing rules (nor
9720                 pre- or post- ones)
9721         * src/imap.c
9722                 Fix stuff related to mail subdir, creation and 
9723                 deletion of folders 
9724         * src/imap_gtk.c
9725                 Don't allow creation of folders in NoInferior
9726                 folders, as it won't work
9727
9728 2005-10-10 [colin]      1.9.15cvs29
9729
9730         * src/compose.c
9731                 Reselect "None" Privacy system when selecting an
9732                 account with no privacy system defined
9733
9734 2005-10-10 [colin]      1.9.15cvs28
9735
9736         * src/mainwindow.c
9737                 Add Windows-1252 encoding
9738         * src/prefs_common.c
9739                 Rework some defaults:
9740                 - autosave to draft by default
9741                 - don't show header pane (it's already in the textview)
9742                 - Select first new or unread mail on entry
9743                 - Assume 'Yes' to change folder when there's no more
9744                   unread message
9745         * src/prefs_matcher.c
9746                 Fix a gtk assertion failure
9747         * src/gtk/colorlabel.c
9748                 Workaround bad repainting on selection
9749         * src/main.c
9750                 Freeze/thaw (a bit faster on ssh -X)
9751         * src/msgcache.c
9752                 Get rid of StrdupConverter that just adds an
9753                 extra strdup/free 
9754         * src/etpan/imap_thread.c
9755                 memset buf to 0
9756
9757 2005-10-10 [colin]      1.9.15cvs27
9758
9759         * src/export.c
9760         * src/import.c
9761                 Fix compile on gtk 2.4. Patch by wwp
9762
9763 2005-10-09 [colin]      1.9.15cvs26
9764
9765         * src/mainwindow.c
9766         * src/messageview.c
9767         * src/summaryview.c
9768                 Clarify forward menus. Patch by wwp
9769
9770 2005-10-09 [colin]      1.9.15cvs25
9771
9772         * src/compose.c
9773         * src/compose.h
9774                 Fix bug #829 (Non-working "Encrypt message by 
9775                 default when replying to an encrypted message")
9776
9777 2005-10-08 [colin]      1.9.15cvs24
9778
9779         * src/wizard.c
9780                 Fix bug #827 ("Welcome" setup wizard after a 
9781                 permission error gives up & forgets itself.)
9782
9783 2005-10-08 [colin]      1.9.15cvs23
9784
9785         * src/procmime.c
9786                 Fix bug #828 (Ignoring headers with spaces around = sign)
9787
9788 2005-10-08 [colin]      1.9.15cvs22
9789
9790         * src/export.c
9791                 Warning fix by wwp
9792
9793 2005-10-08 [colin]      1.9.15cvs21
9794
9795         * src/folder.c
9796         * src/folder.h
9797                 Add a processing_pending indicator, set on 
9798                 folder_item_open and cleared after 
9799                 folder_item_process_open
9800         * src/folderview.c
9801         * src/summaryview.c
9802                 wrap procmsg_msginfo_*_flags, and in the
9803                 wrapper check that there's no folder processing 
9804                 pending. If there is, defer the flags change until 
9805                 processing is done to avoid stepping over each
9806                 other's toes.
9807                 Freeze during processing, but not during scanning.
9808
9809 2005-10-07 [colin]      1.9.15cvs20
9810
9811         * src/plugins/pgpcore/passphrase.c
9812                 Fix bug #826 (X-Server hangs when 
9813                 right-clicking a PGP encrypted message)
9814
9815 2005-10-07 [paul]       1.9.15cvs19
9816
9817         * src/compose.c
9818                 fix compose_entries[]
9819                 patch by Fabien Vantard
9820
9821 2005-10-06 [colin]      1.9.15cvs18
9822
9823         * src/pixmaps/address.xpm
9824         * src/pixmaps/address_book.xpm
9825         * src/pixmaps/book.xpm
9826         * src/pixmaps/check_spelling.xpm
9827         * src/pixmaps/checkbox_off.xpm
9828         * src/pixmaps/checkbox_on.xpm
9829         * src/pixmaps/close.xpm
9830         * src/pixmaps/complete.xpm
9831         * src/pixmaps/continue.xpm
9832         * src/pixmaps/deleted.xpm
9833         * src/pixmaps/down_arrow.xpm
9834         * src/pixmaps/exec.xpm
9835         * src/pixmaps/forwarded.xpm
9836         * src/pixmaps/group.xpm
9837         * src/pixmaps/ignorethread.xpm
9838         * src/pixmaps/interface.xpm
9839         * src/pixmaps/jpilot.xpm
9840         * src/pixmaps/ldap.xpm
9841         * src/pixmaps/linewrap.xpm
9842         * src/pixmaps/linewrapcurrent.xpm
9843         * src/pixmaps/mail.xpm
9844         * src/pixmaps/mail_attach.xpm
9845         * src/pixmaps/mail_compose.xpm
9846         * src/pixmaps/mail_forward.xpm
9847         * src/pixmaps/mail_receive.xpm
9848         * src/pixmaps/mail_receive_all.xpm
9849         * src/pixmaps/mail_reply.xpm
9850         * src/pixmaps/mail_reply_to_all.xpm
9851         * src/pixmaps/mail_reply_to_author.xpm
9852         * src/pixmaps/mail_send.xpm
9853         * src/pixmaps/mail_send_queue.xpm
9854         * src/pixmaps/mime_application.xpm
9855         * src/pixmaps/mime_audio.xpm
9856         * src/pixmaps/mime_image.xpm
9857         * src/pixmaps/mime_message.xpm
9858         * src/pixmaps/mime_text_enriched.xpm
9859         * src/pixmaps/mime_text_html.xpm
9860         * src/pixmaps/mime_text_plain.xpm
9861         * src/pixmaps/mime_unknown.xpm
9862         * src/pixmaps/new.xpm
9863         * src/pixmaps/news_compose.xpm
9864         * src/pixmaps/offline.xpm
9865         * src/pixmaps/online.xpm
9866         * src/pixmaps/paste.xpm
9867         * src/pixmaps/preferences.xpm
9868         * src/pixmaps/privacy_emblem_encrypted.xpm
9869         * src/pixmaps/privacy_expired.xpm
9870         * src/pixmaps/privacy_failed.xpm
9871         * src/pixmaps/privacy_passed.xpm
9872         * src/pixmaps/privacy_signed.xpm
9873         * src/pixmaps/privacy_unknown.xpm
9874         * src/pixmaps/privacy_warn.xpm
9875         * src/pixmaps/properties.xpm
9876         * src/pixmaps/replied.xpm
9877         * src/pixmaps/search.xpm
9878         * src/pixmaps/unread.xpm
9879         * src/pixmaps/up_arrow.xpm
9880         * src/pixmaps/vcard.xpm
9881                 Modernize internal theme, with icons from the 
9882                 Gnomaws theme. Keep some of the old ones where
9883                 they were better.
9884
9885 2005-10-06 [colin]      1.9.15cvs17
9886
9887         * src/summaryview.c
9888                 Little optimisations + bugfix
9889         * src/toolbar.c
9890                 Remove default useless items - useless being defined
9891                 by the default relevant prefs
9892         * src/wizard.c
9893                 include config.h to make gettext work
9894         * src/prefs_themes.c
9895                 Fix selection of current theme in prefs
9896
9897 2005-10-06 [colin]      1.9.15cvs16
9898
9899         * src/prefs_common.c
9900         * src/prefs_common.h
9901         * src/prefs_summaries.c
9902         * src/folderview.c
9903                 Add a warning dialog on Mark all read 
9904                 (with pref to get rid of it)
9905
9906 2005-10-06 [paul]       1.9.15cvs15
9907
9908         * po/nb.po
9909         * po/pt_BR.po
9910                 updated by Geir Helland and Frederico
9911                 Goncalves Guimaraes
9912
9913 2005-10-05 [colin]      1.9.15cvs14
9914
9915         * src/folder.c
9916         * src/folder.h
9917         * src/folderview.c
9918         * src/folderview.h
9919         * src/imap_gtk.c
9920         * src/mh_gtk.c
9921         * src/mainwindow.c
9922         * src/setup.c
9923                 add a way to rescan without rebuilding
9924                 make moving a bit faster (less folders changes)
9925                 don't lock the tree on Get 
9926         * src/imap.c
9927                 Don't re-delete deleted messages before expunging
9928         * src/summaryview.c
9929                 Set batch mode when deleting mails
9930
9931 2005-10-05 [paul]       1.9.15cvs13
9932
9933         * src/mainwindow.c
9934         * src/mainwindow.h
9935                 fix disabled Execute menu item
9936         * src/toolbar.c
9937                 match the change in 1.9.15cvs10: use Compose
9938                 instead of News by default
9939
9940 2005-10-04 [colin]      1.9.15cvs12
9941
9942         * src/compose.c
9943                 When replying to an ML post with Reply-To set
9944                 to the poster's email, honor it (as before),
9945                 but also honor our user's request to reply to
9946                 the mailing list: set the ML address in the To
9947                 field and the Reply-To address in the Cc: 
9948                 field.
9949
9950 2005-10-04 [colin]      1.9.15cvs11
9951
9952         * src/plugins/trayicon/trayicon.c
9953                 Finish cosmetic change - thanks to wwp
9954
9955 2005-10-04 [colin]      1.9.15cvs10
9956
9957         * src/toolbar.c
9958                 Use Compose instead of Email by default.
9959                 Spotted by wwp.
9960
9961 2005-10-04 [colin]      1.9.15cvs9
9962
9963         * src/folder.c
9964         * src/folder.h
9965         * src/folderview.c
9966         * src/imap.c
9967         * src/etpan/imap-thread.c
9968         * src/etpan/imap-thread.h
9969                 Try to make IMAP faster, by simplifying SEARCH
9970                 commands, avoiding sending two STATUS in a row,
9971                 and deferring flags sync and processing just
9972                 after displaying the folder. 
9973                 This will update the SummaryView in certain
9974                 cases (new mails not already fetched, flags
9975                 changed from another client) but in a non-
9976                 blocking manner.
9977
9978 2005-10-04 [colin]      1.9.15cvs8
9979
9980         * src/plugins/trayicon/trayicon.c
9981                 Relabel "Offline" to "Work offline"
9982
9983 2005-10-04 [colin]      1.9.15cvs7
9984
9985         * src/export.c
9986         * src/import.c
9987         * src/mbox.c
9988                 Fix mbox import/export buglets
9989                 Patch by wwp
9990         * src/plugins/trayicon/trayicon.c
9991                 Add offline swithc
9992                 Patch by wwp
9993
9994 2005-10-04 [colin]      1.9.15cvs6
9995
9996         * src/folder.c
9997         * src/folderview.c
9998         * src/summaryview.c
9999                 Better fix (don't break mark all read) for cvs2
10000
10001 2005-10-03 [colin]      1.9.15cvs5
10002
10003         * src/folder.c
10004                 Use a sane sort by default
10005
10006 2005-10-03 [colin]      1.9.15cvs4
10007
10008         * src/inc.c
10009                 Add a 'Only once' button for overriding offline mode
10010         * src/prefs_account.c
10011         * src/wizard.c
10012                 Add Local mbox to the wizard
10013                 Add IMAP subdir to the wizard (or the wizard is useless
10014                 for such accounts, or even worse than useless)
10015                 Move IMAP subdir from Advanced to Receive tab, as it's
10016                 not that uncommon
10017
10018 2005-10-03 [colin]      1.9.15cvs3
10019
10020         * src/send_message.c
10021                 Forgot this one in cvs1
10022
10023 2005-10-03 [colin]      1.9.15cvs2
10024
10025         * src/folder.c
10026                 Faster close when leaving a folder with lots
10027                 of new mails. Idea by David Relson.
10028
10029 2005-10-03 [colin]      1.9.15cvs1
10030
10031         * src/compose.c
10032         * src/imap.c
10033         * src/inc.c
10034         * src/main.c
10035         * src/messageview.c
10036         * src/news.c
10037         * src/summaryview.c
10038         * src/gtk/sslcertwindow.c
10039         * src/plugins/trayicon/trayicon.c
10040                 Add accels to every AlertPanel. Patch by Fabien 
10041                 Vantard
10042
10043 2005-10-03 [paul]       1.9.15
10044
10045         1.9.15 released
10046
10047 2005-10-03 [paul]       1.9.14cvs68
10048
10049         * po/ca.po
10050         * po/de.po
10051         * po/es.po
10052         * po/fi.po
10053         * po/fr.po
10054         * po/sk.po
10055         * po/sr.po
10056         * po/zh_CN.po
10057                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10058                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10059                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10060
10061 2005-10-03 [paul]       1.9.14cvs67
10062
10063         * src/send_message.c
10064                 prevent hang on Cancel
10065                 patch by Colin
10066
10067 2005-10-03 [paul]       1.9.14cvs66
10068
10069         * src/main.c
10070                 fix crash in IMAP caused by discrepancy
10071                 between check_at_startup and offline mode
10072                 Patch by Colin
10073
10074 2005-10-01 [paul]       1.9.14cvs65
10075
10076         * src/inc.c
10077                 fix engrish
10078
10079 2005-10-01 [paul]       1.9.14cvs64
10080         * src/export.c
10081         * src/import.c
10082                 synchronise import_mbox() and export_mbox()
10083         * src/mbox.c
10084                 proc_mbox(): add alert if file cannot be opened
10085                 export_list_to_mbox(): test if dest file exists,
10086                 prompt user to overwrite if it does. add alert
10087                 if file cannot be created
10088                                                                 
10089         Patch by wwp
10090                                                                                                                 
10091
10092 2005-09-30 [paul]       1.9.14cvs63
10093
10094         * src/addressbook.c
10095                 Fix sensitivity of a menu
10096         * src/codeconv.c
10097                 Respect hidden pref for mails with no encoding
10098         * src/common/xml.c
10099                 Fix memory corruption
10100         * src/plugins/pgpcore/sgpgme.c
10101                 Fix segfault on incomplete sigs, and display
10102                 of S/Mime UIDs
10103
10104         Patches by Colin
10105
10106 2005-09-30 [colin]      1.9.14cvs62
10107
10108         * src/partial_download.c
10109                 Little logic fix in almost-dead code
10110         * src/pop.c
10111                 Fix partial download when there's no new mail
10112
10113 2005-09-29 [paul]       1.9.14cvs61
10114
10115         * src/plugins/pgpinline/pgpinline.c
10116                 fix bug 819, 'crash accessing sign message'
10117                 Patch by Colin
10118
10119 2005-09-28 [martin]     1.9.14cvs60
10120
10121         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10122                 fix bug #790 (Crash when restarting window manager (fluxbox))
10123
10124 2005-09-28 [paul]       1.9.14cvs59
10125
10126         * src/gtk/gtkaspell.c
10127                 fix off-by-one typo
10128
10129 2005-09-27 [colin]      1.9.14cvs58
10130
10131         * src/plugins/pgpcore/sgpgme.c
10132                 Report error when there's one, instead of
10133                 "Signature unchecked" 
10134
10135 2005-09-27 [colin]      1.9.14cvs57
10136
10137         * src/prefs_quote.c
10138                 Fix bug #816 (Weird quotation with spaces)
10139
10140 2005-09-27 [colin]      1.9.14cvs56
10141
10142         * src/codeconv.c
10143         * src/compose.c
10144         * src/compose.h
10145                 Put subject in compose's title
10146                 Fix Automatic encoding so that it's really automatic:
10147                 first try default locale's charset, then charset of the replied mail, 
10148                 then utf-8
10149                 Fix encoding of headers (must be in strict mode too)
10150
10151 2005-09-26 [colin]      1.9.14cvs55
10152
10153         * src/gtk/gtkaspell.c
10154                 Fix previous patch - don't color the space,
10155                 just uncolor it :)
10156
10157 2005-09-26 [colin]      1.9.14cvs54
10158
10159         * src/gtk/gtkaspell.c
10160                 Unmark space if possible
10161
10162 2005-09-26 [colin]      1.9.14cvs53
10163
10164         * src/imap.c
10165                 log_error instead of alertpanel according to the pref
10166         * src/etpan/imap-thread.c
10167                 Print connect status, copy only necessary size to 
10168                 logger
10169         * src/plugins/pgpmime/pgpmime.c
10170                 Handle S/Mime signatures (verification only). Patch based
10171                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10172
10173 2005-09-26 [paul]       1.9.14cvs52
10174
10175         * src/common/passcrypt.c
10176                 this 'workaround' not necessary on NetBSD.
10177                 Thanks to Daniel Gustafson
10178
10179 2005-09-26 [paul]
10180
10181         1.9.15-rc4 released
10182
10183 2005-09-26 [paul]       1.9.14cvs51
10184
10185         * src/summaryview.c
10186                 Skip currently selected message when
10187                 looking for next new or unread message
10188                 in current folder. Patch by Colin
10189         * src/common/passcrypt.c
10190                 eliminate warnings on *BSD. Patch by
10191                 Daniel Gustafson
10192
10193 2005-09-26 [colin]      1.9.14cvs50
10194
10195         * src/procmsg.c
10196                 Call postfiltering hook anyway
10197
10198 2005-09-22 [colin]      1.9.14cvs49
10199
10200         * src/codeconv.c
10201         * src/codeconv.h
10202                 Add a strict mode that doesn't replace with _
10203         * src/compose.c
10204         * src/compose.h
10205                 Use strict conversion while sending
10206                 Fix race when drafting while sending (happens
10207                 on IMAP)
10208                 Fix d'n'd of messages from summaryview
10209         * src/prefs_common.c
10210         * src/prefs_common.h
10211                 add hidden utf8_instead_of_locale_for_broken_mail 
10212                 pref for people that preferred the default charset 
10213                 to be utf8 for broken mails
10214         * src/quote_fmt_parse.y
10215                 fix bug #815 (No quote insert if "From:" fied 
10216                 contained Russian letters)
10217         * src/summaryview.c
10218                 Fix d'n'd of messages to compose
10219
10220 2005-09-22 [paul]       1.9.14cvs48
10221
10222         * src/compose.c
10223                 fix bug where attachments Name entry
10224                 would display Path instead
10225
10226 2005-09-21 [paul]       1.9.14cvs47
10227
10228         * README
10229         * README.jp
10230         * configure.ac
10231         * config/config.rpath
10232         * doc/manual/en/sylpheed-20.html
10233         * doc/manual/es/sylpheed-20.html
10234         * po/bg.po
10235         * po/ca.po
10236         * po/de.po
10237         * po/es.po
10238         * po/fr.po
10239         * po/it.po
10240         * po/pt_BR.po
10241         * po/sk.po
10242         * po/zh_TW.po
10243         * src/account.c
10244         * src/account.h
10245         * src/action.c
10246         * src/action.h
10247         * src/adbookbase.h
10248         * src/addr_compl.c
10249         * src/addr_compl.h
10250         * src/addrbook.c
10251         * src/addrbook.h
10252         * src/addrcache.c
10253         * src/addrcache.h
10254         * src/addrcindex.c
10255         * src/addrcindex.h
10256         * src/addrclip.c
10257         * src/addrclip.h
10258         * src/addrdefs.h
10259         * src/addressadd.c
10260         * src/addressadd.h
10261         * src/addressbook.c
10262         * src/addressbook.h
10263         * src/addressitem.h
10264         * src/addrgather.c
10265         * src/addrgather.h
10266         * src/addrharvest.c
10267         * src/addrharvest.h
10268         * src/addrindex.c
10269         * src/addrindex.h
10270         * src/addritem.c
10271         * src/addritem.h
10272         * src/addrquery.c
10273         * src/addrquery.h
10274         * src/addrselect.c
10275         * src/addrselect.h
10276         * src/alertpanel.c
10277         * src/alertpanel.h
10278         * src/browseldap.c
10279         * src/browseldap.h
10280         * src/codeconv.c
10281         * src/codeconv.h
10282         * src/compose.c
10283         * src/compose.h
10284         * src/crash.c
10285         * src/crash.h
10286         * src/customheader.c
10287         * src/customheader.h
10288         * src/displayheader.c
10289         * src/displayheader.h
10290         * src/editaddress.c
10291         * src/editaddress.h
10292         * src/editbook.c
10293         * src/editbook.h
10294         * src/editgroup.c
10295         * src/editgroup.h
10296         * src/editjpilot.c
10297         * src/editjpilot.h
10298         * src/editldap.c
10299         * src/editldap.h
10300         * src/editldap_basedn.c
10301         * src/editldap_basedn.h
10302         * src/editvcard.c
10303         * src/editvcard.h
10304         * src/enriched.c
10305         * src/enriched.h
10306         * src/exphtmldlg.c
10307         * src/exphtmldlg.h
10308         * src/expldifdlg.c
10309         * src/expldifdlg.h
10310         * src/export.c
10311         * src/export.h
10312         * src/exporthtml.c
10313         * src/exporthtml.h
10314         * src/exportldif.c
10315         * src/exportldif.h
10316         * src/filtering.c
10317         * src/filtering.h
10318         * src/folder.c
10319         * src/folder.h
10320         * src/folder_item_prefs.c
10321         * src/folder_item_prefs.h
10322         * src/foldersel.c
10323         * src/foldersel.h
10324         * src/folderutils.c
10325         * src/folderutils.h
10326         * src/folderview.c
10327         * src/folderview.h
10328         * src/grouplistdialog.c
10329         * src/grouplistdialog.h
10330         * src/headerview.c
10331         * src/headerview.h
10332         * src/html.c
10333         * src/html.h
10334         * src/image_viewer.c
10335         * src/image_viewer.h
10336         * src/imap.c
10337         * src/imap.h
10338         * src/imap_gtk.c
10339         * src/imap_gtk.h
10340         * src/import.c
10341         * src/import.h
10342         * src/importldif.c
10343         * src/importldif.h
10344         * src/importmutt.c
10345         * src/importmutt.h
10346         * src/importpine.c
10347         * src/importpine.h
10348         * src/inc.c
10349         * src/inc.h
10350         * src/jpilot.c
10351         * src/jpilot.h
10352         * src/ldapctrl.c
10353         * src/ldapctrl.h
10354         * src/ldaplocate.c
10355         * src/ldaplocate.h
10356         * src/ldapquery.c
10357         * src/ldapquery.h
10358         * src/ldapserver.c
10359         * src/ldapserver.h
10360         * src/ldaputil.c
10361         * src/ldaputil.h
10362         * src/ldif.c
10363         * src/ldif.h
10364         * src/localfolder.c
10365         * src/localfolder.h
10366         * src/main.c
10367         * src/main.h
10368         * src/mainwindow.c
10369         * src/mainwindow.h
10370         * src/manual.c
10371         * src/manual.h
10372         * src/matcher.c
10373         * src/matcher.h
10374         * src/matcher_parser.h
10375         * src/matcher_parser_lex.l
10376         * src/matcher_parser_parse.y
10377         * src/mbox.c
10378         * src/mbox.h
10379         * src/message_search.c
10380         * src/message_search.h
10381         * src/messageview.c
10382         * src/messageview.h
10383         * src/mh.c
10384         * src/mh.h
10385         * src/mh_gtk.c
10386         * src/mh_gtk.h
10387         * src/mimeview.c
10388         * src/mimeview.h
10389         * src/msgcache.c
10390         * src/msgcache.h
10391         * src/mutt.c
10392         * src/mutt.h
10393         * src/news.c
10394         * src/news.h
10395         * src/news_gtk.c
10396         * src/news_gtk.h
10397         * src/noticeview.c
10398         * src/noticeview.h
10399         * src/partial_download.c
10400         * src/partial_download.h
10401         * src/pine.c
10402         * src/pine.h
10403         * src/pop.c
10404         * src/pop.h
10405         * src/prefs_account.c
10406         * src/prefs_account.h
10407         * src/prefs_actions.c
10408         * src/prefs_actions.h
10409         * src/prefs_common.c
10410         * src/prefs_common.h
10411         * src/prefs_compose_writing.c
10412         * src/prefs_compose_writing.h
10413         * src/prefs_customheader.c
10414         * src/prefs_customheader.h
10415         * src/prefs_display_header.c
10416         * src/prefs_display_header.h
10417         * src/prefs_ext_prog.c
10418         * src/prefs_ext_prog.h
10419         * src/prefs_filtering.c
10420         * src/prefs_filtering.h
10421         * src/prefs_filtering_action.c
10422         * src/prefs_filtering_action.h
10423         * src/prefs_folder_column.c
10424         * src/prefs_folder_column.h
10425         * src/prefs_folder_item.c
10426         * src/prefs_folder_item.h
10427         * src/prefs_fonts.c
10428         * src/prefs_fonts.h
10429         * src/prefs_gtk.c
10430         * src/prefs_gtk.h
10431         * src/prefs_image_viewer.c
10432         * src/prefs_image_viewer.h
10433         * src/prefs_matcher.c
10434         * src/prefs_matcher.h
10435         * src/prefs_message.c
10436         * src/prefs_message.h
10437         * src/prefs_msg_colors.c
10438         * src/prefs_msg_colors.h
10439         * src/prefs_other.c
10440         * src/prefs_other.h
10441         * src/prefs_quote.c
10442         * src/prefs_quote.h
10443         * src/prefs_receive.c
10444         * src/prefs_receive.h
10445         * src/prefs_send.c
10446         * src/prefs_send.h
10447         * src/prefs_spelling.c
10448         * src/prefs_spelling.h
10449         * src/prefs_summaries.c
10450         * src/prefs_summaries.h
10451         * src/prefs_summary_column.c
10452         * src/prefs_summary_column.h
10453         * src/prefs_template.c
10454         * src/prefs_template.h
10455         * src/prefs_themes.c
10456         * src/prefs_themes.h
10457         * src/prefs_toolbar.c
10458         * src/prefs_toolbar.h
10459         * src/prefs_wrapping.c
10460         * src/prefs_wrapping.h
10461         * src/privacy.c
10462         * src/privacy.h
10463         * src/procheader.c
10464         * src/procheader.h
10465         * src/procmime.c
10466         * src/procmime.h
10467         * src/procmsg.c
10468         * src/procmsg.h
10469         * src/quote_fmt.c
10470         * src/quote_fmt_parse.y
10471         * src/recv.c
10472         * src/recv.h
10473         * src/remotefolder.c
10474         * src/remotefolder.h
10475         * src/send_message.c
10476         * src/send_message.h
10477         * src/setup.c
10478         * src/setup.h
10479         * src/simple-gettext.c
10480         * src/sourcewindow.c
10481         * src/sourcewindow.h
10482         * src/ssl_manager.c
10483         * src/ssl_manager.h
10484         * src/statusbar.c
10485         * src/statusbar.h
10486         * src/stock_pixmap.c
10487         * src/stock_pixmap.h
10488         * src/summary_search.c
10489         * src/summary_search.h
10490         * src/summaryview.c
10491         * src/summaryview.h
10492         * src/syldap.c
10493         * src/syldap.h
10494         * src/textview.c
10495         * src/textview.h
10496         * src/toolbar.c
10497         * src/toolbar.h
10498         * src/undo.c
10499         * src/undo.h
10500         * src/unmime.c
10501         * src/unmime.h
10502         * src/vcard.c
10503         * src/vcard.h
10504         * src/wizard.c
10505         * src/wizard.h
10506         * src/common/base64.c
10507         * src/common/base64.h
10508         * src/common/defs.h
10509         * src/common/hooks.c
10510         * src/common/hooks.h
10511         * src/common/log.c
10512         * src/common/log.h
10513         * src/common/md5.c
10514         * src/common/md5.h
10515         * src/common/mgutils.c
10516         * src/common/mgutils.h
10517         * src/common/nntp.c
10518         * src/common/nntp.h
10519         * src/common/passcrypt.c
10520         * src/common/passcrypt.h.in
10521         * src/common/plugin.c
10522         * src/common/plugin.h
10523         * src/common/prefs.c
10524         * src/common/prefs.h
10525         * src/common/progressindicator.c
10526         * src/common/progressindicator.h
10527         * src/common/quoted-printable.c
10528         * src/common/quoted-printable.h
10529         * src/common/session.c
10530         * src/common/session.h
10531         * src/common/smtp.c
10532         * src/common/smtp.h
10533         * src/common/socket.c
10534         * src/common/socket.h
10535         * src/common/ssl.c
10536         * src/common/ssl.h
10537         * src/common/ssl_certificate.c
10538         * src/common/ssl_certificate.h
10539         * src/common/string_match.c
10540         * src/common/string_match.h
10541         * src/common/stringtable.c
10542         * src/common/sylpheed.c
10543         * src/common/sylpheed.h
10544         * src/common/template.c
10545         * src/common/template.h
10546         * src/common/timing.h
10547         * src/common/utils.c
10548         * src/common/utils.h
10549         * src/common/uuencode.c
10550         * src/common/uuencode.h
10551         * src/common/version.h.in
10552         * src/common/xml.c
10553         * src/common/xml.h
10554         * src/common/xmlprops.c
10555         * src/common/xmlprops.h
10556         * src/gtk/about.c
10557         * src/gtk/about.h
10558         * src/gtk/colorlabel.c
10559         * src/gtk/colorlabel.h
10560         * src/gtk/colorsel.c
10561         * src/gtk/colorsel.h
10562         * src/gtk/description_window.c
10563         * src/gtk/description_window.h
10564         * src/gtk/filesel.c
10565         * src/gtk/filesel.h
10566         * src/gtk/foldersort.c
10567         * src/gtk/foldersort.h
10568         * src/gtk/gtkutils.c
10569         * src/gtk/gtkutils.h
10570         * src/gtk/inputdialog.c
10571         * src/gtk/inputdialog.h
10572         * src/gtk/logwindow.c
10573         * src/gtk/logwindow.h
10574         * src/gtk/manage_window.c
10575         * src/gtk/manage_window.h
10576         * src/gtk/menu.c
10577         * src/gtk/menu.h
10578         * src/gtk/pluginwindow.c
10579         * src/gtk/pluginwindow.h
10580         * src/gtk/prefswindow.c
10581         * src/gtk/prefswindow.h
10582         * src/gtk/progressdialog.c
10583         * src/gtk/progressdialog.h
10584         * src/gtk/quicksearch.c
10585         * src/gtk/quicksearch.h
10586         * src/gtk/sslcertwindow.c
10587         * src/gtk/sslcertwindow.h
10588         * src/plugins/clamav/clamav_plugin.c
10589         * src/plugins/clamav/clamav_plugin.h
10590         * src/plugins/clamav/clamav_plugin_gtk.c
10591         * src/plugins/demo/demo.c
10592         * src/plugins/dillo_viewer/dillo_prefs.c
10593         * src/plugins/dillo_viewer/dillo_prefs.h
10594         * src/plugins/dillo_viewer/dillo_viewer.c
10595         * src/plugins/mathml_viewer/mathml_viewer.c
10596         * src/plugins/pgpcore/passphrase.c
10597         * src/plugins/pgpcore/passphrase.h
10598         * src/plugins/pgpcore/plugin.c
10599         * src/plugins/pgpcore/prefs_gpg.c
10600         * src/plugins/pgpcore/prefs_gpg.h
10601         * src/plugins/pgpcore/select-keys.c
10602         * src/plugins/pgpcore/select-keys.h
10603         * src/plugins/pgpcore/sgpgme.c
10604         * src/plugins/pgpcore/sgpgme.h
10605         * src/plugins/pgpinline/pgpinline.c
10606         * src/plugins/pgpinline/pgpinline.h
10607         * src/plugins/pgpinline/plugin.c
10608         * src/plugins/pgpmime/pgpmime.c
10609         * src/plugins/pgpmime/pgpmime.h
10610         * src/plugins/pgpmime/plugin.c
10611         * src/plugins/spamassassin/spamassassin.c
10612         * src/plugins/spamassassin/spamassassin.h
10613         * src/plugins/spamassassin/spamassassin_gtk.c
10614         * src/plugins/trayicon/trayicon.c
10615         * tools/OOo2sylpheed.pl
10616         * tools/acroread2sylpheed.pl
10617         * tools/asus_mailled.sh
10618         * tools/filter_conv.pl
10619         * tools/freshmeat_search.pl
10620         * tools/google_search.pl
10621         * tools/kmail2sylpheed.pl
10622         * tools/kmail2sylpheed_v2.pl
10623         * tools/maildir2sylpheed.pl
10624         * tools/multiwebsearch.pl
10625         * tools/newscache_clean.pl
10626         * tools/outlook2sylpheed.pl
10627         * tools/sylpheed-switcher
10628         * tools/update-po
10629         * tools/vcard2xml.py
10630         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10631                 update FSF address
10632
10633 2005-09-21 [colin]      1.9.14cvs46
10634
10635         * src/gedit-print.c
10636         * src/procmsg.c
10637         * src/procmsg.h
10638         * src/textview.c
10639         * src/summaryview.c
10640                 Remove some printing hacks (deselection/reselection),
10641                 which by the way fix printing the currently 
10642                 displayed mime part (still only text)
10643                 Plus a little optimisation of summary_show
10644
10645
10646 2005-09-20 [colin]      1.9.14cvs45
10647
10648         * src/mainwindow.c
10649         * src/messageview.c
10650                 GUI fixups: add accels, set message
10651                 view title to displayed mail's subject
10652         * src/prefs_spelling.c
10653         * src/gtk/gtkaspell.c
10654                 GUI fixups: allow underlining misspelled
10655                 words instead of coloring them (a11y!)
10656
10657 2005-09-19 [colin]
10658
10659         1.9.15rc3 released
10660
10661 2005-09-19 [colin]      1.9.14cvs44
10662
10663         * src/compose.c
10664                 Fix draft message
10665         * src/gtk/gtkaspell.c
10666                 Fix wrong test ;-)
10667
10668 2005-09-19 [colin]      1.9.14cvs43
10669
10670         * src/addressbook.c
10671                 Fix sensitivity of Delete button
10672         * src/compose.c
10673                 Warn if the requested Privacy system
10674                 is not available
10675         * src/exphtmldlg.c
10676         * src/expldifdlg.c
10677         * src/importldif.c
10678         * src/importmutt.c
10679         * src/importpine.c
10680                 Fix crappy UI
10681         * src/
10682         * src/ssl.h
10683         * src/prefs_account.h
10684         * src/prefs_account.c
10685                 Save SSL prefs even in builds that have
10686                 SSL support disable
10687         * src/imap.c
10688         * src/inc.c
10689         * src/news.c
10690         * src/send_message.c
10691                 Warn if connection should be secure, but
10692                 SSL support isn't compiled in
10693         * src/gtkaspell.c
10694                 Fix word separation on UTF-8 systems
10695                 Fixes bug #812 (Strange inline spellchecking)
10696         * src/compose.c
10697                 Warn if the requested Privacy system
10698                 is not available
10699                 Factorize offline warning
10700         * src/imap.c
10701         * src/imap_gtk.c
10702         * src/imap_gtk.h
10703         * src/inc.h
10704         * src/news_gtk.c
10705         * src/news_gtk.h
10706         * src/messageview.c
10707                 Factorize offline warning
10708
10709 2005-09-19 [paul]
10710
10711         1.9.15-rc2 released
10712
10713 2005-09-18 [colin]      1.9.14cvs42
10714
10715         * src/codeconv.c
10716         * src/codeconv.h
10717         * src/procmime.c
10718                 Add a way to get locale's charset ignoring utf-8,
10719                 and use that as default encoding for broken mails
10720
10721 2005-09-18 [colin]      1.9.14cvs41
10722
10723         * src/gtk/logwindow.c
10724                 Translate string. Patch by Fabien Vantard
10725
10726 2005-09-18 [colin]      1.9.14cvs40
10727
10728         * configure.ac
10729                 Fix bug #803 (IMAP/SSL support breaks with 
10730                 GnuTLS libetpan 0.38)
10731
10732 2005-09-18 [colin]      1.9.14cvs39
10733
10734         * src/codeconv.c
10735         * src/compose.c
10736         * src/procmime.c
10737                 More charsets fixes. Fixes bug #806 (non
10738                 ascii characters in subject line)
10739
10740 2005-09-17 [paul]       1.9.14cvs38
10741
10742         * src/folderview.c
10743         * src/mainwindow.c
10744                 fix gcc-2.95 issues
10745                 Patch by Pawel Pekala
10746
10747 2005-09-17 [colin]      1.9.14cvs37
10748
10749         * src/addrindex.c
10750                 bugfix for NO-USE LDAP compilation, patch 
10751                 by Fabien Vantard
10752
10753 2005-09-17 [colin]      1.9.14cvs36
10754
10755         * src/prefs_actions.c
10756         * src/prefs_customheader.c
10757         * src/prefs_display_header.c
10758         * src/prefs_filtering_action.c
10759         * src/prefs_matcher.c
10760         * src/prefs_toolbar.c
10761                 Fix strange casts (less elegant but
10762                 works better)
10763
10764 2005-09-16 [colin]      1.9.14cvs35
10765
10766         * src/jpilot.c
10767                 Missed that one
10768
10769 2005-09-16 [colin]      1.9.14cvs34
10770
10771         * configure.ac
10772         * src/Makefile.am
10773         * src/addr_compl.c
10774         * src/addrindex.c
10775         * src/browseldap.c
10776         * src/editldap.c
10777         * src/ldaplocate.c
10778         * src/ldapquery.c
10779         * src/ldapquery.h
10780         * src/ldapserver.c
10781         * src/ldapserver.h
10782         * src/main.c
10783         * src/matcher_parser_parse.y
10784         * src/prefs_themes.c
10785         * src/etpan/Makefile.am
10786         * src/gtk/description_window.c
10787         * src/plugins/clamav/Makefile.am
10788         * src/plugins/clamav/clamav_plugin.c
10789         * src/plugins/dillo_viewer/Makefile.am
10790         * src/plugins/pgpcore/Makefile.am
10791         * src/plugins/pgpinline/Makefile.am
10792         * src/plugins/pgpmime/Makefile.am
10793         * src/plugins/trayicon/Makefile.am
10794                 Fix 100% cpu usage in address completion list
10795                 Fix little bugs (return with no values etc)
10796                 Fix all warnings (with common CFLAGS)
10797
10798 2005-09-15 [colin]      1.9.14cvs33
10799
10800         * src/addressbook.c
10801                 Fix bug where sometimes a group's email list is empty,
10802                 force its refresh (probably fixes "Re: how to create a 
10803                 distribution list")
10804         * src/ldapquery.c
10805                 Don't return to the callback in the main thread from the
10806                 fetch thread (or face segs!)
10807
10808 2005-09-15 [paul]       1.9.14cvs32
10809
10810         * src/prefs_matcher.c
10811                 forgotten in last commit
10812
10813 2005-09-15 [paul]       1.9.14cvs31
10814
10815         * src/prefs_actions.c
10816         * src/prefs_filtering_action.c
10817         * src/prefs_quote.c
10818         * src/quote_fmt.c
10819         * src/summaryview.c
10820         * src/gtk/description_window.c
10821         * src/gtk/description_window.h
10822         * src/gtk/quicksearch.c
10823                 allow interaction with the called
10824                 description window
10825                 Patch by Anders Hammar
10826
10827 2005-09-14 [paul]       1.9.14cvs30
10828
10829         * src/compose.c
10830                 fix a little annoyance when pasting with 3rd button 
10831                 with wrap_pastes=0 and wrap_input=1
10832                 Patch by Colin
10833
10834 2005-09-14 [paul]       1.9.14cvs29
10835
10836         * src/prefs_account.c
10837                 disable 'Filter messages on receiving' for
10838                 SMTP-only accounts
10839                 Patch  by Anders Hammar
10840
10841 2005-09-14 [paul]       1.9.14cvs28
10842
10843         * po/sk.po
10844                 fix crash
10845                 updated by Andrej Kacian
10846
10847 2005-09-14 [paul]
10848
10849         1.9.15-rc1 released
10850
10851 2005-09-14 [paul]       1.9.14cvs27
10852
10853         * po/es.po
10854                 updated by Ricardo Mones Lastra
10855         * src/compose.c
10856         * src/compose.h
10857                 associate no_wrap_tags to Compose windows
10858                 instead of using a static one
10859                 Patch by Colin
10860         * src/mbox.c
10861                 fix proc_mbox()
10862                 Patch by wwp
10863         * src/textview.c
10864                 remove unneeded printf()
10865
10866 2005-09-14 [paul]       1.9.14cvs26
10867
10868         * src/addrcache.c
10869         * src/codeconv.h
10870         * src/folder.h
10871         * src/mainwindow.h
10872         * src/mh.c
10873         * src/mimeview.h
10874         * src/partial_download.c
10875         * src/pop.c
10876         * src/prefs_account.c
10877         * src/prefs_account.h
10878         * src/prefs_actions.c
10879         * src/prefs_customheader.c
10880         * src/prefs_display_header.c
10881         * src/prefs_filtering_action.c
10882         * src/prefs_matcher.c
10883         * src/prefs_toolbar.c
10884         * src/privacy.h
10885         * src/procmime.c
10886         * src/procmime.h
10887         * src/procmsg.h
10888         * src/textview.c
10889         * src/undo.h
10890         * src/common/plugin.c
10891         * src/common/session.h
10892         * src/common/socket.c
10893         * src/common/socket.h
10894         * src/common/template.c
10895         * src/gtk/gtkaspell.c
10896         * src/gtk/quicksearch.h
10897         * src/plugins/pgpcore/passphrase.c
10898         * src/plugins/pgpcore/prefs_gpg.h
10899         * src/plugins/pgpcore/select-keys.c
10900         * src/plugins/pgpcore/select-keys.h
10901         * src/plugins/pgpcore/sgpgme.c
10902         * src/plugins/pgpinline/pgpinline.c
10903         * src/plugins/pgpmime/pgpmime.c
10904         * src/plugins/trayicon/trayicon.c
10905                 fix compilation warnings
10906                 Patch by Daniel Gustafson
10907
10908 2005-09-14 [paul]       1.9.14cvs25
10909
10910         * src/addressbook.c
10911                 add missing column header, and other small
10912                 bug fixes
10913                 Patch by Anders Hammar
10914
10915 2005-09-13 [colin]      1.9.14cvs24
10916
10917         * src/gtk/gtkaspell.c
10918                 Fix non-utf8 in menu
10919                 Fix little leaks
10920                 Nullify struct members after free()s
10921
10922 2005-09-13 [colin]      1.9.14cvs23
10923
10924         * src/compose.c
10925                 Test utf8 compliance before inserting to 
10926                 buffer, and try to convert if necessary
10927         * src/procmime.c
10928                 If no charset is present, use the locale 
10929                 one instead of us-ascii
10930         * src/procmsg.c
10931                 Add Sender, List-Post and To in the checked 
10932                 headers for automatic rules creation 
10933                 (thanks to wwp)
10934         * src/prefs_themes.c
10935         * src/gtk/gtkaspell.c
10936                 Remove deprecated functions. 
10937                 patch by Daniel Gustafson
10938
10939 2005-09-12 [colin]      1.9.14cvs22
10940
10941         * src/compose.c
10942                 Fix bug #448 (Scrolling/Redraw issue with 
10943                 address-fields in Header)
10944         * src/mainwindow.c
10945         * src/summaryview.c
10946         * src/summaryview.h
10947                 Fix loss of MSG_MARKED on move/copy
10948                 Fix bug #804 (Quicksearch togglebutton doesn't 
10949                 get depressed after '/' key is pressed)
10950
10951 2005-09-12 [paul]       1.9.14cvs21
10952
10953         * AUTHORS
10954         * src/gtk/logwindow.c
10955                 add 'Clear Log' to popup menu
10956                 Patch by Anders Hammar <anders.hammar@telia.com>
10957
10958 2005-09-12 [paul]       1.9.14cvs20
10959
10960         * src/compose.c
10961                 set correct sensitivity on attachments
10962                 popup menu
10963         * src/folder.c
10964                 fix typo
10965         * src/prefs_spelling.c
10966                 fix crash when no LANG env is set
10967         * src/common/xml.c
10968                 fix crash in wizard
10969                 don't use memeory after free
10970
10971         All patches by Daniel Gustafson
10972
10973 2005-09-12 [paul]       1.9.14cvs19
10974
10975         * src/prefs_themes.c
10976                 make theme info selectable
10977         * src/gtk/description_window.c
10978                 make window non-modal
10979         * tools/README
10980                 add details of asus_mailed.sh
10981         * tools/claws.i18n.status.pl
10982                 update for new zh_TW translator
10983                 widen the output
10984                 create alternate coloured lines
10985                 improve readability
10986
10987 2005-09-10 [colin]      1.9.14cvs18
10988
10989         * src/plugins/pgpcore/select-keys.c
10990                 Better order for the buttons
10991
10992 2005-09-10 [colin]      1.9.14cvs17
10993
10994         * src/compose.c
10995         * src/plugins/pgpcore/select-keys.c
10996         * src/plugins/pgpcore/select-keys.h
10997         * src/plugins/pgpcore/sgpgme.c
10998                 Add a "Don't encrypt" button to the key
10999                 selection dialog. Fixes bug #177 (There should be a 
11000                 'Don't encrypt button in the Select Keys dialog)
11001
11002 2005-09-10 [colin]      1.9.14cvs16
11003
11004         * src/compose.c
11005                 Fix bug #572 (%X option does not work with templates)
11006
11007 2005-09-10 [colin]      1.9.14cvs15
11008
11009         * src/toolbar.c 
11010                 Remove g_print
11011
11012 2005-09-10 [colin]      1.9.14cvs14
11013
11014         * src/imap.c
11015                 Fix a possible crash
11016
11017 2005-09-09 [colin]      1.9.14cvs13
11018
11019         * src/imap.c
11020         * src/etpan/imap-thread.c
11021         * src/etpan/imap-thread.h
11022                 Fix moving from queue or drafts to normal folders
11023                 Fix bug #794 (No way to delete without expunging)
11024                 Take flags unset by other mailers into account
11025                 Take deleted flag set by other mailers into account
11026                 Fix unsetting REPLIED flag
11027                 Fix crash when capabilities can't be retrieved
11028         * src/mainwindow.c
11029         * src/mainwindow.h
11030                 Add M_DELAYED_FLAGS condition, and let the user use
11031                 Execute in order to be able to expunge deleted mails,
11032                 even if he's not in delayed execute mode
11033         * src/prefs_spelling.c
11034                 Use 'en' dictionary by default if LANG is POSIX or C
11035         * src/gtk/prefswindow.c
11036                 Fix bug #767 (Preferences windows expanding) by making
11037                 the window a bit larger when the resolution is greater
11038                 than 640x480, and by putting the prefs in a
11039                 GtkScrolledWindow.
11040
11041 2005-09-09 [paul]       1.9.14cvs12
11042
11043         * AUTHORS
11044         * configure.ac
11045         * po/zh_TW.Big5.po      ** REMOVED **
11046         * po/zh_TW.po           ** ADDED **
11047                 updated by Wei-Lun Chao
11048
11049 2005-09-09 [paul]       1.9.14cvs11
11050
11051         * src/mainwindow.c
11052                 fix asserts
11053         * src/common/xml.c
11054                 delay memory allocation until file is
11055                 opened successfully
11056                 Patch by Daniel Gustafson
11057
11058 2005-09-09 [colin]      1.9.14cvs10
11059
11060         * src/imap.c
11061                 Add guards
11062
11063 2005-09-08 [colin]      1.9.14cvs9
11064
11065         * src/compose.c
11066                 Alert when we can't save draft
11067                 Fix various wrap/color issues
11068                 Add mid-click pasting respecting wrap_paste option
11069         * src/folder.c
11070         * src/folder.h
11071         * src/folder_item_prefs.c
11072         * src/folder_item_prefs.h
11073         * src/imap.c
11074         * src/imap_gtk.c
11075         * src/imap_gtk.h
11076         * src/main.c
11077         * src/mainwindow.c
11078         * src/mainwindow.h
11079         * src/news.c
11080         * src/news_gtk.c
11081         * src/news_gtk.h
11082         * src/prefs_folder_item.c
11083                 Fix the impossibility to synchronise folders for
11084                 offline use (IMAP and NNTP are concerned)
11085
11086 2005-09-08 [colin]      1.9.14cvs8
11087
11088         * configure.ac
11089                 Build LDAP and JPilot by default if available
11090         * src/textview.c
11091                 Fix use after free
11092
11093 2005-09-08 [paul]       1.9.14cvs7
11094
11095         * doc/manual/en/sylpheed-1.html
11096         * doc/manual/en/sylpheed-18.html
11097         * doc/manual/en/sylpheed-19.html
11098         * doc/manual/en/sylpheed-4.html
11099         * doc/manual/en/sylpheed-6.html
11100         * doc/manual/en/sylpheed.html
11101                 a few minor updates, plus include some
11102                 details about plugins and their requirements
11103         * src/mainwindow.c
11104                 minor changes to English in /View/Sort
11105
11106 2005-09-07 [colin]      1.9.14cvs6
11107
11108         * doc/manual/en/sylpheed-1.html
11109         * doc/manual/en/sylpheed-10.html
11110         * doc/manual/en/sylpheed-11.html
11111         * doc/manual/en/sylpheed-12.html
11112         * doc/manual/en/sylpheed-13.html
11113         * doc/manual/en/sylpheed-14.html
11114         * doc/manual/en/sylpheed-15.html
11115         * doc/manual/en/sylpheed-16.html
11116         * doc/manual/en/sylpheed-17.html
11117         * doc/manual/en/sylpheed-18.html
11118         * doc/manual/en/sylpheed-19.html
11119         * doc/manual/en/sylpheed-2.html
11120         * doc/manual/en/sylpheed-20.html
11121         * doc/manual/en/sylpheed-21.html
11122         * doc/manual/en/sylpheed-22.html
11123         * doc/manual/en/sylpheed-3.html
11124         * doc/manual/en/sylpheed-4.html
11125         * doc/manual/en/sylpheed-5.html
11126         * doc/manual/en/sylpheed-6.html
11127         * doc/manual/en/sylpheed-7.html
11128         * doc/manual/en/sylpheed-8.html
11129         * doc/manual/en/sylpheed-9.html
11130         * doc/manual/en/sylpheed.html
11131                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11132
11133 2005-09-07 [colin]      1.9.14cvs5
11134
11135         * src/mainwindow.c
11136                 Make labels more to-the-point
11137
11138 2005-09-07 [colin]      1.9.14cvs4
11139
11140         * doc/manual/en/sylpheed-1.html
11141         * doc/manual/en/sylpheed-12.html
11142         * doc/manual/en/sylpheed-13.html
11143         * doc/manual/en/sylpheed-14.html
11144         * doc/manual/en/sylpheed-15.html
11145         * doc/manual/en/sylpheed-16.html
11146         * doc/manual/en/sylpheed-17.html
11147         * doc/manual/en/sylpheed-18.html
11148         * doc/manual/en/sylpheed-19.html
11149         * doc/manual/en/sylpheed-2.html
11150         * doc/manual/en/sylpheed-20.html
11151         * doc/manual/en/sylpheed-21.html
11152         * doc/manual/en/sylpheed-22.html
11153         * doc/manual/en/sylpheed-4.html
11154         * doc/manual/en/sylpheed-5.html
11155         * doc/manual/en/sylpheed-6.html
11156         * doc/manual/en/sylpheed-7.html
11157         * doc/manual/en/sylpheed-8.html
11158         * doc/manual/en/sylpheed-9.html
11159         * doc/manual/en/sylpheed.html
11160                 Update manual
11161
11162 2005-09-07 [colin]      1.9.14cvs3
11163
11164         * doc/faq/en/sylpheed-faq-1.html
11165         * doc/faq/en/sylpheed-faq-2.html
11166         * doc/faq/en/sylpheed-faq-3.html
11167         * doc/faq/en/sylpheed-faq.html
11168                 Update FAQ
11169
11170 2005-09-07 [colin]      1.9.14cvs2
11171
11172         * src/folderview.c
11173         * src/procmsg.c
11174         * src/summaryview.c
11175         * src/toolbar.c
11176                 Fix special subfolders:
11177                 - Inherit parent's icon
11178                 - sent contents of queues subfolders
11179                 - empty subfolders of trashes
11180         * src/mainwindow.c
11181                 Remove outdated manual and faq entries
11182         * src/common/utils.c
11183                 Add quotes around %s coming from mailcap
11184
11185 2005-09-07 [colin]      1.9.14cvs1
11186
11187         * src/compose.c
11188                 After saving draft, set modified to FALSE
11189         * src/mimeview.c
11190         * src/common/utils.c
11191         * src/common/utils.h
11192                 Try to open mime parts using what is 
11193                 indicated in ~/.mailcap or /etc/mailcap,
11194                 if possible.
11195
11196 2005-09-05 [paul]       1.9.14
11197
11198         1.9.14 released
11199
11200         * po/sk.po
11201                 updated by Andrej Kacian
11202
11203 2005-09-05 [paul]       1.9.13cvs83
11204
11205         * po/de.po
11206         * po/es.po
11207         * po/fi.po
11208         * po/fr.po
11209         * po/nb.po
11210         * po/pt_BR.po
11211         * po/sr.po
11212                 updated translations by Thomas Gilgin, Ricardo Mones
11213                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11214                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11215
11216 2005-09-04 [paul]       1.9.13cvs82
11217
11218         * src/compose.c
11219                 only warn about exceeded line length limit
11220                 on send
11221
11222 2005-09-04 [paul]       1.9.13cvs81
11223
11224         * src/compose.c
11225                 fix crash in 'line length exceeded' dialogue
11226
11227 2005-09-02 [paul]       1.9.13cvs80
11228
11229         * src/imap.c
11230                 fix bug 795, 'Connection lost IMAP'
11231                 and add statusbar prints
11232                 Patch by Colin
11233
11234 2005-09-02 [paul]       1.9.13cvs79
11235
11236         * src/compose.c
11237                 compose_wrap_paragraph() becomes
11238                 compose_beautify_paragraph()
11239                 Patch by Colin
11240
11241 2005-09-02 [colin]      1.9.13cvs78
11242
11243         * src/folderview.c
11244                 Micro-fix
11245
11246 2005-09-01 [colin]      1.9.13cvs77
11247
11248         * src/imap.c
11249                 Maybe fix bug #795 (Connection lost IMAP)
11250                 Don't try to send logout when we're disconnected.
11251         * src/summaryview.c
11252                 Include locked and marked emails in HRM
11253                 view. Fixes bug #800 (Locked messages no longer 
11254                 show up when hide read messages is used)
11255
11256 2005-09-01 [paul]       1.9.13cvs76
11257
11258         * src/prefs_common.c
11259                 fix bad cutting
11260
11261 2005-08-31 [colin]      1.9.13cvs75
11262
11263         * src/folderview.c
11264         * src/folderview.h
11265         * src/prefs_summaries.c
11266         * src/summaryview.c
11267                 Fix "go to next new", fix preference
11268                 (Open unread/next swapped)
11269
11270 2005-08-31 [paul]       1.9.13cvs74
11271
11272         * src/compose.c
11273         * src/folderview.c
11274         * src/headerview.c
11275         * src/headerview.h
11276         * src/mainwindow.c
11277         * src/prefs_common.c
11278         * src/prefs_common.h
11279         * src/prefs_fonts.c
11280         * src/summaryview.c
11281         * src/textview.c
11282         * src/common/defs.h
11283                 remove obsolete BOLD_FONT setting
11284                 fix font update in headerview and textview
11285                 headers after prefs change
11286                 Patch By Colin
11287
11288 2005-08-31 [paul]
11289
11290         1.9.14-rc4 released
11291
11292 2005-08-30 [colin]      1.9.13cvs73
11293
11294         * src/summaryview.c
11295                 When Hide read messages is selected and we
11296                 refresh the summaryview, don't remove the 
11297                 currently displayed message. Fixes bug #797
11298                 (Summary view reloads when new mail is 
11299                 downloaded in 1.9.14 rc)
11300
11301 2005-08-30 [colin]      1.9.13cvs72
11302
11303         * src/folderview.c
11304                 Fix flickering
11305         * src/mainwindow.c
11306                 Remove useless callback
11307         * src/mimeview.c
11308         * src/gtk/filesel.c
11309         * src/gtk/filesel.h
11310                 Add a filesel_select_file_save_folder() - used by Save All
11311
11312 2005-08-29 [paul]       1.9.13cvs71
11313
11314         * AUTHORS
11315         * src/matcher_parser_parse.y
11316         * src/etpan/imap-thread.c
11317                 fix building on FreeBSD
11318                 Patch by Daniel Gustafson <daniel@hobbit.se>
11319
11320 2005-08-29 [paul]       1.9.13cvs70
11321
11322         * src/plugins/pgpinline/pgpinline.c
11323                 only initialise sig result if it's been handled
11324                 Patch by Colin
11325
11326 2005-08-29 [paul]       1.9.13cvs69
11327         
11328         Patches by Colin:
11329
11330         * src/imap.c
11331         * src/common.utils.c
11332         * src/common/utils.h
11333                 optimisation
11334         * src/stock_pixmap.h
11335                 fix wrong icon reference
11336         * src/pixmaps/trash_btn.xpm
11337                 replace with nicer image
11338
11339 2005-08-28 [colin]      1.9.13cvs68
11340
11341         * src/Makefile.am
11342         * src/stock_pixmap.c
11343         * src/stock_pixmap.h
11344         * src/toolbar.c
11345         * src/pixmaps/trash_btn.xpm
11346                 Add a specific trash xpm for the button
11347
11348 2005-08-28 [colin]      1.9.13cvs67
11349
11350         * src/imap.c
11351                 Fix leak
11352
11353 2005-08-27 [colin]      1.9.13cvs66
11354
11355         * src/imap.c
11356         * src/procmime.c
11357                 Correctly fix "Problem with replies", fixes
11358                 pgpmime encryption too. 
11359
11360 2005-08-27 [colin]      1.9.13cvs65
11361
11362         * src/folder.c
11363         * src/procmsg.c
11364         * src/procmsg.h
11365         * src/summaryview.c
11366                 Fix bug #517 (messages removed from summaryview 
11367                 when moving fails)
11368
11369 2005-08-27 [colin]      1.9.13cvs64
11370
11371         * tools/Makefile.am
11372         * tools/asus_mailled.sh
11373                 Add a script to blink ASUS laptops' mail LED where there
11374                 is unread mail.
11375
11376 2005-08-27 [colin]      1.9.13cvs63
11377
11378         * src/imap.c
11379         * src/etpan/imap-thread.c
11380         * src/etpan/imap-thread.h
11381                 Implement automatic choosing of login method
11382                 Fixes bug #791
11383         * src/gtk/.cvsignore
11384                 Add sylpheed-marshal.[ch]
11385
11386 2005-08-27 [colin]      1.9.13cvs62
11387
11388         * src/common/utils.c
11389                 Fix confusing perror
11390
11391 2005-08-27 [colin]      1.9.13cvs61
11392
11393         * src/toolbar.c
11394         * src/toolbar.h
11395                 Remove A_DELETE, replace it with 
11396                 A_TRASH and A_DELETE_REAL. Automatically
11397                 rewrite config files to replace A_DELETE
11398                 with A_TRASH (no functionality change).
11399                 Fixes half of #794
11400
11401 2005-08-26 [colin]      1.9.13cvs60
11402
11403         * src/procmime.c
11404                 Previous "Problem with replies" fix brought other
11405                 problems, fixing them
11406
11407 2005-08-26 [colin]      1.9.13cvs59
11408
11409         * src/procmime.c
11410                 Fix "Problem with replies". This happened only
11411                 on IMAP...
11412         * src/procmsg.c
11413                 Factorize code a bit
11414         * src/compose.c
11415                 Speed improvement on very long messages (wrapping)
11416                 Fix signature color on Reedit and Redirect
11417                 On Reedit, don't attach pgp-signatures parts, but
11418                 set signing to On.
11419
11420 2005-08-24 [paul]       1.9.13cvs58
11421
11422         * src/compose.c
11423                 don't claim success when clicking
11424                 Cancel on the passphrase box.
11425                 Patch by Colin
11426
11427 2005-08-24 [paul]       1.9.13cvs57
11428
11429         * src/main.c
11430                 fix misplaced sylpheed.log
11431         * src/common/defs.h
11432                 define UIDL_DIR
11433
11434 2005-08-24 [paul]       1.9.13cvs56
11435
11436         * src/imap.c
11437         * src/etpan/imap-thread.c
11438         * src/etpan/imap-thread.h
11439                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11440                 Patch by Colin
11441         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11442         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11443                 remove autogenerated files
11444         * tools/kdeservicemenu/README
11445         * tools/kdeservicemenu/install.sh
11446         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11447         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11448                 use Claws icon, use 'Sylpheed-Claws' in menu,
11449                 use kdialog, and other cleanups
11450
11451 2005-08-23 [paul]       1.9.13cvs55
11452
11453         * src/compose.c
11454                 fix paste/wrap crash
11455                 Patch by Colin
11456
11457 2005-08-23 [paul]       1.9.13cvs54
11458
11459         * src/main.c
11460                 fix crash recovery
11461                 Patch by Colin
11462
11463 2005-08-23 [paul]       1.9.13cvs53
11464
11465         * src/addressbook.c
11466         * src/editaddress.c
11467                 view all data of LDAP contacts
11468                 Patch by Colin
11469
11470 2005-08-23 [paul]       1.9.13cvs52
11471
11472         * src/addressbook.c
11473                 fix issues with the Search field
11474                 Patch by Colin
11475
11476 2005-08-22 [paul]       1.9.13cvs51
11477
11478         * src/folderview.c
11479                 put name of folder in processing dialog
11480                 title
11481         * src/prefs_folder_item.c
11482                 improve english usage
11483
11484 2005-08-22 [paul]       1.9.13cvs50
11485
11486         * src/filtering.c
11487         * src/filtering.h
11488         * src/matcher.c
11489         * src/matcher_parser_lex.l
11490         * src/matcher_parser_parse.y
11491         * src/prefs_filtering.c
11492                 add Filtering/Processing rule names feature.
11493                 (the incompatible old matcherrc is saved as
11494                 matcherrc.pre_names).
11495                 Patch by Colin
11496
11497 2005-08-22 [paul]       1.9.13cvs49
11498
11499         * src/procmsg.c
11500                 fix colour labelling
11501                 Patch by Colin
11502
11503 2005-08-22 [paul]       1.9.13cvs48
11504
11505         * src/textview.c
11506                 fix open_image_cb()
11507
11508 2005-08-22 [paul]       1.9.13cvs47
11509
11510         * src/imap.c
11511                 fix bug 789, 'SC crashes with imap (CVS ver)'
11512                 Patch by Colin
11513
11514 2005-08-22 [paul]       1.9.13cvs46
11515
11516         * src/mimeview.c
11517         * src/prefs_common.c
11518         * src/common/defs.h
11519                 define reused defaults in defs.h
11520         * src/textview.c
11521                 add 'Open image' to image popup menu
11522
11523 2005-08-21 [colin]      1.9.13cvs45
11524
11525         * src/summaryview.c
11526                 Fix bug #788 (Bogus "From" address displayed)
11527
11528 2005-08-20 [colin]      1.9.13cvs44
11529
11530         * src/folder.c
11531                 Fix buf #787 (multilevel delete causes SIGSEGV)
11532
11533 2005-08-19 [colin]      1.9.13cvs43
11534
11535         * src/inc.c
11536         * src/prefs_common.c
11537         * src/prefs_common.h
11538                 Add an hidden pref to allow modifying the
11539                 update stepping in incorporation.
11540                 Patch by wwp.
11541
11542 2005-08-19 [colin]      1.9.13cvs42
11543
11544         * src/compose.c
11545         * src/procmime.c
11546                 Workaround for broken MUAs: encode 
11547                 Content-type: name: as ASCII and 
11548                 Content-Disposition: filename: as
11549                 per rfc2231
11550         * src/prefs_account.c
11551                 Fix invisible-ness of SMTP SSL prefs
11552                 in NNTP accounts
11553
11554 2005-08-19 [paul]       1.9.13cvs41
11555
11556         * src/compose.c
11557         * src/prefs_common.c
11558         * src/prefs_common.h
11559         * src/prefs_wrapping.c
11560                 paste with or without wrapping.
11561                 patch by Colin
11562
11563 2005-08-19 [paul]       1.9.13cvs40
11564
11565         * src/prefs_common.c
11566         * src/prefs_common.h
11567         * src/summaryview.c
11568                 reintroduce enable_swap_from as a
11569                 hidden pref. patch by Colin
11570         * src/quote_fmt_parse.y
11571         * src/plugins/clamav/clamav_plugin.c
11572         * src/plugins/dillo_viewer/dillo_viewer.c
11573         * src/plugins/mathml_viewer/mathml_viewer.c
11574         * src/plugins/pgpcore/sgpgme.c
11575         * src/plugins/pgpinline/pgpinline.c
11576         * src/plugins/pgpmime/pgpmime.c
11577                 tidy up. patch by Colin
11578
11579 2005-08-19 [paul]       1.9.13cvs39
11580
11581         * configure.ac
11582                 complete cvs38's sync
11583         * src/editaddress.c
11584         * src/gedit-print.c
11585         * src/mutt.c
11586         * src/etpan/etpan-log.c
11587         * src/etpan/imap-thread.c
11588         * src/gtk/gtksourceprintjob.c
11589                 fix compilation warnings
11590                 (patch by Colin)
11591
11592 2005-08-19 [paul]       1.9.13cvs38
11593
11594         sync with main:
11595
11596         * src/account.c
11597         * src/action.c
11598         * src/addrbook.c
11599         * src/addrcache.c
11600         * src/addrharvest.c
11601         * src/addrindex.c
11602         * src/codeconv.c
11603         * src/compose.c
11604         * src/crash.c
11605         * src/exporthtml.c
11606         * src/exportldif.c
11607         * src/folder.c
11608         * src/image_viewer.c
11609         * src/inc.c
11610         * src/inc.h
11611         * src/jpilot.c
11612         * src/ldif.c
11613         * src/main.c
11614         * src/matcher.c
11615         * src/mbox.c
11616         * src/messageview.c
11617         * src/mh.c
11618         * src/mimeview.c
11619         * src/msgcache.c
11620         * src/mutt.c
11621         * src/news.c
11622         * src/partial_download.c
11623         * src/pine.c
11624         * src/pop.c
11625         * src/prefs_actions.c
11626         * src/prefs_common.c
11627         * src/prefs_customheader.c
11628         * src/prefs_display_header.c
11629         * src/prefs_gtk.c
11630         * src/prefs_themes.c
11631         * src/procheader.c
11632         * src/procmime.c
11633         * src/procmsg.c
11634         * src/recv.c
11635         * src/send_message.c
11636         * src/simple-gettext.c
11637         * src/sourcewindow.c
11638         * src/textview.c
11639         * src/vcard.c
11640         * src/common/defs.h
11641         * src/common/log.c
11642         * src/common/plugin.c
11643         * src/common/prefs.c
11644         * src/common/session.c
11645         * src/common/session.h
11646         * src/common/socket.c
11647         * src/common/socket.h
11648         * src/common/ssl_certificate.c
11649         * src/common/template.c
11650         * src/common/utils.c
11651         * src/common/utils.h
11652         * src/common/xml.c
11653         * src/gtk/about.c
11654         added wrappers for C library function that
11655                 take pathname arguments.
11656                 enabled compilation with MinGW.
11657                 use GDir instead of directly using opendir().
11658                 added rename_force().
11659
11660 2005-08-19 [paul]       1.9.13cvs37
11661         
11662         patches by Colin:
11663         * src/compose.c
11664                 fix privacy settings on re-editing
11665                 a sent message
11666         * src/jpilot.c
11667                 fix encoding bug
11668         * src/folder.c
11669         * src/procmsg.c
11670         * src/procmsg.h
11671         * src/summaryview.c
11672                 flag changing optimisation
11673
11674 2005-08-18 [martin]     1.9.13cvs36
11675
11676         * commitHelper
11677             added my login
11678         * src/addrcache.c
11679         * src/addrharvest.c
11680         * src/addrindex.c
11681         * src/compose.c
11682         * src/grouplistdialog.c
11683         * src/main.c
11684         * src/mainwindow.c
11685         * src/msgcache.c
11686         * src/mutt.c
11687         * src/pine.c
11688         * src/prefs_account.c
11689         * src/prefs_themes.c
11690         * src/stock_pixmap.c
11691         * src/summaryview.c
11692         * src/gtk/about.c
11693         * src/gtk/logwindow.c
11694             removed deprecated glib and gdk stuff
11695         * src/plugins/pgpcore/select-keys.c
11696             convert attributes from locale to utf8
11697
11698 2005-08-17 [paul]       1.9.13cvs35
11699
11700         * src/account.c
11701         * src/addressbook.c
11702                 use new GTK_STOCK_ icons if available
11703         * src/summaryview.c
11704         * src/gtk/gtksctree.c
11705         * src/gtk/gtksctree.h
11706                 faster range select. patch by Colin
11707
11708 2005-08-17 [paul]       1.9.13cvs34
11709
11710         patches by colin:
11711         * src/addressbook.c
11712         * src/addressitem.h
11713                 Add an edit button for contacts, fix selections
11714                 of gtksctree items
11715         * src/editaddress.c
11716                 Change labels, let Save be always possible in the
11717                 email and user atributes tabs
11718         * src/folderview.c
11719                 fix sort issues
11720         * src/summaryview.c
11721                 select next item instead of the displayed one
11722                 after deletion
11723
11724         * src/gtk/progressdialog.c
11725                 use prefs_common.enable_rules_hint
11726
11727 2005-08-13 [hoa]        1.9.13cvs33
11728
11729         * src/etpan/imap-thread.c
11730                 fixed build on Solaris.
11731
11732 2005-08-10 [colin]      1.9.13cvs32
11733
11734         * src/procmsg.c
11735                 Fix cvs31 (missing fclose before reading
11736                 the file)
11737
11738 2005-08-10 [colin]      1.9.13cvs31
11739
11740         * src/procmsg.c
11741                 Fix procmsg_msginfo_new_from_mimeinfo() when
11742                 the MimeInfo isn't stored in memory. This fixes
11743                 replying to an attached message.
11744
11745 2005-08-10 [colin]      1.9.13cvs30
11746
11747         * src/mainwindow.c
11748                 Fix slowness in account changing
11749
11750 2005-08-10 [colin]      1.9.13cvs29
11751
11752         * src/folder.c
11753         * src/folderutils.c
11754         * src/folderview.c
11755         * src/imap_gtk.c
11756         * src/mainwindow.c
11757         * src/mh_gtk.c
11758         * src/procmsg.c
11759         * src/summaryview.c
11760                 Optimize folder_has_parent_of_type
11761                 Prevent moving special sub-folders from contextual menus
11762                 Rework message a bit ("Empty all messages" -> "Delete all
11763                 messages")
11764                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11765                 and "Deleted Items" folders)
11766
11767 2005-08-08 [colin]      1.9.13cvs28
11768
11769         * src/summaryview.c
11770         * src/prefs_summaries.c
11771                 Make "Select first unread|new" more flexible
11772                 (just prioritize new or unread)
11773
11774 2005-08-08 [colin]      1.9.13cvs27
11775
11776         * src/summaryview.c
11777                 If "select first new" is selected and there only
11778                 are unread messages, fallback to "select first
11779                 unread".
11780
11781 2005-08-08 [colin]      1.9.13cvs26
11782
11783         * src/folder.c
11784                 Fix shameful bugs (and bug #779)
11785
11786 2005-08-08 [colin]      1.9.13cvs25
11787
11788         * src/folder.c
11789         * src/folder.h
11790                 Cache parents' type to make folder_has_parent_of_type
11791                 faster
11792         * src/folderview.c
11793                 Forbid DnD of special sub-folders
11794         * src/procmsg.c
11795         * src/procmsg.h
11796                 Add MAIL_POSTFILTERING_HOOK
11797         * src/summaryview.c
11798                 Revert over-zealous deletion of the use_addr_book 
11799                 code
11800
11801 2005-08-07 [colin]      1.9.13cvs24
11802
11803         * src/folder.c
11804                 Fix big mistake (passing MsgInfo instead 
11805                 of FolderItem)
11806
11807 2005-08-07 [colin]      1.9.13cvs23
11808
11809         * src/compose.c
11810         * src/folder.c
11811         * src/folder.h
11812         * src/foldersel.c
11813         * src/folderutils.c
11814         * src/folderview.c
11815         * src/imap.c
11816         * src/mainwindow.c
11817         * src/messageview.c
11818         * src/mh.c
11819         * src/msgcache.c
11820         * src/procmime.c
11821         * src/summaryview.c
11822                 Make subfolders of Drafts, Queue, Outbox, Trash
11823                 work like their parents. 
11824                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11825
11826 2005-08-07 [colin]      1.9.13cvs22
11827
11828         * src/addressbook.c
11829                 Fix bug #771 (Dragged contacts not saved)
11830
11831 2005-08-07 [paul]       1.9.13cvs21
11832
11833         * src/summaryview.c
11834                 fix bug 32 'Search Doesn't display results
11835                 if "Hide Read Messages" is chosen'
11836                 be more literal in interpreting 'Hide read
11837                 messages'
11838
11839 2005-08-07 [colin]      1.9.13cvs20
11840
11841         * src/folderview.c
11842                 Add debug
11843         * src/summaryview.c
11844                 Faster 'unthread_for_execution'
11845
11846 2005-08-06 [paul]       1.9.13cvs19
11847
11848         * src/mainwindow.c
11849                 add mnemonics to Set displayed columns
11850                 fix bug where msgview_visible option was
11851                 overwritten as TRUE on startup
11852
11853 2005-08-06 [paul]       1.9.13cvs18
11854
11855         * src/mainwindow.c
11856                 refer to 'displayed columns in folder/message
11857                 list' not 'displayed items in summary/message view'
11858         * src/prefs_display_header.c
11859                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11860                 be consistent with similar dialogues
11861         * src/prefs_folder_column.c
11862         * src/prefs_summary_column.c
11863                 'columns' not 'items', and folder and message lists,
11864                 instead of folder and summary views;
11865                 Use 'Hidden columns' as list heading not 'Available
11866                 items';
11867                 move the 'Remove' button to the right hand side;
11868                 top-align the buttons;
11869                 remove unneeded vbox
11870         * src/prefs_summaries.c
11871                 put the 2 column prefs buttons in a frame to reduce
11872                 overall width; refer to columns not items &c.
11873
11874 2005-08-05 [colin]      1.9.13cvs17
11875
11876         * src/prefs_common.c
11877         * src/prefs_common.h
11878         * src/mainwindow.c
11879         * src/compose.c
11880         * src/messageview.c
11881                 Add an hidden toolbar_detachable pref, so
11882                 that I can get rid of these painful handles
11883                 in the toolbars. Defaults to TRUE to avoid
11884                 changing the GUI on unsuspecting people...
11885
11886 2005-08-05 [colin]      1.9.13cvs16
11887
11888         * src/Makefile.am
11889         * src/prefs_folder_column.c
11890         * src/prefs_folder_column.h
11891                 Add prefs for folder columns
11892         * src/folderview.c
11893         * src/folderview.h
11894         * src/mainwindow.c
11895         * src/mainwindow.h
11896         * src/prefs_common.c
11897         * src/prefs_common.h
11898         * src/prefs_summaries.c
11899                 Use them
11900         * src/prefs_summary_column.c
11901         * src/summaryview.c
11902         * src/summaryview.h
11903                 Add a To column
11904         * src/textview.c
11905         * src/common/utils.c
11906         * src/common/utils.h
11907                 Move uri colourisation functions
11908                 to utils
11909         * src/compose.c
11910                 Colourise URIs
11911         * src/imap.c
11912                 Fix bug with LIST where we'd try
11913                 to get Folder//////[...]/// 
11914
11915 2005-08-05 [paul]       1.9.13cvs15
11916
11917         * src/prefs_summaries.c
11918                 improve the English usage
11919         * src/summaryview.c
11920                 set font on column change
11921                 thanks to Colin
11922
11923 2005-08-05 [paul]       1.9.13cvs14
11924
11925         * src/prefs_common.c
11926         * src/prefs_common.h
11927         * src/prefs_summaries.c
11928         * src/summaryview.c
11929                 replace 'open_unread_on_enter' option with
11930                 'select_on_entry' option. opening/not opening
11931                 is now exclusively controlled by 'always_show_msg'
11932
11933 2005-08-04 [colin]      1.9.13cvs13
11934
11935         * src/compose.c
11936                 Remove dead code
11937                 Add colourisation of quotes and signatures
11938         * src/folderview.c
11939                 Fix possible crashes
11940         * src/messageview.c
11941                 Change an assert that is no problem
11942         * src/news.c
11943         * src/news_gtk.c
11944         * src/news_gtk.h
11945                 Fix offline mode
11946         * src/gtk/quicksearch.c
11947                 Fix a possible crash
11948
11949 2005-08-03 [colin]      1.9.13cvs12
11950
11951         * src/prefs_account.c
11952                 Fix bug #777 (Sylpheed crash in account configuration)
11953
11954 2005-08-03 [colin]      1.9.13cvs11
11955
11956         * src/addressbook.c
11957         * src/editaddress.c
11958         * src/editgroup.c
11959                 Fixing addressbook, round 2
11960         * src/textview.c
11961                 Fix emphasis color on rechecking 'Colorize messages'
11962
11963 2005-08-03 [paul]       1.9.13cvs10
11964
11965         sync with main
11966
11967         * src/addr_compl.c
11968         * src/compose.c
11969         * src/main.c
11970         * src/pop.c
11971         * src/prefs_account.c
11972         * src/procmime.c
11973         * src/procmsg.c
11974         * src/quote_fmt_parse.y
11975         * src/textview.c
11976         * src/common/quoted-printable.c
11977         * src/common/utils.c
11978         * src/common/utils.h
11979         * src/common/xml.c
11980                 replaced incorrect locale-independent
11981                 ctype functions with GLib's. Corrected
11982                 signedness mismatch.
11983         * src/headerview.c
11984                 headerview_create(): added spacing for vbox.
11985         * src/gtk/about.c
11986                 set focus to the OK button.
11987
11988 2005-08-03 [colin]      1.9.13cvs9
11989
11990         * src/folderview.c
11991                 Fix possible crash
11992
11993 2005-08-02 [colin]      1.9.13cvs8
11994
11995         * src/mainwindow.c
11996                 Fix cast
11997         * src/addressbook.c
11998         * src/addressitem.h
11999                 Fix a cast and more generally, try to make the
12000                 GUI more intuitive and consistent (round 1)
12001
12002 2005-08-02 [paul]       1.9.13cvs7
12003
12004         * src/folder.h
12005                 missing in 1.9.13cvs6
12006
12007 2005-08-02 [colin]      1.9.13cvs6
12008
12009         * src/folder.c
12010                 Fix one more leak
12011
12012 2005-08-02 [colin]      1.9.13cvs5
12013
12014         * src/folder.c
12015         * src/folderview.c
12016         * src/imap.c
12017         * src/main.c
12018         * src/mbox.c
12019         * src/procmsg.c
12020         * src/summaryview.c
12021                 Fix a number of folder_item_get_msg_list()-related
12022                 leaks (missing procmsg_msginfo_free()s)
12023
12024 2005-08-01 [colin]      1.9.13cvs4
12025
12026         * src/folderview.c
12027         * src/folderview.h
12028         * src/mainwindow.c
12029         * src/prefs_fonts.c
12030         * src/prefs_summaries.c
12031         * src/prefs_themes.c
12032         * src/summaryview.c
12033         * src/summaryview.h
12034         * src/textview.c
12035         * src/textview.h
12036                 Fix instant-apply of summary and folderview-related prefs
12037                 Fix erroneous g_free and alertpanels in prefs_theme
12038                 Add instant-apply for fonts
12039                 Defer applying of prefs a little bit so it's done only
12040                 once even if requested by multiples prefs pages
12041
12042 2005-08-01 [paul]       1.9.13cvs3
12043
12044         * src/main.c
12045                 fix bug 776 'S.C. crashes on close'
12046                 thanks to Colin
12047         * src/etpan/etpan-thread-manager-types.h
12048                 add missing include
12049                 thanks to Hoa
12050
12051 2005-07-25 [paul]       1.9.13cvs2
12052
12053         * src/summaryview.c
12054                 fix typos. spotted by Fabien Vantard
12055
12056 2005-07-24 [paul]       1.9.13cvs1
12057
12058         * doc/man/sylpheed.1
12059                 update man page, incorporating fix of
12060                 bug 769 'Typo in manpage'
12061         * src/etpan/imap-thread.c
12062                 fix NetBSD openssl dependencies. patch by
12063                 George Michaelson <ggm@apnic.net>
12064         * po/pt_BR.po
12065                 updated by Frederico Goncalves Guimaraes
12066
12067 2005-07-22 [paul]       1.9.13
12068
12069         1.9.13 release
12070
12071 2005-07-22 [paul]       1.9.12cvs91
12072
12073         * AUTHORS
12074         * INSTALL
12075         * README.claws
12076         * RELEASE_NOTES.claws
12077                 updated for release
12078         * configure.ac
12079         * po/nb.po
12080         * tools/claws.i18n.status.pl
12081                 add Norwegian translation. submiited by
12082                 Geir Helland <pjallabais@users.sourceforge.net>
12083         * po/ca.po
12084         * po/de.po
12085         * po/es.po
12086         * po/fi.po
12087         * po/fr.po
12088         * po/it.po
12089         * po/sk.po
12090         * po/sr.po
12091         * po/zh_CN.po
12092                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12093                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12094                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12095                 Yang Guilong
12096         * src/plugins/clamav/clamav_plugin_gtk.c
12097         * src/plugins/spamassassin/spamassassin_gtk.c
12098                 replace outdated description strings
12099
12100 2005-07-21 [colin]      1.9.12cvs90
12101
12102         * src/folder.c
12103                 Set folder to batch mode when scanning it. Makes deletion
12104                 of unread mails on IMAP much faster (due to the UNREAD 
12105                 flag unsetting)
12106
12107 2005-07-21 [darko]      1.9.12cvs89
12108
12109         * configure.ac
12110                 link against libresolv if necessary (patch by Paul)
12111         * src/msgcache.c
12112                 use glib's portable macros to determine endianness
12113
12114 2005-07-21 [paul]       1.9.12cvs88
12115
12116         * src/crash.c
12117         * src/gtk/about.c
12118                 update compiled-in features list
12119
12120 2005-07-20 [colin]      1.9.12cvs87
12121
12122         * src/folder.c
12123         * src/textview.c
12124                 Gcc 2.9x compilation fixes, thanks to Darko
12125         * src/plugins/clamav/clamav_plugin.c
12126                 Little optimisation: load virus database only once
12127         * src/plugins/spamassassin/spamassassin.c
12128                 Big optimisation: filtering one mail took at least 1 second,
12129                 now it takes at least 50ms. Doesn't speed up spamassassin 
12130                 itself, but should already be much more tolerable.
12131
12132 2005-07-20 [colin]      1.9.12cvs86
12133
12134         * src/summaryview.c
12135                 Fix performance issue
12136
12137 2005-07-19 [colin]      1.9.12cvs85
12138
12139         * src/plugins/pgpinline/plugin.c
12140                 Fix warning
12141
12142 2005-07-19 [colin]      1.9.12cvs84
12143
12144         * configure.ac
12145         * src/plugins/Makefile.am
12146         * src/plugins/pgpinline/.cvsignore
12147         * src/plugins/pgpinline/Makefile.am
12148         * src/plugins/pgpinline/pgpinline.c
12149         * src/plugins/pgpinline/pgpinline.deps
12150         * src/plugins/pgpinline/pgpinline.h
12151         * src/plugins/pgpinline/plugin.c
12152                 Put pgpinline in the main tree
12153
12154 2005-07-19 [paul]       1.9.12cvs83
12155
12156         * src/prefs_actions.c
12157                 prevent '//' in menu names, which cause a crash
12158                 thanks to Colin
12159
12160 2005-07-19 [paul]       1.9.12cvs82
12161
12162         * configure.ac
12163                 be generally more informative in configure output.
12164                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12165                 '[ --disable-openssl ...', as --enable-openssl is default
12166                 PGP/MIME: don't check for GPGME again, check for
12167                 pgpcore instead. Therefore prevent the possibility of
12168                 attempting to build pgpmime if pgpcore dependencies are
12169                 not met
12170                 ClamAV: use pkgconfig to check for lib
12171                 libgnomeprint: revert logic on inner test to match
12172                 everything else
12173         * src/plugins/pgpcore/sgpgme.c
12174                 add missing include
12175
12176 2005-07-19 [colin]      1.9.12cvs81
12177
12178         * src/summaryview.c
12179                 Fix slow thread rebuilding in particular
12180                 cases
12181
12182 2005-07-19 [paul]       1.9.12cvs80
12183
12184         * sylpheed-claws.desktop
12185                 fix typo, spotted by Stephan Sachse
12186         * src/account.c
12187                 replace GTK_STOCK_ADD with
12188                 GTK_STOCK_NEW button
12189
12190 2005-07-18 [colin]      1.9.12cvs79
12191
12192         * src/etpan/imap-thread.c
12193                 Fix return value (Thanks Hoa)
12194
12195 2005-07-18 [colin]      1.9.12cvs78
12196
12197         * src/imap.c
12198                 Allow empty passwords
12199                 Create drafts/queue/outbox if necessary
12200         * src/summaryview.c
12201                 Remove old code
12202         * src/etpan/imap-thread.c
12203                 Fix STARTTLS (Thanks to Hoa)
12204
12205 2005-07-18 [paul]       1.9.12cvs77
12206
12207         * ChangeLog-gtk2.jp
12208         * ChangeLog.jp
12209                 removed
12210         * Makefile.am
12211                 updated to reflect additions and removals
12212         * TODO
12213                 updated to be claws-specific
12214         * TODO-gtk2
12215         * TODO-gtk2.jp
12216         * TODO.jp
12217         * sylpheed-128x128.png
12218         * sylpheed-64x64.png
12219                 removed
12220         * sylpheed-claws-128x128.png
12221         * sylpheed-claws-64x64.png
12222         * sylpheed-claws.desktop
12223         * sylpheed-claws.png
12224                 added
12225         * sylpheed.desktop
12226         * sylpheed.png
12227                 removed
12228
12229 2005-07-17 [paul]       1.9.12cvs76
12230
12231         * src/account.c
12232         * src/addressbook.c
12233         * src/alertpanel.c
12234         * src/alertpanel.h
12235         * src/compose.c
12236         * src/exphtmldlg.c
12237         * src/expldifdlg.c
12238         * src/folderview.c
12239         * src/imap_gtk.c
12240         * src/inc.c
12241         * src/message_search.c
12242         * src/messageview.c
12243         * src/mh_gtk.c
12244         * src/news_gtk.c
12245         * src/prefs_actions.c
12246         * src/prefs_filtering.c
12247         * src/prefs_matcher.c
12248         * src/prefs_template.c
12249         * src/prefs_themes.c
12250         * src/ssl_manager.c
12251         * src/summary_search.c
12252         * src/textview.c
12253         * src/toolbar.c
12254         * src/gtk/sslcertwindow.c
12255         * src/plugins/pgpcore/sgpgme.c
12256                 rework alertpanels
12257
12258 2005-07-17 [colin]      1.9.12cvs75
12259
12260         * src/privacy.c
12261                 add a PrivacySystem accessor that checks that
12262                 the system cached in a MimeInfo's privacydata
12263                 is still registered. Use this accessor instead
12264                 of directly using data->system. Fixes crashes
12265                 after unloading pgp plugins.
12266
12267 2005-07-17 [colin]      1.9.12cvs74
12268
12269         * src/alertpanel.c
12270                 Change geometry hints to a simple default size.
12271                 Fixes the certs dialogs.
12272
12273 2005-07-17 [colin]      1.9.12cvs73
12274
12275         * src/gtk/sslcertwindow.c
12276                 Use a gtkExpander
12277
12278 2005-07-17 [colin]      1.9.12cvs72
12279
12280         * src/plugins/pgpcore/Makefile.am
12281         * src/plugins/pgpmime/Makefile.am
12282                 Add gpgme libs
12283
12284 2005-07-17 [paul]       1.9.12cvs71
12285
12286         * configure.ac
12287                 add --disable-gnomeprint option
12288                 modified version of patch by Marius Mauch
12289
12290 2005-07-17 [paul]       1.9.12cvs70
12291
12292         * src/common/defs.h
12293                 update urls
12294         * src/account.c
12295         * src/action.c
12296         * src/addressbook.c
12297         * src/compose.c
12298         * src/foldersel.c
12299         * src/folderview.c
12300         * src/html.c
12301         * src/imap_gtk.c
12302         * src/main.c
12303         * src/mainwindow.c
12304         * src/messageview.c
12305         * src/mh_gtk.c
12306         * src/mimeview.c
12307         * src/news_gtk.c
12308         * src/prefs_account.c
12309         * src/prefs_send.c
12310         * src/prefs_summaries.c
12311         * src/procmsg.c
12312         * src/summaryview.c
12313         * src/common/utils.c
12314         * src/common/xml.c
12315         * src/plugins/pgpcore/passphrase.c
12316         * src/plugins/pgpcore/select-keys.c
12317                 replace inappropriately used backticks
12318                 with single quotes
12319
12320 2005-07-16 [colin]      1.9.12cvs69
12321
12322         * src/image_viewer.c
12323                 Add extra paranoid checks
12324
12325 2005-07-16 [colin]      1.9.12cvs68
12326
12327         * src/plugins/pgpcore/prefs_gpg.c
12328                 Don't auto-check sigs by default, as it
12329                 can be really slow.
12330
12331 2005-07-16 [colin]      1.9.12cvs67
12332
12333         * src/plugins/pgpcore/sgpgme.c
12334                 Make messages a bit better.
12335
12336 2005-07-16 [colin]      1.9.12cvs66
12337
12338         * src/imap.c
12339                 Remove pseudo-log
12340         * src/etpan/imap-thread.c
12341                 Add real log
12342
12343 2005-07-16 [colin]      1.9.12cvs65
12344
12345         * src/main.c
12346         * src/prefs_other.c
12347                 And now, fix build with libetpan :-/
12348
12349 2005-07-15 [colin]      1.9.12cvs64
12350
12351         * src/prefs_other.c
12352                 Continue fixing build without libetpan.
12353
12354 2005-07-15 [colin]      1.9.12cvs63
12355
12356         * src/main.c
12357                 Fix build with --disable-libetpan
12358
12359 2005-07-15 [colin]      1.9.12cvs62
12360
12361         * configure.ac
12362                 Bump libetpan's version
12363
12364 2005-07-15 [colin]      1.9.12cvs61
12365
12366         * src/etpan/imap-thread.c
12367                 Actually stop logging :)
12368
12369 2005-07-15 [colin]      1.9.12cvs60
12370
12371         * src/addressbook.c
12372                 Fix dnd of multiple addresses.
12373
12374 2005-07-15 [hoa]        1.9.12cvs59
12375
12376         * src/etpan/imap-thread.c
12377             disable login of IMAP password in libetpan log file.
12378
12379 2005-07-15 [paul]       1.9.12cvs58
12380
12381         * src/account.c
12382                 don't automatically sort
12383                 do allow drag n drop
12384
12385 2005-07-15 [paul]       1.9.12cvs57
12386
12387         * src/account.c
12388         * src/ssl_manager.c
12389                 alphabetical listing
12390
12391 2005-07-15 [paul]       1.9.12cvs56
12392
12393         * src/gtk/pluginwindow.c
12394                 sort plugin list alphabetically
12395
12396 2005-07-15 [paul]       1.9.12cvs55
12397
12398         * src/prefs_spelling.c
12399         * src/prefs_wrapping.c
12400                 unify English usage
12401
12402 2005-07-15 [colin]      1.9.12cvs54
12403
12404         * src/wizard.c
12405                 Typo fix
12406
12407 2005-07-15 [paul]       1.9.12cvs53
12408
12409         * src/prefs_message.c
12410                 make 'show cursor' a hidden option
12411
12412 2005-07-14 [colin]      1.9.12cvs52
12413
12414         * src/plugins/spamassassin/Makefile.am
12415         * src/plugins/clamav/Makefile.am
12416                 Fix double EXTRA_DISTs
12417
12418 2005-07-14 [colin]      1.9.12cvs51
12419
12420         * src/plugins/clamav/Makefile.am
12421         * src/plugins/clamav/clamav_plugin_gtk.deps
12422         * src/plugins/spamassassin/Makefile.am
12423         * src/plugins/spamassassin/spamassassin_gtk.deps
12424                 Make $plugin_gtk depend on $plugin
12425
12426 2005-07-14 [hoa]        1.9.12cvs50
12427
12428         * src/etpan/imap-thread.c
12429                 enable debug log of libetpan when running with --debug
12430
12431 2005-07-14 [colin]      1.9.12cvs49
12432
12433         * configure.ac
12434         * src/common/Makefile.am
12435         * src/common/plugin.c
12436         * src/common/plugin.h
12437                 Add a little plugin dependancy system.
12438                 Plugins can ship a $plugin_name.deps file
12439                 (near them in PLUGINDIR) so that their
12440                 dependancies are loaded if possible.
12441         * src/plugins/Makefile.am
12442         * src/plugins/pgpcore/Makefile.am
12443         * src/plugins/pgpcore/passphrase.c
12444         * src/plugins/pgpcore/passphrase.h
12445         * src/plugins/pgpcore/plugin.c
12446         * src/plugins/pgpcore/prefs_gpg.c
12447         * src/plugins/pgpcore/prefs_gpg.h
12448         * src/plugins/pgpcore/select-keys.c
12449         * src/plugins/pgpcore/select-keys.h
12450         * src/plugins/pgpcore/sgpgme.c
12451         * src/plugins/pgpcore/sgpgme.h
12452                 Introduce pgpcore, used by pgpmime and
12453                 pgpinline
12454         * src/plugins/pgpmime/Makefile.am
12455         * src/plugins/pgpmime/passphrase.c
12456         * src/plugins/pgpmime/passphrase.h
12457         * src/plugins/pgpmime/pgpmime.c
12458         * src/plugins/pgpmime/pgpmime.deps
12459         * src/plugins/pgpmime/plugin.c
12460         * src/plugins/pgpmime/prefs_gpg.c
12461         * src/plugins/pgpmime/prefs_gpg.h
12462         * src/plugins/pgpmime/select-keys.c
12463         * src/plugins/pgpmime/select-keys.h
12464         * src/plugins/pgpmime/sgpgme.c
12465         * src/plugins/pgpmime/sgpgme.h
12466                 Remove the core from pgpmime and add the
12467                 dependancy to pgpcore.
12468
12469 2005-07-14 [paul]       1.9.12cvs48
12470
12471         * src/stock_pixmap.c
12472                 forgot this in last commit
12473
12474 2005-07-14 [paul]       1.9.12cvs47
12475
12476         * src/account.c
12477         * src/addressbook.c
12478                 add accelerators for the buttons (sync with main)
12479         * src/compose.c
12480         * src/compose.h
12481                 add accelerators for the buttons.
12482                 fix editing with external editor.
12483                 replace gdk_input_*() with GIOChannel;
12484                 (sync with main)
12485         * src/foldersel.c
12486                 display folder names with new/unread
12487                 representation (sync with main)
12488         * src/main.c
12489                 specify default window icon (sync with main)
12490         * src/prefs_common.c
12491                 use_addr_book default to FALSE
12492         * src/summaryview.c
12493         * src/textview.c
12494                 add accelerators for the buttons (sync with main)
12495         * src/gtk/menu.c
12496                 fix typos
12497         * src/pixmaps/sylpheed_icon.xpm
12498                 updated
12499
12500 2005-07-13 [paul]       1.9.12cvs46
12501
12502         * src/plugins/pgpmime/pgpmime.c
12503         * src/plugins/pgpmime/sgpgme.c
12504                 (temporarily) use deprecated gpgme_data_rewind()
12505                 while largefile support is not present
12506                 (as suggested by Colin)
12507
12508 2005-07-13 [paul]       1.9.12cvs45
12509
12510         * configure.ac
12511                 remove large file support (for now):
12512                 it breaks too many things
12513
12514 2005-07-13 [paul]       1.9.12cvs44
12515
12516         * configure.ac
12517                 add large file support
12518         * src/html.c
12519                 fix bug #763 where href attribute was not
12520                 the very first attribute of a link
12521                 patch by Thomas Gilgin
12522
12523 2005-07-13 [colin]      1.9.12cvs43
12524
12525         * src/gtk/pluginwindow.c
12526                 Little portability fix
12527
12528 2005-07-13 [colin]      1.9.12cvs42
12529
12530         * src/plugins/pgpmime/sgpgme.c
12531                 Fix crasher.
12532
12533 2005-07-13 [colin]      1.9.12cvs41
12534
12535         * src/plugins/pgpmime/pgpmime.c
12536         * src/plugins/pgpmime/sgpgme.c
12537                 Use gpgme_data_release_and_get_mem instead
12538                 of gpgme_data_read.
12539
12540 2005-07-13 [colin]      1.9.12cvs40
12541
12542         * configure.ac
12543         * src/plugins/pgpmime/passphrase.c
12544         * src/plugins/pgpmime/passphrase.h
12545         * src/plugins/pgpmime/pgpmime.c
12546         * src/plugins/pgpmime/plugin.c
12547         * src/plugins/pgpmime/select-keys.c
12548         * src/plugins/pgpmime/select-keys.h
12549         * src/plugins/pgpmime/sgpgme.c
12550         * src/plugins/pgpmime/sgpgme.h
12551                 Port pgpmime to gpgme-1.0.
12552
12553 2005-07-12 [paul]       1.9.12cvs39
12554
12555         * AUTHORS
12556         * src/toolbar.c
12557         * src/toolbar.h
12558                 add a 'Go to Prev' button to the toolbar.
12559                 correct tooltip text of go to buttons.
12560                 based on patch by Yang Guilong <bamanzi@gmail.com>
12561
12562 2005-07-12 [colin]      1.9.12cvs38
12563
12564         * src/statusbar.c
12565                 Fix progress bar showing stuff at startup.
12566
12567 2005-07-12 [paul]       1.9.12cvs37
12568
12569         * src/editjpilot.c
12570                 fix building with jpilot support
12571
12572 2005-07-11 [colin]      1.9.12cvs36
12573
12574         * src/inc.c
12575                 Add visual indication that filtering is running
12576         * src/textview.c
12577                 Make {}[] uri delimiters
12578         * src/summaryview.c
12579                 Remove useless (and slow) calls
12580
12581 2005-07-11 [paul]       1.9.12cvs35
12582
12583         * src/plugins/clamav/clamav_plugin_gtk.c
12584         * src/plugins/dillo_viewer/dillo_prefs.c
12585         * src/plugins/pgpmime/prefs_gpg.c
12586         * src/plugins/spamassassin/spamassassin_gtk.c
12587                 gather plugins prefs together under their
12588                 own 'Plugins' heading
12589
12590 2005-07-11 [paul]       1.9.12cvs34
12591
12592         sync with main
12593
12594         * src/account.c
12595                 account_delete(): modified alert dialog
12596         * src/editjpilot.c
12597         * src/editvcard.c
12598                 fixed a crash when cancelling file selection
12599                 dialog by Escape key. Made non-ascii filename
12600                 selectable.
12601         * src/prefs_template.c
12602                 prefs_template_window_create(): make scrolled
12603                 window policy AUTOMATIC
12604
12605 2005-07-10 [hoa]        1.9.12cvs33
12606
12607         * src/etpan/imap-thread.c
12608                 workaround for old Courier IMAP servers.
12609
12610 2005-07-10 [colin]      1.9.12cvs32
12611
12612         * src/folder.c
12613         * src/statusbar.c
12614         * src/statusbar.h
12615                 Add visual progress indicator on filtering/processing
12616                 Factorize the progress bar code
12617         * src/imap.c
12618         * src/imap.h
12619         * src/etpan/imap-thread.c
12620                 Add a reference counter to avoid destroying the Folder
12621                 while it's in use by another callback.
12622
12623 2005-07-09 [hoa]        1.9.12cvs31
12624
12625         * src/imap.c
12626         * src/etpan/imap-thread.c
12627                 fixed deadlock when removing IMAP account.
12628
12629 2005-07-08 [colin]      1.9.12cvs30
12630
12631         * src/textview.c
12632         * src/unmime.c
12633                 Fix again problems decoding broken headers
12634         * src/gtk/inputdialog.c
12635                 Fix local variable shadowing a global one
12636
12637 2005-07-08 [colin]      1.9.12cvs29
12638
12639         * src/msgcache.c
12640                 Make the cache/mark files platform-agnostic by writing
12641                 them in little-endian format. Reading them is also done
12642                 in little-endian format, of course; however, in order
12643                 to avoid trashing mark data on big-endian machines, the
12644                 files are, at first, read from the native format if the
12645                 little-endian one doesn't exist. This is easy to deter-
12646                 mine by trying to open a file with a swapped data_ver
12647                 and seeing if it's the wanted version.
12648                 Little-endian using users should see absolutely no
12649                 difference, Big-endian users may get a very little
12650                 performance drop due to byte-swapping.
12651                 Tested on i386 and ppc32. 
12652                 Fixes bug #159 (The index file, in the mailboxes, is 
12653                 hardware depending).
12654
12655                 To have the cache/mark files updated to the new little-
12656                 endian format, "Check for new messages" or even
12657                 "Rebuild folder tree" aren't enough. Files will be
12658                 updated as soon as a folder has been opened/closed.
12659                 To update everything, just select all folders by
12660                 selecting them one by one.
12661
12662 2005-07-07 [colin]      1.9.12cvs28
12663
12664         * src/imap.c
12665                 Remember the folder separator per IMAPFolder
12666                 instead of globally.
12667                 Revive the Session on noop; fixes bug #761
12668                 (mark a bunch of unread messages as read takes 
12669                 forever)
12670
12671 2005-07-07 [darko]      1.9.12cvs27
12672
12673         * src/common/template.c
12674                 Sort templates alphabetically
12675
12676 2005-07-06 [colin]      1.9.12cvs26
12677
12678         * src/imap.c
12679                 Try to use the correct separator in
12680                 most cases. Possibly fixes bug #759
12681                 (only creates the INBOX folder when 
12682                 setting up new IMAP account) and 
12683                 bug #760 (Can't retrieve messages)
12684
12685 2005-07-06 [colin]      1.9.12cvs25
12686
12687         * src/imap.c
12688                 Use real_path in status command. This will
12689                 help later, when namespaces will be used.
12690
12691 2005-07-06 [colin]      1.9.12cvs24
12692
12693         * configure.ac
12694         * src/account.c
12695         * src/folder.c
12696         * src/imap.c
12697         * src/etpan/etpan-log.c
12698         * src/etpan/etpan-thread-manager.c
12699         * src/etpan/imap-thread.c
12700                 Add a --disable-libetpan parameter. With this,
12701                 users that don't want IMAP4 support can avoid
12702                 the new dependancy (and have no IMAP support).
12703                 Users that have IMAP4 accounts and use this
12704                 parameter won't lose their configuration, their
12705                 IMAP accounts will just be invisible and not
12706                 used.
12707         * src/textview.c
12708                 Make the "Copy ..." contextual menu items 
12709                 copy to both the X clipboard and the gtk 
12710                 clipboard - as most other apps do.
12711         * src/gtk/about.c
12712                 Add a notice about OpenSSL usage, in order to
12713                 comply with OpenSSL's license (point 6):
12714                 http://www.openssl.org/source/license.html
12715
12716 2005-07-06 [colin]      1.9.12cvs23
12717
12718         * src/alertpanel.c
12719                 Fix a minimum size for alertpanels
12720         * src/compose.c
12721                 Show 'No space left on device' type errors
12722                 when queuing/sending
12723         * src/imap_gtk.c
12724         * src/mh_gtk.c
12725                 Rework folder's deletion message (remove 
12726                 extra \n)
12727
12728 2005-07-05 [colin]      1.9.12cvs22
12729
12730         * src/imap.c
12731                 Add an alertpanel on auth error
12732                 Add pseudo-log
12733                 Remove pthread-related stuff
12734
12735 2005-07-05 [colin]      1.9.12cvs21
12736
12737         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12738                 Fix crash on plugin reloading (with a hack)
12739
12740 2005-07-05 [colin]      1.9.12cvs20
12741
12742         * src/prefs_account.c
12743         * src/prefs_account.h
12744                 Fix typo
12745         * src/gtk/filesel.c
12746         * src/gtk/filesel.h
12747                 Add a way to filter the view
12748         * src/gtk/pluginwindow.c
12749                 Filter loadable stuff
12750         * src/plugins/pgpmime/prefs_gpg.c
12751                 Fix missing unregistration
12752         * .cvsignore
12753         * src/etpan/.cvsignore
12754         * src/plugins/spamassassin/.cvsignore
12755                 Add more stuff to cvs ignored files
12756
12757 2005-07-04 [colin]      1.9.12cvs19
12758
12759         * src/imap.c
12760                 Fix scan_required returning FALSE when it
12761                 shouldn't. Maybe fix #760 (Can't retrieve
12762                 messages)
12763
12764 2005-07-04 [colin]      1.9.12cvs18
12765
12766         * src/summaryview.c
12767                 Fix always_show_msg pref
12768
12769 2005-07-04 [paul]       1.9.12cvs17
12770
12771         sync with main (forgotten in last commit)
12772         
12773         * src/common/utils.c
12774         * src/common/utils.h
12775                 check_line_length(): new.
12776                 is_dir_exist()
12777                 is_file_entry_exist()
12778                 dirent_is_regular_file()
12779                 dirent_is_directory(): use g_file_test() instead of stat().
12780
12781 2005-07-04 [paul]       1.9.12cvs16
12782
12783         sync with main:
12784
12785         * src/compose.c
12786                 compose_write_to_file(): check for line
12787                 length limit and display warning if exceeds
12788         * src/jpilot.c
12789                 use get_home_dir() instead of g_get_home_dir()
12790         * src/procheader.c
12791                 removed warning about invalid date
12792         * src/vcard.c
12793                 use get_home_dir() instead of g_get_home_dir()
12794
12795 2005-07-04 [paul]       1.9.12cvs15
12796
12797         * src/stock_pixmap.c
12798                 fix new pixmap naming errors
12799                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12800
12801 2005-07-04 [colin]      1.9.12cvs14
12802
12803         * src/imap.c
12804                 Fix debugging string with a warning
12805
12806 2005-07-04 [colin]      1.9.12cvs13
12807
12808         * configure.ac
12809                 Add a check for libetpan's version (>= 0.37)
12810
12811 2005-07-04 [hoa]        1.9.12cvs12
12812
12813         * commitHelper
12814         * src/imap.c
12815         * src/etpan/imap-thread.c
12816         * src/etpan/imap-thread.h
12817                 fixed IMAP implementation of check of mails.
12818
12819 2005-07-03 [hoa]        1.9.12cvs11
12820
12821         * src/etpan/Makefile.am
12822         * src/etpan/etpan-errors.h
12823         * src/etpan/etpan-log.[ch]
12824         * src/etpan/etpan-thread-manager-types.h
12825         * src/etpan/etpan-thread-manager.[ch]
12826         * src/etpan/imap-thread.[ch]
12827         * src/Makefile.am
12828         * src/imap.c
12829         * src/main.c
12830         * src/prefs_other.c
12831         * configure.ac
12832             merged imap branch.
12833             dependency on libetpan 0.37 is now added.
12834
12835 2005-07-01 [colin]      1.9.12cvs10
12836
12837         * src/Makefile.am
12838         * src/folder.c
12839         * src/folder.h
12840         * src/folderview.c
12841         * src/stock_pixmap.c
12842         * src/stock_pixmap.h
12843         * src/plugins/trayicon/trayicon.c
12844                 Add marked symbol on folders containing
12845                 marked messages
12846         * src/procmsg.c
12847         * src/procmsg.h
12848         * src/toolbar.c
12849         * src/prefs_common.c
12850         * src/prefs_common.h
12851         * src/prefs_send.c
12852                 Add an optional confirmation dialog on queue
12853                 sending. Patch by wwp.
12854         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12855         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12856         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12857         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12858         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12859         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12860         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12861         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12862         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12863         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12864         * src/pixmaps/trash_mark.xpm            ** ADDED **
12865                 New pixmaps
12866
12867 2005-07-01 [colin]      1.9.12cvs9
12868
12869         * src/summaryview.c
12870                 Fix a little threading bug
12871         * src/addrgather.c
12872         * src/mainwindow.c
12873                 A little bit of HIG normality never hurts
12874
12875 2005-07-01 [colin]      1.9.12cvs8
12876
12877         * src/compose.c
12878         * src/msgcache.c
12879         * src/pop.c
12880         * src/procmime.c
12881         * src/recv.c
12882         * src/common/log.c
12883         * src/common/template.c
12884         * src/common/utils.c
12885         * src/common/utils.h
12886                 Reverted the fwrite_atomic stuff. In fact
12887                 it is already atomic.
12888
12889 2005-06-30 [colin]      1.9.12cvs7
12890
12891         * src/common/utils.c
12892         * src/common/utils.h
12893                 Add an fwrite_atomic() function to make
12894                 sure we write everything: fwrite can make
12895                 short writes.
12896         * src/compose.c
12897         * src/msgcache.c
12898         * src/pop.c
12899         * src/procmime.c
12900         * src/recv.c
12901         * src/common/log.c
12902         * src/common/template.c
12903                 Use that (and fix swapping of size and nmemb).
12904                 Thanks to Rich Coe for the heads up.
12905
12906 2005-06-30 [colin]      1.9.12cvs6
12907
12908         * src/addressbook.c
12909                 Optimize addressbook opening 
12910
12911 2005-06-30 [colin]      1.9.12cvs5
12912
12913         * src/summaryview.c
12914                 Remove calls to summary_step after move/copy
12915
12916 2005-06-28 [paul]       1.9.12cvs4
12917
12918         * src/alertpanel.c
12919                 wrap and make the error msg selectable
12920
12921 2005-06-28 [paul]       1.9.12cvs3
12922
12923         * src/ssl_manager.c
12924                 replace the OK button with a Close button
12925         * src/gtk/foldersort.c
12926                 use GTK_STOCK_ icons/buttons
12927
12928 2005-06-28 [colin]      1.9.12cvs2
12929
12930         * src/gedit-print.c             ** ADDED **
12931         * src/gedit-print.h             ** ADDED **
12932         * src/gtk/gtksourceprintjob.c   ** ADDED **
12933         * src/gtk/gtksourceprintjob.h   ** ADDED **
12934                 I can't believe no one had enough time to tell
12935                 me I forgot the `cvs add`
12936
12937 2005-06-27 [colin]      1.9.12cvs1
12938
12939         * src/Makefile.am
12940         * src/gtk/Makefile.am
12941         * src/messageview.c
12942         * src/procmsg.c
12943         * src/summaryview.c
12944         * configure.ac
12945                 Add optional libgnomeprint-based printing
12946         * src/mainwindow.c
12947         * src/gtk/quicksearch.c
12948                 Add an Edit/Quick search menu item to show
12949                 and focus the quicksearch
12950
12951 2005-06-27 [paul]       1.9.12
12952
12953         1.9.12 release
12954
12955         * po/ca.po
12956         * po/de.po
12957         * po/es.po
12958         * po/fr.po
12959         * po/it.po
12960         * po/ko.po
12961         * po/pt_BR.po
12962         * po/sk.po
12963         * po/zh_CN.po
12964                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12965                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12966                 SungHyun Nam, Frederico Goncalves Guimaraes,
12967                 Andrej Kacian, and Yang Guilong
12968 2005-06-26 [colin]      1.9.11cvs106
12969
12970         * src/imap_gtk.c
12971                 Forgot one file for previous fix
12972
12973 2005-06-26 [colin]      1.9.11cvs105
12974
12975         * src/folder.c
12976         * src/imap.c
12977                 Fix problems with folder operations in no_select
12978                 imap folders. it applies only to mails, and 
12979                 creation/deletion/move/renaming of folders 
12980                 should be possible
12981
12982 2005-06-26 [paul]       1.9.11cvs104
12983
12984         * src/prefs_filtering.c
12985                 replace one more GTK_STOCK_REMOVE
12986                 with GTK_STOCK_DELETE
12987
12988 2005-06-25 [colin]      1.9.11cvs103
12989
12990         * src/imap.c
12991                 Optimize get_seq_set_from_seq_list
12992                 (Patch by Ricardo) 
12993
12994 2005-06-25 [colin]      1.9.11cvs102
12995
12996         * src/mh.c
12997                 If the directory exists, but not in the
12998                 correct encoding, rename it. This should
12999                 handle old-versions-induced bugs.
13000
13001 2005-06-25 [colin]      1.9.11cvs101
13002
13003         * src/mh.c
13004                 Fix path access with extended dir names
13005                 Fixes bug #589 (SC segfaults with wrong locale
13006                 settings)
13007
13008 2005-06-25 [colin]      1.9.11cvs100
13009
13010         * src/prefs_account.c
13011         * src/prefs_account.h
13012         * src/compose.c
13013                 Add an option to encrypt replies to
13014                 encrypted messages
13015
13016 2005-06-25 [colin]      1.9.11cvs99
13017
13018         * src/compose.c
13019         * src/quote_fmt_parse.y
13020                 ... And make it work with pgpinline.
13021
13022 2005-06-25 [colin]      1.9.11cvs98
13023
13024         * src/compose.c
13025         * src/procmime.c
13026         * src/procmime.h
13027         * src/quote_fmt_parse.y
13028                 o Make reedition of encrypted messages possible
13029                   (as long as it is encrypted to self too, no
13030                    magic there)
13031                 o Make replying with quote (and without selecting
13032                   text) possible for encrypted messages.
13033                 Closes bug #550 (Not possible to "reply with quote"
13034                 to gnupg encrypted messages)
13035
13036 2005-06-24 [paul]       1.9.11cvs97
13037
13038         * src/imap.c
13039                 add missing include
13040
13041 2005-06-24 [paul]       1.9.11cvs96
13042
13043         * src/editldap.c
13044                 made bind password entry invisible
13045                 (sync with main)
13046         * src/send_message.c
13047                 send_message_local(): check exit status
13048                 to detect errors (sync with main)
13049         * src/textview.c
13050                 use main's less ambiguous popup menu
13051                 wording
13052
13053 2005-06-24 [paul]       1.9.11cvs95
13054
13055         * src/prefs_actions.c
13056         * src/prefs_customheader.c
13057         * src/prefs_display_header.c
13058         * src/prefs_filtering_action.c
13059         * src/prefs_matcher.c
13060         * src/prefs_template.c
13061         * src/prefs_toolbar.c
13062                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13063         * src/gtk/description_window.c
13064                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13065
13066 2005-06-23 [colin]      1.9.11cvs94
13067
13068         * src/summaryview.c
13069                 Fix rough edges (be sure to call status_show whenever
13070                 necessary).
13071
13072 2005-06-23 [colin]      1.9.11cvs93
13073
13074         * src/summaryview.c
13075                 Optimize Select All
13076                 Before, in a 5K mails folder: 11s
13077                 After, in the same folder: 58000µs
13078                 The joys of locking... gtk_clist_select_all() fires a 
13079                 tree-select-row event for each selected row, which in 
13080                 summaryview, callbacks summary_selected which in turn,
13081                 calls summary_status_show, which walks the selected
13082                 rows. Hence, calling gtk_clist_select_all was 
13083                 exponential. Locking the summaryview makes 
13084                 summary_selected return early.
13085
13086 2005-06-23 [colin]      1.9.11cvs92
13087
13088         * src/imap.c
13089                 Move mutex at the important place to avoid
13090                 deadlocks
13091         * src/summaryview.c
13092                 Fix Del key deleting directly instead of
13093                 moving to trash
13094
13095 2005-06-22 [colin]      1.9.11cvs91
13096
13097         * src/plugins/spamassassin/libspamc.c
13098                 As we do spagetti code with assignations in multiple
13099                 places (see _message_read_raw where out = msg = raw),
13100                 let's be sure we don't free the same pointer twice.
13101                 Should fix bug #683 (Crash in libpam at 
13102                 message_cleanup).
13103
13104 2005-06-22 [colin]      1.9.11cvs90
13105
13106         * src/compose.c
13107         * src/messageview.c
13108         * src/toolbar.c
13109                 Make toolbar's delete use the move to trash stuff;
13110                 Add gtk_widget_realize to be sure pixmaps can get
13111                 created (that may fix an old worksforme bug which
13112                 I can't find back...)
13113
13114 2005-06-22 [colin]      1.9.11cvs89
13115
13116         * src/summaryview.c
13117         * src/summaryview.h
13118         * src/mainwindow.c
13119                 Rename "Message/Delete" to "Message/Move to trash"
13120                 Add "Message/Delete..." that directly destroys the
13121                 selected messages after asking for a confirmation.
13122
13123 2005-06-22 [colin]      1.9.11cvs88
13124
13125         * src/imap.c
13126                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13127                 o Fix a deadlock (thanks Darko)
13128
13129 2005-06-22 [colin]      1.9.11cvs87
13130
13131         * src/gtk/foldersort.c
13132                 Add missing include for the i18n;
13133                 patch by Fabien Vantard
13134
13135 2005-06-21 [colin]      1.9.11cvs86
13136
13137         * src/folder.c
13138         * src/folderview.c
13139                 Respect the no_select flag
13140         * src/imap.c
13141                 Fix recursive deletion
13142         * src/imap_gtk.c
13143         * src/mh_gtk.c
13144                 Make the folder deletion's warning
13145                 more explicit
13146
13147 2005-06-21 [colin]      1.9.11cvs85
13148
13149         * src/textview.c
13150                 Prevent email addresses from spanning accross
13151                 lines - fixes bug # 646 (newline-chars in 
13152                 email addresses)
13153
13154 2005-06-20 [colin]      1.9.11cvs84
13155
13156         * src/folder.c
13157                 Be sure not to remove source if copy failed
13158
13159 2005-06-20 [colin]      1.9.11cvs83
13160
13161         * src/folderview.c
13162         * src/imap_gtk.c
13163                 remove summaryview's lock
13164         * src/imap.c
13165                 introduce threads to avoid problems when foreground tasks
13166                 interfere with background tasks
13167         * src/mh.c
13168                 prevent moving to drafts/queue
13169         * src/mimeview.c
13170                 fix leak
13171
13172 2005-06-19 [colin]      1.9.11cvs82
13173
13174         * src/imap_gtk.c
13175                 Remember that the user doesn't want to override
13176                 offline mode, for 3 seconds. It avoid presenting
13177                 him with N popups in a really short time.
13178
13179 2005-06-17 [colin]      1.9.11cvs81
13180
13181         * src/imap.c
13182                 Fix IMAP breaking on folders containing '('
13183                 (Probably won't be enough)
13184
13185 2005-06-17 [colin]      1.9.11cvs80
13186
13187         Forgotten files on 1.9.11cvs79
13188         * src/summaryview.c
13189                 Fix stepping when not immediately executing
13190         * src/imap.c
13191                 Really prevent UID FETCH 0
13192         * src/codeconv.c
13193                 Fix outgoing charset never set to utf-8
13194         * src/mh.c
13195                 Fix leak
13196
13197 2005-06-16 [colin]      1.9.11cvs79
13198
13199         * src/compose.c
13200                 Fix bug #707 (Dash splits rows)
13201                 Only wrap if we're on a line break position and
13202                 the previous one was a "white" (space) char.
13203                 Pango stuff is weird.
13204
13205 2005-06-16 [colin]      1.9.11cvs78
13206
13207         * src/imap_gtk.c
13208                 Lock summaryview while downloading messages
13209                 on user demand
13210         * src/procheader.c
13211         * src/unmime.c
13212         * src/common/utils.c
13213         * src/common/utils.h
13214                 Replace \r and \n with spaces in From and
13215                 Subject headers
13216
13217 2005-06-16 [paul]       1.9.11cvs77
13218
13219         * src/procmime.c
13220                 liberalise the mime parser
13221         * src/gtk/about.c
13222                 add text wrapping
13223
13224 2005-06-16 [paul]       1.9.11cvs76
13225
13226         * src/gtk/about.c
13227                 reworked
13228
13229 2005-06-15 [colin]      1.9.11cvs75
13230
13231         * src/compose.c
13232                 Finish header encoding fix
13233         * src/summaryview.c
13234                 Fix segfault
13235         * src/headerview.c
13236                 Fix compilation (Thanks Stephan
13237                 Sachse)
13238
13239 2005-06-15 [colin]      1.9.11cvs74
13240
13241         * Makefile.am
13242                 Install gnome2 stuff rather than gnome1, 
13243                 if both are present
13244         * src/codeconv.c
13245         * src/codeconv.h
13246         * src/compose.c
13247                 Fix headers encoding
13248         * src/folder.c
13249                 Visual progress when fetching all messages
13250         * src/folderview.c
13251         * src/summaryview.c
13252         * src/summaryview.h
13253                 Prevent changing current message while
13254                 incorporating
13255
13256 2005-06-15 [paul]       1.9.11cvs73
13257
13258         * src/gtk/gtkaspell.c
13259         * src/gtk/gtkaspell.h
13260                 fix build warnings
13261
13262 2005-06-15 [paul]       1.9.11cvs72
13263
13264         * src/prefs_filtering.c
13265                 allow reordering of filter rules by
13266                 drag n drop
13267
13268 2005-06-15 [paul]       1.9.11cvs71
13269
13270         * COPYING
13271                 updated
13272         * src/codeconv.c
13273                 replace deprecated function
13274         * src/inc.c
13275         * src/send_message.c
13276         * src/gtk/progressdialog.c
13277         * src/gtk/progressdialog.h
13278                 salvage and reuse parts of reverted sync
13279
13280 2005-06-15 [paul]       1.9.11cvs70
13281
13282         * src/inc.c
13283         * src/send_message.c
13284         * src/gtk/progressdialog.c
13285         * src/gtk/progressdialog.h
13286                 revert yesterday's sync with main
13287                 it contains deprecated functions
13288
13289 2005-06-15 [colin]      1.9.11cvs69
13290
13291         * src/headerview.c
13292                 Fix bug #670 (multi user to: will corrupt message 
13293                 headers display)
13294
13295 2005-06-15 [colin]      1.9.11cvs68
13296
13297         * src/compose.c
13298                 Fix bug #421 (Fix undo on wrapping)
13299
13300 2005-06-15 [colin]      1.9.11cvs67
13301
13302         * src/folder.c
13303                 Provide visual feedback while processing
13304                 folder's rules.
13305         * src/imap.c
13306                 Provide visual feedback while getting
13307                 short headers (for uncached messages)
13308
13309
13310 2005-06-14 [paul]       1.9.11cvs66
13311
13312         * src/account.c
13313                 change a couple stock icons
13314         * src/inc.c
13315         * src/send_message.c
13316         * src/gtk/progressdialog.c
13317         * src/gtk/progressdialog.h
13318                 sync main's GtkTreeView implementation
13319
13320 2005-06-14 [colin]      1.9.11cvs65
13321
13322         * src/imap.c
13323                 Various little fixes, mainly on error paths
13324
13325 2005-06-13 [colin]      1.9.11cvs64
13326
13327         * matcher.c
13328         * procmsg.c
13329         * procmsg.h
13330                 Add a way to fetch only headers. This speeds
13331                 up filtering on headers for IMAP. Fixes:
13332                 bug #481 extraneous imap commands slow down 
13333                         imap filtering
13334                 bug #522 Sylpheed downloads all messages 
13335                         when opening mailbox (IMAP)
13336                 bug #677 IMAP fetch is soooooooooooooo slow
13337         * src/folder.c
13338         * src/folder.h
13339                 Add a folder set_batch method so that
13340                 implementations can speed up flags changes
13341         * src/folderutils.c
13342         * src/summaryview.c
13343                 Use that in mark as (un)read and mark all read
13344                 Refix bug #679
13345         * src/imap.c
13346                 Implement set_batch - brings back deferred
13347                 flags in a less buggy manner. Fixes:
13348                 bug #729 IMAP immediate expunge of deleted messages
13349                 bug #191 remove list of messages with one command
13350                 Fix login with strange chars
13351                 Implement fetch_msg_full
13352                 Fix copy (wrong counts)
13353
13354 2005-06-12 [colin]      1.9.11cvs63
13355
13356         * src/folder.c
13357                 lock incorporation during long operations.
13358                 Avoids fucking up the IMAP socket.
13359
13360 2005-06-12 [colin]      1.9.11cvs62
13361
13362         * src/imap.c
13363                 Fix harmful typo
13364                 Factorize remove_all_msg
13365                 Thread-ize expunge
13366         * src/summaryview.c
13367                 Don't update partial-download status if unnecessary
13368         * src/folder.c
13369                 Use remove_msgs everywhere possible
13370
13371 2005-06-12 [colin]      1.9.11cvs61
13372
13373         * src/folder.c
13374         * src/folder.h
13375                 Add a remove_msgs function to remove a 
13376                 list of messages
13377         * src/imap.c
13378                 Implement that.
13379
13380 2005-06-12 [colin]      1.9.11cvs60
13381
13382         * src/imap.c
13383                 Remove flags-processing deferring... Too hard
13384                 to get it to work in all cases.
13385
13386 2005-06-11 [colin]      1.9.11cvs59
13387
13388         * src/imap.c
13389                 printf -> debug_print
13390
13391 2005-06-11 [colin]      1.9.11cvs58
13392
13393         * src/imap.c
13394                 o Fix build without USE_PTHREAD
13395                 o Factorize imap_open
13396                 o Alertpanel in case of impossible connection
13397                 o Alertpanel in case of impossible login
13398                 o Fix deferred flags processing to force a 
13399                   flush before adding some more flags to process,
13400                   but in another folder.
13401
13402 2005-06-10 [colin]      1.9.11cvs57
13403
13404         * src/imap.c
13405                 o Fix a format string error
13406                 o init ssl socket outside of the thread 
13407                   (it possibly invokes gtk calls)
13408         * src/procmime.c
13409                 o Put back the buffer to its necessary size
13410                 o Fix changing a file pointer without keeping
13411                   track of it (thanks Valgrind)
13412         * src/common/smtp.c
13413                 o Fix automatic STARTTLS if login should be done
13414                   and the server only allows it after starting TLS
13415         * src/gtk/gtkinputdialog.c
13416                 o Eat GDK_Return so that the combo popup doesn't 
13417                   appear when we press Enter to validate the combo
13418                   input dialog (as seen in the Open with... dialog)
13419
13420 2005-06-10 [colin]      1.9.11cvs56
13421
13422         * src/imap.c
13423                 o A bit less debug
13424                 o Fix a crash on deletion
13425                 o Threadize imap_select (it's called outside of 
13426                   threads)
13427                 o Defer treatment of DELETED flags
13428
13429
13430 2005-06-09 [colin]      1.9.11cvs55
13431
13432         * src/imap.c
13433                 Make sure we check imap_gtk_should_override(), which
13434                 potentially calls gtk stuff, before creating thread.
13435                 That way it should't be called via imap_get_session()
13436                 inside a thread.
13437
13438 2005-06-09 [colin]      1.9.11cvs54
13439
13440         * src/imap.c
13441                 o add a bit of status output
13442                 o remove some dead code
13443                 o threadize get_list_of_uids
13444                 o threadize imap_get_flags
13445                 o defer flag changing by 500ms so that they
13446                   can be batched
13447
13448
13449 2005-06-08 [colin]      1.9.11cvs53
13450
13451         * src/imap.c
13452                 Thread-ize imap_cmd_fetch
13453
13454 2005-06-08 [colin]      1.9.11cvs52
13455
13456         * src/main.c
13457                 Mmh, that broke POP3...
13458
13459 2005-06-08 [colin]      1.9.11cvs51
13460
13461         * src/main.c
13462                 Stabilize IMAP patch (thanks to Hoa)
13463
13464 2005-06-08 [colin]      1.9.11cvs50
13465
13466         * src/imap.c
13467                 Test patch to speed up imap. 
13468
13469 2005-06-08 [colin]      1.9.11cvs49
13470
13471         * src/imap_gtk.c
13472                 Warning fix
13473         * src/procmime.c
13474                 Apply patch from gentoo to use /usr/share/mime/globs if 
13475                 available, after un-breaking it
13476         * src/common/log.c
13477         * src/common/log.h
13478                 Use g_timeout for invoking hooks that possibly use gtk
13479                 calls. This should leave gtk calls in the main thread.
13480
13481 2005-06-08 [paul]       1.9.11cvs48
13482
13483         * src/codeconv.c
13484                 conv_get_outgoing_charset_str(): don't
13485                 use prefs_common setting
13486         * src/compose.c
13487         * src/compose.h
13488                 add /Options/Character encoding/... to
13489                 temporarily change the outgoing encoding
13490
13491         (belated sync with main)
13492
13493 2005-06-08 [paul]       1.9.11cvs47
13494
13495         * src/compose.c
13496                 correction to/completion of last
13497                 sync with main
13498
13499 2005-06-08 [paul]       1.9.11cvs46
13500
13501         sync with main:
13502         
13503         * src/codeconv.c
13504         * src/codeconv.h
13505                 always enabled Japanese auto-detection
13506                 if the first letters of locale string
13507                 is "ja"
13508         * src/compose.c
13509                 don't use "destroy" signal to destroy
13510                 Compose object (fix rare crashes on discard?)
13511         * src/mainwindow.c
13512         * src/messageview.c
13513         * src/prefs_send.c
13514                 added Hebrew encodings
13515         * src/sourcewindow.c
13516                 don't use "destroy" signal to destroy
13517                 objects
13518
13519 2005-06-07 [colin]      1.9.11cvs45
13520
13521         * src/summaryview.c
13522                 Add missing unlocks/locks
13523
13524 2005-06-07 [paul]       1.9.11cvs44
13525
13526         * src/summaryview.c
13527                 restore bug #749 fix
13528
13529 2005-06-06 [colin]      1.9.11cvs43
13530
13531         * src/summaryview.c
13532                 Fix selection bug when prefs_common.open_unread 
13533                 is FALSE
13534
13535 2005-06-06 [colin]      1.9.11cvs42
13536
13537         * src/common/md5.c
13538                 Fix a warning
13539         * src/summaryview.c
13540         * src/folderview.c
13541                 Factorize long operations beginning and end
13542                 (locking, freezing/thawing, cursor, ...)
13543                 Check selection->data member in selection-
13544                 related loops; this avoids dying an awful
13545                 death if the selection changes on us while
13546                 we're marking a whole IMAP folder unread, 
13547                 for example.
13548
13549 2005-06-06 [paul]       1.9.11cvs41
13550
13551         * src/textview.c
13552                 don't g_free() a static gchar buffer
13553
13554 2005-06-05 [colin]      1.9.11cvs40
13555
13556         * src/mainwindow.c
13557         * src/messageview.c
13558         * src/summaryview.c
13559                 Fix bug #749 (Show all headers should be
13560                 sticky as the GUI suggests)
13561
13562 2005-06-03 [paul]       1.9.11cvs39
13563
13564         * src/compose.c
13565                 don't allow editing of mail while sending.
13566                 patch by Colin
13567
13568 2005-06-03 [paul]       1.9.11cvs38
13569
13570         * src/folderview.c
13571                 add a freeze/thaw to speed up 'mark all read'
13572
13573 2005-06-03 [paul]       1.9.11cvs37
13574
13575         * src/prefs_message.c
13576                 reflect changes immediately
13577
13578 2005-06-02 [colin]      1.9.11cvs36
13579
13580         * po/POTFILES.in
13581                 Patch by Fabien Vantard.
13582
13583 2005-06-02 [colin]      1.9.11cvs35
13584
13585         * src/imap.c
13586                 Use a non-blocking imap_getline() if possible.
13587                 This should completely prevent the interface
13588                 from freezin on imap operations, although it
13589                 may do strange stuff in case of folder switching
13590                 while a big imap operation is taking place...
13591
13592                 In addition, fix a leak in the case thread
13593                 creation fails on connection.
13594
13595 2005-06-02 [colin]      1.9.11cvs34
13596
13597         * src/crash.c
13598         * src/prefs_common.h
13599                 Fix build (prefs_common_init() doesn't exist
13600                 anymore)
13601
13602 2005-06-02 [colin]      1.9.11cvs33
13603
13604         * src/prefs_account.c
13605                 Fix bug #245 (filtering rules broken when
13606                 renaming a remote account (imap4 or nntp)
13607
13608 2005-06-02 [colin]      1.9.11cvs32
13609
13610         * src/imap.c
13611                 Try to fix IMAP shortcomings: 
13612                 o Multithread imap_open()
13613                 o allow offline-mode overriding instead of
13614                   just returning NULL
13615         * src/imap_gtk.c
13616         * src/imap_gtk.h
13617                 Add a function to ask whether we want to
13618                 override offline-mode for 10 minutes (one-shot
13619                 asking was painful)
13620         * src/procheader.c
13621                 Fix segfault when imap parser isn't happy about
13622                 a missing {
13623
13624 2005-06-01 [colin]      1.9.11cvs31
13625
13626         * src/addrharvest.c
13627         * src/compose.c
13628         * src/mbox.c
13629         * src/mbox.h
13630         * src/mh.c
13631         * src/msgcache.c
13632         * src/send_message.c
13633         * src/setup.c
13634         * src/undo.c
13635         * src/common/hooks.c
13636         * src/common/prefs.c
13637         * src/common/template.c
13638         * src/common/utils.c
13639         * src/gtk/gtkutils.c
13640         * src/gtk/inputdialog.c
13641         * src/gtk/menu.c
13642         * src/gtk/pluginwindow.c
13643         * src/gtk/prefswindow.c
13644         * src/plugins/pgpmime/passphrase.c
13645         * src/plugins/pgpmime/prefs_gpg.c
13646                 More -Wall fixes
13647
13648         * src/common/Makefile.am
13649         * src/common/timing.h
13650                 Add basic timing code
13651
13652         * src/summaryview.c
13653                 Fix a bug with unread messages when 
13654                 re-sorting folders, and by the way
13655                 fix a big performance hit when 
13656                 re-sorting (10k mails: before 5s,
13657                 after .5s)
13658
13659         * src/prefs_compose_writing.c
13660         * src/prefs_compose_writing.h
13661         * src/prefs_message.c
13662         * src/prefs_message.h
13663         * src/prefs_other.c
13664         * src/prefs_other.h
13665         * src/prefs_quote.c
13666         * src/prefs_quote.h
13667         * src/prefs_receive.c
13668         * src/prefs_receive.h
13669         * src/prefs_send.c
13670         * src/prefs_send.h
13671         * src/prefs_summaries.c
13672         * src/prefs_summaries.h
13673                 Fix copyright banner
13674
13675 2005-06-01 [paul]       1.9.11cvs30
13676
13677         * po/fi.po
13678                 updated by Flammie Pirinen
13679         * src/procmime.c
13680                 fix 'Bad BASE64 content' output
13681
13682 2005-05-31 [colin]      1.9.11cvs29
13683
13684         * src/procmime.c
13685                 Oops, where did my hunk go.
13686
13687 2005-05-31 [colin]      1.9.11cvs28
13688
13689         * src/Makefile.am
13690         * src/account.c
13691         * src/action.c
13692         * src/addr_compl.c
13693         * src/addressbook.c
13694         * src/codeconv.c
13695         * src/compose.c
13696         * src/export.c
13697         * src/folder.c
13698         * src/folderview.c
13699         * src/image_viewer.c
13700         * src/main.c
13701         * src/mainwindow.c
13702         * src/messageview.c
13703         * src/mimeview.c
13704         * src/msgcache.c
13705         * src/prefs_account.c
13706         * src/prefs_actions.c
13707         * src/prefs_common.c
13708         * src/prefs_compose_writing.c
13709         * src/prefs_customheader.c
13710         * src/prefs_ext_prog.c
13711         * src/prefs_filtering.c
13712         * src/prefs_filtering_action.c
13713         * src/prefs_fonts.c
13714         * src/prefs_image_viewer.c
13715         * src/prefs_message.c
13716         * src/prefs_message.h
13717         * src/prefs_msg_colors.c
13718         * src/prefs_other.c
13719         * src/prefs_other.h
13720         * src/prefs_quote.c
13721         * src/prefs_receive.c
13722         * src/prefs_receive.h
13723         * src/prefs_send.c
13724         * src/prefs_send.h
13725         * src/prefs_spelling.c
13726         * src/prefs_summaries.c
13727         * src/prefs_summary_column.c
13728         * src/prefs_template.c
13729         * src/prefs_themes.c
13730         * src/prefs_toolbar.c
13731         * src/prefs_wrapping.c
13732         * src/procmime.c
13733         * src/procmsg.c
13734         * src/send_message.h
13735         * src/ssl_manager.c
13736         * src/summary_search.c
13737         * src/summaryview.c
13738         * src/textview.c
13739         * src/wizard.c
13740         * src/common/smtp.c
13741         * src/common/smtp.h
13742         * src/gtk/gtkutils.h
13743                 o Move the rest of Common prefs to new style
13744                 o Lots of -Wall warning fixes
13745                 o fix FIXME in cache memusage calculation
13746                 o Let return receipts be sent from any account
13747                 o Little cache optimisation (read)
13748                 o Fix bug #746 (don't treat commas as separators
13749                   when inside a quoted string)
13750
13751 2005-05-31 [paul]       1.9.11cvs27
13752
13753         * src/prefs_common.c
13754                 fix 'off-by-one' typo
13755
13756 2005-05-31 [paul]       1.9.11cvs26
13757
13758         * src/account.c
13759         * src/addr_compl.c
13760         * src/compose.c
13761         * src/foldersel.c
13762         * src/prefs_actions.c
13763         * src/prefs_common.c
13764         * src/prefs_common.h
13765         * src/prefs_customheader.c
13766         * src/prefs_display_header.c
13767         * src/prefs_filtering.c
13768         * src/prefs_filtering_action.c
13769         * src/prefs_matcher.c
13770         * src/prefs_summaries.c
13771         * src/prefs_summary_column.c
13772         * src/prefs_template.c
13773         * src/prefs_toolbar.c
13774         * src/ssl_manager.c
13775         * src/gtk/pluginwindow.c
13776         * src/gtk/prefswindow.c
13777         * src/gtk/progressdialog.c
13778                 add hidden prefs 'enable_rules_hint'
13779                 for gtk_tree_view_set_rules_hint()
13780                 (sync with main)
13781                 
13782
13783 2005-05-31 [colin]      1.9.11cvs25
13784
13785         * src/Makefile.am
13786         * src/main.c
13787         * src/prefs_common.c
13788         * src/prefs_summaries.c ** ADDED **
13789         * src/prefs_summaries.h ** ADDED **
13790                 Common/Display -> Display/Summaries
13791
13792 2005-05-31 [colin]      1.9.11cvs24
13793
13794         * src/Makefile.am
13795         * src/main.c
13796         * src/prefs_quote.c ** ADDED **
13797         * src/prefs_quote.h ** ADDED **
13798                 Move Common/Quote to Compose/Quoting
13799         * src/prefs_common.c
13800         * src/prefs_common.h
13801                 Remove old quote stuff, add
13802                 convenience functions for GtkTextView prefs
13803         * src/gtk/prefswindow.c
13804                 Set default height higher
13805
13806 2005-05-30 [colin]      1.9.11cvs23
13807
13808         * src/Makefile.am
13809         * src/main.c
13810         * src/prefs_common.c
13811         * src/prefs_compose_writing.c ** ADDED **
13812         * src/prefs_compose_writing.h ** ADDED **
13813                 Move Common/Compose prefs to Compose/Writing
13814
13815 2005-05-30 [colin]      1.9.11cvs22
13816
13817         * src/common/utils.c
13818                 Fix bug #651 (Confused Attract by Subject)
13819                 Patch by M. Benkmann <haferfrost@web.de>
13820         * AUTHORS
13821
13822 2005-05-30 [colin]      1.9.11cvs21
13823
13824         * src/compose.c
13825                 Fix concatenation of different headers of
13826                 the same type (bug #645)
13827         * src/prefs_folder_item.c
13828                 Fix bug #699 (setting color to black doesn't
13829                 work immediately)
13830         * src/procmime.c
13831                 Print out decoding error only once per
13832                 block
13833
13834 2005-05-30 [paul]       1.9.11cvs20
13835
13836         * src/common/template.c
13837                 fix Bcc
13838
13839 2005-05-30 [paul]       1.9.11cvs19
13840
13841         * doc/src/rfc2368.txt   **NEW FILE**
13842         * src/compose.c
13843                 compose_entries_set(): don't interpret Bcc
13844                 header field (conform to RFC 2368)
13845                 (sync with main)
13846
13847 2005-05-29 [colin]      1.9.11cvs18
13848
13849         * src/prefs_common.c
13850                 Let the default reply format respect
13851                 netiquette by cutting the signature.
13852
13853 2005-05-29 [colin]      1.9.11cvs17
13854
13855         * src/summaryview.c
13856                 Don't let always_show_msg override
13857                 open_unread_on_enter when opening a new
13858                 directory.
13859
13860 2005-05-27 [paul]       1.9.11cvs16
13861
13862         sync with main:
13863
13864         * src/main.c
13865                 app_will_exit(): cleanup tmp directory when exit
13866         * src/message_search.c
13867                 improved the interface and made code cleanup.
13868                 removed Clear button
13869         * src/send_message.c
13870                 send_message_local(): use GSpawn, and detect errors
13871         * src/summary_search.c
13872                 improved the interface and made code cleanup
13873         * src/textview.c
13874                 textview_write_link(): also skip non-ascii space
13875                  at the head of link strings (phishing check
13876                  didn't work at the case)
13877         * src/common/utils.c
13878                 get_command_output(): use g_spawn_command_line_sync()
13879                 instead of popen()
13880
13881 2005-05-26 [colin]      1.9.11cvs15
13882
13883         * src/folder.c
13884                 remove printf
13885
13886 2005-05-26 [colin]      1.9.11cvs14
13887
13888         * src/common/nntp.c
13889                 Fix nntp mode reader (bug #611)
13890                 Patch by Florian Mickler <florian@mickler.org>
13891
13892 2005-05-26 [colin]      1.9.11cvs13
13893
13894         * src/plugins/pgpmime/passphrase.c
13895                 Fix mouse grabbing (bug #557)
13896
13897 2005-05-26 [colin]      1.9.11cvs12
13898
13899         * src/prefs_themes.c
13900                 Fix g_warning (bug #541)
13901
13902 2005-05-26 [colin]      1.9.11cvs11
13903
13904         * src/prefs_actions.c
13905         * src/prefs_template.c
13906                 Fix bug #506 (no warning if action/template
13907                 is not saved)
13908         * src/common/template.c
13909                 Fix a possible crash
13910
13911 2005-05-26 [colin]      1.9.11cvs10
13912
13913         * src/folder.c
13914         * src/folderview.c
13915         * src/procmsg.c
13916         * src/summaryview.c
13917                 Forbid locked messages to be moved or
13918                 deleted. Locked messages in trashes 
13919                 still get deleted, for performance
13920                 reason (mh.c::mh_remove_all_msgs)
13921
13922 2005-05-25 [colin]      1.9.11cvs9
13923
13924         * src/procmime.c
13925                 Use correct encoding when sending mails
13926                 with attachments that have accentued 
13927                 chars in their name
13928
13929 2005-05-24 [colin]      1.9.11cvs8
13930
13931         * src/summaryview.c
13932                 Fix bug #688 f) read/unread marker not
13933                 changed on first click
13934                 Also, optimize summary_status_show()
13935                 calls
13936         * src/folder.c
13937         * src/inc.c
13938         * src/procmime.c
13939                 Fix bug #688 b) and c) wrt message
13940                 attachments and signature
13941         * src/stock_pixmap.c
13942         * src/stock_pixmap.h
13943         * src/stock_pixmap.c
13944         * src/stock_pixmap.h
13945         * src/Makefile.am
13946         * src/pixmaps/clip_gpg_signed.xpm
13947                 Add clip/signed icon
13948
13949 2005-05-24 [colin]      1.9.11cvs7
13950
13951         * src/folder_item_prefs.c
13952                 whitespace fix
13953
13954 2005-05-24 [colin]      1.9.11cvs6
13955
13956         * src/folderview.c
13957         * src/prefs_common.c
13958         * src/prefs_common.h
13959                 Add a confirmation to folder drag and drop
13960                 fixes bug #156
13961         * src/alertpanel.c
13962         * src/alertpanel.h
13963                 fix _with_disable parameters so that
13964                 the buttons labels are specifiable too
13965         * src/plugins/pgpmime/sgpgme.c
13966                 reflect said change
13967                 
13968
13969 2005-05-24 [colin]      1.9.11cvs5
13970
13971         * src/folderview.c
13972                 Uncollapse/collapse folders on double-click
13973                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13974                 closes bug #108
13975
13976 2005-05-23 [colin]      1.9.11cvs4
13977
13978         * src/common/socket.c
13979                 Check another special SSL_peek() error.
13980                 Should help wrt bug #728
13981
13982 2005-05-23 [colin]      1.9.11cvs3
13983
13984         * src/plugins/pgpmime/pgpmime.c
13985                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13986                 breaking menu accelerators and stuff. Users will have to
13987                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13988                 account's privacy preferences if needed.
13989
13990 2005-05-22 [paul]
13991
13992         * tools/kdeservicemenu/install.sh
13993                 use kdesu to prompt for root password if doing
13994                 global install/uninstall
13995
13996 2005-05-20 [colin]      1.9.11cvs2
13997
13998         * src/procmsg.c
13999                 Fix another compilation error with gcc-2.9x
14000                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14001         * src/send_message.c
14002                 Don't send QUIT if we aren't connected
14003
14004 2005-05-19 [colin]      1.9.11cvs1
14005
14006         * src/procmsg.c
14007                 Fix compilation with gcc 2.9x
14008
14009 2005-05-19 [paul]       1.9.11
14010
14011         1.9.11 released
14012
14013 2005-05-19 [paul]       1.9.9cvs14
14014
14015         * src/gtk/inputdialog.c
14016                 prevent gettext warning
14017
14018 2005-05-19 [paul]       1.9.9cvs13
14019
14020         * src/mainwindow.c
14021         * src/prefs_common.c
14022         * src/prefs_common.h
14023         * src/textview.c
14024         * src/textview.h
14025                 add an option to toggle cursor in message
14026                 view (sync with main)
14027
14028 2005-05-18 [colin]      1.9.9cvs12
14029
14030         * src/compose.c
14031                 Dereference freed pointer
14032         * src/gtk/gtkaspell.c
14033                 Fix duplication of dictionaries (is it an aspell issue?)
14034
14035 2005-05-18 [colin]      1.9.9cvs11
14036
14037         * src/gtk/inputdialog.c
14038         * src/gtk/gtkaspell.c
14039                 HIGuify dialogs
14040         * src/alertpanel.c
14041                 Remove a double call
14042
14043 2005-05-17 [colin]      1.9.9cvs10
14044
14045         * src/gtk/gtkaspell.c
14046                 Fix dialogs, Ctrl-Enter accel
14047
14048 2005-05-17 [colin]      1.9.9cvs9
14049
14050         * src/gtk/gtkaspell.c
14051                 Fix some accelerators, escape in replace-window
14052
14053 2005-05-16 [colin]      1.9.9cvs8
14054
14055         * src/gtk/gtkaspell.c
14056                 Revert last commit, it was a mistake.
14057
14058 2005-05-16 [colin]      1.9.9cvs7
14059
14060         * src/gtk/gtkaspell.c
14061                 Remove buggy code while we're at it. It's a 
14062                 dead code path anyway.
14063
14064 2005-05-16 [colin]      1.9.9cvs6
14065
14066         * src/gtk/gtkaspell.c
14067                 Missed some gtk_menu_popup where deactivate
14068                 signal should be handled. Should fix bug
14069                 #629 a bit more.
14070
14071 2005-05-16 [colin]      1.9.9cvs5
14072
14073         * src/gtk/gtkaspell.c
14074                 Remove debug printf()s
14075
14076 2005-05-16 [colin]      1.9.9cvs4
14077
14078         * src/gtk/gtkaspell.c
14079                 Fix a bit aspell problems
14080                 (see bug #629)
14081
14082 2005-05-13 [colin]      1.9.9cvs3
14083
14084         * src/folderview.c
14085                 Fix the + appearing even when no subfolders
14086                 have unread messages. Thanks to wwp for the
14087                 bug report.
14088
14089 2005-05-11 [paul]       1.9.9cvs2
14090
14091         * src/folderview.c
14092                 correction to 1.9.9cvs1, only colour folders that
14093                 have new msgs (not unread msgs)
14094
14095 2005-05-10 [colin]      1.9.9cvs1
14096
14097         * src/folderview.c
14098         * src/summaryview.c
14099                 Try to fix bolding bugs again.
14100
14101 2005-05-09 [paul]
14102
14103         * tools/claws.i18n.status.pl
14104                 add Ricardo Mones Lastra's script that has been providing
14105                 the i18n status page for many months
14106
14107 2005-05-09 [paul]       1.9.9
14108
14109         1.9.9 release
14110
14111 2005-05-09 [paul]       1.9.6cvs58
14112
14113         * AUTHORS
14114         * INSTALL
14115         * README.claws
14116                 updated
14117         * Makefile.am 
14118         * RELEASE_NOTES.claws
14119                 add release notes to cvs to simplify release
14120                 procedure
14121         * configure.ac
14122                 add ca and fi to ALL_LINGUAS
14123         * po/Makefile.in.in
14124                 workaround for missing Makevars
14125         * po/ca.po
14126         * po/fi.po
14127                 add new Catalan and Finnish translations
14128                 submitted by Miquel Oliete and Flammie Pirinen
14129         * po/de.po
14130         * po/es.po
14131         * po/fr.po
14132         * po/it.po
14133         * po/pl.po
14134         * po/ru.po
14135         * po/sk.po
14136         * po/sr.po
14137         * po/zh_CN.po
14138                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14139                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14140                 Urke MMI, and Hansom Young
14141         * src/main.c
14142                 Fix drafting when quitting. compose_draft() closes the
14143                 compose windows, which modifies the compose_list GSList.
14144                 We have to refresh this list after echo drafting to avoid a
14145                 segfault
14146         * src/partial_download.c
14147                 fix segfault on exit
14148
14149 2005-05-06 [paul]       1.9.6cvs57
14150
14151         * src/grouplistdialog.c
14152                 quick fix/workaround for unresizeable newsgroup
14153                 name column 
14154
14155 2005-05-06 [paul]       1.9.6cvs56
14156
14157         * src/inc.c
14158         * src/mainwindow.c
14159                 use gettext plural forms
14160         * src/imap_gtk.c
14161         * src/mh_gtk.c
14162         * src/toolbar.c
14163                 small improvement to english usage
14164
14165 2005-05-05 [thorsten]   1.9.6cvs55
14166
14167         * src/folder.c
14168                 fix possible crash
14169
14170 2005-05-05 [paul]       1.9.6cvs54
14171         
14172         sync with HEAD
14173
14174         * AUTHORS
14175         * src/compose.c
14176                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14177                 patch by Tim Mann
14178
14179 2005-05-05 [paul]       1.9.6cvs53
14180
14181         * src/mainwindow.c
14182                 fix resizing of separate message and
14183                 folder views
14184
14185 2005-05-05 [paul]       1.9.6cvs52
14186
14187         * src/account.c
14188         * src/addrgather.c
14189         * src/browseldap.c
14190         * src/exphtmldlg.c
14191         * src/expldifdlg.c
14192         * src/importmutt.c
14193         * src/importpine.c
14194         * src/main.c
14195         * src/mainwindow.c
14196         * src/noticeview.c
14197         * src/prefs_filtering.c
14198         * src/prefs_filtering_action.c
14199         * src/prefs_matcher.c
14200         * src/prefs_spelling.c
14201         * src/prefs_toolbar.c
14202         * src/toolbar.c
14203         * src/wizard.c
14204         * src/gtk/description_window.c
14205         * src/gtk/gtkvscrollbutton.c
14206         * src/gtk/progressdialog.c
14207         * src/gtk/quicksearch.c
14208         * src/plugins/pgpmime/prefs_gpg.c
14209         * src/plugins/spamassassin/spamassassin_gtk.c
14210                 replace deprecated gtk_widget_set_usize
14211
14212 2005-05-04 [colin]      1.9.6cvs51
14213
14214         * src/common/utils.c
14215                 Fix crash when subst_for_filename is called
14216                 with a NULL parameter
14217
14218 2005-05-04 [colin]      1.9.6cvs50
14219
14220         * src/partial_download.c
14221         * src/pop.c
14222                 Escape login when writing uidl file
14223                 fixes bug #736
14224
14225 2005-05-03 [colin]      1.9.6cvs49
14226
14227         * src/procmime.c
14228                 Fix possible DOS in mime parser
14229                 (see bug #634)
14230
14231 2005-05-02 [colin]      1.9.6cvs48
14232
14233         * src/compose.c
14234                 Try to fix the copy/paste mess once again.
14235
14236
14237 2005-04-30 [colin]      1.9.6cvs47
14238
14239         * src/prefs_account.h
14240         * src/procmsg.c
14241         * src/send_message.c
14242         * src/common/smtp.c
14243         * src/common/smtp.h
14244                 Try to batch sending mails (per account) instead of
14245                 reconnecting to server every time.
14246
14247 2005-04-29 [colin]      1.9.6cvs46
14248
14249         * src/messageview.c
14250                 Fix window resizing that refused to size down
14251         * src/prefs_common.c
14252         * src/prefs_common.h
14253         * src/prefs_filtering.c
14254                 Save Filtering's window size
14255
14256 2005-04-21 [paul]       1.9.6cvs45
14257
14258         * ChangeLog-gtk2.claws
14259         * src/setup.c
14260                 correction to sync
14261
14262 2005-04-21 [paul]       1.9.6cvs44
14263
14264         sync with main:
14265
14266         * src/setup.c
14267         * src/statusbar.c
14268         * src/statusbar.h
14269                 use gtkut_widget_draw_now(). Improved performance
14270                 of the update of statusbar
14271         * src/textview.c
14272                 textview_smooth_scroll_do(): redraw it after scroll
14273                 is done (fixed incorrect display when a part of the
14274                 view is hidden).
14275         * src/gtk/gtkutils.c
14276         * src/gtk/gtkutils.h
14277                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14278                 to force update of widgets.
14279                 Removed gtkut_widget_wait_for_draw() which had a big
14280                 overhead  because of waiting for all events processed 
14281
14282 2005-04-20 [paul]       1.9.6cvs43
14283
14284         * src/codeconv.c
14285                 complete 1.9.6cvs42's sync:
14286                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14287
14288 2005-04-19 [paul]       1.9.6cvs42
14289
14290         sync with main:
14291
14292         * src/action.c
14293                 catch_output(): correctly select the insert text
14294                 (fix invalid iterator warnings).
14295         * src/codeconv.c
14296         * src/codeconv.h
14297         * src/mainwindow.c
14298         * src/messageview.c
14299         * src/prefs_common.c
14300                 support GBK encoding.
14301         * src/common/session.c
14302         * src/common/session.h
14303                 use separate buffer for large data to be sent,
14304                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14305
14306 2005-04-18 [paul]       1.9.6cvs41
14307
14308         * src/jpilot.c
14309                 convert unsigned long into guint32
14310                 patch by Paul LeoNerd Evans 
14311
14312 2005-04-17 [colin]      1.9.6cvs40
14313
14314         * src/compose.c
14315                 Fix 'Request return receipt' from folder
14316                 properties (bug #708)
14317
14318 2005-04-17 [colin]      1.9.6cvs39
14319
14320         * src/mainwindow.c
14321                 Fix duplicate hotkeys in Mainwindow's menu
14322
14323 2005-04-17 [colin]      1.9.6cvs38
14324
14325         * src/folderview.c
14326                 Fix duplicate hotkeys in Folderview's contextual
14327                 menu
14328
14329 2005-04-15 [colin]      1.9.6cvs37
14330
14331         * src/summaryview.c
14332                 Fix 'Save as...' with non-ascii filenames
14333
14334 2005-04-15 [colin]      1.9.6cvs36
14335
14336         * src/plugins/pgpmime/pgpmime.c
14337                 Fix bus error on 64bit. Spotted by 
14338                 macallan1888@gmail.com
14339
14340 2005-04-15 [colin]      1.9.6cvs35
14341
14342         * src/prefs_account.c
14343                 Fix cvs34.
14344
14345 2005-04-12 [colin]      1.9.6cvs34
14346
14347         * src/prefs_account.c
14348                 Fix smtp auth type off-by-one. We forgot to
14349                 add PLAIN in the prefs-to-gui setter func and
14350                 as a result, the selected auth when opening
14351                 account prefs was not the correct one.
14352
14353 2005-04-12 [paul]       1.9.6cvs33
14354
14355         * src/inc.c
14356                 if the recv dialog is visible, Cancel only
14357                 cancels the current account
14358
14359
14360 2005-04-10 [colin]      1.9.6cvs32
14361
14362         * src/filtering.c
14363                 Copy score when copying FilteringActions
14364                 Fix bug #674
14365
14366 2005-04-10 [colin]      1.9.6cvs31
14367
14368         * src/inc.c
14369                 Make Message -> Receive -> Cancel cancel 
14370                 incorporation on all accounts. Fixes
14371                 bug #693
14372
14373 2005-04-10 [colin]      1.9.6cvs30
14374
14375         * src/prefs_account.c
14376                 Update Privacy checkbuttons status based
14377                 on the selected privacy system
14378         * src/compose.c
14379                 Always connect the "None" privacy system; the
14380                 static boolean was probably there to avoid
14381                 reconnecting twice in the same compose window,
14382                 but as the parent function is only called once
14383                 per compose, it's only a bug - as a static is
14384                 initialized once per application instance.
14385                 Also, don't uncheck Sign and Encrypt when
14386                 selecting None as privacy system; just ignore
14387                 them when sending/queuing.
14388                 Should fix bug #695
14389
14390 2005-04-08 [colin]      1.9.6cvs29
14391
14392         * src/account.c
14393         * src/prefs_account.c
14394         * src/prefs_account.h
14395                 Add account preference to queue message in a certain
14396                 folder.
14397
14398 2005-04-06 [colin]      1.9.6cvs28
14399
14400         * src/prefs_account.c
14401                 Update old inbox path syntax
14402
14403 2005-04-06 [paul]       1.9.6cvs27
14404
14405         sync with main:
14406
14407         * configure.ac
14408                 changed -traditional-cpp to -no-cpp-precomp for newer
14409                 Mac OS X support
14410         * src/foldersel.c
14411                 made column resize automatically
14412         * src/send_message.c
14413                 send_message_smtp(): consider EOF right after QUIT
14414                 successful (workaround for Gmail SMTP server)
14415         * src/common/socket.c
14416                 ssl_read(), ssl_peek(): check EOF which violates the
14417                 SSL protocol
14418         * src/gtk/colorlabel.c
14419                 removed warnings when displaying colorlabel menu
14420                 (don't use GtkAlignment)
14421
14422 2005-04-05 [paul]       1.9.6cvs26
14423
14424         * src/plugins/trayicon/trayicon.c
14425                 fix clipping of icon under KDE3 
14426
14427 2005-04-05 [paul]       1.9.6cvs25
14428
14429         * src/summaryview.c
14430                 hide display of threading
14431                 patch by Alfons
14432
14433 2005-04-04 [thorsten]   1.9.6cvs24
14434
14435         * src/mh.c
14436                 marks lost on filesystems with different stat() results on
14437                 summer-/wintertime
14438
14439 2005-04-03 [colin]      1.9.6cvs23
14440
14441         * src/summaryview.c
14442                 Don't handle up/down. Patch by Alfons
14443
14444 2005-04-02 [colin]      1.9.6cvs22
14445
14446         * src/summaryview.c
14447                 Make scrolling faster. Patch by Alfons.
14448
14449 2005-04-01 [colin]      1.9.6cvs21
14450
14451         * src/Makefile.am
14452         * src/stock_pixmap.c
14453         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14454         * src/pixmaps/dir_noselect.xpm ** ADDED **
14455                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14456
14457 2005-04-01 [colin]      1.9.6cvs20
14458
14459         * src/image_viewer.c
14460         * src/image_viewer.h
14461         * src/procmime.c
14462         * src/procmime.h
14463         * src/textview.c
14464         * src/textview.h
14465                 Implement inline image resizing and right-clicking
14466
14467 2005-04-01 [paul]       1.9.6cvs19
14468
14469         * AUTHORS
14470         * Makefile.am
14471         * configure.ac
14472                 check for gnome2
14473                 patch by Luca Cavalli <loopback<AT>slackit.org>
14474         * po/ru.po
14475                 updated by Pavlo Bohmat
14476
14477 2005-03-31 [colin]      1.9.6cvs18
14478
14479         * src/news.c
14480                 Fix parsing references
14481         * src/msgcache.c
14482                 don't put nulls in the references list
14483         * src/procheader.c
14484                 commit that forgotten file in 1.9.6cvs14
14485
14486 2005-03-31 [colin]      1.9.6cvs17
14487
14488         * src/compose.c
14489                 Fix joining of signature separator again. 
14490                 Maybe Hiro could put it in main too...
14491
14492 2005-03-31 [colin]      1.9.6cvs16
14493
14494         * src/Makefile.am
14495         * src/foldersel.c
14496         * src/stock_pixmap.c
14497         * src/stock_pixmap.h
14498         * src/pixmaps/dir-noselect.xpm
14499                 Update foldersel.c (sync from main, patch by Alfons)
14500
14501 2005-03-30 [colin]      1.9.6cvs15
14502
14503         * src/imap.c
14504                 Fix handling of imap folders containing [] in 
14505                 their name. Thanks to Nahuel Angelinetti for
14506                 the detailed bugreport.
14507
14508 2005-03-30 [colin]      1.9.6cvs14
14509
14510         * src/common/utils.h
14511         * src/common/utils.c
14512         * src/common/defs.h
14513         * src/matcher.c
14514         * src/msgcache.c
14515         * src/news.c
14516         * src/procmsg.c
14517         * src/procmsg.h
14518         * src/quote_fmt_parse.y
14519         * src/summaryview.c
14520                 Update references system. Patch by Alfons
14521
14522 2005-03-30 [colin]      1.9.6cvs13
14523
14524         * src/common/socket.c
14525                 Force the glibc to read resolv.conf again when 
14526                 it has changed. Should fix issues when changing
14527                 networks on a laptop and not restarting sylpheed. 
14528
14529 2005-03-30 [paul]       1.9.6cvs12
14530
14531         partial sync with main:
14532
14533         * src/action.c
14534                 create_io_dialog(): use user-defined text font
14535                 (thanks to Alfons), and modified its appearance.
14536         * src/addrgather.c
14537         * src/addrharvest.c
14538         * src/browseldap.c
14539                 replace old code
14540         * src/compose.c
14541                 don't join (presumably) itemized lines on line-wrapping
14542                 fixed wrapping of quote when auto-wrapping is enabled
14543                 compose_destroy(): destroy paned only if it's not
14544                 attached to window. Fixed memory leak of popup menu.
14545         * src/exphtmldlg.c
14546         * src/expldifdlg.c
14547                 replace old code
14548         * src/html.c
14549         * src/html.h
14550         * src/importmutt.c
14551         * src/importpine.c
14552                 replace old code
14553         * src/main.c
14554                 removed redundant code
14555         * src/mainwindow.c
14556                 changed 'Code set' (which is rather incorrect)
14557                 in the menu to 'Character encoding'
14558                 main_window_set_widgets(): request size first
14559                 to prevent window size becoming wrong
14560                 fixed remembering of the state of the visibility
14561                 of MessageView
14562         * src/messageview.c
14563                 changed 'Code set' (which is rather incorrect)
14564                 in the menu to 'Character encoding'
14565         * src/prefs_common.c
14566         * src/prefs_common.h
14567                 added an option whether to render HTML as text or not
14568                 added separators to outgoing encoding menu
14569         * src/procheader.c
14570                 procheader_scan_date_string(): support header
14571                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14572         * src/summaryview.c
14573         * src/summaryview.h
14574                 minor code cleanup
14575         * src/textview.c
14576                 textview_show_html(): force output of newline
14577                 added an option whether to render HTML as text or not
14578         * src/common/utils.c
14579                 strncpy2(): optimized based on Alfons' code
14580         * src/gtk/gtkutils.c
14581         * src/gtk/gtkutils.h
14582                 removed non-used code
14583         * src/plugins/pgpmime/passphrase.c
14584                 partially fixed grab input of passphrase dialog
14585                 Confine pointer to window
14586
14587 2005-03-30 [colin]      1.9.6cvs11
14588
14589         * src/msgcache.c
14590         * src/msgcache.h
14591                 Read/write 32bit ints from cache & marks
14592                 From main.
14593
14594 2005-03-29 [paul]       1.9.6cvs10
14595
14596         * AUTHORS
14597         * ChangeLog.claws
14598         * src/compose.c
14599         * src/gtk/gtkaspell.c
14600                 sync with HEAD (don't pass NULL pointers) 
14601
14602 2005-03-24 [paul]
14603
14604         * tools/Makefile.am
14605         * tools/README
14606         * tools/acroread2sylpheed.pl
14607                 sync with HEAD (add script to send pdfs as
14608                 attachments from Adobe Reader 7)
14609
14610 2005-03-21 [paul]       1.9.6cvs9
14611
14612         * configure.ac
14613         * po/POTFILES.in
14614         * src/Makefile.am
14615         * src/crash.c
14616         * src/image_viewer.c ** ADDED **
14617         * src/image_viewer.h ** ADDED **
14618         * src/main.c
14619         * src/prefs_common.c
14620         * src/prefs_common.h
14621         * src/prefs_image_viewer.c ** ADDED **
14622         * src/prefs_image_viewer.h ** ADDED **
14623         * src/textview.c
14624         * src/gtk/about.c
14625         * src/pixmaps/sylpheed_logo.xpm
14626         * src/plugins/Makefile.am
14627         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14628         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14629         * src/plugins/image_viewer/plugin.c ** REMOVED **
14630         * src/plugins/image_viewer/viewer.c ** REMOVED **
14631         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14632         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14633         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14634         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14635         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14636                 as gdk-pixbuf is now built-in
14637                 remove image_viewer plugin and put code back into
14638                 main codebase
14639                 implement inline image display (sync with main)
14640
14641                 replace logo with newer, nicer, larger version  
14642
14643 2005-03-21 [paul]       1.9.6cvs8
14644
14645         * src/gtk/about.c
14646                 cosmetic improvement
14647
14648 2005-03-21 [holger]     1.9.6cvs7
14649
14650         * src/plugins/spamassassin/spamassassin.c
14651                 Sync with HEAD
14652                 (unregister hook on failed plugin init)
14653
14654 2005-03-20 [colin]      1.9.6cvs6
14655
14656         * src/common/plugin.c
14657                 Check that plugin isn't already loaded
14658                 Patch by Alfons
14659
14660 2005-03-20 [thorsten]   1.9.6cvs5
14661
14662         * src/compose.c
14663                 use a more compatible syntax
14664
14665 2005-03-20 [thorsten]   1.9.6cvs4
14666
14667         * src/prefs_toolbar.c
14668                 fix crash when selecting toolbar item (uninitialized pointer)
14669
14670 2005-03-20 [thorsten]   1.9.6cvs3
14671
14672         * src/procmime.c
14673                 fix mimetype detection (referenced free()d string)
14674
14675 2005-03-20 [paul]       1.9.6cvs2
14676
14677         * src/compose.c
14678                 sync with HEAD (1.0.3cvs5)
14679                 neglect Reply-To header if empty
14680                 Patch by Alfons 
14681
14682 2005-03-19 [holger]     1.9.6cvs1
14683
14684         * src/summaryview.c
14685         * src/summaryview.h
14686                 Sync with HEAD
14687
14688 2005-03-18 [paul]       1.9.6
14689
14690         initial GTK2 release
14691
14692 2005-03-18 [paul]       1.0.3cvs3.1
14693
14694         * AUTHORS
14695         * ChangeLog.claws
14696         * configure.ac
14697         * src/gtk/about.c
14698         * src/pixmaps/sylpheed_logo.xpm
14699                 sync with HEAD
14700
14701 2005-03-18 [colin]      1.0.3cvs2.6
14702
14703         * src/summaryview.c
14704                 Remove call to summary_step in summary_copy_selected_to
14705                 Can't see its purpose, and this causes bug when copying
14706                 a message if the next one is unread: it reads it.
14707
14708 2005-03-18 [paul]       1.0.3cvs2.5
14709
14710         * src/foldersel.c
14711                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14712
14713 2005-03-18 [paul]       1.0.3cvs2.4
14714
14715         * src/addrharvest.c
14716         * src/codeconv.c
14717         * src/codeconv.h
14718         * src/compose.c
14719         * src/news.c
14720         * src/procheader.c
14721         * src/procmime.c
14722         * src/unmime.c
14723         * src/unmime.h
14724                 fix buffer overflow, CAN-2005-0667, see
14725                 http://secunia.com/advisories/14491/
14726                 Patch by Alfons
14727
14728 2005-03-17 [colin]      1.0.3cvs2.3
14729
14730         * src/prefs_fonts.c
14731         * src/summaryview.c
14732                 Fix font bugs (both lists now officialy share 
14733                 the same font)
14734                 
14735
14736 2005-03-17 [paul]       1.0.3cvs2.2
14737
14738         * src/gtk/pluginwindow.c
14739                 make plugin descriptions uneditable
14740
14741 2005-03-11 [paul]       1.0.3cvs2.1
14742
14743         * ChangeLog.claws
14744         * configure.ac
14745         * po/POTFILES.in
14746         * src/plugins/trayicon/trayicon.c
14747                 sync with HEAD
14748                 add src/wizard.c to POTFILES.in
14749
14750 2005-03-11 [paul]       1.0.3cvs1.1
14751
14752         * ChangeLog
14753         * ChangeLog.claws
14754         * configure.ac
14755         * po/de.po
14756         * po/es.po
14757         * po/fr.po
14758         * po/it.po
14759         * po/pt_BR.po
14760         * po/ru.po
14761         * po/sk.po
14762         * po/sr.po
14763         * po/zh_CN.po
14764                 sync with HEAD
14765
14766 2005-03-04 [colin]      1.0.1cvs22.2
14767
14768         * src/compose.c
14769                 Fix signatures with accentued chars in it
14770
14771 2005-03-04 [colin]      1.0.1cvs22.1
14772
14773         * src/common/smtp.c
14774         * src/common/smtp.h
14775                 Don't use SIZE param in MAIL FROM: if server 
14776                 doesn't support it. Patch by Eugen Freiter
14777                 <eugen_f@users.sf.net>
14778
14779 2005-02-27 [paul]       1.0.1cvs20.1
14780
14781         * ChangeLog.claws
14782         * configure.ac
14783         * src/messageview.c
14784                 sync with HEAD
14785
14786 2005-02-27 [colin]      1.0.1cvs19.4
14787
14788         * src/procheader.c
14789         * src/procheader.h
14790                 Fix prototypes. Patch by Alfons
14791
14792 2005-02-27 [colin]      1.0.1cvs19.3
14793
14794         * src/compose.c
14795                 Don't auto-join the signature separator.
14796
14797 2005-02-26 [colin]      1.0.1cvs19.2
14798
14799         * src/summaryview.c
14800                 Fix 'mark all read' with collapsed threads.
14801                 Patch by Alfons.
14802
14803 2005-02-25 [paul]       1.0.1cvs19.1
14804
14805         * ChangeLog.claws
14806         * configure.ac
14807         * src/prefs_account.c
14808         * src/prefs_folder_item.c
14809         * src/gtk/prefswindow.c
14810         * src/gtk/prefswindow.h
14811                 sync with HEAD
14812
14813 2005-02-25 [paul]       1.0.1cvs15.12
14814
14815         * src/alertpanel.c
14816         * src/codeconv.c
14817         * src/compose.c
14818         * src/textview.c
14819         * src/gtk/gtkutils.c
14820         * src/gtk/gtkutils.h
14821         * src/gtk/logwindow.c
14822         * src/gtk/progressdialog.c
14823                 sync with main (revision 127)
14824                 and fix logwindow clipping
14825
14826 2005-02-24 [colin]      1.0.1cvs15.11
14827
14828         * src/plugins/pgpmime/passphrase.c
14829                 Disable input grabbing; it doesn't work yet.
14830
14831 2005-02-24 [colin]      1.0.1cvs15.10
14832
14833         * src/messageview.c
14834                 Don't send out receipts if offline. Ask.
14835
14836 2005-02-23 [colin]      1.0.1cvs15.9
14837
14838         * src/summaryview.c     
14839                 Fix expanding
14840
14841 2005-02-23 [colin]      1.0.1cvs15.8
14842
14843         * src/summaryview.c
14844                 Really fix Bug 568 by removing useless
14845                 calls. summary_thread_init() now called
14846                 in summary_sort(). This should please
14847                 Alfons as it should be faster than 
14848                 previously.
14849
14850 2005-02-23 [colin]      1.0.1cvs15.7
14851
14852         * src/compose.c
14853                 Encode parts as QP or B64 if signing
14854
14855 2005-02-23 [colin]      1.0.1cvs15.6
14856
14857         * src/compose.c
14858                 Fix Mimeinfo leakage (including tmp files)
14859         * src/procmsg.c
14860                 Fix tmp file leakage (spotted by Ivan Rayner)
14861
14862 2005-02-22 [colin]      1.0.1cvs15.5
14863
14864         * src/expldifdlg.c
14865                 Fix keyboard input. Patch by Alfons.
14866
14867 2005-02-21 [colin]      1.0.1cvs15.4
14868
14869         * src/compose.c
14870                 Fix Sign/Encrypt when unselecting privacy
14871                 system
14872         * src/prefs_common.c
14873                 Change default message font to Monospace
14874         * src/summaryview.c
14875                 More freezing during potentially large operations
14876
14877 2005-02-21 [paul]       1.0.1cvs15.3
14878
14879         * src/main.c
14880                 fix --help output
14881
14882 2005-02-21 [paul]       1.0.1cvs15.2
14883
14884         * po/Makefile.in.in
14885         * src/compose.c
14886         * src/summaryview.c
14887         * src/textview.c
14888         * src/common/utils.c
14889         * src/common/utils.h
14890                 sync with main (revision 117)
14891
14892 2005-02-20 [colin]      1.0.1cvs15.1
14893
14894         * src/common/defs.h
14895                 Change cache file to .sylpheed_claws_cache, as
14896                 suggested by Alfons. Allows people to switch
14897                 between Sylpheed and Sylpheed-Claws. it is
14898                 a good idea to "Check for new messages" at next
14899                 startup.
14900
14901
14902 2005-02-18 [colin]      1.0.1cvs14.1
14903
14904         * src/quote_fmt_lex.l
14905         * src/quote_fmt_parse.y
14906                 Fix parser initialisation. Patch by Ivan.
14907
14908 2005-02-18 [colin]      1.0.1cvs11.6
14909
14910         * src/folderview.c
14911                 Fix scrolldown (bug 662)
14912
14913 2005-02-17 [colin]      1.0.1cvs11.5
14914
14915         * src/codeconv.c
14916                 conv_filename_to_utf8: return clean 7bit instead
14917                 of broken utf8 if needed
14918         * src/mimeview.c
14919                 Fix display of parts with unclean 8bit names
14920
14921 2005-02-17 [paul]       1.0.1cvs11.4
14922
14923         * src/compose.c
14924         * src/exportldif.c
14925         * src/matcher_parser_parse.y
14926         * src/procmime.c
14927         * src/sourcewindow.c
14928         * src/common/Makefile.am
14929         * src/common/intl.h             ** REMOVED **
14930         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14931                 sync with main (revision 109)
14932                 and clean up
14933
14934 2005-02-16 [colin]      1.0.1cvs11.3
14935
14936         * src/summaryview.c
14937                 Fix collapsed thread not highlighting when new
14938                 messages in it (Bug 568) Patch by Stephan Sachse.
14939                 Fix messed up selection when reaching bounds (Bug 632)
14940         * src/prefs_themes.c
14941                 Fix theme installing (Bug 684)
14942
14943 2005-02-16 [colin]      1.0.1cvs11.2
14944
14945         * src/messageview.c
14946                 Fix messageview_select_all
14947
14948 2005-02-16 [colin]      1.0.1cvs11.1
14949
14950         * src/mh.c
14951                 Sync with HEAD (MH scan required function)
14952
14953 2005-02-15 [colin]      1.0.1cvs8.1
14954
14955         * src/mimeview.c
14956         * src/common/utils.c
14957                 Sync with HEAD (filename chars substitution)
14958
14959 2005-02-15 [colin]      1.0.1cvs7.3
14960
14961         * src/gtk/pluginwindow.c
14962                 Fix button spacing
14963
14964 2005-02-15 [colin]      1.0.1cvs7.2
14965
14966         * src/mimeview.c
14967                 Fix mime icons not reset across message when
14968                 scrolled down
14969
14970 2005-02-15 [colin]      1.0.1cvs7.1
14971
14972         * src/compose.c
14973         * src/procmime.c
14974                 Sync with HEAD (optimisation of cvs6)
14975
14976 2005-02-14 [colin]      1.0.1cvs6.1
14977
14978         * src/compose.c
14979         * src/procmime.c
14980                 Sync with HEAD (encode "From " at line beginning)
14981
14982 2005-02-14 [colin]      1.0.1cvs5.3
14983
14984         * src/compose.c
14985                 Fix wrapping with accentued chars.
14986
14987 2005-02-13 [colin]      1.0.1cvs5.2
14988
14989         * src/textview.c
14990                 Fix email informative part parsing with
14991                 accentued chars in it. ispunct() returns
14992                 true for them in utf8...
14993
14994 2005-02-12 [colin]      1.0.1cvs5.1
14995
14996         * src/filtering.c
14997                 Sync with HEAD (remove wrong use of compose after send)
14998
14999 2005-02-12 [paul]       1.0.1cvs4.5
15000
15001         * src/textview.c
15002                 remove unnecessary code (thanks to Alfons)
15003
15004 2005-02-12 [paul]       1.0.1cvs4.4
15005
15006         * src/textview.c
15007                 add 'Copy' to contextual menu on emails
15008
15009 2005-02-11 [colin]      1.0.1cvs4.3
15010
15011         * src/compose.c
15012                 revert 1.0.0cvs28.2, it doesn't work that well.
15013
15014 2005-02-11 [paul]       1.0.1cvs4.2
15015
15016         * po/Makefile.in.in
15017                 fix 'make release'
15018
15019 2005-02-10 [paul]       1.0.1cvs4.1
15020
15021         * ChangeLog
15022         * ChangeLog.claws
15023         * ChangeLog.jp
15024         * configure.ac
15025         * src/compose.c
15026                 sync with HEAD (sync with main)
15027
15028 2005-02-10 [paul]       1.0.1cvs3.2
15029
15030         * AUTHORS
15031         * Makefile.am
15032         * autogen.sh
15033         * configure.ac
15034         * config/mkinstalldirs
15035         * intl/.cvsignore
15036         * intl/ChangeLog
15037         * intl/VERSION
15038         * intl/bindtextdom.c
15039         * intl/config.charset
15040         * intl/dcgettext.c
15041         * intl/dcigettext.c
15042         * intl/dcngettext.c
15043         * intl/dgettext.c
15044         * intl/dngettext.c
15045         * intl/eval-plural.h
15046         * intl/explodename.c
15047         * intl/finddomain.c
15048         * intl/gettext.c
15049         * intl/gettextP.h
15050         * intl/gmo.h
15051         * intl/hash-string.h
15052         * intl/intl-compat.c
15053         * intl/l10nflist.c
15054         * intl/libgnuintl.h.in
15055         * intl/loadinfo.h
15056         * intl/loadmsgcat.c
15057         * intl/localcharset.c
15058         * intl/localcharset.h
15059         * intl/locale.alias
15060         * intl/localealias.c
15061         * intl/localename.c
15062         * intl/log.c
15063         * intl/ngettext.c
15064         * intl/os2compat.c
15065         * intl/os2compat.h
15066         * intl/osdep.c
15067         * intl/plural-exp.c
15068         * intl/plural-exp.h
15069         * intl/plural.c
15070         * intl/plural.y
15071         * intl/ref-add.sin
15072         * intl/ref-del.sin
15073         * intl/relocatable.c
15074         * intl/relocatable.h
15075         * intl/textdomain.c
15076         * m4/Makefile.am
15077         * po/Makefile.in.in
15078         * src/Makefile.am
15079         * src/account.c
15080         * src/action.c
15081         * src/addr_compl.c
15082         * src/addressadd.c
15083         * src/addressbook.c
15084         * src/addrgather.c
15085         * src/addrindex.c
15086         * src/alertpanel.c
15087         * src/browseldap.c
15088         * src/codeconv.c
15089         * src/codeconv.h
15090         * src/compose.c
15091         * src/compose.h
15092         * src/crash.c
15093         * src/editaddress.c
15094         * src/editbook.c
15095         * src/editgroup.c
15096         * src/editjpilot.c
15097         * src/editldap.c
15098         * src/editldap_basedn.c
15099         * src/editvcard.c
15100         * src/exphtmldlg.c
15101         * src/expldifdlg.c
15102         * src/export.c
15103         * src/exporthtml.c
15104         * src/filtering.c
15105         * src/folder.c
15106         * src/folder_item_prefs.c
15107         * src/foldersel.c
15108         * src/folderview.c
15109         * src/grouplistdialog.c
15110         * src/headerview.c
15111         * src/imap.c
15112         * src/imap_gtk.c
15113         * src/import.c
15114         * src/importldif.c
15115         * src/importmutt.c
15116         * src/importpine.c
15117         * src/inc.c
15118         * src/ldif.c
15119         * src/main.c
15120         * src/mainwindow.c
15121         * src/matcher.c
15122         * src/mbox.c
15123         * src/message_search.c
15124         * src/messageview.c
15125         * src/mh.c
15126         * src/mh_gtk.c
15127         * src/mimeview.c
15128         * src/msgcache.c
15129         * src/news.c
15130         * src/news_gtk.c
15131         * src/noticeview.c
15132         * src/partial_download.c
15133         * src/pop.c
15134         * src/prefs_account.c
15135         * src/prefs_actions.c
15136         * src/prefs_common.c
15137         * src/prefs_customheader.c
15138         * src/prefs_display_header.c
15139         * src/prefs_ext_prog.c
15140         * src/prefs_filtering.c
15141         * src/prefs_filtering_action.c
15142         * src/prefs_folder_item.c
15143         * src/prefs_fonts.c
15144         * src/prefs_gtk.c
15145         * src/prefs_matcher.c
15146         * src/prefs_msg_colors.c
15147         * src/prefs_spelling.c
15148         * src/prefs_summary_column.c
15149         * src/prefs_template.c
15150         * src/prefs_themes.c
15151         * src/prefs_toolbar.c
15152         * src/prefs_wrapping.c
15153         * src/privacy.c
15154         * src/procheader.c
15155         * src/procmime.c
15156         * src/procmsg.c
15157         * src/quote_fmt.c
15158         * src/recv.c
15159         * src/send_message.c
15160         * src/setup.c
15161         * src/sourcewindow.c
15162         * src/ssl_manager.c
15163         * src/statusbar.c
15164         * src/summary_search.c
15165         * src/summaryview.c
15166         * src/textview.c
15167         * src/toolbar.c
15168         * src/wizard.c
15169         * src/common/nntp.c
15170         * src/common/plugin.c
15171         * src/common/smtp.c
15172         * src/common/ssl.c
15173         * src/common/ssl_certificate.c
15174         * src/common/string_match.c
15175         * src/common/sylpheed.c
15176         * src/common/template.c
15177         * src/common/utils.c
15178         * src/gtk/about.c
15179         * src/gtk/colorlabel.c
15180         * src/gtk/description_window.c
15181         * src/gtk/filesel.c
15182         * src/gtk/foldersort.c
15183         * src/gtk/gtkaspell.c
15184         * src/gtk/gtkutils.c
15185         * src/gtk/inputdialog.c
15186         * src/gtk/logwindow.c
15187         * src/gtk/menu.c
15188         * src/gtk/pluginwindow.c
15189         * src/gtk/prefswindow.c
15190         * src/gtk/progressdialog.c
15191         * src/gtk/quicksearch.c
15192         * src/gtk/sslcertwindow.c
15193         * src/plugins/clamav/clamav_plugin.c
15194         * src/plugins/clamav/clamav_plugin_gtk.c
15195         * src/plugins/demo/demo.c
15196         * src/plugins/dillo_viewer/dillo_prefs.c
15197         * src/plugins/dillo_viewer/dillo_viewer.c
15198         * src/plugins/image_viewer/plugin.c
15199         * src/plugins/image_viewer/viewer.c
15200         * src/plugins/image_viewer/viewerprefs.c
15201         * src/plugins/mathml_viewer/mathml_viewer.c
15202         * src/plugins/pgpmime/passphrase.c
15203         * src/plugins/pgpmime/plugin.c
15204         * src/plugins/pgpmime/prefs_gpg.c
15205         * src/plugins/pgpmime/select-keys.c
15206         * src/plugins/pgpmime/sgpgme.c
15207         * src/plugins/spamassassin/spamassassin.c
15208         * src/plugins/spamassassin/spamassassin_gtk.c
15209         * src/plugins/trayicon/trayicon.c
15210                 sync with main (revision 104)
15211
15212 2005-02-10 [colin]      1.0.1cvs3.1
15213
15214         * src/mainwindow.c
15215                 Sync with HEAD (fix occasional crasher)
15216
15217 2005-02-10 [colin]      1.0.1cvs2.1
15218
15219         * src/messageview.c
15220                 Synw with HEAD (don't automatically display html)
15221
15222 2005-02-09 [colin]      1.0.1cvs1.3
15223
15224         * src/textview.c
15225         * src/textview.h
15226                 Add contextual menu on emails
15227
15228 2005-02-09 [colin]      1.0.1cvs1.2
15229
15230         * src/codeconv.c
15231                 Fix converting from broken headers and 
15232                 put back the _ in missing places
15233                 (feature broke with cvs24.2 sync, main 
15234                  possibly affected?)
15235
15236 2005-02-09 [colin]      1.0.1cvs1.1
15237
15238         * src/messageview.c
15239         * src/mimeview.c
15240         * src/mimeview.h
15241                 Sync with HEAD (display non text/plain mails with plugin)
15242
15243 2005-02-08 [colin]      1.0.1.1
15244
15245         * ChangeLog.claws
15246         * po/pt_BR.po
15247                 Sync with HEAD
15248         * configure.ac
15249                 Make default configuration directory 
15250                 be .sylpheed-gtk2
15251
15252 2005-02-08 [colin]      1.0.0cvs29.1
15253
15254         * po/de.po
15255         * po/es.po
15256         * po/fr.po
15257         * po/it.po
15258         * po/sk.po
15259         * po/sr.po
15260                 Sync translations with HEAD
15261
15262 2005-02-06 [colin]      1.0.0cvs28.3
15263
15264         * src/compose.c
15265                 Make compose a bit faster - patch by Alfons.
15266
15267 2005-02-06 [colin]      1.0.0cvs28.2
15268
15269         * src/compose.c
15270                 Make pasting via middle-click more reliable
15271
15272 2005-02-05 [paul]       1.0.0cvs28.1
15273
15274         * ChangeLog
15275         * ChangeLog.claws
15276         * ChangeLog.jp
15277         * configure.ac
15278         * src/compose.c
15279                 sync with HEAD
15280                 (fix bug 682 'redirect is broken'
15281
15282 2005-02-05 [torte]      1.0.0cvs27.1
15283
15284         * ChangeLog.claws
15285         * configure.ac
15286         * src/partial_download.c
15287                 Sync with HEAD (fix buf overflow)
15288
15289 2005-02-03 [colin]      1.0.0cvs26.1
15290
15291         * src/common/plugin.c
15292                 Sync with HEAD (avoid plugin mismatches)
15293
15294 2005-02-03 [paul]       1.0.0cvs25.3
15295
15296         * src/folderview.c
15297         * src/headerview.c
15298         * src/summaryview.c
15299         * src/textview.c
15300         * src/gtk/colorlabel.c
15301                 third and final part of initial sync with main-gtk2
15302
15303 2005-02-03 [paul]       1.0.0cvs25.2
15304
15305         * src/jpilot.c
15306                 fix building with jpilot support
15307
15308 2005-02-02 [colin]      1.0.0cvs25.1
15309
15310         * src/messageview.c
15311                 Sync with HEAD (fix dangerous typo)
15312
15313 2005-02-01 [colin]      1.0.0cvs24.3
15314
15315         * src/common/xml.c
15316                 Write file as advertised (UTF-8)
15317
15318 2005-02-01 [paul]       1.0.0cvs24.2
15319
15320         * src/addrbook.c
15321         * src/addrindex.c
15322         * src/alertpanel.h
15323         * src/codeconv.c
15324         * src/codeconv.h
15325         * src/compose.c
15326         * src/export.c
15327         * src/folder_item_prefs.c
15328         * src/html.c
15329         * src/imap.c
15330         * src/import.c
15331         * src/jpilot.c
15332         * src/mainwindow.c
15333         * src/matcher_parser_lex.l
15334         * src/messageview.c
15335         * src/mh.c
15336         * src/prefs_account.c
15337         * src/prefs_actions.c
15338         * src/prefs_common.c
15339         * src/prefs_gtk.c
15340         * src/prefs_gtk.h
15341         * src/prefs_themes.c
15342         * src/procheader.c
15343         * src/procmime.c
15344         * src/sourcewindow.c
15345         * src/statusbar.c
15346         * src/summaryview.c
15347         * src/textview.c
15348         * src/toolbar.c
15349         * src/unmime.c
15350         * src/common/template.c
15351         * src/common/utils.c
15352         * src/common/xml.c
15353         * src/common/xml.h
15354         * src/gtk/gtkaspell.c
15355         * src/plugins/clamav/clamav_plugin.c
15356         * src/plugins/dillo_viewer/dillo_prefs.c
15357         * src/plugins/image_viewer/viewerprefs.c
15358         * src/plugins/pgpmime/passphrase.c
15359         * src/plugins/pgpmime/prefs_gpg.c
15360         * src/plugins/pgpmime/select-keys.c
15361         * src/plugins/spamassassin/spamassassin.c
15362                 second part of initial sync with main-gtk2
15363                 (more to follow)
15364
15365 2005-01-31 [colin]      1.0.0cvs24.1
15366
15367         * src/compose.c
15368                 Sync with HEAD
15369
15370 2005-01-29 [paul]       1.0.0cvs23.2
15371
15372         * src/account.c
15373         * src/action.c
15374         * src/addressadd.c
15375         * src/addressbook.c
15376         * src/alertpanel.c
15377         * src/compose.c
15378         * src/editaddress.c
15379         * src/editbook.c
15380         * src/editgroup.c
15381         * src/editjpilot.c
15382         * src/editldap.c
15383         * src/editldap_basedn.c
15384         * src/editvcard.c
15385         * src/export.c
15386         * src/foldersel.c
15387         * src/grouplistdialog.c
15388         * src/import.c
15389         * src/importldif.c
15390         * src/inc.c
15391         * src/main.c
15392         * src/mainwindow.c
15393         * src/message_search.c
15394         * src/messageview.c
15395         * src/mimeview.c
15396         * src/prefs_actions.c
15397         * src/prefs_common.c
15398         * src/prefs_common.h
15399         * src/prefs_customheader.c
15400         * src/prefs_display_header.c
15401         * src/prefs_filtering.c
15402         * src/prefs_filtering_action.c
15403         * src/prefs_gtk.c
15404         * src/prefs_matcher.c
15405         * src/prefs_summary_column.c
15406         * src/prefs_template.c
15407         * src/sourcewindow.c
15408         * src/summary_search.c
15409         * src/summaryview.c
15410         * src/textview.c
15411         * src/gtk/about.c
15412         * src/gtk/description_window.c
15413         * src/gtk/gtkshruler.c
15414         * src/gtk/gtkutils.c
15415         * src/gtk/gtkutils.h
15416         * src/gtk/inputdialog.c
15417         * src/gtk/logwindow.c
15418         * src/gtk/prefswindow.c
15419         * src/gtk/progressdialog.c
15420         * src/gtk/progressdialog.h
15421                 first part of initial sync with main-gtk2
15422                 (more to follow)
15423
15424 2005-01-28 [colin]      1.0.0cvs23.1
15425
15426         * src/folderview.c
15427                 Sync with HEAD
15428
15429 2005-01-27 [colin]      1.0.0cvs21.1
15430
15431         * src/folder.c
15432         * src/folderview.c
15433                 Sync with HEAD
15434
15435 2005-01-27 [colin]      1.0.0cvs19.1
15436
15437         * src/procmime.c
15438                 Sync with HEAD
15439
15440 2005-01-27 [colin]      1.0.0cvs18.1
15441
15442         * src/messageview.c
15443         * src/summaryview.c
15444         * src/mainwindow.c
15445         * src/compose.c
15446         * src/compose.h
15447         * src/procmsg.c
15448         * src/procmsg.h
15449         * src/toolbar.c
15450                 Sync with HEAD
15451
15452 2005-01-26 [paul]       1.0.0cvs15.2
15453
15454         * src/compose.c
15455                 compose_entries_set(): convert subject and body to
15456                 utf8 if necessary. patch by Felix Eckhofer
15457
15458 2005-01-26 [paul]       1.0.0cvs15.1
15459
15460         * configure.ac
15461         * src/common/template.c
15462                 sync with HEAD (fix memory leak)
15463
15464 2005-01-25 [paul]       1.0.0cvs14.1
15465
15466         * configure.ac
15467         * src/compose.c
15468                 sync with HEAD
15469
15470 2005-01-24 [colin]      1.0.0cvs13.1
15471
15472         * src/summaryview.c
15473                 Sync with HEAD
15474
15475 2005-01-24 [paul]       1.0.0cvs12.1
15476
15477         * configure.ac
15478         * src/messageview.c
15479         * src/mh.c
15480         * src/common/utils.c
15481                 sync with HEAD
15482
15483 2005-01-24 [colin]      1.0.0cvs11.1
15484
15485         * src/procheader.c
15486                 Sync with HEAD
15487
15488 2005-01-24 [colin]      1.0.0cvs10.1
15489
15490         * src/folderview.c
15491                 Sync with HEAD
15492
15493 2005-01-23 [colin]      1.0.0cvs9.1
15494
15495         * src/crash.c
15496                 Sync with HEAD
15497
15498 2005-01-22 [colin]      1.0.0cvs8.1
15499
15500         * src/summaryview.c
15501         * src/gtk/quicksearch.c
15502                 Sync with HEAD
15503
15504 2005-01-21 [colin]      1.0.0cvs7.1
15505
15506         * src/summaryview.c
15507                 Sync with HEAD
15508
15509 2005-01-21 [colin]      1.0.0cvs6.1
15510
15511         * src/summaryview.c
15512                 Sync with HEAD
15513
15514 2005-01-21 [colin]      1.0.0cvs5.1
15515
15516         * src/gtk/quicksearch.c
15517         * src/prefs_common.c
15518         * src/prefs_common.h
15519                 Sync with HEAD (recurse option)
15520
15521 2005-01-21 [colin]      1.0.0cvs4.1
15522
15523         * src/folder.h
15524         * src/folderview.c
15525         * src/folderview.h
15526         * src/summaryview.c
15527         * src/gtk/quicksearch.c
15528         * src/gtk/quicksearch.h
15529                 Sync with HEAD (recursive quicksearch)
15530
15531 2005-01-20 [colin]      1.0.0cvs3.4
15532
15533         * src/ssl_manager.c
15534                 Remove useless code
15535
15536 2005-01-20 [colin]      1.0.0cvs3.3
15537
15538         * src/ssl_manager.c
15539                 Fix leak, thanks to Alfons.
15540
15541 2005-01-20 [colin]      1.0.0cvs3.2
15542
15543         * src/ssl_manager.c
15544                 Port SSL certificate window to GTK2.
15545
15546 2005-01-20 [paul]       1.0.0cvs3.1
15547
15548         * ChangeLog.claws
15549         * configure.ac
15550         * src/addrindex.c
15551         * src/addrindex.h
15552                 sync with HEAD
15553
15554 2005-01-19 [colin]      1.0.0cvs2.2
15555
15556         * src/plugins/trayicon/trayicon.c
15557                 Fix freeze with gtk-2.6, the easy way
15558                 (signal blocking helpless there...)
15559                 Closes bug #668.
15560
15561 2005-01-19 [colin]      1.0.0cvs2.1
15562
15563         * src/mbox.c
15564         * src/mbox.h
15565         * src/mainwindow.c
15566         * src/summaryview.c
15567         * src/summaryview.h
15568                 Sync with HEAD
15569
15570 2005-01-19 [paul]       1.0.0cvs1.1
15571
15572         * configure.ac
15573         * po/de.po
15574         * po/es.po
15575         * po/fr.po
15576         * po/hr.po
15577         * po/it.po
15578         * po/ja.po
15579         * po/ko.po
15580         * po/pt_BR.po
15581         * po/ru.po
15582         * po/sk.po
15583         * po/sr.po
15584                 sync with HEAD (update translations)
15585
15586 2005-01-18 [colin]      1.0.0cvs0.1
15587
15588         * src/foldersel.c
15589                 Specify search column - patch by Alfons
15590
15591 2005-01-18 [colin]      0.9.13cvs36.3
15592
15593         * src/prefs_toolbar.c
15594                 Change Delete to Remove
15595         * src/prefs_fonts.c
15596                 GTK2 version and leak fixes
15597         * src/prefs_actions.c
15598                 Add stock buttons.
15599                 All patches by Alfons
15600
15601 2005-01-17 [colin]      0.9.13cvs36.2
15602
15603         * src/compose.c
15604                 Fix DnD inserting twice. While at it,
15605                 add DnD support for text/plain in the
15606                 body, and add support in the headers.
15607
15608 2005-01-16 [colin]      0.9.13cvs36.1
15609
15610         * ChangeLog
15611         * ChangeLog.jp
15612         * ChangeLog.claws
15613                 Sync with HEAD (nothing applicable)
15614
15615 2005-01-16 [colin]      0.9.13cvs33.2
15616
15617         * src/prefs_toolbar.c
15618                 GTK2ize prefs_toolbar, by Alfons.
15619
15620 2005-01-14 [colin]      0.9.13cvs33.1
15621
15622         * src/html.c
15623         * src/msgcache.c
15624                 Sync with HEAD
15625
15626 2005-01-14 [colin]      0.9.13cvs32.1
15627
15628         * src/html.c
15629         * src/html.h
15630         * src/msgcache.c
15631         * AUTHORS
15632         * tools/calypso_convert.pl
15633                 Sync with HEAD
15634
15635 2005-01-08 [colin]      0.9.13cvs29.2
15636
15637         * src/prefs_filtering_action.c
15638         * src/prefs_filtering.c
15639                 2 more gtk2 patches by Alfons
15640
15641 2005-01-07 [paul]       0.9.13cvs29.1
15642
15643         * ChangeLog
15644         * ChangeLog.claws
15645         * ChangeLog.jp
15646         * configure.ac
15647         * src/pop.c
15648         * src/pop.h
15649                 sync with HEAD
15650
15651 2005-01-07 [colin]      0.9.13cvs28.3
15652
15653         * src/gtk/progressdialog.c
15654         * src/gtk/progressdialog.h
15655         * src/inc.c
15656         * src/send_message.c
15657                 GTK2 for the incorporation dialog. The CList isn't dead
15658                 yet, for a more smooth migration. Patch by Alfons.
15659
15660 2005-01-06 [colin]      0.9.13cvs28.2
15661
15662         * src/prefs_display_header.c
15663                 GTK2 conversion by Alfons
15664         * src/prefs_actions.c
15665         * src/prefs_matcher.c
15666                 Fix 2 leaks - patch by Alfons
15667
15668 2005-01-06 [colin]      0.9.13cvs28.1
15669
15670         * src/prefs_matcher.c
15671                 Sync with HEAD
15672
15673 2005-01-06 [colin]      0.9.13cvs27.4
15674
15675         * src/prefs_matcher.c
15676                 Fix double-free. Patch by Alfons
15677
15678 2005-01-06 [colin]      0.9.13cvs27.3
15679
15680         * src/prefs_matcher.c
15681                 GTK2 widgets + memleak
15682                 Patch by Alfons
15683
15684 2005-01-05 [colin]      0.9.13cvs27.2
15685
15686         * src/account.c
15687         * src/addr_compl.c
15688         * src/foldersel.c
15689         * src/stock_pixmap.c
15690         * src/stock_pixmap.h
15691                 3 more GTK2 patches by Alfons.
15692
15693 2005-01-04 [colin]      0.9.13cvs27.1
15694
15695         * src/folderview.c
15696         * src/imap_gtk.c
15697         * src/news_gtk.c
15698                 Sync with HEAD
15699
15700 2005-01-04 [colin]      0.9.13cvs25.9
15701
15702         * src/compose.c
15703                 Fix Show Ruler menuitem
15704         * src/prefs_template.c
15705                 Convert to GTK2
15706         * src/common/utils.c
15707                 Make auto pointer stuff handles NULLs
15708                 Patches by Alfons.
15709
15710 2005-01-04 [colin]      0.9.13cvs25.8
15711
15712         * src/compose.c
15713                 Move the attachment list to gtk2
15714                 Patch by Alfons.
15715
15716 2005-01-04 [colin]      0.9.13cvs25.7
15717
15718         * src/textview.c
15719                 Make some keys work again
15720                 Patch by SungHyun Nam <namsh@kldp.org>
15721
15722 2005-01-04 [colin]      0.9.13cvs25.6
15723
15724         * src/gtk/gtkshruler.c
15725                 Move the ruler to GTK2
15726                 Patch by Alfons
15727
15728 2005-01-03 [colin]      0.9.13cvs25.5
15729
15730         * src/compose.c
15731                 Fix my broken patch apply 
15732
15733 2005-01-03 [colin]      0.9.13cvs25.4
15734
15735         * src/common/utils.c
15736         * src/common/utils.h
15737         * src/gtk/prefswindow.c
15738                 Move auto pointer stuff to utils.c
15739                 Patch by Alfons again :)
15740
15741 2005-01-03 [colin]      0.9.13cvs25.3
15742
15743         * src/compose.c
15744         * src/prefs_gtk.c
15745         * src/prefs_template.c
15746         * src/textview.c
15747                 Empty text widgets with empty strings, not NULL char
15748                 Patch by SungHyun Nam <namsh@kldp_org>
15749
15750 2005-01-03 [colin]      0.9.13cvs25.2
15751
15752         * src/main.c
15753         * AUTHORS
15754                 Sync with HEAD
15755
15756 2005-01-03 [colin]      0.9.13cvs25.1
15757
15758         * src/pop.c
15759         * src/pop.h
15760                 Sync with HEAD
15761
15762 2005-01-03 [colin]      0.9.13cvs24.3
15763
15764         * src/account.c
15765                 Two patches from Alfons and Alex S Moore:
15766                 fix images, fix return value.
15767
15768 2005-01-01 [colin]      0.9.13cvs24.2
15769
15770         * src/prefs_actions.c
15771                 Fix over-zealous assertion. Patch by Alfons
15772
15773 2005-01-01 [colin]      0.9.13cvs24.1
15774
15775         * src/procmime.c
15776                 Sync with HEAD (leak fix)
15777
15778 2004-12-31 [colin]      0.9.13cvs23.2
15779
15780         * src/prefs_common.c
15781                 GTK2 widgets + stock buttons - patch by Alfons
15782
15783 2004-12-31 [paul]       0.9.13cvs23.1
15784
15785         * configure.ac
15786                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15787         * src/gtk/pluginwindow.c
15788                 use GTK2 widgets and plug memory leaks,
15789                 patches by Alfons
15790
15791 2004-12-30 [colin]      0.9.13cvs22.4
15792
15793         * src/account.c
15794         * src/action.c
15795         * src/export.c
15796         * src/foldersel.c
15797         * src/import.c
15798         * src/message_search.c
15799         * src/prefs_actions.c
15800         * src/prefs_common.c
15801         * src/prefs_customheader.c
15802         * src/prefs_filtering.c
15803         * src/prefs_summary_column.c
15804         * src/summary_search.c
15805         * src/gtk/about.c
15806         * src/gtk/description_window.c
15807         * src/gtk/gtkutils.c
15808         * src/gtk/gtkutils.h
15809         * src/gtk/inputdialog.c
15810         * src/gtk/prefswindow.c
15811                 Use GTK2 stock buttons. Patches by Alfons.
15812
15813 2004-12-30 [colin]      0.9.13cvs22.3
15814
15815         * src/account.c
15816                 Sync with HEAD
15817         * src/prefs_actions.c
15818         * src/prefs_customheader.c
15819         * src/prefs_filtering.c
15820         * src/prefs_msg_colors.c
15821         * src/prefs_summary_column.c
15822         * src/gtk/prefswindow.c
15823                 Use GtkTreeView instead of deprecated 
15824                 widgets. Patches by Alfons.
15825
15826 2004-12-30 [paul]       0.9.13cvs22.2
15827
15828         * src/foldersel.c
15829                 use GTK 2 Tree View
15830                 patch by Alfons, with root folder sorting fix
15831                 by Stephan Sachse
15832
15833 2004-12-30 [paul]       0.9.13cvs22.1
15834
15835         * ChangeLog
15836         * ChangeLog.claws
15837         * ChangeLog.jp
15838         * NEWS
15839         * configure.ac
15840         * src/account.c
15841                 sync with HEAD
15842
15843 2004-12-22 [martin]     0.9.13cvs21.2
15844
15845         * src/action.c
15846                 free the command line after its use
15847
15848 2004-12-18 [paul]       0.9.13cvs21.1
15849
15850         * AUTHORS
15851         * ChangeLog
15852         * ChangeLog.claws
15853         * ChangeLog.jp
15854         * NEWS
15855         * configure.ac
15856         * src/action.c
15857         * src/compose.c
15858         * src/syldap.c
15859                 sync with HEAD
15860
15861 2004-12-17 [martin]     0.9.13cvs17.2
15862
15863         * src/action.c
15864                 convert actions input to locale
15865         * src/inc.c
15866                 convert notification command to locale
15867         * src/plugins/pgpmime/select-keys.c
15868                 convert attributes to utf8
15869
15870 2004-12-14 [colin]      0.9.13cvs17.1
15871
15872         * ChangeLog
15873         * ChangeLog.jp
15874         * ChangeLog.claws
15875         * src/action.c
15876         * src/common/utils.c
15877         * src/gtk/prefswindow.c
15878         * src/gtk/gtkutils.c
15879         * src/gtk/gtkutils.h
15880         * src/plugins/spamassassin/libspamc.c
15881                 Sync with HEAD
15882
15883 2004-12-13 [colin]      0.9.13cvs14.1
15884
15885         * src/quote_fmt_parse.y
15886                 Sync with HEAD
15887
15888 2004-12-10 [colin]      0.9.13cvs12.1
15889
15890         * src/prefs_themes.c
15891         * src/mainwindow.c
15892         * src/messageview.c
15893                 Sync with HEAD
15894
15895 2004-12-09 [colin]      0.9.13cvs10.1
15896
15897         * src/procmime.c
15898                 Sync with HEAD (fix B64 encoding from memory)
15899
15900 2004-12-08 [colin]      0.9.13cvs9.1
15901
15902         * src/gtk/colorlabel.c
15903                 Sync with HEAD
15904
15905 2004-12-08 [paul]       0.9.13cvs8.2
15906
15907         * src/gtk/pluginwindow.c
15908                 fix window resizing oddities
15909
15910 2004-12-08 [colin]      0.9.13cvs8.1
15911
15912         * src/quote_fmt_parse.y
15913                 Sync with HEAD
15914
15915 2004-12-08 [colin]      0.9.13cvs7.1
15916
15917         * src/matcher_parser_parse.y
15918         * src/msgcache.c
15919         * src/prefs_matcher.c
15920         * src/procheader.c
15921         * src/matcher.c
15922         * src/common/defs.h
15923         * po/sr.po
15924                 Sync with HEAD
15925
15926 2004-12-08 [colin]      0.9.13cvs6.1
15927
15928         * src/quote_fmt_parse.y
15929         * src/textview.c
15930                 Sync with HEAD
15931         * src/gtk/prefswindow.c
15932         * src/gtk/pluginwindow.c
15933                 Fix G_CALLBACKS protos (thanks to Alfons)
15934
15935 2004-12-07 [torte]      0.9.13cvs2.2
15936
15937         * src/procmime.c
15938                 [Bug 650] reply button causes crash
15939                 Thanks to David Relson and Christoph
15940
15941 2004-12-07 [colin]      0.9.13cvs2.1
15942
15943         * ChangeLog.claws
15944         * AUTHORS
15945         * po/sk.po
15946         * src/procmime.c
15947         * src/prefs_account.c
15948         * src/common/smtp.c
15949         * src/common/smtp.h
15950                 Sync with HEAD
15951
15952 2004-12-06 [colin]      0.9.12cvs187.1
15953
15954         * ChangeLog.claws
15955         * INSTALL
15956         * Makefile.am
15957         * README.claws
15958         * TODO.claws
15959         * configure.ac
15960         * po/bg.po
15961         * po/cs.po
15962         * po/el.po
15963         * po/en_GB.po
15964         * po/es.po
15965         * po/fr.po
15966         * po/hr.po
15967         * po/hu.po
15968         * po/it.po
15969         * po/ja.po
15970         * po/ko.po
15971         * po/nl.po
15972         * po/pl.po
15973         * po/pt_BR.po
15974         * po/ru.po
15975         * po/sk.po
15976         * po/sr.po
15977         * po/sv.po
15978         * po/zh_CN.po
15979         * po/zh_TW.Big5.po
15980         * src/compose.c
15981         * tools/Makefile.am
15982         * tools/README
15983         * tools/filter_conv.pl
15984         * tools/kdeservicemenu/README
15985         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15986         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15987                 Sync with HEAD
15988
15989 2004-12-04 [colin]      0.9.12cvs183.1
15990
15991         * src/compose.c
15992                 Sync with HEAD (compose window position saving)
15993
15994 2004-12-04 [paul]       0.9.12cvs182.3
15995
15996         * src/messageview.c
15997         * src/mimeview.c
15998         * src/prefs_customheader.c
15999         * src/gtk/quicksearch.c
16000                 replace some forgotten GTK_SIGNAL_FUNCs
16001
16002 2004-12-04 [paul]       0.9.12cvs182.2
16003
16004         * src/Makefile.am
16005                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16006                 committed in error      
16007
16008 2004-12-04 [paul]       0.9.12cvs182.1
16009
16010         * ChangeLog
16011         * ChangeLog.claws
16012         * ChangeLog.jp
16013         * INSTALL
16014         * NEWS
16015         * README
16016         * README.jp
16017         * configure.ac
16018         * doc/manual/ja/Makefile.am
16019         * doc/manual/ja/sylpheed-1.html
16020         * doc/manual/ja/sylpheed-10.html
16021         * doc/manual/ja/sylpheed-11.html
16022         * doc/manual/ja/sylpheed-12.html
16023         * doc/manual/ja/sylpheed-13.html
16024         * doc/manual/ja/sylpheed-14.html
16025         * doc/manual/ja/sylpheed-15.html
16026         * doc/manual/ja/sylpheed-16.html
16027         * doc/manual/ja/sylpheed-17.html
16028         * doc/manual/ja/sylpheed-18.html
16029         * doc/manual/ja/sylpheed-19.html
16030         * doc/manual/ja/sylpheed-2.html
16031         * doc/manual/ja/sylpheed-20.html
16032         * doc/manual/ja/sylpheed-3.html
16033         * doc/manual/ja/sylpheed-4.html
16034         * doc/manual/ja/sylpheed-5.html
16035         * doc/manual/ja/sylpheed-6.html
16036         * doc/manual/ja/sylpheed-7.html
16037         * doc/manual/ja/sylpheed-8.html
16038         * doc/manual/ja/sylpheed-9.html
16039         * doc/manual/ja/sylpheed.html
16040         * doc/manual/ja/sylpheed.sgml
16041         * po/de.po
16042         * src/Makefile.am
16043         * src/compose.c
16044         * src/procmime.c
16045         * src/pixmaps/regular.xpm **REMOVED**
16046         * src/plugins/pgpmime/pgpmime.c
16047         * src/plugins/pgpmime/plugin.c
16048         * src/plugins/pgpmime/prefs_gpg.c
16049                 sync with HEAD
16050
16051 2004-12-03 [paul]       0.9.12cvs180.1
16052
16053         * ChangeLog
16054         * ChangeLog.claws
16055         * ChangeLog.jp
16056         * configure.ac
16057         * src/Makefile.am
16058         * src/pop.c
16059         * src/common/utils.c
16060         * src/common/utils.h
16061         * src/pixmaps/continue.xpm
16062         * src/pixmaps/dir_close.xpm
16063         * src/pixmaps/dir_open.xpm
16064         * src/pixmaps/drafts_close.xpm
16065         * src/pixmaps/drafts_open.xpm
16066         * src/pixmaps/folder.xpm **REMOVED**
16067         * src/pixmaps/group.xpm
16068         * src/pixmaps/unread.xpm
16069                 sync with HEAD
16070
16071 2004-12-02 [colin]      0.9.12cvs179.1
16072
16073         * src/compose.c
16074                 Sync with HEAD (non-duplicated reedition)
16075
16076 2004-12-02 [colin]      0.9.12cvs178.1
16077
16078         * src/compose.c
16079                 Sync with HEAD (linewrap_quote fix)
16080
16081 2004-12-01 [colin]      0.9.12cvs177.3
16082
16083         * src/addrharvest.c
16084                 Replace sizeof with strlen
16085
16086 2004-12-01 [paul]       0.9.12cvs177.2
16087
16088         * src/addrharvest.c
16089                 fix 'harvest addresses'
16090
16091 2004-11-30 [colin]      0.9.12cvs177.1
16092
16093         * src/gtk/prefswindow.c
16094         * src/gtk/pluginwindow.c
16095                 Sync with HEAD
16096
16097 2004-11-29 [colin]      0.9.12cvs176.1
16098
16099         * src/folderview.c
16100                 sync with HEAD (Fix disappearing separators in folderview's popup)
16101
16102 2004-11-29 [colin]      0.9.12cvs175.1
16103
16104         * src/procmime.c
16105                 Sync with head (another format fix)
16106
16107 2004-11-29 [colin]      0.9.12cvs174.1
16108
16109         * src/pop.c
16110                 Sync with HEAD (format string fix)
16111
16112 2004-11-26 [colin]      0.9.12cvs173.1
16113
16114         * src/common/smtp.c
16115         * src/common/smtp.h
16116                 Sync with HEAD
16117
16118 2004-11-24 [colin]      0.9.12cvs172.1
16119
16120         * src/plugins/pgpmime/pgpmime.c
16121                 Sync with HEAD
16122
16123 2004-11-24 [colin]      0.9.12cvs171.1
16124
16125         * src/plugins/pgpmime/pgpmime.c
16126                 Sync with head (gpgmectx leaks)
16127
16128 2004-11-24 [colin]      0.9.12cvs169.1
16129
16130         * src/plugins/pgpmime/plugin.c
16131         * src/plugins/trayicon/Makefile.am
16132         * src/plugins/trayicon/newmarkedmail.xpm
16133         * src/plugins/trayicon/trayicon.c
16134         * src/plugins/trayicon/unreadmarkedmail.xpm
16135                 Sync with HEAD
16136
16137 2004-11-23 [colin]      0.9.12cvs168.1
16138
16139         * src/partial_download.c
16140         * src/partial_download.h
16141         * src/plugins/pgpmime/plugin.c
16142                 Sync with HEAD
16143
16144 2004-11-23 [colin]      0.9.12cvs166.1
16145
16146         * src/Makefile.am
16147         * src/codeconv.c
16148         * src/compose.c
16149         * src/folderview.c
16150         * src/main.c
16151         * src/partial_download.c
16152         * src/partial_download.h
16153         * src/prefs_account.c
16154         * src/prefs_account.h
16155         * src/privacy.c
16156         * src/privacy.h
16157         * src/procmime.c
16158         * src/common/Makefile.am
16159         * src/common/base64.h
16160         * src/common/partial_download.c
16161         * src/common/partial_download.h
16162         * src/gtk/prefswindow.c
16163         * src/gtk/prefswindow.h
16164         * src/plugins/pgpmime/pgpmime.c
16165         * src/plugins/pgpmime/prefs_gpg.c
16166         * src/plugins/pgpmime/prefs_gpg.h
16167         * src/plugins/pgpmime/sgpgme.c
16168         * src/plugins/pgpmime/sgpgme.h
16169                 Sync with HEAD
16170
16171 2004-11-23 [colin]      0.9.12cvs163.1
16172
16173         * src/main.c
16174                 Sync with HEAD (cursor optimization)
16175
16176 2004-11-23 [colin]      0.9.12cvs162.1
16177
16178         * src/prefs_common.c
16179         * src/prefs_themes.c
16180         * src/procmsg.c
16181                 Sync with HEAD
16182
16183 2004-11-23 [colin]      0.9.12cvs158.9
16184
16185         * src/compose.c
16186                 Fix double-free when forwarding
16187         * src/msgcache.c
16188                 Fix leak on error path
16189                 
16190
16191 2004-11-23 [colin]      0.9.12cvs158.8
16192
16193         * src/compose.c
16194                 Fix possible double-free
16195                 Spotted by Alfons
16196
16197 2004-11-23 [colin]      0.9.12cvs158.7
16198
16199         * src/compose.c
16200                 Fix some signal handlers' prototypes
16201                 Spotted by Alfons
16202
16203 2004-11-22 [colin]      0.9.12cvs158.6
16204
16205         * src/compose.c
16206                 Remove unneeded code and duplicated
16207                 wrapping - patch by Alfons
16208
16209 2004-11-22 [colin]      0.9.12cvs158.5
16210
16211         * src/prefs_themes.c
16212                 Fix oversized selector
16213
16214 2004-11-22 [colin]      0.9.12cvs158.4
16215
16216         * src/compose.c
16217                 fix dump_text()
16218                 patch by Alfons
16219
16220 2004-11-19 [colin]      0.9.12cvs158.3
16221
16222         * src/textview.c
16223                 Add a context menu on links (open, copy)
16224
16225 2004-11-18 [paul]       0.9.12cvs158.2
16226
16227         * src/addrgather.c
16228         * src/exphtmldlg.c
16229         * src/expldifdlg.c
16230         * src/mimeview.c
16231         * src/prefs_common.c
16232         * src/plugins/image_viewer/viewer.c
16233         * src/plugins/spamassassin/spamassassin_gtk.c
16234                 replace deprecated gtk_notebook_set_page
16235                 and gtk_notebook_current_page
16236
16237 2004-11-18 [paul]       0.9.12cvs158.1
16238
16239         * configure.ac
16240         * src/compose.c
16241         * src/mainwindow.c
16242         * src/messageview.c
16243         * src/prefs_common.c
16244         * src/common/utils.c
16245         * src/common/utils.h
16246                 sync with HEAD
16247
16248 2004-11-17 [colin]      0.9.12cvs156.1
16249
16250         * src/prefs_account.c
16251         * src/prefs_account.h
16252         * src/procmsg.c
16253                 Sync with HEAD (add pref to store encrypted mails encrypted)
16254
16255 2004-11-17 [paul]       0.9.12cvs155.1
16256
16257         * ChangeLog
16258         * ChangeLog.claws
16259         * ChangeLog.jp
16260         * NEWS
16261         * configure.ac
16262         * src/compose.c
16263         * src/jpilot.c
16264         * src/privacy.c
16265         * src/procmime.c
16266         * src/procmime.h
16267         * src/procmsg.c
16268         * src/toolbar.c
16269         * src/pixmaps/error.xpm
16270                 sync with HEAD
16271
16272 2004-11-17 [colin]      0.9.12cvs151.1
16273
16274         * src/plugins/pgpmime/pgpmime.c
16275                 Sync with HEAD (remove debug printf)
16276
16277 2004-11-17 [colin]      0.9.12cvs150.1
16278
16279         * src/plugins/pgpmime/pgpmime.c
16280                 Sync with HEAD (off-by-one fix)
16281
16282 2004-11-17 [colin]      0.9.12cvs149.1
16283
16284         * src/procmsg.c
16285                 Sync with HEAD (coding style fixes)
16286
16287 2004-11-16 [colin]      0.9.12cvs148.1
16288
16289         * src/procmsg.c
16290                 Sync with head (Fix the fix)
16291
16292 2004-11-16 [colin]      0.9.12cvs147.1
16293
16294         * src/procmsg.c
16295                 Sync with Main (leak fix)
16296
16297 2004-11-16 [colin]      0.9.12cvs146.14
16298
16299         * src/compose.c
16300                 Remove useless chunk of code
16301                 Patch by Alfons
16302
16303 2004-11-15 [colin]      0.9.12cvs146.13
16304
16305         * src/compose.c
16306                 Fix drafting after insertion
16307                 Patch by Alfons
16308
16309 2004-11-15 [colin]      0.9.12cvs146.12
16310
16311         * src/compose.c
16312         * src/prefs_filtering.c
16313         * src/prefs_filtering_action.c
16314         * src/prefs_toolbar.c
16315                 Fix some const-correctness
16316
16317 2004-11-15 [colin]      0.9.12cvs146.11
16318
16319         * src/summaryview.c
16320         * src/prefs_themes.c
16321         * src/messageview.c
16322                 Fix some leaks
16323
16324 2004-11-15 [colin]      0.9.12cvs146.10
16325
16326         * src/codeconv.c
16327                 More unreadable locale fixes
16328
16329 2004-11-14 [colin]      0.9.12cvs146.9
16330
16331         * src/textview.c
16332                 Fix uri_security_check
16333                 Patch by Alfons
16334
16335 2004-11-13 [paul]       0.9.12cvs146.8
16336
16337         * src/folder.c
16338         * src/procmime.c
16339                 fix 2 bugs introduced in last commit
16340
16341 2004-11-13 [paul]       0.9.12cvs146.7
16342
16343         * src/compose.c
16344         * src/exporthtml.c
16345         * src/exportldif.c
16346         * src/folder.c
16347         * src/imap.c
16348         * src/imap_gtk.c
16349         * src/main.c
16350         * src/mainwindow.c
16351         * src/messageview.c
16352         * src/mh_gtk.c
16353         * src/prefs_themes.c
16354         * src/procmime.c
16355         * src/setup.c
16356         * src/summaryview.c
16357                 replace deprecated g_basename
16358
16359 2004-11-13 [paul]       0.9.12cvs146.6
16360
16361         * src/compose.c
16362         * src/imap.c
16363         * src/matcher_parser.h
16364         * src/matcher_parser_parse.y
16365         * src/prefs_filtering.c
16366         * src/prefs_filtering_action.c
16367         * src/prefs_themes.c
16368         * src/prefs_toolbar.c
16369         * src/common/utils.c
16370                 various small fixes/cleanups
16371
16372 2004-11-12 [colin]      0.9.12cvs146.5
16373
16374         * src/textview.c
16375                 Validate event's origin on visibility notify
16376                 Patch by Alfons.
16377
16378 2004-11-12 [paul]       0.9.12cvs146.4
16379
16380         * src/exporthtml.c
16381         * src/exportldif.c
16382         * src/imap.c
16383         * src/mh.c
16384         * src/mimeview.c
16385         * src/prefs_spelling.c
16386         * src/prefs_themes.c
16387                 replace deprecated g_dirname    
16388
16389 2004-11-12 [colin]      0.9.12cvs146.3
16390
16391         * src/textview.c
16392                 Some coding style fixes
16393
16394 2004-11-12 [colin]      0.9.12cvs146.2
16395
16396         * src/codeconv.c
16397                 We want to replace _all_ extended chars in
16398                 conv_unreadable_*, because any string containing
16399                 extended chars not parsing as UTF8 is 
16400                 undisplayed on gtk2.
16401
16402 2004-11-12 [paul]       0.9.12cvs146.1
16403
16404         * ChangeLog
16405         * ChangeLog.claws
16406         * ChangeLog.jp
16407         * NEWS
16408         * configure.ac
16409         * src/account.c
16410         * src/folderview.c
16411         * src/folderview.h
16412         * src/imap.c
16413         * src/imap_gtk.c
16414         * src/inc.c
16415         * src/mainwindow.c
16416         * src/mh_gtk.c
16417         * src/news_gtk.c
16418         * src/pop.c
16419         * src/prefs_account.c
16420         * src/prefs_account.h
16421         * src/prefs_ext_prog.c
16422         * src/procmime.c
16423         * src/procmime.h
16424         * src/procmsg.c
16425         * src/procmsg.h
16426         * src/summary_search.c
16427         * src/summaryview.c
16428         * src/textview.c
16429         * src/common/defs.h
16430         * src/common/utils.c
16431         * src/common/utils.h
16432         * src/gtk/menu.c
16433         * src/gtk/menu.h
16434                 sync with HEAD
16435
16436 2004-11-11 [colin]      0.9.12cvs144.2
16437
16438         * src/textview.c
16439                 Fix URI range selection (patch by Alfons)
16440
16441 2004-11-09 [colin]      0.9.12cvs144.1
16442
16443         * ChangeLog.claws
16444         * src/compose.c
16445         * src/folder.c
16446         * src/folder_item_prefs.c
16447         * src/prefs_account.c
16448         * src/prefs_account.h
16449         * src/plugins/pgpmime/pgpmime.c
16450                 Sync with HEAD
16451
16452 2004-11-08 [colin]      0.9.12cvs143.1
16453
16454         * src/summaryview.c
16455                 Sync with HEAD (optimize quicksearch)
16456
16457 2004-11-08 [colin]      0.9.12cvs142.2
16458
16459         * src/compose.c
16460                 Don't wrap when Edit/Auto wrapping is disabled
16461
16462 2004-11-08 [colin]      0.9.12cvs142.1
16463
16464         * src/textview.c
16465                 Sync with HEAD
16466
16467 2004-11-08 [colin]      0.9.12cvs141.1
16468
16469         * src/textview.c
16470                 Sync with HEAD (fix some mail URIs)
16471
16472 2004-11-08 [colin]      0.9.12cvs140.3
16473
16474         * src/textview.c
16475                 o Use text cursor instead of arrow when
16476                   not on a link
16477                 o Fix handling of contiguous links (as in
16478                   "colin@colino.net" <colin@colino.net>)
16479                   This one unveils a bug in get_email_part()
16480
16481 2004-11-07 [colin]      0.9.12cvs140.2
16482
16483         * src/textview.c
16484                 Fix memleak. Patch by Alfons.
16485
16486 2004-11-06 [colin]      0.9.12cvs140.1
16487
16488         * src/compose.c
16489                 Sync with HEAD (don't ask passphrase
16490                 when drafting)
16491
16492 2004-11-06 [paul]       0.9.12cvs139.2
16493
16494         * AUTHORS
16495         * src/textview.c
16496         * src/textview.h
16497                 textview URI handling. hovering over a 
16498                 link displays it in the status bar,
16499                 and changes the mouse pointer to a hand 
16500                 cursor. a link is activated with a single 
16501                 click. (Modified from the) patch by Jean-Yves 
16502                 Lefort <jylefort@users.sourceforge.net>
16503                 
16504
16505 2004-11-05 [colin]      0.9.12cvs139.1
16506
16507         * src/compose.c
16508         * src/procmime.c
16509                 Sync with HEAD again ^^
16510
16511 2004-11-05 [colin]      0.9.12cvs139.1
16512
16513         * src/compose.c
16514         * src/procmime.c
16515                 Sync with HEAD
16516
16517 2004-11-03 [paul]       0.9.12cvs138.1
16518
16519         * ChangeLog.claws
16520         * configure.ac
16521         * po/POTFILES.in
16522         * src/prefs_ext_prog.c
16523         * src/procmime.c
16524         * tools/kdeservicemenu/README
16525         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16526         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16527                 sync with HEAD
16528
16529 2004-11-01 [christoph]  0.9.12cvs136.2
16530
16531         * src/procmime.c
16532                 convert MIME parameters to UTF-8
16533
16534 2004-10-29 [colin]      0.9.12cvs136.1
16535
16536         * src/common/utils.c
16537                 Sync with HEAD (don't use '=' in mime boundary)
16538
16539 2004-10-29 [paul]       0.9.12cvs135.1
16540
16541         * configure.ac
16542         * doc/src/rfc2231.txt
16543         * src/procmime.c
16544         * src/common/quoted-printable.c
16545         * src/common/utils.c
16546         * src/common/utils.h
16547                 sync with HEAD
16548
16549 2004-10-27 [paul]       0.9.12cvs134.1
16550
16551         * configure.ac
16552         * src/main.c
16553         * src/procmime.c
16554         * src/plugins/pgpmime/pgpmime.c
16555                 sync with HEAD
16556
16557 2004-10-26 [paul]       0.9.12cvs132.3
16558
16559         * src/account.c
16560         * src/addressbook.c
16561         * src/addrgather.c
16562         * src/addrharvest.c
16563         * src/codeconv.c
16564         * src/compose.c
16565         * src/customheader.c
16566         * src/editaddress.c
16567         * src/editgroup.c
16568         * src/enriched.c
16569         * src/expldifdlg.c
16570         * src/exporthtml.c
16571         * src/exportldif.c
16572         * src/folder.c
16573         * src/foldersel.c
16574         * src/folderview.c
16575         * src/grouplistdialog.c
16576         * src/html.c
16577         * src/imap.c
16578         * src/jpilot.c
16579         * src/ldapserver.c
16580         * src/ldif.c
16581         * src/mimeview.c
16582         * src/news.c
16583         * src/news_gtk.c
16584         * src/pop.c
16585         * src/prefs_display_header.c
16586         * src/prefs_gtk.c
16587         * src/prefs_msg_colors.c
16588         * src/prefs_toolbar.c
16589         * src/procheader.c
16590         * src/procmime.c
16591         * src/summaryview.c
16592         * src/textview.c
16593         * src/toolbar.c
16594         * src/vcard.c
16595         * src/common/mgutils.c
16596         * src/common/nntp.c
16597         * src/common/smtp.c
16598         * src/common/template.c
16599         * src/common/utils.c
16600         * src/common/xmlprops.c
16601         * src/plugins/pgpmime/pgpmime.c
16602         * src/plugins/pgpmime/select-keys.c
16603         * src/plugins/pgpmime/sgpgme.c
16604                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16605                 g_string_sprintfa(), gtk_notebook_current_page()
16606
16607 2004-10-26 [colin]      0.9.12cvs132.2
16608
16609         * src/prefs_folder_item.c
16610                 Fix default-account selection
16611
16612 2004-10-21 [colin]      0.9.12cvs133
16613
16614         * src/compose.c
16615                 Sync with HEAD (Remove extra separator in compose's Options)
16616         * src/textview.c
16617                 Set wrapping to char
16618
16619 2004-10-21 [paul]       0.9.12cvs131.2
16620
16621         * src/compose.c
16622         * src/sourcewindow.c
16623                 fix wrapping
16624                 fix window shrinking 
16625
16626 2004-10-21 [colin]      0.9.12cvs131.1
16627
16628         * ChangeLog.claws
16629         * src/compose.c
16630                 Sync with HEAD
16631
16632 2004-10-21 [paul]       0.9.12cvs130.2
16633
16634         * src/prefs_folder_item.c
16635                 sync with HEAD (Apply to subfolders)
16636
16637 2004-10-19 [colin]      0.9.12cvs130.1
16638
16639         * ChangeLog.claws
16640         * src/compose.c
16641         * src/common/utils.c
16642         * src/gtk/menu.c
16643                 Sync with HEAD
16644
16645 2004-10-19 [colin]      0.9.12cvs128.1
16646
16647         * src/addrbook.c
16648         * src/addrcache.c
16649         * src/addressbook.c
16650         * src/codeconv.c
16651         * src/compose.c
16652         * src/customheader.c
16653         * src/editaddress.c
16654         * src/editgroup.c
16655         * src/exporthtml.c
16656         * src/folder.c
16657         * src/folderview.c
16658         * src/imap.c
16659         * src/jpilot.c
16660         * src/main.c
16661         * src/matcher_parser_parse.y
16662         * src/mbox.c
16663         * src/pop.c
16664         * src/prefs_account.c
16665         * src/prefs_gtk.c
16666         * src/prefs_msg_colors.c
16667         * src/procheader.c
16668         * src/procmime.c
16669         * src/procmime.h
16670         * src/procmsg.c
16671         * src/summaryview.c
16672         * src/textview.c
16673         * src/common/base64.c
16674         * src/common/partial_download.c
16675         * src/common/socket.c
16676         * src/common/sylpheed.c
16677         * src/common/utils.c
16678         * src/common/utils.h
16679         * src/gtk/pluginwindow.c
16680         * src/gtk/quicksearch.c
16681         * src/plugins/clamav/clamav_plugin.c
16682         * src/plugins/clamav/clamav_plugin.h
16683         * src/plugins/clamav/clamav_plugin_gtk.c
16684         * src/plugins/pgpmime/passphrase.c
16685         * src/plugins/pgpmime/pgpmime.c
16686         * src/plugins/pgpmime/plugin.c
16687         * src/plugins/pgpmime/prefs_gpg.c
16688         * src/plugins/pgpmime/prefs_gpg.h
16689         * src/plugins/pgpmime/select-keys.c
16690         * src/plugins/pgpmime/sgpgme.c
16691         * src/plugins/spamassassin/libspamc.c
16692         * src/plugins/spamassassin/spamassassin.c
16693         * src/plugins/spamassassin/spamassassin.h
16694         * src/plugins/spamassassin/spamassassin_gtk.c
16695         * src/plugins/trayicon/trayicon.c
16696         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16697                 Sync with HEAD
16698
16699 2004-10-14 [colin]      0.9.12cvs126.2
16700
16701         * src/codeconv.c
16702         * src/textview.c
16703                 Fix conv_unreadable_locale
16704
16705 2004-10-13 [colin]      0.9.12cvs126.1
16706
16707         * src/compose.c
16708                 Sync with HEAD (don't convert charset for 
16709                 drafted messages, minor cleanup)
16710
16711 2004-10-13 [colin]      0.9.12cvs125.1
16712
16713         * po/POTFILES.in
16714                 Sync with HEAD (POTFILES fix)
16715
16716 2004-10-12 [colin]      0.9.12cvs124.3
16717
16718         * src/compose.c
16719                 Fix encoding bug from latest sync
16720
16721 2004-10-12 [paul]       0.9.12cvs124.2
16722
16723         * src/plugins/pgpmime/prefs_gpg.c
16724         * src/plugins/pgpmime/prefs_gpg.h
16725                 forgotten in last commit        
16726
16727 2004-10-12 [paul]       0.9.12cvs124.1
16728
16729         * ChangeLog.claws
16730         * configure.ac
16731         * m4/spamassassin.m4
16732         * src/Makefile.am
16733         * src/account.c
16734         * src/compose.c
16735         * src/compose.h
16736         * src/crash.c
16737         * src/main.c
16738         * src/mimeview.c
16739         * src/passphrase.c
16740         * src/passphrase.h
16741         * src/prefs_account.c
16742         * src/prefs_account.h
16743         * src/prefs_common.c
16744         * src/privacy.c
16745         * src/privacy.h
16746         * src/procmime.c
16747         * src/procmime.h
16748         * src/procmsg.c
16749         * src/rfc2015.c
16750         * src/rfc2015.h
16751         * src/select-keys.c
16752         * src/select-keys.h
16753         * src/textview.c
16754         * src/common/utils.c
16755         * src/common/utils.h
16756         * src/gtk/about.c
16757         * src/plugins/pgpmime/Makefile.am
16758         * src/plugins/pgpmime/passphrase.c
16759         * src/plugins/pgpmime/passphrase.h
16760         * src/plugins/pgpmime/pgpmime.c
16761         * src/plugins/pgpmime/plugin.c
16762         * src/plugins/pgpmime/select-keys.c
16763         * src/plugins/pgpmime/select-keys.h
16764         * src/plugins/pgpmime/sgpgme.c
16765         * src/plugins/pgpmime/sgpgme.h
16766                 sync with HEAD
16767
16768 2004-10-04 [colin]      0.9.12cvs122.1
16769
16770         * src/mainwindow.c
16771         * src/messageview.c
16772         * src/messageview.h
16773         * src/textview.c
16774                 Sync with HEAD
16775
16776 2004-10-04 [colin]      0.9.12cvs121.1
16777
16778         * src/summaryview.c
16779                 Sync with HEAD
16780
16781 2004-10-04 [paul]       0.9.12cvs120.1
16782
16783         * configure.ac
16784                 sync with HEAD [don't try to build 
16785                 pgpmime plugin when gpgme is disabled]
16786
16787 2004-10-03 [colin]      0.9.12cvs119.3
16788
16789         * src/gtk/gtksctree.c
16790                 Lots of side effects. Put back as before 117.2.
16791         * src/summaryview.c
16792                 Fix bug #602
16793
16794 2004-10-03 [colin]      0.9.12cvs119.2
16795
16796         * src/gtk/gtksctree.c
16797                 Revert 608 fix that doesn't work that good
16798
16799 2004-10-02 [colin]      0.9.12cvs119.1
16800
16801         * src/mainwindow.c
16802         * src/messageview.c
16803         * src/prefs_common.h
16804         * src/procmime.c
16805         * src/procmime.h
16806         * src/textview.c
16807                 Sync with HEAD
16808         * src/gtk/gtksctree.c
16809                 Close bug #608
16810
16811 2004-10-01 [colin]      0.9.12cvs118.1
16812
16813         * src/mimeview.c
16814                 Sync with HEAD (better Save All fix)
16815
16816 2004-10-01 [colin]      0.9.12cvs117.2
16817
16818         * src/gtk/gtksctree.c
16819                 Faster on selection
16820
16821 2004-10-01 [colin]      0.9.12cvs117.1
16822
16823         * src/mimeview.c
16824                 Sync with HEAD (Save All: only attachments)
16825
16826 2004-10-01 [paul]       0.9.12cvs116.1
16827
16828         * ChangeLog.claws
16829         * configure.ac
16830         * src/account.c
16831         * src/prefs_common.c
16832         * src/gtk/colorlabel.c
16833                 sync with HEAD
16834
16835 2004-09-30 [colin]      0.9.12cvs115.1
16836
16837         * src/stock_pixmap.c
16838         * src/stock_pixmap.h
16839         * src/folderview.c
16840         * src/Makefile.am
16841         * src/pixmaps/read.xpm
16842                 Sync with HEAD (new pixmap)
16843
16844 2004-09-29 [colin]      0.9.12cvs114.1
16845
16846         * src/compose.c
16847                 Sync with HEAD
16848                 Fix focus handling in headers
16849
16850 2004-09-29 [paul]       0.9.12cvs113.1
16851
16852         * src/quote_fmt_parse.y
16853                 sync with HEAD
16854  
16855
16856 2004-09-28 [colin]      0.9.12cvs112.1
16857
16858         * src/folderview.c
16859         * src/mainwindow.c
16860                 Sync with HEAD
16861
16862 2004-09-28 [colin]      0.9.12cvs110.1
16863
16864         * src/folderview.c
16865                 Sync with HEAD (Contextual Empty trash menu)
16866
16867 2004-09-28 [colin]      0.9.12cvs108.1
16868
16869         * src/addressbook.c
16870                 Sync with HEAD (addressbook edit on double-click)
16871
16872 2004-09-28 [colin]      0.9.12cvs106.1
16873
16874         * src/inc.c
16875                 Sync with HEAD (folder_item freeze on inc)
16876
16877 2004-09-27 [colin]      0.9.12cvs105.1
16878
16879         * src/folderview.c
16880                 Sync with HEAD (right-align new and unread column)
16881
16882 2004-09-27 [colin]      0.9.12cvs104.1
16883
16884         * src/main.c
16885                 Sync with HEAD (revert 0.9.12cvs101)
16886
16887 2004-09-24 [colin]      0.9.12cvs103.2
16888
16889         * src/wizard.c
16890                 Fix gtk warnings and use domain part of the email address 
16891                 when domain detection fails (no dot in domain name)
16892
16893 2004-09-23 [colin]      0.9.12cvs103.1
16894
16895         * src/plugins/spamassassin/libspamc.c
16896         * src/plugins/spamassassin/libspamc.h
16897         * src/plugins/spamassassin/utils.c
16898         * src/plugins/spamassassin/utils.h
16899                 Sync with HEAD (Update spamassassin to 3.0)
16900
16901 2004-09-21 [colin]      0.9.12cvs102.3
16902
16903         * src/action.c
16904                 Add horizontal scrollbar in action io dialog as needed
16905                 Patch by Alfons.
16906
16907 2004-09-20 [colin]      0.9.12cvs102.2
16908
16909         * src/plugins/image_viewer/viewer.c
16910                 Remove imlib stuff
16911                 use gtk_pixmap_set when clearing
16912                 (would be better to use gtkImages, but causes size-allocate 
16913                 signals storm)
16914
16915 2004-09-17 [paul]       0.9.12cvs102.1
16916
16917         * ChangeLog
16918         * ChangeLog.claws
16919         * ChangeLog.jp
16920         * configure.ac
16921         * src/inc.c
16922                 sync with HEAD
16923
16924
16925 2004-09-17 [colin]      0.9.12cvs101.1
16926
16927         * ChangeLog.claws
16928         * src/main.c
16929                 Sync with HEAD (fix segs at exit)
16930
16931 2004-09-14 [colin]      0.9.12cvs99.5
16932
16933         * src/common/socket.c
16934         * AUTHORS
16935                 Fix send error on 64bit platforms
16936                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16937
16938 2004-09-14 [colin]      0.9.12cvs99.4
16939
16940         * src/action.c
16941                 Fix action output with utf8 
16942                 Patch by Alfons.
16943
16944 2004-09-14 [colin]      0.9.12cvs99.3
16945
16946         * ChangeLog.claws
16947         * src/folder.c
16948                 Sync with HEAD
16949
16950 2004-09-09 [colin]      0.9.12cvs99.2
16951
16952         * src/action.c
16953                 Fix progress bar (displaying "Completed %v/%u")
16954                 Patch by Alfons.
16955
16956 2004-09-08 [colin]      0.9.12cvs99.1
16957
16958         * src/account.c
16959         * src/folder.c
16960         * src/procmsg.c
16961         * src/procmsg.h
16962         * src/plugins/pgpmime/pgpmime.c
16963                 Sync with HEAD
16964
16965 2004-09-08 [colin]      0.9.12cvs97.2
16966
16967         * src/summaryview.c
16968                 Don't select mails in collapsed threads 
16969                 when navigating with up/down
16970
16971 2004-09-07 [colin]      0.9.12cvs97.1
16972
16973         * src/inc.c
16974                 Sync with HEAD (meaningful error messages)
16975
16976 2004-09-06 [colin]      0.9.12cvs96.1
16977
16978         * src/toolbar.c
16979                 Sync with HEAD (fix Redirect graying out)
16980
16981 2004-09-06 [colin]      0.9.12cvs95.1
16982
16983         * src/summaryview.c
16984         * src/mimeview.c
16985                 Sync with HEAD (fix dropped URIs)
16986
16987 2004-09-06 [colin]      0.9.12cvs94.1
16988
16989         * src/addressbook.c
16990         * src/addressitem.h
16991         * src/addritem.c
16992         * src/addritem.h
16993                 Sync with HEAD (addressbook DnD)
16994
16995 2004-09-03 [colin]      0.9.12cvs93.1
16996
16997         * src/summaryview.c
16998                 Sync with HEAD (next/prev unread)
16999
17000 2004-09-03 [colin]      0.9.12cvs92.1
17001
17002         * src/prefs_common.c
17003         * src/prefs_common.h
17004         * src/summaryview.c
17005                 Sync with HEAD ('mark_as_read_delay' pref)
17006
17007 2004-09-02 [colin]      0.9.12cvs91.2
17008
17009         * src/common/xml.c
17010                 Fix leak
17011
17012 2004-09-02 [colin]      0.9.12cvs91.1
17013
17014         * src/gtk/menu.c
17015                 Sync with HEAD (menu accel don't work, but whatever)
17016
17017 2004-09-02 [colin]      0.9.12cvs90.1
17018
17019         * src/account.c
17020                 Sync with HEAD (fix bug 582)
17021
17022 2004-09-02 [colin]      0.9.12cvs89.1
17023
17024         * src/addrindex.c
17025                 Sync with HEAD (free deleted queries)
17026
17027 2004-09-02 [colin]      0.9.12cvs88.1
17028
17029         * src/ldapquery.c
17030                 Sync with HEAD (fix LDAP freezes)
17031
17032 2004-09-02 [colin]      0.9.12cvs87.1
17033
17034         * src/prefs_spelling.c
17035                 Sync with HEAD (add default dictionary)
17036
17037 2004-09-01 [colin]      0.9.12cvs86.1
17038
17039         * src/filtering.c
17040         * src/folderview.c
17041         * src/imap.c
17042         * src/prefs_matcher.c
17043         * src/stock_pixmap.c
17044         * src/summary_search.c
17045         * src/summaryview.c
17046         * src/wizard.c
17047         * src/wizard.h
17048                 Sync with HEAD (uninitialized vars fixes)
17049                 + gtk2 specific warning fixes
17050
17051 2004-08-31 [colin]      0.9.12cvs85.1
17052
17053         * src/folder.c
17054                 Sync with HEAD (Fix memory corruption due to 
17055                 uninitialized var)
17056
17057 2004-08-31 [colin]      0.9.12cvs84.4
17058
17059         * src/summary_search.c
17060                 Fix segfaults when searching in folders with broken headers
17061
17062 2004-08-31 [colin]      0.9.12cvs84.3
17063
17064         * src/compose.c
17065         * src/textview.c
17066                 Fix some more encoding/decoding issues
17067
17068 2004-08-30 [colin]      0.9.12cvs84.2
17069
17070         * src/mimeview.c
17071         * src/prefs_themes.c
17072         * src/gtk/filesel.c
17073         * src/gtk/filesel.h
17074                 Add a folder-mode selection (fixes mimeview's "Save all")
17075
17076 2004-08-29 [colin]      0.9.12cvs84.1
17077
17078         * src/mimeview.c
17079                 Sync with HEAD (don't escape saved filenames)
17080
17081 2004-08-27 [colin]      0.9.12cvs83.1
17082
17083         * ChangeLog
17084         * ChangeLog.claws
17085         * ChangeLog.jp
17086         * src/mh.c
17087         * src/procheader.c
17088         * src/procmsg.c
17089         * src/procmsg.h
17090         * src/common/utils.c
17091         * src/gtk/menu.h
17092         * po/
17093                 Sync with HEAD 0.9.12cvs83 (sync with main)
17094
17095 2004-08-26 [colin]      0.9.12cvs82.4
17096
17097         * src/codeconv.c
17098                 Fix strange stack corruption
17099                 Convert to utf8 after unmime, not before
17100
17101 2004-08-26 [colin]      0.9.12cvs82.3
17102
17103         * src/main.c
17104         * src/wizard.c
17105                 Fix account folders duplication
17106
17107 2004-08-25 [colin]      0.9.12cvs82.2
17108
17109         * src/wizard.c
17110                 Remove ports
17111                 Add SSL selection
17112                 Use login@server as account name
17113
17114 2004-08-25 [colin]      0.9.12cvs82.1
17115
17116         * src/plugins/pgpmime/pgpmime.c
17117                 Sync with HEAD (leak fix).
17118
17119 2004-08-25 [colin]      0.9.12cvs81.1
17120
17121         * src/plugins/pgpmime/pgpmime.c
17122         * src/plugins/pgpmime/sgpgme.c
17123         * src/plugins/pgpmime/sgpgme.h
17124                 Sync with HEAD (Handle combined messages).
17125
17126 2004-08-24 [colin]      0.9.12cvs80.3
17127
17128         * src/wizard.c
17129                 Fix full name, ports, and imap
17130
17131 2004-08-24 [colin]      0.9.12cvs80.2
17132
17133         * src/Makefile.am
17134         * src/main.c
17135         * src/setup.c
17136         * src/setup.h
17137         * src/stock_pixmap.c
17138         * src/stock_pixmap.h
17139         * src/wizard.c ** ADDED **
17140         * src/wizard.h ** ADDED ** 
17141         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17142                 Add a setup wizard 
17143
17144 2004-08-24 [colin]      0.9.12cvs80.1
17145
17146         * src/folder.c
17147                 Sync with HEAD (set mimeflags on all messages)
17148
17149 2004-08-24 [colin]      0.9.12cvs79.3
17150
17151         * src/matcher_parser_lex.l
17152                 Fix 8bits strings not in utf8
17153
17154 2004-08-24 [colin]      0.9.12cvs79.2
17155
17156         * src/compose.c
17157                 Check conversion result before replacing buffer
17158
17159 2004-08-23 [colin]      0.9.12cvs79.1
17160
17161         * src/compose.c
17162                 Sync with HEAD (create message header in memory)
17163
17164 2004-08-23 [colin]      0.9.12cvs78.1
17165
17166         * src/rfc2015.c
17167         * src/rfc2015.h
17168                 Sync with HEAD (fix bug 197 again)
17169
17170 2004-08-23 [colin]      0.9.12cvs77.3
17171
17172         * src/compose.c
17173                 Fix again inline gpg signing (which outputs utf8
17174                 in gtk2). Not syncing this fix to HEAD as this 
17175                 code is meant to die.
17176
17177 2004-08-23 [colin]      0.9.12cvs77.2
17178
17179         * src/prefs_account.h
17180                 Remove useless include
17181
17182 2004-08-23 [colin]      0.9.12cvs77.1
17183
17184         * src/imap.c
17185         * po/es.po
17186         * po/fr.po
17187         * po/it.po
17188         * po/pl.po
17189         * po/pt_BR.po
17190         * po/sk.po
17191         * po/sr.po
17192                 Sync with HEAD (fix bug 577)
17193
17194 2004-08-22 [colin]      0.9.12cvs76.1
17195
17196         * src/plugins/trayicon/trayicon.c
17197                 Sync with HEAD (fix formatting bug)
17198
17199 2004-08-21 [colin]      0.9.12cvs74.2
17200
17201         * src/gtk/colorsel.c
17202                 Fix bug 564 (Folder color selection window exits on any
17203                 keypress)
17204
17205 2004-08-21 [colin]      0.9.12cvs74.1
17206
17207         * ChangeLog.claws
17208         * src/compose.c
17209         * src/summaryview.c
17210         * src/toolbar.c
17211                 Sync with HEAD (fix bug 576)
17212
17213 2004-08-21 [colin]      0.9.12cvs70.1
17214
17215         * src/compose.c
17216         * src/mainwindow.c
17217                 Sync with HEAD
17218                 
17219
17220 2004-08-21 [paul]       0.9.12cvs66.4
17221
17222         * src/mainwindow.c
17223         * src/messageview.c
17224         * src/gtk/menu.c
17225         * src/plugins/spamassassin/spamassassin_gtk.c
17226                 remove some deprecated gtk1 functions
17227
17228
17229 2004-08-21 [colin]      0.9.12cvs66.3
17230
17231         * src/compose.c
17232         * src/codeconv.c
17233                 Fix warnings
17234                 Remove encoding hacks
17235                 Fix bug 575 (Strange character messes up message)
17236                 Don't display conversion error when drafting
17237
17238 2004-08-21 [paul]       0.9.12cvs66.2
17239
17240         * src/prefs_account.c
17241                 fix GnuPG mode bugs
17242
17243
17244 2004-08-20 [colin]      0.9.12cvs66.1
17245
17246         * src/codeconv.c
17247                 Sync with HEAD 0.9.12cvs66
17248
17249 2004-08-20 [paul]
17250
17251         * src/plugins/pgpmime/plugin.c
17252                 modify PGP/MIME plugin's description
17253
17254 2004-08-17 [colin]      0.9.12cvs65.1
17255
17256         * src/common/ssl.c
17257         * src/plugins/pgpmime/plugin.c
17258                 Sync with HEAD
17259
17260 2004-08-14 [colin]      0.9.12cvs60.3
17261
17262         * src/plugins/trayicon/trayicon.c
17263                 Put back resize callback, on size-request signal
17264                 rather than size-allocate to avoid infinite 
17265                 callback loop
17266
17267 2004-08-13 [colin]      0.9.12cvs60.2
17268
17269         * src/common/defs.h
17270                 Cache versions have been fixed
17271
17272 2004-08-13 [colin]      0.9.12cvs60.1
17273
17274         * src/folderutils.c
17275                 Sync with HEAD
17276
17277 2004-08-12 [colin]      0.9.12cvs59.1
17278
17279         * src/plugins/trayicon/trayicon.c
17280                 Sync with HEAD
17281
17282 2004-08-12 [colin]      0.9.12cvs57.5
17283
17284         * sylpheed.desktop
17285         * configure.ac
17286         * src/Makefile.am
17287         * src/main.c
17288                 Add support for Freedesktop.org's startup notification
17289
17290 2004-08-11 [colin]      0.9.12cvs57.4
17291
17292         * src/textview.c
17293                 Fix off-by-one
17294
17295 2004-08-11 [colin]      0.9.12cvs57.3
17296
17297         * src/message_search.c
17298         * src/summary_search.c
17299                 Make searches case insensitive by default
17300         * src/textview.c
17301                 Fix case-insensitive search in message
17302
17303 2004-08-11 [colin]      0.9.12cvs57.2
17304
17305         * src/summary_search.c
17306                 Let case-sensitive be specified
17307
17308 2004-08-10 [colin]      0.9.12cvs55.4
17309
17310         * src/common/socket.c
17311                 Fix the possible race condition
17312
17313 2004-08-09 [paul]       0.9.12cvs55.3
17314
17315         * configure.ac
17316         * src/Makefile.am
17317         * src/common/Makefile.am
17318                 sync with HEAD
17319
17320
17321 2004-08-09 [paul]       0.9.12cvs55.2
17322
17323         * autogen.sh
17324         * po/poconv.sh
17325                 remove unneeded script
17326
17327         * configure.ac
17328                 add forgotten USE_LDAP_TLS (sync with HEAD)
17329
17330
17331 2004-08-09 [colin]      0.9.12cvs55.1
17332
17333         * src/main.c
17334         * src/common/ssl.c
17335         * src/common/sylpheed.c
17336         * src/common/sylpheed.h
17337                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17338
17339 2004-08-09 [paul]       0.9.12cvs54.1
17340
17341         * ChangeLog
17342         * ChangeLog.claws
17343         * ChangeLog.jp
17344         * configure.ac
17345         * po/POTFILES.in
17346         * src/Makefile.am
17347         * src/folderutils.c
17348         * src/main.c
17349         * src/pgpmime.c
17350         * src/pgpmime.h
17351         * src/sgpgme.c
17352         * src/sgpgme.h
17353         * src/plugins/Makefile.am
17354         * src/plugins/pgpmime/.cvsignore
17355         * src/plugins/pgpmime/Makefile.am
17356         * src/plugins/pgpmime/pgpmime.c
17357         * src/plugins/pgpmime/pgpmime.h
17358         * src/plugins/pgpmime/plugin.c
17359         * src/plugins/pgpmime/sgpgme.c
17360         * src/plugins/pgpmime/sgpgme.h
17361                 sync with HEAD
17362
17363 2004-08-08 [paul]       0.9.12cvs51.1
17364
17365         * configure.ac
17366         * src/folder.c
17367                 sync with HEAD
17368
17369 2004-08-07 [colin]      0.9.12cvs50.1
17370
17371         * src/pop.c
17372         * src/common/partial_download.c
17373                 fix warnings (sync from HEAD)
17374
17375 2004-08-07 [colin]      0.9.12cvs48.1
17376
17377         * src/prefs_folder_item.c
17378                 sync with HEAD 0.9.12cvs48
17379
17380 2004-08-06 [colin]      0.9.12cvs47.1
17381
17382         * src/compose.c
17383                 Sync with HEAD
17384
17385 2004-08-06 [christoph]  0.9.12cvs46.2
17386
17387         * src/main.c
17388         * src/plugins/clamav/clamav_plugin_gtk.c
17389         * src/plugins/dillo_viewer/dillo_viewer.c
17390         * src/plugins/image_viewer/plugin.c
17391         * src/plugins/mathml_viewer/mathml_viewer.c
17392         * src/plugins/spamassassin/spamassassin_gtk.c
17393         * src/plugins/trayicon/trayicon.c
17394                 don't mix GTK1.2 plugin with GTK2 plugins
17395
17396 2004-08-06 [colin]      0.9.12cvs46.1
17397
17398         * ChangeLog
17399         * ChangeLog.claws
17400         * ChangeLog.jp
17401         * configure.ac
17402         * sylpheed-claws.pc.in
17403         * src/folder.c
17404         * src/imap.c
17405         * src/localfolder.c
17406         * src/messageview.c
17407         * src/mimeview.c
17408         * src/mimeview.h
17409         * src/msgcache.c
17410         * src/news.c
17411         * src/prefs_ext_prog.c
17412         * src/prefs_folder_item.c
17413         * src/prefs_fonts.c
17414         * src/prefs_msg_colors.c
17415         * src/prefs_spelling.c
17416         * src/prefs_themes.c
17417         * src/prefs_toolbar.c
17418         * src/prefs_wrapping.c
17419         * src/procmime.h
17420         * src/common/defs.h
17421         * src/common/nntp.c
17422         * src/common/session.c
17423         * src/common/session.h
17424         * src/common/socket.c
17425         * src/common/utils.h
17426         * src/common/xml.c
17427         * src/common/xml.h
17428         * src/gtk/prefswindow.c
17429         * src/gtk/prefswindow.h
17430         * src/plugins/clamav/clamav_plugin_gtk.c
17431         * src/plugins/dillo_viewer/dillo_prefs.c
17432         * src/plugins/image_viewer/viewerprefs.c
17433         * src/plugins/spamassassin/spamassassin_gtk.c
17434         * m4/openssl.m4 *** REMOVED ***
17435                 Sync with HEAD 0.9.12cvs46
17436
17437 2004-08-03 [paul]       0.9.12cvs40.2
17438
17439         * src/action.c
17440         * src/addressadd.c
17441         * src/addressbook.c
17442         * src/addrgather.c
17443         * src/browseldap.c
17444         * src/compose.c
17445         * src/crash.c
17446         * src/editaddress.c
17447         * src/editgroup.c
17448         * src/editldap_basedn.c
17449         * src/foldersel.c
17450         * src/importldif.c
17451         * src/mimeview.c
17452         * src/prefs_common.c
17453         * src/prefs_template.c
17454         * src/sourcewindow.c
17455         * src/summaryview.c
17456         * src/gtk/about.c
17457         * src/gtk/foldersort.c
17458         * src/gtk/logwindow.c
17459         * src/gtk/pluginwindow.c
17460         * src/gtk/prefswindow.c
17461                 change all gtk_scrolled_window_set_policy from 
17462                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17463
17464 2004-08-02 [paul]       0.9.12cvs40.1
17465
17466         * AUTHORS
17467                 update translation team section
17468         * po/pt_BR.po
17469                 updated by Frederico Goncalves Guimaraes
17470                 <fggdebian@yahoo.com.br>
17471
17472 2004-07-31 [colin]      0.9.12cvs39.9
17473
17474         * src/exphtmldlg.c
17475                 Fix compilation
17476
17477 2004-07-31 [colin]      0.9.12cvs39.8
17478
17479         * src/exphtmldlg.c
17480                 Fix an alertpanel type
17481
17482 2004-07-30 [colin]      0.9.12cvs39.7
17483
17484         * src/alertpanel.c
17485                 Fix alertpanel_error_log's icon
17486
17487 2004-07-30 [colin]      0.9.12cvs39.6
17488
17489         * src/pop.c
17490                 Two of them should still be warnings
17491
17492 2004-07-30 [colin]      0.9.12cvs39.5
17493
17494         * src/pop.c
17495                 More warning -> error
17496 2004-07-29 [colin]      0.9.12cvs39.4
17497
17498         * src/pop.c
17499                 Warning -> error
17500
17501 2004-07-29 [colin]      0.9.12cvs39.3
17502
17503         * src/prefs_matcher.c
17504                 Fix segfault
17505
17506 2004-07-29 [colin]      0.9.12cvs39.2
17507
17508         * src/alertpanel.c
17509                 More nice-looking alertpanels
17510
17511 2004-07-29 [colin]      0.9.12cvs39.1
17512
17513         * src/messageview.c
17514                 sync with head
17515                 (inform user when partial mail is deleted on server)
17516
17517 2004-07-29 [colin]      0.9.12cvs38.1
17518
17519         * src/messageview.c
17520                 sync with head
17521
17522 2004-07-28 [paul]       0.9.12cvs37.7
17523
17524         * src/mainwindow.c
17525                 complete the replacement of deprecated gtk_progress_*
17526
17527 2004-07-28 [paul]       0.9.12cvs37.6
17528
17529         * src/action.c
17530         * src/inc.c
17531         * src/mainwindow.c
17532         * src/send_message.c
17533         * src/gtk/progressdialog.c
17534         * src/gtk/progressdialog.h
17535                 replace deprecated gtk_progress_*
17536
17537 2004-07-28 [paul]       0.9.12cvs37.5
17538
17539         * src/gtk/filesel.c
17540                 remove gtk_window_set_wmclass()
17541 2004-07-28 [paul]       0.9.12cvs37.4
17542
17543         * src/addressbook.c
17544         * src/compose.c
17545         * src/foldersel.c
17546         * src/mainwindow.c
17547         * src/messageview.c
17548         * src/sourcewindow.c
17549         * src/gtk/logwindow.c
17550                 remove gtk_window_set_wmclass()
17551                 
17552         * src/prefs_filtering.c
17553         * src/prefs_filtering_action.c
17554         * src/prefs_fonts.c
17555         * src/prefs_gtk.c
17556         * src/prefs_matcher.c
17557         * src/ssl_manager.c
17558         * src/gtk/prefswindow.c
17559                 replace gtk_window_position()
17560
17561 2004-07-28 [colin]      0.9.12cvs37.3
17562
17563         * src/alertpanel.c
17564         * src/alertpanel.h
17565                 Add a way to specify panel type for specific
17566                 panels (alertpanel())
17567         * src/account.c
17568         * src/addressbook.c
17569         * src/compose.c
17570         * src/expldifdlg.c
17571         * src/main.c
17572         * src/messageview.c
17573         * src/summaryview.c
17574         * src/textview.c
17575         * src/gtk/sslcertwindow.c
17576                 Fix alertpanel()s so that their icon match
17577                 their real type
17578
17579 2004-07-28 [paul]       0.9.12cvs37.2
17580
17581         * src/addr_compl.c
17582         * src/addressbook.c
17583         * src/alertpanel.c
17584         * src/compose.c
17585         * src/export.c
17586         * src/foldersel.c
17587         * src/folderview.c
17588         * src/grouplistdialog.c
17589         * src/import.c
17590         * src/mainwindow.c
17591         * src/message_search.c
17592         * src/messageview.c
17593         * src/passphrase.c
17594         * src/prefs_actions.c
17595         * src/prefs_common.c
17596         * src/prefs_customheader.c
17597         * src/prefs_display_header.c
17598         * src/prefs_filtering.c
17599         * src/prefs_filtering_action.c
17600         * src/prefs_gtk.c
17601         * src/prefs_matcher.c
17602         * src/prefs_msg_colors.c
17603         * src/prefs_summary_column.c
17604         * src/prefs_template.c
17605         * src/sourcewindow.c
17606         * src/ssl_manager.c
17607         * src/summary_search.c
17608         * src/gtk/colorsel.c
17609         * src/gtk/description_window.c
17610         * src/gtk/gtkaspell.c
17611         * src/gtk/inputdialog.c
17612         * src/gtk/logwindow.c
17613         * src/gtk/prefswindow.c
17614         * src/gtk/progressdialog.c
17615                 replace deprecated gtk_window_set_policy
17616
17617 2004-07-27 [colin]      0.9.12cvs37.1
17618
17619         * src/msgcache.c
17620                 More fixes (synced for head again)
17621
17622 2004-07-27 [colin]      0.9.12cvs35.3
17623
17624         * src/msgcache.c
17625                 Fix wrong test
17626
17627 2004-07-27 [colin]      0.9.12cvs35.2
17628
17629         * src/mimeview.c
17630                 Fix width a bit (by Paul)
17631         * src/alertpanel.c
17632         * src/alertpanel.h
17633                 Specialize icons, make alertpanel_message()
17634                 private
17635         * src/message_search.c
17636         * src/sgpgme.c
17637         * src/summary_search.c
17638                 Suit alertpanel changes
17639
17640 2004-07-27 [colin]      0.9.12cvs35.1
17641
17642         * src/alertpanel.c
17643                 Add an icon
17644         * src/passphrase.c
17645                 Add debug output - maybe someone will
17646                 want to look at the problem with Grab
17647                 Input :)
17648         Bump version as we're synced with HEAD
17649
17650 2004-07-26 [colin]      0.9.12cvs33.26
17651
17652         * src/pop.c
17653                 Fix uidl-file parsing when not in new
17654                 format
17655
17656 2004-07-26 [colin]      0.9.12cvs33.25
17657
17658         * src/gtk/menu.c
17659                 Move popup menu up if necessary (fixes 
17660                 account selector)
17661         * src/mainwindow.c
17662                 Set account selector's button height to
17663                 minimum
17664
17665 2004-07-26 [colin]      0.9.12cvs33.24
17666
17667         * src/alertpanel.c
17668                 Maybe fix 551 (Truncated font in alert window)
17669
17670 2004-07-26 [colin]      0.9.12cvs33.23
17671
17672         * po/de.po
17673         * po/es.po
17674         * po/fr.po
17675         * po/it.po
17676         * po/ja.po
17677         * po/pl.po
17678         * po/ru.po
17679         * po/sk.po
17680         * po/sr.po
17681         * po/zh_CN.po
17682                 Sync po files with HEAD
17683
17684 2004-07-26 [paul]       0.9.12cvs33.22
17685
17686         * src/compose.c
17687                 fix Bug 556 'Organisation-header is sent even if empty'
17688
17689 2004-07-24 [colin]      0.9.12cvs33.21
17690
17691         * src/compose.c
17692         * src/gtk/gtkaspell.c
17693         * src/gtk/gtkaspell.h
17694                 Fix speller accelerators (require hack)
17695
17696 2004-07-24 [colin]      0.9.12cvs33.20
17697
17698         * src/gtk/gtkaspell.c
17699                 Fix over-eager code deletion breaking
17700                 Check while typing
17701
17702 2004-07-24 [colin]      0.9.12cvs33.19
17703
17704         * src/browseldap.c
17705         * src/ldapctrl.c
17706         * src/ldapctrl.h
17707         * src/ldapserver.h
17708                 Sync ldap with HEAD
17709         (Fixes 546 LDAP completely broken)
17710
17711 2004-07-24 [colin]      0.9.12cvs33.18
17712
17713         * src/prefs_msg_colors.c
17714                 Fix prototype mismatch
17715         (Fixes 547 void function cannot return value)
17716
17717 2004-07-24 [colin]      0.9.12cvs33.17
17718
17719         * src/mainwindow.c
17720                 Fix sort going back to previous sort key
17721                 when changing sort direction
17722
17723 2004-07-24 [colin]      0.9.12cvs33.16
17724
17725         * src/compose.c
17726                 Fix space insertion when re-wrapping at 
17727                 cursor point
17728
17729 2004-07-24 [colin]      0.9.12cvs33.15
17730
17731         * src/gtk/gtkaspell.c
17732                 Don't change cursor position in insert-text
17733                 callback
17734         (Fixes 539 Word wrapping on input transposes letters)
17735
17736 2004-07-24 [colin]      0.9.12cvs33.14
17737
17738         * src/gtk/gtkaspell.c
17739                 Reencode non-ascii chars to dictionary's
17740                 encoding
17741         (Fixes 544 Spell check broken non english locale)
17742
17743 2004-07-24 [colin]      0.9.12cvs33.13
17744
17745         * src/summaryview.c
17746                 Fix Shift+Down, add Home/End/PgUp/PgDown
17747
17748 2004-07-21 [colin]      0.9.12cvs33.12
17749
17750         * src/prefs_common.c
17751                 Fix a gtk warning (Patch by Andrej Kacian)
17752
17753 2004-07-21 [colin]      0.9.12cvs33.11
17754
17755         * src/gtk/filesel.c
17756                 More check
17757
17758 2004-07-21 [colin]      0.9.12cvs33.10
17759
17760         * src/compose.c
17761         * src/crash.c
17762         * src/export.c
17763         * src/import.c
17764         * src/messageview.c
17765         * src/mimeview.c
17766         * src/prefs_spelling.c
17767         * src/prefs_themes.c
17768         * src/summaryview.c
17769         * src/gtk/filesel.c
17770         * src/gtk/filesel.h
17771         * src/gtk/pluginwindow.c
17772                 Untwist open/save mode guessing logic, make
17773                 it explicit
17774
17775 2004-07-20 [colin]      0.9.12cvs33.9
17776
17777         * src/codeconv.c
17778                 conv_encode_header: src_charset is UTF-8 on
17779                 gtk2
17780         * src/compose.c
17781                 Remove double encoding of the headers
17782
17783 2004-07-20 [colin]      0.9.12cvs33.8
17784
17785         * src/codeconv.c
17786                 Fix typo
17787
17788 2004-07-20 [colin]      0.9.12cvs33.7
17789
17790         * src/mainwindow.c
17791                 Set the separated messageview to the saved
17792                 size of Claws' messageview (Patch by Alfons)
17793                 Fix a callback prototype (me)
17794
17795 2004-07-20 [colin]      0.9.12cvs33.6
17796
17797         * src/codeconv.h
17798                 Forgot one hunk in 0.9.12cvs33.4
17799
17800 2004-07-19 [colin]      0.9.12cvs33.5
17801
17802         * src/action.c
17803                 Action output fix
17804                 Patch by Alfons
17805
17806 2004-07-19 [colin]      0.9.12cvs33.4
17807
17808         * src/compose.c
17809                 Fix outgoing charset bug in headers
17810         * src/codeconv.c
17811                 Clean for glib2 - Patch by Alfons
17812
17813 2004-07-19 [colin]      0.9.12cvs33.3
17814
17815         * src/statusbar.c
17816                 Remove grip from the statusbar
17817                 Patch by Alfons
17818
17819 2004-07-19 [colin]      0.9.12cvs33.2
17820
17821         * src/messageview.c
17822         * src/textview.c
17823                 Fix messageview remembering the previous
17824                 scroll position when loading a new message
17825                 Patch by Alfons
17826
17827 2004-07-19 [colin]      0.9.12cvs33.1
17828
17829         * src/folder.h
17830         * src/folderview.c
17831         * src/summaryview.c
17832                 Sync with HEAD
17833
17834 2004-07-18 [colin]      0.9.12cvs32.7
17835
17836         * configure.ac
17837                 Remove useless check for XIM - noticed
17838                 by Alfons
17839
17840 2004-07-18 [colin]      0.9.12cvs32.6
17841
17842         * src/summaryview.c
17843                 Remove non-modified and shift-modified
17844                 accelerators in summaryview's popup
17845                 menu, as that doesn't get catched by
17846                 the accel-activate signal catcher...
17847
17848 2004-07-18 [colin]      0.9.12cvs32.5
17849
17850         * src/prefs_common.c
17851                 Define sensible default prefs for 
17852                 wrapping
17853
17854 2004-07-18 [colin]      0.9.12cvs32.4
17855
17856         * src/compose.c
17857         * src/prefs_common.c
17858         * src/prefs_common.h
17859         * src/prefs_wrapping.c
17860                 Remove Smart Wrapping pref, which does
17861                 nothing on gtk2 branch
17862
17863 2004-07-18 [colin]      0.9.12cvs32.3
17864
17865         * src/sourcewindow.c
17866                 Proper utf8
17867
17868 2004-07-18 [colin]      0.9.12cvs32.2
17869
17870         * src/compose.c
17871                 Save attachment status when drafting
17872
17873 2004-07-18 [colin]      0.9.12cvs32.1
17874
17875         * src/gtk/filesel.c
17876                 Fix erratic folder selection in open mode
17877
17878 2004-07-18 [colin]      0.9.12cvs31.11
17879
17880         * src/pop.c
17881                 Don't let partial messages get deleted
17882                 even with "dowload all"
17883                 (0.9.12cvs31.8 fix extension)
17884 2004-07-18 [colin]      0.9.12cvs31.10
17885
17886         * src/gtk/logwindow.c
17887                 Fix log scrolling
17888
17889 2004-07-18 [colin]      0.9.12cvs31.9
17890
17891         * src/common/utils.c
17892                 Fix non-utf8 strings coming from commands
17893                 and files
17894
17895 2004-07-18 [colin]      0.9.12cvs31.8
17896
17897         * src/pop.c
17898                 Fix partial download bug with Download all
17899                 messages option
17900
17901 2004-07-18 [colin]      0.9.12cvs31.7
17902
17903         * src/textview.c
17904                 Fix bug introduced in 0.9.12cvs31.2
17905                 (blocked in select mode after double click)
17906
17907 2004-07-18 [colin]      0.9.12cvs31.6
17908
17909         * src/compose.c
17910         * src/gtk/menu.c
17911                 More glib-warning fixes
17912
17913 2004-07-18 [colin]      0.9.12cvs31.5
17914
17915         * src/compose.c
17916                 Fix trashing the primary clipboard when moving 
17917                 around with tab
17918         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17919
17920 2004-07-18 [colin]      0.9.12cvs31.4
17921
17922         * src/codeconv.c
17923                 convert unencoded iso headers to utf8
17924         (Fix Bug 538 Unencoded local characters in subject make it 
17925          disappear)
17926
17927 2004-07-18 [colin]      0.9.12cvs31.3
17928
17929         * src/compose.c
17930                 Fix tab char handling in wrapping
17931         (Fix Bug 537 Line wrap problem - TAB character treated as 
17932          one character instead of 8)
17933
17934 2004-07-18 [colin]      0.9.12cvs31.2
17935
17936         * src/textview.c
17937                 return FALSE on GDK_MOTION_NOTIFY
17938         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17939          (unable to highlight))
17940
17941 2004-07-18 [colin]      0.9.12cvs31.1
17942
17943         * src/folderview.c
17944                 Sync with 0.9.12cvs31
17945
17946 2004-07-18 [colin]      0.9.12cvs30.4
17947
17948         * src/compose.c
17949                 Also block text_inserted when inserting a file
17950
17951 2004-07-18 [colin]      0.9.12cvs30.3
17952
17953         * src/compose.c
17954                 Fix smart wrapping (block text_inserted handler
17955                 while putting quotation to avoid wrap on input,
17956                 don't join lines if next is sig separator)
17957
17958 2004-07-17 [colin]      0.9.12cvs30.2
17959
17960         * src/folderview.c
17961         * src/mainwindow.c
17962         * src/mimeview.c
17963         * src/summaryview.c
17964         * src/gtk/quicksearch.c
17965         * src/gtk/quicksearch.h
17966                 Block key events handlers *and* accels while
17967                 quicksearch is focused
17968         (Fixes Bug 534 quick-search bar not accepting certain letters)
17969
17970 2004-07-17 [colin]      0.9.12cvs30.1
17971
17972         * src/folder.h
17973         * src/folderview.c
17974         * src/summaryview.c
17975                 Sync with 0.9.12cvs30
17976
17977 2004-07-17 [colin]      0.9.12cvs28.2
17978
17979         * src/mimeview.c
17980         * src/procmime.c
17981         * src/summaryview.c
17982         * src/gtk/menu.c
17983                 Squash some compile and glib warnings
17984
17985 2004-07-17 [paul]       0.9.12cvs28.1
17986
17987         * src/mimeview.c
17988                 sync with 0.9.12cvs28 HEAD
17989
17990 2004-07-16 [paul]       0.9.12cvs26.1
17991         
17992         * src/gtk/quicksearch.c
17993         * src/account.c
17994         * src/account.h
17995         * src/compose.c
17996         * src/customheader.c
17997         * src/folder_item_prefs.c
17998         * src/main.c
17999         * src/mainwindow.c
18000         * src/messageview.c
18001         * src/mimeview.c
18002         * src/news.c
18003         * src/pgpmime.c
18004         * src/pop.c
18005         * src/pop.h
18006         * src/prefs_account.c
18007         * src/prefs_account.h
18008         * src/prefs_common.c
18009         * src/prefs_common.h
18010         * src/prefs_display_header.c
18011         * src/prefs_gtk.c
18012         * src/prefs_gtk.h
18013         * src/procheader.c
18014         * src/procmime.c
18015                 sync with 0.9.12cvs26 HEAD      
18016
18017 2004-07-15 [colin]      0.9.12cvs18.14
18018
18019         * src/folder.c
18020                 Disable GPG signature check during
18021                 folder move and scan
18022         (Closes Bug 521 Signature checking slows down Folder-Move)
18023
18024 2004-07-14 [colin]      0.9.12cvs18.13
18025
18026         * src/common/partial_download.c
18027                 update includes
18028
18029 2004-07-14 [colin]      0.9.12cvs18.12
18030
18031         * src/common/partial_download.c
18032         * src/common/partial_download.h
18033                 Move doc at top, add correct copyright
18034
18035 2004-07-14 [colin]      0.9.12cvs18.11
18036
18037         * src/folder.c
18038         * src/messageview.c
18039         * src/pop.c
18040         * src/pop.h
18041         * src/procmsg.c
18042         * src/summaryview.c
18043         * src/common/Makefile.am
18044         * src/common/partial_download.c ** NEW FILES **
18045         * src/common/partial_download.h ** NEW FILES **
18046                 Move partial-download related stuff to its
18047                 own file
18048
18049 2004-07-14 [colin]      0.9.12cvs18.10
18050
18051         * src/send_message.c
18052                 Fix smtp auth when user is null or empty
18053
18054 2004-07-13 [colin]      0.9.12cvs18.9
18055
18056         * src/gtk/quicksearch.c
18057                 Use alphabetic order
18058
18059 2004-07-13 [colin]      0.9.12cvs18.8
18060
18061         * src/pop.c
18062                 Be paranoid on the checks
18063
18064 2004-07-13 [colin]      0.9.12cvs18.7
18065
18066         * src/gtk/quicksearch.c
18067                 Fix Engrish once again
18068
18069 2004-07-13 [colin]      0.9.12cvs18.6
18070
18071         * src/procmsg.c
18072         * src/summaryview.c
18073                 Mark messages for deletion when they are about to
18074                 be removed from trash
18075
18076 2004-07-13 [colin]      0.9.12cvs18.5
18077
18078         * src/matcher.c
18079         * src/matcher.h
18080         * src/matcher_parser_parse.y
18081         * src/prefs_matcher.c
18082         * src/gtk/quicksearch.c
18083                 Add 'partial' ('p') match string to find partially
18084                 downloaded messages
18085
18086 2004-07-13 [colin]      0.9.12cvs18.4
18087
18088         * src/pop.c
18089                 Fix misplaced block
18090
18091 2004-07-13 [colin]      0.9.12cvs18.3
18092
18093         * src/pop.c
18094         * src/pop.h
18095         * src/messageview.c
18096                 Refactor API (to avoid passing 5+ params and code
18097                 duplication)
18098         * src/folder.c
18099         * src/msgcache.c
18100         * src/procheader.c
18101         * src/common/defs.h
18102                 Add planned_download to cache
18103                 Don't mess uidl file when moving partially downloaded
18104                 mails (they change folder, we should change it in the
18105                 uidl list too or we'll remove an incorrect message)
18106                 (this also helps removing hacks when changing 
18107                 planned_download in messageview.c)
18108
18109 2004-07-12 [colin]      0.9.12cvs18.2
18110
18111         * src/gtk/quicksearch.c
18112                 Fix missing status update in quicksearch
18113
18114 2004-07-12 [paul]       0.9.12cvs18.1
18115
18116         * po/POTFILES.in
18117         * src/Makefile.am
18118         * src/account.c
18119         * src/codeconv.c
18120         * src/compose.c
18121         * src/inc.c
18122         * src/main.c
18123         * src/prefs_common.c
18124         * src/procmsg.h
18125         * src/toolbar.c
18126         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18127         * src/prefs_wrapping.[ch]       ** NEW FILES **
18128         * src/common/intl.h
18129         * src/common/utils.[ch]
18130         * src/gtk/quicksearch.[ch]
18131                 sync with 0.9.12cvs18 HEAD
18132
18133 2004-07-12 [colin]      0.9.11cvs17.25
18134
18135         * src/folder.c
18136         * src/folder.h
18137                 Remove unused function added by me in 0.9.11cvs17.10
18138
18139 2004-07-11 [colin]      0.9.11cvs17.24
18140
18141         * src/inc.c
18142         * src/messageview.c
18143         * src/pop.c
18144         * src/pop.h
18145                 Use folderitem and msgnum instead of filename to
18146                 know which mail to delete
18147                 Move old partial mail deletion to pop.c
18148
18149 2004-07-10 [colin]      0.9.11cvs17.23
18150
18151         * src/inc.c
18152                 Add debug
18153         * src/pop.c
18154         * src/pop.h
18155                 Don't re-use same enums for unrelated stuff: it's 
18156                 completely misleading !
18157                 Document a bit
18158
18159 2004-07-09 [colin]      0.9.11cvs17.22
18160
18161         * src/inc.c
18162                 Remove folder-type check and do
18163                 more tests to be sure everything's
18164                 ok
18165         * src/messageview.c
18166                 Punctuation update, remove useless
18167                 code, fix two warnings
18168         * src/noticeview.c
18169                 Layout cleaning, reset 2nd button
18170                 when specifying one
18171
18172 2004-07-09 [colin]      0.9.11cvs17.21
18173
18174         * src/messageview.c
18175         * src/pop.c
18176         * src/pop.h
18177                 Allow user to change his mind
18178                 and postpone decision (by
18179                 unmarking the mail)
18180
18181 2004-07-09 [colin]      0.9.11cvs17.20
18182
18183         * src/messageview.c
18184                 Fix bug with delete state
18185         * src/pop.c
18186         * src/pop.h
18187                 Fix buffer leak (fread doesn't 
18188                 terminate buffers with \0)
18189                 Refactoring (remove magic 
18190                 numbers)
18191
18192 2004-07-09 [colin]      0.9.11cvs17.19
18193
18194         * src/pop.c
18195                 Don't log "Skipping message" if 
18196                 we're going to TOP it two lines
18197                 later
18198
18199 2004-07-09 [colin]      0.9.11cvs17.18
18200
18201         * src/messageview.c
18202                 Fix Engrish
18203
18204 2004-07-09 [colin]      0.9.11cvs17.17
18205
18206         * src/pop.c
18207                 strlen checking...
18208         * src/messageview.c
18209                 refactoring a bit
18210
18211 2004-07-08 [colin]      0.9.11cvs17.16
18212
18213         * src/noticeview.c
18214         * src/noticeview.h
18215                 Add an optional second button
18216         * src/messageview.c
18217         * src/pop.c
18218         * src/pop.h
18219                 Don't delete partially received mails after a certain
18220                 time; rather, let the user decide.
18221
18222 2004-07-08 [colin]      0.9.11cvs17.15
18223
18224         * src/common/smtp.h
18225                 Sync with HEAD
18226
18227 2004-07-08 [colin]      0.9.11cvs17.14
18228
18229         * src/messageview.c
18230         * src/common/smtp.c
18231                 Use to_human_readable() for sizes
18232
18233 2004-07-08 [colin]      0.9.11cvs17.13
18234
18235         * src/inc.c
18236         * src/messageview.c
18237         * src/pop.c
18238         * src/pop.h
18239         * src/procmsg.c
18240                 Fix partial-downloading issues:
18241                         catch unsupported TOP
18242                         don't delete partially downloaded mails before 5 days
18243                         don't update existing with non-MH folders; that'll
18244                         make dups, but it's better than trashing the folder
18245                         free new msginfo parts
18246                 Fix indentation ;-)
18247
18248 2004-07-08 [colin]      0.9.11cvs17.12
18249
18250         * src/common/smtp.c
18251         * src/common/smtp.h
18252                 Sync smtp size verification with HEAD
18253
18254 2004-07-08 [colin]      0.9.11cvs17.11
18255
18256         * src/summaryview.c
18257         * src/prefs_common.c
18258         * src/prefs_common.h
18259         * src/gtk/quicksearch.c
18260         * src/gtk/quicksearch.h
18261                 Sync sticky pref with HEAD
18262
18263 2004-07-08 [colin]      0.9.11cvs17.10
18264
18265         * src/folder.c [1.213.2.6]
18266         * src/folder.h [1.87.2.6]
18267         * src/inc.c [1.149.2.7]
18268         * src/messageview.c [1.94.2.8]
18269         * src/procheader.c [1.47.2.6]
18270         * src/procmsg.c [1.150.2.4]
18271         * src/procmsg.h [1.60.2.5]
18272         * src/pop.c [1.56.2.4]
18273         * src/pop.h [1.17.2.3]
18274                 Let too big messages get downloaded, but truncated
18275                 Add a button to download them completely
18276                 
18277 2004-07-06 [colin]      0.9.11cvs17.9
18278
18279         * src/gtk/quicksearch.c [1.1.2.3]
18280                 Add a Clear button
18281         * commitHelper
18282         * PATCHSETS
18283                 Add a script to help with cvs
18284
18285 2004-07-03 [colin]      0.9.11cvs17.8
18286
18287         * src/plugins/imageviewer/viewer.c
18288                 fix imageviewer (which was staying on the first
18289                 displayed image)
18290
18291 2004-07-03 [colin]      0.9.11cvs17.7
18292
18293         Removed FIXME_GTK2 warnings
18294         * src/gtk/gtkutils.c
18295                 useless #warnings
18296         * src/gtk/menu.c
18297                 useless #warnings (no need to mess with menu rc)
18298         * src/gtk/menu.h
18299                 unused functions
18300         
18301
18302 2004-07-03 [colin]      0.9.11cvs17.6
18303
18304         Removed FIXME_GTK2 warnings
18305         * src/codeconv.c
18306                 useless #warnings (rewrite needed)
18307         * src/compose.c
18308                 useless #warnings (rewrite needed)
18309                 useless #warnings (gtk2 is like that)
18310                 useless #warnings (previously fixed)
18311         * src/main.c
18312                 useless #warnings (previously fixed)
18313         * src/message_search.c
18314                 useless #warnings (gtk2 is like that)
18315                 Made apparent that search is case-sensitive
18316         * src/mimeview.c
18317                 useless #warnings (rewrite needed)
18318                 useless #warnings (gtk2 is like that)
18319                 reimplemented real warnings
18320         * src/prefs_common.c
18321                 Removed block cursor option (not it gtk2)
18322         * src/prefs_gtk.c
18323                 useless #warnings (rewrite needed)
18324         * src/procheader.c
18325                 useless #warnings (rewrite needed)
18326         * src/sourcewindow.c
18327                 useless #warnings (incorrect placing)
18328         * src/summary_search.c
18329                 useless #warnings (gtk2 is like that)
18330                 Made apparent that search is case-sensitive
18331         * src/action.c
18332                 useless #warnings (gtk2 is like that)
18333         * src/textview.c
18334                 useless #warnings (rewrite needed)
18335         * src/toolbar.c
18336                 useless #warnings (rewrite needed)
18337
18338 2004-07-03 [colin]      0.9.11cvs17.5
18339
18340         * src/textview.c
18341                 Fix mismerge which broke URI opening
18342                 
18343 2004-07-01 [colin]      0.9.11cvs17.4
18344
18345         * src/gtk/filesel.c
18346                 Fill filename when saving
18347                 
18348 2004-06-27 [colin]      0.9.11cvs17.3
18349
18350         * src/gtk/filesel.[ch]
18351                 Use the new GTK file selector
18352                 Update prototype to match the reality: multiple file
18353                 selection is open-only          
18354         * src/compose.c
18355                 Match the new prototypes        
18356         * configure.ac
18357                 Match the new requirements (gtk 2.4.0)
18358                         
18359 2004-06-26 [colin]      0.9.11cvs17.2
18360
18361         * src/plugins/trayicon/trayicon.c
18362                 Remove useless signal handler on resize, which causes
18363                 an infinite "loop"
18364         
18365 2004-06-26 [colin]      0.9.11cvs17.1
18366         
18367         * tools/Makefile.am
18368                 remove launch_firebird and add nautilus2sylpheed.sh
18369         * src/quicksearch.c
18370           src/summaryview.c
18371                 Fix show/hide "Extended symbols" button problem
18372                 Fix apparition at startup
18373                 Fix const warnings
18374         * src/plugins/image_viewer/Makefile.am
18375                 Fix configure 
18376         * common/ssl.c
18377                 Re-enable certificate check, as it doesn't seem to
18378                 cause Xlib errors anymore
18379
18380 2004-06-25 [paul]       0.9.11cvs17
18381
18382         * sync with 0.9.11cvs17 HEAD
18383         
18384         NOTE: QuickSearch is broken
18385
18386 2004-06-07 [colin]      0.9.10claws67.10
18387         * src/plugins/trayicon/trayicon.c
18388           src/plugins/trayicon/libeggtrayicon/Makefile.am
18389           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18390                 Fix gettextization in trayicon plugin
18391
18392 2004-06-07 [colin]      0.9.10claws67.9
18393         
18394         * src/summaryview.c
18395           src/gtk/gtksctree.[ch]
18396                 Let Shift+{Up,Down} work in summaryview
18397                 (well, Down "works" and Up works)
18398                 Let the list scroll when using these keys
18399
18400 2004-06-06 [colin]      0.9.10claws67.8
18401
18402         * src/plugins/trayicon/trayicon.c
18403                 Fix pixmap update
18404
18405 2004-06-06 [colin]      0.9.10claws67.7
18406
18407         * src/addressbook.c
18408                 Fix signal handling causing system-wide focus grab
18409
18410 2004-05-25 [paul]       0.9.10claws67.6
18411
18412         * Makefile.am
18413           src/Makefile.am
18414                 clean up
18415
18416 2004-05-25 [paul]       0.9.10claws67.5
18417
18418         * replace deprecated gtk_signal... functions
18419
18420 2004-05-23 [colin]      0.9.10claws67.4
18421
18422         * src/compose.c
18423                 Fix wrapping
18424
18425 2004-05-22 [colin]      0.9.10claws67.3
18426
18427         * src/compose.c
18428                 Re-fix [Edited] in compose.c::compose_reedit()
18429
18430 2004-05-22 [colin]      0.9.10claws67.2
18431
18432         * src/procmime.c
18433                 Fix parsing of multiparts mails
18434
18435 2004-05-22 [colin]      0.9.10claws67.1
18436
18437         * src/summaryview.c
18438                 Fix quicksearch
18439
18440 2004-05-22 [paul]       0.9.10claws67
18441
18442         * sync with 0.9.10claws67 HEAD
18443
18444 2004-05-14 [alfons]
18445
18446         * src/procmime.h
18447                 add forgotton prototype
18448
18449 2004-05-10 [paul]       0.9.10claws57
18450
18451         * sync with 0.9.10claws57 HEAD
18452
18453 2004-05-05 [paul]       0.9.9.claws1
18454
18455         * ChangeLog-gtk2        ** REMOVED **
18456           ChangeLog-gtk2.claws  ** ADDED **
18457                 rename and adopt the normal claws format
18458                 
18459         * configure.ac
18460                 require gtkmathview >= 0.5
18461
18462         * ac/*                          ** REMOVED **
18463           ac/                           ** REMOVED **
18464           intl/Makefile.in              ** REMOVED **
18465           m4/                           ** ADDED **
18466           m4/missing                    ** ADDED **
18467           m4/missing/gdk-pixbuf.m4      ** ADDED **
18468           m4/missing/gettext.m4         ** ADDED **
18469           m4/missing/gpgme.m4           ** ADDED **
18470           m4/missing/imlib.m4           ** ADDED **
18471           m4/.cvsignore                 ** ADDED **
18472           m4/Makefile.am                ** ADDED **
18473           m4/README                     ** ADDED **
18474           m4/aclocal-include.m4         ** ADDED **
18475           m4/aspell.m4                  ** ADDED **
18476           m4/check-type.m4              ** ADDED **
18477           m4/gnupg-check-typedef.m4     ** ADDED **
18478           m4/openssl.m4                 ** ADDED **
18479           m4/spamassassin.m4            ** ADDED **
18480           po/ChangeLog                  ** REMOVED **
18481           po/Makefile.in.in             ** REMOVED **
18482           po/Rules-quot                 ** REMOVED **
18483           po/boldquot.sed               ** REMOVED **
18484           po/en@boldquot.header         ** REMOVED **
18485           po/en@quot.header             ** REMOVED **
18486           po/insert-header.sin          ** REMOVED **
18487           po/quot.sed                   ** REMOVED **
18488           po/remove-potcdate.sed        ** REMOVED **
18489           po/remove-potcdate.sin        ** REMOVED **
18490           po/stamp-po                   ** REMOVED **
18491           Makefile.am
18492           autogen.sh
18493           configure.ac
18494                 enable building with automake 1.8.x
18495                 add 'autopoint --force' to autogen.sh and remove all
18496                 auto-generated files, remove ac/ directory and use
18497                 m4/ directory instead
18498                 
18499         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18500                 fix gettextization
18501
18502 2004-02-28 Colin Leroy <colin@colino.net>
18503         * src/prefs_matcher.c
18504           src/prefs_filtering.c
18505           src/prefs_filtering_action.c
18506                 Fix non-editable GtkEntries
18507
18508 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18509         * src/prefs_themes.c
18510                 utf8 conversion for theme info
18511
18512 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18513         * sync 0.9.9claws
18514
18515 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18516         * src/grouplistdialog.c
18517                 allow multiple selections without ctrl key
18518
18519 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18520         * src/main.c
18521                 enable customizable accelerators
18522
18523 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18524         * src/prefs_common.c
18525                 re-enable different font settings for gtk1/2
18526         * src/prefs_folder_item.c
18527                 fix folder prefs displayed wrong
18528         * src/textview.c
18529                 set 'sunken' shadow type
18530
18531 2004-02-07 Colin Leroy <colin@colino.net>
18532         * src/compose.c
18533                 Fix message being always [Edited]
18534                 Encode headers correctly (utf8 buf)
18535
18536 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18537         * src/socket.c
18538                 remove double g_source_attach()
18539                 (Thanks to Colin Leroy)
18540
18541 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18542         * src/gtk/gtksctree.c
18543                 Fix SSL certificate list not shown
18544         * src/mimeview.c
18545                 Fix clicks in mime tree
18546
18547 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18548         * src/common/socket.c
18549                 Fix SSL receive
18550         * src/compose.c
18551                 Fix clipboard menu hotkeys
18552
18553 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18554         * src/gtk/gtkaspell.[ch]
18555           src/compose.c
18556                 reimplement spellchecker
18557
18558 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18559         * src/gtk/filesel.c
18560                 crash when inserting file in compose window
18561                 (TODO: keep old selection on clicks)
18562         * src/main.c
18563                 use gtkrc-2.0 instead of gtkrc
18564
18565 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18566         * src/messageview.c
18567                 remove orphaned mimeview unref()
18568
18569 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18570         * src/grouplistdialog.c
18571                 expand nodes containing subscribed groups
18572
18573 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18574         * src/textview.c
18575                 textview: hide cursor, restore old click behaviour
18576
18577 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18578         * src/textview.c
18579                 variable names messed up
18580
18581 2004-01-17 Colin Leroy <colin@colino.net>
18582         * src/addr_compl.c
18583                 Fix completion address too thin
18584         * src/compose.c
18585                 Fix tab-to-subject behaviour
18586         * src/summaryview.c
18587                 Implement key up & down in summaryview
18588
18589 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18590
18591         * sync 098claws
18592
18593 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18594         * configure.ac
18595           Makefile.am
18596           doc/.cvsignore
18597           doc/Makefile.am
18598                 faq, man, manual moved to doc/
18599         * ac/aspell.m4
18600           ac/check-type.m4
18601           ac/gnupg-check-typedef.m4
18602           ac/openssl.m4
18603           ac/spamassassin.m4
18604           ac/missing/gdk-pixbuf.m4
18605           ac/missing/gpgme.m4
18606           ac/missing/imlib.m4
18607                 fix automake warnings
18608
18609 2003-12-06 Colin Leroy <colin@colino.net>
18610         * src/summaryview.c
18611                 Fix quicksearch
18612
18613 2003-12-05 Colin Leroy <colin@colino.net>
18614         * src/summaryview.c
18615                 Fix going to next unread folder
18616
18617 2003-12-05 Colin Leroy <colin@colino.net>
18618         * src/crash.c
18619                 Fix gtk2 compilation
18620         * src/session.c
18621                 Remove iotag source handler at disconnection
18622         * src/socket.[ch] 
18623                 Remove source handler when closing socket 
18624                 (fixes another seg)
18625
18626 2003-12-04 Colin Leroy <colin@colino.net>
18627         * src/compose.c
18628           src/prefs_account.c
18629           src/prefs_common.c
18630                 Fix some dropdown menus
18631
18632 2003-12-04 Colin Leroy <colin@colino.net>
18633         * src/compose.c
18634                 Fix event handlers on header fields
18635         * src/common/socket.c
18636           src/common/session.c
18637                 Fix segfault with callback (SSL)
18638                 Fix end of session 
18639
18640 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18641
18642         * Fix compile bug in src/compose.c
18643         * removed src/gtk/gtkstext.[ch]
18644
18645 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18646
18647         * Convert character set and escape "text" attributes in toolbar setting
18648         files.
18649         * Fixed bug in button-press-event handling.
18650
18651 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18652
18653         * Fixed bug in key-press-event handling.
18654
18655 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18656
18657         * Enabled to compile tray-icon plugin (Ad-hoc).
18658         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18659
18660 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18661
18662         * Enabled to compile on sylpheed-claws.
18663         (tray-icon plugin still cannot compile yet.)
18664
18665 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18666
18667         * Updated to 0.9.5.
18668
18669 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18670
18671         * Updated to 0.9.4.
18672         * Ported monitoring SSL mechanism to GSource of GLib2
18673         (I don't confirm it)
18674         * Added _gtk2 suffix to key name of font preference to avoid
18675         ovverwriting preference of Gtk+-1.2 version.
18676
18677 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18678
18679         * Updated to 0.9.2.
18680
18681 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18682
18683         * Updated to 0.9.1.
18684         * Translate po files into UTF-8 when execute autogen.sh.
18685
18686 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18687
18688         * Updated to 0.9.0.
18689
18690 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18691
18692         * Plugged GError related memory leaks.
18693
18694 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18695
18696         * Changed default size of fonts.
18697         * Enabled to set titile font size of warning dialog.
18698
18699 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18700
18701         * Embed a sylpheed icon into executable binary on Windows.
18702
18703 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18704
18705         * I forgot to traslate character set of element string in src/xml.c.
18706
18707 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18708
18709         * Fixed detecting bind_textdomain_codeset in configure.in.
18710         * The bug in which "Example" of "Date fromat" preference isn't displayed
18711         correctly has been fixed.
18712
18713 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18714
18715         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18716           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18717           glib-gettextize
18718           Removed intl directory.
18719           Translated po files into UTF-8.
18720           (Thanks! Ryuji Abe)
18721
18722 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18723
18724         * The bug which doesn't unscape string in xml.c has been fixed.
18725
18726 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18727
18728         * The bug which is failed to translate encoding of file name thorough
18729         file dialog has been fixed.
18730
18731 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18732
18733         * Modified to translate file names which is used in inporting/expoting
18734         mbox feature and "Save as" feature into locale encoding.
18735         * Translate file names into locale encoding when "Attache file" and
18736         "Insert file".
18737         * Force set G_BROKEN_FILENAMES environment variable.
18738         * Other minor fixes.
18739
18740 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18741
18742         * Modified to treat MH folder's name as locale encoding.
18743
18744 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18745
18746         * The bug which clash on switching candidates of auto completion of
18747         addresses, cannot use auto completion in Japanesse is fixed
18748         (Thanks! Tokunaga-san)¡¥
18749
18750 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18751
18752         * The bug which cannot switch key accelerator preference has been fixed
18753         (Thanks! smbd-san)¡¥
18754
18755 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18756
18757         * version 0.8.11-gtk2-20030314
18758
18759 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18760
18761         * The bug in which character set conversion of filtering messages has
18762         been fixed.(Thanks! COCOA-san).
18763
18764 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18765
18766         * Revived "Leave space on head" preference in "Message" category.
18767         * A bug which clash when put the cursor to end of buffer and execute
18768         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18769
18770 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18771
18772         * version 0.8.11-gtk2-20030312
18773
18774 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18775
18776         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18777         * Modified to use Pango's API directly for font preference.
18778         * Integrated GtkTextView of textview to one widget.
18779         * Set fonts of header title in textview by "header_title" tag.
18780         * Removed some deprecated codes.
18781
18782 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18783
18784         * Updated to 0.8.11.
18785         * Merged cygwin patch(Thanks! Sakai-san).
18786
18787 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18788
18789         * version 0.8.10-gtk2-20030309