e15ccb5913737f81bf60be74e5920865b1db0002
[claws.git] / ChangeLog
1 2006-09-27 [colin]      2.5.2cvs10
2
3         * src/addressbook.c
4                 Remove useless printf
5
6 2006-09-27 [wwp]        2.5.2cvs9
7
8         * src/editgroup.c
9         * src/send_message.c
10         * src/inc.c
11         * src/prefs_common.c
12         * src/prefs_common.h
13         * src/gtk/progressdialog.c
14                 remember more windows' sizes (send dialog, received dialog,
15                 edit group in addressbook).
16
17 2006-09-27 [colin]      2.5.2cvs8
18
19         * configure.ac
20         * src/main.c
21         * src/mainwindow.h
22                 Use libSM to communicate with the session
23                 manager, so that we can know when the 
24                 session ends, save our caches, and draft
25                 our compose windows.
26
27 2006-09-27 [colin]      2.5.2cvs7
28
29         * src/addressbook.c
30                 Fix issues:
31                 o Allow Book and Group creation from the tree's
32                   contextual menu
33                 o Do not actually delete the contacts when 
34                   deleting groups from the tree (duh!)
35
36 2006-09-27 [colin]      2.5.2cvs6
37
38         * src/compose.c
39         * src/compose.h
40         * src/mainwindow.c
41         * src/textview.c
42         * src/toolbar.c
43                 o Allow passing an email address to 
44                   compose_new_with_folderitem
45                 o Update callers
46                 o Use current folderitem when clicking
47                   on a TextView mailto: link
48                 o Fix a possible leak in TextView
49
50 2006-09-27 [colin]      2.5.2cvs5
51
52         * src/html.c
53                 Use UTF-8 chars to replace HTML entities
54
55 2006-09-27 [colin]      2.5.2cvs4
56
57         * AUTHORS
58         * src/prefs_account.c
59         * src/gtk/authors.h
60                 Fix bug #1024 (Array index out of
61                 range in sylpheed-claws-2.5.2)
62                 Patch by Ales Nosek <anosek@suse.cz>
63
64 2006-09-27 [colin]      2.5.2cvs3
65
66         * src/addr_compl.c
67                 Actually do the test
68
69 2006-09-27 [colin]      2.5.2cvs2
70
71         * src/addr_compl.c
72         * src/addr_compl.h
73                 Allow completing with comma (in certain cases: vCalendar
74                 for example doesn't support that)
75                 Patch by Fabien Vantard
76
77 2006-09-26 [colin]      2.5.2cvs1
78
79         * src/Makefile.am
80         * src/addr_compl.c
81         * src/addr_compl.h
82         * src/addrbook.c
83         * src/addrbook.h
84         * src/addressbook.c
85         * src/addrindex.c
86         * src/addrindex.h
87         * src/compose.c
88         * src/prefs_common.c
89         * src/prefs_filtering_action.c
90         * src/prefs_folder_item.c
91         * src/prefs_template.c
92         * src/stock_pixmap.c
93         * src/stock_pixmap.h
94         * src/pixmaps/addr_one.xpm
95         * src/pixmaps/addr_two.xpm
96                 Add auto-completion on groups
97
98 2006-09-26 [colin]      2.5.2
99
100         * NEWS
101         * README
102         * RELEASE_NOTES
103                 2.5.2 released
104
105 2006-09-26 [colin]      2.5.1cvs5
106
107         * src/matcher.c
108                 Fix condition
109
110 2006-09-26 [colin]      2.5.1cvs4
111
112         * src/mbox.c
113                 Revert cvs1 (useless as the message is printed 
114                 every 500 mails)
115
116 2006-09-26 [colin]      2.5.1cvs3
117
118         * src/partial_download.c
119                 Fix crasher found by Alexsandar Urosevic
120
121 2006-09-26 [colin]      2.5.1cvs2
122
123         * src/summaryview.c
124                 Fix bug #1023 (Sylpheed deletes too much messages)
125
126 2006-09-26 [ticho]      2.5.1cvs1
127
128         * src/mbox.c
129                 Make use of gettext's multiple plurals for statusbar
130                 progress message.
131
132 2006-09-25 [paul]       2.5.1
133
134         * NEWS
135         * README
136         * RELEASE_NOTES
137                 2.5.1 released
138
139 2006-09-25 [colin]      2.5.0cvs3
140
141         * src/plugins/bogofilter/bogofilter.c
142         * src/plugins/clamav/clamav_plugin.c
143         * src/plugins/spamassassin/spamassassin.c
144                 BogoFilter, Spamassassin: Fix double hook registering after
145                 visiting preferences
146                 Spamassassin, Clamav: Just set the mails to move instead of
147                 doing the move - caller will move the things at once.
148
149 2006-09-25 [colin]      2.5.0cvs2
150
151         * src/imap.c
152         * src/etpan/imap-thread.c
153                 Use UID SEARCH ALL instead of UID 1:*
154                 (braindead servers can't figure out that's
155                 the same...)
156
157 2006-09-25 [wwp]        2.5.0cvs1
158
159         * src/message_search.c
160                 Added the ability to stop a running search (in message body).
161
162 2006-09-25 [paul]       2.5.0
163
164         * NEWS
165         * README
166         * RELEASE_NOTES
167                 2.5.0 released
168
169 2006-09-25 [paul]       2.4.0cvs214
170
171         * po/cs.po
172         * po/de.po
173         * po/fi.po
174         * po/fr.po
175         * po/nl.po
176         * po/pt_BR.po
177         * po/sk.po
178         * po/sr.po
179         * po/zh_CN.po
180                 updated by Tim, Stephan Sachse, Flammie Pirinen,
181                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
182                 Ticho, Aleksander Urosevic, Ralgh Young
183
184 2006-09-24 [mones]      2.4.0cvs213
185
186         * po/es.po
187                 Updated for release
188
189 2006-09-23 [colin]      2.4.0cvs212
190
191         * src/gtk/inputdialog.c
192                 Fix [ ] remember this appearing in normal
193                 input dialogs after it's been used by
194                 mimeview.
195         * src/folder.c
196         * src/folderview.c
197         * src/msgcache.c
198         * src/procmsg.c
199         * src/summaryview.c
200         * src/textview.c
201         * src/common/timing.h
202                 Enable timings in debug mode and make it
203                 look prettier.
204
205 2006-09-22 [colin]      2.4.0cvs211
206
207         * README
208                 Revert test change
209         * commitHelper
210                 ping the correct URI
211
212 2006-09-22 [colin]      2.4.0cvs210
213
214         * README
215                 Let's see if bug #1022 is fixed
216
217 2006-09-21 [colin]      2.4.0cvs209
218
219         * src/wizard.c
220         * src/common/plugin.c
221                 Prepare infra to load predefined plugins when
222                 no configuration existed. Don't actually load
223                 anything yet (feat. freeze)
224
225 2006-09-21 [wwp]        2.4.0cvs208
226
227         * manual/fr/faq.xml
228                 Partial sync w/ 2.4.0cvs72:
229                 wrap file and minor updates.
230
231 2006-09-21 [wwp]        2.4.0cvs207
232
233         * tools/fix_date.sh
234                 several fixes and enhancements. A new --force switch has been
235                 added to prevent overriding by default Date: header when
236                 already existing.
237
238 2006-09-21 [paul]       2.4.0cvs206
239
240         * src/common/utils.c
241                 add Chinese UTF8 Re prefix
242
243 2006-09-21 [wwp]        2.4.0cvs205
244
245         * tools/Makefile.am
246                 Fics alfabettical order.
247
248 2006-09-21 [wwp]        2.4.0cvs204
249
250         * tools/fix_date.sh
251         * tools/Makefile.am
252                 Added an action tool to fix missing Date field in emails.
253                 Updated Makefile.am to reflect those last two additions.
254
255 2006-09-21 [wwp]        2.4.0cvs203
256
257         * tools/uuooffice
258                 Added a action tool to open uuencoded docs w/
259                 OpenOffice (based on uudec method).
260
261 2006-09-21 [colin]      2.4.0cvs202
262
263         * src/compose.c
264         * src/textview.c
265                 Workaround possible GTK crash: remove selection 
266                 clipboard before destroying widget, or GTK+-2.10
267                 dies. Thanks to Hiro.
268
269 2006-09-20 [colin]      2.4.0cvs201
270
271         * src/compose.c
272                 Fix free-after-use in some cases (when 
273                 procmime_encode_content() frees mimeinfo->data.mem
274                 and turns it to a temp file)
275
276 2006-09-20 [colin]      2.4.0cvs200
277
278         * src/folderview.c
279         * src/summaryview.c
280         * src/gtk/gtksctree.c
281         * src/gtk/gtksctree.h
282                 Add tooltips in the folderview and summaryview
283                 (Doesn't break string freeze as they already
284                 exist)
285         * src/toolbar.c
286                 Put the spam button in the default configuration
287                 if compiled with bogo plugin too
288
289 2006-09-19 [colin]      2.4.0cvs199
290
291         * src/summaryview.c
292         * src/summaryview.h
293                 Update folder name label on folder rename
294         * src/prefs_matcher.c
295         * src/gtk/logwindow.h
296                 Fix warnings
297                 Patches by Fabien
298
299 2006-09-19 [wwp]        2.4.0cvs198
300
301         * src/summary_search.c
302                 fix can't click forward/backward buttons in the
303                 search messages.
304
305 2006-09-18 [paul]       2.4.0cvs197
306
307         * src/wizard.c
308                 add missing bracket, capitalise the A of
309                 'SpamAssassin'
310
311 2006-09-18 [paul]       2.4.0cvs196
312
313         * src/compose.c
314                 fix bug 1012 'crashed upon sending mail
315                 from compose window'
316                 Thanks to Colin
317
318 2006-09-16 [colin]      2.4.0cvs195
319
320         * src/folderview.c
321                 Fix "real-time" sorting by freezing/thawing
322
323 2006-09-16 [colin]      2.4.0cvs194
324
325         * manual/faq.xml
326                 Fix the anti-spam entry a bit
327
328 2006-09-16 [colin]      2.4.0cvs193
329
330         * src/wizard.c
331                 Make sure reviewers have no excuse when stating
332                 Sylpheed-Claws doesn't have antispam capabilities.
333
334 2006-09-16 [colin]      2.4.0cvs192
335
336         * src/main.c
337                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
338                 as if the SIGPIPE comes from etpan's thread we could
339                 trigger a GUI update from this thread.
340
341 2006-09-16 [colin]      2.4.0cvs191
342
343         * src/summaryview.c
344                 Init all members of the struct
345
346 2006-09-16 [paul]       2.4.0cvs190
347
348         * src/account.c
349                 improvements to the English
350
351 2006-09-15 [colin]      2.4.0cvs189
352
353         * src/summaryview.c
354                 HIG order on dialog
355
356 2006-09-14 [colin]      2.4.0cvs188
357
358         * src/common/socket.c
359         * src/common/socket.h
360         * src/common/ssl.c
361         * src/common/ssl_certificate.c
362         * src/common/ssl_certificate.h
363         * src/etpan/imap-thread.c
364                 the get_fqdn() call done to get canonical name when
365                 checking an SSL certificate is blocking, which is
366                 sad as we just did a non-blocking lookup to connect.
367                 Fix that by letting the fqdn available to the SockInfo,
368                 and use that in ssl_certificate_check(). For IMAP,
369                 we don't do it as the lookup's done by libetpan, but
370                 it's less annoying as IMAP connections as much more
371                 rare than POP3 connections.
372
373 2006-09-14 [paul]       2.4.0cvs187
374
375         * manual/advanced.xml
376                 improvements to the English,
377                 properly place the new hidden options
378                 within the alphabetical order
379         * src/gtk/pluginwindow.c
380                 improvements to the English
381
382 2006-09-14 [colin]      2.4.0cvs186
383
384         * src/prefs_common.c
385         * src/prefs_common.h
386         * src/gtk/gtksctree.c
387         * manual/advanced.xml
388                 New hidden pref, stripes_color_offset, to change
389                 the value added/substracted to normal bgcolor to
390                 create the stripes in summaries
391
392 2006-09-13 [colin]      2.4.0cvs185
393
394         * src/gedit-print.c
395         * src/messageview.c
396         * src/messageview.h
397         * src/summaryview.c
398         * src/textview.c
399                 Fix misc. printing issues: 
400                 - Bad font for linkified headers
401                 - Different font if the mail was displayed or not
402                 - Factorize the thing
403
404 2006-09-13 [colin]      2.4.0cvs184
405
406         * src/common/ssl_certificate.c
407                 Only get FQDN once when checking certificate
408
409 2006-09-13 [colin]      2.4.0cvs183
410
411         * src/account.c
412         * src/gtk/pluginwindow.c
413                 Misc. GUI fixes by Fabien
414
415 2006-09-13 [wwp]        2.4.0cvs182
416
417         * configure.ac
418         * src/common/utils.h
419         * src/common/utils.c
420                 get rid of unused wide-char functions.
421
422 2006-09-13 [wwp]        2.4.0cvs181
423
424         * src/plugins/pgpinline/sylpheed.def
425         * src/textview.c
426                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
427                 add privacy_reset_error to the .def file,
428                 do not fork for an external textviewer.
429
430 2006-09-13 [wwp]        2.4.0cvs180
431
432         * src/prefs_common.c
433                 fix broken font entry in prefs (patch issued by the gpg4win team,
434                 probably by Marcus Brinkmann <marcus@g10code.de>).
435
436 2006-09-13 [colin]      2.4.0cvs179
437
438         * src/folder.h
439                 Fix a warning in summaryview.c
440         * src/mainwindow.c
441         * src/summaryview.c
442         * src/summaryview.h
443                 Add missing Mark/* elements in the
444                 main menu
445
446 2006-09-12 [colin]      2.4.0cvs178
447
448         * src/prefs_actions.c
449         * src/prefs_filtering_action.c
450         * src/prefs_matcher.c
451                 Use (New) instead of New everywhere
452
453 2006-09-12 [wwp]        2.4.0cvs177
454
455         * manual/fr/addrbook.xml
456         * manual/fr/handling.xml
457                 updated some quotes in the fr manual to match the fr translation.
458
459 2006-09-12 [wwp]        2.4.0cvs176
460
461         * src/prefs_matcher.c
462                 don't store translated string elements in matcher expressions.
463                 Also fixed a misused of Q_().
464
465 2006-09-11 [wwp]        2.4.0cvs175
466
467         * src/plugins//bogofilter/bogofilter.c
468         * src/plugins//clamav/clamav_plugin.c
469         * src/plugins//demo/demo.c
470         * src/plugins//dillo_viewer/dillo_viewer.c
471         * src/plugins//pgpcore/plugin.c
472         * src/plugins//pgpinline/plugin.c
473         * src/plugins//pgpmime/plugin.c
474         * src/plugins//spamassassin/spamassassin.c
475                 gettext-ize more strings (mostly plugin error messages).
476
477 2006-09-11 [colin]      2.4.0cvs174
478
479         * src/alertpanel.c
480                 Make maximum buffer size bigger to avoid
481                 truncating translated messages. Patch by
482                 Fabien
483
484 2006-09-11 [colin]      2.4.0cvs173
485
486         * src/etpan/imap-thread.c
487                 Fix compilation on OpenBSD, thanks to 
488                 Landry
489
490 2006-09-10 [wwp]        2.4.0cvs172
491
492         * manual/account.xml
493         * manual/addrbook.xml
494         * manual/handling.xml
495         * manual/es/handling.xml
496         * manual/fr/account.xml
497         * manual/fr/addrbook.xml
498         * manual/fr/handling.xml
499                 documented addressbook matching (condition configuration):
500                   addrbook.xml, en fr
501                 documented per-account filtering rules (handling/filtering
502                   section, account section):
503                   account.xml, handling.xml, en fr
504                 slightly updated the handling/searching section to tell few
505                   words about the extended search ability:
506                   handling.xml, en fr
507                 added missing <quote></quotes> to Quick Search:
508                   handling.xml, en fr es
509                 fixed a typo (auomatically):
510                   handling.xml, en
511                 changes revisited by Paul.
512
513 2006-09-10 [paul]       2.4.0cvs171
514
515         * src/prefs_actions.c
516         * src/prefs_filtering.c
517         * src/prefs_template.c
518                 adjustments to the gui
519                 Patch by Fabien Vantard (slightly modified)
520
521 2006-09-10 [colin]      2.4.0cvs170
522
523         * src/summaryview.c
524                 Check folderitem/summaryview consistency
525                 (basically automates Update summary). Fixes
526                 #1011 (wrong (negative) count on unread 
527                 messages)
528
529 2006-09-10 [colin]      2.4.0cvs169
530
531         * src/gtk/gtksctree.c
532                 Fix recursive expansion via mouse
533         * src/plugins/bogofilter/bogofilter.c
534                 Use normal filtering way of moving
535                 messages (batching), possibly fixing
536                 bug #1015 (Bogofilter plugin doubles 
537                 new messages)
538
539 2006-09-09 [wwp]        2.4.0cvs168
540
541         * src/prefs_filtering.c
542                 better place for this fix.
543
544 2006-09-09 [wwp]        2.4.0cvs167
545
546         * src/prefs_filtering.c
547                 fix a minor bug when the enabled status of a filtering/processing
548                 rule always got set to TRUE when replacing this rule. That still
549                 make sense when adding a new rule, but now when replacing, we
550                 don't override the value of 'enabled'.
551                 Also renamed the func prefs_filtering_list_view_get_rule_name()
552                 to prefs_filtering_list_view_get_info() as this function not only
553                 returns the name, but also the account_id and the enabled status.
554
555 2006-09-09 [mones]      2.4.0cvs166
556
557         * manual/glossary.xml
558         * manual/plugins.xml
559                 Minor format corrections
560         * manual/gpl.xml
561                 Fix misplaced NO WARRANTY section
562         * manual/es/advanced.xml
563         * manual/es/faq.xml
564         * manual/es/glossary.xml
565         * manual/es/gpl.xml
566         * manual/es/handling.xml
567         * manual/es/plugins.xml
568         * manual/es/starting.xml
569                 Incorporate changes from English version
570         * manual/fr/ack.xml
571         * manual/pl/ack.xml
572         * manual/es/ack.xml
573                 Fix address, (add translation credits in es version)
574         * po/es.po
575                 Updated translation
576
577 2006-09-09 [wwp]        2.4.0cvs165
578
579         * src/prefs_filtering.c
580                 fix a crash when opening filtering prefs, if matcherrc file contains
581                 broken data (non-existing account id, which is theoretically not
582                 possible).
583
584 2006-09-08 [colin]      2.4.0cvs164
585
586         * src/folder.c
587                 Wrong assert, make it an if()
588         * src/gtk/gtksctree.c
589                 Fix bug #1013 (expand selected thread 
590                 tree) - expanding is now recursive
591
592 2006-09-07 [wwp]        2.4.0cvs163
593
594         * src/prefs_matcher.c
595                 make better sentences about addressbook matching in the
596                 matcher prefs. This should make translators' work easier
597                 too.
598
599 2006-09-07 [wwp]        2.4.0cvs162
600
601         * src/prefs_filtering.c
602                 code simplification (get rid of dup var. assignment).
603
604 2006-09-07 [wwp]        2.4.0cvs161
605
606         * src/summaryview.c
607                 use GTK_STOCK icons when possible, patch by Fabien Vantard
608                 <fzzzzz@gmail.com>.
609
610 2006-09-07 [paul]       2.4.0cvs160
611
612         * src/mimeview.c
613                 fix compilation warnings
614                 Thanks to Colin
615
616 2006-09-07 [paul]       2.4.0cvs159
617
618         * src/mimeview.c
619                 select the mimepart icon when
620                 displaying as text
621                 Thanks to Colin
622
623 2006-09-06 [paul]       2.4.0cvs158
624
625         * src/prefs_filtering.c
626                 fix labels and table element spacing
627                 Patch by Fabien Vantard
628
629 2006-09-06 [paul]
630
631         2.5.0-rc3 released
632
633 2006-09-06 [paul]       2.4.0cvs157
634
635         * manual/es/advanced.xml
636                 fix typo
637
638 2006-09-06 [wwp]        2.4.0cvs156
639
640         * src/mainwindow.c
641                 fix an dup launch issue when iconified, thanks to Colin.
642
643 2006-09-06 [wwp]        2.4.0cvs155
644
645         * src/gtk//gtksctree.h
646                 oops, forgot that one!
647
648 2006-09-06 [wwp]        2.4.0cvs154
649
650         * manual/pl/advanced.xml
651         * manual/advanced.xml
652         * manual/es/advanced.xml
653         * manual/fr/advanced.xml
654         * src/prefs_customheader.c
655         * src/prefs_filtering_action.c
656         * src/foldersel.c
657         * src/prefs_summaries.c
658         * src/prefs_filtering.c
659         * src/account.c
660         * src/compose.c
661         * src/prefs_summary_column.c
662         * src/addr_compl.c
663         * src/prefs_actions.c
664         * src/prefs_folder_column.c
665         * src/ssl_manager.c
666         * src/prefs_template.c
667         * src/prefs_display_header.c
668         * src/prefs_common.h
669         * src/prefs_matcher.c
670         * src/prefs_common.c
671         * src/prefs_toolbar.c
672         * src/summaryview.c
673         * src/folderview.c
674         * src/gtk/gtksctree.c
675         * src/gtk/pluginwindow.c
676         * src/gtk/progressdialog.c
677         * src/gtk/prefswindow.c
678                 renamed hidden option enable_rules_hint to use_stripes_everywhere
679                 to make its meaning more obvious (all versions of the manual reflect
680                 the change).
681                 added an extra hidden option use_stripes_in_summary to allow
682                 discarding these stripes in mainwindow's folder and message lists;
683                 en and fr manuals only are OK towards this.
684
685 2006-09-06 [colin]      2.4.0cvs153
686
687         * src/textview.c
688                 Hide Sylpheed-Claws' internal queue headers
689                 when showing all headers. They'll be present
690                 only in Source window.
691
692 2006-09-05 [colin]      2.4.0cvs152
693
694         * src/plugins/trayicon/trayicon.c
695                 Fix crash at exit - we have to disconnect
696                 our handlers
697         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
698                 Update eggtrayicon - patch adapted from a
699                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
700                 on Sylpheed's ML
701
702 2006-09-05 [colin]      2.4.0cvs151
703
704         * src/mainwindow.c
705         * src/gtk/logwindow.c
706                 Fix race condition when something writes
707                 to the log too soon during init. Thanks
708                 to Fabien Vantard
709
710 2006-09-05 [colin]      2.4.0cvs150
711
712         * src/mimeview.c
713                 Don't select part on right-click either
714
715 2006-09-05 [paul]       2.4.0cvs149
716
717         * src/mimeview.c
718                 completion of previous commit
719                 Thanks to Colin
720
721 2006-09-05 [colin]      2.4.0cvs148
722
723         * src/mimeview.c
724                 Don't force selection on middle-click, just open
725
726 2006-09-04 [colin]      2.4.0cvs147
727
728         * src/mimeview.c
729                 Looks like gtk_notebook_set_current_page()
730                 sometimes steals focus, and this annoys us
731                 in MimeViewers as it renders navigation
732                 keys useless. Take back focus after switching
733                 pages.
734
735 2006-09-04 [colin]      2.4.0cvs146
736
737         * src/messageview.c
738                 Set stop_loading when clicking on Next
739                 during load. Don't add a callback to 
740                 avoid over-complicating things.
741
742 2006-09-04 [colin]      2.4.0cvs145
743
744         * src/mimeview.c
745         * src/messageview.c
746                 Fix multiple loads in separate messageview
747
748 2006-09-04 [colin]      2.4.0cvs144
749
750         * src/summaryview.c
751                 Let navigation keys be handled during 
752                 load
753
754 2006-09-04 [colin]      2.4.0cvs143
755
756         * src/messageview.c
757         * src/summaryview.c
758         * src/textview.c
759         * src/textview.h
760                 Make loading of huge mails (lots of text and/or
761                 images) cancellable, so the GUI doesn't block 
762
763 2006-09-04 [colin]      2.4.0cvs142
764
765         * src/plugins/trayicon/trayicon.c
766                 Fix annoyance when removing a folder with 
767                 unread mails: trayicon didn't update
768
769 2006-09-04 [paul]       2.4.0cvs141
770
771         * src/gtk/icon_legend.c
772                 straighten up columns
773                 Patch by Fabien Vantard
774
775 2006-09-04 [wwp]        2.4.0cvs140
776
777         * src/prefs_filtering.c
778                 fix new line's account name in filtering prefs:
779                 was "All", is now "(New)".
780
781 2006-09-04 [paul]       2.4.0cvs139
782
783         * tools/make.themes.project
784                 use "AUTOMAKE_OPTIONS = dist-bzip2"
785                 instead of homebrewed "make release"
786
787 2006-09-03 [colin]      2.4.0cvs138
788
789         * src/folderview.c
790                 Fix bug #1007 (Wrong folder highlighted)
791
792 2006-09-03 [colin]      2.4.0cvs137
793
794         * src/compose.c
795                 Don't set Newsgroup: header to a mail folder
796                 path
797
798 2006-09-03 [paul]       2.4.0cvs136
799
800         * src/prefs_other.c
801         * src/prefs_spelling.c
802                 unify the gui
803
804 2006-09-03 [paul]       2.4.0cvs135
805
806         * src/prefs_summaries.c
807                 correct menu item text in prefs_keybind_apply_clicked()
808
809 2006-09-03 [paul]       2.4.0cvs134
810
811         * manual/advanced.xml
812                 some improvements to the descriptions
813         * src/mainwindow.c
814         * src/messageview.c
815         * src/summaryview.c
816         * src/gtk/menu.c
817                 fix menu sensitivity issues
818         * src/prefs_message.c
819                 drop the useless word 'short'
820         * src/prefs_other.c
821                 add the word 'lines' indicating log length
822                 is a measure of lines
823         * src/textview.c
824                 fix compilation warnings
825
826 2006-09-02 [colin]      2.4.0cvs133
827
828         * src/messageview.c
829                 Display a special return-receipt message
830                 if the message is from the user
831         * src/summaryview.c
832                 Fix missing freeze of the list when marking
833                 all read and unthreading for exec. Thanks
834                 to Stephan Sachse.
835
836 2006-09-02 [paul]       2.4.0cvs132
837
838         * src/mainwindow.c
839         * src/prefs_message.c
840         * src/summaryview.c
841                 fix some english
842
843 2006-09-02 [wwp]        2.4.0cvs131
844
845         * src/prefs_filtering.c
846                 added an account name column to the filtering rules
847                 dialog.
848
849 2006-09-02 [colin]      2.4.0cvs130
850
851         * src/gtk/logwindow.c
852         * src/gtk/logwindow.h
853                 Block scrolling if we're not at the end
854                 of the log
855
856 2006-09-02 [colin]      2.4.0cvs129
857
858         * src/folder.c
859                 Make sure account-specific rules can't
860                 be used in {pre-,post-,}processing
861         * src/mainwindow.c
862         * src/gtk/logwindow.c
863         * src/gtk/logwindow.h
864                 Jump to last error when clicking on the
865                 warning icon
866
867 2006-09-02 [colin]      2.4.0cvs128
868
869         * src/imap.c
870         * src/import.c
871         * src/mainwindow.c
872         * src/mainwindow.h
873                 Fix warning icon
874         * src/inc.c
875         * src/mbox.c
876         * src/mbox.h
877                 Let proc_mbox know its account, for
878                 account-specific rules
879
880 2006-09-01 [colin]      2.4.0cvs127
881
882         * src/codeconv.c
883                 Don't uselessly use iconv to convert from
884                 us-ascii
885         * src/alertpanel.c
886         * src/mainwindow.c
887         * src/mainwindow.h
888         * src/inc.c
889                 Fix certain log cases, disable warning icon
890                 for now, the correct way to display it when
891                 necessary and only when necessary is probably
892                 to do it manually rather than use error logs
893         * src/etpan/imap-thread.c
894                 Clean up UID logging a bit
895         * src/gtk/logwindow.c
896         * src/gtk/logwindow.h
897                 Make logging faster when the window's closed
898
899 2006-09-01 [wwp]        2.4.0cvs126
900
901         * manual/fr/account.xml
902                 reflect changes to the ref. manual (parts of cvs72):
903                 fix tabnames and quotes.
904
905 2006-09-01 [wwp]        2.4.0cvs125
906
907         * manual/fr/plugins.xml
908                 reflect changes to the reference manual (cvs42):
909                 update IRC channel info.
910
911 2006-09-01 [wwp]        2.4.0cvs124
912
913         * commitHelper
914                 use CVSEDITOR env. var. if set, according to `man cvs`.
915
916 2006-09-01 [wwp]        2.4.0cvs123
917
918         * manual/advanced.xml
919                 better sentence again (thanks to Paul).
920
921 2006-09-01 [wwp]        2.4.0cvs122
922
923         * manual/advanced.xml
924         fix definition of toolbar_detachable and rework a bit the one of
925         enable_dotted_lines.
926
927 2006-09-01 [mones]      2.4.0cvs121
928
929         * manual/advanced.xml
930                 Document enable_dotted_lines
931
932 2006-09-01 [paul]       2.4.0cvs120
933
934         * src/folderview.c
935         * src/folderview.h
936         * src/imap.c
937         * src/mainwindow.c
938         * src/summaryview.c
939                 obey the 'When entering folder...' option
940                 when using the /View/Go to/... menu items
941                 Thanks to Colin
942
943 2006-08-31 [colin]      2.4.0cvs119
944
945         * src/folderview.c
946                 Revert 2.4.0cvs116, wrong fix.
947
948 2006-08-31 [colin]      2.4.0cvs118
949
950         * src/gtk/gtksctree.c
951                 Better state the various copyrights
952
953 2006-08-31 [colin]      2.4.0cvs117
954
955         * src/prefs_common.c
956                 fix enable_dotted_lines
957
958 2006-08-31 [colin]      2.4.0cvs116
959
960         * src/folderview.c
961                 Use pref "Always open on select" when going
962                 to next unread folder
963         * src/gtk/gtksctree.c
964                 Fix link failure to _gtk_clist_create_cell_layout
965                 on certain computers. (Why not mine, I wonder)
966
967 2006-08-31 [colin]      2.4.0cvs115
968
969         * src/procmsg.c
970         * src/textview.c
971         * src/plugins/bogofilter/bogofilter.c
972         * src/plugins/spamassassin/spamassassin.c
973                 Requalify some "errors" to warnings
974         * src/mainwindow.c
975         * src/mainwindow.h
976         * src/statusbar.c
977                 Add an icon in the statusbar to notify
978                 of errors
979         * src/gtk/gtksctree.c
980         * src/folderview.c
981         * src/summaryview.c
982                 Make the GtkSCTree look more modern by
983                 alternating background lines
984         * src/prefs_common.c
985         * src/prefs_common.h
986                 Add a pref to let people have the old
987                 way if they prefer
988
989
990 2006-08-30 [colin]      2.4.0cvs114
991
992         * src/procmsg.c
993         * src/procmsg.h
994                 Provide a way to filter a list of
995                 messages in an optimised manner, and
996                 add a list-filtering hook
997         * src/folder.c
998         * src/inc.c
999         * src/mbox.c
1000                 Use the list filtering
1001         * src/plugins/bogofilter/bogofilter.c
1002                 Use the list-filtering hook
1003                 Use -b (bulk) mode for more speed
1004                 when learning and filtering
1005         * src/etpan/imap-thread.c
1006                 Make log output shorter in UID SEARCH
1007
1008
1009 2006-08-30 [colin]      2.4.0cvs113
1010
1011         * src/plugins/bogofilter/bogofilter.c
1012                 Really fast mass learning - thanks to David
1013                 Relson for the options explanations :)
1014
1015 2006-08-30 [colin]      2.4.0cvs112
1016
1017         * src/msgcache.c
1018                 Fix compilation on FreeBSD. Thanks
1019                 to Michael Hugues
1020
1021 2006-08-29 [colin]      2.4.0cvs111
1022
1023         * src/folderview.c
1024                 Handle "popup_menu" signal (for popping the 
1025                 menu via the keyboard)
1026         * src/mimeview.c
1027         * src/mimeview.h
1028         * src/summaryview.c
1029         * src/textview.c
1030         * src/gtk/gtkutils.c
1031         * src/gtk/gtkutils.h
1032                 Factorize scrolling code, and add an API 
1033                 for MimeViewers to handle scroll orders
1034
1035 2006-08-29 [wwp]        2.4.0cvs110
1036
1037         * src/plugins//bogofilter/bogofilter.c
1038         * src/plugins//spamassassin/spamassassin.c
1039                 make the bogofilter/spamassassin filtering error dialogs at
1040         incorporation obey to the "don't popup error dialog on
1041         receive error" option. If disabled, feed the log window w/
1042         the error message.
1043
1044 2006-08-29 [paul]
1045
1046         2.5.0-rc2 released
1047
1048 2006-08-29 [paul]       2.4.0cvs109
1049
1050         * Makefile.am
1051                 remove 'make release', it's not needed
1052                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1053
1054 2006-08-29 [paul]       2.4.0cvs108
1055
1056         * src/foldersel.c
1057         * src/summary_search.c
1058         * src/gtk/progressdialog.c
1059         * src/plugins/pgpcore/passphrase.c
1060                 replace deprecated gtk_window_set_policy()
1061
1062 2006-08-29 [colin]      2.4.0cvs107
1063
1064         * src/folder.c
1065                 Fix data loss when copy fails during a move:
1066                 only use fast remove_msgs if everything was
1067                 copied OK; else use slow remove_msg on the
1068                 mails that got copied only.
1069
1070 2006-08-28 [paul]       2.4.0cvs106
1071
1072         * src/mh.c
1073                 revert change in 2.4.0cvs104, it breaks
1074                 stuff
1075
1076 2006-08-28 [paul]       2.4.0cvs105
1077
1078         * src/plugins/spamassassin/spamassassin.c
1079                 english fix
1080
1081 2006-08-28 [paul]       2.4.0cvs104
1082
1083         * src/mh.c
1084                 fix data loss when moving to another
1085                 mailbox fails
1086         * src/prefs_spelling.c
1087                 improve the english
1088         * src/gtk/pluginwindow.c
1089                 improve the layout of the dialog text
1090         All thanks to Colin
1091
1092 2006-08-28 [paul]       2.4.0cvs103
1093
1094         * src/plugins/bogofilter/bogofilter.c
1095         * src/plugins/bogofilter/bogofilter_gtk.c
1096                 fix english up a bit, innit
1097
1098 2006-08-28 [paul]       2.4.0cvs102
1099
1100         * configure.ac
1101         * po/Makefile.in.in
1102         * po/Makevars
1103                 require autoconf 2.60, enabling building
1104                 with gettext 0.15 (gettext 0.14.x build still
1105                 possible). Replace Makefiles with versions
1106                 from gettext 0.15.
1107                 Remove configure options --with-localedir and
1108                 --with-mandir. The options that are provided
1109                 directly by autoconf 2.60 can be used instead:
1110                 --mandir --localedir
1111
1112 2006-08-27 [colin]      2.4.0cvs101
1113
1114         * src/plugins/bogofilter/Makefile.am
1115                 Fix make dist (no README)
1116
1117 2006-08-27 [colin]      2.4.0cvs100
1118
1119         * src/folder.c
1120                 Don't use F_UNKNOWN folders for any default
1121                 outbox/trash/etc
1122         * src/plugins/bogofilter/bogofilter.c
1123         * src/plugins/bogofilter/bogofilter.h
1124         * src/plugins/bogofilter/bogofilter_gtk.c
1125                 Add an option to specify the path to bogofilter
1126                 Use single-quotes to be able to learn in folders
1127                 with spaces in their names
1128                 Verify learning status
1129
1130 2006-08-27 [colin]      2.4.0cvs99
1131
1132         * manual/faq.xml
1133         * manual/plugins.xml
1134                 Document Bogofilter plugin
1135
1136 2006-08-27 [colin]      2.4.0cvs98
1137
1138         * src/compose.c
1139         * src/messageview.c
1140         * src/procmsg.c
1141         * src/procmsg.h
1142                 When possible, copy the queued mail to sent folder
1143                 instead of re-adding. Much faster on IMAP.
1144
1145 2006-08-27 [colin]      2.4.0cvs97
1146
1147         * src/msgcache.c
1148                 Disable mmaped caches - huge metadata loss
1149                 here after a power failure.
1150         * src/summaryview.c
1151                 Add quicksearch timing
1152         * src/common/plugin.c
1153         * src/common/plugin.h
1154                 Implement an interface to tell what plugins
1155                 provide. Prevent loading of similar plugins.
1156         * src/plugins/clamav/clamav_plugin.c
1157         * src/plugins/demo/demo.c
1158         * src/plugins/dillo_viewer/dillo_viewer.c
1159         * src/plugins/pgpcore/plugin.c
1160         * src/plugins/pgpinline/pgpinline.c
1161         * src/plugins/pgpmime/pgpmime.c
1162         * src/plugins/spamassassin/spamassassin.c
1163         * src/plugins/trayicon/trayicon.c
1164                 Implement plugin_provides()
1165
1166 2006-08-27 [colin]      2.4.0cvs96
1167
1168         * configure.ac
1169         * src/plugins/Makefile.am
1170         * src/plugins/bogofilter/.cvsignore
1171         * src/plugins/bogofilter/Makefile.am
1172         * src/plugins/bogofilter/bogofilter.c
1173         * src/plugins/bogofilter/bogofilter.h
1174         * src/plugins/bogofilter/bogofilter_gtk.c
1175                 New Bogofilter plugin, provides filtering and
1176                 learning. Spamassassin will go to extra plugins.
1177
1178 2006-08-26 [mones]      2.4.0cvs95
1179
1180         * manual/handling.xml
1181                 Fix subfolder path in the example (thanks to Paul) 
1182
1183 2006-08-26 [mones]      2.4.0cvs94
1184
1185         * manual/glossary.xml
1186                 2.2. + add ISP to the glossary
1187                 7.5. + Add UIDL to glossary
1188                 7.7. + Add TCP to glossary
1189         * manual/handling.xml
1190                 7.1. + Mentions GNU/Linux distribution, what about the non...
1191                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1192                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1193                 7.4. = Use appropriate quotation for commands
1194                 7.6. = change "" to <quote></quote>
1195         * manual/plugins.xml
1196                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1197         * manual/starting.xml
1198                 2.1. + local mbox file: some examples of mbox file locations...
1199                 Also reformatted files requiring it
1200
1201 2006-08-26 [wwp]        2.4.0cvs93
1202
1203         * src/summary_search.c
1204                 disable find buttons while summary search is running.
1205
1206 2006-08-25 [colin]      2.4.0cvs92
1207
1208         * src/folder.c
1209         * src/folderutils.c
1210         * src/mh.c
1211         * src/procmsg.h
1212         * src/summaryview.c
1213                 Speed up MH moving, and add progressbar
1214                 for MH deletion
1215         * src/msgcache.c
1216                 Write cache files using mmap() too
1217
1218 2006-08-25 [wwp]        2.4.0cvs91
1219
1220         * src/summaryview.c
1221                 switch spam<->ham button when a message has been marked as spam or ham
1222                 and is still selected. Thanks to Colin.
1223
1224 2006-08-25 [paul]       2.4.0cvs90
1225
1226         * src/Makefile.am
1227         * src/stock_pixmap.c
1228         * src/stock_pixmap.h
1229         * src/summaryview.c
1230         * src/gtk/icon_legend.c
1231         * src/pixmaps/copied.xpm
1232         * src/pixmaps/moved.xpm
1233                 add icons for delayed execution marked for
1234                 copying, marked for moving
1235
1236 2006-08-25 [mones]      2.4.0cvs89
1237
1238         * manual/glossary.xml
1239                 Fix the other glossary items:
1240                 5.1. = Inmmediate execution -> <quote>immediate execution...
1241                 5.2. = Fix MBOX capitalization -> Mbox
1242                 5.3. + Improve Plugins def. w/ tech. ref.
1243                 5.4. = Quotation -> replace '>' by <quote>></quote>
1244                 5.5. - SMTP Server. -> remove dot
1245         * po/es.po
1246                 Updated translation
1247
1248 2006-08-25 [mones]      2.4.0cvs88
1249
1250         * manual/ack.xml
1251                 Reformatted, changed email address
1252         * manual/glossary.xml
1253                 Reformatted, fixed MANUAL-TODO items:
1254                 8.2. + add ROT-13 to glossary
1255                 8.4. + add URL to glossary
1256         * manual/es/advanced.xml
1257                 Fixed <literal>s
1258
1259 2006-08-25 [paul]       2.4.0cvs87
1260
1261         * src/gtk/icon_legend.c
1262                 add 'marked for deletion' icon
1263                 arrange icons by containing column
1264                 wrap long label text
1265
1266 2006-08-25 [colin]      2.4.0cvs86
1267
1268         * src/common/utils.c
1269         * src/common/utils.h
1270                 Add the sc_g_*list_bigger functions in
1271                 a place everyone can use it
1272         * src/summaryview.c
1273                 Only freeze/thaw the list when working
1274                 on the selection, if it's bigger than 1
1275         * src/gtk/gtksctree.c
1276                 Only freeze/thaw the list when unselec-
1277                 ting 'all' if ('all' != 1)
1278                 This avoids some flickering
1279
1280 2006-08-24 [colin]      2.4.0cvs85
1281
1282         * src/addressbook.c
1283                 Fix strange list selection
1284                 Fix random seg (Invalid read of freed memory)
1285
1286 2006-08-24 [colin]      2.4.0cvs84
1287
1288         * src/alertpanel.c
1289         * src/gtk/inputdialog.c
1290         * src/plugins/pgpcore/passphrase.c
1291                 Revert minimal width patch of 2.4.0cvs67,
1292                 as it is also a maximal width. Use 
1293                 gtk_window_set_default_size instead.
1294
1295 2006-08-24 [colin]      2.4.0cvs83
1296
1297         * src/msgcache.c
1298                 Write cache/mark to temp files before
1299                 overwriting old ones (avoids metadata
1300                 loss if writing the new files fail).
1301                 Use mmap() to read cache/mark file, as
1302                 this makes cache reading faster. Dis-
1303                 abled for big-endian machines until it
1304                 can be tested. (Big-endian users: set
1305                 msgcache_use_mmap = TRUE in the relevant
1306                 #if).
1307         * src/procmsg.h
1308                 Move rarely used fields of MsgInfo in 
1309                 another structure, which will only be
1310                 allocated if needed. Face, X-Face,
1311                 Return receipt headers and List-*
1312                 headers are moved. Mails having none
1313                 of these occupy 52 bytes less with
1314                 this patch, which makes 2.5MB of RAM
1315                 saved on a 50k folder).
1316         * src/headerview.c
1317         * src/mainwindow.c
1318         * src/messageview.c
1319         * src/partial_download.c
1320         * src/procheader.c
1321         * src/procmsg.c
1322         * src/textview.c
1323                 Follow this structure change.
1324
1325 2006-08-24 [wwp]        2.4.0cvs82
1326
1327         * manual/es/.cvsignore
1328         * manual/es/dist/.cvsignore
1329         * manual/es/dist/html/.cvsignore
1330         * manual/es/dist/pdf/.cvsignore
1331         * manual/es/dist/ps/.cvsignore
1332         * manual/es/dist/txt/.cvsignore
1333                 more (generated) files to ignore.
1334
1335 2006-08-24 [colin]      2.4.0cvs81
1336
1337         * src/folder.c
1338         * src/mh.c
1339                 Fix possible problems with local delivery. Check the folder doesn't
1340                 need scan before setting its mtime when saving cache (which can be
1341                 done long after the folder's been modified by an external process);
1342                 Check that the stored item's mtime didn't change in mh functions.
1343
1344 2006-08-24 [mones]      2.4.0cvs80
1345
1346         * manual/advanced.xml
1347                 Rewrapping, some fixes and MANUAL-TODO items:
1348                 8.1. = change "" to <quote></quote>
1349                 8.3. = quote menu items
1350                 8.5. - deploying -> new user ... ideally a new user (redundant)
1351
1352 2006-08-23 [colin]      2.4.0cvs79
1353
1354         * src/gtk/gtksctree.c
1355                 When selecting or deselecting range, only
1356                 freeze/thaw when selection is bigger than 10
1357
1358 2006-08-23 [colin]      2.4.0cvs78
1359
1360         * src/messageview.c
1361         * src/mimeview.c
1362         * src/mimeview.h
1363         * src/plugins/dillo_viewer/dillo_viewer.c
1364                 Provide an API for MimeViewer plugins to
1365                 return a text selection for replying
1366
1367 2006-08-23 [colin]      2.4.0cvs77
1368
1369         * src/image_viewer.c
1370         * src/textview.c
1371                 Use gtk_pixbuf_new_from_file_at_scale(), which
1372                 is faster than getting the pixbuf then resizing
1373                 it.
1374
1375 2006-08-23 [colin]      2.4.0cvs76
1376
1377         * src/procmime.c
1378                 UTF-8 should be sent Quoted-printable
1379
1380 2006-08-22 [colin]      2.4.0cvs75
1381
1382         * src/mh.c
1383                 Check if scan is required before touching
1384                 the folder (or it'll be required every time)
1385
1386 2006-08-22 [colin]      2.4.0cvs74
1387
1388         * configure.ac
1389                 Require libetpan 0.46 (crasher fix when built
1390                 against gnutls)
1391
1392 2006-08-22 [colin]      2.4.0cvs73
1393
1394         * src/folder.c
1395                 Set folder's mtime after writing its
1396                 cache
1397         * src/folderview.c
1398                 Add some timing
1399         * src/procmsg.c
1400                 Don't do useless stuff if we don't 
1401                 thread by subject
1402         * src/summaryview.c
1403                 Add some timing, don't deselect prior
1404                 to selecting (gtksctree does it itself),
1405                 remove crash avoidance hacks as it's been
1406                 properly fixed since a while
1407         * src/common/utils.c
1408                 Optimize to_human_readable(): _() is slow,
1409                 do it only once, and avoid %f format for KB
1410                 (the most common in a summaryview)
1411         * src/gtk/gtksctree.c
1412                 Don't uselessly freeze/thaw (fixes flicker
1413                 on next unread and friends), reduce number
1414                 of g_list_nth/g_list_position where possible
1415         * src/gtk/gtkutils.c
1416         * src/gtk/gtkutils.h
1417                 Reduce number of g_list_nth/g_list_position
1418                 where possible.
1419                 All of this makes loading as 70k folder 2.1
1420                 seconds instead of 3.2 (with hot FS caches).
1421                 (1.3 seconds without Date and Size columns...)
1422
1423 2006-08-22 [paul]       2.4.0cvs72
1424
1425         wrap documents and do some items from mones' MANUAL-TODO:
1426
1427         * manual/account.xml
1428                 4.1. = fix tabname references to <quote>tabname</quote>
1429                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1430         * manual/faq.xml
1431                 1.1. = mentioned options don't match UI
1432                 Add information about the 'Never send Return Receipts'
1433                 option
1434         * manual/handling.xml
1435                 6.2. = Mentions Extended symbols button, but now is
1436                 named Information
1437                 6.3. = Mentions ... button, which is now Edit
1438
1439 2006-08-22 [colin]      2.4.0cvs71
1440
1441         * src/gtk/pluginwindow.c
1442                 Fix layout in verbose translations (such
1443                 as french)
1444
1445 2006-08-22 [paul]       2.4.0cvs70
1446
1447         * manual/Makefile.am
1448                 build manuals in alphabetical order
1449         * src/addressbook.c
1450         * src/prefs_themes.c
1451                 replace/remove deprecated symbols
1452         * src/gtk/gtkutils.c
1453                 fix a warning
1454         * src/gtk/pluginwindow.c
1455                 replace deprecated symbol
1456                 replace label text and move it
1457         * src/plugins/pgpcore/prefs_gpg.c
1458                 move the 'Generate...' button out of the
1459                 Sign Key frame, replace the English used
1460         * src/plugins/pgpcore/sgpgme.c
1461                 fixes to the English
1462
1463 2006-08-21 [colin]      2.4.0cvs69
1464
1465         * src/plugins/trayicon/trayicon.c
1466                 Add more strings for translation; patch
1467                 by Pawel
1468
1469 2006-08-21 [colin]      2.4.0cvs68
1470
1471         * src/compose.c
1472                 fix replied flag not set after drafting
1473         * src/matcher.c
1474                 fix body quicksearch in non-encoded bodies
1475                 containing '='
1476         * src/msgcache.c
1477                 Get rid of the g_malloc workaround for
1478                 corrupted caches, use g_try_malloc
1479
1480 2006-08-21 [colin]      2.4.0cvs67
1481
1482         * src/alertpanel.c
1483         * src/gtk/inputdialog.c
1484         * src/plugins/pgpcore/passphrase.c
1485                 Set minimal width to 375
1486         * src/mainwindow.c
1487                 Fix switching to offline, asking if it 
1488                 should be overriden for synchronising
1489         * src/mimeview.c
1490                 Don't offer to remember command on Open 
1491                 with for text parts, as the browser or 
1492                 text editor command isn't changed from 
1493                 there
1494
1495 2006-08-20 [paul]       2.4.0cvs66
1496
1497         * po/ko.po
1498         * po/zh_CN.po
1499                 fix plural form errors. revealed by stricter
1500                 checking of gettext 0.15
1501
1502 2006-08-18 [paul]       2.4.0cvs65
1503
1504         * src/stock_pixmap.c
1505                 fix the fix of 2.4.0cvs64
1506                 Thanks to Colin
1507
1508 2006-08-18 [paul]       2.4.0cvs64
1509
1510         * src/stock_pixmap.c
1511                 fix leaks
1512                 Thanks to Colin
1513
1514 2006-08-18 [paul]       2.4.0cvs63
1515
1516         * src/compose.c
1517         * src/procmsg.c
1518                 fix occasional IMAP bug where large msgs
1519                 were left in the queue folder after sending
1520                 Thanks to Colin
1521
1522 2006-08-18 [paul]       2.4.0cvs62
1523
1524         * src/folderview.c
1525                 freeze the summaryview while quicksearch results
1526                 are displayed
1527                 (fixes bug 456 'current message is hidden when the
1528                 view is refreshed and extended search is "unread 
1529                 messages"')
1530                 Thanks to Colin
1531         * src/textview.c
1532                 add missing #include "inputdialog.h"
1533         * src/common/utils.h
1534                 add missing mailcap_update_default() and improve
1535                 readability
1536
1537 2006-08-17 [colin]      2.4.0cvs61
1538
1539         * src/plugins/pgpcore/select-keys.c
1540                 Fix warnings :)
1541
1542 2006-08-17 [colin]      2.4.0cvs60
1543
1544         * src/compose.c
1545                 Don't continue queuing if Cancel is clicked
1546                 in select-keys
1547
1548 2006-08-17 [colin]      2.4.0cvs59
1549
1550         * src/plugins/pgpcore/select-keys.c
1551                 When encrypting, if only one key matches and it 
1552                 matches exactly, automatically use it.
1553
1554 2006-08-17 [colin]      2.4.0cvs58
1555
1556         * src/mimeview.c
1557         * src/prefs_common.c
1558         * src/prefs_common.h
1559         * src/prefs_ext_prog.c
1560         * src/textview.c
1561                 Fix issues with previous patch (text/html)
1562                 Remove outdated prefs
1563
1564 2006-08-17 [colin]      2.4.0cvs57
1565
1566         * src/imap.c
1567                 Add View Log button on auth error
1568         * src/procmsg.c
1569                 Fix encrypted mail marked as new when
1570                 saved in normal folders
1571         * src/plugins/pgpinline/pgpinline.c
1572                 Fix encrypt bug on IMAP
1573         * src/mimeview.c
1574         * src/common/utils.c
1575         * src/common/utils.h
1576         * src/gtk/inputdialog.c
1577         * src/gtk/inputdialog.h
1578                 Get rid of metamail stuff, simplify
1579                 opening, and allow remembering of user's
1580                 choices (by updating ~/.mailcap). There's
1581                 still to drop "Audio player" and "Image
1582                 viewer" preferences.
1583
1584 2006-08-17 [mones]      2.4.0cvs56
1585
1586         * manual/es/sylpheed-claws-manual.xml
1587                 fix DTD path
1588
1589 2006-08-17 [mones]      2.4.0cvs55
1590
1591         * configure.ac
1592         * manual/Makefile.am
1593         * manual/es/Makefile.am
1594         * manual/es/account.xml
1595         * manual/es/ack.xml
1596         * manual/es/addrbook.xml
1597         * manual/es/advanced.xml
1598         * manual/es/faq.xml
1599         * manual/es/glossary.xml
1600         * manual/es/gpl.xml
1601         * manual/es/handling.xml
1602         * manual/es/intro.xml
1603         * manual/es/keyboard.xml
1604         * manual/es/plugins.xml
1605         * manual/es/starting.xml
1606         * manual/es/sylpheed-claws-manual.xml
1607         * manual/es/dist/Makefile.am
1608         * manual/es/dist/html/Makefile.am
1609         * manual/es/dist/pdf/Makefile.am
1610         * manual/es/dist/ps/Makefile.am
1611         * manual/es/dist/txt/Makefile.am
1612                 Spanish translation for the manual
1613
1614 2006-08-16 [colin]      2.4.0cvs54
1615
1616         * src/compose.c
1617         * src/main.c
1618         * src/mainwindow.c
1619                 Fix send button sensitivity at startup
1620                 Set send menu sensitivity (patch by Fabien)
1621         * src/ssl_manager.c
1622                 Enable closing with esc (patch by Fabien)
1623         * src/gtk/foldersort.c
1624                 Enable closing with esc (patch by Fabien)
1625         * src/procmime.c
1626                 Optimisation (no need to copy to tempfile to
1627                 "decode" 7bit and 8bit)
1628         * src/summaryview.c
1629                 Fix cruft in swap_from case
1630         * src/textview.c
1631                 Fix missing last line in some mail cases 
1632                 (Fixes debian #381872)
1633         * src/plugins/pgpcore/prefs_gpg.c
1634         * src/plugins/pgpcore/sgpgme.c
1635         * src/plugins/pgpcore/sgpgme.h
1636                 Don't show "no key found" when user explicitely
1637                 wants to create a key
1638
1639 2006-08-16 [paul]       2.4.0cvs53
1640
1641         * configure.ac
1642         * src/account.c
1643         * src/addressbook.c
1644         * src/headerview.c
1645         * src/prefs_account.c
1646         * src/prefs_message.c
1647         * src/gtk/gtkutils.c
1648                 bump up minimum required versions of GTK+ and
1649                 GLIB to 2.6.0
1650
1651 2006-08-16 [paul]       2.4.0cvs52
1652
1653         * src/toolbar.c
1654                 workaround GTK+ Bug 351600 - 'Can't re-click
1655                 on button after sensitivity update'
1656                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1657                 Thanks to Colin
1658
1659 2006-08-15 [colin]      2.4.0cvs51
1660
1661         * src/plugins/pgpcore/prefs_gpg.c
1662                 Set options sensitivity according to
1663                 key existence
1664         * src/plugins/pgpcore/sgpgme.c
1665                 Allow to create key with no passphrase
1666
1667 2006-08-14 [cleroy]     2.4.0cvs50
1668
1669         * src/gtk/pluginwindow.c
1670                 New layout (maybe to be changed?)
1671         * src/gtk/gtkutils.c
1672                 Fix a bit label_window
1673         * src/plugins/pgpcore/passphrase.c
1674         * src/plugins/pgpcore/passphrase.h
1675         * src/plugins/pgpcore/plugin.c
1676         * src/plugins/pgpcore/prefs_gpg.c
1677         * src/plugins/pgpcore/prefs_gpg.h
1678         * src/plugins/pgpcore/sgpgme.c
1679         * src/plugins/pgpcore/sgpgme.h
1680                 Allow to create a PGP private key via the GUI
1681
1682 2006-08-14 [wwp]        2.4.0cvs49
1683
1684         * src/addressbook_foldersel.c
1685                 fix strict ISO C90 compliance.
1686
1687 2006-08-14 [paul]       2.4.0cvs48
1688
1689         * src/gtk/prefswindow.c
1690                 re-set scrolled window on opening
1691                 Patch by Ticho
1692
1693 2006-08-14 [paul]
1694
1695         2.5.0-rc1 released
1696
1697 2006-08-14 [paul]       2.4.0cvs47
1698
1699         * src/prefs_display_header.c
1700                 re-enable user-defined Displayed Headers
1701
1702 2006-08-14 [paul]       2.4.0cvs46
1703
1704         * src/prefs_account.c
1705                 use GTK_STOCK_EDIT
1706
1707 2006-08-13 [colin]      2.4.0cvs45
1708
1709         * src/common/utils.c
1710                 Fix "a" in quote when the original message is empty,
1711                 by using \0 instead of 'a' to test writability of
1712                 temp files.
1713
1714 2006-08-13 [wwp]        2.4.0cvs44
1715
1716         * src/plugins/spamassassin/spamassassin.c
1717                 fix capitalization of "SpamAssassin" in some debug, log and
1718                 dialog messages.
1719
1720 2006-08-13 [paul]       2.4.0cvs43
1721
1722         * src/editldap.c
1723                 fix overlapping widgets
1724         * src/prefs_account.c
1725                 fix translation of protocol_names[]
1726                 fix label disappearing off the edge of the
1727                 visible area
1728
1729 2006-08-12 [paul]       2.4.0cvs42
1730
1731         * manual/plugins.xml
1732                 update IRC channel info before it gets forgotten
1733                 about
1734
1735 2006-08-11 [colin]      2.4.0cvs41
1736
1737         * src/compose.c
1738         * src/mainwindow.c
1739         * src/mainwindow.h
1740         * src/procmsg.c
1741         * src/procmsg.h
1742         * src/summaryview.c
1743         * src/toolbar.c
1744                 Grey out the Send button if
1745                 - Queue folders are empty, or
1746                 - We're sending already
1747
1748 2006-08-11 [wwp]        2.4.0cvs40
1749
1750         * src/main.c
1751                 fix a logic issue when quitting while a compose window is
1752                 still open, thanks to Colin.
1753
1754 2006-08-10 [colin]      2.4.0cvs39
1755
1756         * src/main.c
1757                 Fix default font size setting after wizard run
1758         * src/imap.c
1759         * src/etpan/imap-thread.c
1760         * src/etpan/imap-thread.h
1761                 Fix bug #999 (Timing out on TSL cert validation 
1762                 dialog makes ugly things happen). Also, STARTTLS
1763                 unconditionnaly if initial capabilities contain
1764                 LOGINDISABLED and STARTTLS.
1765
1766 2006-08-09 [colin]      2.4.0cvs38
1767
1768         * src/mainwindow.c
1769         * src/mainwindow.h
1770                 Fix Tools/Actions sensitivity when there are
1771                 no actions
1772
1773 2006-08-09 [colin]      2.4.0cvs37
1774
1775         * src/prefs_filtering.c
1776                 Warning fix, patch by Paul
1777         * src/messageview.c
1778         * src/prefs_actions.c
1779         * src/prefs_filtering_action.c
1780         * src/prefs_matcher.c
1781                 Uniformisation of "Info ..." to "Info..." (for
1782                 old gtk), patch by Fabien
1783         * src/plugins/clamav/clamav_plugin_gtk.c
1784                 Sensitivity fix by Fabien
1785
1786 2006-08-09 [colin]      2.4.0cvs36
1787
1788         * src/main.c
1789         * src/main.h
1790                 Add a function to know whether we're exiting
1791         * src/plugins/trayicon/trayicon.c
1792                 If exiting, don't do anything. Faster, and
1793                 avoids gtk_main_iteration reentracy causing
1794                 segfaults at exit
1795
1796 2006-08-09 [colin]      2.4.0cvs35
1797
1798         * src/messageview.c
1799         * src/mimeview.c
1800         * src/mimeview.h
1801                 Fix lack of part selection when automatically 
1802                 jumping to a specific part
1803         * src/msgcache.c
1804                 Little optimisation in cache reading
1805
1806 2006-08-09 [colin]      2.4.0cvs34
1807
1808         * src/compose.c
1809                 Fix crash setting the priority on reedit
1810                 (Accessing compose before creating it!)
1811
1812 2006-08-08 [colin]      2.4.0cvs33
1813
1814         * src/procmime.c
1815                 Fix bug #998 (last attachment is not accessible)
1816                 Bad RFC interpretation on multipart close-delimiters
1817         * src/mimeview.c
1818         * src/mimeview.h
1819         * src/gtk/gtkvscrollbutton.c
1820         * src/gtk/gtkvscrollbutton.h
1821                 Make attachments list wheel-scrollable
1822
1823 2006-08-07 [colin]      2.4.0cvs32
1824
1825         * src/gtk/gtkaspell.c
1826                 Fix bug #973 (Unicode punctation characters 
1827                 are not recognized as separators by the
1828                 spell checker); fix unsigned stuff
1829
1830 2006-08-07 [colin]      2.4.0cvs31
1831
1832         * src/compose.c
1833                 Fix bug #956 (DnD text with accents in compose 
1834                 text entry); fix gccc's signed/unsigned fuss
1835
1836 2006-08-06 [colin]      2.4.0cvs30
1837
1838         * src/main.c
1839                 Fix bug #979 (Plugin crashes when exiting 
1840                 sylpheed-claws) : handle exit request only 
1841                 once
1842
1843 2006-08-05 [colin]      2.4.0cvs29
1844
1845         * src/news.c
1846                 Just make sure we have a msgid.
1847
1848 2006-08-05 [colin]      2.4.0cvs28
1849
1850         * src/news.c
1851         * src/summaryview.c
1852                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1853                 by reimplementing it
1854         * src/textview.c
1855                 Fix bug when hiding quotes with level > 3 and quote
1856                 colors are recycled
1857
1858 2006-08-04 [colin]      2.4.0cvs27
1859
1860         * src/compose.c
1861         * src/undo.c
1862         * src/undo.h
1863                 Fix a bit replace-by-pasting undo
1864         * src/mainwindow.c
1865         * src/messageview.c
1866                 Fix Fold quotes menu synchro in
1867                 mainwindow when it changes in 
1868                 messageview
1869         * src/textview.c
1870                 Fix right-click on quotes blocks
1871         * src/common/utils.c
1872                 Verify that the file created by
1873                 my_tmpfile() is writable. Fixes
1874                 bug #988 (very specific filesystem
1875                 issue)
1876         * src/plugins/pgpcore/sgpgme.c
1877                 Fix file descriptor leak
1878         * src/plugins/spamassassin/spamassassin.c
1879                 Warn once if spamd isn't reachable
1880
1881 2006-08-04 [colin]      2.4.0cvs26
1882
1883         * src/toolbar.c
1884                 i18n context patch by Fabien
1885
1886 2006-08-03 [colin]      2.4.0cvs25
1887
1888         * src/mainwindow.c
1889         * src/messageview.c
1890                 Rename "Hide quotes" to "Fold quotes"
1891         * src/textview.c
1892                 Don't use hand cursor on quotes. "all 
1893                 the bonuses of the feature and none of 
1894                 unwelcome side-effects"
1895
1896 2006-08-03 [colin]      2.4.0cvs24
1897
1898         * AUTHORS
1899         * sylpheed-claws.desktop
1900         * src/gtk/authors.h
1901                 Bring the desktop file to XDG compliance
1902                 Patch by Charles A. Edwards
1903
1904 2006-08-03 [colin]      2.4.0cvs23
1905
1906         * src/textview.c
1907                 Fix links offset when they are preceded
1908                 by accentued chars (g_utf8_strlen!)
1909         * src/mainwindow.c
1910                 Fix wrong status when starting offline
1911
1912
1913 2006-08-03 [wwp]        2.4.0cvs22
1914
1915         * src/prefs_common.h
1916                 ask what to do w/ filtering rules that belong to an account when
1917                 applying filtering rules manually from the main window (skip,
1918                 apply regardless of the account, use current account). This dialog
1919                 can be skipped and the last reply used.
1920                 (forgot that file)
1921
1922 2006-08-03 [wwp]        2.4.0cvs21
1923
1924         * src/filtering.c
1925         * src/filtering.h
1926         * src/prefs_common.c
1927         * src/summaryview.c
1928         * src/alertpanel.c
1929         * src/alertpanel.h
1930         * src/messageview.c
1931                 ask what to do w/ filtering rules that belong to an account when
1932                 applying filtering rules manually from the main window (skip,
1933                 apply regardless of the account, use current account). This dialog
1934                 can be skipped and the last reply used.
1935
1936
1937 2006-08-03 [colin]      2.4.0cvs20
1938
1939         * src/textview.c
1940                 Optimize previous patch
1941
1942 2006-08-03 [cleroy]     2.4.0cvs19
1943
1944         * src/textview.c
1945                 Fix quotes getting toggled back when the
1946                 mail has an even number of text parts
1947
1948 2006-08-02 [colin]      2.4.0cvs18
1949
1950         * src/messageview.c
1951                 Add Hide quotes menu
1952
1953 2006-08-02 [colin]      2.4.0cvs17
1954
1955         * src/mainwindow.c
1956         * src/prefs_common.c
1957         * src/textview.c
1958         * src/textview.h
1959         * src/gtk/about.c
1960                 Allow per-level quote hiding,
1961                 Allow toggling quotes by double-clicking them
1962                 Rename RemoteURI to ClickableText to reflect
1963                 the fact it's used for a variety of things
1964
1965 2006-08-02 [wwp]        2.4.0cvs16
1966
1967         * src/mainwindow.c
1968                 fix "View/Hide quotes" menu item status initialization.
1969
1970 2006-08-02 [wwp]        2.4.0cvs15
1971
1972         * src/matcher_parser_parse.y
1973                 remove a debug trace.
1974
1975 2006-08-02 [paul]       2.4.0cvs14
1976
1977         * src/plugins/pgpcore/passphrase.c
1978                 don't set initial dialog size
1979                 make it resizable
1980
1981 2006-08-02 [paul]       2.4.0cvs13
1982
1983         * src/noticeview.c
1984                 remove the rogue '/' character
1985
1986 2006-08-02 [paul]       2.4.0cvs12
1987
1988         * src/noticeview.c
1989                 allow buttons to resize as necessary
1990
1991 2006-08-01 [wwp]        2.4.0cvs11
1992
1993         * src/mbox.c
1994                 fix strict ISO C90 compliance.
1995
1996 2006-08-01 [wwp]        2.4.0cvs10
1997
1998         * tools/update-po
1999                 updated update-po tool to work w/ context-dependent translations.
2000                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2001
2002 2006-08-01 [wwp]        2.4.0cvs9
2003
2004         * src/matcher.c
2005         * src/prefs_filtering.c
2006         * src/prefs_matcher.c
2007                 allow context-dependent translations for "All",
2008                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2009
2010 2006-07-31 [colin]      2.4.0cvs8
2011
2012         * AUTHORS
2013         * src/gtk/authors.h
2014                 Add Rafal to authors
2015
2016 2006-07-31 [colin]      2.4.0cvs7
2017
2018         * src/compose.c
2019         * src/mainwindow.c
2020         * src/messageview.h
2021         * src/prefs_common.c
2022         * src/prefs_common.h
2023         * src/textview.c
2024                 Add 'View/Hide quotes'. Patch based on a patch
2025                 by Rafal Weglarz
2026
2027 2006-07-31 [colin]      2.4.0cvs6
2028
2029         * src/action.c
2030                 Fix problem with "> stuff >" actions
2031
2032 2006-07-31 [paul]       2.4.0cvs5
2033
2034         * po/nb.po
2035                 updated by Geir Helland
2036
2037 2006-07-31 [wwp]        2.4.0cvs4
2038
2039         * src/mainwindow.c
2040         * src/summaryview.c
2041         * src/summaryview.h
2042                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2043                 thanks to Colin.
2044
2045 2006-07-31 [wwp]        2.4.0cvs3
2046
2047         * src/Makefile.am
2048         * src/addr_compl.c
2049         * src/addr_compl.h
2050         * src/addressbook.c
2051         * src/addressbook.h
2052         * src/addressbook_foldersel.c
2053         * src/addressbook_foldersel.h
2054         * src/addrindex.c
2055         * src/addrindex.h
2056         * src/matcher.c
2057         * src/matcher.h
2058         * src/matcher_parser_lex.l
2059         * src/matcher_parser_parse.y
2060         * src/prefs_common.c
2061         * src/prefs_common.h
2062         * src/prefs_filtering.c
2063         * src/prefs_matcher.c
2064         * src/prefs_matcher.h
2065         * src/summaryview.c
2066                 introduce filtering against the address book. It's now possible to add
2067                 matched conditions to determine if any email address in a message matches
2068                 or doesn't match any or all books or folders in the address book.
2069
2070 2006-07-31 [wwp]        2.4.0cvs2
2071
2072         * src/account.c
2073         * src/filtering.c
2074         * src/filtering.h
2075         * src/folder.c
2076         * src/folderview.c
2077         * src/inc.c
2078         * src/mainwindow.c
2079         * src/matcher.c
2080         * src/matcher_parser_lex.l
2081         * src/matcher_parser_parse.y
2082         * src/mbox.c
2083         * src/prefs_filtering.c
2084         * src/prefs_filtering.h
2085         * src/procmsg.c
2086         * src/procmsg.h
2087         * src/summaryview.c
2088                 introduce per-account filtering rules. Each filtering rule can now be assigned
2089                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2090                 when applying filtering rules manually, as all rules will apply - even the ones
2091                 assigned to an account. This issue will be addressed soon.
2092  
2093
2094
2095 2006-07-31 [wwp]        2.4.0cvs1
2096
2097         * src/quote_fmt.c
2098                 make more strings translatable.
2099
2100 2006-07-31 [paul]       2.4.0
2101
2102         2.4.0 released
2103
2104 2006-07-31 [paul]       2.3.1cvs91
2105
2106         * po/ca.po
2107                 updated by Miquel Oliete
2108
2109 2006-07-31 [paul]       2.3.1cvs90
2110
2111         * po/de.po
2112         * po/el.po
2113         * po/fr.po
2114         * po/it.po
2115         * po/pl.po
2116         * po/pt_BR.po
2117         * po/sr.po
2118         * po/zh_CN.po
2119                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2120                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2121                 Aleksandar Urosevic, and Ralgh Young
2122
2123 2006-07-31 [paul]       2.3.1cvs89
2124
2125         * src/account.c
2126         * src/main.c
2127         * src/mainwindow.c
2128         * src/mainwindow.h
2129                 Fix a race condition when, after an SC crash, rescanning
2130                 folders took more than 0.5 seconds
2131                 Thanks to Colin
2132
2133 2006-07-31 [paul]       2.3.1cvs88
2134
2135         * src/folderview.c
2136                 don't translate separator strings
2137
2138 2006-07-30 [mones]      2.3.1cvs87
2139
2140         * doc/man/sylpheed-claws.1
2141                 Fixed non-ASCII chars in Hoa's name
2142         * po/es.po
2143                 Updated for release
2144
2145 2006-07-27 [colin]      2.3.1cvs86
2146
2147         * src/textview.c
2148                 Don't include the leading \n in links
2149                 Patch by Fabien
2150
2151 2006-07-25 [colin]      2.3.1cvs85
2152
2153         * src/mainwindow.c
2154         * src/common/socket.h
2155         * src/etpan/imap-thread.c
2156                 Refresh resolvers before connecting
2157                 to IMAP servers, and after switching
2158                 to online. Thanks to Paul.
2159
2160 2006-07-18 [colin]
2161
2162         * 2.4.0-rc4 released
2163
2164 2006-07-17 [colin]      2.3.1cvs84
2165
2166         * src/inc.c
2167                 Show connection attempt in statusbar before
2168                 connecting (previously first message was
2169                 "Retrieving messages from ..." after the
2170                 connection succeeded.
2171
2172 2006-07-16 [wwp]        2.3.1cvs83
2173
2174         * sylpheed-claws.ico
2175                 Added .ico file (windows multi-size icon file, generated).
2176
2177 2006-07-12 [wwp]        2.3.1cvs82
2178
2179         * src/messageview.c
2180                 remove Message/Re-edit menu entry from messageview window,
2181                 as sent/draft/queued messages are opened in compose window when
2182                 re-edited and it's not possible to re-edit other msgs.
2183
2184 2006-07-12 [paul]       2.3.1cvs81
2185
2186         * AUTHORS
2187         * src/mainwindow.c
2188         * src/gtk/authors.h
2189                 check online state before resetting
2190                 mailcheck timer. Useful if some program
2191                 verifies connection state and updates
2192                 Claws.
2193                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2194
2195 2006-07-12 [paul]       2.3.1cvs80
2196
2197         * sylpheed-claws-128x128.png
2198         * sylpheed-claws-64x64.png
2199         * sylpheed-claws.png
2200         * src/Makefile.am
2201         * src/main.c
2202         * src/prefs_toolbar.c
2203         * src/stock_pixmap.c
2204         * src/stock_pixmap.h
2205         * src/wizard.c
2206         * src/gtk/about.c
2207         * src/gtk/gtkutils.c
2208         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2209         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2210         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2211         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2212         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2213         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2214                 updated and renamed logo/icon files and related
2215                 logo by Jesper Schultz
2216
2217 2006-07-11 [paul]       2.3.1cvs79
2218
2219         * src/main.c
2220                 fix the labels a smidgin
2221
2222 2006-07-09 [colin]      2.3.1cvs78
2223
2224         * src/textview.c
2225                 Show errors in textviewer's command
2226                 Patch by H. Merijn Brand
2227
2228 2006-07-09 [colin]      2.3.1cvs77
2229
2230         * src/compose.c
2231                 Save FMID in drafts too
2232
2233 2006-07-08 [colin]      2.3.1cvs76
2234
2235         * src/compose.c
2236                 Svae RMID in drafted mails too
2237                 Save quote_fmt vars for whole mails,
2238                 don't reset at each quote_fmt_init:
2239                 allows to use the same |i{var} in
2240                 various template fields
2241         * src/prefs_template.c
2242         * src/quote_fmt.h
2243         * src/quote_fmt_parse.y
2244                 Same
2245
2246 2006-07-08 [colin]      2.3.1cvs75
2247
2248         * src/textview.c
2249                 Fix highlighting of attached parts URIs
2250
2251 2006-07-08 [colin]      2.3.1cvs74
2252
2253         * src/main.c
2254                 Prevent bug #981 (sc 2.3.1 segfaults with 
2255                 gtk+ 2.10) from being reported again:
2256                 if Sylpheed-Claws has been compiled against
2257                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2258                 of if Sylpheed-Claws has been compiled against
2259                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2260                 error out.
2261
2262 2006-07-07 [colin]      2.3.1cvs73
2263
2264         * src/prefs_actions.c
2265                 Fix label
2266
2267 2006-07-07 [colin]      2.3.1cvs72
2268
2269         * src/prefs_actions.c
2270                 Fix compile on gtk < 2.8. argh :)
2271
2272 2006-07-07 [paul]       2.3.1cvs71
2273
2274         * src/common/defs.h
2275                 update DONATE_URI
2276
2277 2006-07-07 [colin]      2.3.1cvs70
2278
2279         * po/POTFILES.in
2280         * src/quote_fmt.c
2281         * src/quote_fmt_lex.l
2282         * src/quote_fmt_parse.y
2283                 Add |i{var}, a way to insert user-entered
2284                 text in a template
2285
2286 2006-07-07 [colin]
2287
2288         * 2.4.0-rc3 released
2289
2290 2006-07-07 [colin]      2.3.1cvs69
2291
2292         * src/folder.c
2293                 Don't consider inboxes of UNKNOWN folder 
2294                 classes to be useable as default inboxes
2295
2296 2006-07-07 [paul]       2.3.1cvs68
2297
2298         * src/textview.c
2299                 add missing #include <errno.h>
2300                 Thanks to René J. Blokland
2301
2302 2006-07-07 [paul]       2.3.1cvs67
2303
2304         * src/action.c
2305                 Return now Closes dialog
2306         * src/mimeview.c
2307         * src/mimeview.h
2308         * src/textview.c
2309                 add contextual menu to mime parts listed
2310                 in the textview
2311                 Thanks to Colin
2312         * src/common/utils.c
2313                 reversal: ' is a valid character in URLs
2314
2315 2006-07-06 [colin]      2.3.1cvs66
2316
2317         * src/remotefolder.h
2318                 Forgotten in previous commit
2319
2320 2006-07-06 [colin]      2.3.1cvs65
2321
2322         * src/folder.c
2323                 Set summary update flag whenever
2324                 totals changed
2325         * src/imap.c
2326         * src/prefs_account.c
2327         * src/common/utils.h
2328         * src/etpan/imap-thread.c
2329                 Fix warnings, thanks to Fabien and
2330                 Ricardo
2331
2332 2006-07-06 [wwp]        2.3.1cvs64
2333
2334         * src/gtk/gtkutils.c
2335                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2336
2337 2006-07-06 [wwp]        2.3.1cvs63
2338
2339         * src/account.c
2340         * src/addressbook.c
2341         * src/addressitem.h
2342         * src/folderview.c
2343         * src/mainwindow.c
2344         * src/manual.c
2345         * src/manual.h
2346         * src/message_search.c
2347         * src/prefs_actions.c
2348         * src/prefs_filtering.c
2349         * src/prefs_filtering.h
2350         * src/prefs_template.c
2351         * src/summary_search.c
2352         * src/summaryview.c
2353         * src/gtk/gtkutils.c
2354         * src/gtk/gtkutils.h
2355         * src/gtk/pluginwindow.c
2356                 add help buttons to some dialogs. Clicking such buttons opens a
2357                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2358
2359 2006-07-06 [paul]       2.3.1cvs62
2360
2361         * src/textview.c
2362                 fix attachments contextual menu
2363                 Thanks to Colin
2364
2365 2006-07-05 [colin]      2.3.1cvs61
2366
2367         * src/textview.c
2368         * src/compose.c
2369                 Handle sftp:// links
2370
2371 2006-07-05 [paul]       2.3.1cvs60
2372
2373         * src/gtk/filesel.c
2374                 grab save button by default
2375                 Thanks to Colin
2376
2377 2006-07-05 [wwp]        2.3.1cvs59
2378
2379         * manual/xml2pdf
2380                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2381
2382 2006-07-04 [colin]      2.3.1cvs58
2383
2384         * src/mimeview.c
2385         * src/textview.c
2386                 Use left click to select, middle click to open
2387                 on mimeparts links
2388         * src/common/utils.c
2389                 Fix segfault
2390
2391 2006-07-04 [colin]      2.3.1cvs57
2392
2393         * src/mainwindow.c
2394         * src/news.c
2395                 Warning fixes, thanks to Fabien
2396
2397 2006-07-04 [colin]      2.3.1cvs56
2398
2399         * src/mimeview.c
2400         * src/mimeview.h
2401         * src/textview.c
2402                 Allow parts to be selected via their text label
2403                 in textview
2404
2405 2006-07-04 [colin]      2.3.1cvs55
2406
2407         * src/folderview.c
2408                 Feedback when closing (for big folders)
2409         * src/prefs_actions.c
2410         * src/prefs_filtering.c
2411         * src/prefs_matcher.c
2412         * src/prefs_template.c
2413                 Fix default button when closing without
2414                 having saved
2415
2416 2006-07-04 [colin]      2.3.1cvs54
2417
2418         * src/news.c
2419                 Delete local file on deletion
2420
2421 2006-07-03 [colin]      2.3.1cvs53
2422
2423         * src/folderview.c
2424         * src/main.c
2425                 Don't freeze when rescanning after crash
2426
2427 2006-07-03 [wwp]        2.3.1cvs52
2428
2429         * src/compose.c
2430         * src/privacy.c
2431         * src/privacy.h
2432         * src/plugins/pgpinline/pgpinline.c
2433         * src/plugins/pgpmime/pgpmime.c
2434                 don't report an error when the user cancels the passphrase dialog.
2435
2436 2006-07-02 [colin]      2.3.1cvs51
2437
2438         * src/folderview.c
2439                 Open message when crossing folders with Space,
2440                 goto next unread and friends
2441
2442 2006-07-01 [colin]      2.3.1cvs50
2443
2444         * src/prefs_account.c
2445                 Typographic rules varying from language
2446                 to language (in french "Protocole :"),
2447                 we have to do that :)
2448
2449 2006-07-01 [ticho]      2.3.1cvs49
2450
2451         * src/prefs_account.c
2452                 Only use one temporary gchar* variable in
2453                 prefs_account_protocol_set_optmenu().
2454
2455 2006-07-01 [ticho]      2.3.1cvs48
2456
2457         * src/prefs_account.c
2458         * src/prefs_account.h
2459                 Use GtkLabel for existing account protocol name.
2460                 Created an array for protocol names and populate the
2461                 combobox from it in a for() cycle.
2462
2463 2006-06-30 [colin]      2.3.1cvs47
2464
2465         * src/compose.c
2466                 Block undo when changing signature (by changing
2467                 account)
2468
2469 2006-06-30 [paul]       2.3.1cvs46
2470
2471         * src/send_message.c
2472                 when editing From in the Compose window, use that address
2473                 in the Return-Path: header
2474                 Thanks to Colin
2475
2476 2006-06-30 [colin]      2.3.1cvs45
2477
2478         * src/compose.c
2479                 Fix signature replacement:
2480                 - when no newline before separator
2481                 - when reediting
2482
2483 2006-06-29 [colin]      2.3.1cvs44
2484
2485         * src/folderview.c
2486         * src/folderview.h
2487         * src/mainwindow.c
2488         * src/summaryview.c
2489                 Let 'View/Go to/Next marked' work like
2490                 Next new & Next unread: across folders
2491                 Change the select_on_entry pref to do
2492                 what we want when changing folder
2493         * src/common/utils.c
2494                 Fix single-quoted links 
2495
2496 2006-06-29 [colin]      2.3.1cvs43
2497
2498         * src/gtk/gtkaspell.c
2499                 "Sylpheed" and "Sylpheed-Claws" do exist !
2500
2501 2006-06-29 [colin]      2.3.1cvs42
2502
2503         * src/imap.c
2504                 Forgot to remove debug
2505
2506 2006-06-29 [colin]      2.3.1cvs41
2507
2508         * src/imap.c
2509         * src/imap.h
2510         * src/mainwindow.c
2511                 Disconnect from IMAP servers when going
2512                 offline. Fixes bug #978 (going to offline-mode 
2513                 won't close connections)
2514
2515 2006-06-29 [colin]      2.3.1cvs40
2516
2517         * src/main.c
2518                 Fix transient setting on failing plugins
2519                 Patch by Fabien
2520         * src/plugins/pgpcore/sgpgme.c
2521                 Only warn for OpenPGP. Most people don't
2522                 have CMS available.
2523
2524 2006-06-29 [colin]      2.3.1cvs39
2525
2526         * src/compose.c
2527                 Fix Spelling menu (discrepancy between context menu
2528                 and top menu when folder's dictionary isn't the 
2529                 default one)
2530         * src/plugins/pgpcore/sgpgme.c
2531                 More error reporting about why gpgme can fail
2532
2533 2006-06-29 [wwp]        2.3.1cvs38
2534
2535         * src/mainwindow.c
2536                 honor the display-header-pane setting even when the message view
2537                 is a separate window.
2538
2539 2006-06-29 [wwp]        2.3.1cvs37
2540
2541         * src/prefs_actions.c
2542                 forgot to commit that one (use of GTK_STOCK_INFO).
2543
2544 2006-06-29 [colin]      2.3.1cvs36
2545
2546         * src/imap.c
2547                 Better handling of login errors (ask the password
2548                 again once), alert in case of error. Fix three
2549                 signedness warnings.
2550
2551 2006-06-28 [wwp]        2.3.1cvs35
2552
2553         * src/prefs_template.c
2554         * src/prefs_matcher.c
2555         * src/prefs_filtering_action.c
2556         * src/prefs_quote.c
2557                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2558                 patch by Fabien Vantard, slightly modified.
2559
2560 2006-06-28 [paul]
2561
2562         2.4.0-rc2 released
2563
2564 2006-06-28 [colin]      2.3.1cvs34
2565
2566         * src/prefs_account.c
2567                 Fix bug #977 (Can't add or edit imap accounts)
2568
2569 2006-06-28 [colin]      2.3.1cvs33
2570
2571         * src/mimeview.c
2572                 Fix previous
2573
2574 2006-06-28 [colin]      2.3.1cvs32
2575
2576         * src/mimeview.c
2577                 Save named inlined attachments with "Save all"
2578         * src/main.c
2579         * src/mbox.c
2580         * src/common/plugin.c
2581         * src/common/plugin.h
2582         * src/common/sylpheed.c
2583         * src/common/utils.c
2584         * src/plugins/pgpcore/sylpheed.def
2585         * src/plugins/pgpinline/sylpheed.def
2586         * src/plugins/pgpmime/sylpheed.def
2587                 Win32 compatibility patch, by
2588                 Werner Koch
2589
2590 2006-06-28 [wwp]        2.3.1cvs31
2591
2592         * src/imap.c
2593         * src/prefs_folder_item.c
2594                 less compilation warnings (thanks to Fabien Vantard), less typos.
2595
2596 2006-06-28 [paul]       2.3.1cvs30
2597
2598         * src/gtk/gtkutils.c
2599                 gtk_combo_box_set_focus_on_click() is only
2600                 available since gtk 2.6.0
2601
2602 2006-06-28 [paul]       2.3.1cvs29
2603
2604         * src/prefs_ext_prog.c
2605                 fix engrish and add a tooltip for the
2606                 'command for 'Display as text' option
2607
2608 2006-06-28 [paul]
2609
2610         2.4.0-rc1 released
2611
2612 2006-06-28 [paul]       2.3.1cvs28
2613
2614         * ChangeLog
2615         * tools/Makefile.am
2616                 include textviewer.pl in releases
2617
2618 2006-06-28 [paul]       2.3.1cvs27
2619
2620         * src/prefs_ext_prog.c
2621                 hide Print command option if libgnomeprint
2622                 support is present
2623
2624 2006-06-27 [colin]      2.3.1cvs26
2625
2626         * src/compose.c
2627                 Fix Esc handling in insert/attach dialog
2628                 Don't show this dialog if dragging something
2629                 else than text/uri-list
2630                 Thanks to Fabien Vantard
2631         * tools/textviewer.pl
2632                 Filter script to display stuff as text
2633                 by H. Merijn Brand
2634
2635 2006-06-27 [wwp]        2.3.1cvs25
2636
2637         * src/messageview.c
2638                 use the exact product name (message view title), patch
2639                 by Fabien Vantard.
2640
2641 2006-06-27 [ticho]      2.3.1cvs24
2642
2643         * src/prefs_account.c
2644         * src/prefs_common.c
2645         * src/prefs_common.h
2646         * src/prefs_ext_prog.c
2647         * src/textview.c
2648                 Add a preference (Preferences/External programs)
2649                 to allow "Display as text" to be done via a script
2650                 (patch by H.Merijn Brand).
2651                 Use GtkComboBox for protocol selection in account
2652                 preferences.
2653                 Only include current choice for existing accounts, and
2654                 insensitivize the combobox.
2655
2656 2006-06-27 [paul]       2.3.1cvs23
2657
2658         * src/mbox.c
2659                 fix crasher introduced in cvs21.
2660                 Thanks to Colin
2661
2662 2006-06-26 [colin]      2.3.1cvs22
2663
2664         * src/mbox.c
2665                 Fix double-frees when leaving folders
2666                 after exporting to mbox
2667
2668 2006-06-26 [colin]      2.3.1cvs21
2669
2670         * src/mbox.c
2671                 More feedback (and optimisation)
2672                 on import/export
2673         * src/common/utils.c
2674                 Fix case when looking for mail addresses
2675         * src/gtk/gtkutils.c
2676                 Extra check for (X-)Face
2677
2678 2006-06-25 [ticho]      2.3.1cvs20
2679
2680         * src/compose.c
2681         * src/exphtmldlg.c
2682         * src/gtk/gtkutils.c
2683         * src/gtk/gtkutils.h
2684                 Added second argument to gtkut_sc_combobox_create() to
2685                 control focus-on-click for the widget.
2686                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2687
2688 2006-06-25 [ticho]      2.3.1cvs19
2689
2690         * src/compose.c
2691         * src/gtk/Makefile.am
2692         * src/gtk/combobox.c
2693         * src/gtk/combobox.h
2694         * src/gtk/gtkutils.c
2695         * src/gtk/gtkutils.h
2696                 Use GtkComboBox instead of deprecated GtkOptionMenu
2697                 for account selector in compose window and for encoding
2698                 selector in attachment properties.
2699                 Also factorise working with the new GtkComboBox somewhat.
2700
2701 2006-06-24 [paul]       2.3.1cvs18
2702
2703         * src/prefs_common.c
2704                 use the correct default value
2705
2706 2006-06-24 [paul]       2.3.1cvs17
2707
2708         * src/compose.c
2709         * src/prefs_common.c
2710         * src/prefs_common.h
2711         * src/prefs_compose_writing.c
2712                 enable setting of default action when
2713                 dnd'ing files in the compose window.
2714                 (Collaborative effort with wwp)
2715
2716 2006-06-23 [wwp]        2.3.1cvs16
2717
2718         * src/compose.c
2719                 i18n fix (thanks to Fabien Vantard)
2720
2721 2006-06-22 [colin]      2.3.1cvs15
2722
2723         * src/prefs_customheader.c
2724                 Don't use filters in custom headers' file 
2725                 selector. Remember, extensions mean nothing :)
2726
2727 2006-06-22 [paul]       2.3.1cvs14
2728
2729         * configure.ac
2730                 allow setting of man directory location
2731
2732 2006-06-22 [colin]      2.3.1cvs13
2733
2734         * src/mainwindow.c
2735                 Add 'View/Go to/Next unread folder'.
2736                 I missed that :)
2737
2738 2006-06-22 [colin]      2.3.1cvs12
2739
2740         * src/common/utils.c
2741                 Add some subject prefixes
2742                 Patch by Bjorn T Johansen <btj@havleik.no>
2743
2744 2006-06-22 [colin]      2.3.1cvs11
2745
2746         * manual/advanced.xml
2747                 Forgotten hidden pref
2748
2749 2006-06-21 [paul]       2.3.1cvs10
2750
2751         * src/prefs_account.c
2752                 complete the removal of 'Add date header' option
2753
2754 2006-06-21 [paul]       2.3.1cvs9
2755
2756         * src/account.c
2757         * src/compose.c
2758         * src/prefs_account.c
2759         * src/prefs_account.h
2760                 remove option to add date header - always
2761                 add date header
2762         * src/etpan/imap-thread.c
2763                 fix warnings (Thanks to Colin)
2764
2765 2006-06-21 [wwp]        2.3.1cvs8
2766
2767         * src/folder.c
2768                 set the attachment flag when inline text part are (file)named. This is more convenient
2769                 when receiving (for instance) inline source files or patches sent using thunderbird.
2770
2771 2006-06-21 [paul]       2.3.1cvs7
2772
2773         * src/inc.c
2774                 fix off-by-one count of current msg in
2775                 statusbar filtering progressbar
2776
2777 2006-06-21 [paul]       2.3.1cvs6
2778
2779         * src/folder.c
2780                 Show attachment icon even if the part is 'inline'
2781                 if the following conditions are met:
2782                 - content-type != 'text/plain'
2783                 - content-type != '*/pgp-signature'
2784                 - either 'name' or 'filename' parameter is not NULL
2785                 
2786                 Thanks to Colin
2787
2788 2006-06-21 [paul]       2.3.1cvs5
2789
2790         * src/messageview.c
2791         * src/prefs_common.c
2792         * src/prefs_common.h
2793         * src/prefs_other.c
2794                 add an option to 'Never send Return
2795                 Receipts'
2796                 Thanks to Colin
2797
2798 2006-06-20 [mones]      2.3.1cvs4
2799
2800         * po/es.po
2801                 updated
2802         * src/compose.c
2803                 typo fixed (space after comma)
2804         * tools/make.themes.project
2805                 remove exec mode from tarball files
2806
2807 2006-06-20 [colin]      2.3.1cvs3
2808
2809         * src/news.c
2810         * src/procheader.c
2811         * src/unmime.c
2812                 Better fix for \n's in headers (don't 
2813                 break Received: and others)
2814
2815 2006-06-20 [paul]       2.3.1cvs2
2816
2817         * src/alertpanel.c
2818         * src/textview.c
2819                 improve legibility of phishing attempt
2820                 dialog
2821
2822 2006-06-20 [paul]       2.3.1cvs1
2823
2824         * NEWS
2825         * README
2826         * configure.ac
2827                 Update version number following
2828                 stable release
2829
2830 2006-06-20 [colin]      2.3.0cvs26
2831
2832         * src/compose.c
2833                 When dragging a file to the text of the compose
2834                 window, ask whether we want to insert or attach
2835                 (I know lots of people who do that to attach)
2836
2837 2006-06-20 [colin]      2.3.0cvs25
2838
2839         * src/etpan/imap-thread.c
2840                 Fix threshold (the append command is often > 32 bytes)
2841
2842 2006-06-19 [colin]      2.3.0cvs24
2843
2844         * src/imap.c
2845         * src/etpan/imap-thread.c
2846                 Workaround Rockliffe IMAP server bug: replace
2847                 "x UID SEARCH (ANSWERED UID 1:*)" with
2848                 "x UID SEARCH ANSWERED"
2849                 (Rockliffe doesn't handle the parenthesis)
2850
2851 2006-06-19 [colin]      2.3.0cvs23
2852
2853         * src/compose.c
2854         * src/imap.c
2855         * src/etpan/imap-thread.c
2856                 Probably fix bug #972 (Freezes when adding 
2857                 an attachment to the message)
2858         * src/common/defs.h
2859                 Modernize Firefox cmd
2860
2861
2862 2006-06-18 [colin]      2.3.0cvs22
2863
2864         * src/prefs_customheader.c
2865                 Only allow correct filenames for various
2866                 custom headers
2867
2868 2006-06-18 [colin]      2.3.0cvs21
2869
2870         * src/prefs_customheader.c
2871                 Add a 'From File...' button in custom headers prefs, which
2872                 try to do the right thing: 
2873                 for normal headers, use file as plaintext,
2874                 for X-Face, calls compface,
2875                 for Face, encode to b64.
2876
2877 2006-06-17 [colin]      2.3.0cvs20
2878
2879         * src/mh.c
2880                 Warning fix
2881
2882 2006-06-16 [colin]      2.3.0cvs19
2883
2884         * src/summaryview.c
2885                 Recursive quicksearch: show message list
2886                 in current folder, *then* search children
2887                 in the background.
2888
2889 2006-06-16 [colin]      2.3.0cvs18
2890
2891         * src/main.c
2892                 Instead of ignoring SIGPIPE, save caches
2893                 when getting one. Will fix the fact that
2894                 hot caches are out-of-date when logging 
2895                 out of Xorg.
2896         * src/compose.c
2897         * src/prefs_compose_writing.c
2898                 Only save text (not attachments) when 
2899                 auto-saving to drafts
2900         * src/unmime.c
2901                 Always replace \n, \r and \t with spaces
2902                 in headers
2903         * manual/dist/html/Makefile.am
2904         * manual/dist/pdf/Makefile.am
2905         * manual/dist/ps/Makefile.am
2906         * manual/dist/txt/Makefile.am
2907         * manual/fr/dist/html/Makefile.am
2908         * manual/fr/dist/pdf/Makefile.am
2909         * manual/fr/dist/ps/Makefile.am
2910         * manual/fr/dist/txt/Makefile.am
2911         * manual/pl/dist/html/Makefile.am
2912         * manual/pl/dist/pdf/Makefile.am
2913         * manual/pl/dist/ps/Makefile.am
2914         * manual/pl/dist/txt/Makefile.am
2915                 Fix make clean removing pregenerated manuals
2916
2917
2918 2006-06-16 [colin]      2.3.0cvs17
2919
2920         * src/plugins/pgpcore/sgpgme.c
2921         * src/plugins/pgpmime/pgpmime.c
2922         * src/plugins/pgpinline/pgpinline.c
2923                 Better error reporting in setup_signers.
2924                 Don't fallback to default key if specified
2925                 key isn't found.
2926                 Don't allow signing if more than one secret
2927                 key matches the one specified in prefs.
2928
2929 2006-06-15 [colin]      2.3.0cvs16
2930
2931         * src/folderview.c
2932                 Add "Send queue" in the folder's contextual
2933                 menu
2934         * src/compose.c
2935         * src/messageview.c
2936         * src/privacy.c
2937         * src/privacy.h
2938         * src/procmime.c
2939         * src/procmsg.c
2940         * src/plugins/pgpcore/passphrase.c
2941         * src/plugins/pgpcore/sgpgme.c
2942         * src/plugins/pgpinline/pgpinline.c
2943         * src/plugins/pgpmime/pgpmime.c
2944                 Better error reporting
2945         * src/mbox.c
2946                 Probably fix bug #971 (2.2.3 cannot read mail 
2947                 from local mbox)
2948
2949
2950 2006-06-15 [mones]      2.3.0cvs15
2951
2952         * tools/make.themes.project
2953                 creates the themes project from the web page
2954
2955 2006-06-15 [colin]      2.3.0cvs14
2956
2957         * src/folder.c
2958                 Better fix (avoid losing the folder if scan_tree 
2959                 fails)
2960
2961 2006-06-15 [cleroy]     2.3.0cvs13
2962
2963         * src/folder.c
2964                 Probably fix Bug #969 (crash on rebuilding 
2965                 imap folder)
2966
2967 2006-06-14 [colin]      2.3.0cvs12
2968
2969         * manual/dtd/manual.xsl
2970         * manual/sylpheed-claws-manual.xml
2971         * manual/fr/sylpheed-claws-manual.xml
2972         * manual/pl/sylpheed-claws-manual.xml
2973                 Insert pagebreaks between sections
2974
2975 2006-06-14 [paul]       2.3.0cvs11
2976
2977         * configure.ac
2978                 better fix than 2.3.0cvs10
2979
2980 2006-06-14 [paul]       2.3.0cvs10
2981
2982         * configure.ac
2983                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2984                 (backwards compatible)
2985
2986 2006-06-13 [colin]      2.3.0cvs9
2987
2988         * src/messageview.c
2989                 Fix sending of return receipt with the new queue folders
2990
2991 2006-06-13 [wwp]        2.3.0cvs8
2992
2993         * src/quote_fmt_lex.l
2994                 fix wrong tokens returned in quote_fmt lexer, query not().
2995
2996 2006-06-13 [wwp]        2.3.0cvs7
2997
2998         * src/folder.c
2999         * src/prefs_folder_item.c
3000                 allow changing folder type even when folder is not a top-level one,
3001                 thanks to Colin.
3002
3003 2006-06-12 [colin]      2.3.0cvs6
3004
3005         * src/folderview.c
3006                 Fix double-ask of "Do you want to mark all
3007                 as read"
3008
3009 2006-06-12 [colin]      2.3.0cvs5
3010
3011         * src/compose.c
3012         * src/compose.h
3013         * src/folder.c
3014         * src/folder.h
3015         * src/imap.c
3016         * src/inc.c
3017         * src/main.c
3018         * src/messageview.c
3019         * src/mh.c
3020         * src/prefs_folder_item.c
3021         * src/procheader.c
3022         * src/procmime.c
3023         * src/procmsg.c
3024         * src/procmsg.h
3025         * src/send_message.c
3026         * src/summaryview.c
3027         * src/toolbar.c
3028                 Apply bug #964's patch (Queue and drafts aren't normal)
3029                 The Drafts and Queue folder now contain RFC-822 files,
3030                 allowing to move and copy mails from and to these 
3031                 folders. Moving from Drafts to Queue will prepare the
3032                 mail for sending (PGP signature, encryption, etc).
3033                 This patch also rework sending errors handling to try
3034                 to be more helpful.
3035                 Also, allow redefining folder types via the GUI 
3036                 (Folder type in its Properties)
3037
3038 2006-06-12 [colin]      2.3.0cvs4
3039
3040         * src/summaryview.c
3041         * src/prefs_common.c
3042         * src/prefs_common.h
3043         * src/gedit-print.c
3044                 Allow to define a specific print font - patch
3045                 by Bernhard Walle <bernhard.walle@gmx.de>
3046         * src/prefs_fonts.c
3047         * manual/advanced.xml
3048         * manual/fr/advanced.xml
3049                 Add a hidden pref to allow deletion without
3050                 confirmation
3051
3052 2006-06-12 [wwp]        2.3.0cvs3
3053
3054         * .cvsignore
3055                 more files to ignore.
3056
3057 2006-06-12 [wwp]        2.3.0cvs2
3058
3059         * src/quote_fmt.c
3060         * src/quote_fmt_lex.l
3061         * src/quote_fmt_parse.y
3062                 extend the quote_fmt parser (templates and quotes):
3063                 - allow limited sub-expressions in |p{} and |f{} expressions,
3064                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3065                 - implemented/fixed missing implementation of query_references and show_references,
3066                 - completed, fixed contents and format of the symbols help dialog,
3067                 - fix some compilation warnings.
3068
3069 2006-06-12 [wwp]        2.3.0cvs1
3070
3071         * manual/advanced.xml
3072         * manual/fr/advanced.xml
3073                 updates in the "templates" section of the manual (eng/fr):
3074                  - be more precise (both versions)
3075                  - completed to match the english reference (fr version)
3076                  - touchups (both versions)
3077
3078 2006-06-12 [paul]       2.3.0
3079
3080         2.3.0 released
3081
3082 2006-06-12 [paul]       2.2.3cvs14
3083
3084         * po/ca.po
3085         * po/cs.po
3086         * po/de.po
3087         * po/el.po
3088         * po/fr.po
3089         * po/it.po
3090         * po/pt_BR.po
3091         * po/sr.po
3092         * po/zh_CN.po
3093                 updated by Miquel Oliete, Tim, Stephan Sachse,
3094                 Stavros Giannouris, Fabien Vantard, Andrea
3095                 Spadaccini, Frederico Goncalves Guimaraes,
3096                 Aleksandar Urosevic, and Ralgh Young
3097
3098 2006-06-12 [colin]      2.2.3cvs13
3099
3100         * src/mbox.c
3101                 Add missing header
3102
3103 2006-06-11 [colin]      2.2.3cvs12
3104
3105         * src/msgcache.c
3106                 Verify that g_malloc() succeeded
3107
3108 2006-06-11 [colin]      2.2.3cvs11
3109
3110         * src/wizard.c
3111                 Add Face header to welcome mail
3112
3113 2006-06-10 [colin]      2.2.3cvs10
3114
3115         * src/textview.c
3116                 Revert previous (Forgot it changes the
3117                 margin on the whole mail)
3118
3119 2006-06-10 [colin]      2.2.3cvs9
3120
3121         * src/textview.c
3122                 Don't overlap long headers under (X-)Face
3123
3124 2006-06-10 [mones]      2.2.3cvs8
3125
3126         * manual/xml2pdf
3127                 allow generation of manual on systems lacking saxon binary
3128                 but with java and the saxon library installed
3129
3130         * po/es.po
3131                 updated for release
3132
3133 2006-06-09 [colin]      2.2.3cvs7
3134
3135         * src/summaryview.c
3136                 Fix leak when using Display Sender using Addressbook
3137
3138 2006-06-09 [colin]      2.2.3cvs6
3139
3140         * src/compose.c
3141         * src/folder.c
3142         * src/folderview.c
3143         * src/mimeview.c
3144         * src/summaryview.c
3145                 More leaks fixes
3146
3147 2006-06-09 [paul]       2.2.3cvs5
3148
3149         * AUTHORS
3150         * src/gtk/authors.h
3151         * tools/claws.i18n.status.pl
3152                 updated with new info
3153
3154 2006-06-09 [paul]       2.2.3cvs4
3155
3156         * README
3157                 updated
3158         * manual/ack.xml
3159                 add wwp to authors list
3160         * src/gtk/authors.h
3161                 update mine and Colin's addresses
3162
3163 2006-06-08 [colin]      2.2.3cvs3
3164
3165         * src/etpan/imap-thread.c
3166                 Fix leak on SSL cert check
3167
3168 2006-06-08 [colin]      2.2.3cvs2
3169
3170         * src/common/utils.c
3171                 Fix leak
3172
3173 2006-06-08 [paul]       2.2.3cvs1
3174
3175         * configure.ac
3176                 Update version number following
3177                 stable release
3178
3179 2006-06-07 [colin]      2.2.2cvs3
3180
3181         * src/msgcache.c
3182                 Fix catching cache read errors (guint instead of gint)
3183                 Prevent malloc'ing more than 8MB (means cache corruption)
3184
3185 2006-06-07 [paul]       2.2.2cvs2
3186
3187         * src/exporthtml.c
3188         * src/exportldif.c
3189         * src/mh.c
3190         * src/mutt.c
3191         * src/pine.c
3192         * src/common/utils.c
3193                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3194                 obey $HOME'
3195                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3196                 Thanks to Colin
3197
3198 2006-06-06 [paul]       2.2.2cvs1
3199
3200         * configure.ac
3201                 Update version number following
3202                 stable release
3203
3204 2006-06-06 [paul]       2.2.1cvs6
3205
3206         * src/matcher.c
3207                 fix  implicit declaration of
3208                 sylpheed_do_idle()
3209                 Patch by Fabien Vantard
3210
3211 2006-06-06 [paul]       2.2.1cvs5
3212
3213         * src/matcher.c
3214                 fix age_greater and age_lower so that they
3215                 mean what say and not '...or equal to'
3216                 Thanks to Colin
3217
3218 2006-06-06 [paul]       2.2.1cvs4
3219
3220         * src/textview.c
3221         * src/common/utils.c
3222                 fix URI check
3223                 Thanks to Colin
3224
3225 2006-06-05 [wwp]        2.2.1cvs3
3226
3227         * manual/fr/account.xml
3228                 minor language fixes (thanks to Fabien Vantard).
3229
3230 2006-06-05 [colin]      2.2.1cvs2
3231
3232         * src/prefs_folder_item.c
3233         * src/folderview.c
3234                 Allow recursive setting of properties 
3235                 for whole mailboxes
3236         * src/matcher.c
3237                 Don't freeze on 'test' filtering rule
3238
3239 2006-06-05 [colin]      2.2.1cvs1
3240
3241         * configure.ac
3242                 Update version number following
3243                 stable release
3244
3245 2006-06-04 [wwp]        2.2.0cvs82
3246
3247         * manual/glossary.xml
3248         * manual/account.xml
3249         * manual/fr/glossary.xml
3250         * manual/fr/account.xml
3251                 added glossary section and references/links related to the Face custom header.
3252
3253 2006-06-04 [colin]      2.2.0cvs81
3254
3255         * src/summaryview.c
3256                 Skip to next message on move with no
3257                 immediate execution
3258
3259 2006-06-04 [wwp]        2.2.0cvs80
3260
3261         * manual/xml2pdf
3262                 added sanity checks, exit when needed.
3263
3264 2006-06-03 [paul]       2.2.0cvs79
3265
3266         * src/prefs_receive.c
3267                 page name is now 'Receiving'
3268         * src/prefs_send.c
3269                 page name is now 'Sending'
3270
3271 2006-06-03 [colin]      2.2.0cvs78
3272
3273         * src/plugins/spamassassin/spamassassin_gtk.c
3274                 Autoswitch to Localhost if transport was previously
3275                 disabled. Else people had to check [] Enable, then
3276                 *reselect* transport.
3277
3278 2006-06-03 [colin]      2.2.0cvs77
3279
3280         * src/plugins/pgpinline/pgpinline.c
3281         * src/plugins/pgpmime/pgpmime.c
3282                 Check that gpg_data_release_and_get_mem 
3283                 didn't fail (now, why this happens...)
3284
3285 2006-06-03 [colin]      2.2.0cvs76
3286
3287         * src/mbox.c
3288                 Fix bug #962 (Manual and/or UI should 
3289                 warn about incompatible locking 
3290                 causing dataloss)
3291
3292 2006-06-02 [cleroy]     2.2.0cvs75
3293
3294         * src/filtering.c
3295         * src/folder.c
3296         * src/procmsg.c
3297         * src/summaryview.c
3298                 Fix a few leaks
3299
3300 2006-06-02 [colin]      2.2.0cvs74
3301
3302         * src/main.c
3303                 On exit, free caches after writing them
3304                 Shuts up some valgrind false positives
3305         * src/procmsg.c
3306         * src/send_message.c
3307                 Fix races when reusing existing SMTP connections
3308                 Fix inexistant session timeout
3309         * src/toolbar.c
3310                 Display alertpanel after all queues have
3311                 been processed, not after each
3312
3313 2006-06-02 [wwp]        2.2.0cvs73
3314
3315         * manual/fr/glossary.xml
3316         * manual/fr/ack.xml
3317         * manual/ack.xml
3318                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3319
3320 2006-06-02 [wwp]        2.2.0cvs72
3321
3322         * manual/xml2pdf
3323         * manual/dist/pdf/Makefile.am
3324         * manual/dtd/manual.xsl
3325         * manual/fr/dist/pdf/Makefile.am
3326         * manual/pl/dist/pdf/Makefile.am
3327                 we changed the procedure to generate the .pdf version of the manual.
3328                 The procedure is more modern and the .pdf we get now has a valid index.
3329                 Here are the new pre-requisites:
3330
3331                 - JRE 1.x (1.4 here): there must be one from your distro
3332                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3333                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3334                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3335
3336                 See my posts for further info about the installation of this toolchain:
3337
3338                 Date: Fri, 19 May 2006 19:40:06 +0200
3339                 From: wwp <subscript@free.fr>
3340                 To: sylpheed-claws-devel@lists.sourceforge.net
3341                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3342
3343                 and
3344
3345                 Date: Wed, 24 May 2006 12:58:49 +0200
3346                 From: wwp <subscript@free.fr>
3347                 To: sylpheed-claws-devel@lists.sourceforge.net
3348                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3349
3350 2006-06-01 [colin]      2.2.0cvs71
3351
3352         * src/compose.c
3353                 Better guards against IMAP races
3354         * src/main.c
3355         * src/prefs_common.c
3356         * src/prefs_common.h
3357         * src/common/ssl_certificate.c
3358         * src/etpan/imap-thread.c
3359         * src/etpan/imap-thread.h
3360         * src/gtk/sslcertwindow.c
3361                 New hidden option ssl_skip_cert_check to 
3362                 avoid dups of bug #959 (libetpan linked
3363                 against gnutls and gnutls buggy on 64bit)
3364                 Present expired warning only once per
3365                 session/server.
3366         * manual/advanced.xml
3367         * manual/fr/advanced.xml
3368                 Document new option
3369
3370 2006-06-01 [wwp]        2.2.0cvs70
3371
3372         * src/messageview.c
3373                 fix for bug #961 (return receipt dialog 
3374                 complains incorrectly about return-path 
3375                 email adress being different), thanks 
3376                 to Colin.
3377
3378 2006-05-31 [cleroy]     2.2.0cvs69
3379
3380         * src/common/ssl.c
3381                 Guard against NULLs, although this
3382                 should never be an issue
3383
3384 2006-05-31 [colin]      2.2.0cvs68
3385
3386         * src/filtering.c
3387                 Use g_slist_prepend
3388         * src/imap.c
3389                 Don't remove caches when destroying folder, it
3390                 could (should) be done at exit
3391         * src/inc.c
3392                 free processing cache after incorporation
3393         * src/etpan/imap-thread.c
3394                 Maybe fix bug #959 (Crash on moving to emails 
3395                 to a imap account per ssl with a expired 
3396                 certificate.)
3397
3398 2006-05-30 [colin]      2.2.0cvs67
3399
3400         * src/summaryview.c
3401                 Put back event flush when displaying message
3402                 It avoids reading a bunch of messages just
3403                 by hitting shift-n for too long ;)
3404
3405 2006-05-29 [colin]      2.2.0cvs66
3406
3407         * src/summaryview.c
3408                 Remove useless g_warnings
3409
3410 2006-05-29 [colin]      2.2.0cvs65
3411
3412         * src/imap.c
3413                 Fix g_slist_append()s for performance
3414
3415 2006-05-29 [colin]      2.2.0cvs64
3416
3417         * src/compose.c
3418         * src/common/utils.c
3419                 Fix extraneous tab at start of addresses
3420         * src/mainwindow.c
3421                 Fix warnings (thanks to Fabien)
3422                 Fix crash at exit when composing messages 
3423                 exist
3424         * src/pop.c
3425                 Fix progress bar when deleting expired mails
3426                 Thanks to Hiro
3427         * src/summaryview.c
3428         * src/gtk/gtksctree.c
3429                 Fix re-sorting slowness
3430
3431 2006-05-29 [paul]       2.2.0cvs63
3432
3433         * src/mh.c
3434                 fetch full message when moving mails
3435                 from another mailbox, (fixed data loss
3436                 when filtering from IMAP to MH, introduced
3437                 in 2.2.0cvs57).
3438                 Thanks to Colin
3439
3440 2006-05-29 [mones]      2.2.0cvs62
3441
3442         * src/gtk/gtksctree.c
3443                 Unselect faster (patch by Colin)        
3444
3445 2006-05-26 [colin]      2.2.0cvs61
3446
3447         * src/summaryview.c
3448                 Unplug MSGINFO_UPDATE callback on delete too.
3449
3450 2006-05-26 [colin]      2.2.0cvs60
3451
3452         * src/foldersel.c
3453                 Fix bold in folder selection window with glib2.10
3454                 thanks Hiro
3455
3456 2006-05-26 [colin]      2.2.0cvs59
3457
3458         * src/procheader.c
3459                 Convert date only if necessary (and don't
3460                 try to convert from utf8 to utf8, too)
3461         * src/summaryview.c
3462                 Only set column's text if the column's 
3463                 displayed
3464
3465 2006-05-26 [colin]      2.2.0cvs58
3466
3467         * src/summaryview.c
3468         * src/gtk/gtkutils.c
3469                 Fix useless warning
3470
3471 2006-05-26 [colin]      2.2.0cvs57
3472
3473         * src/mainwindow.c
3474                 Make summaryview selectable as long as 
3475                 no message has focus
3476         * src/mh.c
3477                 Faster deletion (by implementing mh_remove_msgs)
3478                 Faster copy (avoid using mh_fetch_msg just to get
3479                 the filename)
3480                 Faster move (using move_file instead of copy_file
3481                 if MSG_IS_MOVE)
3482                 No progressbar if total number of mails to cp/mv 
3483                 is less than 100
3484         * src/summaryview.c
3485                 Fix removal from subject_table when mail gets moved
3486                 Faster deletion (g_slist_prepend instead of append)
3487         * src/gtk/gtksctree.c
3488                 Remove useless code
3489
3490 2006-05-25 [colin]      2.2.0cvs56
3491
3492         * src/common/ssl_certificate.c
3493                 Fix leak in expired cert check
3494
3495 2006-05-25 [colin]      2.2.0cvs55
3496
3497         * src/mh.c
3498                 Disable flags syncing on .mh_sequences - it
3499                 is buggy and marks mails read under unknown
3500                 conditions.
3501
3502 2006-05-25 [paul]
3503
3504         * 2.3.0-rc4 released
3505
3506 2006-05-24 [colin]      2.2.0cvs54
3507
3508         attention cvs users: if you manage to crash
3509         Sylpheed-Claws while moving, copying or deleting
3510         mails, we *are* interested in stack traces and
3511         valgrind logs. It looks stable, but one never
3512         knows...
3513
3514         * src/folder.c
3515                 Add progressbar for cache updates
3516         * src/folderutils.c
3517                 Optimize Mark all read in the current
3518                 folder
3519         * src/mh.c
3520                 Add progressbar for copy/move
3521         * src/procmsg.c
3522                 Optimize O(n^2) in copy/move
3523         * src/summaryview.c
3524         * src/gtk/gtksctree.c
3525                 Optimize O(n^2) algos
3526         * src/common/timing.h
3527                 Display ms instead of us
3528
3529 2006-05-24 [wwp]        2.2.0cvs53
3530
3531         * manual/fr/advanced.xml
3532                 updates to the French manual.
3533
3534 2006-05-24 [wwp]        2.2.0cvs52
3535
3536         * src/common/utils.c
3537                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3538
3539 2006-05-24 [wwp]        2.2.0cvs51
3540
3541         * src/folderutils.c
3542                 fixed "mark all read" in MH folders (thanks to Colin).
3543
3544 2006-05-24 [paul]       2.2.0cvs50
3545
3546         * doc/man/sylpheed-claws.1
3547                 updated the man page
3548
3549 2006-05-23 [colin]      2.2.0cvs49
3550
3551         * src/folderview.c
3552         * src/imap.c
3553         * src/inc.c
3554         * src/mbox.c
3555         * src/messageview.c
3556         * src/news.c
3557         * src/send_message.c
3558         * src/summaryview.c
3559         * src/gtk/sslcertwindow.c
3560                 alertpanel fixes, by Fabien
3561
3562 2006-05-23 [colin]      2.2.0cvs48
3563
3564         * src/folder.c
3565         * src/folderview.c
3566         * src/msgcache.c
3567         * src/summaryview.c
3568         * src/gtk/gtksctree.c
3569         * src/gtk/gtksctree.h
3570                 More timings
3571                 Fix slow loading problem, which was caused by the
3572                 use of some gtk_ctree funcs and their use of
3573                 g_list_position while gtk_ctree_(un)link'ing.
3574                 Reap more functions from gtkctree.c to be sure we
3575                 use our (fast) version instead of theirs.
3576         * src/mh.c
3577                 Fix copy of unread mails
3578
3579
3580 2006-05-22 [wwp]        2.2.0cvs47
3581
3582         * manual/fr/advanced.xml
3583                 updated.
3584
3585 2006-05-22 [colin]      2.2.0cvs46
3586
3587         * src/filtering.c
3588                 Fix possible infinite loop. 'copy' is not a 
3589                 final action, so when encountering a 'copy',
3590                 we have to check if a previous one was set
3591                 and do it. In the same way, if we encounter
3592                 a 'move' we have to perform a possibly 
3593                 pending 'copy'. This will slow down filtering
3594                 on IMAP if move+copy or multiple copy actions
3595                 are to be done, but handling it via the batch
3596                 would be really too convoluted.
3597
3598 2006-05-22 [wwp]        2.2.0cvs45
3599
3600         * manual/fr/advanced.xml
3601         * manual/fr/faq.xml
3602         * manual/fr/glossary.xml
3603         * manual/fr/handling.xml
3604         * manual/fr/intro.xml
3605         * manual/fr/plugins.xml
3606         * manual/fr/sylpheed-claws-manual.xml
3607                 sync w/ the english manual: updates URIs, documented mailing-list
3608                 support, better explanation about the enabled/disabled feature
3609                 in filtering/processing rules by Paul.
3610
3611 2006-05-21 [colin]      2.2.0cvs44
3612
3613         * src/summaryview.c
3614                 Don't expand after building threads, but during
3615
3616 2006-05-21 [colin]      2.2.0cvs43
3617
3618         * src/procmsg.c
3619         * src/summaryview.c
3620                 More timing possibilities... For next time I have 
3621                 to find out how the hell some 3GHz computer takes
3622                 one minute to open a 30k folder...
3623
3624 2006-05-21 [colin]      2.2.0cvs42
3625
3626         * manual/pl/advanced.xml
3627         * manual/pl/faq.xml
3628         * manual/pl/glossary.xml
3629         * manual/pl/handling.xml
3630         * manual/pl/intro.xml
3631         * manual/pl/plugins.xml
3632         * manual/pl/sylpheed-claws-manual.xml
3633                 Polish manual updated by Pawel
3634
3635 2006-05-20 [colin]
3636
3637         * 2.3.0-rc3 released
3638
3639 2006-05-20 [colin]      2.2.0cvs41
3640
3641         * src/imap.c
3642                 Fix -rc2 problems:
3643                 - remove cache of moved messages from original folder
3644                 - apply new flags to messages even if they aren't appliable
3645                   via IMAP.
3646
3647 2006-05-20 [colin]
3648
3649         * 2.3.0-rc2 released
3650
3651 2006-05-19 [colin]      2.2.0cvs40
3652
3653         * src/imap.c
3654                 Don't issue SELECT in imap_change_flags
3655                 before having checked that we indeed have
3656                 some flags to change. MSG_POSTFILTERED for
3657                 example can't be used on IMAP.
3658                 Fixes bug #955 (copying messages between 
3659                 imap folders is extremely slow), which was
3660                 a regression.
3661
3662 2006-05-19 [colin]      2.2.0cvs39
3663
3664         * src/folder.c
3665         * src/folder.h
3666         * src/folderview.c
3667                 Try to fix bug #830 (Some unread messages 
3668                 get marked read in IMAP inbox):
3669                 - Prevent scanning a folder if it's being 
3670                   opened via the GUI
3671                 - Postpone opening via the GUI of a folder
3672                   currently scanned.
3673
3674
3675 2006-05-19 [wwp]        2.2.0cvs38
3676
3677         * manual/advanced.xml
3678                 fix English+typo (thanks to Paul).
3679
3680 2006-05-19 [wwp]        2.2.0cvs37
3681
3682         * manual/advanced.xml
3683         * manual/fr/advanced.xml
3684         * src/gtk/logwindow.c
3685         * src/prefs_common.c
3686         * src/prefs_common.h
3687                 added hidden prefs to allow customization of colors used in
3688                 protocol log window (useful for dark gtk+ themes).
3689
3690 2006-05-19 [wwp]        2.2.0cvs36
3691
3692         * ChangeLog
3693                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3694
3695 2006-05-19 [paul]       2.2.0cvs35
3696
3697         * src/textview.c
3698                 make Reply-To fully clickable
3699         * src/gtk/logwindow.c
3700                 more colouring (SMTP ESMTP)
3701         Both patches by Pawel Pekala
3702
3703 2006-05-19 [cleroy]     2.2.0cvs34
3704
3705         * src/mh.c
3706                 Don't update flags from current folder
3707                 Probably fixes bug #935 (Read Messages 
3708                 Revert to Being Marked as Unread)
3709
3710 2006-05-18 [colin]      2.2.0cvs33
3711
3712         * src/imap.c
3713                 Warning fix
3714         * src/compose.c
3715         * src/mainwindow.c
3716         * src/summaryview.c
3717         * src/toolbar.c
3718                 Allow replying to multiple emails
3719                 in multiple windows
3720         * src/mimeview.c
3721         * src/etpan/imap-thread.c
3722                 Leak fixes
3723
3724 2006-05-18 [paul]       2.2.0cvs32
3725
3726         * src/summaryview.c
3727                 keep Mailing-List menu refreshed
3728                 Thanks to Colin
3729
3730 2006-05-18 [paul]       2.2.0cvs31
3731
3732         * manual/advanced.xml
3733         * manual/faq.xml
3734         * manual/glossary.xml
3735         * manual/handling.xml
3736         * manual/intro.xml
3737         * manual/plugins.xml
3738         * manual/sylpheed-claws-manual.xml
3739                 update URLs
3740                 add info about mailing-list support
3741                 edit filtering info
3742         * src/wizard.c
3743         * src/common/defs.h
3744         * src/gtk/about.c
3745         * src/plugins/dillo_viewer/README
3746                 update URLs
3747
3748 2006-05-17 [wwp]        2.2.0cvs30
3749
3750         * manual/handling.xml
3751         * manual/fr/handling.xml
3752                 documented the ability to enabled/disable filtering/processing rules.
3753
3754 2006-05-17 [colin]      2.2.0cvs29
3755
3756         * src/main.c
3757                 Don't initialize g_thread subsystem if it's 
3758                 already done (thanks to Hiro)
3759         * src/mimeview.c
3760                 Fix saving of parts when there name can't be
3761                 converted from UTF-8.
3762
3763 2006-05-17 [paul]       2.2.0cvs28
3764
3765         * po/Makefile.in.in
3766                 fix config.status warning with autoconf 2.60
3767
3768 2006-05-17 [paul]       2.2.0cvs27
3769
3770         * po/POTFILES.in
3771                 add src/mbox.c
3772
3773 2006-05-17 [wwp]        2.2.0cvs26
3774
3775         * src/mainwindow.c
3776                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3777
3778 2006-05-17 [wwp]        2.2.0cvs25
3779
3780         * src/plugins/demo/demo.c
3781                 updated product name in plugin demo (many plugins need to be
3782                 sync'ed w/ that change).
3783
3784 2006-05-17 [colin]      2.2.0cvs24
3785
3786         * src/mh.c
3787                 Fix leak
3788
3789 2006-05-16 [colin]      2.2.0cvs23
3790
3791         * src/mainwindow.c
3792                 Stupid me hit again. Fix cvs22.
3793
3794 2006-05-16 [colin]      2.2.0cvs22
3795
3796         * src/mainwindow.c
3797                 Fix bug #922 (sylpheed-claws crashed after 
3798                 pushing on Inbox folder)
3799
3800 2006-05-16 [colin]      2.2.0cvs21
3801
3802         * src/compose.c
3803                 Make From header be copy/paste/select-able
3804
3805 2006-05-16 [wwp]        2.2.0cvs20
3806
3807         * src/export.c
3808         * src/matcher.c
3809         * src/summaryview.c
3810         * src/etpan/imap-thread.c
3811                 fix some compiler warnings (thanks to Colin).
3812
3813 2006-05-16 [wwp]        2.2.0cvs19
3814
3815         * src/action.c
3816         * src/gedit-print.c
3817         * src/inc.c
3818         * src/mainwindow.c
3819         * src/mh.c
3820         * src/statusbar.c
3821         * src/send_message.c
3822         * src/summaryview.c
3823                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3824
3825 2006-05-15 [colin]      2.2.0cvs18
3826
3827         * src/procmsg.c
3828                 Fix automatic rule creation with List-Post
3829
3830 2006-05-15 [paul]       2.2.0cvs17
3831
3832         * tools/filter_conv_new.pl
3833                 updated for rule enabling/disabling
3834                 claws version >= 2.3.x required
3835
3836 2006-05-15 [cleroy]     2.2.0cvs16
3837
3838         * src/main.c
3839                 Revert test
3840
3841 2006-05-15 [cleroy]     2.2.0cvs15
3842
3843         * src/main.c
3844                 test
3845
3846 2006-05-15 [wwp]        2.2.0cvs14
3847
3848         * manual/pl/.cvsignore
3849                 ignore generated files.
3850
3851 2006-05-14 [wwp]        2.3.0-rc1
3852
3853         * 2.3.0-rc1 released
3854
3855 2006-05-13 [wwp]        2.2.0cvs13
3856
3857         * src/filtering.c
3858         * src/filtering.h
3859         * src/matcher.c
3860         * src/matcher_parser_lex.l
3861         * src/matcher_parser_parse.y
3862         * src/prefs_filtering.c
3863                 new feature: provide the ability to disable filtering and processing
3864                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3865                 adaptations.
3866
3867 2006-05-13 [colin]      2.2.0cvs12
3868
3869         * src/compose.c
3870                 Remove useless if (a) b; else b;
3871                 Thanks to wwp
3872
3873 2006-05-13 [wwp]        2.2.0cvs11
3874
3875         * src/export.c
3876         * src/import.c
3877         * src/mainwindow.c
3878         * src/mbox.c
3879         * src/summaryview.c
3880         * src/summaryview.h
3881                 no more silent failures (or at least less ones) when importing
3882                 or exporting from/to mbox. Also start importing/exporting if
3883                 the necessary info is set.
3884
3885 2006-05-13 [wwp]        2.2.0cvs10
3886
3887         * RELEASE_NOTES
3888                 restored up-to-date release notes.
3889
3890 2006-05-13 [paul]       2.2.0cvs9
3891
3892         * po/nl.po
3893         * po/ru.po
3894                 updated by Tim Dijkstra and Pavlo Bohmat
3895
3896 2006-05-12 [colin]      2.2.0cvs8
3897
3898         * src/gtk/quicksearch.c
3899                 Add "k" as shortcut for "colorlabel". Patch
3900                 by ath42@users.sf.net.
3901
3902 2006-05-12 [paul]       2.2.0cvs7
3903
3904         * src/prefs_common.h
3905         * src/prefs_summaries.c
3906         * src/summaryview.c
3907                 when entering a folder also allow
3908                 going directly to first Marked message
3909
3910 2006-05-12 [paul]       2.2.0cvs6
3911
3912         * src/summaryview.c
3913                 always obey 'confirm before marking all
3914                 mails read' option
3915
3916 2006-05-12 [paul]       2.2.0cvs5
3917
3918         * src/textview.c
3919                 make Sender fully clickable
3920
3921 2006-05-12 [colin]      2.2.0cvs4
3922
3923         * src/compose.c
3924         * src/compose.h
3925                 Let From be editable
3926         * src/main.c
3927         * src/mh.c
3928                 Full support of .mh_sequences' Unseen seq
3929
3930 2006-05-12 [colin]      2.2.0cvs3
3931
3932         * src/folder.c
3933         * src/mainwindow.c
3934         * src/mainwindow.h
3935         * src/messageview.c
3936         * src/prefs_spelling.c
3937         * src/procheader.c
3938         * src/procmsg.c
3939         * src/procmsg.h
3940         * src/summaryview.c
3941         * src/toolbar.c
3942         * src/toolbar.h
3943                 Add contextual menu on Compose toolbar
3944                 button. Fixes bug #944 (Automatic
3945                 addresses not applied when changing account
3946                 from compose window)
3947                 add Mailing List support
3948                 based on the old 0.6.5claws25 patch by
3949                 Melvin Hadasht, with finishing touches
3950                 by Colin
3951                 Fix "ignore thread" when mails are threaded by
3952                 subject (and weren't ignored although appearing
3953                 in the thread).
3954                 GUI rework.
3955                 Both patches by Pawel.
3956
3957 2006-05-08 [paul]       2.2.0cvs2
3958
3959         * src/mainwindow.c
3960         * src/mainwindow.h
3961         * src/messageview.c
3962         * src/procheader.c
3963         * src/procmsg.c
3964         * src/procmsg.h
3965         * src/summaryview.c
3966                 add Mailing List support
3967                 based on the old 0.6.5claws25 patch by 
3968                 Melvin Hadasht, with finishing touches
3969                 by Colin
3970
3971 2006-05-08 [colin]      2.2.0cvs1
3972
3973         * src/mainwindow.c
3974         * src/toolbar.c
3975         * src/toolbar.h
3976                 Add contextual menu on Compose toolbar 
3977                 button. Fixes bug #944 (Automatic 
3978                 addresses not applied when changing account 
3979                 from compose window)
3980
3981 2006-05-08 [paul]       2.2.0
3982
3983         2.2.0 released
3984
3985 2006-05-08 [paul]       2.1.1cvs51
3986
3987         * po/cs.po
3988         * po/de.po
3989         * po/en_GB.po
3990         * po/fi.po
3991         * po/fr.po
3992         * po/pt_BR.po
3993         * po/sr.po
3994         * po/zh_CN.po
3995                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3996                 Fabien Vantard, Frederico Goncalves Guimaraes,
3997                 Aleksandar Urosevic, and Ralgh Young
3998
3999 2006-05-12 [colin]      2.1.1cvs50
4000
4001         * po/cs.po
4002         * po/de.po
4003         * po/en_GB.po
4004         * po/es.po
4005         * po/fi.po
4006         * po/fr.po
4007         * po/pt_BR.po
4008         * po/sr.po
4009         * po/zh_CN.po
4010                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4011                 Fabien Vantard, Frederico Goncalves Guimaraes,
4012                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4013
4014 2006-05-05 [colin]      2.1.1cvs49
4015
4016         * manual/Makefile.am
4017         * manual/pl/Makefile.am
4018         * manual/pl/account.xml
4019         * manual/pl/ack.xml
4020         * manual/pl/addrbook.xml
4021         * manual/pl/advanced.xml
4022         * manual/pl/faq.xml
4023         * manual/pl/glossary.xml
4024         * manual/pl/gpl.xml
4025         * manual/pl/handling.xml
4026         * manual/pl/intro.xml
4027         * manual/pl/keyboard.xml
4028         * manual/pl/plugins.xml
4029         * manual/pl/starting.xml
4030         * manual/pl/sylpheed-claws-manual.xml
4031         * manual/pl/dist/.cvsignore
4032         * manual/pl/dist/Makefile.am
4033         * manual/pl/dist/html/.cvsignore
4034         * manual/pl/dist/html/Makefile.am
4035         * manual/pl/dist/pdf/.cvsignore
4036         * manual/pl/dist/pdf/Makefile.am
4037         * manual/pl/dist/ps/.cvsignore
4038         * manual/pl/dist/ps/Makefile.am
4039         * manual/pl/dist/txt/.cvsignore
4040         * manual/pl/dist/txt/Makefile.am
4041                 Add the polish translation of the manual,
4042                 Authored by Pawel Pekala.
4043
4044 2006-05-05 [cleroy]     2.1.1cvs48
4045
4046         * src/main.c
4047                 Re-read matcherrc after loading plugins 
4048                 if some of them add folders.
4049
4050 2006-05-03 [colin]      2.1.1cvs47
4051
4052         * src/imap.c
4053                 I'm idiot
4054
4055 2006-05-03 [colin]      2.1.1cvs46
4056
4057         * src/imap.c
4058                 Be sure to have a session when
4059                 getting separator
4060
4061 2006-05-03 [colin]      2.1.1cvs45
4062
4063         * src/imap.c
4064         * src/imap.h
4065         * src/imap_gtk.c
4066                 Fix preventing renaming with namespace 
4067                 separator.
4068
4069 2006-05-01 [colin]      2.1.1cvs44
4070
4071         * src/action.c
4072                 Don't reload messageview when result of
4073                 action is piped.
4074
4075 2006-04-29 [colin]      2.1.1cvs43
4076
4077         * src/prefs_receive.c
4078         * src/plugins/spamassassin/spamassassin_gtk.c
4079         * src/plugins/clamav/clamav_plugin_gtk.c
4080                 GUI fixes by Pawel
4081
4082 2006-04-29 [colin]      2.1.1cvs42
4083
4084         * src/prefs_compose_writing.c
4085         * src/prefs_quote.c
4086                 Cleanups. Patch by Pawel
4087
4088 2006-04-28 [paul]       2.1.1cvs41
4089
4090         * src/matcher.c
4091                 fix returned quick search results when search
4092                 term contains an underscore.
4093                 Thanks to Colin
4094
4095 2006-04-28 [paul]       2.1.1cvs40
4096
4097         * src/prefs_message.c
4098         * src/prefs_receive.c
4099                 GUI cleanups
4100                 Patches by Pawel Pekala
4101
4102 2006-04-27 [colin]      2.1.1cvs39
4103
4104         * src/wizard.c
4105                 Differentiate subject Welcome from
4106                 window's title Welcome
4107
4108 2006-04-27 [paul]
4109
4110         2.2.0-rc1 released
4111
4112 2006-04-27 [paul]       2.1.1cvs38
4113
4114         * manual/advanced.xml
4115         * manual/fr/advanced.xml
4116                 add info about compose_no_markup hidden pref
4117
4118 2006-04-27 [paul]       2.1.1cvs37
4119
4120         * src/prefs_account.c
4121                 improve privacy labels
4122         * src/prefs_msg_colors.c
4123                 change some strings for translators' convenience
4124         * src/gtk/gtkutils.c
4125                 don't underline the link button text
4126
4127 2006-04-25 [colin]      2.1.1cvs36
4128
4129         * src/folder.c
4130                 Complete 2.1.1cvs33 (once more ;)
4131
4132 2006-04-25 [colin]      2.1.1cvs35
4133
4134         * src/editldap.c
4135                 Fix tooltip
4136
4137 2006-04-25 [cleroy]     2.1.1cvs34
4138
4139         * src/compose.c
4140         * src/gtk/gtkaspell.c
4141                 Fix crash on redirect (related to the return 
4142                 of the aspell menu in compose's toolbar)
4143         * src/prefs_msg_colors.c
4144                 Fix sensitivity widgets
4145         * src/image_viewer.c
4146         * src/gtk/pluginwindow.c
4147         * src/gtk/prefswindow.c
4148                 Change released signals to clicked (Fabien)
4149         * po/POTFILES.in
4150         * src/common/socket.c
4151         * src/plugins/spamassassin/spamassassin.c
4152                 Translate strings (Fabien)
4153
4154 2006-04-25 [paul]       2.1.1cvs33
4155
4156         * src/folder.c
4157         * src/folder.h
4158         * src/folderview.c
4159                 complete the fix of bug #912
4160                 Thanks to Colin
4161
4162 2006-04-25 [colin]      2.1.1cvs32
4163
4164         * src/news.c
4165                 Better progress bar
4166         * src/mimeview.c
4167         * src/summaryview.c
4168         * src/summaryview.h
4169                 Fix focus chain
4170                 Patches by Pawel Pekala
4171
4172 2006-04-24 [colin]      2.1.1cvs31
4173
4174         * src/compose.c
4175                 Fix compilation warnings (Fabien)
4176
4177 2006-04-24 [colin]      2.1.1cvs30
4178
4179         * src/addrindex.c
4180         * src/editldap.c
4181         * src/editldap_basedn.c
4182         * src/editldap_basedn.h
4183         * src/ldapctrl.c
4184         * src/ldapctrl.h
4185         * src/ldapquery.c
4186         * src/ldaputil.c
4187         * src/ldaputil.h
4188                 Fix bug #901 (LDAPS support)
4189
4190 2006-04-24 [colin]      2.1.1cvs29
4191
4192         * src/compose.c
4193                 Fix logic on error with send dialog on
4194         * src/imap.c
4195                 Fix compilation without libetpan, thanks
4196                 to Fabien
4197         * src/summaryview.c
4198                 Fix 'context-menu' key
4199
4200 2006-04-23 [colin]      2.1.1cvs28
4201
4202         * src/folder.c
4203                 Never free current's cache to free up 
4204                 memory. Fixes bug #912 (new count 
4205                 randomly set to message count)
4206
4207 2006-04-23 [colin]      2.1.1cvs27
4208
4209         * src/gtk/quicksearch.c
4210                 And remove printf...
4211
4212 2006-04-23 [colin]      2.1.1cvs26
4213
4214         * src/gtk/quicksearch.c
4215                 Fix replacing in quicksearch, and fix inserting
4216                 in the middle of the string. (introduced at 2.1.0cvs22)
4217
4218 2006-04-23 [colin]      2.1.1cvs25
4219
4220         * src/imap.c
4221                 Make sure uidnext is initialized in get_num_list
4222                 (not for stable, related to 2.1.1cvs8 and friends)
4223
4224 2006-04-23 [colin]      2.1.1cvs24
4225
4226         * src/imap.c
4227                 Output something when login is successful
4228                 too
4229
4230 2006-04-23 [colin]      2.1.1cvs23
4231
4232         * src/etpan/imap-thread.c
4233                 Better logging (line-per-line, hide data in fetch)
4234                 Fix a const warning
4235         * src/gtk/logwindow.c
4236         * src/gtk/logwindow.h
4237                 Better logging (color for input/output)
4238
4239 2006-04-21 [colin]      2.1.1cvs22
4240
4241         * src/gtk/quicksearch.c
4242                 On gtk+-2.8, use stock buttons in quicksearch
4243                 Based on a patch by Fabien and a design by Paul
4244
4245 2006-04-21 [colin]      2.1.1cvs21
4246
4247         * src/folderview.c
4248         * src/mainwindow.c
4249                 Fix occasional flicker in folderview
4250         * src/common/utils.c
4251                 Fix bug #943 (Incorrectly parsed email address 
4252                 list in short headers on message view and in 
4253                 printouts)
4254
4255 2006-04-20 [colin]      2.1.1cvs20
4256
4257         * src/imap.c
4258         * src/imap.h
4259         * src/prefs_account.c
4260                 Add ANONYMOUS auth for IMAP
4261
4262 2006-04-20 [paul]       2.1.1cvs19
4263
4264         * src/main.c
4265                 proper fix for 2.1.1cvs18
4266                 Thanks to Colin
4267
4268 2006-04-20 [paul]       2.1.1cvs18
4269
4270         * src/main.c
4271                 fix build warnings
4272
4273 2006-04-20 [paul]       2.1.1cvs17
4274
4275         * src/gtk/quicksearch.c
4276                 fix standard, non-extended Quick search,
4277                 was broken in 2.1.1cvs15.
4278                 Thanks to Colin.
4279
4280 2006-04-20 [colin]      2.1.1cvs16
4281
4282         * src/prefs_matcher.c
4283                 Fix values when reselecting a ~test
4284                 rule
4285
4286 2006-04-19 [colin]      2.1.1cvs15
4287
4288         * src/compose.c
4289         * src/compose.h
4290         * src/gtk/gtkaspell.c
4291         * src/gtk/gtkaspell.h
4292                 Put back Options menu in Spelling/
4293         * src/gtk/quicksearch.c
4294                 Don't search, and show error, if the
4295                 advanced search has a syntax error
4296
4297 2006-04-18 [colin]      2.1.1cvs14
4298
4299         * src/textview.c
4300                 Fix gdk warnings on set_cursor when textview
4301                 isn't visible
4302
4303 2006-04-18 [colin]      2.1.1cvs13
4304
4305         * src/gtk/gtksctree.c
4306                 Remove seemingly useless refresh that causes
4307                 flicker - watch this commit in case of 
4308                 problems before planned backport to stable
4309
4310 2006-04-18 [colin]      2.1.1cvs12
4311
4312         * src/imap.c
4313                 Factorize get/set_xml code
4314         * src/compose.c
4315         * src/prefs_account.c
4316         * src/prefs_account.h
4317         * src/procmsg.c
4318                 Add Encrypt to self option
4319
4320 2006-04-17 [colin]      2.1.1cvs11
4321
4322         * configure.ac
4323                 Fix search on encrpyt function on dragonfly
4324                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4325
4326 2006-04-17 [colin]      2.1.1cvs10
4327
4328         * src/prefs_account.c
4329                 Be safe by default: remove mails from POP3
4330                 after 7 days, not immediately
4331
4332 2006-04-17 [colin]      2.1.1cvs9
4333
4334         * src/etpan/imap-thread.c
4335                 Fix build on DragonFly - patch by 
4336                 Jonathan Buschmann <jonthn@agmact.com>
4337
4338 2006-04-17 [colin]      2.1.1cvs8
4339
4340         * src/imap.c
4341                 Save uidnext between sessions
4342
4343 2006-04-17 [colin]      2.1.1cvs7
4344
4345         * src/imap.c
4346                 scan is required when uid validity changes
4347
4348 2006-04-17 [colin]      2.1.1cvs6
4349
4350         * src/folderview.c
4351                 Don't scan if not necessary, apart in current
4352                 folder and INBOX to fetch flags.
4353         * src/imap.c
4354                 Scan is necessary if unread count changes
4355
4356 2006-04-17 [colin]      2.1.1cvs5
4357
4358         * src/imap.c
4359                 ...But always fetch ANSWERED and DELETED flags for
4360                 INBOX, as filtering can happen on these flags.
4361
4362 2006-04-17 [colin]      2.1.1cvs4
4363
4364         * src/imap.c
4365                 Don't fetch REPLIED and DELETED flags when synchronising
4366                 flags with a closed folder. We only need UNSEEN and FLAGGED
4367                 to update the folderview.
4368
4369 2006-04-17 [colin]      2.1.1cvs3
4370
4371         * src/imap.c
4372                 Faster flag search when there are new mails 
4373                 in a folder. We can do a full search if the 
4374                 folder contains less messages than the new
4375                 list.
4376
4377 2006-04-17 [colin]      2.1.1cvs2
4378
4379         * po/cs.po
4380         * po/de.po
4381         * po/fr.po
4382         * po/nl.po
4383         * po/pt_BR.po
4384                 Update translations from stable branch
4385
4386 2006-04-17 [colin]      2.1.1cvs1
4387
4388         * configure.ac
4389                 Bump version to follow stable release
4390
4391 2006-04-16 [mones]      2.1.0cvs50
4392
4393         * po/es.po
4394                 Updated for release
4395
4396 2006-04-16 [colin]      2.1.0cvs49
4397
4398         * src/textview.c
4399                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4400                 with gtk < 2.8. Thanks to Fabien Vantard.
4401
4402 2006-04-15 [colin]      2.1.0cvs48
4403
4404         * src/etpan/imap-thread.c
4405                 Fix bug #919 (libetpan: SEGV when connecting 
4406                 using command)
4407
4408 2006-04-14 [colin]      2.1.0cvs47
4409
4410         * src/main.c
4411                 Fix race on --select (should be done better)
4412
4413 2006-04-14 [wwp]        2.1.0cvs46
4414
4415         * src/send_message.c
4416                 enforce a check for domain in account prefs (a sending
4417                 error could be faced if domain was checked but no value set),
4418                 thanks to Colin.
4419
4420 2006-04-14 [colin]      2.1.0cvs45
4421
4422         * src/codeconv.c
4423                 when converting from unknown to unknown, if the
4424                 string is UTF8, don't convert it to the locale
4425                 (which breaks it)
4426
4427 2006-04-14 [colin]      2.1.0cvs44
4428
4429         * src/compose.c
4430                 Don't try to use ASCII for converting headers
4431                 (as done in body)
4432
4433 2006-04-14 [paul]       2.1.0cvs43
4434
4435         * src/crash.c
4436                 add locale/charset info to crash report
4437         * src/gtk/about.c
4438                 add wwp to doc team
4439                 replace 'e-mail' with preferred 'email'
4440         * src/gtk/authors.h
4441                 ensure contributors list is in alphabetical
4442                 order
4443
4444 2006-04-13 [colin]      2.1.0cvs42
4445
4446         * src/textview.c
4447                 Prevent gdk warnings
4448
4449 2006-04-13 [colin]      2.1.0cvs41
4450
4451         * src/common/ssl_certificate.c
4452         * src/common/ssl_certificate.h
4453         * src/gtk/sslcertwindow.c
4454                 Warn on expired certs, and display the expiration date
4455
4456 2006-04-13 [colin]      2.1.0cvs40
4457
4458         * src/plugins/spamassassin/spamassassin_gtk.c
4459                 Fix missing set_text on unix socket
4460
4461 2006-04-13 [wwp]        2.1.0cvs39
4462
4463         * manual/fr/advanced.xml
4464         * manual/fr/glossary.xml
4465                 applied new spam/ham/email lexicon (pourriel, courriel)
4466
4467 2006-04-13 [paul]       2.1.0cvs38
4468
4469         * src/plugins/pgpmime/plugin.c
4470                 remove the mention of S/MIME from the
4471                 description. This is now handled by the
4472                 S/MIME plugin.
4473
4474 2006-04-13 [paul]       2.1.0cvs37
4475
4476         * src/prefs_msg_colors.c
4477                 rework dialog
4478         * src/prefs_folder_item.c
4479         * src/prefs_spelling.c
4480                 add a tooltip to the colour selector buttons
4481
4482 2006-04-13 [wwp]        2.1.0cvs36
4483
4484         * manual/advanced.xml
4485         * manual/glossary.xml
4486         * manual/handling.xml
4487         * manual/keyboard.xml
4488         * manual/plugins.xml
4489         * manual/starting.xml
4490         * manual/fr/account.xml
4491         * manual/fr/ack.xml
4492         * manual/fr/addrbook.xml
4493         * manual/fr/advanced.xml
4494         * manual/fr/faq.xml
4495         * manual/fr/glossary.xml
4496         * manual/fr/gpl.xml
4497         * manual/fr/handling.xml
4498         * manual/fr/intro.xml
4499         * manual/fr/keyboard.xml
4500         * manual/fr/plugins.xml
4501         * manual/fr/starting.xml
4502         * manual/fr/sylpheed-claws-manual.xml
4503                 fixes to the manuals:
4504                  - summaryview -> Message List (same in French)
4505                  - translate key names
4506                  - fix French punctuation, use non-breakable spaces when
4507                    necessary, don't use &thinsp; which is not portable
4508                  - tell what maildir and mbox formats we support
4509
4510 2006-04-12 [wwp]        2.1.0cvs35
4511
4512         * src/prefs_toolbar.c
4513                 unified a replace button more,
4514                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4515
4516 2006-04-12 [wwp]        2.1.0cvs34
4517
4518         * src/prefs_common.c
4519         * src/prefs_msg_colors.c
4520                 make default color labels translatable,
4521                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4522                 thanks to Tim <timbrain@post.cz> for reporting.
4523
4524 2006-04-12 [wwp]        2.1.0cvs33
4525
4526         * manual/glossary.xml
4527         * manual/intro.xml
4528         * manual/plugins.xml
4529         * manual/starting.xml
4530         * manual/sylpheed-claws-manual.xml
4531         * manual/fr/.cvsignore
4532         * manual/fr/account.xml
4533         * manual/fr/ack.xml
4534         * manual/fr/addrbook.xml
4535         * manual/fr/advanced.xml
4536         * manual/fr/faq.xml
4537         * manual/fr/glossary.xml
4538         * manual/fr/handling.xml
4539         * manual/fr/intro.xml
4540         * manual/fr/keyboard.xml
4541         * manual/fr/plugins.xml
4542         * manual/fr/starting.xml
4543         * manual/fr/sylpheed-claws-manual.xml
4544                 various fixes: typos, missing .fr translations, punctuation,
4545                 capitalization, links, accents and some bad French more.
4546
4547 2006-04-12 [wwp]        2.1.0cvs32
4548
4549         * src/prefs_gtk.c
4550                 fix for bug #935: always store prefs files in UTF-8 (thanks
4551                 to Colin).
4552
4553 2006-04-11 [colin]      2.1.0cvs31
4554
4555         * src/compose.c
4556                 Fix inserting files not in utf8 when locale is utf8
4557
4558 2006-04-11 [colin]      2.1.0cvs30
4559
4560         * src/inc.c
4561                 Don't show error dialog when cancelling connection
4562                 Patch by Pawel
4563
4564 2006-04-11 [cleroy]     2.1.0cvs29
4565
4566         * src/compose.c
4567                 Implement multiple quote levels
4568         * src/prefs_common.c
4569                 Change a little bit the quote bgcolor for 2nd level
4570
4571 2006-04-11 [colin]      2.1.0cvs28
4572
4573         * src/gtk/about.c
4574                 Add locale and charset in the label
4575
4576 2006-04-10 [colin]      2.1.0cvs27
4577
4578         * src/compose.c
4579         * src/prefs_common.c
4580         * src/prefs_common.h
4581         * src/prefs_msg_colors.c
4582         * src/textview.c
4583                 Allow optional background color in quotes
4584                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4585                 GTK+-2.8.x feature
4586
4587 2006-04-10 [colin]      2.1.0cvs26
4588
4589         * src/main.c
4590         * src/mainwindow.c
4591         * src/mainwindow.h
4592                 Implement --select
4593
4594 2006-04-10 [colin]      2.1.0cvs25
4595
4596         * manual/plugins.xml
4597         * manual/fr/plugins.xml
4598                 Document libcurl's proxy variables
4599
4600 2006-04-09 [colin]      2.1.0cvs24
4601
4602         * src/prefs_common.c
4603                 gettext() returns statically allocated stuff. We have
4604                 to strdup it in order to be able to free it.
4605
4606 2006-04-09 [colin]      2.1.0cvs23
4607
4608         * AUTHORS
4609         * src/gtk/authors.h
4610                 Add Alexei
4611
4612 2006-04-09 [colin]      2.1.0cvs22
4613
4614         * src/mainwindow.c
4615         * src/gtk/quicksearch.c
4616                 Fix bug #859 (problems with cyrilic input in 
4617                 search panel) - Patch by Alexey Illarionov 
4618                 <littlesavage@rambler.ru>
4619
4620 2006-04-09 [colin]      2.1.0cvs21
4621
4622         * src/prefs_customheader.c
4623                 I prefer removing then freeing rather than the contrary
4624                 (even if it doesn't change anything ;-)
4625         * src/prefs_account.c
4626                 Fix bug #933 (Crash re-entering the custom headers list 
4627                 dialog in accounts prefs)
4628                 The problem happened when cancelling the Account 
4629                 Preferences' dialogs - in which case we didn't do 
4630                 anything to the PrefsAccount * struct. In case of applying,
4631                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4632                 working with in this dialog. The problem is that 
4633                 prefs_customheader.c, working on this tmp_ac_prefs, always
4634                 changes the ->customhdr_list pointer, even when cancelled. 
4635                 So in case of cancelling the prefs_account dialog, we still
4636                 have to update ->customhdr_list in the real account.
4637
4638 2006-04-08 [colin]      2.1.0cvs20
4639
4640         * manual/fr/glossary.xml
4641         * manual/fr/keyboard.xml
4642                 Forgot some headers :)
4643
4644 2006-04-08 [colin]      2.1.0cvs19
4645
4646         * manual/Makefile.am
4647         * manual/fr/Makefile.am
4648         * manual/fr/account.xml
4649         * manual/fr/ack.xml
4650         * manual/fr/addrbook.xml
4651         * manual/fr/advanced.xml
4652         * manual/fr/faq.xml
4653         * manual/fr/glossary.xml
4654         * manual/fr/gpl.xml
4655         * manual/fr/handling.xml
4656         * manual/fr/intro.xml
4657         * manual/fr/keyboard.xml
4658         * manual/fr/plugins.xml
4659         * manual/fr/starting.xml
4660         * manual/fr/sylpheed-claws-manual.xml
4661         * manual/fr/dist/.cvsignore
4662         * manual/fr/dist/Makefile.am
4663         * manual/fr/dist/html/.cvsignore
4664         * manual/fr/dist/html/Makefile.am
4665         * manual/fr/dist/pdf/.cvsignore
4666         * manual/fr/dist/pdf/Makefile.am
4667         * manual/fr/dist/ps/.cvsignore
4668         * manual/fr/dist/ps/Makefile.am
4669         * manual/fr/dist/txt/.cvsignore
4670         * manual/fr/dist/txt/Makefile.am
4671                 Add the french translation of the manual. Thanks to
4672                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4673                 account.xml, ack.xml, addrbook.xml and advanced.xml
4674
4675 2006-04-08 [colin]      2.1.0cvs18
4676
4677         * manual/plugins.xml
4678         * manual/starting.xml
4679                 More fixes
4680
4681 2006-04-07 [colin]      2.1.0cvs17
4682
4683         * manual/faq.xml
4684         * manual/intro.xml
4685         * manual/keyboard.xml
4686                 Little fixes
4687
4688 2006-04-07 [colin]      2.1.0cvs16
4689
4690         * README
4691         * src/compose.c
4692         * src/prefs_common.c
4693         * src/prefs_common.h
4694                 Add hidden compose_no_markup pref
4695
4696 2006-04-07 [wwp]        2.1.0cvs15
4697
4698         * src/summary_search.c
4699         * .cvsignore
4700                 Bugfix: stop button was sticky when searching in an empty folder.
4701                 Applied curly brackets code style to the whole file (summary_search.c).
4702                 More files to ignore.
4703
4704 2006-04-07 [wwp]        2.1.0cvs14
4705
4706         * src/message_search.c
4707         * src/summary_search.c
4708                 changed default button when search bumps at file/folder
4709                 beginning or end, for convenience (thanks to Colin).
4710
4711 2006-04-07 [paul]       2.1.0cvs13
4712
4713         * src/plugins/dillo_viewer/dillo_prefs.c
4714                 avoid future potential for namespace collision
4715                 Patch by Colin
4716
4717 2006-04-06 [wwp]        2.1.0cvs12
4718
4719         * src/summary_search.c
4720                 Unify extended/advanced searches names (and thus factorize labels),
4721                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4722
4723 2006-04-06 [wwp]        2.1.0cvs11
4724
4725         * src/folderview.c
4726         * src/prefs_themes.c
4727         * src/summaryview.c
4728                 Fixed some compilation warnings.
4729
4730 2006-04-06 [colin]      2.1.0cvs10
4731
4732         * manual/advanced.xml
4733                 Document the wizard template and how to deploy
4734                 Sylpheed-Claws effectively
4735
4736 2006-04-06 [colin]      2.1.0cvs9
4737
4738         * src/folderview.c
4739                 gettext patch to tell translators about _("#"),
4740                 by Maxim Britov
4741
4742 2006-04-06 [colin]      2.1.0cvs8
4743
4744         * src/textview.c
4745                 Fix invalid GtkTextBIter after clicking "Display as text"
4746
4747 2006-04-06 [mones]      2.1.0cvs7
4748
4749         * src/addr_compl.c
4750         * src/addrindex.c
4751         * src/addritem.c
4752         * src/codeconv.c
4753         * src/compose.c
4754         * src/filtering.c
4755         * src/folder.c
4756         * src/folder_item_prefs.c
4757         * src/folderview.c
4758         * src/localfolder.c
4759         * src/matcher.c
4760         * src/mimeview.c
4761         * src/prefs_msg_colors.c
4762         * src/prefs_spelling.c
4763         * src/prefs_themes.c
4764         * src/procmime.c
4765         * src/procmsg.c
4766         * src/stock_pixmap.c
4767         * src/summaryview.c
4768         * src/textview.c
4769         * src/toolbar.c
4770         * src/common/mgutils.c
4771         * src/common/prefs.c
4772         * src/common/ssl_certificate.c
4773         * src/gtk/colorlabel.c
4774         * src/gtk/quicksearch.c
4775         * src/plugins/pgpmime/pgpmime.c
4776         * src/plugins/spamassassin/spamassassin.c
4777                 Removed redundant NULL checks for g_free() calls.
4778                 Patch by Pawel Pekala.
4779
4780 2006-04-06 [mones]      2.1.0cvs6
4781
4782         * src/prefs_actions.c
4783         * src/prefs_filtering.c
4784         * src/prefs_filtering_action.c
4785         * src/prefs_matcher.c
4786         * src/prefs_template.c
4787         * src/gtk/gtkutils.c
4788         * src/gtk/gtkutils.h
4789                 Have a nice replace button. Patch by Pawel Pekala
4790
4791 2006-04-06 [colin]      2.1.0cvs5
4792
4793         * src/addressbook.c
4794                 Fix crash with empty columns
4795
4796 2006-04-05 [colin]      2.1.0cvs4
4797
4798         * src/wizard.c
4799         * src/prefs_gtk.c
4800                 Allow wizard customization with pre-filled values
4801
4802 2006-04-05 [colin]      2.1.0cvs3
4803
4804         * src/textview.c
4805         * src/mimeview.c
4806         * src/mimeview.h
4807                 Nicer messages in mimeview
4808
4809 2006-04-05 [colin]      2.1.0cvs2
4810
4811         * src/addressbook.c
4812         * src/prefs_summaries.c
4813                 i18n fix
4814
4815 2006-04-05 [colin]      2.1.0cvs1
4816
4817         * src/plugins/pgpcore/plugin.c
4818         * src/plugins/pgpcore/select-keys.c
4819         * src/plugins/pgpcore/select-keys.h
4820         * src/plugins/pgpcore/sgpgme.c
4821         * src/plugins/pgpcore/sgpgme.h
4822         * src/plugins/pgpinline/pgpinline.c
4823         * src/plugins/pgpinline/plugin.c
4824         * src/plugins/pgpmime/pgpmime.c
4825         * src/plugins/pgpmime/plugin.c
4826                 Factorize and generalize a bit 
4827                 Drop S/MIME signature verification from PGP/MIME
4828                 (adding it as another, more complete plugin)
4829
4830 2006-04-05 [paul]       2.1.0
4831
4832         2.1.0 released
4833
4834 2006-04-05 [paul]       2.0.0cvs186
4835
4836         * manual/advanced.xml
4837                 add info on colour labels
4838
4839 2006-04-05 [paul]       2.0.0cvs185
4840
4841         * po/bg.po
4842         * po/cs.po
4843         * po/de.po
4844         * po/el.po
4845         * po/en_GB.po
4846         * po/fi.po
4847         * po/fr.po
4848         * po/it.po
4849         * po/nl.po
4850         * po/pl.po
4851         * po/pt_BR.po
4852         * po/sr.po
4853         * po/zh_CN.po
4854                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4855                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4856                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4857                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4858         * src/gtk/authors.h
4859         * tools/claws.i18n.status.pl
4860                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4861                 and new Czech translator, Tim <timbrain@post.cz>
4862
4863 2006-04-05 [mones]      2.0.0cvs184
4864
4865         * po/es.po
4866                 Updated translation
4867
4868 2006-04-05 [colin]      2.0.0cvs183
4869
4870         * src/gtk/quicksearch.c
4871                 Fix bug #929 (unnecessary reload in quick search bar)
4872
4873 2006-04-05 [colin]      2.0.0cvs182
4874
4875         * src/compose.c
4876                 Fix crash on Reply with no From:
4877                 Show signature and conversion error on queuing 
4878                 (but not sending)
4879         * src/mainwindow.c
4880         * src/summaryview.c
4881         * src/summaryview.h
4882                 Factorize threading code and make sure msginfo 
4883                 is not null when it comes from a GtkCTreeRow's 
4884                 data
4885         * src/gtk/gtkaspell.c
4886                 Check for necessary things
4887         * src/gtk/gtksctree.c
4888         * src/gtk/gtksctree.h
4889                 Reset anchor if necessary when removing node
4890
4891 2006-03-29 [colin]      2.0.0cvs181
4892
4893         * src/folderview.c
4894                 Warn for disabled IMAP accounts (due to lack of
4895                 libetpan). Breaks string-freeze - sorry - but it
4896                 is kind of important ;)
4897
4898 2006-03-28 [colin]      2.0.0cvs180
4899
4900         * src/gtk/gtkutils.c
4901         * src/gtk/gtkutils.h
4902                 Add a gtkut_get_link_btn() function that
4903                 creates a button which acts like an URI
4904         * src/prefs_themes.c
4905         * src/gtk/about.c
4906                 Use this function (factorizes codes)
4907         * src/common/defs.h
4908         * src/gtk/pluginwindow.c
4909                 Add a "Get more..." in the plugins window
4910
4911 2006-03-28 [colin]      2.0.0cvs179
4912
4913         * src/common/smtp.c
4914         * src/common/passcrypt.c
4915         * src/undo.c
4916                 Warning fixes. Patch by Pawel Pekala
4917
4918 2006-03-27 [colin]      2.0.0cvs178
4919
4920         * src/undo.c
4921                 Fix undoing by blocks with spaces
4922
4923 2006-03-27 [colin]      2.0.0cvs177
4924
4925         * src/textview.c
4926                 Set margin to 3px for headers
4927
4928 2006-03-27 [paul]
4929
4930         2.1.0-rc2 released
4931
4932 2006-03-27 [wwp]        2.0.0cvs176
4933
4934         * src/summaryview.c
4935                 don't reset quicksearch when updating the message list.
4936                 Thanks to Colin.
4937
4938 2006-03-26 [wwp]        2.0.0cvs175
4939
4940         * src/compose.c
4941                 use a unified border width ('other' tab in the compose window,
4942                 patch by Pawel Pekala).
4943
4944
4945 2006-03-26 [wwp]        2.0.0cvs174
4946
4947         * src/common/quoted-printable.c
4948         * src/addressbook.c
4949                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
4950
4951 2006-03-26 [colin]      2.0.0cvs173
4952
4953         * src/quote_fmt_parse.y
4954                 Fix non-UTF8 date formats messing up the whole quote a 
4955                 little bit
4956
4957 2006-03-26 [colin]      2.0.0cvs172
4958
4959         * src/procheader.c
4960                 Make sure the date is UTF8 valid, or try to make it
4961                 so. IncrediMail is really IncrediStupid.
4962         * src/compose.c
4963                 Fix possible conversions. 
4964                 
4965
4966 2006-03-26 [colin]      2.0.0cvs171
4967
4968         * src/matcher.c
4969                 Fix corner cases in body search. This is still a
4970                 hack... It seems impossible to make it good and 
4971                 reasonably fast at the same time.
4972
4973 2006-03-26 [colin]      2.0.0cvs170
4974
4975         * src/summaryview.c
4976                 I think I killed the twilight zone bug!
4977                 summary_select_node() flushes GTK events in order
4978                 to be able to center the view. But this also 
4979                 flushes keypresses like Ctrl-Alt-U, so this can
4980                 call summary_show from summary_select_node (itself
4981                 called from summary_show, etc.). And the summaryview
4982                 has to be unlocked in this function. So just locking
4983                 while processing GTK events, and bailing if locked, 
4984                 should fix it.
4985                 Fixes bug #927 (SIGSEGV during Update Summary)
4986
4987 2006-03-25 [colin]      2.0.0cvs169
4988
4989         * src/matcher.c
4990                 Fix search in QP-encoded bodies
4991                 Fix utf-8 searches in bodies encoded in the
4992                 locale's encoding
4993         * src/common/quoted-printable.c
4994         * src/common/quoted-printable.h
4995                 Add a decode function that doesn't overwrite
4996                 the original pointer
4997                 
4998
4999 2006-03-24 [colin]      2.0.0cvs168
5000
5001         * src/action.c
5002         * src/summaryview.c
5003         * src/summaryview.h
5004                 Update message cache after action
5005                 Patch by H. Merijn Brand
5006         * src/prefs_msg_colors.c
5007                 Factorize label 
5008                 Patch by Fabien Vantard
5009         * src/plugins/spamassassin/spamassassin_gtk.c
5010                 Remove useless translation
5011                 Patch by Fabien Vantard
5012
5013 2006-03-23 [colin]      2.0.0cvs167
5014
5015         * src/common/ssl.c
5016                 Let 30 seconds to SSL_connect
5017
5018 2006-03-23 [wwp]        2.0.0cvs166
5019
5020         * src/summaryview.c
5021         * src/gtk/description_window.c
5022                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5023                 and headers are translated; adjust description windows' width to fit their
5024                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5025
5026 2006-03-23 [paul]       2.0.0cvs165
5027
5028         * src/common/utils.c
5029                 fix highlighting of URIs containing "()"
5030                 (2.0.0cvs164's reversal fixed)
5031                 Thanks to Colin.
5032
5033 2006-03-23 [paul]       2.0.0cvs164
5034
5035         * src/common/utils.c
5036                 revert patch, (postponing a fix), at 2.0.0cvs120
5037                 as it breaks more URIs than it fixes.
5038                 Allow '-' to be a terminating character in a URI
5039
5040 2006-03-22 [colin]      2.0.0cvs163
5041
5042         * configure.ac
5043                 Require libetpan 0.45
5044                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5045
5046 2006-03-22 [paul]       2.0.0cvs162
5047
5048         * src/editgroup.c
5049                 replace '<-' and '->' buttons with GTK_STOCK graphical
5050                 buttons
5051         * src/summary_search.c
5052                 don't offer '...' for translation
5053                 add a tooltip to advanced search '...' button
5054         * src/gtk/quicksearch.c
5055                 don't offer '...' for translation
5056
5057 2006-03-21 [colin]      2.0.0cvs161
5058
5059         * src/compose.c
5060                 Fix middle-click pasting (insert at click
5061                 position instead of cursor position, don't
5062                 remove existing selection and allow pasting
5063                 our own selection)
5064         * src/addressbook.c
5065                 "LDAP Server" -> "LDAP servers"
5066
5067 2006-03-21 [wwp]        2.0.0cvs160
5068
5069         * src/etpan/imap-thread.c
5070                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5071
5072 2006-03-20 [colin]      2.0.0cvs159
5073
5074         * src/summaryview.c
5075                 Don't reload summaryview after an execute with no
5076                 move action
5077
5078 2006-03-19 [colin]      2.0.0cvs158
5079
5080         * src/addressbook.c
5081                 and put groups at the top, always
5082
5083 2006-03-19 [colin]      2.0.0cvs157
5084
5085         * src/addressbook.c
5086                 Order groups before names, as previously
5087
5088 2006-03-19 [colin]      2.0.0cvs156
5089
5090         * src/addressbook.c
5091                 - Sort case-unsensitive
5092                 - Put the sort arrow at opening too
5093
5094 2006-03-19 [wwp]        2.0.0cvs155
5095
5096         * src/addressbook.c
5097                 allow sorting by name/email/remarks, ensure that right-pane's contents
5098                 matches the left-pane selection (cleared when appropriate).
5099                 Patch by Pawel Pekala <c0rn@o2.pl>.
5100
5101 2006-03-18 [colin]      2.0.0cvs154
5102
5103         * src/textview.c
5104                 Fix text cursor ;)
5105
5106 2006-03-18 [colin]      2.0.0cvs153
5107
5108         * src/gtk/filesel.c
5109                 Make sure we hide the preview if we didn't get
5110                 a filename
5111
5112 2006-03-18 [colin]      2.0.0cvs152
5113
5114         * src/summaryview.c
5115                 Set cursor to watch for execution (fixes lack
5116                 of watch-cursor when dnd'ing hundreds of mails)
5117         * src/gtk/filesel.c
5118                 Check that mime type is 'image/*' before updating
5119                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5120
5121 2006-03-18 [colin]      2.0.0cvs151
5122
5123         * src/mainwindow.c
5124         * src/textview.c
5125         * src/textview.h
5126                 Put a watch cursor in textview too when the mainwindow's
5127                 cursor in a watch
5128
5129 2006-03-18 [colin]      2.0.0cvs150
5130
5131         * src/folder.c
5132                 Change wrong asserts to simple tests
5133
5134 2006-03-17 [colin]      2.0.0cvs149
5135
5136         * src/mainwindow.c
5137         * src/mainwindow.h
5138         * src/prefs_msg_colors.c
5139         * src/summaryview.c
5140         * src/summaryview.h
5141         * src/gtk/colorlabel.c
5142         * src/gtk/colorlabel.h
5143                 Add a color label menu in the main menubar
5144                 Add (fixed) accels Ctrl-{0-7} to change the color
5145                 They have to be fixed because the menu's dynamic,
5146                 the items are complex widgets, hence we can't use
5147                 a GtkItemFactory.
5148
5149
5150 2006-03-17 [wwp]        2.0.0cvs148
5151
5152         * src/compose.c
5153                 rollback few lines from my previous commit (those lines come from
5154                 a pending patch, accidentally commited, even if neutral as they are
5155                 commented out).
5156
5157 2006-03-17 [wwp]        2.0.0cvs147
5158
5159         * src/compose.c
5160                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5161                 applied code style/indentation to the modified function.
5162
5163 2006-03-17 [wwp]        2.0.0cvs146
5164
5165         * src/procmsg.c
5166         * src/compose.c
5167                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5168
5169 2006-03-17 [paul]
5170
5171         2.1.0-rc1 released
5172
5173 2006-03-17 [paul]       2.0.0cvs145
5174
5175         * src/main.c
5176                 addressbook_read_file() was called twice
5177         * src/textview.c
5178                 X-Mailer highlighting
5179
5180 2006-03-16 [colin]      2.0.0cvs144
5181
5182         * src/sourcewindow.c
5183         * src/sourcewindow.h
5184                 And the last one, in source window.
5185
5186 2006-03-16 [colin]      2.0.0cvs143
5187
5188         * src/compose.c
5189         * src/compose.h
5190                 Fix the same stuff in compose
5191
5192 2006-03-16 [colin]      2.0.0cvs142
5193
5194         * src/messageview.c
5195                 Complete the previous messageview crash fix
5196
5197 2006-03-16 [colin]      2.0.0cvs141
5198
5199         * src/procmsg.h
5200         * src/procmsg.c
5201         * src/folder.c
5202                 Fix POSTPROCESSING hook
5203                 Patch by H. Merijn Brand
5204
5205         * src/procmime.c
5206         * src/procmime.h
5207                 Parse Content-Location
5208
5209         * src/toolbar.c
5210         * src/messageview.c
5211         * src/messageview.h
5212                 Don't crash when a top-level MessageView has
5213                 been closed on us. Same problematic than
5214                 yesterday's quicksearch issue.
5215
5216 2006-03-15 [colin]      2.0.0cvs140
5217
5218         * src/gtk/quicksearch.c
5219                 Fix a bitchy race we didn't think about when we
5220                 added quicksearch cancellation:
5221                 If the search is not on cached fields, for example
5222                 body_part matchcase "stuff"
5223                 the matcher code has to get the whole message. If
5224                 we're on IMAP, that can be slow, and in order to
5225                 be non-blocking, the IMAP code idle loop processes
5226                 gtk events too. So it is possible to cancel a
5227                 quicksearch while the matcher is getting the mail's
5228                 body. After matcher got its body, it will start to
5229                 iterate over the matcher list that the Quicksearch's
5230                 clear_search_cb() just freed via prepare_matcher().
5231                 SIGSEGV ensues.
5232                 The fix consists of guarding the matcherlist_match()
5233                 call with a boolean 'matching'. If we reset the
5234                 quicksearch while matching is TRUE, we don't free
5235                 the matcherlist anymore like we did, but we set
5236                 another new flag, deferred_free, to TRUE. Then,
5237                 in quicksearch_match(), just after returning from
5238                 matcherlist_match() and unsetting the matching flag,
5239                 we check the deferred_free flag and do the
5240                 prepare_matcher() (which does the matcherlist_free)
5241                 for real, so we free the matcherlist once it's not
5242                 used anymore.
5243                 As all of this runs via the glib main loop, we
5244                 luckily don't need a mutex.
5245         * src/summaryview.c
5246                 Also, show progress while searching.
5247
5248
5249 2006-03-14 [colin]      2.0.0cvs139
5250
5251         * src/alertpanel.c
5252                 Make alertpanel_is_open non-static
5253
5254 2006-03-14 [colin]      2.0.0cvs138
5255
5256         * src/prefs_spelling.c
5257                 Cleanups - Fabien Vantard
5258
5259 2006-03-14 [wwp]        2.0.0cvs137
5260
5261         * src/main.c
5262                 code style normalization (curly braces, indentation).
5263
5264 2006-03-14 [wwp]        2.0.0cvs137
5265
5266         * src/main.c
5267                 code style (braces, indentation)
5268
5269 2006-03-12 [paul]       2.0.0cvs136
5270
5271         * src/prefs_common.c
5272                 trans_hdr defaults to FALSE to be RFC-savvy
5273         * src/prefs_summaries.c
5274                 add a tooltip to the trans_hdr option
5275                 
5276
5277 2006-03-12 [paul]       2.0.0cvs135
5278
5279         * src/prefs_matcher.c
5280                 give a little more width to the combos
5281         * src/prefs_display_header.c
5282         * src/textview.c
5283                 translate headers if prefs_common.trans_hdr
5284                 is TRUE
5285
5286         Patches by Pawel Pekala
5287
5288 2006-03-12 [paul]       2.0.0cvs134
5289
5290         * src/plugins/clamav/clamav_plugin.c
5291         * src/plugins/dillo_viewer/dillo_viewer.c
5292         * src/plugins/pgpcore/plugin.c
5293         * src/plugins/pgpinline/plugin.c
5294         * src/plugins/pgpmime/plugin.c
5295         * src/plugins/spamassassin/spamassassin.c
5296                 update/add to descriptions
5297         * src/plugins/spamassassin/spamassassin_gtk.c
5298                 fixes to the english, remove superfluous
5299                 tooltips, clean up a little
5300
5301 2006-03-12 [paul]       2.0.0cvs133
5302
5303         * src/compose.c
5304                 fix Bug 924, 'Account combo box shows up wrong 
5305                 if & is in account name'
5306
5307 2006-03-11 [colin]      2.0.0cvs132
5308
5309         * src/summaryview.c
5310                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5311                 messed up shift-selection because is slows down
5312                 moving around summaryview. thanks -users
5313
5314 2006-03-10 [colin]      2.0.0cvs131
5315
5316         * src/plugins/spamassassin/spamassassin_gtk.c
5317                 Put back Paul's engrish fixes
5318
5319 2006-03-10 [colin]      2.0.0cvs130
5320
5321         * src/plugins/spamassassin/spamassassin.c
5322         * src/plugins/spamassassin/spamassassin.h
5323         * src/plugins/spamassassin/spamassassin_gtk.c
5324                 Cleanup SA prefs page (more)
5325                 Patch by Fabien Vantard
5326
5327 2006-03-10 [paul]       2.0.0cvs129
5328
5329         * src/prefs_msg_colors.c
5330         * src/prefs_spelling.c
5331                 widget sensitivity
5332
5333 2006-03-09 [mones]      2.0.0cvs128
5334
5335         * po/es.po
5336                 Update for next RC
5337
5338 2006-03-09 [wwp]        2.0.0cvs127
5339
5340         * configure.ac
5341                 revert accidental commit (requirement for libetpan 0.43), this time
5342                 not in HEAD.
5343
5344 2006-03-09 [wwp]        2.0.0cvs125
5345
5346         * configure.ac
5347                 revert accidental commit (requirement for libetpan 0.43)
5348
5349 2006-03-09 [paul]       2.0.0cvs126
5350
5351         * src/prefs_receive.c
5352                 remove useless frame
5353                 replace 'incorporation' with 'receiving'
5354         * src/plugins/clamav/clamav_plugin_gtk.c
5355         * src/plugins/spamassassin/spamassassin_gtk.c
5356                 improve widget sensitivity
5357                 fix a bit his engrish
5358
5359 2006-03-09 [wwp]        2.0.0cvs125
5360
5361         * src/addressadd.c
5362         * src/foldersel.c
5363         * src/prefs_common.c
5364         * src/prefs_common.h
5365                 remember some more windows' sizes (add to addressbook and
5366                 select folder).
5367
5368 2006-03-09 [paul]       2.0.0cvs124
5369
5370         * src/plugins/pgpcore/prefs_gpg.c
5371                 normalise construction of dialogue
5372
5373 2006-03-09 [paul]       2.0.0cvs123
5374
5375         * src/plugins/trayicon/Makefile.am
5376                 add missing slash
5377
5378 2006-03-08 [colin]      2.0.0cvs122
5379
5380         * src/plugins/trayicon/Makefile.am
5381                 Fix build in separate dir 
5382                 Patch by Bamanzi <bamanzi@gmail.com>
5383
5384 2006-03-08 [colin]      2.0.0cvs121
5385
5386         * src/procmsg.c
5387                 Batch move and copies from summaryview with delayed execution
5388                 too
5389
5390 2006-03-07 [paul]       2.0.0cvs120
5391
5392         * src/common/utils.c
5393                 fix highlighting of URIs containing "()"
5394                 Patch by Pawel Pekala
5395
5396 2006-03-07 [paul]       2.0.0cvs119
5397
5398         * src/folder.c
5399         * src/folder.h
5400         * src/folderview.c
5401                 immediately do alphabetical resort when
5402                 changing a folder's name
5403                 Patch by Pawel Pekala
5404
5405 2006-03-07 [paul]       2.0.0cvs118
5406
5407         * src/news.c
5408         * src/news_gtk.c
5409                 when unsubscribing a newsgroup, remove the
5410                 folder and msgs in .sylpheed-claws/newscache
5411                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5412
5413 2006-03-07 [paul]       2.0.0cvs117
5414
5415         * src/textview.c
5416                 fix wrong Fake URL Warning
5417                 Thanks to Hiro
5418
5419 2006-03-07 [colin]      2.0.0cvs116
5420
5421         * src/imap.c
5422                 Return immediately when password dialog was
5423                 cancelled
5424         * src/gtk/inputdialog.c
5425                 Allow empty strings for passwords
5426
5427
5428 2006-03-06 [colin]      2.0.0cvs115
5429
5430         * src/imap.c
5431                 Prevent double-timeouts when connection fails
5432
5433 2006-03-06 [colin]
5434
5435         2.0.1-rc1 released
5436
5437 2006-03-06 [colin]      2.0.0cvs114
5438
5439         * src/imap.c
5440                 Refresh session during potentially long
5441                 operations
5442
5443 2006-03-06 [wwp]        2.0.0cvs113
5444
5445         * src/prefs_msg_colors.h
5446                 forgot that one (custom color labels).
5447
5448 2006-03-06 [wwp]        2.0.0cvs112
5449
5450         * src/prefs_common.c
5451         * src/prefs_common.h
5452         * src/prefs_msg_colors.c
5453         * src/summaryview.c
5454         * src/summaryview.h
5455         * src/gtk/colorlabel.c
5456         * src/gtk/colorlabel.h
5457                 colors in messages list are now customizable. Color values and names can
5458                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5459                 Thanks to Paul and Colin for their help with this longstanding patch!
5460
5461 2006-03-06 [wwp]        2.0.0cvs111
5462
5463         * src/textview.c
5464                 don't crash if (x)face is bad.
5465
5466 2006-03-05 [paul]       2.0.0cvs110
5467
5468         * AUTHORS
5469         * configure.ac
5470         * src/Makefile.am
5471         * src/common/Makefile.am
5472         * src/common/utils.h
5473         * src/etpan/imap-thread.c
5474         * src/gtk/authors.h
5475         * src/plugins/clamav/Makefile.am
5476         * src/plugins/demo/Makefile.am
5477         * src/plugins/dillo_viewer/Makefile.am
5478         * src/plugins/pgpcore/Makefile.am
5479         * src/plugins/pgpcore/passphrase.c
5480         * src/plugins/pgpinline/Makefile.am
5481         * src/plugins/pgpmime/Makefile.am
5482         * src/plugins/spamassassin/Makefile.am
5483         * src/plugins/trayicon/Makefile.am
5484                 fix builiding on cygwin
5485                 Patch by Ralgh Young <bamanzi@gmail.com>
5486
5487 2006-03-04 [wwp]        2.0.0cvs109
5488
5489         * manual/keyboard.xml
5490                 fix mixed up/down keys.
5491
5492 2006-03-04 [wwp]        2.0.0cvs108
5493
5494         * README
5495         * INSTALL
5496                 updated links to SpamAssassin.
5497
5498 2006-03-04 [wwp]        2.0.0cvs107
5499
5500         * manual/plugins.xml
5501         * src/plugins/spamassassin/README
5502                 updated SpamAssassin plugin docs to reflect new functional additions
5503                 (also fix/update/documents few technical stuff more, see the README).
5504
5505 2006-03-04 [wwp]        2.0.0cvs106
5506
5507         * src/prefs_message.c
5508                 normalized capitalization of message-prefs paths.
5509
5510 2006-03-04 [wwp]        2.0.0cvs105
5511
5512         * manual/advanced.xml
5513                 typo.
5514
5515 2006-03-03 [colin]      2.0.0cvs104
5516
5517         * src/plugins/clamav/clamav_plugin_gtk.c
5518                 Rework prefs page, patch by Fabien 
5519
5520 2006-03-03 [colin]      2.0.0cvs103
5521
5522         * src/plugins/clamav/clamav_plugin.c
5523                 Set error on all errors
5524
5525 2006-03-03 [colin]      2.0.0cvs102
5526
5527         * src/common/plugin.c
5528                 Initialize error to avoid crashing when a plugin fails
5529                 without setting error
5530
5531 2006-03-02 [wwp]        2.0.0cvs101
5532
5533         * configure.ac
5534                 fixed linker flags for libetpan support on Cygwin
5535                 (thanks to H.Merijn Brand).
5536
5537 2006-03-02 [wwp]        2.0.0cvs100
5538
5539         * src/addressbook.c
5540                 fix some AB error messages: one for punctuation and
5541                 one wrongly duplicate (thanks, maxbritov).
5542
5543 2006-03-02 [wwp]        2.0.0cvs99
5544
5545         * src/plugins/spamassassin/spamassassin.c
5546                 make sync calls to sa-learn/spamc to prevent
5547                 system (whatever local or client/server) overload.
5548
5549 2006-03-02 [colin]      2.0.0cvs98
5550
5551         * src/summaryview.c
5552                 Put the spam icon in the status column instead of the
5553                 mark one
5554
5555 2006-03-01 [colin]      2.0.0cvs97
5556
5557         * src/plugins/spamassassin/spamassassin.c
5558                 Fix segfault (g_file_set_contents fails for some 
5559                 reason and err==0x2f. Can't find out why with
5560                 valgrind, using working function :-)
5561
5562 2006-03-01 [colin]      2.0.0cvs96
5563
5564         * src/inc.c
5565                 Offline overriding: let 'No' be cached only 3 seconds
5566
5567 2006-03-01 [colin]      2.0.0cvs95
5568
5569         * src/addr_compl.c
5570         * src/addrbook.c
5571         * src/addressbook.c
5572         * src/addrindex.c
5573         * src/folder_item_prefs.c
5574         * src/headerview.c
5575         * src/imap.c
5576         * src/inc.c
5577         * src/ldif.c
5578         * src/mainwindow.c
5579         * src/mh.c
5580         * src/msgcache.c
5581         * src/prefs_common.h
5582         * src/prefs_msg_colors.c
5583         * src/procheader.c
5584         * src/procheader.h
5585         * src/procmime.c
5586         * src/procmsg.c
5587         * src/procmsg.h
5588         * src/send_message.h
5589         * src/simple-gettext.c
5590         * src/summaryview.c
5591         * src/summaryview.h
5592         * src/syldap.c
5593         * src/textview.c
5594         * src/undo.c
5595         * src/common/ssl_certificate.c
5596         * src/common/utils.c
5597         * src/gtk/colorsel.c
5598         * src/gtk/gtksctree.c
5599         * src/gtk/gtkshruler.c
5600         * src/plugins/trayicon/trayicon.c
5601                 #if 0 goes to /dev/null
5602
5603 2006-03-01 [colin]      2.0.0cvs94
5604
5605         * src/compose.c
5606         * src/imap.c
5607         * src/inc.c
5608         * src/inc.h
5609         * src/messageview.c
5610         * src/news.c
5611         * src/plugins/spamassassin/spamassassin.c
5612                 Allow to add information in the "working offline"
5613                 window
5614
5615 2006-03-01 [wwp]        2.0.0cvs93
5616
5617         * src/plugins/spamassassin/spamassassin.c
5618                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5619                 'cause it seems that calling `spamc ... < inputfile` with
5620                 g_spawn_(a)sync simply.. erm doesn't work :-).
5621
5622 2006-03-01 [wwp]        2.0.0cvs92
5623
5624         * src/toolbar.c
5625         * src/toolbar.h
5626                 simplify the adding of spam/ham button to the messageview toolbar
5627                 (it gets more clear now that the same button will be "Mark as spam"
5628                 or "Mark as ham" according to the current message status,
5629                 thanks to Colin).
5630
5631 2006-03-01 [wwp]        2.0.0cvs91
5632
5633         * src/messageview.c
5634         * src/procmsg.c
5635         * src/procmsg.h
5636         * src/summaryview.c
5637         * src/plugins/spamassassin/spamassassin.c
5638         * src/plugins/spamassassin/spamassassin.h
5639                 make learner callbacks return a status (0 for ok),
5640                 handle it in main code to avoid setting flags when learning failed,
5641                 don't learn on TCP if offline in spamassassin,
5642                 thanks to Colin.
5643
5644                 
5645
5646 2006-03-01 [wwp]        2.0.0cvs90
5647
5648         * src/compose.c
5649                 some work around the compose window's account menu,
5650                 patch by Fabien Vantard.
5651
5652 2006-03-01 [wwp]        2.0.0cvs89
5653
5654         * src/plugins/spamassassin/spamassassin.c
5655                 fixed bad logics, was using spamc in local mode and sa-learn
5656                 in remote mode (thanks, Colin).
5657
5658 2006-03-01 [wwp]        2.0.0cvs88
5659
5660         * src/plugins/spamassassin/spamassassin.c
5661         * src/plugins/spamassassin/spamassassin.h
5662         * src/plugins/spamassassin/spamassassin_gtk.c
5663                 made processing of emails w/ sa-plugin an option (default is TRUE),
5664                 fixed Engrish some tooltips, capitalization of some debug messages
5665                 and warnings. The spamassassin plugin now provides two separate
5666                 services: process emails upon incorporation and spamd training.
5667                 Both services (un)register independently but use some common
5668                 plugin settings (transport settings, spam storage location).
5669
5670 2006-02-28 [wwp]        2.0.0cvs87
5671
5672         * src/plugins/spamassassin/spamassassin.c
5673                 fix async flag to spamc cmdline execution (batch exec should
5674                 be asynchronous).
5675
5676 2006-02-27 [wwp]        2.0.0cvs86
5677
5678         * src/plugins/spamassassin/spamassassin.c
5679         * src/plugins/spamassassin/spamassassin.h
5680         * src/plugins/spamassassin/spamassassin_gtk.c
5681                 - added the ability to learn a remote spamassassin server (spamd),
5682                 using spamc.
5683                 - added the spamassassin option 'username', that applies to all
5684                 spamassassin operations (filtering, learning, local or remote).
5685                 The default username is the current unix user (if left blank
5686                 from gtk prefs or config file).
5687                 - commented out some unused code (notebook widget), removed unused
5688                 layout (hbox1).
5689                 - make more widgets sensitive to the transport type.
5690
5691 2006-02-27 [colin]      2.0.0cvs85
5692
5693         * src/plugins/spamassassin/spamassassin.c
5694                 Fix sa-learn call when offline
5695
5696 2006-02-27 [colin]      2.0.0cvs84
5697
5698         * configure.ac
5699         * src/Makefile.am
5700         * src/mainwindow.c
5701         * src/mainwindow.h
5702         * src/messageview.c
5703         * src/messageview.h
5704         * src/prefs_toolbar.c
5705         * src/procmsg.c
5706         * src/stock_pixmap.c
5707         * src/stock_pixmap.h
5708         * src/summaryview.c
5709         * src/toolbar.c
5710         * src/toolbar.h
5711         * src/pixmaps/ham_btn.xpm
5712         * src/pixmaps/spam.xpm
5713         * src/pixmaps/spam_btn.xpm
5714         * src/plugins/spamassassin/spamassassin.c
5715                 Add button in toolbar for spam learning
5716                 Fix a few bugs from the last related commit
5717                 Revert 1.9.6cvs23 which messed up shift-selection
5718
5719 2006-02-24 [colin]      2.0.0cvs83
5720
5721         * src/procmsg.c
5722         * src/summaryview.c
5723         * src/summaryview.h
5724         * src/plugins/spamassassin/spamassassin.c
5725         * src/plugins/spamassassin/spamassassin.h
5726         * src/plugins/spamassassin/spamassassin_gtk.c
5727                 Unregister learner when spamassassin is either
5728                 disabled or over tcp
5729
5730 2006-02-24 [colin]      2.0.0cvs82
5731
5732         * src/Makefile.am
5733         * src/mainwindow.c
5734         * src/mainwindow.h
5735         * src/procmsg.c
5736         * src/procmsg.h
5737         * src/stock_pixmap.c
5738         * src/stock_pixmap.h
5739         * src/summaryview.c
5740         * src/summaryview.h
5741         * src/gtk/icon_legend.c
5742         * src/pixmaps/spam.xpm  ** NEW FILE **
5743         * src/plugins/spamassassin/spamassassin.c
5744         * src/plugins/spamassassin/spamassassin_gtk.c
5745                 Add spam learning interface (Mark/Mark as 
5746                 (spam|ham) menus)
5747
5748 2006-02-24 [wwp]        2.0.0cvs81
5749
5750         * src/compose.c
5751         * src/compose.h
5752         * src/filtering.c
5753                 hide compose window when sending message in batch mode
5754                 (filtering: forward and redirect). Also fixed a wrong
5755                 value returned when sending failed, neutral anyway.
5756                 (Colin, me) 
5757
5758 2006-02-24 [wwp]        2.0.0cvs80
5759
5760         * src/mainwindow.c
5761                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5762
5763 2006-02-24 [paul]       2.0.0cvs79
5764
5765         * src/news.c
5766         * src/news.h
5767         * src/news_gtk.c
5768                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5769                 Thanks to Colin
5770
5771 2006-02-23 [colin]      2.0.0cvs78
5772
5773         * src/alertpanel.c
5774                 Change OK to Close in alertpanel with View log
5775                 button; add accel to View log. Patch by Fabien
5776                 Vantard
5777
5778 2006-02-23 [wwp]        2.0.0cvs77
5779
5780         * src/compose.c
5781                 silly me, there were much more tests to perform, since toolbars can
5782                 really have down to 1 element only.
5783
5784 2006-02-23 [wwp]        2.0.0cvs76
5785
5786         * commitHelper
5787                 fixed indentation from my previous commit. Fallback to VISUAL if
5788                 EDITOR is not set (and to vi, at last resort).
5789
5790 2006-02-23 [wwp]        2.0.0cvs75
5791
5792         * commitHelper
5793                 improved error detection (Colin, me).
5794
5795 2006-02-23 [wwp]        2.0.0cvs74
5796
5797         * src/prefs_toolbar.c
5798                 simplify and fix prefs/toolbars layouting. Combos' contents can
5799                 now be really displayed.
5800
5801 2006-02-23 [wwp]        2.0.0cvs73
5802         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5803         be really displayed.
5804
5805 2006-02-22 [wwp]        2.0.0cvs72
5806
5807         * src/compose.c
5808                 fix a typo in my previous commit (sorry!).
5809
5810 2006-02-22 [wwp]        2.0.0cvs71
5811
5812         * src/prefs_toolbar.c
5813                 fix a crash when adding separators to toolbars,
5814                 also fix some separator item information.
5815
5816 2006-02-22 [wwp]        2.0.0cvs70
5817
5818         * src/compose.c
5819                 fix a crash when redirecting (for instance) when compose window's
5820                 toolbar contents has been customized (when some buttons have been
5821                 removed in fact).
5822
5823 2006-02-21 [wwp]        2.0.0cvs69
5824
5825         * src/summaryview.c
5826         * src/gtk/pluginwindow.c
5827         * src/plugins/pgpcore/prefs_gpg.c
5828                 fix some compilation warnings (feat. remains of removed code).
5829
5830 2006-02-21 [wwp]        2.0.0cvs68
5831
5832         * src/gtk/gtkutils.c
5833                 fix two compilation issues, thanks to Stephan Sachse.
5834
5835 2006-02-20 [colin]      2.0.0cvs67
5836
5837         * src/mainwindow.c
5838                 Don't reselect displayed mail on refocus
5839                 This fixes actions misbehaving 
5840
5841 2006-02-20 [wwp]        2.0.0cvs66
5842
5843         * src/summaryview.c
5844         * src/gtk/gtksctree.c
5845         * src/gtk/gtkshruler.c
5846                 changed more runtime typecast checks.
5847
5848 2006-02-20 [wwp]        2.0.0cvs65
5849
5850         * src/summary_search.c
5851                 find all - summaryview refresh issue fixed, thanks to Colin.
5852
5853 2006-02-20 [wwp]        2.0.0cvs64
5854
5855         * src/gtk/gtkutils.c
5856                 better runtime typecast checks.
5857
5858 2006-02-20 [wwp]        2.0.0cvs63
5859
5860         * src/summary_search.c
5861                 enhancements to the summary search:
5862                         - add the ability to stop the running search
5863                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5864                         - don't search if no criteria (From/To/Subject/Body) is set
5865                         - ensure that a busy mouse pointer is always shown when searching,
5866                           show it even a bit earlier
5867
5868 2006-02-19 [colin]      2.0.0cvs62
5869
5870         * src/compose.c
5871         * src/imap.c
5872         * src/etpan/imap-thread.c
5873         * src/etpan/imap-thread.h
5874                 (Future) IMAP speed improvement on sending
5875                 Will require a libetpan update
5876         * src/summaryview.c
5877         * src/gtk/quicksearch.c
5878                 Make quicksearch clearable while running.
5879
5880 2006-02-17 [colin]      2.0.0cvs61
5881
5882         * src/imap.c
5883         * src/etpan/imap-thread.c
5884         * src/etpan/imap-thread.h
5885                 Check for IMAP certificates
5886                 ** Requires libetpan-0.42-cvs4 
5887                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
5888
5889 2006-02-17 [colin]      2.0.0cvs60
5890
5891         * src/messageview.c
5892         * src/prefs_common.c
5893         * src/prefs_common.h
5894         * src/prefs_message.c
5895                 Add pref to display HTML-only mails with plugin, 
5896                 if possible (defaulting to FALSE of course).
5897
5898 2006-02-16 [colin]      2.0.0cvs59
5899
5900         * src/main.c
5901         * src/common/plugin.c
5902         * src/common/plugin.h
5903         * src/gtk/pluginwindow.c
5904                 Keep track of requested (but unloaded) plugins
5905                 in some error cases.
5906
5907 2006-02-16 [wwp]        2.0.0cvs58
5908
5909         * src/gtk/gtkaspell.c
5910         * src/gtk/gtkaspell.h
5911         * src/prefs_spelling.c
5912         * src/compose.c
5913         * src/prefs_common.c
5914         * src/prefs_common.h
5915                 implemented new optional spellchecker behaviour: re-check message when
5916                 dictionary got changed (from compose-window/context-menu/Change dictionary).
5917
5918 2006-02-16 [wwp]        2.0.0cvs57
5919
5920         * src/quote_fmt_parse.y
5921                 pclose popen'ed pipe.
5922
5923 2006-02-15 [colin]      2.0.0cvs56
5924
5925         * src/mimeview.c
5926         * src/mimeview.h
5927                 Let MimeViewers know which MimeView they
5928                 depend of.
5929         * src/summaryview.c
5930                 Swap From/To columns in Sent/Queue/Drafts
5931                 folders
5932         * src/etpan/imap-thread.c
5933                 Use mailstream_low_tls_open() for STARTTLS
5934                 instead of mailstream_low_ssl_open()
5935                 ** REQUIRES libetpan 0.42cvs3 **
5936
5937 2006-02-15 [wwp]        2.0.0cvs55
5938
5939         * src/compose.c
5940         * src/compose.h
5941         * src/message_search.c
5942         * src/message_search.h
5943         * src/textview.c
5944         * src/gtk/gtkutils.c
5945         * src/gtk/gtkutils.h
5946                 added the ability to Find text in the compose window (and a bit
5947                 of code factorization).
5948
5949 2006-02-15 [wwp]        2.0.0cvs54
5950
5951         * src/prefs_gtk.c
5952                 yet another one file was missing (fix for some widgets' sensitivity).
5953                 Thanks Colin!
5954
5955 2006-02-15 [wwp]        2.0.0cvs53
5956
5957         * src/prefs_gtk.h
5958                 oops forgot that file (fix for some widgets' sensitivity).
5959
5960 2006-02-15 [wwp]        2.0.0cvs52
5961
5962         * src/summary_search.c
5963                 implemented advanced summary search options (added the ability
5964                 to use matcher conditions in an advanced search mode).
5965
5966 2006-02-15 [wwp]        2.0.0cvs51
5967
5968         * src/plugins/pgpcore/prefs_gpg.c
5969         * src/prefs_account.c
5970                 fix some widget sensitivity, mostly around some labels in
5971                 account prefs.
5972
5973 2006-02-15 [paul]       2.0.0cvs50
5974
5975         * manual/advanced.xml
5976                 improve Templates info
5977                 written by wwp
5978
5979 2006-02-14 [colin]      2.0.0cvs49
5980
5981         * src/pixmaps/address_book.xpm
5982         * src/pixmaps/preferences.xpm
5983         * src/pixmaps/properties.xpm
5984                 Fix pixmap size - patch by Fabien Vantard
5985
5986 2006-02-13 [colin]      2.0.0cvs48
5987
5988         * src/procmime.c
5989                 Add missing fclose()s on error
5990         * src/textview.c
5991                 Remove unused code
5992         * src/common/utils.c
5993                 Fix temp files not being deleted on windows
5994         Patches by Thomas Gilgin
5995
5996 2006-02-13 [colin]      2.0.0cvs47
5997
5998         * src/mainwindow.c
5999                 Fix exit crash
6000
6001 2006-02-13 [wwp]        2.0.0cvs46
6002
6003         * src/plugins/pgpcore/prefs_gpg.c
6004                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6005
6006 2006-02-12 [colin]      2.0.0cvs45
6007
6008         * src/folderview.c
6009         * src/main.c
6010         * src/mainwindow.c
6011                 Fix "stuff" when quitting
6012
6013 2006-02-12 [wwp]        2.0.0cvs44
6014
6015         * src/prefs_themes.c
6016                 fix typos in debug messages.
6017
6018 2006-02-11 [colin]      2.0.0cvs43
6019
6020         * src/summaryview.c
6021                 don't allow drag/drop from ourself
6022
6023 2006-02-10 [wwp]        2.0.0cvs42
6024
6025         * src/exporthtml.c
6026         * src/html.c
6027         * src/html.h
6028         * src/procmime.c
6029         * src/textview.c
6030                 renamed html_ prefixed functions and data structures to avoid
6031                 namespace clashes w/ other software (gtkhtml2 for instance).
6032                 Closes bug #907.
6033
6034
6035 2006-02-09 [colin]      2.0.0cvs41
6036
6037         * src/summaryview.c
6038                 Fix shitty logic messed up. Thanks Ticho for the hint!
6039
6040 2006-02-09 [wwp]        2.0.0cvs40
6041
6042         * src/gtk/about.c
6043         * src/compose.c
6044         * src/prefs_account.c
6045         * src/prefs_gtk.h
6046         * src/editaddress.c
6047                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6048                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6049                 Browse buttons in accounts prefs.
6050
6051 2006-02-09 [colin]      2.0.0cvs39
6052
6053         * src/matcher.c
6054                 Check for pointer before using its members
6055         * src/gtk/gtksourceprintjob.c
6056                 Fix a wrong warning
6057
6058 2006-02-09 [wwp]        2.0.0cvs38
6059
6060         * src/gtk/filesel.c
6061                 fix few compiler warnings (type mismatch).
6062
6063 2006-02-09 [paul]       2.0.0cvs37
6064
6065         * po/fr.po
6066                 updated by Fabien Vantard
6067
6068 2006-02-08 [colin]      2.0.0cvs36
6069
6070         * src/prefs_common.c
6071         * src/common/defs.h
6072         * src/common/plugin.c
6073                 allow windows and linux configurations to coexist
6074                 patch by Thomas Gilgin
6075
6076 2006-02-08 [colin]      2.0.0cvs35
6077
6078         * src/filtering.c
6079         * src/matcher.c
6080         * src/matcher.h
6081         * src/matcher_parser_parse.y
6082         * src/prefs_filtering_action.c
6083         * src/prefs_matcher.c
6084                 Add the "Ignore thread" filtering
6085                 action
6086
6087 2006-02-08 [colin]      2.0.0cvs34
6088
6089         * src/compose.c
6090         * src/procmime.c
6091         * src/procmime.h
6092                 Fix bug #905 (damaged attachment)
6093                 text files with raw \0's aren't really text files
6094         FOR_STABLE
6095
6096 2006-02-08 [colin]      2.0.0cvs33
6097
6098         * src/summaryview.c
6099                 Fix crasher introduced yesterday
6100
6101 2006-02-08 [wwp]        2.0.0cvs32
6102
6103         * src/compose.c
6104         * src/compose.h
6105                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6106
6107 2006-02-08 [wwp]        2.0.0cvs31
6108
6109         * src/prefs_template.c
6110                 templates enhancement: allow address completion for Cc and Bcc fields
6111                 (it was currently possible for the To field only)
6112
6113 2006-02-08 [colin]      2.0.0cvs30
6114
6115         * src/compose.c
6116                 Don't unblock if not blocked
6117         FOR_STABLE
6118
6119 2006-02-07 [colin]      2.0.0cvs29
6120
6121         * src/action.c
6122                 Forgot to refresh summaryview
6123
6124 2006-02-07 [colin]      2.0.0cvs28
6125
6126         * src/action.c
6127                 Freeze/thaw message list and folder list while
6128                 processing %as{} actions 
6129         * src/compose.c
6130                 Fix auto-wrap disabling after a middle-click
6131                 paste - FOR_STABLE
6132
6133 2006-02-07 [paul]       2.0.0cvs27
6134
6135         * src/folder.c
6136                 fix freeing of uninitialised pointers
6137                 Thanks to Colin
6138
6139 2006-02-06 [colin]      2.0.0cvs26
6140
6141         * src/folder.c
6142                 Use g_slist_prepend in potentially big list
6143
6144 2006-02-06 [colin]      2.0.0cvs25
6145
6146         * src/folder.c
6147                 Completely skip processing if it doesn't 
6148                 exist (faster!)
6149
6150 2006-02-06 [colin]      2.0.0cvs24
6151
6152         * src/folder.c
6153         * src/summaryview.c
6154                 Batch filtering in summaryview (from Tools menu)
6155                 and pre/post//-processing too
6156
6157 2006-02-06 [colin]      2.0.0cvs23
6158
6159         * src/procmsg.h
6160         * src/filtering.c
6161                 Use a special field for batch filtering instead
6162                 of stepping on deferred execution's toes
6163
6164 2006-02-06 [colin]      2.0.0cvs22
6165
6166         * src/action.c
6167         * src/filtering.c
6168         * src/filtering.h
6169         * src/folder.c
6170         * src/summaryview.c
6171                 Fix filtering via menus and actions
6172
6173 2006-02-06 [colin]      2.0.0cvs21
6174
6175         * src/imap.c
6176                 Put the added file directly to cache if possible (will work
6177                 with next libetpan)
6178         * src/filtering.c
6179         * src/filtering.h
6180         * src/inc.c
6181         * src/folder.c
6182         * src/mbox.c
6183         * src/procmsg.h
6184                 Move and copy filtered messages by batches instead of one
6185                 by one - faster on IMAP
6186         * src/procmsg.c
6187                 Add a function that'll possibly be useful later
6188
6189 2006-02-06 [colin]      2.0.0cvs20
6190
6191         * src/addressbook.c
6192                 Use internal mime-type instead of text/plain for d'n'd
6193         * src/compose.c
6194                 Allow attaching files from mimeview's icon list via d'n'd
6195         * src/folderview.c
6196         * src/folderview.h
6197                 Use internal mime-type instead of text/plain for d'n'd
6198                 Don't try to selected opened folder if none is
6199                 Factorize d'n'd from other apps code
6200         * src/headerview.c
6201         * src/textview.c
6202         * src/gtk/gtkutils.c
6203         * src/gtk/gtkutils.h
6204                 Factorize Face/X-Face stuff
6205         * src/mimeview.c
6206                 Fix d'n'd to other apps
6207         * src/prefs_message.c
6208                 Let the XFace pref be usable without libcompface as it also
6209                 applies to Face
6210         * src/summaryview.c
6211                 Fix d'n'd to other apps
6212                 Factorize d'n'd from other apps code
6213
6214 2006-02-06 [wwp]        2.0.0cvs19
6215
6216         * po/it.po
6217                 Italian translation fixes by Andrea Spadaccini (no more confusion
6218                 between filtering and processing, and few changes in the About
6219                 dialog).
6220
6221
6222 2006-02-06 [mones]      2.0.0cvs18
6223
6224         * src/gtk/icon_legend.c
6225                 Improved descriptions allowing better translations
6226
6227 2006-02-05 [colin]      2.0.0cvs17
6228
6229         * src/imap.c
6230                 Add the f*cking missing expunge that caused imap_fetch_env
6231                 to fail after an add_msgs ! :-///
6232         * src/etpan/imap-thread.c
6233                 Add a bit of debug
6234         FOR_STABLE
6235
6236 2006-02-05 [colin]      2.0.0cvs16
6237
6238         * src/common/utils.c
6239                 Don't check for return-path (or we can't put
6240                 back non-sent mails)
6241
6242 2006-02-05 [colin]      2.0.0cvs15
6243
6244         * src/textview.c
6245                 Don't try to display Face header in textview
6246                 when teh headerview's active
6247
6248 2006-02-05 [colin]      2.0.0cvs14
6249
6250         * tools/tbird2syl.py
6251         * tools/Makefile.am
6252                 Add script to import Thunderbird mails
6253
6254 2006-02-05 [colin]      2.0.0cvs13
6255
6256         * src/headerview.c
6257         * src/procheader.c
6258         * src/procmsg.c
6259         * src/procmsg.h
6260         * src/textview.c
6261                 Show Face headers - patch partially by Klaus Flittner
6262
6263 2006-02-05 [colin]      2.0.0cvs12
6264
6265         * src/folderview.c
6266         * src/summaryview.c
6267         * src/common/utils.c
6268         * src/common/utils.h
6269                 Let dnd work from mime icons to summaryview
6270                 and to folderview too
6271                 Add a crude test to avoid trying to add files
6272                 drag'n'dropped when they're not mails
6273
6274 2006-02-04 [colin]      2.0.0cvs11
6275
6276         * src/summaryview.c
6277         * src/mimeview.c
6278                 Fix utf8 conversion
6279
6280 2006-02-04 [colin]      2.0.0cvs10
6281
6282         * src/compose.c
6283         * src/folderview.c
6284         * src/mimeview.c
6285         * src/summaryview.c
6286         * src/summaryview.h
6287                 Added various drag and drop capas:
6288                 From                    To
6289                 summaryview             other apps
6290                 mimeview icons          other apps
6291                 other apps              summaryview
6292                 other apps              folderview
6293
6294                 This shouldn't have broken the existing:
6295                 From                    To
6296                 summaryview             folderview
6297                 folderview              folderview
6298                 summaryview             compose's attachments
6299
6300         Tests welcomed.
6301
6302 2006-02-02 [paul]       2.0.0cvs9
6303
6304         * src/mainwindow.c
6305                 move global option 'Set displayed columns...' out
6306                 of folder option grouping.
6307                 fix sensitivity of 'harvest addresses'
6308         FOR_STABLE
6309
6310 2006-02-01 [colin]      2.0.0cvs8
6311
6312         * src/mimeview.c
6313                 Revert the alertpanel patch, it sucks (intrusive
6314                 and gets in the way of "open")
6315
6316 2006-02-01 [colin]      2.0.0cvs7
6317
6318         * src/compose.c
6319         * src/prefs_account.c
6320         * src/prefs_common.c
6321         * src/common/defs.h
6322         * src/common/utils.c
6323         * src/common/utils.h
6324                 Add ability to edit the signature file
6325                 from the account preferences, and use
6326                 a default for the text editor.
6327                 Patch by Fabien Vantard
6328
6329 2006-02-01 [colin]      2.0.0cvs6
6330
6331         * src/mimeview.c
6332                 Try to get mime type by extension if it is
6333                 application/octet-stream
6334                 Display a window with possible choices when
6335                 encountering unknown mime types
6336         * src/gtk/filesel.c
6337         * src/gtk/filesel.h
6338                 Add preview
6339                 Allow multiple selection in filtered filesel
6340                 (patch by Fabien Vantard)
6341         * src/gtk/pluginwindow.c
6342                 Use it (patch by Fabien Vantard)
6343
6344 2006-02-01 [paul]       2.0.0cvs5
6345
6346         * src/jpilot.c
6347                 fix crash on creating jpilot address book
6348                 Thanks to Colin - FOR_STABLE
6349         * src/prefs_summaries.c
6350         * src/prefs_wrapping.c
6351         * src/gtk/icon_legend.c
6352         * src/gtk/quicksearch.c
6353                 string fixes and additions
6354
6355 2006-02-01 [paul]       2.0.0cvs4
6356
6357         * src/compose.c
6358         * src/mainwindow.c
6359         * src/messageview.c
6360         * src/prefs_send.c
6361                 add Arabic encoding option
6362                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6363
6364 2006-01-31 [colin]      2.0.0cvs3
6365
6366         * src/plugins/pgpcore/passphrase.c
6367                 Convert passphrase to locale encoding
6368         * src/compose.c
6369                 Fix drafting on IMAP. Crappy bug sneaked in
6370                 the release :-/
6371         FOR_STABLE
6372
6373 2006-01-30 [paul]       2.0.0cvs2
6374
6375         * src/gtk/icon_legend.c
6376                 show the new entries
6377
6378 2006-01-30 [colin]      2.0.0cvs1
6379
6380         * src/manual.c
6381                 Check for the file to be present before 
6382                 enabling the menu - FOR_STABLE
6383         * src/gtk/icon_legend.c
6384                 Add folders icons (not all of them, there
6385                 are too much, but the most intriguing ones)
6386
6387 2006-01-30 [paul]       2.0.0
6388
6389         version 2.0.0 released
6390
6391 2006-01-30 [paul]       1.9.100cvs200
6392
6393         * manual/faq.xml
6394         * manual/gpl.xml
6395         * manual/intro.xml
6396         * manual/starting.xml
6397         * manual/sylpheed-claws-manual.xml
6398                 fixes, additions
6399
6400 2006-01-29 [mones]      1.9.100cvs199
6401
6402         * manual/account.xml
6403         * manual/advanced.xml
6404         * manual/glossary.xml
6405                 Some typos fixed, added LDIF term to glossary
6406         * po/es.po
6407                 Fixed leading plus symbol
6408
6409 2006-01-29 [paul]       1.9.100cvs198
6410
6411         * po/fi.po
6412         * po/sk.po
6413                 updated by Tommi Pirinen and Andrej Kacian
6414
6415 2006-01-29 [paul]       1.9.100cvs197
6416
6417         * src/gtk/authors.h
6418                 remove duplicates
6419
6420 2006-01-29 [paul]       1.9.100cvs196
6421
6422         * AUTHORS
6423         * po/nl.po
6424         * src/gtk/authors.h
6425         * tools/claws.i18n.status.pl
6426                 nl translation updated by Tim Dijkstra
6427
6428 2006-01-29 [paul]       1.9.100cvs195
6429
6430         * po/sr.po
6431         * po/sv.po
6432                 updated by Aleksandar Urosevic and Anders Troback
6433
6434 2006-01-28 [colin]      1.9.100cvs194
6435
6436         * src/gtk/gtksourceprintjob.c
6437                 Don't fiddle with PangoLayout when we
6438                 have an image
6439
6440 2006-01-28 [paul]       1.9.100cvs193
6441
6442         * AUTHORS
6443         * po/el.po
6444         * po/zh_CN.po
6445         * src/gtk/authors.h
6446         * tools/claws.i18n.status.pl
6447                 updated translations submitted by Stavros Giannouris
6448                 and Ralgh Young
6449
6450 2006-01-27 [colin]      1.9.100cvs192
6451
6452         * src/summaryview.c
6453         * src/gtk/gtksourceprintjob.c
6454                 Add image printing 
6455                 (libgnomeprint only, of course)
6456
6457 2006-01-27 [paul]       1.9.100cvs191
6458
6459         * po/fr.po
6460         * po/it.po
6461                 updated by Fabien Vantard and Andrea Spadaccini
6462
6463 2006-01-26 [colin]      1.9.100cvs190
6464
6465         * manual/Makefile.am
6466         * configure.ac
6467                 Make building the manual optional 
6468                 (--disable-manual)
6469
6470 2006-01-26 [paul]       1.9.100cvs189
6471
6472         * manual/glossary.xml
6473         * manual/plugins.xml
6474                 edited
6475         * po/en_GB.po
6476                 updated
6477
6478 2006-01-26 [paul]       1.9.100cvs188
6479
6480         * src/prefs_display_header.c
6481         * src/prefs_folder_column.c
6482         * src/prefs_msg_colors.c
6483         * src/prefs_summaries.c
6484         * src/prefs_summary_column.c
6485                 HIGify
6486
6487 2006-01-25 [colin]      1.9.100cvs187
6488
6489         * src/imap.c
6490                 Don't allow moving/copying mails between
6491                 queue/drafts and non-queue/drafts folders
6492                 Fixes bug #897 (message header is resetted 
6493                 if one is copied to Drafts)
6494
6495 2006-01-25 [colin]      1.9.100cvs186
6496
6497         * src/folder.c
6498         * src/mainwindow.c
6499                 Fix subscribed folders not found
6500         * src/compose.c
6501                 Don't try to encode as original mail's charset
6502                 if it's ascii 
6503
6504 2006-01-25 [paul]       1.9.100cvs185
6505
6506         * AUTHORS
6507         * po/Makevars
6508                 updated
6509         * po/de.po
6510         * po/pl.po
6511         * po/pt_BR.po
6512         * po/sr.po
6513                 updates submitted by Stephan Sachse, Emilian Nowak
6514                 and Quar, Frederico Goncalves Guimaraes, and
6515                 Aleksandar Urosevic
6516                 Fix Bug 896, 'PT_BR locale broken'.
6517         * src/gtk/authors.h
6518                 updated
6519
6520 2006-01-24 [mones]      1.9.100cvs184
6521
6522         * manual/glossary.xml
6523                 All current terms finished. Reviewers welcome ;-)
6524         * manual/keyboard.xml
6525                 Fixed column width for pdf output.
6526         * po/es.po
6527                 Updated
6528
6529 2006-01-24 [paul]       1.9.100cvs183
6530
6531         * manual/glossary.xml
6532                 fix id name
6533         * manual/dist/html/Makefile.am
6534         * manual/dist/pdf/Makefile.am
6535         * manual/dist/ps/Makefile.am
6536         * manual/dist/txt/Makefile.am
6537                 fix make deps
6538                 Thanks to Colin
6539
6540 2006-01-24 [mones]      1.9.100cvs182
6541
6542         * manual/glossary.xml
6543                 Nearly finished, some terms missing.
6544
6545 2006-01-23 [paul]       1.9.100cvs181
6546
6547         * manual/dist/html/Makefile.am
6548         * manual/dist/pdf/Makefile.am
6549         * manual/dist/ps/Makefile.am
6550         * manual/dist/txt/Makefile.am
6551         * src/mainwindow.c
6552                 re-enable manual
6553                 Thanks to Colin
6554
6555 2006-01-22 [colin]      1.9.100cvs180
6556
6557         * src/compose.c
6558         * src/gtk/gtkaspell.c
6559                 Don't deselect stuff before right-clicking, with aspell.
6560                 (This prevented right-click Copy, for example).
6561                 Thanks to Clo!
6562
6563 2006-01-22 [paul]       1.9.100cvs179
6564
6565         * src/summary_search.c
6566                 don't fix the widget size as it causes problems
6567                 under localisation.
6568                 Thanks to Emilian Nowak
6569
6570 2006-01-21 [paul]       1.9.100cvs178
6571
6572         * src/prefs_themes.c
6573                 fix broken underlining of label text
6574                 with some translations
6575
6576 2006-01-21 [colin]      1.9.100cvs177
6577
6578         * po/fr.po
6579                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6580
6581 2006-01-20 [colin]      1.9.100cvs176
6582
6583         * configure.ac
6584         * Makefile.am
6585         * manual/Makefile
6586         * manual/dist/html/.cvsignore
6587         * manual/dist/html/Makefile.am
6588         * manual/dist/pdf/.cvsignore
6589         * manual/dist/pdf/Makefile.am
6590         * manual/dist/ps/.cvsignore
6591         * manual/dist/ps/Makefile.am
6592         * manual/dist/txt/.cvsignore
6593         * manual/dist/txt/Makefile.am
6594                 Autotool-ize manual
6595
6596 2006-01-20 [paul]       1.9.100cvs175
6597
6598         * manual/handling.xml
6599                 make Filtering and Searching entries easier to find
6600         * manual/keyboard.xml
6601                 add the remaining default keybinds
6602         * src/prefs_summaries.c
6603                 update the default keybinds
6604
6605 2006-01-20 [paul]       1.9.100cvs174
6606
6607         * src/addressbook.c
6608         * src/addrgather.c
6609         * src/addrharvest.c
6610         * src/editaddress.c
6611         * src/editgroup.c
6612         * src/exphtmldlg.c
6613         * src/expldifdlg.c
6614         * src/exporthtml.c
6615         * src/exportldif.c
6616         * src/ldif.c
6617                 replace 'e-mail' with 'email'
6618         * src/summary_search.c
6619                 add mnemonic to "Find all" button
6620
6621 2006-01-20 [wwp]        1.9.100cvs173
6622
6623         * src/export.c
6624         * src/import.c
6625                 touched mbox import/export buttons for HIG-compliance
6626
6627 2006-01-19 [paul]       1.9.100cvs172
6628
6629         * manual/account.xml
6630         * manual/addrbook.xml
6631         * manual/advanced.xml
6632         * manual/faq.xml
6633         * manual/handling.xml
6634         * manual/intro.xml
6635         * manual/plugins.xml
6636         * manual/starting.xml
6637                 more editing
6638
6639 2006-01-19 [paul]       1.9.100cvs171
6640
6641         * src/toolbar.c
6642                 allow use of trash button while receiving
6643                 Thanks to Colin
6644
6645 2006-01-19 [wwp]        1.9.100cvs170
6646
6647         * src/gtk/quicksearch.c
6648         * src/compose.c
6649                 force text color to black when yellow background is set
6650
6651 2006-01-19 [colin]      1.9.100cvs169
6652
6653         * src/plugins/trayicon/trayicon.c
6654                 Gray out Get Mail when already getting mail
6655
6656 2006-01-18 [paul]       1.9.100cvs168
6657
6658         * src/compose.c
6659                 give widget yellow background was To is
6660                 set via folder prefs
6661         * src/gtk/quicksearch.c
6662                 give widget yellow background when quick
6663                 search is active.
6664                 Thanks to Colin
6665
6666 2006-01-18 [paul]       1.9.100cvs167
6667
6668         * doc/man/sylpheed-claws.1
6669                 add --subscribe option
6670
6671 2006-01-18 [paul]       1.9.100cvs166
6672
6673         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6674         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6675                 use %U instead of %F (%F is broken for user installed
6676                 files in kde 3.5)
6677
6678 2006-01-18 [colin]      1.9.100cvs165
6679
6680         * src/summaryview.c
6681                 Default to Yes in "No more * messages" dialogs
6682
6683 2006-01-17 [colin]      1.9.100cvs164
6684
6685         * src/compose.c
6686                 Possibly fix an invalid iterator causing
6687                 crash
6688
6689 2006-01-17 [colin]      1.9.100cvs163
6690
6691         * src/mimeview.c
6692                 Fix crash when the image disappears under the
6693                 image viewer
6694
6695 2006-01-16 [colin]      1.9.100cvs162
6696
6697         * src/compose.c
6698                 Fix reenabling autowrap
6699
6700 2006-01-16 [colin]      1.9.100cvs161
6701
6702         * src/compose.c
6703                 reset quote_len before getting quote_str
6704
6705 2006-01-16 [colin]      1.9.100cvs160
6706
6707         * src/account.c
6708         * src/account.h
6709         * src/folder.c
6710         * src/imap_gtk.c
6711         * src/mh_gtk.c
6712                 Fix bug #883 (default inbox does not track folder move)
6713
6714 2006-01-16 [colin]      1.9.100cvs159
6715
6716         * src/compose.c
6717         * src/plugins/pgpcore/passphrase.c
6718                 More buttons fixes
6719
6720 2006-01-16 [paul]       1.9.100cvs158
6721
6722         * src/prefs_actions.c
6723         * src/prefs_filtering_action.c
6724         * src/prefs_matcher.c
6725         * src/quote_fmt.c
6726         * src/gtk/description_window.c
6727         * src/gtk/description_window.h
6728         * src/gtk/quicksearch.c
6729                 description window cleanups
6730
6731 2006-01-15 [colin]      1.9.100cvs157
6732
6733         * src/addressbook.c
6734         * src/prefs_filtering.c
6735                 Same here
6736
6737 2006-01-15 [colin]      1.9.100cvs156
6738
6739         * src/folderview.c
6740         * src/mainwindow.c
6741                 Same for "Empty trash"
6742
6743 2006-01-15 [colin]      1.9.100cvs155
6744
6745         * src/inc.c
6746                 Override offline dialog had Yes by default
6747
6748 2006-01-15 [colin]      1.9.100cvs154
6749
6750         * src/summaryview.c
6751                 Delete selected messages? previously had Yes the default
6752
6753 2006-01-15 [colin]      1.9.100cvs153
6754
6755         * src/folder.c
6756         * src/folder.h
6757         * src/main.c
6758                 Check if a mailbox is loaded after all
6759                 plugins are loaded.
6760
6761 2006-01-15 [colin]      1.9.100cvs152
6762
6763         * src/folder.c
6764                 Don't start wizard when there are unloaded folders (will help
6765                 people with only mbox or maildir mailboxes)
6766
6767 2006-01-14 [colin]      1.9.100cvs151
6768
6769         * src/addressbook.c
6770         * src/expldifdlg.c
6771         * src/importldif.c
6772         * src/importmutt.c
6773         * src/importpine.c
6774         * src/mh_gtk.c
6775                 More HIG compliance and fixes
6776
6777 2006-01-14 [colin]      1.9.100cvs150
6778
6779         * src/prefs_filtering_action.c
6780         * src/foldersel.c
6781                 Two forgotten button order changes
6782
6783 2006-01-14 [colin]      1.9.100cvs149
6784
6785         * src/account.c
6786         * src/addressbook.c
6787         * src/compose.c
6788         * src/folderview.c
6789         * src/imap_gtk.c
6790         * src/mainwindow.c
6791         * src/mh_gtk.c
6792         * src/news_gtk.c
6793         * src/prefs_actions.c
6794         * src/prefs_customheader.c
6795         * src/prefs_filtering.c
6796         * src/prefs_matcher.c
6797         * src/prefs_template.c
6798         * src/ssl_manager.c
6799         * src/summaryview.c
6800         * src/textview.c
6801         * src/toolbar.c
6802                 All deletion confirmations are now "Cancel, Delete" 
6803                 instead of "No, Yes"
6804                 Clarified most of the other "No, Yes" to 
6805                 "Cancel, Descriptive_action"
6806                 Rechanged the "Entry not saved" alerts to have 
6807                 "Close, Continue editing"
6808
6809
6810 2006-01-14 [paul]
6811
6812         * 2.0.0-rc4 released
6813
6814 2006-01-14 [paul]       1.9.100cvs148
6815
6816         * src/account.c
6817         * src/addressadd.c
6818         * src/addressbook.c
6819         * src/compose.c
6820         * src/editaddress.c
6821         * src/editbook.c
6822         * src/editgroup.c
6823         * src/editjpilot.c
6824         * src/editldap.c
6825         * src/editvcard.c
6826         * src/exphtmldlg.c
6827         * src/expldifdlg.c
6828         * src/folderview.c
6829         * src/grouplistdialog.c
6830         * src/imap_gtk.c
6831         * src/importmutt.c
6832         * src/importpine.c
6833         * src/inc.c
6834         * src/main.c
6835         * src/mainwindow.c
6836         * src/message_search.c
6837         * src/messageview.c
6838         * src/mh_gtk.c
6839         * src/mimeview.c
6840         * src/news_gtk.c
6841         * src/prefs_actions.c
6842         * src/prefs_customheader.c
6843         * src/prefs_filtering.c
6844         * src/prefs_matcher.c
6845         * src/prefs_template.c
6846         * src/prefs_themes.c
6847         * src/ssl_manager.c
6848         * src/summary_search.c
6849         * src/summaryview.c
6850         * src/textview.c
6851         * src/toolbar.c
6852         * src/gtk/foldersort.c
6853         * src/gtk/gtkaspell.c
6854         * src/gtk/inputdialog.c
6855         * src/gtk/prefswindow.c
6856         * src/plugins/pgpcore/select-keys.c
6857         * src/plugins/trayicon/trayicon.c
6858                 HIG compliant button order
6859
6860 2006-01-14 [mones]      1.9.100cvs147
6861
6862         * po/es.po
6863                 Updated translation
6864
6865 2006-01-13 [paul]       1.9.100cvs146
6866
6867         * AUTHORS
6868         * ChangeLog
6869         * src/gtk/authors.h
6870                 add Joshua M. Kwan to contributors list
6871
6872 2006-01-13 [colin]      1.9.100cvs145
6873
6874         * src/gtk/quicksearch.c
6875                 Don't refocus quick search after executing (Esc or Enter)
6876                 Allows to '/'search something then move up/down in 
6877                 summaryview, and to Esc a search and be back in the 
6878                 summaryview
6879
6880 2006-01-13 [paul]       1.9.100cvs144
6881
6882         * src/plugins/pgpinline/pgpinline.c
6883                 support Content-Type 'application/pgp'
6884                 patch by Joshua M. Kwan <joshuak@users.sf.net>
6885
6886 2006-01-13 [paul]       1.9.100cvs143
6887
6888         * manual/account.xml
6889                 make mention of partial retrieval
6890                 thanks to Colin
6891
6892 2006-01-13 [paul]       1.9.100cvs142
6893
6894         * src/account.c
6895         * src/account.h
6896         * src/action.c
6897         * src/action.h
6898         * src/adbookbase.h
6899         * src/addr_compl.c
6900         * src/addr_compl.h
6901         * src/addrbook.c
6902         * src/addrcache.c
6903         * src/addrcache.h
6904         * src/addrcindex.c
6905         * src/addrcindex.h
6906         * src/addrclip.c
6907         * src/addrclip.h
6908         * src/addrdefs.h
6909         * src/addressadd.c
6910         * src/addressadd.h
6911         * src/addressbook.c
6912         * src/addressbook.h
6913         * src/addrgather.c
6914         * src/addrgather.h
6915         * src/addrharvest.c
6916         * src/addrharvest.h
6917         * src/addrindex.c
6918         * src/addrindex.h
6919         * src/addritem.c
6920         * src/addritem.h
6921         * src/addrquery.c
6922         * src/addrquery.h
6923         * src/addrselect.c
6924         * src/addrselect.h
6925         * src/alertpanel.c
6926         * src/alertpanel.h
6927         * src/browseldap.c
6928         * src/browseldap.h
6929         * src/codeconv.c
6930         * src/codeconv.h
6931         * src/compose.c
6932         * src/compose.h
6933         * src/customheader.c
6934         * src/customheader.h
6935         * src/displayheader.c
6936         * src/displayheader.h
6937         * src/editaddress.c
6938         * src/editaddress.h
6939         * src/editbook.c
6940         * src/editbook.h
6941         * src/editgroup.c
6942         * src/editgroup.h
6943         * src/editjpilot.c
6944         * src/editjpilot.h
6945         * src/editldap.c
6946         * src/editldap.h
6947         * src/editldap_basedn.c
6948         * src/editldap_basedn.h
6949         * src/editvcard.c
6950         * src/editvcard.h
6951         * src/exphtmldlg.c
6952         * src/exphtmldlg.h
6953         * src/expldifdlg.c
6954         * src/expldifdlg.h
6955         * src/export.h
6956         * src/exporthtml.c
6957         * src/exporthtml.h
6958         * src/exportldif.c
6959         * src/exportldif.h
6960         * src/filtering.c
6961         * src/filtering.h
6962         * src/folder.c
6963         * src/folder.h
6964         * src/folder_item_prefs.c
6965         * src/folder_item_prefs.h
6966         * src/foldersel.c
6967         * src/foldersel.h
6968         * src/folderutils.c
6969         * src/folderutils.h
6970         * src/folderview.c
6971         * src/folderview.h
6972         * src/grouplistdialog.c
6973         * src/grouplistdialog.h
6974         * src/headerview.c
6975         * src/html.c
6976         * src/html.h
6977         * src/image_viewer.c
6978         * src/image_viewer.h
6979         * src/imap.c
6980         * src/imap.h
6981         * src/imap_gtk.c
6982         * src/imap_gtk.h
6983         * src/import.h
6984         * src/importldif.c
6985         * src/importldif.h
6986         * src/importmutt.c
6987         * src/importmutt.h
6988         * src/importpine.c
6989         * src/importpine.h
6990         * src/inc.c
6991         * src/inc.h
6992         * src/jpilot.c
6993         * src/jpilot.h
6994         * src/ldapctrl.c
6995         * src/ldapctrl.h
6996         * src/ldaplocate.c
6997         * src/ldaplocate.h
6998         * src/ldapquery.c
6999         * src/ldapquery.h
7000         * src/ldapserver.c
7001         * src/ldapserver.h
7002         * src/ldaputil.c
7003         * src/ldaputil.h
7004         * src/ldif.c
7005         * src/ldif.h
7006         * src/main.c
7007         * src/main.h
7008         * src/mainwindow.c
7009         * src/mainwindow.h
7010         * src/manual.c
7011         * src/manual.h
7012         * src/mbox.c
7013         * src/mbox.h
7014         * src/message_search.c
7015         * src/message_search.h
7016         * src/messageview.c
7017         * src/messageview.h
7018         * src/mh.c
7019         * src/mh.h
7020         * src/mh_gtk.c
7021         * src/mh_gtk.h
7022         * src/mimeview.c
7023         * src/mimeview.h
7024         * src/msgcache.c
7025         * src/msgcache.h
7026         * src/mutt.c
7027         * src/mutt.h
7028         * src/news.c
7029         * src/news.h
7030         * src/news_gtk.c
7031         * src/news_gtk.h
7032         * src/partial_download.c
7033         * src/partial_download.h
7034         * src/pine.c
7035         * src/pine.h
7036         * src/pop.c
7037         * src/pop.h
7038         * src/prefs_account.c
7039         * src/prefs_account.h
7040         * src/prefs_actions.c
7041         * src/prefs_actions.h
7042         * src/prefs_common.c
7043         * src/prefs_common.h
7044         * src/prefs_compose_writing.c
7045         * src/prefs_compose_writing.h
7046         * src/prefs_customheader.c
7047         * src/prefs_customheader.h
7048         * src/prefs_display_header.c
7049         * src/prefs_display_header.h
7050         * src/prefs_filtering.c
7051         * src/prefs_filtering.h
7052         * src/prefs_filtering_action.c
7053         * src/prefs_filtering_action.h
7054         * src/prefs_folder_column.c
7055         * src/prefs_folder_column.h
7056         * src/prefs_folder_item.c
7057         * src/prefs_folder_item.h
7058         * src/prefs_fonts.c
7059         * src/prefs_fonts.h
7060         * src/prefs_gtk.c
7061         * src/prefs_gtk.h
7062         * src/prefs_image_viewer.c
7063         * src/prefs_image_viewer.h
7064         * src/prefs_matcher.c
7065         * src/prefs_matcher.h
7066         * src/prefs_message.c
7067         * src/prefs_msg_colors.c
7068         * src/prefs_msg_colors.h
7069         * src/prefs_other.c
7070         * src/prefs_quote.c
7071         * src/prefs_receive.c
7072         * src/prefs_send.c
7073         * src/prefs_spelling.c
7074         * src/prefs_spelling.h
7075         * src/prefs_summaries.c
7076         * src/prefs_summaries.h
7077         * src/prefs_summary_column.c
7078         * src/prefs_summary_column.h
7079         * src/prefs_template.c
7080         * src/prefs_template.h
7081         * src/prefs_themes.c
7082         * src/prefs_themes.h
7083         * src/prefs_toolbar.c
7084         * src/prefs_toolbar.h
7085         * src/prefs_wrapping.c
7086         * src/prefs_wrapping.h
7087         * src/privacy.c
7088         * src/privacy.h
7089         * src/procheader.c
7090         * src/procheader.h
7091         * src/procmime.c
7092         * src/procmime.h
7093         * src/procmsg.c
7094         * src/procmsg.h
7095         * src/quote_fmt.c
7096         * src/quote_fmt_parse.y
7097         * src/recv.c
7098         * src/recv.h
7099         * src/remotefolder.c
7100         * src/remotefolder.h
7101         * src/send_message.c
7102         * src/send_message.h
7103         * src/setup.c
7104         * src/setup.h
7105         * src/sourcewindow.c
7106         * src/sourcewindow.h
7107         * src/ssl_manager.c
7108         * src/ssl_manager.h
7109         * src/statusbar.c
7110         * src/statusbar.h
7111         * src/stock_pixmap.c
7112         * src/stock_pixmap.h
7113         * src/summary_search.c
7114         * src/summary_search.h
7115         * src/summaryview.c
7116         * src/summaryview.h
7117         * src/syldap.c
7118         * src/syldap.h
7119         * src/textview.c
7120         * src/textview.h
7121         * src/toolbar.c
7122         * src/toolbar.h
7123         * src/undo.c
7124         * src/undo.h
7125         * src/unmime.c
7126         * src/unmime.h
7127         * src/vcard.c
7128         * src/vcard.h
7129         * src/wizard.c
7130         * src/wizard.h
7131         * src/common/base64.c
7132         * src/common/base64.h
7133         * src/common/defs.h
7134         * src/common/hooks.c
7135         * src/common/hooks.h
7136         * src/common/log.c
7137         * src/common/log.h
7138         * src/common/mgutils.c
7139         * src/common/mgutils.h
7140         * src/common/nntp.c
7141         * src/common/nntp.h
7142         * src/common/passcrypt.c
7143         * src/common/passcrypt.h.in
7144         * src/common/plugin.c
7145         * src/common/plugin.h
7146         * src/common/prefs.c
7147         * src/common/prefs.h
7148         * src/common/progressindicator.c
7149         * src/common/progressindicator.h
7150         * src/common/quoted-printable.c
7151         * src/common/quoted-printable.h
7152         * src/common/session.c
7153         * src/common/session.h
7154         * src/common/smtp.c
7155         * src/common/smtp.h
7156         * src/common/socket.c
7157         * src/common/socket.h
7158         * src/common/ssl.c
7159         * src/common/ssl.h
7160         * src/common/ssl_certificate.c
7161         * src/common/ssl_certificate.h
7162         * src/common/stringtable.c
7163         * src/common/stringtable.h
7164         * src/common/sylpheed.c
7165         * src/common/sylpheed.h
7166         * src/common/template.c
7167         * src/common/template.h
7168         * src/common/timing.h
7169         * src/common/utils.c
7170         * src/common/utils.h
7171         * src/common/version.h.in
7172         * src/common/xml.c
7173         * src/common/xml.h
7174         * src/common/xmlprops.c
7175         * src/common/xmlprops.h
7176         * src/gtk/colorlabel.c
7177         * src/gtk/colorsel.c
7178         * src/gtk/colorsel.h
7179         * src/gtk/description_window.c
7180         * src/gtk/description_window.h
7181         * src/gtk/filesel.c
7182         * src/gtk/filesel.h
7183         * src/gtk/foldersort.c
7184         * src/gtk/foldersort.h
7185         * src/gtk/gtkutils.c
7186         * src/gtk/gtkutils.h
7187         * src/gtk/inputdialog.c
7188         * src/gtk/inputdialog.h
7189         * src/gtk/logwindow.c
7190         * src/gtk/logwindow.h
7191         * src/gtk/manage_window.c
7192         * src/gtk/manage_window.h
7193         * src/gtk/menu.c
7194         * src/gtk/menu.h
7195         * src/gtk/pluginwindow.c
7196         * src/gtk/pluginwindow.h
7197         * src/gtk/prefswindow.c
7198         * src/gtk/prefswindow.h
7199         * src/gtk/progressdialog.c
7200         * src/gtk/progressdialog.h
7201         * src/gtk/sslcertwindow.c
7202         * src/gtk/sslcertwindow.h
7203         * src/plugins/clamav/clamav_plugin.c
7204         * src/plugins/clamav/clamav_plugin.h
7205         * src/plugins/clamav/clamav_plugin_gtk.c
7206         * src/plugins/demo/demo.c
7207         * src/plugins/dillo_viewer/dillo_prefs.c
7208         * src/plugins/dillo_viewer/dillo_prefs.h
7209         * src/plugins/dillo_viewer/dillo_viewer.c
7210         * src/plugins/pgpcore/passphrase.c
7211         * src/plugins/pgpcore/passphrase.h
7212         * src/plugins/pgpcore/plugin.c
7213         * src/plugins/pgpcore/select-keys.c
7214         * src/plugins/pgpcore/select-keys.h
7215         * src/plugins/pgpcore/sgpgme.c
7216         * src/plugins/pgpcore/sgpgme.h
7217         * src/plugins/pgpinline/pgpinline.c
7218         * src/plugins/pgpinline/pgpinline.h
7219         * src/plugins/pgpinline/plugin.c
7220         * src/plugins/pgpmime/pgpmime.c
7221         * src/plugins/pgpmime/pgpmime.h
7222         * src/plugins/pgpmime/plugin.c
7223         * src/plugins/spamassassin/spamassassin.c
7224         * src/plugins/spamassassin/spamassassin.h
7225         * src/plugins/spamassassin/spamassassin_gtk.c
7226         * src/plugins/trayicon/trayicon.c
7227                 update copyright header
7228
7229 2006-01-13 [paul]       1.9.100cvs141
7230
7231         * src/account.c
7232         * src/export.c
7233         * src/import.c
7234         * src/mainwindow.c
7235         * src/prefs_account.c
7236         * src/prefs_display_header.c
7237         * src/prefs_receive.c
7238         * src/prefs_send.c
7239         * src/prefs_summaries.c
7240         * src/prefs_themes.c
7241         * src/prefs_toolbar.c
7242         * src/gtk/about.c
7243                 various cleanups
7244
7245 2006-01-12 [colin]      1.9.100cvs140
7246
7247         * src/folder.c
7248         * src/folder.h
7249         * src/main.c
7250                 Add --subscribe option
7251                 Let sylpheed-claws email@domain.com equivalent to --compose
7252                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7253
7254 2006-01-12 [paul]       1.9.100cvs139
7255
7256         * src/mainwindow.c
7257                 append 'Change folder order' label with '...'
7258         * src/prefs_actions.c
7259                 allow reordering of actions list by dnd
7260         * src/gtk/foldersort.c
7261                 make the dialog nicer
7262
7263 2006-01-11 [colin]      1.9.100cvs138
7264
7265         * src/compose.c
7266                 Allow templates without text
7267
7268 2006-01-11 [paul]       1.9.100cvs137
7269
7270         * tools/README
7271         * tools/filter_conv_new.pl
7272                 add info to README
7273                 also check .sylpheed for filter.xml
7274                 be a bit informative to the user
7275
7276 2006-01-11 [colin]      1.9.100cvs136
7277
7278         * src/textview.c
7279                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7280
7281 2006-01-10 [paul]       1.9.100cvs135
7282
7283         * tools/Makefile.am
7284         * tools/filter_conv_new.pl
7285                 add script to convert new style Sylpheed
7286                 filter rules (Sylpheed >= 0.9.99) to
7287                 Claws filtering rules
7288
7289 2006-01-10 [colin]      1.9.100cvs134
7290
7291         * src/compose.c
7292                 Fix broken line joins in certain conditions
7293                 (between two quoted lines: <enter><enter><up>
7294                  <type a wrapped sentence><go in the first line>
7295                  <insert more text><watch as line joining failed>)
7296
7297 2006-01-10 [paul]       1.9.100cvs133
7298
7299         * src/compose.c
7300                 don't report success in error dialog
7301                 thanks to Colin
7302         * src/common/utils.c
7303                 include some trailing punctuations as URI
7304                 thanks to Hiro
7305
7306 2006-01-10 [paul]       1.9.100cvs132
7307
7308         * src/mimeview.c
7309                 fix incompatible pointer type
7310                 warning
7311
7312 2006-01-10 [paul]       1.9.100cvs131
7313
7314         * src/compose.c
7315                 change Subject in window title
7316                 instantaneously
7317
7318 2006-01-09 [colin]      1.9.100cvs130
7319
7320         * src/addressbook.c
7321         * src/headerview.c
7322         * src/mainwindow.c
7323         * src/messageview.c
7324         * src/mimeview.c
7325         * src/noticeview.c
7326         * src/summaryview.c
7327                 Fix possible crashes on exit and in addressbook
7328
7329 2006-01-09 [paul]       1.9.100cvs129
7330
7331         * src/prefs_msg_colors.c
7332                 some cleanups that I forgot last time
7333
7334 2006-01-09 [paul]       1.9.100cvs128
7335
7336         * README
7337         * src/folderview.c
7338         * src/prefs_msg_colors.c
7339                 add previously hidden option, color_new, to
7340                 the gui
7341                 move the page to Display/
7342                 rework the gui
7343
7344 2006-01-09 [wwp]        1.9.100cvs127
7345
7346         * src/prefs_themes.c
7347                 made the prefs/display/themes layouts spacing less condensed
7348                 (and so they match other prefs/pages' look).
7349
7350 2006-01-09 [paul]       1.9.100cvs126
7351
7352         * src/compose.c
7353         * src/prefs_common.c
7354         * src/prefs_common.h
7355         * src/prefs_wrapping.c
7356                 remove 'wrap at send' option
7357
7358 2006-01-06 [colin]      1.9.100cvs125
7359
7360         * src/compose.c
7361                 Just make completely sure we don't insert "manual line breaks" 
7362                 when wrapping... 
7363
7364 2006-01-04 [paul]
7365
7366         * 2.0.0-rc3 released
7367
7368 2006-01-04 [paul]       1.9.100cvs124
7369
7370         * src/folderview.c
7371                 fix bug 882, 'quick scroll in folder list
7372                 displays wrong folder contents'
7373
7374 2006-01-04 [paul]       1.9.100cvs123
7375
7376         * src/plugins/pgpmime/pgpmime.c
7377                 better debug information when signing
7378                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7379
7380 2006-01-03 [colin]      1.9.100cvs122
7381
7382         * configure.ac
7383                 We need to recheck for gpgme 1.0.0 after checking
7384                 for 1.1.1, because if 1.1.1 isn't available, 
7385                 GPGME_LIBS and friends are blanked out by the 
7386                 second check.
7387
7388 2006-01-03 [colin]      1.9.100cvs121
7389
7390         * src/common/prefs.c
7391                 Windows unlink-before rename fix
7392         * src/plugins/pgpcore/sgpgme.c
7393                 Add support for PKA info if available
7394                 Both patches by Werner Koch
7395
7396 2006-01-03 [paul]       1.9.100cvs120
7397
7398         * src/messageview.c
7399                 fix bug 884, 'Send receipt' button visible in queue
7400                 Thanks to Colin
7401
7402 2006-01-02 [colin]      1.9.100cvs119
7403
7404         * src/compose.c
7405         * src/imap.c
7406                 Fix autosave on IMAP and more generally try to
7407                 return the correct ID on a newly added IMAP message
7408
7409 2006-01-02 [paul]       1.9.100cvs118
7410
7411         * manual/keyboard.xml
7412                 edited
7413
7414 2006-01-01 [paul]       1.9.100cvs117
7415
7416         * src/gtk/authors.h
7417                 alphabetical order
7418
7419 2005-12-30 [colin]      1.9.100cvs116
7420
7421         * manual/advanced.xml
7422                 Explain Pre/Post-processing differences.
7423
7424 2005-12-30 [colin]      1.9.100cvs115
7425
7426         * src/mh.c
7427                 Implement copy_msgs for a little optimization
7428         * src/imap.c
7429                 Finish yesterday's fix
7430
7431 2005-12-29 [colin]      1.9.100cvs114
7432
7433         * src/imap.c
7434                 Fix occasional failure in fetching a mail over
7435                 IMAP
7436
7437 2005-12-29 [colin]      1.9.100cvs113
7438
7439         * src/compose.c
7440                 Don't remove a draft when sending it, if it is 
7441                 locked.
7442
7443 2005-12-28 [colin]      1.9.100cvs112
7444
7445         * src/summaryview.c
7446                 Fix leak for real
7447
7448 2005-12-28 [wwp]        1.9.100cvs111
7449
7450         * doc/faq/.cvsignore
7451         * doc/faq/de/.cvsignore
7452         * doc/faq/en/.cvsignore
7453         * doc/faq/es/.cvsignore
7454         * doc/faq/fr/.cvsignore
7455         * doc/faq/it/.cvsignore
7456         * doc/manual/.cvsignore
7457         * doc/manual/de/.cvsignore
7458         * doc/manual/en/.cvsignore
7459         * doc/manual/es/.cvsignore
7460         * doc/manual/fr/.cvsignore
7461         * doc/manual/ja/.cvsignore
7462         * src/plugins/mathml_viewer/.cvsignore
7463                 rollback revival of those files (my bad, sorry for the noise).
7464
7465 2005-12-28 [wwp]        1.9.100cvs110
7466
7467         * src/compose.c
7468                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7469
7470 2005-12-28 [wwp]        1.9.100cvs109
7471
7472         * doc/faq/.cvsignore
7473         * doc/faq/de/.cvsignore
7474         * doc/faq/en/.cvsignore
7475         * doc/faq/es/.cvsignore
7476         * doc/faq/fr/.cvsignore
7477         * doc/faq/it/.cvsignore
7478         * doc/manual/.cvsignore
7479         * doc/manual/de/.cvsignore
7480         * doc/manual/en/.cvsignore
7481         * doc/manual/es/.cvsignore
7482         * doc/manual/fr/.cvsignore
7483         * doc/manual/ja/.cvsignore
7484         * src/plugins/mathml_viewer/.cvsignore
7485         * po/.cvsignore
7486                 more files to ignore.
7487
7488 2005-12-24 [colin]      1.9.100cvs108
7489
7490         * AUTHORS
7491         * src/gtk/authors.h
7492                 Update for Werner
7493
7494 2005-12-24 [colin]      1.9.100cvs107
7495
7496         * src/procmsg.c
7497                 Allow NULL src_msginfo in 
7498                 procmsg_msginfo_new_from_mimeinfo
7499
7500 2005-12-23 [paul]       1.9.100cvs106
7501
7502         * src/plugins/pgpinline/mypgpcore.def
7503                 add this forgotten file
7504
7505 2005-12-23 [colin]      1.9.100cvs105
7506
7507         * src/mainwindow.c
7508                 Fix missing break
7509
7510 2005-12-23 [colin]      1.9.100cvs104
7511
7512         * autogen.sh
7513         * src/folder.c
7514         * src/mh.c
7515         * src/common/plugin.c
7516         * src/common/socket.c
7517         * src/common/socket.h
7518         * src/common/utils.c
7519         * src/common/utils.h
7520         * src/gtk/pluginwindow.c
7521         * src/plugins/pgpcore/plugin.def
7522         * src/plugins/pgpcore/sylpheed.def
7523         * src/plugins/pgpinline/Makefile.am
7524         * src/plugins/pgpinline/plugin.def
7525         * src/plugins/pgpinline/sylpheed.def
7526         * src/plugins/pgpmime/plugin.def
7527         * src/plugins/pgpmime/sylpheed.def
7528                 Various w32 fixes by Werner Koch
7529
7530 2005-12-22 [paul]       1.9.100cvs103
7531
7532         * src/wizard.c
7533                 don't offer IMAP as 'server type' if
7534                 libetpan isn't built in
7535
7536 2005-12-22 [paul]       1.9.100cvs102
7537
7538         * AUTHORS
7539         * src/mainwindow.c
7540         * src/mainwindow.h
7541         * src/toolbar.c
7542         * src/gtk/authors.h
7543                 support GTK_TOOLBAR_BOTH_HORIZ (text
7544                 next to icon) Patch by Marien Zwart
7545                 marienz@users.sf.net
7546                 Also reword the text
7547
7548 2005-12-21 [colin]      1.9.100cvs101
7549
7550         * configure.ac
7551                 Fix DATADIRNAME
7552         * COPYING
7553                 Fix missing section and explicit the exception better
7554         * src/compose.c
7555                 Prevent mail from being lost without notice when an
7556                 SMTP error happens on trying to send an unmodified
7557                 drafted mail.
7558         * src/send_message.c
7559         * src/common/smtp.c
7560                 Fix password remembering when wrong, and add return
7561                 value checks where they should have been
7562         * src/plugins/pgpcore/sylpheed.def
7563         * src/plugins/pgpinline/sylpheed.def
7564         * src/plugins/pgpmime/sylpheed.def
7565                 Add a few symbols needed
7566
7567 2005-12-21 [paul]       1.9.100cvs100
7568
7569         * m4/codeset.m4
7570         * m4/glibc21.m4
7571         * m4/intdiv0.m4
7572         * m4/inttypes-pri.m4
7573         * m4/inttypes.m4
7574         * m4/inttypes_h.m4
7575         * m4/isc-posix.m4
7576         * m4/lcmessage.m4
7577         * m4/stdint_h.m4
7578         * m4/uintmax_t.m4
7579                 gettextization
7580                 thanks to Colin
7581
7582 2005-12-21 [paul]       1.9.100cvs99
7583
7584         * po/sv.po
7585                 fixed by Colin
7586
7587 2005-12-20 [paul]       1.9.100cvs98
7588
7589         * po/sv.po
7590                 updated by Anders Trobäck
7591
7592 2005-12-20 [colin]      1.9.100cvs97
7593
7594         * ABOUT-NLS
7595         * Makefile.am
7596         * autogen.sh
7597         * configure.ac
7598         * config/config.rpath
7599         * config/mkinstalldirs
7600         * m4/Makefile.am
7601         * m4/glibc2.m4
7602         * m4/gnupg.m4
7603         * m4/gpgme.m4
7604         * m4/intmax.m4
7605         * m4/longdouble.m4
7606         * m4/longlong.m4
7607         * m4/printf-posix.m4
7608         * m4/signed.m4
7609         * m4/size_max.m4
7610         * m4/ulonglong.m4
7611         * m4/wchar_t.m4
7612         * m4/wint_t.m4
7613         * m4/xsize.m4
7614         * po/Makefile.in.in
7615         * po/Makevars
7616         * po/bg.po
7617         * po/ca.po
7618         * po/cs.po
7619         * po/de.po
7620         * po/el.po
7621         * po/en_GB.po
7622         * po/es.po
7623         * po/fi.po
7624         * po/fr.po
7625         * po/hr.po
7626         * po/hu.po
7627         * po/it.po
7628         * po/ja.po
7629         * po/ko.po
7630         * po/nb.po
7631         * po/nl.po
7632         * po/pl.po
7633         * po/pt_BR.po
7634         * po/ru.po
7635         * po/sk.po
7636         * po/sr.po
7637         * po/stamp-po
7638         * po/sv.po
7639         * po/zh_CN.po
7640         * po/zh_TW.po
7641         * src/Makefile.am
7642         * src/codeconv.c
7643         * src/compose.c
7644         * src/exporthtml.c
7645         * src/exportldif.c
7646         * src/folder.c
7647         * src/main.c
7648         * src/manual.c
7649         * src/mh.c
7650         * src/mimeview.c
7651         * src/send_message.c
7652         * src/common/Makefile.am
7653         * src/common/fnmatch.c
7654         * src/common/fnmatch.h
7655         * src/common/fnmatch_loop.c
7656         * src/common/nntp.c
7657         * src/common/plugin.c
7658         * src/common/smtp.c
7659         * src/common/socket.c
7660         * src/common/string_match.c
7661         * src/common/sylpheed.c
7662         * src/common/utils.c
7663         * src/common/utils.h
7664         * src/common/w32_dirent.c
7665         * src/common/w32_reg.c
7666         * src/common/w32_signal.c
7667         * src/common/w32_stat.c
7668         * src/common/w32_stdio.c
7669         * src/common/w32_stdlib.c
7670         * src/common/w32_string.c
7671         * src/common/w32_time.c
7672         * src/common/w32_unistd.c
7673         * src/common/w32_wait.c
7674         * src/common/w32lib.h
7675         * src/etpan/Makefile.am
7676         * src/gtk/Makefile.am
7677         * src/plugins/clamav/Makefile.am
7678         * src/plugins/demo/Makefile.am
7679         * src/plugins/dillo_viewer/Makefile.am
7680         * src/plugins/pgpcore/Makefile.am
7681         * src/plugins/pgpcore/passphrase.c
7682         * src/plugins/pgpcore/plugin.def
7683         * src/plugins/pgpcore/sgpgme.c
7684         * src/plugins/pgpcore/sylpheed.def
7685         * src/plugins/pgpcore/version.rc
7686         * src/plugins/pgpinline/Makefile.am
7687         * src/plugins/pgpinline/plugin.def
7688         * src/plugins/pgpinline/sylpheed.def
7689         * src/plugins/pgpinline/version.rc
7690         * src/plugins/pgpmime/Makefile.am
7691         * src/plugins/pgpmime/mypgpcore.def
7692         * src/plugins/pgpmime/plugin.def
7693         * src/plugins/pgpmime/sylpheed.def
7694         * src/plugins/pgpmime/version.rc
7695         * src/plugins/spamassassin/Makefile.am
7696                 Very little ;-) patch from Werner Koch, providing
7697                 infrastructure for cross-compiling to Win32
7698
7699 2005-12-20 [paul]       1.9.100cvs96
7700
7701         * src/account.c
7702         * src/account.h
7703         * src/mainwindow.c
7704         * src/mainwindow.h
7705         * src/toolbar.c
7706         * src/toolbar.h
7707                 add a combo to the Get All button, allowing
7708                 quick retrieval from any account
7709                 Patch by Fabien Vantard, slightly modified
7710                 by Colin
7711         * src/gtk/about.c
7712                 i18n fix. Patch by Fabien Vantard
7713
7714 2005-12-19 [colin]      1.9.100cvs95
7715
7716         * src/compose.c
7717         * src/compose.h
7718                 Don't automatically join lines when they've 
7719                 been separated by the user and not automatically
7720
7721 2005-12-19 [paul]       1.9.100cvs94
7722
7723         * src/gtk/pluginwindow.c
7724                 i18n fix.
7725                 Patch by Fabien Vantard
7726
7727 2005-12-15 [paul]       1.9.100cvs93
7728
7729         * src/common/plugin.c
7730         * src/common/plugin.h
7731         * src/gtk/pluginwindow.c
7732         * src/plugins/clamav/clamav_plugin.c
7733         * src/plugins/demo/demo.c
7734         * src/plugins/dillo_viewer/dillo_viewer.c
7735         * src/plugins/pgpcore/plugin.c
7736         * src/plugins/pgpinline/plugin.c
7737         * src/plugins/pgpmime/plugin.c
7738         * src/plugins/spamassassin/spamassassin.c
7739         * src/plugins/trayicon/trayicon.c
7740                 add plugin_version()
7741
7742 2005-12-15 [colin]      1.9.100cvs92
7743
7744         * src/compose.c
7745                 Further fix bug #875
7746
7747 2005-12-15 [paul]       1.9.100cvs91
7748
7749         * src/gtk/filesel.c
7750                 fix attach_load_dir getting set to
7751                 PLUGINDIR on plugin load
7752
7753 2005-12-14 [mones]      1.9.100cvs90
7754
7755         * manual/ack.xml
7756         * manual/keyboard.xml
7757                 Initial draft and some shortcuts added
7758                 
7759         * po/es.po
7760                 Updated translation
7761
7762 2005-12-14 [colin]      1.9.100cvs89
7763
7764         * src/compose.c
7765         * src/imap.c
7766         * src/summaryview.c
7767         * src/gtk/gtkaspell.c
7768                 More leaks fixed
7769         * src/prefs_folder_item.c
7770                 Fix recursive prefs apply
7771
7772
7773 2005-12-14 [colin]      1.9.100cvs88
7774
7775         * src/compose.c
7776                 Fix bug #875 (Freeze On Inline Forward of 
7777                 Large Message)
7778
7779 2005-12-13 [colin]      1.9.100cvs87
7780
7781         * src/compose.c
7782                 Uniq-ify and sort the mimetypes list
7783                 Patch by Fabien Vantard
7784
7785 2005-12-13 [colin]      1.9.100cvs86
7786
7787         * src/imap.c
7788         * src/etpan/imap-thread.c
7789                 Fix leaks (patch by Hoa)
7790         * src/news.c
7791         * src/common/plugin.c
7792                 Fix leaks
7793
7794 2005-12-12 [colin]
7795
7796         * 2.0.0-rc2 released
7797
7798 2005-12-12 [colin]      1.9.100cvs85
7799
7800         * src/matcher.c
7801                 Fix a leak
7802
7803 2005-12-12 [wwp]        1.9.100cvs84
7804
7805         * src/gtk/icon_legend.c
7806                 fix misbehaviour and crash when closing the legend window
7807         using the Esc key (patch by Fabien Vantard).
7808
7809 2005-12-12 [paul]       1.9.100cvs83
7810
7811         * src/browseldap.c
7812         * src/foldersel.c
7813         * src/prefs_actions.c
7814         * src/prefs_filtering.c
7815         * src/prefs_matcher.c
7816         * src/prefs_spelling.glade      ** REMOVED **
7817         * src/prefs_template.c
7818         * src/gtk/foldersort.glade      ** REMOVED **
7819         * src/gtk/pluginwindow.c
7820         * src/gtk/pluginwindow.glade    ** REMOVED **
7821         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7822                 cleanups
7823
7824 2005-12-11 [paul]       1.9.100cvs82
7825
7826         * src/gtk/filesel.c
7827                 fix attach_load_dir crasher (double free)
7828
7829 2005-12-09 [paul]       1.9.100cvs81
7830
7831         * po/POTFILES.in
7832         * src/mainwindow.c
7833         * src/gtk/Makefile.am
7834         * src/gtk/icon_legend.c
7835         * src/gtk/icon_legend.h
7836                 add icon legend
7837         * src/manual.c
7838                 cleanup
7839
7840 2005-12-09 [paul]       1.9.100cvs80
7841
7842         * src/plugins/pgpcore/passphrase.c
7843                 wrap the label in the dialog
7844
7845 2005-12-09 [colin]      1.9.100cvs79
7846
7847         * src/plugins/pgpcore/sgpgme.c
7848                 Display (untrusted) on not trusted signatures
7849                 Patch by Michal Èihaø <michal@cihar.com>
7850                 Closes bug #867 (Report also key trust)
7851
7852 2005-12-09 [colin]      1.9.100cvs78
7853
7854         * src/common/plugin.c
7855                 Update licence check, following Eben Moglen's advice
7856
7857 2005-12-08 [colin]      1.9.100cvs77
7858
7859         * src/folder.c
7860                 Fix the occasionnal item->cache != NULL 
7861                 assertion failure. 
7862
7863 2005-12-08 [colin]      1.9.100cvs76
7864
7865         * src/mimeview.c
7866         * src/plugins/pgpcore/sgpgme.c
7867                 Print key id when unable to check it
7868                 Closes bug #866 (Show key id when missing)
7869
7870 2005-12-08 [paul]       1.9.100cvs75
7871
7872         * src/prefs_common.c
7873         * src/prefs_common.h
7874         * src/gtk/filesel.c
7875                 remember load attachment dir
7876
7877 2005-12-07 [colin]      1.9.100cvs74
7878
7879         * src/prefs_toolbar.c
7880                 Gtk fixes, patch by Fabien Vantard
7881
7882 2005-12-07 [colin]      1.9.100cvs73
7883
7884         * src/action.c
7885         * src/compose.c
7886         * src/compose.h
7887                 Fix bug #839 (Quoted text isn't colored after 
7888                 executing an action)
7889         * src/common/plugin.c
7890                 Require plugins to declare their licence in plugin_licence()
7891                 Refuse to load non-GPL plugins as they'd be illegal (as 
7892                 derived works of Sylpheed-Claws, they must be GPL).
7893         * src/plugins/clamav/clamav_plugin.c
7894         * src/plugins/demo/demo.c
7895         * src/plugins/dillo_viewer/dillo_viewer.c
7896         * src/plugins/pgpcore/plugin.c
7897         * src/plugins/pgpinline/plugin.c
7898         * src/plugins/pgpmime/plugin.c
7899         * src/plugins/spamassassin/spamassassin.c
7900         * src/plugins/trayicon/trayicon.c
7901                 Add plugin_licence()
7902
7903 2005-12-07 [paul]       1.9.100cvs72
7904
7905         * configure.ac
7906         * src/mainwindow.c
7907         * src/manual.c
7908         * src/manual.h
7909         * src/common/defs.h
7910                 clean up after local FAQ removal and
7911                 temporary manual removal
7912
7913 2005-12-06 [colin]      1.9.100cvs71
7914
7915         * configure.ac
7916         * doc/Makefile.am
7917         * doc/faq/.cvsignore
7918         * doc/faq/Makefile.am
7919         * doc/faq/de/.cvsignore
7920         * doc/faq/de/Makefile.am
7921         * doc/faq/de/sylpheed-faq-1.html
7922         * doc/faq/de/sylpheed-faq-2.html
7923         * doc/faq/de/sylpheed-faq-3.html
7924         * doc/faq/de/sylpheed-faq.html
7925         * doc/faq/en/.cvsignore
7926         * doc/faq/en/Makefile.am
7927         * doc/faq/en/sylpheed-faq-1.html
7928         * doc/faq/en/sylpheed-faq-2.html
7929         * doc/faq/en/sylpheed-faq-3.html
7930         * doc/faq/en/sylpheed-faq-4.html
7931         * doc/faq/en/sylpheed-faq.html
7932         * doc/faq/es/.cvsignore
7933         * doc/faq/es/Makefile.am
7934         * doc/faq/es/sylpheed-faq-1.html
7935         * doc/faq/es/sylpheed-faq-2.html
7936         * doc/faq/es/sylpheed-faq-3.html
7937         * doc/faq/es/sylpheed-faq-4.html
7938         * doc/faq/es/sylpheed-faq.html
7939         * doc/faq/fr/.cvsignore
7940         * doc/faq/fr/Makefile.am
7941         * doc/faq/fr/sylpheed-faq-1.html
7942         * doc/faq/fr/sylpheed-faq-2.html
7943         * doc/faq/fr/sylpheed-faq-3.html
7944         * doc/faq/fr/sylpheed-faq.html
7945         * doc/faq/it/.cvsignore
7946         * doc/faq/it/Makefile.am
7947         * doc/faq/it/sylpheed-faq-1.html
7948         * doc/faq/it/sylpheed-faq-2.html
7949         * doc/faq/it/sylpheed-faq-3.html
7950         * doc/faq/it/sylpheed-faq.html
7951         * doc/manual/.cvsignore
7952         * doc/manual/Makefile.am
7953         * doc/manual/de/.cvsignore
7954         * doc/manual/de/Makefile.am
7955         * doc/manual/de/sylpheed-1.html
7956         * doc/manual/de/sylpheed-10.html
7957         * doc/manual/de/sylpheed-11.html
7958         * doc/manual/de/sylpheed-12.html
7959         * doc/manual/de/sylpheed-13.html
7960         * doc/manual/de/sylpheed-14.html
7961         * doc/manual/de/sylpheed-15.html
7962         * doc/manual/de/sylpheed-16.html
7963         * doc/manual/de/sylpheed-17.html
7964         * doc/manual/de/sylpheed-18.html
7965         * doc/manual/de/sylpheed-19.html
7966         * doc/manual/de/sylpheed-2.html
7967         * doc/manual/de/sylpheed-20.html
7968         * doc/manual/de/sylpheed-3.html
7969         * doc/manual/de/sylpheed-4.html
7970         * doc/manual/de/sylpheed-5.html
7971         * doc/manual/de/sylpheed-6.html
7972         * doc/manual/de/sylpheed-7.html
7973         * doc/manual/de/sylpheed-8.html
7974         * doc/manual/de/sylpheed-9.html
7975         * doc/manual/de/sylpheed.html
7976         * doc/manual/en/.cvsignore
7977         * doc/manual/en/Makefile.am
7978         * doc/manual/en/sylpheed-1.html
7979         * doc/manual/en/sylpheed-10.html
7980         * doc/manual/en/sylpheed-11.html
7981         * doc/manual/en/sylpheed-12.html
7982         * doc/manual/en/sylpheed-13.html
7983         * doc/manual/en/sylpheed-14.html
7984         * doc/manual/en/sylpheed-15.html
7985         * doc/manual/en/sylpheed-16.html
7986         * doc/manual/en/sylpheed-17.html
7987         * doc/manual/en/sylpheed-18.html
7988         * doc/manual/en/sylpheed-19.html
7989         * doc/manual/en/sylpheed-2.html
7990         * doc/manual/en/sylpheed-20.html
7991         * doc/manual/en/sylpheed-21.html
7992         * doc/manual/en/sylpheed-22.html
7993         * doc/manual/en/sylpheed-3.html
7994         * doc/manual/en/sylpheed-4.html
7995         * doc/manual/en/sylpheed-5.html
7996         * doc/manual/en/sylpheed-6.html
7997         * doc/manual/en/sylpheed-7.html
7998         * doc/manual/en/sylpheed-8.html
7999         * doc/manual/en/sylpheed-9.html
8000         * doc/manual/en/sylpheed.html
8001         * doc/manual/es/.cvsignore
8002         * doc/manual/es/Makefile.am
8003         * doc/manual/es/sylpheed-1.html
8004         * doc/manual/es/sylpheed-10.html
8005         * doc/manual/es/sylpheed-11.html
8006         * doc/manual/es/sylpheed-12.html
8007         * doc/manual/es/sylpheed-13.html
8008         * doc/manual/es/sylpheed-14.html
8009         * doc/manual/es/sylpheed-15.html
8010         * doc/manual/es/sylpheed-16.html
8011         * doc/manual/es/sylpheed-17.html
8012         * doc/manual/es/sylpheed-18.html
8013         * doc/manual/es/sylpheed-19.html
8014         * doc/manual/es/sylpheed-2.html
8015         * doc/manual/es/sylpheed-20.html
8016         * doc/manual/es/sylpheed-3.html
8017         * doc/manual/es/sylpheed-4.html
8018         * doc/manual/es/sylpheed-5.html
8019         * doc/manual/es/sylpheed-6.html
8020         * doc/manual/es/sylpheed-7.html
8021         * doc/manual/es/sylpheed-8.html
8022         * doc/manual/es/sylpheed-9.html
8023         * doc/manual/es/sylpheed.html
8024         * doc/manual/fr/.cvsignore
8025         * doc/manual/fr/Makefile.am
8026         * doc/manual/fr/sylpheed-1.html
8027         * doc/manual/fr/sylpheed-10.html
8028         * doc/manual/fr/sylpheed-11.html
8029         * doc/manual/fr/sylpheed-12.html
8030         * doc/manual/fr/sylpheed-13.html
8031         * doc/manual/fr/sylpheed-14.html
8032         * doc/manual/fr/sylpheed-15.html
8033         * doc/manual/fr/sylpheed-16.html
8034         * doc/manual/fr/sylpheed-17.html
8035         * doc/manual/fr/sylpheed-18.html
8036         * doc/manual/fr/sylpheed-19.html
8037         * doc/manual/fr/sylpheed-2.html
8038         * doc/manual/fr/sylpheed-20.html
8039         * doc/manual/fr/sylpheed-3.html
8040         * doc/manual/fr/sylpheed-4.html
8041         * doc/manual/fr/sylpheed-5.html
8042         * doc/manual/fr/sylpheed-6.html
8043         * doc/manual/fr/sylpheed-7.html
8044         * doc/manual/fr/sylpheed-8.html
8045         * doc/manual/fr/sylpheed-9.html
8046         * doc/manual/fr/sylpheed.html
8047         * doc/manual/ja/.cvsignore
8048         * doc/manual/ja/Makefile.am
8049         * doc/manual/ja/sylpheed-1.html
8050         * doc/manual/ja/sylpheed-10.html
8051         * doc/manual/ja/sylpheed-11.html
8052         * doc/manual/ja/sylpheed-12.html
8053         * doc/manual/ja/sylpheed-13.html
8054         * doc/manual/ja/sylpheed-14.html
8055         * doc/manual/ja/sylpheed-15.html
8056         * doc/manual/ja/sylpheed-16.html
8057         * doc/manual/ja/sylpheed-17.html
8058         * doc/manual/ja/sylpheed-18.html
8059         * doc/manual/ja/sylpheed-19.html
8060         * doc/manual/ja/sylpheed-2.html
8061         * doc/manual/ja/sylpheed-20.html
8062         * doc/manual/ja/sylpheed-3.html
8063         * doc/manual/ja/sylpheed-4.html
8064         * doc/manual/ja/sylpheed-5.html
8065         * doc/manual/ja/sylpheed-6.html
8066         * doc/manual/ja/sylpheed-7.html
8067         * doc/manual/ja/sylpheed-8.html
8068         * doc/manual/ja/sylpheed-9.html
8069         * doc/manual/ja/sylpheed.html
8070         * doc/manual/ja/sylpheed.sgml
8071         * src/mainwindow.c
8072                 Remove outdated manual and faq. Noisy, eh?
8073
8074 2005-12-06 [colin]      1.9.100cvs70
8075
8076         * src/compose.c
8077         * src/quote_fmt_parse.y
8078         * src/undo.c
8079         * src/undo.h
8080                 Allow %X to position cursor at 0 
8081                 (no %X = before signature)
8082                 Fix paste as quotation putting the cursor at 0
8083                 Fix undo offsets when pasting
8084                 Insert the quote_fmt at once instead of line 
8085                 by line
8086                 Fix [Edited] when starting to reply/forward
8087
8088 2005-12-06 [paul]       1.9.100cvs69
8089
8090         * src/plugins/clamav/clamav_plugin_gtk.c
8091                 add another tooltip
8092         * src/plugins/spamassassin/spamassassin_gtk.c
8093                 rework spamassassin_create_widget_func()
8094
8095 2005-12-05 [colin]      1.9.100cvs68
8096
8097         * po/POTFILES.in
8098                 Fix make release ;-)
8099
8100 2005-12-05 [colin]      1.9.100cvs67
8101
8102         * src/compose.c
8103         * src/compose.h
8104                 Fix cursor positioning (not obeying %X)
8105
8106 2005-12-05 [paul]       1.9.100cvs66
8107
8108         * src/plugins/dillo_viewer/dillo_prefs.c
8109                 fix compilation warning
8110
8111 2005-12-05 [paul]       1.9.100cvs65
8112
8113         * src/prefs_spelling.c
8114         * src/plugins/trayicon/trayicon.c
8115                 cleanups - remove unused stuff
8116
8117 2005-12-05 [paul]       1.9.100cvs64
8118
8119         * README
8120         * manual/plugins.xml
8121                 remove info about removed mathml_viewer plugin
8122
8123 2005-12-05 [paul]       1.9.100cvs63
8124
8125         * configure.ac
8126         * src/plugins/Makefile.am
8127         * src/plugins/mathml_viewer/.cvsignore
8128         * src/plugins/mathml_viewer/Makefile.am
8129         * src/plugins/mathml_viewer/mathml_viewer.c
8130                 remove unmaintained mathml_viewer plugin
8131
8132 2005-12-05 [paul]       1.9.100cvs62
8133
8134         * src/summaryview.c
8135                 obey prefs_common.always_show_msg when
8136                 moving a msg
8137                 Thanks to Colin
8138
8139 2005-12-05 [paul]       1.9.100cvs61
8140
8141         * src/compose.c
8142         * src/prefs_account.c
8143         * src/prefs_filtering.c
8144         * src/prefs_quote.c
8145         * src/prefs_spelling.c
8146         * src/prefs_toolbar.c
8147         * src/summaryview.c
8148         * src/gtk/gtkutils.c
8149         * src/gtk/quicksearch.c
8150         * src/plugins/dillo_viewer/dillo_prefs.c
8151                 dialog cleanups
8152
8153 2005-12-04 [paul]       1.9.100cvs60
8154
8155         * src/inc.c
8156         * src/prefs_account.c
8157         * src/prefs_account.h
8158                 allow a Local account to specify a
8159                 default inbox
8160                 (closes bug 843 'Inbox cannot be changed for local
8161                  mailboxes')
8162
8163 2005-12-04 [colin]      1.9.100cvs59
8164
8165         * src/plugins/trayicon/trayicon.c
8166                 Remove Get, rename Get All to Get Mail in order to
8167                 be consistent with the default main toolbar
8168
8169 2005-12-03 [colin]      1.9.100cvs58
8170
8171         * manual/gpl.xml
8172         * manual/sylpheed-claws-manual.xml
8173                 Add GPL appendix
8174
8175 2005-12-03 [paul]       1.9.100cvs57
8176
8177         * AUTHORS
8178         * po/sv.po
8179         * src/gtk/authors.h
8180                 new (partially complete) Swedish translation
8181                 by Anders Troback <sylpheed@troback.com>
8182
8183 2005-12-02 [paul]       1.9.100cvs56
8184
8185         * configure.ac
8186                 libetpan 0.41 required
8187
8188 2005-12-02 [paul]       1.9.100cvs55
8189
8190         * src/plugins/clamav/clamav_plugin.c
8191         * src/plugins/clamav/clamav_plugin.h
8192         * src/plugins/clamav/clamav_plugin_gtk.c
8193         * src/plugins/spamassassin/spamassassin.c
8194         * src/plugins/spamassassin/spamassassin.h
8195         * src/plugins/spamassassin/spamassassin_gtk.c
8196                 unregister prefs pages on unloading, thus
8197                 preventing a crash
8198                 (thanks to Colin for the hint)
8199
8200 2005-12-02 [wwp]        1.9.100cvs54
8201
8202         * src/quote_fmt.h
8203         * src/quote_fmt_parse.y
8204                 fix misuse of gboolean*, use gboolean instead
8205                 (thanks to Paul, Colin, for pointing out that scaring one)
8206
8207 2005-12-02 [paul]       1.9.100cvs53
8208
8209         * src/plugins/clamav/clamav_plugin.c
8210                 int no --> unsigned int no
8211         * src/plugins/clamav/clamav_plugin_gtk.c
8212                 rework config page
8213
8214 2005-12-02 [wwp]        1.9.100cvs52
8215
8216         * src/compose.c
8217         * src/prefs_template.c
8218         * src/quote_fmt.h
8219         * src/quote_fmt_parse.y
8220                 prevent from executing |f and |p templates commands when
8221                 adding or replacing templates in prefs (avoids annoying and
8222                 potentially dangerous behaviours)
8223
8224 2005-12-02 [paul]       1.9.100cvs51
8225
8226         * src/prefs_common.c
8227                 allow translation of some default values
8228                 Patch by Fabien Vantard
8229
8230 2005-12-02 [paul]       1.9.100cvs50
8231
8232         * src/codeconv.c
8233         * src/codeconv.h
8234         * src/prefs_common.c
8235         * src/prefs_common.h
8236         * src/prefs_message.c
8237         * src/textview.c
8238                 remove obsolete 'convert_mb_alnum' option
8239                 and related stuff
8240         * src/gtk/about.c
8241                 remove unused 'about_textview_visibility_notify'
8242
8243 2005-12-02 [paul]       1.9.100cvs49
8244
8245         * src/prefs_account.c
8246         * src/prefs_compose_writing.c
8247         * src/prefs_fonts.c
8248         * src/prefs_gtk.h
8249         * src/prefs_image_viewer.c
8250         * src/prefs_message.c
8251         * src/prefs_other.c
8252         * src/prefs_receive.c
8253         * src/prefs_send.c
8254         * src/prefs_spelling.c
8255         * src/prefs_summaries.c
8256         * src/prefs_wrapping.c
8257         * src/plugins/dillo_viewer/dillo_prefs.c
8258         * src/plugins/pgpcore/prefs_gpg.c
8259                 several cleanups to the prefs dialogs
8260                 (slightly modified) patch by Fabien Vantard
8261
8262 2005-12-02 [paul]       1.9.100cvs48
8263
8264         * src/main.c
8265                 --exit means exit
8266         * src/send_message.c
8267                 fix crash on send when connection fails
8268
8269         Thanks to Colin
8270
8271 2005-12-01 [colin]      1.9.100cvs47
8272
8273         * src/html.c
8274                 Translate &hellip; to "..."
8275
8276 2005-11-30 [colin]      1.9.100cvs46
8277
8278         * src/matcher.c
8279         * src/matcher.h
8280                 Optimize back yesterday's fix.
8281
8282 2005-11-30 [paul]       1.9.100cvs45
8283
8284         * manual/faq.xml
8285                 standardised
8286         * manual/intro.xml
8287                 written by Colin, edited by me
8288
8289 2005-11-29 [colin]      1.9.100cvs44
8290
8291         * src/matcher.c
8292                 Skip headers unconditionnaly in match_body if the
8293                 rule is not message or ~message
8294
8295 2005-11-29 [colin]      1.9.100cvs43
8296
8297         * src/matcher.c
8298                 Fix body_part and such, not skipping headers 
8299                 if the matchcriteria wasn't the first in the rule
8300
8301 2005-11-29 [colin]      1.9.100cvs42
8302
8303         * src/compose.c
8304                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8305                 option missing from message view window)
8306                 Fix double text D'n'D with gtk-2.8
8307         * src/matcher.c
8308                 Fix ~message, ~headers_part, ~body_part rules
8309         * src/messageview.c
8310                 Add Windows-1252 (Closes bug #863)
8311                 Fix accels
8312         * src/gtk/gtkaspell.c
8313                 Properly destroy accels in all menus
8314
8315 2005-11-29 [mones]      1.9.100cvs41
8316
8317         * po/es.po
8318                 Updated.
8319
8320 2005-11-27 [colin]      1.9.100cvs40
8321
8322         * src/mh_gtk.c
8323                 "/Remove mailbox" -> "/Remove mailbox..."
8324
8325 2005-11-27 [paul]       1.9.100cvs39
8326
8327         * AUTHORS
8328         * po/de.po
8329         * src/gtk/authors.h
8330                 updated by new maintainer, Stephan Sachse
8331
8332 2005-11-27 [paul]       1.9.100cvs38
8333
8334         * manual/faq.xml
8335                 written by Colin, edited by me
8336
8337 2005-11-27 [paul]       1.9.100cvs37
8338
8339         * src/prefs_common.c
8340         * src/prefs_common.h
8341         * src/prefs_receive.c
8342         * src/prefs_summaries.c
8343                 move 'go to inbox after receiving new mail'
8344                 option from display/sumamaries to mail
8345                 handling/receive, and rework prefs_summaries
8346                 dialog a little
8347
8348 2005-11-25 [martin]     1.9.100cvs36
8349
8350         * po/de.po
8351             fixed windows-1252 translation;
8352             translated some new and fuzzy strings
8353
8354 2005-11-25 [paul]       1.9.100cvs35
8355
8356         * src/plugins/clamav/clamav_plugin.c
8357                 complete the update done in cvs34
8358
8359 2005-11-25 [paul]       1.9.100cvs34
8360
8361         * src/plugins/clamav/clamav_plugin.c
8362                 reflect upstream changes
8363
8364 2005-11-25 [paul]       1.9.100cvs33
8365
8366         * manual/ack.xml
8367         * manual/plugins.xml
8368         * manual/sylpheed-claws-manual.xml
8369                 written/updated by Colin, edited by me
8370         * tools/acroread2sylpheed.pl
8371                 update binary name
8372
8373 2005-11-24 [colin]      1.9.100cvs32
8374
8375         * src/compose.c
8376                 Fix bug #856 (reediting messages forgets Request
8377                 Return Receipt)
8378
8379 2005-11-24 [paul]       1.9.100cvs31
8380
8381         * manual/addrbook.xml
8382         * manual/starting.xml
8383                 written by Colin, proofread, edited, adapted by me
8384         * manual/advanced.xml
8385                 add some Actions examples
8386         * src/importldif.c
8387                 use a Save button instead of a Close button
8388         * src/wizard.c
8389                 indicate mandatory fields
8390                 fix page display
8391                 Thanks to Colin
8392
8393 2005-11-23 [colin]      1.9.100cvs30
8394
8395         * src/addressbook.c
8396                 Rename menu item, fix possible crash after
8397                 deletion of books
8398         * src/addrindex.c
8399                 Allow searching for '*' in ldap
8400         * src/browseldap.c
8401                 Fix "Browse Entry" (did anyone use it?)
8402         * src/wizard.c
8403                 Add guards for mandatory information
8404
8405 2005-11-23 [paul]       1.9.100cvs29
8406
8407         * manual/advanced.xml
8408                 corrections to the English
8409
8410 2005-11-23 [colin]      1.9.100cvs28
8411
8412         * src/mimeview.c
8413                 Fix possible crash at exit. After the call to
8414                 gtk_container_remove(), the Viewer's widget has no
8415                 more parent so gtk+ automatically frees it and its
8416                 sons. If destroy_viewer() then try to access it,
8417                 problems ensue.
8418
8419 2005-11-22 [colin]      1.9.100cvs27
8420
8421         * src/compose.c
8422         * src/gtk/gtkaspell.c
8423                 Fix right-clicking on a misspelled word
8424                 Fix More... in suggestions menu
8425
8426 2005-11-22 [wwp]        1.9.100cvs26
8427
8428         * src/prefs_template.c
8429                 templates works: re-sort templates list when adding or replacing,
8430                 prevent from adding or replacing when the template name is empty
8431
8432 2005-11-21 [colin]      1.9.100cvs25
8433
8434         * src/addressbook.c
8435                 Fix some addressbook suckage (dnd, select all)
8436         * src/compose.c
8437         * src/gtk/gtkaspell.c
8438         * src/gtk/gtkaspell.h
8439                 Make the spellchecker menu work with the 
8440                 GtkTextView one instead of overriding it
8441
8442 2005-11-20 [paul]       1.9.100cvs24
8443
8444         * manual/handling.xml
8445                 proofread and corrected
8446
8447 2005-11-20 [paul]       1.9.100cvs23
8448
8449         * manual/Makefile
8450                 generate html as one file
8451         * manual/advanced.xml
8452                 fix output generation
8453                 reformat hidden options list
8454         * manual/manual.xml     ** REMOVED **
8455         * manual/sylpheed-claws-manual.xml      ** ADDED **
8456                 renamed
8457
8458 2005-11-18 [colin]      1.9.100cvs22
8459
8460         * src/prefs_account.c
8461                 Fix layout in news and mbox accounts
8462         * manual/account.xml
8463         * manual/advanced.xml
8464                 New contents for Paul to check :)
8465
8466 2005-11-18 [wwp]        1.9.100cvs21
8467
8468         * src/gtk/quicksearch.c
8469                 don't update extended quicksearch buttons twice
8470
8471 2005-11-18 [paul]       1.9.100cvs20
8472
8473         * src/textview.c
8474                 complete 1.9.100cvs19
8475
8476 2005-11-18 [paul]       1.9.100cvs19
8477
8478         * src/compose.c
8479                 cosmetic improvements
8480         * src/textview.c
8481                 also list text/* attachments
8482
8483 2005-11-18 [colin]      1.9.100cvs18
8484
8485         * src/summaryview.c
8486                 Use column 0 instead of -1 in 
8487                 gtk_ctree_node_moveto, in a naive
8488                 hope it'll fix the gtk-related crashes
8489
8490 2005-11-18 [colin]      1.9.100cvs17
8491
8492         * src/gtk/inputdialog.c
8493                 Fix icon staying the first one
8494
8495 2005-11-17 [wwp]        1.9.100cvs16
8496                 fix possible problem showing some quicksearch buttons, and a bad
8497                 call to g_return_if_fail in a function that returns a value (both
8498                 fixes by Fabien Vantard)
8499
8500 2005-11-15 [wwp]        1.9.100cvs15
8501
8502         * src/gtk/quicksearch.c
8503                 added a tooltip to that obscure ... quicksearch button
8504
8505 2005-11-15 [wwp]        1.9.100cvs14
8506
8507         * src/gtk/quicksearch.c
8508                 add a quicksearch helper to filtering expression users: the ... button
8509                 raises the condition expr window. condition expressions set up w/ this
8510                 window are used by the quicksearch if the user closes it pressing OK.
8511
8512 2005-11-14 [paul]       1.9.100cvs13
8513
8514         * src/plugins/clamav/clamav_plugin.c
8515         * src/plugins/spamassassin/spamassassin.c
8516                 change plugin type following recent merging
8517
8518 2005-11-14 [wwp]        1.9.100cvs12
8519
8520         * src/folder.c
8521                 prevent from crashing when copying/moving message(s) from and
8522                 to the same folder
8523
8524 2005-11-14 [paul]       1.9.100cvs11
8525
8526         * src/plugins/clamav/Makefile.am
8527         * src/plugins/clamav/clamav_plugin.c
8528         * src/plugins/clamav/clamav_plugin.h
8529         * src/plugins/clamav/clamav_plugin_gtk.c
8530                 also merge clamav and clamav_gtk plugins
8531
8532 2005-11-13 [colin]      1.9.100cvs10
8533
8534         * configure.ac
8535         * src/plugins/spamassassin/Makefile.am
8536         * src/plugins/spamassassin/spamassassin.c
8537         * src/plugins/spamassassin/spamassassin.h
8538         * src/plugins/spamassassin/spamassassin_gtk.c
8539                 Merge spamassassin and spamassassin_gtk plugins,
8540                 and build it by default.
8541
8542 2005-11-12 [colin]      1.9.100cvs9
8543
8544         * src/etpan/imap-thread.c
8545                 Fix gcc warning
8546
8547 2005-11-12 [colin]      1.9.100cvs8
8548
8549         * src/procmime.c
8550                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8551
8552 2005-11-10 [colin]      1.9.100cvs7
8553
8554         * src/main.c
8555                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8556                 minimised state)
8557
8558 2005-11-10 [wwp]        1.9.100cvs6
8559
8560         * src/gtk/description_window.c
8561                 fix a crash when closing description windows using the WM's [X] button
8562
8563 2005-11-09 [colin]      1.9.100cvs5
8564
8565         * src/common/ssl.c
8566                 Update libetpan call to follow upstream
8567                 (yes, this requires libetpan-0.40cvs3)
8568
8569 2005-11-08 [colin]      1.9.100cvs4
8570
8571         * src/compose.c
8572         * src/textview.c
8573         * src/common/utils.c
8574         * src/common/utils.h
8575                 Enhance the email parser
8576
8577 2005-11-08 [colin]      1.9.100cvs3
8578
8579         * src/procmime.c
8580                 Fix what looks like an off-by-one (fixes 
8581                 attachments from the Bat)
8582
8583 2005-11-08 [wwp]        1.9.100cvs2
8584
8585         * src/main.c
8586                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8587
8588 2005-11-08 [wwp]        1.9.100cvs1
8589
8590         * src/main.c
8591                 allow exiting Sylpheed-Claws from command-line
8592
8593 2005-11-08 [paul]       1.9.100
8594
8595         1.9.100 released
8596
8597 2005-11-07 [colin]      1.9.99cvs17
8598
8599         * src/addritem.c
8600         * src/ldif.c
8601                 Fix import of base-64 encoded items
8602
8603 2005-11-07 [colin]      1.9.99cvs16
8604
8605         * src/send_message.c
8606                 Fix bug #314 (Queue does not empty under certain 
8607                 circumstances)
8608
8609 2005-11-07 [paul]       1.9.99cvs15
8610
8611         * src/mutt.c
8612         * src/pine.c
8613                 fix buffer overflows
8614                 Thanks to Colin
8615
8616 2005-11-07 [paul]       1.9.99cvs14
8617
8618         * doc/man/Makefile.am
8619         * doc/man/sylpheed-claws.1      ** ADDED **
8620         * doc/man/sylpheed.1            ** DELETED **
8621                 rename and update the man file
8622
8623 2005-11-06 [colin]      1.9.99cvs13
8624
8625         * src/ldif.c
8626                 Fix ldif_get_line() that returned empty strings
8627                 (Didn't understand why). Also fix a possible
8628                 buffer overflow.
8629
8630 2005-11-06 [wwp]        1.9.99cvs12
8631
8632         * src/textview.c
8633         * src/gtk/about.c
8634         * src/gtk/gtkutils.c
8635         * src/gtk/gtkutils.h
8636                 fix a compilation warning,
8637                 make links sensitive in the about dialog
8638
8639 2005-11-04 [wwp]        1.9.99cvs11
8640
8641         * src/gtk/about.c
8642                 don't wrap or translate URIs, and a bit text format cleanup
8643
8644 2005-11-04 [wwp]        1.9.99cvs10
8645
8646         * src/gtk/about.c
8647                 better textview tagging implementation (no more use of marks for
8648                 postponed tagging)
8649
8650 2005-11-02 [colin]      1.9.99cvs9
8651
8652         * src/common/ssl.c
8653                 Forgot an ifdef
8654
8655 2005-11-02 [colin]      1.9.99cvs8
8656
8657         * configure.ac
8658                 Require libetpan-0.40 due to upstream fix
8659         * src/common/ssl.c
8660                 Tell libetpan not to call SSL_Library_Init,
8661                 as we do it ourselves.
8662
8663 2005-11-02 [colin]      1.9.99cvs7
8664
8665         * po/POTFILES.in
8666                 Add missing files (thanks to Fabien Vantard)
8667
8668 2005-11-02 [colin]      1.9.99cvs6
8669
8670         * src/summaryview.c
8671                 Fix totals when read messages are hidden or quicksearch
8672                 is on
8673         * src/ssl_manager.c
8674         * src/ssl_manager.h
8675         * src/common/ssl_certificate.c
8676         * src/common/ssl_certificate.h
8677         * src/gtk/sslcertwindow.c
8678         * src/gtk/sslcertwindow.h
8679                 Fix copyright on my stuff
8680
8681 2005-11-02 [wwp]        1.9.99cvs5
8682
8683         * src/prefs_themes.c
8684                 fix directory name checking (theme installation/removal),
8685                 made related error a bit more verbose
8686
8687 2005-11-02 [colin]      1.9.99cvs4
8688
8689         * src/summaryview.c
8690                 Fix typo (probably fixes bug #841 (Sort by the From 
8691                 field doesn't work)
8692
8693 2005-11-02 [paul]       1.9.99cvs3
8694
8695         * po/ko.po
8696         * po/nb.po
8697                 updated by SungHyun Nam, Geir Helland
8698         * src/wizard.c
8699                 fix typo in welcome message. spotted by
8700                 Andrea Spadaccini
8701
8702 2005-11-01 [colin]      1.9.99cvs2
8703
8704         * src/compose.c
8705                 Fix replying to ml wen confirming subscription
8706         * src/messageview.c
8707         * src/mimeview.c
8708         * src/mimeview.h
8709         * src/privacy.h
8710         * src/summaryview.c
8711                 Make key check non blocking
8712
8713 2005-10-31 [paul]       1.9.99cvs1
8714
8715         * tools/claws.i18n.status.pl
8716                 updated for ChangeLog
8717
8718 2005-10-31 [paul]       1.9.99
8719
8720         1.9.99 released
8721
8722 2005-10-31 [paul]       1.9.15cvs131
8723
8724         * .cvsignore
8725         * ChangeLog
8726         * ChangeLog.claws       ** REMOVED **
8727         * ChangeLog-gtk2.claws  ** REMOVED **
8728         * ChangeLog.gtk1        ** ADDED **
8729         * INSTALL
8730         * Makefile.am
8731         * NEWS
8732         * README
8733         * README.claws          ** REMOVED **
8734         * README.jp             ** REMOVED **
8735         * RELEASE_NOTES         ** ADDED **
8736         * RELEASE_NOTES.claws   ** REMOVED **
8737         * commitHelper
8738         * configure.ac
8739         * sylpheed.spec.in      ** REMOVED **
8740                 tidy up and update the default docs:
8741                 ChangeLog.claws is renamed ChangeLog.gtk1
8742                 ChangeLog-gtk2.claws is renamed ChangeLog
8743                 README.claws is renamed README
8744                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8745
8746 2005-10-31 [paul]       1.9.15cvs130
8747
8748         * po/it.po
8749                 fix errors
8750
8751 2005-10-31 [paul]       1.9.15cvs129
8752
8753         * po/ca.po
8754         * po/de.po
8755         * po/en_GB.po
8756         * po/fr.po
8757         * po/it.po
8758         * po/pt_BR.po
8759         * po/sk.po
8760         * po/sr.po
8761         * po/zh_CN.po
8762                 updated by Miquel Oliete, Stephan Sachse and
8763                 Thomas Gilgin, me, Fabien Vantard, Andrea
8764                 Spadaccini, Frederico Goncalves Guimaraes,
8765                 Andrej Kacian, Aleksandar Urosevic, and
8766                 Ralgh Young.
8767
8768 2005-10-31 [mones]      1.9.15cvs128
8769
8770         * manual/faq.xml
8771                 More questions.
8772         
8773         * po/es.po
8774                 Updated for release.
8775
8776 2005-10-30 [colin]      1.9.15cvs127
8777
8778         * src/compose.c
8779                 Place cursor before rewrapping (fixes cursor
8780                 pos if quotation gets rewrapped)
8781
8782 2005-10-29 [paul]       1.9.15cvs126
8783
8784         * src/crash.c
8785         * src/foldersel.c
8786         * src/main.c
8787         * src/messageview.c
8788         * src/toolbar.c
8789         * src/gtk/authors.h
8790                 corrections to text items
8791
8792 2005-10-28 [colin]      1.9.15cvs125
8793
8794         * src/messageview.c
8795                 Make "hit 'C' to check sig" work from extern 
8796                 messageviews
8797
8798 2005-10-27 [colin]      1.9.15cvs124
8799
8800         * src/summaryview.c
8801                 Add a hack to avoid segfaulting when hammering 
8802                 on gtk's events
8803
8804 2005-10-27 [wwp]        1.9.15cvs123
8805
8806         * src/prefs_themes.c
8807                 sort list of themes names in themes prefs
8808
8809 2005-10-27 [paul]       1.9.15cvs122
8810
8811         * src/folder.c
8812         * src/prefs_account.c
8813                 fix building on Solaris
8814                 Patch by Alex Moore
8815
8816 2005-10-27 [wwp]        1.9.15cvs121
8817
8818         * src/summaryview.c
8819         * src/gtk/gtksctree.c
8820                 speed up unselecting messages in summary view (thanks to Colin)
8821
8822 2005-10-27 [paul]       1.9.15cvs120
8823
8824         * src/mainwindow.c
8825                 fix a compilation warning
8826         * src/summaryview.c
8827                 fix updating of 'n items selected' count
8828                 when deselecting
8829
8830 2005-10-27 [martin]     1.9.15cvs119
8831
8832         * src/action.c
8833                 ignore actions with a leading '/' in the action menu name
8834                 fixes a crash on menu creation
8835         * src/prefs_actions.c
8836                 do not allow a leading '/' in the action menu name
8837
8838 2005-10-27 [paul]       1.9.15cvs118
8839
8840         * src/main.c
8841                 fix compilation warning
8842
8843 2005-10-27 [paul]       1.9.15cvs117
8844
8845         * src/procmime.c
8846                 add #if HAVE_LOCALE_H
8847
8848 2005-10-27 [paul]       1.9.15cvs116
8849
8850         * src/plugins/clamav/clamav_plugin.c
8851         * src/plugins/dillo_viewer/dillo_viewer.c
8852         * src/plugins/mathml_viewer/mathml_viewer.c
8853         * src/plugins/pgpcore/plugin.c
8854         * src/plugins/pgpinline/plugin.c
8855         * src/plugins/pgpmime/plugin.c
8856         * src/plugins/spamassassin/spamassassin.c
8857         * src/plugins/trayicon/trayicon.c
8858                 plugin_init() : make error messages more
8859                 informative
8860
8861 2005-10-26 [wwp]        1.9.15cvs115
8862
8863         * src/prefs_matcher.c
8864                 enlarge boolean op widget width a bit (wasn't always showing text contents)
8865
8866 2005-10-26 [wwp]        1.9.15cvs114
8867
8868         * src/procmime.c
8869         * src/gtk/gtksctree.c
8870         * src/plugins/spamassassin/libspamc.c
8871         * src/plugins/spamassassin/spamassassin.c
8872                 fix some compilation warnings more
8873
8874 2005-10-26 [mones]      1.9.15cvs113
8875
8876         * po/es.po
8877                 Updated translation
8878
8879 2005-10-26 [paul]       1.9.15cvs112
8880
8881         * src/prefs_message.c
8882                 give all display_xface stuff the
8883                 #if HAVE_LIBCOMPFACE treatment, thus
8884                 preventing a crash
8885                 (Thanks to Wolfgang Enderlein)
8886
8887 2005-10-26 [colin]      1.9.15cvs111
8888
8889         * src/gedit-print.c
8890                 Fix date format
8891         * src/imap_gtk.c
8892         * src/news_gtk.c
8893                 Remove context menu items that should not be there
8894         * src/jpilot.c
8895                 Fix encoding
8896         * src/main.c
8897         * src/mainwindow.c
8898                 Don't show the mainwindow too soon
8899
8900 2005-10-26 [wwp]        1.9.15cvs110
8901
8902         * src/folder.c
8903         * src/manual.c
8904         * src/summaryview.c
8905                 fix uninitialized pointers in the folder updating hook
8906                 (thanks to Colin)
8907
8908 2005-10-25 [mones]      1.9.15cvs109
8909
8910         * manual/faq.xml
8911                 General information subsection completed. 
8912                 Removed archaic references.
8913                 
8914         * manual/Makefile
8915         * manual/dtd/manual.dsl
8916                 Added customization stylesheet for getting paragraphs
8917                 fully justified in PDF output (as suggested by Colin).
8918
8919 2005-10-25 [colin]      1.9.15cvs108
8920
8921         * src/compose.c
8922                 Fix a second leak
8923
8924 2005-10-25 [colin]      1.9.15cvs107
8925
8926         * src/addrbook.c
8927         * src/addrindex.c
8928                 Fix leak (xml_get_element() allocates memory)
8929         * src/compose.c
8930                 Fix leak + dead code (shame!)
8931         * src/procmime.c
8932                 Fix leak
8933
8934 2005-10-25 [colin]      1.9.15cvs106
8935
8936         * src/mimeview.c
8937                 Fix encoding issue in Save all and in 
8938                 overwrite-confirmation alertpanel
8939
8940 2005-10-25 [colin]      1.9.15cvs105
8941
8942         * src/common/socket.c
8943                 Fix a leak - Thanks to Christopher Aillon
8944                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8945
8946 2005-10-25 [paul]       1.9.15cvs104
8947
8948         * src/wizard.c
8949                 Always guess servers from the right-hand
8950                 email part and guess username from the
8951                 left-hand part. (Thanks to Colin)
8952                 add an X-Face to the welcome message
8953
8954 2005-10-25 [paul]       1.9.15cvs103
8955
8956         * manual/handling.xml
8957                 written by Colin, edited by me
8958
8959 2005-10-25 [wwp]        1.9.15cvs102
8960
8961         * src/folderview.c
8962         * src/grouplistdialog.c
8963         * src/imap.c
8964         * src/noticeview.c
8965                 fix some compilation warnings
8966
8967 2005-10-24 [paul]
8968
8969         1.9.99-rc3 released
8970
8971 2005-10-24 [paul]       1.9.15cvs101
8972
8973         * src/gtk/about.c
8974                 fix window sizing
8975
8976 2005-10-24 [paul]       1.9.15cvs100
8977
8978         * src/pixmaps/offline.xpm
8979         * src/pixmaps/online.xpm
8980                 replace with last default versions
8981
8982 2005-10-24 [colin]      1.9.15cvs99
8983
8984         * src/imap.c
8985                 Fix bug when moving a folder
8986         * src/imap_gtk.c
8987         * src/mh_gtk.c
8988                 "Delete folder" pops up a window, so it 
8989                 should be suffixed with "..."
8990         * src/plugins/pgpcore/sgpgme.c
8991                 Include locale.h
8992
8993 2005-10-24 [mones]      1.9.15cvs98
8994
8995         * manual/Makefile
8996         * manual/account.xml
8997         * manual/ack.xml
8998         * manual/addrbook.xml
8999         * manual/advanced.xml
9000         * manual/faq.xml
9001         * manual/glossary.xml
9002         * manual/gpl.xml
9003         * manual/handling.xml
9004         * manual/intro.xml
9005         * manual/keyboard.xml
9006         * manual/manual.xml
9007         * manual/plugins.xml
9008         * manual/starting.xml
9009         * manual/dtd/sdocbook.dtd
9010                 Initial manual structure and some content.
9011
9012 2005-10-23 [wwp]        1.9.15cvs97
9013
9014         * src/gtk/about.c
9015                 fix a typo
9016
9017 2005-10-23 [wwp]        1.9.15cvs96
9018
9019         * src/gtk/about.c
9020         * src/gtk/authors.h
9021                 rework of the about window (main work by Paul), also featuring a few
9022                 fixes for typos and duplicate names
9023
9024 2005-10-23 [wwp]        1.9.15cvs95
9025
9026         * src/.cvsignore
9027                 Ignore the right binary name (sylpheed-claws now)
9028
9029 2005-10-23 [paul]       1.9.15cvs94
9030
9031         * src/compose.c
9032                 when using Folder Pref 'Default To for
9033                 replies' make the entry in the Compose
9034                 window bold
9035                 Patch by Fabien Vantard
9036
9037 2005-10-22 [colin]      1.9.15cvs93
9038
9039         * src/codeconv.c
9040                 Fix leak
9041
9042 2005-10-22 [colin]      1.9.15cvs92
9043
9044         * src/codeconv.c
9045                 try to convert using locale (apart utf8) if necessary
9046
9047 2005-10-22 [colin]      1.9.15cvs91
9048
9049         * src/pixmaps/new.xpm
9050         * src/pixmaps/unread.xpm
9051                 Make the unread envelope blue again and
9052                 saturate the new one a bit more.
9053
9054 2005-10-22 [colin]      1.9.15cvs90
9055
9056         * src/compose.c
9057                 When replying to a mail sent by one of our accounts,
9058                 use the original list of recipients. Let 'Reply All'
9059                 and 'Reply to sender' work like previously.
9060
9061 2005-10-21 [colin]      1.9.15cvs89
9062
9063         * src/prefs_filtering.c
9064                 Clear fields after add and replace
9065         * src/textview.c
9066                 Display xface differently (better)
9067         * src/plugins/pgpinline/pgpinline.c
9068                 Fix crappy encodings/recodings
9069
9070 2005-10-21 [paul]       1.9.15cvs88
9071
9072         * src/compose.c
9073         * src/prefs_folder_item.c
9074         * src/toolbar.c
9075                 fix news folder Folder Properties
9076                 (thanks to Colin)
9077         * src/folderview.c
9078                 update folderview after Themes change
9079                 keep selected folder selected
9080                 (thanks to Colin)
9081
9082 2005-10-21 [paul]       1.9.15cvs87
9083
9084         * tools/Makefile.am
9085         * tools/OOo2sylpheed.pl
9086         * tools/README
9087         * tools/README.sylprint
9088         * tools/asus_mailled.sh         ** REMOVED **
9089         * tools/filter_conv.pl
9090         * tools/freshmeat_search.pl
9091         * tools/google_search.pl
9092         * tools/gpg-sign-syl            ** REMOVED **
9093         * tools/kmail2sylpheed.pl
9094         * tools/kmail2sylpheed_v2.pl
9095         * tools/multiwebsearch.pl
9096         * tools/nautilus2sylpheed.sh
9097         * tools/newscache_clean.pl
9098         * tools/outlook2sylpheed.pl
9099         * tools/sylpheed-switcher       ** REMOVED **
9100         * tools/sylprint.pl
9101         * tools/sylprint.rc
9102         * tools/tb2sylpheed
9103         * tools/vcard2xml.py
9104         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9105                 update default config dir
9106                 update binary name (thanks to Fabien Vantard)
9107                 remove obsolete scripts
9108
9109 2005-10-21 [colin]      1.9.15cvs86
9110
9111         * src/inc.c
9112                 Fix possible leak and units. Based on a patch by
9113                 Fabien Vantard.
9114
9115 2005-10-20 [colin]      1.9.15cvs85
9116
9117         * src/textview.c
9118                 Clear xface when clearing textview
9119
9120 2005-10-20 [colin]      1.9.15cvs84
9121
9122         * configure.ac
9123         * src/folderview.c
9124         * src/headerview.c
9125         * src/main.c
9126         * src/prefs_common.c
9127         * src/prefs_common.h
9128         * src/prefs_message.c
9129         * src/textview.c
9130         * src/textview.h
9131         * src/common/defs.h
9132         * src/common/utils.c
9133         * src/common/utils.h
9134         * src/gtk/gtkutils.c
9135         * src/gtk/gtkutils.h
9136                 Migrate config to .sylpheed-claws (Automatically)
9137                 Add a way to get the Xface in the TextView
9138
9139 2005-10-20 [colin]      1.9.15cvs83
9140
9141         * src/gtk/Makefile.am
9142         * src/gtk/about.c
9143         * src/gtk/authors.h
9144                 Make the about dialog *grooovy*
9145
9146 2005-10-20 [colin]      1.9.15cvs82
9147
9148         * src/mimeview.c
9149                 Use "Open with" on double click if no command
9150                 was found
9151
9152 2005-10-20 [colin]      1.9.15cvs81
9153
9154         * src/imap.c
9155         * src/etpan/imap-thread.c
9156                 Fix possible crash.
9157
9158 2005-10-20 [paul]       1.9.15cvs80
9159
9160         * src/folder.c
9161                 don't show clipkey icon if the only
9162                 attachment is the signature
9163                 Patch by Colin
9164
9165 2005-10-20 [paul]       1.9.15cvs79
9166
9167         * AUTHORS
9168         * src/plugins/pgpmime/pgpmime.c
9169                 name the PGP/MIME signature 'signature.asc'
9170                 Patch by Andrew Nelson <freeandy@gmail.com>
9171
9172 2005-10-19 [colin]      1.9.15cvs78
9173
9174         * src/plugins/pgpmime/pgpmime.c
9175                 Oops, no need to double-check though
9176
9177 2005-10-19 [colin]      1.9.15cvs77
9178
9179         * src/plugins/pgpinline/pgpinline.c
9180         * src/plugins/pgpmime/pgpmime.c
9181                 Check that my_tmpfile() doesn't 
9182                 return NULL
9183
9184 2005-10-19 [colin]      1.9.15cvs76
9185
9186         * src/common/utils.c
9187                 Use shorter mime boundaries to avoid having
9188                 MTAs rewrapping our headers, breaking the
9189                 PGP signature in the process 
9190         * src/compose.c
9191         * src/plugins/pgpmime/pgpmime.c
9192                 Check for boundary uniqueness to be sure
9193                 it won't happen, instead of hoping for the
9194                 best
9195
9196 2005-10-19 [colin]      1.9.15cvs75
9197
9198         * sylpheed-claws.desktop
9199         * src/Makefile.am
9200         * src/main.c
9201                 Ship a sylpheed-claws binary instead
9202                 of a sylpheed one. Change the socket
9203                 name, too
9204         * src/folderview.c
9205                 Update folder only if it changed
9206         * src/wizard.c
9207                 Fix i18n in welcome mail, patch by
9208                 Fabien Vantard
9209
9210 2005-10-19 [paul]
9211
9212         1.9.99-rc2 released
9213
9214 2005-10-19 [paul]       1.9.15cvs74
9215
9216         * src/folder.c
9217         * src/folderview.c
9218                 fix summaryview update
9219                 Patch by Colin
9220
9221 2005-10-18 [colin]      1.9.15cvs73
9222
9223         * src/plugins/pgpcore/passphrase.c
9224                 Don't XGrabServer, and try a bit more to 
9225                 sync everything before grabbing mouse/keyboard
9226
9227 2005-10-18 [colin]      1.9.15cvs72
9228
9229         * src/Makefile.am
9230         * src/addressadd.c
9231         * src/addressbook.c
9232         * src/folderview.c
9233         * src/grouplistdialog.c
9234         * src/mimeview.c
9235         * src/stock_pixmap.c
9236         * src/stock_pixmap.h
9237         * src/summaryview.c
9238         * src/gtk/gtksctree.c
9239         * src/gtk/gtksctree.h
9240         * src/pixmaps/empty.xpm
9241                 Implement a wrapper call for gtk_ctree_set_node_info
9242                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9243                 pixmap instead of a NULL one. This works around some
9244                 memory problems deep inside gtk, revealed by valgrind,
9245                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9246                 as locked crashes sylpheed.), as well as, probably, 
9247                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9248
9249 2005-10-17 [colin]      1.9.15cvs71
9250
9251         * src/mimeview.c
9252                 Provide visual feedback when checking
9253                 signature
9254
9255 2005-10-17 [colin]      1.9.15cvs70
9256
9257         * src/main.c
9258                 Keep the folder list frozen while checking caches...
9259
9260 2005-10-17 [colin]      1.9.15cvs69
9261
9262         * src/addr_compl.c
9263                 Fi bug #833 (Autocompleting from addressbook 
9264                 fails with extended chars)
9265         * src/imap.c
9266                 Fix 'adding messages' staying in statusbar
9267                 after an error
9268
9269 2005-10-17 [wwp]        1.9.15cvs68
9270
9271         * src/ssl_manager.c
9272                 Fix buttons' layout resizing when window size changes
9273
9274 2005-10-17 [wwp]        1.9.15cvs67
9275
9276         * src/account.c
9277         * src/prefs_account.c
9278         * src/prefs_common.c
9279         * src/prefs_common.h
9280         * src/prefs_folder_item.c
9281         * src/prefs_gtk.c
9282         * src/gtk/logwindow.c
9283         * src/gtk/pluginwindow.c
9284         * src/gtk/prefswindow.c
9285         * src/gtk/prefswindow.h
9286                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9287
9288 2005-10-17 [paul]       1.9.15cvs66
9289
9290         * configure.ac
9291                 fix missing libetpan message
9292         * po/en_GB.po
9293                 updated
9294         * src/crash.c
9295         * src/manual.c
9296         * src/prefs_themes.c
9297         * src/common/defs.h
9298                 add some new URI defines, change some
9299                 others
9300         * src/wizard.c
9301                 make welcome message translatable
9302                 small improvements to english
9303                 other tweaks
9304         * src/gtk/menu.c
9305                 fix warnings
9306
9307 2005-10-17 [paul]       1.9.15cvs65
9308
9309         * src/summaryview.c
9310                 fix column titles
9311
9312 2005-10-16 [mones]      1.9.15cvs64
9313
9314         * po/es.po
9315                 Updated translation
9316
9317 2005-10-16 [colin]
9318
9319         1.9.99-rc1 released
9320
9321 2005-10-16 [colin]      1.9.15cvs63
9322
9323         * src/wizard.c
9324                 Fix whitespace
9325
9326 2005-10-16 [colin]      1.9.15cvs62
9327
9328         * src/toolbar.c
9329                 s/Get All/Get Mail/
9330         * src/wizard.c
9331                 Real welcome mail text, thanks Paul
9332
9333 2005-10-16 [colin]      1.9.15cvs61
9334
9335         * src/editldap.c
9336         * src/exporthtml.c
9337         * src/main.c
9338         * src/mainwindow.c
9339         * src/prefs_themes.c
9340         * src/prefs_toolbar.c
9341         * src/plugins/demo/demo.c
9342         * src/plugins/trayicon/trayicon.c
9343                 s/Sylpheed/Sylpheed-Claws/
9344
9345 2005-10-16 [colin]      1.9.15cvs60
9346
9347         * src/wizard.c
9348                 Add a welcome email in the first empty mailbox
9349         * src/prefs_common.c
9350                 Change one more default
9351
9352 2005-10-16 [colin]      1.9.15cvs59
9353
9354         * src/wizard.c
9355                 Remove printf
9356
9357 2005-10-16 [colin]      1.9.15cvs58
9358
9359         * src/toolbar.c
9360         * src/prefs_common.c
9361                 Change some defaults
9362
9363 2005-10-16 [colin]      1.9.15cvs57
9364
9365         * src/toolbar.c
9366         * src/prefs_common.c
9367                 Change some defaults
9368
9369 2005-10-16 [colin]      1.9.15cvs56
9370
9371         * src/wizard.c
9372                 By default, initialize fonts to have
9373                 the same size as normal GtkWidgets
9374
9375 2005-10-16 [colin]      1.9.15cvs55
9376
9377         * src/mimeview.c
9378                 Fix message a bit more
9379
9380 2005-10-16 [colin]      1.9.15cvs54
9381
9382         * src/addressbook.c
9383                 Second attempt at flicker fixing
9384
9385 2005-10-16 [colin]      1.9.15cvs53
9386
9387         * src/addressbook.c
9388                 Fix flicker
9389
9390 2005-10-16 [wwp]        1.9.15cvs52
9391
9392         * src/addressbook.c
9393         * src/editaddress.c
9394         * src/prefs_common.c
9395         * src/prefs_common.h
9396                 Remember window sizes (address book)
9397
9398 2005-10-16 [wwp]        1.9.15cvs51
9399
9400         * src/plugins/clamav/clamav_plugin_gtk.c
9401         * src/plugins/spamassassin/spamassassin_gtk.c
9402                 Fix compilation warnings (missing #include).
9403
9404 2005-10-16 [colin]      1.9.15cvs50
9405
9406         * src/mimeview.c
9407         * src/summaryview.c
9408         * src/textview.c
9409                 Make 'c' check signature, and forward
9410                 c, l, y, t from summaryview to mimeview
9411
9412 2005-10-16 [colin]      1.9.15cvs49
9413
9414         * src/addressbook.c
9415                 Put border around buttons
9416         * src/mainwindow.c
9417         * src/summaryview.c
9418                 Rework menus (Patch based on a patch
9419                 by Paul)
9420
9421 2005-10-15 [wwp]        1.9.15cvs48
9422
9423         * src/editjpilot.c
9424         * src/editldap.c
9425         * src/editvcard.c
9426         * src/exphtmldlg.c
9427         * src/expldifdlg.c
9428         * src/export.c
9429         * src/import.c
9430         * src/importldif.c
9431         * src/importmutt.c
9432         * src/importpine.c
9433         * src/prefs_account.c
9434         * src/prefs_spelling.c
9435         * src/gtk/gtkutils.c
9436         * src/gtk/gtkutils.h
9437         * src/plugins/clamav/clamav_plugin_gtk.c
9438         * src/plugins/spamassassin/spamassassin_gtk.c
9439                 use nicer browse-for-file/dir buttons than the "..." ones,
9440                 code factorizing more.
9441
9442 2005-10-14 [colin]      1.9.15cvs47
9443
9444         * src/mainwindow.c
9445                 set relief on the account switcher so that people see it
9446                 grey out Create processing rules when no message is selected
9447         * src/prefs_filtering.c
9448                 ask before closing if the rule has not been modified, even if
9449                 it's not valid
9450         * src/prefs_matcher.c
9451                 fix sensitivity when entering the dialog
9452         * src/gtk/inputdialog.c
9453                 display a better icon on password ask
9454         * src/plugins/pgpcore/passphrase.c
9455                 make the dialog look better
9456
9457 2005-10-14 [paul]       1.9.15cvs46
9458
9459         * src/folderview.c
9460                 indicate presense of marked msgs in
9461                 unexpanded subfolders
9462
9463 2005-10-14 [paul]       1.9.15cvs45
9464
9465         * src/prefs_actions.c
9466         * src/prefs_common.c
9467         * src/prefs_common.h
9468         * src/prefs_filtering_action.c
9469         * src/prefs_matcher.c
9470         * src/prefs_template.c
9471                 remember window sizes
9472                 fix Info button size
9473
9474         Patches by wwp
9475
9476 2005-10-13 [colin]      1.9.15cvs44
9477
9478         * src/mimeview.c
9479         * src/noticeview.c
9480         * src/noticeview.h
9481                 Add a tooltip on the icon (optional) 
9482                 Get rid of the signature buttons and only
9483                 use the icon+tooltip
9484
9485 2005-10-13 [colin]      1.9.15cvs43
9486
9487         * src/noticeview.c
9488         * src/noticeview.h
9489                 Add hand cursor for hovering over icon
9490
9491 2005-10-13 [colin]      1.9.15cvs42
9492
9493         * src/summaryview.c
9494                 Fix crash when quicksearch's hidden 
9495                 at startup
9496
9497 2005-10-13 [colin]      1.9.15cvs41
9498
9499         * src/compose.c
9500                 Set subject when forwarding multiple mails
9501                 Check that other recipient than the default Cc or Bcc
9502                 have been set before sending.
9503
9504 2005-10-13 [colin]      1.9.15cvs40
9505
9506         * src/imap.c
9507                 Batch per-folder
9508                 Introduce locking, but don't use it yet
9509
9510 2005-10-13 [colin]      1.9.15cvs39
9511
9512         * src/gtk/quicksearch.c
9513                 Reset quicksearch when hiding it
9514                 Make sticky a real pref
9515
9516 2005-10-13 [colin]      1.9.15cvs38
9517
9518         * src/summaryview.c
9519                 Faster prefs apply
9520
9521 2005-10-13 [colin]      1.9.15cvs37
9522
9523         * src/mimeview.c
9524         * src/noticeview.c
9525         * src/noticeview.h
9526         * src/plugins/pgpcore/sgpgme.c
9527                 Make privacy icon clickable
9528                 Move Trust field in Full info
9529                 When trust is less than full, don't display
9530                 a warning icon
9531
9532 2005-10-13 [colin]      1.9.15cvs36
9533
9534         * src/folder.c
9535                 Batch on flags sync
9536         * src/folderview.c
9537                 Revert speed hack which is dangerous in fact
9538                 Apply prefs faster
9539
9540 2005-10-13 [colin]      1.9.15cvs35
9541
9542         * src/folder_item_prefs.c
9543                 Fix pref corruption on folder move. Patch
9544                 by wwp
9545
9546 2005-10-13 [paul]       1.9.15cvs34
9547
9548         * src/export.c
9549         * src/import.c
9550                 fix typos in g_warnings
9551         * src/prefs_account.c
9552                 add a file selector for Signature file
9553
9554         Patches by wwp
9555
9556 2005-10-12 [colin]      1.9.15cvs33
9557
9558         * src/mimeview.c
9559                 Provide a quick way to go back from a
9560                 signature's full info to the email part
9561
9562 2005-10-12 [colin]      1.9.15cvs32
9563
9564         * src/compose.c
9565                 Remove old hack of encoding signed mails with base64.
9566                 QP works equally well.
9567
9568 2005-10-12 [colin]      1.9.15cvs31
9569
9570         * src/crash.c
9571                 Replace deprecated GtkText with GtkTextView
9572         * src/imap.c
9573                 Fix a logic bug about counts in imap_select
9574                 (previously un-triggered)
9575         * src/mainwindow.c
9576         * src/summaryview.c
9577         * src/news.c
9578                 Allow local deletion of news posts
9579         * src/mimeview.c
9580                 Show GPG noticeview on the message/rfc822 part
9581                 in addition to the text/plain one
9582         * src/prefs_image_viewer.c
9583           src/plugins/pgpcore/prefs_gpg.c
9584                 Polish (set the label as part of the checkbox)
9585         * src/wizard.c
9586                 Don't sit there doing nothing after destroying
9587                 the window - return err
9588
9589 2005-10-11 [colin]      1.9.15cvs30
9590
9591         * src/folderview.c
9592                 Apply processing rules before showing folders.
9593                 Early folder show (before flags sync) will only
9594                 be done when there are no processing rules (nor
9595                 pre- or post- ones)
9596         * src/imap.c
9597                 Fix stuff related to mail subdir, creation and 
9598                 deletion of folders 
9599         * src/imap_gtk.c
9600                 Don't allow creation of folders in NoInferior
9601                 folders, as it won't work
9602
9603 2005-10-10 [colin]      1.9.15cvs29
9604
9605         * src/compose.c
9606                 Reselect "None" Privacy system when selecting an
9607                 account with no privacy system defined
9608
9609 2005-10-10 [colin]      1.9.15cvs28
9610
9611         * src/mainwindow.c
9612                 Add Windows-1252 encoding
9613         * src/prefs_common.c
9614                 Rework some defaults:
9615                 - autosave to draft by default
9616                 - don't show header pane (it's already in the textview)
9617                 - Select first new or unread mail on entry
9618                 - Assume 'Yes' to change folder when there's no more
9619                   unread message
9620         * src/prefs_matcher.c
9621                 Fix a gtk assertion failure
9622         * src/gtk/colorlabel.c
9623                 Workaround bad repainting on selection
9624         * src/main.c
9625                 Freeze/thaw (a bit faster on ssh -X)
9626         * src/msgcache.c
9627                 Get rid of StrdupConverter that just adds an
9628                 extra strdup/free 
9629         * src/etpan/imap_thread.c
9630                 memset buf to 0
9631
9632 2005-10-10 [colin]      1.9.15cvs27
9633
9634         * src/export.c
9635         * src/import.c
9636                 Fix compile on gtk 2.4. Patch by wwp
9637
9638 2005-10-09 [colin]      1.9.15cvs26
9639
9640         * src/mainwindow.c
9641         * src/messageview.c
9642         * src/summaryview.c
9643                 Clarify forward menus. Patch by wwp
9644
9645 2005-10-09 [colin]      1.9.15cvs25
9646
9647         * src/compose.c
9648         * src/compose.h
9649                 Fix bug #829 (Non-working "Encrypt message by 
9650                 default when replying to an encrypted message")
9651
9652 2005-10-08 [colin]      1.9.15cvs24
9653
9654         * src/wizard.c
9655                 Fix bug #827 ("Welcome" setup wizard after a 
9656                 permission error gives up & forgets itself.)
9657
9658 2005-10-08 [colin]      1.9.15cvs23
9659
9660         * src/procmime.c
9661                 Fix bug #828 (Ignoring headers with spaces around = sign)
9662
9663 2005-10-08 [colin]      1.9.15cvs22
9664
9665         * src/export.c
9666                 Warning fix by wwp
9667
9668 2005-10-08 [colin]      1.9.15cvs21
9669
9670         * src/folder.c
9671         * src/folder.h
9672                 Add a processing_pending indicator, set on 
9673                 folder_item_open and cleared after 
9674                 folder_item_process_open
9675         * src/folderview.c
9676         * src/summaryview.c
9677                 wrap procmsg_msginfo_*_flags, and in the
9678                 wrapper check that there's no folder processing 
9679                 pending. If there is, defer the flags change until 
9680                 processing is done to avoid stepping over each
9681                 other's toes.
9682                 Freeze during processing, but not during scanning.
9683
9684 2005-10-07 [colin]      1.9.15cvs20
9685
9686         * src/plugins/pgpcore/passphrase.c
9687                 Fix bug #826 (X-Server hangs when 
9688                 right-clicking a PGP encrypted message)
9689
9690 2005-10-07 [paul]       1.9.15cvs19
9691
9692         * src/compose.c
9693                 fix compose_entries[]
9694                 patch by Fabien Vantard
9695
9696 2005-10-06 [colin]      1.9.15cvs18
9697
9698         * src/pixmaps/address.xpm
9699         * src/pixmaps/address_book.xpm
9700         * src/pixmaps/book.xpm
9701         * src/pixmaps/check_spelling.xpm
9702         * src/pixmaps/checkbox_off.xpm
9703         * src/pixmaps/checkbox_on.xpm
9704         * src/pixmaps/close.xpm
9705         * src/pixmaps/complete.xpm
9706         * src/pixmaps/continue.xpm
9707         * src/pixmaps/deleted.xpm
9708         * src/pixmaps/down_arrow.xpm
9709         * src/pixmaps/exec.xpm
9710         * src/pixmaps/forwarded.xpm
9711         * src/pixmaps/group.xpm
9712         * src/pixmaps/ignorethread.xpm
9713         * src/pixmaps/interface.xpm
9714         * src/pixmaps/jpilot.xpm
9715         * src/pixmaps/ldap.xpm
9716         * src/pixmaps/linewrap.xpm
9717         * src/pixmaps/linewrapcurrent.xpm
9718         * src/pixmaps/mail.xpm
9719         * src/pixmaps/mail_attach.xpm
9720         * src/pixmaps/mail_compose.xpm
9721         * src/pixmaps/mail_forward.xpm
9722         * src/pixmaps/mail_receive.xpm
9723         * src/pixmaps/mail_receive_all.xpm
9724         * src/pixmaps/mail_reply.xpm
9725         * src/pixmaps/mail_reply_to_all.xpm
9726         * src/pixmaps/mail_reply_to_author.xpm
9727         * src/pixmaps/mail_send.xpm
9728         * src/pixmaps/mail_send_queue.xpm
9729         * src/pixmaps/mime_application.xpm
9730         * src/pixmaps/mime_audio.xpm
9731         * src/pixmaps/mime_image.xpm
9732         * src/pixmaps/mime_message.xpm
9733         * src/pixmaps/mime_text_enriched.xpm
9734         * src/pixmaps/mime_text_html.xpm
9735         * src/pixmaps/mime_text_plain.xpm
9736         * src/pixmaps/mime_unknown.xpm
9737         * src/pixmaps/new.xpm
9738         * src/pixmaps/news_compose.xpm
9739         * src/pixmaps/offline.xpm
9740         * src/pixmaps/online.xpm
9741         * src/pixmaps/paste.xpm
9742         * src/pixmaps/preferences.xpm
9743         * src/pixmaps/privacy_emblem_encrypted.xpm
9744         * src/pixmaps/privacy_expired.xpm
9745         * src/pixmaps/privacy_failed.xpm
9746         * src/pixmaps/privacy_passed.xpm
9747         * src/pixmaps/privacy_signed.xpm
9748         * src/pixmaps/privacy_unknown.xpm
9749         * src/pixmaps/privacy_warn.xpm
9750         * src/pixmaps/properties.xpm
9751         * src/pixmaps/replied.xpm
9752         * src/pixmaps/search.xpm
9753         * src/pixmaps/unread.xpm
9754         * src/pixmaps/up_arrow.xpm
9755         * src/pixmaps/vcard.xpm
9756                 Modernize internal theme, with icons from the 
9757                 Gnomaws theme. Keep some of the old ones where
9758                 they were better.
9759
9760 2005-10-06 [colin]      1.9.15cvs17
9761
9762         * src/summaryview.c
9763                 Little optimisations + bugfix
9764         * src/toolbar.c
9765                 Remove default useless items - useless being defined
9766                 by the default relevant prefs
9767         * src/wizard.c
9768                 include config.h to make gettext work
9769         * src/prefs_themes.c
9770                 Fix selection of current theme in prefs
9771
9772 2005-10-06 [colin]      1.9.15cvs16
9773
9774         * src/prefs_common.c
9775         * src/prefs_common.h
9776         * src/prefs_summaries.c
9777         * src/folderview.c
9778                 Add a warning dialog on Mark all read 
9779                 (with pref to get rid of it)
9780
9781 2005-10-06 [paul]       1.9.15cvs15
9782
9783         * po/nb.po
9784         * po/pt_BR.po
9785                 updated by Geir Helland and Frederico
9786                 Goncalves Guimaraes
9787
9788 2005-10-05 [colin]      1.9.15cvs14
9789
9790         * src/folder.c
9791         * src/folder.h
9792         * src/folderview.c
9793         * src/folderview.h
9794         * src/imap_gtk.c
9795         * src/mh_gtk.c
9796         * src/mainwindow.c
9797         * src/setup.c
9798                 add a way to rescan without rebuilding
9799                 make moving a bit faster (less folders changes)
9800                 don't lock the tree on Get 
9801         * src/imap.c
9802                 Don't re-delete deleted messages before expunging
9803         * src/summaryview.c
9804                 Set batch mode when deleting mails
9805
9806 2005-10-05 [paul]       1.9.15cvs13
9807
9808         * src/mainwindow.c
9809         * src/mainwindow.h
9810                 fix disabled Execute menu item
9811         * src/toolbar.c
9812                 match the change in 1.9.15cvs10: use Compose
9813                 instead of News by default
9814
9815 2005-10-04 [colin]      1.9.15cvs12
9816
9817         * src/compose.c
9818                 When replying to an ML post with Reply-To set
9819                 to the poster's email, honor it (as before),
9820                 but also honor our user's request to reply to
9821                 the mailing list: set the ML address in the To
9822                 field and the Reply-To address in the Cc: 
9823                 field.
9824
9825 2005-10-04 [colin]      1.9.15cvs11
9826
9827         * src/plugins/trayicon/trayicon.c
9828                 Finish cosmetic change - thanks to wwp
9829
9830 2005-10-04 [colin]      1.9.15cvs10
9831
9832         * src/toolbar.c
9833                 Use Compose instead of Email by default.
9834                 Spotted by wwp.
9835
9836 2005-10-04 [colin]      1.9.15cvs9
9837
9838         * src/folder.c
9839         * src/folder.h
9840         * src/folderview.c
9841         * src/imap.c
9842         * src/etpan/imap-thread.c
9843         * src/etpan/imap-thread.h
9844                 Try to make IMAP faster, by simplifying SEARCH
9845                 commands, avoiding sending two STATUS in a row,
9846                 and deferring flags sync and processing just
9847                 after displaying the folder. 
9848                 This will update the SummaryView in certain
9849                 cases (new mails not already fetched, flags
9850                 changed from another client) but in a non-
9851                 blocking manner.
9852
9853 2005-10-04 [colin]      1.9.15cvs8
9854
9855         * src/plugins/trayicon/trayicon.c
9856                 Relabel "Offline" to "Work offline"
9857
9858 2005-10-04 [colin]      1.9.15cvs7
9859
9860         * src/export.c
9861         * src/import.c
9862         * src/mbox.c
9863                 Fix mbox import/export buglets
9864                 Patch by wwp
9865         * src/plugins/trayicon/trayicon.c
9866                 Add offline swithc
9867                 Patch by wwp
9868
9869 2005-10-04 [colin]      1.9.15cvs6
9870
9871         * src/folder.c
9872         * src/folderview.c
9873         * src/summaryview.c
9874                 Better fix (don't break mark all read) for cvs2
9875
9876 2005-10-03 [colin]      1.9.15cvs5
9877
9878         * src/folder.c
9879                 Use a sane sort by default
9880
9881 2005-10-03 [colin]      1.9.15cvs4
9882
9883         * src/inc.c
9884                 Add a 'Only once' button for overriding offline mode
9885         * src/prefs_account.c
9886         * src/wizard.c
9887                 Add Local mbox to the wizard
9888                 Add IMAP subdir to the wizard (or the wizard is useless
9889                 for such accounts, or even worse than useless)
9890                 Move IMAP subdir from Advanced to Receive tab, as it's
9891                 not that uncommon
9892
9893 2005-10-03 [colin]      1.9.15cvs3
9894
9895         * src/send_message.c
9896                 Forgot this one in cvs1
9897
9898 2005-10-03 [colin]      1.9.15cvs2
9899
9900         * src/folder.c
9901                 Faster close when leaving a folder with lots
9902                 of new mails. Idea by David Relson.
9903
9904 2005-10-03 [colin]      1.9.15cvs1
9905
9906         * src/compose.c
9907         * src/imap.c
9908         * src/inc.c
9909         * src/main.c
9910         * src/messageview.c
9911         * src/news.c
9912         * src/summaryview.c
9913         * src/gtk/sslcertwindow.c
9914         * src/plugins/trayicon/trayicon.c
9915                 Add accels to every AlertPanel. Patch by Fabien 
9916                 Vantard
9917
9918 2005-10-03 [paul]       1.9.15
9919
9920         1.9.15 released
9921
9922 2005-10-03 [paul]       1.9.14cvs68
9923
9924         * po/ca.po
9925         * po/de.po
9926         * po/es.po
9927         * po/fi.po
9928         * po/fr.po
9929         * po/sk.po
9930         * po/sr.po
9931         * po/zh_CN.po
9932                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9933                 Mones Lastra, Tommi Pirinen, Fabien vantard,
9934                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
9935
9936 2005-10-03 [paul]       1.9.14cvs67
9937
9938         * src/send_message.c
9939                 prevent hang on Cancel
9940                 patch by Colin
9941
9942 2005-10-03 [paul]       1.9.14cvs66
9943
9944         * src/main.c
9945                 fix crash in IMAP caused by discrepancy
9946                 between check_at_startup and offline mode
9947                 Patch by Colin
9948
9949 2005-10-01 [paul]       1.9.14cvs65
9950
9951         * src/inc.c
9952                 fix engrish
9953
9954 2005-10-01 [paul]       1.9.14cvs64
9955         * src/export.c
9956         * src/import.c
9957                 synchronise import_mbox() and export_mbox()
9958         * src/mbox.c
9959                 proc_mbox(): add alert if file cannot be opened
9960                 export_list_to_mbox(): test if dest file exists,
9961                 prompt user to overwrite if it does. add alert
9962                 if file cannot be created
9963                                                                 
9964         Patch by wwp
9965                                                                                                                 
9966
9967 2005-09-30 [paul]       1.9.14cvs63
9968
9969         * src/addressbook.c
9970                 Fix sensitivity of a menu
9971         * src/codeconv.c
9972                 Respect hidden pref for mails with no encoding
9973         * src/common/xml.c
9974                 Fix memory corruption
9975         * src/plugins/pgpcore/sgpgme.c
9976                 Fix segfault on incomplete sigs, and display
9977                 of S/Mime UIDs
9978
9979         Patches by Colin
9980
9981 2005-09-30 [colin]      1.9.14cvs62
9982
9983         * src/partial_download.c
9984                 Little logic fix in almost-dead code
9985         * src/pop.c
9986                 Fix partial download when there's no new mail
9987
9988 2005-09-29 [paul]       1.9.14cvs61
9989
9990         * src/plugins/pgpinline/pgpinline.c
9991                 fix bug 819, 'crash accessing sign message'
9992                 Patch by Colin
9993
9994 2005-09-28 [martin]     1.9.14cvs60
9995
9996         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9997                 fix bug #790 (Crash when restarting window manager (fluxbox))
9998
9999 2005-09-28 [paul]       1.9.14cvs59
10000
10001         * src/gtk/gtkaspell.c
10002                 fix off-by-one typo
10003
10004 2005-09-27 [colin]      1.9.14cvs58
10005
10006         * src/plugins/pgpcore/sgpgme.c
10007                 Report error when there's one, instead of
10008                 "Signature unchecked" 
10009
10010 2005-09-27 [colin]      1.9.14cvs57
10011
10012         * src/prefs_quote.c
10013                 Fix bug #816 (Weird quotation with spaces)
10014
10015 2005-09-27 [colin]      1.9.14cvs56
10016
10017         * src/codeconv.c
10018         * src/compose.c
10019         * src/compose.h
10020                 Put subject in compose's title
10021                 Fix Automatic encoding so that it's really automatic:
10022                 first try default locale's charset, then charset of the replied mail, 
10023                 then utf-8
10024                 Fix encoding of headers (must be in strict mode too)
10025
10026 2005-09-26 [colin]      1.9.14cvs55
10027
10028         * src/gtk/gtkaspell.c
10029                 Fix previous patch - don't color the space,
10030                 just uncolor it :)
10031
10032 2005-09-26 [colin]      1.9.14cvs54
10033
10034         * src/gtk/gtkaspell.c
10035                 Unmark space if possible
10036
10037 2005-09-26 [colin]      1.9.14cvs53
10038
10039         * src/imap.c
10040                 log_error instead of alertpanel according to the pref
10041         * src/etpan/imap-thread.c
10042                 Print connect status, copy only necessary size to 
10043                 logger
10044         * src/plugins/pgpmime/pgpmime.c
10045                 Handle S/Mime signatures (verification only). Patch based
10046                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10047
10048 2005-09-26 [paul]       1.9.14cvs52
10049
10050         * src/common/passcrypt.c
10051                 this 'workaround' not necessary on NetBSD.
10052                 Thanks to Daniel Gustafson
10053
10054 2005-09-26 [paul]
10055
10056         1.9.15-rc4 released
10057
10058 2005-09-26 [paul]       1.9.14cvs51
10059
10060         * src/summaryview.c
10061                 Skip currently selected message when
10062                 looking for next new or unread message
10063                 in current folder. Patch by Colin
10064         * src/common/passcrypt.c
10065                 eliminate warnings on *BSD. Patch by
10066                 Daniel Gustafson
10067
10068 2005-09-26 [colin]      1.9.14cvs50
10069
10070         * src/procmsg.c
10071                 Call postfiltering hook anyway
10072
10073 2005-09-22 [colin]      1.9.14cvs49
10074
10075         * src/codeconv.c
10076         * src/codeconv.h
10077                 Add a strict mode that doesn't replace with _
10078         * src/compose.c
10079         * src/compose.h
10080                 Use strict conversion while sending
10081                 Fix race when drafting while sending (happens
10082                 on IMAP)
10083                 Fix d'n'd of messages from summaryview
10084         * src/prefs_common.c
10085         * src/prefs_common.h
10086                 add hidden utf8_instead_of_locale_for_broken_mail 
10087                 pref for people that preferred the default charset 
10088                 to be utf8 for broken mails
10089         * src/quote_fmt_parse.y
10090                 fix bug #815 (No quote insert if "From:" fied 
10091                 contained Russian letters)
10092         * src/summaryview.c
10093                 Fix d'n'd of messages to compose
10094
10095 2005-09-22 [paul]       1.9.14cvs48
10096
10097         * src/compose.c
10098                 fix bug where attachments Name entry
10099                 would display Path instead
10100
10101 2005-09-21 [paul]       1.9.14cvs47
10102
10103         * README
10104         * README.jp
10105         * configure.ac
10106         * config/config.rpath
10107         * doc/manual/en/sylpheed-20.html
10108         * doc/manual/es/sylpheed-20.html
10109         * po/bg.po
10110         * po/ca.po
10111         * po/de.po
10112         * po/es.po
10113         * po/fr.po
10114         * po/it.po
10115         * po/pt_BR.po
10116         * po/sk.po
10117         * po/zh_TW.po
10118         * src/account.c
10119         * src/account.h
10120         * src/action.c
10121         * src/action.h
10122         * src/adbookbase.h
10123         * src/addr_compl.c
10124         * src/addr_compl.h
10125         * src/addrbook.c
10126         * src/addrbook.h
10127         * src/addrcache.c
10128         * src/addrcache.h
10129         * src/addrcindex.c
10130         * src/addrcindex.h
10131         * src/addrclip.c
10132         * src/addrclip.h
10133         * src/addrdefs.h
10134         * src/addressadd.c
10135         * src/addressadd.h
10136         * src/addressbook.c
10137         * src/addressbook.h
10138         * src/addressitem.h
10139         * src/addrgather.c
10140         * src/addrgather.h
10141         * src/addrharvest.c
10142         * src/addrharvest.h
10143         * src/addrindex.c
10144         * src/addrindex.h
10145         * src/addritem.c
10146         * src/addritem.h
10147         * src/addrquery.c
10148         * src/addrquery.h
10149         * src/addrselect.c
10150         * src/addrselect.h
10151         * src/alertpanel.c
10152         * src/alertpanel.h
10153         * src/browseldap.c
10154         * src/browseldap.h
10155         * src/codeconv.c
10156         * src/codeconv.h
10157         * src/compose.c
10158         * src/compose.h
10159         * src/crash.c
10160         * src/crash.h
10161         * src/customheader.c
10162         * src/customheader.h
10163         * src/displayheader.c
10164         * src/displayheader.h
10165         * src/editaddress.c
10166         * src/editaddress.h
10167         * src/editbook.c
10168         * src/editbook.h
10169         * src/editgroup.c
10170         * src/editgroup.h
10171         * src/editjpilot.c
10172         * src/editjpilot.h
10173         * src/editldap.c
10174         * src/editldap.h
10175         * src/editldap_basedn.c
10176         * src/editldap_basedn.h
10177         * src/editvcard.c
10178         * src/editvcard.h
10179         * src/enriched.c
10180         * src/enriched.h
10181         * src/exphtmldlg.c
10182         * src/exphtmldlg.h
10183         * src/expldifdlg.c
10184         * src/expldifdlg.h
10185         * src/export.c
10186         * src/export.h
10187         * src/exporthtml.c
10188         * src/exporthtml.h
10189         * src/exportldif.c
10190         * src/exportldif.h
10191         * src/filtering.c
10192         * src/filtering.h
10193         * src/folder.c
10194         * src/folder.h
10195         * src/folder_item_prefs.c
10196         * src/folder_item_prefs.h
10197         * src/foldersel.c
10198         * src/foldersel.h
10199         * src/folderutils.c
10200         * src/folderutils.h
10201         * src/folderview.c
10202         * src/folderview.h
10203         * src/grouplistdialog.c
10204         * src/grouplistdialog.h
10205         * src/headerview.c
10206         * src/headerview.h
10207         * src/html.c
10208         * src/html.h
10209         * src/image_viewer.c
10210         * src/image_viewer.h
10211         * src/imap.c
10212         * src/imap.h
10213         * src/imap_gtk.c
10214         * src/imap_gtk.h
10215         * src/import.c
10216         * src/import.h
10217         * src/importldif.c
10218         * src/importldif.h
10219         * src/importmutt.c
10220         * src/importmutt.h
10221         * src/importpine.c
10222         * src/importpine.h
10223         * src/inc.c
10224         * src/inc.h
10225         * src/jpilot.c
10226         * src/jpilot.h
10227         * src/ldapctrl.c
10228         * src/ldapctrl.h
10229         * src/ldaplocate.c
10230         * src/ldaplocate.h
10231         * src/ldapquery.c
10232         * src/ldapquery.h
10233         * src/ldapserver.c
10234         * src/ldapserver.h
10235         * src/ldaputil.c
10236         * src/ldaputil.h
10237         * src/ldif.c
10238         * src/ldif.h
10239         * src/localfolder.c
10240         * src/localfolder.h
10241         * src/main.c
10242         * src/main.h
10243         * src/mainwindow.c
10244         * src/mainwindow.h
10245         * src/manual.c
10246         * src/manual.h
10247         * src/matcher.c
10248         * src/matcher.h
10249         * src/matcher_parser.h
10250         * src/matcher_parser_lex.l
10251         * src/matcher_parser_parse.y
10252         * src/mbox.c
10253         * src/mbox.h
10254         * src/message_search.c
10255         * src/message_search.h
10256         * src/messageview.c
10257         * src/messageview.h
10258         * src/mh.c
10259         * src/mh.h
10260         * src/mh_gtk.c
10261         * src/mh_gtk.h
10262         * src/mimeview.c
10263         * src/mimeview.h
10264         * src/msgcache.c
10265         * src/msgcache.h
10266         * src/mutt.c
10267         * src/mutt.h
10268         * src/news.c
10269         * src/news.h
10270         * src/news_gtk.c
10271         * src/news_gtk.h
10272         * src/noticeview.c
10273         * src/noticeview.h
10274         * src/partial_download.c
10275         * src/partial_download.h
10276         * src/pine.c
10277         * src/pine.h
10278         * src/pop.c
10279         * src/pop.h
10280         * src/prefs_account.c
10281         * src/prefs_account.h
10282         * src/prefs_actions.c
10283         * src/prefs_actions.h
10284         * src/prefs_common.c
10285         * src/prefs_common.h
10286         * src/prefs_compose_writing.c
10287         * src/prefs_compose_writing.h
10288         * src/prefs_customheader.c
10289         * src/prefs_customheader.h
10290         * src/prefs_display_header.c
10291         * src/prefs_display_header.h
10292         * src/prefs_ext_prog.c
10293         * src/prefs_ext_prog.h
10294         * src/prefs_filtering.c
10295         * src/prefs_filtering.h
10296         * src/prefs_filtering_action.c
10297         * src/prefs_filtering_action.h
10298         * src/prefs_folder_column.c
10299         * src/prefs_folder_column.h
10300         * src/prefs_folder_item.c
10301         * src/prefs_folder_item.h
10302         * src/prefs_fonts.c
10303         * src/prefs_fonts.h
10304         * src/prefs_gtk.c
10305         * src/prefs_gtk.h
10306         * src/prefs_image_viewer.c
10307         * src/prefs_image_viewer.h
10308         * src/prefs_matcher.c
10309         * src/prefs_matcher.h
10310         * src/prefs_message.c
10311         * src/prefs_message.h
10312         * src/prefs_msg_colors.c
10313         * src/prefs_msg_colors.h
10314         * src/prefs_other.c
10315         * src/prefs_other.h
10316         * src/prefs_quote.c
10317         * src/prefs_quote.h
10318         * src/prefs_receive.c
10319         * src/prefs_receive.h
10320         * src/prefs_send.c
10321         * src/prefs_send.h
10322         * src/prefs_spelling.c
10323         * src/prefs_spelling.h
10324         * src/prefs_summaries.c
10325         * src/prefs_summaries.h
10326         * src/prefs_summary_column.c
10327         * src/prefs_summary_column.h
10328         * src/prefs_template.c
10329         * src/prefs_template.h
10330         * src/prefs_themes.c
10331         * src/prefs_themes.h
10332         * src/prefs_toolbar.c
10333         * src/prefs_toolbar.h
10334         * src/prefs_wrapping.c
10335         * src/prefs_wrapping.h
10336         * src/privacy.c
10337         * src/privacy.h
10338         * src/procheader.c
10339         * src/procheader.h
10340         * src/procmime.c
10341         * src/procmime.h
10342         * src/procmsg.c
10343         * src/procmsg.h
10344         * src/quote_fmt.c
10345         * src/quote_fmt_parse.y
10346         * src/recv.c
10347         * src/recv.h
10348         * src/remotefolder.c
10349         * src/remotefolder.h
10350         * src/send_message.c
10351         * src/send_message.h
10352         * src/setup.c
10353         * src/setup.h
10354         * src/simple-gettext.c
10355         * src/sourcewindow.c
10356         * src/sourcewindow.h
10357         * src/ssl_manager.c
10358         * src/ssl_manager.h
10359         * src/statusbar.c
10360         * src/statusbar.h
10361         * src/stock_pixmap.c
10362         * src/stock_pixmap.h
10363         * src/summary_search.c
10364         * src/summary_search.h
10365         * src/summaryview.c
10366         * src/summaryview.h
10367         * src/syldap.c
10368         * src/syldap.h
10369         * src/textview.c
10370         * src/textview.h
10371         * src/toolbar.c
10372         * src/toolbar.h
10373         * src/undo.c
10374         * src/undo.h
10375         * src/unmime.c
10376         * src/unmime.h
10377         * src/vcard.c
10378         * src/vcard.h
10379         * src/wizard.c
10380         * src/wizard.h
10381         * src/common/base64.c
10382         * src/common/base64.h
10383         * src/common/defs.h
10384         * src/common/hooks.c
10385         * src/common/hooks.h
10386         * src/common/log.c
10387         * src/common/log.h
10388         * src/common/md5.c
10389         * src/common/md5.h
10390         * src/common/mgutils.c
10391         * src/common/mgutils.h
10392         * src/common/nntp.c
10393         * src/common/nntp.h
10394         * src/common/passcrypt.c
10395         * src/common/passcrypt.h.in
10396         * src/common/plugin.c
10397         * src/common/plugin.h
10398         * src/common/prefs.c
10399         * src/common/prefs.h
10400         * src/common/progressindicator.c
10401         * src/common/progressindicator.h
10402         * src/common/quoted-printable.c
10403         * src/common/quoted-printable.h
10404         * src/common/session.c
10405         * src/common/session.h
10406         * src/common/smtp.c
10407         * src/common/smtp.h
10408         * src/common/socket.c
10409         * src/common/socket.h
10410         * src/common/ssl.c
10411         * src/common/ssl.h
10412         * src/common/ssl_certificate.c
10413         * src/common/ssl_certificate.h
10414         * src/common/string_match.c
10415         * src/common/string_match.h
10416         * src/common/stringtable.c
10417         * src/common/sylpheed.c
10418         * src/common/sylpheed.h
10419         * src/common/template.c
10420         * src/common/template.h
10421         * src/common/timing.h
10422         * src/common/utils.c
10423         * src/common/utils.h
10424         * src/common/uuencode.c
10425         * src/common/uuencode.h
10426         * src/common/version.h.in
10427         * src/common/xml.c
10428         * src/common/xml.h
10429         * src/common/xmlprops.c
10430         * src/common/xmlprops.h
10431         * src/gtk/about.c
10432         * src/gtk/about.h
10433         * src/gtk/colorlabel.c
10434         * src/gtk/colorlabel.h
10435         * src/gtk/colorsel.c
10436         * src/gtk/colorsel.h
10437         * src/gtk/description_window.c
10438         * src/gtk/description_window.h
10439         * src/gtk/filesel.c
10440         * src/gtk/filesel.h
10441         * src/gtk/foldersort.c
10442         * src/gtk/foldersort.h
10443         * src/gtk/gtkutils.c
10444         * src/gtk/gtkutils.h
10445         * src/gtk/inputdialog.c
10446         * src/gtk/inputdialog.h
10447         * src/gtk/logwindow.c
10448         * src/gtk/logwindow.h
10449         * src/gtk/manage_window.c
10450         * src/gtk/manage_window.h
10451         * src/gtk/menu.c
10452         * src/gtk/menu.h
10453         * src/gtk/pluginwindow.c
10454         * src/gtk/pluginwindow.h
10455         * src/gtk/prefswindow.c
10456         * src/gtk/prefswindow.h
10457         * src/gtk/progressdialog.c
10458         * src/gtk/progressdialog.h
10459         * src/gtk/quicksearch.c
10460         * src/gtk/quicksearch.h
10461         * src/gtk/sslcertwindow.c
10462         * src/gtk/sslcertwindow.h
10463         * src/plugins/clamav/clamav_plugin.c
10464         * src/plugins/clamav/clamav_plugin.h
10465         * src/plugins/clamav/clamav_plugin_gtk.c
10466         * src/plugins/demo/demo.c
10467         * src/plugins/dillo_viewer/dillo_prefs.c
10468         * src/plugins/dillo_viewer/dillo_prefs.h
10469         * src/plugins/dillo_viewer/dillo_viewer.c
10470         * src/plugins/mathml_viewer/mathml_viewer.c
10471         * src/plugins/pgpcore/passphrase.c
10472         * src/plugins/pgpcore/passphrase.h
10473         * src/plugins/pgpcore/plugin.c
10474         * src/plugins/pgpcore/prefs_gpg.c
10475         * src/plugins/pgpcore/prefs_gpg.h
10476         * src/plugins/pgpcore/select-keys.c
10477         * src/plugins/pgpcore/select-keys.h
10478         * src/plugins/pgpcore/sgpgme.c
10479         * src/plugins/pgpcore/sgpgme.h
10480         * src/plugins/pgpinline/pgpinline.c
10481         * src/plugins/pgpinline/pgpinline.h
10482         * src/plugins/pgpinline/plugin.c
10483         * src/plugins/pgpmime/pgpmime.c
10484         * src/plugins/pgpmime/pgpmime.h
10485         * src/plugins/pgpmime/plugin.c
10486         * src/plugins/spamassassin/spamassassin.c
10487         * src/plugins/spamassassin/spamassassin.h
10488         * src/plugins/spamassassin/spamassassin_gtk.c
10489         * src/plugins/trayicon/trayicon.c
10490         * tools/OOo2sylpheed.pl
10491         * tools/acroread2sylpheed.pl
10492         * tools/asus_mailled.sh
10493         * tools/filter_conv.pl
10494         * tools/freshmeat_search.pl
10495         * tools/google_search.pl
10496         * tools/kmail2sylpheed.pl
10497         * tools/kmail2sylpheed_v2.pl
10498         * tools/maildir2sylpheed.pl
10499         * tools/multiwebsearch.pl
10500         * tools/newscache_clean.pl
10501         * tools/outlook2sylpheed.pl
10502         * tools/sylpheed-switcher
10503         * tools/update-po
10504         * tools/vcard2xml.py
10505         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10506                 update FSF address
10507
10508 2005-09-21 [colin]      1.9.14cvs46
10509
10510         * src/gedit-print.c
10511         * src/procmsg.c
10512         * src/procmsg.h
10513         * src/textview.c
10514         * src/summaryview.c
10515                 Remove some printing hacks (deselection/reselection),
10516                 which by the way fix printing the currently 
10517                 displayed mime part (still only text)
10518                 Plus a little optimisation of summary_show
10519
10520
10521 2005-09-20 [colin]      1.9.14cvs45
10522
10523         * src/mainwindow.c
10524         * src/messageview.c
10525                 GUI fixups: add accels, set message
10526                 view title to displayed mail's subject
10527         * src/prefs_spelling.c
10528         * src/gtk/gtkaspell.c
10529                 GUI fixups: allow underlining misspelled
10530                 words instead of coloring them (a11y!)
10531
10532 2005-09-19 [colin]
10533
10534         1.9.15rc3 released
10535
10536 2005-09-19 [colin]      1.9.14cvs44
10537
10538         * src/compose.c
10539                 Fix draft message
10540         * src/gtk/gtkaspell.c
10541                 Fix wrong test ;-)
10542
10543 2005-09-19 [colin]      1.9.14cvs43
10544
10545         * src/addressbook.c
10546                 Fix sensitivity of Delete button
10547         * src/compose.c
10548                 Warn if the requested Privacy system
10549                 is not available
10550         * src/exphtmldlg.c
10551         * src/expldifdlg.c
10552         * src/importldif.c
10553         * src/importmutt.c
10554         * src/importpine.c
10555                 Fix crappy UI
10556         * src/
10557         * src/ssl.h
10558         * src/prefs_account.h
10559         * src/prefs_account.c
10560                 Save SSL prefs even in builds that have
10561                 SSL support disable
10562         * src/imap.c
10563         * src/inc.c
10564         * src/news.c
10565         * src/send_message.c
10566                 Warn if connection should be secure, but
10567                 SSL support isn't compiled in
10568         * src/gtkaspell.c
10569                 Fix word separation on UTF-8 systems
10570                 Fixes bug #812 (Strange inline spellchecking)
10571         * src/compose.c
10572                 Warn if the requested Privacy system
10573                 is not available
10574                 Factorize offline warning
10575         * src/imap.c
10576         * src/imap_gtk.c
10577         * src/imap_gtk.h
10578         * src/inc.h
10579         * src/news_gtk.c
10580         * src/news_gtk.h
10581         * src/messageview.c
10582                 Factorize offline warning
10583
10584 2005-09-19 [paul]
10585
10586         1.9.15-rc2 released
10587
10588 2005-09-18 [colin]      1.9.14cvs42
10589
10590         * src/codeconv.c
10591         * src/codeconv.h
10592         * src/procmime.c
10593                 Add a way to get locale's charset ignoring utf-8,
10594                 and use that as default encoding for broken mails
10595
10596 2005-09-18 [colin]      1.9.14cvs41
10597
10598         * src/gtk/logwindow.c
10599                 Translate string. Patch by Fabien Vantard
10600
10601 2005-09-18 [colin]      1.9.14cvs40
10602
10603         * configure.ac
10604                 Fix bug #803 (IMAP/SSL support breaks with 
10605                 GnuTLS libetpan 0.38)
10606
10607 2005-09-18 [colin]      1.9.14cvs39
10608
10609         * src/codeconv.c
10610         * src/compose.c
10611         * src/procmime.c
10612                 More charsets fixes. Fixes bug #806 (non
10613                 ascii characters in subject line)
10614
10615 2005-09-17 [paul]       1.9.14cvs38
10616
10617         * src/folderview.c
10618         * src/mainwindow.c
10619                 fix gcc-2.95 issues
10620                 Patch by Pawel Pekala
10621
10622 2005-09-17 [colin]      1.9.14cvs37
10623
10624         * src/addrindex.c
10625                 bugfix for NO-USE LDAP compilation, patch 
10626                 by Fabien Vantard
10627
10628 2005-09-17 [colin]      1.9.14cvs36
10629
10630         * src/prefs_actions.c
10631         * src/prefs_customheader.c
10632         * src/prefs_display_header.c
10633         * src/prefs_filtering_action.c
10634         * src/prefs_matcher.c
10635         * src/prefs_toolbar.c
10636                 Fix strange casts (less elegant but
10637                 works better)
10638
10639 2005-09-16 [colin]      1.9.14cvs35
10640
10641         * src/jpilot.c
10642                 Missed that one
10643
10644 2005-09-16 [colin]      1.9.14cvs34
10645
10646         * configure.ac
10647         * src/Makefile.am
10648         * src/addr_compl.c
10649         * src/addrindex.c
10650         * src/browseldap.c
10651         * src/editldap.c
10652         * src/ldaplocate.c
10653         * src/ldapquery.c
10654         * src/ldapquery.h
10655         * src/ldapserver.c
10656         * src/ldapserver.h
10657         * src/main.c
10658         * src/matcher_parser_parse.y
10659         * src/prefs_themes.c
10660         * src/etpan/Makefile.am
10661         * src/gtk/description_window.c
10662         * src/plugins/clamav/Makefile.am
10663         * src/plugins/clamav/clamav_plugin.c
10664         * src/plugins/dillo_viewer/Makefile.am
10665         * src/plugins/pgpcore/Makefile.am
10666         * src/plugins/pgpinline/Makefile.am
10667         * src/plugins/pgpmime/Makefile.am
10668         * src/plugins/trayicon/Makefile.am
10669                 Fix 100% cpu usage in address completion list
10670                 Fix little bugs (return with no values etc)
10671                 Fix all warnings (with common CFLAGS)
10672
10673 2005-09-15 [colin]      1.9.14cvs33
10674
10675         * src/addressbook.c
10676                 Fix bug where sometimes a group's email list is empty,
10677                 force its refresh (probably fixes "Re: how to create a 
10678                 distribution list")
10679         * src/ldapquery.c
10680                 Don't return to the callback in the main thread from the
10681                 fetch thread (or face segs!)
10682
10683 2005-09-15 [paul]       1.9.14cvs32
10684
10685         * src/prefs_matcher.c
10686                 forgotten in last commit
10687
10688 2005-09-15 [paul]       1.9.14cvs31
10689
10690         * src/prefs_actions.c
10691         * src/prefs_filtering_action.c
10692         * src/prefs_quote.c
10693         * src/quote_fmt.c
10694         * src/summaryview.c
10695         * src/gtk/description_window.c
10696         * src/gtk/description_window.h
10697         * src/gtk/quicksearch.c
10698                 allow interaction with the called
10699                 description window
10700                 Patch by Anders Hammar
10701
10702 2005-09-14 [paul]       1.9.14cvs30
10703
10704         * src/compose.c
10705                 fix a little annoyance when pasting with 3rd button 
10706                 with wrap_pastes=0 and wrap_input=1
10707                 Patch by Colin
10708
10709 2005-09-14 [paul]       1.9.14cvs29
10710
10711         * src/prefs_account.c
10712                 disable 'Filter messages on receiving' for
10713                 SMTP-only accounts
10714                 Patch  by Anders Hammar
10715
10716 2005-09-14 [paul]       1.9.14cvs28
10717
10718         * po/sk.po
10719                 fix crash
10720                 updated by Andrej Kacian
10721
10722 2005-09-14 [paul]
10723
10724         1.9.15-rc1 released
10725
10726 2005-09-14 [paul]       1.9.14cvs27
10727
10728         * po/es.po
10729                 updated by Ricardo Mones Lastra
10730         * src/compose.c
10731         * src/compose.h
10732                 associate no_wrap_tags to Compose windows
10733                 instead of using a static one
10734                 Patch by Colin
10735         * src/mbox.c
10736                 fix proc_mbox()
10737                 Patch by wwp
10738         * src/textview.c
10739                 remove unneeded printf()
10740
10741 2005-09-14 [paul]       1.9.14cvs26
10742
10743         * src/addrcache.c
10744         * src/codeconv.h
10745         * src/folder.h
10746         * src/mainwindow.h
10747         * src/mh.c
10748         * src/mimeview.h
10749         * src/partial_download.c
10750         * src/pop.c
10751         * src/prefs_account.c
10752         * src/prefs_account.h
10753         * src/prefs_actions.c
10754         * src/prefs_customheader.c
10755         * src/prefs_display_header.c
10756         * src/prefs_filtering_action.c
10757         * src/prefs_matcher.c
10758         * src/prefs_toolbar.c
10759         * src/privacy.h
10760         * src/procmime.c
10761         * src/procmime.h
10762         * src/procmsg.h
10763         * src/textview.c
10764         * src/undo.h
10765         * src/common/plugin.c
10766         * src/common/session.h
10767         * src/common/socket.c
10768         * src/common/socket.h
10769         * src/common/template.c
10770         * src/gtk/gtkaspell.c
10771         * src/gtk/quicksearch.h
10772         * src/plugins/pgpcore/passphrase.c
10773         * src/plugins/pgpcore/prefs_gpg.h
10774         * src/plugins/pgpcore/select-keys.c
10775         * src/plugins/pgpcore/select-keys.h
10776         * src/plugins/pgpcore/sgpgme.c
10777         * src/plugins/pgpinline/pgpinline.c
10778         * src/plugins/pgpmime/pgpmime.c
10779         * src/plugins/trayicon/trayicon.c
10780                 fix compilation warnings
10781                 Patch by Daniel Gustafson
10782
10783 2005-09-14 [paul]       1.9.14cvs25
10784
10785         * src/addressbook.c
10786                 add missing column header, and other small
10787                 bug fixes
10788                 Patch by Anders Hammar
10789
10790 2005-09-13 [colin]      1.9.14cvs24
10791
10792         * src/gtk/gtkaspell.c
10793                 Fix non-utf8 in menu
10794                 Fix little leaks
10795                 Nullify struct members after free()s
10796
10797 2005-09-13 [colin]      1.9.14cvs23
10798
10799         * src/compose.c
10800                 Test utf8 compliance before inserting to 
10801                 buffer, and try to convert if necessary
10802         * src/procmime.c
10803                 If no charset is present, use the locale 
10804                 one instead of us-ascii
10805         * src/procmsg.c
10806                 Add Sender, List-Post and To in the checked 
10807                 headers for automatic rules creation 
10808                 (thanks to wwp)
10809         * src/prefs_themes.c
10810         * src/gtk/gtkaspell.c
10811                 Remove deprecated functions. 
10812                 patch by Daniel Gustafson
10813
10814 2005-09-12 [colin]      1.9.14cvs22
10815
10816         * src/compose.c
10817                 Fix bug #448 (Scrolling/Redraw issue with 
10818                 address-fields in Header)
10819         * src/mainwindow.c
10820         * src/summaryview.c
10821         * src/summaryview.h
10822                 Fix loss of MSG_MARKED on move/copy
10823                 Fix bug #804 (Quicksearch togglebutton doesn't 
10824                 get depressed after '/' key is pressed)
10825
10826 2005-09-12 [paul]       1.9.14cvs21
10827
10828         * AUTHORS
10829         * src/gtk/logwindow.c
10830                 add 'Clear Log' to popup menu
10831                 Patch by Anders Hammar <anders.hammar@telia.com>
10832
10833 2005-09-12 [paul]       1.9.14cvs20
10834
10835         * src/compose.c
10836                 set correct sensitivity on attachments
10837                 popup menu
10838         * src/folder.c
10839                 fix typo
10840         * src/prefs_spelling.c
10841                 fix crash when no LANG env is set
10842         * src/common/xml.c
10843                 fix crash in wizard
10844                 don't use memeory after free
10845
10846         All patches by Daniel Gustafson
10847
10848 2005-09-12 [paul]       1.9.14cvs19
10849
10850         * src/prefs_themes.c
10851                 make theme info selectable
10852         * src/gtk/description_window.c
10853                 make window non-modal
10854         * tools/README
10855                 add details of asus_mailed.sh
10856         * tools/claws.i18n.status.pl
10857                 update for new zh_TW translator
10858                 widen the output
10859                 create alternate coloured lines
10860                 improve readability
10861
10862 2005-09-10 [colin]      1.9.14cvs18
10863
10864         * src/plugins/pgpcore/select-keys.c
10865                 Better order for the buttons
10866
10867 2005-09-10 [colin]      1.9.14cvs17
10868
10869         * src/compose.c
10870         * src/plugins/pgpcore/select-keys.c
10871         * src/plugins/pgpcore/select-keys.h
10872         * src/plugins/pgpcore/sgpgme.c
10873                 Add a "Don't encrypt" button to the key
10874                 selection dialog. Fixes bug #177 (There should be a 
10875                 'Don't encrypt button in the Select Keys dialog)
10876
10877 2005-09-10 [colin]      1.9.14cvs16
10878
10879         * src/compose.c
10880                 Fix bug #572 (%X option does not work with templates)
10881
10882 2005-09-10 [colin]      1.9.14cvs15
10883
10884         * src/toolbar.c 
10885                 Remove g_print
10886
10887 2005-09-10 [colin]      1.9.14cvs14
10888
10889         * src/imap.c
10890                 Fix a possible crash
10891
10892 2005-09-09 [colin]      1.9.14cvs13
10893
10894         * src/imap.c
10895         * src/etpan/imap-thread.c
10896         * src/etpan/imap-thread.h
10897                 Fix moving from queue or drafts to normal folders
10898                 Fix bug #794 (No way to delete without expunging)
10899                 Take flags unset by other mailers into account
10900                 Take deleted flag set by other mailers into account
10901                 Fix unsetting REPLIED flag
10902                 Fix crash when capabilities can't be retrieved
10903         * src/mainwindow.c
10904         * src/mainwindow.h
10905                 Add M_DELAYED_FLAGS condition, and let the user use
10906                 Execute in order to be able to expunge deleted mails,
10907                 even if he's not in delayed execute mode
10908         * src/prefs_spelling.c
10909                 Use 'en' dictionary by default if LANG is POSIX or C
10910         * src/gtk/prefswindow.c
10911                 Fix bug #767 (Preferences windows expanding) by making
10912                 the window a bit larger when the resolution is greater
10913                 than 640x480, and by putting the prefs in a
10914                 GtkScrolledWindow.
10915
10916 2005-09-09 [paul]       1.9.14cvs12
10917
10918         * AUTHORS
10919         * configure.ac
10920         * po/zh_TW.Big5.po      ** REMOVED **
10921         * po/zh_TW.po           ** ADDED **
10922                 updated by Wei-Lun Chao
10923
10924 2005-09-09 [paul]       1.9.14cvs11
10925
10926         * src/mainwindow.c
10927                 fix asserts
10928         * src/common/xml.c
10929                 delay memory allocation until file is
10930                 opened successfully
10931                 Patch by Daniel Gustafson
10932
10933 2005-09-09 [colin]      1.9.14cvs10
10934
10935         * src/imap.c
10936                 Add guards
10937
10938 2005-09-08 [colin]      1.9.14cvs9
10939
10940         * src/compose.c
10941                 Alert when we can't save draft
10942                 Fix various wrap/color issues
10943                 Add mid-click pasting respecting wrap_paste option
10944         * src/folder.c
10945         * src/folder.h
10946         * src/folder_item_prefs.c
10947         * src/folder_item_prefs.h
10948         * src/imap.c
10949         * src/imap_gtk.c
10950         * src/imap_gtk.h
10951         * src/main.c
10952         * src/mainwindow.c
10953         * src/mainwindow.h
10954         * src/news.c
10955         * src/news_gtk.c
10956         * src/news_gtk.h
10957         * src/prefs_folder_item.c
10958                 Fix the impossibility to synchronise folders for
10959                 offline use (IMAP and NNTP are concerned)
10960
10961 2005-09-08 [colin]      1.9.14cvs8
10962
10963         * configure.ac
10964                 Build LDAP and JPilot by default if available
10965         * src/textview.c
10966                 Fix use after free
10967
10968 2005-09-08 [paul]       1.9.14cvs7
10969
10970         * doc/manual/en/sylpheed-1.html
10971         * doc/manual/en/sylpheed-18.html
10972         * doc/manual/en/sylpheed-19.html
10973         * doc/manual/en/sylpheed-4.html
10974         * doc/manual/en/sylpheed-6.html
10975         * doc/manual/en/sylpheed.html
10976                 a few minor updates, plus include some
10977                 details about plugins and their requirements
10978         * src/mainwindow.c
10979                 minor changes to English in /View/Sort
10980
10981 2005-09-07 [colin]      1.9.14cvs6
10982
10983         * doc/manual/en/sylpheed-1.html
10984         * doc/manual/en/sylpheed-10.html
10985         * doc/manual/en/sylpheed-11.html
10986         * doc/manual/en/sylpheed-12.html
10987         * doc/manual/en/sylpheed-13.html
10988         * doc/manual/en/sylpheed-14.html
10989         * doc/manual/en/sylpheed-15.html
10990         * doc/manual/en/sylpheed-16.html
10991         * doc/manual/en/sylpheed-17.html
10992         * doc/manual/en/sylpheed-18.html
10993         * doc/manual/en/sylpheed-19.html
10994         * doc/manual/en/sylpheed-2.html
10995         * doc/manual/en/sylpheed-20.html
10996         * doc/manual/en/sylpheed-21.html
10997         * doc/manual/en/sylpheed-22.html
10998         * doc/manual/en/sylpheed-3.html
10999         * doc/manual/en/sylpheed-4.html
11000         * doc/manual/en/sylpheed-5.html
11001         * doc/manual/en/sylpheed-6.html
11002         * doc/manual/en/sylpheed-7.html
11003         * doc/manual/en/sylpheed-8.html
11004         * doc/manual/en/sylpheed-9.html
11005         * doc/manual/en/sylpheed.html
11006                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11007
11008 2005-09-07 [colin]      1.9.14cvs5
11009
11010         * src/mainwindow.c
11011                 Make labels more to-the-point
11012
11013 2005-09-07 [colin]      1.9.14cvs4
11014
11015         * doc/manual/en/sylpheed-1.html
11016         * doc/manual/en/sylpheed-12.html
11017         * doc/manual/en/sylpheed-13.html
11018         * doc/manual/en/sylpheed-14.html
11019         * doc/manual/en/sylpheed-15.html
11020         * doc/manual/en/sylpheed-16.html
11021         * doc/manual/en/sylpheed-17.html
11022         * doc/manual/en/sylpheed-18.html
11023         * doc/manual/en/sylpheed-19.html
11024         * doc/manual/en/sylpheed-2.html
11025         * doc/manual/en/sylpheed-20.html
11026         * doc/manual/en/sylpheed-21.html
11027         * doc/manual/en/sylpheed-22.html
11028         * doc/manual/en/sylpheed-4.html
11029         * doc/manual/en/sylpheed-5.html
11030         * doc/manual/en/sylpheed-6.html
11031         * doc/manual/en/sylpheed-7.html
11032         * doc/manual/en/sylpheed-8.html
11033         * doc/manual/en/sylpheed-9.html
11034         * doc/manual/en/sylpheed.html
11035                 Update manual
11036
11037 2005-09-07 [colin]      1.9.14cvs3
11038
11039         * doc/faq/en/sylpheed-faq-1.html
11040         * doc/faq/en/sylpheed-faq-2.html
11041         * doc/faq/en/sylpheed-faq-3.html
11042         * doc/faq/en/sylpheed-faq.html
11043                 Update FAQ
11044
11045 2005-09-07 [colin]      1.9.14cvs2
11046
11047         * src/folderview.c
11048         * src/procmsg.c
11049         * src/summaryview.c
11050         * src/toolbar.c
11051                 Fix special subfolders:
11052                 - Inherit parent's icon
11053                 - sent contents of queues subfolders
11054                 - empty subfolders of trashes
11055         * src/mainwindow.c
11056                 Remove outdated manual and faq entries
11057         * src/common/utils.c
11058                 Add quotes around %s coming from mailcap
11059
11060 2005-09-07 [colin]      1.9.14cvs1
11061
11062         * src/compose.c
11063                 After saving draft, set modified to FALSE
11064         * src/mimeview.c
11065         * src/common/utils.c
11066         * src/common/utils.h
11067                 Try to open mime parts using what is 
11068                 indicated in ~/.mailcap or /etc/mailcap,
11069                 if possible.
11070
11071 2005-09-05 [paul]       1.9.14
11072
11073         1.9.14 released
11074
11075         * po/sk.po
11076                 updated by Andrej Kacian
11077
11078 2005-09-05 [paul]       1.9.13cvs83
11079
11080         * po/de.po
11081         * po/es.po
11082         * po/fi.po
11083         * po/fr.po
11084         * po/nb.po
11085         * po/pt_BR.po
11086         * po/sr.po
11087                 updated translations by Thomas Gilgin, Ricardo Mones
11088                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11089                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11090
11091 2005-09-04 [paul]       1.9.13cvs82
11092
11093         * src/compose.c
11094                 only warn about exceeded line length limit
11095                 on send
11096
11097 2005-09-04 [paul]       1.9.13cvs81
11098
11099         * src/compose.c
11100                 fix crash in 'line length exceeded' dialogue
11101
11102 2005-09-02 [paul]       1.9.13cvs80
11103
11104         * src/imap.c
11105                 fix bug 795, 'Connection lost IMAP'
11106                 and add statusbar prints
11107                 Patch by Colin
11108
11109 2005-09-02 [paul]       1.9.13cvs79
11110
11111         * src/compose.c
11112                 compose_wrap_paragraph() becomes
11113                 compose_beautify_paragraph()
11114                 Patch by Colin
11115
11116 2005-09-02 [colin]      1.9.13cvs78
11117
11118         * src/folderview.c
11119                 Micro-fix
11120
11121 2005-09-01 [colin]      1.9.13cvs77
11122
11123         * src/imap.c
11124                 Maybe fix bug #795 (Connection lost IMAP)
11125                 Don't try to send logout when we're disconnected.
11126         * src/summaryview.c
11127                 Include locked and marked emails in HRM
11128                 view. Fixes bug #800 (Locked messages no longer 
11129                 show up when hide read messages is used)
11130
11131 2005-09-01 [paul]       1.9.13cvs76
11132
11133         * src/prefs_common.c
11134                 fix bad cutting
11135
11136 2005-08-31 [colin]      1.9.13cvs75
11137
11138         * src/folderview.c
11139         * src/folderview.h
11140         * src/prefs_summaries.c
11141         * src/summaryview.c
11142                 Fix "go to next new", fix preference
11143                 (Open unread/next swapped)
11144
11145 2005-08-31 [paul]       1.9.13cvs74
11146
11147         * src/compose.c
11148         * src/folderview.c
11149         * src/headerview.c
11150         * src/headerview.h
11151         * src/mainwindow.c
11152         * src/prefs_common.c
11153         * src/prefs_common.h
11154         * src/prefs_fonts.c
11155         * src/summaryview.c
11156         * src/textview.c
11157         * src/common/defs.h
11158                 remove obsolete BOLD_FONT setting
11159                 fix font update in headerview and textview
11160                 headers after prefs change
11161                 Patch By Colin
11162
11163 2005-08-31 [paul]
11164
11165         1.9.14-rc4 released
11166
11167 2005-08-30 [colin]      1.9.13cvs73
11168
11169         * src/summaryview.c
11170                 When Hide read messages is selected and we
11171                 refresh the summaryview, don't remove the 
11172                 currently displayed message. Fixes bug #797
11173                 (Summary view reloads when new mail is 
11174                 downloaded in 1.9.14 rc)
11175
11176 2005-08-30 [colin]      1.9.13cvs72
11177
11178         * src/folderview.c
11179                 Fix flickering
11180         * src/mainwindow.c
11181                 Remove useless callback
11182         * src/mimeview.c
11183         * src/gtk/filesel.c
11184         * src/gtk/filesel.h
11185                 Add a filesel_select_file_save_folder() - used by Save All
11186
11187 2005-08-29 [paul]       1.9.13cvs71
11188
11189         * AUTHORS
11190         * src/matcher_parser_parse.y
11191         * src/etpan/imap-thread.c
11192                 fix building on FreeBSD
11193                 Patch by Daniel Gustafson <daniel@hobbit.se>
11194
11195 2005-08-29 [paul]       1.9.13cvs70
11196
11197         * src/plugins/pgpinline/pgpinline.c
11198                 only initialise sig result if it's been handled
11199                 Patch by Colin
11200
11201 2005-08-29 [paul]       1.9.13cvs69
11202         
11203         Patches by Colin:
11204
11205         * src/imap.c
11206         * src/common.utils.c
11207         * src/common/utils.h
11208                 optimisation
11209         * src/stock_pixmap.h
11210                 fix wrong icon reference
11211         * src/pixmaps/trash_btn.xpm
11212                 replace with nicer image
11213
11214 2005-08-28 [colin]      1.9.13cvs68
11215
11216         * src/Makefile.am
11217         * src/stock_pixmap.c
11218         * src/stock_pixmap.h
11219         * src/toolbar.c
11220         * src/pixmaps/trash_btn.xpm
11221                 Add a specific trash xpm for the button
11222
11223 2005-08-28 [colin]      1.9.13cvs67
11224
11225         * src/imap.c
11226                 Fix leak
11227
11228 2005-08-27 [colin]      1.9.13cvs66
11229
11230         * src/imap.c
11231         * src/procmime.c
11232                 Correctly fix "Problem with replies", fixes
11233                 pgpmime encryption too. 
11234
11235 2005-08-27 [colin]      1.9.13cvs65
11236
11237         * src/folder.c
11238         * src/procmsg.c
11239         * src/procmsg.h
11240         * src/summaryview.c
11241                 Fix bug #517 (messages removed from summaryview 
11242                 when moving fails)
11243
11244 2005-08-27 [colin]      1.9.13cvs64
11245
11246         * tools/Makefile.am
11247         * tools/asus_mailled.sh
11248                 Add a script to blink ASUS laptops' mail LED where there
11249                 is unread mail.
11250
11251 2005-08-27 [colin]      1.9.13cvs63
11252
11253         * src/imap.c
11254         * src/etpan/imap-thread.c
11255         * src/etpan/imap-thread.h
11256                 Implement automatic choosing of login method
11257                 Fixes bug #791
11258         * src/gtk/.cvsignore
11259                 Add sylpheed-marshal.[ch]
11260
11261 2005-08-27 [colin]      1.9.13cvs62
11262
11263         * src/common/utils.c
11264                 Fix confusing perror
11265
11266 2005-08-27 [colin]      1.9.13cvs61
11267
11268         * src/toolbar.c
11269         * src/toolbar.h
11270                 Remove A_DELETE, replace it with 
11271                 A_TRASH and A_DELETE_REAL. Automatically
11272                 rewrite config files to replace A_DELETE
11273                 with A_TRASH (no functionality change).
11274                 Fixes half of #794
11275
11276 2005-08-26 [colin]      1.9.13cvs60
11277
11278         * src/procmime.c
11279                 Previous "Problem with replies" fix brought other
11280                 problems, fixing them
11281
11282 2005-08-26 [colin]      1.9.13cvs59
11283
11284         * src/procmime.c
11285                 Fix "Problem with replies". This happened only
11286                 on IMAP...
11287         * src/procmsg.c
11288                 Factorize code a bit
11289         * src/compose.c
11290                 Speed improvement on very long messages (wrapping)
11291                 Fix signature color on Reedit and Redirect
11292                 On Reedit, don't attach pgp-signatures parts, but
11293                 set signing to On.
11294
11295 2005-08-24 [paul]       1.9.13cvs58
11296
11297         * src/compose.c
11298                 don't claim success when clicking
11299                 Cancel on the passphrase box.
11300                 Patch by Colin
11301
11302 2005-08-24 [paul]       1.9.13cvs57
11303
11304         * src/main.c
11305                 fix misplaced sylpheed.log
11306         * src/common/defs.h
11307                 define UIDL_DIR
11308
11309 2005-08-24 [paul]       1.9.13cvs56
11310
11311         * src/imap.c
11312         * src/etpan/imap-thread.c
11313         * src/etpan/imap-thread.h
11314                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11315                 Patch by Colin
11316         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11317         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11318                 remove autogenerated files
11319         * tools/kdeservicemenu/README
11320         * tools/kdeservicemenu/install.sh
11321         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11322         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11323                 use Claws icon, use 'Sylpheed-Claws' in menu,
11324                 use kdialog, and other cleanups
11325
11326 2005-08-23 [paul]       1.9.13cvs55
11327
11328         * src/compose.c
11329                 fix paste/wrap crash
11330                 Patch by Colin
11331
11332 2005-08-23 [paul]       1.9.13cvs54
11333
11334         * src/main.c
11335                 fix crash recovery
11336                 Patch by Colin
11337
11338 2005-08-23 [paul]       1.9.13cvs53
11339
11340         * src/addressbook.c
11341         * src/editaddress.c
11342                 view all data of LDAP contacts
11343                 Patch by Colin
11344
11345 2005-08-23 [paul]       1.9.13cvs52
11346
11347         * src/addressbook.c
11348                 fix issues with the Search field
11349                 Patch by Colin
11350
11351 2005-08-22 [paul]       1.9.13cvs51
11352
11353         * src/folderview.c
11354                 put name of folder in processing dialog
11355                 title
11356         * src/prefs_folder_item.c
11357                 improve english usage
11358
11359 2005-08-22 [paul]       1.9.13cvs50
11360
11361         * src/filtering.c
11362         * src/filtering.h
11363         * src/matcher.c
11364         * src/matcher_parser_lex.l
11365         * src/matcher_parser_parse.y
11366         * src/prefs_filtering.c
11367                 add Filtering/Processing rule names feature.
11368                 (the incompatible old matcherrc is saved as
11369                 matcherrc.pre_names).
11370                 Patch by Colin
11371
11372 2005-08-22 [paul]       1.9.13cvs49
11373
11374         * src/procmsg.c
11375                 fix colour labelling
11376                 Patch by Colin
11377
11378 2005-08-22 [paul]       1.9.13cvs48
11379
11380         * src/textview.c
11381                 fix open_image_cb()
11382
11383 2005-08-22 [paul]       1.9.13cvs47
11384
11385         * src/imap.c
11386                 fix bug 789, 'SC crashes with imap (CVS ver)'
11387                 Patch by Colin
11388
11389 2005-08-22 [paul]       1.9.13cvs46
11390
11391         * src/mimeview.c
11392         * src/prefs_common.c
11393         * src/common/defs.h
11394                 define reused defaults in defs.h
11395         * src/textview.c
11396                 add 'Open image' to image popup menu
11397
11398 2005-08-21 [colin]      1.9.13cvs45
11399
11400         * src/summaryview.c
11401                 Fix bug #788 (Bogus "From" address displayed)
11402
11403 2005-08-20 [colin]      1.9.13cvs44
11404
11405         * src/folder.c
11406                 Fix buf #787 (multilevel delete causes SIGSEGV)
11407
11408 2005-08-19 [colin]      1.9.13cvs43
11409
11410         * src/inc.c
11411         * src/prefs_common.c
11412         * src/prefs_common.h
11413                 Add an hidden pref to allow modifying the
11414                 update stepping in incorporation.
11415                 Patch by wwp.
11416
11417 2005-08-19 [colin]      1.9.13cvs42
11418
11419         * src/compose.c
11420         * src/procmime.c
11421                 Workaround for broken MUAs: encode 
11422                 Content-type: name: as ASCII and 
11423                 Content-Disposition: filename: as
11424                 per rfc2231
11425         * src/prefs_account.c
11426                 Fix invisible-ness of SMTP SSL prefs
11427                 in NNTP accounts
11428
11429 2005-08-19 [paul]       1.9.13cvs41
11430
11431         * src/compose.c
11432         * src/prefs_common.c
11433         * src/prefs_common.h
11434         * src/prefs_wrapping.c
11435                 paste with or without wrapping.
11436                 patch by Colin
11437
11438 2005-08-19 [paul]       1.9.13cvs40
11439
11440         * src/prefs_common.c
11441         * src/prefs_common.h
11442         * src/summaryview.c
11443                 reintroduce enable_swap_from as a
11444                 hidden pref. patch by Colin
11445         * src/quote_fmt_parse.y
11446         * src/plugins/clamav/clamav_plugin.c
11447         * src/plugins/dillo_viewer/dillo_viewer.c
11448         * src/plugins/mathml_viewer/mathml_viewer.c
11449         * src/plugins/pgpcore/sgpgme.c
11450         * src/plugins/pgpinline/pgpinline.c
11451         * src/plugins/pgpmime/pgpmime.c
11452                 tidy up. patch by Colin
11453
11454 2005-08-19 [paul]       1.9.13cvs39
11455
11456         * configure.ac
11457                 complete cvs38's sync
11458         * src/editaddress.c
11459         * src/gedit-print.c
11460         * src/mutt.c
11461         * src/etpan/etpan-log.c
11462         * src/etpan/imap-thread.c
11463         * src/gtk/gtksourceprintjob.c
11464                 fix compilation warnings
11465                 (patch by Colin)
11466
11467 2005-08-19 [paul]       1.9.13cvs38
11468
11469         sync with main:
11470
11471         * src/account.c
11472         * src/action.c
11473         * src/addrbook.c
11474         * src/addrcache.c
11475         * src/addrharvest.c
11476         * src/addrindex.c
11477         * src/codeconv.c
11478         * src/compose.c
11479         * src/crash.c
11480         * src/exporthtml.c
11481         * src/exportldif.c
11482         * src/folder.c
11483         * src/image_viewer.c
11484         * src/inc.c
11485         * src/inc.h
11486         * src/jpilot.c
11487         * src/ldif.c
11488         * src/main.c
11489         * src/matcher.c
11490         * src/mbox.c
11491         * src/messageview.c
11492         * src/mh.c
11493         * src/mimeview.c
11494         * src/msgcache.c
11495         * src/mutt.c
11496         * src/news.c
11497         * src/partial_download.c
11498         * src/pine.c
11499         * src/pop.c
11500         * src/prefs_actions.c
11501         * src/prefs_common.c
11502         * src/prefs_customheader.c
11503         * src/prefs_display_header.c
11504         * src/prefs_gtk.c
11505         * src/prefs_themes.c
11506         * src/procheader.c
11507         * src/procmime.c
11508         * src/procmsg.c
11509         * src/recv.c
11510         * src/send_message.c
11511         * src/simple-gettext.c
11512         * src/sourcewindow.c
11513         * src/textview.c
11514         * src/vcard.c
11515         * src/common/defs.h
11516         * src/common/log.c
11517         * src/common/plugin.c
11518         * src/common/prefs.c
11519         * src/common/session.c
11520         * src/common/session.h
11521         * src/common/socket.c
11522         * src/common/socket.h
11523         * src/common/ssl_certificate.c
11524         * src/common/template.c
11525         * src/common/utils.c
11526         * src/common/utils.h
11527         * src/common/xml.c
11528         * src/gtk/about.c
11529         added wrappers for C library function that
11530                 take pathname arguments.
11531                 enabled compilation with MinGW.
11532                 use GDir instead of directly using opendir().
11533                 added rename_force().
11534
11535 2005-08-19 [paul]       1.9.13cvs37
11536         
11537         patches by Colin:
11538         * src/compose.c
11539                 fix privacy settings on re-editing
11540                 a sent message
11541         * src/jpilot.c
11542                 fix encoding bug
11543         * src/folder.c
11544         * src/procmsg.c
11545         * src/procmsg.h
11546         * src/summaryview.c
11547                 flag changing optimisation
11548
11549 2005-08-18 [martin]     1.9.13cvs36
11550
11551         * commitHelper
11552             added my login
11553         * src/addrcache.c
11554         * src/addrharvest.c
11555         * src/addrindex.c
11556         * src/compose.c
11557         * src/grouplistdialog.c
11558         * src/main.c
11559         * src/mainwindow.c
11560         * src/msgcache.c
11561         * src/mutt.c
11562         * src/pine.c
11563         * src/prefs_account.c
11564         * src/prefs_themes.c
11565         * src/stock_pixmap.c
11566         * src/summaryview.c
11567         * src/gtk/about.c
11568         * src/gtk/logwindow.c
11569             removed deprecated glib and gdk stuff
11570         * src/plugins/pgpcore/select-keys.c
11571             convert attributes from locale to utf8
11572
11573 2005-08-17 [paul]       1.9.13cvs35
11574
11575         * src/account.c
11576         * src/addressbook.c
11577                 use new GTK_STOCK_ icons if available
11578         * src/summaryview.c
11579         * src/gtk/gtksctree.c
11580         * src/gtk/gtksctree.h
11581                 faster range select. patch by Colin
11582
11583 2005-08-17 [paul]       1.9.13cvs34
11584
11585         patches by colin:
11586         * src/addressbook.c
11587         * src/addressitem.h
11588                 Add an edit button for contacts, fix selections
11589                 of gtksctree items
11590         * src/editaddress.c
11591                 Change labels, let Save be always possible in the
11592                 email and user atributes tabs
11593         * src/folderview.c
11594                 fix sort issues
11595         * src/summaryview.c
11596                 select next item instead of the displayed one
11597                 after deletion
11598
11599         * src/gtk/progressdialog.c
11600                 use prefs_common.enable_rules_hint
11601
11602 2005-08-13 [hoa]        1.9.13cvs33
11603
11604         * src/etpan/imap-thread.c
11605                 fixed build on Solaris.
11606
11607 2005-08-10 [colin]      1.9.13cvs32
11608
11609         * src/procmsg.c
11610                 Fix cvs31 (missing fclose before reading
11611                 the file)
11612
11613 2005-08-10 [colin]      1.9.13cvs31
11614
11615         * src/procmsg.c
11616                 Fix procmsg_msginfo_new_from_mimeinfo() when
11617                 the MimeInfo isn't stored in memory. This fixes
11618                 replying to an attached message.
11619
11620 2005-08-10 [colin]      1.9.13cvs30
11621
11622         * src/mainwindow.c
11623                 Fix slowness in account changing
11624
11625 2005-08-10 [colin]      1.9.13cvs29
11626
11627         * src/folder.c
11628         * src/folderutils.c
11629         * src/folderview.c
11630         * src/imap_gtk.c
11631         * src/mainwindow.c
11632         * src/mh_gtk.c
11633         * src/procmsg.c
11634         * src/summaryview.c
11635                 Optimize folder_has_parent_of_type
11636                 Prevent moving special sub-folders from contextual menus
11637                 Rework message a bit ("Empty all messages" -> "Delete all
11638                 messages")
11639                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11640                 and "Deleted Items" folders)
11641
11642 2005-08-08 [colin]      1.9.13cvs28
11643
11644         * src/summaryview.c
11645         * src/prefs_summaries.c
11646                 Make "Select first unread|new" more flexible
11647                 (just prioritize new or unread)
11648
11649 2005-08-08 [colin]      1.9.13cvs27
11650
11651         * src/summaryview.c
11652                 If "select first new" is selected and there only
11653                 are unread messages, fallback to "select first
11654                 unread".
11655
11656 2005-08-08 [colin]      1.9.13cvs26
11657
11658         * src/folder.c
11659                 Fix shameful bugs (and bug #779)
11660
11661 2005-08-08 [colin]      1.9.13cvs25
11662
11663         * src/folder.c
11664         * src/folder.h
11665                 Cache parents' type to make folder_has_parent_of_type
11666                 faster
11667         * src/folderview.c
11668                 Forbid DnD of special sub-folders
11669         * src/procmsg.c
11670         * src/procmsg.h
11671                 Add MAIL_POSTFILTERING_HOOK
11672         * src/summaryview.c
11673                 Revert over-zealous deletion of the use_addr_book 
11674                 code
11675
11676 2005-08-07 [colin]      1.9.13cvs24
11677
11678         * src/folder.c
11679                 Fix big mistake (passing MsgInfo instead 
11680                 of FolderItem)
11681
11682 2005-08-07 [colin]      1.9.13cvs23
11683
11684         * src/compose.c
11685         * src/folder.c
11686         * src/folder.h
11687         * src/foldersel.c
11688         * src/folderutils.c
11689         * src/folderview.c
11690         * src/imap.c
11691         * src/mainwindow.c
11692         * src/messageview.c
11693         * src/mh.c
11694         * src/msgcache.c
11695         * src/procmime.c
11696         * src/summaryview.c
11697                 Make subfolders of Drafts, Queue, Outbox, Trash
11698                 work like their parents. 
11699                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11700
11701 2005-08-07 [colin]      1.9.13cvs22
11702
11703         * src/addressbook.c
11704                 Fix bug #771 (Dragged contacts not saved)
11705
11706 2005-08-07 [paul]       1.9.13cvs21
11707
11708         * src/summaryview.c
11709                 fix bug 32 'Search Doesn't display results
11710                 if "Hide Read Messages" is chosen'
11711                 be more literal in interpreting 'Hide read
11712                 messages'
11713
11714 2005-08-07 [colin]      1.9.13cvs20
11715
11716         * src/folderview.c
11717                 Add debug
11718         * src/summaryview.c
11719                 Faster 'unthread_for_execution'
11720
11721 2005-08-06 [paul]       1.9.13cvs19
11722
11723         * src/mainwindow.c
11724                 add mnemonics to Set displayed columns
11725                 fix bug where msgview_visible option was
11726                 overwritten as TRUE on startup
11727
11728 2005-08-06 [paul]       1.9.13cvs18
11729
11730         * src/mainwindow.c
11731                 refer to 'displayed columns in folder/message
11732                 list' not 'displayed items in summary/message view'
11733         * src/prefs_display_header.c
11734                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11735                 be consistent with similar dialogues
11736         * src/prefs_folder_column.c
11737         * src/prefs_summary_column.c
11738                 'columns' not 'items', and folder and message lists,
11739                 instead of folder and summary views;
11740                 Use 'Hidden columns' as list heading not 'Available
11741                 items';
11742                 move the 'Remove' button to the right hand side;
11743                 top-align the buttons;
11744                 remove unneeded vbox
11745         * src/prefs_summaries.c
11746                 put the 2 column prefs buttons in a frame to reduce
11747                 overall width; refer to columns not items &c.
11748
11749 2005-08-05 [colin]      1.9.13cvs17
11750
11751         * src/prefs_common.c
11752         * src/prefs_common.h
11753         * src/mainwindow.c
11754         * src/compose.c
11755         * src/messageview.c
11756                 Add an hidden toolbar_detachable pref, so
11757                 that I can get rid of these painful handles
11758                 in the toolbars. Defaults to TRUE to avoid
11759                 changing the GUI on unsuspecting people...
11760
11761 2005-08-05 [colin]      1.9.13cvs16
11762
11763         * src/Makefile.am
11764         * src/prefs_folder_column.c
11765         * src/prefs_folder_column.h
11766                 Add prefs for folder columns
11767         * src/folderview.c
11768         * src/folderview.h
11769         * src/mainwindow.c
11770         * src/mainwindow.h
11771         * src/prefs_common.c
11772         * src/prefs_common.h
11773         * src/prefs_summaries.c
11774                 Use them
11775         * src/prefs_summary_column.c
11776         * src/summaryview.c
11777         * src/summaryview.h
11778                 Add a To column
11779         * src/textview.c
11780         * src/common/utils.c
11781         * src/common/utils.h
11782                 Move uri colourisation functions
11783                 to utils
11784         * src/compose.c
11785                 Colourise URIs
11786         * src/imap.c
11787                 Fix bug with LIST where we'd try
11788                 to get Folder//////[...]/// 
11789
11790 2005-08-05 [paul]       1.9.13cvs15
11791
11792         * src/prefs_summaries.c
11793                 improve the English usage
11794         * src/summaryview.c
11795                 set font on column change
11796                 thanks to Colin
11797
11798 2005-08-05 [paul]       1.9.13cvs14
11799
11800         * src/prefs_common.c
11801         * src/prefs_common.h
11802         * src/prefs_summaries.c
11803         * src/summaryview.c
11804                 replace 'open_unread_on_enter' option with
11805                 'select_on_entry' option. opening/not opening
11806                 is now exclusively controlled by 'always_show_msg'
11807
11808 2005-08-04 [colin]      1.9.13cvs13
11809
11810         * src/compose.c
11811                 Remove dead code
11812                 Add colourisation of quotes and signatures
11813         * src/folderview.c
11814                 Fix possible crashes
11815         * src/messageview.c
11816                 Change an assert that is no problem
11817         * src/news.c
11818         * src/news_gtk.c
11819         * src/news_gtk.h
11820                 Fix offline mode
11821         * src/gtk/quicksearch.c
11822                 Fix a possible crash
11823
11824 2005-08-03 [colin]      1.9.13cvs12
11825
11826         * src/prefs_account.c
11827                 Fix bug #777 (Sylpheed crash in account configuration)
11828
11829 2005-08-03 [colin]      1.9.13cvs11
11830
11831         * src/addressbook.c
11832         * src/editaddress.c
11833         * src/editgroup.c
11834                 Fixing addressbook, round 2
11835         * src/textview.c
11836                 Fix emphasis color on rechecking 'Colorize messages'
11837
11838 2005-08-03 [paul]       1.9.13cvs10
11839
11840         sync with main
11841
11842         * src/addr_compl.c
11843         * src/compose.c
11844         * src/main.c
11845         * src/pop.c
11846         * src/prefs_account.c
11847         * src/procmime.c
11848         * src/procmsg.c
11849         * src/quote_fmt_parse.y
11850         * src/textview.c
11851         * src/common/quoted-printable.c
11852         * src/common/utils.c
11853         * src/common/utils.h
11854         * src/common/xml.c
11855                 replaced incorrect locale-independent
11856                 ctype functions with GLib's. Corrected
11857                 signedness mismatch.
11858         * src/headerview.c
11859                 headerview_create(): added spacing for vbox.
11860         * src/gtk/about.c
11861                 set focus to the OK button.
11862
11863 2005-08-03 [colin]      1.9.13cvs9
11864
11865         * src/folderview.c
11866                 Fix possible crash
11867
11868 2005-08-02 [colin]      1.9.13cvs8
11869
11870         * src/mainwindow.c
11871                 Fix cast
11872         * src/addressbook.c
11873         * src/addressitem.h
11874                 Fix a cast and more generally, try to make the
11875                 GUI more intuitive and consistent (round 1)
11876
11877 2005-08-02 [paul]       1.9.13cvs7
11878
11879         * src/folder.h
11880                 missing in 1.9.13cvs6
11881
11882 2005-08-02 [colin]      1.9.13cvs6
11883
11884         * src/folder.c
11885                 Fix one more leak
11886
11887 2005-08-02 [colin]      1.9.13cvs5
11888
11889         * src/folder.c
11890         * src/folderview.c
11891         * src/imap.c
11892         * src/main.c
11893         * src/mbox.c
11894         * src/procmsg.c
11895         * src/summaryview.c
11896                 Fix a number of folder_item_get_msg_list()-related
11897                 leaks (missing procmsg_msginfo_free()s)
11898
11899 2005-08-01 [colin]      1.9.13cvs4
11900
11901         * src/folderview.c
11902         * src/folderview.h
11903         * src/mainwindow.c
11904         * src/prefs_fonts.c
11905         * src/prefs_summaries.c
11906         * src/prefs_themes.c
11907         * src/summaryview.c
11908         * src/summaryview.h
11909         * src/textview.c
11910         * src/textview.h
11911                 Fix instant-apply of summary and folderview-related prefs
11912                 Fix erroneous g_free and alertpanels in prefs_theme
11913                 Add instant-apply for fonts
11914                 Defer applying of prefs a little bit so it's done only
11915                 once even if requested by multiples prefs pages
11916
11917 2005-08-01 [paul]       1.9.13cvs3
11918
11919         * src/main.c
11920                 fix bug 776 'S.C. crashes on close'
11921                 thanks to Colin
11922         * src/etpan/etpan-thread-manager-types.h
11923                 add missing include
11924                 thanks to Hoa
11925
11926 2005-07-25 [paul]       1.9.13cvs2
11927
11928         * src/summaryview.c
11929                 fix typos. spotted by Fabien Vantard
11930
11931 2005-07-24 [paul]       1.9.13cvs1
11932
11933         * doc/man/sylpheed.1
11934                 update man page, incorporating fix of
11935                 bug 769 'Typo in manpage'
11936         * src/etpan/imap-thread.c
11937                 fix NetBSD openssl dependencies. patch by
11938                 George Michaelson <ggm@apnic.net>
11939         * po/pt_BR.po
11940                 updated by Frederico Goncalves Guimaraes
11941
11942 2005-07-22 [paul]       1.9.13
11943
11944         1.9.13 release
11945
11946 2005-07-22 [paul]       1.9.12cvs91
11947
11948         * AUTHORS
11949         * INSTALL
11950         * README.claws
11951         * RELEASE_NOTES.claws
11952                 updated for release
11953         * configure.ac
11954         * po/nb.po
11955         * tools/claws.i18n.status.pl
11956                 add Norwegian translation. submiited by
11957                 Geir Helland <pjallabais@users.sourceforge.net>
11958         * po/ca.po
11959         * po/de.po
11960         * po/es.po
11961         * po/fi.po
11962         * po/fr.po
11963         * po/it.po
11964         * po/sk.po
11965         * po/sr.po
11966         * po/zh_CN.po
11967                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11968                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11969                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11970                 Yang Guilong
11971         * src/plugins/clamav/clamav_plugin_gtk.c
11972         * src/plugins/spamassassin/spamassassin_gtk.c
11973                 replace outdated description strings
11974
11975 2005-07-21 [colin]      1.9.12cvs90
11976
11977         * src/folder.c
11978                 Set folder to batch mode when scanning it. Makes deletion
11979                 of unread mails on IMAP much faster (due to the UNREAD 
11980                 flag unsetting)
11981
11982 2005-07-21 [darko]      1.9.12cvs89
11983
11984         * configure.ac
11985                 link against libresolv if necessary (patch by Paul)
11986         * src/msgcache.c
11987                 use glib's portable macros to determine endianness
11988
11989 2005-07-21 [paul]       1.9.12cvs88
11990
11991         * src/crash.c
11992         * src/gtk/about.c
11993                 update compiled-in features list
11994
11995 2005-07-20 [colin]      1.9.12cvs87
11996
11997         * src/folder.c
11998         * src/textview.c
11999                 Gcc 2.9x compilation fixes, thanks to Darko
12000         * src/plugins/clamav/clamav_plugin.c
12001                 Little optimisation: load virus database only once
12002         * src/plugins/spamassassin/spamassassin.c
12003                 Big optimisation: filtering one mail took at least 1 second,
12004                 now it takes at least 50ms. Doesn't speed up spamassassin 
12005                 itself, but should already be much more tolerable.
12006
12007 2005-07-20 [colin]      1.9.12cvs86
12008
12009         * src/summaryview.c
12010                 Fix performance issue
12011
12012 2005-07-19 [colin]      1.9.12cvs85
12013
12014         * src/plugins/pgpinline/plugin.c
12015                 Fix warning
12016
12017 2005-07-19 [colin]      1.9.12cvs84
12018
12019         * configure.ac
12020         * src/plugins/Makefile.am
12021         * src/plugins/pgpinline/.cvsignore
12022         * src/plugins/pgpinline/Makefile.am
12023         * src/plugins/pgpinline/pgpinline.c
12024         * src/plugins/pgpinline/pgpinline.deps
12025         * src/plugins/pgpinline/pgpinline.h
12026         * src/plugins/pgpinline/plugin.c
12027                 Put pgpinline in the main tree
12028
12029 2005-07-19 [paul]       1.9.12cvs83
12030
12031         * src/prefs_actions.c
12032                 prevent '//' in menu names, which cause a crash
12033                 thanks to Colin
12034
12035 2005-07-19 [paul]       1.9.12cvs82
12036
12037         * configure.ac
12038                 be generally more informative in configure output.
12039                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12040                 '[ --disable-openssl ...', as --enable-openssl is default
12041                 PGP/MIME: don't check for GPGME again, check for
12042                 pgpcore instead. Therefore prevent the possibility of
12043                 attempting to build pgpmime if pgpcore dependencies are
12044                 not met
12045                 ClamAV: use pkgconfig to check for lib
12046                 libgnomeprint: revert logic on inner test to match
12047                 everything else
12048         * src/plugins/pgpcore/sgpgme.c
12049                 add missing include
12050
12051 2005-07-19 [colin]      1.9.12cvs81
12052
12053         * src/summaryview.c
12054                 Fix slow thread rebuilding in particular
12055                 cases
12056
12057 2005-07-19 [paul]       1.9.12cvs80
12058
12059         * sylpheed-claws.desktop
12060                 fix typo, spotted by Stephan Sachse
12061         * src/account.c
12062                 replace GTK_STOCK_ADD with
12063                 GTK_STOCK_NEW button
12064
12065 2005-07-18 [colin]      1.9.12cvs79
12066
12067         * src/etpan/imap-thread.c
12068                 Fix return value (Thanks Hoa)
12069
12070 2005-07-18 [colin]      1.9.12cvs78
12071
12072         * src/imap.c
12073                 Allow empty passwords
12074                 Create drafts/queue/outbox if necessary
12075         * src/summaryview.c
12076                 Remove old code
12077         * src/etpan/imap-thread.c
12078                 Fix STARTTLS (Thanks to Hoa)
12079
12080 2005-07-18 [paul]       1.9.12cvs77
12081
12082         * ChangeLog-gtk2.jp
12083         * ChangeLog.jp
12084                 removed
12085         * Makefile.am
12086                 updated to reflect additions and removals
12087         * TODO
12088                 updated to be claws-specific
12089         * TODO-gtk2
12090         * TODO-gtk2.jp
12091         * TODO.jp
12092         * sylpheed-128x128.png
12093         * sylpheed-64x64.png
12094                 removed
12095         * sylpheed-claws-128x128.png
12096         * sylpheed-claws-64x64.png
12097         * sylpheed-claws.desktop
12098         * sylpheed-claws.png
12099                 added
12100         * sylpheed.desktop
12101         * sylpheed.png
12102                 removed
12103
12104 2005-07-17 [paul]       1.9.12cvs76
12105
12106         * src/account.c
12107         * src/addressbook.c
12108         * src/alertpanel.c
12109         * src/alertpanel.h
12110         * src/compose.c
12111         * src/exphtmldlg.c
12112         * src/expldifdlg.c
12113         * src/folderview.c
12114         * src/imap_gtk.c
12115         * src/inc.c
12116         * src/message_search.c
12117         * src/messageview.c
12118         * src/mh_gtk.c
12119         * src/news_gtk.c
12120         * src/prefs_actions.c
12121         * src/prefs_filtering.c
12122         * src/prefs_matcher.c
12123         * src/prefs_template.c
12124         * src/prefs_themes.c
12125         * src/ssl_manager.c
12126         * src/summary_search.c
12127         * src/textview.c
12128         * src/toolbar.c
12129         * src/gtk/sslcertwindow.c
12130         * src/plugins/pgpcore/sgpgme.c
12131                 rework alertpanels
12132
12133 2005-07-17 [colin]      1.9.12cvs75
12134
12135         * src/privacy.c
12136                 add a PrivacySystem accessor that checks that
12137                 the system cached in a MimeInfo's privacydata
12138                 is still registered. Use this accessor instead
12139                 of directly using data->system. Fixes crashes
12140                 after unloading pgp plugins.
12141
12142 2005-07-17 [colin]      1.9.12cvs74
12143
12144         * src/alertpanel.c
12145                 Change geometry hints to a simple default size.
12146                 Fixes the certs dialogs.
12147
12148 2005-07-17 [colin]      1.9.12cvs73
12149
12150         * src/gtk/sslcertwindow.c
12151                 Use a gtkExpander
12152
12153 2005-07-17 [colin]      1.9.12cvs72
12154
12155         * src/plugins/pgpcore/Makefile.am
12156         * src/plugins/pgpmime/Makefile.am
12157                 Add gpgme libs
12158
12159 2005-07-17 [paul]       1.9.12cvs71
12160
12161         * configure.ac
12162                 add --disable-gnomeprint option
12163                 modified version of patch by Marius Mauch
12164
12165 2005-07-17 [paul]       1.9.12cvs70
12166
12167         * src/common/defs.h
12168                 update urls
12169         * src/account.c
12170         * src/action.c
12171         * src/addressbook.c
12172         * src/compose.c
12173         * src/foldersel.c
12174         * src/folderview.c
12175         * src/html.c
12176         * src/imap_gtk.c
12177         * src/main.c
12178         * src/mainwindow.c
12179         * src/messageview.c
12180         * src/mh_gtk.c
12181         * src/mimeview.c
12182         * src/news_gtk.c
12183         * src/prefs_account.c
12184         * src/prefs_send.c
12185         * src/prefs_summaries.c
12186         * src/procmsg.c
12187         * src/summaryview.c
12188         * src/common/utils.c
12189         * src/common/xml.c
12190         * src/plugins/pgpcore/passphrase.c
12191         * src/plugins/pgpcore/select-keys.c
12192                 replace inappropriately used backticks
12193                 with single quotes
12194
12195 2005-07-16 [colin]      1.9.12cvs69
12196
12197         * src/image_viewer.c
12198                 Add extra paranoid checks
12199
12200 2005-07-16 [colin]      1.9.12cvs68
12201
12202         * src/plugins/pgpcore/prefs_gpg.c
12203                 Don't auto-check sigs by default, as it
12204                 can be really slow.
12205
12206 2005-07-16 [colin]      1.9.12cvs67
12207
12208         * src/plugins/pgpcore/sgpgme.c
12209                 Make messages a bit better.
12210
12211 2005-07-16 [colin]      1.9.12cvs66
12212
12213         * src/imap.c
12214                 Remove pseudo-log
12215         * src/etpan/imap-thread.c
12216                 Add real log
12217
12218 2005-07-16 [colin]      1.9.12cvs65
12219
12220         * src/main.c
12221         * src/prefs_other.c
12222                 And now, fix build with libetpan :-/
12223
12224 2005-07-15 [colin]      1.9.12cvs64
12225
12226         * src/prefs_other.c
12227                 Continue fixing build without libetpan.
12228
12229 2005-07-15 [colin]      1.9.12cvs63
12230
12231         * src/main.c
12232                 Fix build with --disable-libetpan
12233
12234 2005-07-15 [colin]      1.9.12cvs62
12235
12236         * configure.ac
12237                 Bump libetpan's version
12238
12239 2005-07-15 [colin]      1.9.12cvs61
12240
12241         * src/etpan/imap-thread.c
12242                 Actually stop logging :)
12243
12244 2005-07-15 [colin]      1.9.12cvs60
12245
12246         * src/addressbook.c
12247                 Fix dnd of multiple addresses.
12248
12249 2005-07-15 [hoa]        1.9.12cvs59
12250
12251         * src/etpan/imap-thread.c
12252             disable login of IMAP password in libetpan log file.
12253
12254 2005-07-15 [paul]       1.9.12cvs58
12255
12256         * src/account.c
12257                 don't automatically sort
12258                 do allow drag n drop
12259
12260 2005-07-15 [paul]       1.9.12cvs57
12261
12262         * src/account.c
12263         * src/ssl_manager.c
12264                 alphabetical listing
12265
12266 2005-07-15 [paul]       1.9.12cvs56
12267
12268         * src/gtk/pluginwindow.c
12269                 sort plugin list alphabetically
12270
12271 2005-07-15 [paul]       1.9.12cvs55
12272
12273         * src/prefs_spelling.c
12274         * src/prefs_wrapping.c
12275                 unify English usage
12276
12277 2005-07-15 [colin]      1.9.12cvs54
12278
12279         * src/wizard.c
12280                 Typo fix
12281
12282 2005-07-15 [paul]       1.9.12cvs53
12283
12284         * src/prefs_message.c
12285                 make 'show cursor' a hidden option
12286
12287 2005-07-14 [colin]      1.9.12cvs52
12288
12289         * src/plugins/spamassassin/Makefile.am
12290         * src/plugins/clamav/Makefile.am
12291                 Fix double EXTRA_DISTs
12292
12293 2005-07-14 [colin]      1.9.12cvs51
12294
12295         * src/plugins/clamav/Makefile.am
12296         * src/plugins/clamav/clamav_plugin_gtk.deps
12297         * src/plugins/spamassassin/Makefile.am
12298         * src/plugins/spamassassin/spamassassin_gtk.deps
12299                 Make $plugin_gtk depend on $plugin
12300
12301 2005-07-14 [hoa]        1.9.12cvs50
12302
12303         * src/etpan/imap-thread.c
12304                 enable debug log of libetpan when running with --debug
12305
12306 2005-07-14 [colin]      1.9.12cvs49
12307
12308         * configure.ac
12309         * src/common/Makefile.am
12310         * src/common/plugin.c
12311         * src/common/plugin.h
12312                 Add a little plugin dependancy system.
12313                 Plugins can ship a $plugin_name.deps file
12314                 (near them in PLUGINDIR) so that their
12315                 dependancies are loaded if possible.
12316         * src/plugins/Makefile.am
12317         * src/plugins/pgpcore/Makefile.am
12318         * src/plugins/pgpcore/passphrase.c
12319         * src/plugins/pgpcore/passphrase.h
12320         * src/plugins/pgpcore/plugin.c
12321         * src/plugins/pgpcore/prefs_gpg.c
12322         * src/plugins/pgpcore/prefs_gpg.h
12323         * src/plugins/pgpcore/select-keys.c
12324         * src/plugins/pgpcore/select-keys.h
12325         * src/plugins/pgpcore/sgpgme.c
12326         * src/plugins/pgpcore/sgpgme.h
12327                 Introduce pgpcore, used by pgpmime and
12328                 pgpinline
12329         * src/plugins/pgpmime/Makefile.am
12330         * src/plugins/pgpmime/passphrase.c
12331         * src/plugins/pgpmime/passphrase.h
12332         * src/plugins/pgpmime/pgpmime.c
12333         * src/plugins/pgpmime/pgpmime.deps
12334         * src/plugins/pgpmime/plugin.c
12335         * src/plugins/pgpmime/prefs_gpg.c
12336         * src/plugins/pgpmime/prefs_gpg.h
12337         * src/plugins/pgpmime/select-keys.c
12338         * src/plugins/pgpmime/select-keys.h
12339         * src/plugins/pgpmime/sgpgme.c
12340         * src/plugins/pgpmime/sgpgme.h
12341                 Remove the core from pgpmime and add the
12342                 dependancy to pgpcore.
12343
12344 2005-07-14 [paul]       1.9.12cvs48
12345
12346         * src/stock_pixmap.c
12347                 forgot this in last commit
12348
12349 2005-07-14 [paul]       1.9.12cvs47
12350
12351         * src/account.c
12352         * src/addressbook.c
12353                 add accelerators for the buttons (sync with main)
12354         * src/compose.c
12355         * src/compose.h
12356                 add accelerators for the buttons.
12357                 fix editing with external editor.
12358                 replace gdk_input_*() with GIOChannel;
12359                 (sync with main)
12360         * src/foldersel.c
12361                 display folder names with new/unread
12362                 representation (sync with main)
12363         * src/main.c
12364                 specify default window icon (sync with main)
12365         * src/prefs_common.c
12366                 use_addr_book default to FALSE
12367         * src/summaryview.c
12368         * src/textview.c
12369                 add accelerators for the buttons (sync with main)
12370         * src/gtk/menu.c
12371                 fix typos
12372         * src/pixmaps/sylpheed_icon.xpm
12373                 updated
12374
12375 2005-07-13 [paul]       1.9.12cvs46
12376
12377         * src/plugins/pgpmime/pgpmime.c
12378         * src/plugins/pgpmime/sgpgme.c
12379                 (temporarily) use deprecated gpgme_data_rewind()
12380                 while largefile support is not present
12381                 (as suggested by Colin)
12382
12383 2005-07-13 [paul]       1.9.12cvs45
12384
12385         * configure.ac
12386                 remove large file support (for now):
12387                 it breaks too many things
12388
12389 2005-07-13 [paul]       1.9.12cvs44
12390
12391         * configure.ac
12392                 add large file support
12393         * src/html.c
12394                 fix bug #763 where href attribute was not
12395                 the very first attribute of a link
12396                 patch by Thomas Gilgin
12397
12398 2005-07-13 [colin]      1.9.12cvs43
12399
12400         * src/gtk/pluginwindow.c
12401                 Little portability fix
12402
12403 2005-07-13 [colin]      1.9.12cvs42
12404
12405         * src/plugins/pgpmime/sgpgme.c
12406                 Fix crasher.
12407
12408 2005-07-13 [colin]      1.9.12cvs41
12409
12410         * src/plugins/pgpmime/pgpmime.c
12411         * src/plugins/pgpmime/sgpgme.c
12412                 Use gpgme_data_release_and_get_mem instead
12413                 of gpgme_data_read.
12414
12415 2005-07-13 [colin]      1.9.12cvs40
12416
12417         * configure.ac
12418         * src/plugins/pgpmime/passphrase.c
12419         * src/plugins/pgpmime/passphrase.h
12420         * src/plugins/pgpmime/pgpmime.c
12421         * src/plugins/pgpmime/plugin.c
12422         * src/plugins/pgpmime/select-keys.c
12423         * src/plugins/pgpmime/select-keys.h
12424         * src/plugins/pgpmime/sgpgme.c
12425         * src/plugins/pgpmime/sgpgme.h
12426                 Port pgpmime to gpgme-1.0.
12427
12428 2005-07-12 [paul]       1.9.12cvs39
12429
12430         * AUTHORS
12431         * src/toolbar.c
12432         * src/toolbar.h
12433                 add a 'Go to Prev' button to the toolbar.
12434                 correct tooltip text of go to buttons.
12435                 based on patch by Yang Guilong <bamanzi@gmail.com>
12436
12437 2005-07-12 [colin]      1.9.12cvs38
12438
12439         * src/statusbar.c
12440                 Fix progress bar showing stuff at startup.
12441
12442 2005-07-12 [paul]       1.9.12cvs37
12443
12444         * src/editjpilot.c
12445                 fix building with jpilot support
12446
12447 2005-07-11 [colin]      1.9.12cvs36
12448
12449         * src/inc.c
12450                 Add visual indication that filtering is running
12451         * src/textview.c
12452                 Make {}[] uri delimiters
12453         * src/summaryview.c
12454                 Remove useless (and slow) calls
12455
12456 2005-07-11 [paul]       1.9.12cvs35
12457
12458         * src/plugins/clamav/clamav_plugin_gtk.c
12459         * src/plugins/dillo_viewer/dillo_prefs.c
12460         * src/plugins/pgpmime/prefs_gpg.c
12461         * src/plugins/spamassassin/spamassassin_gtk.c
12462                 gather plugins prefs together under their
12463                 own 'Plugins' heading
12464
12465 2005-07-11 [paul]       1.9.12cvs34
12466
12467         sync with main
12468
12469         * src/account.c
12470                 account_delete(): modified alert dialog
12471         * src/editjpilot.c
12472         * src/editvcard.c
12473                 fixed a crash when cancelling file selection
12474                 dialog by Escape key. Made non-ascii filename
12475                 selectable.
12476         * src/prefs_template.c
12477                 prefs_template_window_create(): make scrolled
12478                 window policy AUTOMATIC
12479
12480 2005-07-10 [hoa]        1.9.12cvs33
12481
12482         * src/etpan/imap-thread.c
12483                 workaround for old Courier IMAP servers.
12484
12485 2005-07-10 [colin]      1.9.12cvs32
12486
12487         * src/folder.c
12488         * src/statusbar.c
12489         * src/statusbar.h
12490                 Add visual progress indicator on filtering/processing
12491                 Factorize the progress bar code
12492         * src/imap.c
12493         * src/imap.h
12494         * src/etpan/imap-thread.c
12495                 Add a reference counter to avoid destroying the Folder
12496                 while it's in use by another callback.
12497
12498 2005-07-09 [hoa]        1.9.12cvs31
12499
12500         * src/imap.c
12501         * src/etpan/imap-thread.c
12502                 fixed deadlock when removing IMAP account.
12503
12504 2005-07-08 [colin]      1.9.12cvs30
12505
12506         * src/textview.c
12507         * src/unmime.c
12508                 Fix again problems decoding broken headers
12509         * src/gtk/inputdialog.c
12510                 Fix local variable shadowing a global one
12511
12512 2005-07-08 [colin]      1.9.12cvs29
12513
12514         * src/msgcache.c
12515                 Make the cache/mark files platform-agnostic by writing
12516                 them in little-endian format. Reading them is also done
12517                 in little-endian format, of course; however, in order
12518                 to avoid trashing mark data on big-endian machines, the
12519                 files are, at first, read from the native format if the
12520                 little-endian one doesn't exist. This is easy to deter-
12521                 mine by trying to open a file with a swapped data_ver
12522                 and seeing if it's the wanted version.
12523                 Little-endian using users should see absolutely no
12524                 difference, Big-endian users may get a very little
12525                 performance drop due to byte-swapping.
12526                 Tested on i386 and ppc32. 
12527                 Fixes bug #159 (The index file, in the mailboxes, is 
12528                 hardware depending).
12529
12530                 To have the cache/mark files updated to the new little-
12531                 endian format, "Check for new messages" or even
12532                 "Rebuild folder tree" aren't enough. Files will be
12533                 updated as soon as a folder has been opened/closed.
12534                 To update everything, just select all folders by
12535                 selecting them one by one.
12536
12537 2005-07-07 [colin]      1.9.12cvs28
12538
12539         * src/imap.c
12540                 Remember the folder separator per IMAPFolder
12541                 instead of globally.
12542                 Revive the Session on noop; fixes bug #761
12543                 (mark a bunch of unread messages as read takes 
12544                 forever)
12545
12546 2005-07-07 [darko]      1.9.12cvs27
12547
12548         * src/common/template.c
12549                 Sort templates alphabetically
12550
12551 2005-07-06 [colin]      1.9.12cvs26
12552
12553         * src/imap.c
12554                 Try to use the correct separator in
12555                 most cases. Possibly fixes bug #759
12556                 (only creates the INBOX folder when 
12557                 setting up new IMAP account) and 
12558                 bug #760 (Can't retrieve messages)
12559
12560 2005-07-06 [colin]      1.9.12cvs25
12561
12562         * src/imap.c
12563                 Use real_path in status command. This will
12564                 help later, when namespaces will be used.
12565
12566 2005-07-06 [colin]      1.9.12cvs24
12567
12568         * configure.ac
12569         * src/account.c
12570         * src/folder.c
12571         * src/imap.c
12572         * src/etpan/etpan-log.c
12573         * src/etpan/etpan-thread-manager.c
12574         * src/etpan/imap-thread.c
12575                 Add a --disable-libetpan parameter. With this,
12576                 users that don't want IMAP4 support can avoid
12577                 the new dependancy (and have no IMAP support).
12578                 Users that have IMAP4 accounts and use this
12579                 parameter won't lose their configuration, their
12580                 IMAP accounts will just be invisible and not
12581                 used.
12582         * src/textview.c
12583                 Make the "Copy ..." contextual menu items 
12584                 copy to both the X clipboard and the gtk 
12585                 clipboard - as most other apps do.
12586         * src/gtk/about.c
12587                 Add a notice about OpenSSL usage, in order to
12588                 comply with OpenSSL's license (point 6):
12589                 http://www.openssl.org/source/license.html
12590
12591 2005-07-06 [colin]      1.9.12cvs23
12592
12593         * src/alertpanel.c
12594                 Fix a minimum size for alertpanels
12595         * src/compose.c
12596                 Show 'No space left on device' type errors
12597                 when queuing/sending
12598         * src/imap_gtk.c
12599         * src/mh_gtk.c
12600                 Rework folder's deletion message (remove 
12601                 extra \n)
12602
12603 2005-07-05 [colin]      1.9.12cvs22
12604
12605         * src/imap.c
12606                 Add an alertpanel on auth error
12607                 Add pseudo-log
12608                 Remove pthread-related stuff
12609
12610 2005-07-05 [colin]      1.9.12cvs21
12611
12612         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12613                 Fix crash on plugin reloading (with a hack)
12614
12615 2005-07-05 [colin]      1.9.12cvs20
12616
12617         * src/prefs_account.c
12618         * src/prefs_account.h
12619                 Fix typo
12620         * src/gtk/filesel.c
12621         * src/gtk/filesel.h
12622                 Add a way to filter the view
12623         * src/gtk/pluginwindow.c
12624                 Filter loadable stuff
12625         * src/plugins/pgpmime/prefs_gpg.c
12626                 Fix missing unregistration
12627         * .cvsignore
12628         * src/etpan/.cvsignore
12629         * src/plugins/spamassassin/.cvsignore
12630                 Add more stuff to cvs ignored files
12631
12632 2005-07-04 [colin]      1.9.12cvs19
12633
12634         * src/imap.c
12635                 Fix scan_required returning FALSE when it
12636                 shouldn't. Maybe fix #760 (Can't retrieve
12637                 messages)
12638
12639 2005-07-04 [colin]      1.9.12cvs18
12640
12641         * src/summaryview.c
12642                 Fix always_show_msg pref
12643
12644 2005-07-04 [paul]       1.9.12cvs17
12645
12646         sync with main (forgotten in last commit)
12647         
12648         * src/common/utils.c
12649         * src/common/utils.h
12650                 check_line_length(): new.
12651                 is_dir_exist()
12652                 is_file_entry_exist()
12653                 dirent_is_regular_file()
12654                 dirent_is_directory(): use g_file_test() instead of stat().
12655
12656 2005-07-04 [paul]       1.9.12cvs16
12657
12658         sync with main:
12659
12660         * src/compose.c
12661                 compose_write_to_file(): check for line
12662                 length limit and display warning if exceeds
12663         * src/jpilot.c
12664                 use get_home_dir() instead of g_get_home_dir()
12665         * src/procheader.c
12666                 removed warning about invalid date
12667         * src/vcard.c
12668                 use get_home_dir() instead of g_get_home_dir()
12669
12670 2005-07-04 [paul]       1.9.12cvs15
12671
12672         * src/stock_pixmap.c
12673                 fix new pixmap naming errors
12674                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12675
12676 2005-07-04 [colin]      1.9.12cvs14
12677
12678         * src/imap.c
12679                 Fix debugging string with a warning
12680
12681 2005-07-04 [colin]      1.9.12cvs13
12682
12683         * configure.ac
12684                 Add a check for libetpan's version (>= 0.37)
12685
12686 2005-07-04 [hoa]        1.9.12cvs12
12687
12688         * commitHelper
12689         * src/imap.c
12690         * src/etpan/imap-thread.c
12691         * src/etpan/imap-thread.h
12692                 fixed IMAP implementation of check of mails.
12693
12694 2005-07-03 [hoa]        1.9.12cvs11
12695
12696         * src/etpan/Makefile.am
12697         * src/etpan/etpan-errors.h
12698         * src/etpan/etpan-log.[ch]
12699         * src/etpan/etpan-thread-manager-types.h
12700         * src/etpan/etpan-thread-manager.[ch]
12701         * src/etpan/imap-thread.[ch]
12702         * src/Makefile.am
12703         * src/imap.c
12704         * src/main.c
12705         * src/prefs_other.c
12706         * configure.ac
12707             merged imap branch.
12708             dependency on libetpan 0.37 is now added.
12709
12710 2005-07-01 [colin]      1.9.12cvs10
12711
12712         * src/Makefile.am
12713         * src/folder.c
12714         * src/folder.h
12715         * src/folderview.c
12716         * src/stock_pixmap.c
12717         * src/stock_pixmap.h
12718         * src/plugins/trayicon/trayicon.c
12719                 Add marked symbol on folders containing
12720                 marked messages
12721         * src/procmsg.c
12722         * src/procmsg.h
12723         * src/toolbar.c
12724         * src/prefs_common.c
12725         * src/prefs_common.h
12726         * src/prefs_send.c
12727                 Add an optional confirmation dialog on queue
12728                 sending. Patch by wwp.
12729         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12730         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12731         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12732         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12733         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12734         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12735         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12736         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12737         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12738         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12739         * src/pixmaps/trash_mark.xpm            ** ADDED **
12740                 New pixmaps
12741
12742 2005-07-01 [colin]      1.9.12cvs9
12743
12744         * src/summaryview.c
12745                 Fix a little threading bug
12746         * src/addrgather.c
12747         * src/mainwindow.c
12748                 A little bit of HIG normality never hurts
12749
12750 2005-07-01 [colin]      1.9.12cvs8
12751
12752         * src/compose.c
12753         * src/msgcache.c
12754         * src/pop.c
12755         * src/procmime.c
12756         * src/recv.c
12757         * src/common/log.c
12758         * src/common/template.c
12759         * src/common/utils.c
12760         * src/common/utils.h
12761                 Reverted the fwrite_atomic stuff. In fact
12762                 it is already atomic.
12763
12764 2005-06-30 [colin]      1.9.12cvs7
12765
12766         * src/common/utils.c
12767         * src/common/utils.h
12768                 Add an fwrite_atomic() function to make
12769                 sure we write everything: fwrite can make
12770                 short writes.
12771         * src/compose.c
12772         * src/msgcache.c
12773         * src/pop.c
12774         * src/procmime.c
12775         * src/recv.c
12776         * src/common/log.c
12777         * src/common/template.c
12778                 Use that (and fix swapping of size and nmemb).
12779                 Thanks to Rich Coe for the heads up.
12780
12781 2005-06-30 [colin]      1.9.12cvs6
12782
12783         * src/addressbook.c
12784                 Optimize addressbook opening 
12785
12786 2005-06-30 [colin]      1.9.12cvs5
12787
12788         * src/summaryview.c
12789                 Remove calls to summary_step after move/copy
12790
12791 2005-06-28 [paul]       1.9.12cvs4
12792
12793         * src/alertpanel.c
12794                 wrap and make the error msg selectable
12795
12796 2005-06-28 [paul]       1.9.12cvs3
12797
12798         * src/ssl_manager.c
12799                 replace the OK button with a Close button
12800         * src/gtk/foldersort.c
12801                 use GTK_STOCK_ icons/buttons
12802
12803 2005-06-28 [colin]      1.9.12cvs2
12804
12805         * src/gedit-print.c             ** ADDED **
12806         * src/gedit-print.h             ** ADDED **
12807         * src/gtk/gtksourceprintjob.c   ** ADDED **
12808         * src/gtk/gtksourceprintjob.h   ** ADDED **
12809                 I can't believe no one had enough time to tell
12810                 me I forgot the `cvs add`
12811
12812 2005-06-27 [colin]      1.9.12cvs1
12813
12814         * src/Makefile.am
12815         * src/gtk/Makefile.am
12816         * src/messageview.c
12817         * src/procmsg.c
12818         * src/summaryview.c
12819         * configure.ac
12820                 Add optional libgnomeprint-based printing
12821         * src/mainwindow.c
12822         * src/gtk/quicksearch.c
12823                 Add an Edit/Quick search menu item to show
12824                 and focus the quicksearch
12825
12826 2005-06-27 [paul]       1.9.12
12827
12828         1.9.12 release
12829
12830         * po/ca.po
12831         * po/de.po
12832         * po/es.po
12833         * po/fr.po
12834         * po/it.po
12835         * po/ko.po
12836         * po/pt_BR.po
12837         * po/sk.po
12838         * po/zh_CN.po
12839                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12840                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12841                 SungHyun Nam, Frederico Goncalves Guimaraes,
12842                 Andrej Kacian, and Yang Guilong
12843 2005-06-26 [colin]      1.9.11cvs106
12844
12845         * src/imap_gtk.c
12846                 Forgot one file for previous fix
12847
12848 2005-06-26 [colin]      1.9.11cvs105
12849
12850         * src/folder.c
12851         * src/imap.c
12852                 Fix problems with folder operations in no_select
12853                 imap folders. it applies only to mails, and 
12854                 creation/deletion/move/renaming of folders 
12855                 should be possible
12856
12857 2005-06-26 [paul]       1.9.11cvs104
12858
12859         * src/prefs_filtering.c
12860                 replace one more GTK_STOCK_REMOVE
12861                 with GTK_STOCK_DELETE
12862
12863 2005-06-25 [colin]      1.9.11cvs103
12864
12865         * src/imap.c
12866                 Optimize get_seq_set_from_seq_list
12867                 (Patch by Ricardo) 
12868
12869 2005-06-25 [colin]      1.9.11cvs102
12870
12871         * src/mh.c
12872                 If the directory exists, but not in the
12873                 correct encoding, rename it. This should
12874                 handle old-versions-induced bugs.
12875
12876 2005-06-25 [colin]      1.9.11cvs101
12877
12878         * src/mh.c
12879                 Fix path access with extended dir names
12880                 Fixes bug #589 (SC segfaults with wrong locale
12881                 settings)
12882
12883 2005-06-25 [colin]      1.9.11cvs100
12884
12885         * src/prefs_account.c
12886         * src/prefs_account.h
12887         * src/compose.c
12888                 Add an option to encrypt replies to
12889                 encrypted messages
12890
12891 2005-06-25 [colin]      1.9.11cvs99
12892
12893         * src/compose.c
12894         * src/quote_fmt_parse.y
12895                 ... And make it work with pgpinline.
12896
12897 2005-06-25 [colin]      1.9.11cvs98
12898
12899         * src/compose.c
12900         * src/procmime.c
12901         * src/procmime.h
12902         * src/quote_fmt_parse.y
12903                 o Make reedition of encrypted messages possible
12904                   (as long as it is encrypted to self too, no
12905                    magic there)
12906                 o Make replying with quote (and without selecting
12907                   text) possible for encrypted messages.
12908                 Closes bug #550 (Not possible to "reply with quote"
12909                 to gnupg encrypted messages)
12910
12911 2005-06-24 [paul]       1.9.11cvs97
12912
12913         * src/imap.c
12914                 add missing include
12915
12916 2005-06-24 [paul]       1.9.11cvs96
12917
12918         * src/editldap.c
12919                 made bind password entry invisible
12920                 (sync with main)
12921         * src/send_message.c
12922                 send_message_local(): check exit status
12923                 to detect errors (sync with main)
12924         * src/textview.c
12925                 use main's less ambiguous popup menu
12926                 wording
12927
12928 2005-06-24 [paul]       1.9.11cvs95
12929
12930         * src/prefs_actions.c
12931         * src/prefs_customheader.c
12932         * src/prefs_display_header.c
12933         * src/prefs_filtering_action.c
12934         * src/prefs_matcher.c
12935         * src/prefs_template.c
12936         * src/prefs_toolbar.c
12937                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
12938         * src/gtk/description_window.c
12939                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
12940
12941 2005-06-23 [colin]      1.9.11cvs94
12942
12943         * src/summaryview.c
12944                 Fix rough edges (be sure to call status_show whenever
12945                 necessary).
12946
12947 2005-06-23 [colin]      1.9.11cvs93
12948
12949         * src/summaryview.c
12950                 Optimize Select All
12951                 Before, in a 5K mails folder: 11s
12952                 After, in the same folder: 58000µs
12953                 The joys of locking... gtk_clist_select_all() fires a 
12954                 tree-select-row event for each selected row, which in 
12955                 summaryview, callbacks summary_selected which in turn,
12956                 calls summary_status_show, which walks the selected
12957                 rows. Hence, calling gtk_clist_select_all was 
12958                 exponential. Locking the summaryview makes 
12959                 summary_selected return early.
12960
12961 2005-06-23 [colin]      1.9.11cvs92
12962
12963         * src/imap.c
12964                 Move mutex at the important place to avoid
12965                 deadlocks
12966         * src/summaryview.c
12967                 Fix Del key deleting directly instead of
12968                 moving to trash
12969
12970 2005-06-22 [colin]      1.9.11cvs91
12971
12972         * src/plugins/spamassassin/libspamc.c
12973                 As we do spagetti code with assignations in multiple
12974                 places (see _message_read_raw where out = msg = raw),
12975                 let's be sure we don't free the same pointer twice.
12976                 Should fix bug #683 (Crash in libpam at 
12977                 message_cleanup).
12978
12979 2005-06-22 [colin]      1.9.11cvs90
12980
12981         * src/compose.c
12982         * src/messageview.c
12983         * src/toolbar.c
12984                 Make toolbar's delete use the move to trash stuff;
12985                 Add gtk_widget_realize to be sure pixmaps can get
12986                 created (that may fix an old worksforme bug which
12987                 I can't find back...)
12988
12989 2005-06-22 [colin]      1.9.11cvs89
12990
12991         * src/summaryview.c
12992         * src/summaryview.h
12993         * src/mainwindow.c
12994                 Rename "Message/Delete" to "Message/Move to trash"
12995                 Add "Message/Delete..." that directly destroys the
12996                 selected messages after asking for a confirmation.
12997
12998 2005-06-22 [colin]      1.9.11cvs88
12999
13000         * src/imap.c
13001                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13002                 o Fix a deadlock (thanks Darko)
13003
13004 2005-06-22 [colin]      1.9.11cvs87
13005
13006         * src/gtk/foldersort.c
13007                 Add missing include for the i18n;
13008                 patch by Fabien Vantard
13009
13010 2005-06-21 [colin]      1.9.11cvs86
13011
13012         * src/folder.c
13013         * src/folderview.c
13014                 Respect the no_select flag
13015         * src/imap.c
13016                 Fix recursive deletion
13017         * src/imap_gtk.c
13018         * src/mh_gtk.c
13019                 Make the folder deletion's warning
13020                 more explicit
13021
13022 2005-06-21 [colin]      1.9.11cvs85
13023
13024         * src/textview.c
13025                 Prevent email addresses from spanning accross
13026                 lines - fixes bug # 646 (newline-chars in 
13027                 email addresses)
13028
13029 2005-06-20 [colin]      1.9.11cvs84
13030
13031         * src/folder.c
13032                 Be sure not to remove source if copy failed
13033
13034 2005-06-20 [colin]      1.9.11cvs83
13035
13036         * src/folderview.c
13037         * src/imap_gtk.c
13038                 remove summaryview's lock
13039         * src/imap.c
13040                 introduce threads to avoid problems when foreground tasks
13041                 interfere with background tasks
13042         * src/mh.c
13043                 prevent moving to drafts/queue
13044         * src/mimeview.c
13045                 fix leak
13046
13047 2005-06-19 [colin]      1.9.11cvs82
13048
13049         * src/imap_gtk.c
13050                 Remember that the user doesn't want to override
13051                 offline mode, for 3 seconds. It avoid presenting
13052                 him with N popups in a really short time.
13053
13054 2005-06-17 [colin]      1.9.11cvs81
13055
13056         * src/imap.c
13057                 Fix IMAP breaking on folders containing '('
13058                 (Probably won't be enough)
13059
13060 2005-06-17 [colin]      1.9.11cvs80
13061
13062         Forgotten files on 1.9.11cvs79
13063         * src/summaryview.c
13064                 Fix stepping when not immediately executing
13065         * src/imap.c
13066                 Really prevent UID FETCH 0
13067         * src/codeconv.c
13068                 Fix outgoing charset never set to utf-8
13069         * src/mh.c
13070                 Fix leak
13071
13072 2005-06-16 [colin]      1.9.11cvs79
13073
13074         * src/compose.c
13075                 Fix bug #707 (Dash splits rows)
13076                 Only wrap if we're on a line break position and
13077                 the previous one was a "white" (space) char.
13078                 Pango stuff is weird.
13079
13080 2005-06-16 [colin]      1.9.11cvs78
13081
13082         * src/imap_gtk.c
13083                 Lock summaryview while downloading messages
13084                 on user demand
13085         * src/procheader.c
13086         * src/unmime.c
13087         * src/common/utils.c
13088         * src/common/utils.h
13089                 Replace \r and \n with spaces in From and
13090                 Subject headers
13091
13092 2005-06-16 [paul]       1.9.11cvs77
13093
13094         * src/procmime.c
13095                 liberalise the mime parser
13096         * src/gtk/about.c
13097                 add text wrapping
13098
13099 2005-06-16 [paul]       1.9.11cvs76
13100
13101         * src/gtk/about.c
13102                 reworked
13103
13104 2005-06-15 [colin]      1.9.11cvs75
13105
13106         * src/compose.c
13107                 Finish header encoding fix
13108         * src/summaryview.c
13109                 Fix segfault
13110         * src/headerview.c
13111                 Fix compilation (Thanks Stephan
13112                 Sachse)
13113
13114 2005-06-15 [colin]      1.9.11cvs74
13115
13116         * Makefile.am
13117                 Install gnome2 stuff rather than gnome1, 
13118                 if both are present
13119         * src/codeconv.c
13120         * src/codeconv.h
13121         * src/compose.c
13122                 Fix headers encoding
13123         * src/folder.c
13124                 Visual progress when fetching all messages
13125         * src/folderview.c
13126         * src/summaryview.c
13127         * src/summaryview.h
13128                 Prevent changing current message while
13129                 incorporating
13130
13131 2005-06-15 [paul]       1.9.11cvs73
13132
13133         * src/gtk/gtkaspell.c
13134         * src/gtk/gtkaspell.h
13135                 fix build warnings
13136
13137 2005-06-15 [paul]       1.9.11cvs72
13138
13139         * src/prefs_filtering.c
13140                 allow reordering of filter rules by
13141                 drag n drop
13142
13143 2005-06-15 [paul]       1.9.11cvs71
13144
13145         * COPYING
13146                 updated
13147         * src/codeconv.c
13148                 replace deprecated function
13149         * src/inc.c
13150         * src/send_message.c
13151         * src/gtk/progressdialog.c
13152         * src/gtk/progressdialog.h
13153                 salvage and reuse parts of reverted sync
13154
13155 2005-06-15 [paul]       1.9.11cvs70
13156
13157         * src/inc.c
13158         * src/send_message.c
13159         * src/gtk/progressdialog.c
13160         * src/gtk/progressdialog.h
13161                 revert yesterday's sync with main
13162                 it contains deprecated functions
13163
13164 2005-06-15 [colin]      1.9.11cvs69
13165
13166         * src/headerview.c
13167                 Fix bug #670 (multi user to: will corrupt message 
13168                 headers display)
13169
13170 2005-06-15 [colin]      1.9.11cvs68
13171
13172         * src/compose.c
13173                 Fix bug #421 (Fix undo on wrapping)
13174
13175 2005-06-15 [colin]      1.9.11cvs67
13176
13177         * src/folder.c
13178                 Provide visual feedback while processing
13179                 folder's rules.
13180         * src/imap.c
13181                 Provide visual feedback while getting
13182                 short headers (for uncached messages)
13183
13184
13185 2005-06-14 [paul]       1.9.11cvs66
13186
13187         * src/account.c
13188                 change a couple stock icons
13189         * src/inc.c
13190         * src/send_message.c
13191         * src/gtk/progressdialog.c
13192         * src/gtk/progressdialog.h
13193                 sync main's GtkTreeView implementation
13194
13195 2005-06-14 [colin]      1.9.11cvs65
13196
13197         * src/imap.c
13198                 Various little fixes, mainly on error paths
13199
13200 2005-06-13 [colin]      1.9.11cvs64
13201
13202         * matcher.c
13203         * procmsg.c
13204         * procmsg.h
13205                 Add a way to fetch only headers. This speeds
13206                 up filtering on headers for IMAP. Fixes:
13207                 bug #481 extraneous imap commands slow down 
13208                         imap filtering
13209                 bug #522 Sylpheed downloads all messages 
13210                         when opening mailbox (IMAP)
13211                 bug #677 IMAP fetch is soooooooooooooo slow
13212         * src/folder.c
13213         * src/folder.h
13214                 Add a folder set_batch method so that
13215                 implementations can speed up flags changes
13216         * src/folderutils.c
13217         * src/summaryview.c
13218                 Use that in mark as (un)read and mark all read
13219                 Refix bug #679
13220         * src/imap.c
13221                 Implement set_batch - brings back deferred
13222                 flags in a less buggy manner. Fixes:
13223                 bug #729 IMAP immediate expunge of deleted messages
13224                 bug #191 remove list of messages with one command
13225                 Fix login with strange chars
13226                 Implement fetch_msg_full
13227                 Fix copy (wrong counts)
13228
13229 2005-06-12 [colin]      1.9.11cvs63
13230
13231         * src/folder.c
13232                 lock incorporation during long operations.
13233                 Avoids fucking up the IMAP socket.
13234
13235 2005-06-12 [colin]      1.9.11cvs62
13236
13237         * src/imap.c
13238                 Fix harmful typo
13239                 Factorize remove_all_msg
13240                 Thread-ize expunge
13241         * src/summaryview.c
13242                 Don't update partial-download status if unnecessary
13243         * src/folder.c
13244                 Use remove_msgs everywhere possible
13245
13246 2005-06-12 [colin]      1.9.11cvs61
13247
13248         * src/folder.c
13249         * src/folder.h
13250                 Add a remove_msgs function to remove a 
13251                 list of messages
13252         * src/imap.c
13253                 Implement that.
13254
13255 2005-06-12 [colin]      1.9.11cvs60
13256
13257         * src/imap.c
13258                 Remove flags-processing deferring... Too hard
13259                 to get it to work in all cases.
13260
13261 2005-06-11 [colin]      1.9.11cvs59
13262
13263         * src/imap.c
13264                 printf -> debug_print
13265
13266 2005-06-11 [colin]      1.9.11cvs58
13267
13268         * src/imap.c
13269                 o Fix build without USE_PTHREAD
13270                 o Factorize imap_open
13271                 o Alertpanel in case of impossible connection
13272                 o Alertpanel in case of impossible login
13273                 o Fix deferred flags processing to force a 
13274                   flush before adding some more flags to process,
13275                   but in another folder.
13276
13277 2005-06-10 [colin]      1.9.11cvs57
13278
13279         * src/imap.c
13280                 o Fix a format string error
13281                 o init ssl socket outside of the thread 
13282                   (it possibly invokes gtk calls)
13283         * src/procmime.c
13284                 o Put back the buffer to its necessary size
13285                 o Fix changing a file pointer without keeping
13286                   track of it (thanks Valgrind)
13287         * src/common/smtp.c
13288                 o Fix automatic STARTTLS if login should be done
13289                   and the server only allows it after starting TLS
13290         * src/gtk/gtkinputdialog.c
13291                 o Eat GDK_Return so that the combo popup doesn't 
13292                   appear when we press Enter to validate the combo
13293                   input dialog (as seen in the Open with... dialog)
13294
13295 2005-06-10 [colin]      1.9.11cvs56
13296
13297         * src/imap.c
13298                 o A bit less debug
13299                 o Fix a crash on deletion
13300                 o Threadize imap_select (it's called outside of 
13301                   threads)
13302                 o Defer treatment of DELETED flags
13303
13304
13305 2005-06-09 [colin]      1.9.11cvs55
13306
13307         * src/imap.c
13308                 Make sure we check imap_gtk_should_override(), which
13309                 potentially calls gtk stuff, before creating thread.
13310                 That way it should't be called via imap_get_session()
13311                 inside a thread.
13312
13313 2005-06-09 [colin]      1.9.11cvs54
13314
13315         * src/imap.c
13316                 o add a bit of status output
13317                 o remove some dead code
13318                 o threadize get_list_of_uids
13319                 o threadize imap_get_flags
13320                 o defer flag changing by 500ms so that they
13321                   can be batched
13322
13323
13324 2005-06-08 [colin]      1.9.11cvs53
13325
13326         * src/imap.c
13327                 Thread-ize imap_cmd_fetch
13328
13329 2005-06-08 [colin]      1.9.11cvs52
13330
13331         * src/main.c
13332                 Mmh, that broke POP3...
13333
13334 2005-06-08 [colin]      1.9.11cvs51
13335
13336         * src/main.c
13337                 Stabilize IMAP patch (thanks to Hoa)
13338
13339 2005-06-08 [colin]      1.9.11cvs50
13340
13341         * src/imap.c
13342                 Test patch to speed up imap. 
13343
13344 2005-06-08 [colin]      1.9.11cvs49
13345
13346         * src/imap_gtk.c
13347                 Warning fix
13348         * src/procmime.c
13349                 Apply patch from gentoo to use /usr/share/mime/globs if 
13350                 available, after un-breaking it
13351         * src/common/log.c
13352         * src/common/log.h
13353                 Use g_timeout for invoking hooks that possibly use gtk
13354                 calls. This should leave gtk calls in the main thread.
13355
13356 2005-06-08 [paul]       1.9.11cvs48
13357
13358         * src/codeconv.c
13359                 conv_get_outgoing_charset_str(): don't
13360                 use prefs_common setting
13361         * src/compose.c
13362         * src/compose.h
13363                 add /Options/Character encoding/... to
13364                 temporarily change the outgoing encoding
13365
13366         (belated sync with main)
13367
13368 2005-06-08 [paul]       1.9.11cvs47
13369
13370         * src/compose.c
13371                 correction to/completion of last
13372                 sync with main
13373
13374 2005-06-08 [paul]       1.9.11cvs46
13375
13376         sync with main:
13377         
13378         * src/codeconv.c
13379         * src/codeconv.h
13380                 always enabled Japanese auto-detection
13381                 if the first letters of locale string
13382                 is "ja"
13383         * src/compose.c
13384                 don't use "destroy" signal to destroy
13385                 Compose object (fix rare crashes on discard?)
13386         * src/mainwindow.c
13387         * src/messageview.c
13388         * src/prefs_send.c
13389                 added Hebrew encodings
13390         * src/sourcewindow.c
13391                 don't use "destroy" signal to destroy
13392                 objects
13393
13394 2005-06-07 [colin]      1.9.11cvs45
13395
13396         * src/summaryview.c
13397                 Add missing unlocks/locks
13398
13399 2005-06-07 [paul]       1.9.11cvs44
13400
13401         * src/summaryview.c
13402                 restore bug #749 fix
13403
13404 2005-06-06 [colin]      1.9.11cvs43
13405
13406         * src/summaryview.c
13407                 Fix selection bug when prefs_common.open_unread 
13408                 is FALSE
13409
13410 2005-06-06 [colin]      1.9.11cvs42
13411
13412         * src/common/md5.c
13413                 Fix a warning
13414         * src/summaryview.c
13415         * src/folderview.c
13416                 Factorize long operations beginning and end
13417                 (locking, freezing/thawing, cursor, ...)
13418                 Check selection->data member in selection-
13419                 related loops; this avoids dying an awful
13420                 death if the selection changes on us while
13421                 we're marking a whole IMAP folder unread, 
13422                 for example.
13423
13424 2005-06-06 [paul]       1.9.11cvs41
13425
13426         * src/textview.c
13427                 don't g_free() a static gchar buffer
13428
13429 2005-06-05 [colin]      1.9.11cvs40
13430
13431         * src/mainwindow.c
13432         * src/messageview.c
13433         * src/summaryview.c
13434                 Fix bug #749 (Show all headers should be
13435                 sticky as the GUI suggests)
13436
13437 2005-06-03 [paul]       1.9.11cvs39
13438
13439         * src/compose.c
13440                 don't allow editing of mail while sending.
13441                 patch by Colin
13442
13443 2005-06-03 [paul]       1.9.11cvs38
13444
13445         * src/folderview.c
13446                 add a freeze/thaw to speed up 'mark all read'
13447
13448 2005-06-03 [paul]       1.9.11cvs37
13449
13450         * src/prefs_message.c
13451                 reflect changes immediately
13452
13453 2005-06-02 [colin]      1.9.11cvs36
13454
13455         * po/POTFILES.in
13456                 Patch by Fabien Vantard.
13457
13458 2005-06-02 [colin]      1.9.11cvs35
13459
13460         * src/imap.c
13461                 Use a non-blocking imap_getline() if possible.
13462                 This should completely prevent the interface
13463                 from freezin on imap operations, although it
13464                 may do strange stuff in case of folder switching
13465                 while a big imap operation is taking place...
13466
13467                 In addition, fix a leak in the case thread
13468                 creation fails on connection.
13469
13470 2005-06-02 [colin]      1.9.11cvs34
13471
13472         * src/crash.c
13473         * src/prefs_common.h
13474                 Fix build (prefs_common_init() doesn't exist
13475                 anymore)
13476
13477 2005-06-02 [colin]      1.9.11cvs33
13478
13479         * src/prefs_account.c
13480                 Fix bug #245 (filtering rules broken when
13481                 renaming a remote account (imap4 or nntp)
13482
13483 2005-06-02 [colin]      1.9.11cvs32
13484
13485         * src/imap.c
13486                 Try to fix IMAP shortcomings: 
13487                 o Multithread imap_open()
13488                 o allow offline-mode overriding instead of
13489                   just returning NULL
13490         * src/imap_gtk.c
13491         * src/imap_gtk.h
13492                 Add a function to ask whether we want to
13493                 override offline-mode for 10 minutes (one-shot
13494                 asking was painful)
13495         * src/procheader.c
13496                 Fix segfault when imap parser isn't happy about
13497                 a missing {
13498
13499 2005-06-01 [colin]      1.9.11cvs31
13500
13501         * src/addrharvest.c
13502         * src/compose.c
13503         * src/mbox.c
13504         * src/mbox.h
13505         * src/mh.c
13506         * src/msgcache.c
13507         * src/send_message.c
13508         * src/setup.c
13509         * src/undo.c
13510         * src/common/hooks.c
13511         * src/common/prefs.c
13512         * src/common/template.c
13513         * src/common/utils.c
13514         * src/gtk/gtkutils.c
13515         * src/gtk/inputdialog.c
13516         * src/gtk/menu.c
13517         * src/gtk/pluginwindow.c
13518         * src/gtk/prefswindow.c
13519         * src/plugins/pgpmime/passphrase.c
13520         * src/plugins/pgpmime/prefs_gpg.c
13521                 More -Wall fixes
13522
13523         * src/common/Makefile.am
13524         * src/common/timing.h
13525                 Add basic timing code
13526
13527         * src/summaryview.c
13528                 Fix a bug with unread messages when 
13529                 re-sorting folders, and by the way
13530                 fix a big performance hit when 
13531                 re-sorting (10k mails: before 5s,
13532                 after .5s)
13533
13534         * src/prefs_compose_writing.c
13535         * src/prefs_compose_writing.h
13536         * src/prefs_message.c
13537         * src/prefs_message.h
13538         * src/prefs_other.c
13539         * src/prefs_other.h
13540         * src/prefs_quote.c
13541         * src/prefs_quote.h
13542         * src/prefs_receive.c
13543         * src/prefs_receive.h
13544         * src/prefs_send.c
13545         * src/prefs_send.h
13546         * src/prefs_summaries.c
13547         * src/prefs_summaries.h
13548                 Fix copyright banner
13549
13550 2005-06-01 [paul]       1.9.11cvs30
13551
13552         * po/fi.po
13553                 updated by Flammie Pirinen
13554         * src/procmime.c
13555                 fix 'Bad BASE64 content' output
13556
13557 2005-05-31 [colin]      1.9.11cvs29
13558
13559         * src/procmime.c
13560                 Oops, where did my hunk go.
13561
13562 2005-05-31 [colin]      1.9.11cvs28
13563
13564         * src/Makefile.am
13565         * src/account.c
13566         * src/action.c
13567         * src/addr_compl.c
13568         * src/addressbook.c
13569         * src/codeconv.c
13570         * src/compose.c
13571         * src/export.c
13572         * src/folder.c
13573         * src/folderview.c
13574         * src/image_viewer.c
13575         * src/main.c
13576         * src/mainwindow.c
13577         * src/messageview.c
13578         * src/mimeview.c
13579         * src/msgcache.c
13580         * src/prefs_account.c
13581         * src/prefs_actions.c
13582         * src/prefs_common.c
13583         * src/prefs_compose_writing.c
13584         * src/prefs_customheader.c
13585         * src/prefs_ext_prog.c
13586         * src/prefs_filtering.c
13587         * src/prefs_filtering_action.c
13588         * src/prefs_fonts.c
13589         * src/prefs_image_viewer.c
13590         * src/prefs_message.c
13591         * src/prefs_message.h
13592         * src/prefs_msg_colors.c
13593         * src/prefs_other.c
13594         * src/prefs_other.h
13595         * src/prefs_quote.c
13596         * src/prefs_receive.c
13597         * src/prefs_receive.h
13598         * src/prefs_send.c
13599         * src/prefs_send.h
13600         * src/prefs_spelling.c
13601         * src/prefs_summaries.c
13602         * src/prefs_summary_column.c
13603         * src/prefs_template.c
13604         * src/prefs_themes.c
13605         * src/prefs_toolbar.c
13606         * src/prefs_wrapping.c
13607         * src/procmime.c
13608         * src/procmsg.c
13609         * src/send_message.h
13610         * src/ssl_manager.c
13611         * src/summary_search.c
13612         * src/summaryview.c
13613         * src/textview.c
13614         * src/wizard.c
13615         * src/common/smtp.c
13616         * src/common/smtp.h
13617         * src/gtk/gtkutils.h
13618                 o Move the rest of Common prefs to new style
13619                 o Lots of -Wall warning fixes
13620                 o fix FIXME in cache memusage calculation
13621                 o Let return receipts be sent from any account
13622                 o Little cache optimisation (read)
13623                 o Fix bug #746 (don't treat commas as separators
13624                   when inside a quoted string)
13625
13626 2005-05-31 [paul]       1.9.11cvs27
13627
13628         * src/prefs_common.c
13629                 fix 'off-by-one' typo
13630
13631 2005-05-31 [paul]       1.9.11cvs26
13632
13633         * src/account.c
13634         * src/addr_compl.c
13635         * src/compose.c
13636         * src/foldersel.c
13637         * src/prefs_actions.c
13638         * src/prefs_common.c
13639         * src/prefs_common.h
13640         * src/prefs_customheader.c
13641         * src/prefs_display_header.c
13642         * src/prefs_filtering.c
13643         * src/prefs_filtering_action.c
13644         * src/prefs_matcher.c
13645         * src/prefs_summaries.c
13646         * src/prefs_summary_column.c
13647         * src/prefs_template.c
13648         * src/prefs_toolbar.c
13649         * src/ssl_manager.c
13650         * src/gtk/pluginwindow.c
13651         * src/gtk/prefswindow.c
13652         * src/gtk/progressdialog.c
13653                 add hidden prefs 'enable_rules_hint'
13654                 for gtk_tree_view_set_rules_hint()
13655                 (sync with main)
13656                 
13657
13658 2005-05-31 [colin]      1.9.11cvs25
13659
13660         * src/Makefile.am
13661         * src/main.c
13662         * src/prefs_common.c
13663         * src/prefs_summaries.c ** ADDED **
13664         * src/prefs_summaries.h ** ADDED **
13665                 Common/Display -> Display/Summaries
13666
13667 2005-05-31 [colin]      1.9.11cvs24
13668
13669         * src/Makefile.am
13670         * src/main.c
13671         * src/prefs_quote.c ** ADDED **
13672         * src/prefs_quote.h ** ADDED **
13673                 Move Common/Quote to Compose/Quoting
13674         * src/prefs_common.c
13675         * src/prefs_common.h
13676                 Remove old quote stuff, add
13677                 convenience functions for GtkTextView prefs
13678         * src/gtk/prefswindow.c
13679                 Set default height higher
13680
13681 2005-05-30 [colin]      1.9.11cvs23
13682
13683         * src/Makefile.am
13684         * src/main.c
13685         * src/prefs_common.c
13686         * src/prefs_compose_writing.c ** ADDED **
13687         * src/prefs_compose_writing.h ** ADDED **
13688                 Move Common/Compose prefs to Compose/Writing
13689
13690 2005-05-30 [colin]      1.9.11cvs22
13691
13692         * src/common/utils.c
13693                 Fix bug #651 (Confused Attract by Subject)
13694                 Patch by M. Benkmann <haferfrost@web.de>
13695         * AUTHORS
13696
13697 2005-05-30 [colin]      1.9.11cvs21
13698
13699         * src/compose.c
13700                 Fix concatenation of different headers of
13701                 the same type (bug #645)
13702         * src/prefs_folder_item.c
13703                 Fix bug #699 (setting color to black doesn't
13704                 work immediately)
13705         * src/procmime.c
13706                 Print out decoding error only once per
13707                 block
13708
13709 2005-05-30 [paul]       1.9.11cvs20
13710
13711         * src/common/template.c
13712                 fix Bcc
13713
13714 2005-05-30 [paul]       1.9.11cvs19
13715
13716         * doc/src/rfc2368.txt   **NEW FILE**
13717         * src/compose.c
13718                 compose_entries_set(): don't interpret Bcc
13719                 header field (conform to RFC 2368)
13720                 (sync with main)
13721
13722 2005-05-29 [colin]      1.9.11cvs18
13723
13724         * src/prefs_common.c
13725                 Let the default reply format respect
13726                 netiquette by cutting the signature.
13727
13728 2005-05-29 [colin]      1.9.11cvs17
13729
13730         * src/summaryview.c
13731                 Don't let always_show_msg override
13732                 open_unread_on_enter when opening a new
13733                 directory.
13734
13735 2005-05-27 [paul]       1.9.11cvs16
13736
13737         sync with main:
13738
13739         * src/main.c
13740                 app_will_exit(): cleanup tmp directory when exit
13741         * src/message_search.c
13742                 improved the interface and made code cleanup.
13743                 removed Clear button
13744         * src/send_message.c
13745                 send_message_local(): use GSpawn, and detect errors
13746         * src/summary_search.c
13747                 improved the interface and made code cleanup
13748         * src/textview.c
13749                 textview_write_link(): also skip non-ascii space
13750                  at the head of link strings (phishing check
13751                  didn't work at the case)
13752         * src/common/utils.c
13753                 get_command_output(): use g_spawn_command_line_sync()
13754                 instead of popen()
13755
13756 2005-05-26 [colin]      1.9.11cvs15
13757
13758         * src/folder.c
13759                 remove printf
13760
13761 2005-05-26 [colin]      1.9.11cvs14
13762
13763         * src/common/nntp.c
13764                 Fix nntp mode reader (bug #611)
13765                 Patch by Florian Mickler <florian@mickler.org>
13766
13767 2005-05-26 [colin]      1.9.11cvs13
13768
13769         * src/plugins/pgpmime/passphrase.c
13770                 Fix mouse grabbing (bug #557)
13771
13772 2005-05-26 [colin]      1.9.11cvs12
13773
13774         * src/prefs_themes.c
13775                 Fix g_warning (bug #541)
13776
13777 2005-05-26 [colin]      1.9.11cvs11
13778
13779         * src/prefs_actions.c
13780         * src/prefs_template.c
13781                 Fix bug #506 (no warning if action/template
13782                 is not saved)
13783         * src/common/template.c
13784                 Fix a possible crash
13785
13786 2005-05-26 [colin]      1.9.11cvs10
13787
13788         * src/folder.c
13789         * src/folderview.c
13790         * src/procmsg.c
13791         * src/summaryview.c
13792                 Forbid locked messages to be moved or
13793                 deleted. Locked messages in trashes 
13794                 still get deleted, for performance
13795                 reason (mh.c::mh_remove_all_msgs)
13796
13797 2005-05-25 [colin]      1.9.11cvs9
13798
13799         * src/procmime.c
13800                 Use correct encoding when sending mails
13801                 with attachments that have accentued 
13802                 chars in their name
13803
13804 2005-05-24 [colin]      1.9.11cvs8
13805
13806         * src/summaryview.c
13807                 Fix bug #688 f) read/unread marker not
13808                 changed on first click
13809                 Also, optimize summary_status_show()
13810                 calls
13811         * src/folder.c
13812         * src/inc.c
13813         * src/procmime.c
13814                 Fix bug #688 b) and c) wrt message
13815                 attachments and signature
13816         * src/stock_pixmap.c
13817         * src/stock_pixmap.h
13818         * src/stock_pixmap.c
13819         * src/stock_pixmap.h
13820         * src/Makefile.am
13821         * src/pixmaps/clip_gpg_signed.xpm
13822                 Add clip/signed icon
13823
13824 2005-05-24 [colin]      1.9.11cvs7
13825
13826         * src/folder_item_prefs.c
13827                 whitespace fix
13828
13829 2005-05-24 [colin]      1.9.11cvs6
13830
13831         * src/folderview.c
13832         * src/prefs_common.c
13833         * src/prefs_common.h
13834                 Add a confirmation to folder drag and drop
13835                 fixes bug #156
13836         * src/alertpanel.c
13837         * src/alertpanel.h
13838                 fix _with_disable parameters so that
13839                 the buttons labels are specifiable too
13840         * src/plugins/pgpmime/sgpgme.c
13841                 reflect said change
13842                 
13843
13844 2005-05-24 [colin]      1.9.11cvs5
13845
13846         * src/folderview.c
13847                 Uncollapse/collapse folders on double-click
13848                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13849                 closes bug #108
13850
13851 2005-05-23 [colin]      1.9.11cvs4
13852
13853         * src/common/socket.c
13854                 Check another special SSL_peek() error.
13855                 Should help wrt bug #728
13856
13857 2005-05-23 [colin]      1.9.11cvs3
13858
13859         * src/plugins/pgpmime/pgpmime.c
13860                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13861                 breaking menu accelerators and stuff. Users will have to
13862                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13863                 account's privacy preferences if needed.
13864
13865 2005-05-22 [paul]
13866
13867         * tools/kdeservicemenu/install.sh
13868                 use kdesu to prompt for root password if doing
13869                 global install/uninstall
13870
13871 2005-05-20 [colin]      1.9.11cvs2
13872
13873         * src/procmsg.c
13874                 Fix another compilation error with gcc-2.9x
13875                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
13876         * src/send_message.c
13877                 Don't send QUIT if we aren't connected
13878
13879 2005-05-19 [colin]      1.9.11cvs1
13880
13881         * src/procmsg.c
13882                 Fix compilation with gcc 2.9x
13883
13884 2005-05-19 [paul]       1.9.11
13885
13886         1.9.11 released
13887
13888 2005-05-19 [paul]       1.9.9cvs14
13889
13890         * src/gtk/inputdialog.c
13891                 prevent gettext warning
13892
13893 2005-05-19 [paul]       1.9.9cvs13
13894
13895         * src/mainwindow.c
13896         * src/prefs_common.c
13897         * src/prefs_common.h
13898         * src/textview.c
13899         * src/textview.h
13900                 add an option to toggle cursor in message
13901                 view (sync with main)
13902
13903 2005-05-18 [colin]      1.9.9cvs12
13904
13905         * src/compose.c
13906                 Dereference freed pointer
13907         * src/gtk/gtkaspell.c
13908                 Fix duplication of dictionaries (is it an aspell issue?)
13909
13910 2005-05-18 [colin]      1.9.9cvs11
13911
13912         * src/gtk/inputdialog.c
13913         * src/gtk/gtkaspell.c
13914                 HIGuify dialogs
13915         * src/alertpanel.c
13916                 Remove a double call
13917
13918 2005-05-17 [colin]      1.9.9cvs10
13919
13920         * src/gtk/gtkaspell.c
13921                 Fix dialogs, Ctrl-Enter accel
13922
13923 2005-05-17 [colin]      1.9.9cvs9
13924
13925         * src/gtk/gtkaspell.c
13926                 Fix some accelerators, escape in replace-window
13927
13928 2005-05-16 [colin]      1.9.9cvs8
13929
13930         * src/gtk/gtkaspell.c
13931                 Revert last commit, it was a mistake.
13932
13933 2005-05-16 [colin]      1.9.9cvs7
13934
13935         * src/gtk/gtkaspell.c
13936                 Remove buggy code while we're at it. It's a 
13937                 dead code path anyway.
13938
13939 2005-05-16 [colin]      1.9.9cvs6
13940
13941         * src/gtk/gtkaspell.c
13942                 Missed some gtk_menu_popup where deactivate
13943                 signal should be handled. Should fix bug
13944                 #629 a bit more.
13945
13946 2005-05-16 [colin]      1.9.9cvs5
13947
13948         * src/gtk/gtkaspell.c
13949                 Remove debug printf()s
13950
13951 2005-05-16 [colin]      1.9.9cvs4
13952
13953         * src/gtk/gtkaspell.c
13954                 Fix a bit aspell problems
13955                 (see bug #629)
13956
13957 2005-05-13 [colin]      1.9.9cvs3
13958
13959         * src/folderview.c
13960                 Fix the + appearing even when no subfolders
13961                 have unread messages. Thanks to wwp for the
13962                 bug report.
13963
13964 2005-05-11 [paul]       1.9.9cvs2
13965
13966         * src/folderview.c
13967                 correction to 1.9.9cvs1, only colour folders that
13968                 have new msgs (not unread msgs)
13969
13970 2005-05-10 [colin]      1.9.9cvs1
13971
13972         * src/folderview.c
13973         * src/summaryview.c
13974                 Try to fix bolding bugs again.
13975
13976 2005-05-09 [paul]
13977
13978         * tools/claws.i18n.status.pl
13979                 add Ricardo Mones Lastra's script that has been providing
13980                 the i18n status page for many months
13981
13982 2005-05-09 [paul]       1.9.9
13983
13984         1.9.9 release
13985
13986 2005-05-09 [paul]       1.9.6cvs58
13987
13988         * AUTHORS
13989         * INSTALL
13990         * README.claws
13991                 updated
13992         * Makefile.am 
13993         * RELEASE_NOTES.claws
13994                 add release notes to cvs to simplify release
13995                 procedure
13996         * configure.ac
13997                 add ca and fi to ALL_LINGUAS
13998         * po/Makefile.in.in
13999                 workaround for missing Makevars
14000         * po/ca.po
14001         * po/fi.po
14002                 add new Catalan and Finnish translations
14003                 submitted by Miquel Oliete and Flammie Pirinen
14004         * po/de.po
14005         * po/es.po
14006         * po/fr.po
14007         * po/it.po
14008         * po/pl.po
14009         * po/ru.po
14010         * po/sk.po
14011         * po/sr.po
14012         * po/zh_CN.po
14013                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14014                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14015                 Urke MMI, and Hansom Young
14016         * src/main.c
14017                 Fix drafting when quitting. compose_draft() closes the
14018                 compose windows, which modifies the compose_list GSList.
14019                 We have to refresh this list after echo drafting to avoid a
14020                 segfault
14021         * src/partial_download.c
14022                 fix segfault on exit
14023
14024 2005-05-06 [paul]       1.9.6cvs57
14025
14026         * src/grouplistdialog.c
14027                 quick fix/workaround for unresizeable newsgroup
14028                 name column 
14029
14030 2005-05-06 [paul]       1.9.6cvs56
14031
14032         * src/inc.c
14033         * src/mainwindow.c
14034                 use gettext plural forms
14035         * src/imap_gtk.c
14036         * src/mh_gtk.c
14037         * src/toolbar.c
14038                 small improvement to english usage
14039
14040 2005-05-05 [thorsten]   1.9.6cvs55
14041
14042         * src/folder.c
14043                 fix possible crash
14044
14045 2005-05-05 [paul]       1.9.6cvs54
14046         
14047         sync with HEAD
14048
14049         * AUTHORS
14050         * src/compose.c
14051                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14052                 patch by Tim Mann
14053
14054 2005-05-05 [paul]       1.9.6cvs53
14055
14056         * src/mainwindow.c
14057                 fix resizing of separate message and
14058                 folder views
14059
14060 2005-05-05 [paul]       1.9.6cvs52
14061
14062         * src/account.c
14063         * src/addrgather.c
14064         * src/browseldap.c
14065         * src/exphtmldlg.c
14066         * src/expldifdlg.c
14067         * src/importmutt.c
14068         * src/importpine.c
14069         * src/main.c
14070         * src/mainwindow.c
14071         * src/noticeview.c
14072         * src/prefs_filtering.c
14073         * src/prefs_filtering_action.c
14074         * src/prefs_matcher.c
14075         * src/prefs_spelling.c
14076         * src/prefs_toolbar.c
14077         * src/toolbar.c
14078         * src/wizard.c
14079         * src/gtk/description_window.c
14080         * src/gtk/gtkvscrollbutton.c
14081         * src/gtk/progressdialog.c
14082         * src/gtk/quicksearch.c
14083         * src/plugins/pgpmime/prefs_gpg.c
14084         * src/plugins/spamassassin/spamassassin_gtk.c
14085                 replace deprecated gtk_widget_set_usize
14086
14087 2005-05-04 [colin]      1.9.6cvs51
14088
14089         * src/common/utils.c
14090                 Fix crash when subst_for_filename is called
14091                 with a NULL parameter
14092
14093 2005-05-04 [colin]      1.9.6cvs50
14094
14095         * src/partial_download.c
14096         * src/pop.c
14097                 Escape login when writing uidl file
14098                 fixes bug #736
14099
14100 2005-05-03 [colin]      1.9.6cvs49
14101
14102         * src/procmime.c
14103                 Fix possible DOS in mime parser
14104                 (see bug #634)
14105
14106 2005-05-02 [colin]      1.9.6cvs48
14107
14108         * src/compose.c
14109                 Try to fix the copy/paste mess once again.
14110
14111
14112 2005-04-30 [colin]      1.9.6cvs47
14113
14114         * src/prefs_account.h
14115         * src/procmsg.c
14116         * src/send_message.c
14117         * src/common/smtp.c
14118         * src/common/smtp.h
14119                 Try to batch sending mails (per account) instead of
14120                 reconnecting to server every time.
14121
14122 2005-04-29 [colin]      1.9.6cvs46
14123
14124         * src/messageview.c
14125                 Fix window resizing that refused to size down
14126         * src/prefs_common.c
14127         * src/prefs_common.h
14128         * src/prefs_filtering.c
14129                 Save Filtering's window size
14130
14131 2005-04-21 [paul]       1.9.6cvs45
14132
14133         * ChangeLog-gtk2.claws
14134         * src/setup.c
14135                 correction to sync
14136
14137 2005-04-21 [paul]       1.9.6cvs44
14138
14139         sync with main:
14140
14141         * src/setup.c
14142         * src/statusbar.c
14143         * src/statusbar.h
14144                 use gtkut_widget_draw_now(). Improved performance
14145                 of the update of statusbar
14146         * src/textview.c
14147                 textview_smooth_scroll_do(): redraw it after scroll
14148                 is done (fixed incorrect display when a part of the
14149                 view is hidden).
14150         * src/gtk/gtkutils.c
14151         * src/gtk/gtkutils.h
14152                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14153                 to force update of widgets.
14154                 Removed gtkut_widget_wait_for_draw() which had a big
14155                 overhead  because of waiting for all events processed 
14156
14157 2005-04-20 [paul]       1.9.6cvs43
14158
14159         * src/codeconv.c
14160                 complete 1.9.6cvs42's sync:
14161                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14162
14163 2005-04-19 [paul]       1.9.6cvs42
14164
14165         sync with main:
14166
14167         * src/action.c
14168                 catch_output(): correctly select the insert text
14169                 (fix invalid iterator warnings).
14170         * src/codeconv.c
14171         * src/codeconv.h
14172         * src/mainwindow.c
14173         * src/messageview.c
14174         * src/prefs_common.c
14175                 support GBK encoding.
14176         * src/common/session.c
14177         * src/common/session.h
14178                 use separate buffer for large data to be sent,
14179                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14180
14181 2005-04-18 [paul]       1.9.6cvs41
14182
14183         * src/jpilot.c
14184                 convert unsigned long into guint32
14185                 patch by Paul LeoNerd Evans 
14186
14187 2005-04-17 [colin]      1.9.6cvs40
14188
14189         * src/compose.c
14190                 Fix 'Request return receipt' from folder
14191                 properties (bug #708)
14192
14193 2005-04-17 [colin]      1.9.6cvs39
14194
14195         * src/mainwindow.c
14196                 Fix duplicate hotkeys in Mainwindow's menu
14197
14198 2005-04-17 [colin]      1.9.6cvs38
14199
14200         * src/folderview.c
14201                 Fix duplicate hotkeys in Folderview's contextual
14202                 menu
14203
14204 2005-04-15 [colin]      1.9.6cvs37
14205
14206         * src/summaryview.c
14207                 Fix 'Save as...' with non-ascii filenames
14208
14209 2005-04-15 [colin]      1.9.6cvs36
14210
14211         * src/plugins/pgpmime/pgpmime.c
14212                 Fix bus error on 64bit. Spotted by 
14213                 macallan1888@gmail.com
14214
14215 2005-04-15 [colin]      1.9.6cvs35
14216
14217         * src/prefs_account.c
14218                 Fix cvs34.
14219
14220 2005-04-12 [colin]      1.9.6cvs34
14221
14222         * src/prefs_account.c
14223                 Fix smtp auth type off-by-one. We forgot to
14224                 add PLAIN in the prefs-to-gui setter func and
14225                 as a result, the selected auth when opening
14226                 account prefs was not the correct one.
14227
14228 2005-04-12 [paul]       1.9.6cvs33
14229
14230         * src/inc.c
14231                 if the recv dialog is visible, Cancel only
14232                 cancels the current account
14233
14234
14235 2005-04-10 [colin]      1.9.6cvs32
14236
14237         * src/filtering.c
14238                 Copy score when copying FilteringActions
14239                 Fix bug #674
14240
14241 2005-04-10 [colin]      1.9.6cvs31
14242
14243         * src/inc.c
14244                 Make Message -> Receive -> Cancel cancel 
14245                 incorporation on all accounts. Fixes
14246                 bug #693
14247
14248 2005-04-10 [colin]      1.9.6cvs30
14249
14250         * src/prefs_account.c
14251                 Update Privacy checkbuttons status based
14252                 on the selected privacy system
14253         * src/compose.c
14254                 Always connect the "None" privacy system; the
14255                 static boolean was probably there to avoid
14256                 reconnecting twice in the same compose window,
14257                 but as the parent function is only called once
14258                 per compose, it's only a bug - as a static is
14259                 initialized once per application instance.
14260                 Also, don't uncheck Sign and Encrypt when
14261                 selecting None as privacy system; just ignore
14262                 them when sending/queuing.
14263                 Should fix bug #695
14264
14265 2005-04-08 [colin]      1.9.6cvs29
14266
14267         * src/account.c
14268         * src/prefs_account.c
14269         * src/prefs_account.h
14270                 Add account preference to queue message in a certain
14271                 folder.
14272
14273 2005-04-06 [colin]      1.9.6cvs28
14274
14275         * src/prefs_account.c
14276                 Update old inbox path syntax
14277
14278 2005-04-06 [paul]       1.9.6cvs27
14279
14280         sync with main:
14281
14282         * configure.ac
14283                 changed -traditional-cpp to -no-cpp-precomp for newer
14284                 Mac OS X support
14285         * src/foldersel.c
14286                 made column resize automatically
14287         * src/send_message.c
14288                 send_message_smtp(): consider EOF right after QUIT
14289                 successful (workaround for Gmail SMTP server)
14290         * src/common/socket.c
14291                 ssl_read(), ssl_peek(): check EOF which violates the
14292                 SSL protocol
14293         * src/gtk/colorlabel.c
14294                 removed warnings when displaying colorlabel menu
14295                 (don't use GtkAlignment)
14296
14297 2005-04-05 [paul]       1.9.6cvs26
14298
14299         * src/plugins/trayicon/trayicon.c
14300                 fix clipping of icon under KDE3 
14301
14302 2005-04-05 [paul]       1.9.6cvs25
14303
14304         * src/summaryview.c
14305                 hide display of threading
14306                 patch by Alfons
14307
14308 2005-04-04 [thorsten]   1.9.6cvs24
14309
14310         * src/mh.c
14311                 marks lost on filesystems with different stat() results on
14312                 summer-/wintertime
14313
14314 2005-04-03 [colin]      1.9.6cvs23
14315
14316         * src/summaryview.c
14317                 Don't handle up/down. Patch by Alfons
14318
14319 2005-04-02 [colin]      1.9.6cvs22
14320
14321         * src/summaryview.c
14322                 Make scrolling faster. Patch by Alfons.
14323
14324 2005-04-01 [colin]      1.9.6cvs21
14325
14326         * src/Makefile.am
14327         * src/stock_pixmap.c
14328         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14329         * src/pixmaps/dir_noselect.xpm ** ADDED **
14330                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14331
14332 2005-04-01 [colin]      1.9.6cvs20
14333
14334         * src/image_viewer.c
14335         * src/image_viewer.h
14336         * src/procmime.c
14337         * src/procmime.h
14338         * src/textview.c
14339         * src/textview.h
14340                 Implement inline image resizing and right-clicking
14341
14342 2005-04-01 [paul]       1.9.6cvs19
14343
14344         * AUTHORS
14345         * Makefile.am
14346         * configure.ac
14347                 check for gnome2
14348                 patch by Luca Cavalli <loopback<AT>slackit.org>
14349         * po/ru.po
14350                 updated by Pavlo Bohmat
14351
14352 2005-03-31 [colin]      1.9.6cvs18
14353
14354         * src/news.c
14355                 Fix parsing references
14356         * src/msgcache.c
14357                 don't put nulls in the references list
14358         * src/procheader.c
14359                 commit that forgotten file in 1.9.6cvs14
14360
14361 2005-03-31 [colin]      1.9.6cvs17
14362
14363         * src/compose.c
14364                 Fix joining of signature separator again. 
14365                 Maybe Hiro could put it in main too...
14366
14367 2005-03-31 [colin]      1.9.6cvs16
14368
14369         * src/Makefile.am
14370         * src/foldersel.c
14371         * src/stock_pixmap.c
14372         * src/stock_pixmap.h
14373         * src/pixmaps/dir-noselect.xpm
14374                 Update foldersel.c (sync from main, patch by Alfons)
14375
14376 2005-03-30 [colin]      1.9.6cvs15
14377
14378         * src/imap.c
14379                 Fix handling of imap folders containing [] in 
14380                 their name. Thanks to Nahuel Angelinetti for
14381                 the detailed bugreport.
14382
14383 2005-03-30 [colin]      1.9.6cvs14
14384
14385         * src/common/utils.h
14386         * src/common/utils.c
14387         * src/common/defs.h
14388         * src/matcher.c
14389         * src/msgcache.c
14390         * src/news.c
14391         * src/procmsg.c
14392         * src/procmsg.h
14393         * src/quote_fmt_parse.y
14394         * src/summaryview.c
14395                 Update references system. Patch by Alfons
14396
14397 2005-03-30 [colin]      1.9.6cvs13
14398
14399         * src/common/socket.c
14400                 Force the glibc to read resolv.conf again when 
14401                 it has changed. Should fix issues when changing
14402                 networks on a laptop and not restarting sylpheed. 
14403
14404 2005-03-30 [paul]       1.9.6cvs12
14405
14406         partial sync with main:
14407
14408         * src/action.c
14409                 create_io_dialog(): use user-defined text font
14410                 (thanks to Alfons), and modified its appearance.
14411         * src/addrgather.c
14412         * src/addrharvest.c
14413         * src/browseldap.c
14414                 replace old code
14415         * src/compose.c
14416                 don't join (presumably) itemized lines on line-wrapping
14417                 fixed wrapping of quote when auto-wrapping is enabled
14418                 compose_destroy(): destroy paned only if it's not
14419                 attached to window. Fixed memory leak of popup menu.
14420         * src/exphtmldlg.c
14421         * src/expldifdlg.c
14422                 replace old code
14423         * src/html.c
14424         * src/html.h
14425         * src/importmutt.c
14426         * src/importpine.c
14427                 replace old code
14428         * src/main.c
14429                 removed redundant code
14430         * src/mainwindow.c
14431                 changed 'Code set' (which is rather incorrect)
14432                 in the menu to 'Character encoding'
14433                 main_window_set_widgets(): request size first
14434                 to prevent window size becoming wrong
14435                 fixed remembering of the state of the visibility
14436                 of MessageView
14437         * src/messageview.c
14438                 changed 'Code set' (which is rather incorrect)
14439                 in the menu to 'Character encoding'
14440         * src/prefs_common.c
14441         * src/prefs_common.h
14442                 added an option whether to render HTML as text or not
14443                 added separators to outgoing encoding menu
14444         * src/procheader.c
14445                 procheader_scan_date_string(): support header
14446                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14447         * src/summaryview.c
14448         * src/summaryview.h
14449                 minor code cleanup
14450         * src/textview.c
14451                 textview_show_html(): force output of newline
14452                 added an option whether to render HTML as text or not
14453         * src/common/utils.c
14454                 strncpy2(): optimized based on Alfons' code
14455         * src/gtk/gtkutils.c
14456         * src/gtk/gtkutils.h
14457                 removed non-used code
14458         * src/plugins/pgpmime/passphrase.c
14459                 partially fixed grab input of passphrase dialog
14460                 Confine pointer to window
14461
14462 2005-03-30 [colin]      1.9.6cvs11
14463
14464         * src/msgcache.c
14465         * src/msgcache.h
14466                 Read/write 32bit ints from cache & marks
14467                 From main.
14468
14469 2005-03-29 [paul]       1.9.6cvs10
14470
14471         * AUTHORS
14472         * ChangeLog.claws
14473         * src/compose.c
14474         * src/gtk/gtkaspell.c
14475                 sync with HEAD (don't pass NULL pointers) 
14476
14477 2005-03-24 [paul]
14478
14479         * tools/Makefile.am
14480         * tools/README
14481         * tools/acroread2sylpheed.pl
14482                 sync with HEAD (add script to send pdfs as
14483                 attachments from Adobe Reader 7)
14484
14485 2005-03-21 [paul]       1.9.6cvs9
14486
14487         * configure.ac
14488         * po/POTFILES.in
14489         * src/Makefile.am
14490         * src/crash.c
14491         * src/image_viewer.c ** ADDED **
14492         * src/image_viewer.h ** ADDED **
14493         * src/main.c
14494         * src/prefs_common.c
14495         * src/prefs_common.h
14496         * src/prefs_image_viewer.c ** ADDED **
14497         * src/prefs_image_viewer.h ** ADDED **
14498         * src/textview.c
14499         * src/gtk/about.c
14500         * src/pixmaps/sylpheed_logo.xpm
14501         * src/plugins/Makefile.am
14502         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14503         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14504         * src/plugins/image_viewer/plugin.c ** REMOVED **
14505         * src/plugins/image_viewer/viewer.c ** REMOVED **
14506         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14507         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14508         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14509         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14510         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14511                 as gdk-pixbuf is now built-in
14512                 remove image_viewer plugin and put code back into
14513                 main codebase
14514                 implement inline image display (sync with main)
14515
14516                 replace logo with newer, nicer, larger version  
14517
14518 2005-03-21 [paul]       1.9.6cvs8
14519
14520         * src/gtk/about.c
14521                 cosmetic improvement
14522
14523 2005-03-21 [holger]     1.9.6cvs7
14524
14525         * src/plugins/spamassassin/spamassassin.c
14526                 Sync with HEAD
14527                 (unregister hook on failed plugin init)
14528
14529 2005-03-20 [colin]      1.9.6cvs6
14530
14531         * src/common/plugin.c
14532                 Check that plugin isn't already loaded
14533                 Patch by Alfons
14534
14535 2005-03-20 [thorsten]   1.9.6cvs5
14536
14537         * src/compose.c
14538                 use a more compatible syntax
14539
14540 2005-03-20 [thorsten]   1.9.6cvs4
14541
14542         * src/prefs_toolbar.c
14543                 fix crash when selecting toolbar item (uninitialized pointer)
14544
14545 2005-03-20 [thorsten]   1.9.6cvs3
14546
14547         * src/procmime.c
14548                 fix mimetype detection (referenced free()d string)
14549
14550 2005-03-20 [paul]       1.9.6cvs2
14551
14552         * src/compose.c
14553                 sync with HEAD (1.0.3cvs5)
14554                 neglect Reply-To header if empty
14555                 Patch by Alfons 
14556
14557 2005-03-19 [holger]     1.9.6cvs1
14558
14559         * src/summaryview.c
14560         * src/summaryview.h
14561                 Sync with HEAD
14562
14563 2005-03-18 [paul]       1.9.6
14564
14565         initial GTK2 release
14566
14567 2005-03-18 [paul]       1.0.3cvs3.1
14568
14569         * AUTHORS
14570         * ChangeLog.claws
14571         * configure.ac
14572         * src/gtk/about.c
14573         * src/pixmaps/sylpheed_logo.xpm
14574                 sync with HEAD
14575
14576 2005-03-18 [colin]      1.0.3cvs2.6
14577
14578         * src/summaryview.c
14579                 Remove call to summary_step in summary_copy_selected_to
14580                 Can't see its purpose, and this causes bug when copying
14581                 a message if the next one is unread: it reads it.
14582
14583 2005-03-18 [paul]       1.0.3cvs2.5
14584
14585         * src/foldersel.c
14586                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14587
14588 2005-03-18 [paul]       1.0.3cvs2.4
14589
14590         * src/addrharvest.c
14591         * src/codeconv.c
14592         * src/codeconv.h
14593         * src/compose.c
14594         * src/news.c
14595         * src/procheader.c
14596         * src/procmime.c
14597         * src/unmime.c
14598         * src/unmime.h
14599                 fix buffer overflow, CAN-2005-0667, see
14600                 http://secunia.com/advisories/14491/
14601                 Patch by Alfons
14602
14603 2005-03-17 [colin]      1.0.3cvs2.3
14604
14605         * src/prefs_fonts.c
14606         * src/summaryview.c
14607                 Fix font bugs (both lists now officialy share 
14608                 the same font)
14609                 
14610
14611 2005-03-17 [paul]       1.0.3cvs2.2
14612
14613         * src/gtk/pluginwindow.c
14614                 make plugin descriptions uneditable
14615
14616 2005-03-11 [paul]       1.0.3cvs2.1
14617
14618         * ChangeLog.claws
14619         * configure.ac
14620         * po/POTFILES.in
14621         * src/plugins/trayicon/trayicon.c
14622                 sync with HEAD
14623                 add src/wizard.c to POTFILES.in
14624
14625 2005-03-11 [paul]       1.0.3cvs1.1
14626
14627         * ChangeLog
14628         * ChangeLog.claws
14629         * configure.ac
14630         * po/de.po
14631         * po/es.po
14632         * po/fr.po
14633         * po/it.po
14634         * po/pt_BR.po
14635         * po/ru.po
14636         * po/sk.po
14637         * po/sr.po
14638         * po/zh_CN.po
14639                 sync with HEAD
14640
14641 2005-03-04 [colin]      1.0.1cvs22.2
14642
14643         * src/compose.c
14644                 Fix signatures with accentued chars in it
14645
14646 2005-03-04 [colin]      1.0.1cvs22.1
14647
14648         * src/common/smtp.c
14649         * src/common/smtp.h
14650                 Don't use SIZE param in MAIL FROM: if server 
14651                 doesn't support it. Patch by Eugen Freiter
14652                 <eugen_f@users.sf.net>
14653
14654 2005-02-27 [paul]       1.0.1cvs20.1
14655
14656         * ChangeLog.claws
14657         * configure.ac
14658         * src/messageview.c
14659                 sync with HEAD
14660
14661 2005-02-27 [colin]      1.0.1cvs19.4
14662
14663         * src/procheader.c
14664         * src/procheader.h
14665                 Fix prototypes. Patch by Alfons
14666
14667 2005-02-27 [colin]      1.0.1cvs19.3
14668
14669         * src/compose.c
14670                 Don't auto-join the signature separator.
14671
14672 2005-02-26 [colin]      1.0.1cvs19.2
14673
14674         * src/summaryview.c
14675                 Fix 'mark all read' with collapsed threads.
14676                 Patch by Alfons.
14677
14678 2005-02-25 [paul]       1.0.1cvs19.1
14679
14680         * ChangeLog.claws
14681         * configure.ac
14682         * src/prefs_account.c
14683         * src/prefs_folder_item.c
14684         * src/gtk/prefswindow.c
14685         * src/gtk/prefswindow.h
14686                 sync with HEAD
14687
14688 2005-02-25 [paul]       1.0.1cvs15.12
14689
14690         * src/alertpanel.c
14691         * src/codeconv.c
14692         * src/compose.c
14693         * src/textview.c
14694         * src/gtk/gtkutils.c
14695         * src/gtk/gtkutils.h
14696         * src/gtk/logwindow.c
14697         * src/gtk/progressdialog.c
14698                 sync with main (revision 127)
14699                 and fix logwindow clipping
14700
14701 2005-02-24 [colin]      1.0.1cvs15.11
14702
14703         * src/plugins/pgpmime/passphrase.c
14704                 Disable input grabbing; it doesn't work yet.
14705
14706 2005-02-24 [colin]      1.0.1cvs15.10
14707
14708         * src/messageview.c
14709                 Don't send out receipts if offline. Ask.
14710
14711 2005-02-23 [colin]      1.0.1cvs15.9
14712
14713         * src/summaryview.c     
14714                 Fix expanding
14715
14716 2005-02-23 [colin]      1.0.1cvs15.8
14717
14718         * src/summaryview.c
14719                 Really fix Bug 568 by removing useless
14720                 calls. summary_thread_init() now called
14721                 in summary_sort(). This should please
14722                 Alfons as it should be faster than 
14723                 previously.
14724
14725 2005-02-23 [colin]      1.0.1cvs15.7
14726
14727         * src/compose.c
14728                 Encode parts as QP or B64 if signing
14729
14730 2005-02-23 [colin]      1.0.1cvs15.6
14731
14732         * src/compose.c
14733                 Fix Mimeinfo leakage (including tmp files)
14734         * src/procmsg.c
14735                 Fix tmp file leakage (spotted by Ivan Rayner)
14736
14737 2005-02-22 [colin]      1.0.1cvs15.5
14738
14739         * src/expldifdlg.c
14740                 Fix keyboard input. Patch by Alfons.
14741
14742 2005-02-21 [colin]      1.0.1cvs15.4
14743
14744         * src/compose.c
14745                 Fix Sign/Encrypt when unselecting privacy
14746                 system
14747         * src/prefs_common.c
14748                 Change default message font to Monospace
14749         * src/summaryview.c
14750                 More freezing during potentially large operations
14751
14752 2005-02-21 [paul]       1.0.1cvs15.3
14753
14754         * src/main.c
14755                 fix --help output
14756
14757 2005-02-21 [paul]       1.0.1cvs15.2
14758
14759         * po/Makefile.in.in
14760         * src/compose.c
14761         * src/summaryview.c
14762         * src/textview.c
14763         * src/common/utils.c
14764         * src/common/utils.h
14765                 sync with main (revision 117)
14766
14767 2005-02-20 [colin]      1.0.1cvs15.1
14768
14769         * src/common/defs.h
14770                 Change cache file to .sylpheed_claws_cache, as
14771                 suggested by Alfons. Allows people to switch
14772                 between Sylpheed and Sylpheed-Claws. it is
14773                 a good idea to "Check for new messages" at next
14774                 startup.
14775
14776
14777 2005-02-18 [colin]      1.0.1cvs14.1
14778
14779         * src/quote_fmt_lex.l
14780         * src/quote_fmt_parse.y
14781                 Fix parser initialisation. Patch by Ivan.
14782
14783 2005-02-18 [colin]      1.0.1cvs11.6
14784
14785         * src/folderview.c
14786                 Fix scrolldown (bug 662)
14787
14788 2005-02-17 [colin]      1.0.1cvs11.5
14789
14790         * src/codeconv.c
14791                 conv_filename_to_utf8: return clean 7bit instead
14792                 of broken utf8 if needed
14793         * src/mimeview.c
14794                 Fix display of parts with unclean 8bit names
14795
14796 2005-02-17 [paul]       1.0.1cvs11.4
14797
14798         * src/compose.c
14799         * src/exportldif.c
14800         * src/matcher_parser_parse.y
14801         * src/procmime.c
14802         * src/sourcewindow.c
14803         * src/common/Makefile.am
14804         * src/common/intl.h             ** REMOVED **
14805         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14806                 sync with main (revision 109)
14807                 and clean up
14808
14809 2005-02-16 [colin]      1.0.1cvs11.3
14810
14811         * src/summaryview.c
14812                 Fix collapsed thread not highlighting when new
14813                 messages in it (Bug 568) Patch by Stephan Sachse.
14814                 Fix messed up selection when reaching bounds (Bug 632)
14815         * src/prefs_themes.c
14816                 Fix theme installing (Bug 684)
14817
14818 2005-02-16 [colin]      1.0.1cvs11.2
14819
14820         * src/messageview.c
14821                 Fix messageview_select_all
14822
14823 2005-02-16 [colin]      1.0.1cvs11.1
14824
14825         * src/mh.c
14826                 Sync with HEAD (MH scan required function)
14827
14828 2005-02-15 [colin]      1.0.1cvs8.1
14829
14830         * src/mimeview.c
14831         * src/common/utils.c
14832                 Sync with HEAD (filename chars substitution)
14833
14834 2005-02-15 [colin]      1.0.1cvs7.3
14835
14836         * src/gtk/pluginwindow.c
14837                 Fix button spacing
14838
14839 2005-02-15 [colin]      1.0.1cvs7.2
14840
14841         * src/mimeview.c
14842                 Fix mime icons not reset across message when
14843                 scrolled down
14844
14845 2005-02-15 [colin]      1.0.1cvs7.1
14846
14847         * src/compose.c
14848         * src/procmime.c
14849                 Sync with HEAD (optimisation of cvs6)
14850
14851 2005-02-14 [colin]      1.0.1cvs6.1
14852
14853         * src/compose.c
14854         * src/procmime.c
14855                 Sync with HEAD (encode "From " at line beginning)
14856
14857 2005-02-14 [colin]      1.0.1cvs5.3
14858
14859         * src/compose.c
14860                 Fix wrapping with accentued chars.
14861
14862 2005-02-13 [colin]      1.0.1cvs5.2
14863
14864         * src/textview.c
14865                 Fix email informative part parsing with
14866                 accentued chars in it. ispunct() returns
14867                 true for them in utf8...
14868
14869 2005-02-12 [colin]      1.0.1cvs5.1
14870
14871         * src/filtering.c
14872                 Sync with HEAD (remove wrong use of compose after send)
14873
14874 2005-02-12 [paul]       1.0.1cvs4.5
14875
14876         * src/textview.c
14877                 remove unnecessary code (thanks to Alfons)
14878
14879 2005-02-12 [paul]       1.0.1cvs4.4
14880
14881         * src/textview.c
14882                 add 'Copy' to contextual menu on emails
14883
14884 2005-02-11 [colin]      1.0.1cvs4.3
14885
14886         * src/compose.c
14887                 revert 1.0.0cvs28.2, it doesn't work that well.
14888
14889 2005-02-11 [paul]       1.0.1cvs4.2
14890
14891         * po/Makefile.in.in
14892                 fix 'make release'
14893
14894 2005-02-10 [paul]       1.0.1cvs4.1
14895
14896         * ChangeLog
14897         * ChangeLog.claws
14898         * ChangeLog.jp
14899         * configure.ac
14900         * src/compose.c
14901                 sync with HEAD (sync with main)
14902
14903 2005-02-10 [paul]       1.0.1cvs3.2
14904
14905         * AUTHORS
14906         * Makefile.am
14907         * autogen.sh
14908         * configure.ac
14909         * config/mkinstalldirs
14910         * intl/.cvsignore
14911         * intl/ChangeLog
14912         * intl/VERSION
14913         * intl/bindtextdom.c
14914         * intl/config.charset
14915         * intl/dcgettext.c
14916         * intl/dcigettext.c
14917         * intl/dcngettext.c
14918         * intl/dgettext.c
14919         * intl/dngettext.c
14920         * intl/eval-plural.h
14921         * intl/explodename.c
14922         * intl/finddomain.c
14923         * intl/gettext.c
14924         * intl/gettextP.h
14925         * intl/gmo.h
14926         * intl/hash-string.h
14927         * intl/intl-compat.c
14928         * intl/l10nflist.c
14929         * intl/libgnuintl.h.in
14930         * intl/loadinfo.h
14931         * intl/loadmsgcat.c
14932         * intl/localcharset.c
14933         * intl/localcharset.h
14934         * intl/locale.alias
14935         * intl/localealias.c
14936         * intl/localename.c
14937         * intl/log.c
14938         * intl/ngettext.c
14939         * intl/os2compat.c
14940         * intl/os2compat.h
14941         * intl/osdep.c
14942         * intl/plural-exp.c
14943         * intl/plural-exp.h
14944         * intl/plural.c
14945         * intl/plural.y
14946         * intl/ref-add.sin
14947         * intl/ref-del.sin
14948         * intl/relocatable.c
14949         * intl/relocatable.h
14950         * intl/textdomain.c
14951         * m4/Makefile.am
14952         * po/Makefile.in.in
14953         * src/Makefile.am
14954         * src/account.c
14955         * src/action.c
14956         * src/addr_compl.c
14957         * src/addressadd.c
14958         * src/addressbook.c
14959         * src/addrgather.c
14960         * src/addrindex.c
14961         * src/alertpanel.c
14962         * src/browseldap.c
14963         * src/codeconv.c
14964         * src/codeconv.h
14965         * src/compose.c
14966         * src/compose.h
14967         * src/crash.c
14968         * src/editaddress.c
14969         * src/editbook.c
14970         * src/editgroup.c
14971         * src/editjpilot.c
14972         * src/editldap.c
14973         * src/editldap_basedn.c
14974         * src/editvcard.c
14975         * src/exphtmldlg.c
14976         * src/expldifdlg.c
14977         * src/export.c
14978         * src/exporthtml.c
14979         * src/filtering.c
14980         * src/folder.c
14981         * src/folder_item_prefs.c
14982         * src/foldersel.c
14983         * src/folderview.c
14984         * src/grouplistdialog.c
14985         * src/headerview.c
14986         * src/imap.c
14987         * src/imap_gtk.c
14988         * src/import.c
14989         * src/importldif.c
14990         * src/importmutt.c
14991         * src/importpine.c
14992         * src/inc.c
14993         * src/ldif.c
14994         * src/main.c
14995         * src/mainwindow.c
14996         * src/matcher.c
14997         * src/mbox.c
14998         * src/message_search.c
14999         * src/messageview.c
15000         * src/mh.c
15001         * src/mh_gtk.c
15002         * src/mimeview.c
15003         * src/msgcache.c
15004         * src/news.c
15005         * src/news_gtk.c
15006         * src/noticeview.c
15007         * src/partial_download.c
15008         * src/pop.c
15009         * src/prefs_account.c
15010         * src/prefs_actions.c
15011         * src/prefs_common.c
15012         * src/prefs_customheader.c
15013         * src/prefs_display_header.c
15014         * src/prefs_ext_prog.c
15015         * src/prefs_filtering.c
15016         * src/prefs_filtering_action.c
15017         * src/prefs_folder_item.c
15018         * src/prefs_fonts.c
15019         * src/prefs_gtk.c
15020         * src/prefs_matcher.c
15021         * src/prefs_msg_colors.c
15022         * src/prefs_spelling.c
15023         * src/prefs_summary_column.c
15024         * src/prefs_template.c
15025         * src/prefs_themes.c
15026         * src/prefs_toolbar.c
15027         * src/prefs_wrapping.c
15028         * src/privacy.c
15029         * src/procheader.c
15030         * src/procmime.c
15031         * src/procmsg.c
15032         * src/quote_fmt.c
15033         * src/recv.c
15034         * src/send_message.c
15035         * src/setup.c
15036         * src/sourcewindow.c
15037         * src/ssl_manager.c
15038         * src/statusbar.c
15039         * src/summary_search.c
15040         * src/summaryview.c
15041         * src/textview.c
15042         * src/toolbar.c
15043         * src/wizard.c
15044         * src/common/nntp.c
15045         * src/common/plugin.c
15046         * src/common/smtp.c
15047         * src/common/ssl.c
15048         * src/common/ssl_certificate.c
15049         * src/common/string_match.c
15050         * src/common/sylpheed.c
15051         * src/common/template.c
15052         * src/common/utils.c
15053         * src/gtk/about.c
15054         * src/gtk/colorlabel.c
15055         * src/gtk/description_window.c
15056         * src/gtk/filesel.c
15057         * src/gtk/foldersort.c
15058         * src/gtk/gtkaspell.c
15059         * src/gtk/gtkutils.c
15060         * src/gtk/inputdialog.c
15061         * src/gtk/logwindow.c
15062         * src/gtk/menu.c
15063         * src/gtk/pluginwindow.c
15064         * src/gtk/prefswindow.c
15065         * src/gtk/progressdialog.c
15066         * src/gtk/quicksearch.c
15067         * src/gtk/sslcertwindow.c
15068         * src/plugins/clamav/clamav_plugin.c
15069         * src/plugins/clamav/clamav_plugin_gtk.c
15070         * src/plugins/demo/demo.c
15071         * src/plugins/dillo_viewer/dillo_prefs.c
15072         * src/plugins/dillo_viewer/dillo_viewer.c
15073         * src/plugins/image_viewer/plugin.c
15074         * src/plugins/image_viewer/viewer.c
15075         * src/plugins/image_viewer/viewerprefs.c
15076         * src/plugins/mathml_viewer/mathml_viewer.c
15077         * src/plugins/pgpmime/passphrase.c
15078         * src/plugins/pgpmime/plugin.c
15079         * src/plugins/pgpmime/prefs_gpg.c
15080         * src/plugins/pgpmime/select-keys.c
15081         * src/plugins/pgpmime/sgpgme.c
15082         * src/plugins/spamassassin/spamassassin.c
15083         * src/plugins/spamassassin/spamassassin_gtk.c
15084         * src/plugins/trayicon/trayicon.c
15085                 sync with main (revision 104)
15086
15087 2005-02-10 [colin]      1.0.1cvs3.1
15088
15089         * src/mainwindow.c
15090                 Sync with HEAD (fix occasional crasher)
15091
15092 2005-02-10 [colin]      1.0.1cvs2.1
15093
15094         * src/messageview.c
15095                 Synw with HEAD (don't automatically display html)
15096
15097 2005-02-09 [colin]      1.0.1cvs1.3
15098
15099         * src/textview.c
15100         * src/textview.h
15101                 Add contextual menu on emails
15102
15103 2005-02-09 [colin]      1.0.1cvs1.2
15104
15105         * src/codeconv.c
15106                 Fix converting from broken headers and 
15107                 put back the _ in missing places
15108                 (feature broke with cvs24.2 sync, main 
15109                  possibly affected?)
15110
15111 2005-02-09 [colin]      1.0.1cvs1.1
15112
15113         * src/messageview.c
15114         * src/mimeview.c
15115         * src/mimeview.h
15116                 Sync with HEAD (display non text/plain mails with plugin)
15117
15118 2005-02-08 [colin]      1.0.1.1
15119
15120         * ChangeLog.claws
15121         * po/pt_BR.po
15122                 Sync with HEAD
15123         * configure.ac
15124                 Make default configuration directory 
15125                 be .sylpheed-gtk2
15126
15127 2005-02-08 [colin]      1.0.0cvs29.1
15128
15129         * po/de.po
15130         * po/es.po
15131         * po/fr.po
15132         * po/it.po
15133         * po/sk.po
15134         * po/sr.po
15135                 Sync translations with HEAD
15136
15137 2005-02-06 [colin]      1.0.0cvs28.3
15138
15139         * src/compose.c
15140                 Make compose a bit faster - patch by Alfons.
15141
15142 2005-02-06 [colin]      1.0.0cvs28.2
15143
15144         * src/compose.c
15145                 Make pasting via middle-click more reliable
15146
15147 2005-02-05 [paul]       1.0.0cvs28.1
15148
15149         * ChangeLog
15150         * ChangeLog.claws
15151         * ChangeLog.jp
15152         * configure.ac
15153         * src/compose.c
15154                 sync with HEAD
15155                 (fix bug 682 'redirect is broken'
15156
15157 2005-02-05 [torte]      1.0.0cvs27.1
15158
15159         * ChangeLog.claws
15160         * configure.ac
15161         * src/partial_download.c
15162                 Sync with HEAD (fix buf overflow)
15163
15164 2005-02-03 [colin]      1.0.0cvs26.1
15165
15166         * src/common/plugin.c
15167                 Sync with HEAD (avoid plugin mismatches)
15168
15169 2005-02-03 [paul]       1.0.0cvs25.3
15170
15171         * src/folderview.c
15172         * src/headerview.c
15173         * src/summaryview.c
15174         * src/textview.c
15175         * src/gtk/colorlabel.c
15176                 third and final part of initial sync with main-gtk2
15177
15178 2005-02-03 [paul]       1.0.0cvs25.2
15179
15180         * src/jpilot.c
15181                 fix building with jpilot support
15182
15183 2005-02-02 [colin]      1.0.0cvs25.1
15184
15185         * src/messageview.c
15186                 Sync with HEAD (fix dangerous typo)
15187
15188 2005-02-01 [colin]      1.0.0cvs24.3
15189
15190         * src/common/xml.c
15191                 Write file as advertised (UTF-8)
15192
15193 2005-02-01 [paul]       1.0.0cvs24.2
15194
15195         * src/addrbook.c
15196         * src/addrindex.c
15197         * src/alertpanel.h
15198         * src/codeconv.c
15199         * src/codeconv.h
15200         * src/compose.c
15201         * src/export.c
15202         * src/folder_item_prefs.c
15203         * src/html.c
15204         * src/imap.c
15205         * src/import.c
15206         * src/jpilot.c
15207         * src/mainwindow.c
15208         * src/matcher_parser_lex.l
15209         * src/messageview.c
15210         * src/mh.c
15211         * src/prefs_account.c
15212         * src/prefs_actions.c
15213         * src/prefs_common.c
15214         * src/prefs_gtk.c
15215         * src/prefs_gtk.h
15216         * src/prefs_themes.c
15217         * src/procheader.c
15218         * src/procmime.c
15219         * src/sourcewindow.c
15220         * src/statusbar.c
15221         * src/summaryview.c
15222         * src/textview.c
15223         * src/toolbar.c
15224         * src/unmime.c
15225         * src/common/template.c
15226         * src/common/utils.c
15227         * src/common/xml.c
15228         * src/common/xml.h
15229         * src/gtk/gtkaspell.c
15230         * src/plugins/clamav/clamav_plugin.c
15231         * src/plugins/dillo_viewer/dillo_prefs.c
15232         * src/plugins/image_viewer/viewerprefs.c
15233         * src/plugins/pgpmime/passphrase.c
15234         * src/plugins/pgpmime/prefs_gpg.c
15235         * src/plugins/pgpmime/select-keys.c
15236         * src/plugins/spamassassin/spamassassin.c
15237                 second part of initial sync with main-gtk2
15238                 (more to follow)
15239
15240 2005-01-31 [colin]      1.0.0cvs24.1
15241
15242         * src/compose.c
15243                 Sync with HEAD
15244
15245 2005-01-29 [paul]       1.0.0cvs23.2
15246
15247         * src/account.c
15248         * src/action.c
15249         * src/addressadd.c
15250         * src/addressbook.c
15251         * src/alertpanel.c
15252         * src/compose.c
15253         * src/editaddress.c
15254         * src/editbook.c
15255         * src/editgroup.c
15256         * src/editjpilot.c
15257         * src/editldap.c
15258         * src/editldap_basedn.c
15259         * src/editvcard.c
15260         * src/export.c
15261         * src/foldersel.c
15262         * src/grouplistdialog.c
15263         * src/import.c
15264         * src/importldif.c
15265         * src/inc.c
15266         * src/main.c
15267         * src/mainwindow.c
15268         * src/message_search.c
15269         * src/messageview.c
15270         * src/mimeview.c
15271         * src/prefs_actions.c
15272         * src/prefs_common.c
15273         * src/prefs_common.h
15274         * src/prefs_customheader.c
15275         * src/prefs_display_header.c
15276         * src/prefs_filtering.c
15277         * src/prefs_filtering_action.c
15278         * src/prefs_gtk.c
15279         * src/prefs_matcher.c
15280         * src/prefs_summary_column.c
15281         * src/prefs_template.c
15282         * src/sourcewindow.c
15283         * src/summary_search.c
15284         * src/summaryview.c
15285         * src/textview.c
15286         * src/gtk/about.c
15287         * src/gtk/description_window.c
15288         * src/gtk/gtkshruler.c
15289         * src/gtk/gtkutils.c
15290         * src/gtk/gtkutils.h
15291         * src/gtk/inputdialog.c
15292         * src/gtk/logwindow.c
15293         * src/gtk/prefswindow.c
15294         * src/gtk/progressdialog.c
15295         * src/gtk/progressdialog.h
15296                 first part of initial sync with main-gtk2
15297                 (more to follow)
15298
15299 2005-01-28 [colin]      1.0.0cvs23.1
15300
15301         * src/folderview.c
15302                 Sync with HEAD
15303
15304 2005-01-27 [colin]      1.0.0cvs21.1
15305
15306         * src/folder.c
15307         * src/folderview.c
15308                 Sync with HEAD
15309
15310 2005-01-27 [colin]      1.0.0cvs19.1
15311
15312         * src/procmime.c
15313                 Sync with HEAD
15314
15315 2005-01-27 [colin]      1.0.0cvs18.1
15316
15317         * src/messageview.c
15318         * src/summaryview.c
15319         * src/mainwindow.c
15320         * src/compose.c
15321         * src/compose.h
15322         * src/procmsg.c
15323         * src/procmsg.h
15324         * src/toolbar.c
15325                 Sync with HEAD
15326
15327 2005-01-26 [paul]       1.0.0cvs15.2
15328
15329         * src/compose.c
15330                 compose_entries_set(): convert subject and body to
15331                 utf8 if necessary. patch by Felix Eckhofer
15332
15333 2005-01-26 [paul]       1.0.0cvs15.1
15334
15335         * configure.ac
15336         * src/common/template.c
15337                 sync with HEAD (fix memory leak)
15338
15339 2005-01-25 [paul]       1.0.0cvs14.1
15340
15341         * configure.ac
15342         * src/compose.c
15343                 sync with HEAD
15344
15345 2005-01-24 [colin]      1.0.0cvs13.1
15346
15347         * src/summaryview.c
15348                 Sync with HEAD
15349
15350 2005-01-24 [paul]       1.0.0cvs12.1
15351
15352         * configure.ac
15353         * src/messageview.c
15354         * src/mh.c
15355         * src/common/utils.c
15356                 sync with HEAD
15357
15358 2005-01-24 [colin]      1.0.0cvs11.1
15359
15360         * src/procheader.c
15361                 Sync with HEAD
15362
15363 2005-01-24 [colin]      1.0.0cvs10.1
15364
15365         * src/folderview.c
15366                 Sync with HEAD
15367
15368 2005-01-23 [colin]      1.0.0cvs9.1
15369
15370         * src/crash.c
15371                 Sync with HEAD
15372
15373 2005-01-22 [colin]      1.0.0cvs8.1
15374
15375         * src/summaryview.c
15376         * src/gtk/quicksearch.c
15377                 Sync with HEAD
15378
15379 2005-01-21 [colin]      1.0.0cvs7.1
15380
15381         * src/summaryview.c
15382                 Sync with HEAD
15383
15384 2005-01-21 [colin]      1.0.0cvs6.1
15385
15386         * src/summaryview.c
15387                 Sync with HEAD
15388
15389 2005-01-21 [colin]      1.0.0cvs5.1
15390
15391         * src/gtk/quicksearch.c
15392         * src/prefs_common.c
15393         * src/prefs_common.h
15394                 Sync with HEAD (recurse option)
15395
15396 2005-01-21 [colin]      1.0.0cvs4.1
15397
15398         * src/folder.h
15399         * src/folderview.c
15400         * src/folderview.h
15401         * src/summaryview.c
15402         * src/gtk/quicksearch.c
15403         * src/gtk/quicksearch.h
15404                 Sync with HEAD (recursive quicksearch)
15405
15406 2005-01-20 [colin]      1.0.0cvs3.4
15407
15408         * src/ssl_manager.c
15409                 Remove useless code
15410
15411 2005-01-20 [colin]      1.0.0cvs3.3
15412
15413         * src/ssl_manager.c
15414                 Fix leak, thanks to Alfons.
15415
15416 2005-01-20 [colin]      1.0.0cvs3.2
15417
15418         * src/ssl_manager.c
15419                 Port SSL certificate window to GTK2.
15420
15421 2005-01-20 [paul]       1.0.0cvs3.1
15422
15423         * ChangeLog.claws
15424         * configure.ac
15425         * src/addrindex.c
15426         * src/addrindex.h
15427                 sync with HEAD
15428
15429 2005-01-19 [colin]      1.0.0cvs2.2
15430
15431         * src/plugins/trayicon/trayicon.c
15432                 Fix freeze with gtk-2.6, the easy way
15433                 (signal blocking helpless there...)
15434                 Closes bug #668.
15435
15436 2005-01-19 [colin]      1.0.0cvs2.1
15437
15438         * src/mbox.c
15439         * src/mbox.h
15440         * src/mainwindow.c
15441         * src/summaryview.c
15442         * src/summaryview.h
15443                 Sync with HEAD
15444
15445 2005-01-19 [paul]       1.0.0cvs1.1
15446
15447         * configure.ac
15448         * po/de.po
15449         * po/es.po
15450         * po/fr.po
15451         * po/hr.po
15452         * po/it.po
15453         * po/ja.po
15454         * po/ko.po
15455         * po/pt_BR.po
15456         * po/ru.po
15457         * po/sk.po
15458         * po/sr.po
15459                 sync with HEAD (update translations)
15460
15461 2005-01-18 [colin]      1.0.0cvs0.1
15462
15463         * src/foldersel.c
15464                 Specify search column - patch by Alfons
15465
15466 2005-01-18 [colin]      0.9.13cvs36.3
15467
15468         * src/prefs_toolbar.c
15469                 Change Delete to Remove
15470         * src/prefs_fonts.c
15471                 GTK2 version and leak fixes
15472         * src/prefs_actions.c
15473                 Add stock buttons.
15474                 All patches by Alfons
15475
15476 2005-01-17 [colin]      0.9.13cvs36.2
15477
15478         * src/compose.c
15479                 Fix DnD inserting twice. While at it,
15480                 add DnD support for text/plain in the
15481                 body, and add support in the headers.
15482
15483 2005-01-16 [colin]      0.9.13cvs36.1
15484
15485         * ChangeLog
15486         * ChangeLog.jp
15487         * ChangeLog.claws
15488                 Sync with HEAD (nothing applicable)
15489
15490 2005-01-16 [colin]      0.9.13cvs33.2
15491
15492         * src/prefs_toolbar.c
15493                 GTK2ize prefs_toolbar, by Alfons.
15494
15495 2005-01-14 [colin]      0.9.13cvs33.1
15496
15497         * src/html.c
15498         * src/msgcache.c
15499                 Sync with HEAD
15500
15501 2005-01-14 [colin]      0.9.13cvs32.1
15502
15503         * src/html.c
15504         * src/html.h
15505         * src/msgcache.c
15506         * AUTHORS
15507         * tools/calypso_convert.pl
15508                 Sync with HEAD
15509
15510 2005-01-08 [colin]      0.9.13cvs29.2
15511
15512         * src/prefs_filtering_action.c
15513         * src/prefs_filtering.c
15514                 2 more gtk2 patches by Alfons
15515
15516 2005-01-07 [paul]       0.9.13cvs29.1
15517
15518         * ChangeLog
15519         * ChangeLog.claws
15520         * ChangeLog.jp
15521         * configure.ac
15522         * src/pop.c
15523         * src/pop.h
15524                 sync with HEAD
15525
15526 2005-01-07 [colin]      0.9.13cvs28.3
15527
15528         * src/gtk/progressdialog.c
15529         * src/gtk/progressdialog.h
15530         * src/inc.c
15531         * src/send_message.c
15532                 GTK2 for the incorporation dialog. The CList isn't dead
15533                 yet, for a more smooth migration. Patch by Alfons.
15534
15535 2005-01-06 [colin]      0.9.13cvs28.2
15536
15537         * src/prefs_display_header.c
15538                 GTK2 conversion by Alfons
15539         * src/prefs_actions.c
15540         * src/prefs_matcher.c
15541                 Fix 2 leaks - patch by Alfons
15542
15543 2005-01-06 [colin]      0.9.13cvs28.1
15544
15545         * src/prefs_matcher.c
15546                 Sync with HEAD
15547
15548 2005-01-06 [colin]      0.9.13cvs27.4
15549
15550         * src/prefs_matcher.c
15551                 Fix double-free. Patch by Alfons
15552
15553 2005-01-06 [colin]      0.9.13cvs27.3
15554
15555         * src/prefs_matcher.c
15556                 GTK2 widgets + memleak
15557                 Patch by Alfons
15558
15559 2005-01-05 [colin]      0.9.13cvs27.2
15560
15561         * src/account.c
15562         * src/addr_compl.c
15563         * src/foldersel.c
15564         * src/stock_pixmap.c
15565         * src/stock_pixmap.h
15566                 3 more GTK2 patches by Alfons.
15567
15568 2005-01-04 [colin]      0.9.13cvs27.1
15569
15570         * src/folderview.c
15571         * src/imap_gtk.c
15572         * src/news_gtk.c
15573                 Sync with HEAD
15574
15575 2005-01-04 [colin]      0.9.13cvs25.9
15576
15577         * src/compose.c
15578                 Fix Show Ruler menuitem
15579         * src/prefs_template.c
15580                 Convert to GTK2
15581         * src/common/utils.c
15582                 Make auto pointer stuff handles NULLs
15583                 Patches by Alfons.
15584
15585 2005-01-04 [colin]      0.9.13cvs25.8
15586
15587         * src/compose.c
15588                 Move the attachment list to gtk2
15589                 Patch by Alfons.
15590
15591 2005-01-04 [colin]      0.9.13cvs25.7
15592
15593         * src/textview.c
15594                 Make some keys work again
15595                 Patch by SungHyun Nam <namsh@kldp.org>
15596
15597 2005-01-04 [colin]      0.9.13cvs25.6
15598
15599         * src/gtk/gtkshruler.c
15600                 Move the ruler to GTK2
15601                 Patch by Alfons
15602
15603 2005-01-03 [colin]      0.9.13cvs25.5
15604
15605         * src/compose.c
15606                 Fix my broken patch apply 
15607
15608 2005-01-03 [colin]      0.9.13cvs25.4
15609
15610         * src/common/utils.c
15611         * src/common/utils.h
15612         * src/gtk/prefswindow.c
15613                 Move auto pointer stuff to utils.c
15614                 Patch by Alfons again :)
15615
15616 2005-01-03 [colin]      0.9.13cvs25.3
15617
15618         * src/compose.c
15619         * src/prefs_gtk.c
15620         * src/prefs_template.c
15621         * src/textview.c
15622                 Empty text widgets with empty strings, not NULL char
15623                 Patch by SungHyun Nam <namsh@kldp_org>
15624
15625 2005-01-03 [colin]      0.9.13cvs25.2
15626
15627         * src/main.c
15628         * AUTHORS
15629                 Sync with HEAD
15630
15631 2005-01-03 [colin]      0.9.13cvs25.1
15632
15633         * src/pop.c
15634         * src/pop.h
15635                 Sync with HEAD
15636
15637 2005-01-03 [colin]      0.9.13cvs24.3
15638
15639         * src/account.c
15640                 Two patches from Alfons and Alex S Moore:
15641                 fix images, fix return value.
15642
15643 2005-01-01 [colin]      0.9.13cvs24.2
15644
15645         * src/prefs_actions.c
15646                 Fix over-zealous assertion. Patch by Alfons
15647
15648 2005-01-01 [colin]      0.9.13cvs24.1
15649
15650         * src/procmime.c
15651                 Sync with HEAD (leak fix)
15652
15653 2004-12-31 [colin]      0.9.13cvs23.2
15654
15655         * src/prefs_common.c
15656                 GTK2 widgets + stock buttons - patch by Alfons
15657
15658 2004-12-31 [paul]       0.9.13cvs23.1
15659
15660         * configure.ac
15661                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15662         * src/gtk/pluginwindow.c
15663                 use GTK2 widgets and plug memory leaks,
15664                 patches by Alfons
15665
15666 2004-12-30 [colin]      0.9.13cvs22.4
15667
15668         * src/account.c
15669         * src/action.c
15670         * src/export.c
15671         * src/foldersel.c
15672         * src/import.c
15673         * src/message_search.c
15674         * src/prefs_actions.c
15675         * src/prefs_common.c
15676         * src/prefs_customheader.c
15677         * src/prefs_filtering.c
15678         * src/prefs_summary_column.c
15679         * src/summary_search.c
15680         * src/gtk/about.c
15681         * src/gtk/description_window.c
15682         * src/gtk/gtkutils.c
15683         * src/gtk/gtkutils.h
15684         * src/gtk/inputdialog.c
15685         * src/gtk/prefswindow.c
15686                 Use GTK2 stock buttons. Patches by Alfons.
15687
15688 2004-12-30 [colin]      0.9.13cvs22.3
15689
15690         * src/account.c
15691                 Sync with HEAD
15692         * src/prefs_actions.c
15693         * src/prefs_customheader.c
15694         * src/prefs_filtering.c
15695         * src/prefs_msg_colors.c
15696         * src/prefs_summary_column.c
15697         * src/gtk/prefswindow.c
15698                 Use GtkTreeView instead of deprecated 
15699                 widgets. Patches by Alfons.
15700
15701 2004-12-30 [paul]       0.9.13cvs22.2
15702
15703         * src/foldersel.c
15704                 use GTK 2 Tree View
15705                 patch by Alfons, with root folder sorting fix
15706                 by Stephan Sachse
15707
15708 2004-12-30 [paul]       0.9.13cvs22.1
15709
15710         * ChangeLog
15711         * ChangeLog.claws
15712         * ChangeLog.jp
15713         * NEWS
15714         * configure.ac
15715         * src/account.c
15716                 sync with HEAD
15717
15718 2004-12-22 [martin]     0.9.13cvs21.2
15719
15720         * src/action.c
15721                 free the command line after its use
15722
15723 2004-12-18 [paul]       0.9.13cvs21.1
15724
15725         * AUTHORS
15726         * ChangeLog
15727         * ChangeLog.claws
15728         * ChangeLog.jp
15729         * NEWS
15730         * configure.ac
15731         * src/action.c
15732         * src/compose.c
15733         * src/syldap.c
15734                 sync with HEAD
15735
15736 2004-12-17 [martin]     0.9.13cvs17.2
15737
15738         * src/action.c
15739                 convert actions input to locale
15740         * src/inc.c
15741                 convert notification command to locale
15742         * src/plugins/pgpmime/select-keys.c
15743                 convert attributes to utf8
15744
15745 2004-12-14 [colin]      0.9.13cvs17.1
15746
15747         * ChangeLog
15748         * ChangeLog.jp
15749         * ChangeLog.claws
15750         * src/action.c
15751         * src/common/utils.c
15752         * src/gtk/prefswindow.c
15753         * src/gtk/gtkutils.c
15754         * src/gtk/gtkutils.h
15755         * src/plugins/spamassassin/libspamc.c
15756                 Sync with HEAD
15757
15758 2004-12-13 [colin]      0.9.13cvs14.1
15759
15760         * src/quote_fmt_parse.y
15761                 Sync with HEAD
15762
15763 2004-12-10 [colin]      0.9.13cvs12.1
15764
15765         * src/prefs_themes.c
15766         * src/mainwindow.c
15767         * src/messageview.c
15768                 Sync with HEAD
15769
15770 2004-12-09 [colin]      0.9.13cvs10.1
15771
15772         * src/procmime.c
15773                 Sync with HEAD (fix B64 encoding from memory)
15774
15775 2004-12-08 [colin]      0.9.13cvs9.1
15776
15777         * src/gtk/colorlabel.c
15778                 Sync with HEAD
15779
15780 2004-12-08 [paul]       0.9.13cvs8.2
15781
15782         * src/gtk/pluginwindow.c
15783                 fix window resizing oddities
15784
15785 2004-12-08 [colin]      0.9.13cvs8.1
15786
15787         * src/quote_fmt_parse.y
15788                 Sync with HEAD
15789
15790 2004-12-08 [colin]      0.9.13cvs7.1
15791
15792         * src/matcher_parser_parse.y
15793         * src/msgcache.c
15794         * src/prefs_matcher.c
15795         * src/procheader.c
15796         * src/matcher.c
15797         * src/common/defs.h
15798         * po/sr.po
15799                 Sync with HEAD
15800
15801 2004-12-08 [colin]      0.9.13cvs6.1
15802
15803         * src/quote_fmt_parse.y
15804         * src/textview.c
15805                 Sync with HEAD
15806         * src/gtk/prefswindow.c
15807         * src/gtk/pluginwindow.c
15808                 Fix G_CALLBACKS protos (thanks to Alfons)
15809
15810 2004-12-07 [torte]      0.9.13cvs2.2
15811
15812         * src/procmime.c
15813                 [Bug 650] reply button causes crash
15814                 Thanks to David Relson and Christoph
15815
15816 2004-12-07 [colin]      0.9.13cvs2.1
15817
15818         * ChangeLog.claws
15819         * AUTHORS
15820         * po/sk.po
15821         * src/procmime.c
15822         * src/prefs_account.c
15823         * src/common/smtp.c
15824         * src/common/smtp.h
15825                 Sync with HEAD
15826
15827 2004-12-06 [colin]      0.9.12cvs187.1
15828
15829         * ChangeLog.claws
15830         * INSTALL
15831         * Makefile.am
15832         * README.claws
15833         * TODO.claws
15834         * configure.ac
15835         * po/bg.po
15836         * po/cs.po
15837         * po/el.po
15838         * po/en_GB.po
15839         * po/es.po
15840         * po/fr.po
15841         * po/hr.po
15842         * po/hu.po
15843         * po/it.po
15844         * po/ja.po
15845         * po/ko.po
15846         * po/nl.po
15847         * po/pl.po
15848         * po/pt_BR.po
15849         * po/ru.po
15850         * po/sk.po
15851         * po/sr.po
15852         * po/sv.po
15853         * po/zh_CN.po
15854         * po/zh_TW.Big5.po
15855         * src/compose.c
15856         * tools/Makefile.am
15857         * tools/README
15858         * tools/filter_conv.pl
15859         * tools/kdeservicemenu/README
15860         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15861         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15862                 Sync with HEAD
15863
15864 2004-12-04 [colin]      0.9.12cvs183.1
15865
15866         * src/compose.c
15867                 Sync with HEAD (compose window position saving)
15868
15869 2004-12-04 [paul]       0.9.12cvs182.3
15870
15871         * src/messageview.c
15872         * src/mimeview.c
15873         * src/prefs_customheader.c
15874         * src/gtk/quicksearch.c
15875                 replace some forgotten GTK_SIGNAL_FUNCs
15876
15877 2004-12-04 [paul]       0.9.12cvs182.2
15878
15879         * src/Makefile.am
15880                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
15881                 committed in error      
15882
15883 2004-12-04 [paul]       0.9.12cvs182.1
15884
15885         * ChangeLog
15886         * ChangeLog.claws
15887         * ChangeLog.jp
15888         * INSTALL
15889         * NEWS
15890         * README
15891         * README.jp
15892         * configure.ac
15893         * doc/manual/ja/Makefile.am
15894         * doc/manual/ja/sylpheed-1.html
15895         * doc/manual/ja/sylpheed-10.html
15896         * doc/manual/ja/sylpheed-11.html
15897         * doc/manual/ja/sylpheed-12.html
15898         * doc/manual/ja/sylpheed-13.html
15899         * doc/manual/ja/sylpheed-14.html
15900         * doc/manual/ja/sylpheed-15.html
15901         * doc/manual/ja/sylpheed-16.html
15902         * doc/manual/ja/sylpheed-17.html
15903         * doc/manual/ja/sylpheed-18.html
15904         * doc/manual/ja/sylpheed-19.html
15905         * doc/manual/ja/sylpheed-2.html
15906         * doc/manual/ja/sylpheed-20.html
15907         * doc/manual/ja/sylpheed-3.html
15908         * doc/manual/ja/sylpheed-4.html
15909         * doc/manual/ja/sylpheed-5.html
15910         * doc/manual/ja/sylpheed-6.html
15911         * doc/manual/ja/sylpheed-7.html
15912         * doc/manual/ja/sylpheed-8.html
15913         * doc/manual/ja/sylpheed-9.html
15914         * doc/manual/ja/sylpheed.html
15915         * doc/manual/ja/sylpheed.sgml
15916         * po/de.po
15917         * src/Makefile.am
15918         * src/compose.c
15919         * src/procmime.c
15920         * src/pixmaps/regular.xpm **REMOVED**
15921         * src/plugins/pgpmime/pgpmime.c
15922         * src/plugins/pgpmime/plugin.c
15923         * src/plugins/pgpmime/prefs_gpg.c
15924                 sync with HEAD
15925
15926 2004-12-03 [paul]       0.9.12cvs180.1
15927
15928         * ChangeLog
15929         * ChangeLog.claws
15930         * ChangeLog.jp
15931         * configure.ac
15932         * src/Makefile.am
15933         * src/pop.c
15934         * src/common/utils.c
15935         * src/common/utils.h
15936         * src/pixmaps/continue.xpm
15937         * src/pixmaps/dir_close.xpm
15938         * src/pixmaps/dir_open.xpm
15939         * src/pixmaps/drafts_close.xpm
15940         * src/pixmaps/drafts_open.xpm
15941         * src/pixmaps/folder.xpm **REMOVED**
15942         * src/pixmaps/group.xpm
15943         * src/pixmaps/unread.xpm
15944                 sync with HEAD
15945
15946 2004-12-02 [colin]      0.9.12cvs179.1
15947
15948         * src/compose.c
15949                 Sync with HEAD (non-duplicated reedition)
15950
15951 2004-12-02 [colin]      0.9.12cvs178.1
15952
15953         * src/compose.c
15954                 Sync with HEAD (linewrap_quote fix)
15955
15956 2004-12-01 [colin]      0.9.12cvs177.3
15957
15958         * src/addrharvest.c
15959                 Replace sizeof with strlen
15960
15961 2004-12-01 [paul]       0.9.12cvs177.2
15962
15963         * src/addrharvest.c
15964                 fix 'harvest addresses'
15965
15966 2004-11-30 [colin]      0.9.12cvs177.1
15967
15968         * src/gtk/prefswindow.c
15969         * src/gtk/pluginwindow.c
15970                 Sync with HEAD
15971
15972 2004-11-29 [colin]      0.9.12cvs176.1
15973
15974         * src/folderview.c
15975                 sync with HEAD (Fix disappearing separators in folderview's popup)
15976
15977 2004-11-29 [colin]      0.9.12cvs175.1
15978
15979         * src/procmime.c
15980                 Sync with head (another format fix)
15981
15982 2004-11-29 [colin]      0.9.12cvs174.1
15983
15984         * src/pop.c
15985                 Sync with HEAD (format string fix)
15986
15987 2004-11-26 [colin]      0.9.12cvs173.1
15988
15989         * src/common/smtp.c
15990         * src/common/smtp.h
15991                 Sync with HEAD
15992
15993 2004-11-24 [colin]      0.9.12cvs172.1
15994
15995         * src/plugins/pgpmime/pgpmime.c
15996                 Sync with HEAD
15997
15998 2004-11-24 [colin]      0.9.12cvs171.1
15999
16000         * src/plugins/pgpmime/pgpmime.c
16001                 Sync with head (gpgmectx leaks)
16002
16003 2004-11-24 [colin]      0.9.12cvs169.1
16004
16005         * src/plugins/pgpmime/plugin.c
16006         * src/plugins/trayicon/Makefile.am
16007         * src/plugins/trayicon/newmarkedmail.xpm
16008         * src/plugins/trayicon/trayicon.c
16009         * src/plugins/trayicon/unreadmarkedmail.xpm
16010                 Sync with HEAD
16011
16012 2004-11-23 [colin]      0.9.12cvs168.1
16013
16014         * src/partial_download.c
16015         * src/partial_download.h
16016         * src/plugins/pgpmime/plugin.c
16017                 Sync with HEAD
16018
16019 2004-11-23 [colin]      0.9.12cvs166.1
16020
16021         * src/Makefile.am
16022         * src/codeconv.c
16023         * src/compose.c
16024         * src/folderview.c
16025         * src/main.c
16026         * src/partial_download.c
16027         * src/partial_download.h
16028         * src/prefs_account.c
16029         * src/prefs_account.h
16030         * src/privacy.c
16031         * src/privacy.h
16032         * src/procmime.c
16033         * src/common/Makefile.am
16034         * src/common/base64.h
16035         * src/common/partial_download.c
16036         * src/common/partial_download.h
16037         * src/gtk/prefswindow.c
16038         * src/gtk/prefswindow.h
16039         * src/plugins/pgpmime/pgpmime.c
16040         * src/plugins/pgpmime/prefs_gpg.c
16041         * src/plugins/pgpmime/prefs_gpg.h
16042         * src/plugins/pgpmime/sgpgme.c
16043         * src/plugins/pgpmime/sgpgme.h
16044                 Sync with HEAD
16045
16046 2004-11-23 [colin]      0.9.12cvs163.1
16047
16048         * src/main.c
16049                 Sync with HEAD (cursor optimization)
16050
16051 2004-11-23 [colin]      0.9.12cvs162.1
16052
16053         * src/prefs_common.c
16054         * src/prefs_themes.c
16055         * src/procmsg.c
16056                 Sync with HEAD
16057
16058 2004-11-23 [colin]      0.9.12cvs158.9
16059
16060         * src/compose.c
16061                 Fix double-free when forwarding
16062         * src/msgcache.c
16063                 Fix leak on error path
16064                 
16065
16066 2004-11-23 [colin]      0.9.12cvs158.8
16067
16068         * src/compose.c
16069                 Fix possible double-free
16070                 Spotted by Alfons
16071
16072 2004-11-23 [colin]      0.9.12cvs158.7
16073
16074         * src/compose.c
16075                 Fix some signal handlers' prototypes
16076                 Spotted by Alfons
16077
16078 2004-11-22 [colin]      0.9.12cvs158.6
16079
16080         * src/compose.c
16081                 Remove unneeded code and duplicated
16082                 wrapping - patch by Alfons
16083
16084 2004-11-22 [colin]      0.9.12cvs158.5
16085
16086         * src/prefs_themes.c
16087                 Fix oversized selector
16088
16089 2004-11-22 [colin]      0.9.12cvs158.4
16090
16091         * src/compose.c
16092                 fix dump_text()
16093                 patch by Alfons
16094
16095 2004-11-19 [colin]      0.9.12cvs158.3
16096
16097         * src/textview.c
16098                 Add a context menu on links (open, copy)
16099
16100 2004-11-18 [paul]       0.9.12cvs158.2
16101
16102         * src/addrgather.c
16103         * src/exphtmldlg.c
16104         * src/expldifdlg.c
16105         * src/mimeview.c
16106         * src/prefs_common.c
16107         * src/plugins/image_viewer/viewer.c
16108         * src/plugins/spamassassin/spamassassin_gtk.c
16109                 replace deprecated gtk_notebook_set_page
16110                 and gtk_notebook_current_page
16111
16112 2004-11-18 [paul]       0.9.12cvs158.1
16113
16114         * configure.ac
16115         * src/compose.c
16116         * src/mainwindow.c
16117         * src/messageview.c
16118         * src/prefs_common.c
16119         * src/common/utils.c
16120         * src/common/utils.h
16121                 sync with HEAD
16122
16123 2004-11-17 [colin]      0.9.12cvs156.1
16124
16125         * src/prefs_account.c
16126         * src/prefs_account.h
16127         * src/procmsg.c
16128                 Sync with HEAD (add pref to store encrypted mails encrypted)
16129
16130 2004-11-17 [paul]       0.9.12cvs155.1
16131
16132         * ChangeLog
16133         * ChangeLog.claws
16134         * ChangeLog.jp
16135         * NEWS
16136         * configure.ac
16137         * src/compose.c
16138         * src/jpilot.c
16139         * src/privacy.c
16140         * src/procmime.c
16141         * src/procmime.h
16142         * src/procmsg.c
16143         * src/toolbar.c
16144         * src/pixmaps/error.xpm
16145                 sync with HEAD
16146
16147 2004-11-17 [colin]      0.9.12cvs151.1
16148
16149         * src/plugins/pgpmime/pgpmime.c
16150                 Sync with HEAD (remove debug printf)
16151
16152 2004-11-17 [colin]      0.9.12cvs150.1
16153
16154         * src/plugins/pgpmime/pgpmime.c
16155                 Sync with HEAD (off-by-one fix)
16156
16157 2004-11-17 [colin]      0.9.12cvs149.1
16158
16159         * src/procmsg.c
16160                 Sync with HEAD (coding style fixes)
16161
16162 2004-11-16 [colin]      0.9.12cvs148.1
16163
16164         * src/procmsg.c
16165                 Sync with head (Fix the fix)
16166
16167 2004-11-16 [colin]      0.9.12cvs147.1
16168
16169         * src/procmsg.c
16170                 Sync with Main (leak fix)
16171
16172 2004-11-16 [colin]      0.9.12cvs146.14
16173
16174         * src/compose.c
16175                 Remove useless chunk of code
16176                 Patch by Alfons
16177
16178 2004-11-15 [colin]      0.9.12cvs146.13
16179
16180         * src/compose.c
16181                 Fix drafting after insertion
16182                 Patch by Alfons
16183
16184 2004-11-15 [colin]      0.9.12cvs146.12
16185
16186         * src/compose.c
16187         * src/prefs_filtering.c
16188         * src/prefs_filtering_action.c
16189         * src/prefs_toolbar.c
16190                 Fix some const-correctness
16191
16192 2004-11-15 [colin]      0.9.12cvs146.11
16193
16194         * src/summaryview.c
16195         * src/prefs_themes.c
16196         * src/messageview.c
16197                 Fix some leaks
16198
16199 2004-11-15 [colin]      0.9.12cvs146.10
16200
16201         * src/codeconv.c
16202                 More unreadable locale fixes
16203
16204 2004-11-14 [colin]      0.9.12cvs146.9
16205
16206         * src/textview.c
16207                 Fix uri_security_check
16208                 Patch by Alfons
16209
16210 2004-11-13 [paul]       0.9.12cvs146.8
16211
16212         * src/folder.c
16213         * src/procmime.c
16214                 fix 2 bugs introduced in last commit
16215
16216 2004-11-13 [paul]       0.9.12cvs146.7
16217
16218         * src/compose.c
16219         * src/exporthtml.c
16220         * src/exportldif.c
16221         * src/folder.c
16222         * src/imap.c
16223         * src/imap_gtk.c
16224         * src/main.c
16225         * src/mainwindow.c
16226         * src/messageview.c
16227         * src/mh_gtk.c
16228         * src/prefs_themes.c
16229         * src/procmime.c
16230         * src/setup.c
16231         * src/summaryview.c
16232                 replace deprecated g_basename
16233
16234 2004-11-13 [paul]       0.9.12cvs146.6
16235
16236         * src/compose.c
16237         * src/imap.c
16238         * src/matcher_parser.h
16239         * src/matcher_parser_parse.y
16240         * src/prefs_filtering.c
16241         * src/prefs_filtering_action.c
16242         * src/prefs_themes.c
16243         * src/prefs_toolbar.c
16244         * src/common/utils.c
16245                 various small fixes/cleanups
16246
16247 2004-11-12 [colin]      0.9.12cvs146.5
16248
16249         * src/textview.c
16250                 Validate event's origin on visibility notify
16251                 Patch by Alfons.
16252
16253 2004-11-12 [paul]       0.9.12cvs146.4
16254
16255         * src/exporthtml.c
16256         * src/exportldif.c
16257         * src/imap.c
16258         * src/mh.c
16259         * src/mimeview.c
16260         * src/prefs_spelling.c
16261         * src/prefs_themes.c
16262                 replace deprecated g_dirname    
16263
16264 2004-11-12 [colin]      0.9.12cvs146.3
16265
16266         * src/textview.c
16267                 Some coding style fixes
16268
16269 2004-11-12 [colin]      0.9.12cvs146.2
16270
16271         * src/codeconv.c
16272                 We want to replace _all_ extended chars in
16273                 conv_unreadable_*, because any string containing
16274                 extended chars not parsing as UTF8 is 
16275                 undisplayed on gtk2.
16276
16277 2004-11-12 [paul]       0.9.12cvs146.1
16278
16279         * ChangeLog
16280         * ChangeLog.claws
16281         * ChangeLog.jp
16282         * NEWS
16283         * configure.ac
16284         * src/account.c
16285         * src/folderview.c
16286         * src/folderview.h
16287         * src/imap.c
16288         * src/imap_gtk.c
16289         * src/inc.c
16290         * src/mainwindow.c
16291         * src/mh_gtk.c
16292         * src/news_gtk.c
16293         * src/pop.c
16294         * src/prefs_account.c
16295         * src/prefs_account.h
16296         * src/prefs_ext_prog.c
16297         * src/procmime.c
16298         * src/procmime.h
16299         * src/procmsg.c
16300         * src/procmsg.h
16301         * src/summary_search.c
16302         * src/summaryview.c
16303         * src/textview.c
16304         * src/common/defs.h
16305         * src/common/utils.c
16306         * src/common/utils.h
16307         * src/gtk/menu.c
16308         * src/gtk/menu.h
16309                 sync with HEAD
16310
16311 2004-11-11 [colin]      0.9.12cvs144.2
16312
16313         * src/textview.c
16314                 Fix URI range selection (patch by Alfons)
16315
16316 2004-11-09 [colin]      0.9.12cvs144.1
16317
16318         * ChangeLog.claws
16319         * src/compose.c
16320         * src/folder.c
16321         * src/folder_item_prefs.c
16322         * src/prefs_account.c
16323         * src/prefs_account.h
16324         * src/plugins/pgpmime/pgpmime.c
16325                 Sync with HEAD
16326
16327 2004-11-08 [colin]      0.9.12cvs143.1
16328
16329         * src/summaryview.c
16330                 Sync with HEAD (optimize quicksearch)
16331
16332 2004-11-08 [colin]      0.9.12cvs142.2
16333
16334         * src/compose.c
16335                 Don't wrap when Edit/Auto wrapping is disabled
16336
16337 2004-11-08 [colin]      0.9.12cvs142.1
16338
16339         * src/textview.c
16340                 Sync with HEAD
16341
16342 2004-11-08 [colin]      0.9.12cvs141.1
16343
16344         * src/textview.c
16345                 Sync with HEAD (fix some mail URIs)
16346
16347 2004-11-08 [colin]      0.9.12cvs140.3
16348
16349         * src/textview.c
16350                 o Use text cursor instead of arrow when
16351                   not on a link
16352                 o Fix handling of contiguous links (as in
16353                   "colin@colino.net" <colin@colino.net>)
16354                   This one unveils a bug in get_email_part()
16355
16356 2004-11-07 [colin]      0.9.12cvs140.2
16357
16358         * src/textview.c
16359                 Fix memleak. Patch by Alfons.
16360
16361 2004-11-06 [colin]      0.9.12cvs140.1
16362
16363         * src/compose.c
16364                 Sync with HEAD (don't ask passphrase
16365                 when drafting)
16366
16367 2004-11-06 [paul]       0.9.12cvs139.2
16368
16369         * AUTHORS
16370         * src/textview.c
16371         * src/textview.h
16372                 textview URI handling. hovering over a 
16373                 link displays it in the status bar,
16374                 and changes the mouse pointer to a hand 
16375                 cursor. a link is activated with a single 
16376                 click. (Modified from the) patch by Jean-Yves 
16377                 Lefort <jylefort@users.sourceforge.net>
16378                 
16379
16380 2004-11-05 [colin]      0.9.12cvs139.1
16381
16382         * src/compose.c
16383         * src/procmime.c
16384                 Sync with HEAD again ^^
16385
16386 2004-11-05 [colin]      0.9.12cvs139.1
16387
16388         * src/compose.c
16389         * src/procmime.c
16390                 Sync with HEAD
16391
16392 2004-11-03 [paul]       0.9.12cvs138.1
16393
16394         * ChangeLog.claws
16395         * configure.ac
16396         * po/POTFILES.in
16397         * src/prefs_ext_prog.c
16398         * src/procmime.c
16399         * tools/kdeservicemenu/README
16400         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16401         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16402                 sync with HEAD
16403
16404 2004-11-01 [christoph]  0.9.12cvs136.2
16405
16406         * src/procmime.c
16407                 convert MIME parameters to UTF-8
16408
16409 2004-10-29 [colin]      0.9.12cvs136.1
16410
16411         * src/common/utils.c
16412                 Sync with HEAD (don't use '=' in mime boundary)
16413
16414 2004-10-29 [paul]       0.9.12cvs135.1
16415
16416         * configure.ac
16417         * doc/src/rfc2231.txt
16418         * src/procmime.c
16419         * src/common/quoted-printable.c
16420         * src/common/utils.c
16421         * src/common/utils.h
16422                 sync with HEAD
16423
16424 2004-10-27 [paul]       0.9.12cvs134.1
16425
16426         * configure.ac
16427         * src/main.c
16428         * src/procmime.c
16429         * src/plugins/pgpmime/pgpmime.c
16430                 sync with HEAD
16431
16432 2004-10-26 [paul]       0.9.12cvs132.3
16433
16434         * src/account.c
16435         * src/addressbook.c
16436         * src/addrgather.c
16437         * src/addrharvest.c
16438         * src/codeconv.c
16439         * src/compose.c
16440         * src/customheader.c
16441         * src/editaddress.c
16442         * src/editgroup.c
16443         * src/enriched.c
16444         * src/expldifdlg.c
16445         * src/exporthtml.c
16446         * src/exportldif.c
16447         * src/folder.c
16448         * src/foldersel.c
16449         * src/folderview.c
16450         * src/grouplistdialog.c
16451         * src/html.c
16452         * src/imap.c
16453         * src/jpilot.c
16454         * src/ldapserver.c
16455         * src/ldif.c
16456         * src/mimeview.c
16457         * src/news.c
16458         * src/news_gtk.c
16459         * src/pop.c
16460         * src/prefs_display_header.c
16461         * src/prefs_gtk.c
16462         * src/prefs_msg_colors.c
16463         * src/prefs_toolbar.c
16464         * src/procheader.c
16465         * src/procmime.c
16466         * src/summaryview.c
16467         * src/textview.c
16468         * src/toolbar.c
16469         * src/vcard.c
16470         * src/common/mgutils.c
16471         * src/common/nntp.c
16472         * src/common/smtp.c
16473         * src/common/template.c
16474         * src/common/utils.c
16475         * src/common/xmlprops.c
16476         * src/plugins/pgpmime/pgpmime.c
16477         * src/plugins/pgpmime/select-keys.c
16478         * src/plugins/pgpmime/sgpgme.c
16479                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16480                 g_string_sprintfa(), gtk_notebook_current_page()
16481
16482 2004-10-26 [colin]      0.9.12cvs132.2
16483
16484         * src/prefs_folder_item.c
16485                 Fix default-account selection
16486
16487 2004-10-21 [colin]      0.9.12cvs133
16488
16489         * src/compose.c
16490                 Sync with HEAD (Remove extra separator in compose's Options)
16491         * src/textview.c
16492                 Set wrapping to char
16493
16494 2004-10-21 [paul]       0.9.12cvs131.2
16495
16496         * src/compose.c
16497         * src/sourcewindow.c
16498                 fix wrapping
16499                 fix window shrinking 
16500
16501 2004-10-21 [colin]      0.9.12cvs131.1
16502
16503         * ChangeLog.claws
16504         * src/compose.c
16505                 Sync with HEAD
16506
16507 2004-10-21 [paul]       0.9.12cvs130.2
16508
16509         * src/prefs_folder_item.c
16510                 sync with HEAD (Apply to subfolders)
16511
16512 2004-10-19 [colin]      0.9.12cvs130.1
16513
16514         * ChangeLog.claws
16515         * src/compose.c
16516         * src/common/utils.c
16517         * src/gtk/menu.c
16518                 Sync with HEAD
16519
16520 2004-10-19 [colin]      0.9.12cvs128.1
16521
16522         * src/addrbook.c
16523         * src/addrcache.c
16524         * src/addressbook.c
16525         * src/codeconv.c
16526         * src/compose.c
16527         * src/customheader.c
16528         * src/editaddress.c
16529         * src/editgroup.c
16530         * src/exporthtml.c
16531         * src/folder.c
16532         * src/folderview.c
16533         * src/imap.c
16534         * src/jpilot.c
16535         * src/main.c
16536         * src/matcher_parser_parse.y
16537         * src/mbox.c
16538         * src/pop.c
16539         * src/prefs_account.c
16540         * src/prefs_gtk.c
16541         * src/prefs_msg_colors.c
16542         * src/procheader.c
16543         * src/procmime.c
16544         * src/procmime.h
16545         * src/procmsg.c
16546         * src/summaryview.c
16547         * src/textview.c
16548         * src/common/base64.c
16549         * src/common/partial_download.c
16550         * src/common/socket.c
16551         * src/common/sylpheed.c
16552         * src/common/utils.c
16553         * src/common/utils.h
16554         * src/gtk/pluginwindow.c
16555         * src/gtk/quicksearch.c
16556         * src/plugins/clamav/clamav_plugin.c
16557         * src/plugins/clamav/clamav_plugin.h
16558         * src/plugins/clamav/clamav_plugin_gtk.c
16559         * src/plugins/pgpmime/passphrase.c
16560         * src/plugins/pgpmime/pgpmime.c
16561         * src/plugins/pgpmime/plugin.c
16562         * src/plugins/pgpmime/prefs_gpg.c
16563         * src/plugins/pgpmime/prefs_gpg.h
16564         * src/plugins/pgpmime/select-keys.c
16565         * src/plugins/pgpmime/sgpgme.c
16566         * src/plugins/spamassassin/libspamc.c
16567         * src/plugins/spamassassin/spamassassin.c
16568         * src/plugins/spamassassin/spamassassin.h
16569         * src/plugins/spamassassin/spamassassin_gtk.c
16570         * src/plugins/trayicon/trayicon.c
16571         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16572                 Sync with HEAD
16573
16574 2004-10-14 [colin]      0.9.12cvs126.2
16575
16576         * src/codeconv.c
16577         * src/textview.c
16578                 Fix conv_unreadable_locale
16579
16580 2004-10-13 [colin]      0.9.12cvs126.1
16581
16582         * src/compose.c
16583                 Sync with HEAD (don't convert charset for 
16584                 drafted messages, minor cleanup)
16585
16586 2004-10-13 [colin]      0.9.12cvs125.1
16587
16588         * po/POTFILES.in
16589                 Sync with HEAD (POTFILES fix)
16590
16591 2004-10-12 [colin]      0.9.12cvs124.3
16592
16593         * src/compose.c
16594                 Fix encoding bug from latest sync
16595
16596 2004-10-12 [paul]       0.9.12cvs124.2
16597
16598         * src/plugins/pgpmime/prefs_gpg.c
16599         * src/plugins/pgpmime/prefs_gpg.h
16600                 forgotten in last commit        
16601
16602 2004-10-12 [paul]       0.9.12cvs124.1
16603
16604         * ChangeLog.claws
16605         * configure.ac
16606         * m4/spamassassin.m4
16607         * src/Makefile.am
16608         * src/account.c
16609         * src/compose.c
16610         * src/compose.h
16611         * src/crash.c
16612         * src/main.c
16613         * src/mimeview.c
16614         * src/passphrase.c
16615         * src/passphrase.h
16616         * src/prefs_account.c
16617         * src/prefs_account.h
16618         * src/prefs_common.c
16619         * src/privacy.c
16620         * src/privacy.h
16621         * src/procmime.c
16622         * src/procmime.h
16623         * src/procmsg.c
16624         * src/rfc2015.c
16625         * src/rfc2015.h
16626         * src/select-keys.c
16627         * src/select-keys.h
16628         * src/textview.c
16629         * src/common/utils.c
16630         * src/common/utils.h
16631         * src/gtk/about.c
16632         * src/plugins/pgpmime/Makefile.am
16633         * src/plugins/pgpmime/passphrase.c
16634         * src/plugins/pgpmime/passphrase.h
16635         * src/plugins/pgpmime/pgpmime.c
16636         * src/plugins/pgpmime/plugin.c
16637         * src/plugins/pgpmime/select-keys.c
16638         * src/plugins/pgpmime/select-keys.h
16639         * src/plugins/pgpmime/sgpgme.c
16640         * src/plugins/pgpmime/sgpgme.h
16641                 sync with HEAD
16642
16643 2004-10-04 [colin]      0.9.12cvs122.1
16644
16645         * src/mainwindow.c
16646         * src/messageview.c
16647         * src/messageview.h
16648         * src/textview.c
16649                 Sync with HEAD
16650
16651 2004-10-04 [colin]      0.9.12cvs121.1
16652
16653         * src/summaryview.c
16654                 Sync with HEAD
16655
16656 2004-10-04 [paul]       0.9.12cvs120.1
16657
16658         * configure.ac
16659                 sync with HEAD [don't try to build 
16660                 pgpmime plugin when gpgme is disabled]
16661
16662 2004-10-03 [colin]      0.9.12cvs119.3
16663
16664         * src/gtk/gtksctree.c
16665                 Lots of side effects. Put back as before 117.2.
16666         * src/summaryview.c
16667                 Fix bug #602
16668
16669 2004-10-03 [colin]      0.9.12cvs119.2
16670
16671         * src/gtk/gtksctree.c
16672                 Revert 608 fix that doesn't work that good
16673
16674 2004-10-02 [colin]      0.9.12cvs119.1
16675
16676         * src/mainwindow.c
16677         * src/messageview.c
16678         * src/prefs_common.h
16679         * src/procmime.c
16680         * src/procmime.h
16681         * src/textview.c
16682                 Sync with HEAD
16683         * src/gtk/gtksctree.c
16684                 Close bug #608
16685
16686 2004-10-01 [colin]      0.9.12cvs118.1
16687
16688         * src/mimeview.c
16689                 Sync with HEAD (better Save All fix)
16690
16691 2004-10-01 [colin]      0.9.12cvs117.2
16692
16693         * src/gtk/gtksctree.c
16694                 Faster on selection
16695
16696 2004-10-01 [colin]      0.9.12cvs117.1
16697
16698         * src/mimeview.c
16699                 Sync with HEAD (Save All: only attachments)
16700
16701 2004-10-01 [paul]       0.9.12cvs116.1
16702
16703         * ChangeLog.claws
16704         * configure.ac
16705         * src/account.c
16706         * src/prefs_common.c
16707         * src/gtk/colorlabel.c
16708                 sync with HEAD
16709
16710 2004-09-30 [colin]      0.9.12cvs115.1
16711
16712         * src/stock_pixmap.c
16713         * src/stock_pixmap.h
16714         * src/folderview.c
16715         * src/Makefile.am
16716         * src/pixmaps/read.xpm
16717                 Sync with HEAD (new pixmap)
16718
16719 2004-09-29 [colin]      0.9.12cvs114.1
16720
16721         * src/compose.c
16722                 Sync with HEAD
16723                 Fix focus handling in headers
16724
16725 2004-09-29 [paul]       0.9.12cvs113.1
16726
16727         * src/quote_fmt_parse.y
16728                 sync with HEAD
16729  
16730
16731 2004-09-28 [colin]      0.9.12cvs112.1
16732
16733         * src/folderview.c
16734         * src/mainwindow.c
16735                 Sync with HEAD
16736
16737 2004-09-28 [colin]      0.9.12cvs110.1
16738
16739         * src/folderview.c
16740                 Sync with HEAD (Contextual Empty trash menu)
16741
16742 2004-09-28 [colin]      0.9.12cvs108.1
16743
16744         * src/addressbook.c
16745                 Sync with HEAD (addressbook edit on double-click)
16746
16747 2004-09-28 [colin]      0.9.12cvs106.1
16748
16749         * src/inc.c
16750                 Sync with HEAD (folder_item freeze on inc)
16751
16752 2004-09-27 [colin]      0.9.12cvs105.1
16753
16754         * src/folderview.c
16755                 Sync with HEAD (right-align new and unread column)
16756
16757 2004-09-27 [colin]      0.9.12cvs104.1
16758
16759         * src/main.c
16760                 Sync with HEAD (revert 0.9.12cvs101)
16761
16762 2004-09-24 [colin]      0.9.12cvs103.2
16763
16764         * src/wizard.c
16765                 Fix gtk warnings and use domain part of the email address 
16766                 when domain detection fails (no dot in domain name)
16767
16768 2004-09-23 [colin]      0.9.12cvs103.1
16769
16770         * src/plugins/spamassassin/libspamc.c
16771         * src/plugins/spamassassin/libspamc.h
16772         * src/plugins/spamassassin/utils.c
16773         * src/plugins/spamassassin/utils.h
16774                 Sync with HEAD (Update spamassassin to 3.0)
16775
16776 2004-09-21 [colin]      0.9.12cvs102.3
16777
16778         * src/action.c
16779                 Add horizontal scrollbar in action io dialog as needed
16780                 Patch by Alfons.
16781
16782 2004-09-20 [colin]      0.9.12cvs102.2
16783
16784         * src/plugins/image_viewer/viewer.c
16785                 Remove imlib stuff
16786                 use gtk_pixmap_set when clearing
16787                 (would be better to use gtkImages, but causes size-allocate 
16788                 signals storm)
16789
16790 2004-09-17 [paul]       0.9.12cvs102.1
16791
16792         * ChangeLog
16793         * ChangeLog.claws
16794         * ChangeLog.jp
16795         * configure.ac
16796         * src/inc.c
16797                 sync with HEAD
16798
16799
16800 2004-09-17 [colin]      0.9.12cvs101.1
16801
16802         * ChangeLog.claws
16803         * src/main.c
16804                 Sync with HEAD (fix segs at exit)
16805
16806 2004-09-14 [colin]      0.9.12cvs99.5
16807
16808         * src/common/socket.c
16809         * AUTHORS
16810                 Fix send error on 64bit platforms
16811                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16812
16813 2004-09-14 [colin]      0.9.12cvs99.4
16814
16815         * src/action.c
16816                 Fix action output with utf8 
16817                 Patch by Alfons.
16818
16819 2004-09-14 [colin]      0.9.12cvs99.3
16820
16821         * ChangeLog.claws
16822         * src/folder.c
16823                 Sync with HEAD
16824
16825 2004-09-09 [colin]      0.9.12cvs99.2
16826
16827         * src/action.c
16828                 Fix progress bar (displaying "Completed %v/%u")
16829                 Patch by Alfons.
16830
16831 2004-09-08 [colin]      0.9.12cvs99.1
16832
16833         * src/account.c
16834         * src/folder.c
16835         * src/procmsg.c
16836         * src/procmsg.h
16837         * src/plugins/pgpmime/pgpmime.c
16838                 Sync with HEAD
16839
16840 2004-09-08 [colin]      0.9.12cvs97.2
16841
16842         * src/summaryview.c
16843                 Don't select mails in collapsed threads 
16844                 when navigating with up/down
16845
16846 2004-09-07 [colin]      0.9.12cvs97.1
16847
16848         * src/inc.c
16849                 Sync with HEAD (meaningful error messages)
16850
16851 2004-09-06 [colin]      0.9.12cvs96.1
16852
16853         * src/toolbar.c
16854                 Sync with HEAD (fix Redirect graying out)
16855
16856 2004-09-06 [colin]      0.9.12cvs95.1
16857
16858         * src/summaryview.c
16859         * src/mimeview.c
16860                 Sync with HEAD (fix dropped URIs)
16861
16862 2004-09-06 [colin]      0.9.12cvs94.1
16863
16864         * src/addressbook.c
16865         * src/addressitem.h
16866         * src/addritem.c
16867         * src/addritem.h
16868                 Sync with HEAD (addressbook DnD)
16869
16870 2004-09-03 [colin]      0.9.12cvs93.1
16871
16872         * src/summaryview.c
16873                 Sync with HEAD (next/prev unread)
16874
16875 2004-09-03 [colin]      0.9.12cvs92.1
16876
16877         * src/prefs_common.c
16878         * src/prefs_common.h
16879         * src/summaryview.c
16880                 Sync with HEAD ('mark_as_read_delay' pref)
16881
16882 2004-09-02 [colin]      0.9.12cvs91.2
16883
16884         * src/common/xml.c
16885                 Fix leak
16886
16887 2004-09-02 [colin]      0.9.12cvs91.1
16888
16889         * src/gtk/menu.c
16890                 Sync with HEAD (menu accel don't work, but whatever)
16891
16892 2004-09-02 [colin]      0.9.12cvs90.1
16893
16894         * src/account.c
16895                 Sync with HEAD (fix bug 582)
16896
16897 2004-09-02 [colin]      0.9.12cvs89.1
16898
16899         * src/addrindex.c
16900                 Sync with HEAD (free deleted queries)
16901
16902 2004-09-02 [colin]      0.9.12cvs88.1
16903
16904         * src/ldapquery.c
16905                 Sync with HEAD (fix LDAP freezes)
16906
16907 2004-09-02 [colin]      0.9.12cvs87.1
16908
16909         * src/prefs_spelling.c
16910                 Sync with HEAD (add default dictionary)
16911
16912 2004-09-01 [colin]      0.9.12cvs86.1
16913
16914         * src/filtering.c
16915         * src/folderview.c
16916         * src/imap.c
16917         * src/prefs_matcher.c
16918         * src/stock_pixmap.c
16919         * src/summary_search.c
16920         * src/summaryview.c
16921         * src/wizard.c
16922         * src/wizard.h
16923                 Sync with HEAD (uninitialized vars fixes)
16924                 + gtk2 specific warning fixes
16925
16926 2004-08-31 [colin]      0.9.12cvs85.1
16927
16928         * src/folder.c
16929                 Sync with HEAD (Fix memory corruption due to 
16930                 uninitialized var)
16931
16932 2004-08-31 [colin]      0.9.12cvs84.4
16933
16934         * src/summary_search.c
16935                 Fix segfaults when searching in folders with broken headers
16936
16937 2004-08-31 [colin]      0.9.12cvs84.3
16938
16939         * src/compose.c
16940         * src/textview.c
16941                 Fix some more encoding/decoding issues
16942
16943 2004-08-30 [colin]      0.9.12cvs84.2
16944
16945         * src/mimeview.c
16946         * src/prefs_themes.c
16947         * src/gtk/filesel.c
16948         * src/gtk/filesel.h
16949                 Add a folder-mode selection (fixes mimeview's "Save all")
16950
16951 2004-08-29 [colin]      0.9.12cvs84.1
16952
16953         * src/mimeview.c
16954                 Sync with HEAD (don't escape saved filenames)
16955
16956 2004-08-27 [colin]      0.9.12cvs83.1
16957
16958         * ChangeLog
16959         * ChangeLog.claws
16960         * ChangeLog.jp
16961         * src/mh.c
16962         * src/procheader.c
16963         * src/procmsg.c
16964         * src/procmsg.h
16965         * src/common/utils.c
16966         * src/gtk/menu.h
16967         * po/
16968                 Sync with HEAD 0.9.12cvs83 (sync with main)
16969
16970 2004-08-26 [colin]      0.9.12cvs82.4
16971
16972         * src/codeconv.c
16973                 Fix strange stack corruption
16974                 Convert to utf8 after unmime, not before
16975
16976 2004-08-26 [colin]      0.9.12cvs82.3
16977
16978         * src/main.c
16979         * src/wizard.c
16980                 Fix account folders duplication
16981
16982 2004-08-25 [colin]      0.9.12cvs82.2
16983
16984         * src/wizard.c
16985                 Remove ports
16986                 Add SSL selection
16987                 Use login@server as account name
16988
16989 2004-08-25 [colin]      0.9.12cvs82.1
16990
16991         * src/plugins/pgpmime/pgpmime.c
16992                 Sync with HEAD (leak fix).
16993
16994 2004-08-25 [colin]      0.9.12cvs81.1
16995
16996         * src/plugins/pgpmime/pgpmime.c
16997         * src/plugins/pgpmime/sgpgme.c
16998         * src/plugins/pgpmime/sgpgme.h
16999                 Sync with HEAD (Handle combined messages).
17000
17001 2004-08-24 [colin]      0.9.12cvs80.3
17002
17003         * src/wizard.c
17004                 Fix full name, ports, and imap
17005
17006 2004-08-24 [colin]      0.9.12cvs80.2
17007
17008         * src/Makefile.am
17009         * src/main.c
17010         * src/setup.c
17011         * src/setup.h
17012         * src/stock_pixmap.c
17013         * src/stock_pixmap.h
17014         * src/wizard.c ** ADDED **
17015         * src/wizard.h ** ADDED ** 
17016         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17017                 Add a setup wizard 
17018
17019 2004-08-24 [colin]      0.9.12cvs80.1
17020
17021         * src/folder.c
17022                 Sync with HEAD (set mimeflags on all messages)
17023
17024 2004-08-24 [colin]      0.9.12cvs79.3
17025
17026         * src/matcher_parser_lex.l
17027                 Fix 8bits strings not in utf8
17028
17029 2004-08-24 [colin]      0.9.12cvs79.2
17030
17031         * src/compose.c
17032                 Check conversion result before replacing buffer
17033
17034 2004-08-23 [colin]      0.9.12cvs79.1
17035
17036         * src/compose.c
17037                 Sync with HEAD (create message header in memory)
17038
17039 2004-08-23 [colin]      0.9.12cvs78.1
17040
17041         * src/rfc2015.c
17042         * src/rfc2015.h
17043                 Sync with HEAD (fix bug 197 again)
17044
17045 2004-08-23 [colin]      0.9.12cvs77.3
17046
17047         * src/compose.c
17048                 Fix again inline gpg signing (which outputs utf8
17049                 in gtk2). Not syncing this fix to HEAD as this 
17050                 code is meant to die.
17051
17052 2004-08-23 [colin]      0.9.12cvs77.2
17053
17054         * src/prefs_account.h
17055                 Remove useless include
17056
17057 2004-08-23 [colin]      0.9.12cvs77.1
17058
17059         * src/imap.c
17060         * po/es.po
17061         * po/fr.po
17062         * po/it.po
17063         * po/pl.po
17064         * po/pt_BR.po
17065         * po/sk.po
17066         * po/sr.po
17067                 Sync with HEAD (fix bug 577)
17068
17069 2004-08-22 [colin]      0.9.12cvs76.1
17070
17071         * src/plugins/trayicon/trayicon.c
17072                 Sync with HEAD (fix formatting bug)
17073
17074 2004-08-21 [colin]      0.9.12cvs74.2
17075
17076         * src/gtk/colorsel.c
17077                 Fix bug 564 (Folder color selection window exits on any
17078                 keypress)
17079
17080 2004-08-21 [colin]      0.9.12cvs74.1
17081
17082         * ChangeLog.claws
17083         * src/compose.c
17084         * src/summaryview.c
17085         * src/toolbar.c
17086                 Sync with HEAD (fix bug 576)
17087
17088 2004-08-21 [colin]      0.9.12cvs70.1
17089
17090         * src/compose.c
17091         * src/mainwindow.c
17092                 Sync with HEAD
17093                 
17094
17095 2004-08-21 [paul]       0.9.12cvs66.4
17096
17097         * src/mainwindow.c
17098         * src/messageview.c
17099         * src/gtk/menu.c
17100         * src/plugins/spamassassin/spamassassin_gtk.c
17101                 remove some deprecated gtk1 functions
17102
17103
17104 2004-08-21 [colin]      0.9.12cvs66.3
17105
17106         * src/compose.c
17107         * src/codeconv.c
17108                 Fix warnings
17109                 Remove encoding hacks
17110                 Fix bug 575 (Strange character messes up message)
17111                 Don't display conversion error when drafting
17112
17113 2004-08-21 [paul]       0.9.12cvs66.2
17114
17115         * src/prefs_account.c
17116                 fix GnuPG mode bugs
17117
17118
17119 2004-08-20 [colin]      0.9.12cvs66.1
17120
17121         * src/codeconv.c
17122                 Sync with HEAD 0.9.12cvs66
17123
17124 2004-08-20 [paul]
17125
17126         * src/plugins/pgpmime/plugin.c
17127                 modify PGP/MIME plugin's description
17128
17129 2004-08-17 [colin]      0.9.12cvs65.1
17130
17131         * src/common/ssl.c
17132         * src/plugins/pgpmime/plugin.c
17133                 Sync with HEAD
17134
17135 2004-08-14 [colin]      0.9.12cvs60.3
17136
17137         * src/plugins/trayicon/trayicon.c
17138                 Put back resize callback, on size-request signal
17139                 rather than size-allocate to avoid infinite 
17140                 callback loop
17141
17142 2004-08-13 [colin]      0.9.12cvs60.2
17143
17144         * src/common/defs.h
17145                 Cache versions have been fixed
17146
17147 2004-08-13 [colin]      0.9.12cvs60.1
17148
17149         * src/folderutils.c
17150                 Sync with HEAD
17151
17152 2004-08-12 [colin]      0.9.12cvs59.1
17153
17154         * src/plugins/trayicon/trayicon.c
17155                 Sync with HEAD
17156
17157 2004-08-12 [colin]      0.9.12cvs57.5
17158
17159         * sylpheed.desktop
17160         * configure.ac
17161         * src/Makefile.am
17162         * src/main.c
17163                 Add support for Freedesktop.org's startup notification
17164
17165 2004-08-11 [colin]      0.9.12cvs57.4
17166
17167         * src/textview.c
17168                 Fix off-by-one
17169
17170 2004-08-11 [colin]      0.9.12cvs57.3
17171
17172         * src/message_search.c
17173         * src/summary_search.c
17174                 Make searches case insensitive by default
17175         * src/textview.c
17176                 Fix case-insensitive search in message
17177
17178 2004-08-11 [colin]      0.9.12cvs57.2
17179
17180         * src/summary_search.c
17181                 Let case-sensitive be specified
17182
17183 2004-08-10 [colin]      0.9.12cvs55.4
17184
17185         * src/common/socket.c
17186                 Fix the possible race condition
17187
17188 2004-08-09 [paul]       0.9.12cvs55.3
17189
17190         * configure.ac
17191         * src/Makefile.am
17192         * src/common/Makefile.am
17193                 sync with HEAD
17194
17195
17196 2004-08-09 [paul]       0.9.12cvs55.2
17197
17198         * autogen.sh
17199         * po/poconv.sh
17200                 remove unneeded script
17201
17202         * configure.ac
17203                 add forgotten USE_LDAP_TLS (sync with HEAD)
17204
17205
17206 2004-08-09 [colin]      0.9.12cvs55.1
17207
17208         * src/main.c
17209         * src/common/ssl.c
17210         * src/common/sylpheed.c
17211         * src/common/sylpheed.h
17212                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17213
17214 2004-08-09 [paul]       0.9.12cvs54.1
17215
17216         * ChangeLog
17217         * ChangeLog.claws
17218         * ChangeLog.jp
17219         * configure.ac
17220         * po/POTFILES.in
17221         * src/Makefile.am
17222         * src/folderutils.c
17223         * src/main.c
17224         * src/pgpmime.c
17225         * src/pgpmime.h
17226         * src/sgpgme.c
17227         * src/sgpgme.h
17228         * src/plugins/Makefile.am
17229         * src/plugins/pgpmime/.cvsignore
17230         * src/plugins/pgpmime/Makefile.am
17231         * src/plugins/pgpmime/pgpmime.c
17232         * src/plugins/pgpmime/pgpmime.h
17233         * src/plugins/pgpmime/plugin.c
17234         * src/plugins/pgpmime/sgpgme.c
17235         * src/plugins/pgpmime/sgpgme.h
17236                 sync with HEAD
17237
17238 2004-08-08 [paul]       0.9.12cvs51.1
17239
17240         * configure.ac
17241         * src/folder.c
17242                 sync with HEAD
17243
17244 2004-08-07 [colin]      0.9.12cvs50.1
17245
17246         * src/pop.c
17247         * src/common/partial_download.c
17248                 fix warnings (sync from HEAD)
17249
17250 2004-08-07 [colin]      0.9.12cvs48.1
17251
17252         * src/prefs_folder_item.c
17253                 sync with HEAD 0.9.12cvs48
17254
17255 2004-08-06 [colin]      0.9.12cvs47.1
17256
17257         * src/compose.c
17258                 Sync with HEAD
17259
17260 2004-08-06 [christoph]  0.9.12cvs46.2
17261
17262         * src/main.c
17263         * src/plugins/clamav/clamav_plugin_gtk.c
17264         * src/plugins/dillo_viewer/dillo_viewer.c
17265         * src/plugins/image_viewer/plugin.c
17266         * src/plugins/mathml_viewer/mathml_viewer.c
17267         * src/plugins/spamassassin/spamassassin_gtk.c
17268         * src/plugins/trayicon/trayicon.c
17269                 don't mix GTK1.2 plugin with GTK2 plugins
17270
17271 2004-08-06 [colin]      0.9.12cvs46.1
17272
17273         * ChangeLog
17274         * ChangeLog.claws
17275         * ChangeLog.jp
17276         * configure.ac
17277         * sylpheed-claws.pc.in
17278         * src/folder.c
17279         * src/imap.c
17280         * src/localfolder.c
17281         * src/messageview.c
17282         * src/mimeview.c
17283         * src/mimeview.h
17284         * src/msgcache.c
17285         * src/news.c
17286         * src/prefs_ext_prog.c
17287         * src/prefs_folder_item.c
17288         * src/prefs_fonts.c
17289         * src/prefs_msg_colors.c
17290         * src/prefs_spelling.c
17291         * src/prefs_themes.c
17292         * src/prefs_toolbar.c
17293         * src/prefs_wrapping.c
17294         * src/procmime.h
17295         * src/common/defs.h
17296         * src/common/nntp.c
17297         * src/common/session.c
17298         * src/common/session.h
17299         * src/common/socket.c
17300         * src/common/utils.h
17301         * src/common/xml.c
17302         * src/common/xml.h
17303         * src/gtk/prefswindow.c
17304         * src/gtk/prefswindow.h
17305         * src/plugins/clamav/clamav_plugin_gtk.c
17306         * src/plugins/dillo_viewer/dillo_prefs.c
17307         * src/plugins/image_viewer/viewerprefs.c
17308         * src/plugins/spamassassin/spamassassin_gtk.c
17309         * m4/openssl.m4 *** REMOVED ***
17310                 Sync with HEAD 0.9.12cvs46
17311
17312 2004-08-03 [paul]       0.9.12cvs40.2
17313
17314         * src/action.c
17315         * src/addressadd.c
17316         * src/addressbook.c
17317         * src/addrgather.c
17318         * src/browseldap.c
17319         * src/compose.c
17320         * src/crash.c
17321         * src/editaddress.c
17322         * src/editgroup.c
17323         * src/editldap_basedn.c
17324         * src/foldersel.c
17325         * src/importldif.c
17326         * src/mimeview.c
17327         * src/prefs_common.c
17328         * src/prefs_template.c
17329         * src/sourcewindow.c
17330         * src/summaryview.c
17331         * src/gtk/about.c
17332         * src/gtk/foldersort.c
17333         * src/gtk/logwindow.c
17334         * src/gtk/pluginwindow.c
17335         * src/gtk/prefswindow.c
17336                 change all gtk_scrolled_window_set_policy from 
17337                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17338
17339 2004-08-02 [paul]       0.9.12cvs40.1
17340
17341         * AUTHORS
17342                 update translation team section
17343         * po/pt_BR.po
17344                 updated by Frederico Goncalves Guimaraes
17345                 <fggdebian@yahoo.com.br>
17346
17347 2004-07-31 [colin]      0.9.12cvs39.9
17348
17349         * src/exphtmldlg.c
17350                 Fix compilation
17351
17352 2004-07-31 [colin]      0.9.12cvs39.8
17353
17354         * src/exphtmldlg.c
17355                 Fix an alertpanel type
17356
17357 2004-07-30 [colin]      0.9.12cvs39.7
17358
17359         * src/alertpanel.c
17360                 Fix alertpanel_error_log's icon
17361
17362 2004-07-30 [colin]      0.9.12cvs39.6
17363
17364         * src/pop.c
17365                 Two of them should still be warnings
17366
17367 2004-07-30 [colin]      0.9.12cvs39.5
17368
17369         * src/pop.c
17370                 More warning -> error
17371 2004-07-29 [colin]      0.9.12cvs39.4
17372
17373         * src/pop.c
17374                 Warning -> error
17375
17376 2004-07-29 [colin]      0.9.12cvs39.3
17377
17378         * src/prefs_matcher.c
17379                 Fix segfault
17380
17381 2004-07-29 [colin]      0.9.12cvs39.2
17382
17383         * src/alertpanel.c
17384                 More nice-looking alertpanels
17385
17386 2004-07-29 [colin]      0.9.12cvs39.1
17387
17388         * src/messageview.c
17389                 sync with head
17390                 (inform user when partial mail is deleted on server)
17391
17392 2004-07-29 [colin]      0.9.12cvs38.1
17393
17394         * src/messageview.c
17395                 sync with head
17396
17397 2004-07-28 [paul]       0.9.12cvs37.7
17398
17399         * src/mainwindow.c
17400                 complete the replacement of deprecated gtk_progress_*
17401
17402 2004-07-28 [paul]       0.9.12cvs37.6
17403
17404         * src/action.c
17405         * src/inc.c
17406         * src/mainwindow.c
17407         * src/send_message.c
17408         * src/gtk/progressdialog.c
17409         * src/gtk/progressdialog.h
17410                 replace deprecated gtk_progress_*
17411
17412 2004-07-28 [paul]       0.9.12cvs37.5
17413
17414         * src/gtk/filesel.c
17415                 remove gtk_window_set_wmclass()
17416 2004-07-28 [paul]       0.9.12cvs37.4
17417
17418         * src/addressbook.c
17419         * src/compose.c
17420         * src/foldersel.c
17421         * src/mainwindow.c
17422         * src/messageview.c
17423         * src/sourcewindow.c
17424         * src/gtk/logwindow.c
17425                 remove gtk_window_set_wmclass()
17426                 
17427         * src/prefs_filtering.c
17428         * src/prefs_filtering_action.c
17429         * src/prefs_fonts.c
17430         * src/prefs_gtk.c
17431         * src/prefs_matcher.c
17432         * src/ssl_manager.c
17433         * src/gtk/prefswindow.c
17434                 replace gtk_window_position()
17435
17436 2004-07-28 [colin]      0.9.12cvs37.3
17437
17438         * src/alertpanel.c
17439         * src/alertpanel.h
17440                 Add a way to specify panel type for specific
17441                 panels (alertpanel())
17442         * src/account.c
17443         * src/addressbook.c
17444         * src/compose.c
17445         * src/expldifdlg.c
17446         * src/main.c
17447         * src/messageview.c
17448         * src/summaryview.c
17449         * src/textview.c
17450         * src/gtk/sslcertwindow.c
17451                 Fix alertpanel()s so that their icon match
17452                 their real type
17453
17454 2004-07-28 [paul]       0.9.12cvs37.2
17455
17456         * src/addr_compl.c
17457         * src/addressbook.c
17458         * src/alertpanel.c
17459         * src/compose.c
17460         * src/export.c
17461         * src/foldersel.c
17462         * src/folderview.c
17463         * src/grouplistdialog.c
17464         * src/import.c
17465         * src/mainwindow.c
17466         * src/message_search.c
17467         * src/messageview.c
17468         * src/passphrase.c
17469         * src/prefs_actions.c
17470         * src/prefs_common.c
17471         * src/prefs_customheader.c
17472         * src/prefs_display_header.c
17473         * src/prefs_filtering.c
17474         * src/prefs_filtering_action.c
17475         * src/prefs_gtk.c
17476         * src/prefs_matcher.c
17477         * src/prefs_msg_colors.c
17478         * src/prefs_summary_column.c
17479         * src/prefs_template.c
17480         * src/sourcewindow.c
17481         * src/ssl_manager.c
17482         * src/summary_search.c
17483         * src/gtk/colorsel.c
17484         * src/gtk/description_window.c
17485         * src/gtk/gtkaspell.c
17486         * src/gtk/inputdialog.c
17487         * src/gtk/logwindow.c
17488         * src/gtk/prefswindow.c
17489         * src/gtk/progressdialog.c
17490                 replace deprecated gtk_window_set_policy
17491
17492 2004-07-27 [colin]      0.9.12cvs37.1
17493
17494         * src/msgcache.c
17495                 More fixes (synced for head again)
17496
17497 2004-07-27 [colin]      0.9.12cvs35.3
17498
17499         * src/msgcache.c
17500                 Fix wrong test
17501
17502 2004-07-27 [colin]      0.9.12cvs35.2
17503
17504         * src/mimeview.c
17505                 Fix width a bit (by Paul)
17506         * src/alertpanel.c
17507         * src/alertpanel.h
17508                 Specialize icons, make alertpanel_message()
17509                 private
17510         * src/message_search.c
17511         * src/sgpgme.c
17512         * src/summary_search.c
17513                 Suit alertpanel changes
17514
17515 2004-07-27 [colin]      0.9.12cvs35.1
17516
17517         * src/alertpanel.c
17518                 Add an icon
17519         * src/passphrase.c
17520                 Add debug output - maybe someone will
17521                 want to look at the problem with Grab
17522                 Input :)
17523         Bump version as we're synced with HEAD
17524
17525 2004-07-26 [colin]      0.9.12cvs33.26
17526
17527         * src/pop.c
17528                 Fix uidl-file parsing when not in new
17529                 format
17530
17531 2004-07-26 [colin]      0.9.12cvs33.25
17532
17533         * src/gtk/menu.c
17534                 Move popup menu up if necessary (fixes 
17535                 account selector)
17536         * src/mainwindow.c
17537                 Set account selector's button height to
17538                 minimum
17539
17540 2004-07-26 [colin]      0.9.12cvs33.24
17541
17542         * src/alertpanel.c
17543                 Maybe fix 551 (Truncated font in alert window)
17544
17545 2004-07-26 [colin]      0.9.12cvs33.23
17546
17547         * po/de.po
17548         * po/es.po
17549         * po/fr.po
17550         * po/it.po
17551         * po/ja.po
17552         * po/pl.po
17553         * po/ru.po
17554         * po/sk.po
17555         * po/sr.po
17556         * po/zh_CN.po
17557                 Sync po files with HEAD
17558
17559 2004-07-26 [paul]       0.9.12cvs33.22
17560
17561         * src/compose.c
17562                 fix Bug 556 'Organisation-header is sent even if empty'
17563
17564 2004-07-24 [colin]      0.9.12cvs33.21
17565
17566         * src/compose.c
17567         * src/gtk/gtkaspell.c
17568         * src/gtk/gtkaspell.h
17569                 Fix speller accelerators (require hack)
17570
17571 2004-07-24 [colin]      0.9.12cvs33.20
17572
17573         * src/gtk/gtkaspell.c
17574                 Fix over-eager code deletion breaking
17575                 Check while typing
17576
17577 2004-07-24 [colin]      0.9.12cvs33.19
17578
17579         * src/browseldap.c
17580         * src/ldapctrl.c
17581         * src/ldapctrl.h
17582         * src/ldapserver.h
17583                 Sync ldap with HEAD
17584         (Fixes 546 LDAP completely broken)
17585
17586 2004-07-24 [colin]      0.9.12cvs33.18
17587
17588         * src/prefs_msg_colors.c
17589                 Fix prototype mismatch
17590         (Fixes 547 void function cannot return value)
17591
17592 2004-07-24 [colin]      0.9.12cvs33.17
17593
17594         * src/mainwindow.c
17595                 Fix sort going back to previous sort key
17596                 when changing sort direction
17597
17598 2004-07-24 [colin]      0.9.12cvs33.16
17599
17600         * src/compose.c
17601                 Fix space insertion when re-wrapping at 
17602                 cursor point
17603
17604 2004-07-24 [colin]      0.9.12cvs33.15
17605
17606         * src/gtk/gtkaspell.c
17607                 Don't change cursor position in insert-text
17608                 callback
17609         (Fixes 539 Word wrapping on input transposes letters)
17610
17611 2004-07-24 [colin]      0.9.12cvs33.14
17612
17613         * src/gtk/gtkaspell.c
17614                 Reencode non-ascii chars to dictionary's
17615                 encoding
17616         (Fixes 544 Spell check broken non english locale)
17617
17618 2004-07-24 [colin]      0.9.12cvs33.13
17619
17620         * src/summaryview.c
17621                 Fix Shift+Down, add Home/End/PgUp/PgDown
17622
17623 2004-07-21 [colin]      0.9.12cvs33.12
17624
17625         * src/prefs_common.c
17626                 Fix a gtk warning (Patch by Andrej Kacian)
17627
17628 2004-07-21 [colin]      0.9.12cvs33.11
17629
17630         * src/gtk/filesel.c
17631                 More check
17632
17633 2004-07-21 [colin]      0.9.12cvs33.10
17634
17635         * src/compose.c
17636         * src/crash.c
17637         * src/export.c
17638         * src/import.c
17639         * src/messageview.c
17640         * src/mimeview.c
17641         * src/prefs_spelling.c
17642         * src/prefs_themes.c
17643         * src/summaryview.c
17644         * src/gtk/filesel.c
17645         * src/gtk/filesel.h
17646         * src/gtk/pluginwindow.c
17647                 Untwist open/save mode guessing logic, make
17648                 it explicit
17649
17650 2004-07-20 [colin]      0.9.12cvs33.9
17651
17652         * src/codeconv.c
17653                 conv_encode_header: src_charset is UTF-8 on
17654                 gtk2
17655         * src/compose.c
17656                 Remove double encoding of the headers
17657
17658 2004-07-20 [colin]      0.9.12cvs33.8
17659
17660         * src/codeconv.c
17661                 Fix typo
17662
17663 2004-07-20 [colin]      0.9.12cvs33.7
17664
17665         * src/mainwindow.c
17666                 Set the separated messageview to the saved
17667                 size of Claws' messageview (Patch by Alfons)
17668                 Fix a callback prototype (me)
17669
17670 2004-07-20 [colin]      0.9.12cvs33.6
17671
17672         * src/codeconv.h
17673                 Forgot one hunk in 0.9.12cvs33.4
17674
17675 2004-07-19 [colin]      0.9.12cvs33.5
17676
17677         * src/action.c
17678                 Action output fix
17679                 Patch by Alfons
17680
17681 2004-07-19 [colin]      0.9.12cvs33.4
17682
17683         * src/compose.c
17684                 Fix outgoing charset bug in headers
17685         * src/codeconv.c
17686                 Clean for glib2 - Patch by Alfons
17687
17688 2004-07-19 [colin]      0.9.12cvs33.3
17689
17690         * src/statusbar.c
17691                 Remove grip from the statusbar
17692                 Patch by Alfons
17693
17694 2004-07-19 [colin]      0.9.12cvs33.2
17695
17696         * src/messageview.c
17697         * src/textview.c
17698                 Fix messageview remembering the previous
17699                 scroll position when loading a new message
17700                 Patch by Alfons
17701
17702 2004-07-19 [colin]      0.9.12cvs33.1
17703
17704         * src/folder.h
17705         * src/folderview.c
17706         * src/summaryview.c
17707                 Sync with HEAD
17708
17709 2004-07-18 [colin]      0.9.12cvs32.7
17710
17711         * configure.ac
17712                 Remove useless check for XIM - noticed
17713                 by Alfons
17714
17715 2004-07-18 [colin]      0.9.12cvs32.6
17716
17717         * src/summaryview.c
17718                 Remove non-modified and shift-modified
17719                 accelerators in summaryview's popup
17720                 menu, as that doesn't get catched by
17721                 the accel-activate signal catcher...
17722
17723 2004-07-18 [colin]      0.9.12cvs32.5
17724
17725         * src/prefs_common.c
17726                 Define sensible default prefs for 
17727                 wrapping
17728
17729 2004-07-18 [colin]      0.9.12cvs32.4
17730
17731         * src/compose.c
17732         * src/prefs_common.c
17733         * src/prefs_common.h
17734         * src/prefs_wrapping.c
17735                 Remove Smart Wrapping pref, which does
17736                 nothing on gtk2 branch
17737
17738 2004-07-18 [colin]      0.9.12cvs32.3
17739
17740         * src/sourcewindow.c
17741                 Proper utf8
17742
17743 2004-07-18 [colin]      0.9.12cvs32.2
17744
17745         * src/compose.c
17746                 Save attachment status when drafting
17747
17748 2004-07-18 [colin]      0.9.12cvs32.1
17749
17750         * src/gtk/filesel.c
17751                 Fix erratic folder selection in open mode
17752
17753 2004-07-18 [colin]      0.9.12cvs31.11
17754
17755         * src/pop.c
17756                 Don't let partial messages get deleted
17757                 even with "dowload all"
17758                 (0.9.12cvs31.8 fix extension)
17759 2004-07-18 [colin]      0.9.12cvs31.10
17760
17761         * src/gtk/logwindow.c
17762                 Fix log scrolling
17763
17764 2004-07-18 [colin]      0.9.12cvs31.9
17765
17766         * src/common/utils.c
17767                 Fix non-utf8 strings coming from commands
17768                 and files
17769
17770 2004-07-18 [colin]      0.9.12cvs31.8
17771
17772         * src/pop.c
17773                 Fix partial download bug with Download all
17774                 messages option
17775
17776 2004-07-18 [colin]      0.9.12cvs31.7
17777
17778         * src/textview.c
17779                 Fix bug introduced in 0.9.12cvs31.2
17780                 (blocked in select mode after double click)
17781
17782 2004-07-18 [colin]      0.9.12cvs31.6
17783
17784         * src/compose.c
17785         * src/gtk/menu.c
17786                 More glib-warning fixes
17787
17788 2004-07-18 [colin]      0.9.12cvs31.5
17789
17790         * src/compose.c
17791                 Fix trashing the primary clipboard when moving 
17792                 around with tab
17793         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17794
17795 2004-07-18 [colin]      0.9.12cvs31.4
17796
17797         * src/codeconv.c
17798                 convert unencoded iso headers to utf8
17799         (Fix Bug 538 Unencoded local characters in subject make it 
17800          disappear)
17801
17802 2004-07-18 [colin]      0.9.12cvs31.3
17803
17804         * src/compose.c
17805                 Fix tab char handling in wrapping
17806         (Fix Bug 537 Line wrap problem - TAB character treated as 
17807          one character instead of 8)
17808
17809 2004-07-18 [colin]      0.9.12cvs31.2
17810
17811         * src/textview.c
17812                 return FALSE on GDK_MOTION_NOTIFY
17813         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17814          (unable to highlight))
17815
17816 2004-07-18 [colin]      0.9.12cvs31.1
17817
17818         * src/folderview.c
17819                 Sync with 0.9.12cvs31
17820
17821 2004-07-18 [colin]      0.9.12cvs30.4
17822
17823         * src/compose.c
17824                 Also block text_inserted when inserting a file
17825
17826 2004-07-18 [colin]      0.9.12cvs30.3
17827
17828         * src/compose.c
17829                 Fix smart wrapping (block text_inserted handler
17830                 while putting quotation to avoid wrap on input,
17831                 don't join lines if next is sig separator)
17832
17833 2004-07-17 [colin]      0.9.12cvs30.2
17834
17835         * src/folderview.c
17836         * src/mainwindow.c
17837         * src/mimeview.c
17838         * src/summaryview.c
17839         * src/gtk/quicksearch.c
17840         * src/gtk/quicksearch.h
17841                 Block key events handlers *and* accels while
17842                 quicksearch is focused
17843         (Fixes Bug 534 quick-search bar not accepting certain letters)
17844
17845 2004-07-17 [colin]      0.9.12cvs30.1
17846
17847         * src/folder.h
17848         * src/folderview.c
17849         * src/summaryview.c
17850                 Sync with 0.9.12cvs30
17851
17852 2004-07-17 [colin]      0.9.12cvs28.2
17853
17854         * src/mimeview.c
17855         * src/procmime.c
17856         * src/summaryview.c
17857         * src/gtk/menu.c
17858                 Squash some compile and glib warnings
17859
17860 2004-07-17 [paul]       0.9.12cvs28.1
17861
17862         * src/mimeview.c
17863                 sync with 0.9.12cvs28 HEAD
17864
17865 2004-07-16 [paul]       0.9.12cvs26.1
17866         
17867         * src/gtk/quicksearch.c
17868         * src/account.c
17869         * src/account.h
17870         * src/compose.c
17871         * src/customheader.c
17872         * src/folder_item_prefs.c
17873         * src/main.c
17874         * src/mainwindow.c
17875         * src/messageview.c
17876         * src/mimeview.c
17877         * src/news.c
17878         * src/pgpmime.c
17879         * src/pop.c
17880         * src/pop.h
17881         * src/prefs_account.c
17882         * src/prefs_account.h
17883         * src/prefs_common.c
17884         * src/prefs_common.h
17885         * src/prefs_display_header.c
17886         * src/prefs_gtk.c
17887         * src/prefs_gtk.h
17888         * src/procheader.c
17889         * src/procmime.c
17890                 sync with 0.9.12cvs26 HEAD      
17891
17892 2004-07-15 [colin]      0.9.12cvs18.14
17893
17894         * src/folder.c
17895                 Disable GPG signature check during
17896                 folder move and scan
17897         (Closes Bug 521 Signature checking slows down Folder-Move)
17898
17899 2004-07-14 [colin]      0.9.12cvs18.13
17900
17901         * src/common/partial_download.c
17902                 update includes
17903
17904 2004-07-14 [colin]      0.9.12cvs18.12
17905
17906         * src/common/partial_download.c
17907         * src/common/partial_download.h
17908                 Move doc at top, add correct copyright
17909
17910 2004-07-14 [colin]      0.9.12cvs18.11
17911
17912         * src/folder.c
17913         * src/messageview.c
17914         * src/pop.c
17915         * src/pop.h
17916         * src/procmsg.c
17917         * src/summaryview.c
17918         * src/common/Makefile.am
17919         * src/common/partial_download.c ** NEW FILES **
17920         * src/common/partial_download.h ** NEW FILES **
17921                 Move partial-download related stuff to its
17922                 own file
17923
17924 2004-07-14 [colin]      0.9.12cvs18.10
17925
17926         * src/send_message.c
17927                 Fix smtp auth when user is null or empty
17928
17929 2004-07-13 [colin]      0.9.12cvs18.9
17930
17931         * src/gtk/quicksearch.c
17932                 Use alphabetic order
17933
17934 2004-07-13 [colin]      0.9.12cvs18.8
17935
17936         * src/pop.c
17937                 Be paranoid on the checks
17938
17939 2004-07-13 [colin]      0.9.12cvs18.7
17940
17941         * src/gtk/quicksearch.c
17942                 Fix Engrish once again
17943
17944 2004-07-13 [colin]      0.9.12cvs18.6
17945
17946         * src/procmsg.c
17947         * src/summaryview.c
17948                 Mark messages for deletion when they are about to
17949                 be removed from trash
17950
17951 2004-07-13 [colin]      0.9.12cvs18.5
17952
17953         * src/matcher.c
17954         * src/matcher.h
17955         * src/matcher_parser_parse.y
17956         * src/prefs_matcher.c
17957         * src/gtk/quicksearch.c
17958                 Add 'partial' ('p') match string to find partially
17959                 downloaded messages
17960
17961 2004-07-13 [colin]      0.9.12cvs18.4
17962
17963         * src/pop.c
17964                 Fix misplaced block
17965
17966 2004-07-13 [colin]      0.9.12cvs18.3
17967
17968         * src/pop.c
17969         * src/pop.h
17970         * src/messageview.c
17971                 Refactor API (to avoid passing 5+ params and code
17972                 duplication)
17973         * src/folder.c
17974         * src/msgcache.c
17975         * src/procheader.c
17976         * src/common/defs.h
17977                 Add planned_download to cache
17978                 Don't mess uidl file when moving partially downloaded
17979                 mails (they change folder, we should change it in the
17980                 uidl list too or we'll remove an incorrect message)
17981                 (this also helps removing hacks when changing 
17982                 planned_download in messageview.c)
17983
17984 2004-07-12 [colin]      0.9.12cvs18.2
17985
17986         * src/gtk/quicksearch.c
17987                 Fix missing status update in quicksearch
17988
17989 2004-07-12 [paul]       0.9.12cvs18.1
17990
17991         * po/POTFILES.in
17992         * src/Makefile.am
17993         * src/account.c
17994         * src/codeconv.c
17995         * src/compose.c
17996         * src/inc.c
17997         * src/main.c
17998         * src/prefs_common.c
17999         * src/procmsg.h
18000         * src/toolbar.c
18001         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18002         * src/prefs_wrapping.[ch]       ** NEW FILES **
18003         * src/common/intl.h
18004         * src/common/utils.[ch]
18005         * src/gtk/quicksearch.[ch]
18006                 sync with 0.9.12cvs18 HEAD
18007
18008 2004-07-12 [colin]      0.9.11cvs17.25
18009
18010         * src/folder.c
18011         * src/folder.h
18012                 Remove unused function added by me in 0.9.11cvs17.10
18013
18014 2004-07-11 [colin]      0.9.11cvs17.24
18015
18016         * src/inc.c
18017         * src/messageview.c
18018         * src/pop.c
18019         * src/pop.h
18020                 Use folderitem and msgnum instead of filename to
18021                 know which mail to delete
18022                 Move old partial mail deletion to pop.c
18023
18024 2004-07-10 [colin]      0.9.11cvs17.23
18025
18026         * src/inc.c
18027                 Add debug
18028         * src/pop.c
18029         * src/pop.h
18030                 Don't re-use same enums for unrelated stuff: it's 
18031                 completely misleading !
18032                 Document a bit
18033
18034 2004-07-09 [colin]      0.9.11cvs17.22
18035
18036         * src/inc.c
18037                 Remove folder-type check and do
18038                 more tests to be sure everything's
18039                 ok
18040         * src/messageview.c
18041                 Punctuation update, remove useless
18042                 code, fix two warnings
18043         * src/noticeview.c
18044                 Layout cleaning, reset 2nd button
18045                 when specifying one
18046
18047 2004-07-09 [colin]      0.9.11cvs17.21
18048
18049         * src/messageview.c
18050         * src/pop.c
18051         * src/pop.h
18052                 Allow user to change his mind
18053                 and postpone decision (by
18054                 unmarking the mail)
18055
18056 2004-07-09 [colin]      0.9.11cvs17.20
18057
18058         * src/messageview.c
18059                 Fix bug with delete state
18060         * src/pop.c
18061         * src/pop.h
18062                 Fix buffer leak (fread doesn't 
18063                 terminate buffers with \0)
18064                 Refactoring (remove magic 
18065                 numbers)
18066
18067 2004-07-09 [colin]      0.9.11cvs17.19
18068
18069         * src/pop.c
18070                 Don't log "Skipping message" if 
18071                 we're going to TOP it two lines
18072                 later
18073
18074 2004-07-09 [colin]      0.9.11cvs17.18
18075
18076         * src/messageview.c
18077                 Fix Engrish
18078
18079 2004-07-09 [colin]      0.9.11cvs17.17
18080
18081         * src/pop.c
18082                 strlen checking...
18083         * src/messageview.c
18084                 refactoring a bit
18085
18086 2004-07-08 [colin]      0.9.11cvs17.16
18087
18088         * src/noticeview.c
18089         * src/noticeview.h
18090                 Add an optional second button
18091         * src/messageview.c
18092         * src/pop.c
18093         * src/pop.h
18094                 Don't delete partially received mails after a certain
18095                 time; rather, let the user decide.
18096
18097 2004-07-08 [colin]      0.9.11cvs17.15
18098
18099         * src/common/smtp.h
18100                 Sync with HEAD
18101
18102 2004-07-08 [colin]      0.9.11cvs17.14
18103
18104         * src/messageview.c
18105         * src/common/smtp.c
18106                 Use to_human_readable() for sizes
18107
18108 2004-07-08 [colin]      0.9.11cvs17.13
18109
18110         * src/inc.c
18111         * src/messageview.c
18112         * src/pop.c
18113         * src/pop.h
18114         * src/procmsg.c
18115                 Fix partial-downloading issues:
18116                         catch unsupported TOP
18117                         don't delete partially downloaded mails before 5 days
18118                         don't update existing with non-MH folders; that'll
18119                         make dups, but it's better than trashing the folder
18120                         free new msginfo parts
18121                 Fix indentation ;-)
18122
18123 2004-07-08 [colin]      0.9.11cvs17.12
18124
18125         * src/common/smtp.c
18126         * src/common/smtp.h
18127                 Sync smtp size verification with HEAD
18128
18129 2004-07-08 [colin]      0.9.11cvs17.11
18130
18131         * src/summaryview.c
18132         * src/prefs_common.c
18133         * src/prefs_common.h
18134         * src/gtk/quicksearch.c
18135         * src/gtk/quicksearch.h
18136                 Sync sticky pref with HEAD
18137
18138 2004-07-08 [colin]      0.9.11cvs17.10
18139
18140         * src/folder.c [1.213.2.6]
18141         * src/folder.h [1.87.2.6]
18142         * src/inc.c [1.149.2.7]
18143         * src/messageview.c [1.94.2.8]
18144         * src/procheader.c [1.47.2.6]
18145         * src/procmsg.c [1.150.2.4]
18146         * src/procmsg.h [1.60.2.5]
18147         * src/pop.c [1.56.2.4]
18148         * src/pop.h [1.17.2.3]
18149                 Let too big messages get downloaded, but truncated
18150                 Add a button to download them completely
18151                 
18152 2004-07-06 [colin]      0.9.11cvs17.9
18153
18154         * src/gtk/quicksearch.c [1.1.2.3]
18155                 Add a Clear button
18156         * commitHelper
18157         * PATCHSETS
18158                 Add a script to help with cvs
18159
18160 2004-07-03 [colin]      0.9.11cvs17.8
18161
18162         * src/plugins/imageviewer/viewer.c
18163                 fix imageviewer (which was staying on the first
18164                 displayed image)
18165
18166 2004-07-03 [colin]      0.9.11cvs17.7
18167
18168         Removed FIXME_GTK2 warnings
18169         * src/gtk/gtkutils.c
18170                 useless #warnings
18171         * src/gtk/menu.c
18172                 useless #warnings (no need to mess with menu rc)
18173         * src/gtk/menu.h
18174                 unused functions
18175         
18176
18177 2004-07-03 [colin]      0.9.11cvs17.6
18178
18179         Removed FIXME_GTK2 warnings
18180         * src/codeconv.c
18181                 useless #warnings (rewrite needed)
18182         * src/compose.c
18183                 useless #warnings (rewrite needed)
18184                 useless #warnings (gtk2 is like that)
18185                 useless #warnings (previously fixed)
18186         * src/main.c
18187                 useless #warnings (previously fixed)
18188         * src/message_search.c
18189                 useless #warnings (gtk2 is like that)
18190                 Made apparent that search is case-sensitive
18191         * src/mimeview.c
18192                 useless #warnings (rewrite needed)
18193                 useless #warnings (gtk2 is like that)
18194                 reimplemented real warnings
18195         * src/prefs_common.c
18196                 Removed block cursor option (not it gtk2)
18197         * src/prefs_gtk.c
18198                 useless #warnings (rewrite needed)
18199         * src/procheader.c
18200                 useless #warnings (rewrite needed)
18201         * src/sourcewindow.c
18202                 useless #warnings (incorrect placing)
18203         * src/summary_search.c
18204                 useless #warnings (gtk2 is like that)
18205                 Made apparent that search is case-sensitive
18206         * src/action.c
18207                 useless #warnings (gtk2 is like that)
18208         * src/textview.c
18209                 useless #warnings (rewrite needed)
18210         * src/toolbar.c
18211                 useless #warnings (rewrite needed)
18212
18213 2004-07-03 [colin]      0.9.11cvs17.5
18214
18215         * src/textview.c
18216                 Fix mismerge which broke URI opening
18217                 
18218 2004-07-01 [colin]      0.9.11cvs17.4
18219
18220         * src/gtk/filesel.c
18221                 Fill filename when saving
18222                 
18223 2004-06-27 [colin]      0.9.11cvs17.3
18224
18225         * src/gtk/filesel.[ch]
18226                 Use the new GTK file selector
18227                 Update prototype to match the reality: multiple file
18228                 selection is open-only          
18229         * src/compose.c
18230                 Match the new prototypes        
18231         * configure.ac
18232                 Match the new requirements (gtk 2.4.0)
18233                         
18234 2004-06-26 [colin]      0.9.11cvs17.2
18235
18236         * src/plugins/trayicon/trayicon.c
18237                 Remove useless signal handler on resize, which causes
18238                 an infinite "loop"
18239         
18240 2004-06-26 [colin]      0.9.11cvs17.1
18241         
18242         * tools/Makefile.am
18243                 remove launch_firebird and add nautilus2sylpheed.sh
18244         * src/quicksearch.c
18245           src/summaryview.c
18246                 Fix show/hide "Extended symbols" button problem
18247                 Fix apparition at startup
18248                 Fix const warnings
18249         * src/plugins/image_viewer/Makefile.am
18250                 Fix configure 
18251         * common/ssl.c
18252                 Re-enable certificate check, as it doesn't seem to
18253                 cause Xlib errors anymore
18254
18255 2004-06-25 [paul]       0.9.11cvs17
18256
18257         * sync with 0.9.11cvs17 HEAD
18258         
18259         NOTE: QuickSearch is broken
18260
18261 2004-06-07 [colin]      0.9.10claws67.10
18262         * src/plugins/trayicon/trayicon.c
18263           src/plugins/trayicon/libeggtrayicon/Makefile.am
18264           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18265                 Fix gettextization in trayicon plugin
18266
18267 2004-06-07 [colin]      0.9.10claws67.9
18268         
18269         * src/summaryview.c
18270           src/gtk/gtksctree.[ch]
18271                 Let Shift+{Up,Down} work in summaryview
18272                 (well, Down "works" and Up works)
18273                 Let the list scroll when using these keys
18274
18275 2004-06-06 [colin]      0.9.10claws67.8
18276
18277         * src/plugins/trayicon/trayicon.c
18278                 Fix pixmap update
18279
18280 2004-06-06 [colin]      0.9.10claws67.7
18281
18282         * src/addressbook.c
18283                 Fix signal handling causing system-wide focus grab
18284
18285 2004-05-25 [paul]       0.9.10claws67.6
18286
18287         * Makefile.am
18288           src/Makefile.am
18289                 clean up
18290
18291 2004-05-25 [paul]       0.9.10claws67.5
18292
18293         * replace deprecated gtk_signal... functions
18294
18295 2004-05-23 [colin]      0.9.10claws67.4
18296
18297         * src/compose.c
18298                 Fix wrapping
18299
18300 2004-05-22 [colin]      0.9.10claws67.3
18301
18302         * src/compose.c
18303                 Re-fix [Edited] in compose.c::compose_reedit()
18304
18305 2004-05-22 [colin]      0.9.10claws67.2
18306
18307         * src/procmime.c
18308                 Fix parsing of multiparts mails
18309
18310 2004-05-22 [colin]      0.9.10claws67.1
18311
18312         * src/summaryview.c
18313                 Fix quicksearch
18314
18315 2004-05-22 [paul]       0.9.10claws67
18316
18317         * sync with 0.9.10claws67 HEAD
18318
18319 2004-05-14 [alfons]
18320
18321         * src/procmime.h
18322                 add forgotton prototype
18323
18324 2004-05-10 [paul]       0.9.10claws57
18325
18326         * sync with 0.9.10claws57 HEAD
18327
18328 2004-05-05 [paul]       0.9.9.claws1
18329
18330         * ChangeLog-gtk2        ** REMOVED **
18331           ChangeLog-gtk2.claws  ** ADDED **
18332                 rename and adopt the normal claws format
18333                 
18334         * configure.ac
18335                 require gtkmathview >= 0.5
18336
18337         * ac/*                          ** REMOVED **
18338           ac/                           ** REMOVED **
18339           intl/Makefile.in              ** REMOVED **
18340           m4/                           ** ADDED **
18341           m4/missing                    ** ADDED **
18342           m4/missing/gdk-pixbuf.m4      ** ADDED **
18343           m4/missing/gettext.m4         ** ADDED **
18344           m4/missing/gpgme.m4           ** ADDED **
18345           m4/missing/imlib.m4           ** ADDED **
18346           m4/.cvsignore                 ** ADDED **
18347           m4/Makefile.am                ** ADDED **
18348           m4/README                     ** ADDED **
18349           m4/aclocal-include.m4         ** ADDED **
18350           m4/aspell.m4                  ** ADDED **
18351           m4/check-type.m4              ** ADDED **
18352           m4/gnupg-check-typedef.m4     ** ADDED **
18353           m4/openssl.m4                 ** ADDED **
18354           m4/spamassassin.m4            ** ADDED **
18355           po/ChangeLog                  ** REMOVED **
18356           po/Makefile.in.in             ** REMOVED **
18357           po/Rules-quot                 ** REMOVED **
18358           po/boldquot.sed               ** REMOVED **
18359           po/en@boldquot.header         ** REMOVED **
18360           po/en@quot.header             ** REMOVED **
18361           po/insert-header.sin          ** REMOVED **
18362           po/quot.sed                   ** REMOVED **
18363           po/remove-potcdate.sed        ** REMOVED **
18364           po/remove-potcdate.sin        ** REMOVED **
18365           po/stamp-po                   ** REMOVED **
18366           Makefile.am
18367           autogen.sh
18368           configure.ac
18369                 enable building with automake 1.8.x
18370                 add 'autopoint --force' to autogen.sh and remove all
18371                 auto-generated files, remove ac/ directory and use
18372                 m4/ directory instead
18373                 
18374         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18375                 fix gettextization
18376
18377 2004-02-28 Colin Leroy <colin@colino.net>
18378         * src/prefs_matcher.c
18379           src/prefs_filtering.c
18380           src/prefs_filtering_action.c
18381                 Fix non-editable GtkEntries
18382
18383 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18384         * src/prefs_themes.c
18385                 utf8 conversion for theme info
18386
18387 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18388         * sync 0.9.9claws
18389
18390 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18391         * src/grouplistdialog.c
18392                 allow multiple selections without ctrl key
18393
18394 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18395         * src/main.c
18396                 enable customizable accelerators
18397
18398 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18399         * src/prefs_common.c
18400                 re-enable different font settings for gtk1/2
18401         * src/prefs_folder_item.c
18402                 fix folder prefs displayed wrong
18403         * src/textview.c
18404                 set 'sunken' shadow type
18405
18406 2004-02-07 Colin Leroy <colin@colino.net>
18407         * src/compose.c
18408                 Fix message being always [Edited]
18409                 Encode headers correctly (utf8 buf)
18410
18411 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18412         * src/socket.c
18413                 remove double g_source_attach()
18414                 (Thanks to Colin Leroy)
18415
18416 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18417         * src/gtk/gtksctree.c
18418                 Fix SSL certificate list not shown
18419         * src/mimeview.c
18420                 Fix clicks in mime tree
18421
18422 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18423         * src/common/socket.c
18424                 Fix SSL receive
18425         * src/compose.c
18426                 Fix clipboard menu hotkeys
18427
18428 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18429         * src/gtk/gtkaspell.[ch]
18430           src/compose.c
18431                 reimplement spellchecker
18432
18433 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18434         * src/gtk/filesel.c
18435                 crash when inserting file in compose window
18436                 (TODO: keep old selection on clicks)
18437         * src/main.c
18438                 use gtkrc-2.0 instead of gtkrc
18439
18440 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18441         * src/messageview.c
18442                 remove orphaned mimeview unref()
18443
18444 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18445         * src/grouplistdialog.c
18446                 expand nodes containing subscribed groups
18447
18448 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18449         * src/textview.c
18450                 textview: hide cursor, restore old click behaviour
18451
18452 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18453         * src/textview.c
18454                 variable names messed up
18455
18456 2004-01-17 Colin Leroy <colin@colino.net>
18457         * src/addr_compl.c
18458                 Fix completion address too thin
18459         * src/compose.c
18460                 Fix tab-to-subject behaviour
18461         * src/summaryview.c
18462                 Implement key up & down in summaryview
18463
18464 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18465
18466         * sync 098claws
18467
18468 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18469         * configure.ac
18470           Makefile.am
18471           doc/.cvsignore
18472           doc/Makefile.am
18473                 faq, man, manual moved to doc/
18474         * ac/aspell.m4
18475           ac/check-type.m4
18476           ac/gnupg-check-typedef.m4
18477           ac/openssl.m4
18478           ac/spamassassin.m4
18479           ac/missing/gdk-pixbuf.m4
18480           ac/missing/gpgme.m4
18481           ac/missing/imlib.m4
18482                 fix automake warnings
18483
18484 2003-12-06 Colin Leroy <colin@colino.net>
18485         * src/summaryview.c
18486                 Fix quicksearch
18487
18488 2003-12-05 Colin Leroy <colin@colino.net>
18489         * src/summaryview.c
18490                 Fix going to next unread folder
18491
18492 2003-12-05 Colin Leroy <colin@colino.net>
18493         * src/crash.c
18494                 Fix gtk2 compilation
18495         * src/session.c
18496                 Remove iotag source handler at disconnection
18497         * src/socket.[ch] 
18498                 Remove source handler when closing socket 
18499                 (fixes another seg)
18500
18501 2003-12-04 Colin Leroy <colin@colino.net>
18502         * src/compose.c
18503           src/prefs_account.c
18504           src/prefs_common.c
18505                 Fix some dropdown menus
18506
18507 2003-12-04 Colin Leroy <colin@colino.net>
18508         * src/compose.c
18509                 Fix event handlers on header fields
18510         * src/common/socket.c
18511           src/common/session.c
18512                 Fix segfault with callback (SSL)
18513                 Fix end of session 
18514
18515 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18516
18517         * Fix compile bug in src/compose.c
18518         * removed src/gtk/gtkstext.[ch]
18519
18520 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18521
18522         * Convert character set and escape "text" attributes in toolbar setting
18523         files.
18524         * Fixed bug in button-press-event handling.
18525
18526 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18527
18528         * Fixed bug in key-press-event handling.
18529
18530 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18531
18532         * Enabled to compile tray-icon plugin (Ad-hoc).
18533         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18534
18535 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18536
18537         * Enabled to compile on sylpheed-claws.
18538         (tray-icon plugin still cannot compile yet.)
18539
18540 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18541
18542         * Updated to 0.9.5.
18543
18544 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18545
18546         * Updated to 0.9.4.
18547         * Ported monitoring SSL mechanism to GSource of GLib2
18548         (I don't confirm it)
18549         * Added _gtk2 suffix to key name of font preference to avoid
18550         ovverwriting preference of Gtk+-1.2 version.
18551
18552 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18553
18554         * Updated to 0.9.2.
18555
18556 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18557
18558         * Updated to 0.9.1.
18559         * Translate po files into UTF-8 when execute autogen.sh.
18560
18561 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18562
18563         * Updated to 0.9.0.
18564
18565 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18566
18567         * Plugged GError related memory leaks.
18568
18569 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18570
18571         * Changed default size of fonts.
18572         * Enabled to set titile font size of warning dialog.
18573
18574 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18575
18576         * Embed a sylpheed icon into executable binary on Windows.
18577
18578 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18579
18580         * I forgot to traslate character set of element string in src/xml.c.
18581
18582 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18583
18584         * Fixed detecting bind_textdomain_codeset in configure.in.
18585         * The bug in which "Example" of "Date fromat" preference isn't displayed
18586         correctly has been fixed.
18587
18588 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18589
18590         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18591           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18592           glib-gettextize
18593           Removed intl directory.
18594           Translated po files into UTF-8.
18595           (Thanks! Ryuji Abe)
18596
18597 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18598
18599         * The bug which doesn't unscape string in xml.c has been fixed.
18600
18601 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18602
18603         * The bug which is failed to translate encoding of file name thorough
18604         file dialog has been fixed.
18605
18606 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18607
18608         * Modified to translate file names which is used in inporting/expoting
18609         mbox feature and "Save as" feature into locale encoding.
18610         * Translate file names into locale encoding when "Attache file" and
18611         "Insert file".
18612         * Force set G_BROKEN_FILENAMES environment variable.
18613         * Other minor fixes.
18614
18615 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18616
18617         * Modified to treat MH folder's name as locale encoding.
18618
18619 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18620
18621         * The bug which clash on switching candidates of auto completion of
18622         addresses, cannot use auto completion in Japanesse is fixed
18623         (Thanks! Tokunaga-san)¡¥
18624
18625 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18626
18627         * The bug which cannot switch key accelerator preference has been fixed
18628         (Thanks! smbd-san)¡¥
18629
18630 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18631
18632         * version 0.8.11-gtk2-20030314
18633
18634 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18635
18636         * The bug in which character set conversion of filtering messages has
18637         been fixed.(Thanks! COCOA-san).
18638
18639 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18640
18641         * Revived "Leave space on head" preference in "Message" category.
18642         * A bug which clash when put the cursor to end of buffer and execute
18643         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18644
18645 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18646
18647         * version 0.8.11-gtk2-20030312
18648
18649 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18650
18651         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18652         * Modified to use Pango's API directly for font preference.
18653         * Integrated GtkTextView of textview to one widget.
18654         * Set fonts of header title in textview by "header_title" tag.
18655         * Removed some deprecated codes.
18656
18657 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18658
18659         * Updated to 0.8.11.
18660         * Merged cygwin patch(Thanks! Sakai-san).
18661
18662 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18663
18664         * version 0.8.10-gtk2-20030309