2006-09-30 [colin] 2.5.2cvs25
[claws.git] / ChangeLog
1 2006-09-30 [colin]      2.5.2cvs25
2
3         * src/folder.c
4                 Move a debug_print where it belongs 
5                 (processing)
6         * src/summaryview.c
7                 Don't mess with a huge slow subject
8                 table if we're not threading by
9                 subject
10
11 2006-09-30 [colin]      2.5.2cvs24
12
13         * src/msgcache.c
14                 Reenable mmaped reads (*not* writes!)
15         * src/procmsg.c
16                 Don't destroy and recreate hashtables just
17                 for fun
18         * src/common/utils.c
19                 Remove useless reply prefixes (it's case
20                 unsensitive)
21
22 2006-09-30 [wwp]        2.5.2cvs23
23
24         * tools/fix_date.sh
25                 Fixed a minor bug in date value extraction, added a switch
26                 to replace non RFC-compliant Date: value, added a switch
27                 to use strict RFC matching patterns for dates.
28
29 2006-09-29 [colin]      2.5.2cvs22
30
31         * src/matcher_parser.h
32         * src/matcher_parser_parse.y
33         * src/prefs_filtering.c
34         * src/statusbar.c
35         * src/summary_search.c
36         * src/summaryview.c
37         * src/gtk/quicksearch.c
38         * src/gtk/quicksearch.h
39                 Optimise searches by setting different
40                 refresh intervals (depending if the 
41                 search is fast or not)
42
43 2006-09-29 [colin]      2.5.2cvs21
44
45         * src/codeconv.c
46                 Optimise by reusing the last iconv converter
47                 if possible
48         * src/textview.c
49                 Optimise a bit (the foldable quotes feature
50                 still has an awful O(n^2) algo
51
52 2006-09-29 [colin]      2.5.2cvs20
53
54         * src/gtk/gtksctree.c
55         * src/gtk/gtksctree.h
56                 Optimise de-selection via up/down or
57                 another key
58
59 2006-09-28 [colin]      2.5.2cvs19
60
61         * src/action.c
62         * src/compose.c
63         * src/folderview.c
64         * src/mainwindow.c
65         * src/messageview.c
66         * src/summary_search.c
67         * src/toolbar.c
68                 Avoid using summaryview->ctree directly
69
70 2006-09-28 [colin]      2.5.2cvs18
71
72         * src/summaryview.c
73         * src/summaryview.h
74                 Add helpers to freeze/thaw/grab_focus
75                 Factorize calls to freeze/thaw/grab_focus
76                 
77
78 2006-09-28 [colin]      2.5.2cvs17
79
80         * src/main.c
81                 More guards for the session management
82
83 2006-09-28 [colin]      2.5.2cvs16
84
85         * src/folderview.c
86         * src/gtk/gtksctree.c
87         * src/gtk/gtksctree.h
88                 Make expanding not recursive in folderview
89
90 2006-09-28 [colin]      2.5.2cvs15
91
92         * src/addressbook.c
93                 If nothing is selected in the list (right part)
94                 and a group is selected in the tree (left part),
95                 mail this group.
96
97 2006-09-28 [colin]      2.5.2cvs14
98
99         * src/Makefile.am
100                 Actually use SM_LIBS
101
102 2006-09-28 [ticho]      2.5.2cvs13
103
104         * src/export.c
105         * src/messageview.c
106         * src/mimeview.c
107         * src/news.c
108         * src/pop.c
109         * src/prefs_themes.c
110         * src/procmsg.c
111                 Small i18n string optimization.
112         * src/send_message.c
113         * src/summaryview.c
114         * src/common/session.c
115         * src/common/smtp.c
116         * src/common/ssl_certificate.c
117         * src/common/utils.c
118                 Use "Couldn't" instead of "Can't" in UI messages,
119                 where appropriate.
120
121 2006-09-28 [colin]      2.5.2cvs12
122
123         * configure.ac
124                 Possibly fix link errors
125
126 2006-09-27 [wwp]        2.5.2cvs11
127
128         * src/gtk/authors.h
129         * doc/man/sylpheed-claws.1
130         * manual/ack.xml
131         * manual/es/ack.xml
132         * manual/fr/ack.xml
133         * manual/pl/ack.xml
134                 Updated authors info (me, myself and I).
135
136 2006-09-27 [colin]      2.5.2cvs10
137
138         * src/addressbook.c
139                 Remove useless printf
140
141 2006-09-27 [wwp]        2.5.2cvs9
142
143         * src/editgroup.c
144         * src/send_message.c
145         * src/inc.c
146         * src/prefs_common.c
147         * src/prefs_common.h
148         * src/gtk/progressdialog.c
149                 remember more windows' sizes (send dialog, received dialog,
150                 edit group in addressbook).
151
152 2006-09-27 [colin]      2.5.2cvs8
153
154         * configure.ac
155         * src/main.c
156         * src/mainwindow.h
157                 Use libSM to communicate with the session
158                 manager, so that we can know when the 
159                 session ends, save our caches, and draft
160                 our compose windows.
161
162 2006-09-27 [colin]      2.5.2cvs7
163
164         * src/addressbook.c
165                 Fix issues:
166                 o Allow Book and Group creation from the tree's
167                   contextual menu
168                 o Do not actually delete the contacts when 
169                   deleting groups from the tree (duh!)
170
171 2006-09-27 [colin]      2.5.2cvs6
172
173         * src/compose.c
174         * src/compose.h
175         * src/mainwindow.c
176         * src/textview.c
177         * src/toolbar.c
178                 o Allow passing an email address to 
179                   compose_new_with_folderitem
180                 o Update callers
181                 o Use current folderitem when clicking
182                   on a TextView mailto: link
183                 o Fix a possible leak in TextView
184
185 2006-09-27 [colin]      2.5.2cvs5
186
187         * src/html.c
188                 Use UTF-8 chars to replace HTML entities
189
190 2006-09-27 [colin]      2.5.2cvs4
191
192         * AUTHORS
193         * src/prefs_account.c
194         * src/gtk/authors.h
195                 Fix bug #1024 (Array index out of
196                 range in sylpheed-claws-2.5.2)
197                 Patch by Ales Nosek <anosek@suse.cz>
198
199 2006-09-27 [colin]      2.5.2cvs3
200
201         * src/addr_compl.c
202                 Actually do the test
203
204 2006-09-27 [colin]      2.5.2cvs2
205
206         * src/addr_compl.c
207         * src/addr_compl.h
208                 Allow completing with comma (in certain cases: vCalendar
209                 for example doesn't support that)
210                 Patch by Fabien Vantard
211
212 2006-09-26 [colin]      2.5.2cvs1
213
214         * src/Makefile.am
215         * src/addr_compl.c
216         * src/addr_compl.h
217         * src/addrbook.c
218         * src/addrbook.h
219         * src/addressbook.c
220         * src/addrindex.c
221         * src/addrindex.h
222         * src/compose.c
223         * src/prefs_common.c
224         * src/prefs_filtering_action.c
225         * src/prefs_folder_item.c
226         * src/prefs_template.c
227         * src/stock_pixmap.c
228         * src/stock_pixmap.h
229         * src/pixmaps/addr_one.xpm
230         * src/pixmaps/addr_two.xpm
231                 Add auto-completion on groups
232
233 2006-09-26 [colin]      2.5.2
234
235         * NEWS
236         * README
237         * RELEASE_NOTES
238                 2.5.2 released
239
240 2006-09-26 [colin]      2.5.1cvs5
241
242         * src/matcher.c
243                 Fix condition
244
245 2006-09-26 [colin]      2.5.1cvs4
246
247         * src/mbox.c
248                 Revert cvs1 (useless as the message is printed 
249                 every 500 mails)
250
251 2006-09-26 [colin]      2.5.1cvs3
252
253         * src/partial_download.c
254                 Fix crasher found by Alexsandar Urosevic
255
256 2006-09-26 [colin]      2.5.1cvs2
257
258         * src/summaryview.c
259                 Fix bug #1023 (Sylpheed deletes too much messages)
260
261 2006-09-26 [ticho]      2.5.1cvs1
262
263         * src/mbox.c
264                 Make use of gettext's multiple plurals for statusbar
265                 progress message.
266
267 2006-09-25 [paul]       2.5.1
268
269         * NEWS
270         * README
271         * RELEASE_NOTES
272                 2.5.1 released
273
274 2006-09-25 [colin]      2.5.0cvs3
275
276         * src/plugins/bogofilter/bogofilter.c
277         * src/plugins/clamav/clamav_plugin.c
278         * src/plugins/spamassassin/spamassassin.c
279                 BogoFilter, Spamassassin: Fix double hook registering after
280                 visiting preferences
281                 Spamassassin, Clamav: Just set the mails to move instead of
282                 doing the move - caller will move the things at once.
283
284 2006-09-25 [colin]      2.5.0cvs2
285
286         * src/imap.c
287         * src/etpan/imap-thread.c
288                 Use UID SEARCH ALL instead of UID 1:*
289                 (braindead servers can't figure out that's
290                 the same...)
291
292 2006-09-25 [wwp]        2.5.0cvs1
293
294         * src/message_search.c
295                 Added the ability to stop a running search (in message body).
296
297 2006-09-25 [paul]       2.5.0
298
299         * NEWS
300         * README
301         * RELEASE_NOTES
302                 2.5.0 released
303
304 2006-09-25 [paul]       2.4.0cvs214
305
306         * po/cs.po
307         * po/de.po
308         * po/fi.po
309         * po/fr.po
310         * po/nl.po
311         * po/pt_BR.po
312         * po/sk.po
313         * po/sr.po
314         * po/zh_CN.po
315                 updated by Tim, Stephan Sachse, Flammie Pirinen,
316                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
317                 Ticho, Aleksander Urosevic, Ralgh Young
318
319 2006-09-24 [mones]      2.4.0cvs213
320
321         * po/es.po
322                 Updated for release
323
324 2006-09-23 [colin]      2.4.0cvs212
325
326         * src/gtk/inputdialog.c
327                 Fix [ ] remember this appearing in normal
328                 input dialogs after it's been used by
329                 mimeview.
330         * src/folder.c
331         * src/folderview.c
332         * src/msgcache.c
333         * src/procmsg.c
334         * src/summaryview.c
335         * src/textview.c
336         * src/common/timing.h
337                 Enable timings in debug mode and make it
338                 look prettier.
339
340 2006-09-22 [colin]      2.4.0cvs211
341
342         * README
343                 Revert test change
344         * commitHelper
345                 ping the correct URI
346
347 2006-09-22 [colin]      2.4.0cvs210
348
349         * README
350                 Let's see if bug #1022 is fixed
351
352 2006-09-21 [colin]      2.4.0cvs209
353
354         * src/wizard.c
355         * src/common/plugin.c
356                 Prepare infra to load predefined plugins when
357                 no configuration existed. Don't actually load
358                 anything yet (feat. freeze)
359
360 2006-09-21 [wwp]        2.4.0cvs208
361
362         * manual/fr/faq.xml
363                 Partial sync w/ 2.4.0cvs72:
364                 wrap file and minor updates.
365
366 2006-09-21 [wwp]        2.4.0cvs207
367
368         * tools/fix_date.sh
369                 several fixes and enhancements. A new --force switch has been
370                 added to prevent overriding by default Date: header when
371                 already existing.
372
373 2006-09-21 [paul]       2.4.0cvs206
374
375         * src/common/utils.c
376                 add Chinese UTF8 Re prefix
377
378 2006-09-21 [wwp]        2.4.0cvs205
379
380         * tools/Makefile.am
381                 Fics alfabettical order.
382
383 2006-09-21 [wwp]        2.4.0cvs204
384
385         * tools/fix_date.sh
386         * tools/Makefile.am
387                 Added an action tool to fix missing Date field in emails.
388                 Updated Makefile.am to reflect those last two additions.
389
390 2006-09-21 [wwp]        2.4.0cvs203
391
392         * tools/uuooffice
393                 Added a action tool to open uuencoded docs w/
394                 OpenOffice (based on uudec method).
395
396 2006-09-21 [colin]      2.4.0cvs202
397
398         * src/compose.c
399         * src/textview.c
400                 Workaround possible GTK crash: remove selection 
401                 clipboard before destroying widget, or GTK+-2.10
402                 dies. Thanks to Hiro.
403
404 2006-09-20 [colin]      2.4.0cvs201
405
406         * src/compose.c
407                 Fix free-after-use in some cases (when 
408                 procmime_encode_content() frees mimeinfo->data.mem
409                 and turns it to a temp file)
410
411 2006-09-20 [colin]      2.4.0cvs200
412
413         * src/folderview.c
414         * src/summaryview.c
415         * src/gtk/gtksctree.c
416         * src/gtk/gtksctree.h
417                 Add tooltips in the folderview and summaryview
418                 (Doesn't break string freeze as they already
419                 exist)
420         * src/toolbar.c
421                 Put the spam button in the default configuration
422                 if compiled with bogo plugin too
423
424 2006-09-19 [colin]      2.4.0cvs199
425
426         * src/summaryview.c
427         * src/summaryview.h
428                 Update folder name label on folder rename
429         * src/prefs_matcher.c
430         * src/gtk/logwindow.h
431                 Fix warnings
432                 Patches by Fabien
433
434 2006-09-19 [wwp]        2.4.0cvs198
435
436         * src/summary_search.c
437                 fix can't click forward/backward buttons in the
438                 search messages.
439
440 2006-09-18 [paul]       2.4.0cvs197
441
442         * src/wizard.c
443                 add missing bracket, capitalise the A of
444                 'SpamAssassin'
445
446 2006-09-18 [paul]       2.4.0cvs196
447
448         * src/compose.c
449                 fix bug 1012 'crashed upon sending mail
450                 from compose window'
451                 Thanks to Colin
452
453 2006-09-16 [colin]      2.4.0cvs195
454
455         * src/folderview.c
456                 Fix "real-time" sorting by freezing/thawing
457
458 2006-09-16 [colin]      2.4.0cvs194
459
460         * manual/faq.xml
461                 Fix the anti-spam entry a bit
462
463 2006-09-16 [colin]      2.4.0cvs193
464
465         * src/wizard.c
466                 Make sure reviewers have no excuse when stating
467                 Sylpheed-Claws doesn't have antispam capabilities.
468
469 2006-09-16 [colin]      2.4.0cvs192
470
471         * src/main.c
472                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
473                 as if the SIGPIPE comes from etpan's thread we could
474                 trigger a GUI update from this thread.
475
476 2006-09-16 [colin]      2.4.0cvs191
477
478         * src/summaryview.c
479                 Init all members of the struct
480
481 2006-09-16 [paul]       2.4.0cvs190
482
483         * src/account.c
484                 improvements to the English
485
486 2006-09-15 [colin]      2.4.0cvs189
487
488         * src/summaryview.c
489                 HIG order on dialog
490
491 2006-09-14 [colin]      2.4.0cvs188
492
493         * src/common/socket.c
494         * src/common/socket.h
495         * src/common/ssl.c
496         * src/common/ssl_certificate.c
497         * src/common/ssl_certificate.h
498         * src/etpan/imap-thread.c
499                 the get_fqdn() call done to get canonical name when
500                 checking an SSL certificate is blocking, which is
501                 sad as we just did a non-blocking lookup to connect.
502                 Fix that by letting the fqdn available to the SockInfo,
503                 and use that in ssl_certificate_check(). For IMAP,
504                 we don't do it as the lookup's done by libetpan, but
505                 it's less annoying as IMAP connections as much more
506                 rare than POP3 connections.
507
508 2006-09-14 [paul]       2.4.0cvs187
509
510         * manual/advanced.xml
511                 improvements to the English,
512                 properly place the new hidden options
513                 within the alphabetical order
514         * src/gtk/pluginwindow.c
515                 improvements to the English
516
517 2006-09-14 [colin]      2.4.0cvs186
518
519         * src/prefs_common.c
520         * src/prefs_common.h
521         * src/gtk/gtksctree.c
522         * manual/advanced.xml
523                 New hidden pref, stripes_color_offset, to change
524                 the value added/substracted to normal bgcolor to
525                 create the stripes in summaries
526
527 2006-09-13 [colin]      2.4.0cvs185
528
529         * src/gedit-print.c
530         * src/messageview.c
531         * src/messageview.h
532         * src/summaryview.c
533         * src/textview.c
534                 Fix misc. printing issues: 
535                 - Bad font for linkified headers
536                 - Different font if the mail was displayed or not
537                 - Factorize the thing
538
539 2006-09-13 [colin]      2.4.0cvs184
540
541         * src/common/ssl_certificate.c
542                 Only get FQDN once when checking certificate
543
544 2006-09-13 [colin]      2.4.0cvs183
545
546         * src/account.c
547         * src/gtk/pluginwindow.c
548                 Misc. GUI fixes by Fabien
549
550 2006-09-13 [wwp]        2.4.0cvs182
551
552         * configure.ac
553         * src/common/utils.h
554         * src/common/utils.c
555                 get rid of unused wide-char functions.
556
557 2006-09-13 [wwp]        2.4.0cvs181
558
559         * src/plugins/pgpinline/sylpheed.def
560         * src/textview.c
561                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
562                 add privacy_reset_error to the .def file,
563                 do not fork for an external textviewer.
564
565 2006-09-13 [wwp]        2.4.0cvs180
566
567         * src/prefs_common.c
568                 fix broken font entry in prefs (patch issued by the gpg4win team,
569                 probably by Marcus Brinkmann <marcus@g10code.de>).
570
571 2006-09-13 [colin]      2.4.0cvs179
572
573         * src/folder.h
574                 Fix a warning in summaryview.c
575         * src/mainwindow.c
576         * src/summaryview.c
577         * src/summaryview.h
578                 Add missing Mark/* elements in the
579                 main menu
580
581 2006-09-12 [colin]      2.4.0cvs178
582
583         * src/prefs_actions.c
584         * src/prefs_filtering_action.c
585         * src/prefs_matcher.c
586                 Use (New) instead of New everywhere
587
588 2006-09-12 [wwp]        2.4.0cvs177
589
590         * manual/fr/addrbook.xml
591         * manual/fr/handling.xml
592                 updated some quotes in the fr manual to match the fr translation.
593
594 2006-09-12 [wwp]        2.4.0cvs176
595
596         * src/prefs_matcher.c
597                 don't store translated string elements in matcher expressions.
598                 Also fixed a misused of Q_().
599
600 2006-09-11 [wwp]        2.4.0cvs175
601
602         * src/plugins//bogofilter/bogofilter.c
603         * src/plugins//clamav/clamav_plugin.c
604         * src/plugins//demo/demo.c
605         * src/plugins//dillo_viewer/dillo_viewer.c
606         * src/plugins//pgpcore/plugin.c
607         * src/plugins//pgpinline/plugin.c
608         * src/plugins//pgpmime/plugin.c
609         * src/plugins//spamassassin/spamassassin.c
610                 gettext-ize more strings (mostly plugin error messages).
611
612 2006-09-11 [colin]      2.4.0cvs174
613
614         * src/alertpanel.c
615                 Make maximum buffer size bigger to avoid
616                 truncating translated messages. Patch by
617                 Fabien
618
619 2006-09-11 [colin]      2.4.0cvs173
620
621         * src/etpan/imap-thread.c
622                 Fix compilation on OpenBSD, thanks to 
623                 Landry
624
625 2006-09-10 [wwp]        2.4.0cvs172
626
627         * manual/account.xml
628         * manual/addrbook.xml
629         * manual/handling.xml
630         * manual/es/handling.xml
631         * manual/fr/account.xml
632         * manual/fr/addrbook.xml
633         * manual/fr/handling.xml
634                 documented addressbook matching (condition configuration):
635                   addrbook.xml, en fr
636                 documented per-account filtering rules (handling/filtering
637                   section, account section):
638                   account.xml, handling.xml, en fr
639                 slightly updated the handling/searching section to tell few
640                   words about the extended search ability:
641                   handling.xml, en fr
642                 added missing <quote></quotes> to Quick Search:
643                   handling.xml, en fr es
644                 fixed a typo (auomatically):
645                   handling.xml, en
646                 changes revisited by Paul.
647
648 2006-09-10 [paul]       2.4.0cvs171
649
650         * src/prefs_actions.c
651         * src/prefs_filtering.c
652         * src/prefs_template.c
653                 adjustments to the gui
654                 Patch by Fabien Vantard (slightly modified)
655
656 2006-09-10 [colin]      2.4.0cvs170
657
658         * src/summaryview.c
659                 Check folderitem/summaryview consistency
660                 (basically automates Update summary). Fixes
661                 #1011 (wrong (negative) count on unread 
662                 messages)
663
664 2006-09-10 [colin]      2.4.0cvs169
665
666         * src/gtk/gtksctree.c
667                 Fix recursive expansion via mouse
668         * src/plugins/bogofilter/bogofilter.c
669                 Use normal filtering way of moving
670                 messages (batching), possibly fixing
671                 bug #1015 (Bogofilter plugin doubles 
672                 new messages)
673
674 2006-09-09 [wwp]        2.4.0cvs168
675
676         * src/prefs_filtering.c
677                 better place for this fix.
678
679 2006-09-09 [wwp]        2.4.0cvs167
680
681         * src/prefs_filtering.c
682                 fix a minor bug when the enabled status of a filtering/processing
683                 rule always got set to TRUE when replacing this rule. That still
684                 make sense when adding a new rule, but now when replacing, we
685                 don't override the value of 'enabled'.
686                 Also renamed the func prefs_filtering_list_view_get_rule_name()
687                 to prefs_filtering_list_view_get_info() as this function not only
688                 returns the name, but also the account_id and the enabled status.
689
690 2006-09-09 [mones]      2.4.0cvs166
691
692         * manual/glossary.xml
693         * manual/plugins.xml
694                 Minor format corrections
695         * manual/gpl.xml
696                 Fix misplaced NO WARRANTY section
697         * manual/es/advanced.xml
698         * manual/es/faq.xml
699         * manual/es/glossary.xml
700         * manual/es/gpl.xml
701         * manual/es/handling.xml
702         * manual/es/plugins.xml
703         * manual/es/starting.xml
704                 Incorporate changes from English version
705         * manual/fr/ack.xml
706         * manual/pl/ack.xml
707         * manual/es/ack.xml
708                 Fix address, (add translation credits in es version)
709         * po/es.po
710                 Updated translation
711
712 2006-09-09 [wwp]        2.4.0cvs165
713
714         * src/prefs_filtering.c
715                 fix a crash when opening filtering prefs, if matcherrc file contains
716                 broken data (non-existing account id, which is theoretically not
717                 possible).
718
719 2006-09-08 [colin]      2.4.0cvs164
720
721         * src/folder.c
722                 Wrong assert, make it an if()
723         * src/gtk/gtksctree.c
724                 Fix bug #1013 (expand selected thread 
725                 tree) - expanding is now recursive
726
727 2006-09-07 [wwp]        2.4.0cvs163
728
729         * src/prefs_matcher.c
730                 make better sentences about addressbook matching in the
731                 matcher prefs. This should make translators' work easier
732                 too.
733
734 2006-09-07 [wwp]        2.4.0cvs162
735
736         * src/prefs_filtering.c
737                 code simplification (get rid of dup var. assignment).
738
739 2006-09-07 [wwp]        2.4.0cvs161
740
741         * src/summaryview.c
742                 use GTK_STOCK icons when possible, patch by Fabien Vantard
743                 <fzzzzz@gmail.com>.
744
745 2006-09-07 [paul]       2.4.0cvs160
746
747         * src/mimeview.c
748                 fix compilation warnings
749                 Thanks to Colin
750
751 2006-09-07 [paul]       2.4.0cvs159
752
753         * src/mimeview.c
754                 select the mimepart icon when
755                 displaying as text
756                 Thanks to Colin
757
758 2006-09-06 [paul]       2.4.0cvs158
759
760         * src/prefs_filtering.c
761                 fix labels and table element spacing
762                 Patch by Fabien Vantard
763
764 2006-09-06 [paul]
765
766         2.5.0-rc3 released
767
768 2006-09-06 [paul]       2.4.0cvs157
769
770         * manual/es/advanced.xml
771                 fix typo
772
773 2006-09-06 [wwp]        2.4.0cvs156
774
775         * src/mainwindow.c
776                 fix an dup launch issue when iconified, thanks to Colin.
777
778 2006-09-06 [wwp]        2.4.0cvs155
779
780         * src/gtk//gtksctree.h
781                 oops, forgot that one!
782
783 2006-09-06 [wwp]        2.4.0cvs154
784
785         * manual/pl/advanced.xml
786         * manual/advanced.xml
787         * manual/es/advanced.xml
788         * manual/fr/advanced.xml
789         * src/prefs_customheader.c
790         * src/prefs_filtering_action.c
791         * src/foldersel.c
792         * src/prefs_summaries.c
793         * src/prefs_filtering.c
794         * src/account.c
795         * src/compose.c
796         * src/prefs_summary_column.c
797         * src/addr_compl.c
798         * src/prefs_actions.c
799         * src/prefs_folder_column.c
800         * src/ssl_manager.c
801         * src/prefs_template.c
802         * src/prefs_display_header.c
803         * src/prefs_common.h
804         * src/prefs_matcher.c
805         * src/prefs_common.c
806         * src/prefs_toolbar.c
807         * src/summaryview.c
808         * src/folderview.c
809         * src/gtk/gtksctree.c
810         * src/gtk/pluginwindow.c
811         * src/gtk/progressdialog.c
812         * src/gtk/prefswindow.c
813                 renamed hidden option enable_rules_hint to use_stripes_everywhere
814                 to make its meaning more obvious (all versions of the manual reflect
815                 the change).
816                 added an extra hidden option use_stripes_in_summary to allow
817                 discarding these stripes in mainwindow's folder and message lists;
818                 en and fr manuals only are OK towards this.
819
820 2006-09-06 [colin]      2.4.0cvs153
821
822         * src/textview.c
823                 Hide Sylpheed-Claws' internal queue headers
824                 when showing all headers. They'll be present
825                 only in Source window.
826
827 2006-09-05 [colin]      2.4.0cvs152
828
829         * src/plugins/trayicon/trayicon.c
830                 Fix crash at exit - we have to disconnect
831                 our handlers
832         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
833                 Update eggtrayicon - patch adapted from a
834                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
835                 on Sylpheed's ML
836
837 2006-09-05 [colin]      2.4.0cvs151
838
839         * src/mainwindow.c
840         * src/gtk/logwindow.c
841                 Fix race condition when something writes
842                 to the log too soon during init. Thanks
843                 to Fabien Vantard
844
845 2006-09-05 [colin]      2.4.0cvs150
846
847         * src/mimeview.c
848                 Don't select part on right-click either
849
850 2006-09-05 [paul]       2.4.0cvs149
851
852         * src/mimeview.c
853                 completion of previous commit
854                 Thanks to Colin
855
856 2006-09-05 [colin]      2.4.0cvs148
857
858         * src/mimeview.c
859                 Don't force selection on middle-click, just open
860
861 2006-09-04 [colin]      2.4.0cvs147
862
863         * src/mimeview.c
864                 Looks like gtk_notebook_set_current_page()
865                 sometimes steals focus, and this annoys us
866                 in MimeViewers as it renders navigation
867                 keys useless. Take back focus after switching
868                 pages.
869
870 2006-09-04 [colin]      2.4.0cvs146
871
872         * src/messageview.c
873                 Set stop_loading when clicking on Next
874                 during load. Don't add a callback to 
875                 avoid over-complicating things.
876
877 2006-09-04 [colin]      2.4.0cvs145
878
879         * src/mimeview.c
880         * src/messageview.c
881                 Fix multiple loads in separate messageview
882
883 2006-09-04 [colin]      2.4.0cvs144
884
885         * src/summaryview.c
886                 Let navigation keys be handled during 
887                 load
888
889 2006-09-04 [colin]      2.4.0cvs143
890
891         * src/messageview.c
892         * src/summaryview.c
893         * src/textview.c
894         * src/textview.h
895                 Make loading of huge mails (lots of text and/or
896                 images) cancellable, so the GUI doesn't block 
897
898 2006-09-04 [colin]      2.4.0cvs142
899
900         * src/plugins/trayicon/trayicon.c
901                 Fix annoyance when removing a folder with 
902                 unread mails: trayicon didn't update
903
904 2006-09-04 [paul]       2.4.0cvs141
905
906         * src/gtk/icon_legend.c
907                 straighten up columns
908                 Patch by Fabien Vantard
909
910 2006-09-04 [wwp]        2.4.0cvs140
911
912         * src/prefs_filtering.c
913                 fix new line's account name in filtering prefs:
914                 was "All", is now "(New)".
915
916 2006-09-04 [paul]       2.4.0cvs139
917
918         * tools/make.themes.project
919                 use "AUTOMAKE_OPTIONS = dist-bzip2"
920                 instead of homebrewed "make release"
921
922 2006-09-03 [colin]      2.4.0cvs138
923
924         * src/folderview.c
925                 Fix bug #1007 (Wrong folder highlighted)
926
927 2006-09-03 [colin]      2.4.0cvs137
928
929         * src/compose.c
930                 Don't set Newsgroup: header to a mail folder
931                 path
932
933 2006-09-03 [paul]       2.4.0cvs136
934
935         * src/prefs_other.c
936         * src/prefs_spelling.c
937                 unify the gui
938
939 2006-09-03 [paul]       2.4.0cvs135
940
941         * src/prefs_summaries.c
942                 correct menu item text in prefs_keybind_apply_clicked()
943
944 2006-09-03 [paul]       2.4.0cvs134
945
946         * manual/advanced.xml
947                 some improvements to the descriptions
948         * src/mainwindow.c
949         * src/messageview.c
950         * src/summaryview.c
951         * src/gtk/menu.c
952                 fix menu sensitivity issues
953         * src/prefs_message.c
954                 drop the useless word 'short'
955         * src/prefs_other.c
956                 add the word 'lines' indicating log length
957                 is a measure of lines
958         * src/textview.c
959                 fix compilation warnings
960
961 2006-09-02 [colin]      2.4.0cvs133
962
963         * src/messageview.c
964                 Display a special return-receipt message
965                 if the message is from the user
966         * src/summaryview.c
967                 Fix missing freeze of the list when marking
968                 all read and unthreading for exec. Thanks
969                 to Stephan Sachse.
970
971 2006-09-02 [paul]       2.4.0cvs132
972
973         * src/mainwindow.c
974         * src/prefs_message.c
975         * src/summaryview.c
976                 fix some english
977
978 2006-09-02 [wwp]        2.4.0cvs131
979
980         * src/prefs_filtering.c
981                 added an account name column to the filtering rules
982                 dialog.
983
984 2006-09-02 [colin]      2.4.0cvs130
985
986         * src/gtk/logwindow.c
987         * src/gtk/logwindow.h
988                 Block scrolling if we're not at the end
989                 of the log
990
991 2006-09-02 [colin]      2.4.0cvs129
992
993         * src/folder.c
994                 Make sure account-specific rules can't
995                 be used in {pre-,post-,}processing
996         * src/mainwindow.c
997         * src/gtk/logwindow.c
998         * src/gtk/logwindow.h
999                 Jump to last error when clicking on the
1000                 warning icon
1001
1002 2006-09-02 [colin]      2.4.0cvs128
1003
1004         * src/imap.c
1005         * src/import.c
1006         * src/mainwindow.c
1007         * src/mainwindow.h
1008                 Fix warning icon
1009         * src/inc.c
1010         * src/mbox.c
1011         * src/mbox.h
1012                 Let proc_mbox know its account, for
1013                 account-specific rules
1014
1015 2006-09-01 [colin]      2.4.0cvs127
1016
1017         * src/codeconv.c
1018                 Don't uselessly use iconv to convert from
1019                 us-ascii
1020         * src/alertpanel.c
1021         * src/mainwindow.c
1022         * src/mainwindow.h
1023         * src/inc.c
1024                 Fix certain log cases, disable warning icon
1025                 for now, the correct way to display it when
1026                 necessary and only when necessary is probably
1027                 to do it manually rather than use error logs
1028         * src/etpan/imap-thread.c
1029                 Clean up UID logging a bit
1030         * src/gtk/logwindow.c
1031         * src/gtk/logwindow.h
1032                 Make logging faster when the window's closed
1033
1034 2006-09-01 [wwp]        2.4.0cvs126
1035
1036         * manual/fr/account.xml
1037                 reflect changes to the ref. manual (parts of cvs72):
1038                 fix tabnames and quotes.
1039
1040 2006-09-01 [wwp]        2.4.0cvs125
1041
1042         * manual/fr/plugins.xml
1043                 reflect changes to the reference manual (cvs42):
1044                 update IRC channel info.
1045
1046 2006-09-01 [wwp]        2.4.0cvs124
1047
1048         * commitHelper
1049                 use CVSEDITOR env. var. if set, according to `man cvs`.
1050
1051 2006-09-01 [wwp]        2.4.0cvs123
1052
1053         * manual/advanced.xml
1054                 better sentence again (thanks to Paul).
1055
1056 2006-09-01 [wwp]        2.4.0cvs122
1057
1058         * manual/advanced.xml
1059         fix definition of toolbar_detachable and rework a bit the one of
1060         enable_dotted_lines.
1061
1062 2006-09-01 [mones]      2.4.0cvs121
1063
1064         * manual/advanced.xml
1065                 Document enable_dotted_lines
1066
1067 2006-09-01 [paul]       2.4.0cvs120
1068
1069         * src/folderview.c
1070         * src/folderview.h
1071         * src/imap.c
1072         * src/mainwindow.c
1073         * src/summaryview.c
1074                 obey the 'When entering folder...' option
1075                 when using the /View/Go to/... menu items
1076                 Thanks to Colin
1077
1078 2006-08-31 [colin]      2.4.0cvs119
1079
1080         * src/folderview.c
1081                 Revert 2.4.0cvs116, wrong fix.
1082
1083 2006-08-31 [colin]      2.4.0cvs118
1084
1085         * src/gtk/gtksctree.c
1086                 Better state the various copyrights
1087
1088 2006-08-31 [colin]      2.4.0cvs117
1089
1090         * src/prefs_common.c
1091                 fix enable_dotted_lines
1092
1093 2006-08-31 [colin]      2.4.0cvs116
1094
1095         * src/folderview.c
1096                 Use pref "Always open on select" when going
1097                 to next unread folder
1098         * src/gtk/gtksctree.c
1099                 Fix link failure to _gtk_clist_create_cell_layout
1100                 on certain computers. (Why not mine, I wonder)
1101
1102 2006-08-31 [colin]      2.4.0cvs115
1103
1104         * src/procmsg.c
1105         * src/textview.c
1106         * src/plugins/bogofilter/bogofilter.c
1107         * src/plugins/spamassassin/spamassassin.c
1108                 Requalify some "errors" to warnings
1109         * src/mainwindow.c
1110         * src/mainwindow.h
1111         * src/statusbar.c
1112                 Add an icon in the statusbar to notify
1113                 of errors
1114         * src/gtk/gtksctree.c
1115         * src/folderview.c
1116         * src/summaryview.c
1117                 Make the GtkSCTree look more modern by
1118                 alternating background lines
1119         * src/prefs_common.c
1120         * src/prefs_common.h
1121                 Add a pref to let people have the old
1122                 way if they prefer
1123
1124
1125 2006-08-30 [colin]      2.4.0cvs114
1126
1127         * src/procmsg.c
1128         * src/procmsg.h
1129                 Provide a way to filter a list of
1130                 messages in an optimised manner, and
1131                 add a list-filtering hook
1132         * src/folder.c
1133         * src/inc.c
1134         * src/mbox.c
1135                 Use the list filtering
1136         * src/plugins/bogofilter/bogofilter.c
1137                 Use the list-filtering hook
1138                 Use -b (bulk) mode for more speed
1139                 when learning and filtering
1140         * src/etpan/imap-thread.c
1141                 Make log output shorter in UID SEARCH
1142
1143
1144 2006-08-30 [colin]      2.4.0cvs113
1145
1146         * src/plugins/bogofilter/bogofilter.c
1147                 Really fast mass learning - thanks to David
1148                 Relson for the options explanations :)
1149
1150 2006-08-30 [colin]      2.4.0cvs112
1151
1152         * src/msgcache.c
1153                 Fix compilation on FreeBSD. Thanks
1154                 to Michael Hugues
1155
1156 2006-08-29 [colin]      2.4.0cvs111
1157
1158         * src/folderview.c
1159                 Handle "popup_menu" signal (for popping the 
1160                 menu via the keyboard)
1161         * src/mimeview.c
1162         * src/mimeview.h
1163         * src/summaryview.c
1164         * src/textview.c
1165         * src/gtk/gtkutils.c
1166         * src/gtk/gtkutils.h
1167                 Factorize scrolling code, and add an API 
1168                 for MimeViewers to handle scroll orders
1169
1170 2006-08-29 [wwp]        2.4.0cvs110
1171
1172         * src/plugins//bogofilter/bogofilter.c
1173         * src/plugins//spamassassin/spamassassin.c
1174                 make the bogofilter/spamassassin filtering error dialogs at
1175         incorporation obey to the "don't popup error dialog on
1176         receive error" option. If disabled, feed the log window w/
1177         the error message.
1178
1179 2006-08-29 [paul]
1180
1181         2.5.0-rc2 released
1182
1183 2006-08-29 [paul]       2.4.0cvs109
1184
1185         * Makefile.am
1186                 remove 'make release', it's not needed
1187                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1188
1189 2006-08-29 [paul]       2.4.0cvs108
1190
1191         * src/foldersel.c
1192         * src/summary_search.c
1193         * src/gtk/progressdialog.c
1194         * src/plugins/pgpcore/passphrase.c
1195                 replace deprecated gtk_window_set_policy()
1196
1197 2006-08-29 [colin]      2.4.0cvs107
1198
1199         * src/folder.c
1200                 Fix data loss when copy fails during a move:
1201                 only use fast remove_msgs if everything was
1202                 copied OK; else use slow remove_msg on the
1203                 mails that got copied only.
1204
1205 2006-08-28 [paul]       2.4.0cvs106
1206
1207         * src/mh.c
1208                 revert change in 2.4.0cvs104, it breaks
1209                 stuff
1210
1211 2006-08-28 [paul]       2.4.0cvs105
1212
1213         * src/plugins/spamassassin/spamassassin.c
1214                 english fix
1215
1216 2006-08-28 [paul]       2.4.0cvs104
1217
1218         * src/mh.c
1219                 fix data loss when moving to another
1220                 mailbox fails
1221         * src/prefs_spelling.c
1222                 improve the english
1223         * src/gtk/pluginwindow.c
1224                 improve the layout of the dialog text
1225         All thanks to Colin
1226
1227 2006-08-28 [paul]       2.4.0cvs103
1228
1229         * src/plugins/bogofilter/bogofilter.c
1230         * src/plugins/bogofilter/bogofilter_gtk.c
1231                 fix english up a bit, innit
1232
1233 2006-08-28 [paul]       2.4.0cvs102
1234
1235         * configure.ac
1236         * po/Makefile.in.in
1237         * po/Makevars
1238                 require autoconf 2.60, enabling building
1239                 with gettext 0.15 (gettext 0.14.x build still
1240                 possible). Replace Makefiles with versions
1241                 from gettext 0.15.
1242                 Remove configure options --with-localedir and
1243                 --with-mandir. The options that are provided
1244                 directly by autoconf 2.60 can be used instead:
1245                 --mandir --localedir
1246
1247 2006-08-27 [colin]      2.4.0cvs101
1248
1249         * src/plugins/bogofilter/Makefile.am
1250                 Fix make dist (no README)
1251
1252 2006-08-27 [colin]      2.4.0cvs100
1253
1254         * src/folder.c
1255                 Don't use F_UNKNOWN folders for any default
1256                 outbox/trash/etc
1257         * src/plugins/bogofilter/bogofilter.c
1258         * src/plugins/bogofilter/bogofilter.h
1259         * src/plugins/bogofilter/bogofilter_gtk.c
1260                 Add an option to specify the path to bogofilter
1261                 Use single-quotes to be able to learn in folders
1262                 with spaces in their names
1263                 Verify learning status
1264
1265 2006-08-27 [colin]      2.4.0cvs99
1266
1267         * manual/faq.xml
1268         * manual/plugins.xml
1269                 Document Bogofilter plugin
1270
1271 2006-08-27 [colin]      2.4.0cvs98
1272
1273         * src/compose.c
1274         * src/messageview.c
1275         * src/procmsg.c
1276         * src/procmsg.h
1277                 When possible, copy the queued mail to sent folder
1278                 instead of re-adding. Much faster on IMAP.
1279
1280 2006-08-27 [colin]      2.4.0cvs97
1281
1282         * src/msgcache.c
1283                 Disable mmaped caches - huge metadata loss
1284                 here after a power failure.
1285         * src/summaryview.c
1286                 Add quicksearch timing
1287         * src/common/plugin.c
1288         * src/common/plugin.h
1289                 Implement an interface to tell what plugins
1290                 provide. Prevent loading of similar plugins.
1291         * src/plugins/clamav/clamav_plugin.c
1292         * src/plugins/demo/demo.c
1293         * src/plugins/dillo_viewer/dillo_viewer.c
1294         * src/plugins/pgpcore/plugin.c
1295         * src/plugins/pgpinline/pgpinline.c
1296         * src/plugins/pgpmime/pgpmime.c
1297         * src/plugins/spamassassin/spamassassin.c
1298         * src/plugins/trayicon/trayicon.c
1299                 Implement plugin_provides()
1300
1301 2006-08-27 [colin]      2.4.0cvs96
1302
1303         * configure.ac
1304         * src/plugins/Makefile.am
1305         * src/plugins/bogofilter/.cvsignore
1306         * src/plugins/bogofilter/Makefile.am
1307         * src/plugins/bogofilter/bogofilter.c
1308         * src/plugins/bogofilter/bogofilter.h
1309         * src/plugins/bogofilter/bogofilter_gtk.c
1310                 New Bogofilter plugin, provides filtering and
1311                 learning. Spamassassin will go to extra plugins.
1312
1313 2006-08-26 [mones]      2.4.0cvs95
1314
1315         * manual/handling.xml
1316                 Fix subfolder path in the example (thanks to Paul) 
1317
1318 2006-08-26 [mones]      2.4.0cvs94
1319
1320         * manual/glossary.xml
1321                 2.2. + add ISP to the glossary
1322                 7.5. + Add UIDL to glossary
1323                 7.7. + Add TCP to glossary
1324         * manual/handling.xml
1325                 7.1. + Mentions GNU/Linux distribution, what about the non...
1326                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1327                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1328                 7.4. = Use appropriate quotation for commands
1329                 7.6. = change "" to <quote></quote>
1330         * manual/plugins.xml
1331                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1332         * manual/starting.xml
1333                 2.1. + local mbox file: some examples of mbox file locations...
1334                 Also reformatted files requiring it
1335
1336 2006-08-26 [wwp]        2.4.0cvs93
1337
1338         * src/summary_search.c
1339                 disable find buttons while summary search is running.
1340
1341 2006-08-25 [colin]      2.4.0cvs92
1342
1343         * src/folder.c
1344         * src/folderutils.c
1345         * src/mh.c
1346         * src/procmsg.h
1347         * src/summaryview.c
1348                 Speed up MH moving, and add progressbar
1349                 for MH deletion
1350         * src/msgcache.c
1351                 Write cache files using mmap() too
1352
1353 2006-08-25 [wwp]        2.4.0cvs91
1354
1355         * src/summaryview.c
1356                 switch spam<->ham button when a message has been marked as spam or ham
1357                 and is still selected. Thanks to Colin.
1358
1359 2006-08-25 [paul]       2.4.0cvs90
1360
1361         * src/Makefile.am
1362         * src/stock_pixmap.c
1363         * src/stock_pixmap.h
1364         * src/summaryview.c
1365         * src/gtk/icon_legend.c
1366         * src/pixmaps/copied.xpm
1367         * src/pixmaps/moved.xpm
1368                 add icons for delayed execution marked for
1369                 copying, marked for moving
1370
1371 2006-08-25 [mones]      2.4.0cvs89
1372
1373         * manual/glossary.xml
1374                 Fix the other glossary items:
1375                 5.1. = Inmmediate execution -> <quote>immediate execution...
1376                 5.2. = Fix MBOX capitalization -> Mbox
1377                 5.3. + Improve Plugins def. w/ tech. ref.
1378                 5.4. = Quotation -> replace '>' by <quote>></quote>
1379                 5.5. - SMTP Server. -> remove dot
1380         * po/es.po
1381                 Updated translation
1382
1383 2006-08-25 [mones]      2.4.0cvs88
1384
1385         * manual/ack.xml
1386                 Reformatted, changed email address
1387         * manual/glossary.xml
1388                 Reformatted, fixed MANUAL-TODO items:
1389                 8.2. + add ROT-13 to glossary
1390                 8.4. + add URL to glossary
1391         * manual/es/advanced.xml
1392                 Fixed <literal>s
1393
1394 2006-08-25 [paul]       2.4.0cvs87
1395
1396         * src/gtk/icon_legend.c
1397                 add 'marked for deletion' icon
1398                 arrange icons by containing column
1399                 wrap long label text
1400
1401 2006-08-25 [colin]      2.4.0cvs86
1402
1403         * src/common/utils.c
1404         * src/common/utils.h
1405                 Add the sc_g_*list_bigger functions in
1406                 a place everyone can use it
1407         * src/summaryview.c
1408                 Only freeze/thaw the list when working
1409                 on the selection, if it's bigger than 1
1410         * src/gtk/gtksctree.c
1411                 Only freeze/thaw the list when unselec-
1412                 ting 'all' if ('all' != 1)
1413                 This avoids some flickering
1414
1415 2006-08-24 [colin]      2.4.0cvs85
1416
1417         * src/addressbook.c
1418                 Fix strange list selection
1419                 Fix random seg (Invalid read of freed memory)
1420
1421 2006-08-24 [colin]      2.4.0cvs84
1422
1423         * src/alertpanel.c
1424         * src/gtk/inputdialog.c
1425         * src/plugins/pgpcore/passphrase.c
1426                 Revert minimal width patch of 2.4.0cvs67,
1427                 as it is also a maximal width. Use 
1428                 gtk_window_set_default_size instead.
1429
1430 2006-08-24 [colin]      2.4.0cvs83
1431
1432         * src/msgcache.c
1433                 Write cache/mark to temp files before
1434                 overwriting old ones (avoids metadata
1435                 loss if writing the new files fail).
1436                 Use mmap() to read cache/mark file, as
1437                 this makes cache reading faster. Dis-
1438                 abled for big-endian machines until it
1439                 can be tested. (Big-endian users: set
1440                 msgcache_use_mmap = TRUE in the relevant
1441                 #if).
1442         * src/procmsg.h
1443                 Move rarely used fields of MsgInfo in 
1444                 another structure, which will only be
1445                 allocated if needed. Face, X-Face,
1446                 Return receipt headers and List-*
1447                 headers are moved. Mails having none
1448                 of these occupy 52 bytes less with
1449                 this patch, which makes 2.5MB of RAM
1450                 saved on a 50k folder).
1451         * src/headerview.c
1452         * src/mainwindow.c
1453         * src/messageview.c
1454         * src/partial_download.c
1455         * src/procheader.c
1456         * src/procmsg.c
1457         * src/textview.c
1458                 Follow this structure change.
1459
1460 2006-08-24 [wwp]        2.4.0cvs82
1461
1462         * manual/es/.cvsignore
1463         * manual/es/dist/.cvsignore
1464         * manual/es/dist/html/.cvsignore
1465         * manual/es/dist/pdf/.cvsignore
1466         * manual/es/dist/ps/.cvsignore
1467         * manual/es/dist/txt/.cvsignore
1468                 more (generated) files to ignore.
1469
1470 2006-08-24 [colin]      2.4.0cvs81
1471
1472         * src/folder.c
1473         * src/mh.c
1474                 Fix possible problems with local delivery. Check the folder doesn't
1475                 need scan before setting its mtime when saving cache (which can be
1476                 done long after the folder's been modified by an external process);
1477                 Check that the stored item's mtime didn't change in mh functions.
1478
1479 2006-08-24 [mones]      2.4.0cvs80
1480
1481         * manual/advanced.xml
1482                 Rewrapping, some fixes and MANUAL-TODO items:
1483                 8.1. = change "" to <quote></quote>
1484                 8.3. = quote menu items
1485                 8.5. - deploying -> new user ... ideally a new user (redundant)
1486
1487 2006-08-23 [colin]      2.4.0cvs79
1488
1489         * src/gtk/gtksctree.c
1490                 When selecting or deselecting range, only
1491                 freeze/thaw when selection is bigger than 10
1492
1493 2006-08-23 [colin]      2.4.0cvs78
1494
1495         * src/messageview.c
1496         * src/mimeview.c
1497         * src/mimeview.h
1498         * src/plugins/dillo_viewer/dillo_viewer.c
1499                 Provide an API for MimeViewer plugins to
1500                 return a text selection for replying
1501
1502 2006-08-23 [colin]      2.4.0cvs77
1503
1504         * src/image_viewer.c
1505         * src/textview.c
1506                 Use gtk_pixbuf_new_from_file_at_scale(), which
1507                 is faster than getting the pixbuf then resizing
1508                 it.
1509
1510 2006-08-23 [colin]      2.4.0cvs76
1511
1512         * src/procmime.c
1513                 UTF-8 should be sent Quoted-printable
1514
1515 2006-08-22 [colin]      2.4.0cvs75
1516
1517         * src/mh.c
1518                 Check if scan is required before touching
1519                 the folder (or it'll be required every time)
1520
1521 2006-08-22 [colin]      2.4.0cvs74
1522
1523         * configure.ac
1524                 Require libetpan 0.46 (crasher fix when built
1525                 against gnutls)
1526
1527 2006-08-22 [colin]      2.4.0cvs73
1528
1529         * src/folder.c
1530                 Set folder's mtime after writing its
1531                 cache
1532         * src/folderview.c
1533                 Add some timing
1534         * src/procmsg.c
1535                 Don't do useless stuff if we don't 
1536                 thread by subject
1537         * src/summaryview.c
1538                 Add some timing, don't deselect prior
1539                 to selecting (gtksctree does it itself),
1540                 remove crash avoidance hacks as it's been
1541                 properly fixed since a while
1542         * src/common/utils.c
1543                 Optimize to_human_readable(): _() is slow,
1544                 do it only once, and avoid %f format for KB
1545                 (the most common in a summaryview)
1546         * src/gtk/gtksctree.c
1547                 Don't uselessly freeze/thaw (fixes flicker
1548                 on next unread and friends), reduce number
1549                 of g_list_nth/g_list_position where possible
1550         * src/gtk/gtkutils.c
1551         * src/gtk/gtkutils.h
1552                 Reduce number of g_list_nth/g_list_position
1553                 where possible.
1554                 All of this makes loading as 70k folder 2.1
1555                 seconds instead of 3.2 (with hot FS caches).
1556                 (1.3 seconds without Date and Size columns...)
1557
1558 2006-08-22 [paul]       2.4.0cvs72
1559
1560         wrap documents and do some items from mones' MANUAL-TODO:
1561
1562         * manual/account.xml
1563                 4.1. = fix tabname references to <quote>tabname</quote>
1564                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1565         * manual/faq.xml
1566                 1.1. = mentioned options don't match UI
1567                 Add information about the 'Never send Return Receipts'
1568                 option
1569         * manual/handling.xml
1570                 6.2. = Mentions Extended symbols button, but now is
1571                 named Information
1572                 6.3. = Mentions ... button, which is now Edit
1573
1574 2006-08-22 [colin]      2.4.0cvs71
1575
1576         * src/gtk/pluginwindow.c
1577                 Fix layout in verbose translations (such
1578                 as french)
1579
1580 2006-08-22 [paul]       2.4.0cvs70
1581
1582         * manual/Makefile.am
1583                 build manuals in alphabetical order
1584         * src/addressbook.c
1585         * src/prefs_themes.c
1586                 replace/remove deprecated symbols
1587         * src/gtk/gtkutils.c
1588                 fix a warning
1589         * src/gtk/pluginwindow.c
1590                 replace deprecated symbol
1591                 replace label text and move it
1592         * src/plugins/pgpcore/prefs_gpg.c
1593                 move the 'Generate...' button out of the
1594                 Sign Key frame, replace the English used
1595         * src/plugins/pgpcore/sgpgme.c
1596                 fixes to the English
1597
1598 2006-08-21 [colin]      2.4.0cvs69
1599
1600         * src/plugins/trayicon/trayicon.c
1601                 Add more strings for translation; patch
1602                 by Pawel
1603
1604 2006-08-21 [colin]      2.4.0cvs68
1605
1606         * src/compose.c
1607                 fix replied flag not set after drafting
1608         * src/matcher.c
1609                 fix body quicksearch in non-encoded bodies
1610                 containing '='
1611         * src/msgcache.c
1612                 Get rid of the g_malloc workaround for
1613                 corrupted caches, use g_try_malloc
1614
1615 2006-08-21 [colin]      2.4.0cvs67
1616
1617         * src/alertpanel.c
1618         * src/gtk/inputdialog.c
1619         * src/plugins/pgpcore/passphrase.c
1620                 Set minimal width to 375
1621         * src/mainwindow.c
1622                 Fix switching to offline, asking if it 
1623                 should be overriden for synchronising
1624         * src/mimeview.c
1625                 Don't offer to remember command on Open 
1626                 with for text parts, as the browser or 
1627                 text editor command isn't changed from 
1628                 there
1629
1630 2006-08-20 [paul]       2.4.0cvs66
1631
1632         * po/ko.po
1633         * po/zh_CN.po
1634                 fix plural form errors. revealed by stricter
1635                 checking of gettext 0.15
1636
1637 2006-08-18 [paul]       2.4.0cvs65
1638
1639         * src/stock_pixmap.c
1640                 fix the fix of 2.4.0cvs64
1641                 Thanks to Colin
1642
1643 2006-08-18 [paul]       2.4.0cvs64
1644
1645         * src/stock_pixmap.c
1646                 fix leaks
1647                 Thanks to Colin
1648
1649 2006-08-18 [paul]       2.4.0cvs63
1650
1651         * src/compose.c
1652         * src/procmsg.c
1653                 fix occasional IMAP bug where large msgs
1654                 were left in the queue folder after sending
1655                 Thanks to Colin
1656
1657 2006-08-18 [paul]       2.4.0cvs62
1658
1659         * src/folderview.c
1660                 freeze the summaryview while quicksearch results
1661                 are displayed
1662                 (fixes bug 456 'current message is hidden when the
1663                 view is refreshed and extended search is "unread 
1664                 messages"')
1665                 Thanks to Colin
1666         * src/textview.c
1667                 add missing #include "inputdialog.h"
1668         * src/common/utils.h
1669                 add missing mailcap_update_default() and improve
1670                 readability
1671
1672 2006-08-17 [colin]      2.4.0cvs61
1673
1674         * src/plugins/pgpcore/select-keys.c
1675                 Fix warnings :)
1676
1677 2006-08-17 [colin]      2.4.0cvs60
1678
1679         * src/compose.c
1680                 Don't continue queuing if Cancel is clicked
1681                 in select-keys
1682
1683 2006-08-17 [colin]      2.4.0cvs59
1684
1685         * src/plugins/pgpcore/select-keys.c
1686                 When encrypting, if only one key matches and it 
1687                 matches exactly, automatically use it.
1688
1689 2006-08-17 [colin]      2.4.0cvs58
1690
1691         * src/mimeview.c
1692         * src/prefs_common.c
1693         * src/prefs_common.h
1694         * src/prefs_ext_prog.c
1695         * src/textview.c
1696                 Fix issues with previous patch (text/html)
1697                 Remove outdated prefs
1698
1699 2006-08-17 [colin]      2.4.0cvs57
1700
1701         * src/imap.c
1702                 Add View Log button on auth error
1703         * src/procmsg.c
1704                 Fix encrypted mail marked as new when
1705                 saved in normal folders
1706         * src/plugins/pgpinline/pgpinline.c
1707                 Fix encrypt bug on IMAP
1708         * src/mimeview.c
1709         * src/common/utils.c
1710         * src/common/utils.h
1711         * src/gtk/inputdialog.c
1712         * src/gtk/inputdialog.h
1713                 Get rid of metamail stuff, simplify
1714                 opening, and allow remembering of user's
1715                 choices (by updating ~/.mailcap). There's
1716                 still to drop "Audio player" and "Image
1717                 viewer" preferences.
1718
1719 2006-08-17 [mones]      2.4.0cvs56
1720
1721         * manual/es/sylpheed-claws-manual.xml
1722                 fix DTD path
1723
1724 2006-08-17 [mones]      2.4.0cvs55
1725
1726         * configure.ac
1727         * manual/Makefile.am
1728         * manual/es/Makefile.am
1729         * manual/es/account.xml
1730         * manual/es/ack.xml
1731         * manual/es/addrbook.xml
1732         * manual/es/advanced.xml
1733         * manual/es/faq.xml
1734         * manual/es/glossary.xml
1735         * manual/es/gpl.xml
1736         * manual/es/handling.xml
1737         * manual/es/intro.xml
1738         * manual/es/keyboard.xml
1739         * manual/es/plugins.xml
1740         * manual/es/starting.xml
1741         * manual/es/sylpheed-claws-manual.xml
1742         * manual/es/dist/Makefile.am
1743         * manual/es/dist/html/Makefile.am
1744         * manual/es/dist/pdf/Makefile.am
1745         * manual/es/dist/ps/Makefile.am
1746         * manual/es/dist/txt/Makefile.am
1747                 Spanish translation for the manual
1748
1749 2006-08-16 [colin]      2.4.0cvs54
1750
1751         * src/compose.c
1752         * src/main.c
1753         * src/mainwindow.c
1754                 Fix send button sensitivity at startup
1755                 Set send menu sensitivity (patch by Fabien)
1756         * src/ssl_manager.c
1757                 Enable closing with esc (patch by Fabien)
1758         * src/gtk/foldersort.c
1759                 Enable closing with esc (patch by Fabien)
1760         * src/procmime.c
1761                 Optimisation (no need to copy to tempfile to
1762                 "decode" 7bit and 8bit)
1763         * src/summaryview.c
1764                 Fix cruft in swap_from case
1765         * src/textview.c
1766                 Fix missing last line in some mail cases 
1767                 (Fixes debian #381872)
1768         * src/plugins/pgpcore/prefs_gpg.c
1769         * src/plugins/pgpcore/sgpgme.c
1770         * src/plugins/pgpcore/sgpgme.h
1771                 Don't show "no key found" when user explicitely
1772                 wants to create a key
1773
1774 2006-08-16 [paul]       2.4.0cvs53
1775
1776         * configure.ac
1777         * src/account.c
1778         * src/addressbook.c
1779         * src/headerview.c
1780         * src/prefs_account.c
1781         * src/prefs_message.c
1782         * src/gtk/gtkutils.c
1783                 bump up minimum required versions of GTK+ and
1784                 GLIB to 2.6.0
1785
1786 2006-08-16 [paul]       2.4.0cvs52
1787
1788         * src/toolbar.c
1789                 workaround GTK+ Bug 351600 - 'Can't re-click
1790                 on button after sensitivity update'
1791                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1792                 Thanks to Colin
1793
1794 2006-08-15 [colin]      2.4.0cvs51
1795
1796         * src/plugins/pgpcore/prefs_gpg.c
1797                 Set options sensitivity according to
1798                 key existence
1799         * src/plugins/pgpcore/sgpgme.c
1800                 Allow to create key with no passphrase
1801
1802 2006-08-14 [cleroy]     2.4.0cvs50
1803
1804         * src/gtk/pluginwindow.c
1805                 New layout (maybe to be changed?)
1806         * src/gtk/gtkutils.c
1807                 Fix a bit label_window
1808         * src/plugins/pgpcore/passphrase.c
1809         * src/plugins/pgpcore/passphrase.h
1810         * src/plugins/pgpcore/plugin.c
1811         * src/plugins/pgpcore/prefs_gpg.c
1812         * src/plugins/pgpcore/prefs_gpg.h
1813         * src/plugins/pgpcore/sgpgme.c
1814         * src/plugins/pgpcore/sgpgme.h
1815                 Allow to create a PGP private key via the GUI
1816
1817 2006-08-14 [wwp]        2.4.0cvs49
1818
1819         * src/addressbook_foldersel.c
1820                 fix strict ISO C90 compliance.
1821
1822 2006-08-14 [paul]       2.4.0cvs48
1823
1824         * src/gtk/prefswindow.c
1825                 re-set scrolled window on opening
1826                 Patch by Ticho
1827
1828 2006-08-14 [paul]
1829
1830         2.5.0-rc1 released
1831
1832 2006-08-14 [paul]       2.4.0cvs47
1833
1834         * src/prefs_display_header.c
1835                 re-enable user-defined Displayed Headers
1836
1837 2006-08-14 [paul]       2.4.0cvs46
1838
1839         * src/prefs_account.c
1840                 use GTK_STOCK_EDIT
1841
1842 2006-08-13 [colin]      2.4.0cvs45
1843
1844         * src/common/utils.c
1845                 Fix "a" in quote when the original message is empty,
1846                 by using \0 instead of 'a' to test writability of
1847                 temp files.
1848
1849 2006-08-13 [wwp]        2.4.0cvs44
1850
1851         * src/plugins/spamassassin/spamassassin.c
1852                 fix capitalization of "SpamAssassin" in some debug, log and
1853                 dialog messages.
1854
1855 2006-08-13 [paul]       2.4.0cvs43
1856
1857         * src/editldap.c
1858                 fix overlapping widgets
1859         * src/prefs_account.c
1860                 fix translation of protocol_names[]
1861                 fix label disappearing off the edge of the
1862                 visible area
1863
1864 2006-08-12 [paul]       2.4.0cvs42
1865
1866         * manual/plugins.xml
1867                 update IRC channel info before it gets forgotten
1868                 about
1869
1870 2006-08-11 [colin]      2.4.0cvs41
1871
1872         * src/compose.c
1873         * src/mainwindow.c
1874         * src/mainwindow.h
1875         * src/procmsg.c
1876         * src/procmsg.h
1877         * src/summaryview.c
1878         * src/toolbar.c
1879                 Grey out the Send button if
1880                 - Queue folders are empty, or
1881                 - We're sending already
1882
1883 2006-08-11 [wwp]        2.4.0cvs40
1884
1885         * src/main.c
1886                 fix a logic issue when quitting while a compose window is
1887                 still open, thanks to Colin.
1888
1889 2006-08-10 [colin]      2.4.0cvs39
1890
1891         * src/main.c
1892                 Fix default font size setting after wizard run
1893         * src/imap.c
1894         * src/etpan/imap-thread.c
1895         * src/etpan/imap-thread.h
1896                 Fix bug #999 (Timing out on TSL cert validation 
1897                 dialog makes ugly things happen). Also, STARTTLS
1898                 unconditionnaly if initial capabilities contain
1899                 LOGINDISABLED and STARTTLS.
1900
1901 2006-08-09 [colin]      2.4.0cvs38
1902
1903         * src/mainwindow.c
1904         * src/mainwindow.h
1905                 Fix Tools/Actions sensitivity when there are
1906                 no actions
1907
1908 2006-08-09 [colin]      2.4.0cvs37
1909
1910         * src/prefs_filtering.c
1911                 Warning fix, patch by Paul
1912         * src/messageview.c
1913         * src/prefs_actions.c
1914         * src/prefs_filtering_action.c
1915         * src/prefs_matcher.c
1916                 Uniformisation of "Info ..." to "Info..." (for
1917                 old gtk), patch by Fabien
1918         * src/plugins/clamav/clamav_plugin_gtk.c
1919                 Sensitivity fix by Fabien
1920
1921 2006-08-09 [colin]      2.4.0cvs36
1922
1923         * src/main.c
1924         * src/main.h
1925                 Add a function to know whether we're exiting
1926         * src/plugins/trayicon/trayicon.c
1927                 If exiting, don't do anything. Faster, and
1928                 avoids gtk_main_iteration reentracy causing
1929                 segfaults at exit
1930
1931 2006-08-09 [colin]      2.4.0cvs35
1932
1933         * src/messageview.c
1934         * src/mimeview.c
1935         * src/mimeview.h
1936                 Fix lack of part selection when automatically 
1937                 jumping to a specific part
1938         * src/msgcache.c
1939                 Little optimisation in cache reading
1940
1941 2006-08-09 [colin]      2.4.0cvs34
1942
1943         * src/compose.c
1944                 Fix crash setting the priority on reedit
1945                 (Accessing compose before creating it!)
1946
1947 2006-08-08 [colin]      2.4.0cvs33
1948
1949         * src/procmime.c
1950                 Fix bug #998 (last attachment is not accessible)
1951                 Bad RFC interpretation on multipart close-delimiters
1952         * src/mimeview.c
1953         * src/mimeview.h
1954         * src/gtk/gtkvscrollbutton.c
1955         * src/gtk/gtkvscrollbutton.h
1956                 Make attachments list wheel-scrollable
1957
1958 2006-08-07 [colin]      2.4.0cvs32
1959
1960         * src/gtk/gtkaspell.c
1961                 Fix bug #973 (Unicode punctation characters 
1962                 are not recognized as separators by the
1963                 spell checker); fix unsigned stuff
1964
1965 2006-08-07 [colin]      2.4.0cvs31
1966
1967         * src/compose.c
1968                 Fix bug #956 (DnD text with accents in compose 
1969                 text entry); fix gccc's signed/unsigned fuss
1970
1971 2006-08-06 [colin]      2.4.0cvs30
1972
1973         * src/main.c
1974                 Fix bug #979 (Plugin crashes when exiting 
1975                 sylpheed-claws) : handle exit request only 
1976                 once
1977
1978 2006-08-05 [colin]      2.4.0cvs29
1979
1980         * src/news.c
1981                 Just make sure we have a msgid.
1982
1983 2006-08-05 [colin]      2.4.0cvs28
1984
1985         * src/news.c
1986         * src/summaryview.c
1987                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1988                 by reimplementing it
1989         * src/textview.c
1990                 Fix bug when hiding quotes with level > 3 and quote
1991                 colors are recycled
1992
1993 2006-08-04 [colin]      2.4.0cvs27
1994
1995         * src/compose.c
1996         * src/undo.c
1997         * src/undo.h
1998                 Fix a bit replace-by-pasting undo
1999         * src/mainwindow.c
2000         * src/messageview.c
2001                 Fix Fold quotes menu synchro in
2002                 mainwindow when it changes in 
2003                 messageview
2004         * src/textview.c
2005                 Fix right-click on quotes blocks
2006         * src/common/utils.c
2007                 Verify that the file created by
2008                 my_tmpfile() is writable. Fixes
2009                 bug #988 (very specific filesystem
2010                 issue)
2011         * src/plugins/pgpcore/sgpgme.c
2012                 Fix file descriptor leak
2013         * src/plugins/spamassassin/spamassassin.c
2014                 Warn once if spamd isn't reachable
2015
2016 2006-08-04 [colin]      2.4.0cvs26
2017
2018         * src/toolbar.c
2019                 i18n context patch by Fabien
2020
2021 2006-08-03 [colin]      2.4.0cvs25
2022
2023         * src/mainwindow.c
2024         * src/messageview.c
2025                 Rename "Hide quotes" to "Fold quotes"
2026         * src/textview.c
2027                 Don't use hand cursor on quotes. "all 
2028                 the bonuses of the feature and none of 
2029                 unwelcome side-effects"
2030
2031 2006-08-03 [colin]      2.4.0cvs24
2032
2033         * AUTHORS
2034         * sylpheed-claws.desktop
2035         * src/gtk/authors.h
2036                 Bring the desktop file to XDG compliance
2037                 Patch by Charles A. Edwards
2038
2039 2006-08-03 [colin]      2.4.0cvs23
2040
2041         * src/textview.c
2042                 Fix links offset when they are preceded
2043                 by accentued chars (g_utf8_strlen!)
2044         * src/mainwindow.c
2045                 Fix wrong status when starting offline
2046
2047
2048 2006-08-03 [wwp]        2.4.0cvs22
2049
2050         * src/prefs_common.h
2051                 ask what to do w/ filtering rules that belong to an account when
2052                 applying filtering rules manually from the main window (skip,
2053                 apply regardless of the account, use current account). This dialog
2054                 can be skipped and the last reply used.
2055                 (forgot that file)
2056
2057 2006-08-03 [wwp]        2.4.0cvs21
2058
2059         * src/filtering.c
2060         * src/filtering.h
2061         * src/prefs_common.c
2062         * src/summaryview.c
2063         * src/alertpanel.c
2064         * src/alertpanel.h
2065         * src/messageview.c
2066                 ask what to do w/ filtering rules that belong to an account when
2067                 applying filtering rules manually from the main window (skip,
2068                 apply regardless of the account, use current account). This dialog
2069                 can be skipped and the last reply used.
2070
2071
2072 2006-08-03 [colin]      2.4.0cvs20
2073
2074         * src/textview.c
2075                 Optimize previous patch
2076
2077 2006-08-03 [cleroy]     2.4.0cvs19
2078
2079         * src/textview.c
2080                 Fix quotes getting toggled back when the
2081                 mail has an even number of text parts
2082
2083 2006-08-02 [colin]      2.4.0cvs18
2084
2085         * src/messageview.c
2086                 Add Hide quotes menu
2087
2088 2006-08-02 [colin]      2.4.0cvs17
2089
2090         * src/mainwindow.c
2091         * src/prefs_common.c
2092         * src/textview.c
2093         * src/textview.h
2094         * src/gtk/about.c
2095                 Allow per-level quote hiding,
2096                 Allow toggling quotes by double-clicking them
2097                 Rename RemoteURI to ClickableText to reflect
2098                 the fact it's used for a variety of things
2099
2100 2006-08-02 [wwp]        2.4.0cvs16
2101
2102         * src/mainwindow.c
2103                 fix "View/Hide quotes" menu item status initialization.
2104
2105 2006-08-02 [wwp]        2.4.0cvs15
2106
2107         * src/matcher_parser_parse.y
2108                 remove a debug trace.
2109
2110 2006-08-02 [paul]       2.4.0cvs14
2111
2112         * src/plugins/pgpcore/passphrase.c
2113                 don't set initial dialog size
2114                 make it resizable
2115
2116 2006-08-02 [paul]       2.4.0cvs13
2117
2118         * src/noticeview.c
2119                 remove the rogue '/' character
2120
2121 2006-08-02 [paul]       2.4.0cvs12
2122
2123         * src/noticeview.c
2124                 allow buttons to resize as necessary
2125
2126 2006-08-01 [wwp]        2.4.0cvs11
2127
2128         * src/mbox.c
2129                 fix strict ISO C90 compliance.
2130
2131 2006-08-01 [wwp]        2.4.0cvs10
2132
2133         * tools/update-po
2134                 updated update-po tool to work w/ context-dependent translations.
2135                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2136
2137 2006-08-01 [wwp]        2.4.0cvs9
2138
2139         * src/matcher.c
2140         * src/prefs_filtering.c
2141         * src/prefs_matcher.c
2142                 allow context-dependent translations for "All",
2143                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2144
2145 2006-07-31 [colin]      2.4.0cvs8
2146
2147         * AUTHORS
2148         * src/gtk/authors.h
2149                 Add Rafal to authors
2150
2151 2006-07-31 [colin]      2.4.0cvs7
2152
2153         * src/compose.c
2154         * src/mainwindow.c
2155         * src/messageview.h
2156         * src/prefs_common.c
2157         * src/prefs_common.h
2158         * src/textview.c
2159                 Add 'View/Hide quotes'. Patch based on a patch
2160                 by Rafal Weglarz
2161
2162 2006-07-31 [colin]      2.4.0cvs6
2163
2164         * src/action.c
2165                 Fix problem with "> stuff >" actions
2166
2167 2006-07-31 [paul]       2.4.0cvs5
2168
2169         * po/nb.po
2170                 updated by Geir Helland
2171
2172 2006-07-31 [wwp]        2.4.0cvs4
2173
2174         * src/mainwindow.c
2175         * src/summaryview.c
2176         * src/summaryview.h
2177                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2178                 thanks to Colin.
2179
2180 2006-07-31 [wwp]        2.4.0cvs3
2181
2182         * src/Makefile.am
2183         * src/addr_compl.c
2184         * src/addr_compl.h
2185         * src/addressbook.c
2186         * src/addressbook.h
2187         * src/addressbook_foldersel.c
2188         * src/addressbook_foldersel.h
2189         * src/addrindex.c
2190         * src/addrindex.h
2191         * src/matcher.c
2192         * src/matcher.h
2193         * src/matcher_parser_lex.l
2194         * src/matcher_parser_parse.y
2195         * src/prefs_common.c
2196         * src/prefs_common.h
2197         * src/prefs_filtering.c
2198         * src/prefs_matcher.c
2199         * src/prefs_matcher.h
2200         * src/summaryview.c
2201                 introduce filtering against the address book. It's now possible to add
2202                 matched conditions to determine if any email address in a message matches
2203                 or doesn't match any or all books or folders in the address book.
2204
2205 2006-07-31 [wwp]        2.4.0cvs2
2206
2207         * src/account.c
2208         * src/filtering.c
2209         * src/filtering.h
2210         * src/folder.c
2211         * src/folderview.c
2212         * src/inc.c
2213         * src/mainwindow.c
2214         * src/matcher.c
2215         * src/matcher_parser_lex.l
2216         * src/matcher_parser_parse.y
2217         * src/mbox.c
2218         * src/prefs_filtering.c
2219         * src/prefs_filtering.h
2220         * src/procmsg.c
2221         * src/procmsg.h
2222         * src/summaryview.c
2223                 introduce per-account filtering rules. Each filtering rule can now be assigned
2224                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2225                 when applying filtering rules manually, as all rules will apply - even the ones
2226                 assigned to an account. This issue will be addressed soon.
2227  
2228
2229
2230 2006-07-31 [wwp]        2.4.0cvs1
2231
2232         * src/quote_fmt.c
2233                 make more strings translatable.
2234
2235 2006-07-31 [paul]       2.4.0
2236
2237         2.4.0 released
2238
2239 2006-07-31 [paul]       2.3.1cvs91
2240
2241         * po/ca.po
2242                 updated by Miquel Oliete
2243
2244 2006-07-31 [paul]       2.3.1cvs90
2245
2246         * po/de.po
2247         * po/el.po
2248         * po/fr.po
2249         * po/it.po
2250         * po/pl.po
2251         * po/pt_BR.po
2252         * po/sr.po
2253         * po/zh_CN.po
2254                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2255                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2256                 Aleksandar Urosevic, and Ralgh Young
2257
2258 2006-07-31 [paul]       2.3.1cvs89
2259
2260         * src/account.c
2261         * src/main.c
2262         * src/mainwindow.c
2263         * src/mainwindow.h
2264                 Fix a race condition when, after an SC crash, rescanning
2265                 folders took more than 0.5 seconds
2266                 Thanks to Colin
2267
2268 2006-07-31 [paul]       2.3.1cvs88
2269
2270         * src/folderview.c
2271                 don't translate separator strings
2272
2273 2006-07-30 [mones]      2.3.1cvs87
2274
2275         * doc/man/sylpheed-claws.1
2276                 Fixed non-ASCII chars in Hoa's name
2277         * po/es.po
2278                 Updated for release
2279
2280 2006-07-27 [colin]      2.3.1cvs86
2281
2282         * src/textview.c
2283                 Don't include the leading \n in links
2284                 Patch by Fabien
2285
2286 2006-07-25 [colin]      2.3.1cvs85
2287
2288         * src/mainwindow.c
2289         * src/common/socket.h
2290         * src/etpan/imap-thread.c
2291                 Refresh resolvers before connecting
2292                 to IMAP servers, and after switching
2293                 to online. Thanks to Paul.
2294
2295 2006-07-18 [colin]
2296
2297         * 2.4.0-rc4 released
2298
2299 2006-07-17 [colin]      2.3.1cvs84
2300
2301         * src/inc.c
2302                 Show connection attempt in statusbar before
2303                 connecting (previously first message was
2304                 "Retrieving messages from ..." after the
2305                 connection succeeded.
2306
2307 2006-07-16 [wwp]        2.3.1cvs83
2308
2309         * sylpheed-claws.ico
2310                 Added .ico file (windows multi-size icon file, generated).
2311
2312 2006-07-12 [wwp]        2.3.1cvs82
2313
2314         * src/messageview.c
2315                 remove Message/Re-edit menu entry from messageview window,
2316                 as sent/draft/queued messages are opened in compose window when
2317                 re-edited and it's not possible to re-edit other msgs.
2318
2319 2006-07-12 [paul]       2.3.1cvs81
2320
2321         * AUTHORS
2322         * src/mainwindow.c
2323         * src/gtk/authors.h
2324                 check online state before resetting
2325                 mailcheck timer. Useful if some program
2326                 verifies connection state and updates
2327                 Claws.
2328                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2329
2330 2006-07-12 [paul]       2.3.1cvs80
2331
2332         * sylpheed-claws-128x128.png
2333         * sylpheed-claws-64x64.png
2334         * sylpheed-claws.png
2335         * src/Makefile.am
2336         * src/main.c
2337         * src/prefs_toolbar.c
2338         * src/stock_pixmap.c
2339         * src/stock_pixmap.h
2340         * src/wizard.c
2341         * src/gtk/about.c
2342         * src/gtk/gtkutils.c
2343         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2344         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2345         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2346         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2347         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2348         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2349                 updated and renamed logo/icon files and related
2350                 logo by Jesper Schultz
2351
2352 2006-07-11 [paul]       2.3.1cvs79
2353
2354         * src/main.c
2355                 fix the labels a smidgin
2356
2357 2006-07-09 [colin]      2.3.1cvs78
2358
2359         * src/textview.c
2360                 Show errors in textviewer's command
2361                 Patch by H. Merijn Brand
2362
2363 2006-07-09 [colin]      2.3.1cvs77
2364
2365         * src/compose.c
2366                 Save FMID in drafts too
2367
2368 2006-07-08 [colin]      2.3.1cvs76
2369
2370         * src/compose.c
2371                 Svae RMID in drafted mails too
2372                 Save quote_fmt vars for whole mails,
2373                 don't reset at each quote_fmt_init:
2374                 allows to use the same |i{var} in
2375                 various template fields
2376         * src/prefs_template.c
2377         * src/quote_fmt.h
2378         * src/quote_fmt_parse.y
2379                 Same
2380
2381 2006-07-08 [colin]      2.3.1cvs75
2382
2383         * src/textview.c
2384                 Fix highlighting of attached parts URIs
2385
2386 2006-07-08 [colin]      2.3.1cvs74
2387
2388         * src/main.c
2389                 Prevent bug #981 (sc 2.3.1 segfaults with 
2390                 gtk+ 2.10) from being reported again:
2391                 if Sylpheed-Claws has been compiled against
2392                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2393                 of if Sylpheed-Claws has been compiled against
2394                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2395                 error out.
2396
2397 2006-07-07 [colin]      2.3.1cvs73
2398
2399         * src/prefs_actions.c
2400                 Fix label
2401
2402 2006-07-07 [colin]      2.3.1cvs72
2403
2404         * src/prefs_actions.c
2405                 Fix compile on gtk < 2.8. argh :)
2406
2407 2006-07-07 [paul]       2.3.1cvs71
2408
2409         * src/common/defs.h
2410                 update DONATE_URI
2411
2412 2006-07-07 [colin]      2.3.1cvs70
2413
2414         * po/POTFILES.in
2415         * src/quote_fmt.c
2416         * src/quote_fmt_lex.l
2417         * src/quote_fmt_parse.y
2418                 Add |i{var}, a way to insert user-entered
2419                 text in a template
2420
2421 2006-07-07 [colin]
2422
2423         * 2.4.0-rc3 released
2424
2425 2006-07-07 [colin]      2.3.1cvs69
2426
2427         * src/folder.c
2428                 Don't consider inboxes of UNKNOWN folder 
2429                 classes to be useable as default inboxes
2430
2431 2006-07-07 [paul]       2.3.1cvs68
2432
2433         * src/textview.c
2434                 add missing #include <errno.h>
2435                 Thanks to René J. Blokland
2436
2437 2006-07-07 [paul]       2.3.1cvs67
2438
2439         * src/action.c
2440                 Return now Closes dialog
2441         * src/mimeview.c
2442         * src/mimeview.h
2443         * src/textview.c
2444                 add contextual menu to mime parts listed
2445                 in the textview
2446                 Thanks to Colin
2447         * src/common/utils.c
2448                 reversal: ' is a valid character in URLs
2449
2450 2006-07-06 [colin]      2.3.1cvs66
2451
2452         * src/remotefolder.h
2453                 Forgotten in previous commit
2454
2455 2006-07-06 [colin]      2.3.1cvs65
2456
2457         * src/folder.c
2458                 Set summary update flag whenever
2459                 totals changed
2460         * src/imap.c
2461         * src/prefs_account.c
2462         * src/common/utils.h
2463         * src/etpan/imap-thread.c
2464                 Fix warnings, thanks to Fabien and
2465                 Ricardo
2466
2467 2006-07-06 [wwp]        2.3.1cvs64
2468
2469         * src/gtk/gtkutils.c
2470                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2471
2472 2006-07-06 [wwp]        2.3.1cvs63
2473
2474         * src/account.c
2475         * src/addressbook.c
2476         * src/addressitem.h
2477         * src/folderview.c
2478         * src/mainwindow.c
2479         * src/manual.c
2480         * src/manual.h
2481         * src/message_search.c
2482         * src/prefs_actions.c
2483         * src/prefs_filtering.c
2484         * src/prefs_filtering.h
2485         * src/prefs_template.c
2486         * src/summary_search.c
2487         * src/summaryview.c
2488         * src/gtk/gtkutils.c
2489         * src/gtk/gtkutils.h
2490         * src/gtk/pluginwindow.c
2491                 add help buttons to some dialogs. Clicking such buttons opens a
2492                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2493
2494 2006-07-06 [paul]       2.3.1cvs62
2495
2496         * src/textview.c
2497                 fix attachments contextual menu
2498                 Thanks to Colin
2499
2500 2006-07-05 [colin]      2.3.1cvs61
2501
2502         * src/textview.c
2503         * src/compose.c
2504                 Handle sftp:// links
2505
2506 2006-07-05 [paul]       2.3.1cvs60
2507
2508         * src/gtk/filesel.c
2509                 grab save button by default
2510                 Thanks to Colin
2511
2512 2006-07-05 [wwp]        2.3.1cvs59
2513
2514         * manual/xml2pdf
2515                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2516
2517 2006-07-04 [colin]      2.3.1cvs58
2518
2519         * src/mimeview.c
2520         * src/textview.c
2521                 Use left click to select, middle click to open
2522                 on mimeparts links
2523         * src/common/utils.c
2524                 Fix segfault
2525
2526 2006-07-04 [colin]      2.3.1cvs57
2527
2528         * src/mainwindow.c
2529         * src/news.c
2530                 Warning fixes, thanks to Fabien
2531
2532 2006-07-04 [colin]      2.3.1cvs56
2533
2534         * src/mimeview.c
2535         * src/mimeview.h
2536         * src/textview.c
2537                 Allow parts to be selected via their text label
2538                 in textview
2539
2540 2006-07-04 [colin]      2.3.1cvs55
2541
2542         * src/folderview.c
2543                 Feedback when closing (for big folders)
2544         * src/prefs_actions.c
2545         * src/prefs_filtering.c
2546         * src/prefs_matcher.c
2547         * src/prefs_template.c
2548                 Fix default button when closing without
2549                 having saved
2550
2551 2006-07-04 [colin]      2.3.1cvs54
2552
2553         * src/news.c
2554                 Delete local file on deletion
2555
2556 2006-07-03 [colin]      2.3.1cvs53
2557
2558         * src/folderview.c
2559         * src/main.c
2560                 Don't freeze when rescanning after crash
2561
2562 2006-07-03 [wwp]        2.3.1cvs52
2563
2564         * src/compose.c
2565         * src/privacy.c
2566         * src/privacy.h
2567         * src/plugins/pgpinline/pgpinline.c
2568         * src/plugins/pgpmime/pgpmime.c
2569                 don't report an error when the user cancels the passphrase dialog.
2570
2571 2006-07-02 [colin]      2.3.1cvs51
2572
2573         * src/folderview.c
2574                 Open message when crossing folders with Space,
2575                 goto next unread and friends
2576
2577 2006-07-01 [colin]      2.3.1cvs50
2578
2579         * src/prefs_account.c
2580                 Typographic rules varying from language
2581                 to language (in french "Protocole :"),
2582                 we have to do that :)
2583
2584 2006-07-01 [ticho]      2.3.1cvs49
2585
2586         * src/prefs_account.c
2587                 Only use one temporary gchar* variable in
2588                 prefs_account_protocol_set_optmenu().
2589
2590 2006-07-01 [ticho]      2.3.1cvs48
2591
2592         * src/prefs_account.c
2593         * src/prefs_account.h
2594                 Use GtkLabel for existing account protocol name.
2595                 Created an array for protocol names and populate the
2596                 combobox from it in a for() cycle.
2597
2598 2006-06-30 [colin]      2.3.1cvs47
2599
2600         * src/compose.c
2601                 Block undo when changing signature (by changing
2602                 account)
2603
2604 2006-06-30 [paul]       2.3.1cvs46
2605
2606         * src/send_message.c
2607                 when editing From in the Compose window, use that address
2608                 in the Return-Path: header
2609                 Thanks to Colin
2610
2611 2006-06-30 [colin]      2.3.1cvs45
2612
2613         * src/compose.c
2614                 Fix signature replacement:
2615                 - when no newline before separator
2616                 - when reediting
2617
2618 2006-06-29 [colin]      2.3.1cvs44
2619
2620         * src/folderview.c
2621         * src/folderview.h
2622         * src/mainwindow.c
2623         * src/summaryview.c
2624                 Let 'View/Go to/Next marked' work like
2625                 Next new & Next unread: across folders
2626                 Change the select_on_entry pref to do
2627                 what we want when changing folder
2628         * src/common/utils.c
2629                 Fix single-quoted links 
2630
2631 2006-06-29 [colin]      2.3.1cvs43
2632
2633         * src/gtk/gtkaspell.c
2634                 "Sylpheed" and "Sylpheed-Claws" do exist !
2635
2636 2006-06-29 [colin]      2.3.1cvs42
2637
2638         * src/imap.c
2639                 Forgot to remove debug
2640
2641 2006-06-29 [colin]      2.3.1cvs41
2642
2643         * src/imap.c
2644         * src/imap.h
2645         * src/mainwindow.c
2646                 Disconnect from IMAP servers when going
2647                 offline. Fixes bug #978 (going to offline-mode 
2648                 won't close connections)
2649
2650 2006-06-29 [colin]      2.3.1cvs40
2651
2652         * src/main.c
2653                 Fix transient setting on failing plugins
2654                 Patch by Fabien
2655         * src/plugins/pgpcore/sgpgme.c
2656                 Only warn for OpenPGP. Most people don't
2657                 have CMS available.
2658
2659 2006-06-29 [colin]      2.3.1cvs39
2660
2661         * src/compose.c
2662                 Fix Spelling menu (discrepancy between context menu
2663                 and top menu when folder's dictionary isn't the 
2664                 default one)
2665         * src/plugins/pgpcore/sgpgme.c
2666                 More error reporting about why gpgme can fail
2667
2668 2006-06-29 [wwp]        2.3.1cvs38
2669
2670         * src/mainwindow.c
2671                 honor the display-header-pane setting even when the message view
2672                 is a separate window.
2673
2674 2006-06-29 [wwp]        2.3.1cvs37
2675
2676         * src/prefs_actions.c
2677                 forgot to commit that one (use of GTK_STOCK_INFO).
2678
2679 2006-06-29 [colin]      2.3.1cvs36
2680
2681         * src/imap.c
2682                 Better handling of login errors (ask the password
2683                 again once), alert in case of error. Fix three
2684                 signedness warnings.
2685
2686 2006-06-28 [wwp]        2.3.1cvs35
2687
2688         * src/prefs_template.c
2689         * src/prefs_matcher.c
2690         * src/prefs_filtering_action.c
2691         * src/prefs_quote.c
2692                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2693                 patch by Fabien Vantard, slightly modified.
2694
2695 2006-06-28 [paul]
2696
2697         2.4.0-rc2 released
2698
2699 2006-06-28 [colin]      2.3.1cvs34
2700
2701         * src/prefs_account.c
2702                 Fix bug #977 (Can't add or edit imap accounts)
2703
2704 2006-06-28 [colin]      2.3.1cvs33
2705
2706         * src/mimeview.c
2707                 Fix previous
2708
2709 2006-06-28 [colin]      2.3.1cvs32
2710
2711         * src/mimeview.c
2712                 Save named inlined attachments with "Save all"
2713         * src/main.c
2714         * src/mbox.c
2715         * src/common/plugin.c
2716         * src/common/plugin.h
2717         * src/common/sylpheed.c
2718         * src/common/utils.c
2719         * src/plugins/pgpcore/sylpheed.def
2720         * src/plugins/pgpinline/sylpheed.def
2721         * src/plugins/pgpmime/sylpheed.def
2722                 Win32 compatibility patch, by
2723                 Werner Koch
2724
2725 2006-06-28 [wwp]        2.3.1cvs31
2726
2727         * src/imap.c
2728         * src/prefs_folder_item.c
2729                 less compilation warnings (thanks to Fabien Vantard), less typos.
2730
2731 2006-06-28 [paul]       2.3.1cvs30
2732
2733         * src/gtk/gtkutils.c
2734                 gtk_combo_box_set_focus_on_click() is only
2735                 available since gtk 2.6.0
2736
2737 2006-06-28 [paul]       2.3.1cvs29
2738
2739         * src/prefs_ext_prog.c
2740                 fix engrish and add a tooltip for the
2741                 'command for 'Display as text' option
2742
2743 2006-06-28 [paul]
2744
2745         2.4.0-rc1 released
2746
2747 2006-06-28 [paul]       2.3.1cvs28
2748
2749         * ChangeLog
2750         * tools/Makefile.am
2751                 include textviewer.pl in releases
2752
2753 2006-06-28 [paul]       2.3.1cvs27
2754
2755         * src/prefs_ext_prog.c
2756                 hide Print command option if libgnomeprint
2757                 support is present
2758
2759 2006-06-27 [colin]      2.3.1cvs26
2760
2761         * src/compose.c
2762                 Fix Esc handling in insert/attach dialog
2763                 Don't show this dialog if dragging something
2764                 else than text/uri-list
2765                 Thanks to Fabien Vantard
2766         * tools/textviewer.pl
2767                 Filter script to display stuff as text
2768                 by H. Merijn Brand
2769
2770 2006-06-27 [wwp]        2.3.1cvs25
2771
2772         * src/messageview.c
2773                 use the exact product name (message view title), patch
2774                 by Fabien Vantard.
2775
2776 2006-06-27 [ticho]      2.3.1cvs24
2777
2778         * src/prefs_account.c
2779         * src/prefs_common.c
2780         * src/prefs_common.h
2781         * src/prefs_ext_prog.c
2782         * src/textview.c
2783                 Add a preference (Preferences/External programs)
2784                 to allow "Display as text" to be done via a script
2785                 (patch by H.Merijn Brand).
2786                 Use GtkComboBox for protocol selection in account
2787                 preferences.
2788                 Only include current choice for existing accounts, and
2789                 insensitivize the combobox.
2790
2791 2006-06-27 [paul]       2.3.1cvs23
2792
2793         * src/mbox.c
2794                 fix crasher introduced in cvs21.
2795                 Thanks to Colin
2796
2797 2006-06-26 [colin]      2.3.1cvs22
2798
2799         * src/mbox.c
2800                 Fix double-frees when leaving folders
2801                 after exporting to mbox
2802
2803 2006-06-26 [colin]      2.3.1cvs21
2804
2805         * src/mbox.c
2806                 More feedback (and optimisation)
2807                 on import/export
2808         * src/common/utils.c
2809                 Fix case when looking for mail addresses
2810         * src/gtk/gtkutils.c
2811                 Extra check for (X-)Face
2812
2813 2006-06-25 [ticho]      2.3.1cvs20
2814
2815         * src/compose.c
2816         * src/exphtmldlg.c
2817         * src/gtk/gtkutils.c
2818         * src/gtk/gtkutils.h
2819                 Added second argument to gtkut_sc_combobox_create() to
2820                 control focus-on-click for the widget.
2821                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2822
2823 2006-06-25 [ticho]      2.3.1cvs19
2824
2825         * src/compose.c
2826         * src/gtk/Makefile.am
2827         * src/gtk/combobox.c
2828         * src/gtk/combobox.h
2829         * src/gtk/gtkutils.c
2830         * src/gtk/gtkutils.h
2831                 Use GtkComboBox instead of deprecated GtkOptionMenu
2832                 for account selector in compose window and for encoding
2833                 selector in attachment properties.
2834                 Also factorise working with the new GtkComboBox somewhat.
2835
2836 2006-06-24 [paul]       2.3.1cvs18
2837
2838         * src/prefs_common.c
2839                 use the correct default value
2840
2841 2006-06-24 [paul]       2.3.1cvs17
2842
2843         * src/compose.c
2844         * src/prefs_common.c
2845         * src/prefs_common.h
2846         * src/prefs_compose_writing.c
2847                 enable setting of default action when
2848                 dnd'ing files in the compose window.
2849                 (Collaborative effort with wwp)
2850
2851 2006-06-23 [wwp]        2.3.1cvs16
2852
2853         * src/compose.c
2854                 i18n fix (thanks to Fabien Vantard)
2855
2856 2006-06-22 [colin]      2.3.1cvs15
2857
2858         * src/prefs_customheader.c
2859                 Don't use filters in custom headers' file 
2860                 selector. Remember, extensions mean nothing :)
2861
2862 2006-06-22 [paul]       2.3.1cvs14
2863
2864         * configure.ac
2865                 allow setting of man directory location
2866
2867 2006-06-22 [colin]      2.3.1cvs13
2868
2869         * src/mainwindow.c
2870                 Add 'View/Go to/Next unread folder'.
2871                 I missed that :)
2872
2873 2006-06-22 [colin]      2.3.1cvs12
2874
2875         * src/common/utils.c
2876                 Add some subject prefixes
2877                 Patch by Bjorn T Johansen <btj@havleik.no>
2878
2879 2006-06-22 [colin]      2.3.1cvs11
2880
2881         * manual/advanced.xml
2882                 Forgotten hidden pref
2883
2884 2006-06-21 [paul]       2.3.1cvs10
2885
2886         * src/prefs_account.c
2887                 complete the removal of 'Add date header' option
2888
2889 2006-06-21 [paul]       2.3.1cvs9
2890
2891         * src/account.c
2892         * src/compose.c
2893         * src/prefs_account.c
2894         * src/prefs_account.h
2895                 remove option to add date header - always
2896                 add date header
2897         * src/etpan/imap-thread.c
2898                 fix warnings (Thanks to Colin)
2899
2900 2006-06-21 [wwp]        2.3.1cvs8
2901
2902         * src/folder.c
2903                 set the attachment flag when inline text part are (file)named. This is more convenient
2904                 when receiving (for instance) inline source files or patches sent using thunderbird.
2905
2906 2006-06-21 [paul]       2.3.1cvs7
2907
2908         * src/inc.c
2909                 fix off-by-one count of current msg in
2910                 statusbar filtering progressbar
2911
2912 2006-06-21 [paul]       2.3.1cvs6
2913
2914         * src/folder.c
2915                 Show attachment icon even if the part is 'inline'
2916                 if the following conditions are met:
2917                 - content-type != 'text/plain'
2918                 - content-type != '*/pgp-signature'
2919                 - either 'name' or 'filename' parameter is not NULL
2920                 
2921                 Thanks to Colin
2922
2923 2006-06-21 [paul]       2.3.1cvs5
2924
2925         * src/messageview.c
2926         * src/prefs_common.c
2927         * src/prefs_common.h
2928         * src/prefs_other.c
2929                 add an option to 'Never send Return
2930                 Receipts'
2931                 Thanks to Colin
2932
2933 2006-06-20 [mones]      2.3.1cvs4
2934
2935         * po/es.po
2936                 updated
2937         * src/compose.c
2938                 typo fixed (space after comma)
2939         * tools/make.themes.project
2940                 remove exec mode from tarball files
2941
2942 2006-06-20 [colin]      2.3.1cvs3
2943
2944         * src/news.c
2945         * src/procheader.c
2946         * src/unmime.c
2947                 Better fix for \n's in headers (don't 
2948                 break Received: and others)
2949
2950 2006-06-20 [paul]       2.3.1cvs2
2951
2952         * src/alertpanel.c
2953         * src/textview.c
2954                 improve legibility of phishing attempt
2955                 dialog
2956
2957 2006-06-20 [paul]       2.3.1cvs1
2958
2959         * NEWS
2960         * README
2961         * configure.ac
2962                 Update version number following
2963                 stable release
2964
2965 2006-06-20 [colin]      2.3.0cvs26
2966
2967         * src/compose.c
2968                 When dragging a file to the text of the compose
2969                 window, ask whether we want to insert or attach
2970                 (I know lots of people who do that to attach)
2971
2972 2006-06-20 [colin]      2.3.0cvs25
2973
2974         * src/etpan/imap-thread.c
2975                 Fix threshold (the append command is often > 32 bytes)
2976
2977 2006-06-19 [colin]      2.3.0cvs24
2978
2979         * src/imap.c
2980         * src/etpan/imap-thread.c
2981                 Workaround Rockliffe IMAP server bug: replace
2982                 "x UID SEARCH (ANSWERED UID 1:*)" with
2983                 "x UID SEARCH ANSWERED"
2984                 (Rockliffe doesn't handle the parenthesis)
2985
2986 2006-06-19 [colin]      2.3.0cvs23
2987
2988         * src/compose.c
2989         * src/imap.c
2990         * src/etpan/imap-thread.c
2991                 Probably fix bug #972 (Freezes when adding 
2992                 an attachment to the message)
2993         * src/common/defs.h
2994                 Modernize Firefox cmd
2995
2996
2997 2006-06-18 [colin]      2.3.0cvs22
2998
2999         * src/prefs_customheader.c
3000                 Only allow correct filenames for various
3001                 custom headers
3002
3003 2006-06-18 [colin]      2.3.0cvs21
3004
3005         * src/prefs_customheader.c
3006                 Add a 'From File...' button in custom headers prefs, which
3007                 try to do the right thing: 
3008                 for normal headers, use file as plaintext,
3009                 for X-Face, calls compface,
3010                 for Face, encode to b64.
3011
3012 2006-06-17 [colin]      2.3.0cvs20
3013
3014         * src/mh.c
3015                 Warning fix
3016
3017 2006-06-16 [colin]      2.3.0cvs19
3018
3019         * src/summaryview.c
3020                 Recursive quicksearch: show message list
3021                 in current folder, *then* search children
3022                 in the background.
3023
3024 2006-06-16 [colin]      2.3.0cvs18
3025
3026         * src/main.c
3027                 Instead of ignoring SIGPIPE, save caches
3028                 when getting one. Will fix the fact that
3029                 hot caches are out-of-date when logging 
3030                 out of Xorg.
3031         * src/compose.c
3032         * src/prefs_compose_writing.c
3033                 Only save text (not attachments) when 
3034                 auto-saving to drafts
3035         * src/unmime.c
3036                 Always replace \n, \r and \t with spaces
3037                 in headers
3038         * manual/dist/html/Makefile.am
3039         * manual/dist/pdf/Makefile.am
3040         * manual/dist/ps/Makefile.am
3041         * manual/dist/txt/Makefile.am
3042         * manual/fr/dist/html/Makefile.am
3043         * manual/fr/dist/pdf/Makefile.am
3044         * manual/fr/dist/ps/Makefile.am
3045         * manual/fr/dist/txt/Makefile.am
3046         * manual/pl/dist/html/Makefile.am
3047         * manual/pl/dist/pdf/Makefile.am
3048         * manual/pl/dist/ps/Makefile.am
3049         * manual/pl/dist/txt/Makefile.am
3050                 Fix make clean removing pregenerated manuals
3051
3052
3053 2006-06-16 [colin]      2.3.0cvs17
3054
3055         * src/plugins/pgpcore/sgpgme.c
3056         * src/plugins/pgpmime/pgpmime.c
3057         * src/plugins/pgpinline/pgpinline.c
3058                 Better error reporting in setup_signers.
3059                 Don't fallback to default key if specified
3060                 key isn't found.
3061                 Don't allow signing if more than one secret
3062                 key matches the one specified in prefs.
3063
3064 2006-06-15 [colin]      2.3.0cvs16
3065
3066         * src/folderview.c
3067                 Add "Send queue" in the folder's contextual
3068                 menu
3069         * src/compose.c
3070         * src/messageview.c
3071         * src/privacy.c
3072         * src/privacy.h
3073         * src/procmime.c
3074         * src/procmsg.c
3075         * src/plugins/pgpcore/passphrase.c
3076         * src/plugins/pgpcore/sgpgme.c
3077         * src/plugins/pgpinline/pgpinline.c
3078         * src/plugins/pgpmime/pgpmime.c
3079                 Better error reporting
3080         * src/mbox.c
3081                 Probably fix bug #971 (2.2.3 cannot read mail 
3082                 from local mbox)
3083
3084
3085 2006-06-15 [mones]      2.3.0cvs15
3086
3087         * tools/make.themes.project
3088                 creates the themes project from the web page
3089
3090 2006-06-15 [colin]      2.3.0cvs14
3091
3092         * src/folder.c
3093                 Better fix (avoid losing the folder if scan_tree 
3094                 fails)
3095
3096 2006-06-15 [cleroy]     2.3.0cvs13
3097
3098         * src/folder.c
3099                 Probably fix Bug #969 (crash on rebuilding 
3100                 imap folder)
3101
3102 2006-06-14 [colin]      2.3.0cvs12
3103
3104         * manual/dtd/manual.xsl
3105         * manual/sylpheed-claws-manual.xml
3106         * manual/fr/sylpheed-claws-manual.xml
3107         * manual/pl/sylpheed-claws-manual.xml
3108                 Insert pagebreaks between sections
3109
3110 2006-06-14 [paul]       2.3.0cvs11
3111
3112         * configure.ac
3113                 better fix than 2.3.0cvs10
3114
3115 2006-06-14 [paul]       2.3.0cvs10
3116
3117         * configure.ac
3118                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3119                 (backwards compatible)
3120
3121 2006-06-13 [colin]      2.3.0cvs9
3122
3123         * src/messageview.c
3124                 Fix sending of return receipt with the new queue folders
3125
3126 2006-06-13 [wwp]        2.3.0cvs8
3127
3128         * src/quote_fmt_lex.l
3129                 fix wrong tokens returned in quote_fmt lexer, query not().
3130
3131 2006-06-13 [wwp]        2.3.0cvs7
3132
3133         * src/folder.c
3134         * src/prefs_folder_item.c
3135                 allow changing folder type even when folder is not a top-level one,
3136                 thanks to Colin.
3137
3138 2006-06-12 [colin]      2.3.0cvs6
3139
3140         * src/folderview.c
3141                 Fix double-ask of "Do you want to mark all
3142                 as read"
3143
3144 2006-06-12 [colin]      2.3.0cvs5
3145
3146         * src/compose.c
3147         * src/compose.h
3148         * src/folder.c
3149         * src/folder.h
3150         * src/imap.c
3151         * src/inc.c
3152         * src/main.c
3153         * src/messageview.c
3154         * src/mh.c
3155         * src/prefs_folder_item.c
3156         * src/procheader.c
3157         * src/procmime.c
3158         * src/procmsg.c
3159         * src/procmsg.h
3160         * src/send_message.c
3161         * src/summaryview.c
3162         * src/toolbar.c
3163                 Apply bug #964's patch (Queue and drafts aren't normal)
3164                 The Drafts and Queue folder now contain RFC-822 files,
3165                 allowing to move and copy mails from and to these 
3166                 folders. Moving from Drafts to Queue will prepare the
3167                 mail for sending (PGP signature, encryption, etc).
3168                 This patch also rework sending errors handling to try
3169                 to be more helpful.
3170                 Also, allow redefining folder types via the GUI 
3171                 (Folder type in its Properties)
3172
3173 2006-06-12 [colin]      2.3.0cvs4
3174
3175         * src/summaryview.c
3176         * src/prefs_common.c
3177         * src/prefs_common.h
3178         * src/gedit-print.c
3179                 Allow to define a specific print font - patch
3180                 by Bernhard Walle <bernhard.walle@gmx.de>
3181         * src/prefs_fonts.c
3182         * manual/advanced.xml
3183         * manual/fr/advanced.xml
3184                 Add a hidden pref to allow deletion without
3185                 confirmation
3186
3187 2006-06-12 [wwp]        2.3.0cvs3
3188
3189         * .cvsignore
3190                 more files to ignore.
3191
3192 2006-06-12 [wwp]        2.3.0cvs2
3193
3194         * src/quote_fmt.c
3195         * src/quote_fmt_lex.l
3196         * src/quote_fmt_parse.y
3197                 extend the quote_fmt parser (templates and quotes):
3198                 - allow limited sub-expressions in |p{} and |f{} expressions,
3199                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3200                 - implemented/fixed missing implementation of query_references and show_references,
3201                 - completed, fixed contents and format of the symbols help dialog,
3202                 - fix some compilation warnings.
3203
3204 2006-06-12 [wwp]        2.3.0cvs1
3205
3206         * manual/advanced.xml
3207         * manual/fr/advanced.xml
3208                 updates in the "templates" section of the manual (eng/fr):
3209                  - be more precise (both versions)
3210                  - completed to match the english reference (fr version)
3211                  - touchups (both versions)
3212
3213 2006-06-12 [paul]       2.3.0
3214
3215         2.3.0 released
3216
3217 2006-06-12 [paul]       2.2.3cvs14
3218
3219         * po/ca.po
3220         * po/cs.po
3221         * po/de.po
3222         * po/el.po
3223         * po/fr.po
3224         * po/it.po
3225         * po/pt_BR.po
3226         * po/sr.po
3227         * po/zh_CN.po
3228                 updated by Miquel Oliete, Tim, Stephan Sachse,
3229                 Stavros Giannouris, Fabien Vantard, Andrea
3230                 Spadaccini, Frederico Goncalves Guimaraes,
3231                 Aleksandar Urosevic, and Ralgh Young
3232
3233 2006-06-12 [colin]      2.2.3cvs13
3234
3235         * src/mbox.c
3236                 Add missing header
3237
3238 2006-06-11 [colin]      2.2.3cvs12
3239
3240         * src/msgcache.c
3241                 Verify that g_malloc() succeeded
3242
3243 2006-06-11 [colin]      2.2.3cvs11
3244
3245         * src/wizard.c
3246                 Add Face header to welcome mail
3247
3248 2006-06-10 [colin]      2.2.3cvs10
3249
3250         * src/textview.c
3251                 Revert previous (Forgot it changes the
3252                 margin on the whole mail)
3253
3254 2006-06-10 [colin]      2.2.3cvs9
3255
3256         * src/textview.c
3257                 Don't overlap long headers under (X-)Face
3258
3259 2006-06-10 [mones]      2.2.3cvs8
3260
3261         * manual/xml2pdf
3262                 allow generation of manual on systems lacking saxon binary
3263                 but with java and the saxon library installed
3264
3265         * po/es.po
3266                 updated for release
3267
3268 2006-06-09 [colin]      2.2.3cvs7
3269
3270         * src/summaryview.c
3271                 Fix leak when using Display Sender using Addressbook
3272
3273 2006-06-09 [colin]      2.2.3cvs6
3274
3275         * src/compose.c
3276         * src/folder.c
3277         * src/folderview.c
3278         * src/mimeview.c
3279         * src/summaryview.c
3280                 More leaks fixes
3281
3282 2006-06-09 [paul]       2.2.3cvs5
3283
3284         * AUTHORS
3285         * src/gtk/authors.h
3286         * tools/claws.i18n.status.pl
3287                 updated with new info
3288
3289 2006-06-09 [paul]       2.2.3cvs4
3290
3291         * README
3292                 updated
3293         * manual/ack.xml
3294                 add wwp to authors list
3295         * src/gtk/authors.h
3296                 update mine and Colin's addresses
3297
3298 2006-06-08 [colin]      2.2.3cvs3
3299
3300         * src/etpan/imap-thread.c
3301                 Fix leak on SSL cert check
3302
3303 2006-06-08 [colin]      2.2.3cvs2
3304
3305         * src/common/utils.c
3306                 Fix leak
3307
3308 2006-06-08 [paul]       2.2.3cvs1
3309
3310         * configure.ac
3311                 Update version number following
3312                 stable release
3313
3314 2006-06-07 [colin]      2.2.2cvs3
3315
3316         * src/msgcache.c
3317                 Fix catching cache read errors (guint instead of gint)
3318                 Prevent malloc'ing more than 8MB (means cache corruption)
3319
3320 2006-06-07 [paul]       2.2.2cvs2
3321
3322         * src/exporthtml.c
3323         * src/exportldif.c
3324         * src/mh.c
3325         * src/mutt.c
3326         * src/pine.c
3327         * src/common/utils.c
3328                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3329                 obey $HOME'
3330                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3331                 Thanks to Colin
3332
3333 2006-06-06 [paul]       2.2.2cvs1
3334
3335         * configure.ac
3336                 Update version number following
3337                 stable release
3338
3339 2006-06-06 [paul]       2.2.1cvs6
3340
3341         * src/matcher.c
3342                 fix  implicit declaration of
3343                 sylpheed_do_idle()
3344                 Patch by Fabien Vantard
3345
3346 2006-06-06 [paul]       2.2.1cvs5
3347
3348         * src/matcher.c
3349                 fix age_greater and age_lower so that they
3350                 mean what say and not '...or equal to'
3351                 Thanks to Colin
3352
3353 2006-06-06 [paul]       2.2.1cvs4
3354
3355         * src/textview.c
3356         * src/common/utils.c
3357                 fix URI check
3358                 Thanks to Colin
3359
3360 2006-06-05 [wwp]        2.2.1cvs3
3361
3362         * manual/fr/account.xml
3363                 minor language fixes (thanks to Fabien Vantard).
3364
3365 2006-06-05 [colin]      2.2.1cvs2
3366
3367         * src/prefs_folder_item.c
3368         * src/folderview.c
3369                 Allow recursive setting of properties 
3370                 for whole mailboxes
3371         * src/matcher.c
3372                 Don't freeze on 'test' filtering rule
3373
3374 2006-06-05 [colin]      2.2.1cvs1
3375
3376         * configure.ac
3377                 Update version number following
3378                 stable release
3379
3380 2006-06-04 [wwp]        2.2.0cvs82
3381
3382         * manual/glossary.xml
3383         * manual/account.xml
3384         * manual/fr/glossary.xml
3385         * manual/fr/account.xml
3386                 added glossary section and references/links related to the Face custom header.
3387
3388 2006-06-04 [colin]      2.2.0cvs81
3389
3390         * src/summaryview.c
3391                 Skip to next message on move with no
3392                 immediate execution
3393
3394 2006-06-04 [wwp]        2.2.0cvs80
3395
3396         * manual/xml2pdf
3397                 added sanity checks, exit when needed.
3398
3399 2006-06-03 [paul]       2.2.0cvs79
3400
3401         * src/prefs_receive.c
3402                 page name is now 'Receiving'
3403         * src/prefs_send.c
3404                 page name is now 'Sending'
3405
3406 2006-06-03 [colin]      2.2.0cvs78
3407
3408         * src/plugins/spamassassin/spamassassin_gtk.c
3409                 Autoswitch to Localhost if transport was previously
3410                 disabled. Else people had to check [] Enable, then
3411                 *reselect* transport.
3412
3413 2006-06-03 [colin]      2.2.0cvs77
3414
3415         * src/plugins/pgpinline/pgpinline.c
3416         * src/plugins/pgpmime/pgpmime.c
3417                 Check that gpg_data_release_and_get_mem 
3418                 didn't fail (now, why this happens...)
3419
3420 2006-06-03 [colin]      2.2.0cvs76
3421
3422         * src/mbox.c
3423                 Fix bug #962 (Manual and/or UI should 
3424                 warn about incompatible locking 
3425                 causing dataloss)
3426
3427 2006-06-02 [cleroy]     2.2.0cvs75
3428
3429         * src/filtering.c
3430         * src/folder.c
3431         * src/procmsg.c
3432         * src/summaryview.c
3433                 Fix a few leaks
3434
3435 2006-06-02 [colin]      2.2.0cvs74
3436
3437         * src/main.c
3438                 On exit, free caches after writing them
3439                 Shuts up some valgrind false positives
3440         * src/procmsg.c
3441         * src/send_message.c
3442                 Fix races when reusing existing SMTP connections
3443                 Fix inexistant session timeout
3444         * src/toolbar.c
3445                 Display alertpanel after all queues have
3446                 been processed, not after each
3447
3448 2006-06-02 [wwp]        2.2.0cvs73
3449
3450         * manual/fr/glossary.xml
3451         * manual/fr/ack.xml
3452         * manual/ack.xml
3453                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3454
3455 2006-06-02 [wwp]        2.2.0cvs72
3456
3457         * manual/xml2pdf
3458         * manual/dist/pdf/Makefile.am
3459         * manual/dtd/manual.xsl
3460         * manual/fr/dist/pdf/Makefile.am
3461         * manual/pl/dist/pdf/Makefile.am
3462                 we changed the procedure to generate the .pdf version of the manual.
3463                 The procedure is more modern and the .pdf we get now has a valid index.
3464                 Here are the new pre-requisites:
3465
3466                 - JRE 1.x (1.4 here): there must be one from your distro
3467                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3468                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3469                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3470
3471                 See my posts for further info about the installation of this toolchain:
3472
3473                 Date: Fri, 19 May 2006 19:40:06 +0200
3474                 From: wwp <subscript@free.fr>
3475                 To: sylpheed-claws-devel@lists.sourceforge.net
3476                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3477
3478                 and
3479
3480                 Date: Wed, 24 May 2006 12:58:49 +0200
3481                 From: wwp <subscript@free.fr>
3482                 To: sylpheed-claws-devel@lists.sourceforge.net
3483                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3484
3485 2006-06-01 [colin]      2.2.0cvs71
3486
3487         * src/compose.c
3488                 Better guards against IMAP races
3489         * src/main.c
3490         * src/prefs_common.c
3491         * src/prefs_common.h
3492         * src/common/ssl_certificate.c
3493         * src/etpan/imap-thread.c
3494         * src/etpan/imap-thread.h
3495         * src/gtk/sslcertwindow.c
3496                 New hidden option ssl_skip_cert_check to 
3497                 avoid dups of bug #959 (libetpan linked
3498                 against gnutls and gnutls buggy on 64bit)
3499                 Present expired warning only once per
3500                 session/server.
3501         * manual/advanced.xml
3502         * manual/fr/advanced.xml
3503                 Document new option
3504
3505 2006-06-01 [wwp]        2.2.0cvs70
3506
3507         * src/messageview.c
3508                 fix for bug #961 (return receipt dialog 
3509                 complains incorrectly about return-path 
3510                 email adress being different), thanks 
3511                 to Colin.
3512
3513 2006-05-31 [cleroy]     2.2.0cvs69
3514
3515         * src/common/ssl.c
3516                 Guard against NULLs, although this
3517                 should never be an issue
3518
3519 2006-05-31 [colin]      2.2.0cvs68
3520
3521         * src/filtering.c
3522                 Use g_slist_prepend
3523         * src/imap.c
3524                 Don't remove caches when destroying folder, it
3525                 could (should) be done at exit
3526         * src/inc.c
3527                 free processing cache after incorporation
3528         * src/etpan/imap-thread.c
3529                 Maybe fix bug #959 (Crash on moving to emails 
3530                 to a imap account per ssl with a expired 
3531                 certificate.)
3532
3533 2006-05-30 [colin]      2.2.0cvs67
3534
3535         * src/summaryview.c
3536                 Put back event flush when displaying message
3537                 It avoids reading a bunch of messages just
3538                 by hitting shift-n for too long ;)
3539
3540 2006-05-29 [colin]      2.2.0cvs66
3541
3542         * src/summaryview.c
3543                 Remove useless g_warnings
3544
3545 2006-05-29 [colin]      2.2.0cvs65
3546
3547         * src/imap.c
3548                 Fix g_slist_append()s for performance
3549
3550 2006-05-29 [colin]      2.2.0cvs64
3551
3552         * src/compose.c
3553         * src/common/utils.c
3554                 Fix extraneous tab at start of addresses
3555         * src/mainwindow.c
3556                 Fix warnings (thanks to Fabien)
3557                 Fix crash at exit when composing messages 
3558                 exist
3559         * src/pop.c
3560                 Fix progress bar when deleting expired mails
3561                 Thanks to Hiro
3562         * src/summaryview.c
3563         * src/gtk/gtksctree.c
3564                 Fix re-sorting slowness
3565
3566 2006-05-29 [paul]       2.2.0cvs63
3567
3568         * src/mh.c
3569                 fetch full message when moving mails
3570                 from another mailbox, (fixed data loss
3571                 when filtering from IMAP to MH, introduced
3572                 in 2.2.0cvs57).
3573                 Thanks to Colin
3574
3575 2006-05-29 [mones]      2.2.0cvs62
3576
3577         * src/gtk/gtksctree.c
3578                 Unselect faster (patch by Colin)        
3579
3580 2006-05-26 [colin]      2.2.0cvs61
3581
3582         * src/summaryview.c
3583                 Unplug MSGINFO_UPDATE callback on delete too.
3584
3585 2006-05-26 [colin]      2.2.0cvs60
3586
3587         * src/foldersel.c
3588                 Fix bold in folder selection window with glib2.10
3589                 thanks Hiro
3590
3591 2006-05-26 [colin]      2.2.0cvs59
3592
3593         * src/procheader.c
3594                 Convert date only if necessary (and don't
3595                 try to convert from utf8 to utf8, too)
3596         * src/summaryview.c
3597                 Only set column's text if the column's 
3598                 displayed
3599
3600 2006-05-26 [colin]      2.2.0cvs58
3601
3602         * src/summaryview.c
3603         * src/gtk/gtkutils.c
3604                 Fix useless warning
3605
3606 2006-05-26 [colin]      2.2.0cvs57
3607
3608         * src/mainwindow.c
3609                 Make summaryview selectable as long as 
3610                 no message has focus
3611         * src/mh.c
3612                 Faster deletion (by implementing mh_remove_msgs)
3613                 Faster copy (avoid using mh_fetch_msg just to get
3614                 the filename)
3615                 Faster move (using move_file instead of copy_file
3616                 if MSG_IS_MOVE)
3617                 No progressbar if total number of mails to cp/mv 
3618                 is less than 100
3619         * src/summaryview.c
3620                 Fix removal from subject_table when mail gets moved
3621                 Faster deletion (g_slist_prepend instead of append)
3622         * src/gtk/gtksctree.c
3623                 Remove useless code
3624
3625 2006-05-25 [colin]      2.2.0cvs56
3626
3627         * src/common/ssl_certificate.c
3628                 Fix leak in expired cert check
3629
3630 2006-05-25 [colin]      2.2.0cvs55
3631
3632         * src/mh.c
3633                 Disable flags syncing on .mh_sequences - it
3634                 is buggy and marks mails read under unknown
3635                 conditions.
3636
3637 2006-05-25 [paul]
3638
3639         * 2.3.0-rc4 released
3640
3641 2006-05-24 [colin]      2.2.0cvs54
3642
3643         attention cvs users: if you manage to crash
3644         Sylpheed-Claws while moving, copying or deleting
3645         mails, we *are* interested in stack traces and
3646         valgrind logs. It looks stable, but one never
3647         knows...
3648
3649         * src/folder.c
3650                 Add progressbar for cache updates
3651         * src/folderutils.c
3652                 Optimize Mark all read in the current
3653                 folder
3654         * src/mh.c
3655                 Add progressbar for copy/move
3656         * src/procmsg.c
3657                 Optimize O(n^2) in copy/move
3658         * src/summaryview.c
3659         * src/gtk/gtksctree.c
3660                 Optimize O(n^2) algos
3661         * src/common/timing.h
3662                 Display ms instead of us
3663
3664 2006-05-24 [wwp]        2.2.0cvs53
3665
3666         * manual/fr/advanced.xml
3667                 updates to the French manual.
3668
3669 2006-05-24 [wwp]        2.2.0cvs52
3670
3671         * src/common/utils.c
3672                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3673
3674 2006-05-24 [wwp]        2.2.0cvs51
3675
3676         * src/folderutils.c
3677                 fixed "mark all read" in MH folders (thanks to Colin).
3678
3679 2006-05-24 [paul]       2.2.0cvs50
3680
3681         * doc/man/sylpheed-claws.1
3682                 updated the man page
3683
3684 2006-05-23 [colin]      2.2.0cvs49
3685
3686         * src/folderview.c
3687         * src/imap.c
3688         * src/inc.c
3689         * src/mbox.c
3690         * src/messageview.c
3691         * src/news.c
3692         * src/send_message.c
3693         * src/summaryview.c
3694         * src/gtk/sslcertwindow.c
3695                 alertpanel fixes, by Fabien
3696
3697 2006-05-23 [colin]      2.2.0cvs48
3698
3699         * src/folder.c
3700         * src/folderview.c
3701         * src/msgcache.c
3702         * src/summaryview.c
3703         * src/gtk/gtksctree.c
3704         * src/gtk/gtksctree.h
3705                 More timings
3706                 Fix slow loading problem, which was caused by the
3707                 use of some gtk_ctree funcs and their use of
3708                 g_list_position while gtk_ctree_(un)link'ing.
3709                 Reap more functions from gtkctree.c to be sure we
3710                 use our (fast) version instead of theirs.
3711         * src/mh.c
3712                 Fix copy of unread mails
3713
3714
3715 2006-05-22 [wwp]        2.2.0cvs47
3716
3717         * manual/fr/advanced.xml
3718                 updated.
3719
3720 2006-05-22 [colin]      2.2.0cvs46
3721
3722         * src/filtering.c
3723                 Fix possible infinite loop. 'copy' is not a 
3724                 final action, so when encountering a 'copy',
3725                 we have to check if a previous one was set
3726                 and do it. In the same way, if we encounter
3727                 a 'move' we have to perform a possibly 
3728                 pending 'copy'. This will slow down filtering
3729                 on IMAP if move+copy or multiple copy actions
3730                 are to be done, but handling it via the batch
3731                 would be really too convoluted.
3732
3733 2006-05-22 [wwp]        2.2.0cvs45
3734
3735         * manual/fr/advanced.xml
3736         * manual/fr/faq.xml
3737         * manual/fr/glossary.xml
3738         * manual/fr/handling.xml
3739         * manual/fr/intro.xml
3740         * manual/fr/plugins.xml
3741         * manual/fr/sylpheed-claws-manual.xml
3742                 sync w/ the english manual: updates URIs, documented mailing-list
3743                 support, better explanation about the enabled/disabled feature
3744                 in filtering/processing rules by Paul.
3745
3746 2006-05-21 [colin]      2.2.0cvs44
3747
3748         * src/summaryview.c
3749                 Don't expand after building threads, but during
3750
3751 2006-05-21 [colin]      2.2.0cvs43
3752
3753         * src/procmsg.c
3754         * src/summaryview.c
3755                 More timing possibilities... For next time I have 
3756                 to find out how the hell some 3GHz computer takes
3757                 one minute to open a 30k folder...
3758
3759 2006-05-21 [colin]      2.2.0cvs42
3760
3761         * manual/pl/advanced.xml
3762         * manual/pl/faq.xml
3763         * manual/pl/glossary.xml
3764         * manual/pl/handling.xml
3765         * manual/pl/intro.xml
3766         * manual/pl/plugins.xml
3767         * manual/pl/sylpheed-claws-manual.xml
3768                 Polish manual updated by Pawel
3769
3770 2006-05-20 [colin]
3771
3772         * 2.3.0-rc3 released
3773
3774 2006-05-20 [colin]      2.2.0cvs41
3775
3776         * src/imap.c
3777                 Fix -rc2 problems:
3778                 - remove cache of moved messages from original folder
3779                 - apply new flags to messages even if they aren't appliable
3780                   via IMAP.
3781
3782 2006-05-20 [colin]
3783
3784         * 2.3.0-rc2 released
3785
3786 2006-05-19 [colin]      2.2.0cvs40
3787
3788         * src/imap.c
3789                 Don't issue SELECT in imap_change_flags
3790                 before having checked that we indeed have
3791                 some flags to change. MSG_POSTFILTERED for
3792                 example can't be used on IMAP.
3793                 Fixes bug #955 (copying messages between 
3794                 imap folders is extremely slow), which was
3795                 a regression.
3796
3797 2006-05-19 [colin]      2.2.0cvs39
3798
3799         * src/folder.c
3800         * src/folder.h
3801         * src/folderview.c
3802                 Try to fix bug #830 (Some unread messages 
3803                 get marked read in IMAP inbox):
3804                 - Prevent scanning a folder if it's being 
3805                   opened via the GUI
3806                 - Postpone opening via the GUI of a folder
3807                   currently scanned.
3808
3809
3810 2006-05-19 [wwp]        2.2.0cvs38
3811
3812         * manual/advanced.xml
3813                 fix English+typo (thanks to Paul).
3814
3815 2006-05-19 [wwp]        2.2.0cvs37
3816
3817         * manual/advanced.xml
3818         * manual/fr/advanced.xml
3819         * src/gtk/logwindow.c
3820         * src/prefs_common.c
3821         * src/prefs_common.h
3822                 added hidden prefs to allow customization of colors used in
3823                 protocol log window (useful for dark gtk+ themes).
3824
3825 2006-05-19 [wwp]        2.2.0cvs36
3826
3827         * ChangeLog
3828                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3829
3830 2006-05-19 [paul]       2.2.0cvs35
3831
3832         * src/textview.c
3833                 make Reply-To fully clickable
3834         * src/gtk/logwindow.c
3835                 more colouring (SMTP ESMTP)
3836         Both patches by Pawel Pekala
3837
3838 2006-05-19 [cleroy]     2.2.0cvs34
3839
3840         * src/mh.c
3841                 Don't update flags from current folder
3842                 Probably fixes bug #935 (Read Messages 
3843                 Revert to Being Marked as Unread)
3844
3845 2006-05-18 [colin]      2.2.0cvs33
3846
3847         * src/imap.c
3848                 Warning fix
3849         * src/compose.c
3850         * src/mainwindow.c
3851         * src/summaryview.c
3852         * src/toolbar.c
3853                 Allow replying to multiple emails
3854                 in multiple windows
3855         * src/mimeview.c
3856         * src/etpan/imap-thread.c
3857                 Leak fixes
3858
3859 2006-05-18 [paul]       2.2.0cvs32
3860
3861         * src/summaryview.c
3862                 keep Mailing-List menu refreshed
3863                 Thanks to Colin
3864
3865 2006-05-18 [paul]       2.2.0cvs31
3866
3867         * manual/advanced.xml
3868         * manual/faq.xml
3869         * manual/glossary.xml
3870         * manual/handling.xml
3871         * manual/intro.xml
3872         * manual/plugins.xml
3873         * manual/sylpheed-claws-manual.xml
3874                 update URLs
3875                 add info about mailing-list support
3876                 edit filtering info
3877         * src/wizard.c
3878         * src/common/defs.h
3879         * src/gtk/about.c
3880         * src/plugins/dillo_viewer/README
3881                 update URLs
3882
3883 2006-05-17 [wwp]        2.2.0cvs30
3884
3885         * manual/handling.xml
3886         * manual/fr/handling.xml
3887                 documented the ability to enabled/disable filtering/processing rules.
3888
3889 2006-05-17 [colin]      2.2.0cvs29
3890
3891         * src/main.c
3892                 Don't initialize g_thread subsystem if it's 
3893                 already done (thanks to Hiro)
3894         * src/mimeview.c
3895                 Fix saving of parts when there name can't be
3896                 converted from UTF-8.
3897
3898 2006-05-17 [paul]       2.2.0cvs28
3899
3900         * po/Makefile.in.in
3901                 fix config.status warning with autoconf 2.60
3902
3903 2006-05-17 [paul]       2.2.0cvs27
3904
3905         * po/POTFILES.in
3906                 add src/mbox.c
3907
3908 2006-05-17 [wwp]        2.2.0cvs26
3909
3910         * src/mainwindow.c
3911                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3912
3913 2006-05-17 [wwp]        2.2.0cvs25
3914
3915         * src/plugins/demo/demo.c
3916                 updated product name in plugin demo (many plugins need to be
3917                 sync'ed w/ that change).
3918
3919 2006-05-17 [colin]      2.2.0cvs24
3920
3921         * src/mh.c
3922                 Fix leak
3923
3924 2006-05-16 [colin]      2.2.0cvs23
3925
3926         * src/mainwindow.c
3927                 Stupid me hit again. Fix cvs22.
3928
3929 2006-05-16 [colin]      2.2.0cvs22
3930
3931         * src/mainwindow.c
3932                 Fix bug #922 (sylpheed-claws crashed after 
3933                 pushing on Inbox folder)
3934
3935 2006-05-16 [colin]      2.2.0cvs21
3936
3937         * src/compose.c
3938                 Make From header be copy/paste/select-able
3939
3940 2006-05-16 [wwp]        2.2.0cvs20
3941
3942         * src/export.c
3943         * src/matcher.c
3944         * src/summaryview.c
3945         * src/etpan/imap-thread.c
3946                 fix some compiler warnings (thanks to Colin).
3947
3948 2006-05-16 [wwp]        2.2.0cvs19
3949
3950         * src/action.c
3951         * src/gedit-print.c
3952         * src/inc.c
3953         * src/mainwindow.c
3954         * src/mh.c
3955         * src/statusbar.c
3956         * src/send_message.c
3957         * src/summaryview.c
3958                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3959
3960 2006-05-15 [colin]      2.2.0cvs18
3961
3962         * src/procmsg.c
3963                 Fix automatic rule creation with List-Post
3964
3965 2006-05-15 [paul]       2.2.0cvs17
3966
3967         * tools/filter_conv_new.pl
3968                 updated for rule enabling/disabling
3969                 claws version >= 2.3.x required
3970
3971 2006-05-15 [cleroy]     2.2.0cvs16
3972
3973         * src/main.c
3974                 Revert test
3975
3976 2006-05-15 [cleroy]     2.2.0cvs15
3977
3978         * src/main.c
3979                 test
3980
3981 2006-05-15 [wwp]        2.2.0cvs14
3982
3983         * manual/pl/.cvsignore
3984                 ignore generated files.
3985
3986 2006-05-14 [wwp]        2.3.0-rc1
3987
3988         * 2.3.0-rc1 released
3989
3990 2006-05-13 [wwp]        2.2.0cvs13
3991
3992         * src/filtering.c
3993         * src/filtering.h
3994         * src/matcher.c
3995         * src/matcher_parser_lex.l
3996         * src/matcher_parser_parse.y
3997         * src/prefs_filtering.c
3998                 new feature: provide the ability to disable filtering and processing
3999                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4000                 adaptations.
4001
4002 2006-05-13 [colin]      2.2.0cvs12
4003
4004         * src/compose.c
4005                 Remove useless if (a) b; else b;
4006                 Thanks to wwp
4007
4008 2006-05-13 [wwp]        2.2.0cvs11
4009
4010         * src/export.c
4011         * src/import.c
4012         * src/mainwindow.c
4013         * src/mbox.c
4014         * src/summaryview.c
4015         * src/summaryview.h
4016                 no more silent failures (or at least less ones) when importing
4017                 or exporting from/to mbox. Also start importing/exporting if
4018                 the necessary info is set.
4019
4020 2006-05-13 [wwp]        2.2.0cvs10
4021
4022         * RELEASE_NOTES
4023                 restored up-to-date release notes.
4024
4025 2006-05-13 [paul]       2.2.0cvs9
4026
4027         * po/nl.po
4028         * po/ru.po
4029                 updated by Tim Dijkstra and Pavlo Bohmat
4030
4031 2006-05-12 [colin]      2.2.0cvs8
4032
4033         * src/gtk/quicksearch.c
4034                 Add "k" as shortcut for "colorlabel". Patch
4035                 by ath42@users.sf.net.
4036
4037 2006-05-12 [paul]       2.2.0cvs7
4038
4039         * src/prefs_common.h
4040         * src/prefs_summaries.c
4041         * src/summaryview.c
4042                 when entering a folder also allow
4043                 going directly to first Marked message
4044
4045 2006-05-12 [paul]       2.2.0cvs6
4046
4047         * src/summaryview.c
4048                 always obey 'confirm before marking all
4049                 mails read' option
4050
4051 2006-05-12 [paul]       2.2.0cvs5
4052
4053         * src/textview.c
4054                 make Sender fully clickable
4055
4056 2006-05-12 [colin]      2.2.0cvs4
4057
4058         * src/compose.c
4059         * src/compose.h
4060                 Let From be editable
4061         * src/main.c
4062         * src/mh.c
4063                 Full support of .mh_sequences' Unseen seq
4064
4065 2006-05-12 [colin]      2.2.0cvs3
4066
4067         * src/folder.c
4068         * src/mainwindow.c
4069         * src/mainwindow.h
4070         * src/messageview.c
4071         * src/prefs_spelling.c
4072         * src/procheader.c
4073         * src/procmsg.c
4074         * src/procmsg.h
4075         * src/summaryview.c
4076         * src/toolbar.c
4077         * src/toolbar.h
4078                 Add contextual menu on Compose toolbar
4079                 button. Fixes bug #944 (Automatic
4080                 addresses not applied when changing account
4081                 from compose window)
4082                 add Mailing List support
4083                 based on the old 0.6.5claws25 patch by
4084                 Melvin Hadasht, with finishing touches
4085                 by Colin
4086                 Fix "ignore thread" when mails are threaded by
4087                 subject (and weren't ignored although appearing
4088                 in the thread).
4089                 GUI rework.
4090                 Both patches by Pawel.
4091
4092 2006-05-08 [paul]       2.2.0cvs2
4093
4094         * src/mainwindow.c
4095         * src/mainwindow.h
4096         * src/messageview.c
4097         * src/procheader.c
4098         * src/procmsg.c
4099         * src/procmsg.h
4100         * src/summaryview.c
4101                 add Mailing List support
4102                 based on the old 0.6.5claws25 patch by 
4103                 Melvin Hadasht, with finishing touches
4104                 by Colin
4105
4106 2006-05-08 [colin]      2.2.0cvs1
4107
4108         * src/mainwindow.c
4109         * src/toolbar.c
4110         * src/toolbar.h
4111                 Add contextual menu on Compose toolbar 
4112                 button. Fixes bug #944 (Automatic 
4113                 addresses not applied when changing account 
4114                 from compose window)
4115
4116 2006-05-08 [paul]       2.2.0
4117
4118         2.2.0 released
4119
4120 2006-05-08 [paul]       2.1.1cvs51
4121
4122         * po/cs.po
4123         * po/de.po
4124         * po/en_GB.po
4125         * po/fi.po
4126         * po/fr.po
4127         * po/pt_BR.po
4128         * po/sr.po
4129         * po/zh_CN.po
4130                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4131                 Fabien Vantard, Frederico Goncalves Guimaraes,
4132                 Aleksandar Urosevic, and Ralgh Young
4133
4134 2006-05-12 [colin]      2.1.1cvs50
4135
4136         * po/cs.po
4137         * po/de.po
4138         * po/en_GB.po
4139         * po/es.po
4140         * po/fi.po
4141         * po/fr.po
4142         * po/pt_BR.po
4143         * po/sr.po
4144         * po/zh_CN.po
4145                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4146                 Fabien Vantard, Frederico Goncalves Guimaraes,
4147                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4148
4149 2006-05-05 [colin]      2.1.1cvs49
4150
4151         * manual/Makefile.am
4152         * manual/pl/Makefile.am
4153         * manual/pl/account.xml
4154         * manual/pl/ack.xml
4155         * manual/pl/addrbook.xml
4156         * manual/pl/advanced.xml
4157         * manual/pl/faq.xml
4158         * manual/pl/glossary.xml
4159         * manual/pl/gpl.xml
4160         * manual/pl/handling.xml
4161         * manual/pl/intro.xml
4162         * manual/pl/keyboard.xml
4163         * manual/pl/plugins.xml
4164         * manual/pl/starting.xml
4165         * manual/pl/sylpheed-claws-manual.xml
4166         * manual/pl/dist/.cvsignore
4167         * manual/pl/dist/Makefile.am
4168         * manual/pl/dist/html/.cvsignore
4169         * manual/pl/dist/html/Makefile.am
4170         * manual/pl/dist/pdf/.cvsignore
4171         * manual/pl/dist/pdf/Makefile.am
4172         * manual/pl/dist/ps/.cvsignore
4173         * manual/pl/dist/ps/Makefile.am
4174         * manual/pl/dist/txt/.cvsignore
4175         * manual/pl/dist/txt/Makefile.am
4176                 Add the polish translation of the manual,
4177                 Authored by Pawel Pekala.
4178
4179 2006-05-05 [cleroy]     2.1.1cvs48
4180
4181         * src/main.c
4182                 Re-read matcherrc after loading plugins 
4183                 if some of them add folders.
4184
4185 2006-05-03 [colin]      2.1.1cvs47
4186
4187         * src/imap.c
4188                 I'm idiot
4189
4190 2006-05-03 [colin]      2.1.1cvs46
4191
4192         * src/imap.c
4193                 Be sure to have a session when
4194                 getting separator
4195
4196 2006-05-03 [colin]      2.1.1cvs45
4197
4198         * src/imap.c
4199         * src/imap.h
4200         * src/imap_gtk.c
4201                 Fix preventing renaming with namespace 
4202                 separator.
4203
4204 2006-05-01 [colin]      2.1.1cvs44
4205
4206         * src/action.c
4207                 Don't reload messageview when result of
4208                 action is piped.
4209
4210 2006-04-29 [colin]      2.1.1cvs43
4211
4212         * src/prefs_receive.c
4213         * src/plugins/spamassassin/spamassassin_gtk.c
4214         * src/plugins/clamav/clamav_plugin_gtk.c
4215                 GUI fixes by Pawel
4216
4217 2006-04-29 [colin]      2.1.1cvs42
4218
4219         * src/prefs_compose_writing.c
4220         * src/prefs_quote.c
4221                 Cleanups. Patch by Pawel
4222
4223 2006-04-28 [paul]       2.1.1cvs41
4224
4225         * src/matcher.c
4226                 fix returned quick search results when search
4227                 term contains an underscore.
4228                 Thanks to Colin
4229
4230 2006-04-28 [paul]       2.1.1cvs40
4231
4232         * src/prefs_message.c
4233         * src/prefs_receive.c
4234                 GUI cleanups
4235                 Patches by Pawel Pekala
4236
4237 2006-04-27 [colin]      2.1.1cvs39
4238
4239         * src/wizard.c
4240                 Differentiate subject Welcome from
4241                 window's title Welcome
4242
4243 2006-04-27 [paul]
4244
4245         2.2.0-rc1 released
4246
4247 2006-04-27 [paul]       2.1.1cvs38
4248
4249         * manual/advanced.xml
4250         * manual/fr/advanced.xml
4251                 add info about compose_no_markup hidden pref
4252
4253 2006-04-27 [paul]       2.1.1cvs37
4254
4255         * src/prefs_account.c
4256                 improve privacy labels
4257         * src/prefs_msg_colors.c
4258                 change some strings for translators' convenience
4259         * src/gtk/gtkutils.c
4260                 don't underline the link button text
4261
4262 2006-04-25 [colin]      2.1.1cvs36
4263
4264         * src/folder.c
4265                 Complete 2.1.1cvs33 (once more ;)
4266
4267 2006-04-25 [colin]      2.1.1cvs35
4268
4269         * src/editldap.c
4270                 Fix tooltip
4271
4272 2006-04-25 [cleroy]     2.1.1cvs34
4273
4274         * src/compose.c
4275         * src/gtk/gtkaspell.c
4276                 Fix crash on redirect (related to the return 
4277                 of the aspell menu in compose's toolbar)
4278         * src/prefs_msg_colors.c
4279                 Fix sensitivity widgets
4280         * src/image_viewer.c
4281         * src/gtk/pluginwindow.c
4282         * src/gtk/prefswindow.c
4283                 Change released signals to clicked (Fabien)
4284         * po/POTFILES.in
4285         * src/common/socket.c
4286         * src/plugins/spamassassin/spamassassin.c
4287                 Translate strings (Fabien)
4288
4289 2006-04-25 [paul]       2.1.1cvs33
4290
4291         * src/folder.c
4292         * src/folder.h
4293         * src/folderview.c
4294                 complete the fix of bug #912
4295                 Thanks to Colin
4296
4297 2006-04-25 [colin]      2.1.1cvs32
4298
4299         * src/news.c
4300                 Better progress bar
4301         * src/mimeview.c
4302         * src/summaryview.c
4303         * src/summaryview.h
4304                 Fix focus chain
4305                 Patches by Pawel Pekala
4306
4307 2006-04-24 [colin]      2.1.1cvs31
4308
4309         * src/compose.c
4310                 Fix compilation warnings (Fabien)
4311
4312 2006-04-24 [colin]      2.1.1cvs30
4313
4314         * src/addrindex.c
4315         * src/editldap.c
4316         * src/editldap_basedn.c
4317         * src/editldap_basedn.h
4318         * src/ldapctrl.c
4319         * src/ldapctrl.h
4320         * src/ldapquery.c
4321         * src/ldaputil.c
4322         * src/ldaputil.h
4323                 Fix bug #901 (LDAPS support)
4324
4325 2006-04-24 [colin]      2.1.1cvs29
4326
4327         * src/compose.c
4328                 Fix logic on error with send dialog on
4329         * src/imap.c
4330                 Fix compilation without libetpan, thanks
4331                 to Fabien
4332         * src/summaryview.c
4333                 Fix 'context-menu' key
4334
4335 2006-04-23 [colin]      2.1.1cvs28
4336
4337         * src/folder.c
4338                 Never free current's cache to free up 
4339                 memory. Fixes bug #912 (new count 
4340                 randomly set to message count)
4341
4342 2006-04-23 [colin]      2.1.1cvs27
4343
4344         * src/gtk/quicksearch.c
4345                 And remove printf...
4346
4347 2006-04-23 [colin]      2.1.1cvs26
4348
4349         * src/gtk/quicksearch.c
4350                 Fix replacing in quicksearch, and fix inserting
4351                 in the middle of the string. (introduced at 2.1.0cvs22)
4352
4353 2006-04-23 [colin]      2.1.1cvs25
4354
4355         * src/imap.c
4356                 Make sure uidnext is initialized in get_num_list
4357                 (not for stable, related to 2.1.1cvs8 and friends)
4358
4359 2006-04-23 [colin]      2.1.1cvs24
4360
4361         * src/imap.c
4362                 Output something when login is successful
4363                 too
4364
4365 2006-04-23 [colin]      2.1.1cvs23
4366
4367         * src/etpan/imap-thread.c
4368                 Better logging (line-per-line, hide data in fetch)
4369                 Fix a const warning
4370         * src/gtk/logwindow.c
4371         * src/gtk/logwindow.h
4372                 Better logging (color for input/output)
4373
4374 2006-04-21 [colin]      2.1.1cvs22
4375
4376         * src/gtk/quicksearch.c
4377                 On gtk+-2.8, use stock buttons in quicksearch
4378                 Based on a patch by Fabien and a design by Paul
4379
4380 2006-04-21 [colin]      2.1.1cvs21
4381
4382         * src/folderview.c
4383         * src/mainwindow.c
4384                 Fix occasional flicker in folderview
4385         * src/common/utils.c
4386                 Fix bug #943 (Incorrectly parsed email address 
4387                 list in short headers on message view and in 
4388                 printouts)
4389
4390 2006-04-20 [colin]      2.1.1cvs20
4391
4392         * src/imap.c
4393         * src/imap.h
4394         * src/prefs_account.c
4395                 Add ANONYMOUS auth for IMAP
4396
4397 2006-04-20 [paul]       2.1.1cvs19
4398
4399         * src/main.c
4400                 proper fix for 2.1.1cvs18
4401                 Thanks to Colin
4402
4403 2006-04-20 [paul]       2.1.1cvs18
4404
4405         * src/main.c
4406                 fix build warnings
4407
4408 2006-04-20 [paul]       2.1.1cvs17
4409
4410         * src/gtk/quicksearch.c
4411                 fix standard, non-extended Quick search,
4412                 was broken in 2.1.1cvs15.
4413                 Thanks to Colin.
4414
4415 2006-04-20 [colin]      2.1.1cvs16
4416
4417         * src/prefs_matcher.c
4418                 Fix values when reselecting a ~test
4419                 rule
4420
4421 2006-04-19 [colin]      2.1.1cvs15
4422
4423         * src/compose.c
4424         * src/compose.h
4425         * src/gtk/gtkaspell.c
4426         * src/gtk/gtkaspell.h
4427                 Put back Options menu in Spelling/
4428         * src/gtk/quicksearch.c
4429                 Don't search, and show error, if the
4430                 advanced search has a syntax error
4431
4432 2006-04-18 [colin]      2.1.1cvs14
4433
4434         * src/textview.c
4435                 Fix gdk warnings on set_cursor when textview
4436                 isn't visible
4437
4438 2006-04-18 [colin]      2.1.1cvs13
4439
4440         * src/gtk/gtksctree.c
4441                 Remove seemingly useless refresh that causes
4442                 flicker - watch this commit in case of 
4443                 problems before planned backport to stable
4444
4445 2006-04-18 [colin]      2.1.1cvs12
4446
4447         * src/imap.c
4448                 Factorize get/set_xml code
4449         * src/compose.c
4450         * src/prefs_account.c
4451         * src/prefs_account.h
4452         * src/procmsg.c
4453                 Add Encrypt to self option
4454
4455 2006-04-17 [colin]      2.1.1cvs11
4456
4457         * configure.ac
4458                 Fix search on encrpyt function on dragonfly
4459                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4460
4461 2006-04-17 [colin]      2.1.1cvs10
4462
4463         * src/prefs_account.c
4464                 Be safe by default: remove mails from POP3
4465                 after 7 days, not immediately
4466
4467 2006-04-17 [colin]      2.1.1cvs9
4468
4469         * src/etpan/imap-thread.c
4470                 Fix build on DragonFly - patch by 
4471                 Jonathan Buschmann <jonthn@agmact.com>
4472
4473 2006-04-17 [colin]      2.1.1cvs8
4474
4475         * src/imap.c
4476                 Save uidnext between sessions
4477
4478 2006-04-17 [colin]      2.1.1cvs7
4479
4480         * src/imap.c
4481                 scan is required when uid validity changes
4482
4483 2006-04-17 [colin]      2.1.1cvs6
4484
4485         * src/folderview.c
4486                 Don't scan if not necessary, apart in current
4487                 folder and INBOX to fetch flags.
4488         * src/imap.c
4489                 Scan is necessary if unread count changes
4490
4491 2006-04-17 [colin]      2.1.1cvs5
4492
4493         * src/imap.c
4494                 ...But always fetch ANSWERED and DELETED flags for
4495                 INBOX, as filtering can happen on these flags.
4496
4497 2006-04-17 [colin]      2.1.1cvs4
4498
4499         * src/imap.c
4500                 Don't fetch REPLIED and DELETED flags when synchronising
4501                 flags with a closed folder. We only need UNSEEN and FLAGGED
4502                 to update the folderview.
4503
4504 2006-04-17 [colin]      2.1.1cvs3
4505
4506         * src/imap.c
4507                 Faster flag search when there are new mails 
4508                 in a folder. We can do a full search if the 
4509                 folder contains less messages than the new
4510                 list.
4511
4512 2006-04-17 [colin]      2.1.1cvs2
4513
4514         * po/cs.po
4515         * po/de.po
4516         * po/fr.po
4517         * po/nl.po
4518         * po/pt_BR.po
4519                 Update translations from stable branch
4520
4521 2006-04-17 [colin]      2.1.1cvs1
4522
4523         * configure.ac
4524                 Bump version to follow stable release
4525
4526 2006-04-16 [mones]      2.1.0cvs50
4527
4528         * po/es.po
4529                 Updated for release
4530
4531 2006-04-16 [colin]      2.1.0cvs49
4532
4533         * src/textview.c
4534                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4535                 with gtk < 2.8. Thanks to Fabien Vantard.
4536
4537 2006-04-15 [colin]      2.1.0cvs48
4538
4539         * src/etpan/imap-thread.c
4540                 Fix bug #919 (libetpan: SEGV when connecting 
4541                 using command)
4542
4543 2006-04-14 [colin]      2.1.0cvs47
4544
4545         * src/main.c
4546                 Fix race on --select (should be done better)
4547
4548 2006-04-14 [wwp]        2.1.0cvs46
4549
4550         * src/send_message.c
4551                 enforce a check for domain in account prefs (a sending
4552                 error could be faced if domain was checked but no value set),
4553                 thanks to Colin.
4554
4555 2006-04-14 [colin]      2.1.0cvs45
4556
4557         * src/codeconv.c
4558                 when converting from unknown to unknown, if the
4559                 string is UTF8, don't convert it to the locale
4560                 (which breaks it)
4561
4562 2006-04-14 [colin]      2.1.0cvs44
4563
4564         * src/compose.c
4565                 Don't try to use ASCII for converting headers
4566                 (as done in body)
4567
4568 2006-04-14 [paul]       2.1.0cvs43
4569
4570         * src/crash.c
4571                 add locale/charset info to crash report
4572         * src/gtk/about.c
4573                 add wwp to doc team
4574                 replace 'e-mail' with preferred 'email'
4575         * src/gtk/authors.h
4576                 ensure contributors list is in alphabetical
4577                 order
4578
4579 2006-04-13 [colin]      2.1.0cvs42
4580
4581         * src/textview.c
4582                 Prevent gdk warnings
4583
4584 2006-04-13 [colin]      2.1.0cvs41
4585
4586         * src/common/ssl_certificate.c
4587         * src/common/ssl_certificate.h
4588         * src/gtk/sslcertwindow.c
4589                 Warn on expired certs, and display the expiration date
4590
4591 2006-04-13 [colin]      2.1.0cvs40
4592
4593         * src/plugins/spamassassin/spamassassin_gtk.c
4594                 Fix missing set_text on unix socket
4595
4596 2006-04-13 [wwp]        2.1.0cvs39
4597
4598         * manual/fr/advanced.xml
4599         * manual/fr/glossary.xml
4600                 applied new spam/ham/email lexicon (pourriel, courriel)
4601
4602 2006-04-13 [paul]       2.1.0cvs38
4603
4604         * src/plugins/pgpmime/plugin.c
4605                 remove the mention of S/MIME from the
4606                 description. This is now handled by the
4607                 S/MIME plugin.
4608
4609 2006-04-13 [paul]       2.1.0cvs37
4610
4611         * src/prefs_msg_colors.c
4612                 rework dialog
4613         * src/prefs_folder_item.c
4614         * src/prefs_spelling.c
4615                 add a tooltip to the colour selector buttons
4616
4617 2006-04-13 [wwp]        2.1.0cvs36
4618
4619         * manual/advanced.xml
4620         * manual/glossary.xml
4621         * manual/handling.xml
4622         * manual/keyboard.xml
4623         * manual/plugins.xml
4624         * manual/starting.xml
4625         * manual/fr/account.xml
4626         * manual/fr/ack.xml
4627         * manual/fr/addrbook.xml
4628         * manual/fr/advanced.xml
4629         * manual/fr/faq.xml
4630         * manual/fr/glossary.xml
4631         * manual/fr/gpl.xml
4632         * manual/fr/handling.xml
4633         * manual/fr/intro.xml
4634         * manual/fr/keyboard.xml
4635         * manual/fr/plugins.xml
4636         * manual/fr/starting.xml
4637         * manual/fr/sylpheed-claws-manual.xml
4638                 fixes to the manuals:
4639                  - summaryview -> Message List (same in French)
4640                  - translate key names
4641                  - fix French punctuation, use non-breakable spaces when
4642                    necessary, don't use &thinsp; which is not portable
4643                  - tell what maildir and mbox formats we support
4644
4645 2006-04-12 [wwp]        2.1.0cvs35
4646
4647         * src/prefs_toolbar.c
4648                 unified a replace button more,
4649                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4650
4651 2006-04-12 [wwp]        2.1.0cvs34
4652
4653         * src/prefs_common.c
4654         * src/prefs_msg_colors.c
4655                 make default color labels translatable,
4656                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4657                 thanks to Tim <timbrain@post.cz> for reporting.
4658
4659 2006-04-12 [wwp]        2.1.0cvs33
4660
4661         * manual/glossary.xml
4662         * manual/intro.xml
4663         * manual/plugins.xml
4664         * manual/starting.xml
4665         * manual/sylpheed-claws-manual.xml
4666         * manual/fr/.cvsignore
4667         * manual/fr/account.xml
4668         * manual/fr/ack.xml
4669         * manual/fr/addrbook.xml
4670         * manual/fr/advanced.xml
4671         * manual/fr/faq.xml
4672         * manual/fr/glossary.xml
4673         * manual/fr/handling.xml
4674         * manual/fr/intro.xml
4675         * manual/fr/keyboard.xml
4676         * manual/fr/plugins.xml
4677         * manual/fr/starting.xml
4678         * manual/fr/sylpheed-claws-manual.xml
4679                 various fixes: typos, missing .fr translations, punctuation,
4680                 capitalization, links, accents and some bad French more.
4681
4682 2006-04-12 [wwp]        2.1.0cvs32
4683
4684         * src/prefs_gtk.c
4685                 fix for bug #935: always store prefs files in UTF-8 (thanks
4686                 to Colin).
4687
4688 2006-04-11 [colin]      2.1.0cvs31
4689
4690         * src/compose.c
4691                 Fix inserting files not in utf8 when locale is utf8
4692
4693 2006-04-11 [colin]      2.1.0cvs30
4694
4695         * src/inc.c
4696                 Don't show error dialog when cancelling connection
4697                 Patch by Pawel
4698
4699 2006-04-11 [cleroy]     2.1.0cvs29
4700
4701         * src/compose.c
4702                 Implement multiple quote levels
4703         * src/prefs_common.c
4704                 Change a little bit the quote bgcolor for 2nd level
4705
4706 2006-04-11 [colin]      2.1.0cvs28
4707
4708         * src/gtk/about.c
4709                 Add locale and charset in the label
4710
4711 2006-04-10 [colin]      2.1.0cvs27
4712
4713         * src/compose.c
4714         * src/prefs_common.c
4715         * src/prefs_common.h
4716         * src/prefs_msg_colors.c
4717         * src/textview.c
4718                 Allow optional background color in quotes
4719                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4720                 GTK+-2.8.x feature
4721
4722 2006-04-10 [colin]      2.1.0cvs26
4723
4724         * src/main.c
4725         * src/mainwindow.c
4726         * src/mainwindow.h
4727                 Implement --select
4728
4729 2006-04-10 [colin]      2.1.0cvs25
4730
4731         * manual/plugins.xml
4732         * manual/fr/plugins.xml
4733                 Document libcurl's proxy variables
4734
4735 2006-04-09 [colin]      2.1.0cvs24
4736
4737         * src/prefs_common.c
4738                 gettext() returns statically allocated stuff. We have
4739                 to strdup it in order to be able to free it.
4740
4741 2006-04-09 [colin]      2.1.0cvs23
4742
4743         * AUTHORS
4744         * src/gtk/authors.h
4745                 Add Alexei
4746
4747 2006-04-09 [colin]      2.1.0cvs22
4748
4749         * src/mainwindow.c
4750         * src/gtk/quicksearch.c
4751                 Fix bug #859 (problems with cyrilic input in 
4752                 search panel) - Patch by Alexey Illarionov 
4753                 <littlesavage@rambler.ru>
4754
4755 2006-04-09 [colin]      2.1.0cvs21
4756
4757         * src/prefs_customheader.c
4758                 I prefer removing then freeing rather than the contrary
4759                 (even if it doesn't change anything ;-)
4760         * src/prefs_account.c
4761                 Fix bug #933 (Crash re-entering the custom headers list 
4762                 dialog in accounts prefs)
4763                 The problem happened when cancelling the Account 
4764                 Preferences' dialogs - in which case we didn't do 
4765                 anything to the PrefsAccount * struct. In case of applying,
4766                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4767                 working with in this dialog. The problem is that 
4768                 prefs_customheader.c, working on this tmp_ac_prefs, always
4769                 changes the ->customhdr_list pointer, even when cancelled. 
4770                 So in case of cancelling the prefs_account dialog, we still
4771                 have to update ->customhdr_list in the real account.
4772
4773 2006-04-08 [colin]      2.1.0cvs20
4774
4775         * manual/fr/glossary.xml
4776         * manual/fr/keyboard.xml
4777                 Forgot some headers :)
4778
4779 2006-04-08 [colin]      2.1.0cvs19
4780
4781         * manual/Makefile.am
4782         * manual/fr/Makefile.am
4783         * manual/fr/account.xml
4784         * manual/fr/ack.xml
4785         * manual/fr/addrbook.xml
4786         * manual/fr/advanced.xml
4787         * manual/fr/faq.xml
4788         * manual/fr/glossary.xml
4789         * manual/fr/gpl.xml
4790         * manual/fr/handling.xml
4791         * manual/fr/intro.xml
4792         * manual/fr/keyboard.xml
4793         * manual/fr/plugins.xml
4794         * manual/fr/starting.xml
4795         * manual/fr/sylpheed-claws-manual.xml
4796         * manual/fr/dist/.cvsignore
4797         * manual/fr/dist/Makefile.am
4798         * manual/fr/dist/html/.cvsignore
4799         * manual/fr/dist/html/Makefile.am
4800         * manual/fr/dist/pdf/.cvsignore
4801         * manual/fr/dist/pdf/Makefile.am
4802         * manual/fr/dist/ps/.cvsignore
4803         * manual/fr/dist/ps/Makefile.am
4804         * manual/fr/dist/txt/.cvsignore
4805         * manual/fr/dist/txt/Makefile.am
4806                 Add the french translation of the manual. Thanks to
4807                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4808                 account.xml, ack.xml, addrbook.xml and advanced.xml
4809
4810 2006-04-08 [colin]      2.1.0cvs18
4811
4812         * manual/plugins.xml
4813         * manual/starting.xml
4814                 More fixes
4815
4816 2006-04-07 [colin]      2.1.0cvs17
4817
4818         * manual/faq.xml
4819         * manual/intro.xml
4820         * manual/keyboard.xml
4821                 Little fixes
4822
4823 2006-04-07 [colin]      2.1.0cvs16
4824
4825         * README
4826         * src/compose.c
4827         * src/prefs_common.c
4828         * src/prefs_common.h
4829                 Add hidden compose_no_markup pref
4830
4831 2006-04-07 [wwp]        2.1.0cvs15
4832
4833         * src/summary_search.c
4834         * .cvsignore
4835                 Bugfix: stop button was sticky when searching in an empty folder.
4836                 Applied curly brackets code style to the whole file (summary_search.c).
4837                 More files to ignore.
4838
4839 2006-04-07 [wwp]        2.1.0cvs14
4840
4841         * src/message_search.c
4842         * src/summary_search.c
4843                 changed default button when search bumps at file/folder
4844                 beginning or end, for convenience (thanks to Colin).
4845
4846 2006-04-07 [paul]       2.1.0cvs13
4847
4848         * src/plugins/dillo_viewer/dillo_prefs.c
4849                 avoid future potential for namespace collision
4850                 Patch by Colin
4851
4852 2006-04-06 [wwp]        2.1.0cvs12
4853
4854         * src/summary_search.c
4855                 Unify extended/advanced searches names (and thus factorize labels),
4856                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4857
4858 2006-04-06 [wwp]        2.1.0cvs11
4859
4860         * src/folderview.c
4861         * src/prefs_themes.c
4862         * src/summaryview.c
4863                 Fixed some compilation warnings.
4864
4865 2006-04-06 [colin]      2.1.0cvs10
4866
4867         * manual/advanced.xml
4868                 Document the wizard template and how to deploy
4869                 Sylpheed-Claws effectively
4870
4871 2006-04-06 [colin]      2.1.0cvs9
4872
4873         * src/folderview.c
4874                 gettext patch to tell translators about _("#"),
4875                 by Maxim Britov
4876
4877 2006-04-06 [colin]      2.1.0cvs8
4878
4879         * src/textview.c
4880                 Fix invalid GtkTextBIter after clicking "Display as text"
4881
4882 2006-04-06 [mones]      2.1.0cvs7
4883
4884         * src/addr_compl.c
4885         * src/addrindex.c
4886         * src/addritem.c
4887         * src/codeconv.c
4888         * src/compose.c
4889         * src/filtering.c
4890         * src/folder.c
4891         * src/folder_item_prefs.c
4892         * src/folderview.c
4893         * src/localfolder.c
4894         * src/matcher.c
4895         * src/mimeview.c
4896         * src/prefs_msg_colors.c
4897         * src/prefs_spelling.c
4898         * src/prefs_themes.c
4899         * src/procmime.c
4900         * src/procmsg.c
4901         * src/stock_pixmap.c
4902         * src/summaryview.c
4903         * src/textview.c
4904         * src/toolbar.c
4905         * src/common/mgutils.c
4906         * src/common/prefs.c
4907         * src/common/ssl_certificate.c
4908         * src/gtk/colorlabel.c
4909         * src/gtk/quicksearch.c
4910         * src/plugins/pgpmime/pgpmime.c
4911         * src/plugins/spamassassin/spamassassin.c
4912                 Removed redundant NULL checks for g_free() calls.
4913                 Patch by Pawel Pekala.
4914
4915 2006-04-06 [mones]      2.1.0cvs6
4916
4917         * src/prefs_actions.c
4918         * src/prefs_filtering.c
4919         * src/prefs_filtering_action.c
4920         * src/prefs_matcher.c
4921         * src/prefs_template.c
4922         * src/gtk/gtkutils.c
4923         * src/gtk/gtkutils.h
4924                 Have a nice replace button. Patch by Pawel Pekala
4925
4926 2006-04-06 [colin]      2.1.0cvs5
4927
4928         * src/addressbook.c
4929                 Fix crash with empty columns
4930
4931 2006-04-05 [colin]      2.1.0cvs4
4932
4933         * src/wizard.c
4934         * src/prefs_gtk.c
4935                 Allow wizard customization with pre-filled values
4936
4937 2006-04-05 [colin]      2.1.0cvs3
4938
4939         * src/textview.c
4940         * src/mimeview.c
4941         * src/mimeview.h
4942                 Nicer messages in mimeview
4943
4944 2006-04-05 [colin]      2.1.0cvs2
4945
4946         * src/addressbook.c
4947         * src/prefs_summaries.c
4948                 i18n fix
4949
4950 2006-04-05 [colin]      2.1.0cvs1
4951
4952         * src/plugins/pgpcore/plugin.c
4953         * src/plugins/pgpcore/select-keys.c
4954         * src/plugins/pgpcore/select-keys.h
4955         * src/plugins/pgpcore/sgpgme.c
4956         * src/plugins/pgpcore/sgpgme.h
4957         * src/plugins/pgpinline/pgpinline.c
4958         * src/plugins/pgpinline/plugin.c
4959         * src/plugins/pgpmime/pgpmime.c
4960         * src/plugins/pgpmime/plugin.c
4961                 Factorize and generalize a bit 
4962                 Drop S/MIME signature verification from PGP/MIME
4963                 (adding it as another, more complete plugin)
4964
4965 2006-04-05 [paul]       2.1.0
4966
4967         2.1.0 released
4968
4969 2006-04-05 [paul]       2.0.0cvs186
4970
4971         * manual/advanced.xml
4972                 add info on colour labels
4973
4974 2006-04-05 [paul]       2.0.0cvs185
4975
4976         * po/bg.po
4977         * po/cs.po
4978         * po/de.po
4979         * po/el.po
4980         * po/en_GB.po
4981         * po/fi.po
4982         * po/fr.po
4983         * po/it.po
4984         * po/nl.po
4985         * po/pl.po
4986         * po/pt_BR.po
4987         * po/sr.po
4988         * po/zh_CN.po
4989                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4990                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4991                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4992                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4993         * src/gtk/authors.h
4994         * tools/claws.i18n.status.pl
4995                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4996                 and new Czech translator, Tim <timbrain@post.cz>
4997
4998 2006-04-05 [mones]      2.0.0cvs184
4999
5000         * po/es.po
5001                 Updated translation
5002
5003 2006-04-05 [colin]      2.0.0cvs183
5004
5005         * src/gtk/quicksearch.c
5006                 Fix bug #929 (unnecessary reload in quick search bar)
5007
5008 2006-04-05 [colin]      2.0.0cvs182
5009
5010         * src/compose.c
5011                 Fix crash on Reply with no From:
5012                 Show signature and conversion error on queuing 
5013                 (but not sending)
5014         * src/mainwindow.c
5015         * src/summaryview.c
5016         * src/summaryview.h
5017                 Factorize threading code and make sure msginfo 
5018                 is not null when it comes from a GtkCTreeRow's 
5019                 data
5020         * src/gtk/gtkaspell.c
5021                 Check for necessary things
5022         * src/gtk/gtksctree.c
5023         * src/gtk/gtksctree.h
5024                 Reset anchor if necessary when removing node
5025
5026 2006-03-29 [colin]      2.0.0cvs181
5027
5028         * src/folderview.c
5029                 Warn for disabled IMAP accounts (due to lack of
5030                 libetpan). Breaks string-freeze - sorry - but it
5031                 is kind of important ;)
5032
5033 2006-03-28 [colin]      2.0.0cvs180
5034
5035         * src/gtk/gtkutils.c
5036         * src/gtk/gtkutils.h
5037                 Add a gtkut_get_link_btn() function that
5038                 creates a button which acts like an URI
5039         * src/prefs_themes.c
5040         * src/gtk/about.c
5041                 Use this function (factorizes codes)
5042         * src/common/defs.h
5043         * src/gtk/pluginwindow.c
5044                 Add a "Get more..." in the plugins window
5045
5046 2006-03-28 [colin]      2.0.0cvs179
5047
5048         * src/common/smtp.c
5049         * src/common/passcrypt.c
5050         * src/undo.c
5051                 Warning fixes. Patch by Pawel Pekala
5052
5053 2006-03-27 [colin]      2.0.0cvs178
5054
5055         * src/undo.c
5056                 Fix undoing by blocks with spaces
5057
5058 2006-03-27 [colin]      2.0.0cvs177
5059
5060         * src/textview.c
5061                 Set margin to 3px for headers
5062
5063 2006-03-27 [paul]
5064
5065         2.1.0-rc2 released
5066
5067 2006-03-27 [wwp]        2.0.0cvs176
5068
5069         * src/summaryview.c
5070                 don't reset quicksearch when updating the message list.
5071                 Thanks to Colin.
5072
5073 2006-03-26 [wwp]        2.0.0cvs175
5074
5075         * src/compose.c
5076                 use a unified border width ('other' tab in the compose window,
5077                 patch by Pawel Pekala).
5078
5079
5080 2006-03-26 [wwp]        2.0.0cvs174
5081
5082         * src/common/quoted-printable.c
5083         * src/addressbook.c
5084                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5085
5086 2006-03-26 [colin]      2.0.0cvs173
5087
5088         * src/quote_fmt_parse.y
5089                 Fix non-UTF8 date formats messing up the whole quote a 
5090                 little bit
5091
5092 2006-03-26 [colin]      2.0.0cvs172
5093
5094         * src/procheader.c
5095                 Make sure the date is UTF8 valid, or try to make it
5096                 so. IncrediMail is really IncrediStupid.
5097         * src/compose.c
5098                 Fix possible conversions. 
5099                 
5100
5101 2006-03-26 [colin]      2.0.0cvs171
5102
5103         * src/matcher.c
5104                 Fix corner cases in body search. This is still a
5105                 hack... It seems impossible to make it good and 
5106                 reasonably fast at the same time.
5107
5108 2006-03-26 [colin]      2.0.0cvs170
5109
5110         * src/summaryview.c
5111                 I think I killed the twilight zone bug!
5112                 summary_select_node() flushes GTK events in order
5113                 to be able to center the view. But this also 
5114                 flushes keypresses like Ctrl-Alt-U, so this can
5115                 call summary_show from summary_select_node (itself
5116                 called from summary_show, etc.). And the summaryview
5117                 has to be unlocked in this function. So just locking
5118                 while processing GTK events, and bailing if locked, 
5119                 should fix it.
5120                 Fixes bug #927 (SIGSEGV during Update Summary)
5121
5122 2006-03-25 [colin]      2.0.0cvs169
5123
5124         * src/matcher.c
5125                 Fix search in QP-encoded bodies
5126                 Fix utf-8 searches in bodies encoded in the
5127                 locale's encoding
5128         * src/common/quoted-printable.c
5129         * src/common/quoted-printable.h
5130                 Add a decode function that doesn't overwrite
5131                 the original pointer
5132                 
5133
5134 2006-03-24 [colin]      2.0.0cvs168
5135
5136         * src/action.c
5137         * src/summaryview.c
5138         * src/summaryview.h
5139                 Update message cache after action
5140                 Patch by H. Merijn Brand
5141         * src/prefs_msg_colors.c
5142                 Factorize label 
5143                 Patch by Fabien Vantard
5144         * src/plugins/spamassassin/spamassassin_gtk.c
5145                 Remove useless translation
5146                 Patch by Fabien Vantard
5147
5148 2006-03-23 [colin]      2.0.0cvs167
5149
5150         * src/common/ssl.c
5151                 Let 30 seconds to SSL_connect
5152
5153 2006-03-23 [wwp]        2.0.0cvs166
5154
5155         * src/summaryview.c
5156         * src/gtk/description_window.c
5157                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5158                 and headers are translated; adjust description windows' width to fit their
5159                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5160
5161 2006-03-23 [paul]       2.0.0cvs165
5162
5163         * src/common/utils.c
5164                 fix highlighting of URIs containing "()"
5165                 (2.0.0cvs164's reversal fixed)
5166                 Thanks to Colin.
5167
5168 2006-03-23 [paul]       2.0.0cvs164
5169
5170         * src/common/utils.c
5171                 revert patch, (postponing a fix), at 2.0.0cvs120
5172                 as it breaks more URIs than it fixes.
5173                 Allow '-' to be a terminating character in a URI
5174
5175 2006-03-22 [colin]      2.0.0cvs163
5176
5177         * configure.ac
5178                 Require libetpan 0.45
5179                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5180
5181 2006-03-22 [paul]       2.0.0cvs162
5182
5183         * src/editgroup.c
5184                 replace '<-' and '->' buttons with GTK_STOCK graphical
5185                 buttons
5186         * src/summary_search.c
5187                 don't offer '...' for translation
5188                 add a tooltip to advanced search '...' button
5189         * src/gtk/quicksearch.c
5190                 don't offer '...' for translation
5191
5192 2006-03-21 [colin]      2.0.0cvs161
5193
5194         * src/compose.c
5195                 Fix middle-click pasting (insert at click
5196                 position instead of cursor position, don't
5197                 remove existing selection and allow pasting
5198                 our own selection)
5199         * src/addressbook.c
5200                 "LDAP Server" -> "LDAP servers"
5201
5202 2006-03-21 [wwp]        2.0.0cvs160
5203
5204         * src/etpan/imap-thread.c
5205                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5206
5207 2006-03-20 [colin]      2.0.0cvs159
5208
5209         * src/summaryview.c
5210                 Don't reload summaryview after an execute with no
5211                 move action
5212
5213 2006-03-19 [colin]      2.0.0cvs158
5214
5215         * src/addressbook.c
5216                 and put groups at the top, always
5217
5218 2006-03-19 [colin]      2.0.0cvs157
5219
5220         * src/addressbook.c
5221                 Order groups before names, as previously
5222
5223 2006-03-19 [colin]      2.0.0cvs156
5224
5225         * src/addressbook.c
5226                 - Sort case-unsensitive
5227                 - Put the sort arrow at opening too
5228
5229 2006-03-19 [wwp]        2.0.0cvs155
5230
5231         * src/addressbook.c
5232                 allow sorting by name/email/remarks, ensure that right-pane's contents
5233                 matches the left-pane selection (cleared when appropriate).
5234                 Patch by Pawel Pekala <c0rn@o2.pl>.
5235
5236 2006-03-18 [colin]      2.0.0cvs154
5237
5238         * src/textview.c
5239                 Fix text cursor ;)
5240
5241 2006-03-18 [colin]      2.0.0cvs153
5242
5243         * src/gtk/filesel.c
5244                 Make sure we hide the preview if we didn't get
5245                 a filename
5246
5247 2006-03-18 [colin]      2.0.0cvs152
5248
5249         * src/summaryview.c
5250                 Set cursor to watch for execution (fixes lack
5251                 of watch-cursor when dnd'ing hundreds of mails)
5252         * src/gtk/filesel.c
5253                 Check that mime type is 'image/*' before updating
5254                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5255
5256 2006-03-18 [colin]      2.0.0cvs151
5257
5258         * src/mainwindow.c
5259         * src/textview.c
5260         * src/textview.h
5261                 Put a watch cursor in textview too when the mainwindow's
5262                 cursor in a watch
5263
5264 2006-03-18 [colin]      2.0.0cvs150
5265
5266         * src/folder.c
5267                 Change wrong asserts to simple tests
5268
5269 2006-03-17 [colin]      2.0.0cvs149
5270
5271         * src/mainwindow.c
5272         * src/mainwindow.h
5273         * src/prefs_msg_colors.c
5274         * src/summaryview.c
5275         * src/summaryview.h
5276         * src/gtk/colorlabel.c
5277         * src/gtk/colorlabel.h
5278                 Add a color label menu in the main menubar
5279                 Add (fixed) accels Ctrl-{0-7} to change the color
5280                 They have to be fixed because the menu's dynamic,
5281                 the items are complex widgets, hence we can't use
5282                 a GtkItemFactory.
5283
5284
5285 2006-03-17 [wwp]        2.0.0cvs148
5286
5287         * src/compose.c
5288                 rollback few lines from my previous commit (those lines come from
5289                 a pending patch, accidentally commited, even if neutral as they are
5290                 commented out).
5291
5292 2006-03-17 [wwp]        2.0.0cvs147
5293
5294         * src/compose.c
5295                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5296                 applied code style/indentation to the modified function.
5297
5298 2006-03-17 [wwp]        2.0.0cvs146
5299
5300         * src/procmsg.c
5301         * src/compose.c
5302                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5303
5304 2006-03-17 [paul]
5305
5306         2.1.0-rc1 released
5307
5308 2006-03-17 [paul]       2.0.0cvs145
5309
5310         * src/main.c
5311                 addressbook_read_file() was called twice
5312         * src/textview.c
5313                 X-Mailer highlighting
5314
5315 2006-03-16 [colin]      2.0.0cvs144
5316
5317         * src/sourcewindow.c
5318         * src/sourcewindow.h
5319                 And the last one, in source window.
5320
5321 2006-03-16 [colin]      2.0.0cvs143
5322
5323         * src/compose.c
5324         * src/compose.h
5325                 Fix the same stuff in compose
5326
5327 2006-03-16 [colin]      2.0.0cvs142
5328
5329         * src/messageview.c
5330                 Complete the previous messageview crash fix
5331
5332 2006-03-16 [colin]      2.0.0cvs141
5333
5334         * src/procmsg.h
5335         * src/procmsg.c
5336         * src/folder.c
5337                 Fix POSTPROCESSING hook
5338                 Patch by H. Merijn Brand
5339
5340         * src/procmime.c
5341         * src/procmime.h
5342                 Parse Content-Location
5343
5344         * src/toolbar.c
5345         * src/messageview.c
5346         * src/messageview.h
5347                 Don't crash when a top-level MessageView has
5348                 been closed on us. Same problematic than
5349                 yesterday's quicksearch issue.
5350
5351 2006-03-15 [colin]      2.0.0cvs140
5352
5353         * src/gtk/quicksearch.c
5354                 Fix a bitchy race we didn't think about when we
5355                 added quicksearch cancellation:
5356                 If the search is not on cached fields, for example
5357                 body_part matchcase "stuff"
5358                 the matcher code has to get the whole message. If
5359                 we're on IMAP, that can be slow, and in order to
5360                 be non-blocking, the IMAP code idle loop processes
5361                 gtk events too. So it is possible to cancel a
5362                 quicksearch while the matcher is getting the mail's
5363                 body. After matcher got its body, it will start to
5364                 iterate over the matcher list that the Quicksearch's
5365                 clear_search_cb() just freed via prepare_matcher().
5366                 SIGSEGV ensues.
5367                 The fix consists of guarding the matcherlist_match()
5368                 call with a boolean 'matching'. If we reset the
5369                 quicksearch while matching is TRUE, we don't free
5370                 the matcherlist anymore like we did, but we set
5371                 another new flag, deferred_free, to TRUE. Then,
5372                 in quicksearch_match(), just after returning from
5373                 matcherlist_match() and unsetting the matching flag,
5374                 we check the deferred_free flag and do the
5375                 prepare_matcher() (which does the matcherlist_free)
5376                 for real, so we free the matcherlist once it's not
5377                 used anymore.
5378                 As all of this runs via the glib main loop, we
5379                 luckily don't need a mutex.
5380         * src/summaryview.c
5381                 Also, show progress while searching.
5382
5383
5384 2006-03-14 [colin]      2.0.0cvs139
5385
5386         * src/alertpanel.c
5387                 Make alertpanel_is_open non-static
5388
5389 2006-03-14 [colin]      2.0.0cvs138
5390
5391         * src/prefs_spelling.c
5392                 Cleanups - Fabien Vantard
5393
5394 2006-03-14 [wwp]        2.0.0cvs137
5395
5396         * src/main.c
5397                 code style normalization (curly braces, indentation).
5398
5399 2006-03-14 [wwp]        2.0.0cvs137
5400
5401         * src/main.c
5402                 code style (braces, indentation)
5403
5404 2006-03-12 [paul]       2.0.0cvs136
5405
5406         * src/prefs_common.c
5407                 trans_hdr defaults to FALSE to be RFC-savvy
5408         * src/prefs_summaries.c
5409                 add a tooltip to the trans_hdr option
5410                 
5411
5412 2006-03-12 [paul]       2.0.0cvs135
5413
5414         * src/prefs_matcher.c
5415                 give a little more width to the combos
5416         * src/prefs_display_header.c
5417         * src/textview.c
5418                 translate headers if prefs_common.trans_hdr
5419                 is TRUE
5420
5421         Patches by Pawel Pekala
5422
5423 2006-03-12 [paul]       2.0.0cvs134
5424
5425         * src/plugins/clamav/clamav_plugin.c
5426         * src/plugins/dillo_viewer/dillo_viewer.c
5427         * src/plugins/pgpcore/plugin.c
5428         * src/plugins/pgpinline/plugin.c
5429         * src/plugins/pgpmime/plugin.c
5430         * src/plugins/spamassassin/spamassassin.c
5431                 update/add to descriptions
5432         * src/plugins/spamassassin/spamassassin_gtk.c
5433                 fixes to the english, remove superfluous
5434                 tooltips, clean up a little
5435
5436 2006-03-12 [paul]       2.0.0cvs133
5437
5438         * src/compose.c
5439                 fix Bug 924, 'Account combo box shows up wrong 
5440                 if & is in account name'
5441
5442 2006-03-11 [colin]      2.0.0cvs132
5443
5444         * src/summaryview.c
5445                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5446                 messed up shift-selection because is slows down
5447                 moving around summaryview. thanks -users
5448
5449 2006-03-10 [colin]      2.0.0cvs131
5450
5451         * src/plugins/spamassassin/spamassassin_gtk.c
5452                 Put back Paul's engrish fixes
5453
5454 2006-03-10 [colin]      2.0.0cvs130
5455
5456         * src/plugins/spamassassin/spamassassin.c
5457         * src/plugins/spamassassin/spamassassin.h
5458         * src/plugins/spamassassin/spamassassin_gtk.c
5459                 Cleanup SA prefs page (more)
5460                 Patch by Fabien Vantard
5461
5462 2006-03-10 [paul]       2.0.0cvs129
5463
5464         * src/prefs_msg_colors.c
5465         * src/prefs_spelling.c
5466                 widget sensitivity
5467
5468 2006-03-09 [mones]      2.0.0cvs128
5469
5470         * po/es.po
5471                 Update for next RC
5472
5473 2006-03-09 [wwp]        2.0.0cvs127
5474
5475         * configure.ac
5476                 revert accidental commit (requirement for libetpan 0.43), this time
5477                 not in HEAD.
5478
5479 2006-03-09 [wwp]        2.0.0cvs125
5480
5481         * configure.ac
5482                 revert accidental commit (requirement for libetpan 0.43)
5483
5484 2006-03-09 [paul]       2.0.0cvs126
5485
5486         * src/prefs_receive.c
5487                 remove useless frame
5488                 replace 'incorporation' with 'receiving'
5489         * src/plugins/clamav/clamav_plugin_gtk.c
5490         * src/plugins/spamassassin/spamassassin_gtk.c
5491                 improve widget sensitivity
5492                 fix a bit his engrish
5493
5494 2006-03-09 [wwp]        2.0.0cvs125
5495
5496         * src/addressadd.c
5497         * src/foldersel.c
5498         * src/prefs_common.c
5499         * src/prefs_common.h
5500                 remember some more windows' sizes (add to addressbook and
5501                 select folder).
5502
5503 2006-03-09 [paul]       2.0.0cvs124
5504
5505         * src/plugins/pgpcore/prefs_gpg.c
5506                 normalise construction of dialogue
5507
5508 2006-03-09 [paul]       2.0.0cvs123
5509
5510         * src/plugins/trayicon/Makefile.am
5511                 add missing slash
5512
5513 2006-03-08 [colin]      2.0.0cvs122
5514
5515         * src/plugins/trayicon/Makefile.am
5516                 Fix build in separate dir 
5517                 Patch by Bamanzi <bamanzi@gmail.com>
5518
5519 2006-03-08 [colin]      2.0.0cvs121
5520
5521         * src/procmsg.c
5522                 Batch move and copies from summaryview with delayed execution
5523                 too
5524
5525 2006-03-07 [paul]       2.0.0cvs120
5526
5527         * src/common/utils.c
5528                 fix highlighting of URIs containing "()"
5529                 Patch by Pawel Pekala
5530
5531 2006-03-07 [paul]       2.0.0cvs119
5532
5533         * src/folder.c
5534         * src/folder.h
5535         * src/folderview.c
5536                 immediately do alphabetical resort when
5537                 changing a folder's name
5538                 Patch by Pawel Pekala
5539
5540 2006-03-07 [paul]       2.0.0cvs118
5541
5542         * src/news.c
5543         * src/news_gtk.c
5544                 when unsubscribing a newsgroup, remove the
5545                 folder and msgs in .sylpheed-claws/newscache
5546                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5547
5548 2006-03-07 [paul]       2.0.0cvs117
5549
5550         * src/textview.c
5551                 fix wrong Fake URL Warning
5552                 Thanks to Hiro
5553
5554 2006-03-07 [colin]      2.0.0cvs116
5555
5556         * src/imap.c
5557                 Return immediately when password dialog was
5558                 cancelled
5559         * src/gtk/inputdialog.c
5560                 Allow empty strings for passwords
5561
5562
5563 2006-03-06 [colin]      2.0.0cvs115
5564
5565         * src/imap.c
5566                 Prevent double-timeouts when connection fails
5567
5568 2006-03-06 [colin]
5569
5570         2.0.1-rc1 released
5571
5572 2006-03-06 [colin]      2.0.0cvs114
5573
5574         * src/imap.c
5575                 Refresh session during potentially long
5576                 operations
5577
5578 2006-03-06 [wwp]        2.0.0cvs113
5579
5580         * src/prefs_msg_colors.h
5581                 forgot that one (custom color labels).
5582
5583 2006-03-06 [wwp]        2.0.0cvs112
5584
5585         * src/prefs_common.c
5586         * src/prefs_common.h
5587         * src/prefs_msg_colors.c
5588         * src/summaryview.c
5589         * src/summaryview.h
5590         * src/gtk/colorlabel.c
5591         * src/gtk/colorlabel.h
5592                 colors in messages list are now customizable. Color values and names can
5593                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5594                 Thanks to Paul and Colin for their help with this longstanding patch!
5595
5596 2006-03-06 [wwp]        2.0.0cvs111
5597
5598         * src/textview.c
5599                 don't crash if (x)face is bad.
5600
5601 2006-03-05 [paul]       2.0.0cvs110
5602
5603         * AUTHORS
5604         * configure.ac
5605         * src/Makefile.am
5606         * src/common/Makefile.am
5607         * src/common/utils.h
5608         * src/etpan/imap-thread.c
5609         * src/gtk/authors.h
5610         * src/plugins/clamav/Makefile.am
5611         * src/plugins/demo/Makefile.am
5612         * src/plugins/dillo_viewer/Makefile.am
5613         * src/plugins/pgpcore/Makefile.am
5614         * src/plugins/pgpcore/passphrase.c
5615         * src/plugins/pgpinline/Makefile.am
5616         * src/plugins/pgpmime/Makefile.am
5617         * src/plugins/spamassassin/Makefile.am
5618         * src/plugins/trayicon/Makefile.am
5619                 fix builiding on cygwin
5620                 Patch by Ralgh Young <bamanzi@gmail.com>
5621
5622 2006-03-04 [wwp]        2.0.0cvs109
5623
5624         * manual/keyboard.xml
5625                 fix mixed up/down keys.
5626
5627 2006-03-04 [wwp]        2.0.0cvs108
5628
5629         * README
5630         * INSTALL
5631                 updated links to SpamAssassin.
5632
5633 2006-03-04 [wwp]        2.0.0cvs107
5634
5635         * manual/plugins.xml
5636         * src/plugins/spamassassin/README
5637                 updated SpamAssassin plugin docs to reflect new functional additions
5638                 (also fix/update/documents few technical stuff more, see the README).
5639
5640 2006-03-04 [wwp]        2.0.0cvs106
5641
5642         * src/prefs_message.c
5643                 normalized capitalization of message-prefs paths.
5644
5645 2006-03-04 [wwp]        2.0.0cvs105
5646
5647         * manual/advanced.xml
5648                 typo.
5649
5650 2006-03-03 [colin]      2.0.0cvs104
5651
5652         * src/plugins/clamav/clamav_plugin_gtk.c
5653                 Rework prefs page, patch by Fabien 
5654
5655 2006-03-03 [colin]      2.0.0cvs103
5656
5657         * src/plugins/clamav/clamav_plugin.c
5658                 Set error on all errors
5659
5660 2006-03-03 [colin]      2.0.0cvs102
5661
5662         * src/common/plugin.c
5663                 Initialize error to avoid crashing when a plugin fails
5664                 without setting error
5665
5666 2006-03-02 [wwp]        2.0.0cvs101
5667
5668         * configure.ac
5669                 fixed linker flags for libetpan support on Cygwin
5670                 (thanks to H.Merijn Brand).
5671
5672 2006-03-02 [wwp]        2.0.0cvs100
5673
5674         * src/addressbook.c
5675                 fix some AB error messages: one for punctuation and
5676                 one wrongly duplicate (thanks, maxbritov).
5677
5678 2006-03-02 [wwp]        2.0.0cvs99
5679
5680         * src/plugins/spamassassin/spamassassin.c
5681                 make sync calls to sa-learn/spamc to prevent
5682                 system (whatever local or client/server) overload.
5683
5684 2006-03-02 [colin]      2.0.0cvs98
5685
5686         * src/summaryview.c
5687                 Put the spam icon in the status column instead of the
5688                 mark one
5689
5690 2006-03-01 [colin]      2.0.0cvs97
5691
5692         * src/plugins/spamassassin/spamassassin.c
5693                 Fix segfault (g_file_set_contents fails for some 
5694                 reason and err==0x2f. Can't find out why with
5695                 valgrind, using working function :-)
5696
5697 2006-03-01 [colin]      2.0.0cvs96
5698
5699         * src/inc.c
5700                 Offline overriding: let 'No' be cached only 3 seconds
5701
5702 2006-03-01 [colin]      2.0.0cvs95
5703
5704         * src/addr_compl.c
5705         * src/addrbook.c
5706         * src/addressbook.c
5707         * src/addrindex.c
5708         * src/folder_item_prefs.c
5709         * src/headerview.c
5710         * src/imap.c
5711         * src/inc.c
5712         * src/ldif.c
5713         * src/mainwindow.c
5714         * src/mh.c
5715         * src/msgcache.c
5716         * src/prefs_common.h
5717         * src/prefs_msg_colors.c
5718         * src/procheader.c
5719         * src/procheader.h
5720         * src/procmime.c
5721         * src/procmsg.c
5722         * src/procmsg.h
5723         * src/send_message.h
5724         * src/simple-gettext.c
5725         * src/summaryview.c
5726         * src/summaryview.h
5727         * src/syldap.c
5728         * src/textview.c
5729         * src/undo.c
5730         * src/common/ssl_certificate.c
5731         * src/common/utils.c
5732         * src/gtk/colorsel.c
5733         * src/gtk/gtksctree.c
5734         * src/gtk/gtkshruler.c
5735         * src/plugins/trayicon/trayicon.c
5736                 #if 0 goes to /dev/null
5737
5738 2006-03-01 [colin]      2.0.0cvs94
5739
5740         * src/compose.c
5741         * src/imap.c
5742         * src/inc.c
5743         * src/inc.h
5744         * src/messageview.c
5745         * src/news.c
5746         * src/plugins/spamassassin/spamassassin.c
5747                 Allow to add information in the "working offline"
5748                 window
5749
5750 2006-03-01 [wwp]        2.0.0cvs93
5751
5752         * src/plugins/spamassassin/spamassassin.c
5753                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5754                 'cause it seems that calling `spamc ... < inputfile` with
5755                 g_spawn_(a)sync simply.. erm doesn't work :-).
5756
5757 2006-03-01 [wwp]        2.0.0cvs92
5758
5759         * src/toolbar.c
5760         * src/toolbar.h
5761                 simplify the adding of spam/ham button to the messageview toolbar
5762                 (it gets more clear now that the same button will be "Mark as spam"
5763                 or "Mark as ham" according to the current message status,
5764                 thanks to Colin).
5765
5766 2006-03-01 [wwp]        2.0.0cvs91
5767
5768         * src/messageview.c
5769         * src/procmsg.c
5770         * src/procmsg.h
5771         * src/summaryview.c
5772         * src/plugins/spamassassin/spamassassin.c
5773         * src/plugins/spamassassin/spamassassin.h
5774                 make learner callbacks return a status (0 for ok),
5775                 handle it in main code to avoid setting flags when learning failed,
5776                 don't learn on TCP if offline in spamassassin,
5777                 thanks to Colin.
5778
5779                 
5780
5781 2006-03-01 [wwp]        2.0.0cvs90
5782
5783         * src/compose.c
5784                 some work around the compose window's account menu,
5785                 patch by Fabien Vantard.
5786
5787 2006-03-01 [wwp]        2.0.0cvs89
5788
5789         * src/plugins/spamassassin/spamassassin.c
5790                 fixed bad logics, was using spamc in local mode and sa-learn
5791                 in remote mode (thanks, Colin).
5792
5793 2006-03-01 [wwp]        2.0.0cvs88
5794
5795         * src/plugins/spamassassin/spamassassin.c
5796         * src/plugins/spamassassin/spamassassin.h
5797         * src/plugins/spamassassin/spamassassin_gtk.c
5798                 made processing of emails w/ sa-plugin an option (default is TRUE),
5799                 fixed Engrish some tooltips, capitalization of some debug messages
5800                 and warnings. The spamassassin plugin now provides two separate
5801                 services: process emails upon incorporation and spamd training.
5802                 Both services (un)register independently but use some common
5803                 plugin settings (transport settings, spam storage location).
5804
5805 2006-02-28 [wwp]        2.0.0cvs87
5806
5807         * src/plugins/spamassassin/spamassassin.c
5808                 fix async flag to spamc cmdline execution (batch exec should
5809                 be asynchronous).
5810
5811 2006-02-27 [wwp]        2.0.0cvs86
5812
5813         * src/plugins/spamassassin/spamassassin.c
5814         * src/plugins/spamassassin/spamassassin.h
5815         * src/plugins/spamassassin/spamassassin_gtk.c
5816                 - added the ability to learn a remote spamassassin server (spamd),
5817                 using spamc.
5818                 - added the spamassassin option 'username', that applies to all
5819                 spamassassin operations (filtering, learning, local or remote).
5820                 The default username is the current unix user (if left blank
5821                 from gtk prefs or config file).
5822                 - commented out some unused code (notebook widget), removed unused
5823                 layout (hbox1).
5824                 - make more widgets sensitive to the transport type.
5825
5826 2006-02-27 [colin]      2.0.0cvs85
5827
5828         * src/plugins/spamassassin/spamassassin.c
5829                 Fix sa-learn call when offline
5830
5831 2006-02-27 [colin]      2.0.0cvs84
5832
5833         * configure.ac
5834         * src/Makefile.am
5835         * src/mainwindow.c
5836         * src/mainwindow.h
5837         * src/messageview.c
5838         * src/messageview.h
5839         * src/prefs_toolbar.c
5840         * src/procmsg.c
5841         * src/stock_pixmap.c
5842         * src/stock_pixmap.h
5843         * src/summaryview.c
5844         * src/toolbar.c
5845         * src/toolbar.h
5846         * src/pixmaps/ham_btn.xpm
5847         * src/pixmaps/spam.xpm
5848         * src/pixmaps/spam_btn.xpm
5849         * src/plugins/spamassassin/spamassassin.c
5850                 Add button in toolbar for spam learning
5851                 Fix a few bugs from the last related commit
5852                 Revert 1.9.6cvs23 which messed up shift-selection
5853
5854 2006-02-24 [colin]      2.0.0cvs83
5855
5856         * src/procmsg.c
5857         * src/summaryview.c
5858         * src/summaryview.h
5859         * src/plugins/spamassassin/spamassassin.c
5860         * src/plugins/spamassassin/spamassassin.h
5861         * src/plugins/spamassassin/spamassassin_gtk.c
5862                 Unregister learner when spamassassin is either
5863                 disabled or over tcp
5864
5865 2006-02-24 [colin]      2.0.0cvs82
5866
5867         * src/Makefile.am
5868         * src/mainwindow.c
5869         * src/mainwindow.h
5870         * src/procmsg.c
5871         * src/procmsg.h
5872         * src/stock_pixmap.c
5873         * src/stock_pixmap.h
5874         * src/summaryview.c
5875         * src/summaryview.h
5876         * src/gtk/icon_legend.c
5877         * src/pixmaps/spam.xpm  ** NEW FILE **
5878         * src/plugins/spamassassin/spamassassin.c
5879         * src/plugins/spamassassin/spamassassin_gtk.c
5880                 Add spam learning interface (Mark/Mark as 
5881                 (spam|ham) menus)
5882
5883 2006-02-24 [wwp]        2.0.0cvs81
5884
5885         * src/compose.c
5886         * src/compose.h
5887         * src/filtering.c
5888                 hide compose window when sending message in batch mode
5889                 (filtering: forward and redirect). Also fixed a wrong
5890                 value returned when sending failed, neutral anyway.
5891                 (Colin, me) 
5892
5893 2006-02-24 [wwp]        2.0.0cvs80
5894
5895         * src/mainwindow.c
5896                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5897
5898 2006-02-24 [paul]       2.0.0cvs79
5899
5900         * src/news.c
5901         * src/news.h
5902         * src/news_gtk.c
5903                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5904                 Thanks to Colin
5905
5906 2006-02-23 [colin]      2.0.0cvs78
5907
5908         * src/alertpanel.c
5909                 Change OK to Close in alertpanel with View log
5910                 button; add accel to View log. Patch by Fabien
5911                 Vantard
5912
5913 2006-02-23 [wwp]        2.0.0cvs77
5914
5915         * src/compose.c
5916                 silly me, there were much more tests to perform, since toolbars can
5917                 really have down to 1 element only.
5918
5919 2006-02-23 [wwp]        2.0.0cvs76
5920
5921         * commitHelper
5922                 fixed indentation from my previous commit. Fallback to VISUAL if
5923                 EDITOR is not set (and to vi, at last resort).
5924
5925 2006-02-23 [wwp]        2.0.0cvs75
5926
5927         * commitHelper
5928                 improved error detection (Colin, me).
5929
5930 2006-02-23 [wwp]        2.0.0cvs74
5931
5932         * src/prefs_toolbar.c
5933                 simplify and fix prefs/toolbars layouting. Combos' contents can
5934                 now be really displayed.
5935
5936 2006-02-23 [wwp]        2.0.0cvs73
5937         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5938         be really displayed.
5939
5940 2006-02-22 [wwp]        2.0.0cvs72
5941
5942         * src/compose.c
5943                 fix a typo in my previous commit (sorry!).
5944
5945 2006-02-22 [wwp]        2.0.0cvs71
5946
5947         * src/prefs_toolbar.c
5948                 fix a crash when adding separators to toolbars,
5949                 also fix some separator item information.
5950
5951 2006-02-22 [wwp]        2.0.0cvs70
5952
5953         * src/compose.c
5954                 fix a crash when redirecting (for instance) when compose window's
5955                 toolbar contents has been customized (when some buttons have been
5956                 removed in fact).
5957
5958 2006-02-21 [wwp]        2.0.0cvs69
5959
5960         * src/summaryview.c
5961         * src/gtk/pluginwindow.c
5962         * src/plugins/pgpcore/prefs_gpg.c
5963                 fix some compilation warnings (feat. remains of removed code).
5964
5965 2006-02-21 [wwp]        2.0.0cvs68
5966
5967         * src/gtk/gtkutils.c
5968                 fix two compilation issues, thanks to Stephan Sachse.
5969
5970 2006-02-20 [colin]      2.0.0cvs67
5971
5972         * src/mainwindow.c
5973                 Don't reselect displayed mail on refocus
5974                 This fixes actions misbehaving 
5975
5976 2006-02-20 [wwp]        2.0.0cvs66
5977
5978         * src/summaryview.c
5979         * src/gtk/gtksctree.c
5980         * src/gtk/gtkshruler.c
5981                 changed more runtime typecast checks.
5982
5983 2006-02-20 [wwp]        2.0.0cvs65
5984
5985         * src/summary_search.c
5986                 find all - summaryview refresh issue fixed, thanks to Colin.
5987
5988 2006-02-20 [wwp]        2.0.0cvs64
5989
5990         * src/gtk/gtkutils.c
5991                 better runtime typecast checks.
5992
5993 2006-02-20 [wwp]        2.0.0cvs63
5994
5995         * src/summary_search.c
5996                 enhancements to the summary search:
5997                         - add the ability to stop the running search
5998                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5999                         - don't search if no criteria (From/To/Subject/Body) is set
6000                         - ensure that a busy mouse pointer is always shown when searching,
6001                           show it even a bit earlier
6002
6003 2006-02-19 [colin]      2.0.0cvs62
6004
6005         * src/compose.c
6006         * src/imap.c
6007         * src/etpan/imap-thread.c
6008         * src/etpan/imap-thread.h
6009                 (Future) IMAP speed improvement on sending
6010                 Will require a libetpan update
6011         * src/summaryview.c
6012         * src/gtk/quicksearch.c
6013                 Make quicksearch clearable while running.
6014
6015 2006-02-17 [colin]      2.0.0cvs61
6016
6017         * src/imap.c
6018         * src/etpan/imap-thread.c
6019         * src/etpan/imap-thread.h
6020                 Check for IMAP certificates
6021                 ** Requires libetpan-0.42-cvs4 
6022                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6023
6024 2006-02-17 [colin]      2.0.0cvs60
6025
6026         * src/messageview.c
6027         * src/prefs_common.c
6028         * src/prefs_common.h
6029         * src/prefs_message.c
6030                 Add pref to display HTML-only mails with plugin, 
6031                 if possible (defaulting to FALSE of course).
6032
6033 2006-02-16 [colin]      2.0.0cvs59
6034
6035         * src/main.c
6036         * src/common/plugin.c
6037         * src/common/plugin.h
6038         * src/gtk/pluginwindow.c
6039                 Keep track of requested (but unloaded) plugins
6040                 in some error cases.
6041
6042 2006-02-16 [wwp]        2.0.0cvs58
6043
6044         * src/gtk/gtkaspell.c
6045         * src/gtk/gtkaspell.h
6046         * src/prefs_spelling.c
6047         * src/compose.c
6048         * src/prefs_common.c
6049         * src/prefs_common.h
6050                 implemented new optional spellchecker behaviour: re-check message when
6051                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6052
6053 2006-02-16 [wwp]        2.0.0cvs57
6054
6055         * src/quote_fmt_parse.y
6056                 pclose popen'ed pipe.
6057
6058 2006-02-15 [colin]      2.0.0cvs56
6059
6060         * src/mimeview.c
6061         * src/mimeview.h
6062                 Let MimeViewers know which MimeView they
6063                 depend of.
6064         * src/summaryview.c
6065                 Swap From/To columns in Sent/Queue/Drafts
6066                 folders
6067         * src/etpan/imap-thread.c
6068                 Use mailstream_low_tls_open() for STARTTLS
6069                 instead of mailstream_low_ssl_open()
6070                 ** REQUIRES libetpan 0.42cvs3 **
6071
6072 2006-02-15 [wwp]        2.0.0cvs55
6073
6074         * src/compose.c
6075         * src/compose.h
6076         * src/message_search.c
6077         * src/message_search.h
6078         * src/textview.c
6079         * src/gtk/gtkutils.c
6080         * src/gtk/gtkutils.h
6081                 added the ability to Find text in the compose window (and a bit
6082                 of code factorization).
6083
6084 2006-02-15 [wwp]        2.0.0cvs54
6085
6086         * src/prefs_gtk.c
6087                 yet another one file was missing (fix for some widgets' sensitivity).
6088                 Thanks Colin!
6089
6090 2006-02-15 [wwp]        2.0.0cvs53
6091
6092         * src/prefs_gtk.h
6093                 oops forgot that file (fix for some widgets' sensitivity).
6094
6095 2006-02-15 [wwp]        2.0.0cvs52
6096
6097         * src/summary_search.c
6098                 implemented advanced summary search options (added the ability
6099                 to use matcher conditions in an advanced search mode).
6100
6101 2006-02-15 [wwp]        2.0.0cvs51
6102
6103         * src/plugins/pgpcore/prefs_gpg.c
6104         * src/prefs_account.c
6105                 fix some widget sensitivity, mostly around some labels in
6106                 account prefs.
6107
6108 2006-02-15 [paul]       2.0.0cvs50
6109
6110         * manual/advanced.xml
6111                 improve Templates info
6112                 written by wwp
6113
6114 2006-02-14 [colin]      2.0.0cvs49
6115
6116         * src/pixmaps/address_book.xpm
6117         * src/pixmaps/preferences.xpm
6118         * src/pixmaps/properties.xpm
6119                 Fix pixmap size - patch by Fabien Vantard
6120
6121 2006-02-13 [colin]      2.0.0cvs48
6122
6123         * src/procmime.c
6124                 Add missing fclose()s on error
6125         * src/textview.c
6126                 Remove unused code
6127         * src/common/utils.c
6128                 Fix temp files not being deleted on windows
6129         Patches by Thomas Gilgin
6130
6131 2006-02-13 [colin]      2.0.0cvs47
6132
6133         * src/mainwindow.c
6134                 Fix exit crash
6135
6136 2006-02-13 [wwp]        2.0.0cvs46
6137
6138         * src/plugins/pgpcore/prefs_gpg.c
6139                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6140
6141 2006-02-12 [colin]      2.0.0cvs45
6142
6143         * src/folderview.c
6144         * src/main.c
6145         * src/mainwindow.c
6146                 Fix "stuff" when quitting
6147
6148 2006-02-12 [wwp]        2.0.0cvs44
6149
6150         * src/prefs_themes.c
6151                 fix typos in debug messages.
6152
6153 2006-02-11 [colin]      2.0.0cvs43
6154
6155         * src/summaryview.c
6156                 don't allow drag/drop from ourself
6157
6158 2006-02-10 [wwp]        2.0.0cvs42
6159
6160         * src/exporthtml.c
6161         * src/html.c
6162         * src/html.h
6163         * src/procmime.c
6164         * src/textview.c
6165                 renamed html_ prefixed functions and data structures to avoid
6166                 namespace clashes w/ other software (gtkhtml2 for instance).
6167                 Closes bug #907.
6168
6169
6170 2006-02-09 [colin]      2.0.0cvs41
6171
6172         * src/summaryview.c
6173                 Fix shitty logic messed up. Thanks Ticho for the hint!
6174
6175 2006-02-09 [wwp]        2.0.0cvs40
6176
6177         * src/gtk/about.c
6178         * src/compose.c
6179         * src/prefs_account.c
6180         * src/prefs_gtk.h
6181         * src/editaddress.c
6182                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6183                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6184                 Browse buttons in accounts prefs.
6185
6186 2006-02-09 [colin]      2.0.0cvs39
6187
6188         * src/matcher.c
6189                 Check for pointer before using its members
6190         * src/gtk/gtksourceprintjob.c
6191                 Fix a wrong warning
6192
6193 2006-02-09 [wwp]        2.0.0cvs38
6194
6195         * src/gtk/filesel.c
6196                 fix few compiler warnings (type mismatch).
6197
6198 2006-02-09 [paul]       2.0.0cvs37
6199
6200         * po/fr.po
6201                 updated by Fabien Vantard
6202
6203 2006-02-08 [colin]      2.0.0cvs36
6204
6205         * src/prefs_common.c
6206         * src/common/defs.h
6207         * src/common/plugin.c
6208                 allow windows and linux configurations to coexist
6209                 patch by Thomas Gilgin
6210
6211 2006-02-08 [colin]      2.0.0cvs35
6212
6213         * src/filtering.c
6214         * src/matcher.c
6215         * src/matcher.h
6216         * src/matcher_parser_parse.y
6217         * src/prefs_filtering_action.c
6218         * src/prefs_matcher.c
6219                 Add the "Ignore thread" filtering
6220                 action
6221
6222 2006-02-08 [colin]      2.0.0cvs34
6223
6224         * src/compose.c
6225         * src/procmime.c
6226         * src/procmime.h
6227                 Fix bug #905 (damaged attachment)
6228                 text files with raw \0's aren't really text files
6229         FOR_STABLE
6230
6231 2006-02-08 [colin]      2.0.0cvs33
6232
6233         * src/summaryview.c
6234                 Fix crasher introduced yesterday
6235
6236 2006-02-08 [wwp]        2.0.0cvs32
6237
6238         * src/compose.c
6239         * src/compose.h
6240                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6241
6242 2006-02-08 [wwp]        2.0.0cvs31
6243
6244         * src/prefs_template.c
6245                 templates enhancement: allow address completion for Cc and Bcc fields
6246                 (it was currently possible for the To field only)
6247
6248 2006-02-08 [colin]      2.0.0cvs30
6249
6250         * src/compose.c
6251                 Don't unblock if not blocked
6252         FOR_STABLE
6253
6254 2006-02-07 [colin]      2.0.0cvs29
6255
6256         * src/action.c
6257                 Forgot to refresh summaryview
6258
6259 2006-02-07 [colin]      2.0.0cvs28
6260
6261         * src/action.c
6262                 Freeze/thaw message list and folder list while
6263                 processing %as{} actions 
6264         * src/compose.c
6265                 Fix auto-wrap disabling after a middle-click
6266                 paste - FOR_STABLE
6267
6268 2006-02-07 [paul]       2.0.0cvs27
6269
6270         * src/folder.c
6271                 fix freeing of uninitialised pointers
6272                 Thanks to Colin
6273
6274 2006-02-06 [colin]      2.0.0cvs26
6275
6276         * src/folder.c
6277                 Use g_slist_prepend in potentially big list
6278
6279 2006-02-06 [colin]      2.0.0cvs25
6280
6281         * src/folder.c
6282                 Completely skip processing if it doesn't 
6283                 exist (faster!)
6284
6285 2006-02-06 [colin]      2.0.0cvs24
6286
6287         * src/folder.c
6288         * src/summaryview.c
6289                 Batch filtering in summaryview (from Tools menu)
6290                 and pre/post//-processing too
6291
6292 2006-02-06 [colin]      2.0.0cvs23
6293
6294         * src/procmsg.h
6295         * src/filtering.c
6296                 Use a special field for batch filtering instead
6297                 of stepping on deferred execution's toes
6298
6299 2006-02-06 [colin]      2.0.0cvs22
6300
6301         * src/action.c
6302         * src/filtering.c
6303         * src/filtering.h
6304         * src/folder.c
6305         * src/summaryview.c
6306                 Fix filtering via menus and actions
6307
6308 2006-02-06 [colin]      2.0.0cvs21
6309
6310         * src/imap.c
6311                 Put the added file directly to cache if possible (will work
6312                 with next libetpan)
6313         * src/filtering.c
6314         * src/filtering.h
6315         * src/inc.c
6316         * src/folder.c
6317         * src/mbox.c
6318         * src/procmsg.h
6319                 Move and copy filtered messages by batches instead of one
6320                 by one - faster on IMAP
6321         * src/procmsg.c
6322                 Add a function that'll possibly be useful later
6323
6324 2006-02-06 [colin]      2.0.0cvs20
6325
6326         * src/addressbook.c
6327                 Use internal mime-type instead of text/plain for d'n'd
6328         * src/compose.c
6329                 Allow attaching files from mimeview's icon list via d'n'd
6330         * src/folderview.c
6331         * src/folderview.h
6332                 Use internal mime-type instead of text/plain for d'n'd
6333                 Don't try to selected opened folder if none is
6334                 Factorize d'n'd from other apps code
6335         * src/headerview.c
6336         * src/textview.c
6337         * src/gtk/gtkutils.c
6338         * src/gtk/gtkutils.h
6339                 Factorize Face/X-Face stuff
6340         * src/mimeview.c
6341                 Fix d'n'd to other apps
6342         * src/prefs_message.c
6343                 Let the XFace pref be usable without libcompface as it also
6344                 applies to Face
6345         * src/summaryview.c
6346                 Fix d'n'd to other apps
6347                 Factorize d'n'd from other apps code
6348
6349 2006-02-06 [wwp]        2.0.0cvs19
6350
6351         * po/it.po
6352                 Italian translation fixes by Andrea Spadaccini (no more confusion
6353                 between filtering and processing, and few changes in the About
6354                 dialog).
6355
6356
6357 2006-02-06 [mones]      2.0.0cvs18
6358
6359         * src/gtk/icon_legend.c
6360                 Improved descriptions allowing better translations
6361
6362 2006-02-05 [colin]      2.0.0cvs17
6363
6364         * src/imap.c
6365                 Add the f*cking missing expunge that caused imap_fetch_env
6366                 to fail after an add_msgs ! :-///
6367         * src/etpan/imap-thread.c
6368                 Add a bit of debug
6369         FOR_STABLE
6370
6371 2006-02-05 [colin]      2.0.0cvs16
6372
6373         * src/common/utils.c
6374                 Don't check for return-path (or we can't put
6375                 back non-sent mails)
6376
6377 2006-02-05 [colin]      2.0.0cvs15
6378
6379         * src/textview.c
6380                 Don't try to display Face header in textview
6381                 when teh headerview's active
6382
6383 2006-02-05 [colin]      2.0.0cvs14
6384
6385         * tools/tbird2syl.py
6386         * tools/Makefile.am
6387                 Add script to import Thunderbird mails
6388
6389 2006-02-05 [colin]      2.0.0cvs13
6390
6391         * src/headerview.c
6392         * src/procheader.c
6393         * src/procmsg.c
6394         * src/procmsg.h
6395         * src/textview.c
6396                 Show Face headers - patch partially by Klaus Flittner
6397
6398 2006-02-05 [colin]      2.0.0cvs12
6399
6400         * src/folderview.c
6401         * src/summaryview.c
6402         * src/common/utils.c
6403         * src/common/utils.h
6404                 Let dnd work from mime icons to summaryview
6405                 and to folderview too
6406                 Add a crude test to avoid trying to add files
6407                 drag'n'dropped when they're not mails
6408
6409 2006-02-04 [colin]      2.0.0cvs11
6410
6411         * src/summaryview.c
6412         * src/mimeview.c
6413                 Fix utf8 conversion
6414
6415 2006-02-04 [colin]      2.0.0cvs10
6416
6417         * src/compose.c
6418         * src/folderview.c
6419         * src/mimeview.c
6420         * src/summaryview.c
6421         * src/summaryview.h
6422                 Added various drag and drop capas:
6423                 From                    To
6424                 summaryview             other apps
6425                 mimeview icons          other apps
6426                 other apps              summaryview
6427                 other apps              folderview
6428
6429                 This shouldn't have broken the existing:
6430                 From                    To
6431                 summaryview             folderview
6432                 folderview              folderview
6433                 summaryview             compose's attachments
6434
6435         Tests welcomed.
6436
6437 2006-02-02 [paul]       2.0.0cvs9
6438
6439         * src/mainwindow.c
6440                 move global option 'Set displayed columns...' out
6441                 of folder option grouping.
6442                 fix sensitivity of 'harvest addresses'
6443         FOR_STABLE
6444
6445 2006-02-01 [colin]      2.0.0cvs8
6446
6447         * src/mimeview.c
6448                 Revert the alertpanel patch, it sucks (intrusive
6449                 and gets in the way of "open")
6450
6451 2006-02-01 [colin]      2.0.0cvs7
6452
6453         * src/compose.c
6454         * src/prefs_account.c
6455         * src/prefs_common.c
6456         * src/common/defs.h
6457         * src/common/utils.c
6458         * src/common/utils.h
6459                 Add ability to edit the signature file
6460                 from the account preferences, and use
6461                 a default for the text editor.
6462                 Patch by Fabien Vantard
6463
6464 2006-02-01 [colin]      2.0.0cvs6
6465
6466         * src/mimeview.c
6467                 Try to get mime type by extension if it is
6468                 application/octet-stream
6469                 Display a window with possible choices when
6470                 encountering unknown mime types
6471         * src/gtk/filesel.c
6472         * src/gtk/filesel.h
6473                 Add preview
6474                 Allow multiple selection in filtered filesel
6475                 (patch by Fabien Vantard)
6476         * src/gtk/pluginwindow.c
6477                 Use it (patch by Fabien Vantard)
6478
6479 2006-02-01 [paul]       2.0.0cvs5
6480
6481         * src/jpilot.c
6482                 fix crash on creating jpilot address book
6483                 Thanks to Colin - FOR_STABLE
6484         * src/prefs_summaries.c
6485         * src/prefs_wrapping.c
6486         * src/gtk/icon_legend.c
6487         * src/gtk/quicksearch.c
6488                 string fixes and additions
6489
6490 2006-02-01 [paul]       2.0.0cvs4
6491
6492         * src/compose.c
6493         * src/mainwindow.c
6494         * src/messageview.c
6495         * src/prefs_send.c
6496                 add Arabic encoding option
6497                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6498
6499 2006-01-31 [colin]      2.0.0cvs3
6500
6501         * src/plugins/pgpcore/passphrase.c
6502                 Convert passphrase to locale encoding
6503         * src/compose.c
6504                 Fix drafting on IMAP. Crappy bug sneaked in
6505                 the release :-/
6506         FOR_STABLE
6507
6508 2006-01-30 [paul]       2.0.0cvs2
6509
6510         * src/gtk/icon_legend.c
6511                 show the new entries
6512
6513 2006-01-30 [colin]      2.0.0cvs1
6514
6515         * src/manual.c
6516                 Check for the file to be present before 
6517                 enabling the menu - FOR_STABLE
6518         * src/gtk/icon_legend.c
6519                 Add folders icons (not all of them, there
6520                 are too much, but the most intriguing ones)
6521
6522 2006-01-30 [paul]       2.0.0
6523
6524         version 2.0.0 released
6525
6526 2006-01-30 [paul]       1.9.100cvs200
6527
6528         * manual/faq.xml
6529         * manual/gpl.xml
6530         * manual/intro.xml
6531         * manual/starting.xml
6532         * manual/sylpheed-claws-manual.xml
6533                 fixes, additions
6534
6535 2006-01-29 [mones]      1.9.100cvs199
6536
6537         * manual/account.xml
6538         * manual/advanced.xml
6539         * manual/glossary.xml
6540                 Some typos fixed, added LDIF term to glossary
6541         * po/es.po
6542                 Fixed leading plus symbol
6543
6544 2006-01-29 [paul]       1.9.100cvs198
6545
6546         * po/fi.po
6547         * po/sk.po
6548                 updated by Tommi Pirinen and Andrej Kacian
6549
6550 2006-01-29 [paul]       1.9.100cvs197
6551
6552         * src/gtk/authors.h
6553                 remove duplicates
6554
6555 2006-01-29 [paul]       1.9.100cvs196
6556
6557         * AUTHORS
6558         * po/nl.po
6559         * src/gtk/authors.h
6560         * tools/claws.i18n.status.pl
6561                 nl translation updated by Tim Dijkstra
6562
6563 2006-01-29 [paul]       1.9.100cvs195
6564
6565         * po/sr.po
6566         * po/sv.po
6567                 updated by Aleksandar Urosevic and Anders Troback
6568
6569 2006-01-28 [colin]      1.9.100cvs194
6570
6571         * src/gtk/gtksourceprintjob.c
6572                 Don't fiddle with PangoLayout when we
6573                 have an image
6574
6575 2006-01-28 [paul]       1.9.100cvs193
6576
6577         * AUTHORS
6578         * po/el.po
6579         * po/zh_CN.po
6580         * src/gtk/authors.h
6581         * tools/claws.i18n.status.pl
6582                 updated translations submitted by Stavros Giannouris
6583                 and Ralgh Young
6584
6585 2006-01-27 [colin]      1.9.100cvs192
6586
6587         * src/summaryview.c
6588         * src/gtk/gtksourceprintjob.c
6589                 Add image printing 
6590                 (libgnomeprint only, of course)
6591
6592 2006-01-27 [paul]       1.9.100cvs191
6593
6594         * po/fr.po
6595         * po/it.po
6596                 updated by Fabien Vantard and Andrea Spadaccini
6597
6598 2006-01-26 [colin]      1.9.100cvs190
6599
6600         * manual/Makefile.am
6601         * configure.ac
6602                 Make building the manual optional 
6603                 (--disable-manual)
6604
6605 2006-01-26 [paul]       1.9.100cvs189
6606
6607         * manual/glossary.xml
6608         * manual/plugins.xml
6609                 edited
6610         * po/en_GB.po
6611                 updated
6612
6613 2006-01-26 [paul]       1.9.100cvs188
6614
6615         * src/prefs_display_header.c
6616         * src/prefs_folder_column.c
6617         * src/prefs_msg_colors.c
6618         * src/prefs_summaries.c
6619         * src/prefs_summary_column.c
6620                 HIGify
6621
6622 2006-01-25 [colin]      1.9.100cvs187
6623
6624         * src/imap.c
6625                 Don't allow moving/copying mails between
6626                 queue/drafts and non-queue/drafts folders
6627                 Fixes bug #897 (message header is resetted 
6628                 if one is copied to Drafts)
6629
6630 2006-01-25 [colin]      1.9.100cvs186
6631
6632         * src/folder.c
6633         * src/mainwindow.c
6634                 Fix subscribed folders not found
6635         * src/compose.c
6636                 Don't try to encode as original mail's charset
6637                 if it's ascii 
6638
6639 2006-01-25 [paul]       1.9.100cvs185
6640
6641         * AUTHORS
6642         * po/Makevars
6643                 updated
6644         * po/de.po
6645         * po/pl.po
6646         * po/pt_BR.po
6647         * po/sr.po
6648                 updates submitted by Stephan Sachse, Emilian Nowak
6649                 and Quar, Frederico Goncalves Guimaraes, and
6650                 Aleksandar Urosevic
6651                 Fix Bug 896, 'PT_BR locale broken'.
6652         * src/gtk/authors.h
6653                 updated
6654
6655 2006-01-24 [mones]      1.9.100cvs184
6656
6657         * manual/glossary.xml
6658                 All current terms finished. Reviewers welcome ;-)
6659         * manual/keyboard.xml
6660                 Fixed column width for pdf output.
6661         * po/es.po
6662                 Updated
6663
6664 2006-01-24 [paul]       1.9.100cvs183
6665
6666         * manual/glossary.xml
6667                 fix id name
6668         * manual/dist/html/Makefile.am
6669         * manual/dist/pdf/Makefile.am
6670         * manual/dist/ps/Makefile.am
6671         * manual/dist/txt/Makefile.am
6672                 fix make deps
6673                 Thanks to Colin
6674
6675 2006-01-24 [mones]      1.9.100cvs182
6676
6677         * manual/glossary.xml
6678                 Nearly finished, some terms missing.
6679
6680 2006-01-23 [paul]       1.9.100cvs181
6681
6682         * manual/dist/html/Makefile.am
6683         * manual/dist/pdf/Makefile.am
6684         * manual/dist/ps/Makefile.am
6685         * manual/dist/txt/Makefile.am
6686         * src/mainwindow.c
6687                 re-enable manual
6688                 Thanks to Colin
6689
6690 2006-01-22 [colin]      1.9.100cvs180
6691
6692         * src/compose.c
6693         * src/gtk/gtkaspell.c
6694                 Don't deselect stuff before right-clicking, with aspell.
6695                 (This prevented right-click Copy, for example).
6696                 Thanks to Clo!
6697
6698 2006-01-22 [paul]       1.9.100cvs179
6699
6700         * src/summary_search.c
6701                 don't fix the widget size as it causes problems
6702                 under localisation.
6703                 Thanks to Emilian Nowak
6704
6705 2006-01-21 [paul]       1.9.100cvs178
6706
6707         * src/prefs_themes.c
6708                 fix broken underlining of label text
6709                 with some translations
6710
6711 2006-01-21 [colin]      1.9.100cvs177
6712
6713         * po/fr.po
6714                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6715
6716 2006-01-20 [colin]      1.9.100cvs176
6717
6718         * configure.ac
6719         * Makefile.am
6720         * manual/Makefile
6721         * manual/dist/html/.cvsignore
6722         * manual/dist/html/Makefile.am
6723         * manual/dist/pdf/.cvsignore
6724         * manual/dist/pdf/Makefile.am
6725         * manual/dist/ps/.cvsignore
6726         * manual/dist/ps/Makefile.am
6727         * manual/dist/txt/.cvsignore
6728         * manual/dist/txt/Makefile.am
6729                 Autotool-ize manual
6730
6731 2006-01-20 [paul]       1.9.100cvs175
6732
6733         * manual/handling.xml
6734                 make Filtering and Searching entries easier to find
6735         * manual/keyboard.xml
6736                 add the remaining default keybinds
6737         * src/prefs_summaries.c
6738                 update the default keybinds
6739
6740 2006-01-20 [paul]       1.9.100cvs174
6741
6742         * src/addressbook.c
6743         * src/addrgather.c
6744         * src/addrharvest.c
6745         * src/editaddress.c
6746         * src/editgroup.c
6747         * src/exphtmldlg.c
6748         * src/expldifdlg.c
6749         * src/exporthtml.c
6750         * src/exportldif.c
6751         * src/ldif.c
6752                 replace 'e-mail' with 'email'
6753         * src/summary_search.c
6754                 add mnemonic to "Find all" button
6755
6756 2006-01-20 [wwp]        1.9.100cvs173
6757
6758         * src/export.c
6759         * src/import.c
6760                 touched mbox import/export buttons for HIG-compliance
6761
6762 2006-01-19 [paul]       1.9.100cvs172
6763
6764         * manual/account.xml
6765         * manual/addrbook.xml
6766         * manual/advanced.xml
6767         * manual/faq.xml
6768         * manual/handling.xml
6769         * manual/intro.xml
6770         * manual/plugins.xml
6771         * manual/starting.xml
6772                 more editing
6773
6774 2006-01-19 [paul]       1.9.100cvs171
6775
6776         * src/toolbar.c
6777                 allow use of trash button while receiving
6778                 Thanks to Colin
6779
6780 2006-01-19 [wwp]        1.9.100cvs170
6781
6782         * src/gtk/quicksearch.c
6783         * src/compose.c
6784                 force text color to black when yellow background is set
6785
6786 2006-01-19 [colin]      1.9.100cvs169
6787
6788         * src/plugins/trayicon/trayicon.c
6789                 Gray out Get Mail when already getting mail
6790
6791 2006-01-18 [paul]       1.9.100cvs168
6792
6793         * src/compose.c
6794                 give widget yellow background was To is
6795                 set via folder prefs
6796         * src/gtk/quicksearch.c
6797                 give widget yellow background when quick
6798                 search is active.
6799                 Thanks to Colin
6800
6801 2006-01-18 [paul]       1.9.100cvs167
6802
6803         * doc/man/sylpheed-claws.1
6804                 add --subscribe option
6805
6806 2006-01-18 [paul]       1.9.100cvs166
6807
6808         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6809         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6810                 use %U instead of %F (%F is broken for user installed
6811                 files in kde 3.5)
6812
6813 2006-01-18 [colin]      1.9.100cvs165
6814
6815         * src/summaryview.c
6816                 Default to Yes in "No more * messages" dialogs
6817
6818 2006-01-17 [colin]      1.9.100cvs164
6819
6820         * src/compose.c
6821                 Possibly fix an invalid iterator causing
6822                 crash
6823
6824 2006-01-17 [colin]      1.9.100cvs163
6825
6826         * src/mimeview.c
6827                 Fix crash when the image disappears under the
6828                 image viewer
6829
6830 2006-01-16 [colin]      1.9.100cvs162
6831
6832         * src/compose.c
6833                 Fix reenabling autowrap
6834
6835 2006-01-16 [colin]      1.9.100cvs161
6836
6837         * src/compose.c
6838                 reset quote_len before getting quote_str
6839
6840 2006-01-16 [colin]      1.9.100cvs160
6841
6842         * src/account.c
6843         * src/account.h
6844         * src/folder.c
6845         * src/imap_gtk.c
6846         * src/mh_gtk.c
6847                 Fix bug #883 (default inbox does not track folder move)
6848
6849 2006-01-16 [colin]      1.9.100cvs159
6850
6851         * src/compose.c
6852         * src/plugins/pgpcore/passphrase.c
6853                 More buttons fixes
6854
6855 2006-01-16 [paul]       1.9.100cvs158
6856
6857         * src/prefs_actions.c
6858         * src/prefs_filtering_action.c
6859         * src/prefs_matcher.c
6860         * src/quote_fmt.c
6861         * src/gtk/description_window.c
6862         * src/gtk/description_window.h
6863         * src/gtk/quicksearch.c
6864                 description window cleanups
6865
6866 2006-01-15 [colin]      1.9.100cvs157
6867
6868         * src/addressbook.c
6869         * src/prefs_filtering.c
6870                 Same here
6871
6872 2006-01-15 [colin]      1.9.100cvs156
6873
6874         * src/folderview.c
6875         * src/mainwindow.c
6876                 Same for "Empty trash"
6877
6878 2006-01-15 [colin]      1.9.100cvs155
6879
6880         * src/inc.c
6881                 Override offline dialog had Yes by default
6882
6883 2006-01-15 [colin]      1.9.100cvs154
6884
6885         * src/summaryview.c
6886                 Delete selected messages? previously had Yes the default
6887
6888 2006-01-15 [colin]      1.9.100cvs153
6889
6890         * src/folder.c
6891         * src/folder.h
6892         * src/main.c
6893                 Check if a mailbox is loaded after all
6894                 plugins are loaded.
6895
6896 2006-01-15 [colin]      1.9.100cvs152
6897
6898         * src/folder.c
6899                 Don't start wizard when there are unloaded folders (will help
6900                 people with only mbox or maildir mailboxes)
6901
6902 2006-01-14 [colin]      1.9.100cvs151
6903
6904         * src/addressbook.c
6905         * src/expldifdlg.c
6906         * src/importldif.c
6907         * src/importmutt.c
6908         * src/importpine.c
6909         * src/mh_gtk.c
6910                 More HIG compliance and fixes
6911
6912 2006-01-14 [colin]      1.9.100cvs150
6913
6914         * src/prefs_filtering_action.c
6915         * src/foldersel.c
6916                 Two forgotten button order changes
6917
6918 2006-01-14 [colin]      1.9.100cvs149
6919
6920         * src/account.c
6921         * src/addressbook.c
6922         * src/compose.c
6923         * src/folderview.c
6924         * src/imap_gtk.c
6925         * src/mainwindow.c
6926         * src/mh_gtk.c
6927         * src/news_gtk.c
6928         * src/prefs_actions.c
6929         * src/prefs_customheader.c
6930         * src/prefs_filtering.c
6931         * src/prefs_matcher.c
6932         * src/prefs_template.c
6933         * src/ssl_manager.c
6934         * src/summaryview.c
6935         * src/textview.c
6936         * src/toolbar.c
6937                 All deletion confirmations are now "Cancel, Delete" 
6938                 instead of "No, Yes"
6939                 Clarified most of the other "No, Yes" to 
6940                 "Cancel, Descriptive_action"
6941                 Rechanged the "Entry not saved" alerts to have 
6942                 "Close, Continue editing"
6943
6944
6945 2006-01-14 [paul]
6946
6947         * 2.0.0-rc4 released
6948
6949 2006-01-14 [paul]       1.9.100cvs148
6950
6951         * src/account.c
6952         * src/addressadd.c
6953         * src/addressbook.c
6954         * src/compose.c
6955         * src/editaddress.c
6956         * src/editbook.c
6957         * src/editgroup.c
6958         * src/editjpilot.c
6959         * src/editldap.c
6960         * src/editvcard.c
6961         * src/exphtmldlg.c
6962         * src/expldifdlg.c
6963         * src/folderview.c
6964         * src/grouplistdialog.c
6965         * src/imap_gtk.c
6966         * src/importmutt.c
6967         * src/importpine.c
6968         * src/inc.c
6969         * src/main.c
6970         * src/mainwindow.c
6971         * src/message_search.c
6972         * src/messageview.c
6973         * src/mh_gtk.c
6974         * src/mimeview.c
6975         * src/news_gtk.c
6976         * src/prefs_actions.c
6977         * src/prefs_customheader.c
6978         * src/prefs_filtering.c
6979         * src/prefs_matcher.c
6980         * src/prefs_template.c
6981         * src/prefs_themes.c
6982         * src/ssl_manager.c
6983         * src/summary_search.c
6984         * src/summaryview.c
6985         * src/textview.c
6986         * src/toolbar.c
6987         * src/gtk/foldersort.c
6988         * src/gtk/gtkaspell.c
6989         * src/gtk/inputdialog.c
6990         * src/gtk/prefswindow.c
6991         * src/plugins/pgpcore/select-keys.c
6992         * src/plugins/trayicon/trayicon.c
6993                 HIG compliant button order
6994
6995 2006-01-14 [mones]      1.9.100cvs147
6996
6997         * po/es.po
6998                 Updated translation
6999
7000 2006-01-13 [paul]       1.9.100cvs146
7001
7002         * AUTHORS
7003         * ChangeLog
7004         * src/gtk/authors.h
7005                 add Joshua M. Kwan to contributors list
7006
7007 2006-01-13 [colin]      1.9.100cvs145
7008
7009         * src/gtk/quicksearch.c
7010                 Don't refocus quick search after executing (Esc or Enter)
7011                 Allows to '/'search something then move up/down in 
7012                 summaryview, and to Esc a search and be back in the 
7013                 summaryview
7014
7015 2006-01-13 [paul]       1.9.100cvs144
7016
7017         * src/plugins/pgpinline/pgpinline.c
7018                 support Content-Type 'application/pgp'
7019                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7020
7021 2006-01-13 [paul]       1.9.100cvs143
7022
7023         * manual/account.xml
7024                 make mention of partial retrieval
7025                 thanks to Colin
7026
7027 2006-01-13 [paul]       1.9.100cvs142
7028
7029         * src/account.c
7030         * src/account.h
7031         * src/action.c
7032         * src/action.h
7033         * src/adbookbase.h
7034         * src/addr_compl.c
7035         * src/addr_compl.h
7036         * src/addrbook.c
7037         * src/addrcache.c
7038         * src/addrcache.h
7039         * src/addrcindex.c
7040         * src/addrcindex.h
7041         * src/addrclip.c
7042         * src/addrclip.h
7043         * src/addrdefs.h
7044         * src/addressadd.c
7045         * src/addressadd.h
7046         * src/addressbook.c
7047         * src/addressbook.h
7048         * src/addrgather.c
7049         * src/addrgather.h
7050         * src/addrharvest.c
7051         * src/addrharvest.h
7052         * src/addrindex.c
7053         * src/addrindex.h
7054         * src/addritem.c
7055         * src/addritem.h
7056         * src/addrquery.c
7057         * src/addrquery.h
7058         * src/addrselect.c
7059         * src/addrselect.h
7060         * src/alertpanel.c
7061         * src/alertpanel.h
7062         * src/browseldap.c
7063         * src/browseldap.h
7064         * src/codeconv.c
7065         * src/codeconv.h
7066         * src/compose.c
7067         * src/compose.h
7068         * src/customheader.c
7069         * src/customheader.h
7070         * src/displayheader.c
7071         * src/displayheader.h
7072         * src/editaddress.c
7073         * src/editaddress.h
7074         * src/editbook.c
7075         * src/editbook.h
7076         * src/editgroup.c
7077         * src/editgroup.h
7078         * src/editjpilot.c
7079         * src/editjpilot.h
7080         * src/editldap.c
7081         * src/editldap.h
7082         * src/editldap_basedn.c
7083         * src/editldap_basedn.h
7084         * src/editvcard.c
7085         * src/editvcard.h
7086         * src/exphtmldlg.c
7087         * src/exphtmldlg.h
7088         * src/expldifdlg.c
7089         * src/expldifdlg.h
7090         * src/export.h
7091         * src/exporthtml.c
7092         * src/exporthtml.h
7093         * src/exportldif.c
7094         * src/exportldif.h
7095         * src/filtering.c
7096         * src/filtering.h
7097         * src/folder.c
7098         * src/folder.h
7099         * src/folder_item_prefs.c
7100         * src/folder_item_prefs.h
7101         * src/foldersel.c
7102         * src/foldersel.h
7103         * src/folderutils.c
7104         * src/folderutils.h
7105         * src/folderview.c
7106         * src/folderview.h
7107         * src/grouplistdialog.c
7108         * src/grouplistdialog.h
7109         * src/headerview.c
7110         * src/html.c
7111         * src/html.h
7112         * src/image_viewer.c
7113         * src/image_viewer.h
7114         * src/imap.c
7115         * src/imap.h
7116         * src/imap_gtk.c
7117         * src/imap_gtk.h
7118         * src/import.h
7119         * src/importldif.c
7120         * src/importldif.h
7121         * src/importmutt.c
7122         * src/importmutt.h
7123         * src/importpine.c
7124         * src/importpine.h
7125         * src/inc.c
7126         * src/inc.h
7127         * src/jpilot.c
7128         * src/jpilot.h
7129         * src/ldapctrl.c
7130         * src/ldapctrl.h
7131         * src/ldaplocate.c
7132         * src/ldaplocate.h
7133         * src/ldapquery.c
7134         * src/ldapquery.h
7135         * src/ldapserver.c
7136         * src/ldapserver.h
7137         * src/ldaputil.c
7138         * src/ldaputil.h
7139         * src/ldif.c
7140         * src/ldif.h
7141         * src/main.c
7142         * src/main.h
7143         * src/mainwindow.c
7144         * src/mainwindow.h
7145         * src/manual.c
7146         * src/manual.h
7147         * src/mbox.c
7148         * src/mbox.h
7149         * src/message_search.c
7150         * src/message_search.h
7151         * src/messageview.c
7152         * src/messageview.h
7153         * src/mh.c
7154         * src/mh.h
7155         * src/mh_gtk.c
7156         * src/mh_gtk.h
7157         * src/mimeview.c
7158         * src/mimeview.h
7159         * src/msgcache.c
7160         * src/msgcache.h
7161         * src/mutt.c
7162         * src/mutt.h
7163         * src/news.c
7164         * src/news.h
7165         * src/news_gtk.c
7166         * src/news_gtk.h
7167         * src/partial_download.c
7168         * src/partial_download.h
7169         * src/pine.c
7170         * src/pine.h
7171         * src/pop.c
7172         * src/pop.h
7173         * src/prefs_account.c
7174         * src/prefs_account.h
7175         * src/prefs_actions.c
7176         * src/prefs_actions.h
7177         * src/prefs_common.c
7178         * src/prefs_common.h
7179         * src/prefs_compose_writing.c
7180         * src/prefs_compose_writing.h
7181         * src/prefs_customheader.c
7182         * src/prefs_customheader.h
7183         * src/prefs_display_header.c
7184         * src/prefs_display_header.h
7185         * src/prefs_filtering.c
7186         * src/prefs_filtering.h
7187         * src/prefs_filtering_action.c
7188         * src/prefs_filtering_action.h
7189         * src/prefs_folder_column.c
7190         * src/prefs_folder_column.h
7191         * src/prefs_folder_item.c
7192         * src/prefs_folder_item.h
7193         * src/prefs_fonts.c
7194         * src/prefs_fonts.h
7195         * src/prefs_gtk.c
7196         * src/prefs_gtk.h
7197         * src/prefs_image_viewer.c
7198         * src/prefs_image_viewer.h
7199         * src/prefs_matcher.c
7200         * src/prefs_matcher.h
7201         * src/prefs_message.c
7202         * src/prefs_msg_colors.c
7203         * src/prefs_msg_colors.h
7204         * src/prefs_other.c
7205         * src/prefs_quote.c
7206         * src/prefs_receive.c
7207         * src/prefs_send.c
7208         * src/prefs_spelling.c
7209         * src/prefs_spelling.h
7210         * src/prefs_summaries.c
7211         * src/prefs_summaries.h
7212         * src/prefs_summary_column.c
7213         * src/prefs_summary_column.h
7214         * src/prefs_template.c
7215         * src/prefs_template.h
7216         * src/prefs_themes.c
7217         * src/prefs_themes.h
7218         * src/prefs_toolbar.c
7219         * src/prefs_toolbar.h
7220         * src/prefs_wrapping.c
7221         * src/prefs_wrapping.h
7222         * src/privacy.c
7223         * src/privacy.h
7224         * src/procheader.c
7225         * src/procheader.h
7226         * src/procmime.c
7227         * src/procmime.h
7228         * src/procmsg.c
7229         * src/procmsg.h
7230         * src/quote_fmt.c
7231         * src/quote_fmt_parse.y
7232         * src/recv.c
7233         * src/recv.h
7234         * src/remotefolder.c
7235         * src/remotefolder.h
7236         * src/send_message.c
7237         * src/send_message.h
7238         * src/setup.c
7239         * src/setup.h
7240         * src/sourcewindow.c
7241         * src/sourcewindow.h
7242         * src/ssl_manager.c
7243         * src/ssl_manager.h
7244         * src/statusbar.c
7245         * src/statusbar.h
7246         * src/stock_pixmap.c
7247         * src/stock_pixmap.h
7248         * src/summary_search.c
7249         * src/summary_search.h
7250         * src/summaryview.c
7251         * src/summaryview.h
7252         * src/syldap.c
7253         * src/syldap.h
7254         * src/textview.c
7255         * src/textview.h
7256         * src/toolbar.c
7257         * src/toolbar.h
7258         * src/undo.c
7259         * src/undo.h
7260         * src/unmime.c
7261         * src/unmime.h
7262         * src/vcard.c
7263         * src/vcard.h
7264         * src/wizard.c
7265         * src/wizard.h
7266         * src/common/base64.c
7267         * src/common/base64.h
7268         * src/common/defs.h
7269         * src/common/hooks.c
7270         * src/common/hooks.h
7271         * src/common/log.c
7272         * src/common/log.h
7273         * src/common/mgutils.c
7274         * src/common/mgutils.h
7275         * src/common/nntp.c
7276         * src/common/nntp.h
7277         * src/common/passcrypt.c
7278         * src/common/passcrypt.h.in
7279         * src/common/plugin.c
7280         * src/common/plugin.h
7281         * src/common/prefs.c
7282         * src/common/prefs.h
7283         * src/common/progressindicator.c
7284         * src/common/progressindicator.h
7285         * src/common/quoted-printable.c
7286         * src/common/quoted-printable.h
7287         * src/common/session.c
7288         * src/common/session.h
7289         * src/common/smtp.c
7290         * src/common/smtp.h
7291         * src/common/socket.c
7292         * src/common/socket.h
7293         * src/common/ssl.c
7294         * src/common/ssl.h
7295         * src/common/ssl_certificate.c
7296         * src/common/ssl_certificate.h
7297         * src/common/stringtable.c
7298         * src/common/stringtable.h
7299         * src/common/sylpheed.c
7300         * src/common/sylpheed.h
7301         * src/common/template.c
7302         * src/common/template.h
7303         * src/common/timing.h
7304         * src/common/utils.c
7305         * src/common/utils.h
7306         * src/common/version.h.in
7307         * src/common/xml.c
7308         * src/common/xml.h
7309         * src/common/xmlprops.c
7310         * src/common/xmlprops.h
7311         * src/gtk/colorlabel.c
7312         * src/gtk/colorsel.c
7313         * src/gtk/colorsel.h
7314         * src/gtk/description_window.c
7315         * src/gtk/description_window.h
7316         * src/gtk/filesel.c
7317         * src/gtk/filesel.h
7318         * src/gtk/foldersort.c
7319         * src/gtk/foldersort.h
7320         * src/gtk/gtkutils.c
7321         * src/gtk/gtkutils.h
7322         * src/gtk/inputdialog.c
7323         * src/gtk/inputdialog.h
7324         * src/gtk/logwindow.c
7325         * src/gtk/logwindow.h
7326         * src/gtk/manage_window.c
7327         * src/gtk/manage_window.h
7328         * src/gtk/menu.c
7329         * src/gtk/menu.h
7330         * src/gtk/pluginwindow.c
7331         * src/gtk/pluginwindow.h
7332         * src/gtk/prefswindow.c
7333         * src/gtk/prefswindow.h
7334         * src/gtk/progressdialog.c
7335         * src/gtk/progressdialog.h
7336         * src/gtk/sslcertwindow.c
7337         * src/gtk/sslcertwindow.h
7338         * src/plugins/clamav/clamav_plugin.c
7339         * src/plugins/clamav/clamav_plugin.h
7340         * src/plugins/clamav/clamav_plugin_gtk.c
7341         * src/plugins/demo/demo.c
7342         * src/plugins/dillo_viewer/dillo_prefs.c
7343         * src/plugins/dillo_viewer/dillo_prefs.h
7344         * src/plugins/dillo_viewer/dillo_viewer.c
7345         * src/plugins/pgpcore/passphrase.c
7346         * src/plugins/pgpcore/passphrase.h
7347         * src/plugins/pgpcore/plugin.c
7348         * src/plugins/pgpcore/select-keys.c
7349         * src/plugins/pgpcore/select-keys.h
7350         * src/plugins/pgpcore/sgpgme.c
7351         * src/plugins/pgpcore/sgpgme.h
7352         * src/plugins/pgpinline/pgpinline.c
7353         * src/plugins/pgpinline/pgpinline.h
7354         * src/plugins/pgpinline/plugin.c
7355         * src/plugins/pgpmime/pgpmime.c
7356         * src/plugins/pgpmime/pgpmime.h
7357         * src/plugins/pgpmime/plugin.c
7358         * src/plugins/spamassassin/spamassassin.c
7359         * src/plugins/spamassassin/spamassassin.h
7360         * src/plugins/spamassassin/spamassassin_gtk.c
7361         * src/plugins/trayicon/trayicon.c
7362                 update copyright header
7363
7364 2006-01-13 [paul]       1.9.100cvs141
7365
7366         * src/account.c
7367         * src/export.c
7368         * src/import.c
7369         * src/mainwindow.c
7370         * src/prefs_account.c
7371         * src/prefs_display_header.c
7372         * src/prefs_receive.c
7373         * src/prefs_send.c
7374         * src/prefs_summaries.c
7375         * src/prefs_themes.c
7376         * src/prefs_toolbar.c
7377         * src/gtk/about.c
7378                 various cleanups
7379
7380 2006-01-12 [colin]      1.9.100cvs140
7381
7382         * src/folder.c
7383         * src/folder.h
7384         * src/main.c
7385                 Add --subscribe option
7386                 Let sylpheed-claws email@domain.com equivalent to --compose
7387                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7388
7389 2006-01-12 [paul]       1.9.100cvs139
7390
7391         * src/mainwindow.c
7392                 append 'Change folder order' label with '...'
7393         * src/prefs_actions.c
7394                 allow reordering of actions list by dnd
7395         * src/gtk/foldersort.c
7396                 make the dialog nicer
7397
7398 2006-01-11 [colin]      1.9.100cvs138
7399
7400         * src/compose.c
7401                 Allow templates without text
7402
7403 2006-01-11 [paul]       1.9.100cvs137
7404
7405         * tools/README
7406         * tools/filter_conv_new.pl
7407                 add info to README
7408                 also check .sylpheed for filter.xml
7409                 be a bit informative to the user
7410
7411 2006-01-11 [colin]      1.9.100cvs136
7412
7413         * src/textview.c
7414                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7415
7416 2006-01-10 [paul]       1.9.100cvs135
7417
7418         * tools/Makefile.am
7419         * tools/filter_conv_new.pl
7420                 add script to convert new style Sylpheed
7421                 filter rules (Sylpheed >= 0.9.99) to
7422                 Claws filtering rules
7423
7424 2006-01-10 [colin]      1.9.100cvs134
7425
7426         * src/compose.c
7427                 Fix broken line joins in certain conditions
7428                 (between two quoted lines: <enter><enter><up>
7429                  <type a wrapped sentence><go in the first line>
7430                  <insert more text><watch as line joining failed>)
7431
7432 2006-01-10 [paul]       1.9.100cvs133
7433
7434         * src/compose.c
7435                 don't report success in error dialog
7436                 thanks to Colin
7437         * src/common/utils.c
7438                 include some trailing punctuations as URI
7439                 thanks to Hiro
7440
7441 2006-01-10 [paul]       1.9.100cvs132
7442
7443         * src/mimeview.c
7444                 fix incompatible pointer type
7445                 warning
7446
7447 2006-01-10 [paul]       1.9.100cvs131
7448
7449         * src/compose.c
7450                 change Subject in window title
7451                 instantaneously
7452
7453 2006-01-09 [colin]      1.9.100cvs130
7454
7455         * src/addressbook.c
7456         * src/headerview.c
7457         * src/mainwindow.c
7458         * src/messageview.c
7459         * src/mimeview.c
7460         * src/noticeview.c
7461         * src/summaryview.c
7462                 Fix possible crashes on exit and in addressbook
7463
7464 2006-01-09 [paul]       1.9.100cvs129
7465
7466         * src/prefs_msg_colors.c
7467                 some cleanups that I forgot last time
7468
7469 2006-01-09 [paul]       1.9.100cvs128
7470
7471         * README
7472         * src/folderview.c
7473         * src/prefs_msg_colors.c
7474                 add previously hidden option, color_new, to
7475                 the gui
7476                 move the page to Display/
7477                 rework the gui
7478
7479 2006-01-09 [wwp]        1.9.100cvs127
7480
7481         * src/prefs_themes.c
7482                 made the prefs/display/themes layouts spacing less condensed
7483                 (and so they match other prefs/pages' look).
7484
7485 2006-01-09 [paul]       1.9.100cvs126
7486
7487         * src/compose.c
7488         * src/prefs_common.c
7489         * src/prefs_common.h
7490         * src/prefs_wrapping.c
7491                 remove 'wrap at send' option
7492
7493 2006-01-06 [colin]      1.9.100cvs125
7494
7495         * src/compose.c
7496                 Just make completely sure we don't insert "manual line breaks" 
7497                 when wrapping... 
7498
7499 2006-01-04 [paul]
7500
7501         * 2.0.0-rc3 released
7502
7503 2006-01-04 [paul]       1.9.100cvs124
7504
7505         * src/folderview.c
7506                 fix bug 882, 'quick scroll in folder list
7507                 displays wrong folder contents'
7508
7509 2006-01-04 [paul]       1.9.100cvs123
7510
7511         * src/plugins/pgpmime/pgpmime.c
7512                 better debug information when signing
7513                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7514
7515 2006-01-03 [colin]      1.9.100cvs122
7516
7517         * configure.ac
7518                 We need to recheck for gpgme 1.0.0 after checking
7519                 for 1.1.1, because if 1.1.1 isn't available, 
7520                 GPGME_LIBS and friends are blanked out by the 
7521                 second check.
7522
7523 2006-01-03 [colin]      1.9.100cvs121
7524
7525         * src/common/prefs.c
7526                 Windows unlink-before rename fix
7527         * src/plugins/pgpcore/sgpgme.c
7528                 Add support for PKA info if available
7529                 Both patches by Werner Koch
7530
7531 2006-01-03 [paul]       1.9.100cvs120
7532
7533         * src/messageview.c
7534                 fix bug 884, 'Send receipt' button visible in queue
7535                 Thanks to Colin
7536
7537 2006-01-02 [colin]      1.9.100cvs119
7538
7539         * src/compose.c
7540         * src/imap.c
7541                 Fix autosave on IMAP and more generally try to
7542                 return the correct ID on a newly added IMAP message
7543
7544 2006-01-02 [paul]       1.9.100cvs118
7545
7546         * manual/keyboard.xml
7547                 edited
7548
7549 2006-01-01 [paul]       1.9.100cvs117
7550
7551         * src/gtk/authors.h
7552                 alphabetical order
7553
7554 2005-12-30 [colin]      1.9.100cvs116
7555
7556         * manual/advanced.xml
7557                 Explain Pre/Post-processing differences.
7558
7559 2005-12-30 [colin]      1.9.100cvs115
7560
7561         * src/mh.c
7562                 Implement copy_msgs for a little optimization
7563         * src/imap.c
7564                 Finish yesterday's fix
7565
7566 2005-12-29 [colin]      1.9.100cvs114
7567
7568         * src/imap.c
7569                 Fix occasional failure in fetching a mail over
7570                 IMAP
7571
7572 2005-12-29 [colin]      1.9.100cvs113
7573
7574         * src/compose.c
7575                 Don't remove a draft when sending it, if it is 
7576                 locked.
7577
7578 2005-12-28 [colin]      1.9.100cvs112
7579
7580         * src/summaryview.c
7581                 Fix leak for real
7582
7583 2005-12-28 [wwp]        1.9.100cvs111
7584
7585         * doc/faq/.cvsignore
7586         * doc/faq/de/.cvsignore
7587         * doc/faq/en/.cvsignore
7588         * doc/faq/es/.cvsignore
7589         * doc/faq/fr/.cvsignore
7590         * doc/faq/it/.cvsignore
7591         * doc/manual/.cvsignore
7592         * doc/manual/de/.cvsignore
7593         * doc/manual/en/.cvsignore
7594         * doc/manual/es/.cvsignore
7595         * doc/manual/fr/.cvsignore
7596         * doc/manual/ja/.cvsignore
7597         * src/plugins/mathml_viewer/.cvsignore
7598                 rollback revival of those files (my bad, sorry for the noise).
7599
7600 2005-12-28 [wwp]        1.9.100cvs110
7601
7602         * src/compose.c
7603                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7604
7605 2005-12-28 [wwp]        1.9.100cvs109
7606
7607         * doc/faq/.cvsignore
7608         * doc/faq/de/.cvsignore
7609         * doc/faq/en/.cvsignore
7610         * doc/faq/es/.cvsignore
7611         * doc/faq/fr/.cvsignore
7612         * doc/faq/it/.cvsignore
7613         * doc/manual/.cvsignore
7614         * doc/manual/de/.cvsignore
7615         * doc/manual/en/.cvsignore
7616         * doc/manual/es/.cvsignore
7617         * doc/manual/fr/.cvsignore
7618         * doc/manual/ja/.cvsignore
7619         * src/plugins/mathml_viewer/.cvsignore
7620         * po/.cvsignore
7621                 more files to ignore.
7622
7623 2005-12-24 [colin]      1.9.100cvs108
7624
7625         * AUTHORS
7626         * src/gtk/authors.h
7627                 Update for Werner
7628
7629 2005-12-24 [colin]      1.9.100cvs107
7630
7631         * src/procmsg.c
7632                 Allow NULL src_msginfo in 
7633                 procmsg_msginfo_new_from_mimeinfo
7634
7635 2005-12-23 [paul]       1.9.100cvs106
7636
7637         * src/plugins/pgpinline/mypgpcore.def
7638                 add this forgotten file
7639
7640 2005-12-23 [colin]      1.9.100cvs105
7641
7642         * src/mainwindow.c
7643                 Fix missing break
7644
7645 2005-12-23 [colin]      1.9.100cvs104
7646
7647         * autogen.sh
7648         * src/folder.c
7649         * src/mh.c
7650         * src/common/plugin.c
7651         * src/common/socket.c
7652         * src/common/socket.h
7653         * src/common/utils.c
7654         * src/common/utils.h
7655         * src/gtk/pluginwindow.c
7656         * src/plugins/pgpcore/plugin.def
7657         * src/plugins/pgpcore/sylpheed.def
7658         * src/plugins/pgpinline/Makefile.am
7659         * src/plugins/pgpinline/plugin.def
7660         * src/plugins/pgpinline/sylpheed.def
7661         * src/plugins/pgpmime/plugin.def
7662         * src/plugins/pgpmime/sylpheed.def
7663                 Various w32 fixes by Werner Koch
7664
7665 2005-12-22 [paul]       1.9.100cvs103
7666
7667         * src/wizard.c
7668                 don't offer IMAP as 'server type' if
7669                 libetpan isn't built in
7670
7671 2005-12-22 [paul]       1.9.100cvs102
7672
7673         * AUTHORS
7674         * src/mainwindow.c
7675         * src/mainwindow.h
7676         * src/toolbar.c
7677         * src/gtk/authors.h
7678                 support GTK_TOOLBAR_BOTH_HORIZ (text
7679                 next to icon) Patch by Marien Zwart
7680                 marienz@users.sf.net
7681                 Also reword the text
7682
7683 2005-12-21 [colin]      1.9.100cvs101
7684
7685         * configure.ac
7686                 Fix DATADIRNAME
7687         * COPYING
7688                 Fix missing section and explicit the exception better
7689         * src/compose.c
7690                 Prevent mail from being lost without notice when an
7691                 SMTP error happens on trying to send an unmodified
7692                 drafted mail.
7693         * src/send_message.c
7694         * src/common/smtp.c
7695                 Fix password remembering when wrong, and add return
7696                 value checks where they should have been
7697         * src/plugins/pgpcore/sylpheed.def
7698         * src/plugins/pgpinline/sylpheed.def
7699         * src/plugins/pgpmime/sylpheed.def
7700                 Add a few symbols needed
7701
7702 2005-12-21 [paul]       1.9.100cvs100
7703
7704         * m4/codeset.m4
7705         * m4/glibc21.m4
7706         * m4/intdiv0.m4
7707         * m4/inttypes-pri.m4
7708         * m4/inttypes.m4
7709         * m4/inttypes_h.m4
7710         * m4/isc-posix.m4
7711         * m4/lcmessage.m4
7712         * m4/stdint_h.m4
7713         * m4/uintmax_t.m4
7714                 gettextization
7715                 thanks to Colin
7716
7717 2005-12-21 [paul]       1.9.100cvs99
7718
7719         * po/sv.po
7720                 fixed by Colin
7721
7722 2005-12-20 [paul]       1.9.100cvs98
7723
7724         * po/sv.po
7725                 updated by Anders Trobäck
7726
7727 2005-12-20 [colin]      1.9.100cvs97
7728
7729         * ABOUT-NLS
7730         * Makefile.am
7731         * autogen.sh
7732         * configure.ac
7733         * config/config.rpath
7734         * config/mkinstalldirs
7735         * m4/Makefile.am
7736         * m4/glibc2.m4
7737         * m4/gnupg.m4
7738         * m4/gpgme.m4
7739         * m4/intmax.m4
7740         * m4/longdouble.m4
7741         * m4/longlong.m4
7742         * m4/printf-posix.m4
7743         * m4/signed.m4
7744         * m4/size_max.m4
7745         * m4/ulonglong.m4
7746         * m4/wchar_t.m4
7747         * m4/wint_t.m4
7748         * m4/xsize.m4
7749         * po/Makefile.in.in
7750         * po/Makevars
7751         * po/bg.po
7752         * po/ca.po
7753         * po/cs.po
7754         * po/de.po
7755         * po/el.po
7756         * po/en_GB.po
7757         * po/es.po
7758         * po/fi.po
7759         * po/fr.po
7760         * po/hr.po
7761         * po/hu.po
7762         * po/it.po
7763         * po/ja.po
7764         * po/ko.po
7765         * po/nb.po
7766         * po/nl.po
7767         * po/pl.po
7768         * po/pt_BR.po
7769         * po/ru.po
7770         * po/sk.po
7771         * po/sr.po
7772         * po/stamp-po
7773         * po/sv.po
7774         * po/zh_CN.po
7775         * po/zh_TW.po
7776         * src/Makefile.am
7777         * src/codeconv.c
7778         * src/compose.c
7779         * src/exporthtml.c
7780         * src/exportldif.c
7781         * src/folder.c
7782         * src/main.c
7783         * src/manual.c
7784         * src/mh.c
7785         * src/mimeview.c
7786         * src/send_message.c
7787         * src/common/Makefile.am
7788         * src/common/fnmatch.c
7789         * src/common/fnmatch.h
7790         * src/common/fnmatch_loop.c
7791         * src/common/nntp.c
7792         * src/common/plugin.c
7793         * src/common/smtp.c
7794         * src/common/socket.c
7795         * src/common/string_match.c
7796         * src/common/sylpheed.c
7797         * src/common/utils.c
7798         * src/common/utils.h
7799         * src/common/w32_dirent.c
7800         * src/common/w32_reg.c
7801         * src/common/w32_signal.c
7802         * src/common/w32_stat.c
7803         * src/common/w32_stdio.c
7804         * src/common/w32_stdlib.c
7805         * src/common/w32_string.c
7806         * src/common/w32_time.c
7807         * src/common/w32_unistd.c
7808         * src/common/w32_wait.c
7809         * src/common/w32lib.h
7810         * src/etpan/Makefile.am
7811         * src/gtk/Makefile.am
7812         * src/plugins/clamav/Makefile.am
7813         * src/plugins/demo/Makefile.am
7814         * src/plugins/dillo_viewer/Makefile.am
7815         * src/plugins/pgpcore/Makefile.am
7816         * src/plugins/pgpcore/passphrase.c
7817         * src/plugins/pgpcore/plugin.def
7818         * src/plugins/pgpcore/sgpgme.c
7819         * src/plugins/pgpcore/sylpheed.def
7820         * src/plugins/pgpcore/version.rc
7821         * src/plugins/pgpinline/Makefile.am
7822         * src/plugins/pgpinline/plugin.def
7823         * src/plugins/pgpinline/sylpheed.def
7824         * src/plugins/pgpinline/version.rc
7825         * src/plugins/pgpmime/Makefile.am
7826         * src/plugins/pgpmime/mypgpcore.def
7827         * src/plugins/pgpmime/plugin.def
7828         * src/plugins/pgpmime/sylpheed.def
7829         * src/plugins/pgpmime/version.rc
7830         * src/plugins/spamassassin/Makefile.am
7831                 Very little ;-) patch from Werner Koch, providing
7832                 infrastructure for cross-compiling to Win32
7833
7834 2005-12-20 [paul]       1.9.100cvs96
7835
7836         * src/account.c
7837         * src/account.h
7838         * src/mainwindow.c
7839         * src/mainwindow.h
7840         * src/toolbar.c
7841         * src/toolbar.h
7842                 add a combo to the Get All button, allowing
7843                 quick retrieval from any account
7844                 Patch by Fabien Vantard, slightly modified
7845                 by Colin
7846         * src/gtk/about.c
7847                 i18n fix. Patch by Fabien Vantard
7848
7849 2005-12-19 [colin]      1.9.100cvs95
7850
7851         * src/compose.c
7852         * src/compose.h
7853                 Don't automatically join lines when they've 
7854                 been separated by the user and not automatically
7855
7856 2005-12-19 [paul]       1.9.100cvs94
7857
7858         * src/gtk/pluginwindow.c
7859                 i18n fix.
7860                 Patch by Fabien Vantard
7861
7862 2005-12-15 [paul]       1.9.100cvs93
7863
7864         * src/common/plugin.c
7865         * src/common/plugin.h
7866         * src/gtk/pluginwindow.c
7867         * src/plugins/clamav/clamav_plugin.c
7868         * src/plugins/demo/demo.c
7869         * src/plugins/dillo_viewer/dillo_viewer.c
7870         * src/plugins/pgpcore/plugin.c
7871         * src/plugins/pgpinline/plugin.c
7872         * src/plugins/pgpmime/plugin.c
7873         * src/plugins/spamassassin/spamassassin.c
7874         * src/plugins/trayicon/trayicon.c
7875                 add plugin_version()
7876
7877 2005-12-15 [colin]      1.9.100cvs92
7878
7879         * src/compose.c
7880                 Further fix bug #875
7881
7882 2005-12-15 [paul]       1.9.100cvs91
7883
7884         * src/gtk/filesel.c
7885                 fix attach_load_dir getting set to
7886                 PLUGINDIR on plugin load
7887
7888 2005-12-14 [mones]      1.9.100cvs90
7889
7890         * manual/ack.xml
7891         * manual/keyboard.xml
7892                 Initial draft and some shortcuts added
7893                 
7894         * po/es.po
7895                 Updated translation
7896
7897 2005-12-14 [colin]      1.9.100cvs89
7898
7899         * src/compose.c
7900         * src/imap.c
7901         * src/summaryview.c
7902         * src/gtk/gtkaspell.c
7903                 More leaks fixed
7904         * src/prefs_folder_item.c
7905                 Fix recursive prefs apply
7906
7907
7908 2005-12-14 [colin]      1.9.100cvs88
7909
7910         * src/compose.c
7911                 Fix bug #875 (Freeze On Inline Forward of 
7912                 Large Message)
7913
7914 2005-12-13 [colin]      1.9.100cvs87
7915
7916         * src/compose.c
7917                 Uniq-ify and sort the mimetypes list
7918                 Patch by Fabien Vantard
7919
7920 2005-12-13 [colin]      1.9.100cvs86
7921
7922         * src/imap.c
7923         * src/etpan/imap-thread.c
7924                 Fix leaks (patch by Hoa)
7925         * src/news.c
7926         * src/common/plugin.c
7927                 Fix leaks
7928
7929 2005-12-12 [colin]
7930
7931         * 2.0.0-rc2 released
7932
7933 2005-12-12 [colin]      1.9.100cvs85
7934
7935         * src/matcher.c
7936                 Fix a leak
7937
7938 2005-12-12 [wwp]        1.9.100cvs84
7939
7940         * src/gtk/icon_legend.c
7941                 fix misbehaviour and crash when closing the legend window
7942         using the Esc key (patch by Fabien Vantard).
7943
7944 2005-12-12 [paul]       1.9.100cvs83
7945
7946         * src/browseldap.c
7947         * src/foldersel.c
7948         * src/prefs_actions.c
7949         * src/prefs_filtering.c
7950         * src/prefs_matcher.c
7951         * src/prefs_spelling.glade      ** REMOVED **
7952         * src/prefs_template.c
7953         * src/gtk/foldersort.glade      ** REMOVED **
7954         * src/gtk/pluginwindow.c
7955         * src/gtk/pluginwindow.glade    ** REMOVED **
7956         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7957                 cleanups
7958
7959 2005-12-11 [paul]       1.9.100cvs82
7960
7961         * src/gtk/filesel.c
7962                 fix attach_load_dir crasher (double free)
7963
7964 2005-12-09 [paul]       1.9.100cvs81
7965
7966         * po/POTFILES.in
7967         * src/mainwindow.c
7968         * src/gtk/Makefile.am
7969         * src/gtk/icon_legend.c
7970         * src/gtk/icon_legend.h
7971                 add icon legend
7972         * src/manual.c
7973                 cleanup
7974
7975 2005-12-09 [paul]       1.9.100cvs80
7976
7977         * src/plugins/pgpcore/passphrase.c
7978                 wrap the label in the dialog
7979
7980 2005-12-09 [colin]      1.9.100cvs79
7981
7982         * src/plugins/pgpcore/sgpgme.c
7983                 Display (untrusted) on not trusted signatures
7984                 Patch by Michal Èihaø <michal@cihar.com>
7985                 Closes bug #867 (Report also key trust)
7986
7987 2005-12-09 [colin]      1.9.100cvs78
7988
7989         * src/common/plugin.c
7990                 Update licence check, following Eben Moglen's advice
7991
7992 2005-12-08 [colin]      1.9.100cvs77
7993
7994         * src/folder.c
7995                 Fix the occasionnal item->cache != NULL 
7996                 assertion failure. 
7997
7998 2005-12-08 [colin]      1.9.100cvs76
7999
8000         * src/mimeview.c
8001         * src/plugins/pgpcore/sgpgme.c
8002                 Print key id when unable to check it
8003                 Closes bug #866 (Show key id when missing)
8004
8005 2005-12-08 [paul]       1.9.100cvs75
8006
8007         * src/prefs_common.c
8008         * src/prefs_common.h
8009         * src/gtk/filesel.c
8010                 remember load attachment dir
8011
8012 2005-12-07 [colin]      1.9.100cvs74
8013
8014         * src/prefs_toolbar.c
8015                 Gtk fixes, patch by Fabien Vantard
8016
8017 2005-12-07 [colin]      1.9.100cvs73
8018
8019         * src/action.c
8020         * src/compose.c
8021         * src/compose.h
8022                 Fix bug #839 (Quoted text isn't colored after 
8023                 executing an action)
8024         * src/common/plugin.c
8025                 Require plugins to declare their licence in plugin_licence()
8026                 Refuse to load non-GPL plugins as they'd be illegal (as 
8027                 derived works of Sylpheed-Claws, they must be GPL).
8028         * src/plugins/clamav/clamav_plugin.c
8029         * src/plugins/demo/demo.c
8030         * src/plugins/dillo_viewer/dillo_viewer.c
8031         * src/plugins/pgpcore/plugin.c
8032         * src/plugins/pgpinline/plugin.c
8033         * src/plugins/pgpmime/plugin.c
8034         * src/plugins/spamassassin/spamassassin.c
8035         * src/plugins/trayicon/trayicon.c
8036                 Add plugin_licence()
8037
8038 2005-12-07 [paul]       1.9.100cvs72
8039
8040         * configure.ac
8041         * src/mainwindow.c
8042         * src/manual.c
8043         * src/manual.h
8044         * src/common/defs.h
8045                 clean up after local FAQ removal and
8046                 temporary manual removal
8047
8048 2005-12-06 [colin]      1.9.100cvs71
8049
8050         * configure.ac
8051         * doc/Makefile.am
8052         * doc/faq/.cvsignore
8053         * doc/faq/Makefile.am
8054         * doc/faq/de/.cvsignore
8055         * doc/faq/de/Makefile.am
8056         * doc/faq/de/sylpheed-faq-1.html
8057         * doc/faq/de/sylpheed-faq-2.html
8058         * doc/faq/de/sylpheed-faq-3.html
8059         * doc/faq/de/sylpheed-faq.html
8060         * doc/faq/en/.cvsignore
8061         * doc/faq/en/Makefile.am
8062         * doc/faq/en/sylpheed-faq-1.html
8063         * doc/faq/en/sylpheed-faq-2.html
8064         * doc/faq/en/sylpheed-faq-3.html
8065         * doc/faq/en/sylpheed-faq-4.html
8066         * doc/faq/en/sylpheed-faq.html
8067         * doc/faq/es/.cvsignore
8068         * doc/faq/es/Makefile.am
8069         * doc/faq/es/sylpheed-faq-1.html
8070         * doc/faq/es/sylpheed-faq-2.html
8071         * doc/faq/es/sylpheed-faq-3.html
8072         * doc/faq/es/sylpheed-faq-4.html
8073         * doc/faq/es/sylpheed-faq.html
8074         * doc/faq/fr/.cvsignore
8075         * doc/faq/fr/Makefile.am
8076         * doc/faq/fr/sylpheed-faq-1.html
8077         * doc/faq/fr/sylpheed-faq-2.html
8078         * doc/faq/fr/sylpheed-faq-3.html
8079         * doc/faq/fr/sylpheed-faq.html
8080         * doc/faq/it/.cvsignore
8081         * doc/faq/it/Makefile.am
8082         * doc/faq/it/sylpheed-faq-1.html
8083         * doc/faq/it/sylpheed-faq-2.html
8084         * doc/faq/it/sylpheed-faq-3.html
8085         * doc/faq/it/sylpheed-faq.html
8086         * doc/manual/.cvsignore
8087         * doc/manual/Makefile.am
8088         * doc/manual/de/.cvsignore
8089         * doc/manual/de/Makefile.am
8090         * doc/manual/de/sylpheed-1.html
8091         * doc/manual/de/sylpheed-10.html
8092         * doc/manual/de/sylpheed-11.html
8093         * doc/manual/de/sylpheed-12.html
8094         * doc/manual/de/sylpheed-13.html
8095         * doc/manual/de/sylpheed-14.html
8096         * doc/manual/de/sylpheed-15.html
8097         * doc/manual/de/sylpheed-16.html
8098         * doc/manual/de/sylpheed-17.html
8099         * doc/manual/de/sylpheed-18.html
8100         * doc/manual/de/sylpheed-19.html
8101         * doc/manual/de/sylpheed-2.html
8102         * doc/manual/de/sylpheed-20.html
8103         * doc/manual/de/sylpheed-3.html
8104         * doc/manual/de/sylpheed-4.html
8105         * doc/manual/de/sylpheed-5.html
8106         * doc/manual/de/sylpheed-6.html
8107         * doc/manual/de/sylpheed-7.html
8108         * doc/manual/de/sylpheed-8.html
8109         * doc/manual/de/sylpheed-9.html
8110         * doc/manual/de/sylpheed.html
8111         * doc/manual/en/.cvsignore
8112         * doc/manual/en/Makefile.am
8113         * doc/manual/en/sylpheed-1.html
8114         * doc/manual/en/sylpheed-10.html
8115         * doc/manual/en/sylpheed-11.html
8116         * doc/manual/en/sylpheed-12.html
8117         * doc/manual/en/sylpheed-13.html
8118         * doc/manual/en/sylpheed-14.html
8119         * doc/manual/en/sylpheed-15.html
8120         * doc/manual/en/sylpheed-16.html
8121         * doc/manual/en/sylpheed-17.html
8122         * doc/manual/en/sylpheed-18.html
8123         * doc/manual/en/sylpheed-19.html
8124         * doc/manual/en/sylpheed-2.html
8125         * doc/manual/en/sylpheed-20.html
8126         * doc/manual/en/sylpheed-21.html
8127         * doc/manual/en/sylpheed-22.html
8128         * doc/manual/en/sylpheed-3.html
8129         * doc/manual/en/sylpheed-4.html
8130         * doc/manual/en/sylpheed-5.html
8131         * doc/manual/en/sylpheed-6.html
8132         * doc/manual/en/sylpheed-7.html
8133         * doc/manual/en/sylpheed-8.html
8134         * doc/manual/en/sylpheed-9.html
8135         * doc/manual/en/sylpheed.html
8136         * doc/manual/es/.cvsignore
8137         * doc/manual/es/Makefile.am
8138         * doc/manual/es/sylpheed-1.html
8139         * doc/manual/es/sylpheed-10.html
8140         * doc/manual/es/sylpheed-11.html
8141         * doc/manual/es/sylpheed-12.html
8142         * doc/manual/es/sylpheed-13.html
8143         * doc/manual/es/sylpheed-14.html
8144         * doc/manual/es/sylpheed-15.html
8145         * doc/manual/es/sylpheed-16.html
8146         * doc/manual/es/sylpheed-17.html
8147         * doc/manual/es/sylpheed-18.html
8148         * doc/manual/es/sylpheed-19.html
8149         * doc/manual/es/sylpheed-2.html
8150         * doc/manual/es/sylpheed-20.html
8151         * doc/manual/es/sylpheed-3.html
8152         * doc/manual/es/sylpheed-4.html
8153         * doc/manual/es/sylpheed-5.html
8154         * doc/manual/es/sylpheed-6.html
8155         * doc/manual/es/sylpheed-7.html
8156         * doc/manual/es/sylpheed-8.html
8157         * doc/manual/es/sylpheed-9.html
8158         * doc/manual/es/sylpheed.html
8159         * doc/manual/fr/.cvsignore
8160         * doc/manual/fr/Makefile.am
8161         * doc/manual/fr/sylpheed-1.html
8162         * doc/manual/fr/sylpheed-10.html
8163         * doc/manual/fr/sylpheed-11.html
8164         * doc/manual/fr/sylpheed-12.html
8165         * doc/manual/fr/sylpheed-13.html
8166         * doc/manual/fr/sylpheed-14.html
8167         * doc/manual/fr/sylpheed-15.html
8168         * doc/manual/fr/sylpheed-16.html
8169         * doc/manual/fr/sylpheed-17.html
8170         * doc/manual/fr/sylpheed-18.html
8171         * doc/manual/fr/sylpheed-19.html
8172         * doc/manual/fr/sylpheed-2.html
8173         * doc/manual/fr/sylpheed-20.html
8174         * doc/manual/fr/sylpheed-3.html
8175         * doc/manual/fr/sylpheed-4.html
8176         * doc/manual/fr/sylpheed-5.html
8177         * doc/manual/fr/sylpheed-6.html
8178         * doc/manual/fr/sylpheed-7.html
8179         * doc/manual/fr/sylpheed-8.html
8180         * doc/manual/fr/sylpheed-9.html
8181         * doc/manual/fr/sylpheed.html
8182         * doc/manual/ja/.cvsignore
8183         * doc/manual/ja/Makefile.am
8184         * doc/manual/ja/sylpheed-1.html
8185         * doc/manual/ja/sylpheed-10.html
8186         * doc/manual/ja/sylpheed-11.html
8187         * doc/manual/ja/sylpheed-12.html
8188         * doc/manual/ja/sylpheed-13.html
8189         * doc/manual/ja/sylpheed-14.html
8190         * doc/manual/ja/sylpheed-15.html
8191         * doc/manual/ja/sylpheed-16.html
8192         * doc/manual/ja/sylpheed-17.html
8193         * doc/manual/ja/sylpheed-18.html
8194         * doc/manual/ja/sylpheed-19.html
8195         * doc/manual/ja/sylpheed-2.html
8196         * doc/manual/ja/sylpheed-20.html
8197         * doc/manual/ja/sylpheed-3.html
8198         * doc/manual/ja/sylpheed-4.html
8199         * doc/manual/ja/sylpheed-5.html
8200         * doc/manual/ja/sylpheed-6.html
8201         * doc/manual/ja/sylpheed-7.html
8202         * doc/manual/ja/sylpheed-8.html
8203         * doc/manual/ja/sylpheed-9.html
8204         * doc/manual/ja/sylpheed.html
8205         * doc/manual/ja/sylpheed.sgml
8206         * src/mainwindow.c
8207                 Remove outdated manual and faq. Noisy, eh?
8208
8209 2005-12-06 [colin]      1.9.100cvs70
8210
8211         * src/compose.c
8212         * src/quote_fmt_parse.y
8213         * src/undo.c
8214         * src/undo.h
8215                 Allow %X to position cursor at 0 
8216                 (no %X = before signature)
8217                 Fix paste as quotation putting the cursor at 0
8218                 Fix undo offsets when pasting
8219                 Insert the quote_fmt at once instead of line 
8220                 by line
8221                 Fix [Edited] when starting to reply/forward
8222
8223 2005-12-06 [paul]       1.9.100cvs69
8224
8225         * src/plugins/clamav/clamav_plugin_gtk.c
8226                 add another tooltip
8227         * src/plugins/spamassassin/spamassassin_gtk.c
8228                 rework spamassassin_create_widget_func()
8229
8230 2005-12-05 [colin]      1.9.100cvs68
8231
8232         * po/POTFILES.in
8233                 Fix make release ;-)
8234
8235 2005-12-05 [colin]      1.9.100cvs67
8236
8237         * src/compose.c
8238         * src/compose.h
8239                 Fix cursor positioning (not obeying %X)
8240
8241 2005-12-05 [paul]       1.9.100cvs66
8242
8243         * src/plugins/dillo_viewer/dillo_prefs.c
8244                 fix compilation warning
8245
8246 2005-12-05 [paul]       1.9.100cvs65
8247
8248         * src/prefs_spelling.c
8249         * src/plugins/trayicon/trayicon.c
8250                 cleanups - remove unused stuff
8251
8252 2005-12-05 [paul]       1.9.100cvs64
8253
8254         * README
8255         * manual/plugins.xml
8256                 remove info about removed mathml_viewer plugin
8257
8258 2005-12-05 [paul]       1.9.100cvs63
8259
8260         * configure.ac
8261         * src/plugins/Makefile.am
8262         * src/plugins/mathml_viewer/.cvsignore
8263         * src/plugins/mathml_viewer/Makefile.am
8264         * src/plugins/mathml_viewer/mathml_viewer.c
8265                 remove unmaintained mathml_viewer plugin
8266
8267 2005-12-05 [paul]       1.9.100cvs62
8268
8269         * src/summaryview.c
8270                 obey prefs_common.always_show_msg when
8271                 moving a msg
8272                 Thanks to Colin
8273
8274 2005-12-05 [paul]       1.9.100cvs61
8275
8276         * src/compose.c
8277         * src/prefs_account.c
8278         * src/prefs_filtering.c
8279         * src/prefs_quote.c
8280         * src/prefs_spelling.c
8281         * src/prefs_toolbar.c
8282         * src/summaryview.c
8283         * src/gtk/gtkutils.c
8284         * src/gtk/quicksearch.c
8285         * src/plugins/dillo_viewer/dillo_prefs.c
8286                 dialog cleanups
8287
8288 2005-12-04 [paul]       1.9.100cvs60
8289
8290         * src/inc.c
8291         * src/prefs_account.c
8292         * src/prefs_account.h
8293                 allow a Local account to specify a
8294                 default inbox
8295                 (closes bug 843 'Inbox cannot be changed for local
8296                  mailboxes')
8297
8298 2005-12-04 [colin]      1.9.100cvs59
8299
8300         * src/plugins/trayicon/trayicon.c
8301                 Remove Get, rename Get All to Get Mail in order to
8302                 be consistent with the default main toolbar
8303
8304 2005-12-03 [colin]      1.9.100cvs58
8305
8306         * manual/gpl.xml
8307         * manual/sylpheed-claws-manual.xml
8308                 Add GPL appendix
8309
8310 2005-12-03 [paul]       1.9.100cvs57
8311
8312         * AUTHORS
8313         * po/sv.po
8314         * src/gtk/authors.h
8315                 new (partially complete) Swedish translation
8316                 by Anders Troback <sylpheed@troback.com>
8317
8318 2005-12-02 [paul]       1.9.100cvs56
8319
8320         * configure.ac
8321                 libetpan 0.41 required
8322
8323 2005-12-02 [paul]       1.9.100cvs55
8324
8325         * src/plugins/clamav/clamav_plugin.c
8326         * src/plugins/clamav/clamav_plugin.h
8327         * src/plugins/clamav/clamav_plugin_gtk.c
8328         * src/plugins/spamassassin/spamassassin.c
8329         * src/plugins/spamassassin/spamassassin.h
8330         * src/plugins/spamassassin/spamassassin_gtk.c
8331                 unregister prefs pages on unloading, thus
8332                 preventing a crash
8333                 (thanks to Colin for the hint)
8334
8335 2005-12-02 [wwp]        1.9.100cvs54
8336
8337         * src/quote_fmt.h
8338         * src/quote_fmt_parse.y
8339                 fix misuse of gboolean*, use gboolean instead
8340                 (thanks to Paul, Colin, for pointing out that scaring one)
8341
8342 2005-12-02 [paul]       1.9.100cvs53
8343
8344         * src/plugins/clamav/clamav_plugin.c
8345                 int no --> unsigned int no
8346         * src/plugins/clamav/clamav_plugin_gtk.c
8347                 rework config page
8348
8349 2005-12-02 [wwp]        1.9.100cvs52
8350
8351         * src/compose.c
8352         * src/prefs_template.c
8353         * src/quote_fmt.h
8354         * src/quote_fmt_parse.y
8355                 prevent from executing |f and |p templates commands when
8356                 adding or replacing templates in prefs (avoids annoying and
8357                 potentially dangerous behaviours)
8358
8359 2005-12-02 [paul]       1.9.100cvs51
8360
8361         * src/prefs_common.c
8362                 allow translation of some default values
8363                 Patch by Fabien Vantard
8364
8365 2005-12-02 [paul]       1.9.100cvs50
8366
8367         * src/codeconv.c
8368         * src/codeconv.h
8369         * src/prefs_common.c
8370         * src/prefs_common.h
8371         * src/prefs_message.c
8372         * src/textview.c
8373                 remove obsolete 'convert_mb_alnum' option
8374                 and related stuff
8375         * src/gtk/about.c
8376                 remove unused 'about_textview_visibility_notify'
8377
8378 2005-12-02 [paul]       1.9.100cvs49
8379
8380         * src/prefs_account.c
8381         * src/prefs_compose_writing.c
8382         * src/prefs_fonts.c
8383         * src/prefs_gtk.h
8384         * src/prefs_image_viewer.c
8385         * src/prefs_message.c
8386         * src/prefs_other.c
8387         * src/prefs_receive.c
8388         * src/prefs_send.c
8389         * src/prefs_spelling.c
8390         * src/prefs_summaries.c
8391         * src/prefs_wrapping.c
8392         * src/plugins/dillo_viewer/dillo_prefs.c
8393         * src/plugins/pgpcore/prefs_gpg.c
8394                 several cleanups to the prefs dialogs
8395                 (slightly modified) patch by Fabien Vantard
8396
8397 2005-12-02 [paul]       1.9.100cvs48
8398
8399         * src/main.c
8400                 --exit means exit
8401         * src/send_message.c
8402                 fix crash on send when connection fails
8403
8404         Thanks to Colin
8405
8406 2005-12-01 [colin]      1.9.100cvs47
8407
8408         * src/html.c
8409                 Translate &hellip; to "..."
8410
8411 2005-11-30 [colin]      1.9.100cvs46
8412
8413         * src/matcher.c
8414         * src/matcher.h
8415                 Optimize back yesterday's fix.
8416
8417 2005-11-30 [paul]       1.9.100cvs45
8418
8419         * manual/faq.xml
8420                 standardised
8421         * manual/intro.xml
8422                 written by Colin, edited by me
8423
8424 2005-11-29 [colin]      1.9.100cvs44
8425
8426         * src/matcher.c
8427                 Skip headers unconditionnaly in match_body if the
8428                 rule is not message or ~message
8429
8430 2005-11-29 [colin]      1.9.100cvs43
8431
8432         * src/matcher.c
8433                 Fix body_part and such, not skipping headers 
8434                 if the matchcriteria wasn't the first in the rule
8435
8436 2005-11-29 [colin]      1.9.100cvs42
8437
8438         * src/compose.c
8439                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8440                 option missing from message view window)
8441                 Fix double text D'n'D with gtk-2.8
8442         * src/matcher.c
8443                 Fix ~message, ~headers_part, ~body_part rules
8444         * src/messageview.c
8445                 Add Windows-1252 (Closes bug #863)
8446                 Fix accels
8447         * src/gtk/gtkaspell.c
8448                 Properly destroy accels in all menus
8449
8450 2005-11-29 [mones]      1.9.100cvs41
8451
8452         * po/es.po
8453                 Updated.
8454
8455 2005-11-27 [colin]      1.9.100cvs40
8456
8457         * src/mh_gtk.c
8458                 "/Remove mailbox" -> "/Remove mailbox..."
8459
8460 2005-11-27 [paul]       1.9.100cvs39
8461
8462         * AUTHORS
8463         * po/de.po
8464         * src/gtk/authors.h
8465                 updated by new maintainer, Stephan Sachse
8466
8467 2005-11-27 [paul]       1.9.100cvs38
8468
8469         * manual/faq.xml
8470                 written by Colin, edited by me
8471
8472 2005-11-27 [paul]       1.9.100cvs37
8473
8474         * src/prefs_common.c
8475         * src/prefs_common.h
8476         * src/prefs_receive.c
8477         * src/prefs_summaries.c
8478                 move 'go to inbox after receiving new mail'
8479                 option from display/sumamaries to mail
8480                 handling/receive, and rework prefs_summaries
8481                 dialog a little
8482
8483 2005-11-25 [martin]     1.9.100cvs36
8484
8485         * po/de.po
8486             fixed windows-1252 translation;
8487             translated some new and fuzzy strings
8488
8489 2005-11-25 [paul]       1.9.100cvs35
8490
8491         * src/plugins/clamav/clamav_plugin.c
8492                 complete the update done in cvs34
8493
8494 2005-11-25 [paul]       1.9.100cvs34
8495
8496         * src/plugins/clamav/clamav_plugin.c
8497                 reflect upstream changes
8498
8499 2005-11-25 [paul]       1.9.100cvs33
8500
8501         * manual/ack.xml
8502         * manual/plugins.xml
8503         * manual/sylpheed-claws-manual.xml
8504                 written/updated by Colin, edited by me
8505         * tools/acroread2sylpheed.pl
8506                 update binary name
8507
8508 2005-11-24 [colin]      1.9.100cvs32
8509
8510         * src/compose.c
8511                 Fix bug #856 (reediting messages forgets Request
8512                 Return Receipt)
8513
8514 2005-11-24 [paul]       1.9.100cvs31
8515
8516         * manual/addrbook.xml
8517         * manual/starting.xml
8518                 written by Colin, proofread, edited, adapted by me
8519         * manual/advanced.xml
8520                 add some Actions examples
8521         * src/importldif.c
8522                 use a Save button instead of a Close button
8523         * src/wizard.c
8524                 indicate mandatory fields
8525                 fix page display
8526                 Thanks to Colin
8527
8528 2005-11-23 [colin]      1.9.100cvs30
8529
8530         * src/addressbook.c
8531                 Rename menu item, fix possible crash after
8532                 deletion of books
8533         * src/addrindex.c
8534                 Allow searching for '*' in ldap
8535         * src/browseldap.c
8536                 Fix "Browse Entry" (did anyone use it?)
8537         * src/wizard.c
8538                 Add guards for mandatory information
8539
8540 2005-11-23 [paul]       1.9.100cvs29
8541
8542         * manual/advanced.xml
8543                 corrections to the English
8544
8545 2005-11-23 [colin]      1.9.100cvs28
8546
8547         * src/mimeview.c
8548                 Fix possible crash at exit. After the call to
8549                 gtk_container_remove(), the Viewer's widget has no
8550                 more parent so gtk+ automatically frees it and its
8551                 sons. If destroy_viewer() then try to access it,
8552                 problems ensue.
8553
8554 2005-11-22 [colin]      1.9.100cvs27
8555
8556         * src/compose.c
8557         * src/gtk/gtkaspell.c
8558                 Fix right-clicking on a misspelled word
8559                 Fix More... in suggestions menu
8560
8561 2005-11-22 [wwp]        1.9.100cvs26
8562
8563         * src/prefs_template.c
8564                 templates works: re-sort templates list when adding or replacing,
8565                 prevent from adding or replacing when the template name is empty
8566
8567 2005-11-21 [colin]      1.9.100cvs25
8568
8569         * src/addressbook.c
8570                 Fix some addressbook suckage (dnd, select all)
8571         * src/compose.c
8572         * src/gtk/gtkaspell.c
8573         * src/gtk/gtkaspell.h
8574                 Make the spellchecker menu work with the 
8575                 GtkTextView one instead of overriding it
8576
8577 2005-11-20 [paul]       1.9.100cvs24
8578
8579         * manual/handling.xml
8580                 proofread and corrected
8581
8582 2005-11-20 [paul]       1.9.100cvs23
8583
8584         * manual/Makefile
8585                 generate html as one file
8586         * manual/advanced.xml
8587                 fix output generation
8588                 reformat hidden options list
8589         * manual/manual.xml     ** REMOVED **
8590         * manual/sylpheed-claws-manual.xml      ** ADDED **
8591                 renamed
8592
8593 2005-11-18 [colin]      1.9.100cvs22
8594
8595         * src/prefs_account.c
8596                 Fix layout in news and mbox accounts
8597         * manual/account.xml
8598         * manual/advanced.xml
8599                 New contents for Paul to check :)
8600
8601 2005-11-18 [wwp]        1.9.100cvs21
8602
8603         * src/gtk/quicksearch.c
8604                 don't update extended quicksearch buttons twice
8605
8606 2005-11-18 [paul]       1.9.100cvs20
8607
8608         * src/textview.c
8609                 complete 1.9.100cvs19
8610
8611 2005-11-18 [paul]       1.9.100cvs19
8612
8613         * src/compose.c
8614                 cosmetic improvements
8615         * src/textview.c
8616                 also list text/* attachments
8617
8618 2005-11-18 [colin]      1.9.100cvs18
8619
8620         * src/summaryview.c
8621                 Use column 0 instead of -1 in 
8622                 gtk_ctree_node_moveto, in a naive
8623                 hope it'll fix the gtk-related crashes
8624
8625 2005-11-18 [colin]      1.9.100cvs17
8626
8627         * src/gtk/inputdialog.c
8628                 Fix icon staying the first one
8629
8630 2005-11-17 [wwp]        1.9.100cvs16
8631                 fix possible problem showing some quicksearch buttons, and a bad
8632                 call to g_return_if_fail in a function that returns a value (both
8633                 fixes by Fabien Vantard)
8634
8635 2005-11-15 [wwp]        1.9.100cvs15
8636
8637         * src/gtk/quicksearch.c
8638                 added a tooltip to that obscure ... quicksearch button
8639
8640 2005-11-15 [wwp]        1.9.100cvs14
8641
8642         * src/gtk/quicksearch.c
8643                 add a quicksearch helper to filtering expression users: the ... button
8644                 raises the condition expr window. condition expressions set up w/ this
8645                 window are used by the quicksearch if the user closes it pressing OK.
8646
8647 2005-11-14 [paul]       1.9.100cvs13
8648
8649         * src/plugins/clamav/clamav_plugin.c
8650         * src/plugins/spamassassin/spamassassin.c
8651                 change plugin type following recent merging
8652
8653 2005-11-14 [wwp]        1.9.100cvs12
8654
8655         * src/folder.c
8656                 prevent from crashing when copying/moving message(s) from and
8657                 to the same folder
8658
8659 2005-11-14 [paul]       1.9.100cvs11
8660
8661         * src/plugins/clamav/Makefile.am
8662         * src/plugins/clamav/clamav_plugin.c
8663         * src/plugins/clamav/clamav_plugin.h
8664         * src/plugins/clamav/clamav_plugin_gtk.c
8665                 also merge clamav and clamav_gtk plugins
8666
8667 2005-11-13 [colin]      1.9.100cvs10
8668
8669         * configure.ac
8670         * src/plugins/spamassassin/Makefile.am
8671         * src/plugins/spamassassin/spamassassin.c
8672         * src/plugins/spamassassin/spamassassin.h
8673         * src/plugins/spamassassin/spamassassin_gtk.c
8674                 Merge spamassassin and spamassassin_gtk plugins,
8675                 and build it by default.
8676
8677 2005-11-12 [colin]      1.9.100cvs9
8678
8679         * src/etpan/imap-thread.c
8680                 Fix gcc warning
8681
8682 2005-11-12 [colin]      1.9.100cvs8
8683
8684         * src/procmime.c
8685                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8686
8687 2005-11-10 [colin]      1.9.100cvs7
8688
8689         * src/main.c
8690                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8691                 minimised state)
8692
8693 2005-11-10 [wwp]        1.9.100cvs6
8694
8695         * src/gtk/description_window.c
8696                 fix a crash when closing description windows using the WM's [X] button
8697
8698 2005-11-09 [colin]      1.9.100cvs5
8699
8700         * src/common/ssl.c
8701                 Update libetpan call to follow upstream
8702                 (yes, this requires libetpan-0.40cvs3)
8703
8704 2005-11-08 [colin]      1.9.100cvs4
8705
8706         * src/compose.c
8707         * src/textview.c
8708         * src/common/utils.c
8709         * src/common/utils.h
8710                 Enhance the email parser
8711
8712 2005-11-08 [colin]      1.9.100cvs3
8713
8714         * src/procmime.c
8715                 Fix what looks like an off-by-one (fixes 
8716                 attachments from the Bat)
8717
8718 2005-11-08 [wwp]        1.9.100cvs2
8719
8720         * src/main.c
8721                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8722
8723 2005-11-08 [wwp]        1.9.100cvs1
8724
8725         * src/main.c
8726                 allow exiting Sylpheed-Claws from command-line
8727
8728 2005-11-08 [paul]       1.9.100
8729
8730         1.9.100 released
8731
8732 2005-11-07 [colin]      1.9.99cvs17
8733
8734         * src/addritem.c
8735         * src/ldif.c
8736                 Fix import of base-64 encoded items
8737
8738 2005-11-07 [colin]      1.9.99cvs16
8739
8740         * src/send_message.c
8741                 Fix bug #314 (Queue does not empty under certain 
8742                 circumstances)
8743
8744 2005-11-07 [paul]       1.9.99cvs15
8745
8746         * src/mutt.c
8747         * src/pine.c
8748                 fix buffer overflows
8749                 Thanks to Colin
8750
8751 2005-11-07 [paul]       1.9.99cvs14
8752
8753         * doc/man/Makefile.am
8754         * doc/man/sylpheed-claws.1      ** ADDED **
8755         * doc/man/sylpheed.1            ** DELETED **
8756                 rename and update the man file
8757
8758 2005-11-06 [colin]      1.9.99cvs13
8759
8760         * src/ldif.c
8761                 Fix ldif_get_line() that returned empty strings
8762                 (Didn't understand why). Also fix a possible
8763                 buffer overflow.
8764
8765 2005-11-06 [wwp]        1.9.99cvs12
8766
8767         * src/textview.c
8768         * src/gtk/about.c
8769         * src/gtk/gtkutils.c
8770         * src/gtk/gtkutils.h
8771                 fix a compilation warning,
8772                 make links sensitive in the about dialog
8773
8774 2005-11-04 [wwp]        1.9.99cvs11
8775
8776         * src/gtk/about.c
8777                 don't wrap or translate URIs, and a bit text format cleanup
8778
8779 2005-11-04 [wwp]        1.9.99cvs10
8780
8781         * src/gtk/about.c
8782                 better textview tagging implementation (no more use of marks for
8783                 postponed tagging)
8784
8785 2005-11-02 [colin]      1.9.99cvs9
8786
8787         * src/common/ssl.c
8788                 Forgot an ifdef
8789
8790 2005-11-02 [colin]      1.9.99cvs8
8791
8792         * configure.ac
8793                 Require libetpan-0.40 due to upstream fix
8794         * src/common/ssl.c
8795                 Tell libetpan not to call SSL_Library_Init,
8796                 as we do it ourselves.
8797
8798 2005-11-02 [colin]      1.9.99cvs7
8799
8800         * po/POTFILES.in
8801                 Add missing files (thanks to Fabien Vantard)
8802
8803 2005-11-02 [colin]      1.9.99cvs6
8804
8805         * src/summaryview.c
8806                 Fix totals when read messages are hidden or quicksearch
8807                 is on
8808         * src/ssl_manager.c
8809         * src/ssl_manager.h
8810         * src/common/ssl_certificate.c
8811         * src/common/ssl_certificate.h
8812         * src/gtk/sslcertwindow.c
8813         * src/gtk/sslcertwindow.h
8814                 Fix copyright on my stuff
8815
8816 2005-11-02 [wwp]        1.9.99cvs5
8817
8818         * src/prefs_themes.c
8819                 fix directory name checking (theme installation/removal),
8820                 made related error a bit more verbose
8821
8822 2005-11-02 [colin]      1.9.99cvs4
8823
8824         * src/summaryview.c
8825                 Fix typo (probably fixes bug #841 (Sort by the From 
8826                 field doesn't work)
8827
8828 2005-11-02 [paul]       1.9.99cvs3
8829
8830         * po/ko.po
8831         * po/nb.po
8832                 updated by SungHyun Nam, Geir Helland
8833         * src/wizard.c
8834                 fix typo in welcome message. spotted by
8835                 Andrea Spadaccini
8836
8837 2005-11-01 [colin]      1.9.99cvs2
8838
8839         * src/compose.c
8840                 Fix replying to ml wen confirming subscription
8841         * src/messageview.c
8842         * src/mimeview.c
8843         * src/mimeview.h
8844         * src/privacy.h
8845         * src/summaryview.c
8846                 Make key check non blocking
8847
8848 2005-10-31 [paul]       1.9.99cvs1
8849
8850         * tools/claws.i18n.status.pl
8851                 updated for ChangeLog
8852
8853 2005-10-31 [paul]       1.9.99
8854
8855         1.9.99 released
8856
8857 2005-10-31 [paul]       1.9.15cvs131
8858
8859         * .cvsignore
8860         * ChangeLog
8861         * ChangeLog.claws       ** REMOVED **
8862         * ChangeLog-gtk2.claws  ** REMOVED **
8863         * ChangeLog.gtk1        ** ADDED **
8864         * INSTALL
8865         * Makefile.am
8866         * NEWS
8867         * README
8868         * README.claws          ** REMOVED **
8869         * README.jp             ** REMOVED **
8870         * RELEASE_NOTES         ** ADDED **
8871         * RELEASE_NOTES.claws   ** REMOVED **
8872         * commitHelper
8873         * configure.ac
8874         * sylpheed.spec.in      ** REMOVED **
8875                 tidy up and update the default docs:
8876                 ChangeLog.claws is renamed ChangeLog.gtk1
8877                 ChangeLog-gtk2.claws is renamed ChangeLog
8878                 README.claws is renamed README
8879                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8880
8881 2005-10-31 [paul]       1.9.15cvs130
8882
8883         * po/it.po
8884                 fix errors
8885
8886 2005-10-31 [paul]       1.9.15cvs129
8887
8888         * po/ca.po
8889         * po/de.po
8890         * po/en_GB.po
8891         * po/fr.po
8892         * po/it.po
8893         * po/pt_BR.po
8894         * po/sk.po
8895         * po/sr.po
8896         * po/zh_CN.po
8897                 updated by Miquel Oliete, Stephan Sachse and
8898                 Thomas Gilgin, me, Fabien Vantard, Andrea
8899                 Spadaccini, Frederico Goncalves Guimaraes,
8900                 Andrej Kacian, Aleksandar Urosevic, and
8901                 Ralgh Young.
8902
8903 2005-10-31 [mones]      1.9.15cvs128
8904
8905         * manual/faq.xml
8906                 More questions.
8907         
8908         * po/es.po
8909                 Updated for release.
8910
8911 2005-10-30 [colin]      1.9.15cvs127
8912
8913         * src/compose.c
8914                 Place cursor before rewrapping (fixes cursor
8915                 pos if quotation gets rewrapped)
8916
8917 2005-10-29 [paul]       1.9.15cvs126
8918
8919         * src/crash.c
8920         * src/foldersel.c
8921         * src/main.c
8922         * src/messageview.c
8923         * src/toolbar.c
8924         * src/gtk/authors.h
8925                 corrections to text items
8926
8927 2005-10-28 [colin]      1.9.15cvs125
8928
8929         * src/messageview.c
8930                 Make "hit 'C' to check sig" work from extern 
8931                 messageviews
8932
8933 2005-10-27 [colin]      1.9.15cvs124
8934
8935         * src/summaryview.c
8936                 Add a hack to avoid segfaulting when hammering 
8937                 on gtk's events
8938
8939 2005-10-27 [wwp]        1.9.15cvs123
8940
8941         * src/prefs_themes.c
8942                 sort list of themes names in themes prefs
8943
8944 2005-10-27 [paul]       1.9.15cvs122
8945
8946         * src/folder.c
8947         * src/prefs_account.c
8948                 fix building on Solaris
8949                 Patch by Alex Moore
8950
8951 2005-10-27 [wwp]        1.9.15cvs121
8952
8953         * src/summaryview.c
8954         * src/gtk/gtksctree.c
8955                 speed up unselecting messages in summary view (thanks to Colin)
8956
8957 2005-10-27 [paul]       1.9.15cvs120
8958
8959         * src/mainwindow.c
8960                 fix a compilation warning
8961         * src/summaryview.c
8962                 fix updating of 'n items selected' count
8963                 when deselecting
8964
8965 2005-10-27 [martin]     1.9.15cvs119
8966
8967         * src/action.c
8968                 ignore actions with a leading '/' in the action menu name
8969                 fixes a crash on menu creation
8970         * src/prefs_actions.c
8971                 do not allow a leading '/' in the action menu name
8972
8973 2005-10-27 [paul]       1.9.15cvs118
8974
8975         * src/main.c
8976                 fix compilation warning
8977
8978 2005-10-27 [paul]       1.9.15cvs117
8979
8980         * src/procmime.c
8981                 add #if HAVE_LOCALE_H
8982
8983 2005-10-27 [paul]       1.9.15cvs116
8984
8985         * src/plugins/clamav/clamav_plugin.c
8986         * src/plugins/dillo_viewer/dillo_viewer.c
8987         * src/plugins/mathml_viewer/mathml_viewer.c
8988         * src/plugins/pgpcore/plugin.c
8989         * src/plugins/pgpinline/plugin.c
8990         * src/plugins/pgpmime/plugin.c
8991         * src/plugins/spamassassin/spamassassin.c
8992         * src/plugins/trayicon/trayicon.c
8993                 plugin_init() : make error messages more
8994                 informative
8995
8996 2005-10-26 [wwp]        1.9.15cvs115
8997
8998         * src/prefs_matcher.c
8999                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9000
9001 2005-10-26 [wwp]        1.9.15cvs114
9002
9003         * src/procmime.c
9004         * src/gtk/gtksctree.c
9005         * src/plugins/spamassassin/libspamc.c
9006         * src/plugins/spamassassin/spamassassin.c
9007                 fix some compilation warnings more
9008
9009 2005-10-26 [mones]      1.9.15cvs113
9010
9011         * po/es.po
9012                 Updated translation
9013
9014 2005-10-26 [paul]       1.9.15cvs112
9015
9016         * src/prefs_message.c
9017                 give all display_xface stuff the
9018                 #if HAVE_LIBCOMPFACE treatment, thus
9019                 preventing a crash
9020                 (Thanks to Wolfgang Enderlein)
9021
9022 2005-10-26 [colin]      1.9.15cvs111
9023
9024         * src/gedit-print.c
9025                 Fix date format
9026         * src/imap_gtk.c
9027         * src/news_gtk.c
9028                 Remove context menu items that should not be there
9029         * src/jpilot.c
9030                 Fix encoding
9031         * src/main.c
9032         * src/mainwindow.c
9033                 Don't show the mainwindow too soon
9034
9035 2005-10-26 [wwp]        1.9.15cvs110
9036
9037         * src/folder.c
9038         * src/manual.c
9039         * src/summaryview.c
9040                 fix uninitialized pointers in the folder updating hook
9041                 (thanks to Colin)
9042
9043 2005-10-25 [mones]      1.9.15cvs109
9044
9045         * manual/faq.xml
9046                 General information subsection completed. 
9047                 Removed archaic references.
9048                 
9049         * manual/Makefile
9050         * manual/dtd/manual.dsl
9051                 Added customization stylesheet for getting paragraphs
9052                 fully justified in PDF output (as suggested by Colin).
9053
9054 2005-10-25 [colin]      1.9.15cvs108
9055
9056         * src/compose.c
9057                 Fix a second leak
9058
9059 2005-10-25 [colin]      1.9.15cvs107
9060
9061         * src/addrbook.c
9062         * src/addrindex.c
9063                 Fix leak (xml_get_element() allocates memory)
9064         * src/compose.c
9065                 Fix leak + dead code (shame!)
9066         * src/procmime.c
9067                 Fix leak
9068
9069 2005-10-25 [colin]      1.9.15cvs106
9070
9071         * src/mimeview.c
9072                 Fix encoding issue in Save all and in 
9073                 overwrite-confirmation alertpanel
9074
9075 2005-10-25 [colin]      1.9.15cvs105
9076
9077         * src/common/socket.c
9078                 Fix a leak - Thanks to Christopher Aillon
9079                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9080
9081 2005-10-25 [paul]       1.9.15cvs104
9082
9083         * src/wizard.c
9084                 Always guess servers from the right-hand
9085                 email part and guess username from the
9086                 left-hand part. (Thanks to Colin)
9087                 add an X-Face to the welcome message
9088
9089 2005-10-25 [paul]       1.9.15cvs103
9090
9091         * manual/handling.xml
9092                 written by Colin, edited by me
9093
9094 2005-10-25 [wwp]        1.9.15cvs102
9095
9096         * src/folderview.c
9097         * src/grouplistdialog.c
9098         * src/imap.c
9099         * src/noticeview.c
9100                 fix some compilation warnings
9101
9102 2005-10-24 [paul]
9103
9104         1.9.99-rc3 released
9105
9106 2005-10-24 [paul]       1.9.15cvs101
9107
9108         * src/gtk/about.c
9109                 fix window sizing
9110
9111 2005-10-24 [paul]       1.9.15cvs100
9112
9113         * src/pixmaps/offline.xpm
9114         * src/pixmaps/online.xpm
9115                 replace with last default versions
9116
9117 2005-10-24 [colin]      1.9.15cvs99
9118
9119         * src/imap.c
9120                 Fix bug when moving a folder
9121         * src/imap_gtk.c
9122         * src/mh_gtk.c
9123                 "Delete folder" pops up a window, so it 
9124                 should be suffixed with "..."
9125         * src/plugins/pgpcore/sgpgme.c
9126                 Include locale.h
9127
9128 2005-10-24 [mones]      1.9.15cvs98
9129
9130         * manual/Makefile
9131         * manual/account.xml
9132         * manual/ack.xml
9133         * manual/addrbook.xml
9134         * manual/advanced.xml
9135         * manual/faq.xml
9136         * manual/glossary.xml
9137         * manual/gpl.xml
9138         * manual/handling.xml
9139         * manual/intro.xml
9140         * manual/keyboard.xml
9141         * manual/manual.xml
9142         * manual/plugins.xml
9143         * manual/starting.xml
9144         * manual/dtd/sdocbook.dtd
9145                 Initial manual structure and some content.
9146
9147 2005-10-23 [wwp]        1.9.15cvs97
9148
9149         * src/gtk/about.c
9150                 fix a typo
9151
9152 2005-10-23 [wwp]        1.9.15cvs96
9153
9154         * src/gtk/about.c
9155         * src/gtk/authors.h
9156                 rework of the about window (main work by Paul), also featuring a few
9157                 fixes for typos and duplicate names
9158
9159 2005-10-23 [wwp]        1.9.15cvs95
9160
9161         * src/.cvsignore
9162                 Ignore the right binary name (sylpheed-claws now)
9163
9164 2005-10-23 [paul]       1.9.15cvs94
9165
9166         * src/compose.c
9167                 when using Folder Pref 'Default To for
9168                 replies' make the entry in the Compose
9169                 window bold
9170                 Patch by Fabien Vantard
9171
9172 2005-10-22 [colin]      1.9.15cvs93
9173
9174         * src/codeconv.c
9175                 Fix leak
9176
9177 2005-10-22 [colin]      1.9.15cvs92
9178
9179         * src/codeconv.c
9180                 try to convert using locale (apart utf8) if necessary
9181
9182 2005-10-22 [colin]      1.9.15cvs91
9183
9184         * src/pixmaps/new.xpm
9185         * src/pixmaps/unread.xpm
9186                 Make the unread envelope blue again and
9187                 saturate the new one a bit more.
9188
9189 2005-10-22 [colin]      1.9.15cvs90
9190
9191         * src/compose.c
9192                 When replying to a mail sent by one of our accounts,
9193                 use the original list of recipients. Let 'Reply All'
9194                 and 'Reply to sender' work like previously.
9195
9196 2005-10-21 [colin]      1.9.15cvs89
9197
9198         * src/prefs_filtering.c
9199                 Clear fields after add and replace
9200         * src/textview.c
9201                 Display xface differently (better)
9202         * src/plugins/pgpinline/pgpinline.c
9203                 Fix crappy encodings/recodings
9204
9205 2005-10-21 [paul]       1.9.15cvs88
9206
9207         * src/compose.c
9208         * src/prefs_folder_item.c
9209         * src/toolbar.c
9210                 fix news folder Folder Properties
9211                 (thanks to Colin)
9212         * src/folderview.c
9213                 update folderview after Themes change
9214                 keep selected folder selected
9215                 (thanks to Colin)
9216
9217 2005-10-21 [paul]       1.9.15cvs87
9218
9219         * tools/Makefile.am
9220         * tools/OOo2sylpheed.pl
9221         * tools/README
9222         * tools/README.sylprint
9223         * tools/asus_mailled.sh         ** REMOVED **
9224         * tools/filter_conv.pl
9225         * tools/freshmeat_search.pl
9226         * tools/google_search.pl
9227         * tools/gpg-sign-syl            ** REMOVED **
9228         * tools/kmail2sylpheed.pl
9229         * tools/kmail2sylpheed_v2.pl
9230         * tools/multiwebsearch.pl
9231         * tools/nautilus2sylpheed.sh
9232         * tools/newscache_clean.pl
9233         * tools/outlook2sylpheed.pl
9234         * tools/sylpheed-switcher       ** REMOVED **
9235         * tools/sylprint.pl
9236         * tools/sylprint.rc
9237         * tools/tb2sylpheed
9238         * tools/vcard2xml.py
9239         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9240                 update default config dir
9241                 update binary name (thanks to Fabien Vantard)
9242                 remove obsolete scripts
9243
9244 2005-10-21 [colin]      1.9.15cvs86
9245
9246         * src/inc.c
9247                 Fix possible leak and units. Based on a patch by
9248                 Fabien Vantard.
9249
9250 2005-10-20 [colin]      1.9.15cvs85
9251
9252         * src/textview.c
9253                 Clear xface when clearing textview
9254
9255 2005-10-20 [colin]      1.9.15cvs84
9256
9257         * configure.ac
9258         * src/folderview.c
9259         * src/headerview.c
9260         * src/main.c
9261         * src/prefs_common.c
9262         * src/prefs_common.h
9263         * src/prefs_message.c
9264         * src/textview.c
9265         * src/textview.h
9266         * src/common/defs.h
9267         * src/common/utils.c
9268         * src/common/utils.h
9269         * src/gtk/gtkutils.c
9270         * src/gtk/gtkutils.h
9271                 Migrate config to .sylpheed-claws (Automatically)
9272                 Add a way to get the Xface in the TextView
9273
9274 2005-10-20 [colin]      1.9.15cvs83
9275
9276         * src/gtk/Makefile.am
9277         * src/gtk/about.c
9278         * src/gtk/authors.h
9279                 Make the about dialog *grooovy*
9280
9281 2005-10-20 [colin]      1.9.15cvs82
9282
9283         * src/mimeview.c
9284                 Use "Open with" on double click if no command
9285                 was found
9286
9287 2005-10-20 [colin]      1.9.15cvs81
9288
9289         * src/imap.c
9290         * src/etpan/imap-thread.c
9291                 Fix possible crash.
9292
9293 2005-10-20 [paul]       1.9.15cvs80
9294
9295         * src/folder.c
9296                 don't show clipkey icon if the only
9297                 attachment is the signature
9298                 Patch by Colin
9299
9300 2005-10-20 [paul]       1.9.15cvs79
9301
9302         * AUTHORS
9303         * src/plugins/pgpmime/pgpmime.c
9304                 name the PGP/MIME signature 'signature.asc'
9305                 Patch by Andrew Nelson <freeandy@gmail.com>
9306
9307 2005-10-19 [colin]      1.9.15cvs78
9308
9309         * src/plugins/pgpmime/pgpmime.c
9310                 Oops, no need to double-check though
9311
9312 2005-10-19 [colin]      1.9.15cvs77
9313
9314         * src/plugins/pgpinline/pgpinline.c
9315         * src/plugins/pgpmime/pgpmime.c
9316                 Check that my_tmpfile() doesn't 
9317                 return NULL
9318
9319 2005-10-19 [colin]      1.9.15cvs76
9320
9321         * src/common/utils.c
9322                 Use shorter mime boundaries to avoid having
9323                 MTAs rewrapping our headers, breaking the
9324                 PGP signature in the process 
9325         * src/compose.c
9326         * src/plugins/pgpmime/pgpmime.c
9327                 Check for boundary uniqueness to be sure
9328                 it won't happen, instead of hoping for the
9329                 best
9330
9331 2005-10-19 [colin]      1.9.15cvs75
9332
9333         * sylpheed-claws.desktop
9334         * src/Makefile.am
9335         * src/main.c
9336                 Ship a sylpheed-claws binary instead
9337                 of a sylpheed one. Change the socket
9338                 name, too
9339         * src/folderview.c
9340                 Update folder only if it changed
9341         * src/wizard.c
9342                 Fix i18n in welcome mail, patch by
9343                 Fabien Vantard
9344
9345 2005-10-19 [paul]
9346
9347         1.9.99-rc2 released
9348
9349 2005-10-19 [paul]       1.9.15cvs74
9350
9351         * src/folder.c
9352         * src/folderview.c
9353                 fix summaryview update
9354                 Patch by Colin
9355
9356 2005-10-18 [colin]      1.9.15cvs73
9357
9358         * src/plugins/pgpcore/passphrase.c
9359                 Don't XGrabServer, and try a bit more to 
9360                 sync everything before grabbing mouse/keyboard
9361
9362 2005-10-18 [colin]      1.9.15cvs72
9363
9364         * src/Makefile.am
9365         * src/addressadd.c
9366         * src/addressbook.c
9367         * src/folderview.c
9368         * src/grouplistdialog.c
9369         * src/mimeview.c
9370         * src/stock_pixmap.c
9371         * src/stock_pixmap.h
9372         * src/summaryview.c
9373         * src/gtk/gtksctree.c
9374         * src/gtk/gtksctree.h
9375         * src/pixmaps/empty.xpm
9376                 Implement a wrapper call for gtk_ctree_set_node_info
9377                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9378                 pixmap instead of a NULL one. This works around some
9379                 memory problems deep inside gtk, revealed by valgrind,
9380                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9381                 as locked crashes sylpheed.), as well as, probably, 
9382                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9383
9384 2005-10-17 [colin]      1.9.15cvs71
9385
9386         * src/mimeview.c
9387                 Provide visual feedback when checking
9388                 signature
9389
9390 2005-10-17 [colin]      1.9.15cvs70
9391
9392         * src/main.c
9393                 Keep the folder list frozen while checking caches...
9394
9395 2005-10-17 [colin]      1.9.15cvs69
9396
9397         * src/addr_compl.c
9398                 Fi bug #833 (Autocompleting from addressbook 
9399                 fails with extended chars)
9400         * src/imap.c
9401                 Fix 'adding messages' staying in statusbar
9402                 after an error
9403
9404 2005-10-17 [wwp]        1.9.15cvs68
9405
9406         * src/ssl_manager.c
9407                 Fix buttons' layout resizing when window size changes
9408
9409 2005-10-17 [wwp]        1.9.15cvs67
9410
9411         * src/account.c
9412         * src/prefs_account.c
9413         * src/prefs_common.c
9414         * src/prefs_common.h
9415         * src/prefs_folder_item.c
9416         * src/prefs_gtk.c
9417         * src/gtk/logwindow.c
9418         * src/gtk/pluginwindow.c
9419         * src/gtk/prefswindow.c
9420         * src/gtk/prefswindow.h
9421                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9422
9423 2005-10-17 [paul]       1.9.15cvs66
9424
9425         * configure.ac
9426                 fix missing libetpan message
9427         * po/en_GB.po
9428                 updated
9429         * src/crash.c
9430         * src/manual.c
9431         * src/prefs_themes.c
9432         * src/common/defs.h
9433                 add some new URI defines, change some
9434                 others
9435         * src/wizard.c
9436                 make welcome message translatable
9437                 small improvements to english
9438                 other tweaks
9439         * src/gtk/menu.c
9440                 fix warnings
9441
9442 2005-10-17 [paul]       1.9.15cvs65
9443
9444         * src/summaryview.c
9445                 fix column titles
9446
9447 2005-10-16 [mones]      1.9.15cvs64
9448
9449         * po/es.po
9450                 Updated translation
9451
9452 2005-10-16 [colin]
9453
9454         1.9.99-rc1 released
9455
9456 2005-10-16 [colin]      1.9.15cvs63
9457
9458         * src/wizard.c
9459                 Fix whitespace
9460
9461 2005-10-16 [colin]      1.9.15cvs62
9462
9463         * src/toolbar.c
9464                 s/Get All/Get Mail/
9465         * src/wizard.c
9466                 Real welcome mail text, thanks Paul
9467
9468 2005-10-16 [colin]      1.9.15cvs61
9469
9470         * src/editldap.c
9471         * src/exporthtml.c
9472         * src/main.c
9473         * src/mainwindow.c
9474         * src/prefs_themes.c
9475         * src/prefs_toolbar.c
9476         * src/plugins/demo/demo.c
9477         * src/plugins/trayicon/trayicon.c
9478                 s/Sylpheed/Sylpheed-Claws/
9479
9480 2005-10-16 [colin]      1.9.15cvs60
9481
9482         * src/wizard.c
9483                 Add a welcome email in the first empty mailbox
9484         * src/prefs_common.c
9485                 Change one more default
9486
9487 2005-10-16 [colin]      1.9.15cvs59
9488
9489         * src/wizard.c
9490                 Remove printf
9491
9492 2005-10-16 [colin]      1.9.15cvs58
9493
9494         * src/toolbar.c
9495         * src/prefs_common.c
9496                 Change some defaults
9497
9498 2005-10-16 [colin]      1.9.15cvs57
9499
9500         * src/toolbar.c
9501         * src/prefs_common.c
9502                 Change some defaults
9503
9504 2005-10-16 [colin]      1.9.15cvs56
9505
9506         * src/wizard.c
9507                 By default, initialize fonts to have
9508                 the same size as normal GtkWidgets
9509
9510 2005-10-16 [colin]      1.9.15cvs55
9511
9512         * src/mimeview.c
9513                 Fix message a bit more
9514
9515 2005-10-16 [colin]      1.9.15cvs54
9516
9517         * src/addressbook.c
9518                 Second attempt at flicker fixing
9519
9520 2005-10-16 [colin]      1.9.15cvs53
9521
9522         * src/addressbook.c
9523                 Fix flicker
9524
9525 2005-10-16 [wwp]        1.9.15cvs52
9526
9527         * src/addressbook.c
9528         * src/editaddress.c
9529         * src/prefs_common.c
9530         * src/prefs_common.h
9531                 Remember window sizes (address book)
9532
9533 2005-10-16 [wwp]        1.9.15cvs51
9534
9535         * src/plugins/clamav/clamav_plugin_gtk.c
9536         * src/plugins/spamassassin/spamassassin_gtk.c
9537                 Fix compilation warnings (missing #include).
9538
9539 2005-10-16 [colin]      1.9.15cvs50
9540
9541         * src/mimeview.c
9542         * src/summaryview.c
9543         * src/textview.c
9544                 Make 'c' check signature, and forward
9545                 c, l, y, t from summaryview to mimeview
9546
9547 2005-10-16 [colin]      1.9.15cvs49
9548
9549         * src/addressbook.c
9550                 Put border around buttons
9551         * src/mainwindow.c
9552         * src/summaryview.c
9553                 Rework menus (Patch based on a patch
9554                 by Paul)
9555
9556 2005-10-15 [wwp]        1.9.15cvs48
9557
9558         * src/editjpilot.c
9559         * src/editldap.c
9560         * src/editvcard.c
9561         * src/exphtmldlg.c
9562         * src/expldifdlg.c
9563         * src/export.c
9564         * src/import.c
9565         * src/importldif.c
9566         * src/importmutt.c
9567         * src/importpine.c
9568         * src/prefs_account.c
9569         * src/prefs_spelling.c
9570         * src/gtk/gtkutils.c
9571         * src/gtk/gtkutils.h
9572         * src/plugins/clamav/clamav_plugin_gtk.c
9573         * src/plugins/spamassassin/spamassassin_gtk.c
9574                 use nicer browse-for-file/dir buttons than the "..." ones,
9575                 code factorizing more.
9576
9577 2005-10-14 [colin]      1.9.15cvs47
9578
9579         * src/mainwindow.c
9580                 set relief on the account switcher so that people see it
9581                 grey out Create processing rules when no message is selected
9582         * src/prefs_filtering.c
9583                 ask before closing if the rule has not been modified, even if
9584                 it's not valid
9585         * src/prefs_matcher.c
9586                 fix sensitivity when entering the dialog
9587         * src/gtk/inputdialog.c
9588                 display a better icon on password ask
9589         * src/plugins/pgpcore/passphrase.c
9590                 make the dialog look better
9591
9592 2005-10-14 [paul]       1.9.15cvs46
9593
9594         * src/folderview.c
9595                 indicate presense of marked msgs in
9596                 unexpanded subfolders
9597
9598 2005-10-14 [paul]       1.9.15cvs45
9599
9600         * src/prefs_actions.c
9601         * src/prefs_common.c
9602         * src/prefs_common.h
9603         * src/prefs_filtering_action.c
9604         * src/prefs_matcher.c
9605         * src/prefs_template.c
9606                 remember window sizes
9607                 fix Info button size
9608
9609         Patches by wwp
9610
9611 2005-10-13 [colin]      1.9.15cvs44
9612
9613         * src/mimeview.c
9614         * src/noticeview.c
9615         * src/noticeview.h
9616                 Add a tooltip on the icon (optional) 
9617                 Get rid of the signature buttons and only
9618                 use the icon+tooltip
9619
9620 2005-10-13 [colin]      1.9.15cvs43
9621
9622         * src/noticeview.c
9623         * src/noticeview.h
9624                 Add hand cursor for hovering over icon
9625
9626 2005-10-13 [colin]      1.9.15cvs42
9627
9628         * src/summaryview.c
9629                 Fix crash when quicksearch's hidden 
9630                 at startup
9631
9632 2005-10-13 [colin]      1.9.15cvs41
9633
9634         * src/compose.c
9635                 Set subject when forwarding multiple mails
9636                 Check that other recipient than the default Cc or Bcc
9637                 have been set before sending.
9638
9639 2005-10-13 [colin]      1.9.15cvs40
9640
9641         * src/imap.c
9642                 Batch per-folder
9643                 Introduce locking, but don't use it yet
9644
9645 2005-10-13 [colin]      1.9.15cvs39
9646
9647         * src/gtk/quicksearch.c
9648                 Reset quicksearch when hiding it
9649                 Make sticky a real pref
9650
9651 2005-10-13 [colin]      1.9.15cvs38
9652
9653         * src/summaryview.c
9654                 Faster prefs apply
9655
9656 2005-10-13 [colin]      1.9.15cvs37
9657
9658         * src/mimeview.c
9659         * src/noticeview.c
9660         * src/noticeview.h
9661         * src/plugins/pgpcore/sgpgme.c
9662                 Make privacy icon clickable
9663                 Move Trust field in Full info
9664                 When trust is less than full, don't display
9665                 a warning icon
9666
9667 2005-10-13 [colin]      1.9.15cvs36
9668
9669         * src/folder.c
9670                 Batch on flags sync
9671         * src/folderview.c
9672                 Revert speed hack which is dangerous in fact
9673                 Apply prefs faster
9674
9675 2005-10-13 [colin]      1.9.15cvs35
9676
9677         * src/folder_item_prefs.c
9678                 Fix pref corruption on folder move. Patch
9679                 by wwp
9680
9681 2005-10-13 [paul]       1.9.15cvs34
9682
9683         * src/export.c
9684         * src/import.c
9685                 fix typos in g_warnings
9686         * src/prefs_account.c
9687                 add a file selector for Signature file
9688
9689         Patches by wwp
9690
9691 2005-10-12 [colin]      1.9.15cvs33
9692
9693         * src/mimeview.c
9694                 Provide a quick way to go back from a
9695                 signature's full info to the email part
9696
9697 2005-10-12 [colin]      1.9.15cvs32
9698
9699         * src/compose.c
9700                 Remove old hack of encoding signed mails with base64.
9701                 QP works equally well.
9702
9703 2005-10-12 [colin]      1.9.15cvs31
9704
9705         * src/crash.c
9706                 Replace deprecated GtkText with GtkTextView
9707         * src/imap.c
9708                 Fix a logic bug about counts in imap_select
9709                 (previously un-triggered)
9710         * src/mainwindow.c
9711         * src/summaryview.c
9712         * src/news.c
9713                 Allow local deletion of news posts
9714         * src/mimeview.c
9715                 Show GPG noticeview on the message/rfc822 part
9716                 in addition to the text/plain one
9717         * src/prefs_image_viewer.c
9718           src/plugins/pgpcore/prefs_gpg.c
9719                 Polish (set the label as part of the checkbox)
9720         * src/wizard.c
9721                 Don't sit there doing nothing after destroying
9722                 the window - return err
9723
9724 2005-10-11 [colin]      1.9.15cvs30
9725
9726         * src/folderview.c
9727                 Apply processing rules before showing folders.
9728                 Early folder show (before flags sync) will only
9729                 be done when there are no processing rules (nor
9730                 pre- or post- ones)
9731         * src/imap.c
9732                 Fix stuff related to mail subdir, creation and 
9733                 deletion of folders 
9734         * src/imap_gtk.c
9735                 Don't allow creation of folders in NoInferior
9736                 folders, as it won't work
9737
9738 2005-10-10 [colin]      1.9.15cvs29
9739
9740         * src/compose.c
9741                 Reselect "None" Privacy system when selecting an
9742                 account with no privacy system defined
9743
9744 2005-10-10 [colin]      1.9.15cvs28
9745
9746         * src/mainwindow.c
9747                 Add Windows-1252 encoding
9748         * src/prefs_common.c
9749                 Rework some defaults:
9750                 - autosave to draft by default
9751                 - don't show header pane (it's already in the textview)
9752                 - Select first new or unread mail on entry
9753                 - Assume 'Yes' to change folder when there's no more
9754                   unread message
9755         * src/prefs_matcher.c
9756                 Fix a gtk assertion failure
9757         * src/gtk/colorlabel.c
9758                 Workaround bad repainting on selection
9759         * src/main.c
9760                 Freeze/thaw (a bit faster on ssh -X)
9761         * src/msgcache.c
9762                 Get rid of StrdupConverter that just adds an
9763                 extra strdup/free 
9764         * src/etpan/imap_thread.c
9765                 memset buf to 0
9766
9767 2005-10-10 [colin]      1.9.15cvs27
9768
9769         * src/export.c
9770         * src/import.c
9771                 Fix compile on gtk 2.4. Patch by wwp
9772
9773 2005-10-09 [colin]      1.9.15cvs26
9774
9775         * src/mainwindow.c
9776         * src/messageview.c
9777         * src/summaryview.c
9778                 Clarify forward menus. Patch by wwp
9779
9780 2005-10-09 [colin]      1.9.15cvs25
9781
9782         * src/compose.c
9783         * src/compose.h
9784                 Fix bug #829 (Non-working "Encrypt message by 
9785                 default when replying to an encrypted message")
9786
9787 2005-10-08 [colin]      1.9.15cvs24
9788
9789         * src/wizard.c
9790                 Fix bug #827 ("Welcome" setup wizard after a 
9791                 permission error gives up & forgets itself.)
9792
9793 2005-10-08 [colin]      1.9.15cvs23
9794
9795         * src/procmime.c
9796                 Fix bug #828 (Ignoring headers with spaces around = sign)
9797
9798 2005-10-08 [colin]      1.9.15cvs22
9799
9800         * src/export.c
9801                 Warning fix by wwp
9802
9803 2005-10-08 [colin]      1.9.15cvs21
9804
9805         * src/folder.c
9806         * src/folder.h
9807                 Add a processing_pending indicator, set on 
9808                 folder_item_open and cleared after 
9809                 folder_item_process_open
9810         * src/folderview.c
9811         * src/summaryview.c
9812                 wrap procmsg_msginfo_*_flags, and in the
9813                 wrapper check that there's no folder processing 
9814                 pending. If there is, defer the flags change until 
9815                 processing is done to avoid stepping over each
9816                 other's toes.
9817                 Freeze during processing, but not during scanning.
9818
9819 2005-10-07 [colin]      1.9.15cvs20
9820
9821         * src/plugins/pgpcore/passphrase.c
9822                 Fix bug #826 (X-Server hangs when 
9823                 right-clicking a PGP encrypted message)
9824
9825 2005-10-07 [paul]       1.9.15cvs19
9826
9827         * src/compose.c
9828                 fix compose_entries[]
9829                 patch by Fabien Vantard
9830
9831 2005-10-06 [colin]      1.9.15cvs18
9832
9833         * src/pixmaps/address.xpm
9834         * src/pixmaps/address_book.xpm
9835         * src/pixmaps/book.xpm
9836         * src/pixmaps/check_spelling.xpm
9837         * src/pixmaps/checkbox_off.xpm
9838         * src/pixmaps/checkbox_on.xpm
9839         * src/pixmaps/close.xpm
9840         * src/pixmaps/complete.xpm
9841         * src/pixmaps/continue.xpm
9842         * src/pixmaps/deleted.xpm
9843         * src/pixmaps/down_arrow.xpm
9844         * src/pixmaps/exec.xpm
9845         * src/pixmaps/forwarded.xpm
9846         * src/pixmaps/group.xpm
9847         * src/pixmaps/ignorethread.xpm
9848         * src/pixmaps/interface.xpm
9849         * src/pixmaps/jpilot.xpm
9850         * src/pixmaps/ldap.xpm
9851         * src/pixmaps/linewrap.xpm
9852         * src/pixmaps/linewrapcurrent.xpm
9853         * src/pixmaps/mail.xpm
9854         * src/pixmaps/mail_attach.xpm
9855         * src/pixmaps/mail_compose.xpm
9856         * src/pixmaps/mail_forward.xpm
9857         * src/pixmaps/mail_receive.xpm
9858         * src/pixmaps/mail_receive_all.xpm
9859         * src/pixmaps/mail_reply.xpm
9860         * src/pixmaps/mail_reply_to_all.xpm
9861         * src/pixmaps/mail_reply_to_author.xpm
9862         * src/pixmaps/mail_send.xpm
9863         * src/pixmaps/mail_send_queue.xpm
9864         * src/pixmaps/mime_application.xpm
9865         * src/pixmaps/mime_audio.xpm
9866         * src/pixmaps/mime_image.xpm
9867         * src/pixmaps/mime_message.xpm
9868         * src/pixmaps/mime_text_enriched.xpm
9869         * src/pixmaps/mime_text_html.xpm
9870         * src/pixmaps/mime_text_plain.xpm
9871         * src/pixmaps/mime_unknown.xpm
9872         * src/pixmaps/new.xpm
9873         * src/pixmaps/news_compose.xpm
9874         * src/pixmaps/offline.xpm
9875         * src/pixmaps/online.xpm
9876         * src/pixmaps/paste.xpm
9877         * src/pixmaps/preferences.xpm
9878         * src/pixmaps/privacy_emblem_encrypted.xpm
9879         * src/pixmaps/privacy_expired.xpm
9880         * src/pixmaps/privacy_failed.xpm
9881         * src/pixmaps/privacy_passed.xpm
9882         * src/pixmaps/privacy_signed.xpm
9883         * src/pixmaps/privacy_unknown.xpm
9884         * src/pixmaps/privacy_warn.xpm
9885         * src/pixmaps/properties.xpm
9886         * src/pixmaps/replied.xpm
9887         * src/pixmaps/search.xpm
9888         * src/pixmaps/unread.xpm
9889         * src/pixmaps/up_arrow.xpm
9890         * src/pixmaps/vcard.xpm
9891                 Modernize internal theme, with icons from the 
9892                 Gnomaws theme. Keep some of the old ones where
9893                 they were better.
9894
9895 2005-10-06 [colin]      1.9.15cvs17
9896
9897         * src/summaryview.c
9898                 Little optimisations + bugfix
9899         * src/toolbar.c
9900                 Remove default useless items - useless being defined
9901                 by the default relevant prefs
9902         * src/wizard.c
9903                 include config.h to make gettext work
9904         * src/prefs_themes.c
9905                 Fix selection of current theme in prefs
9906
9907 2005-10-06 [colin]      1.9.15cvs16
9908
9909         * src/prefs_common.c
9910         * src/prefs_common.h
9911         * src/prefs_summaries.c
9912         * src/folderview.c
9913                 Add a warning dialog on Mark all read 
9914                 (with pref to get rid of it)
9915
9916 2005-10-06 [paul]       1.9.15cvs15
9917
9918         * po/nb.po
9919         * po/pt_BR.po
9920                 updated by Geir Helland and Frederico
9921                 Goncalves Guimaraes
9922
9923 2005-10-05 [colin]      1.9.15cvs14
9924
9925         * src/folder.c
9926         * src/folder.h
9927         * src/folderview.c
9928         * src/folderview.h
9929         * src/imap_gtk.c
9930         * src/mh_gtk.c
9931         * src/mainwindow.c
9932         * src/setup.c
9933                 add a way to rescan without rebuilding
9934                 make moving a bit faster (less folders changes)
9935                 don't lock the tree on Get 
9936         * src/imap.c
9937                 Don't re-delete deleted messages before expunging
9938         * src/summaryview.c
9939                 Set batch mode when deleting mails
9940
9941 2005-10-05 [paul]       1.9.15cvs13
9942
9943         * src/mainwindow.c
9944         * src/mainwindow.h
9945                 fix disabled Execute menu item
9946         * src/toolbar.c
9947                 match the change in 1.9.15cvs10: use Compose
9948                 instead of News by default
9949
9950 2005-10-04 [colin]      1.9.15cvs12
9951
9952         * src/compose.c
9953                 When replying to an ML post with Reply-To set
9954                 to the poster's email, honor it (as before),
9955                 but also honor our user's request to reply to
9956                 the mailing list: set the ML address in the To
9957                 field and the Reply-To address in the Cc: 
9958                 field.
9959
9960 2005-10-04 [colin]      1.9.15cvs11
9961
9962         * src/plugins/trayicon/trayicon.c
9963                 Finish cosmetic change - thanks to wwp
9964
9965 2005-10-04 [colin]      1.9.15cvs10
9966
9967         * src/toolbar.c
9968                 Use Compose instead of Email by default.
9969                 Spotted by wwp.
9970
9971 2005-10-04 [colin]      1.9.15cvs9
9972
9973         * src/folder.c
9974         * src/folder.h
9975         * src/folderview.c
9976         * src/imap.c
9977         * src/etpan/imap-thread.c
9978         * src/etpan/imap-thread.h
9979                 Try to make IMAP faster, by simplifying SEARCH
9980                 commands, avoiding sending two STATUS in a row,
9981                 and deferring flags sync and processing just
9982                 after displaying the folder. 
9983                 This will update the SummaryView in certain
9984                 cases (new mails not already fetched, flags
9985                 changed from another client) but in a non-
9986                 blocking manner.
9987
9988 2005-10-04 [colin]      1.9.15cvs8
9989
9990         * src/plugins/trayicon/trayicon.c
9991                 Relabel "Offline" to "Work offline"
9992
9993 2005-10-04 [colin]      1.9.15cvs7
9994
9995         * src/export.c
9996         * src/import.c
9997         * src/mbox.c
9998                 Fix mbox import/export buglets
9999                 Patch by wwp
10000         * src/plugins/trayicon/trayicon.c
10001                 Add offline swithc
10002                 Patch by wwp
10003
10004 2005-10-04 [colin]      1.9.15cvs6
10005
10006         * src/folder.c
10007         * src/folderview.c
10008         * src/summaryview.c
10009                 Better fix (don't break mark all read) for cvs2
10010
10011 2005-10-03 [colin]      1.9.15cvs5
10012
10013         * src/folder.c
10014                 Use a sane sort by default
10015
10016 2005-10-03 [colin]      1.9.15cvs4
10017
10018         * src/inc.c
10019                 Add a 'Only once' button for overriding offline mode
10020         * src/prefs_account.c
10021         * src/wizard.c
10022                 Add Local mbox to the wizard
10023                 Add IMAP subdir to the wizard (or the wizard is useless
10024                 for such accounts, or even worse than useless)
10025                 Move IMAP subdir from Advanced to Receive tab, as it's
10026                 not that uncommon
10027
10028 2005-10-03 [colin]      1.9.15cvs3
10029
10030         * src/send_message.c
10031                 Forgot this one in cvs1
10032
10033 2005-10-03 [colin]      1.9.15cvs2
10034
10035         * src/folder.c
10036                 Faster close when leaving a folder with lots
10037                 of new mails. Idea by David Relson.
10038
10039 2005-10-03 [colin]      1.9.15cvs1
10040
10041         * src/compose.c
10042         * src/imap.c
10043         * src/inc.c
10044         * src/main.c
10045         * src/messageview.c
10046         * src/news.c
10047         * src/summaryview.c
10048         * src/gtk/sslcertwindow.c
10049         * src/plugins/trayicon/trayicon.c
10050                 Add accels to every AlertPanel. Patch by Fabien 
10051                 Vantard
10052
10053 2005-10-03 [paul]       1.9.15
10054
10055         1.9.15 released
10056
10057 2005-10-03 [paul]       1.9.14cvs68
10058
10059         * po/ca.po
10060         * po/de.po
10061         * po/es.po
10062         * po/fi.po
10063         * po/fr.po
10064         * po/sk.po
10065         * po/sr.po
10066         * po/zh_CN.po
10067                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10068                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10069                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10070
10071 2005-10-03 [paul]       1.9.14cvs67
10072
10073         * src/send_message.c
10074                 prevent hang on Cancel
10075                 patch by Colin
10076
10077 2005-10-03 [paul]       1.9.14cvs66
10078
10079         * src/main.c
10080                 fix crash in IMAP caused by discrepancy
10081                 between check_at_startup and offline mode
10082                 Patch by Colin
10083
10084 2005-10-01 [paul]       1.9.14cvs65
10085
10086         * src/inc.c
10087                 fix engrish
10088
10089 2005-10-01 [paul]       1.9.14cvs64
10090         * src/export.c
10091         * src/import.c
10092                 synchronise import_mbox() and export_mbox()
10093         * src/mbox.c
10094                 proc_mbox(): add alert if file cannot be opened
10095                 export_list_to_mbox(): test if dest file exists,
10096                 prompt user to overwrite if it does. add alert
10097                 if file cannot be created
10098                                                                 
10099         Patch by wwp
10100                                                                                                                 
10101
10102 2005-09-30 [paul]       1.9.14cvs63
10103
10104         * src/addressbook.c
10105                 Fix sensitivity of a menu
10106         * src/codeconv.c
10107                 Respect hidden pref for mails with no encoding
10108         * src/common/xml.c
10109                 Fix memory corruption
10110         * src/plugins/pgpcore/sgpgme.c
10111                 Fix segfault on incomplete sigs, and display
10112                 of S/Mime UIDs
10113
10114         Patches by Colin
10115
10116 2005-09-30 [colin]      1.9.14cvs62
10117
10118         * src/partial_download.c
10119                 Little logic fix in almost-dead code
10120         * src/pop.c
10121                 Fix partial download when there's no new mail
10122
10123 2005-09-29 [paul]       1.9.14cvs61
10124
10125         * src/plugins/pgpinline/pgpinline.c
10126                 fix bug 819, 'crash accessing sign message'
10127                 Patch by Colin
10128
10129 2005-09-28 [martin]     1.9.14cvs60
10130
10131         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10132                 fix bug #790 (Crash when restarting window manager (fluxbox))
10133
10134 2005-09-28 [paul]       1.9.14cvs59
10135
10136         * src/gtk/gtkaspell.c
10137                 fix off-by-one typo
10138
10139 2005-09-27 [colin]      1.9.14cvs58
10140
10141         * src/plugins/pgpcore/sgpgme.c
10142                 Report error when there's one, instead of
10143                 "Signature unchecked" 
10144
10145 2005-09-27 [colin]      1.9.14cvs57
10146
10147         * src/prefs_quote.c
10148                 Fix bug #816 (Weird quotation with spaces)
10149
10150 2005-09-27 [colin]      1.9.14cvs56
10151
10152         * src/codeconv.c
10153         * src/compose.c
10154         * src/compose.h
10155                 Put subject in compose's title
10156                 Fix Automatic encoding so that it's really automatic:
10157                 first try default locale's charset, then charset of the replied mail, 
10158                 then utf-8
10159                 Fix encoding of headers (must be in strict mode too)
10160
10161 2005-09-26 [colin]      1.9.14cvs55
10162
10163         * src/gtk/gtkaspell.c
10164                 Fix previous patch - don't color the space,
10165                 just uncolor it :)
10166
10167 2005-09-26 [colin]      1.9.14cvs54
10168
10169         * src/gtk/gtkaspell.c
10170                 Unmark space if possible
10171
10172 2005-09-26 [colin]      1.9.14cvs53
10173
10174         * src/imap.c
10175                 log_error instead of alertpanel according to the pref
10176         * src/etpan/imap-thread.c
10177                 Print connect status, copy only necessary size to 
10178                 logger
10179         * src/plugins/pgpmime/pgpmime.c
10180                 Handle S/Mime signatures (verification only). Patch based
10181                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10182
10183 2005-09-26 [paul]       1.9.14cvs52
10184
10185         * src/common/passcrypt.c
10186                 this 'workaround' not necessary on NetBSD.
10187                 Thanks to Daniel Gustafson
10188
10189 2005-09-26 [paul]
10190
10191         1.9.15-rc4 released
10192
10193 2005-09-26 [paul]       1.9.14cvs51
10194
10195         * src/summaryview.c
10196                 Skip currently selected message when
10197                 looking for next new or unread message
10198                 in current folder. Patch by Colin
10199         * src/common/passcrypt.c
10200                 eliminate warnings on *BSD. Patch by
10201                 Daniel Gustafson
10202
10203 2005-09-26 [colin]      1.9.14cvs50
10204
10205         * src/procmsg.c
10206                 Call postfiltering hook anyway
10207
10208 2005-09-22 [colin]      1.9.14cvs49
10209
10210         * src/codeconv.c
10211         * src/codeconv.h
10212                 Add a strict mode that doesn't replace with _
10213         * src/compose.c
10214         * src/compose.h
10215                 Use strict conversion while sending
10216                 Fix race when drafting while sending (happens
10217                 on IMAP)
10218                 Fix d'n'd of messages from summaryview
10219         * src/prefs_common.c
10220         * src/prefs_common.h
10221                 add hidden utf8_instead_of_locale_for_broken_mail 
10222                 pref for people that preferred the default charset 
10223                 to be utf8 for broken mails
10224         * src/quote_fmt_parse.y
10225                 fix bug #815 (No quote insert if "From:" fied 
10226                 contained Russian letters)
10227         * src/summaryview.c
10228                 Fix d'n'd of messages to compose
10229
10230 2005-09-22 [paul]       1.9.14cvs48
10231
10232         * src/compose.c
10233                 fix bug where attachments Name entry
10234                 would display Path instead
10235
10236 2005-09-21 [paul]       1.9.14cvs47
10237
10238         * README
10239         * README.jp
10240         * configure.ac
10241         * config/config.rpath
10242         * doc/manual/en/sylpheed-20.html
10243         * doc/manual/es/sylpheed-20.html
10244         * po/bg.po
10245         * po/ca.po
10246         * po/de.po
10247         * po/es.po
10248         * po/fr.po
10249         * po/it.po
10250         * po/pt_BR.po
10251         * po/sk.po
10252         * po/zh_TW.po
10253         * src/account.c
10254         * src/account.h
10255         * src/action.c
10256         * src/action.h
10257         * src/adbookbase.h
10258         * src/addr_compl.c
10259         * src/addr_compl.h
10260         * src/addrbook.c
10261         * src/addrbook.h
10262         * src/addrcache.c
10263         * src/addrcache.h
10264         * src/addrcindex.c
10265         * src/addrcindex.h
10266         * src/addrclip.c
10267         * src/addrclip.h
10268         * src/addrdefs.h
10269         * src/addressadd.c
10270         * src/addressadd.h
10271         * src/addressbook.c
10272         * src/addressbook.h
10273         * src/addressitem.h
10274         * src/addrgather.c
10275         * src/addrgather.h
10276         * src/addrharvest.c
10277         * src/addrharvest.h
10278         * src/addrindex.c
10279         * src/addrindex.h
10280         * src/addritem.c
10281         * src/addritem.h
10282         * src/addrquery.c
10283         * src/addrquery.h
10284         * src/addrselect.c
10285         * src/addrselect.h
10286         * src/alertpanel.c
10287         * src/alertpanel.h
10288         * src/browseldap.c
10289         * src/browseldap.h
10290         * src/codeconv.c
10291         * src/codeconv.h
10292         * src/compose.c
10293         * src/compose.h
10294         * src/crash.c
10295         * src/crash.h
10296         * src/customheader.c
10297         * src/customheader.h
10298         * src/displayheader.c
10299         * src/displayheader.h
10300         * src/editaddress.c
10301         * src/editaddress.h
10302         * src/editbook.c
10303         * src/editbook.h
10304         * src/editgroup.c
10305         * src/editgroup.h
10306         * src/editjpilot.c
10307         * src/editjpilot.h
10308         * src/editldap.c
10309         * src/editldap.h
10310         * src/editldap_basedn.c
10311         * src/editldap_basedn.h
10312         * src/editvcard.c
10313         * src/editvcard.h
10314         * src/enriched.c
10315         * src/enriched.h
10316         * src/exphtmldlg.c
10317         * src/exphtmldlg.h
10318         * src/expldifdlg.c
10319         * src/expldifdlg.h
10320         * src/export.c
10321         * src/export.h
10322         * src/exporthtml.c
10323         * src/exporthtml.h
10324         * src/exportldif.c
10325         * src/exportldif.h
10326         * src/filtering.c
10327         * src/filtering.h
10328         * src/folder.c
10329         * src/folder.h
10330         * src/folder_item_prefs.c
10331         * src/folder_item_prefs.h
10332         * src/foldersel.c
10333         * src/foldersel.h
10334         * src/folderutils.c
10335         * src/folderutils.h
10336         * src/folderview.c
10337         * src/folderview.h
10338         * src/grouplistdialog.c
10339         * src/grouplistdialog.h
10340         * src/headerview.c
10341         * src/headerview.h
10342         * src/html.c
10343         * src/html.h
10344         * src/image_viewer.c
10345         * src/image_viewer.h
10346         * src/imap.c
10347         * src/imap.h
10348         * src/imap_gtk.c
10349         * src/imap_gtk.h
10350         * src/import.c
10351         * src/import.h
10352         * src/importldif.c
10353         * src/importldif.h
10354         * src/importmutt.c
10355         * src/importmutt.h
10356         * src/importpine.c
10357         * src/importpine.h
10358         * src/inc.c
10359         * src/inc.h
10360         * src/jpilot.c
10361         * src/jpilot.h
10362         * src/ldapctrl.c
10363         * src/ldapctrl.h
10364         * src/ldaplocate.c
10365         * src/ldaplocate.h
10366         * src/ldapquery.c
10367         * src/ldapquery.h
10368         * src/ldapserver.c
10369         * src/ldapserver.h
10370         * src/ldaputil.c
10371         * src/ldaputil.h
10372         * src/ldif.c
10373         * src/ldif.h
10374         * src/localfolder.c
10375         * src/localfolder.h
10376         * src/main.c
10377         * src/main.h
10378         * src/mainwindow.c
10379         * src/mainwindow.h
10380         * src/manual.c
10381         * src/manual.h
10382         * src/matcher.c
10383         * src/matcher.h
10384         * src/matcher_parser.h
10385         * src/matcher_parser_lex.l
10386         * src/matcher_parser_parse.y
10387         * src/mbox.c
10388         * src/mbox.h
10389         * src/message_search.c
10390         * src/message_search.h
10391         * src/messageview.c
10392         * src/messageview.h
10393         * src/mh.c
10394         * src/mh.h
10395         * src/mh_gtk.c
10396         * src/mh_gtk.h
10397         * src/mimeview.c
10398         * src/mimeview.h
10399         * src/msgcache.c
10400         * src/msgcache.h
10401         * src/mutt.c
10402         * src/mutt.h
10403         * src/news.c
10404         * src/news.h
10405         * src/news_gtk.c
10406         * src/news_gtk.h
10407         * src/noticeview.c
10408         * src/noticeview.h
10409         * src/partial_download.c
10410         * src/partial_download.h
10411         * src/pine.c
10412         * src/pine.h
10413         * src/pop.c
10414         * src/pop.h
10415         * src/prefs_account.c
10416         * src/prefs_account.h
10417         * src/prefs_actions.c
10418         * src/prefs_actions.h
10419         * src/prefs_common.c
10420         * src/prefs_common.h
10421         * src/prefs_compose_writing.c
10422         * src/prefs_compose_writing.h
10423         * src/prefs_customheader.c
10424         * src/prefs_customheader.h
10425         * src/prefs_display_header.c
10426         * src/prefs_display_header.h
10427         * src/prefs_ext_prog.c
10428         * src/prefs_ext_prog.h
10429         * src/prefs_filtering.c
10430         * src/prefs_filtering.h
10431         * src/prefs_filtering_action.c
10432         * src/prefs_filtering_action.h
10433         * src/prefs_folder_column.c
10434         * src/prefs_folder_column.h
10435         * src/prefs_folder_item.c
10436         * src/prefs_folder_item.h
10437         * src/prefs_fonts.c
10438         * src/prefs_fonts.h
10439         * src/prefs_gtk.c
10440         * src/prefs_gtk.h
10441         * src/prefs_image_viewer.c
10442         * src/prefs_image_viewer.h
10443         * src/prefs_matcher.c
10444         * src/prefs_matcher.h
10445         * src/prefs_message.c
10446         * src/prefs_message.h
10447         * src/prefs_msg_colors.c
10448         * src/prefs_msg_colors.h
10449         * src/prefs_other.c
10450         * src/prefs_other.h
10451         * src/prefs_quote.c
10452         * src/prefs_quote.h
10453         * src/prefs_receive.c
10454         * src/prefs_receive.h
10455         * src/prefs_send.c
10456         * src/prefs_send.h
10457         * src/prefs_spelling.c
10458         * src/prefs_spelling.h
10459         * src/prefs_summaries.c
10460         * src/prefs_summaries.h
10461         * src/prefs_summary_column.c
10462         * src/prefs_summary_column.h
10463         * src/prefs_template.c
10464         * src/prefs_template.h
10465         * src/prefs_themes.c
10466         * src/prefs_themes.h
10467         * src/prefs_toolbar.c
10468         * src/prefs_toolbar.h
10469         * src/prefs_wrapping.c
10470         * src/prefs_wrapping.h
10471         * src/privacy.c
10472         * src/privacy.h
10473         * src/procheader.c
10474         * src/procheader.h
10475         * src/procmime.c
10476         * src/procmime.h
10477         * src/procmsg.c
10478         * src/procmsg.h
10479         * src/quote_fmt.c
10480         * src/quote_fmt_parse.y
10481         * src/recv.c
10482         * src/recv.h
10483         * src/remotefolder.c
10484         * src/remotefolder.h
10485         * src/send_message.c
10486         * src/send_message.h
10487         * src/setup.c
10488         * src/setup.h
10489         * src/simple-gettext.c
10490         * src/sourcewindow.c
10491         * src/sourcewindow.h
10492         * src/ssl_manager.c
10493         * src/ssl_manager.h
10494         * src/statusbar.c
10495         * src/statusbar.h
10496         * src/stock_pixmap.c
10497         * src/stock_pixmap.h
10498         * src/summary_search.c
10499         * src/summary_search.h
10500         * src/summaryview.c
10501         * src/summaryview.h
10502         * src/syldap.c
10503         * src/syldap.h
10504         * src/textview.c
10505         * src/textview.h
10506         * src/toolbar.c
10507         * src/toolbar.h
10508         * src/undo.c
10509         * src/undo.h
10510         * src/unmime.c
10511         * src/unmime.h
10512         * src/vcard.c
10513         * src/vcard.h
10514         * src/wizard.c
10515         * src/wizard.h
10516         * src/common/base64.c
10517         * src/common/base64.h
10518         * src/common/defs.h
10519         * src/common/hooks.c
10520         * src/common/hooks.h
10521         * src/common/log.c
10522         * src/common/log.h
10523         * src/common/md5.c
10524         * src/common/md5.h
10525         * src/common/mgutils.c
10526         * src/common/mgutils.h
10527         * src/common/nntp.c
10528         * src/common/nntp.h
10529         * src/common/passcrypt.c
10530         * src/common/passcrypt.h.in
10531         * src/common/plugin.c
10532         * src/common/plugin.h
10533         * src/common/prefs.c
10534         * src/common/prefs.h
10535         * src/common/progressindicator.c
10536         * src/common/progressindicator.h
10537         * src/common/quoted-printable.c
10538         * src/common/quoted-printable.h
10539         * src/common/session.c
10540         * src/common/session.h
10541         * src/common/smtp.c
10542         * src/common/smtp.h
10543         * src/common/socket.c
10544         * src/common/socket.h
10545         * src/common/ssl.c
10546         * src/common/ssl.h
10547         * src/common/ssl_certificate.c
10548         * src/common/ssl_certificate.h
10549         * src/common/string_match.c
10550         * src/common/string_match.h
10551         * src/common/stringtable.c
10552         * src/common/sylpheed.c
10553         * src/common/sylpheed.h
10554         * src/common/template.c
10555         * src/common/template.h
10556         * src/common/timing.h
10557         * src/common/utils.c
10558         * src/common/utils.h
10559         * src/common/uuencode.c
10560         * src/common/uuencode.h
10561         * src/common/version.h.in
10562         * src/common/xml.c
10563         * src/common/xml.h
10564         * src/common/xmlprops.c
10565         * src/common/xmlprops.h
10566         * src/gtk/about.c
10567         * src/gtk/about.h
10568         * src/gtk/colorlabel.c
10569         * src/gtk/colorlabel.h
10570         * src/gtk/colorsel.c
10571         * src/gtk/colorsel.h
10572         * src/gtk/description_window.c
10573         * src/gtk/description_window.h
10574         * src/gtk/filesel.c
10575         * src/gtk/filesel.h
10576         * src/gtk/foldersort.c
10577         * src/gtk/foldersort.h
10578         * src/gtk/gtkutils.c
10579         * src/gtk/gtkutils.h
10580         * src/gtk/inputdialog.c
10581         * src/gtk/inputdialog.h
10582         * src/gtk/logwindow.c
10583         * src/gtk/logwindow.h
10584         * src/gtk/manage_window.c
10585         * src/gtk/manage_window.h
10586         * src/gtk/menu.c
10587         * src/gtk/menu.h
10588         * src/gtk/pluginwindow.c
10589         * src/gtk/pluginwindow.h
10590         * src/gtk/prefswindow.c
10591         * src/gtk/prefswindow.h
10592         * src/gtk/progressdialog.c
10593         * src/gtk/progressdialog.h
10594         * src/gtk/quicksearch.c
10595         * src/gtk/quicksearch.h
10596         * src/gtk/sslcertwindow.c
10597         * src/gtk/sslcertwindow.h
10598         * src/plugins/clamav/clamav_plugin.c
10599         * src/plugins/clamav/clamav_plugin.h
10600         * src/plugins/clamav/clamav_plugin_gtk.c
10601         * src/plugins/demo/demo.c
10602         * src/plugins/dillo_viewer/dillo_prefs.c
10603         * src/plugins/dillo_viewer/dillo_prefs.h
10604         * src/plugins/dillo_viewer/dillo_viewer.c
10605         * src/plugins/mathml_viewer/mathml_viewer.c
10606         * src/plugins/pgpcore/passphrase.c
10607         * src/plugins/pgpcore/passphrase.h
10608         * src/plugins/pgpcore/plugin.c
10609         * src/plugins/pgpcore/prefs_gpg.c
10610         * src/plugins/pgpcore/prefs_gpg.h
10611         * src/plugins/pgpcore/select-keys.c
10612         * src/plugins/pgpcore/select-keys.h
10613         * src/plugins/pgpcore/sgpgme.c
10614         * src/plugins/pgpcore/sgpgme.h
10615         * src/plugins/pgpinline/pgpinline.c
10616         * src/plugins/pgpinline/pgpinline.h
10617         * src/plugins/pgpinline/plugin.c
10618         * src/plugins/pgpmime/pgpmime.c
10619         * src/plugins/pgpmime/pgpmime.h
10620         * src/plugins/pgpmime/plugin.c
10621         * src/plugins/spamassassin/spamassassin.c
10622         * src/plugins/spamassassin/spamassassin.h
10623         * src/plugins/spamassassin/spamassassin_gtk.c
10624         * src/plugins/trayicon/trayicon.c
10625         * tools/OOo2sylpheed.pl
10626         * tools/acroread2sylpheed.pl
10627         * tools/asus_mailled.sh
10628         * tools/filter_conv.pl
10629         * tools/freshmeat_search.pl
10630         * tools/google_search.pl
10631         * tools/kmail2sylpheed.pl
10632         * tools/kmail2sylpheed_v2.pl
10633         * tools/maildir2sylpheed.pl
10634         * tools/multiwebsearch.pl
10635         * tools/newscache_clean.pl
10636         * tools/outlook2sylpheed.pl
10637         * tools/sylpheed-switcher
10638         * tools/update-po
10639         * tools/vcard2xml.py
10640         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10641                 update FSF address
10642
10643 2005-09-21 [colin]      1.9.14cvs46
10644
10645         * src/gedit-print.c
10646         * src/procmsg.c
10647         * src/procmsg.h
10648         * src/textview.c
10649         * src/summaryview.c
10650                 Remove some printing hacks (deselection/reselection),
10651                 which by the way fix printing the currently 
10652                 displayed mime part (still only text)
10653                 Plus a little optimisation of summary_show
10654
10655
10656 2005-09-20 [colin]      1.9.14cvs45
10657
10658         * src/mainwindow.c
10659         * src/messageview.c
10660                 GUI fixups: add accels, set message
10661                 view title to displayed mail's subject
10662         * src/prefs_spelling.c
10663         * src/gtk/gtkaspell.c
10664                 GUI fixups: allow underlining misspelled
10665                 words instead of coloring them (a11y!)
10666
10667 2005-09-19 [colin]
10668
10669         1.9.15rc3 released
10670
10671 2005-09-19 [colin]      1.9.14cvs44
10672
10673         * src/compose.c
10674                 Fix draft message
10675         * src/gtk/gtkaspell.c
10676                 Fix wrong test ;-)
10677
10678 2005-09-19 [colin]      1.9.14cvs43
10679
10680         * src/addressbook.c
10681                 Fix sensitivity of Delete button
10682         * src/compose.c
10683                 Warn if the requested Privacy system
10684                 is not available
10685         * src/exphtmldlg.c
10686         * src/expldifdlg.c
10687         * src/importldif.c
10688         * src/importmutt.c
10689         * src/importpine.c
10690                 Fix crappy UI
10691         * src/
10692         * src/ssl.h
10693         * src/prefs_account.h
10694         * src/prefs_account.c
10695                 Save SSL prefs even in builds that have
10696                 SSL support disable
10697         * src/imap.c
10698         * src/inc.c
10699         * src/news.c
10700         * src/send_message.c
10701                 Warn if connection should be secure, but
10702                 SSL support isn't compiled in
10703         * src/gtkaspell.c
10704                 Fix word separation on UTF-8 systems
10705                 Fixes bug #812 (Strange inline spellchecking)
10706         * src/compose.c
10707                 Warn if the requested Privacy system
10708                 is not available
10709                 Factorize offline warning
10710         * src/imap.c
10711         * src/imap_gtk.c
10712         * src/imap_gtk.h
10713         * src/inc.h
10714         * src/news_gtk.c
10715         * src/news_gtk.h
10716         * src/messageview.c
10717                 Factorize offline warning
10718
10719 2005-09-19 [paul]
10720
10721         1.9.15-rc2 released
10722
10723 2005-09-18 [colin]      1.9.14cvs42
10724
10725         * src/codeconv.c
10726         * src/codeconv.h
10727         * src/procmime.c
10728                 Add a way to get locale's charset ignoring utf-8,
10729                 and use that as default encoding for broken mails
10730
10731 2005-09-18 [colin]      1.9.14cvs41
10732
10733         * src/gtk/logwindow.c
10734                 Translate string. Patch by Fabien Vantard
10735
10736 2005-09-18 [colin]      1.9.14cvs40
10737
10738         * configure.ac
10739                 Fix bug #803 (IMAP/SSL support breaks with 
10740                 GnuTLS libetpan 0.38)
10741
10742 2005-09-18 [colin]      1.9.14cvs39
10743
10744         * src/codeconv.c
10745         * src/compose.c
10746         * src/procmime.c
10747                 More charsets fixes. Fixes bug #806 (non
10748                 ascii characters in subject line)
10749
10750 2005-09-17 [paul]       1.9.14cvs38
10751
10752         * src/folderview.c
10753         * src/mainwindow.c
10754                 fix gcc-2.95 issues
10755                 Patch by Pawel Pekala
10756
10757 2005-09-17 [colin]      1.9.14cvs37
10758
10759         * src/addrindex.c
10760                 bugfix for NO-USE LDAP compilation, patch 
10761                 by Fabien Vantard
10762
10763 2005-09-17 [colin]      1.9.14cvs36
10764
10765         * src/prefs_actions.c
10766         * src/prefs_customheader.c
10767         * src/prefs_display_header.c
10768         * src/prefs_filtering_action.c
10769         * src/prefs_matcher.c
10770         * src/prefs_toolbar.c
10771                 Fix strange casts (less elegant but
10772                 works better)
10773
10774 2005-09-16 [colin]      1.9.14cvs35
10775
10776         * src/jpilot.c
10777                 Missed that one
10778
10779 2005-09-16 [colin]      1.9.14cvs34
10780
10781         * configure.ac
10782         * src/Makefile.am
10783         * src/addr_compl.c
10784         * src/addrindex.c
10785         * src/browseldap.c
10786         * src/editldap.c
10787         * src/ldaplocate.c
10788         * src/ldapquery.c
10789         * src/ldapquery.h
10790         * src/ldapserver.c
10791         * src/ldapserver.h
10792         * src/main.c
10793         * src/matcher_parser_parse.y
10794         * src/prefs_themes.c
10795         * src/etpan/Makefile.am
10796         * src/gtk/description_window.c
10797         * src/plugins/clamav/Makefile.am
10798         * src/plugins/clamav/clamav_plugin.c
10799         * src/plugins/dillo_viewer/Makefile.am
10800         * src/plugins/pgpcore/Makefile.am
10801         * src/plugins/pgpinline/Makefile.am
10802         * src/plugins/pgpmime/Makefile.am
10803         * src/plugins/trayicon/Makefile.am
10804                 Fix 100% cpu usage in address completion list
10805                 Fix little bugs (return with no values etc)
10806                 Fix all warnings (with common CFLAGS)
10807
10808 2005-09-15 [colin]      1.9.14cvs33
10809
10810         * src/addressbook.c
10811                 Fix bug where sometimes a group's email list is empty,
10812                 force its refresh (probably fixes "Re: how to create a 
10813                 distribution list")
10814         * src/ldapquery.c
10815                 Don't return to the callback in the main thread from the
10816                 fetch thread (or face segs!)
10817
10818 2005-09-15 [paul]       1.9.14cvs32
10819
10820         * src/prefs_matcher.c
10821                 forgotten in last commit
10822
10823 2005-09-15 [paul]       1.9.14cvs31
10824
10825         * src/prefs_actions.c
10826         * src/prefs_filtering_action.c
10827         * src/prefs_quote.c
10828         * src/quote_fmt.c
10829         * src/summaryview.c
10830         * src/gtk/description_window.c
10831         * src/gtk/description_window.h
10832         * src/gtk/quicksearch.c
10833                 allow interaction with the called
10834                 description window
10835                 Patch by Anders Hammar
10836
10837 2005-09-14 [paul]       1.9.14cvs30
10838
10839         * src/compose.c
10840                 fix a little annoyance when pasting with 3rd button 
10841                 with wrap_pastes=0 and wrap_input=1
10842                 Patch by Colin
10843
10844 2005-09-14 [paul]       1.9.14cvs29
10845
10846         * src/prefs_account.c
10847                 disable 'Filter messages on receiving' for
10848                 SMTP-only accounts
10849                 Patch  by Anders Hammar
10850
10851 2005-09-14 [paul]       1.9.14cvs28
10852
10853         * po/sk.po
10854                 fix crash
10855                 updated by Andrej Kacian
10856
10857 2005-09-14 [paul]
10858
10859         1.9.15-rc1 released
10860
10861 2005-09-14 [paul]       1.9.14cvs27
10862
10863         * po/es.po
10864                 updated by Ricardo Mones Lastra
10865         * src/compose.c
10866         * src/compose.h
10867                 associate no_wrap_tags to Compose windows
10868                 instead of using a static one
10869                 Patch by Colin
10870         * src/mbox.c
10871                 fix proc_mbox()
10872                 Patch by wwp
10873         * src/textview.c
10874                 remove unneeded printf()
10875
10876 2005-09-14 [paul]       1.9.14cvs26
10877
10878         * src/addrcache.c
10879         * src/codeconv.h
10880         * src/folder.h
10881         * src/mainwindow.h
10882         * src/mh.c
10883         * src/mimeview.h
10884         * src/partial_download.c
10885         * src/pop.c
10886         * src/prefs_account.c
10887         * src/prefs_account.h
10888         * src/prefs_actions.c
10889         * src/prefs_customheader.c
10890         * src/prefs_display_header.c
10891         * src/prefs_filtering_action.c
10892         * src/prefs_matcher.c
10893         * src/prefs_toolbar.c
10894         * src/privacy.h
10895         * src/procmime.c
10896         * src/procmime.h
10897         * src/procmsg.h
10898         * src/textview.c
10899         * src/undo.h
10900         * src/common/plugin.c
10901         * src/common/session.h
10902         * src/common/socket.c
10903         * src/common/socket.h
10904         * src/common/template.c
10905         * src/gtk/gtkaspell.c
10906         * src/gtk/quicksearch.h
10907         * src/plugins/pgpcore/passphrase.c
10908         * src/plugins/pgpcore/prefs_gpg.h
10909         * src/plugins/pgpcore/select-keys.c
10910         * src/plugins/pgpcore/select-keys.h
10911         * src/plugins/pgpcore/sgpgme.c
10912         * src/plugins/pgpinline/pgpinline.c
10913         * src/plugins/pgpmime/pgpmime.c
10914         * src/plugins/trayicon/trayicon.c
10915                 fix compilation warnings
10916                 Patch by Daniel Gustafson
10917
10918 2005-09-14 [paul]       1.9.14cvs25
10919
10920         * src/addressbook.c
10921                 add missing column header, and other small
10922                 bug fixes
10923                 Patch by Anders Hammar
10924
10925 2005-09-13 [colin]      1.9.14cvs24
10926
10927         * src/gtk/gtkaspell.c
10928                 Fix non-utf8 in menu
10929                 Fix little leaks
10930                 Nullify struct members after free()s
10931
10932 2005-09-13 [colin]      1.9.14cvs23
10933
10934         * src/compose.c
10935                 Test utf8 compliance before inserting to 
10936                 buffer, and try to convert if necessary
10937         * src/procmime.c
10938                 If no charset is present, use the locale 
10939                 one instead of us-ascii
10940         * src/procmsg.c
10941                 Add Sender, List-Post and To in the checked 
10942                 headers for automatic rules creation 
10943                 (thanks to wwp)
10944         * src/prefs_themes.c
10945         * src/gtk/gtkaspell.c
10946                 Remove deprecated functions. 
10947                 patch by Daniel Gustafson
10948
10949 2005-09-12 [colin]      1.9.14cvs22
10950
10951         * src/compose.c
10952                 Fix bug #448 (Scrolling/Redraw issue with 
10953                 address-fields in Header)
10954         * src/mainwindow.c
10955         * src/summaryview.c
10956         * src/summaryview.h
10957                 Fix loss of MSG_MARKED on move/copy
10958                 Fix bug #804 (Quicksearch togglebutton doesn't 
10959                 get depressed after '/' key is pressed)
10960
10961 2005-09-12 [paul]       1.9.14cvs21
10962
10963         * AUTHORS
10964         * src/gtk/logwindow.c
10965                 add 'Clear Log' to popup menu
10966                 Patch by Anders Hammar <anders.hammar@telia.com>
10967
10968 2005-09-12 [paul]       1.9.14cvs20
10969
10970         * src/compose.c
10971                 set correct sensitivity on attachments
10972                 popup menu
10973         * src/folder.c
10974                 fix typo
10975         * src/prefs_spelling.c
10976                 fix crash when no LANG env is set
10977         * src/common/xml.c
10978                 fix crash in wizard
10979                 don't use memeory after free
10980
10981         All patches by Daniel Gustafson
10982
10983 2005-09-12 [paul]       1.9.14cvs19
10984
10985         * src/prefs_themes.c
10986                 make theme info selectable
10987         * src/gtk/description_window.c
10988                 make window non-modal
10989         * tools/README
10990                 add details of asus_mailed.sh
10991         * tools/claws.i18n.status.pl
10992                 update for new zh_TW translator
10993                 widen the output
10994                 create alternate coloured lines
10995                 improve readability
10996
10997 2005-09-10 [colin]      1.9.14cvs18
10998
10999         * src/plugins/pgpcore/select-keys.c
11000                 Better order for the buttons
11001
11002 2005-09-10 [colin]      1.9.14cvs17
11003
11004         * src/compose.c
11005         * src/plugins/pgpcore/select-keys.c
11006         * src/plugins/pgpcore/select-keys.h
11007         * src/plugins/pgpcore/sgpgme.c
11008                 Add a "Don't encrypt" button to the key
11009                 selection dialog. Fixes bug #177 (There should be a 
11010                 'Don't encrypt button in the Select Keys dialog)
11011
11012 2005-09-10 [colin]      1.9.14cvs16
11013
11014         * src/compose.c
11015                 Fix bug #572 (%X option does not work with templates)
11016
11017 2005-09-10 [colin]      1.9.14cvs15
11018
11019         * src/toolbar.c 
11020                 Remove g_print
11021
11022 2005-09-10 [colin]      1.9.14cvs14
11023
11024         * src/imap.c
11025                 Fix a possible crash
11026
11027 2005-09-09 [colin]      1.9.14cvs13
11028
11029         * src/imap.c
11030         * src/etpan/imap-thread.c
11031         * src/etpan/imap-thread.h
11032                 Fix moving from queue or drafts to normal folders
11033                 Fix bug #794 (No way to delete without expunging)
11034                 Take flags unset by other mailers into account
11035                 Take deleted flag set by other mailers into account
11036                 Fix unsetting REPLIED flag
11037                 Fix crash when capabilities can't be retrieved
11038         * src/mainwindow.c
11039         * src/mainwindow.h
11040                 Add M_DELAYED_FLAGS condition, and let the user use
11041                 Execute in order to be able to expunge deleted mails,
11042                 even if he's not in delayed execute mode
11043         * src/prefs_spelling.c
11044                 Use 'en' dictionary by default if LANG is POSIX or C
11045         * src/gtk/prefswindow.c
11046                 Fix bug #767 (Preferences windows expanding) by making
11047                 the window a bit larger when the resolution is greater
11048                 than 640x480, and by putting the prefs in a
11049                 GtkScrolledWindow.
11050
11051 2005-09-09 [paul]       1.9.14cvs12
11052
11053         * AUTHORS
11054         * configure.ac
11055         * po/zh_TW.Big5.po      ** REMOVED **
11056         * po/zh_TW.po           ** ADDED **
11057                 updated by Wei-Lun Chao
11058
11059 2005-09-09 [paul]       1.9.14cvs11
11060
11061         * src/mainwindow.c
11062                 fix asserts
11063         * src/common/xml.c
11064                 delay memory allocation until file is
11065                 opened successfully
11066                 Patch by Daniel Gustafson
11067
11068 2005-09-09 [colin]      1.9.14cvs10
11069
11070         * src/imap.c
11071                 Add guards
11072
11073 2005-09-08 [colin]      1.9.14cvs9
11074
11075         * src/compose.c
11076                 Alert when we can't save draft
11077                 Fix various wrap/color issues
11078                 Add mid-click pasting respecting wrap_paste option
11079         * src/folder.c
11080         * src/folder.h
11081         * src/folder_item_prefs.c
11082         * src/folder_item_prefs.h
11083         * src/imap.c
11084         * src/imap_gtk.c
11085         * src/imap_gtk.h
11086         * src/main.c
11087         * src/mainwindow.c
11088         * src/mainwindow.h
11089         * src/news.c
11090         * src/news_gtk.c
11091         * src/news_gtk.h
11092         * src/prefs_folder_item.c
11093                 Fix the impossibility to synchronise folders for
11094                 offline use (IMAP and NNTP are concerned)
11095
11096 2005-09-08 [colin]      1.9.14cvs8
11097
11098         * configure.ac
11099                 Build LDAP and JPilot by default if available
11100         * src/textview.c
11101                 Fix use after free
11102
11103 2005-09-08 [paul]       1.9.14cvs7
11104
11105         * doc/manual/en/sylpheed-1.html
11106         * doc/manual/en/sylpheed-18.html
11107         * doc/manual/en/sylpheed-19.html
11108         * doc/manual/en/sylpheed-4.html
11109         * doc/manual/en/sylpheed-6.html
11110         * doc/manual/en/sylpheed.html
11111                 a few minor updates, plus include some
11112                 details about plugins and their requirements
11113         * src/mainwindow.c
11114                 minor changes to English in /View/Sort
11115
11116 2005-09-07 [colin]      1.9.14cvs6
11117
11118         * doc/manual/en/sylpheed-1.html
11119         * doc/manual/en/sylpheed-10.html
11120         * doc/manual/en/sylpheed-11.html
11121         * doc/manual/en/sylpheed-12.html
11122         * doc/manual/en/sylpheed-13.html
11123         * doc/manual/en/sylpheed-14.html
11124         * doc/manual/en/sylpheed-15.html
11125         * doc/manual/en/sylpheed-16.html
11126         * doc/manual/en/sylpheed-17.html
11127         * doc/manual/en/sylpheed-18.html
11128         * doc/manual/en/sylpheed-19.html
11129         * doc/manual/en/sylpheed-2.html
11130         * doc/manual/en/sylpheed-20.html
11131         * doc/manual/en/sylpheed-21.html
11132         * doc/manual/en/sylpheed-22.html
11133         * doc/manual/en/sylpheed-3.html
11134         * doc/manual/en/sylpheed-4.html
11135         * doc/manual/en/sylpheed-5.html
11136         * doc/manual/en/sylpheed-6.html
11137         * doc/manual/en/sylpheed-7.html
11138         * doc/manual/en/sylpheed-8.html
11139         * doc/manual/en/sylpheed-9.html
11140         * doc/manual/en/sylpheed.html
11141                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11142
11143 2005-09-07 [colin]      1.9.14cvs5
11144
11145         * src/mainwindow.c
11146                 Make labels more to-the-point
11147
11148 2005-09-07 [colin]      1.9.14cvs4
11149
11150         * doc/manual/en/sylpheed-1.html
11151         * doc/manual/en/sylpheed-12.html
11152         * doc/manual/en/sylpheed-13.html
11153         * doc/manual/en/sylpheed-14.html
11154         * doc/manual/en/sylpheed-15.html
11155         * doc/manual/en/sylpheed-16.html
11156         * doc/manual/en/sylpheed-17.html
11157         * doc/manual/en/sylpheed-18.html
11158         * doc/manual/en/sylpheed-19.html
11159         * doc/manual/en/sylpheed-2.html
11160         * doc/manual/en/sylpheed-20.html
11161         * doc/manual/en/sylpheed-21.html
11162         * doc/manual/en/sylpheed-22.html
11163         * doc/manual/en/sylpheed-4.html
11164         * doc/manual/en/sylpheed-5.html
11165         * doc/manual/en/sylpheed-6.html
11166         * doc/manual/en/sylpheed-7.html
11167         * doc/manual/en/sylpheed-8.html
11168         * doc/manual/en/sylpheed-9.html
11169         * doc/manual/en/sylpheed.html
11170                 Update manual
11171
11172 2005-09-07 [colin]      1.9.14cvs3
11173
11174         * doc/faq/en/sylpheed-faq-1.html
11175         * doc/faq/en/sylpheed-faq-2.html
11176         * doc/faq/en/sylpheed-faq-3.html
11177         * doc/faq/en/sylpheed-faq.html
11178                 Update FAQ
11179
11180 2005-09-07 [colin]      1.9.14cvs2
11181
11182         * src/folderview.c
11183         * src/procmsg.c
11184         * src/summaryview.c
11185         * src/toolbar.c
11186                 Fix special subfolders:
11187                 - Inherit parent's icon
11188                 - sent contents of queues subfolders
11189                 - empty subfolders of trashes
11190         * src/mainwindow.c
11191                 Remove outdated manual and faq entries
11192         * src/common/utils.c
11193                 Add quotes around %s coming from mailcap
11194
11195 2005-09-07 [colin]      1.9.14cvs1
11196
11197         * src/compose.c
11198                 After saving draft, set modified to FALSE
11199         * src/mimeview.c
11200         * src/common/utils.c
11201         * src/common/utils.h
11202                 Try to open mime parts using what is 
11203                 indicated in ~/.mailcap or /etc/mailcap,
11204                 if possible.
11205
11206 2005-09-05 [paul]       1.9.14
11207
11208         1.9.14 released
11209
11210         * po/sk.po
11211                 updated by Andrej Kacian
11212
11213 2005-09-05 [paul]       1.9.13cvs83
11214
11215         * po/de.po
11216         * po/es.po
11217         * po/fi.po
11218         * po/fr.po
11219         * po/nb.po
11220         * po/pt_BR.po
11221         * po/sr.po
11222                 updated translations by Thomas Gilgin, Ricardo Mones
11223                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11224                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11225
11226 2005-09-04 [paul]       1.9.13cvs82
11227
11228         * src/compose.c
11229                 only warn about exceeded line length limit
11230                 on send
11231
11232 2005-09-04 [paul]       1.9.13cvs81
11233
11234         * src/compose.c
11235                 fix crash in 'line length exceeded' dialogue
11236
11237 2005-09-02 [paul]       1.9.13cvs80
11238
11239         * src/imap.c
11240                 fix bug 795, 'Connection lost IMAP'
11241                 and add statusbar prints
11242                 Patch by Colin
11243
11244 2005-09-02 [paul]       1.9.13cvs79
11245
11246         * src/compose.c
11247                 compose_wrap_paragraph() becomes
11248                 compose_beautify_paragraph()
11249                 Patch by Colin
11250
11251 2005-09-02 [colin]      1.9.13cvs78
11252
11253         * src/folderview.c
11254                 Micro-fix
11255
11256 2005-09-01 [colin]      1.9.13cvs77
11257
11258         * src/imap.c
11259                 Maybe fix bug #795 (Connection lost IMAP)
11260                 Don't try to send logout when we're disconnected.
11261         * src/summaryview.c
11262                 Include locked and marked emails in HRM
11263                 view. Fixes bug #800 (Locked messages no longer 
11264                 show up when hide read messages is used)
11265
11266 2005-09-01 [paul]       1.9.13cvs76
11267
11268         * src/prefs_common.c
11269                 fix bad cutting
11270
11271 2005-08-31 [colin]      1.9.13cvs75
11272
11273         * src/folderview.c
11274         * src/folderview.h
11275         * src/prefs_summaries.c
11276         * src/summaryview.c
11277                 Fix "go to next new", fix preference
11278                 (Open unread/next swapped)
11279
11280 2005-08-31 [paul]       1.9.13cvs74
11281
11282         * src/compose.c
11283         * src/folderview.c
11284         * src/headerview.c
11285         * src/headerview.h
11286         * src/mainwindow.c
11287         * src/prefs_common.c
11288         * src/prefs_common.h
11289         * src/prefs_fonts.c
11290         * src/summaryview.c
11291         * src/textview.c
11292         * src/common/defs.h
11293                 remove obsolete BOLD_FONT setting
11294                 fix font update in headerview and textview
11295                 headers after prefs change
11296                 Patch By Colin
11297
11298 2005-08-31 [paul]
11299
11300         1.9.14-rc4 released
11301
11302 2005-08-30 [colin]      1.9.13cvs73
11303
11304         * src/summaryview.c
11305                 When Hide read messages is selected and we
11306                 refresh the summaryview, don't remove the 
11307                 currently displayed message. Fixes bug #797
11308                 (Summary view reloads when new mail is 
11309                 downloaded in 1.9.14 rc)
11310
11311 2005-08-30 [colin]      1.9.13cvs72
11312
11313         * src/folderview.c
11314                 Fix flickering
11315         * src/mainwindow.c
11316                 Remove useless callback
11317         * src/mimeview.c
11318         * src/gtk/filesel.c
11319         * src/gtk/filesel.h
11320                 Add a filesel_select_file_save_folder() - used by Save All
11321
11322 2005-08-29 [paul]       1.9.13cvs71
11323
11324         * AUTHORS
11325         * src/matcher_parser_parse.y
11326         * src/etpan/imap-thread.c
11327                 fix building on FreeBSD
11328                 Patch by Daniel Gustafson <daniel@hobbit.se>
11329
11330 2005-08-29 [paul]       1.9.13cvs70
11331
11332         * src/plugins/pgpinline/pgpinline.c
11333                 only initialise sig result if it's been handled
11334                 Patch by Colin
11335
11336 2005-08-29 [paul]       1.9.13cvs69
11337         
11338         Patches by Colin:
11339
11340         * src/imap.c
11341         * src/common.utils.c
11342         * src/common/utils.h
11343                 optimisation
11344         * src/stock_pixmap.h
11345                 fix wrong icon reference
11346         * src/pixmaps/trash_btn.xpm
11347                 replace with nicer image
11348
11349 2005-08-28 [colin]      1.9.13cvs68
11350
11351         * src/Makefile.am
11352         * src/stock_pixmap.c
11353         * src/stock_pixmap.h
11354         * src/toolbar.c
11355         * src/pixmaps/trash_btn.xpm
11356                 Add a specific trash xpm for the button
11357
11358 2005-08-28 [colin]      1.9.13cvs67
11359
11360         * src/imap.c
11361                 Fix leak
11362
11363 2005-08-27 [colin]      1.9.13cvs66
11364
11365         * src/imap.c
11366         * src/procmime.c
11367                 Correctly fix "Problem with replies", fixes
11368                 pgpmime encryption too. 
11369
11370 2005-08-27 [colin]      1.9.13cvs65
11371
11372         * src/folder.c
11373         * src/procmsg.c
11374         * src/procmsg.h
11375         * src/summaryview.c
11376                 Fix bug #517 (messages removed from summaryview 
11377                 when moving fails)
11378
11379 2005-08-27 [colin]      1.9.13cvs64
11380
11381         * tools/Makefile.am
11382         * tools/asus_mailled.sh
11383                 Add a script to blink ASUS laptops' mail LED where there
11384                 is unread mail.
11385
11386 2005-08-27 [colin]      1.9.13cvs63
11387
11388         * src/imap.c
11389         * src/etpan/imap-thread.c
11390         * src/etpan/imap-thread.h
11391                 Implement automatic choosing of login method
11392                 Fixes bug #791
11393         * src/gtk/.cvsignore
11394                 Add sylpheed-marshal.[ch]
11395
11396 2005-08-27 [colin]      1.9.13cvs62
11397
11398         * src/common/utils.c
11399                 Fix confusing perror
11400
11401 2005-08-27 [colin]      1.9.13cvs61
11402
11403         * src/toolbar.c
11404         * src/toolbar.h
11405                 Remove A_DELETE, replace it with 
11406                 A_TRASH and A_DELETE_REAL. Automatically
11407                 rewrite config files to replace A_DELETE
11408                 with A_TRASH (no functionality change).
11409                 Fixes half of #794
11410
11411 2005-08-26 [colin]      1.9.13cvs60
11412
11413         * src/procmime.c
11414                 Previous "Problem with replies" fix brought other
11415                 problems, fixing them
11416
11417 2005-08-26 [colin]      1.9.13cvs59
11418
11419         * src/procmime.c
11420                 Fix "Problem with replies". This happened only
11421                 on IMAP...
11422         * src/procmsg.c
11423                 Factorize code a bit
11424         * src/compose.c
11425                 Speed improvement on very long messages (wrapping)
11426                 Fix signature color on Reedit and Redirect
11427                 On Reedit, don't attach pgp-signatures parts, but
11428                 set signing to On.
11429
11430 2005-08-24 [paul]       1.9.13cvs58
11431
11432         * src/compose.c
11433                 don't claim success when clicking
11434                 Cancel on the passphrase box.
11435                 Patch by Colin
11436
11437 2005-08-24 [paul]       1.9.13cvs57
11438
11439         * src/main.c
11440                 fix misplaced sylpheed.log
11441         * src/common/defs.h
11442                 define UIDL_DIR
11443
11444 2005-08-24 [paul]       1.9.13cvs56
11445
11446         * src/imap.c
11447         * src/etpan/imap-thread.c
11448         * src/etpan/imap-thread.h
11449                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11450                 Patch by Colin
11451         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11452         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11453                 remove autogenerated files
11454         * tools/kdeservicemenu/README
11455         * tools/kdeservicemenu/install.sh
11456         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11457         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11458                 use Claws icon, use 'Sylpheed-Claws' in menu,
11459                 use kdialog, and other cleanups
11460
11461 2005-08-23 [paul]       1.9.13cvs55
11462
11463         * src/compose.c
11464                 fix paste/wrap crash
11465                 Patch by Colin
11466
11467 2005-08-23 [paul]       1.9.13cvs54
11468
11469         * src/main.c
11470                 fix crash recovery
11471                 Patch by Colin
11472
11473 2005-08-23 [paul]       1.9.13cvs53
11474
11475         * src/addressbook.c
11476         * src/editaddress.c
11477                 view all data of LDAP contacts
11478                 Patch by Colin
11479
11480 2005-08-23 [paul]       1.9.13cvs52
11481
11482         * src/addressbook.c
11483                 fix issues with the Search field
11484                 Patch by Colin
11485
11486 2005-08-22 [paul]       1.9.13cvs51
11487
11488         * src/folderview.c
11489                 put name of folder in processing dialog
11490                 title
11491         * src/prefs_folder_item.c
11492                 improve english usage
11493
11494 2005-08-22 [paul]       1.9.13cvs50
11495
11496         * src/filtering.c
11497         * src/filtering.h
11498         * src/matcher.c
11499         * src/matcher_parser_lex.l
11500         * src/matcher_parser_parse.y
11501         * src/prefs_filtering.c
11502                 add Filtering/Processing rule names feature.
11503                 (the incompatible old matcherrc is saved as
11504                 matcherrc.pre_names).
11505                 Patch by Colin
11506
11507 2005-08-22 [paul]       1.9.13cvs49
11508
11509         * src/procmsg.c
11510                 fix colour labelling
11511                 Patch by Colin
11512
11513 2005-08-22 [paul]       1.9.13cvs48
11514
11515         * src/textview.c
11516                 fix open_image_cb()
11517
11518 2005-08-22 [paul]       1.9.13cvs47
11519
11520         * src/imap.c
11521                 fix bug 789, 'SC crashes with imap (CVS ver)'
11522                 Patch by Colin
11523
11524 2005-08-22 [paul]       1.9.13cvs46
11525
11526         * src/mimeview.c
11527         * src/prefs_common.c
11528         * src/common/defs.h
11529                 define reused defaults in defs.h
11530         * src/textview.c
11531                 add 'Open image' to image popup menu
11532
11533 2005-08-21 [colin]      1.9.13cvs45
11534
11535         * src/summaryview.c
11536                 Fix bug #788 (Bogus "From" address displayed)
11537
11538 2005-08-20 [colin]      1.9.13cvs44
11539
11540         * src/folder.c
11541                 Fix buf #787 (multilevel delete causes SIGSEGV)
11542
11543 2005-08-19 [colin]      1.9.13cvs43
11544
11545         * src/inc.c
11546         * src/prefs_common.c
11547         * src/prefs_common.h
11548                 Add an hidden pref to allow modifying the
11549                 update stepping in incorporation.
11550                 Patch by wwp.
11551
11552 2005-08-19 [colin]      1.9.13cvs42
11553
11554         * src/compose.c
11555         * src/procmime.c
11556                 Workaround for broken MUAs: encode 
11557                 Content-type: name: as ASCII and 
11558                 Content-Disposition: filename: as
11559                 per rfc2231
11560         * src/prefs_account.c
11561                 Fix invisible-ness of SMTP SSL prefs
11562                 in NNTP accounts
11563
11564 2005-08-19 [paul]       1.9.13cvs41
11565
11566         * src/compose.c
11567         * src/prefs_common.c
11568         * src/prefs_common.h
11569         * src/prefs_wrapping.c
11570                 paste with or without wrapping.
11571                 patch by Colin
11572
11573 2005-08-19 [paul]       1.9.13cvs40
11574
11575         * src/prefs_common.c
11576         * src/prefs_common.h
11577         * src/summaryview.c
11578                 reintroduce enable_swap_from as a
11579                 hidden pref. patch by Colin
11580         * src/quote_fmt_parse.y
11581         * src/plugins/clamav/clamav_plugin.c
11582         * src/plugins/dillo_viewer/dillo_viewer.c
11583         * src/plugins/mathml_viewer/mathml_viewer.c
11584         * src/plugins/pgpcore/sgpgme.c
11585         * src/plugins/pgpinline/pgpinline.c
11586         * src/plugins/pgpmime/pgpmime.c
11587                 tidy up. patch by Colin
11588
11589 2005-08-19 [paul]       1.9.13cvs39
11590
11591         * configure.ac
11592                 complete cvs38's sync
11593         * src/editaddress.c
11594         * src/gedit-print.c
11595         * src/mutt.c
11596         * src/etpan/etpan-log.c
11597         * src/etpan/imap-thread.c
11598         * src/gtk/gtksourceprintjob.c
11599                 fix compilation warnings
11600                 (patch by Colin)
11601
11602 2005-08-19 [paul]       1.9.13cvs38
11603
11604         sync with main:
11605
11606         * src/account.c
11607         * src/action.c
11608         * src/addrbook.c
11609         * src/addrcache.c
11610         * src/addrharvest.c
11611         * src/addrindex.c
11612         * src/codeconv.c
11613         * src/compose.c
11614         * src/crash.c
11615         * src/exporthtml.c
11616         * src/exportldif.c
11617         * src/folder.c
11618         * src/image_viewer.c
11619         * src/inc.c
11620         * src/inc.h
11621         * src/jpilot.c
11622         * src/ldif.c
11623         * src/main.c
11624         * src/matcher.c
11625         * src/mbox.c
11626         * src/messageview.c
11627         * src/mh.c
11628         * src/mimeview.c
11629         * src/msgcache.c
11630         * src/mutt.c
11631         * src/news.c
11632         * src/partial_download.c
11633         * src/pine.c
11634         * src/pop.c
11635         * src/prefs_actions.c
11636         * src/prefs_common.c
11637         * src/prefs_customheader.c
11638         * src/prefs_display_header.c
11639         * src/prefs_gtk.c
11640         * src/prefs_themes.c
11641         * src/procheader.c
11642         * src/procmime.c
11643         * src/procmsg.c
11644         * src/recv.c
11645         * src/send_message.c
11646         * src/simple-gettext.c
11647         * src/sourcewindow.c
11648         * src/textview.c
11649         * src/vcard.c
11650         * src/common/defs.h
11651         * src/common/log.c
11652         * src/common/plugin.c
11653         * src/common/prefs.c
11654         * src/common/session.c
11655         * src/common/session.h
11656         * src/common/socket.c
11657         * src/common/socket.h
11658         * src/common/ssl_certificate.c
11659         * src/common/template.c
11660         * src/common/utils.c
11661         * src/common/utils.h
11662         * src/common/xml.c
11663         * src/gtk/about.c
11664         added wrappers for C library function that
11665                 take pathname arguments.
11666                 enabled compilation with MinGW.
11667                 use GDir instead of directly using opendir().
11668                 added rename_force().
11669
11670 2005-08-19 [paul]       1.9.13cvs37
11671         
11672         patches by Colin:
11673         * src/compose.c
11674                 fix privacy settings on re-editing
11675                 a sent message
11676         * src/jpilot.c
11677                 fix encoding bug
11678         * src/folder.c
11679         * src/procmsg.c
11680         * src/procmsg.h
11681         * src/summaryview.c
11682                 flag changing optimisation
11683
11684 2005-08-18 [martin]     1.9.13cvs36
11685
11686         * commitHelper
11687             added my login
11688         * src/addrcache.c
11689         * src/addrharvest.c
11690         * src/addrindex.c
11691         * src/compose.c
11692         * src/grouplistdialog.c
11693         * src/main.c
11694         * src/mainwindow.c
11695         * src/msgcache.c
11696         * src/mutt.c
11697         * src/pine.c
11698         * src/prefs_account.c
11699         * src/prefs_themes.c
11700         * src/stock_pixmap.c
11701         * src/summaryview.c
11702         * src/gtk/about.c
11703         * src/gtk/logwindow.c
11704             removed deprecated glib and gdk stuff
11705         * src/plugins/pgpcore/select-keys.c
11706             convert attributes from locale to utf8
11707
11708 2005-08-17 [paul]       1.9.13cvs35
11709
11710         * src/account.c
11711         * src/addressbook.c
11712                 use new GTK_STOCK_ icons if available
11713         * src/summaryview.c
11714         * src/gtk/gtksctree.c
11715         * src/gtk/gtksctree.h
11716                 faster range select. patch by Colin
11717
11718 2005-08-17 [paul]       1.9.13cvs34
11719
11720         patches by colin:
11721         * src/addressbook.c
11722         * src/addressitem.h
11723                 Add an edit button for contacts, fix selections
11724                 of gtksctree items
11725         * src/editaddress.c
11726                 Change labels, let Save be always possible in the
11727                 email and user atributes tabs
11728         * src/folderview.c
11729                 fix sort issues
11730         * src/summaryview.c
11731                 select next item instead of the displayed one
11732                 after deletion
11733
11734         * src/gtk/progressdialog.c
11735                 use prefs_common.enable_rules_hint
11736
11737 2005-08-13 [hoa]        1.9.13cvs33
11738
11739         * src/etpan/imap-thread.c
11740                 fixed build on Solaris.
11741
11742 2005-08-10 [colin]      1.9.13cvs32
11743
11744         * src/procmsg.c
11745                 Fix cvs31 (missing fclose before reading
11746                 the file)
11747
11748 2005-08-10 [colin]      1.9.13cvs31
11749
11750         * src/procmsg.c
11751                 Fix procmsg_msginfo_new_from_mimeinfo() when
11752                 the MimeInfo isn't stored in memory. This fixes
11753                 replying to an attached message.
11754
11755 2005-08-10 [colin]      1.9.13cvs30
11756
11757         * src/mainwindow.c
11758                 Fix slowness in account changing
11759
11760 2005-08-10 [colin]      1.9.13cvs29
11761
11762         * src/folder.c
11763         * src/folderutils.c
11764         * src/folderview.c
11765         * src/imap_gtk.c
11766         * src/mainwindow.c
11767         * src/mh_gtk.c
11768         * src/procmsg.c
11769         * src/summaryview.c
11770                 Optimize folder_has_parent_of_type
11771                 Prevent moving special sub-folders from contextual menus
11772                 Rework message a bit ("Empty all messages" -> "Delete all
11773                 messages")
11774                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11775                 and "Deleted Items" folders)
11776
11777 2005-08-08 [colin]      1.9.13cvs28
11778
11779         * src/summaryview.c
11780         * src/prefs_summaries.c
11781                 Make "Select first unread|new" more flexible
11782                 (just prioritize new or unread)
11783
11784 2005-08-08 [colin]      1.9.13cvs27
11785
11786         * src/summaryview.c
11787                 If "select first new" is selected and there only
11788                 are unread messages, fallback to "select first
11789                 unread".
11790
11791 2005-08-08 [colin]      1.9.13cvs26
11792
11793         * src/folder.c
11794                 Fix shameful bugs (and bug #779)
11795
11796 2005-08-08 [colin]      1.9.13cvs25
11797
11798         * src/folder.c
11799         * src/folder.h
11800                 Cache parents' type to make folder_has_parent_of_type
11801                 faster
11802         * src/folderview.c
11803                 Forbid DnD of special sub-folders
11804         * src/procmsg.c
11805         * src/procmsg.h
11806                 Add MAIL_POSTFILTERING_HOOK
11807         * src/summaryview.c
11808                 Revert over-zealous deletion of the use_addr_book 
11809                 code
11810
11811 2005-08-07 [colin]      1.9.13cvs24
11812
11813         * src/folder.c
11814                 Fix big mistake (passing MsgInfo instead 
11815                 of FolderItem)
11816
11817 2005-08-07 [colin]      1.9.13cvs23
11818
11819         * src/compose.c
11820         * src/folder.c
11821         * src/folder.h
11822         * src/foldersel.c
11823         * src/folderutils.c
11824         * src/folderview.c
11825         * src/imap.c
11826         * src/mainwindow.c
11827         * src/messageview.c
11828         * src/mh.c
11829         * src/msgcache.c
11830         * src/procmime.c
11831         * src/summaryview.c
11832                 Make subfolders of Drafts, Queue, Outbox, Trash
11833                 work like their parents. 
11834                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11835
11836 2005-08-07 [colin]      1.9.13cvs22
11837
11838         * src/addressbook.c
11839                 Fix bug #771 (Dragged contacts not saved)
11840
11841 2005-08-07 [paul]       1.9.13cvs21
11842
11843         * src/summaryview.c
11844                 fix bug 32 'Search Doesn't display results
11845                 if "Hide Read Messages" is chosen'
11846                 be more literal in interpreting 'Hide read
11847                 messages'
11848
11849 2005-08-07 [colin]      1.9.13cvs20
11850
11851         * src/folderview.c
11852                 Add debug
11853         * src/summaryview.c
11854                 Faster 'unthread_for_execution'
11855
11856 2005-08-06 [paul]       1.9.13cvs19
11857
11858         * src/mainwindow.c
11859                 add mnemonics to Set displayed columns
11860                 fix bug where msgview_visible option was
11861                 overwritten as TRUE on startup
11862
11863 2005-08-06 [paul]       1.9.13cvs18
11864
11865         * src/mainwindow.c
11866                 refer to 'displayed columns in folder/message
11867                 list' not 'displayed items in summary/message view'
11868         * src/prefs_display_header.c
11869                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11870                 be consistent with similar dialogues
11871         * src/prefs_folder_column.c
11872         * src/prefs_summary_column.c
11873                 'columns' not 'items', and folder and message lists,
11874                 instead of folder and summary views;
11875                 Use 'Hidden columns' as list heading not 'Available
11876                 items';
11877                 move the 'Remove' button to the right hand side;
11878                 top-align the buttons;
11879                 remove unneeded vbox
11880         * src/prefs_summaries.c
11881                 put the 2 column prefs buttons in a frame to reduce
11882                 overall width; refer to columns not items &c.
11883
11884 2005-08-05 [colin]      1.9.13cvs17
11885
11886         * src/prefs_common.c
11887         * src/prefs_common.h
11888         * src/mainwindow.c
11889         * src/compose.c
11890         * src/messageview.c
11891                 Add an hidden toolbar_detachable pref, so
11892                 that I can get rid of these painful handles
11893                 in the toolbars. Defaults to TRUE to avoid
11894                 changing the GUI on unsuspecting people...
11895
11896 2005-08-05 [colin]      1.9.13cvs16
11897
11898         * src/Makefile.am
11899         * src/prefs_folder_column.c
11900         * src/prefs_folder_column.h
11901                 Add prefs for folder columns
11902         * src/folderview.c
11903         * src/folderview.h
11904         * src/mainwindow.c
11905         * src/mainwindow.h
11906         * src/prefs_common.c
11907         * src/prefs_common.h
11908         * src/prefs_summaries.c
11909                 Use them
11910         * src/prefs_summary_column.c
11911         * src/summaryview.c
11912         * src/summaryview.h
11913                 Add a To column
11914         * src/textview.c
11915         * src/common/utils.c
11916         * src/common/utils.h
11917                 Move uri colourisation functions
11918                 to utils
11919         * src/compose.c
11920                 Colourise URIs
11921         * src/imap.c
11922                 Fix bug with LIST where we'd try
11923                 to get Folder//////[...]/// 
11924
11925 2005-08-05 [paul]       1.9.13cvs15
11926
11927         * src/prefs_summaries.c
11928                 improve the English usage
11929         * src/summaryview.c
11930                 set font on column change
11931                 thanks to Colin
11932
11933 2005-08-05 [paul]       1.9.13cvs14
11934
11935         * src/prefs_common.c
11936         * src/prefs_common.h
11937         * src/prefs_summaries.c
11938         * src/summaryview.c
11939                 replace 'open_unread_on_enter' option with
11940                 'select_on_entry' option. opening/not opening
11941                 is now exclusively controlled by 'always_show_msg'
11942
11943 2005-08-04 [colin]      1.9.13cvs13
11944
11945         * src/compose.c
11946                 Remove dead code
11947                 Add colourisation of quotes and signatures
11948         * src/folderview.c
11949                 Fix possible crashes
11950         * src/messageview.c
11951                 Change an assert that is no problem
11952         * src/news.c
11953         * src/news_gtk.c
11954         * src/news_gtk.h
11955                 Fix offline mode
11956         * src/gtk/quicksearch.c
11957                 Fix a possible crash
11958
11959 2005-08-03 [colin]      1.9.13cvs12
11960
11961         * src/prefs_account.c
11962                 Fix bug #777 (Sylpheed crash in account configuration)
11963
11964 2005-08-03 [colin]      1.9.13cvs11
11965
11966         * src/addressbook.c
11967         * src/editaddress.c
11968         * src/editgroup.c
11969                 Fixing addressbook, round 2
11970         * src/textview.c
11971                 Fix emphasis color on rechecking 'Colorize messages'
11972
11973 2005-08-03 [paul]       1.9.13cvs10
11974
11975         sync with main
11976
11977         * src/addr_compl.c
11978         * src/compose.c
11979         * src/main.c
11980         * src/pop.c
11981         * src/prefs_account.c
11982         * src/procmime.c
11983         * src/procmsg.c
11984         * src/quote_fmt_parse.y
11985         * src/textview.c
11986         * src/common/quoted-printable.c
11987         * src/common/utils.c
11988         * src/common/utils.h
11989         * src/common/xml.c
11990                 replaced incorrect locale-independent
11991                 ctype functions with GLib's. Corrected
11992                 signedness mismatch.
11993         * src/headerview.c
11994                 headerview_create(): added spacing for vbox.
11995         * src/gtk/about.c
11996                 set focus to the OK button.
11997
11998 2005-08-03 [colin]      1.9.13cvs9
11999
12000         * src/folderview.c
12001                 Fix possible crash
12002
12003 2005-08-02 [colin]      1.9.13cvs8
12004
12005         * src/mainwindow.c
12006                 Fix cast
12007         * src/addressbook.c
12008         * src/addressitem.h
12009                 Fix a cast and more generally, try to make the
12010                 GUI more intuitive and consistent (round 1)
12011
12012 2005-08-02 [paul]       1.9.13cvs7
12013
12014         * src/folder.h
12015                 missing in 1.9.13cvs6
12016
12017 2005-08-02 [colin]      1.9.13cvs6
12018
12019         * src/folder.c
12020                 Fix one more leak
12021
12022 2005-08-02 [colin]      1.9.13cvs5
12023
12024         * src/folder.c
12025         * src/folderview.c
12026         * src/imap.c
12027         * src/main.c
12028         * src/mbox.c
12029         * src/procmsg.c
12030         * src/summaryview.c
12031                 Fix a number of folder_item_get_msg_list()-related
12032                 leaks (missing procmsg_msginfo_free()s)
12033
12034 2005-08-01 [colin]      1.9.13cvs4
12035
12036         * src/folderview.c
12037         * src/folderview.h
12038         * src/mainwindow.c
12039         * src/prefs_fonts.c
12040         * src/prefs_summaries.c
12041         * src/prefs_themes.c
12042         * src/summaryview.c
12043         * src/summaryview.h
12044         * src/textview.c
12045         * src/textview.h
12046                 Fix instant-apply of summary and folderview-related prefs
12047                 Fix erroneous g_free and alertpanels in prefs_theme
12048                 Add instant-apply for fonts
12049                 Defer applying of prefs a little bit so it's done only
12050                 once even if requested by multiples prefs pages
12051
12052 2005-08-01 [paul]       1.9.13cvs3
12053
12054         * src/main.c
12055                 fix bug 776 'S.C. crashes on close'
12056                 thanks to Colin
12057         * src/etpan/etpan-thread-manager-types.h
12058                 add missing include
12059                 thanks to Hoa
12060
12061 2005-07-25 [paul]       1.9.13cvs2
12062
12063         * src/summaryview.c
12064                 fix typos. spotted by Fabien Vantard
12065
12066 2005-07-24 [paul]       1.9.13cvs1
12067
12068         * doc/man/sylpheed.1
12069                 update man page, incorporating fix of
12070                 bug 769 'Typo in manpage'
12071         * src/etpan/imap-thread.c
12072                 fix NetBSD openssl dependencies. patch by
12073                 George Michaelson <ggm@apnic.net>
12074         * po/pt_BR.po
12075                 updated by Frederico Goncalves Guimaraes
12076
12077 2005-07-22 [paul]       1.9.13
12078
12079         1.9.13 release
12080
12081 2005-07-22 [paul]       1.9.12cvs91
12082
12083         * AUTHORS
12084         * INSTALL
12085         * README.claws
12086         * RELEASE_NOTES.claws
12087                 updated for release
12088         * configure.ac
12089         * po/nb.po
12090         * tools/claws.i18n.status.pl
12091                 add Norwegian translation. submiited by
12092                 Geir Helland <pjallabais@users.sourceforge.net>
12093         * po/ca.po
12094         * po/de.po
12095         * po/es.po
12096         * po/fi.po
12097         * po/fr.po
12098         * po/it.po
12099         * po/sk.po
12100         * po/sr.po
12101         * po/zh_CN.po
12102                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12103                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12104                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12105                 Yang Guilong
12106         * src/plugins/clamav/clamav_plugin_gtk.c
12107         * src/plugins/spamassassin/spamassassin_gtk.c
12108                 replace outdated description strings
12109
12110 2005-07-21 [colin]      1.9.12cvs90
12111
12112         * src/folder.c
12113                 Set folder to batch mode when scanning it. Makes deletion
12114                 of unread mails on IMAP much faster (due to the UNREAD 
12115                 flag unsetting)
12116
12117 2005-07-21 [darko]      1.9.12cvs89
12118
12119         * configure.ac
12120                 link against libresolv if necessary (patch by Paul)
12121         * src/msgcache.c
12122                 use glib's portable macros to determine endianness
12123
12124 2005-07-21 [paul]       1.9.12cvs88
12125
12126         * src/crash.c
12127         * src/gtk/about.c
12128                 update compiled-in features list
12129
12130 2005-07-20 [colin]      1.9.12cvs87
12131
12132         * src/folder.c
12133         * src/textview.c
12134                 Gcc 2.9x compilation fixes, thanks to Darko
12135         * src/plugins/clamav/clamav_plugin.c
12136                 Little optimisation: load virus database only once
12137         * src/plugins/spamassassin/spamassassin.c
12138                 Big optimisation: filtering one mail took at least 1 second,
12139                 now it takes at least 50ms. Doesn't speed up spamassassin 
12140                 itself, but should already be much more tolerable.
12141
12142 2005-07-20 [colin]      1.9.12cvs86
12143
12144         * src/summaryview.c
12145                 Fix performance issue
12146
12147 2005-07-19 [colin]      1.9.12cvs85
12148
12149         * src/plugins/pgpinline/plugin.c
12150                 Fix warning
12151
12152 2005-07-19 [colin]      1.9.12cvs84
12153
12154         * configure.ac
12155         * src/plugins/Makefile.am
12156         * src/plugins/pgpinline/.cvsignore
12157         * src/plugins/pgpinline/Makefile.am
12158         * src/plugins/pgpinline/pgpinline.c
12159         * src/plugins/pgpinline/pgpinline.deps
12160         * src/plugins/pgpinline/pgpinline.h
12161         * src/plugins/pgpinline/plugin.c
12162                 Put pgpinline in the main tree
12163
12164 2005-07-19 [paul]       1.9.12cvs83
12165
12166         * src/prefs_actions.c
12167                 prevent '//' in menu names, which cause a crash
12168                 thanks to Colin
12169
12170 2005-07-19 [paul]       1.9.12cvs82
12171
12172         * configure.ac
12173                 be generally more informative in configure output.
12174                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12175                 '[ --disable-openssl ...', as --enable-openssl is default
12176                 PGP/MIME: don't check for GPGME again, check for
12177                 pgpcore instead. Therefore prevent the possibility of
12178                 attempting to build pgpmime if pgpcore dependencies are
12179                 not met
12180                 ClamAV: use pkgconfig to check for lib
12181                 libgnomeprint: revert logic on inner test to match
12182                 everything else
12183         * src/plugins/pgpcore/sgpgme.c
12184                 add missing include
12185
12186 2005-07-19 [colin]      1.9.12cvs81
12187
12188         * src/summaryview.c
12189                 Fix slow thread rebuilding in particular
12190                 cases
12191
12192 2005-07-19 [paul]       1.9.12cvs80
12193
12194         * sylpheed-claws.desktop
12195                 fix typo, spotted by Stephan Sachse
12196         * src/account.c
12197                 replace GTK_STOCK_ADD with
12198                 GTK_STOCK_NEW button
12199
12200 2005-07-18 [colin]      1.9.12cvs79
12201
12202         * src/etpan/imap-thread.c
12203                 Fix return value (Thanks Hoa)
12204
12205 2005-07-18 [colin]      1.9.12cvs78
12206
12207         * src/imap.c
12208                 Allow empty passwords
12209                 Create drafts/queue/outbox if necessary
12210         * src/summaryview.c
12211                 Remove old code
12212         * src/etpan/imap-thread.c
12213                 Fix STARTTLS (Thanks to Hoa)
12214
12215 2005-07-18 [paul]       1.9.12cvs77
12216
12217         * ChangeLog-gtk2.jp
12218         * ChangeLog.jp
12219                 removed
12220         * Makefile.am
12221                 updated to reflect additions and removals
12222         * TODO
12223                 updated to be claws-specific
12224         * TODO-gtk2
12225         * TODO-gtk2.jp
12226         * TODO.jp
12227         * sylpheed-128x128.png
12228         * sylpheed-64x64.png
12229                 removed
12230         * sylpheed-claws-128x128.png
12231         * sylpheed-claws-64x64.png
12232         * sylpheed-claws.desktop
12233         * sylpheed-claws.png
12234                 added
12235         * sylpheed.desktop
12236         * sylpheed.png
12237                 removed
12238
12239 2005-07-17 [paul]       1.9.12cvs76
12240
12241         * src/account.c
12242         * src/addressbook.c
12243         * src/alertpanel.c
12244         * src/alertpanel.h
12245         * src/compose.c
12246         * src/exphtmldlg.c
12247         * src/expldifdlg.c
12248         * src/folderview.c
12249         * src/imap_gtk.c
12250         * src/inc.c
12251         * src/message_search.c
12252         * src/messageview.c
12253         * src/mh_gtk.c
12254         * src/news_gtk.c
12255         * src/prefs_actions.c
12256         * src/prefs_filtering.c
12257         * src/prefs_matcher.c
12258         * src/prefs_template.c
12259         * src/prefs_themes.c
12260         * src/ssl_manager.c
12261         * src/summary_search.c
12262         * src/textview.c
12263         * src/toolbar.c
12264         * src/gtk/sslcertwindow.c
12265         * src/plugins/pgpcore/sgpgme.c
12266                 rework alertpanels
12267
12268 2005-07-17 [colin]      1.9.12cvs75
12269
12270         * src/privacy.c
12271                 add a PrivacySystem accessor that checks that
12272                 the system cached in a MimeInfo's privacydata
12273                 is still registered. Use this accessor instead
12274                 of directly using data->system. Fixes crashes
12275                 after unloading pgp plugins.
12276
12277 2005-07-17 [colin]      1.9.12cvs74
12278
12279         * src/alertpanel.c
12280                 Change geometry hints to a simple default size.
12281                 Fixes the certs dialogs.
12282
12283 2005-07-17 [colin]      1.9.12cvs73
12284
12285         * src/gtk/sslcertwindow.c
12286                 Use a gtkExpander
12287
12288 2005-07-17 [colin]      1.9.12cvs72
12289
12290         * src/plugins/pgpcore/Makefile.am
12291         * src/plugins/pgpmime/Makefile.am
12292                 Add gpgme libs
12293
12294 2005-07-17 [paul]       1.9.12cvs71
12295
12296         * configure.ac
12297                 add --disable-gnomeprint option
12298                 modified version of patch by Marius Mauch
12299
12300 2005-07-17 [paul]       1.9.12cvs70
12301
12302         * src/common/defs.h
12303                 update urls
12304         * src/account.c
12305         * src/action.c
12306         * src/addressbook.c
12307         * src/compose.c
12308         * src/foldersel.c
12309         * src/folderview.c
12310         * src/html.c
12311         * src/imap_gtk.c
12312         * src/main.c
12313         * src/mainwindow.c
12314         * src/messageview.c
12315         * src/mh_gtk.c
12316         * src/mimeview.c
12317         * src/news_gtk.c
12318         * src/prefs_account.c
12319         * src/prefs_send.c
12320         * src/prefs_summaries.c
12321         * src/procmsg.c
12322         * src/summaryview.c
12323         * src/common/utils.c
12324         * src/common/xml.c
12325         * src/plugins/pgpcore/passphrase.c
12326         * src/plugins/pgpcore/select-keys.c
12327                 replace inappropriately used backticks
12328                 with single quotes
12329
12330 2005-07-16 [colin]      1.9.12cvs69
12331
12332         * src/image_viewer.c
12333                 Add extra paranoid checks
12334
12335 2005-07-16 [colin]      1.9.12cvs68
12336
12337         * src/plugins/pgpcore/prefs_gpg.c
12338                 Don't auto-check sigs by default, as it
12339                 can be really slow.
12340
12341 2005-07-16 [colin]      1.9.12cvs67
12342
12343         * src/plugins/pgpcore/sgpgme.c
12344                 Make messages a bit better.
12345
12346 2005-07-16 [colin]      1.9.12cvs66
12347
12348         * src/imap.c
12349                 Remove pseudo-log
12350         * src/etpan/imap-thread.c
12351                 Add real log
12352
12353 2005-07-16 [colin]      1.9.12cvs65
12354
12355         * src/main.c
12356         * src/prefs_other.c
12357                 And now, fix build with libetpan :-/
12358
12359 2005-07-15 [colin]      1.9.12cvs64
12360
12361         * src/prefs_other.c
12362                 Continue fixing build without libetpan.
12363
12364 2005-07-15 [colin]      1.9.12cvs63
12365
12366         * src/main.c
12367                 Fix build with --disable-libetpan
12368
12369 2005-07-15 [colin]      1.9.12cvs62
12370
12371         * configure.ac
12372                 Bump libetpan's version
12373
12374 2005-07-15 [colin]      1.9.12cvs61
12375
12376         * src/etpan/imap-thread.c
12377                 Actually stop logging :)
12378
12379 2005-07-15 [colin]      1.9.12cvs60
12380
12381         * src/addressbook.c
12382                 Fix dnd of multiple addresses.
12383
12384 2005-07-15 [hoa]        1.9.12cvs59
12385
12386         * src/etpan/imap-thread.c
12387             disable login of IMAP password in libetpan log file.
12388
12389 2005-07-15 [paul]       1.9.12cvs58
12390
12391         * src/account.c
12392                 don't automatically sort
12393                 do allow drag n drop
12394
12395 2005-07-15 [paul]       1.9.12cvs57
12396
12397         * src/account.c
12398         * src/ssl_manager.c
12399                 alphabetical listing
12400
12401 2005-07-15 [paul]       1.9.12cvs56
12402
12403         * src/gtk/pluginwindow.c
12404                 sort plugin list alphabetically
12405
12406 2005-07-15 [paul]       1.9.12cvs55
12407
12408         * src/prefs_spelling.c
12409         * src/prefs_wrapping.c
12410                 unify English usage
12411
12412 2005-07-15 [colin]      1.9.12cvs54
12413
12414         * src/wizard.c
12415                 Typo fix
12416
12417 2005-07-15 [paul]       1.9.12cvs53
12418
12419         * src/prefs_message.c
12420                 make 'show cursor' a hidden option
12421
12422 2005-07-14 [colin]      1.9.12cvs52
12423
12424         * src/plugins/spamassassin/Makefile.am
12425         * src/plugins/clamav/Makefile.am
12426                 Fix double EXTRA_DISTs
12427
12428 2005-07-14 [colin]      1.9.12cvs51
12429
12430         * src/plugins/clamav/Makefile.am
12431         * src/plugins/clamav/clamav_plugin_gtk.deps
12432         * src/plugins/spamassassin/Makefile.am
12433         * src/plugins/spamassassin/spamassassin_gtk.deps
12434                 Make $plugin_gtk depend on $plugin
12435
12436 2005-07-14 [hoa]        1.9.12cvs50
12437
12438         * src/etpan/imap-thread.c
12439                 enable debug log of libetpan when running with --debug
12440
12441 2005-07-14 [colin]      1.9.12cvs49
12442
12443         * configure.ac
12444         * src/common/Makefile.am
12445         * src/common/plugin.c
12446         * src/common/plugin.h
12447                 Add a little plugin dependancy system.
12448                 Plugins can ship a $plugin_name.deps file
12449                 (near them in PLUGINDIR) so that their
12450                 dependancies are loaded if possible.
12451         * src/plugins/Makefile.am
12452         * src/plugins/pgpcore/Makefile.am
12453         * src/plugins/pgpcore/passphrase.c
12454         * src/plugins/pgpcore/passphrase.h
12455         * src/plugins/pgpcore/plugin.c
12456         * src/plugins/pgpcore/prefs_gpg.c
12457         * src/plugins/pgpcore/prefs_gpg.h
12458         * src/plugins/pgpcore/select-keys.c
12459         * src/plugins/pgpcore/select-keys.h
12460         * src/plugins/pgpcore/sgpgme.c
12461         * src/plugins/pgpcore/sgpgme.h
12462                 Introduce pgpcore, used by pgpmime and
12463                 pgpinline
12464         * src/plugins/pgpmime/Makefile.am
12465         * src/plugins/pgpmime/passphrase.c
12466         * src/plugins/pgpmime/passphrase.h
12467         * src/plugins/pgpmime/pgpmime.c
12468         * src/plugins/pgpmime/pgpmime.deps
12469         * src/plugins/pgpmime/plugin.c
12470         * src/plugins/pgpmime/prefs_gpg.c
12471         * src/plugins/pgpmime/prefs_gpg.h
12472         * src/plugins/pgpmime/select-keys.c
12473         * src/plugins/pgpmime/select-keys.h
12474         * src/plugins/pgpmime/sgpgme.c
12475         * src/plugins/pgpmime/sgpgme.h
12476                 Remove the core from pgpmime and add the
12477                 dependancy to pgpcore.
12478
12479 2005-07-14 [paul]       1.9.12cvs48
12480
12481         * src/stock_pixmap.c
12482                 forgot this in last commit
12483
12484 2005-07-14 [paul]       1.9.12cvs47
12485
12486         * src/account.c
12487         * src/addressbook.c
12488                 add accelerators for the buttons (sync with main)
12489         * src/compose.c
12490         * src/compose.h
12491                 add accelerators for the buttons.
12492                 fix editing with external editor.
12493                 replace gdk_input_*() with GIOChannel;
12494                 (sync with main)
12495         * src/foldersel.c
12496                 display folder names with new/unread
12497                 representation (sync with main)
12498         * src/main.c
12499                 specify default window icon (sync with main)
12500         * src/prefs_common.c
12501                 use_addr_book default to FALSE
12502         * src/summaryview.c
12503         * src/textview.c
12504                 add accelerators for the buttons (sync with main)
12505         * src/gtk/menu.c
12506                 fix typos
12507         * src/pixmaps/sylpheed_icon.xpm
12508                 updated
12509
12510 2005-07-13 [paul]       1.9.12cvs46
12511
12512         * src/plugins/pgpmime/pgpmime.c
12513         * src/plugins/pgpmime/sgpgme.c
12514                 (temporarily) use deprecated gpgme_data_rewind()
12515                 while largefile support is not present
12516                 (as suggested by Colin)
12517
12518 2005-07-13 [paul]       1.9.12cvs45
12519
12520         * configure.ac
12521                 remove large file support (for now):
12522                 it breaks too many things
12523
12524 2005-07-13 [paul]       1.9.12cvs44
12525
12526         * configure.ac
12527                 add large file support
12528         * src/html.c
12529                 fix bug #763 where href attribute was not
12530                 the very first attribute of a link
12531                 patch by Thomas Gilgin
12532
12533 2005-07-13 [colin]      1.9.12cvs43
12534
12535         * src/gtk/pluginwindow.c
12536                 Little portability fix
12537
12538 2005-07-13 [colin]      1.9.12cvs42
12539
12540         * src/plugins/pgpmime/sgpgme.c
12541                 Fix crasher.
12542
12543 2005-07-13 [colin]      1.9.12cvs41
12544
12545         * src/plugins/pgpmime/pgpmime.c
12546         * src/plugins/pgpmime/sgpgme.c
12547                 Use gpgme_data_release_and_get_mem instead
12548                 of gpgme_data_read.
12549
12550 2005-07-13 [colin]      1.9.12cvs40
12551
12552         * configure.ac
12553         * src/plugins/pgpmime/passphrase.c
12554         * src/plugins/pgpmime/passphrase.h
12555         * src/plugins/pgpmime/pgpmime.c
12556         * src/plugins/pgpmime/plugin.c
12557         * src/plugins/pgpmime/select-keys.c
12558         * src/plugins/pgpmime/select-keys.h
12559         * src/plugins/pgpmime/sgpgme.c
12560         * src/plugins/pgpmime/sgpgme.h
12561                 Port pgpmime to gpgme-1.0.
12562
12563 2005-07-12 [paul]       1.9.12cvs39
12564
12565         * AUTHORS
12566         * src/toolbar.c
12567         * src/toolbar.h
12568                 add a 'Go to Prev' button to the toolbar.
12569                 correct tooltip text of go to buttons.
12570                 based on patch by Yang Guilong <bamanzi@gmail.com>
12571
12572 2005-07-12 [colin]      1.9.12cvs38
12573
12574         * src/statusbar.c
12575                 Fix progress bar showing stuff at startup.
12576
12577 2005-07-12 [paul]       1.9.12cvs37
12578
12579         * src/editjpilot.c
12580                 fix building with jpilot support
12581
12582 2005-07-11 [colin]      1.9.12cvs36
12583
12584         * src/inc.c
12585                 Add visual indication that filtering is running
12586         * src/textview.c
12587                 Make {}[] uri delimiters
12588         * src/summaryview.c
12589                 Remove useless (and slow) calls
12590
12591 2005-07-11 [paul]       1.9.12cvs35
12592
12593         * src/plugins/clamav/clamav_plugin_gtk.c
12594         * src/plugins/dillo_viewer/dillo_prefs.c
12595         * src/plugins/pgpmime/prefs_gpg.c
12596         * src/plugins/spamassassin/spamassassin_gtk.c
12597                 gather plugins prefs together under their
12598                 own 'Plugins' heading
12599
12600 2005-07-11 [paul]       1.9.12cvs34
12601
12602         sync with main
12603
12604         * src/account.c
12605                 account_delete(): modified alert dialog
12606         * src/editjpilot.c
12607         * src/editvcard.c
12608                 fixed a crash when cancelling file selection
12609                 dialog by Escape key. Made non-ascii filename
12610                 selectable.
12611         * src/prefs_template.c
12612                 prefs_template_window_create(): make scrolled
12613                 window policy AUTOMATIC
12614
12615 2005-07-10 [hoa]        1.9.12cvs33
12616
12617         * src/etpan/imap-thread.c
12618                 workaround for old Courier IMAP servers.
12619
12620 2005-07-10 [colin]      1.9.12cvs32
12621
12622         * src/folder.c
12623         * src/statusbar.c
12624         * src/statusbar.h
12625                 Add visual progress indicator on filtering/processing
12626                 Factorize the progress bar code
12627         * src/imap.c
12628         * src/imap.h
12629         * src/etpan/imap-thread.c
12630                 Add a reference counter to avoid destroying the Folder
12631                 while it's in use by another callback.
12632
12633 2005-07-09 [hoa]        1.9.12cvs31
12634
12635         * src/imap.c
12636         * src/etpan/imap-thread.c
12637                 fixed deadlock when removing IMAP account.
12638
12639 2005-07-08 [colin]      1.9.12cvs30
12640
12641         * src/textview.c
12642         * src/unmime.c
12643                 Fix again problems decoding broken headers
12644         * src/gtk/inputdialog.c
12645                 Fix local variable shadowing a global one
12646
12647 2005-07-08 [colin]      1.9.12cvs29
12648
12649         * src/msgcache.c
12650                 Make the cache/mark files platform-agnostic by writing
12651                 them in little-endian format. Reading them is also done
12652                 in little-endian format, of course; however, in order
12653                 to avoid trashing mark data on big-endian machines, the
12654                 files are, at first, read from the native format if the
12655                 little-endian one doesn't exist. This is easy to deter-
12656                 mine by trying to open a file with a swapped data_ver
12657                 and seeing if it's the wanted version.
12658                 Little-endian using users should see absolutely no
12659                 difference, Big-endian users may get a very little
12660                 performance drop due to byte-swapping.
12661                 Tested on i386 and ppc32. 
12662                 Fixes bug #159 (The index file, in the mailboxes, is 
12663                 hardware depending).
12664
12665                 To have the cache/mark files updated to the new little-
12666                 endian format, "Check for new messages" or even
12667                 "Rebuild folder tree" aren't enough. Files will be
12668                 updated as soon as a folder has been opened/closed.
12669                 To update everything, just select all folders by
12670                 selecting them one by one.
12671
12672 2005-07-07 [colin]      1.9.12cvs28
12673
12674         * src/imap.c
12675                 Remember the folder separator per IMAPFolder
12676                 instead of globally.
12677                 Revive the Session on noop; fixes bug #761
12678                 (mark a bunch of unread messages as read takes 
12679                 forever)
12680
12681 2005-07-07 [darko]      1.9.12cvs27
12682
12683         * src/common/template.c
12684                 Sort templates alphabetically
12685
12686 2005-07-06 [colin]      1.9.12cvs26
12687
12688         * src/imap.c
12689                 Try to use the correct separator in
12690                 most cases. Possibly fixes bug #759
12691                 (only creates the INBOX folder when 
12692                 setting up new IMAP account) and 
12693                 bug #760 (Can't retrieve messages)
12694
12695 2005-07-06 [colin]      1.9.12cvs25
12696
12697         * src/imap.c
12698                 Use real_path in status command. This will
12699                 help later, when namespaces will be used.
12700
12701 2005-07-06 [colin]      1.9.12cvs24
12702
12703         * configure.ac
12704         * src/account.c
12705         * src/folder.c
12706         * src/imap.c
12707         * src/etpan/etpan-log.c
12708         * src/etpan/etpan-thread-manager.c
12709         * src/etpan/imap-thread.c
12710                 Add a --disable-libetpan parameter. With this,
12711                 users that don't want IMAP4 support can avoid
12712                 the new dependancy (and have no IMAP support).
12713                 Users that have IMAP4 accounts and use this
12714                 parameter won't lose their configuration, their
12715                 IMAP accounts will just be invisible and not
12716                 used.
12717         * src/textview.c
12718                 Make the "Copy ..." contextual menu items 
12719                 copy to both the X clipboard and the gtk 
12720                 clipboard - as most other apps do.
12721         * src/gtk/about.c
12722                 Add a notice about OpenSSL usage, in order to
12723                 comply with OpenSSL's license (point 6):
12724                 http://www.openssl.org/source/license.html
12725
12726 2005-07-06 [colin]      1.9.12cvs23
12727
12728         * src/alertpanel.c
12729                 Fix a minimum size for alertpanels
12730         * src/compose.c
12731                 Show 'No space left on device' type errors
12732                 when queuing/sending
12733         * src/imap_gtk.c
12734         * src/mh_gtk.c
12735                 Rework folder's deletion message (remove 
12736                 extra \n)
12737
12738 2005-07-05 [colin]      1.9.12cvs22
12739
12740         * src/imap.c
12741                 Add an alertpanel on auth error
12742                 Add pseudo-log
12743                 Remove pthread-related stuff
12744
12745 2005-07-05 [colin]      1.9.12cvs21
12746
12747         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12748                 Fix crash on plugin reloading (with a hack)
12749
12750 2005-07-05 [colin]      1.9.12cvs20
12751
12752         * src/prefs_account.c
12753         * src/prefs_account.h
12754                 Fix typo
12755         * src/gtk/filesel.c
12756         * src/gtk/filesel.h
12757                 Add a way to filter the view
12758         * src/gtk/pluginwindow.c
12759                 Filter loadable stuff
12760         * src/plugins/pgpmime/prefs_gpg.c
12761                 Fix missing unregistration
12762         * .cvsignore
12763         * src/etpan/.cvsignore
12764         * src/plugins/spamassassin/.cvsignore
12765                 Add more stuff to cvs ignored files
12766
12767 2005-07-04 [colin]      1.9.12cvs19
12768
12769         * src/imap.c
12770                 Fix scan_required returning FALSE when it
12771                 shouldn't. Maybe fix #760 (Can't retrieve
12772                 messages)
12773
12774 2005-07-04 [colin]      1.9.12cvs18
12775
12776         * src/summaryview.c
12777                 Fix always_show_msg pref
12778
12779 2005-07-04 [paul]       1.9.12cvs17
12780
12781         sync with main (forgotten in last commit)
12782         
12783         * src/common/utils.c
12784         * src/common/utils.h
12785                 check_line_length(): new.
12786                 is_dir_exist()
12787                 is_file_entry_exist()
12788                 dirent_is_regular_file()
12789                 dirent_is_directory(): use g_file_test() instead of stat().
12790
12791 2005-07-04 [paul]       1.9.12cvs16
12792
12793         sync with main:
12794
12795         * src/compose.c
12796                 compose_write_to_file(): check for line
12797                 length limit and display warning if exceeds
12798         * src/jpilot.c
12799                 use get_home_dir() instead of g_get_home_dir()
12800         * src/procheader.c
12801                 removed warning about invalid date
12802         * src/vcard.c
12803                 use get_home_dir() instead of g_get_home_dir()
12804
12805 2005-07-04 [paul]       1.9.12cvs15
12806
12807         * src/stock_pixmap.c
12808                 fix new pixmap naming errors
12809                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12810
12811 2005-07-04 [colin]      1.9.12cvs14
12812
12813         * src/imap.c
12814                 Fix debugging string with a warning
12815
12816 2005-07-04 [colin]      1.9.12cvs13
12817
12818         * configure.ac
12819                 Add a check for libetpan's version (>= 0.37)
12820
12821 2005-07-04 [hoa]        1.9.12cvs12
12822
12823         * commitHelper
12824         * src/imap.c
12825         * src/etpan/imap-thread.c
12826         * src/etpan/imap-thread.h
12827                 fixed IMAP implementation of check of mails.
12828
12829 2005-07-03 [hoa]        1.9.12cvs11
12830
12831         * src/etpan/Makefile.am
12832         * src/etpan/etpan-errors.h
12833         * src/etpan/etpan-log.[ch]
12834         * src/etpan/etpan-thread-manager-types.h
12835         * src/etpan/etpan-thread-manager.[ch]
12836         * src/etpan/imap-thread.[ch]
12837         * src/Makefile.am
12838         * src/imap.c
12839         * src/main.c
12840         * src/prefs_other.c
12841         * configure.ac
12842             merged imap branch.
12843             dependency on libetpan 0.37 is now added.
12844
12845 2005-07-01 [colin]      1.9.12cvs10
12846
12847         * src/Makefile.am
12848         * src/folder.c
12849         * src/folder.h
12850         * src/folderview.c
12851         * src/stock_pixmap.c
12852         * src/stock_pixmap.h
12853         * src/plugins/trayicon/trayicon.c
12854                 Add marked symbol on folders containing
12855                 marked messages
12856         * src/procmsg.c
12857         * src/procmsg.h
12858         * src/toolbar.c
12859         * src/prefs_common.c
12860         * src/prefs_common.h
12861         * src/prefs_send.c
12862                 Add an optional confirmation dialog on queue
12863                 sending. Patch by wwp.
12864         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12865         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12866         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12867         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12868         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12869         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12870         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12871         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12872         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12873         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12874         * src/pixmaps/trash_mark.xpm            ** ADDED **
12875                 New pixmaps
12876
12877 2005-07-01 [colin]      1.9.12cvs9
12878
12879         * src/summaryview.c
12880                 Fix a little threading bug
12881         * src/addrgather.c
12882         * src/mainwindow.c
12883                 A little bit of HIG normality never hurts
12884
12885 2005-07-01 [colin]      1.9.12cvs8
12886
12887         * src/compose.c
12888         * src/msgcache.c
12889         * src/pop.c
12890         * src/procmime.c
12891         * src/recv.c
12892         * src/common/log.c
12893         * src/common/template.c
12894         * src/common/utils.c
12895         * src/common/utils.h
12896                 Reverted the fwrite_atomic stuff. In fact
12897                 it is already atomic.
12898
12899 2005-06-30 [colin]      1.9.12cvs7
12900
12901         * src/common/utils.c
12902         * src/common/utils.h
12903                 Add an fwrite_atomic() function to make
12904                 sure we write everything: fwrite can make
12905                 short writes.
12906         * src/compose.c
12907         * src/msgcache.c
12908         * src/pop.c
12909         * src/procmime.c
12910         * src/recv.c
12911         * src/common/log.c
12912         * src/common/template.c
12913                 Use that (and fix swapping of size and nmemb).
12914                 Thanks to Rich Coe for the heads up.
12915
12916 2005-06-30 [colin]      1.9.12cvs6
12917
12918         * src/addressbook.c
12919                 Optimize addressbook opening 
12920
12921 2005-06-30 [colin]      1.9.12cvs5
12922
12923         * src/summaryview.c
12924                 Remove calls to summary_step after move/copy
12925
12926 2005-06-28 [paul]       1.9.12cvs4
12927
12928         * src/alertpanel.c
12929                 wrap and make the error msg selectable
12930
12931 2005-06-28 [paul]       1.9.12cvs3
12932
12933         * src/ssl_manager.c
12934                 replace the OK button with a Close button
12935         * src/gtk/foldersort.c
12936                 use GTK_STOCK_ icons/buttons
12937
12938 2005-06-28 [colin]      1.9.12cvs2
12939
12940         * src/gedit-print.c             ** ADDED **
12941         * src/gedit-print.h             ** ADDED **
12942         * src/gtk/gtksourceprintjob.c   ** ADDED **
12943         * src/gtk/gtksourceprintjob.h   ** ADDED **
12944                 I can't believe no one had enough time to tell
12945                 me I forgot the `cvs add`
12946
12947 2005-06-27 [colin]      1.9.12cvs1
12948
12949         * src/Makefile.am
12950         * src/gtk/Makefile.am
12951         * src/messageview.c
12952         * src/procmsg.c
12953         * src/summaryview.c
12954         * configure.ac
12955                 Add optional libgnomeprint-based printing
12956         * src/mainwindow.c
12957         * src/gtk/quicksearch.c
12958                 Add an Edit/Quick search menu item to show
12959                 and focus the quicksearch
12960
12961 2005-06-27 [paul]       1.9.12
12962
12963         1.9.12 release
12964
12965         * po/ca.po
12966         * po/de.po
12967         * po/es.po
12968         * po/fr.po
12969         * po/it.po
12970         * po/ko.po
12971         * po/pt_BR.po
12972         * po/sk.po
12973         * po/zh_CN.po
12974                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12975                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12976                 SungHyun Nam, Frederico Goncalves Guimaraes,
12977                 Andrej Kacian, and Yang Guilong
12978 2005-06-26 [colin]      1.9.11cvs106
12979
12980         * src/imap_gtk.c
12981                 Forgot one file for previous fix
12982
12983 2005-06-26 [colin]      1.9.11cvs105
12984
12985         * src/folder.c
12986         * src/imap.c
12987                 Fix problems with folder operations in no_select
12988                 imap folders. it applies only to mails, and 
12989                 creation/deletion/move/renaming of folders 
12990                 should be possible
12991
12992 2005-06-26 [paul]       1.9.11cvs104
12993
12994         * src/prefs_filtering.c
12995                 replace one more GTK_STOCK_REMOVE
12996                 with GTK_STOCK_DELETE
12997
12998 2005-06-25 [colin]      1.9.11cvs103
12999
13000         * src/imap.c
13001                 Optimize get_seq_set_from_seq_list
13002                 (Patch by Ricardo) 
13003
13004 2005-06-25 [colin]      1.9.11cvs102
13005
13006         * src/mh.c
13007                 If the directory exists, but not in the
13008                 correct encoding, rename it. This should
13009                 handle old-versions-induced bugs.
13010
13011 2005-06-25 [colin]      1.9.11cvs101
13012
13013         * src/mh.c
13014                 Fix path access with extended dir names
13015                 Fixes bug #589 (SC segfaults with wrong locale
13016                 settings)
13017
13018 2005-06-25 [colin]      1.9.11cvs100
13019
13020         * src/prefs_account.c
13021         * src/prefs_account.h
13022         * src/compose.c
13023                 Add an option to encrypt replies to
13024                 encrypted messages
13025
13026 2005-06-25 [colin]      1.9.11cvs99
13027
13028         * src/compose.c
13029         * src/quote_fmt_parse.y
13030                 ... And make it work with pgpinline.
13031
13032 2005-06-25 [colin]      1.9.11cvs98
13033
13034         * src/compose.c
13035         * src/procmime.c
13036         * src/procmime.h
13037         * src/quote_fmt_parse.y
13038                 o Make reedition of encrypted messages possible
13039                   (as long as it is encrypted to self too, no
13040                    magic there)
13041                 o Make replying with quote (and without selecting
13042                   text) possible for encrypted messages.
13043                 Closes bug #550 (Not possible to "reply with quote"
13044                 to gnupg encrypted messages)
13045
13046 2005-06-24 [paul]       1.9.11cvs97
13047
13048         * src/imap.c
13049                 add missing include
13050
13051 2005-06-24 [paul]       1.9.11cvs96
13052
13053         * src/editldap.c
13054                 made bind password entry invisible
13055                 (sync with main)
13056         * src/send_message.c
13057                 send_message_local(): check exit status
13058                 to detect errors (sync with main)
13059         * src/textview.c
13060                 use main's less ambiguous popup menu
13061                 wording
13062
13063 2005-06-24 [paul]       1.9.11cvs95
13064
13065         * src/prefs_actions.c
13066         * src/prefs_customheader.c
13067         * src/prefs_display_header.c
13068         * src/prefs_filtering_action.c
13069         * src/prefs_matcher.c
13070         * src/prefs_template.c
13071         * src/prefs_toolbar.c
13072                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13073         * src/gtk/description_window.c
13074                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13075
13076 2005-06-23 [colin]      1.9.11cvs94
13077
13078         * src/summaryview.c
13079                 Fix rough edges (be sure to call status_show whenever
13080                 necessary).
13081
13082 2005-06-23 [colin]      1.9.11cvs93
13083
13084         * src/summaryview.c
13085                 Optimize Select All
13086                 Before, in a 5K mails folder: 11s
13087                 After, in the same folder: 58000µs
13088                 The joys of locking... gtk_clist_select_all() fires a 
13089                 tree-select-row event for each selected row, which in 
13090                 summaryview, callbacks summary_selected which in turn,
13091                 calls summary_status_show, which walks the selected
13092                 rows. Hence, calling gtk_clist_select_all was 
13093                 exponential. Locking the summaryview makes 
13094                 summary_selected return early.
13095
13096 2005-06-23 [colin]      1.9.11cvs92
13097
13098         * src/imap.c
13099                 Move mutex at the important place to avoid
13100                 deadlocks
13101         * src/summaryview.c
13102                 Fix Del key deleting directly instead of
13103                 moving to trash
13104
13105 2005-06-22 [colin]      1.9.11cvs91
13106
13107         * src/plugins/spamassassin/libspamc.c
13108                 As we do spagetti code with assignations in multiple
13109                 places (see _message_read_raw where out = msg = raw),
13110                 let's be sure we don't free the same pointer twice.
13111                 Should fix bug #683 (Crash in libpam at 
13112                 message_cleanup).
13113
13114 2005-06-22 [colin]      1.9.11cvs90
13115
13116         * src/compose.c
13117         * src/messageview.c
13118         * src/toolbar.c
13119                 Make toolbar's delete use the move to trash stuff;
13120                 Add gtk_widget_realize to be sure pixmaps can get
13121                 created (that may fix an old worksforme bug which
13122                 I can't find back...)
13123
13124 2005-06-22 [colin]      1.9.11cvs89
13125
13126         * src/summaryview.c
13127         * src/summaryview.h
13128         * src/mainwindow.c
13129                 Rename "Message/Delete" to "Message/Move to trash"
13130                 Add "Message/Delete..." that directly destroys the
13131                 selected messages after asking for a confirmation.
13132
13133 2005-06-22 [colin]      1.9.11cvs88
13134
13135         * src/imap.c
13136                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13137                 o Fix a deadlock (thanks Darko)
13138
13139 2005-06-22 [colin]      1.9.11cvs87
13140
13141         * src/gtk/foldersort.c
13142                 Add missing include for the i18n;
13143                 patch by Fabien Vantard
13144
13145 2005-06-21 [colin]      1.9.11cvs86
13146
13147         * src/folder.c
13148         * src/folderview.c
13149                 Respect the no_select flag
13150         * src/imap.c
13151                 Fix recursive deletion
13152         * src/imap_gtk.c
13153         * src/mh_gtk.c
13154                 Make the folder deletion's warning
13155                 more explicit
13156
13157 2005-06-21 [colin]      1.9.11cvs85
13158
13159         * src/textview.c
13160                 Prevent email addresses from spanning accross
13161                 lines - fixes bug # 646 (newline-chars in 
13162                 email addresses)
13163
13164 2005-06-20 [colin]      1.9.11cvs84
13165
13166         * src/folder.c
13167                 Be sure not to remove source if copy failed
13168
13169 2005-06-20 [colin]      1.9.11cvs83
13170
13171         * src/folderview.c
13172         * src/imap_gtk.c
13173                 remove summaryview's lock
13174         * src/imap.c
13175                 introduce threads to avoid problems when foreground tasks
13176                 interfere with background tasks
13177         * src/mh.c
13178                 prevent moving to drafts/queue
13179         * src/mimeview.c
13180                 fix leak
13181
13182 2005-06-19 [colin]      1.9.11cvs82
13183
13184         * src/imap_gtk.c
13185                 Remember that the user doesn't want to override
13186                 offline mode, for 3 seconds. It avoid presenting
13187                 him with N popups in a really short time.
13188
13189 2005-06-17 [colin]      1.9.11cvs81
13190
13191         * src/imap.c
13192                 Fix IMAP breaking on folders containing '('
13193                 (Probably won't be enough)
13194
13195 2005-06-17 [colin]      1.9.11cvs80
13196
13197         Forgotten files on 1.9.11cvs79
13198         * src/summaryview.c
13199                 Fix stepping when not immediately executing
13200         * src/imap.c
13201                 Really prevent UID FETCH 0
13202         * src/codeconv.c
13203                 Fix outgoing charset never set to utf-8
13204         * src/mh.c
13205                 Fix leak
13206
13207 2005-06-16 [colin]      1.9.11cvs79
13208
13209         * src/compose.c
13210                 Fix bug #707 (Dash splits rows)
13211                 Only wrap if we're on a line break position and
13212                 the previous one was a "white" (space) char.
13213                 Pango stuff is weird.
13214
13215 2005-06-16 [colin]      1.9.11cvs78
13216
13217         * src/imap_gtk.c
13218                 Lock summaryview while downloading messages
13219                 on user demand
13220         * src/procheader.c
13221         * src/unmime.c
13222         * src/common/utils.c
13223         * src/common/utils.h
13224                 Replace \r and \n with spaces in From and
13225                 Subject headers
13226
13227 2005-06-16 [paul]       1.9.11cvs77
13228
13229         * src/procmime.c
13230                 liberalise the mime parser
13231         * src/gtk/about.c
13232                 add text wrapping
13233
13234 2005-06-16 [paul]       1.9.11cvs76
13235
13236         * src/gtk/about.c
13237                 reworked
13238
13239 2005-06-15 [colin]      1.9.11cvs75
13240
13241         * src/compose.c
13242                 Finish header encoding fix
13243         * src/summaryview.c
13244                 Fix segfault
13245         * src/headerview.c
13246                 Fix compilation (Thanks Stephan
13247                 Sachse)
13248
13249 2005-06-15 [colin]      1.9.11cvs74
13250
13251         * Makefile.am
13252                 Install gnome2 stuff rather than gnome1, 
13253                 if both are present
13254         * src/codeconv.c
13255         * src/codeconv.h
13256         * src/compose.c
13257                 Fix headers encoding
13258         * src/folder.c
13259                 Visual progress when fetching all messages
13260         * src/folderview.c
13261         * src/summaryview.c
13262         * src/summaryview.h
13263                 Prevent changing current message while
13264                 incorporating
13265
13266 2005-06-15 [paul]       1.9.11cvs73
13267
13268         * src/gtk/gtkaspell.c
13269         * src/gtk/gtkaspell.h
13270                 fix build warnings
13271
13272 2005-06-15 [paul]       1.9.11cvs72
13273
13274         * src/prefs_filtering.c
13275                 allow reordering of filter rules by
13276                 drag n drop
13277
13278 2005-06-15 [paul]       1.9.11cvs71
13279
13280         * COPYING
13281                 updated
13282         * src/codeconv.c
13283                 replace deprecated function
13284         * src/inc.c
13285         * src/send_message.c
13286         * src/gtk/progressdialog.c
13287         * src/gtk/progressdialog.h
13288                 salvage and reuse parts of reverted sync
13289
13290 2005-06-15 [paul]       1.9.11cvs70
13291
13292         * src/inc.c
13293         * src/send_message.c
13294         * src/gtk/progressdialog.c
13295         * src/gtk/progressdialog.h
13296                 revert yesterday's sync with main
13297                 it contains deprecated functions
13298
13299 2005-06-15 [colin]      1.9.11cvs69
13300
13301         * src/headerview.c
13302                 Fix bug #670 (multi user to: will corrupt message 
13303                 headers display)
13304
13305 2005-06-15 [colin]      1.9.11cvs68
13306
13307         * src/compose.c
13308                 Fix bug #421 (Fix undo on wrapping)
13309
13310 2005-06-15 [colin]      1.9.11cvs67
13311
13312         * src/folder.c
13313                 Provide visual feedback while processing
13314                 folder's rules.
13315         * src/imap.c
13316                 Provide visual feedback while getting
13317                 short headers (for uncached messages)
13318
13319
13320 2005-06-14 [paul]       1.9.11cvs66
13321
13322         * src/account.c
13323                 change a couple stock icons
13324         * src/inc.c
13325         * src/send_message.c
13326         * src/gtk/progressdialog.c
13327         * src/gtk/progressdialog.h
13328                 sync main's GtkTreeView implementation
13329
13330 2005-06-14 [colin]      1.9.11cvs65
13331
13332         * src/imap.c
13333                 Various little fixes, mainly on error paths
13334
13335 2005-06-13 [colin]      1.9.11cvs64
13336
13337         * matcher.c
13338         * procmsg.c
13339         * procmsg.h
13340                 Add a way to fetch only headers. This speeds
13341                 up filtering on headers for IMAP. Fixes:
13342                 bug #481 extraneous imap commands slow down 
13343                         imap filtering
13344                 bug #522 Sylpheed downloads all messages 
13345                         when opening mailbox (IMAP)
13346                 bug #677 IMAP fetch is soooooooooooooo slow
13347         * src/folder.c
13348         * src/folder.h
13349                 Add a folder set_batch method so that
13350                 implementations can speed up flags changes
13351         * src/folderutils.c
13352         * src/summaryview.c
13353                 Use that in mark as (un)read and mark all read
13354                 Refix bug #679
13355         * src/imap.c
13356                 Implement set_batch - brings back deferred
13357                 flags in a less buggy manner. Fixes:
13358                 bug #729 IMAP immediate expunge of deleted messages
13359                 bug #191 remove list of messages with one command
13360                 Fix login with strange chars
13361                 Implement fetch_msg_full
13362                 Fix copy (wrong counts)
13363
13364 2005-06-12 [colin]      1.9.11cvs63
13365
13366         * src/folder.c
13367                 lock incorporation during long operations.
13368                 Avoids fucking up the IMAP socket.
13369
13370 2005-06-12 [colin]      1.9.11cvs62
13371
13372         * src/imap.c
13373                 Fix harmful typo
13374                 Factorize remove_all_msg
13375                 Thread-ize expunge
13376         * src/summaryview.c
13377                 Don't update partial-download status if unnecessary
13378         * src/folder.c
13379                 Use remove_msgs everywhere possible
13380
13381 2005-06-12 [colin]      1.9.11cvs61
13382
13383         * src/folder.c
13384         * src/folder.h
13385                 Add a remove_msgs function to remove a 
13386                 list of messages
13387         * src/imap.c
13388                 Implement that.
13389
13390 2005-06-12 [colin]      1.9.11cvs60
13391
13392         * src/imap.c
13393                 Remove flags-processing deferring... Too hard
13394                 to get it to work in all cases.
13395
13396 2005-06-11 [colin]      1.9.11cvs59
13397
13398         * src/imap.c
13399                 printf -> debug_print
13400
13401 2005-06-11 [colin]      1.9.11cvs58
13402
13403         * src/imap.c
13404                 o Fix build without USE_PTHREAD
13405                 o Factorize imap_open
13406                 o Alertpanel in case of impossible connection
13407                 o Alertpanel in case of impossible login
13408                 o Fix deferred flags processing to force a 
13409                   flush before adding some more flags to process,
13410                   but in another folder.
13411
13412 2005-06-10 [colin]      1.9.11cvs57
13413
13414         * src/imap.c
13415                 o Fix a format string error
13416                 o init ssl socket outside of the thread 
13417                   (it possibly invokes gtk calls)
13418         * src/procmime.c
13419                 o Put back the buffer to its necessary size
13420                 o Fix changing a file pointer without keeping
13421                   track of it (thanks Valgrind)
13422         * src/common/smtp.c
13423                 o Fix automatic STARTTLS if login should be done
13424                   and the server only allows it after starting TLS
13425         * src/gtk/gtkinputdialog.c
13426                 o Eat GDK_Return so that the combo popup doesn't 
13427                   appear when we press Enter to validate the combo
13428                   input dialog (as seen in the Open with... dialog)
13429
13430 2005-06-10 [colin]      1.9.11cvs56
13431
13432         * src/imap.c
13433                 o A bit less debug
13434                 o Fix a crash on deletion
13435                 o Threadize imap_select (it's called outside of 
13436                   threads)
13437                 o Defer treatment of DELETED flags
13438
13439
13440 2005-06-09 [colin]      1.9.11cvs55
13441
13442         * src/imap.c
13443                 Make sure we check imap_gtk_should_override(), which
13444                 potentially calls gtk stuff, before creating thread.
13445                 That way it should't be called via imap_get_session()
13446                 inside a thread.
13447
13448 2005-06-09 [colin]      1.9.11cvs54
13449
13450         * src/imap.c
13451                 o add a bit of status output
13452                 o remove some dead code
13453                 o threadize get_list_of_uids
13454                 o threadize imap_get_flags
13455                 o defer flag changing by 500ms so that they
13456                   can be batched
13457
13458
13459 2005-06-08 [colin]      1.9.11cvs53
13460
13461         * src/imap.c
13462                 Thread-ize imap_cmd_fetch
13463
13464 2005-06-08 [colin]      1.9.11cvs52
13465
13466         * src/main.c
13467                 Mmh, that broke POP3...
13468
13469 2005-06-08 [colin]      1.9.11cvs51
13470
13471         * src/main.c
13472                 Stabilize IMAP patch (thanks to Hoa)
13473
13474 2005-06-08 [colin]      1.9.11cvs50
13475
13476         * src/imap.c
13477                 Test patch to speed up imap. 
13478
13479 2005-06-08 [colin]      1.9.11cvs49
13480
13481         * src/imap_gtk.c
13482                 Warning fix
13483         * src/procmime.c
13484                 Apply patch from gentoo to use /usr/share/mime/globs if 
13485                 available, after un-breaking it
13486         * src/common/log.c
13487         * src/common/log.h
13488                 Use g_timeout for invoking hooks that possibly use gtk
13489                 calls. This should leave gtk calls in the main thread.
13490
13491 2005-06-08 [paul]       1.9.11cvs48
13492
13493         * src/codeconv.c
13494                 conv_get_outgoing_charset_str(): don't
13495                 use prefs_common setting
13496         * src/compose.c
13497         * src/compose.h
13498                 add /Options/Character encoding/... to
13499                 temporarily change the outgoing encoding
13500
13501         (belated sync with main)
13502
13503 2005-06-08 [paul]       1.9.11cvs47
13504
13505         * src/compose.c
13506                 correction to/completion of last
13507                 sync with main
13508
13509 2005-06-08 [paul]       1.9.11cvs46
13510
13511         sync with main:
13512         
13513         * src/codeconv.c
13514         * src/codeconv.h
13515                 always enabled Japanese auto-detection
13516                 if the first letters of locale string
13517                 is "ja"
13518         * src/compose.c
13519                 don't use "destroy" signal to destroy
13520                 Compose object (fix rare crashes on discard?)
13521         * src/mainwindow.c
13522         * src/messageview.c
13523         * src/prefs_send.c
13524                 added Hebrew encodings
13525         * src/sourcewindow.c
13526                 don't use "destroy" signal to destroy
13527                 objects
13528
13529 2005-06-07 [colin]      1.9.11cvs45
13530
13531         * src/summaryview.c
13532                 Add missing unlocks/locks
13533
13534 2005-06-07 [paul]       1.9.11cvs44
13535
13536         * src/summaryview.c
13537                 restore bug #749 fix
13538
13539 2005-06-06 [colin]      1.9.11cvs43
13540
13541         * src/summaryview.c
13542                 Fix selection bug when prefs_common.open_unread 
13543                 is FALSE
13544
13545 2005-06-06 [colin]      1.9.11cvs42
13546
13547         * src/common/md5.c
13548                 Fix a warning
13549         * src/summaryview.c
13550         * src/folderview.c
13551                 Factorize long operations beginning and end
13552                 (locking, freezing/thawing, cursor, ...)
13553                 Check selection->data member in selection-
13554                 related loops; this avoids dying an awful
13555                 death if the selection changes on us while
13556                 we're marking a whole IMAP folder unread, 
13557                 for example.
13558
13559 2005-06-06 [paul]       1.9.11cvs41
13560
13561         * src/textview.c
13562                 don't g_free() a static gchar buffer
13563
13564 2005-06-05 [colin]      1.9.11cvs40
13565
13566         * src/mainwindow.c
13567         * src/messageview.c
13568         * src/summaryview.c
13569                 Fix bug #749 (Show all headers should be
13570                 sticky as the GUI suggests)
13571
13572 2005-06-03 [paul]       1.9.11cvs39
13573
13574         * src/compose.c
13575                 don't allow editing of mail while sending.
13576                 patch by Colin
13577
13578 2005-06-03 [paul]       1.9.11cvs38
13579
13580         * src/folderview.c
13581                 add a freeze/thaw to speed up 'mark all read'
13582
13583 2005-06-03 [paul]       1.9.11cvs37
13584
13585         * src/prefs_message.c
13586                 reflect changes immediately
13587
13588 2005-06-02 [colin]      1.9.11cvs36
13589
13590         * po/POTFILES.in
13591                 Patch by Fabien Vantard.
13592
13593 2005-06-02 [colin]      1.9.11cvs35
13594
13595         * src/imap.c
13596                 Use a non-blocking imap_getline() if possible.
13597                 This should completely prevent the interface
13598                 from freezin on imap operations, although it
13599                 may do strange stuff in case of folder switching
13600                 while a big imap operation is taking place...
13601
13602                 In addition, fix a leak in the case thread
13603                 creation fails on connection.
13604
13605 2005-06-02 [colin]      1.9.11cvs34
13606
13607         * src/crash.c
13608         * src/prefs_common.h
13609                 Fix build (prefs_common_init() doesn't exist
13610                 anymore)
13611
13612 2005-06-02 [colin]      1.9.11cvs33
13613
13614         * src/prefs_account.c
13615                 Fix bug #245 (filtering rules broken when
13616                 renaming a remote account (imap4 or nntp)
13617
13618 2005-06-02 [colin]      1.9.11cvs32
13619
13620         * src/imap.c
13621                 Try to fix IMAP shortcomings: 
13622                 o Multithread imap_open()
13623                 o allow offline-mode overriding instead of
13624                   just returning NULL
13625         * src/imap_gtk.c
13626         * src/imap_gtk.h
13627                 Add a function to ask whether we want to
13628                 override offline-mode for 10 minutes (one-shot
13629                 asking was painful)
13630         * src/procheader.c
13631                 Fix segfault when imap parser isn't happy about
13632                 a missing {
13633
13634 2005-06-01 [colin]      1.9.11cvs31
13635
13636         * src/addrharvest.c
13637         * src/compose.c
13638         * src/mbox.c
13639         * src/mbox.h
13640         * src/mh.c
13641         * src/msgcache.c
13642         * src/send_message.c
13643         * src/setup.c
13644         * src/undo.c
13645         * src/common/hooks.c
13646         * src/common/prefs.c
13647         * src/common/template.c
13648         * src/common/utils.c
13649         * src/gtk/gtkutils.c
13650         * src/gtk/inputdialog.c
13651         * src/gtk/menu.c
13652         * src/gtk/pluginwindow.c
13653         * src/gtk/prefswindow.c
13654         * src/plugins/pgpmime/passphrase.c
13655         * src/plugins/pgpmime/prefs_gpg.c
13656                 More -Wall fixes
13657
13658         * src/common/Makefile.am
13659         * src/common/timing.h
13660                 Add basic timing code
13661
13662         * src/summaryview.c
13663                 Fix a bug with unread messages when 
13664                 re-sorting folders, and by the way
13665                 fix a big performance hit when 
13666                 re-sorting (10k mails: before 5s,
13667                 after .5s)
13668
13669         * src/prefs_compose_writing.c
13670         * src/prefs_compose_writing.h
13671         * src/prefs_message.c
13672         * src/prefs_message.h
13673         * src/prefs_other.c
13674         * src/prefs_other.h
13675         * src/prefs_quote.c
13676         * src/prefs_quote.h
13677         * src/prefs_receive.c
13678         * src/prefs_receive.h
13679         * src/prefs_send.c
13680         * src/prefs_send.h
13681         * src/prefs_summaries.c
13682         * src/prefs_summaries.h
13683                 Fix copyright banner
13684
13685 2005-06-01 [paul]       1.9.11cvs30
13686
13687         * po/fi.po
13688                 updated by Flammie Pirinen
13689         * src/procmime.c
13690                 fix 'Bad BASE64 content' output
13691
13692 2005-05-31 [colin]      1.9.11cvs29
13693
13694         * src/procmime.c
13695                 Oops, where did my hunk go.
13696
13697 2005-05-31 [colin]      1.9.11cvs28
13698
13699         * src/Makefile.am
13700         * src/account.c
13701         * src/action.c
13702         * src/addr_compl.c
13703         * src/addressbook.c
13704         * src/codeconv.c
13705         * src/compose.c
13706         * src/export.c
13707         * src/folder.c
13708         * src/folderview.c
13709         * src/image_viewer.c
13710         * src/main.c
13711         * src/mainwindow.c
13712         * src/messageview.c
13713         * src/mimeview.c
13714         * src/msgcache.c
13715         * src/prefs_account.c
13716         * src/prefs_actions.c
13717         * src/prefs_common.c
13718         * src/prefs_compose_writing.c
13719         * src/prefs_customheader.c
13720         * src/prefs_ext_prog.c
13721         * src/prefs_filtering.c
13722         * src/prefs_filtering_action.c
13723         * src/prefs_fonts.c
13724         * src/prefs_image_viewer.c
13725         * src/prefs_message.c
13726         * src/prefs_message.h
13727         * src/prefs_msg_colors.c
13728         * src/prefs_other.c
13729         * src/prefs_other.h
13730         * src/prefs_quote.c
13731         * src/prefs_receive.c
13732         * src/prefs_receive.h
13733         * src/prefs_send.c
13734         * src/prefs_send.h
13735         * src/prefs_spelling.c
13736         * src/prefs_summaries.c
13737         * src/prefs_summary_column.c
13738         * src/prefs_template.c
13739         * src/prefs_themes.c
13740         * src/prefs_toolbar.c
13741         * src/prefs_wrapping.c
13742         * src/procmime.c
13743         * src/procmsg.c
13744         * src/send_message.h
13745         * src/ssl_manager.c
13746         * src/summary_search.c
13747         * src/summaryview.c
13748         * src/textview.c
13749         * src/wizard.c
13750         * src/common/smtp.c
13751         * src/common/smtp.h
13752         * src/gtk/gtkutils.h
13753                 o Move the rest of Common prefs to new style
13754                 o Lots of -Wall warning fixes
13755                 o fix FIXME in cache memusage calculation
13756                 o Let return receipts be sent from any account
13757                 o Little cache optimisation (read)
13758                 o Fix bug #746 (don't treat commas as separators
13759                   when inside a quoted string)
13760
13761 2005-05-31 [paul]       1.9.11cvs27
13762
13763         * src/prefs_common.c
13764                 fix 'off-by-one' typo
13765
13766 2005-05-31 [paul]       1.9.11cvs26
13767
13768         * src/account.c
13769         * src/addr_compl.c
13770         * src/compose.c
13771         * src/foldersel.c
13772         * src/prefs_actions.c
13773         * src/prefs_common.c
13774         * src/prefs_common.h
13775         * src/prefs_customheader.c
13776         * src/prefs_display_header.c
13777         * src/prefs_filtering.c
13778         * src/prefs_filtering_action.c
13779         * src/prefs_matcher.c
13780         * src/prefs_summaries.c
13781         * src/prefs_summary_column.c
13782         * src/prefs_template.c
13783         * src/prefs_toolbar.c
13784         * src/ssl_manager.c
13785         * src/gtk/pluginwindow.c
13786         * src/gtk/prefswindow.c
13787         * src/gtk/progressdialog.c
13788                 add hidden prefs 'enable_rules_hint'
13789                 for gtk_tree_view_set_rules_hint()
13790                 (sync with main)
13791                 
13792
13793 2005-05-31 [colin]      1.9.11cvs25
13794
13795         * src/Makefile.am
13796         * src/main.c
13797         * src/prefs_common.c
13798         * src/prefs_summaries.c ** ADDED **
13799         * src/prefs_summaries.h ** ADDED **
13800                 Common/Display -> Display/Summaries
13801
13802 2005-05-31 [colin]      1.9.11cvs24
13803
13804         * src/Makefile.am
13805         * src/main.c
13806         * src/prefs_quote.c ** ADDED **
13807         * src/prefs_quote.h ** ADDED **
13808                 Move Common/Quote to Compose/Quoting
13809         * src/prefs_common.c
13810         * src/prefs_common.h
13811                 Remove old quote stuff, add
13812                 convenience functions for GtkTextView prefs
13813         * src/gtk/prefswindow.c
13814                 Set default height higher
13815
13816 2005-05-30 [colin]      1.9.11cvs23
13817
13818         * src/Makefile.am
13819         * src/main.c
13820         * src/prefs_common.c
13821         * src/prefs_compose_writing.c ** ADDED **
13822         * src/prefs_compose_writing.h ** ADDED **
13823                 Move Common/Compose prefs to Compose/Writing
13824
13825 2005-05-30 [colin]      1.9.11cvs22
13826
13827         * src/common/utils.c
13828                 Fix bug #651 (Confused Attract by Subject)
13829                 Patch by M. Benkmann <haferfrost@web.de>
13830         * AUTHORS
13831
13832 2005-05-30 [colin]      1.9.11cvs21
13833
13834         * src/compose.c
13835                 Fix concatenation of different headers of
13836                 the same type (bug #645)
13837         * src/prefs_folder_item.c
13838                 Fix bug #699 (setting color to black doesn't
13839                 work immediately)
13840         * src/procmime.c
13841                 Print out decoding error only once per
13842                 block
13843
13844 2005-05-30 [paul]       1.9.11cvs20
13845
13846         * src/common/template.c
13847                 fix Bcc
13848
13849 2005-05-30 [paul]       1.9.11cvs19
13850
13851         * doc/src/rfc2368.txt   **NEW FILE**
13852         * src/compose.c
13853                 compose_entries_set(): don't interpret Bcc
13854                 header field (conform to RFC 2368)
13855                 (sync with main)
13856
13857 2005-05-29 [colin]      1.9.11cvs18
13858
13859         * src/prefs_common.c
13860                 Let the default reply format respect
13861                 netiquette by cutting the signature.
13862
13863 2005-05-29 [colin]      1.9.11cvs17
13864
13865         * src/summaryview.c
13866                 Don't let always_show_msg override
13867                 open_unread_on_enter when opening a new
13868                 directory.
13869
13870 2005-05-27 [paul]       1.9.11cvs16
13871
13872         sync with main:
13873
13874         * src/main.c
13875                 app_will_exit(): cleanup tmp directory when exit
13876         * src/message_search.c
13877                 improved the interface and made code cleanup.
13878                 removed Clear button
13879         * src/send_message.c
13880                 send_message_local(): use GSpawn, and detect errors
13881         * src/summary_search.c
13882                 improved the interface and made code cleanup
13883         * src/textview.c
13884                 textview_write_link(): also skip non-ascii space
13885                  at the head of link strings (phishing check
13886                  didn't work at the case)
13887         * src/common/utils.c
13888                 get_command_output(): use g_spawn_command_line_sync()
13889                 instead of popen()
13890
13891 2005-05-26 [colin]      1.9.11cvs15
13892
13893         * src/folder.c
13894                 remove printf
13895
13896 2005-05-26 [colin]      1.9.11cvs14
13897
13898         * src/common/nntp.c
13899                 Fix nntp mode reader (bug #611)
13900                 Patch by Florian Mickler <florian@mickler.org>
13901
13902 2005-05-26 [colin]      1.9.11cvs13
13903
13904         * src/plugins/pgpmime/passphrase.c
13905                 Fix mouse grabbing (bug #557)
13906
13907 2005-05-26 [colin]      1.9.11cvs12
13908
13909         * src/prefs_themes.c
13910                 Fix g_warning (bug #541)
13911
13912 2005-05-26 [colin]      1.9.11cvs11
13913
13914         * src/prefs_actions.c
13915         * src/prefs_template.c
13916                 Fix bug #506 (no warning if action/template
13917                 is not saved)
13918         * src/common/template.c
13919                 Fix a possible crash
13920
13921 2005-05-26 [colin]      1.9.11cvs10
13922
13923         * src/folder.c
13924         * src/folderview.c
13925         * src/procmsg.c
13926         * src/summaryview.c
13927                 Forbid locked messages to be moved or
13928                 deleted. Locked messages in trashes 
13929                 still get deleted, for performance
13930                 reason (mh.c::mh_remove_all_msgs)
13931
13932 2005-05-25 [colin]      1.9.11cvs9
13933
13934         * src/procmime.c
13935                 Use correct encoding when sending mails
13936                 with attachments that have accentued 
13937                 chars in their name
13938
13939 2005-05-24 [colin]      1.9.11cvs8
13940
13941         * src/summaryview.c
13942                 Fix bug #688 f) read/unread marker not
13943                 changed on first click
13944                 Also, optimize summary_status_show()
13945                 calls
13946         * src/folder.c
13947         * src/inc.c
13948         * src/procmime.c
13949                 Fix bug #688 b) and c) wrt message
13950                 attachments and signature
13951         * src/stock_pixmap.c
13952         * src/stock_pixmap.h
13953         * src/stock_pixmap.c
13954         * src/stock_pixmap.h
13955         * src/Makefile.am
13956         * src/pixmaps/clip_gpg_signed.xpm
13957                 Add clip/signed icon
13958
13959 2005-05-24 [colin]      1.9.11cvs7
13960
13961         * src/folder_item_prefs.c
13962                 whitespace fix
13963
13964 2005-05-24 [colin]      1.9.11cvs6
13965
13966         * src/folderview.c
13967         * src/prefs_common.c
13968         * src/prefs_common.h
13969                 Add a confirmation to folder drag and drop
13970                 fixes bug #156
13971         * src/alertpanel.c
13972         * src/alertpanel.h
13973                 fix _with_disable parameters so that
13974                 the buttons labels are specifiable too
13975         * src/plugins/pgpmime/sgpgme.c
13976                 reflect said change
13977                 
13978
13979 2005-05-24 [colin]      1.9.11cvs5
13980
13981         * src/folderview.c
13982                 Uncollapse/collapse folders on double-click
13983                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13984                 closes bug #108
13985
13986 2005-05-23 [colin]      1.9.11cvs4
13987
13988         * src/common/socket.c
13989                 Check another special SSL_peek() error.
13990                 Should help wrt bug #728
13991
13992 2005-05-23 [colin]      1.9.11cvs3
13993
13994         * src/plugins/pgpmime/pgpmime.c
13995                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13996                 breaking menu accelerators and stuff. Users will have to
13997                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13998                 account's privacy preferences if needed.
13999
14000 2005-05-22 [paul]
14001
14002         * tools/kdeservicemenu/install.sh
14003                 use kdesu to prompt for root password if doing
14004                 global install/uninstall
14005
14006 2005-05-20 [colin]      1.9.11cvs2
14007
14008         * src/procmsg.c
14009                 Fix another compilation error with gcc-2.9x
14010                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14011         * src/send_message.c
14012                 Don't send QUIT if we aren't connected
14013
14014 2005-05-19 [colin]      1.9.11cvs1
14015
14016         * src/procmsg.c
14017                 Fix compilation with gcc 2.9x
14018
14019 2005-05-19 [paul]       1.9.11
14020
14021         1.9.11 released
14022
14023 2005-05-19 [paul]       1.9.9cvs14
14024
14025         * src/gtk/inputdialog.c
14026                 prevent gettext warning
14027
14028 2005-05-19 [paul]       1.9.9cvs13
14029
14030         * src/mainwindow.c
14031         * src/prefs_common.c
14032         * src/prefs_common.h
14033         * src/textview.c
14034         * src/textview.h
14035                 add an option to toggle cursor in message
14036                 view (sync with main)
14037
14038 2005-05-18 [colin]      1.9.9cvs12
14039
14040         * src/compose.c
14041                 Dereference freed pointer
14042         * src/gtk/gtkaspell.c
14043                 Fix duplication of dictionaries (is it an aspell issue?)
14044
14045 2005-05-18 [colin]      1.9.9cvs11
14046
14047         * src/gtk/inputdialog.c
14048         * src/gtk/gtkaspell.c
14049                 HIGuify dialogs
14050         * src/alertpanel.c
14051                 Remove a double call
14052
14053 2005-05-17 [colin]      1.9.9cvs10
14054
14055         * src/gtk/gtkaspell.c
14056                 Fix dialogs, Ctrl-Enter accel
14057
14058 2005-05-17 [colin]      1.9.9cvs9
14059
14060         * src/gtk/gtkaspell.c
14061                 Fix some accelerators, escape in replace-window
14062
14063 2005-05-16 [colin]      1.9.9cvs8
14064
14065         * src/gtk/gtkaspell.c
14066                 Revert last commit, it was a mistake.
14067
14068 2005-05-16 [colin]      1.9.9cvs7
14069
14070         * src/gtk/gtkaspell.c
14071                 Remove buggy code while we're at it. It's a 
14072                 dead code path anyway.
14073
14074 2005-05-16 [colin]      1.9.9cvs6
14075
14076         * src/gtk/gtkaspell.c
14077                 Missed some gtk_menu_popup where deactivate
14078                 signal should be handled. Should fix bug
14079                 #629 a bit more.
14080
14081 2005-05-16 [colin]      1.9.9cvs5
14082
14083         * src/gtk/gtkaspell.c
14084                 Remove debug printf()s
14085
14086 2005-05-16 [colin]      1.9.9cvs4
14087
14088         * src/gtk/gtkaspell.c
14089                 Fix a bit aspell problems
14090                 (see bug #629)
14091
14092 2005-05-13 [colin]      1.9.9cvs3
14093
14094         * src/folderview.c
14095                 Fix the + appearing even when no subfolders
14096                 have unread messages. Thanks to wwp for the
14097                 bug report.
14098
14099 2005-05-11 [paul]       1.9.9cvs2
14100
14101         * src/folderview.c
14102                 correction to 1.9.9cvs1, only colour folders that
14103                 have new msgs (not unread msgs)
14104
14105 2005-05-10 [colin]      1.9.9cvs1
14106
14107         * src/folderview.c
14108         * src/summaryview.c
14109                 Try to fix bolding bugs again.
14110
14111 2005-05-09 [paul]
14112
14113         * tools/claws.i18n.status.pl
14114                 add Ricardo Mones Lastra's script that has been providing
14115                 the i18n status page for many months
14116
14117 2005-05-09 [paul]       1.9.9
14118
14119         1.9.9 release
14120
14121 2005-05-09 [paul]       1.9.6cvs58
14122
14123         * AUTHORS
14124         * INSTALL
14125         * README.claws
14126                 updated
14127         * Makefile.am 
14128         * RELEASE_NOTES.claws
14129                 add release notes to cvs to simplify release
14130                 procedure
14131         * configure.ac
14132                 add ca and fi to ALL_LINGUAS
14133         * po/Makefile.in.in
14134                 workaround for missing Makevars
14135         * po/ca.po
14136         * po/fi.po
14137                 add new Catalan and Finnish translations
14138                 submitted by Miquel Oliete and Flammie Pirinen
14139         * po/de.po
14140         * po/es.po
14141         * po/fr.po
14142         * po/it.po
14143         * po/pl.po
14144         * po/ru.po
14145         * po/sk.po
14146         * po/sr.po
14147         * po/zh_CN.po
14148                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14149                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14150                 Urke MMI, and Hansom Young
14151         * src/main.c
14152                 Fix drafting when quitting. compose_draft() closes the
14153                 compose windows, which modifies the compose_list GSList.
14154                 We have to refresh this list after echo drafting to avoid a
14155                 segfault
14156         * src/partial_download.c
14157                 fix segfault on exit
14158
14159 2005-05-06 [paul]       1.9.6cvs57
14160
14161         * src/grouplistdialog.c
14162                 quick fix/workaround for unresizeable newsgroup
14163                 name column 
14164
14165 2005-05-06 [paul]       1.9.6cvs56
14166
14167         * src/inc.c
14168         * src/mainwindow.c
14169                 use gettext plural forms
14170         * src/imap_gtk.c
14171         * src/mh_gtk.c
14172         * src/toolbar.c
14173                 small improvement to english usage
14174
14175 2005-05-05 [thorsten]   1.9.6cvs55
14176
14177         * src/folder.c
14178                 fix possible crash
14179
14180 2005-05-05 [paul]       1.9.6cvs54
14181         
14182         sync with HEAD
14183
14184         * AUTHORS
14185         * src/compose.c
14186                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14187                 patch by Tim Mann
14188
14189 2005-05-05 [paul]       1.9.6cvs53
14190
14191         * src/mainwindow.c
14192                 fix resizing of separate message and
14193                 folder views
14194
14195 2005-05-05 [paul]       1.9.6cvs52
14196
14197         * src/account.c
14198         * src/addrgather.c
14199         * src/browseldap.c
14200         * src/exphtmldlg.c
14201         * src/expldifdlg.c
14202         * src/importmutt.c
14203         * src/importpine.c
14204         * src/main.c
14205         * src/mainwindow.c
14206         * src/noticeview.c
14207         * src/prefs_filtering.c
14208         * src/prefs_filtering_action.c
14209         * src/prefs_matcher.c
14210         * src/prefs_spelling.c
14211         * src/prefs_toolbar.c
14212         * src/toolbar.c
14213         * src/wizard.c
14214         * src/gtk/description_window.c
14215         * src/gtk/gtkvscrollbutton.c
14216         * src/gtk/progressdialog.c
14217         * src/gtk/quicksearch.c
14218         * src/plugins/pgpmime/prefs_gpg.c
14219         * src/plugins/spamassassin/spamassassin_gtk.c
14220                 replace deprecated gtk_widget_set_usize
14221
14222 2005-05-04 [colin]      1.9.6cvs51
14223
14224         * src/common/utils.c
14225                 Fix crash when subst_for_filename is called
14226                 with a NULL parameter
14227
14228 2005-05-04 [colin]      1.9.6cvs50
14229
14230         * src/partial_download.c
14231         * src/pop.c
14232                 Escape login when writing uidl file
14233                 fixes bug #736
14234
14235 2005-05-03 [colin]      1.9.6cvs49
14236
14237         * src/procmime.c
14238                 Fix possible DOS in mime parser
14239                 (see bug #634)
14240
14241 2005-05-02 [colin]      1.9.6cvs48
14242
14243         * src/compose.c
14244                 Try to fix the copy/paste mess once again.
14245
14246
14247 2005-04-30 [colin]      1.9.6cvs47
14248
14249         * src/prefs_account.h
14250         * src/procmsg.c
14251         * src/send_message.c
14252         * src/common/smtp.c
14253         * src/common/smtp.h
14254                 Try to batch sending mails (per account) instead of
14255                 reconnecting to server every time.
14256
14257 2005-04-29 [colin]      1.9.6cvs46
14258
14259         * src/messageview.c
14260                 Fix window resizing that refused to size down
14261         * src/prefs_common.c
14262         * src/prefs_common.h
14263         * src/prefs_filtering.c
14264                 Save Filtering's window size
14265
14266 2005-04-21 [paul]       1.9.6cvs45
14267
14268         * ChangeLog-gtk2.claws
14269         * src/setup.c
14270                 correction to sync
14271
14272 2005-04-21 [paul]       1.9.6cvs44
14273
14274         sync with main:
14275
14276         * src/setup.c
14277         * src/statusbar.c
14278         * src/statusbar.h
14279                 use gtkut_widget_draw_now(). Improved performance
14280                 of the update of statusbar
14281         * src/textview.c
14282                 textview_smooth_scroll_do(): redraw it after scroll
14283                 is done (fixed incorrect display when a part of the
14284                 view is hidden).
14285         * src/gtk/gtkutils.c
14286         * src/gtk/gtkutils.h
14287                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14288                 to force update of widgets.
14289                 Removed gtkut_widget_wait_for_draw() which had a big
14290                 overhead  because of waiting for all events processed 
14291
14292 2005-04-20 [paul]       1.9.6cvs43
14293
14294         * src/codeconv.c
14295                 complete 1.9.6cvs42's sync:
14296                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14297
14298 2005-04-19 [paul]       1.9.6cvs42
14299
14300         sync with main:
14301
14302         * src/action.c
14303                 catch_output(): correctly select the insert text
14304                 (fix invalid iterator warnings).
14305         * src/codeconv.c
14306         * src/codeconv.h
14307         * src/mainwindow.c
14308         * src/messageview.c
14309         * src/prefs_common.c
14310                 support GBK encoding.
14311         * src/common/session.c
14312         * src/common/session.h
14313                 use separate buffer for large data to be sent,
14314                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14315
14316 2005-04-18 [paul]       1.9.6cvs41
14317
14318         * src/jpilot.c
14319                 convert unsigned long into guint32
14320                 patch by Paul LeoNerd Evans 
14321
14322 2005-04-17 [colin]      1.9.6cvs40
14323
14324         * src/compose.c
14325                 Fix 'Request return receipt' from folder
14326                 properties (bug #708)
14327
14328 2005-04-17 [colin]      1.9.6cvs39
14329
14330         * src/mainwindow.c
14331                 Fix duplicate hotkeys in Mainwindow's menu
14332
14333 2005-04-17 [colin]      1.9.6cvs38
14334
14335         * src/folderview.c
14336                 Fix duplicate hotkeys in Folderview's contextual
14337                 menu
14338
14339 2005-04-15 [colin]      1.9.6cvs37
14340
14341         * src/summaryview.c
14342                 Fix 'Save as...' with non-ascii filenames
14343
14344 2005-04-15 [colin]      1.9.6cvs36
14345
14346         * src/plugins/pgpmime/pgpmime.c
14347                 Fix bus error on 64bit. Spotted by 
14348                 macallan1888@gmail.com
14349
14350 2005-04-15 [colin]      1.9.6cvs35
14351
14352         * src/prefs_account.c
14353                 Fix cvs34.
14354
14355 2005-04-12 [colin]      1.9.6cvs34
14356
14357         * src/prefs_account.c
14358                 Fix smtp auth type off-by-one. We forgot to
14359                 add PLAIN in the prefs-to-gui setter func and
14360                 as a result, the selected auth when opening
14361                 account prefs was not the correct one.
14362
14363 2005-04-12 [paul]       1.9.6cvs33
14364
14365         * src/inc.c
14366                 if the recv dialog is visible, Cancel only
14367                 cancels the current account
14368
14369
14370 2005-04-10 [colin]      1.9.6cvs32
14371
14372         * src/filtering.c
14373                 Copy score when copying FilteringActions
14374                 Fix bug #674
14375
14376 2005-04-10 [colin]      1.9.6cvs31
14377
14378         * src/inc.c
14379                 Make Message -> Receive -> Cancel cancel 
14380                 incorporation on all accounts. Fixes
14381                 bug #693
14382
14383 2005-04-10 [colin]      1.9.6cvs30
14384
14385         * src/prefs_account.c
14386                 Update Privacy checkbuttons status based
14387                 on the selected privacy system
14388         * src/compose.c
14389                 Always connect the "None" privacy system; the
14390                 static boolean was probably there to avoid
14391                 reconnecting twice in the same compose window,
14392                 but as the parent function is only called once
14393                 per compose, it's only a bug - as a static is
14394                 initialized once per application instance.
14395                 Also, don't uncheck Sign and Encrypt when
14396                 selecting None as privacy system; just ignore
14397                 them when sending/queuing.
14398                 Should fix bug #695
14399
14400 2005-04-08 [colin]      1.9.6cvs29
14401
14402         * src/account.c
14403         * src/prefs_account.c
14404         * src/prefs_account.h
14405                 Add account preference to queue message in a certain
14406                 folder.
14407
14408 2005-04-06 [colin]      1.9.6cvs28
14409
14410         * src/prefs_account.c
14411                 Update old inbox path syntax
14412
14413 2005-04-06 [paul]       1.9.6cvs27
14414
14415         sync with main:
14416
14417         * configure.ac
14418                 changed -traditional-cpp to -no-cpp-precomp for newer
14419                 Mac OS X support
14420         * src/foldersel.c
14421                 made column resize automatically
14422         * src/send_message.c
14423                 send_message_smtp(): consider EOF right after QUIT
14424                 successful (workaround for Gmail SMTP server)
14425         * src/common/socket.c
14426                 ssl_read(), ssl_peek(): check EOF which violates the
14427                 SSL protocol
14428         * src/gtk/colorlabel.c
14429                 removed warnings when displaying colorlabel menu
14430                 (don't use GtkAlignment)
14431
14432 2005-04-05 [paul]       1.9.6cvs26
14433
14434         * src/plugins/trayicon/trayicon.c
14435                 fix clipping of icon under KDE3 
14436
14437 2005-04-05 [paul]       1.9.6cvs25
14438
14439         * src/summaryview.c
14440                 hide display of threading
14441                 patch by Alfons
14442
14443 2005-04-04 [thorsten]   1.9.6cvs24
14444
14445         * src/mh.c
14446                 marks lost on filesystems with different stat() results on
14447                 summer-/wintertime
14448
14449 2005-04-03 [colin]      1.9.6cvs23
14450
14451         * src/summaryview.c
14452                 Don't handle up/down. Patch by Alfons
14453
14454 2005-04-02 [colin]      1.9.6cvs22
14455
14456         * src/summaryview.c
14457                 Make scrolling faster. Patch by Alfons.
14458
14459 2005-04-01 [colin]      1.9.6cvs21
14460
14461         * src/Makefile.am
14462         * src/stock_pixmap.c
14463         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14464         * src/pixmaps/dir_noselect.xpm ** ADDED **
14465                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14466
14467 2005-04-01 [colin]      1.9.6cvs20
14468
14469         * src/image_viewer.c
14470         * src/image_viewer.h
14471         * src/procmime.c
14472         * src/procmime.h
14473         * src/textview.c
14474         * src/textview.h
14475                 Implement inline image resizing and right-clicking
14476
14477 2005-04-01 [paul]       1.9.6cvs19
14478
14479         * AUTHORS
14480         * Makefile.am
14481         * configure.ac
14482                 check for gnome2
14483                 patch by Luca Cavalli <loopback<AT>slackit.org>
14484         * po/ru.po
14485                 updated by Pavlo Bohmat
14486
14487 2005-03-31 [colin]      1.9.6cvs18
14488
14489         * src/news.c
14490                 Fix parsing references
14491         * src/msgcache.c
14492                 don't put nulls in the references list
14493         * src/procheader.c
14494                 commit that forgotten file in 1.9.6cvs14
14495
14496 2005-03-31 [colin]      1.9.6cvs17
14497
14498         * src/compose.c
14499                 Fix joining of signature separator again. 
14500                 Maybe Hiro could put it in main too...
14501
14502 2005-03-31 [colin]      1.9.6cvs16
14503
14504         * src/Makefile.am
14505         * src/foldersel.c
14506         * src/stock_pixmap.c
14507         * src/stock_pixmap.h
14508         * src/pixmaps/dir-noselect.xpm
14509                 Update foldersel.c (sync from main, patch by Alfons)
14510
14511 2005-03-30 [colin]      1.9.6cvs15
14512
14513         * src/imap.c
14514                 Fix handling of imap folders containing [] in 
14515                 their name. Thanks to Nahuel Angelinetti for
14516                 the detailed bugreport.
14517
14518 2005-03-30 [colin]      1.9.6cvs14
14519
14520         * src/common/utils.h
14521         * src/common/utils.c
14522         * src/common/defs.h
14523         * src/matcher.c
14524         * src/msgcache.c
14525         * src/news.c
14526         * src/procmsg.c
14527         * src/procmsg.h
14528         * src/quote_fmt_parse.y
14529         * src/summaryview.c
14530                 Update references system. Patch by Alfons
14531
14532 2005-03-30 [colin]      1.9.6cvs13
14533
14534         * src/common/socket.c
14535                 Force the glibc to read resolv.conf again when 
14536                 it has changed. Should fix issues when changing
14537                 networks on a laptop and not restarting sylpheed. 
14538
14539 2005-03-30 [paul]       1.9.6cvs12
14540
14541         partial sync with main:
14542
14543         * src/action.c
14544                 create_io_dialog(): use user-defined text font
14545                 (thanks to Alfons), and modified its appearance.
14546         * src/addrgather.c
14547         * src/addrharvest.c
14548         * src/browseldap.c
14549                 replace old code
14550         * src/compose.c
14551                 don't join (presumably) itemized lines on line-wrapping
14552                 fixed wrapping of quote when auto-wrapping is enabled
14553                 compose_destroy(): destroy paned only if it's not
14554                 attached to window. Fixed memory leak of popup menu.
14555         * src/exphtmldlg.c
14556         * src/expldifdlg.c
14557                 replace old code
14558         * src/html.c
14559         * src/html.h
14560         * src/importmutt.c
14561         * src/importpine.c
14562                 replace old code
14563         * src/main.c
14564                 removed redundant code
14565         * src/mainwindow.c
14566                 changed 'Code set' (which is rather incorrect)
14567                 in the menu to 'Character encoding'
14568                 main_window_set_widgets(): request size first
14569                 to prevent window size becoming wrong
14570                 fixed remembering of the state of the visibility
14571                 of MessageView
14572         * src/messageview.c
14573                 changed 'Code set' (which is rather incorrect)
14574                 in the menu to 'Character encoding'
14575         * src/prefs_common.c
14576         * src/prefs_common.h
14577                 added an option whether to render HTML as text or not
14578                 added separators to outgoing encoding menu
14579         * src/procheader.c
14580                 procheader_scan_date_string(): support header
14581                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14582         * src/summaryview.c
14583         * src/summaryview.h
14584                 minor code cleanup
14585         * src/textview.c
14586                 textview_show_html(): force output of newline
14587                 added an option whether to render HTML as text or not
14588         * src/common/utils.c
14589                 strncpy2(): optimized based on Alfons' code
14590         * src/gtk/gtkutils.c
14591         * src/gtk/gtkutils.h
14592                 removed non-used code
14593         * src/plugins/pgpmime/passphrase.c
14594                 partially fixed grab input of passphrase dialog
14595                 Confine pointer to window
14596
14597 2005-03-30 [colin]      1.9.6cvs11
14598
14599         * src/msgcache.c
14600         * src/msgcache.h
14601                 Read/write 32bit ints from cache & marks
14602                 From main.
14603
14604 2005-03-29 [paul]       1.9.6cvs10
14605
14606         * AUTHORS
14607         * ChangeLog.claws
14608         * src/compose.c
14609         * src/gtk/gtkaspell.c
14610                 sync with HEAD (don't pass NULL pointers) 
14611
14612 2005-03-24 [paul]
14613
14614         * tools/Makefile.am
14615         * tools/README
14616         * tools/acroread2sylpheed.pl
14617                 sync with HEAD (add script to send pdfs as
14618                 attachments from Adobe Reader 7)
14619
14620 2005-03-21 [paul]       1.9.6cvs9
14621
14622         * configure.ac
14623         * po/POTFILES.in
14624         * src/Makefile.am
14625         * src/crash.c
14626         * src/image_viewer.c ** ADDED **
14627         * src/image_viewer.h ** ADDED **
14628         * src/main.c
14629         * src/prefs_common.c
14630         * src/prefs_common.h
14631         * src/prefs_image_viewer.c ** ADDED **
14632         * src/prefs_image_viewer.h ** ADDED **
14633         * src/textview.c
14634         * src/gtk/about.c
14635         * src/pixmaps/sylpheed_logo.xpm
14636         * src/plugins/Makefile.am
14637         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14638         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14639         * src/plugins/image_viewer/plugin.c ** REMOVED **
14640         * src/plugins/image_viewer/viewer.c ** REMOVED **
14641         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14642         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14643         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14644         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14645         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14646                 as gdk-pixbuf is now built-in
14647                 remove image_viewer plugin and put code back into
14648                 main codebase
14649                 implement inline image display (sync with main)
14650
14651                 replace logo with newer, nicer, larger version  
14652
14653 2005-03-21 [paul]       1.9.6cvs8
14654
14655         * src/gtk/about.c
14656                 cosmetic improvement
14657
14658 2005-03-21 [holger]     1.9.6cvs7
14659
14660         * src/plugins/spamassassin/spamassassin.c
14661                 Sync with HEAD
14662                 (unregister hook on failed plugin init)
14663
14664 2005-03-20 [colin]      1.9.6cvs6
14665
14666         * src/common/plugin.c
14667                 Check that plugin isn't already loaded
14668                 Patch by Alfons
14669
14670 2005-03-20 [thorsten]   1.9.6cvs5
14671
14672         * src/compose.c
14673                 use a more compatible syntax
14674
14675 2005-03-20 [thorsten]   1.9.6cvs4
14676
14677         * src/prefs_toolbar.c
14678                 fix crash when selecting toolbar item (uninitialized pointer)
14679
14680 2005-03-20 [thorsten]   1.9.6cvs3
14681
14682         * src/procmime.c
14683                 fix mimetype detection (referenced free()d string)
14684
14685 2005-03-20 [paul]       1.9.6cvs2
14686
14687         * src/compose.c
14688                 sync with HEAD (1.0.3cvs5)
14689                 neglect Reply-To header if empty
14690                 Patch by Alfons 
14691
14692 2005-03-19 [holger]     1.9.6cvs1
14693
14694         * src/summaryview.c
14695         * src/summaryview.h
14696                 Sync with HEAD
14697
14698 2005-03-18 [paul]       1.9.6
14699
14700         initial GTK2 release
14701
14702 2005-03-18 [paul]       1.0.3cvs3.1
14703
14704         * AUTHORS
14705         * ChangeLog.claws
14706         * configure.ac
14707         * src/gtk/about.c
14708         * src/pixmaps/sylpheed_logo.xpm
14709                 sync with HEAD
14710
14711 2005-03-18 [colin]      1.0.3cvs2.6
14712
14713         * src/summaryview.c
14714                 Remove call to summary_step in summary_copy_selected_to
14715                 Can't see its purpose, and this causes bug when copying
14716                 a message if the next one is unread: it reads it.
14717
14718 2005-03-18 [paul]       1.0.3cvs2.5
14719
14720         * src/foldersel.c
14721                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14722
14723 2005-03-18 [paul]       1.0.3cvs2.4
14724
14725         * src/addrharvest.c
14726         * src/codeconv.c
14727         * src/codeconv.h
14728         * src/compose.c
14729         * src/news.c
14730         * src/procheader.c
14731         * src/procmime.c
14732         * src/unmime.c
14733         * src/unmime.h
14734                 fix buffer overflow, CAN-2005-0667, see
14735                 http://secunia.com/advisories/14491/
14736                 Patch by Alfons
14737
14738 2005-03-17 [colin]      1.0.3cvs2.3
14739
14740         * src/prefs_fonts.c
14741         * src/summaryview.c
14742                 Fix font bugs (both lists now officialy share 
14743                 the same font)
14744                 
14745
14746 2005-03-17 [paul]       1.0.3cvs2.2
14747
14748         * src/gtk/pluginwindow.c
14749                 make plugin descriptions uneditable
14750
14751 2005-03-11 [paul]       1.0.3cvs2.1
14752
14753         * ChangeLog.claws
14754         * configure.ac
14755         * po/POTFILES.in
14756         * src/plugins/trayicon/trayicon.c
14757                 sync with HEAD
14758                 add src/wizard.c to POTFILES.in
14759
14760 2005-03-11 [paul]       1.0.3cvs1.1
14761
14762         * ChangeLog
14763         * ChangeLog.claws
14764         * configure.ac
14765         * po/de.po
14766         * po/es.po
14767         * po/fr.po
14768         * po/it.po
14769         * po/pt_BR.po
14770         * po/ru.po
14771         * po/sk.po
14772         * po/sr.po
14773         * po/zh_CN.po
14774                 sync with HEAD
14775
14776 2005-03-04 [colin]      1.0.1cvs22.2
14777
14778         * src/compose.c
14779                 Fix signatures with accentued chars in it
14780
14781 2005-03-04 [colin]      1.0.1cvs22.1
14782
14783         * src/common/smtp.c
14784         * src/common/smtp.h
14785                 Don't use SIZE param in MAIL FROM: if server 
14786                 doesn't support it. Patch by Eugen Freiter
14787                 <eugen_f@users.sf.net>
14788
14789 2005-02-27 [paul]       1.0.1cvs20.1
14790
14791         * ChangeLog.claws
14792         * configure.ac
14793         * src/messageview.c
14794                 sync with HEAD
14795
14796 2005-02-27 [colin]      1.0.1cvs19.4
14797
14798         * src/procheader.c
14799         * src/procheader.h
14800                 Fix prototypes. Patch by Alfons
14801
14802 2005-02-27 [colin]      1.0.1cvs19.3
14803
14804         * src/compose.c
14805                 Don't auto-join the signature separator.
14806
14807 2005-02-26 [colin]      1.0.1cvs19.2
14808
14809         * src/summaryview.c
14810                 Fix 'mark all read' with collapsed threads.
14811                 Patch by Alfons.
14812
14813 2005-02-25 [paul]       1.0.1cvs19.1
14814
14815         * ChangeLog.claws
14816         * configure.ac
14817         * src/prefs_account.c
14818         * src/prefs_folder_item.c
14819         * src/gtk/prefswindow.c
14820         * src/gtk/prefswindow.h
14821                 sync with HEAD
14822
14823 2005-02-25 [paul]       1.0.1cvs15.12
14824
14825         * src/alertpanel.c
14826         * src/codeconv.c
14827         * src/compose.c
14828         * src/textview.c
14829         * src/gtk/gtkutils.c
14830         * src/gtk/gtkutils.h
14831         * src/gtk/logwindow.c
14832         * src/gtk/progressdialog.c
14833                 sync with main (revision 127)
14834                 and fix logwindow clipping
14835
14836 2005-02-24 [colin]      1.0.1cvs15.11
14837
14838         * src/plugins/pgpmime/passphrase.c
14839                 Disable input grabbing; it doesn't work yet.
14840
14841 2005-02-24 [colin]      1.0.1cvs15.10
14842
14843         * src/messageview.c
14844                 Don't send out receipts if offline. Ask.
14845
14846 2005-02-23 [colin]      1.0.1cvs15.9
14847
14848         * src/summaryview.c     
14849                 Fix expanding
14850
14851 2005-02-23 [colin]      1.0.1cvs15.8
14852
14853         * src/summaryview.c
14854                 Really fix Bug 568 by removing useless
14855                 calls. summary_thread_init() now called
14856                 in summary_sort(). This should please
14857                 Alfons as it should be faster than 
14858                 previously.
14859
14860 2005-02-23 [colin]      1.0.1cvs15.7
14861
14862         * src/compose.c
14863                 Encode parts as QP or B64 if signing
14864
14865 2005-02-23 [colin]      1.0.1cvs15.6
14866
14867         * src/compose.c
14868                 Fix Mimeinfo leakage (including tmp files)
14869         * src/procmsg.c
14870                 Fix tmp file leakage (spotted by Ivan Rayner)
14871
14872 2005-02-22 [colin]      1.0.1cvs15.5
14873
14874         * src/expldifdlg.c
14875                 Fix keyboard input. Patch by Alfons.
14876
14877 2005-02-21 [colin]      1.0.1cvs15.4
14878
14879         * src/compose.c
14880                 Fix Sign/Encrypt when unselecting privacy
14881                 system
14882         * src/prefs_common.c
14883                 Change default message font to Monospace
14884         * src/summaryview.c
14885                 More freezing during potentially large operations
14886
14887 2005-02-21 [paul]       1.0.1cvs15.3
14888
14889         * src/main.c
14890                 fix --help output
14891
14892 2005-02-21 [paul]       1.0.1cvs15.2
14893
14894         * po/Makefile.in.in
14895         * src/compose.c
14896         * src/summaryview.c
14897         * src/textview.c
14898         * src/common/utils.c
14899         * src/common/utils.h
14900                 sync with main (revision 117)
14901
14902 2005-02-20 [colin]      1.0.1cvs15.1
14903
14904         * src/common/defs.h
14905                 Change cache file to .sylpheed_claws_cache, as
14906                 suggested by Alfons. Allows people to switch
14907                 between Sylpheed and Sylpheed-Claws. it is
14908                 a good idea to "Check for new messages" at next
14909                 startup.
14910
14911
14912 2005-02-18 [colin]      1.0.1cvs14.1
14913
14914         * src/quote_fmt_lex.l
14915         * src/quote_fmt_parse.y
14916                 Fix parser initialisation. Patch by Ivan.
14917
14918 2005-02-18 [colin]      1.0.1cvs11.6
14919
14920         * src/folderview.c
14921                 Fix scrolldown (bug 662)
14922
14923 2005-02-17 [colin]      1.0.1cvs11.5
14924
14925         * src/codeconv.c
14926                 conv_filename_to_utf8: return clean 7bit instead
14927                 of broken utf8 if needed
14928         * src/mimeview.c
14929                 Fix display of parts with unclean 8bit names
14930
14931 2005-02-17 [paul]       1.0.1cvs11.4
14932
14933         * src/compose.c
14934         * src/exportldif.c
14935         * src/matcher_parser_parse.y
14936         * src/procmime.c
14937         * src/sourcewindow.c
14938         * src/common/Makefile.am
14939         * src/common/intl.h             ** REMOVED **
14940         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14941                 sync with main (revision 109)
14942                 and clean up
14943
14944 2005-02-16 [colin]      1.0.1cvs11.3
14945
14946         * src/summaryview.c
14947                 Fix collapsed thread not highlighting when new
14948                 messages in it (Bug 568) Patch by Stephan Sachse.
14949                 Fix messed up selection when reaching bounds (Bug 632)
14950         * src/prefs_themes.c
14951                 Fix theme installing (Bug 684)
14952
14953 2005-02-16 [colin]      1.0.1cvs11.2
14954
14955         * src/messageview.c
14956                 Fix messageview_select_all
14957
14958 2005-02-16 [colin]      1.0.1cvs11.1
14959
14960         * src/mh.c
14961                 Sync with HEAD (MH scan required function)
14962
14963 2005-02-15 [colin]      1.0.1cvs8.1
14964
14965         * src/mimeview.c
14966         * src/common/utils.c
14967                 Sync with HEAD (filename chars substitution)
14968
14969 2005-02-15 [colin]      1.0.1cvs7.3
14970
14971         * src/gtk/pluginwindow.c
14972                 Fix button spacing
14973
14974 2005-02-15 [colin]      1.0.1cvs7.2
14975
14976         * src/mimeview.c
14977                 Fix mime icons not reset across message when
14978                 scrolled down
14979
14980 2005-02-15 [colin]      1.0.1cvs7.1
14981
14982         * src/compose.c
14983         * src/procmime.c
14984                 Sync with HEAD (optimisation of cvs6)
14985
14986 2005-02-14 [colin]      1.0.1cvs6.1
14987
14988         * src/compose.c
14989         * src/procmime.c
14990                 Sync with HEAD (encode "From " at line beginning)
14991
14992 2005-02-14 [colin]      1.0.1cvs5.3
14993
14994         * src/compose.c
14995                 Fix wrapping with accentued chars.
14996
14997 2005-02-13 [colin]      1.0.1cvs5.2
14998
14999         * src/textview.c
15000                 Fix email informative part parsing with
15001                 accentued chars in it. ispunct() returns
15002                 true for them in utf8...
15003
15004 2005-02-12 [colin]      1.0.1cvs5.1
15005
15006         * src/filtering.c
15007                 Sync with HEAD (remove wrong use of compose after send)
15008
15009 2005-02-12 [paul]       1.0.1cvs4.5
15010
15011         * src/textview.c
15012                 remove unnecessary code (thanks to Alfons)
15013
15014 2005-02-12 [paul]       1.0.1cvs4.4
15015
15016         * src/textview.c
15017                 add 'Copy' to contextual menu on emails
15018
15019 2005-02-11 [colin]      1.0.1cvs4.3
15020
15021         * src/compose.c
15022                 revert 1.0.0cvs28.2, it doesn't work that well.
15023
15024 2005-02-11 [paul]       1.0.1cvs4.2
15025
15026         * po/Makefile.in.in
15027                 fix 'make release'
15028
15029 2005-02-10 [paul]       1.0.1cvs4.1
15030
15031         * ChangeLog
15032         * ChangeLog.claws
15033         * ChangeLog.jp
15034         * configure.ac
15035         * src/compose.c
15036                 sync with HEAD (sync with main)
15037
15038 2005-02-10 [paul]       1.0.1cvs3.2
15039
15040         * AUTHORS
15041         * Makefile.am
15042         * autogen.sh
15043         * configure.ac
15044         * config/mkinstalldirs
15045         * intl/.cvsignore
15046         * intl/ChangeLog
15047         * intl/VERSION
15048         * intl/bindtextdom.c
15049         * intl/config.charset
15050         * intl/dcgettext.c
15051         * intl/dcigettext.c
15052         * intl/dcngettext.c
15053         * intl/dgettext.c
15054         * intl/dngettext.c
15055         * intl/eval-plural.h
15056         * intl/explodename.c
15057         * intl/finddomain.c
15058         * intl/gettext.c
15059         * intl/gettextP.h
15060         * intl/gmo.h
15061         * intl/hash-string.h
15062         * intl/intl-compat.c
15063         * intl/l10nflist.c
15064         * intl/libgnuintl.h.in
15065         * intl/loadinfo.h
15066         * intl/loadmsgcat.c
15067         * intl/localcharset.c
15068         * intl/localcharset.h
15069         * intl/locale.alias
15070         * intl/localealias.c
15071         * intl/localename.c
15072         * intl/log.c
15073         * intl/ngettext.c
15074         * intl/os2compat.c
15075         * intl/os2compat.h
15076         * intl/osdep.c
15077         * intl/plural-exp.c
15078         * intl/plural-exp.h
15079         * intl/plural.c
15080         * intl/plural.y
15081         * intl/ref-add.sin
15082         * intl/ref-del.sin
15083         * intl/relocatable.c
15084         * intl/relocatable.h
15085         * intl/textdomain.c
15086         * m4/Makefile.am
15087         * po/Makefile.in.in
15088         * src/Makefile.am
15089         * src/account.c
15090         * src/action.c
15091         * src/addr_compl.c
15092         * src/addressadd.c
15093         * src/addressbook.c
15094         * src/addrgather.c
15095         * src/addrindex.c
15096         * src/alertpanel.c
15097         * src/browseldap.c
15098         * src/codeconv.c
15099         * src/codeconv.h
15100         * src/compose.c
15101         * src/compose.h
15102         * src/crash.c
15103         * src/editaddress.c
15104         * src/editbook.c
15105         * src/editgroup.c
15106         * src/editjpilot.c
15107         * src/editldap.c
15108         * src/editldap_basedn.c
15109         * src/editvcard.c
15110         * src/exphtmldlg.c
15111         * src/expldifdlg.c
15112         * src/export.c
15113         * src/exporthtml.c
15114         * src/filtering.c
15115         * src/folder.c
15116         * src/folder_item_prefs.c
15117         * src/foldersel.c
15118         * src/folderview.c
15119         * src/grouplistdialog.c
15120         * src/headerview.c
15121         * src/imap.c
15122         * src/imap_gtk.c
15123         * src/import.c
15124         * src/importldif.c
15125         * src/importmutt.c
15126         * src/importpine.c
15127         * src/inc.c
15128         * src/ldif.c
15129         * src/main.c
15130         * src/mainwindow.c
15131         * src/matcher.c
15132         * src/mbox.c
15133         * src/message_search.c
15134         * src/messageview.c
15135         * src/mh.c
15136         * src/mh_gtk.c
15137         * src/mimeview.c
15138         * src/msgcache.c
15139         * src/news.c
15140         * src/news_gtk.c
15141         * src/noticeview.c
15142         * src/partial_download.c
15143         * src/pop.c
15144         * src/prefs_account.c
15145         * src/prefs_actions.c
15146         * src/prefs_common.c
15147         * src/prefs_customheader.c
15148         * src/prefs_display_header.c
15149         * src/prefs_ext_prog.c
15150         * src/prefs_filtering.c
15151         * src/prefs_filtering_action.c
15152         * src/prefs_folder_item.c
15153         * src/prefs_fonts.c
15154         * src/prefs_gtk.c
15155         * src/prefs_matcher.c
15156         * src/prefs_msg_colors.c
15157         * src/prefs_spelling.c
15158         * src/prefs_summary_column.c
15159         * src/prefs_template.c
15160         * src/prefs_themes.c
15161         * src/prefs_toolbar.c
15162         * src/prefs_wrapping.c
15163         * src/privacy.c
15164         * src/procheader.c
15165         * src/procmime.c
15166         * src/procmsg.c
15167         * src/quote_fmt.c
15168         * src/recv.c
15169         * src/send_message.c
15170         * src/setup.c
15171         * src/sourcewindow.c
15172         * src/ssl_manager.c
15173         * src/statusbar.c
15174         * src/summary_search.c
15175         * src/summaryview.c
15176         * src/textview.c
15177         * src/toolbar.c
15178         * src/wizard.c
15179         * src/common/nntp.c
15180         * src/common/plugin.c
15181         * src/common/smtp.c
15182         * src/common/ssl.c
15183         * src/common/ssl_certificate.c
15184         * src/common/string_match.c
15185         * src/common/sylpheed.c
15186         * src/common/template.c
15187         * src/common/utils.c
15188         * src/gtk/about.c
15189         * src/gtk/colorlabel.c
15190         * src/gtk/description_window.c
15191         * src/gtk/filesel.c
15192         * src/gtk/foldersort.c
15193         * src/gtk/gtkaspell.c
15194         * src/gtk/gtkutils.c
15195         * src/gtk/inputdialog.c
15196         * src/gtk/logwindow.c
15197         * src/gtk/menu.c
15198         * src/gtk/pluginwindow.c
15199         * src/gtk/prefswindow.c
15200         * src/gtk/progressdialog.c
15201         * src/gtk/quicksearch.c
15202         * src/gtk/sslcertwindow.c
15203         * src/plugins/clamav/clamav_plugin.c
15204         * src/plugins/clamav/clamav_plugin_gtk.c
15205         * src/plugins/demo/demo.c
15206         * src/plugins/dillo_viewer/dillo_prefs.c
15207         * src/plugins/dillo_viewer/dillo_viewer.c
15208         * src/plugins/image_viewer/plugin.c
15209         * src/plugins/image_viewer/viewer.c
15210         * src/plugins/image_viewer/viewerprefs.c
15211         * src/plugins/mathml_viewer/mathml_viewer.c
15212         * src/plugins/pgpmime/passphrase.c
15213         * src/plugins/pgpmime/plugin.c
15214         * src/plugins/pgpmime/prefs_gpg.c
15215         * src/plugins/pgpmime/select-keys.c
15216         * src/plugins/pgpmime/sgpgme.c
15217         * src/plugins/spamassassin/spamassassin.c
15218         * src/plugins/spamassassin/spamassassin_gtk.c
15219         * src/plugins/trayicon/trayicon.c
15220                 sync with main (revision 104)
15221
15222 2005-02-10 [colin]      1.0.1cvs3.1
15223
15224         * src/mainwindow.c
15225                 Sync with HEAD (fix occasional crasher)
15226
15227 2005-02-10 [colin]      1.0.1cvs2.1
15228
15229         * src/messageview.c
15230                 Synw with HEAD (don't automatically display html)
15231
15232 2005-02-09 [colin]      1.0.1cvs1.3
15233
15234         * src/textview.c
15235         * src/textview.h
15236                 Add contextual menu on emails
15237
15238 2005-02-09 [colin]      1.0.1cvs1.2
15239
15240         * src/codeconv.c
15241                 Fix converting from broken headers and 
15242                 put back the _ in missing places
15243                 (feature broke with cvs24.2 sync, main 
15244                  possibly affected?)
15245
15246 2005-02-09 [colin]      1.0.1cvs1.1
15247
15248         * src/messageview.c
15249         * src/mimeview.c
15250         * src/mimeview.h
15251                 Sync with HEAD (display non text/plain mails with plugin)
15252
15253 2005-02-08 [colin]      1.0.1.1
15254
15255         * ChangeLog.claws
15256         * po/pt_BR.po
15257                 Sync with HEAD
15258         * configure.ac
15259                 Make default configuration directory 
15260                 be .sylpheed-gtk2
15261
15262 2005-02-08 [colin]      1.0.0cvs29.1
15263
15264         * po/de.po
15265         * po/es.po
15266         * po/fr.po
15267         * po/it.po
15268         * po/sk.po
15269         * po/sr.po
15270                 Sync translations with HEAD
15271
15272 2005-02-06 [colin]      1.0.0cvs28.3
15273
15274         * src/compose.c
15275                 Make compose a bit faster - patch by Alfons.
15276
15277 2005-02-06 [colin]      1.0.0cvs28.2
15278
15279         * src/compose.c
15280                 Make pasting via middle-click more reliable
15281
15282 2005-02-05 [paul]       1.0.0cvs28.1
15283
15284         * ChangeLog
15285         * ChangeLog.claws
15286         * ChangeLog.jp
15287         * configure.ac
15288         * src/compose.c
15289                 sync with HEAD
15290                 (fix bug 682 'redirect is broken'
15291
15292 2005-02-05 [torte]      1.0.0cvs27.1
15293
15294         * ChangeLog.claws
15295         * configure.ac
15296         * src/partial_download.c
15297                 Sync with HEAD (fix buf overflow)
15298
15299 2005-02-03 [colin]      1.0.0cvs26.1
15300
15301         * src/common/plugin.c
15302                 Sync with HEAD (avoid plugin mismatches)
15303
15304 2005-02-03 [paul]       1.0.0cvs25.3
15305
15306         * src/folderview.c
15307         * src/headerview.c
15308         * src/summaryview.c
15309         * src/textview.c
15310         * src/gtk/colorlabel.c
15311                 third and final part of initial sync with main-gtk2
15312
15313 2005-02-03 [paul]       1.0.0cvs25.2
15314
15315         * src/jpilot.c
15316                 fix building with jpilot support
15317
15318 2005-02-02 [colin]      1.0.0cvs25.1
15319
15320         * src/messageview.c
15321                 Sync with HEAD (fix dangerous typo)
15322
15323 2005-02-01 [colin]      1.0.0cvs24.3
15324
15325         * src/common/xml.c
15326                 Write file as advertised (UTF-8)
15327
15328 2005-02-01 [paul]       1.0.0cvs24.2
15329
15330         * src/addrbook.c
15331         * src/addrindex.c
15332         * src/alertpanel.h
15333         * src/codeconv.c
15334         * src/codeconv.h
15335         * src/compose.c
15336         * src/export.c
15337         * src/folder_item_prefs.c
15338         * src/html.c
15339         * src/imap.c
15340         * src/import.c
15341         * src/jpilot.c
15342         * src/mainwindow.c
15343         * src/matcher_parser_lex.l
15344         * src/messageview.c
15345         * src/mh.c
15346         * src/prefs_account.c
15347         * src/prefs_actions.c
15348         * src/prefs_common.c
15349         * src/prefs_gtk.c
15350         * src/prefs_gtk.h
15351         * src/prefs_themes.c
15352         * src/procheader.c
15353         * src/procmime.c
15354         * src/sourcewindow.c
15355         * src/statusbar.c
15356         * src/summaryview.c
15357         * src/textview.c
15358         * src/toolbar.c
15359         * src/unmime.c
15360         * src/common/template.c
15361         * src/common/utils.c
15362         * src/common/xml.c
15363         * src/common/xml.h
15364         * src/gtk/gtkaspell.c
15365         * src/plugins/clamav/clamav_plugin.c
15366         * src/plugins/dillo_viewer/dillo_prefs.c
15367         * src/plugins/image_viewer/viewerprefs.c
15368         * src/plugins/pgpmime/passphrase.c
15369         * src/plugins/pgpmime/prefs_gpg.c
15370         * src/plugins/pgpmime/select-keys.c
15371         * src/plugins/spamassassin/spamassassin.c
15372                 second part of initial sync with main-gtk2
15373                 (more to follow)
15374
15375 2005-01-31 [colin]      1.0.0cvs24.1
15376
15377         * src/compose.c
15378                 Sync with HEAD
15379
15380 2005-01-29 [paul]       1.0.0cvs23.2
15381
15382         * src/account.c
15383         * src/action.c
15384         * src/addressadd.c
15385         * src/addressbook.c
15386         * src/alertpanel.c
15387         * src/compose.c
15388         * src/editaddress.c
15389         * src/editbook.c
15390         * src/editgroup.c
15391         * src/editjpilot.c
15392         * src/editldap.c
15393         * src/editldap_basedn.c
15394         * src/editvcard.c
15395         * src/export.c
15396         * src/foldersel.c
15397         * src/grouplistdialog.c
15398         * src/import.c
15399         * src/importldif.c
15400         * src/inc.c
15401         * src/main.c
15402         * src/mainwindow.c
15403         * src/message_search.c
15404         * src/messageview.c
15405         * src/mimeview.c
15406         * src/prefs_actions.c
15407         * src/prefs_common.c
15408         * src/prefs_common.h
15409         * src/prefs_customheader.c
15410         * src/prefs_display_header.c
15411         * src/prefs_filtering.c
15412         * src/prefs_filtering_action.c
15413         * src/prefs_gtk.c
15414         * src/prefs_matcher.c
15415         * src/prefs_summary_column.c
15416         * src/prefs_template.c
15417         * src/sourcewindow.c
15418         * src/summary_search.c
15419         * src/summaryview.c
15420         * src/textview.c
15421         * src/gtk/about.c
15422         * src/gtk/description_window.c
15423         * src/gtk/gtkshruler.c
15424         * src/gtk/gtkutils.c
15425         * src/gtk/gtkutils.h
15426         * src/gtk/inputdialog.c
15427         * src/gtk/logwindow.c
15428         * src/gtk/prefswindow.c
15429         * src/gtk/progressdialog.c
15430         * src/gtk/progressdialog.h
15431                 first part of initial sync with main-gtk2
15432                 (more to follow)
15433
15434 2005-01-28 [colin]      1.0.0cvs23.1
15435
15436         * src/folderview.c
15437                 Sync with HEAD
15438
15439 2005-01-27 [colin]      1.0.0cvs21.1
15440
15441         * src/folder.c
15442         * src/folderview.c
15443                 Sync with HEAD
15444
15445 2005-01-27 [colin]      1.0.0cvs19.1
15446
15447         * src/procmime.c
15448                 Sync with HEAD
15449
15450 2005-01-27 [colin]      1.0.0cvs18.1
15451
15452         * src/messageview.c
15453         * src/summaryview.c
15454         * src/mainwindow.c
15455         * src/compose.c
15456         * src/compose.h
15457         * src/procmsg.c
15458         * src/procmsg.h
15459         * src/toolbar.c
15460                 Sync with HEAD
15461
15462 2005-01-26 [paul]       1.0.0cvs15.2
15463
15464         * src/compose.c
15465                 compose_entries_set(): convert subject and body to
15466                 utf8 if necessary. patch by Felix Eckhofer
15467
15468 2005-01-26 [paul]       1.0.0cvs15.1
15469
15470         * configure.ac
15471         * src/common/template.c
15472                 sync with HEAD (fix memory leak)
15473
15474 2005-01-25 [paul]       1.0.0cvs14.1
15475
15476         * configure.ac
15477         * src/compose.c
15478                 sync with HEAD
15479
15480 2005-01-24 [colin]      1.0.0cvs13.1
15481
15482         * src/summaryview.c
15483                 Sync with HEAD
15484
15485 2005-01-24 [paul]       1.0.0cvs12.1
15486
15487         * configure.ac
15488         * src/messageview.c
15489         * src/mh.c
15490         * src/common/utils.c
15491                 sync with HEAD
15492
15493 2005-01-24 [colin]      1.0.0cvs11.1
15494
15495         * src/procheader.c
15496                 Sync with HEAD
15497
15498 2005-01-24 [colin]      1.0.0cvs10.1
15499
15500         * src/folderview.c
15501                 Sync with HEAD
15502
15503 2005-01-23 [colin]      1.0.0cvs9.1
15504
15505         * src/crash.c
15506                 Sync with HEAD
15507
15508 2005-01-22 [colin]      1.0.0cvs8.1
15509
15510         * src/summaryview.c
15511         * src/gtk/quicksearch.c
15512                 Sync with HEAD
15513
15514 2005-01-21 [colin]      1.0.0cvs7.1
15515
15516         * src/summaryview.c
15517                 Sync with HEAD
15518
15519 2005-01-21 [colin]      1.0.0cvs6.1
15520
15521         * src/summaryview.c
15522                 Sync with HEAD
15523
15524 2005-01-21 [colin]      1.0.0cvs5.1
15525
15526         * src/gtk/quicksearch.c
15527         * src/prefs_common.c
15528         * src/prefs_common.h
15529                 Sync with HEAD (recurse option)
15530
15531 2005-01-21 [colin]      1.0.0cvs4.1
15532
15533         * src/folder.h
15534         * src/folderview.c
15535         * src/folderview.h
15536         * src/summaryview.c
15537         * src/gtk/quicksearch.c
15538         * src/gtk/quicksearch.h
15539                 Sync with HEAD (recursive quicksearch)
15540
15541 2005-01-20 [colin]      1.0.0cvs3.4
15542
15543         * src/ssl_manager.c
15544                 Remove useless code
15545
15546 2005-01-20 [colin]      1.0.0cvs3.3
15547
15548         * src/ssl_manager.c
15549                 Fix leak, thanks to Alfons.
15550
15551 2005-01-20 [colin]      1.0.0cvs3.2
15552
15553         * src/ssl_manager.c
15554                 Port SSL certificate window to GTK2.
15555
15556 2005-01-20 [paul]       1.0.0cvs3.1
15557
15558         * ChangeLog.claws
15559         * configure.ac
15560         * src/addrindex.c
15561         * src/addrindex.h
15562                 sync with HEAD
15563
15564 2005-01-19 [colin]      1.0.0cvs2.2
15565
15566         * src/plugins/trayicon/trayicon.c
15567                 Fix freeze with gtk-2.6, the easy way
15568                 (signal blocking helpless there...)
15569                 Closes bug #668.
15570
15571 2005-01-19 [colin]      1.0.0cvs2.1
15572
15573         * src/mbox.c
15574         * src/mbox.h
15575         * src/mainwindow.c
15576         * src/summaryview.c
15577         * src/summaryview.h
15578                 Sync with HEAD
15579
15580 2005-01-19 [paul]       1.0.0cvs1.1
15581
15582         * configure.ac
15583         * po/de.po
15584         * po/es.po
15585         * po/fr.po
15586         * po/hr.po
15587         * po/it.po
15588         * po/ja.po
15589         * po/ko.po
15590         * po/pt_BR.po
15591         * po/ru.po
15592         * po/sk.po
15593         * po/sr.po
15594                 sync with HEAD (update translations)
15595
15596 2005-01-18 [colin]      1.0.0cvs0.1
15597
15598         * src/foldersel.c
15599                 Specify search column - patch by Alfons
15600
15601 2005-01-18 [colin]      0.9.13cvs36.3
15602
15603         * src/prefs_toolbar.c
15604                 Change Delete to Remove
15605         * src/prefs_fonts.c
15606                 GTK2 version and leak fixes
15607         * src/prefs_actions.c
15608                 Add stock buttons.
15609                 All patches by Alfons
15610
15611 2005-01-17 [colin]      0.9.13cvs36.2
15612
15613         * src/compose.c
15614                 Fix DnD inserting twice. While at it,
15615                 add DnD support for text/plain in the
15616                 body, and add support in the headers.
15617
15618 2005-01-16 [colin]      0.9.13cvs36.1
15619
15620         * ChangeLog
15621         * ChangeLog.jp
15622         * ChangeLog.claws
15623                 Sync with HEAD (nothing applicable)
15624
15625 2005-01-16 [colin]      0.9.13cvs33.2
15626
15627         * src/prefs_toolbar.c
15628                 GTK2ize prefs_toolbar, by Alfons.
15629
15630 2005-01-14 [colin]      0.9.13cvs33.1
15631
15632         * src/html.c
15633         * src/msgcache.c
15634                 Sync with HEAD
15635
15636 2005-01-14 [colin]      0.9.13cvs32.1
15637
15638         * src/html.c
15639         * src/html.h
15640         * src/msgcache.c
15641         * AUTHORS
15642         * tools/calypso_convert.pl
15643                 Sync with HEAD
15644
15645 2005-01-08 [colin]      0.9.13cvs29.2
15646
15647         * src/prefs_filtering_action.c
15648         * src/prefs_filtering.c
15649                 2 more gtk2 patches by Alfons
15650
15651 2005-01-07 [paul]       0.9.13cvs29.1
15652
15653         * ChangeLog
15654         * ChangeLog.claws
15655         * ChangeLog.jp
15656         * configure.ac
15657         * src/pop.c
15658         * src/pop.h
15659                 sync with HEAD
15660
15661 2005-01-07 [colin]      0.9.13cvs28.3
15662
15663         * src/gtk/progressdialog.c
15664         * src/gtk/progressdialog.h
15665         * src/inc.c
15666         * src/send_message.c
15667                 GTK2 for the incorporation dialog. The CList isn't dead
15668                 yet, for a more smooth migration. Patch by Alfons.
15669
15670 2005-01-06 [colin]      0.9.13cvs28.2
15671
15672         * src/prefs_display_header.c
15673                 GTK2 conversion by Alfons
15674         * src/prefs_actions.c
15675         * src/prefs_matcher.c
15676                 Fix 2 leaks - patch by Alfons
15677
15678 2005-01-06 [colin]      0.9.13cvs28.1
15679
15680         * src/prefs_matcher.c
15681                 Sync with HEAD
15682
15683 2005-01-06 [colin]      0.9.13cvs27.4
15684
15685         * src/prefs_matcher.c
15686                 Fix double-free. Patch by Alfons
15687
15688 2005-01-06 [colin]      0.9.13cvs27.3
15689
15690         * src/prefs_matcher.c
15691                 GTK2 widgets + memleak
15692                 Patch by Alfons
15693
15694 2005-01-05 [colin]      0.9.13cvs27.2
15695
15696         * src/account.c
15697         * src/addr_compl.c
15698         * src/foldersel.c
15699         * src/stock_pixmap.c
15700         * src/stock_pixmap.h
15701                 3 more GTK2 patches by Alfons.
15702
15703 2005-01-04 [colin]      0.9.13cvs27.1
15704
15705         * src/folderview.c
15706         * src/imap_gtk.c
15707         * src/news_gtk.c
15708                 Sync with HEAD
15709
15710 2005-01-04 [colin]      0.9.13cvs25.9
15711
15712         * src/compose.c
15713                 Fix Show Ruler menuitem
15714         * src/prefs_template.c
15715                 Convert to GTK2
15716         * src/common/utils.c
15717                 Make auto pointer stuff handles NULLs
15718                 Patches by Alfons.
15719
15720 2005-01-04 [colin]      0.9.13cvs25.8
15721
15722         * src/compose.c
15723                 Move the attachment list to gtk2
15724                 Patch by Alfons.
15725
15726 2005-01-04 [colin]      0.9.13cvs25.7
15727
15728         * src/textview.c
15729                 Make some keys work again
15730                 Patch by SungHyun Nam <namsh@kldp.org>
15731
15732 2005-01-04 [colin]      0.9.13cvs25.6
15733
15734         * src/gtk/gtkshruler.c
15735                 Move the ruler to GTK2
15736                 Patch by Alfons
15737
15738 2005-01-03 [colin]      0.9.13cvs25.5
15739
15740         * src/compose.c
15741                 Fix my broken patch apply 
15742
15743 2005-01-03 [colin]      0.9.13cvs25.4
15744
15745         * src/common/utils.c
15746         * src/common/utils.h
15747         * src/gtk/prefswindow.c
15748                 Move auto pointer stuff to utils.c
15749                 Patch by Alfons again :)
15750
15751 2005-01-03 [colin]      0.9.13cvs25.3
15752
15753         * src/compose.c
15754         * src/prefs_gtk.c
15755         * src/prefs_template.c
15756         * src/textview.c
15757                 Empty text widgets with empty strings, not NULL char
15758                 Patch by SungHyun Nam <namsh@kldp_org>
15759
15760 2005-01-03 [colin]      0.9.13cvs25.2
15761
15762         * src/main.c
15763         * AUTHORS
15764                 Sync with HEAD
15765
15766 2005-01-03 [colin]      0.9.13cvs25.1
15767
15768         * src/pop.c
15769         * src/pop.h
15770                 Sync with HEAD
15771
15772 2005-01-03 [colin]      0.9.13cvs24.3
15773
15774         * src/account.c
15775                 Two patches from Alfons and Alex S Moore:
15776                 fix images, fix return value.
15777
15778 2005-01-01 [colin]      0.9.13cvs24.2
15779
15780         * src/prefs_actions.c
15781                 Fix over-zealous assertion. Patch by Alfons
15782
15783 2005-01-01 [colin]      0.9.13cvs24.1
15784
15785         * src/procmime.c
15786                 Sync with HEAD (leak fix)
15787
15788 2004-12-31 [colin]      0.9.13cvs23.2
15789
15790         * src/prefs_common.c
15791                 GTK2 widgets + stock buttons - patch by Alfons
15792
15793 2004-12-31 [paul]       0.9.13cvs23.1
15794
15795         * configure.ac
15796                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15797         * src/gtk/pluginwindow.c
15798                 use GTK2 widgets and plug memory leaks,
15799                 patches by Alfons
15800
15801 2004-12-30 [colin]      0.9.13cvs22.4
15802
15803         * src/account.c
15804         * src/action.c
15805         * src/export.c
15806         * src/foldersel.c
15807         * src/import.c
15808         * src/message_search.c
15809         * src/prefs_actions.c
15810         * src/prefs_common.c
15811         * src/prefs_customheader.c
15812         * src/prefs_filtering.c
15813         * src/prefs_summary_column.c
15814         * src/summary_search.c
15815         * src/gtk/about.c
15816         * src/gtk/description_window.c
15817         * src/gtk/gtkutils.c
15818         * src/gtk/gtkutils.h
15819         * src/gtk/inputdialog.c
15820         * src/gtk/prefswindow.c
15821                 Use GTK2 stock buttons. Patches by Alfons.
15822
15823 2004-12-30 [colin]      0.9.13cvs22.3
15824
15825         * src/account.c
15826                 Sync with HEAD
15827         * src/prefs_actions.c
15828         * src/prefs_customheader.c
15829         * src/prefs_filtering.c
15830         * src/prefs_msg_colors.c
15831         * src/prefs_summary_column.c
15832         * src/gtk/prefswindow.c
15833                 Use GtkTreeView instead of deprecated 
15834                 widgets. Patches by Alfons.
15835
15836 2004-12-30 [paul]       0.9.13cvs22.2
15837
15838         * src/foldersel.c
15839                 use GTK 2 Tree View
15840                 patch by Alfons, with root folder sorting fix
15841                 by Stephan Sachse
15842
15843 2004-12-30 [paul]       0.9.13cvs22.1
15844
15845         * ChangeLog
15846         * ChangeLog.claws
15847         * ChangeLog.jp
15848         * NEWS
15849         * configure.ac
15850         * src/account.c
15851                 sync with HEAD
15852
15853 2004-12-22 [martin]     0.9.13cvs21.2
15854
15855         * src/action.c
15856                 free the command line after its use
15857
15858 2004-12-18 [paul]       0.9.13cvs21.1
15859
15860         * AUTHORS
15861         * ChangeLog
15862         * ChangeLog.claws
15863         * ChangeLog.jp
15864         * NEWS
15865         * configure.ac
15866         * src/action.c
15867         * src/compose.c
15868         * src/syldap.c
15869                 sync with HEAD
15870
15871 2004-12-17 [martin]     0.9.13cvs17.2
15872
15873         * src/action.c
15874                 convert actions input to locale
15875         * src/inc.c
15876                 convert notification command to locale
15877         * src/plugins/pgpmime/select-keys.c
15878                 convert attributes to utf8
15879
15880 2004-12-14 [colin]      0.9.13cvs17.1
15881
15882         * ChangeLog
15883         * ChangeLog.jp
15884         * ChangeLog.claws
15885         * src/action.c
15886         * src/common/utils.c
15887         * src/gtk/prefswindow.c
15888         * src/gtk/gtkutils.c
15889         * src/gtk/gtkutils.h
15890         * src/plugins/spamassassin/libspamc.c
15891                 Sync with HEAD
15892
15893 2004-12-13 [colin]      0.9.13cvs14.1
15894
15895         * src/quote_fmt_parse.y
15896                 Sync with HEAD
15897
15898 2004-12-10 [colin]      0.9.13cvs12.1
15899
15900         * src/prefs_themes.c
15901         * src/mainwindow.c
15902         * src/messageview.c
15903                 Sync with HEAD
15904
15905 2004-12-09 [colin]      0.9.13cvs10.1
15906
15907         * src/procmime.c
15908                 Sync with HEAD (fix B64 encoding from memory)
15909
15910 2004-12-08 [colin]      0.9.13cvs9.1
15911
15912         * src/gtk/colorlabel.c
15913                 Sync with HEAD
15914
15915 2004-12-08 [paul]       0.9.13cvs8.2
15916
15917         * src/gtk/pluginwindow.c
15918                 fix window resizing oddities
15919
15920 2004-12-08 [colin]      0.9.13cvs8.1
15921
15922         * src/quote_fmt_parse.y
15923                 Sync with HEAD
15924
15925 2004-12-08 [colin]      0.9.13cvs7.1
15926
15927         * src/matcher_parser_parse.y
15928         * src/msgcache.c
15929         * src/prefs_matcher.c
15930         * src/procheader.c
15931         * src/matcher.c
15932         * src/common/defs.h
15933         * po/sr.po
15934                 Sync with HEAD
15935
15936 2004-12-08 [colin]      0.9.13cvs6.1
15937
15938         * src/quote_fmt_parse.y
15939         * src/textview.c
15940                 Sync with HEAD
15941         * src/gtk/prefswindow.c
15942         * src/gtk/pluginwindow.c
15943                 Fix G_CALLBACKS protos (thanks to Alfons)
15944
15945 2004-12-07 [torte]      0.9.13cvs2.2
15946
15947         * src/procmime.c
15948                 [Bug 650] reply button causes crash
15949                 Thanks to David Relson and Christoph
15950
15951 2004-12-07 [colin]      0.9.13cvs2.1
15952
15953         * ChangeLog.claws
15954         * AUTHORS
15955         * po/sk.po
15956         * src/procmime.c
15957         * src/prefs_account.c
15958         * src/common/smtp.c
15959         * src/common/smtp.h
15960                 Sync with HEAD
15961
15962 2004-12-06 [colin]      0.9.12cvs187.1
15963
15964         * ChangeLog.claws
15965         * INSTALL
15966         * Makefile.am
15967         * README.claws
15968         * TODO.claws
15969         * configure.ac
15970         * po/bg.po
15971         * po/cs.po
15972         * po/el.po
15973         * po/en_GB.po
15974         * po/es.po
15975         * po/fr.po
15976         * po/hr.po
15977         * po/hu.po
15978         * po/it.po
15979         * po/ja.po
15980         * po/ko.po
15981         * po/nl.po
15982         * po/pl.po
15983         * po/pt_BR.po
15984         * po/ru.po
15985         * po/sk.po
15986         * po/sr.po
15987         * po/sv.po
15988         * po/zh_CN.po
15989         * po/zh_TW.Big5.po
15990         * src/compose.c
15991         * tools/Makefile.am
15992         * tools/README
15993         * tools/filter_conv.pl
15994         * tools/kdeservicemenu/README
15995         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15996         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15997                 Sync with HEAD
15998
15999 2004-12-04 [colin]      0.9.12cvs183.1
16000
16001         * src/compose.c
16002                 Sync with HEAD (compose window position saving)
16003
16004 2004-12-04 [paul]       0.9.12cvs182.3
16005
16006         * src/messageview.c
16007         * src/mimeview.c
16008         * src/prefs_customheader.c
16009         * src/gtk/quicksearch.c
16010                 replace some forgotten GTK_SIGNAL_FUNCs
16011
16012 2004-12-04 [paul]       0.9.12cvs182.2
16013
16014         * src/Makefile.am
16015                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16016                 committed in error      
16017
16018 2004-12-04 [paul]       0.9.12cvs182.1
16019
16020         * ChangeLog
16021         * ChangeLog.claws
16022         * ChangeLog.jp
16023         * INSTALL
16024         * NEWS
16025         * README
16026         * README.jp
16027         * configure.ac
16028         * doc/manual/ja/Makefile.am
16029         * doc/manual/ja/sylpheed-1.html
16030         * doc/manual/ja/sylpheed-10.html
16031         * doc/manual/ja/sylpheed-11.html
16032         * doc/manual/ja/sylpheed-12.html
16033         * doc/manual/ja/sylpheed-13.html
16034         * doc/manual/ja/sylpheed-14.html
16035         * doc/manual/ja/sylpheed-15.html
16036         * doc/manual/ja/sylpheed-16.html
16037         * doc/manual/ja/sylpheed-17.html
16038         * doc/manual/ja/sylpheed-18.html
16039         * doc/manual/ja/sylpheed-19.html
16040         * doc/manual/ja/sylpheed-2.html
16041         * doc/manual/ja/sylpheed-20.html
16042         * doc/manual/ja/sylpheed-3.html
16043         * doc/manual/ja/sylpheed-4.html
16044         * doc/manual/ja/sylpheed-5.html
16045         * doc/manual/ja/sylpheed-6.html
16046         * doc/manual/ja/sylpheed-7.html
16047         * doc/manual/ja/sylpheed-8.html
16048         * doc/manual/ja/sylpheed-9.html
16049         * doc/manual/ja/sylpheed.html
16050         * doc/manual/ja/sylpheed.sgml
16051         * po/de.po
16052         * src/Makefile.am
16053         * src/compose.c
16054         * src/procmime.c
16055         * src/pixmaps/regular.xpm **REMOVED**
16056         * src/plugins/pgpmime/pgpmime.c
16057         * src/plugins/pgpmime/plugin.c
16058         * src/plugins/pgpmime/prefs_gpg.c
16059                 sync with HEAD
16060
16061 2004-12-03 [paul]       0.9.12cvs180.1
16062
16063         * ChangeLog
16064         * ChangeLog.claws
16065         * ChangeLog.jp
16066         * configure.ac
16067         * src/Makefile.am
16068         * src/pop.c
16069         * src/common/utils.c
16070         * src/common/utils.h
16071         * src/pixmaps/continue.xpm
16072         * src/pixmaps/dir_close.xpm
16073         * src/pixmaps/dir_open.xpm
16074         * src/pixmaps/drafts_close.xpm
16075         * src/pixmaps/drafts_open.xpm
16076         * src/pixmaps/folder.xpm **REMOVED**
16077         * src/pixmaps/group.xpm
16078         * src/pixmaps/unread.xpm
16079                 sync with HEAD
16080
16081 2004-12-02 [colin]      0.9.12cvs179.1
16082
16083         * src/compose.c
16084                 Sync with HEAD (non-duplicated reedition)
16085
16086 2004-12-02 [colin]      0.9.12cvs178.1
16087
16088         * src/compose.c
16089                 Sync with HEAD (linewrap_quote fix)
16090
16091 2004-12-01 [colin]      0.9.12cvs177.3
16092
16093         * src/addrharvest.c
16094                 Replace sizeof with strlen
16095
16096 2004-12-01 [paul]       0.9.12cvs177.2
16097
16098         * src/addrharvest.c
16099                 fix 'harvest addresses'
16100
16101 2004-11-30 [colin]      0.9.12cvs177.1
16102
16103         * src/gtk/prefswindow.c
16104         * src/gtk/pluginwindow.c
16105                 Sync with HEAD
16106
16107 2004-11-29 [colin]      0.9.12cvs176.1
16108
16109         * src/folderview.c
16110                 sync with HEAD (Fix disappearing separators in folderview's popup)
16111
16112 2004-11-29 [colin]      0.9.12cvs175.1
16113
16114         * src/procmime.c
16115                 Sync with head (another format fix)
16116
16117 2004-11-29 [colin]      0.9.12cvs174.1
16118
16119         * src/pop.c
16120                 Sync with HEAD (format string fix)
16121
16122 2004-11-26 [colin]      0.9.12cvs173.1
16123
16124         * src/common/smtp.c
16125         * src/common/smtp.h
16126                 Sync with HEAD
16127
16128 2004-11-24 [colin]      0.9.12cvs172.1
16129
16130         * src/plugins/pgpmime/pgpmime.c
16131                 Sync with HEAD
16132
16133 2004-11-24 [colin]      0.9.12cvs171.1
16134
16135         * src/plugins/pgpmime/pgpmime.c
16136                 Sync with head (gpgmectx leaks)
16137
16138 2004-11-24 [colin]      0.9.12cvs169.1
16139
16140         * src/plugins/pgpmime/plugin.c
16141         * src/plugins/trayicon/Makefile.am
16142         * src/plugins/trayicon/newmarkedmail.xpm
16143         * src/plugins/trayicon/trayicon.c
16144         * src/plugins/trayicon/unreadmarkedmail.xpm
16145                 Sync with HEAD
16146
16147 2004-11-23 [colin]      0.9.12cvs168.1
16148
16149         * src/partial_download.c
16150         * src/partial_download.h
16151         * src/plugins/pgpmime/plugin.c
16152                 Sync with HEAD
16153
16154 2004-11-23 [colin]      0.9.12cvs166.1
16155
16156         * src/Makefile.am
16157         * src/codeconv.c
16158         * src/compose.c
16159         * src/folderview.c
16160         * src/main.c
16161         * src/partial_download.c
16162         * src/partial_download.h
16163         * src/prefs_account.c
16164         * src/prefs_account.h
16165         * src/privacy.c
16166         * src/privacy.h
16167         * src/procmime.c
16168         * src/common/Makefile.am
16169         * src/common/base64.h
16170         * src/common/partial_download.c
16171         * src/common/partial_download.h
16172         * src/gtk/prefswindow.c
16173         * src/gtk/prefswindow.h
16174         * src/plugins/pgpmime/pgpmime.c
16175         * src/plugins/pgpmime/prefs_gpg.c
16176         * src/plugins/pgpmime/prefs_gpg.h
16177         * src/plugins/pgpmime/sgpgme.c
16178         * src/plugins/pgpmime/sgpgme.h
16179                 Sync with HEAD
16180
16181 2004-11-23 [colin]      0.9.12cvs163.1
16182
16183         * src/main.c
16184                 Sync with HEAD (cursor optimization)
16185
16186 2004-11-23 [colin]      0.9.12cvs162.1
16187
16188         * src/prefs_common.c
16189         * src/prefs_themes.c
16190         * src/procmsg.c
16191                 Sync with HEAD
16192
16193 2004-11-23 [colin]      0.9.12cvs158.9
16194
16195         * src/compose.c
16196                 Fix double-free when forwarding
16197         * src/msgcache.c
16198                 Fix leak on error path
16199                 
16200
16201 2004-11-23 [colin]      0.9.12cvs158.8
16202
16203         * src/compose.c
16204                 Fix possible double-free
16205                 Spotted by Alfons
16206
16207 2004-11-23 [colin]      0.9.12cvs158.7
16208
16209         * src/compose.c
16210                 Fix some signal handlers' prototypes
16211                 Spotted by Alfons
16212
16213 2004-11-22 [colin]      0.9.12cvs158.6
16214
16215         * src/compose.c
16216                 Remove unneeded code and duplicated
16217                 wrapping - patch by Alfons
16218
16219 2004-11-22 [colin]      0.9.12cvs158.5
16220
16221         * src/prefs_themes.c
16222                 Fix oversized selector
16223
16224 2004-11-22 [colin]      0.9.12cvs158.4
16225
16226         * src/compose.c
16227                 fix dump_text()
16228                 patch by Alfons
16229
16230 2004-11-19 [colin]      0.9.12cvs158.3
16231
16232         * src/textview.c
16233                 Add a context menu on links (open, copy)
16234
16235 2004-11-18 [paul]       0.9.12cvs158.2
16236
16237         * src/addrgather.c
16238         * src/exphtmldlg.c
16239         * src/expldifdlg.c
16240         * src/mimeview.c
16241         * src/prefs_common.c
16242         * src/plugins/image_viewer/viewer.c
16243         * src/plugins/spamassassin/spamassassin_gtk.c
16244                 replace deprecated gtk_notebook_set_page
16245                 and gtk_notebook_current_page
16246
16247 2004-11-18 [paul]       0.9.12cvs158.1
16248
16249         * configure.ac
16250         * src/compose.c
16251         * src/mainwindow.c
16252         * src/messageview.c
16253         * src/prefs_common.c
16254         * src/common/utils.c
16255         * src/common/utils.h
16256                 sync with HEAD
16257
16258 2004-11-17 [colin]      0.9.12cvs156.1
16259
16260         * src/prefs_account.c
16261         * src/prefs_account.h
16262         * src/procmsg.c
16263                 Sync with HEAD (add pref to store encrypted mails encrypted)
16264
16265 2004-11-17 [paul]       0.9.12cvs155.1
16266
16267         * ChangeLog
16268         * ChangeLog.claws
16269         * ChangeLog.jp
16270         * NEWS
16271         * configure.ac
16272         * src/compose.c
16273         * src/jpilot.c
16274         * src/privacy.c
16275         * src/procmime.c
16276         * src/procmime.h
16277         * src/procmsg.c
16278         * src/toolbar.c
16279         * src/pixmaps/error.xpm
16280                 sync with HEAD
16281
16282 2004-11-17 [colin]      0.9.12cvs151.1
16283
16284         * src/plugins/pgpmime/pgpmime.c
16285                 Sync with HEAD (remove debug printf)
16286
16287 2004-11-17 [colin]      0.9.12cvs150.1
16288
16289         * src/plugins/pgpmime/pgpmime.c
16290                 Sync with HEAD (off-by-one fix)
16291
16292 2004-11-17 [colin]      0.9.12cvs149.1
16293
16294         * src/procmsg.c
16295                 Sync with HEAD (coding style fixes)
16296
16297 2004-11-16 [colin]      0.9.12cvs148.1
16298
16299         * src/procmsg.c
16300                 Sync with head (Fix the fix)
16301
16302 2004-11-16 [colin]      0.9.12cvs147.1
16303
16304         * src/procmsg.c
16305                 Sync with Main (leak fix)
16306
16307 2004-11-16 [colin]      0.9.12cvs146.14
16308
16309         * src/compose.c
16310                 Remove useless chunk of code
16311                 Patch by Alfons
16312
16313 2004-11-15 [colin]      0.9.12cvs146.13
16314
16315         * src/compose.c
16316                 Fix drafting after insertion
16317                 Patch by Alfons
16318
16319 2004-11-15 [colin]      0.9.12cvs146.12
16320
16321         * src/compose.c
16322         * src/prefs_filtering.c
16323         * src/prefs_filtering_action.c
16324         * src/prefs_toolbar.c
16325                 Fix some const-correctness
16326
16327 2004-11-15 [colin]      0.9.12cvs146.11
16328
16329         * src/summaryview.c
16330         * src/prefs_themes.c
16331         * src/messageview.c
16332                 Fix some leaks
16333
16334 2004-11-15 [colin]      0.9.12cvs146.10
16335
16336         * src/codeconv.c
16337                 More unreadable locale fixes
16338
16339 2004-11-14 [colin]      0.9.12cvs146.9
16340
16341         * src/textview.c
16342                 Fix uri_security_check
16343                 Patch by Alfons
16344
16345 2004-11-13 [paul]       0.9.12cvs146.8
16346
16347         * src/folder.c
16348         * src/procmime.c
16349                 fix 2 bugs introduced in last commit
16350
16351 2004-11-13 [paul]       0.9.12cvs146.7
16352
16353         * src/compose.c
16354         * src/exporthtml.c
16355         * src/exportldif.c
16356         * src/folder.c
16357         * src/imap.c
16358         * src/imap_gtk.c
16359         * src/main.c
16360         * src/mainwindow.c
16361         * src/messageview.c
16362         * src/mh_gtk.c
16363         * src/prefs_themes.c
16364         * src/procmime.c
16365         * src/setup.c
16366         * src/summaryview.c
16367                 replace deprecated g_basename
16368
16369 2004-11-13 [paul]       0.9.12cvs146.6
16370
16371         * src/compose.c
16372         * src/imap.c
16373         * src/matcher_parser.h
16374         * src/matcher_parser_parse.y
16375         * src/prefs_filtering.c
16376         * src/prefs_filtering_action.c
16377         * src/prefs_themes.c
16378         * src/prefs_toolbar.c
16379         * src/common/utils.c
16380                 various small fixes/cleanups
16381
16382 2004-11-12 [colin]      0.9.12cvs146.5
16383
16384         * src/textview.c
16385                 Validate event's origin on visibility notify
16386                 Patch by Alfons.
16387
16388 2004-11-12 [paul]       0.9.12cvs146.4
16389
16390         * src/exporthtml.c
16391         * src/exportldif.c
16392         * src/imap.c
16393         * src/mh.c
16394         * src/mimeview.c
16395         * src/prefs_spelling.c
16396         * src/prefs_themes.c
16397                 replace deprecated g_dirname    
16398
16399 2004-11-12 [colin]      0.9.12cvs146.3
16400
16401         * src/textview.c
16402                 Some coding style fixes
16403
16404 2004-11-12 [colin]      0.9.12cvs146.2
16405
16406         * src/codeconv.c
16407                 We want to replace _all_ extended chars in
16408                 conv_unreadable_*, because any string containing
16409                 extended chars not parsing as UTF8 is 
16410                 undisplayed on gtk2.
16411
16412 2004-11-12 [paul]       0.9.12cvs146.1
16413
16414         * ChangeLog
16415         * ChangeLog.claws
16416         * ChangeLog.jp
16417         * NEWS
16418         * configure.ac
16419         * src/account.c
16420         * src/folderview.c
16421         * src/folderview.h
16422         * src/imap.c
16423         * src/imap_gtk.c
16424         * src/inc.c
16425         * src/mainwindow.c
16426         * src/mh_gtk.c
16427         * src/news_gtk.c
16428         * src/pop.c
16429         * src/prefs_account.c
16430         * src/prefs_account.h
16431         * src/prefs_ext_prog.c
16432         * src/procmime.c
16433         * src/procmime.h
16434         * src/procmsg.c
16435         * src/procmsg.h
16436         * src/summary_search.c
16437         * src/summaryview.c
16438         * src/textview.c
16439         * src/common/defs.h
16440         * src/common/utils.c
16441         * src/common/utils.h
16442         * src/gtk/menu.c
16443         * src/gtk/menu.h
16444                 sync with HEAD
16445
16446 2004-11-11 [colin]      0.9.12cvs144.2
16447
16448         * src/textview.c
16449                 Fix URI range selection (patch by Alfons)
16450
16451 2004-11-09 [colin]      0.9.12cvs144.1
16452
16453         * ChangeLog.claws
16454         * src/compose.c
16455         * src/folder.c
16456         * src/folder_item_prefs.c
16457         * src/prefs_account.c
16458         * src/prefs_account.h
16459         * src/plugins/pgpmime/pgpmime.c
16460                 Sync with HEAD
16461
16462 2004-11-08 [colin]      0.9.12cvs143.1
16463
16464         * src/summaryview.c
16465                 Sync with HEAD (optimize quicksearch)
16466
16467 2004-11-08 [colin]      0.9.12cvs142.2
16468
16469         * src/compose.c
16470                 Don't wrap when Edit/Auto wrapping is disabled
16471
16472 2004-11-08 [colin]      0.9.12cvs142.1
16473
16474         * src/textview.c
16475                 Sync with HEAD
16476
16477 2004-11-08 [colin]      0.9.12cvs141.1
16478
16479         * src/textview.c
16480                 Sync with HEAD (fix some mail URIs)
16481
16482 2004-11-08 [colin]      0.9.12cvs140.3
16483
16484         * src/textview.c
16485                 o Use text cursor instead of arrow when
16486                   not on a link
16487                 o Fix handling of contiguous links (as in
16488                   "colin@colino.net" <colin@colino.net>)
16489                   This one unveils a bug in get_email_part()
16490
16491 2004-11-07 [colin]      0.9.12cvs140.2
16492
16493         * src/textview.c
16494                 Fix memleak. Patch by Alfons.
16495
16496 2004-11-06 [colin]      0.9.12cvs140.1
16497
16498         * src/compose.c
16499                 Sync with HEAD (don't ask passphrase
16500                 when drafting)
16501
16502 2004-11-06 [paul]       0.9.12cvs139.2
16503
16504         * AUTHORS
16505         * src/textview.c
16506         * src/textview.h
16507                 textview URI handling. hovering over a 
16508                 link displays it in the status bar,
16509                 and changes the mouse pointer to a hand 
16510                 cursor. a link is activated with a single 
16511                 click. (Modified from the) patch by Jean-Yves 
16512                 Lefort <jylefort@users.sourceforge.net>
16513                 
16514
16515 2004-11-05 [colin]      0.9.12cvs139.1
16516
16517         * src/compose.c
16518         * src/procmime.c
16519                 Sync with HEAD again ^^
16520
16521 2004-11-05 [colin]      0.9.12cvs139.1
16522
16523         * src/compose.c
16524         * src/procmime.c
16525                 Sync with HEAD
16526
16527 2004-11-03 [paul]       0.9.12cvs138.1
16528
16529         * ChangeLog.claws
16530         * configure.ac
16531         * po/POTFILES.in
16532         * src/prefs_ext_prog.c
16533         * src/procmime.c
16534         * tools/kdeservicemenu/README
16535         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16536         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16537                 sync with HEAD
16538
16539 2004-11-01 [christoph]  0.9.12cvs136.2
16540
16541         * src/procmime.c
16542                 convert MIME parameters to UTF-8
16543
16544 2004-10-29 [colin]      0.9.12cvs136.1
16545
16546         * src/common/utils.c
16547                 Sync with HEAD (don't use '=' in mime boundary)
16548
16549 2004-10-29 [paul]       0.9.12cvs135.1
16550
16551         * configure.ac
16552         * doc/src/rfc2231.txt
16553         * src/procmime.c
16554         * src/common/quoted-printable.c
16555         * src/common/utils.c
16556         * src/common/utils.h
16557                 sync with HEAD
16558
16559 2004-10-27 [paul]       0.9.12cvs134.1
16560
16561         * configure.ac
16562         * src/main.c
16563         * src/procmime.c
16564         * src/plugins/pgpmime/pgpmime.c
16565                 sync with HEAD
16566
16567 2004-10-26 [paul]       0.9.12cvs132.3
16568
16569         * src/account.c
16570         * src/addressbook.c
16571         * src/addrgather.c
16572         * src/addrharvest.c
16573         * src/codeconv.c
16574         * src/compose.c
16575         * src/customheader.c
16576         * src/editaddress.c
16577         * src/editgroup.c
16578         * src/enriched.c
16579         * src/expldifdlg.c
16580         * src/exporthtml.c
16581         * src/exportldif.c
16582         * src/folder.c
16583         * src/foldersel.c
16584         * src/folderview.c
16585         * src/grouplistdialog.c
16586         * src/html.c
16587         * src/imap.c
16588         * src/jpilot.c
16589         * src/ldapserver.c
16590         * src/ldif.c
16591         * src/mimeview.c
16592         * src/news.c
16593         * src/news_gtk.c
16594         * src/pop.c
16595         * src/prefs_display_header.c
16596         * src/prefs_gtk.c
16597         * src/prefs_msg_colors.c
16598         * src/prefs_toolbar.c
16599         * src/procheader.c
16600         * src/procmime.c
16601         * src/summaryview.c
16602         * src/textview.c
16603         * src/toolbar.c
16604         * src/vcard.c
16605         * src/common/mgutils.c
16606         * src/common/nntp.c
16607         * src/common/smtp.c
16608         * src/common/template.c
16609         * src/common/utils.c
16610         * src/common/xmlprops.c
16611         * src/plugins/pgpmime/pgpmime.c
16612         * src/plugins/pgpmime/select-keys.c
16613         * src/plugins/pgpmime/sgpgme.c
16614                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16615                 g_string_sprintfa(), gtk_notebook_current_page()
16616
16617 2004-10-26 [colin]      0.9.12cvs132.2
16618
16619         * src/prefs_folder_item.c
16620                 Fix default-account selection
16621
16622 2004-10-21 [colin]      0.9.12cvs133
16623
16624         * src/compose.c
16625                 Sync with HEAD (Remove extra separator in compose's Options)
16626         * src/textview.c
16627                 Set wrapping to char
16628
16629 2004-10-21 [paul]       0.9.12cvs131.2
16630
16631         * src/compose.c
16632         * src/sourcewindow.c
16633                 fix wrapping
16634                 fix window shrinking 
16635
16636 2004-10-21 [colin]      0.9.12cvs131.1
16637
16638         * ChangeLog.claws
16639         * src/compose.c
16640                 Sync with HEAD
16641
16642 2004-10-21 [paul]       0.9.12cvs130.2
16643
16644         * src/prefs_folder_item.c
16645                 sync with HEAD (Apply to subfolders)
16646
16647 2004-10-19 [colin]      0.9.12cvs130.1
16648
16649         * ChangeLog.claws
16650         * src/compose.c
16651         * src/common/utils.c
16652         * src/gtk/menu.c
16653                 Sync with HEAD
16654
16655 2004-10-19 [colin]      0.9.12cvs128.1
16656
16657         * src/addrbook.c
16658         * src/addrcache.c
16659         * src/addressbook.c
16660         * src/codeconv.c
16661         * src/compose.c
16662         * src/customheader.c
16663         * src/editaddress.c
16664         * src/editgroup.c
16665         * src/exporthtml.c
16666         * src/folder.c
16667         * src/folderview.c
16668         * src/imap.c
16669         * src/jpilot.c
16670         * src/main.c
16671         * src/matcher_parser_parse.y
16672         * src/mbox.c
16673         * src/pop.c
16674         * src/prefs_account.c
16675         * src/prefs_gtk.c
16676         * src/prefs_msg_colors.c
16677         * src/procheader.c
16678         * src/procmime.c
16679         * src/procmime.h
16680         * src/procmsg.c
16681         * src/summaryview.c
16682         * src/textview.c
16683         * src/common/base64.c
16684         * src/common/partial_download.c
16685         * src/common/socket.c
16686         * src/common/sylpheed.c
16687         * src/common/utils.c
16688         * src/common/utils.h
16689         * src/gtk/pluginwindow.c
16690         * src/gtk/quicksearch.c
16691         * src/plugins/clamav/clamav_plugin.c
16692         * src/plugins/clamav/clamav_plugin.h
16693         * src/plugins/clamav/clamav_plugin_gtk.c
16694         * src/plugins/pgpmime/passphrase.c
16695         * src/plugins/pgpmime/pgpmime.c
16696         * src/plugins/pgpmime/plugin.c
16697         * src/plugins/pgpmime/prefs_gpg.c
16698         * src/plugins/pgpmime/prefs_gpg.h
16699         * src/plugins/pgpmime/select-keys.c
16700         * src/plugins/pgpmime/sgpgme.c
16701         * src/plugins/spamassassin/libspamc.c
16702         * src/plugins/spamassassin/spamassassin.c
16703         * src/plugins/spamassassin/spamassassin.h
16704         * src/plugins/spamassassin/spamassassin_gtk.c
16705         * src/plugins/trayicon/trayicon.c
16706         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16707                 Sync with HEAD
16708
16709 2004-10-14 [colin]      0.9.12cvs126.2
16710
16711         * src/codeconv.c
16712         * src/textview.c
16713                 Fix conv_unreadable_locale
16714
16715 2004-10-13 [colin]      0.9.12cvs126.1
16716
16717         * src/compose.c
16718                 Sync with HEAD (don't convert charset for 
16719                 drafted messages, minor cleanup)
16720
16721 2004-10-13 [colin]      0.9.12cvs125.1
16722
16723         * po/POTFILES.in
16724                 Sync with HEAD (POTFILES fix)
16725
16726 2004-10-12 [colin]      0.9.12cvs124.3
16727
16728         * src/compose.c
16729                 Fix encoding bug from latest sync
16730
16731 2004-10-12 [paul]       0.9.12cvs124.2
16732
16733         * src/plugins/pgpmime/prefs_gpg.c
16734         * src/plugins/pgpmime/prefs_gpg.h
16735                 forgotten in last commit        
16736
16737 2004-10-12 [paul]       0.9.12cvs124.1
16738
16739         * ChangeLog.claws
16740         * configure.ac
16741         * m4/spamassassin.m4
16742         * src/Makefile.am
16743         * src/account.c
16744         * src/compose.c
16745         * src/compose.h
16746         * src/crash.c
16747         * src/main.c
16748         * src/mimeview.c
16749         * src/passphrase.c
16750         * src/passphrase.h
16751         * src/prefs_account.c
16752         * src/prefs_account.h
16753         * src/prefs_common.c
16754         * src/privacy.c
16755         * src/privacy.h
16756         * src/procmime.c
16757         * src/procmime.h
16758         * src/procmsg.c
16759         * src/rfc2015.c
16760         * src/rfc2015.h
16761         * src/select-keys.c
16762         * src/select-keys.h
16763         * src/textview.c
16764         * src/common/utils.c
16765         * src/common/utils.h
16766         * src/gtk/about.c
16767         * src/plugins/pgpmime/Makefile.am
16768         * src/plugins/pgpmime/passphrase.c
16769         * src/plugins/pgpmime/passphrase.h
16770         * src/plugins/pgpmime/pgpmime.c
16771         * src/plugins/pgpmime/plugin.c
16772         * src/plugins/pgpmime/select-keys.c
16773         * src/plugins/pgpmime/select-keys.h
16774         * src/plugins/pgpmime/sgpgme.c
16775         * src/plugins/pgpmime/sgpgme.h
16776                 sync with HEAD
16777
16778 2004-10-04 [colin]      0.9.12cvs122.1
16779
16780         * src/mainwindow.c
16781         * src/messageview.c
16782         * src/messageview.h
16783         * src/textview.c
16784                 Sync with HEAD
16785
16786 2004-10-04 [colin]      0.9.12cvs121.1
16787
16788         * src/summaryview.c
16789                 Sync with HEAD
16790
16791 2004-10-04 [paul]       0.9.12cvs120.1
16792
16793         * configure.ac
16794                 sync with HEAD [don't try to build 
16795                 pgpmime plugin when gpgme is disabled]
16796
16797 2004-10-03 [colin]      0.9.12cvs119.3
16798
16799         * src/gtk/gtksctree.c
16800                 Lots of side effects. Put back as before 117.2.
16801         * src/summaryview.c
16802                 Fix bug #602
16803
16804 2004-10-03 [colin]      0.9.12cvs119.2
16805
16806         * src/gtk/gtksctree.c
16807                 Revert 608 fix that doesn't work that good
16808
16809 2004-10-02 [colin]      0.9.12cvs119.1
16810
16811         * src/mainwindow.c
16812         * src/messageview.c
16813         * src/prefs_common.h
16814         * src/procmime.c
16815         * src/procmime.h
16816         * src/textview.c
16817                 Sync with HEAD
16818         * src/gtk/gtksctree.c
16819                 Close bug #608
16820
16821 2004-10-01 [colin]      0.9.12cvs118.1
16822
16823         * src/mimeview.c
16824                 Sync with HEAD (better Save All fix)
16825
16826 2004-10-01 [colin]      0.9.12cvs117.2
16827
16828         * src/gtk/gtksctree.c
16829                 Faster on selection
16830
16831 2004-10-01 [colin]      0.9.12cvs117.1
16832
16833         * src/mimeview.c
16834                 Sync with HEAD (Save All: only attachments)
16835
16836 2004-10-01 [paul]       0.9.12cvs116.1
16837
16838         * ChangeLog.claws
16839         * configure.ac
16840         * src/account.c
16841         * src/prefs_common.c
16842         * src/gtk/colorlabel.c
16843                 sync with HEAD
16844
16845 2004-09-30 [colin]      0.9.12cvs115.1
16846
16847         * src/stock_pixmap.c
16848         * src/stock_pixmap.h
16849         * src/folderview.c
16850         * src/Makefile.am
16851         * src/pixmaps/read.xpm
16852                 Sync with HEAD (new pixmap)
16853
16854 2004-09-29 [colin]      0.9.12cvs114.1
16855
16856         * src/compose.c
16857                 Sync with HEAD
16858                 Fix focus handling in headers
16859
16860 2004-09-29 [paul]       0.9.12cvs113.1
16861
16862         * src/quote_fmt_parse.y
16863                 sync with HEAD
16864  
16865
16866 2004-09-28 [colin]      0.9.12cvs112.1
16867
16868         * src/folderview.c
16869         * src/mainwindow.c
16870                 Sync with HEAD
16871
16872 2004-09-28 [colin]      0.9.12cvs110.1
16873
16874         * src/folderview.c
16875                 Sync with HEAD (Contextual Empty trash menu)
16876
16877 2004-09-28 [colin]      0.9.12cvs108.1
16878
16879         * src/addressbook.c
16880                 Sync with HEAD (addressbook edit on double-click)
16881
16882 2004-09-28 [colin]      0.9.12cvs106.1
16883
16884         * src/inc.c
16885                 Sync with HEAD (folder_item freeze on inc)
16886
16887 2004-09-27 [colin]      0.9.12cvs105.1
16888
16889         * src/folderview.c
16890                 Sync with HEAD (right-align new and unread column)
16891
16892 2004-09-27 [colin]      0.9.12cvs104.1
16893
16894         * src/main.c
16895                 Sync with HEAD (revert 0.9.12cvs101)
16896
16897 2004-09-24 [colin]      0.9.12cvs103.2
16898
16899         * src/wizard.c
16900                 Fix gtk warnings and use domain part of the email address 
16901                 when domain detection fails (no dot in domain name)
16902
16903 2004-09-23 [colin]      0.9.12cvs103.1
16904
16905         * src/plugins/spamassassin/libspamc.c
16906         * src/plugins/spamassassin/libspamc.h
16907         * src/plugins/spamassassin/utils.c
16908         * src/plugins/spamassassin/utils.h
16909                 Sync with HEAD (Update spamassassin to 3.0)
16910
16911 2004-09-21 [colin]      0.9.12cvs102.3
16912
16913         * src/action.c
16914                 Add horizontal scrollbar in action io dialog as needed
16915                 Patch by Alfons.
16916
16917 2004-09-20 [colin]      0.9.12cvs102.2
16918
16919         * src/plugins/image_viewer/viewer.c
16920                 Remove imlib stuff
16921                 use gtk_pixmap_set when clearing
16922                 (would be better to use gtkImages, but causes size-allocate 
16923                 signals storm)
16924
16925 2004-09-17 [paul]       0.9.12cvs102.1
16926
16927         * ChangeLog
16928         * ChangeLog.claws
16929         * ChangeLog.jp
16930         * configure.ac
16931         * src/inc.c
16932                 sync with HEAD
16933
16934
16935 2004-09-17 [colin]      0.9.12cvs101.1
16936
16937         * ChangeLog.claws
16938         * src/main.c
16939                 Sync with HEAD (fix segs at exit)
16940
16941 2004-09-14 [colin]      0.9.12cvs99.5
16942
16943         * src/common/socket.c
16944         * AUTHORS
16945                 Fix send error on 64bit platforms
16946                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16947
16948 2004-09-14 [colin]      0.9.12cvs99.4
16949
16950         * src/action.c
16951                 Fix action output with utf8 
16952                 Patch by Alfons.
16953
16954 2004-09-14 [colin]      0.9.12cvs99.3
16955
16956         * ChangeLog.claws
16957         * src/folder.c
16958                 Sync with HEAD
16959
16960 2004-09-09 [colin]      0.9.12cvs99.2
16961
16962         * src/action.c
16963                 Fix progress bar (displaying "Completed %v/%u")
16964                 Patch by Alfons.
16965
16966 2004-09-08 [colin]      0.9.12cvs99.1
16967
16968         * src/account.c
16969         * src/folder.c
16970         * src/procmsg.c
16971         * src/procmsg.h
16972         * src/plugins/pgpmime/pgpmime.c
16973                 Sync with HEAD
16974
16975 2004-09-08 [colin]      0.9.12cvs97.2
16976
16977         * src/summaryview.c
16978                 Don't select mails in collapsed threads 
16979                 when navigating with up/down
16980
16981 2004-09-07 [colin]      0.9.12cvs97.1
16982
16983         * src/inc.c
16984                 Sync with HEAD (meaningful error messages)
16985
16986 2004-09-06 [colin]      0.9.12cvs96.1
16987
16988         * src/toolbar.c
16989                 Sync with HEAD (fix Redirect graying out)
16990
16991 2004-09-06 [colin]      0.9.12cvs95.1
16992
16993         * src/summaryview.c
16994         * src/mimeview.c
16995                 Sync with HEAD (fix dropped URIs)
16996
16997 2004-09-06 [colin]      0.9.12cvs94.1
16998
16999         * src/addressbook.c
17000         * src/addressitem.h
17001         * src/addritem.c
17002         * src/addritem.h
17003                 Sync with HEAD (addressbook DnD)
17004
17005 2004-09-03 [colin]      0.9.12cvs93.1
17006
17007         * src/summaryview.c
17008                 Sync with HEAD (next/prev unread)
17009
17010 2004-09-03 [colin]      0.9.12cvs92.1
17011
17012         * src/prefs_common.c
17013         * src/prefs_common.h
17014         * src/summaryview.c
17015                 Sync with HEAD ('mark_as_read_delay' pref)
17016
17017 2004-09-02 [colin]      0.9.12cvs91.2
17018
17019         * src/common/xml.c
17020                 Fix leak
17021
17022 2004-09-02 [colin]      0.9.12cvs91.1
17023
17024         * src/gtk/menu.c
17025                 Sync with HEAD (menu accel don't work, but whatever)
17026
17027 2004-09-02 [colin]      0.9.12cvs90.1
17028
17029         * src/account.c
17030                 Sync with HEAD (fix bug 582)
17031
17032 2004-09-02 [colin]      0.9.12cvs89.1
17033
17034         * src/addrindex.c
17035                 Sync with HEAD (free deleted queries)
17036
17037 2004-09-02 [colin]      0.9.12cvs88.1
17038
17039         * src/ldapquery.c
17040                 Sync with HEAD (fix LDAP freezes)
17041
17042 2004-09-02 [colin]      0.9.12cvs87.1
17043
17044         * src/prefs_spelling.c
17045                 Sync with HEAD (add default dictionary)
17046
17047 2004-09-01 [colin]      0.9.12cvs86.1
17048
17049         * src/filtering.c
17050         * src/folderview.c
17051         * src/imap.c
17052         * src/prefs_matcher.c
17053         * src/stock_pixmap.c
17054         * src/summary_search.c
17055         * src/summaryview.c
17056         * src/wizard.c
17057         * src/wizard.h
17058                 Sync with HEAD (uninitialized vars fixes)
17059                 + gtk2 specific warning fixes
17060
17061 2004-08-31 [colin]      0.9.12cvs85.1
17062
17063         * src/folder.c
17064                 Sync with HEAD (Fix memory corruption due to 
17065                 uninitialized var)
17066
17067 2004-08-31 [colin]      0.9.12cvs84.4
17068
17069         * src/summary_search.c
17070                 Fix segfaults when searching in folders with broken headers
17071
17072 2004-08-31 [colin]      0.9.12cvs84.3
17073
17074         * src/compose.c
17075         * src/textview.c
17076                 Fix some more encoding/decoding issues
17077
17078 2004-08-30 [colin]      0.9.12cvs84.2
17079
17080         * src/mimeview.c
17081         * src/prefs_themes.c
17082         * src/gtk/filesel.c
17083         * src/gtk/filesel.h
17084                 Add a folder-mode selection (fixes mimeview's "Save all")
17085
17086 2004-08-29 [colin]      0.9.12cvs84.1
17087
17088         * src/mimeview.c
17089                 Sync with HEAD (don't escape saved filenames)
17090
17091 2004-08-27 [colin]      0.9.12cvs83.1
17092
17093         * ChangeLog
17094         * ChangeLog.claws
17095         * ChangeLog.jp
17096         * src/mh.c
17097         * src/procheader.c
17098         * src/procmsg.c
17099         * src/procmsg.h
17100         * src/common/utils.c
17101         * src/gtk/menu.h
17102         * po/
17103                 Sync with HEAD 0.9.12cvs83 (sync with main)
17104
17105 2004-08-26 [colin]      0.9.12cvs82.4
17106
17107         * src/codeconv.c
17108                 Fix strange stack corruption
17109                 Convert to utf8 after unmime, not before
17110
17111 2004-08-26 [colin]      0.9.12cvs82.3
17112
17113         * src/main.c
17114         * src/wizard.c
17115                 Fix account folders duplication
17116
17117 2004-08-25 [colin]      0.9.12cvs82.2
17118
17119         * src/wizard.c
17120                 Remove ports
17121                 Add SSL selection
17122                 Use login@server as account name
17123
17124 2004-08-25 [colin]      0.9.12cvs82.1
17125
17126         * src/plugins/pgpmime/pgpmime.c
17127                 Sync with HEAD (leak fix).
17128
17129 2004-08-25 [colin]      0.9.12cvs81.1
17130
17131         * src/plugins/pgpmime/pgpmime.c
17132         * src/plugins/pgpmime/sgpgme.c
17133         * src/plugins/pgpmime/sgpgme.h
17134                 Sync with HEAD (Handle combined messages).
17135
17136 2004-08-24 [colin]      0.9.12cvs80.3
17137
17138         * src/wizard.c
17139                 Fix full name, ports, and imap
17140
17141 2004-08-24 [colin]      0.9.12cvs80.2
17142
17143         * src/Makefile.am
17144         * src/main.c
17145         * src/setup.c
17146         * src/setup.h
17147         * src/stock_pixmap.c
17148         * src/stock_pixmap.h
17149         * src/wizard.c ** ADDED **
17150         * src/wizard.h ** ADDED ** 
17151         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17152                 Add a setup wizard 
17153
17154 2004-08-24 [colin]      0.9.12cvs80.1
17155
17156         * src/folder.c
17157                 Sync with HEAD (set mimeflags on all messages)
17158
17159 2004-08-24 [colin]      0.9.12cvs79.3
17160
17161         * src/matcher_parser_lex.l
17162                 Fix 8bits strings not in utf8
17163
17164 2004-08-24 [colin]      0.9.12cvs79.2
17165
17166         * src/compose.c
17167                 Check conversion result before replacing buffer
17168
17169 2004-08-23 [colin]      0.9.12cvs79.1
17170
17171         * src/compose.c
17172                 Sync with HEAD (create message header in memory)
17173
17174 2004-08-23 [colin]      0.9.12cvs78.1
17175
17176         * src/rfc2015.c
17177         * src/rfc2015.h
17178                 Sync with HEAD (fix bug 197 again)
17179
17180 2004-08-23 [colin]      0.9.12cvs77.3
17181
17182         * src/compose.c
17183                 Fix again inline gpg signing (which outputs utf8
17184                 in gtk2). Not syncing this fix to HEAD as this 
17185                 code is meant to die.
17186
17187 2004-08-23 [colin]      0.9.12cvs77.2
17188
17189         * src/prefs_account.h
17190                 Remove useless include
17191
17192 2004-08-23 [colin]      0.9.12cvs77.1
17193
17194         * src/imap.c
17195         * po/es.po
17196         * po/fr.po
17197         * po/it.po
17198         * po/pl.po
17199         * po/pt_BR.po
17200         * po/sk.po
17201         * po/sr.po
17202                 Sync with HEAD (fix bug 577)
17203
17204 2004-08-22 [colin]      0.9.12cvs76.1
17205
17206         * src/plugins/trayicon/trayicon.c
17207                 Sync with HEAD (fix formatting bug)
17208
17209 2004-08-21 [colin]      0.9.12cvs74.2
17210
17211         * src/gtk/colorsel.c
17212                 Fix bug 564 (Folder color selection window exits on any
17213                 keypress)
17214
17215 2004-08-21 [colin]      0.9.12cvs74.1
17216
17217         * ChangeLog.claws
17218         * src/compose.c
17219         * src/summaryview.c
17220         * src/toolbar.c
17221                 Sync with HEAD (fix bug 576)
17222
17223 2004-08-21 [colin]      0.9.12cvs70.1
17224
17225         * src/compose.c
17226         * src/mainwindow.c
17227                 Sync with HEAD
17228                 
17229
17230 2004-08-21 [paul]       0.9.12cvs66.4
17231
17232         * src/mainwindow.c
17233         * src/messageview.c
17234         * src/gtk/menu.c
17235         * src/plugins/spamassassin/spamassassin_gtk.c
17236                 remove some deprecated gtk1 functions
17237
17238
17239 2004-08-21 [colin]      0.9.12cvs66.3
17240
17241         * src/compose.c
17242         * src/codeconv.c
17243                 Fix warnings
17244                 Remove encoding hacks
17245                 Fix bug 575 (Strange character messes up message)
17246                 Don't display conversion error when drafting
17247
17248 2004-08-21 [paul]       0.9.12cvs66.2
17249
17250         * src/prefs_account.c
17251                 fix GnuPG mode bugs
17252
17253
17254 2004-08-20 [colin]      0.9.12cvs66.1
17255
17256         * src/codeconv.c
17257                 Sync with HEAD 0.9.12cvs66
17258
17259 2004-08-20 [paul]
17260
17261         * src/plugins/pgpmime/plugin.c
17262                 modify PGP/MIME plugin's description
17263
17264 2004-08-17 [colin]      0.9.12cvs65.1
17265
17266         * src/common/ssl.c
17267         * src/plugins/pgpmime/plugin.c
17268                 Sync with HEAD
17269
17270 2004-08-14 [colin]      0.9.12cvs60.3
17271
17272         * src/plugins/trayicon/trayicon.c
17273                 Put back resize callback, on size-request signal
17274                 rather than size-allocate to avoid infinite 
17275                 callback loop
17276
17277 2004-08-13 [colin]      0.9.12cvs60.2
17278
17279         * src/common/defs.h
17280                 Cache versions have been fixed
17281
17282 2004-08-13 [colin]      0.9.12cvs60.1
17283
17284         * src/folderutils.c
17285                 Sync with HEAD
17286
17287 2004-08-12 [colin]      0.9.12cvs59.1
17288
17289         * src/plugins/trayicon/trayicon.c
17290                 Sync with HEAD
17291
17292 2004-08-12 [colin]      0.9.12cvs57.5
17293
17294         * sylpheed.desktop
17295         * configure.ac
17296         * src/Makefile.am
17297         * src/main.c
17298                 Add support for Freedesktop.org's startup notification
17299
17300 2004-08-11 [colin]      0.9.12cvs57.4
17301
17302         * src/textview.c
17303                 Fix off-by-one
17304
17305 2004-08-11 [colin]      0.9.12cvs57.3
17306
17307         * src/message_search.c
17308         * src/summary_search.c
17309                 Make searches case insensitive by default
17310         * src/textview.c
17311                 Fix case-insensitive search in message
17312
17313 2004-08-11 [colin]      0.9.12cvs57.2
17314
17315         * src/summary_search.c
17316                 Let case-sensitive be specified
17317
17318 2004-08-10 [colin]      0.9.12cvs55.4
17319
17320         * src/common/socket.c
17321                 Fix the possible race condition
17322
17323 2004-08-09 [paul]       0.9.12cvs55.3
17324
17325         * configure.ac
17326         * src/Makefile.am
17327         * src/common/Makefile.am
17328                 sync with HEAD
17329
17330
17331 2004-08-09 [paul]       0.9.12cvs55.2
17332
17333         * autogen.sh
17334         * po/poconv.sh
17335                 remove unneeded script
17336
17337         * configure.ac
17338                 add forgotten USE_LDAP_TLS (sync with HEAD)
17339
17340
17341 2004-08-09 [colin]      0.9.12cvs55.1
17342
17343         * src/main.c
17344         * src/common/ssl.c
17345         * src/common/sylpheed.c
17346         * src/common/sylpheed.h
17347                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17348
17349 2004-08-09 [paul]       0.9.12cvs54.1
17350
17351         * ChangeLog
17352         * ChangeLog.claws
17353         * ChangeLog.jp
17354         * configure.ac
17355         * po/POTFILES.in
17356         * src/Makefile.am
17357         * src/folderutils.c
17358         * src/main.c
17359         * src/pgpmime.c
17360         * src/pgpmime.h
17361         * src/sgpgme.c
17362         * src/sgpgme.h
17363         * src/plugins/Makefile.am
17364         * src/plugins/pgpmime/.cvsignore
17365         * src/plugins/pgpmime/Makefile.am
17366         * src/plugins/pgpmime/pgpmime.c
17367         * src/plugins/pgpmime/pgpmime.h
17368         * src/plugins/pgpmime/plugin.c
17369         * src/plugins/pgpmime/sgpgme.c
17370         * src/plugins/pgpmime/sgpgme.h
17371                 sync with HEAD
17372
17373 2004-08-08 [paul]       0.9.12cvs51.1
17374
17375         * configure.ac
17376         * src/folder.c
17377                 sync with HEAD
17378
17379 2004-08-07 [colin]      0.9.12cvs50.1
17380
17381         * src/pop.c
17382         * src/common/partial_download.c
17383                 fix warnings (sync from HEAD)
17384
17385 2004-08-07 [colin]      0.9.12cvs48.1
17386
17387         * src/prefs_folder_item.c
17388                 sync with HEAD 0.9.12cvs48
17389
17390 2004-08-06 [colin]      0.9.12cvs47.1
17391
17392         * src/compose.c
17393                 Sync with HEAD
17394
17395 2004-08-06 [christoph]  0.9.12cvs46.2
17396
17397         * src/main.c
17398         * src/plugins/clamav/clamav_plugin_gtk.c
17399         * src/plugins/dillo_viewer/dillo_viewer.c
17400         * src/plugins/image_viewer/plugin.c
17401         * src/plugins/mathml_viewer/mathml_viewer.c
17402         * src/plugins/spamassassin/spamassassin_gtk.c
17403         * src/plugins/trayicon/trayicon.c
17404                 don't mix GTK1.2 plugin with GTK2 plugins
17405
17406 2004-08-06 [colin]      0.9.12cvs46.1
17407
17408         * ChangeLog
17409         * ChangeLog.claws
17410         * ChangeLog.jp
17411         * configure.ac
17412         * sylpheed-claws.pc.in
17413         * src/folder.c
17414         * src/imap.c
17415         * src/localfolder.c
17416         * src/messageview.c
17417         * src/mimeview.c
17418         * src/mimeview.h
17419         * src/msgcache.c
17420         * src/news.c
17421         * src/prefs_ext_prog.c
17422         * src/prefs_folder_item.c
17423         * src/prefs_fonts.c
17424         * src/prefs_msg_colors.c
17425         * src/prefs_spelling.c
17426         * src/prefs_themes.c
17427         * src/prefs_toolbar.c
17428         * src/prefs_wrapping.c
17429         * src/procmime.h
17430         * src/common/defs.h
17431         * src/common/nntp.c
17432         * src/common/session.c
17433         * src/common/session.h
17434         * src/common/socket.c
17435         * src/common/utils.h
17436         * src/common/xml.c
17437         * src/common/xml.h
17438         * src/gtk/prefswindow.c
17439         * src/gtk/prefswindow.h
17440         * src/plugins/clamav/clamav_plugin_gtk.c
17441         * src/plugins/dillo_viewer/dillo_prefs.c
17442         * src/plugins/image_viewer/viewerprefs.c
17443         * src/plugins/spamassassin/spamassassin_gtk.c
17444         * m4/openssl.m4 *** REMOVED ***
17445                 Sync with HEAD 0.9.12cvs46
17446
17447 2004-08-03 [paul]       0.9.12cvs40.2
17448
17449         * src/action.c
17450         * src/addressadd.c
17451         * src/addressbook.c
17452         * src/addrgather.c
17453         * src/browseldap.c
17454         * src/compose.c
17455         * src/crash.c
17456         * src/editaddress.c
17457         * src/editgroup.c
17458         * src/editldap_basedn.c
17459         * src/foldersel.c
17460         * src/importldif.c
17461         * src/mimeview.c
17462         * src/prefs_common.c
17463         * src/prefs_template.c
17464         * src/sourcewindow.c
17465         * src/summaryview.c
17466         * src/gtk/about.c
17467         * src/gtk/foldersort.c
17468         * src/gtk/logwindow.c
17469         * src/gtk/pluginwindow.c
17470         * src/gtk/prefswindow.c
17471                 change all gtk_scrolled_window_set_policy from 
17472                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17473
17474 2004-08-02 [paul]       0.9.12cvs40.1
17475
17476         * AUTHORS
17477                 update translation team section
17478         * po/pt_BR.po
17479                 updated by Frederico Goncalves Guimaraes
17480                 <fggdebian@yahoo.com.br>
17481
17482 2004-07-31 [colin]      0.9.12cvs39.9
17483
17484         * src/exphtmldlg.c
17485                 Fix compilation
17486
17487 2004-07-31 [colin]      0.9.12cvs39.8
17488
17489         * src/exphtmldlg.c
17490                 Fix an alertpanel type
17491
17492 2004-07-30 [colin]      0.9.12cvs39.7
17493
17494         * src/alertpanel.c
17495                 Fix alertpanel_error_log's icon
17496
17497 2004-07-30 [colin]      0.9.12cvs39.6
17498
17499         * src/pop.c
17500                 Two of them should still be warnings
17501
17502 2004-07-30 [colin]      0.9.12cvs39.5
17503
17504         * src/pop.c
17505                 More warning -> error
17506 2004-07-29 [colin]      0.9.12cvs39.4
17507
17508         * src/pop.c
17509                 Warning -> error
17510
17511 2004-07-29 [colin]      0.9.12cvs39.3
17512
17513         * src/prefs_matcher.c
17514                 Fix segfault
17515
17516 2004-07-29 [colin]      0.9.12cvs39.2
17517
17518         * src/alertpanel.c
17519                 More nice-looking alertpanels
17520
17521 2004-07-29 [colin]      0.9.12cvs39.1
17522
17523         * src/messageview.c
17524                 sync with head
17525                 (inform user when partial mail is deleted on server)
17526
17527 2004-07-29 [colin]      0.9.12cvs38.1
17528
17529         * src/messageview.c
17530                 sync with head
17531
17532 2004-07-28 [paul]       0.9.12cvs37.7
17533
17534         * src/mainwindow.c
17535                 complete the replacement of deprecated gtk_progress_*
17536
17537 2004-07-28 [paul]       0.9.12cvs37.6
17538
17539         * src/action.c
17540         * src/inc.c
17541         * src/mainwindow.c
17542         * src/send_message.c
17543         * src/gtk/progressdialog.c
17544         * src/gtk/progressdialog.h
17545                 replace deprecated gtk_progress_*
17546
17547 2004-07-28 [paul]       0.9.12cvs37.5
17548
17549         * src/gtk/filesel.c
17550                 remove gtk_window_set_wmclass()
17551 2004-07-28 [paul]       0.9.12cvs37.4
17552
17553         * src/addressbook.c
17554         * src/compose.c
17555         * src/foldersel.c
17556         * src/mainwindow.c
17557         * src/messageview.c
17558         * src/sourcewindow.c
17559         * src/gtk/logwindow.c
17560                 remove gtk_window_set_wmclass()
17561                 
17562         * src/prefs_filtering.c
17563         * src/prefs_filtering_action.c
17564         * src/prefs_fonts.c
17565         * src/prefs_gtk.c
17566         * src/prefs_matcher.c
17567         * src/ssl_manager.c
17568         * src/gtk/prefswindow.c
17569                 replace gtk_window_position()
17570
17571 2004-07-28 [colin]      0.9.12cvs37.3
17572
17573         * src/alertpanel.c
17574         * src/alertpanel.h
17575                 Add a way to specify panel type for specific
17576                 panels (alertpanel())
17577         * src/account.c
17578         * src/addressbook.c
17579         * src/compose.c
17580         * src/expldifdlg.c
17581         * src/main.c
17582         * src/messageview.c
17583         * src/summaryview.c
17584         * src/textview.c
17585         * src/gtk/sslcertwindow.c
17586                 Fix alertpanel()s so that their icon match
17587                 their real type
17588
17589 2004-07-28 [paul]       0.9.12cvs37.2
17590
17591         * src/addr_compl.c
17592         * src/addressbook.c
17593         * src/alertpanel.c
17594         * src/compose.c
17595         * src/export.c
17596         * src/foldersel.c
17597         * src/folderview.c
17598         * src/grouplistdialog.c
17599         * src/import.c
17600         * src/mainwindow.c
17601         * src/message_search.c
17602         * src/messageview.c
17603         * src/passphrase.c
17604         * src/prefs_actions.c
17605         * src/prefs_common.c
17606         * src/prefs_customheader.c
17607         * src/prefs_display_header.c
17608         * src/prefs_filtering.c
17609         * src/prefs_filtering_action.c
17610         * src/prefs_gtk.c
17611         * src/prefs_matcher.c
17612         * src/prefs_msg_colors.c
17613         * src/prefs_summary_column.c
17614         * src/prefs_template.c
17615         * src/sourcewindow.c
17616         * src/ssl_manager.c
17617         * src/summary_search.c
17618         * src/gtk/colorsel.c
17619         * src/gtk/description_window.c
17620         * src/gtk/gtkaspell.c
17621         * src/gtk/inputdialog.c
17622         * src/gtk/logwindow.c
17623         * src/gtk/prefswindow.c
17624         * src/gtk/progressdialog.c
17625                 replace deprecated gtk_window_set_policy
17626
17627 2004-07-27 [colin]      0.9.12cvs37.1
17628
17629         * src/msgcache.c
17630                 More fixes (synced for head again)
17631
17632 2004-07-27 [colin]      0.9.12cvs35.3
17633
17634         * src/msgcache.c
17635                 Fix wrong test
17636
17637 2004-07-27 [colin]      0.9.12cvs35.2
17638
17639         * src/mimeview.c
17640                 Fix width a bit (by Paul)
17641         * src/alertpanel.c
17642         * src/alertpanel.h
17643                 Specialize icons, make alertpanel_message()
17644                 private
17645         * src/message_search.c
17646         * src/sgpgme.c
17647         * src/summary_search.c
17648                 Suit alertpanel changes
17649
17650 2004-07-27 [colin]      0.9.12cvs35.1
17651
17652         * src/alertpanel.c
17653                 Add an icon
17654         * src/passphrase.c
17655                 Add debug output - maybe someone will
17656                 want to look at the problem with Grab
17657                 Input :)
17658         Bump version as we're synced with HEAD
17659
17660 2004-07-26 [colin]      0.9.12cvs33.26
17661
17662         * src/pop.c
17663                 Fix uidl-file parsing when not in new
17664                 format
17665
17666 2004-07-26 [colin]      0.9.12cvs33.25
17667
17668         * src/gtk/menu.c
17669                 Move popup menu up if necessary (fixes 
17670                 account selector)
17671         * src/mainwindow.c
17672                 Set account selector's button height to
17673                 minimum
17674
17675 2004-07-26 [colin]      0.9.12cvs33.24
17676
17677         * src/alertpanel.c
17678                 Maybe fix 551 (Truncated font in alert window)
17679
17680 2004-07-26 [colin]      0.9.12cvs33.23
17681
17682         * po/de.po
17683         * po/es.po
17684         * po/fr.po
17685         * po/it.po
17686         * po/ja.po
17687         * po/pl.po
17688         * po/ru.po
17689         * po/sk.po
17690         * po/sr.po
17691         * po/zh_CN.po
17692                 Sync po files with HEAD
17693
17694 2004-07-26 [paul]       0.9.12cvs33.22
17695
17696         * src/compose.c
17697                 fix Bug 556 'Organisation-header is sent even if empty'
17698
17699 2004-07-24 [colin]      0.9.12cvs33.21
17700
17701         * src/compose.c
17702         * src/gtk/gtkaspell.c
17703         * src/gtk/gtkaspell.h
17704                 Fix speller accelerators (require hack)
17705
17706 2004-07-24 [colin]      0.9.12cvs33.20
17707
17708         * src/gtk/gtkaspell.c
17709                 Fix over-eager code deletion breaking
17710                 Check while typing
17711
17712 2004-07-24 [colin]      0.9.12cvs33.19
17713
17714         * src/browseldap.c
17715         * src/ldapctrl.c
17716         * src/ldapctrl.h
17717         * src/ldapserver.h
17718                 Sync ldap with HEAD
17719         (Fixes 546 LDAP completely broken)
17720
17721 2004-07-24 [colin]      0.9.12cvs33.18
17722
17723         * src/prefs_msg_colors.c
17724                 Fix prototype mismatch
17725         (Fixes 547 void function cannot return value)
17726
17727 2004-07-24 [colin]      0.9.12cvs33.17
17728
17729         * src/mainwindow.c
17730                 Fix sort going back to previous sort key
17731                 when changing sort direction
17732
17733 2004-07-24 [colin]      0.9.12cvs33.16
17734
17735         * src/compose.c
17736                 Fix space insertion when re-wrapping at 
17737                 cursor point
17738
17739 2004-07-24 [colin]      0.9.12cvs33.15
17740
17741         * src/gtk/gtkaspell.c
17742                 Don't change cursor position in insert-text
17743                 callback
17744         (Fixes 539 Word wrapping on input transposes letters)
17745
17746 2004-07-24 [colin]      0.9.12cvs33.14
17747
17748         * src/gtk/gtkaspell.c
17749                 Reencode non-ascii chars to dictionary's
17750                 encoding
17751         (Fixes 544 Spell check broken non english locale)
17752
17753 2004-07-24 [colin]      0.9.12cvs33.13
17754
17755         * src/summaryview.c
17756                 Fix Shift+Down, add Home/End/PgUp/PgDown
17757
17758 2004-07-21 [colin]      0.9.12cvs33.12
17759
17760         * src/prefs_common.c
17761                 Fix a gtk warning (Patch by Andrej Kacian)
17762
17763 2004-07-21 [colin]      0.9.12cvs33.11
17764
17765         * src/gtk/filesel.c
17766                 More check
17767
17768 2004-07-21 [colin]      0.9.12cvs33.10
17769
17770         * src/compose.c
17771         * src/crash.c
17772         * src/export.c
17773         * src/import.c
17774         * src/messageview.c
17775         * src/mimeview.c
17776         * src/prefs_spelling.c
17777         * src/prefs_themes.c
17778         * src/summaryview.c
17779         * src/gtk/filesel.c
17780         * src/gtk/filesel.h
17781         * src/gtk/pluginwindow.c
17782                 Untwist open/save mode guessing logic, make
17783                 it explicit
17784
17785 2004-07-20 [colin]      0.9.12cvs33.9
17786
17787         * src/codeconv.c
17788                 conv_encode_header: src_charset is UTF-8 on
17789                 gtk2
17790         * src/compose.c
17791                 Remove double encoding of the headers
17792
17793 2004-07-20 [colin]      0.9.12cvs33.8
17794
17795         * src/codeconv.c
17796                 Fix typo
17797
17798 2004-07-20 [colin]      0.9.12cvs33.7
17799
17800         * src/mainwindow.c
17801                 Set the separated messageview to the saved
17802                 size of Claws' messageview (Patch by Alfons)
17803                 Fix a callback prototype (me)
17804
17805 2004-07-20 [colin]      0.9.12cvs33.6
17806
17807         * src/codeconv.h
17808                 Forgot one hunk in 0.9.12cvs33.4
17809
17810 2004-07-19 [colin]      0.9.12cvs33.5
17811
17812         * src/action.c
17813                 Action output fix
17814                 Patch by Alfons
17815
17816 2004-07-19 [colin]      0.9.12cvs33.4
17817
17818         * src/compose.c
17819                 Fix outgoing charset bug in headers
17820         * src/codeconv.c
17821                 Clean for glib2 - Patch by Alfons
17822
17823 2004-07-19 [colin]      0.9.12cvs33.3
17824
17825         * src/statusbar.c
17826                 Remove grip from the statusbar
17827                 Patch by Alfons
17828
17829 2004-07-19 [colin]      0.9.12cvs33.2
17830
17831         * src/messageview.c
17832         * src/textview.c
17833                 Fix messageview remembering the previous
17834                 scroll position when loading a new message
17835                 Patch by Alfons
17836
17837 2004-07-19 [colin]      0.9.12cvs33.1
17838
17839         * src/folder.h
17840         * src/folderview.c
17841         * src/summaryview.c
17842                 Sync with HEAD
17843
17844 2004-07-18 [colin]      0.9.12cvs32.7
17845
17846         * configure.ac
17847                 Remove useless check for XIM - noticed
17848                 by Alfons
17849
17850 2004-07-18 [colin]      0.9.12cvs32.6
17851
17852         * src/summaryview.c
17853                 Remove non-modified and shift-modified
17854                 accelerators in summaryview's popup
17855                 menu, as that doesn't get catched by
17856                 the accel-activate signal catcher...
17857
17858 2004-07-18 [colin]      0.9.12cvs32.5
17859
17860         * src/prefs_common.c
17861                 Define sensible default prefs for 
17862                 wrapping
17863
17864 2004-07-18 [colin]      0.9.12cvs32.4
17865
17866         * src/compose.c
17867         * src/prefs_common.c
17868         * src/prefs_common.h
17869         * src/prefs_wrapping.c
17870                 Remove Smart Wrapping pref, which does
17871                 nothing on gtk2 branch
17872
17873 2004-07-18 [colin]      0.9.12cvs32.3
17874
17875         * src/sourcewindow.c
17876                 Proper utf8
17877
17878 2004-07-18 [colin]      0.9.12cvs32.2
17879
17880         * src/compose.c
17881                 Save attachment status when drafting
17882
17883 2004-07-18 [colin]      0.9.12cvs32.1
17884
17885         * src/gtk/filesel.c
17886                 Fix erratic folder selection in open mode
17887
17888 2004-07-18 [colin]      0.9.12cvs31.11
17889
17890         * src/pop.c
17891                 Don't let partial messages get deleted
17892                 even with "dowload all"
17893                 (0.9.12cvs31.8 fix extension)
17894 2004-07-18 [colin]      0.9.12cvs31.10
17895
17896         * src/gtk/logwindow.c
17897                 Fix log scrolling
17898
17899 2004-07-18 [colin]      0.9.12cvs31.9
17900
17901         * src/common/utils.c
17902                 Fix non-utf8 strings coming from commands
17903                 and files
17904
17905 2004-07-18 [colin]      0.9.12cvs31.8
17906
17907         * src/pop.c
17908                 Fix partial download bug with Download all
17909                 messages option
17910
17911 2004-07-18 [colin]      0.9.12cvs31.7
17912
17913         * src/textview.c
17914                 Fix bug introduced in 0.9.12cvs31.2
17915                 (blocked in select mode after double click)
17916
17917 2004-07-18 [colin]      0.9.12cvs31.6
17918
17919         * src/compose.c
17920         * src/gtk/menu.c
17921                 More glib-warning fixes
17922
17923 2004-07-18 [colin]      0.9.12cvs31.5
17924
17925         * src/compose.c
17926                 Fix trashing the primary clipboard when moving 
17927                 around with tab
17928         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17929
17930 2004-07-18 [colin]      0.9.12cvs31.4
17931
17932         * src/codeconv.c
17933                 convert unencoded iso headers to utf8
17934         (Fix Bug 538 Unencoded local characters in subject make it 
17935          disappear)
17936
17937 2004-07-18 [colin]      0.9.12cvs31.3
17938
17939         * src/compose.c
17940                 Fix tab char handling in wrapping
17941         (Fix Bug 537 Line wrap problem - TAB character treated as 
17942          one character instead of 8)
17943
17944 2004-07-18 [colin]      0.9.12cvs31.2
17945
17946         * src/textview.c
17947                 return FALSE on GDK_MOTION_NOTIFY
17948         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17949          (unable to highlight))
17950
17951 2004-07-18 [colin]      0.9.12cvs31.1
17952
17953         * src/folderview.c
17954                 Sync with 0.9.12cvs31
17955
17956 2004-07-18 [colin]      0.9.12cvs30.4
17957
17958         * src/compose.c
17959                 Also block text_inserted when inserting a file
17960
17961 2004-07-18 [colin]      0.9.12cvs30.3
17962
17963         * src/compose.c
17964                 Fix smart wrapping (block text_inserted handler
17965                 while putting quotation to avoid wrap on input,
17966                 don't join lines if next is sig separator)
17967
17968 2004-07-17 [colin]      0.9.12cvs30.2
17969
17970         * src/folderview.c
17971         * src/mainwindow.c
17972         * src/mimeview.c
17973         * src/summaryview.c
17974         * src/gtk/quicksearch.c
17975         * src/gtk/quicksearch.h
17976                 Block key events handlers *and* accels while
17977                 quicksearch is focused
17978         (Fixes Bug 534 quick-search bar not accepting certain letters)
17979
17980 2004-07-17 [colin]      0.9.12cvs30.1
17981
17982         * src/folder.h
17983         * src/folderview.c
17984         * src/summaryview.c
17985                 Sync with 0.9.12cvs30
17986
17987 2004-07-17 [colin]      0.9.12cvs28.2
17988
17989         * src/mimeview.c
17990         * src/procmime.c
17991         * src/summaryview.c
17992         * src/gtk/menu.c
17993                 Squash some compile and glib warnings
17994
17995 2004-07-17 [paul]       0.9.12cvs28.1
17996
17997         * src/mimeview.c
17998                 sync with 0.9.12cvs28 HEAD
17999
18000 2004-07-16 [paul]       0.9.12cvs26.1
18001         
18002         * src/gtk/quicksearch.c
18003         * src/account.c
18004         * src/account.h
18005         * src/compose.c
18006         * src/customheader.c
18007         * src/folder_item_prefs.c
18008         * src/main.c
18009         * src/mainwindow.c
18010         * src/messageview.c
18011         * src/mimeview.c
18012         * src/news.c
18013         * src/pgpmime.c
18014         * src/pop.c
18015         * src/pop.h
18016         * src/prefs_account.c
18017         * src/prefs_account.h
18018         * src/prefs_common.c
18019         * src/prefs_common.h
18020         * src/prefs_display_header.c
18021         * src/prefs_gtk.c
18022         * src/prefs_gtk.h
18023         * src/procheader.c
18024         * src/procmime.c
18025                 sync with 0.9.12cvs26 HEAD      
18026
18027 2004-07-15 [colin]      0.9.12cvs18.14
18028
18029         * src/folder.c
18030                 Disable GPG signature check during
18031                 folder move and scan
18032         (Closes Bug 521 Signature checking slows down Folder-Move)
18033
18034 2004-07-14 [colin]      0.9.12cvs18.13
18035
18036         * src/common/partial_download.c
18037                 update includes
18038
18039 2004-07-14 [colin]      0.9.12cvs18.12
18040
18041         * src/common/partial_download.c
18042         * src/common/partial_download.h
18043                 Move doc at top, add correct copyright
18044
18045 2004-07-14 [colin]      0.9.12cvs18.11
18046
18047         * src/folder.c
18048         * src/messageview.c
18049         * src/pop.c
18050         * src/pop.h
18051         * src/procmsg.c
18052         * src/summaryview.c
18053         * src/common/Makefile.am
18054         * src/common/partial_download.c ** NEW FILES **
18055         * src/common/partial_download.h ** NEW FILES **
18056                 Move partial-download related stuff to its
18057                 own file
18058
18059 2004-07-14 [colin]      0.9.12cvs18.10
18060
18061         * src/send_message.c
18062                 Fix smtp auth when user is null or empty
18063
18064 2004-07-13 [colin]      0.9.12cvs18.9
18065
18066         * src/gtk/quicksearch.c
18067                 Use alphabetic order
18068
18069 2004-07-13 [colin]      0.9.12cvs18.8
18070
18071         * src/pop.c
18072                 Be paranoid on the checks
18073
18074 2004-07-13 [colin]      0.9.12cvs18.7
18075
18076         * src/gtk/quicksearch.c
18077                 Fix Engrish once again
18078
18079 2004-07-13 [colin]      0.9.12cvs18.6
18080
18081         * src/procmsg.c
18082         * src/summaryview.c
18083                 Mark messages for deletion when they are about to
18084                 be removed from trash
18085
18086 2004-07-13 [colin]      0.9.12cvs18.5
18087
18088         * src/matcher.c
18089         * src/matcher.h
18090         * src/matcher_parser_parse.y
18091         * src/prefs_matcher.c
18092         * src/gtk/quicksearch.c
18093                 Add 'partial' ('p') match string to find partially
18094                 downloaded messages
18095
18096 2004-07-13 [colin]      0.9.12cvs18.4
18097
18098         * src/pop.c
18099                 Fix misplaced block
18100
18101 2004-07-13 [colin]      0.9.12cvs18.3
18102
18103         * src/pop.c
18104         * src/pop.h
18105         * src/messageview.c
18106                 Refactor API (to avoid passing 5+ params and code
18107                 duplication)
18108         * src/folder.c
18109         * src/msgcache.c
18110         * src/procheader.c
18111         * src/common/defs.h
18112                 Add planned_download to cache
18113                 Don't mess uidl file when moving partially downloaded
18114                 mails (they change folder, we should change it in the
18115                 uidl list too or we'll remove an incorrect message)
18116                 (this also helps removing hacks when changing 
18117                 planned_download in messageview.c)
18118
18119 2004-07-12 [colin]      0.9.12cvs18.2
18120
18121         * src/gtk/quicksearch.c
18122                 Fix missing status update in quicksearch
18123
18124 2004-07-12 [paul]       0.9.12cvs18.1
18125
18126         * po/POTFILES.in
18127         * src/Makefile.am
18128         * src/account.c
18129         * src/codeconv.c
18130         * src/compose.c
18131         * src/inc.c
18132         * src/main.c
18133         * src/prefs_common.c
18134         * src/procmsg.h
18135         * src/toolbar.c
18136         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18137         * src/prefs_wrapping.[ch]       ** NEW FILES **
18138         * src/common/intl.h
18139         * src/common/utils.[ch]
18140         * src/gtk/quicksearch.[ch]
18141                 sync with 0.9.12cvs18 HEAD
18142
18143 2004-07-12 [colin]      0.9.11cvs17.25
18144
18145         * src/folder.c
18146         * src/folder.h
18147                 Remove unused function added by me in 0.9.11cvs17.10
18148
18149 2004-07-11 [colin]      0.9.11cvs17.24
18150
18151         * src/inc.c
18152         * src/messageview.c
18153         * src/pop.c
18154         * src/pop.h
18155                 Use folderitem and msgnum instead of filename to
18156                 know which mail to delete
18157                 Move old partial mail deletion to pop.c
18158
18159 2004-07-10 [colin]      0.9.11cvs17.23
18160
18161         * src/inc.c
18162                 Add debug
18163         * src/pop.c
18164         * src/pop.h
18165                 Don't re-use same enums for unrelated stuff: it's 
18166                 completely misleading !
18167                 Document a bit
18168
18169 2004-07-09 [colin]      0.9.11cvs17.22
18170
18171         * src/inc.c
18172                 Remove folder-type check and do
18173                 more tests to be sure everything's
18174                 ok
18175         * src/messageview.c
18176                 Punctuation update, remove useless
18177                 code, fix two warnings
18178         * src/noticeview.c
18179                 Layout cleaning, reset 2nd button
18180                 when specifying one
18181
18182 2004-07-09 [colin]      0.9.11cvs17.21
18183
18184         * src/messageview.c
18185         * src/pop.c
18186         * src/pop.h
18187                 Allow user to change his mind
18188                 and postpone decision (by
18189                 unmarking the mail)
18190
18191 2004-07-09 [colin]      0.9.11cvs17.20
18192
18193         * src/messageview.c
18194                 Fix bug with delete state
18195         * src/pop.c
18196         * src/pop.h
18197                 Fix buffer leak (fread doesn't 
18198                 terminate buffers with \0)
18199                 Refactoring (remove magic 
18200                 numbers)
18201
18202 2004-07-09 [colin]      0.9.11cvs17.19
18203
18204         * src/pop.c
18205                 Don't log "Skipping message" if 
18206                 we're going to TOP it two lines
18207                 later
18208
18209 2004-07-09 [colin]      0.9.11cvs17.18
18210
18211         * src/messageview.c
18212                 Fix Engrish
18213
18214 2004-07-09 [colin]      0.9.11cvs17.17
18215
18216         * src/pop.c
18217                 strlen checking...
18218         * src/messageview.c
18219                 refactoring a bit
18220
18221 2004-07-08 [colin]      0.9.11cvs17.16
18222
18223         * src/noticeview.c
18224         * src/noticeview.h
18225                 Add an optional second button
18226         * src/messageview.c
18227         * src/pop.c
18228         * src/pop.h
18229                 Don't delete partially received mails after a certain
18230                 time; rather, let the user decide.
18231
18232 2004-07-08 [colin]      0.9.11cvs17.15
18233
18234         * src/common/smtp.h
18235                 Sync with HEAD
18236
18237 2004-07-08 [colin]      0.9.11cvs17.14
18238
18239         * src/messageview.c
18240         * src/common/smtp.c
18241                 Use to_human_readable() for sizes
18242
18243 2004-07-08 [colin]      0.9.11cvs17.13
18244
18245         * src/inc.c
18246         * src/messageview.c
18247         * src/pop.c
18248         * src/pop.h
18249         * src/procmsg.c
18250                 Fix partial-downloading issues:
18251                         catch unsupported TOP
18252                         don't delete partially downloaded mails before 5 days
18253                         don't update existing with non-MH folders; that'll
18254                         make dups, but it's better than trashing the folder
18255                         free new msginfo parts
18256                 Fix indentation ;-)
18257
18258 2004-07-08 [colin]      0.9.11cvs17.12
18259
18260         * src/common/smtp.c
18261         * src/common/smtp.h
18262                 Sync smtp size verification with HEAD
18263
18264 2004-07-08 [colin]      0.9.11cvs17.11
18265
18266         * src/summaryview.c
18267         * src/prefs_common.c
18268         * src/prefs_common.h
18269         * src/gtk/quicksearch.c
18270         * src/gtk/quicksearch.h
18271                 Sync sticky pref with HEAD
18272
18273 2004-07-08 [colin]      0.9.11cvs17.10
18274
18275         * src/folder.c [1.213.2.6]
18276         * src/folder.h [1.87.2.6]
18277         * src/inc.c [1.149.2.7]
18278         * src/messageview.c [1.94.2.8]
18279         * src/procheader.c [1.47.2.6]
18280         * src/procmsg.c [1.150.2.4]
18281         * src/procmsg.h [1.60.2.5]
18282         * src/pop.c [1.56.2.4]
18283         * src/pop.h [1.17.2.3]
18284                 Let too big messages get downloaded, but truncated
18285                 Add a button to download them completely
18286                 
18287 2004-07-06 [colin]      0.9.11cvs17.9
18288
18289         * src/gtk/quicksearch.c [1.1.2.3]
18290                 Add a Clear button
18291         * commitHelper
18292         * PATCHSETS
18293                 Add a script to help with cvs
18294
18295 2004-07-03 [colin]      0.9.11cvs17.8
18296
18297         * src/plugins/imageviewer/viewer.c
18298                 fix imageviewer (which was staying on the first
18299                 displayed image)
18300
18301 2004-07-03 [colin]      0.9.11cvs17.7
18302
18303         Removed FIXME_GTK2 warnings
18304         * src/gtk/gtkutils.c
18305                 useless #warnings
18306         * src/gtk/menu.c
18307                 useless #warnings (no need to mess with menu rc)
18308         * src/gtk/menu.h
18309                 unused functions
18310         
18311
18312 2004-07-03 [colin]      0.9.11cvs17.6
18313
18314         Removed FIXME_GTK2 warnings
18315         * src/codeconv.c
18316                 useless #warnings (rewrite needed)
18317         * src/compose.c
18318                 useless #warnings (rewrite needed)
18319                 useless #warnings (gtk2 is like that)
18320                 useless #warnings (previously fixed)
18321         * src/main.c
18322                 useless #warnings (previously fixed)
18323         * src/message_search.c
18324                 useless #warnings (gtk2 is like that)
18325                 Made apparent that search is case-sensitive
18326         * src/mimeview.c
18327                 useless #warnings (rewrite needed)
18328                 useless #warnings (gtk2 is like that)
18329                 reimplemented real warnings
18330         * src/prefs_common.c
18331                 Removed block cursor option (not it gtk2)
18332         * src/prefs_gtk.c
18333                 useless #warnings (rewrite needed)
18334         * src/procheader.c
18335                 useless #warnings (rewrite needed)
18336         * src/sourcewindow.c
18337                 useless #warnings (incorrect placing)
18338         * src/summary_search.c
18339                 useless #warnings (gtk2 is like that)
18340                 Made apparent that search is case-sensitive
18341         * src/action.c
18342                 useless #warnings (gtk2 is like that)
18343         * src/textview.c
18344                 useless #warnings (rewrite needed)
18345         * src/toolbar.c
18346                 useless #warnings (rewrite needed)
18347
18348 2004-07-03 [colin]      0.9.11cvs17.5
18349
18350         * src/textview.c
18351                 Fix mismerge which broke URI opening
18352                 
18353 2004-07-01 [colin]      0.9.11cvs17.4
18354
18355         * src/gtk/filesel.c
18356                 Fill filename when saving
18357                 
18358 2004-06-27 [colin]      0.9.11cvs17.3
18359
18360         * src/gtk/filesel.[ch]
18361                 Use the new GTK file selector
18362                 Update prototype to match the reality: multiple file
18363                 selection is open-only          
18364         * src/compose.c
18365                 Match the new prototypes        
18366         * configure.ac
18367                 Match the new requirements (gtk 2.4.0)
18368                         
18369 2004-06-26 [colin]      0.9.11cvs17.2
18370
18371         * src/plugins/trayicon/trayicon.c
18372                 Remove useless signal handler on resize, which causes
18373                 an infinite "loop"
18374         
18375 2004-06-26 [colin]      0.9.11cvs17.1
18376         
18377         * tools/Makefile.am
18378                 remove launch_firebird and add nautilus2sylpheed.sh
18379         * src/quicksearch.c
18380           src/summaryview.c
18381                 Fix show/hide "Extended symbols" button problem
18382                 Fix apparition at startup
18383                 Fix const warnings
18384         * src/plugins/image_viewer/Makefile.am
18385                 Fix configure 
18386         * common/ssl.c
18387                 Re-enable certificate check, as it doesn't seem to
18388                 cause Xlib errors anymore
18389
18390 2004-06-25 [paul]       0.9.11cvs17
18391
18392         * sync with 0.9.11cvs17 HEAD
18393         
18394         NOTE: QuickSearch is broken
18395
18396 2004-06-07 [colin]      0.9.10claws67.10
18397         * src/plugins/trayicon/trayicon.c
18398           src/plugins/trayicon/libeggtrayicon/Makefile.am
18399           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18400                 Fix gettextization in trayicon plugin
18401
18402 2004-06-07 [colin]      0.9.10claws67.9
18403         
18404         * src/summaryview.c
18405           src/gtk/gtksctree.[ch]
18406                 Let Shift+{Up,Down} work in summaryview
18407                 (well, Down "works" and Up works)
18408                 Let the list scroll when using these keys
18409
18410 2004-06-06 [colin]      0.9.10claws67.8
18411
18412         * src/plugins/trayicon/trayicon.c
18413                 Fix pixmap update
18414
18415 2004-06-06 [colin]      0.9.10claws67.7
18416
18417         * src/addressbook.c
18418                 Fix signal handling causing system-wide focus grab
18419
18420 2004-05-25 [paul]       0.9.10claws67.6
18421
18422         * Makefile.am
18423           src/Makefile.am
18424                 clean up
18425
18426 2004-05-25 [paul]       0.9.10claws67.5
18427
18428         * replace deprecated gtk_signal... functions
18429
18430 2004-05-23 [colin]      0.9.10claws67.4
18431
18432         * src/compose.c
18433                 Fix wrapping
18434
18435 2004-05-22 [colin]      0.9.10claws67.3
18436
18437         * src/compose.c
18438                 Re-fix [Edited] in compose.c::compose_reedit()
18439
18440 2004-05-22 [colin]      0.9.10claws67.2
18441
18442         * src/procmime.c
18443                 Fix parsing of multiparts mails
18444
18445 2004-05-22 [colin]      0.9.10claws67.1
18446
18447         * src/summaryview.c
18448                 Fix quicksearch
18449
18450 2004-05-22 [paul]       0.9.10claws67
18451
18452         * sync with 0.9.10claws67 HEAD
18453
18454 2004-05-14 [alfons]
18455
18456         * src/procmime.h
18457                 add forgotton prototype
18458
18459 2004-05-10 [paul]       0.9.10claws57
18460
18461         * sync with 0.9.10claws57 HEAD
18462
18463 2004-05-05 [paul]       0.9.9.claws1
18464
18465         * ChangeLog-gtk2        ** REMOVED **
18466           ChangeLog-gtk2.claws  ** ADDED **
18467                 rename and adopt the normal claws format
18468                 
18469         * configure.ac
18470                 require gtkmathview >= 0.5
18471
18472         * ac/*                          ** REMOVED **
18473           ac/                           ** REMOVED **
18474           intl/Makefile.in              ** REMOVED **
18475           m4/                           ** ADDED **
18476           m4/missing                    ** ADDED **
18477           m4/missing/gdk-pixbuf.m4      ** ADDED **
18478           m4/missing/gettext.m4         ** ADDED **
18479           m4/missing/gpgme.m4           ** ADDED **
18480           m4/missing/imlib.m4           ** ADDED **
18481           m4/.cvsignore                 ** ADDED **
18482           m4/Makefile.am                ** ADDED **
18483           m4/README                     ** ADDED **
18484           m4/aclocal-include.m4         ** ADDED **
18485           m4/aspell.m4                  ** ADDED **
18486           m4/check-type.m4              ** ADDED **
18487           m4/gnupg-check-typedef.m4     ** ADDED **
18488           m4/openssl.m4                 ** ADDED **
18489           m4/spamassassin.m4            ** ADDED **
18490           po/ChangeLog                  ** REMOVED **
18491           po/Makefile.in.in             ** REMOVED **
18492           po/Rules-quot                 ** REMOVED **
18493           po/boldquot.sed               ** REMOVED **
18494           po/en@boldquot.header         ** REMOVED **
18495           po/en@quot.header             ** REMOVED **
18496           po/insert-header.sin          ** REMOVED **
18497           po/quot.sed                   ** REMOVED **
18498           po/remove-potcdate.sed        ** REMOVED **
18499           po/remove-potcdate.sin        ** REMOVED **
18500           po/stamp-po                   ** REMOVED **
18501           Makefile.am
18502           autogen.sh
18503           configure.ac
18504                 enable building with automake 1.8.x
18505                 add 'autopoint --force' to autogen.sh and remove all
18506                 auto-generated files, remove ac/ directory and use
18507                 m4/ directory instead
18508                 
18509         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18510                 fix gettextization
18511
18512 2004-02-28 Colin Leroy <colin@colino.net>
18513         * src/prefs_matcher.c
18514           src/prefs_filtering.c
18515           src/prefs_filtering_action.c
18516                 Fix non-editable GtkEntries
18517
18518 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18519         * src/prefs_themes.c
18520                 utf8 conversion for theme info
18521
18522 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18523         * sync 0.9.9claws
18524
18525 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18526         * src/grouplistdialog.c
18527                 allow multiple selections without ctrl key
18528
18529 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18530         * src/main.c
18531                 enable customizable accelerators
18532
18533 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18534         * src/prefs_common.c
18535                 re-enable different font settings for gtk1/2
18536         * src/prefs_folder_item.c
18537                 fix folder prefs displayed wrong
18538         * src/textview.c
18539                 set 'sunken' shadow type
18540
18541 2004-02-07 Colin Leroy <colin@colino.net>
18542         * src/compose.c
18543                 Fix message being always [Edited]
18544                 Encode headers correctly (utf8 buf)
18545
18546 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18547         * src/socket.c
18548                 remove double g_source_attach()
18549                 (Thanks to Colin Leroy)
18550
18551 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18552         * src/gtk/gtksctree.c
18553                 Fix SSL certificate list not shown
18554         * src/mimeview.c
18555                 Fix clicks in mime tree
18556
18557 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18558         * src/common/socket.c
18559                 Fix SSL receive
18560         * src/compose.c
18561                 Fix clipboard menu hotkeys
18562
18563 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18564         * src/gtk/gtkaspell.[ch]
18565           src/compose.c
18566                 reimplement spellchecker
18567
18568 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18569         * src/gtk/filesel.c
18570                 crash when inserting file in compose window
18571                 (TODO: keep old selection on clicks)
18572         * src/main.c
18573                 use gtkrc-2.0 instead of gtkrc
18574
18575 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18576         * src/messageview.c
18577                 remove orphaned mimeview unref()
18578
18579 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18580         * src/grouplistdialog.c
18581                 expand nodes containing subscribed groups
18582
18583 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18584         * src/textview.c
18585                 textview: hide cursor, restore old click behaviour
18586
18587 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18588         * src/textview.c
18589                 variable names messed up
18590
18591 2004-01-17 Colin Leroy <colin@colino.net>
18592         * src/addr_compl.c
18593                 Fix completion address too thin
18594         * src/compose.c
18595                 Fix tab-to-subject behaviour
18596         * src/summaryview.c
18597                 Implement key up & down in summaryview
18598
18599 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18600
18601         * sync 098claws
18602
18603 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18604         * configure.ac
18605           Makefile.am
18606           doc/.cvsignore
18607           doc/Makefile.am
18608                 faq, man, manual moved to doc/
18609         * ac/aspell.m4
18610           ac/check-type.m4
18611           ac/gnupg-check-typedef.m4
18612           ac/openssl.m4
18613           ac/spamassassin.m4
18614           ac/missing/gdk-pixbuf.m4
18615           ac/missing/gpgme.m4
18616           ac/missing/imlib.m4
18617                 fix automake warnings
18618
18619 2003-12-06 Colin Leroy <colin@colino.net>
18620         * src/summaryview.c
18621                 Fix quicksearch
18622
18623 2003-12-05 Colin Leroy <colin@colino.net>
18624         * src/summaryview.c
18625                 Fix going to next unread folder
18626
18627 2003-12-05 Colin Leroy <colin@colino.net>
18628         * src/crash.c
18629                 Fix gtk2 compilation
18630         * src/session.c
18631                 Remove iotag source handler at disconnection
18632         * src/socket.[ch] 
18633                 Remove source handler when closing socket 
18634                 (fixes another seg)
18635
18636 2003-12-04 Colin Leroy <colin@colino.net>
18637         * src/compose.c
18638           src/prefs_account.c
18639           src/prefs_common.c
18640                 Fix some dropdown menus
18641
18642 2003-12-04 Colin Leroy <colin@colino.net>
18643         * src/compose.c
18644                 Fix event handlers on header fields
18645         * src/common/socket.c
18646           src/common/session.c
18647                 Fix segfault with callback (SSL)
18648                 Fix end of session 
18649
18650 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18651
18652         * Fix compile bug in src/compose.c
18653         * removed src/gtk/gtkstext.[ch]
18654
18655 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18656
18657         * Convert character set and escape "text" attributes in toolbar setting
18658         files.
18659         * Fixed bug in button-press-event handling.
18660
18661 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18662
18663         * Fixed bug in key-press-event handling.
18664
18665 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18666
18667         * Enabled to compile tray-icon plugin (Ad-hoc).
18668         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18669
18670 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18671
18672         * Enabled to compile on sylpheed-claws.
18673         (tray-icon plugin still cannot compile yet.)
18674
18675 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18676
18677         * Updated to 0.9.5.
18678
18679 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18680
18681         * Updated to 0.9.4.
18682         * Ported monitoring SSL mechanism to GSource of GLib2
18683         (I don't confirm it)
18684         * Added _gtk2 suffix to key name of font preference to avoid
18685         ovverwriting preference of Gtk+-1.2 version.
18686
18687 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18688
18689         * Updated to 0.9.2.
18690
18691 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18692
18693         * Updated to 0.9.1.
18694         * Translate po files into UTF-8 when execute autogen.sh.
18695
18696 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18697
18698         * Updated to 0.9.0.
18699
18700 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18701
18702         * Plugged GError related memory leaks.
18703
18704 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18705
18706         * Changed default size of fonts.
18707         * Enabled to set titile font size of warning dialog.
18708
18709 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18710
18711         * Embed a sylpheed icon into executable binary on Windows.
18712
18713 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18714
18715         * I forgot to traslate character set of element string in src/xml.c.
18716
18717 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18718
18719         * Fixed detecting bind_textdomain_codeset in configure.in.
18720         * The bug in which "Example" of "Date fromat" preference isn't displayed
18721         correctly has been fixed.
18722
18723 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18724
18725         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18726           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18727           glib-gettextize
18728           Removed intl directory.
18729           Translated po files into UTF-8.
18730           (Thanks! Ryuji Abe)
18731
18732 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18733
18734         * The bug which doesn't unscape string in xml.c has been fixed.
18735
18736 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18737
18738         * The bug which is failed to translate encoding of file name thorough
18739         file dialog has been fixed.
18740
18741 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18742
18743         * Modified to translate file names which is used in inporting/expoting
18744         mbox feature and "Save as" feature into locale encoding.
18745         * Translate file names into locale encoding when "Attache file" and
18746         "Insert file".
18747         * Force set G_BROKEN_FILENAMES environment variable.
18748         * Other minor fixes.
18749
18750 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18751
18752         * Modified to treat MH folder's name as locale encoding.
18753
18754 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18755
18756         * The bug which clash on switching candidates of auto completion of
18757         addresses, cannot use auto completion in Japanesse is fixed
18758         (Thanks! Tokunaga-san)¡¥
18759
18760 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18761
18762         * The bug which cannot switch key accelerator preference has been fixed
18763         (Thanks! smbd-san)¡¥
18764
18765 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18766
18767         * version 0.8.11-gtk2-20030314
18768
18769 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18770
18771         * The bug in which character set conversion of filtering messages has
18772         been fixed.(Thanks! COCOA-san).
18773
18774 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18775
18776         * Revived "Leave space on head" preference in "Message" category.
18777         * A bug which clash when put the cursor to end of buffer and execute
18778         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18779
18780 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18781
18782         * version 0.8.11-gtk2-20030312
18783
18784 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18785
18786         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18787         * Modified to use Pango's API directly for font preference.
18788         * Integrated GtkTextView of textview to one widget.
18789         * Set fonts of header title in textview by "header_title" tag.
18790         * Removed some deprecated codes.
18791
18792 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18793
18794         * Updated to 0.8.11.
18795         * Merged cygwin patch(Thanks! Sakai-san).
18796
18797 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18798
18799         * version 0.8.10-gtk2-20030309