2006-10-04 [colin] 2.5.2cvs42
[claws.git] / ChangeLog
1 2006-10-04 [colin]      2.5.2cvs42
2
3         * src/folder.c
4         * src/folder.h
5         * src/summaryview.c
6                 Provide a way for folder classes to set their sort
7                 type and key
8
9 2006-10-03 [colin]      2.5.2cvs41
10
11         * src/mh.c
12                 Don't use strlen() to know if the
13                 string's empty
14
15 2006-10-03 [colin]      2.5.2cvs40
16
17         * src/mh.c
18                 Fix "check for new folders" with accentued folders
19
20 2006-10-03 [ticho]      2.5.2cvs39
21
22         * src/filtering.c
23         * src/folder.c
24         * src/inc.c
25         * src/mbox.c
26                 Colin's fix for "copy" filtering rules.
27
28 2006-10-02 [colin]      2.5.2cvs38
29
30         * src/folderview.c
31                 Fix for double-click too
32
33 2006-10-02 [colin]      2.5.2cvs37
34
35         * src/folderview.c
36                 correct fix for cvs36
37
38 2006-10-02 [colin]      2.5.2cvs36
39
40         * src/folderview.c
41                 Fix 'goto next unread' after collapsing/expanding 
42                 a node.
43
44 2006-10-02 [colin]      2.5.2cvs35
45
46         * src/summaryview.c
47                 Fix double freeze/thaw
48         * src/common/utils.c
49         * src/common/utils.h
50                 Reimplement strftime
51         * src/procheader.c
52                 Use it
53
54
55 2006-10-02 [colin]      2.5.2cvs34
56
57         * src/mh.c
58                 Time mh_write_sequences() - it's fast
59         * src/summaryview.c
60                 Init a variable to shut up gcc
61
62 2006-10-01 [colin]      2.5.2cvs33
63
64         * src/folder.c
65         * src/mh.c
66         * src/mh.h
67         * src/msgcache.c
68                 Add helper mh_set_mtime(), and set mtime to stat()'s result
69                 Add fsync but disable it, it's slow as hell
70
71 2006-10-01 [colin]      2.5.2cvs32
72
73         * src/mh.c
74         * src/msgcache.c
75                 fflush() caches and mh_sequences before
76                 fclose()ing
77
78 2006-10-01 [colin]      2.5.2cvs31
79
80         * src/msgcache.c
81                 Don't ftruncate when not using mmap
82
83 2006-09-30 [colin]      2.5.2cvs30
84
85         * src/main.c
86                 Write folder list *after* saving caches
87
88 2006-09-30 [colin]      2.5.2cvs29
89
90         * src/folder.c
91         * src/mh.c
92                 Debug forced mtime changes
93
94 2006-09-30 [colin]      2.5.2cvs28
95
96         * src/folder.c
97         * src/main.c
98                 Remove useless debug_print()s (code
99                 well-tested)
100
101 2006-09-30 [colin]      2.5.2cvs27
102
103         * src/mh.c
104                 Do stuff faster when writing mh_sequences
105
106 2006-09-30 [colin]      2.5.2cvs26
107
108         * src/mh.c
109                 Don't let the writing of .mh_sequences, which
110                 can change the folder's mtime, let us think
111                 we need to scan.
112
113 2006-09-30 [colin]      2.5.2cvs25
114
115         * src/folder.c
116                 Move a debug_print where it belongs 
117                 (processing)
118         * src/summaryview.c
119                 Don't mess with a huge slow subject
120                 table if we're not threading by
121                 subject
122
123 2006-09-30 [colin]      2.5.2cvs24
124
125         * src/msgcache.c
126                 Reenable mmaped reads (*not* writes!)
127         * src/procmsg.c
128                 Don't destroy and recreate hashtables just
129                 for fun
130         * src/common/utils.c
131                 Remove useless reply prefixes (it's case
132                 unsensitive)
133
134 2006-09-30 [wwp]        2.5.2cvs23
135
136         * tools/fix_date.sh
137                 Fixed a minor bug in date value extraction, added a switch
138                 to replace non RFC-compliant Date: value, added a switch
139                 to use strict RFC matching patterns for dates.
140
141 2006-09-29 [colin]      2.5.2cvs22
142
143         * src/matcher_parser.h
144         * src/matcher_parser_parse.y
145         * src/prefs_filtering.c
146         * src/statusbar.c
147         * src/summary_search.c
148         * src/summaryview.c
149         * src/gtk/quicksearch.c
150         * src/gtk/quicksearch.h
151                 Optimise searches by setting different
152                 refresh intervals (depending if the 
153                 search is fast or not)
154
155 2006-09-29 [colin]      2.5.2cvs21
156
157         * src/codeconv.c
158                 Optimise by reusing the last iconv converter
159                 if possible
160         * src/textview.c
161                 Optimise a bit (the foldable quotes feature
162                 still has an awful O(n^2) algo
163
164 2006-09-29 [colin]      2.5.2cvs20
165
166         * src/gtk/gtksctree.c
167         * src/gtk/gtksctree.h
168                 Optimise de-selection via up/down or
169                 another key
170
171 2006-09-28 [colin]      2.5.2cvs19
172
173         * src/action.c
174         * src/compose.c
175         * src/folderview.c
176         * src/mainwindow.c
177         * src/messageview.c
178         * src/summary_search.c
179         * src/toolbar.c
180                 Avoid using summaryview->ctree directly
181
182 2006-09-28 [colin]      2.5.2cvs18
183
184         * src/summaryview.c
185         * src/summaryview.h
186                 Add helpers to freeze/thaw/grab_focus
187                 Factorize calls to freeze/thaw/grab_focus
188                 
189
190 2006-09-28 [colin]      2.5.2cvs17
191
192         * src/main.c
193                 More guards for the session management
194
195 2006-09-28 [colin]      2.5.2cvs16
196
197         * src/folderview.c
198         * src/gtk/gtksctree.c
199         * src/gtk/gtksctree.h
200                 Make expanding not recursive in folderview
201
202 2006-09-28 [colin]      2.5.2cvs15
203
204         * src/addressbook.c
205                 If nothing is selected in the list (right part)
206                 and a group is selected in the tree (left part),
207                 mail this group.
208
209 2006-09-28 [colin]      2.5.2cvs14
210
211         * src/Makefile.am
212                 Actually use SM_LIBS
213
214 2006-09-28 [ticho]      2.5.2cvs13
215
216         * src/export.c
217         * src/messageview.c
218         * src/mimeview.c
219         * src/news.c
220         * src/pop.c
221         * src/prefs_themes.c
222         * src/procmsg.c
223                 Small i18n string optimization.
224         * src/send_message.c
225         * src/summaryview.c
226         * src/common/session.c
227         * src/common/smtp.c
228         * src/common/ssl_certificate.c
229         * src/common/utils.c
230                 Use "Couldn't" instead of "Can't" in UI messages,
231                 where appropriate.
232
233 2006-09-28 [colin]      2.5.2cvs12
234
235         * configure.ac
236                 Possibly fix link errors
237
238 2006-09-27 [wwp]        2.5.2cvs11
239
240         * src/gtk/authors.h
241         * doc/man/sylpheed-claws.1
242         * manual/ack.xml
243         * manual/es/ack.xml
244         * manual/fr/ack.xml
245         * manual/pl/ack.xml
246                 Updated authors info (me, myself and I).
247
248 2006-09-27 [colin]      2.5.2cvs10
249
250         * src/addressbook.c
251                 Remove useless printf
252
253 2006-09-27 [wwp]        2.5.2cvs9
254
255         * src/editgroup.c
256         * src/send_message.c
257         * src/inc.c
258         * src/prefs_common.c
259         * src/prefs_common.h
260         * src/gtk/progressdialog.c
261                 remember more windows' sizes (send dialog, received dialog,
262                 edit group in addressbook).
263
264 2006-09-27 [colin]      2.5.2cvs8
265
266         * configure.ac
267         * src/main.c
268         * src/mainwindow.h
269                 Use libSM to communicate with the session
270                 manager, so that we can know when the 
271                 session ends, save our caches, and draft
272                 our compose windows.
273
274 2006-09-27 [colin]      2.5.2cvs7
275
276         * src/addressbook.c
277                 Fix issues:
278                 o Allow Book and Group creation from the tree's
279                   contextual menu
280                 o Do not actually delete the contacts when 
281                   deleting groups from the tree (duh!)
282
283 2006-09-27 [colin]      2.5.2cvs6
284
285         * src/compose.c
286         * src/compose.h
287         * src/mainwindow.c
288         * src/textview.c
289         * src/toolbar.c
290                 o Allow passing an email address to 
291                   compose_new_with_folderitem
292                 o Update callers
293                 o Use current folderitem when clicking
294                   on a TextView mailto: link
295                 o Fix a possible leak in TextView
296
297 2006-09-27 [colin]      2.5.2cvs5
298
299         * src/html.c
300                 Use UTF-8 chars to replace HTML entities
301
302 2006-09-27 [colin]      2.5.2cvs4
303
304         * AUTHORS
305         * src/prefs_account.c
306         * src/gtk/authors.h
307                 Fix bug #1024 (Array index out of
308                 range in sylpheed-claws-2.5.2)
309                 Patch by Ales Nosek <anosek@suse.cz>
310
311 2006-09-27 [colin]      2.5.2cvs3
312
313         * src/addr_compl.c
314                 Actually do the test
315
316 2006-09-27 [colin]      2.5.2cvs2
317
318         * src/addr_compl.c
319         * src/addr_compl.h
320                 Allow completing with comma (in certain cases: vCalendar
321                 for example doesn't support that)
322                 Patch by Fabien Vantard
323
324 2006-09-26 [colin]      2.5.2cvs1
325
326         * src/Makefile.am
327         * src/addr_compl.c
328         * src/addr_compl.h
329         * src/addrbook.c
330         * src/addrbook.h
331         * src/addressbook.c
332         * src/addrindex.c
333         * src/addrindex.h
334         * src/compose.c
335         * src/prefs_common.c
336         * src/prefs_filtering_action.c
337         * src/prefs_folder_item.c
338         * src/prefs_template.c
339         * src/stock_pixmap.c
340         * src/stock_pixmap.h
341         * src/pixmaps/addr_one.xpm
342         * src/pixmaps/addr_two.xpm
343                 Add auto-completion on groups
344
345 2006-09-26 [colin]      2.5.2
346
347         * NEWS
348         * README
349         * RELEASE_NOTES
350                 2.5.2 released
351
352 2006-09-26 [colin]      2.5.1cvs5
353
354         * src/matcher.c
355                 Fix condition
356
357 2006-09-26 [colin]      2.5.1cvs4
358
359         * src/mbox.c
360                 Revert cvs1 (useless as the message is printed 
361                 every 500 mails)
362
363 2006-09-26 [colin]      2.5.1cvs3
364
365         * src/partial_download.c
366                 Fix crasher found by Alexsandar Urosevic
367
368 2006-09-26 [colin]      2.5.1cvs2
369
370         * src/summaryview.c
371                 Fix bug #1023 (Sylpheed deletes too much messages)
372
373 2006-09-26 [ticho]      2.5.1cvs1
374
375         * src/mbox.c
376                 Make use of gettext's multiple plurals for statusbar
377                 progress message.
378
379 2006-09-25 [paul]       2.5.1
380
381         * NEWS
382         * README
383         * RELEASE_NOTES
384                 2.5.1 released
385
386 2006-09-25 [colin]      2.5.0cvs3
387
388         * src/plugins/bogofilter/bogofilter.c
389         * src/plugins/clamav/clamav_plugin.c
390         * src/plugins/spamassassin/spamassassin.c
391                 BogoFilter, Spamassassin: Fix double hook registering after
392                 visiting preferences
393                 Spamassassin, Clamav: Just set the mails to move instead of
394                 doing the move - caller will move the things at once.
395
396 2006-09-25 [colin]      2.5.0cvs2
397
398         * src/imap.c
399         * src/etpan/imap-thread.c
400                 Use UID SEARCH ALL instead of UID 1:*
401                 (braindead servers can't figure out that's
402                 the same...)
403
404 2006-09-25 [wwp]        2.5.0cvs1
405
406         * src/message_search.c
407                 Added the ability to stop a running search (in message body).
408
409 2006-09-25 [paul]       2.5.0
410
411         * NEWS
412         * README
413         * RELEASE_NOTES
414                 2.5.0 released
415
416 2006-09-25 [paul]       2.4.0cvs214
417
418         * po/cs.po
419         * po/de.po
420         * po/fi.po
421         * po/fr.po
422         * po/nl.po
423         * po/pt_BR.po
424         * po/sk.po
425         * po/sr.po
426         * po/zh_CN.po
427                 updated by Tim, Stephan Sachse, Flammie Pirinen,
428                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
429                 Ticho, Aleksander Urosevic, Ralgh Young
430
431 2006-09-24 [mones]      2.4.0cvs213
432
433         * po/es.po
434                 Updated for release
435
436 2006-09-23 [colin]      2.4.0cvs212
437
438         * src/gtk/inputdialog.c
439                 Fix [ ] remember this appearing in normal
440                 input dialogs after it's been used by
441                 mimeview.
442         * src/folder.c
443         * src/folderview.c
444         * src/msgcache.c
445         * src/procmsg.c
446         * src/summaryview.c
447         * src/textview.c
448         * src/common/timing.h
449                 Enable timings in debug mode and make it
450                 look prettier.
451
452 2006-09-22 [colin]      2.4.0cvs211
453
454         * README
455                 Revert test change
456         * commitHelper
457                 ping the correct URI
458
459 2006-09-22 [colin]      2.4.0cvs210
460
461         * README
462                 Let's see if bug #1022 is fixed
463
464 2006-09-21 [colin]      2.4.0cvs209
465
466         * src/wizard.c
467         * src/common/plugin.c
468                 Prepare infra to load predefined plugins when
469                 no configuration existed. Don't actually load
470                 anything yet (feat. freeze)
471
472 2006-09-21 [wwp]        2.4.0cvs208
473
474         * manual/fr/faq.xml
475                 Partial sync w/ 2.4.0cvs72:
476                 wrap file and minor updates.
477
478 2006-09-21 [wwp]        2.4.0cvs207
479
480         * tools/fix_date.sh
481                 several fixes and enhancements. A new --force switch has been
482                 added to prevent overriding by default Date: header when
483                 already existing.
484
485 2006-09-21 [paul]       2.4.0cvs206
486
487         * src/common/utils.c
488                 add Chinese UTF8 Re prefix
489
490 2006-09-21 [wwp]        2.4.0cvs205
491
492         * tools/Makefile.am
493                 Fics alfabettical order.
494
495 2006-09-21 [wwp]        2.4.0cvs204
496
497         * tools/fix_date.sh
498         * tools/Makefile.am
499                 Added an action tool to fix missing Date field in emails.
500                 Updated Makefile.am to reflect those last two additions.
501
502 2006-09-21 [wwp]        2.4.0cvs203
503
504         * tools/uuooffice
505                 Added a action tool to open uuencoded docs w/
506                 OpenOffice (based on uudec method).
507
508 2006-09-21 [colin]      2.4.0cvs202
509
510         * src/compose.c
511         * src/textview.c
512                 Workaround possible GTK crash: remove selection 
513                 clipboard before destroying widget, or GTK+-2.10
514                 dies. Thanks to Hiro.
515
516 2006-09-20 [colin]      2.4.0cvs201
517
518         * src/compose.c
519                 Fix free-after-use in some cases (when 
520                 procmime_encode_content() frees mimeinfo->data.mem
521                 and turns it to a temp file)
522
523 2006-09-20 [colin]      2.4.0cvs200
524
525         * src/folderview.c
526         * src/summaryview.c
527         * src/gtk/gtksctree.c
528         * src/gtk/gtksctree.h
529                 Add tooltips in the folderview and summaryview
530                 (Doesn't break string freeze as they already
531                 exist)
532         * src/toolbar.c
533                 Put the spam button in the default configuration
534                 if compiled with bogo plugin too
535
536 2006-09-19 [colin]      2.4.0cvs199
537
538         * src/summaryview.c
539         * src/summaryview.h
540                 Update folder name label on folder rename
541         * src/prefs_matcher.c
542         * src/gtk/logwindow.h
543                 Fix warnings
544                 Patches by Fabien
545
546 2006-09-19 [wwp]        2.4.0cvs198
547
548         * src/summary_search.c
549                 fix can't click forward/backward buttons in the
550                 search messages.
551
552 2006-09-18 [paul]       2.4.0cvs197
553
554         * src/wizard.c
555                 add missing bracket, capitalise the A of
556                 'SpamAssassin'
557
558 2006-09-18 [paul]       2.4.0cvs196
559
560         * src/compose.c
561                 fix bug 1012 'crashed upon sending mail
562                 from compose window'
563                 Thanks to Colin
564
565 2006-09-16 [colin]      2.4.0cvs195
566
567         * src/folderview.c
568                 Fix "real-time" sorting by freezing/thawing
569
570 2006-09-16 [colin]      2.4.0cvs194
571
572         * manual/faq.xml
573                 Fix the anti-spam entry a bit
574
575 2006-09-16 [colin]      2.4.0cvs193
576
577         * src/wizard.c
578                 Make sure reviewers have no excuse when stating
579                 Sylpheed-Claws doesn't have antispam capabilities.
580
581 2006-09-16 [colin]      2.4.0cvs192
582
583         * src/main.c
584                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
585                 as if the SIGPIPE comes from etpan's thread we could
586                 trigger a GUI update from this thread.
587
588 2006-09-16 [colin]      2.4.0cvs191
589
590         * src/summaryview.c
591                 Init all members of the struct
592
593 2006-09-16 [paul]       2.4.0cvs190
594
595         * src/account.c
596                 improvements to the English
597
598 2006-09-15 [colin]      2.4.0cvs189
599
600         * src/summaryview.c
601                 HIG order on dialog
602
603 2006-09-14 [colin]      2.4.0cvs188
604
605         * src/common/socket.c
606         * src/common/socket.h
607         * src/common/ssl.c
608         * src/common/ssl_certificate.c
609         * src/common/ssl_certificate.h
610         * src/etpan/imap-thread.c
611                 the get_fqdn() call done to get canonical name when
612                 checking an SSL certificate is blocking, which is
613                 sad as we just did a non-blocking lookup to connect.
614                 Fix that by letting the fqdn available to the SockInfo,
615                 and use that in ssl_certificate_check(). For IMAP,
616                 we don't do it as the lookup's done by libetpan, but
617                 it's less annoying as IMAP connections as much more
618                 rare than POP3 connections.
619
620 2006-09-14 [paul]       2.4.0cvs187
621
622         * manual/advanced.xml
623                 improvements to the English,
624                 properly place the new hidden options
625                 within the alphabetical order
626         * src/gtk/pluginwindow.c
627                 improvements to the English
628
629 2006-09-14 [colin]      2.4.0cvs186
630
631         * src/prefs_common.c
632         * src/prefs_common.h
633         * src/gtk/gtksctree.c
634         * manual/advanced.xml
635                 New hidden pref, stripes_color_offset, to change
636                 the value added/substracted to normal bgcolor to
637                 create the stripes in summaries
638
639 2006-09-13 [colin]      2.4.0cvs185
640
641         * src/gedit-print.c
642         * src/messageview.c
643         * src/messageview.h
644         * src/summaryview.c
645         * src/textview.c
646                 Fix misc. printing issues: 
647                 - Bad font for linkified headers
648                 - Different font if the mail was displayed or not
649                 - Factorize the thing
650
651 2006-09-13 [colin]      2.4.0cvs184
652
653         * src/common/ssl_certificate.c
654                 Only get FQDN once when checking certificate
655
656 2006-09-13 [colin]      2.4.0cvs183
657
658         * src/account.c
659         * src/gtk/pluginwindow.c
660                 Misc. GUI fixes by Fabien
661
662 2006-09-13 [wwp]        2.4.0cvs182
663
664         * configure.ac
665         * src/common/utils.h
666         * src/common/utils.c
667                 get rid of unused wide-char functions.
668
669 2006-09-13 [wwp]        2.4.0cvs181
670
671         * src/plugins/pgpinline/sylpheed.def
672         * src/textview.c
673                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
674                 add privacy_reset_error to the .def file,
675                 do not fork for an external textviewer.
676
677 2006-09-13 [wwp]        2.4.0cvs180
678
679         * src/prefs_common.c
680                 fix broken font entry in prefs (patch issued by the gpg4win team,
681                 probably by Marcus Brinkmann <marcus@g10code.de>).
682
683 2006-09-13 [colin]      2.4.0cvs179
684
685         * src/folder.h
686                 Fix a warning in summaryview.c
687         * src/mainwindow.c
688         * src/summaryview.c
689         * src/summaryview.h
690                 Add missing Mark/* elements in the
691                 main menu
692
693 2006-09-12 [colin]      2.4.0cvs178
694
695         * src/prefs_actions.c
696         * src/prefs_filtering_action.c
697         * src/prefs_matcher.c
698                 Use (New) instead of New everywhere
699
700 2006-09-12 [wwp]        2.4.0cvs177
701
702         * manual/fr/addrbook.xml
703         * manual/fr/handling.xml
704                 updated some quotes in the fr manual to match the fr translation.
705
706 2006-09-12 [wwp]        2.4.0cvs176
707
708         * src/prefs_matcher.c
709                 don't store translated string elements in matcher expressions.
710                 Also fixed a misused of Q_().
711
712 2006-09-11 [wwp]        2.4.0cvs175
713
714         * src/plugins//bogofilter/bogofilter.c
715         * src/plugins//clamav/clamav_plugin.c
716         * src/plugins//demo/demo.c
717         * src/plugins//dillo_viewer/dillo_viewer.c
718         * src/plugins//pgpcore/plugin.c
719         * src/plugins//pgpinline/plugin.c
720         * src/plugins//pgpmime/plugin.c
721         * src/plugins//spamassassin/spamassassin.c
722                 gettext-ize more strings (mostly plugin error messages).
723
724 2006-09-11 [colin]      2.4.0cvs174
725
726         * src/alertpanel.c
727                 Make maximum buffer size bigger to avoid
728                 truncating translated messages. Patch by
729                 Fabien
730
731 2006-09-11 [colin]      2.4.0cvs173
732
733         * src/etpan/imap-thread.c
734                 Fix compilation on OpenBSD, thanks to 
735                 Landry
736
737 2006-09-10 [wwp]        2.4.0cvs172
738
739         * manual/account.xml
740         * manual/addrbook.xml
741         * manual/handling.xml
742         * manual/es/handling.xml
743         * manual/fr/account.xml
744         * manual/fr/addrbook.xml
745         * manual/fr/handling.xml
746                 documented addressbook matching (condition configuration):
747                   addrbook.xml, en fr
748                 documented per-account filtering rules (handling/filtering
749                   section, account section):
750                   account.xml, handling.xml, en fr
751                 slightly updated the handling/searching section to tell few
752                   words about the extended search ability:
753                   handling.xml, en fr
754                 added missing <quote></quotes> to Quick Search:
755                   handling.xml, en fr es
756                 fixed a typo (auomatically):
757                   handling.xml, en
758                 changes revisited by Paul.
759
760 2006-09-10 [paul]       2.4.0cvs171
761
762         * src/prefs_actions.c
763         * src/prefs_filtering.c
764         * src/prefs_template.c
765                 adjustments to the gui
766                 Patch by Fabien Vantard (slightly modified)
767
768 2006-09-10 [colin]      2.4.0cvs170
769
770         * src/summaryview.c
771                 Check folderitem/summaryview consistency
772                 (basically automates Update summary). Fixes
773                 #1011 (wrong (negative) count on unread 
774                 messages)
775
776 2006-09-10 [colin]      2.4.0cvs169
777
778         * src/gtk/gtksctree.c
779                 Fix recursive expansion via mouse
780         * src/plugins/bogofilter/bogofilter.c
781                 Use normal filtering way of moving
782                 messages (batching), possibly fixing
783                 bug #1015 (Bogofilter plugin doubles 
784                 new messages)
785
786 2006-09-09 [wwp]        2.4.0cvs168
787
788         * src/prefs_filtering.c
789                 better place for this fix.
790
791 2006-09-09 [wwp]        2.4.0cvs167
792
793         * src/prefs_filtering.c
794                 fix a minor bug when the enabled status of a filtering/processing
795                 rule always got set to TRUE when replacing this rule. That still
796                 make sense when adding a new rule, but now when replacing, we
797                 don't override the value of 'enabled'.
798                 Also renamed the func prefs_filtering_list_view_get_rule_name()
799                 to prefs_filtering_list_view_get_info() as this function not only
800                 returns the name, but also the account_id and the enabled status.
801
802 2006-09-09 [mones]      2.4.0cvs166
803
804         * manual/glossary.xml
805         * manual/plugins.xml
806                 Minor format corrections
807         * manual/gpl.xml
808                 Fix misplaced NO WARRANTY section
809         * manual/es/advanced.xml
810         * manual/es/faq.xml
811         * manual/es/glossary.xml
812         * manual/es/gpl.xml
813         * manual/es/handling.xml
814         * manual/es/plugins.xml
815         * manual/es/starting.xml
816                 Incorporate changes from English version
817         * manual/fr/ack.xml
818         * manual/pl/ack.xml
819         * manual/es/ack.xml
820                 Fix address, (add translation credits in es version)
821         * po/es.po
822                 Updated translation
823
824 2006-09-09 [wwp]        2.4.0cvs165
825
826         * src/prefs_filtering.c
827                 fix a crash when opening filtering prefs, if matcherrc file contains
828                 broken data (non-existing account id, which is theoretically not
829                 possible).
830
831 2006-09-08 [colin]      2.4.0cvs164
832
833         * src/folder.c
834                 Wrong assert, make it an if()
835         * src/gtk/gtksctree.c
836                 Fix bug #1013 (expand selected thread 
837                 tree) - expanding is now recursive
838
839 2006-09-07 [wwp]        2.4.0cvs163
840
841         * src/prefs_matcher.c
842                 make better sentences about addressbook matching in the
843                 matcher prefs. This should make translators' work easier
844                 too.
845
846 2006-09-07 [wwp]        2.4.0cvs162
847
848         * src/prefs_filtering.c
849                 code simplification (get rid of dup var. assignment).
850
851 2006-09-07 [wwp]        2.4.0cvs161
852
853         * src/summaryview.c
854                 use GTK_STOCK icons when possible, patch by Fabien Vantard
855                 <fzzzzz@gmail.com>.
856
857 2006-09-07 [paul]       2.4.0cvs160
858
859         * src/mimeview.c
860                 fix compilation warnings
861                 Thanks to Colin
862
863 2006-09-07 [paul]       2.4.0cvs159
864
865         * src/mimeview.c
866                 select the mimepart icon when
867                 displaying as text
868                 Thanks to Colin
869
870 2006-09-06 [paul]       2.4.0cvs158
871
872         * src/prefs_filtering.c
873                 fix labels and table element spacing
874                 Patch by Fabien Vantard
875
876 2006-09-06 [paul]
877
878         2.5.0-rc3 released
879
880 2006-09-06 [paul]       2.4.0cvs157
881
882         * manual/es/advanced.xml
883                 fix typo
884
885 2006-09-06 [wwp]        2.4.0cvs156
886
887         * src/mainwindow.c
888                 fix an dup launch issue when iconified, thanks to Colin.
889
890 2006-09-06 [wwp]        2.4.0cvs155
891
892         * src/gtk//gtksctree.h
893                 oops, forgot that one!
894
895 2006-09-06 [wwp]        2.4.0cvs154
896
897         * manual/pl/advanced.xml
898         * manual/advanced.xml
899         * manual/es/advanced.xml
900         * manual/fr/advanced.xml
901         * src/prefs_customheader.c
902         * src/prefs_filtering_action.c
903         * src/foldersel.c
904         * src/prefs_summaries.c
905         * src/prefs_filtering.c
906         * src/account.c
907         * src/compose.c
908         * src/prefs_summary_column.c
909         * src/addr_compl.c
910         * src/prefs_actions.c
911         * src/prefs_folder_column.c
912         * src/ssl_manager.c
913         * src/prefs_template.c
914         * src/prefs_display_header.c
915         * src/prefs_common.h
916         * src/prefs_matcher.c
917         * src/prefs_common.c
918         * src/prefs_toolbar.c
919         * src/summaryview.c
920         * src/folderview.c
921         * src/gtk/gtksctree.c
922         * src/gtk/pluginwindow.c
923         * src/gtk/progressdialog.c
924         * src/gtk/prefswindow.c
925                 renamed hidden option enable_rules_hint to use_stripes_everywhere
926                 to make its meaning more obvious (all versions of the manual reflect
927                 the change).
928                 added an extra hidden option use_stripes_in_summary to allow
929                 discarding these stripes in mainwindow's folder and message lists;
930                 en and fr manuals only are OK towards this.
931
932 2006-09-06 [colin]      2.4.0cvs153
933
934         * src/textview.c
935                 Hide Sylpheed-Claws' internal queue headers
936                 when showing all headers. They'll be present
937                 only in Source window.
938
939 2006-09-05 [colin]      2.4.0cvs152
940
941         * src/plugins/trayicon/trayicon.c
942                 Fix crash at exit - we have to disconnect
943                 our handlers
944         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
945                 Update eggtrayicon - patch adapted from a
946                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
947                 on Sylpheed's ML
948
949 2006-09-05 [colin]      2.4.0cvs151
950
951         * src/mainwindow.c
952         * src/gtk/logwindow.c
953                 Fix race condition when something writes
954                 to the log too soon during init. Thanks
955                 to Fabien Vantard
956
957 2006-09-05 [colin]      2.4.0cvs150
958
959         * src/mimeview.c
960                 Don't select part on right-click either
961
962 2006-09-05 [paul]       2.4.0cvs149
963
964         * src/mimeview.c
965                 completion of previous commit
966                 Thanks to Colin
967
968 2006-09-05 [colin]      2.4.0cvs148
969
970         * src/mimeview.c
971                 Don't force selection on middle-click, just open
972
973 2006-09-04 [colin]      2.4.0cvs147
974
975         * src/mimeview.c
976                 Looks like gtk_notebook_set_current_page()
977                 sometimes steals focus, and this annoys us
978                 in MimeViewers as it renders navigation
979                 keys useless. Take back focus after switching
980                 pages.
981
982 2006-09-04 [colin]      2.4.0cvs146
983
984         * src/messageview.c
985                 Set stop_loading when clicking on Next
986                 during load. Don't add a callback to 
987                 avoid over-complicating things.
988
989 2006-09-04 [colin]      2.4.0cvs145
990
991         * src/mimeview.c
992         * src/messageview.c
993                 Fix multiple loads in separate messageview
994
995 2006-09-04 [colin]      2.4.0cvs144
996
997         * src/summaryview.c
998                 Let navigation keys be handled during 
999                 load
1000
1001 2006-09-04 [colin]      2.4.0cvs143
1002
1003         * src/messageview.c
1004         * src/summaryview.c
1005         * src/textview.c
1006         * src/textview.h
1007                 Make loading of huge mails (lots of text and/or
1008                 images) cancellable, so the GUI doesn't block 
1009
1010 2006-09-04 [colin]      2.4.0cvs142
1011
1012         * src/plugins/trayicon/trayicon.c
1013                 Fix annoyance when removing a folder with 
1014                 unread mails: trayicon didn't update
1015
1016 2006-09-04 [paul]       2.4.0cvs141
1017
1018         * src/gtk/icon_legend.c
1019                 straighten up columns
1020                 Patch by Fabien Vantard
1021
1022 2006-09-04 [wwp]        2.4.0cvs140
1023
1024         * src/prefs_filtering.c
1025                 fix new line's account name in filtering prefs:
1026                 was "All", is now "(New)".
1027
1028 2006-09-04 [paul]       2.4.0cvs139
1029
1030         * tools/make.themes.project
1031                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1032                 instead of homebrewed "make release"
1033
1034 2006-09-03 [colin]      2.4.0cvs138
1035
1036         * src/folderview.c
1037                 Fix bug #1007 (Wrong folder highlighted)
1038
1039 2006-09-03 [colin]      2.4.0cvs137
1040
1041         * src/compose.c
1042                 Don't set Newsgroup: header to a mail folder
1043                 path
1044
1045 2006-09-03 [paul]       2.4.0cvs136
1046
1047         * src/prefs_other.c
1048         * src/prefs_spelling.c
1049                 unify the gui
1050
1051 2006-09-03 [paul]       2.4.0cvs135
1052
1053         * src/prefs_summaries.c
1054                 correct menu item text in prefs_keybind_apply_clicked()
1055
1056 2006-09-03 [paul]       2.4.0cvs134
1057
1058         * manual/advanced.xml
1059                 some improvements to the descriptions
1060         * src/mainwindow.c
1061         * src/messageview.c
1062         * src/summaryview.c
1063         * src/gtk/menu.c
1064                 fix menu sensitivity issues
1065         * src/prefs_message.c
1066                 drop the useless word 'short'
1067         * src/prefs_other.c
1068                 add the word 'lines' indicating log length
1069                 is a measure of lines
1070         * src/textview.c
1071                 fix compilation warnings
1072
1073 2006-09-02 [colin]      2.4.0cvs133
1074
1075         * src/messageview.c
1076                 Display a special return-receipt message
1077                 if the message is from the user
1078         * src/summaryview.c
1079                 Fix missing freeze of the list when marking
1080                 all read and unthreading for exec. Thanks
1081                 to Stephan Sachse.
1082
1083 2006-09-02 [paul]       2.4.0cvs132
1084
1085         * src/mainwindow.c
1086         * src/prefs_message.c
1087         * src/summaryview.c
1088                 fix some english
1089
1090 2006-09-02 [wwp]        2.4.0cvs131
1091
1092         * src/prefs_filtering.c
1093                 added an account name column to the filtering rules
1094                 dialog.
1095
1096 2006-09-02 [colin]      2.4.0cvs130
1097
1098         * src/gtk/logwindow.c
1099         * src/gtk/logwindow.h
1100                 Block scrolling if we're not at the end
1101                 of the log
1102
1103 2006-09-02 [colin]      2.4.0cvs129
1104
1105         * src/folder.c
1106                 Make sure account-specific rules can't
1107                 be used in {pre-,post-,}processing
1108         * src/mainwindow.c
1109         * src/gtk/logwindow.c
1110         * src/gtk/logwindow.h
1111                 Jump to last error when clicking on the
1112                 warning icon
1113
1114 2006-09-02 [colin]      2.4.0cvs128
1115
1116         * src/imap.c
1117         * src/import.c
1118         * src/mainwindow.c
1119         * src/mainwindow.h
1120                 Fix warning icon
1121         * src/inc.c
1122         * src/mbox.c
1123         * src/mbox.h
1124                 Let proc_mbox know its account, for
1125                 account-specific rules
1126
1127 2006-09-01 [colin]      2.4.0cvs127
1128
1129         * src/codeconv.c
1130                 Don't uselessly use iconv to convert from
1131                 us-ascii
1132         * src/alertpanel.c
1133         * src/mainwindow.c
1134         * src/mainwindow.h
1135         * src/inc.c
1136                 Fix certain log cases, disable warning icon
1137                 for now, the correct way to display it when
1138                 necessary and only when necessary is probably
1139                 to do it manually rather than use error logs
1140         * src/etpan/imap-thread.c
1141                 Clean up UID logging a bit
1142         * src/gtk/logwindow.c
1143         * src/gtk/logwindow.h
1144                 Make logging faster when the window's closed
1145
1146 2006-09-01 [wwp]        2.4.0cvs126
1147
1148         * manual/fr/account.xml
1149                 reflect changes to the ref. manual (parts of cvs72):
1150                 fix tabnames and quotes.
1151
1152 2006-09-01 [wwp]        2.4.0cvs125
1153
1154         * manual/fr/plugins.xml
1155                 reflect changes to the reference manual (cvs42):
1156                 update IRC channel info.
1157
1158 2006-09-01 [wwp]        2.4.0cvs124
1159
1160         * commitHelper
1161                 use CVSEDITOR env. var. if set, according to `man cvs`.
1162
1163 2006-09-01 [wwp]        2.4.0cvs123
1164
1165         * manual/advanced.xml
1166                 better sentence again (thanks to Paul).
1167
1168 2006-09-01 [wwp]        2.4.0cvs122
1169
1170         * manual/advanced.xml
1171         fix definition of toolbar_detachable and rework a bit the one of
1172         enable_dotted_lines.
1173
1174 2006-09-01 [mones]      2.4.0cvs121
1175
1176         * manual/advanced.xml
1177                 Document enable_dotted_lines
1178
1179 2006-09-01 [paul]       2.4.0cvs120
1180
1181         * src/folderview.c
1182         * src/folderview.h
1183         * src/imap.c
1184         * src/mainwindow.c
1185         * src/summaryview.c
1186                 obey the 'When entering folder...' option
1187                 when using the /View/Go to/... menu items
1188                 Thanks to Colin
1189
1190 2006-08-31 [colin]      2.4.0cvs119
1191
1192         * src/folderview.c
1193                 Revert 2.4.0cvs116, wrong fix.
1194
1195 2006-08-31 [colin]      2.4.0cvs118
1196
1197         * src/gtk/gtksctree.c
1198                 Better state the various copyrights
1199
1200 2006-08-31 [colin]      2.4.0cvs117
1201
1202         * src/prefs_common.c
1203                 fix enable_dotted_lines
1204
1205 2006-08-31 [colin]      2.4.0cvs116
1206
1207         * src/folderview.c
1208                 Use pref "Always open on select" when going
1209                 to next unread folder
1210         * src/gtk/gtksctree.c
1211                 Fix link failure to _gtk_clist_create_cell_layout
1212                 on certain computers. (Why not mine, I wonder)
1213
1214 2006-08-31 [colin]      2.4.0cvs115
1215
1216         * src/procmsg.c
1217         * src/textview.c
1218         * src/plugins/bogofilter/bogofilter.c
1219         * src/plugins/spamassassin/spamassassin.c
1220                 Requalify some "errors" to warnings
1221         * src/mainwindow.c
1222         * src/mainwindow.h
1223         * src/statusbar.c
1224                 Add an icon in the statusbar to notify
1225                 of errors
1226         * src/gtk/gtksctree.c
1227         * src/folderview.c
1228         * src/summaryview.c
1229                 Make the GtkSCTree look more modern by
1230                 alternating background lines
1231         * src/prefs_common.c
1232         * src/prefs_common.h
1233                 Add a pref to let people have the old
1234                 way if they prefer
1235
1236
1237 2006-08-30 [colin]      2.4.0cvs114
1238
1239         * src/procmsg.c
1240         * src/procmsg.h
1241                 Provide a way to filter a list of
1242                 messages in an optimised manner, and
1243                 add a list-filtering hook
1244         * src/folder.c
1245         * src/inc.c
1246         * src/mbox.c
1247                 Use the list filtering
1248         * src/plugins/bogofilter/bogofilter.c
1249                 Use the list-filtering hook
1250                 Use -b (bulk) mode for more speed
1251                 when learning and filtering
1252         * src/etpan/imap-thread.c
1253                 Make log output shorter in UID SEARCH
1254
1255
1256 2006-08-30 [colin]      2.4.0cvs113
1257
1258         * src/plugins/bogofilter/bogofilter.c
1259                 Really fast mass learning - thanks to David
1260                 Relson for the options explanations :)
1261
1262 2006-08-30 [colin]      2.4.0cvs112
1263
1264         * src/msgcache.c
1265                 Fix compilation on FreeBSD. Thanks
1266                 to Michael Hugues
1267
1268 2006-08-29 [colin]      2.4.0cvs111
1269
1270         * src/folderview.c
1271                 Handle "popup_menu" signal (for popping the 
1272                 menu via the keyboard)
1273         * src/mimeview.c
1274         * src/mimeview.h
1275         * src/summaryview.c
1276         * src/textview.c
1277         * src/gtk/gtkutils.c
1278         * src/gtk/gtkutils.h
1279                 Factorize scrolling code, and add an API 
1280                 for MimeViewers to handle scroll orders
1281
1282 2006-08-29 [wwp]        2.4.0cvs110
1283
1284         * src/plugins//bogofilter/bogofilter.c
1285         * src/plugins//spamassassin/spamassassin.c
1286                 make the bogofilter/spamassassin filtering error dialogs at
1287         incorporation obey to the "don't popup error dialog on
1288         receive error" option. If disabled, feed the log window w/
1289         the error message.
1290
1291 2006-08-29 [paul]
1292
1293         2.5.0-rc2 released
1294
1295 2006-08-29 [paul]       2.4.0cvs109
1296
1297         * Makefile.am
1298                 remove 'make release', it's not needed
1299                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1300
1301 2006-08-29 [paul]       2.4.0cvs108
1302
1303         * src/foldersel.c
1304         * src/summary_search.c
1305         * src/gtk/progressdialog.c
1306         * src/plugins/pgpcore/passphrase.c
1307                 replace deprecated gtk_window_set_policy()
1308
1309 2006-08-29 [colin]      2.4.0cvs107
1310
1311         * src/folder.c
1312                 Fix data loss when copy fails during a move:
1313                 only use fast remove_msgs if everything was
1314                 copied OK; else use slow remove_msg on the
1315                 mails that got copied only.
1316
1317 2006-08-28 [paul]       2.4.0cvs106
1318
1319         * src/mh.c
1320                 revert change in 2.4.0cvs104, it breaks
1321                 stuff
1322
1323 2006-08-28 [paul]       2.4.0cvs105
1324
1325         * src/plugins/spamassassin/spamassassin.c
1326                 english fix
1327
1328 2006-08-28 [paul]       2.4.0cvs104
1329
1330         * src/mh.c
1331                 fix data loss when moving to another
1332                 mailbox fails
1333         * src/prefs_spelling.c
1334                 improve the english
1335         * src/gtk/pluginwindow.c
1336                 improve the layout of the dialog text
1337         All thanks to Colin
1338
1339 2006-08-28 [paul]       2.4.0cvs103
1340
1341         * src/plugins/bogofilter/bogofilter.c
1342         * src/plugins/bogofilter/bogofilter_gtk.c
1343                 fix english up a bit, innit
1344
1345 2006-08-28 [paul]       2.4.0cvs102
1346
1347         * configure.ac
1348         * po/Makefile.in.in
1349         * po/Makevars
1350                 require autoconf 2.60, enabling building
1351                 with gettext 0.15 (gettext 0.14.x build still
1352                 possible). Replace Makefiles with versions
1353                 from gettext 0.15.
1354                 Remove configure options --with-localedir and
1355                 --with-mandir. The options that are provided
1356                 directly by autoconf 2.60 can be used instead:
1357                 --mandir --localedir
1358
1359 2006-08-27 [colin]      2.4.0cvs101
1360
1361         * src/plugins/bogofilter/Makefile.am
1362                 Fix make dist (no README)
1363
1364 2006-08-27 [colin]      2.4.0cvs100
1365
1366         * src/folder.c
1367                 Don't use F_UNKNOWN folders for any default
1368                 outbox/trash/etc
1369         * src/plugins/bogofilter/bogofilter.c
1370         * src/plugins/bogofilter/bogofilter.h
1371         * src/plugins/bogofilter/bogofilter_gtk.c
1372                 Add an option to specify the path to bogofilter
1373                 Use single-quotes to be able to learn in folders
1374                 with spaces in their names
1375                 Verify learning status
1376
1377 2006-08-27 [colin]      2.4.0cvs99
1378
1379         * manual/faq.xml
1380         * manual/plugins.xml
1381                 Document Bogofilter plugin
1382
1383 2006-08-27 [colin]      2.4.0cvs98
1384
1385         * src/compose.c
1386         * src/messageview.c
1387         * src/procmsg.c
1388         * src/procmsg.h
1389                 When possible, copy the queued mail to sent folder
1390                 instead of re-adding. Much faster on IMAP.
1391
1392 2006-08-27 [colin]      2.4.0cvs97
1393
1394         * src/msgcache.c
1395                 Disable mmaped caches - huge metadata loss
1396                 here after a power failure.
1397         * src/summaryview.c
1398                 Add quicksearch timing
1399         * src/common/plugin.c
1400         * src/common/plugin.h
1401                 Implement an interface to tell what plugins
1402                 provide. Prevent loading of similar plugins.
1403         * src/plugins/clamav/clamav_plugin.c
1404         * src/plugins/demo/demo.c
1405         * src/plugins/dillo_viewer/dillo_viewer.c
1406         * src/plugins/pgpcore/plugin.c
1407         * src/plugins/pgpinline/pgpinline.c
1408         * src/plugins/pgpmime/pgpmime.c
1409         * src/plugins/spamassassin/spamassassin.c
1410         * src/plugins/trayicon/trayicon.c
1411                 Implement plugin_provides()
1412
1413 2006-08-27 [colin]      2.4.0cvs96
1414
1415         * configure.ac
1416         * src/plugins/Makefile.am
1417         * src/plugins/bogofilter/.cvsignore
1418         * src/plugins/bogofilter/Makefile.am
1419         * src/plugins/bogofilter/bogofilter.c
1420         * src/plugins/bogofilter/bogofilter.h
1421         * src/plugins/bogofilter/bogofilter_gtk.c
1422                 New Bogofilter plugin, provides filtering and
1423                 learning. Spamassassin will go to extra plugins.
1424
1425 2006-08-26 [mones]      2.4.0cvs95
1426
1427         * manual/handling.xml
1428                 Fix subfolder path in the example (thanks to Paul) 
1429
1430 2006-08-26 [mones]      2.4.0cvs94
1431
1432         * manual/glossary.xml
1433                 2.2. + add ISP to the glossary
1434                 7.5. + Add UIDL to glossary
1435                 7.7. + Add TCP to glossary
1436         * manual/handling.xml
1437                 7.1. + Mentions GNU/Linux distribution, what about the non...
1438                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1439                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1440                 7.4. = Use appropriate quotation for commands
1441                 7.6. = change "" to <quote></quote>
1442         * manual/plugins.xml
1443                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1444         * manual/starting.xml
1445                 2.1. + local mbox file: some examples of mbox file locations...
1446                 Also reformatted files requiring it
1447
1448 2006-08-26 [wwp]        2.4.0cvs93
1449
1450         * src/summary_search.c
1451                 disable find buttons while summary search is running.
1452
1453 2006-08-25 [colin]      2.4.0cvs92
1454
1455         * src/folder.c
1456         * src/folderutils.c
1457         * src/mh.c
1458         * src/procmsg.h
1459         * src/summaryview.c
1460                 Speed up MH moving, and add progressbar
1461                 for MH deletion
1462         * src/msgcache.c
1463                 Write cache files using mmap() too
1464
1465 2006-08-25 [wwp]        2.4.0cvs91
1466
1467         * src/summaryview.c
1468                 switch spam<->ham button when a message has been marked as spam or ham
1469                 and is still selected. Thanks to Colin.
1470
1471 2006-08-25 [paul]       2.4.0cvs90
1472
1473         * src/Makefile.am
1474         * src/stock_pixmap.c
1475         * src/stock_pixmap.h
1476         * src/summaryview.c
1477         * src/gtk/icon_legend.c
1478         * src/pixmaps/copied.xpm
1479         * src/pixmaps/moved.xpm
1480                 add icons for delayed execution marked for
1481                 copying, marked for moving
1482
1483 2006-08-25 [mones]      2.4.0cvs89
1484
1485         * manual/glossary.xml
1486                 Fix the other glossary items:
1487                 5.1. = Inmmediate execution -> <quote>immediate execution...
1488                 5.2. = Fix MBOX capitalization -> Mbox
1489                 5.3. + Improve Plugins def. w/ tech. ref.
1490                 5.4. = Quotation -> replace '>' by <quote>></quote>
1491                 5.5. - SMTP Server. -> remove dot
1492         * po/es.po
1493                 Updated translation
1494
1495 2006-08-25 [mones]      2.4.0cvs88
1496
1497         * manual/ack.xml
1498                 Reformatted, changed email address
1499         * manual/glossary.xml
1500                 Reformatted, fixed MANUAL-TODO items:
1501                 8.2. + add ROT-13 to glossary
1502                 8.4. + add URL to glossary
1503         * manual/es/advanced.xml
1504                 Fixed <literal>s
1505
1506 2006-08-25 [paul]       2.4.0cvs87
1507
1508         * src/gtk/icon_legend.c
1509                 add 'marked for deletion' icon
1510                 arrange icons by containing column
1511                 wrap long label text
1512
1513 2006-08-25 [colin]      2.4.0cvs86
1514
1515         * src/common/utils.c
1516         * src/common/utils.h
1517                 Add the sc_g_*list_bigger functions in
1518                 a place everyone can use it
1519         * src/summaryview.c
1520                 Only freeze/thaw the list when working
1521                 on the selection, if it's bigger than 1
1522         * src/gtk/gtksctree.c
1523                 Only freeze/thaw the list when unselec-
1524                 ting 'all' if ('all' != 1)
1525                 This avoids some flickering
1526
1527 2006-08-24 [colin]      2.4.0cvs85
1528
1529         * src/addressbook.c
1530                 Fix strange list selection
1531                 Fix random seg (Invalid read of freed memory)
1532
1533 2006-08-24 [colin]      2.4.0cvs84
1534
1535         * src/alertpanel.c
1536         * src/gtk/inputdialog.c
1537         * src/plugins/pgpcore/passphrase.c
1538                 Revert minimal width patch of 2.4.0cvs67,
1539                 as it is also a maximal width. Use 
1540                 gtk_window_set_default_size instead.
1541
1542 2006-08-24 [colin]      2.4.0cvs83
1543
1544         * src/msgcache.c
1545                 Write cache/mark to temp files before
1546                 overwriting old ones (avoids metadata
1547                 loss if writing the new files fail).
1548                 Use mmap() to read cache/mark file, as
1549                 this makes cache reading faster. Dis-
1550                 abled for big-endian machines until it
1551                 can be tested. (Big-endian users: set
1552                 msgcache_use_mmap = TRUE in the relevant
1553                 #if).
1554         * src/procmsg.h
1555                 Move rarely used fields of MsgInfo in 
1556                 another structure, which will only be
1557                 allocated if needed. Face, X-Face,
1558                 Return receipt headers and List-*
1559                 headers are moved. Mails having none
1560                 of these occupy 52 bytes less with
1561                 this patch, which makes 2.5MB of RAM
1562                 saved on a 50k folder).
1563         * src/headerview.c
1564         * src/mainwindow.c
1565         * src/messageview.c
1566         * src/partial_download.c
1567         * src/procheader.c
1568         * src/procmsg.c
1569         * src/textview.c
1570                 Follow this structure change.
1571
1572 2006-08-24 [wwp]        2.4.0cvs82
1573
1574         * manual/es/.cvsignore
1575         * manual/es/dist/.cvsignore
1576         * manual/es/dist/html/.cvsignore
1577         * manual/es/dist/pdf/.cvsignore
1578         * manual/es/dist/ps/.cvsignore
1579         * manual/es/dist/txt/.cvsignore
1580                 more (generated) files to ignore.
1581
1582 2006-08-24 [colin]      2.4.0cvs81
1583
1584         * src/folder.c
1585         * src/mh.c
1586                 Fix possible problems with local delivery. Check the folder doesn't
1587                 need scan before setting its mtime when saving cache (which can be
1588                 done long after the folder's been modified by an external process);
1589                 Check that the stored item's mtime didn't change in mh functions.
1590
1591 2006-08-24 [mones]      2.4.0cvs80
1592
1593         * manual/advanced.xml
1594                 Rewrapping, some fixes and MANUAL-TODO items:
1595                 8.1. = change "" to <quote></quote>
1596                 8.3. = quote menu items
1597                 8.5. - deploying -> new user ... ideally a new user (redundant)
1598
1599 2006-08-23 [colin]      2.4.0cvs79
1600
1601         * src/gtk/gtksctree.c
1602                 When selecting or deselecting range, only
1603                 freeze/thaw when selection is bigger than 10
1604
1605 2006-08-23 [colin]      2.4.0cvs78
1606
1607         * src/messageview.c
1608         * src/mimeview.c
1609         * src/mimeview.h
1610         * src/plugins/dillo_viewer/dillo_viewer.c
1611                 Provide an API for MimeViewer plugins to
1612                 return a text selection for replying
1613
1614 2006-08-23 [colin]      2.4.0cvs77
1615
1616         * src/image_viewer.c
1617         * src/textview.c
1618                 Use gtk_pixbuf_new_from_file_at_scale(), which
1619                 is faster than getting the pixbuf then resizing
1620                 it.
1621
1622 2006-08-23 [colin]      2.4.0cvs76
1623
1624         * src/procmime.c
1625                 UTF-8 should be sent Quoted-printable
1626
1627 2006-08-22 [colin]      2.4.0cvs75
1628
1629         * src/mh.c
1630                 Check if scan is required before touching
1631                 the folder (or it'll be required every time)
1632
1633 2006-08-22 [colin]      2.4.0cvs74
1634
1635         * configure.ac
1636                 Require libetpan 0.46 (crasher fix when built
1637                 against gnutls)
1638
1639 2006-08-22 [colin]      2.4.0cvs73
1640
1641         * src/folder.c
1642                 Set folder's mtime after writing its
1643                 cache
1644         * src/folderview.c
1645                 Add some timing
1646         * src/procmsg.c
1647                 Don't do useless stuff if we don't 
1648                 thread by subject
1649         * src/summaryview.c
1650                 Add some timing, don't deselect prior
1651                 to selecting (gtksctree does it itself),
1652                 remove crash avoidance hacks as it's been
1653                 properly fixed since a while
1654         * src/common/utils.c
1655                 Optimize to_human_readable(): _() is slow,
1656                 do it only once, and avoid %f format for KB
1657                 (the most common in a summaryview)
1658         * src/gtk/gtksctree.c
1659                 Don't uselessly freeze/thaw (fixes flicker
1660                 on next unread and friends), reduce number
1661                 of g_list_nth/g_list_position where possible
1662         * src/gtk/gtkutils.c
1663         * src/gtk/gtkutils.h
1664                 Reduce number of g_list_nth/g_list_position
1665                 where possible.
1666                 All of this makes loading as 70k folder 2.1
1667                 seconds instead of 3.2 (with hot FS caches).
1668                 (1.3 seconds without Date and Size columns...)
1669
1670 2006-08-22 [paul]       2.4.0cvs72
1671
1672         wrap documents and do some items from mones' MANUAL-TODO:
1673
1674         * manual/account.xml
1675                 4.1. = fix tabname references to <quote>tabname</quote>
1676                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1677         * manual/faq.xml
1678                 1.1. = mentioned options don't match UI
1679                 Add information about the 'Never send Return Receipts'
1680                 option
1681         * manual/handling.xml
1682                 6.2. = Mentions Extended symbols button, but now is
1683                 named Information
1684                 6.3. = Mentions ... button, which is now Edit
1685
1686 2006-08-22 [colin]      2.4.0cvs71
1687
1688         * src/gtk/pluginwindow.c
1689                 Fix layout in verbose translations (such
1690                 as french)
1691
1692 2006-08-22 [paul]       2.4.0cvs70
1693
1694         * manual/Makefile.am
1695                 build manuals in alphabetical order
1696         * src/addressbook.c
1697         * src/prefs_themes.c
1698                 replace/remove deprecated symbols
1699         * src/gtk/gtkutils.c
1700                 fix a warning
1701         * src/gtk/pluginwindow.c
1702                 replace deprecated symbol
1703                 replace label text and move it
1704         * src/plugins/pgpcore/prefs_gpg.c
1705                 move the 'Generate...' button out of the
1706                 Sign Key frame, replace the English used
1707         * src/plugins/pgpcore/sgpgme.c
1708                 fixes to the English
1709
1710 2006-08-21 [colin]      2.4.0cvs69
1711
1712         * src/plugins/trayicon/trayicon.c
1713                 Add more strings for translation; patch
1714                 by Pawel
1715
1716 2006-08-21 [colin]      2.4.0cvs68
1717
1718         * src/compose.c
1719                 fix replied flag not set after drafting
1720         * src/matcher.c
1721                 fix body quicksearch in non-encoded bodies
1722                 containing '='
1723         * src/msgcache.c
1724                 Get rid of the g_malloc workaround for
1725                 corrupted caches, use g_try_malloc
1726
1727 2006-08-21 [colin]      2.4.0cvs67
1728
1729         * src/alertpanel.c
1730         * src/gtk/inputdialog.c
1731         * src/plugins/pgpcore/passphrase.c
1732                 Set minimal width to 375
1733         * src/mainwindow.c
1734                 Fix switching to offline, asking if it 
1735                 should be overriden for synchronising
1736         * src/mimeview.c
1737                 Don't offer to remember command on Open 
1738                 with for text parts, as the browser or 
1739                 text editor command isn't changed from 
1740                 there
1741
1742 2006-08-20 [paul]       2.4.0cvs66
1743
1744         * po/ko.po
1745         * po/zh_CN.po
1746                 fix plural form errors. revealed by stricter
1747                 checking of gettext 0.15
1748
1749 2006-08-18 [paul]       2.4.0cvs65
1750
1751         * src/stock_pixmap.c
1752                 fix the fix of 2.4.0cvs64
1753                 Thanks to Colin
1754
1755 2006-08-18 [paul]       2.4.0cvs64
1756
1757         * src/stock_pixmap.c
1758                 fix leaks
1759                 Thanks to Colin
1760
1761 2006-08-18 [paul]       2.4.0cvs63
1762
1763         * src/compose.c
1764         * src/procmsg.c
1765                 fix occasional IMAP bug where large msgs
1766                 were left in the queue folder after sending
1767                 Thanks to Colin
1768
1769 2006-08-18 [paul]       2.4.0cvs62
1770
1771         * src/folderview.c
1772                 freeze the summaryview while quicksearch results
1773                 are displayed
1774                 (fixes bug 456 'current message is hidden when the
1775                 view is refreshed and extended search is "unread 
1776                 messages"')
1777                 Thanks to Colin
1778         * src/textview.c
1779                 add missing #include "inputdialog.h"
1780         * src/common/utils.h
1781                 add missing mailcap_update_default() and improve
1782                 readability
1783
1784 2006-08-17 [colin]      2.4.0cvs61
1785
1786         * src/plugins/pgpcore/select-keys.c
1787                 Fix warnings :)
1788
1789 2006-08-17 [colin]      2.4.0cvs60
1790
1791         * src/compose.c
1792                 Don't continue queuing if Cancel is clicked
1793                 in select-keys
1794
1795 2006-08-17 [colin]      2.4.0cvs59
1796
1797         * src/plugins/pgpcore/select-keys.c
1798                 When encrypting, if only one key matches and it 
1799                 matches exactly, automatically use it.
1800
1801 2006-08-17 [colin]      2.4.0cvs58
1802
1803         * src/mimeview.c
1804         * src/prefs_common.c
1805         * src/prefs_common.h
1806         * src/prefs_ext_prog.c
1807         * src/textview.c
1808                 Fix issues with previous patch (text/html)
1809                 Remove outdated prefs
1810
1811 2006-08-17 [colin]      2.4.0cvs57
1812
1813         * src/imap.c
1814                 Add View Log button on auth error
1815         * src/procmsg.c
1816                 Fix encrypted mail marked as new when
1817                 saved in normal folders
1818         * src/plugins/pgpinline/pgpinline.c
1819                 Fix encrypt bug on IMAP
1820         * src/mimeview.c
1821         * src/common/utils.c
1822         * src/common/utils.h
1823         * src/gtk/inputdialog.c
1824         * src/gtk/inputdialog.h
1825                 Get rid of metamail stuff, simplify
1826                 opening, and allow remembering of user's
1827                 choices (by updating ~/.mailcap). There's
1828                 still to drop "Audio player" and "Image
1829                 viewer" preferences.
1830
1831 2006-08-17 [mones]      2.4.0cvs56
1832
1833         * manual/es/sylpheed-claws-manual.xml
1834                 fix DTD path
1835
1836 2006-08-17 [mones]      2.4.0cvs55
1837
1838         * configure.ac
1839         * manual/Makefile.am
1840         * manual/es/Makefile.am
1841         * manual/es/account.xml
1842         * manual/es/ack.xml
1843         * manual/es/addrbook.xml
1844         * manual/es/advanced.xml
1845         * manual/es/faq.xml
1846         * manual/es/glossary.xml
1847         * manual/es/gpl.xml
1848         * manual/es/handling.xml
1849         * manual/es/intro.xml
1850         * manual/es/keyboard.xml
1851         * manual/es/plugins.xml
1852         * manual/es/starting.xml
1853         * manual/es/sylpheed-claws-manual.xml
1854         * manual/es/dist/Makefile.am
1855         * manual/es/dist/html/Makefile.am
1856         * manual/es/dist/pdf/Makefile.am
1857         * manual/es/dist/ps/Makefile.am
1858         * manual/es/dist/txt/Makefile.am
1859                 Spanish translation for the manual
1860
1861 2006-08-16 [colin]      2.4.0cvs54
1862
1863         * src/compose.c
1864         * src/main.c
1865         * src/mainwindow.c
1866                 Fix send button sensitivity at startup
1867                 Set send menu sensitivity (patch by Fabien)
1868         * src/ssl_manager.c
1869                 Enable closing with esc (patch by Fabien)
1870         * src/gtk/foldersort.c
1871                 Enable closing with esc (patch by Fabien)
1872         * src/procmime.c
1873                 Optimisation (no need to copy to tempfile to
1874                 "decode" 7bit and 8bit)
1875         * src/summaryview.c
1876                 Fix cruft in swap_from case
1877         * src/textview.c
1878                 Fix missing last line in some mail cases 
1879                 (Fixes debian #381872)
1880         * src/plugins/pgpcore/prefs_gpg.c
1881         * src/plugins/pgpcore/sgpgme.c
1882         * src/plugins/pgpcore/sgpgme.h
1883                 Don't show "no key found" when user explicitely
1884                 wants to create a key
1885
1886 2006-08-16 [paul]       2.4.0cvs53
1887
1888         * configure.ac
1889         * src/account.c
1890         * src/addressbook.c
1891         * src/headerview.c
1892         * src/prefs_account.c
1893         * src/prefs_message.c
1894         * src/gtk/gtkutils.c
1895                 bump up minimum required versions of GTK+ and
1896                 GLIB to 2.6.0
1897
1898 2006-08-16 [paul]       2.4.0cvs52
1899
1900         * src/toolbar.c
1901                 workaround GTK+ Bug 351600 - 'Can't re-click
1902                 on button after sensitivity update'
1903                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1904                 Thanks to Colin
1905
1906 2006-08-15 [colin]      2.4.0cvs51
1907
1908         * src/plugins/pgpcore/prefs_gpg.c
1909                 Set options sensitivity according to
1910                 key existence
1911         * src/plugins/pgpcore/sgpgme.c
1912                 Allow to create key with no passphrase
1913
1914 2006-08-14 [cleroy]     2.4.0cvs50
1915
1916         * src/gtk/pluginwindow.c
1917                 New layout (maybe to be changed?)
1918         * src/gtk/gtkutils.c
1919                 Fix a bit label_window
1920         * src/plugins/pgpcore/passphrase.c
1921         * src/plugins/pgpcore/passphrase.h
1922         * src/plugins/pgpcore/plugin.c
1923         * src/plugins/pgpcore/prefs_gpg.c
1924         * src/plugins/pgpcore/prefs_gpg.h
1925         * src/plugins/pgpcore/sgpgme.c
1926         * src/plugins/pgpcore/sgpgme.h
1927                 Allow to create a PGP private key via the GUI
1928
1929 2006-08-14 [wwp]        2.4.0cvs49
1930
1931         * src/addressbook_foldersel.c
1932                 fix strict ISO C90 compliance.
1933
1934 2006-08-14 [paul]       2.4.0cvs48
1935
1936         * src/gtk/prefswindow.c
1937                 re-set scrolled window on opening
1938                 Patch by Ticho
1939
1940 2006-08-14 [paul]
1941
1942         2.5.0-rc1 released
1943
1944 2006-08-14 [paul]       2.4.0cvs47
1945
1946         * src/prefs_display_header.c
1947                 re-enable user-defined Displayed Headers
1948
1949 2006-08-14 [paul]       2.4.0cvs46
1950
1951         * src/prefs_account.c
1952                 use GTK_STOCK_EDIT
1953
1954 2006-08-13 [colin]      2.4.0cvs45
1955
1956         * src/common/utils.c
1957                 Fix "a" in quote when the original message is empty,
1958                 by using \0 instead of 'a' to test writability of
1959                 temp files.
1960
1961 2006-08-13 [wwp]        2.4.0cvs44
1962
1963         * src/plugins/spamassassin/spamassassin.c
1964                 fix capitalization of "SpamAssassin" in some debug, log and
1965                 dialog messages.
1966
1967 2006-08-13 [paul]       2.4.0cvs43
1968
1969         * src/editldap.c
1970                 fix overlapping widgets
1971         * src/prefs_account.c
1972                 fix translation of protocol_names[]
1973                 fix label disappearing off the edge of the
1974                 visible area
1975
1976 2006-08-12 [paul]       2.4.0cvs42
1977
1978         * manual/plugins.xml
1979                 update IRC channel info before it gets forgotten
1980                 about
1981
1982 2006-08-11 [colin]      2.4.0cvs41
1983
1984         * src/compose.c
1985         * src/mainwindow.c
1986         * src/mainwindow.h
1987         * src/procmsg.c
1988         * src/procmsg.h
1989         * src/summaryview.c
1990         * src/toolbar.c
1991                 Grey out the Send button if
1992                 - Queue folders are empty, or
1993                 - We're sending already
1994
1995 2006-08-11 [wwp]        2.4.0cvs40
1996
1997         * src/main.c
1998                 fix a logic issue when quitting while a compose window is
1999                 still open, thanks to Colin.
2000
2001 2006-08-10 [colin]      2.4.0cvs39
2002
2003         * src/main.c
2004                 Fix default font size setting after wizard run
2005         * src/imap.c
2006         * src/etpan/imap-thread.c
2007         * src/etpan/imap-thread.h
2008                 Fix bug #999 (Timing out on TSL cert validation 
2009                 dialog makes ugly things happen). Also, STARTTLS
2010                 unconditionnaly if initial capabilities contain
2011                 LOGINDISABLED and STARTTLS.
2012
2013 2006-08-09 [colin]      2.4.0cvs38
2014
2015         * src/mainwindow.c
2016         * src/mainwindow.h
2017                 Fix Tools/Actions sensitivity when there are
2018                 no actions
2019
2020 2006-08-09 [colin]      2.4.0cvs37
2021
2022         * src/prefs_filtering.c
2023                 Warning fix, patch by Paul
2024         * src/messageview.c
2025         * src/prefs_actions.c
2026         * src/prefs_filtering_action.c
2027         * src/prefs_matcher.c
2028                 Uniformisation of "Info ..." to "Info..." (for
2029                 old gtk), patch by Fabien
2030         * src/plugins/clamav/clamav_plugin_gtk.c
2031                 Sensitivity fix by Fabien
2032
2033 2006-08-09 [colin]      2.4.0cvs36
2034
2035         * src/main.c
2036         * src/main.h
2037                 Add a function to know whether we're exiting
2038         * src/plugins/trayicon/trayicon.c
2039                 If exiting, don't do anything. Faster, and
2040                 avoids gtk_main_iteration reentracy causing
2041                 segfaults at exit
2042
2043 2006-08-09 [colin]      2.4.0cvs35
2044
2045         * src/messageview.c
2046         * src/mimeview.c
2047         * src/mimeview.h
2048                 Fix lack of part selection when automatically 
2049                 jumping to a specific part
2050         * src/msgcache.c
2051                 Little optimisation in cache reading
2052
2053 2006-08-09 [colin]      2.4.0cvs34
2054
2055         * src/compose.c
2056                 Fix crash setting the priority on reedit
2057                 (Accessing compose before creating it!)
2058
2059 2006-08-08 [colin]      2.4.0cvs33
2060
2061         * src/procmime.c
2062                 Fix bug #998 (last attachment is not accessible)
2063                 Bad RFC interpretation on multipart close-delimiters
2064         * src/mimeview.c
2065         * src/mimeview.h
2066         * src/gtk/gtkvscrollbutton.c
2067         * src/gtk/gtkvscrollbutton.h
2068                 Make attachments list wheel-scrollable
2069
2070 2006-08-07 [colin]      2.4.0cvs32
2071
2072         * src/gtk/gtkaspell.c
2073                 Fix bug #973 (Unicode punctation characters 
2074                 are not recognized as separators by the
2075                 spell checker); fix unsigned stuff
2076
2077 2006-08-07 [colin]      2.4.0cvs31
2078
2079         * src/compose.c
2080                 Fix bug #956 (DnD text with accents in compose 
2081                 text entry); fix gccc's signed/unsigned fuss
2082
2083 2006-08-06 [colin]      2.4.0cvs30
2084
2085         * src/main.c
2086                 Fix bug #979 (Plugin crashes when exiting 
2087                 sylpheed-claws) : handle exit request only 
2088                 once
2089
2090 2006-08-05 [colin]      2.4.0cvs29
2091
2092         * src/news.c
2093                 Just make sure we have a msgid.
2094
2095 2006-08-05 [colin]      2.4.0cvs28
2096
2097         * src/news.c
2098         * src/summaryview.c
2099                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2100                 by reimplementing it
2101         * src/textview.c
2102                 Fix bug when hiding quotes with level > 3 and quote
2103                 colors are recycled
2104
2105 2006-08-04 [colin]      2.4.0cvs27
2106
2107         * src/compose.c
2108         * src/undo.c
2109         * src/undo.h
2110                 Fix a bit replace-by-pasting undo
2111         * src/mainwindow.c
2112         * src/messageview.c
2113                 Fix Fold quotes menu synchro in
2114                 mainwindow when it changes in 
2115                 messageview
2116         * src/textview.c
2117                 Fix right-click on quotes blocks
2118         * src/common/utils.c
2119                 Verify that the file created by
2120                 my_tmpfile() is writable. Fixes
2121                 bug #988 (very specific filesystem
2122                 issue)
2123         * src/plugins/pgpcore/sgpgme.c
2124                 Fix file descriptor leak
2125         * src/plugins/spamassassin/spamassassin.c
2126                 Warn once if spamd isn't reachable
2127
2128 2006-08-04 [colin]      2.4.0cvs26
2129
2130         * src/toolbar.c
2131                 i18n context patch by Fabien
2132
2133 2006-08-03 [colin]      2.4.0cvs25
2134
2135         * src/mainwindow.c
2136         * src/messageview.c
2137                 Rename "Hide quotes" to "Fold quotes"
2138         * src/textview.c
2139                 Don't use hand cursor on quotes. "all 
2140                 the bonuses of the feature and none of 
2141                 unwelcome side-effects"
2142
2143 2006-08-03 [colin]      2.4.0cvs24
2144
2145         * AUTHORS
2146         * sylpheed-claws.desktop
2147         * src/gtk/authors.h
2148                 Bring the desktop file to XDG compliance
2149                 Patch by Charles A. Edwards
2150
2151 2006-08-03 [colin]      2.4.0cvs23
2152
2153         * src/textview.c
2154                 Fix links offset when they are preceded
2155                 by accentued chars (g_utf8_strlen!)
2156         * src/mainwindow.c
2157                 Fix wrong status when starting offline
2158
2159
2160 2006-08-03 [wwp]        2.4.0cvs22
2161
2162         * src/prefs_common.h
2163                 ask what to do w/ filtering rules that belong to an account when
2164                 applying filtering rules manually from the main window (skip,
2165                 apply regardless of the account, use current account). This dialog
2166                 can be skipped and the last reply used.
2167                 (forgot that file)
2168
2169 2006-08-03 [wwp]        2.4.0cvs21
2170
2171         * src/filtering.c
2172         * src/filtering.h
2173         * src/prefs_common.c
2174         * src/summaryview.c
2175         * src/alertpanel.c
2176         * src/alertpanel.h
2177         * src/messageview.c
2178                 ask what to do w/ filtering rules that belong to an account when
2179                 applying filtering rules manually from the main window (skip,
2180                 apply regardless of the account, use current account). This dialog
2181                 can be skipped and the last reply used.
2182
2183
2184 2006-08-03 [colin]      2.4.0cvs20
2185
2186         * src/textview.c
2187                 Optimize previous patch
2188
2189 2006-08-03 [cleroy]     2.4.0cvs19
2190
2191         * src/textview.c
2192                 Fix quotes getting toggled back when the
2193                 mail has an even number of text parts
2194
2195 2006-08-02 [colin]      2.4.0cvs18
2196
2197         * src/messageview.c
2198                 Add Hide quotes menu
2199
2200 2006-08-02 [colin]      2.4.0cvs17
2201
2202         * src/mainwindow.c
2203         * src/prefs_common.c
2204         * src/textview.c
2205         * src/textview.h
2206         * src/gtk/about.c
2207                 Allow per-level quote hiding,
2208                 Allow toggling quotes by double-clicking them
2209                 Rename RemoteURI to ClickableText to reflect
2210                 the fact it's used for a variety of things
2211
2212 2006-08-02 [wwp]        2.4.0cvs16
2213
2214         * src/mainwindow.c
2215                 fix "View/Hide quotes" menu item status initialization.
2216
2217 2006-08-02 [wwp]        2.4.0cvs15
2218
2219         * src/matcher_parser_parse.y
2220                 remove a debug trace.
2221
2222 2006-08-02 [paul]       2.4.0cvs14
2223
2224         * src/plugins/pgpcore/passphrase.c
2225                 don't set initial dialog size
2226                 make it resizable
2227
2228 2006-08-02 [paul]       2.4.0cvs13
2229
2230         * src/noticeview.c
2231                 remove the rogue '/' character
2232
2233 2006-08-02 [paul]       2.4.0cvs12
2234
2235         * src/noticeview.c
2236                 allow buttons to resize as necessary
2237
2238 2006-08-01 [wwp]        2.4.0cvs11
2239
2240         * src/mbox.c
2241                 fix strict ISO C90 compliance.
2242
2243 2006-08-01 [wwp]        2.4.0cvs10
2244
2245         * tools/update-po
2246                 updated update-po tool to work w/ context-dependent translations.
2247                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2248
2249 2006-08-01 [wwp]        2.4.0cvs9
2250
2251         * src/matcher.c
2252         * src/prefs_filtering.c
2253         * src/prefs_matcher.c
2254                 allow context-dependent translations for "All",
2255                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2256
2257 2006-07-31 [colin]      2.4.0cvs8
2258
2259         * AUTHORS
2260         * src/gtk/authors.h
2261                 Add Rafal to authors
2262
2263 2006-07-31 [colin]      2.4.0cvs7
2264
2265         * src/compose.c
2266         * src/mainwindow.c
2267         * src/messageview.h
2268         * src/prefs_common.c
2269         * src/prefs_common.h
2270         * src/textview.c
2271                 Add 'View/Hide quotes'. Patch based on a patch
2272                 by Rafal Weglarz
2273
2274 2006-07-31 [colin]      2.4.0cvs6
2275
2276         * src/action.c
2277                 Fix problem with "> stuff >" actions
2278
2279 2006-07-31 [paul]       2.4.0cvs5
2280
2281         * po/nb.po
2282                 updated by Geir Helland
2283
2284 2006-07-31 [wwp]        2.4.0cvs4
2285
2286         * src/mainwindow.c
2287         * src/summaryview.c
2288         * src/summaryview.h
2289                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2290                 thanks to Colin.
2291
2292 2006-07-31 [wwp]        2.4.0cvs3
2293
2294         * src/Makefile.am
2295         * src/addr_compl.c
2296         * src/addr_compl.h
2297         * src/addressbook.c
2298         * src/addressbook.h
2299         * src/addressbook_foldersel.c
2300         * src/addressbook_foldersel.h
2301         * src/addrindex.c
2302         * src/addrindex.h
2303         * src/matcher.c
2304         * src/matcher.h
2305         * src/matcher_parser_lex.l
2306         * src/matcher_parser_parse.y
2307         * src/prefs_common.c
2308         * src/prefs_common.h
2309         * src/prefs_filtering.c
2310         * src/prefs_matcher.c
2311         * src/prefs_matcher.h
2312         * src/summaryview.c
2313                 introduce filtering against the address book. It's now possible to add
2314                 matched conditions to determine if any email address in a message matches
2315                 or doesn't match any or all books or folders in the address book.
2316
2317 2006-07-31 [wwp]        2.4.0cvs2
2318
2319         * src/account.c
2320         * src/filtering.c
2321         * src/filtering.h
2322         * src/folder.c
2323         * src/folderview.c
2324         * src/inc.c
2325         * src/mainwindow.c
2326         * src/matcher.c
2327         * src/matcher_parser_lex.l
2328         * src/matcher_parser_parse.y
2329         * src/mbox.c
2330         * src/prefs_filtering.c
2331         * src/prefs_filtering.h
2332         * src/procmsg.c
2333         * src/procmsg.h
2334         * src/summaryview.c
2335                 introduce per-account filtering rules. Each filtering rule can now be assigned
2336                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2337                 when applying filtering rules manually, as all rules will apply - even the ones
2338                 assigned to an account. This issue will be addressed soon.
2339  
2340
2341
2342 2006-07-31 [wwp]        2.4.0cvs1
2343
2344         * src/quote_fmt.c
2345                 make more strings translatable.
2346
2347 2006-07-31 [paul]       2.4.0
2348
2349         2.4.0 released
2350
2351 2006-07-31 [paul]       2.3.1cvs91
2352
2353         * po/ca.po
2354                 updated by Miquel Oliete
2355
2356 2006-07-31 [paul]       2.3.1cvs90
2357
2358         * po/de.po
2359         * po/el.po
2360         * po/fr.po
2361         * po/it.po
2362         * po/pl.po
2363         * po/pt_BR.po
2364         * po/sr.po
2365         * po/zh_CN.po
2366                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2367                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2368                 Aleksandar Urosevic, and Ralgh Young
2369
2370 2006-07-31 [paul]       2.3.1cvs89
2371
2372         * src/account.c
2373         * src/main.c
2374         * src/mainwindow.c
2375         * src/mainwindow.h
2376                 Fix a race condition when, after an SC crash, rescanning
2377                 folders took more than 0.5 seconds
2378                 Thanks to Colin
2379
2380 2006-07-31 [paul]       2.3.1cvs88
2381
2382         * src/folderview.c
2383                 don't translate separator strings
2384
2385 2006-07-30 [mones]      2.3.1cvs87
2386
2387         * doc/man/sylpheed-claws.1
2388                 Fixed non-ASCII chars in Hoa's name
2389         * po/es.po
2390                 Updated for release
2391
2392 2006-07-27 [colin]      2.3.1cvs86
2393
2394         * src/textview.c
2395                 Don't include the leading \n in links
2396                 Patch by Fabien
2397
2398 2006-07-25 [colin]      2.3.1cvs85
2399
2400         * src/mainwindow.c
2401         * src/common/socket.h
2402         * src/etpan/imap-thread.c
2403                 Refresh resolvers before connecting
2404                 to IMAP servers, and after switching
2405                 to online. Thanks to Paul.
2406
2407 2006-07-18 [colin]
2408
2409         * 2.4.0-rc4 released
2410
2411 2006-07-17 [colin]      2.3.1cvs84
2412
2413         * src/inc.c
2414                 Show connection attempt in statusbar before
2415                 connecting (previously first message was
2416                 "Retrieving messages from ..." after the
2417                 connection succeeded.
2418
2419 2006-07-16 [wwp]        2.3.1cvs83
2420
2421         * sylpheed-claws.ico
2422                 Added .ico file (windows multi-size icon file, generated).
2423
2424 2006-07-12 [wwp]        2.3.1cvs82
2425
2426         * src/messageview.c
2427                 remove Message/Re-edit menu entry from messageview window,
2428                 as sent/draft/queued messages are opened in compose window when
2429                 re-edited and it's not possible to re-edit other msgs.
2430
2431 2006-07-12 [paul]       2.3.1cvs81
2432
2433         * AUTHORS
2434         * src/mainwindow.c
2435         * src/gtk/authors.h
2436                 check online state before resetting
2437                 mailcheck timer. Useful if some program
2438                 verifies connection state and updates
2439                 Claws.
2440                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2441
2442 2006-07-12 [paul]       2.3.1cvs80
2443
2444         * sylpheed-claws-128x128.png
2445         * sylpheed-claws-64x64.png
2446         * sylpheed-claws.png
2447         * src/Makefile.am
2448         * src/main.c
2449         * src/prefs_toolbar.c
2450         * src/stock_pixmap.c
2451         * src/stock_pixmap.h
2452         * src/wizard.c
2453         * src/gtk/about.c
2454         * src/gtk/gtkutils.c
2455         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2456         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2457         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2458         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2459         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2460         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2461                 updated and renamed logo/icon files and related
2462                 logo by Jesper Schultz
2463
2464 2006-07-11 [paul]       2.3.1cvs79
2465
2466         * src/main.c
2467                 fix the labels a smidgin
2468
2469 2006-07-09 [colin]      2.3.1cvs78
2470
2471         * src/textview.c
2472                 Show errors in textviewer's command
2473                 Patch by H. Merijn Brand
2474
2475 2006-07-09 [colin]      2.3.1cvs77
2476
2477         * src/compose.c
2478                 Save FMID in drafts too
2479
2480 2006-07-08 [colin]      2.3.1cvs76
2481
2482         * src/compose.c
2483                 Svae RMID in drafted mails too
2484                 Save quote_fmt vars for whole mails,
2485                 don't reset at each quote_fmt_init:
2486                 allows to use the same |i{var} in
2487                 various template fields
2488         * src/prefs_template.c
2489         * src/quote_fmt.h
2490         * src/quote_fmt_parse.y
2491                 Same
2492
2493 2006-07-08 [colin]      2.3.1cvs75
2494
2495         * src/textview.c
2496                 Fix highlighting of attached parts URIs
2497
2498 2006-07-08 [colin]      2.3.1cvs74
2499
2500         * src/main.c
2501                 Prevent bug #981 (sc 2.3.1 segfaults with 
2502                 gtk+ 2.10) from being reported again:
2503                 if Sylpheed-Claws has been compiled against
2504                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2505                 of if Sylpheed-Claws has been compiled against
2506                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2507                 error out.
2508
2509 2006-07-07 [colin]      2.3.1cvs73
2510
2511         * src/prefs_actions.c
2512                 Fix label
2513
2514 2006-07-07 [colin]      2.3.1cvs72
2515
2516         * src/prefs_actions.c
2517                 Fix compile on gtk < 2.8. argh :)
2518
2519 2006-07-07 [paul]       2.3.1cvs71
2520
2521         * src/common/defs.h
2522                 update DONATE_URI
2523
2524 2006-07-07 [colin]      2.3.1cvs70
2525
2526         * po/POTFILES.in
2527         * src/quote_fmt.c
2528         * src/quote_fmt_lex.l
2529         * src/quote_fmt_parse.y
2530                 Add |i{var}, a way to insert user-entered
2531                 text in a template
2532
2533 2006-07-07 [colin]
2534
2535         * 2.4.0-rc3 released
2536
2537 2006-07-07 [colin]      2.3.1cvs69
2538
2539         * src/folder.c
2540                 Don't consider inboxes of UNKNOWN folder 
2541                 classes to be useable as default inboxes
2542
2543 2006-07-07 [paul]       2.3.1cvs68
2544
2545         * src/textview.c
2546                 add missing #include <errno.h>
2547                 Thanks to René J. Blokland
2548
2549 2006-07-07 [paul]       2.3.1cvs67
2550
2551         * src/action.c
2552                 Return now Closes dialog
2553         * src/mimeview.c
2554         * src/mimeview.h
2555         * src/textview.c
2556                 add contextual menu to mime parts listed
2557                 in the textview
2558                 Thanks to Colin
2559         * src/common/utils.c
2560                 reversal: ' is a valid character in URLs
2561
2562 2006-07-06 [colin]      2.3.1cvs66
2563
2564         * src/remotefolder.h
2565                 Forgotten in previous commit
2566
2567 2006-07-06 [colin]      2.3.1cvs65
2568
2569         * src/folder.c
2570                 Set summary update flag whenever
2571                 totals changed
2572         * src/imap.c
2573         * src/prefs_account.c
2574         * src/common/utils.h
2575         * src/etpan/imap-thread.c
2576                 Fix warnings, thanks to Fabien and
2577                 Ricardo
2578
2579 2006-07-06 [wwp]        2.3.1cvs64
2580
2581         * src/gtk/gtkutils.c
2582                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2583
2584 2006-07-06 [wwp]        2.3.1cvs63
2585
2586         * src/account.c
2587         * src/addressbook.c
2588         * src/addressitem.h
2589         * src/folderview.c
2590         * src/mainwindow.c
2591         * src/manual.c
2592         * src/manual.h
2593         * src/message_search.c
2594         * src/prefs_actions.c
2595         * src/prefs_filtering.c
2596         * src/prefs_filtering.h
2597         * src/prefs_template.c
2598         * src/summary_search.c
2599         * src/summaryview.c
2600         * src/gtk/gtkutils.c
2601         * src/gtk/gtkutils.h
2602         * src/gtk/pluginwindow.c
2603                 add help buttons to some dialogs. Clicking such buttons opens a
2604                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2605
2606 2006-07-06 [paul]       2.3.1cvs62
2607
2608         * src/textview.c
2609                 fix attachments contextual menu
2610                 Thanks to Colin
2611
2612 2006-07-05 [colin]      2.3.1cvs61
2613
2614         * src/textview.c
2615         * src/compose.c
2616                 Handle sftp:// links
2617
2618 2006-07-05 [paul]       2.3.1cvs60
2619
2620         * src/gtk/filesel.c
2621                 grab save button by default
2622                 Thanks to Colin
2623
2624 2006-07-05 [wwp]        2.3.1cvs59
2625
2626         * manual/xml2pdf
2627                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2628
2629 2006-07-04 [colin]      2.3.1cvs58
2630
2631         * src/mimeview.c
2632         * src/textview.c
2633                 Use left click to select, middle click to open
2634                 on mimeparts links
2635         * src/common/utils.c
2636                 Fix segfault
2637
2638 2006-07-04 [colin]      2.3.1cvs57
2639
2640         * src/mainwindow.c
2641         * src/news.c
2642                 Warning fixes, thanks to Fabien
2643
2644 2006-07-04 [colin]      2.3.1cvs56
2645
2646         * src/mimeview.c
2647         * src/mimeview.h
2648         * src/textview.c
2649                 Allow parts to be selected via their text label
2650                 in textview
2651
2652 2006-07-04 [colin]      2.3.1cvs55
2653
2654         * src/folderview.c
2655                 Feedback when closing (for big folders)
2656         * src/prefs_actions.c
2657         * src/prefs_filtering.c
2658         * src/prefs_matcher.c
2659         * src/prefs_template.c
2660                 Fix default button when closing without
2661                 having saved
2662
2663 2006-07-04 [colin]      2.3.1cvs54
2664
2665         * src/news.c
2666                 Delete local file on deletion
2667
2668 2006-07-03 [colin]      2.3.1cvs53
2669
2670         * src/folderview.c
2671         * src/main.c
2672                 Don't freeze when rescanning after crash
2673
2674 2006-07-03 [wwp]        2.3.1cvs52
2675
2676         * src/compose.c
2677         * src/privacy.c
2678         * src/privacy.h
2679         * src/plugins/pgpinline/pgpinline.c
2680         * src/plugins/pgpmime/pgpmime.c
2681                 don't report an error when the user cancels the passphrase dialog.
2682
2683 2006-07-02 [colin]      2.3.1cvs51
2684
2685         * src/folderview.c
2686                 Open message when crossing folders with Space,
2687                 goto next unread and friends
2688
2689 2006-07-01 [colin]      2.3.1cvs50
2690
2691         * src/prefs_account.c
2692                 Typographic rules varying from language
2693                 to language (in french "Protocole :"),
2694                 we have to do that :)
2695
2696 2006-07-01 [ticho]      2.3.1cvs49
2697
2698         * src/prefs_account.c
2699                 Only use one temporary gchar* variable in
2700                 prefs_account_protocol_set_optmenu().
2701
2702 2006-07-01 [ticho]      2.3.1cvs48
2703
2704         * src/prefs_account.c
2705         * src/prefs_account.h
2706                 Use GtkLabel for existing account protocol name.
2707                 Created an array for protocol names and populate the
2708                 combobox from it in a for() cycle.
2709
2710 2006-06-30 [colin]      2.3.1cvs47
2711
2712         * src/compose.c
2713                 Block undo when changing signature (by changing
2714                 account)
2715
2716 2006-06-30 [paul]       2.3.1cvs46
2717
2718         * src/send_message.c
2719                 when editing From in the Compose window, use that address
2720                 in the Return-Path: header
2721                 Thanks to Colin
2722
2723 2006-06-30 [colin]      2.3.1cvs45
2724
2725         * src/compose.c
2726                 Fix signature replacement:
2727                 - when no newline before separator
2728                 - when reediting
2729
2730 2006-06-29 [colin]      2.3.1cvs44
2731
2732         * src/folderview.c
2733         * src/folderview.h
2734         * src/mainwindow.c
2735         * src/summaryview.c
2736                 Let 'View/Go to/Next marked' work like
2737                 Next new & Next unread: across folders
2738                 Change the select_on_entry pref to do
2739                 what we want when changing folder
2740         * src/common/utils.c
2741                 Fix single-quoted links 
2742
2743 2006-06-29 [colin]      2.3.1cvs43
2744
2745         * src/gtk/gtkaspell.c
2746                 "Sylpheed" and "Sylpheed-Claws" do exist !
2747
2748 2006-06-29 [colin]      2.3.1cvs42
2749
2750         * src/imap.c
2751                 Forgot to remove debug
2752
2753 2006-06-29 [colin]      2.3.1cvs41
2754
2755         * src/imap.c
2756         * src/imap.h
2757         * src/mainwindow.c
2758                 Disconnect from IMAP servers when going
2759                 offline. Fixes bug #978 (going to offline-mode 
2760                 won't close connections)
2761
2762 2006-06-29 [colin]      2.3.1cvs40
2763
2764         * src/main.c
2765                 Fix transient setting on failing plugins
2766                 Patch by Fabien
2767         * src/plugins/pgpcore/sgpgme.c
2768                 Only warn for OpenPGP. Most people don't
2769                 have CMS available.
2770
2771 2006-06-29 [colin]      2.3.1cvs39
2772
2773         * src/compose.c
2774                 Fix Spelling menu (discrepancy between context menu
2775                 and top menu when folder's dictionary isn't the 
2776                 default one)
2777         * src/plugins/pgpcore/sgpgme.c
2778                 More error reporting about why gpgme can fail
2779
2780 2006-06-29 [wwp]        2.3.1cvs38
2781
2782         * src/mainwindow.c
2783                 honor the display-header-pane setting even when the message view
2784                 is a separate window.
2785
2786 2006-06-29 [wwp]        2.3.1cvs37
2787
2788         * src/prefs_actions.c
2789                 forgot to commit that one (use of GTK_STOCK_INFO).
2790
2791 2006-06-29 [colin]      2.3.1cvs36
2792
2793         * src/imap.c
2794                 Better handling of login errors (ask the password
2795                 again once), alert in case of error. Fix three
2796                 signedness warnings.
2797
2798 2006-06-28 [wwp]        2.3.1cvs35
2799
2800         * src/prefs_template.c
2801         * src/prefs_matcher.c
2802         * src/prefs_filtering_action.c
2803         * src/prefs_quote.c
2804                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2805                 patch by Fabien Vantard, slightly modified.
2806
2807 2006-06-28 [paul]
2808
2809         2.4.0-rc2 released
2810
2811 2006-06-28 [colin]      2.3.1cvs34
2812
2813         * src/prefs_account.c
2814                 Fix bug #977 (Can't add or edit imap accounts)
2815
2816 2006-06-28 [colin]      2.3.1cvs33
2817
2818         * src/mimeview.c
2819                 Fix previous
2820
2821 2006-06-28 [colin]      2.3.1cvs32
2822
2823         * src/mimeview.c
2824                 Save named inlined attachments with "Save all"
2825         * src/main.c
2826         * src/mbox.c
2827         * src/common/plugin.c
2828         * src/common/plugin.h
2829         * src/common/sylpheed.c
2830         * src/common/utils.c
2831         * src/plugins/pgpcore/sylpheed.def
2832         * src/plugins/pgpinline/sylpheed.def
2833         * src/plugins/pgpmime/sylpheed.def
2834                 Win32 compatibility patch, by
2835                 Werner Koch
2836
2837 2006-06-28 [wwp]        2.3.1cvs31
2838
2839         * src/imap.c
2840         * src/prefs_folder_item.c
2841                 less compilation warnings (thanks to Fabien Vantard), less typos.
2842
2843 2006-06-28 [paul]       2.3.1cvs30
2844
2845         * src/gtk/gtkutils.c
2846                 gtk_combo_box_set_focus_on_click() is only
2847                 available since gtk 2.6.0
2848
2849 2006-06-28 [paul]       2.3.1cvs29
2850
2851         * src/prefs_ext_prog.c
2852                 fix engrish and add a tooltip for the
2853                 'command for 'Display as text' option
2854
2855 2006-06-28 [paul]
2856
2857         2.4.0-rc1 released
2858
2859 2006-06-28 [paul]       2.3.1cvs28
2860
2861         * ChangeLog
2862         * tools/Makefile.am
2863                 include textviewer.pl in releases
2864
2865 2006-06-28 [paul]       2.3.1cvs27
2866
2867         * src/prefs_ext_prog.c
2868                 hide Print command option if libgnomeprint
2869                 support is present
2870
2871 2006-06-27 [colin]      2.3.1cvs26
2872
2873         * src/compose.c
2874                 Fix Esc handling in insert/attach dialog
2875                 Don't show this dialog if dragging something
2876                 else than text/uri-list
2877                 Thanks to Fabien Vantard
2878         * tools/textviewer.pl
2879                 Filter script to display stuff as text
2880                 by H. Merijn Brand
2881
2882 2006-06-27 [wwp]        2.3.1cvs25
2883
2884         * src/messageview.c
2885                 use the exact product name (message view title), patch
2886                 by Fabien Vantard.
2887
2888 2006-06-27 [ticho]      2.3.1cvs24
2889
2890         * src/prefs_account.c
2891         * src/prefs_common.c
2892         * src/prefs_common.h
2893         * src/prefs_ext_prog.c
2894         * src/textview.c
2895                 Add a preference (Preferences/External programs)
2896                 to allow "Display as text" to be done via a script
2897                 (patch by H.Merijn Brand).
2898                 Use GtkComboBox for protocol selection in account
2899                 preferences.
2900                 Only include current choice for existing accounts, and
2901                 insensitivize the combobox.
2902
2903 2006-06-27 [paul]       2.3.1cvs23
2904
2905         * src/mbox.c
2906                 fix crasher introduced in cvs21.
2907                 Thanks to Colin
2908
2909 2006-06-26 [colin]      2.3.1cvs22
2910
2911         * src/mbox.c
2912                 Fix double-frees when leaving folders
2913                 after exporting to mbox
2914
2915 2006-06-26 [colin]      2.3.1cvs21
2916
2917         * src/mbox.c
2918                 More feedback (and optimisation)
2919                 on import/export
2920         * src/common/utils.c
2921                 Fix case when looking for mail addresses
2922         * src/gtk/gtkutils.c
2923                 Extra check for (X-)Face
2924
2925 2006-06-25 [ticho]      2.3.1cvs20
2926
2927         * src/compose.c
2928         * src/exphtmldlg.c
2929         * src/gtk/gtkutils.c
2930         * src/gtk/gtkutils.h
2931                 Added second argument to gtkut_sc_combobox_create() to
2932                 control focus-on-click for the widget.
2933                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2934
2935 2006-06-25 [ticho]      2.3.1cvs19
2936
2937         * src/compose.c
2938         * src/gtk/Makefile.am
2939         * src/gtk/combobox.c
2940         * src/gtk/combobox.h
2941         * src/gtk/gtkutils.c
2942         * src/gtk/gtkutils.h
2943                 Use GtkComboBox instead of deprecated GtkOptionMenu
2944                 for account selector in compose window and for encoding
2945                 selector in attachment properties.
2946                 Also factorise working with the new GtkComboBox somewhat.
2947
2948 2006-06-24 [paul]       2.3.1cvs18
2949
2950         * src/prefs_common.c
2951                 use the correct default value
2952
2953 2006-06-24 [paul]       2.3.1cvs17
2954
2955         * src/compose.c
2956         * src/prefs_common.c
2957         * src/prefs_common.h
2958         * src/prefs_compose_writing.c
2959                 enable setting of default action when
2960                 dnd'ing files in the compose window.
2961                 (Collaborative effort with wwp)
2962
2963 2006-06-23 [wwp]        2.3.1cvs16
2964
2965         * src/compose.c
2966                 i18n fix (thanks to Fabien Vantard)
2967
2968 2006-06-22 [colin]      2.3.1cvs15
2969
2970         * src/prefs_customheader.c
2971                 Don't use filters in custom headers' file 
2972                 selector. Remember, extensions mean nothing :)
2973
2974 2006-06-22 [paul]       2.3.1cvs14
2975
2976         * configure.ac
2977                 allow setting of man directory location
2978
2979 2006-06-22 [colin]      2.3.1cvs13
2980
2981         * src/mainwindow.c
2982                 Add 'View/Go to/Next unread folder'.
2983                 I missed that :)
2984
2985 2006-06-22 [colin]      2.3.1cvs12
2986
2987         * src/common/utils.c
2988                 Add some subject prefixes
2989                 Patch by Bjorn T Johansen <btj@havleik.no>
2990
2991 2006-06-22 [colin]      2.3.1cvs11
2992
2993         * manual/advanced.xml
2994                 Forgotten hidden pref
2995
2996 2006-06-21 [paul]       2.3.1cvs10
2997
2998         * src/prefs_account.c
2999                 complete the removal of 'Add date header' option
3000
3001 2006-06-21 [paul]       2.3.1cvs9
3002
3003         * src/account.c
3004         * src/compose.c
3005         * src/prefs_account.c
3006         * src/prefs_account.h
3007                 remove option to add date header - always
3008                 add date header
3009         * src/etpan/imap-thread.c
3010                 fix warnings (Thanks to Colin)
3011
3012 2006-06-21 [wwp]        2.3.1cvs8
3013
3014         * src/folder.c
3015                 set the attachment flag when inline text part are (file)named. This is more convenient
3016                 when receiving (for instance) inline source files or patches sent using thunderbird.
3017
3018 2006-06-21 [paul]       2.3.1cvs7
3019
3020         * src/inc.c
3021                 fix off-by-one count of current msg in
3022                 statusbar filtering progressbar
3023
3024 2006-06-21 [paul]       2.3.1cvs6
3025
3026         * src/folder.c
3027                 Show attachment icon even if the part is 'inline'
3028                 if the following conditions are met:
3029                 - content-type != 'text/plain'
3030                 - content-type != '*/pgp-signature'
3031                 - either 'name' or 'filename' parameter is not NULL
3032                 
3033                 Thanks to Colin
3034
3035 2006-06-21 [paul]       2.3.1cvs5
3036
3037         * src/messageview.c
3038         * src/prefs_common.c
3039         * src/prefs_common.h
3040         * src/prefs_other.c
3041                 add an option to 'Never send Return
3042                 Receipts'
3043                 Thanks to Colin
3044
3045 2006-06-20 [mones]      2.3.1cvs4
3046
3047         * po/es.po
3048                 updated
3049         * src/compose.c
3050                 typo fixed (space after comma)
3051         * tools/make.themes.project
3052                 remove exec mode from tarball files
3053
3054 2006-06-20 [colin]      2.3.1cvs3
3055
3056         * src/news.c
3057         * src/procheader.c
3058         * src/unmime.c
3059                 Better fix for \n's in headers (don't 
3060                 break Received: and others)
3061
3062 2006-06-20 [paul]       2.3.1cvs2
3063
3064         * src/alertpanel.c
3065         * src/textview.c
3066                 improve legibility of phishing attempt
3067                 dialog
3068
3069 2006-06-20 [paul]       2.3.1cvs1
3070
3071         * NEWS
3072         * README
3073         * configure.ac
3074                 Update version number following
3075                 stable release
3076
3077 2006-06-20 [colin]      2.3.0cvs26
3078
3079         * src/compose.c
3080                 When dragging a file to the text of the compose
3081                 window, ask whether we want to insert or attach
3082                 (I know lots of people who do that to attach)
3083
3084 2006-06-20 [colin]      2.3.0cvs25
3085
3086         * src/etpan/imap-thread.c
3087                 Fix threshold (the append command is often > 32 bytes)
3088
3089 2006-06-19 [colin]      2.3.0cvs24
3090
3091         * src/imap.c
3092         * src/etpan/imap-thread.c
3093                 Workaround Rockliffe IMAP server bug: replace
3094                 "x UID SEARCH (ANSWERED UID 1:*)" with
3095                 "x UID SEARCH ANSWERED"
3096                 (Rockliffe doesn't handle the parenthesis)
3097
3098 2006-06-19 [colin]      2.3.0cvs23
3099
3100         * src/compose.c
3101         * src/imap.c
3102         * src/etpan/imap-thread.c
3103                 Probably fix bug #972 (Freezes when adding 
3104                 an attachment to the message)
3105         * src/common/defs.h
3106                 Modernize Firefox cmd
3107
3108
3109 2006-06-18 [colin]      2.3.0cvs22
3110
3111         * src/prefs_customheader.c
3112                 Only allow correct filenames for various
3113                 custom headers
3114
3115 2006-06-18 [colin]      2.3.0cvs21
3116
3117         * src/prefs_customheader.c
3118                 Add a 'From File...' button in custom headers prefs, which
3119                 try to do the right thing: 
3120                 for normal headers, use file as plaintext,
3121                 for X-Face, calls compface,
3122                 for Face, encode to b64.
3123
3124 2006-06-17 [colin]      2.3.0cvs20
3125
3126         * src/mh.c
3127                 Warning fix
3128
3129 2006-06-16 [colin]      2.3.0cvs19
3130
3131         * src/summaryview.c
3132                 Recursive quicksearch: show message list
3133                 in current folder, *then* search children
3134                 in the background.
3135
3136 2006-06-16 [colin]      2.3.0cvs18
3137
3138         * src/main.c
3139                 Instead of ignoring SIGPIPE, save caches
3140                 when getting one. Will fix the fact that
3141                 hot caches are out-of-date when logging 
3142                 out of Xorg.
3143         * src/compose.c
3144         * src/prefs_compose_writing.c
3145                 Only save text (not attachments) when 
3146                 auto-saving to drafts
3147         * src/unmime.c
3148                 Always replace \n, \r and \t with spaces
3149                 in headers
3150         * manual/dist/html/Makefile.am
3151         * manual/dist/pdf/Makefile.am
3152         * manual/dist/ps/Makefile.am
3153         * manual/dist/txt/Makefile.am
3154         * manual/fr/dist/html/Makefile.am
3155         * manual/fr/dist/pdf/Makefile.am
3156         * manual/fr/dist/ps/Makefile.am
3157         * manual/fr/dist/txt/Makefile.am
3158         * manual/pl/dist/html/Makefile.am
3159         * manual/pl/dist/pdf/Makefile.am
3160         * manual/pl/dist/ps/Makefile.am
3161         * manual/pl/dist/txt/Makefile.am
3162                 Fix make clean removing pregenerated manuals
3163
3164
3165 2006-06-16 [colin]      2.3.0cvs17
3166
3167         * src/plugins/pgpcore/sgpgme.c
3168         * src/plugins/pgpmime/pgpmime.c
3169         * src/plugins/pgpinline/pgpinline.c
3170                 Better error reporting in setup_signers.
3171                 Don't fallback to default key if specified
3172                 key isn't found.
3173                 Don't allow signing if more than one secret
3174                 key matches the one specified in prefs.
3175
3176 2006-06-15 [colin]      2.3.0cvs16
3177
3178         * src/folderview.c
3179                 Add "Send queue" in the folder's contextual
3180                 menu
3181         * src/compose.c
3182         * src/messageview.c
3183         * src/privacy.c
3184         * src/privacy.h
3185         * src/procmime.c
3186         * src/procmsg.c
3187         * src/plugins/pgpcore/passphrase.c
3188         * src/plugins/pgpcore/sgpgme.c
3189         * src/plugins/pgpinline/pgpinline.c
3190         * src/plugins/pgpmime/pgpmime.c
3191                 Better error reporting
3192         * src/mbox.c
3193                 Probably fix bug #971 (2.2.3 cannot read mail 
3194                 from local mbox)
3195
3196
3197 2006-06-15 [mones]      2.3.0cvs15
3198
3199         * tools/make.themes.project
3200                 creates the themes project from the web page
3201
3202 2006-06-15 [colin]      2.3.0cvs14
3203
3204         * src/folder.c
3205                 Better fix (avoid losing the folder if scan_tree 
3206                 fails)
3207
3208 2006-06-15 [cleroy]     2.3.0cvs13
3209
3210         * src/folder.c
3211                 Probably fix Bug #969 (crash on rebuilding 
3212                 imap folder)
3213
3214 2006-06-14 [colin]      2.3.0cvs12
3215
3216         * manual/dtd/manual.xsl
3217         * manual/sylpheed-claws-manual.xml
3218         * manual/fr/sylpheed-claws-manual.xml
3219         * manual/pl/sylpheed-claws-manual.xml
3220                 Insert pagebreaks between sections
3221
3222 2006-06-14 [paul]       2.3.0cvs11
3223
3224         * configure.ac
3225                 better fix than 2.3.0cvs10
3226
3227 2006-06-14 [paul]       2.3.0cvs10
3228
3229         * configure.ac
3230                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3231                 (backwards compatible)
3232
3233 2006-06-13 [colin]      2.3.0cvs9
3234
3235         * src/messageview.c
3236                 Fix sending of return receipt with the new queue folders
3237
3238 2006-06-13 [wwp]        2.3.0cvs8
3239
3240         * src/quote_fmt_lex.l
3241                 fix wrong tokens returned in quote_fmt lexer, query not().
3242
3243 2006-06-13 [wwp]        2.3.0cvs7
3244
3245         * src/folder.c
3246         * src/prefs_folder_item.c
3247                 allow changing folder type even when folder is not a top-level one,
3248                 thanks to Colin.
3249
3250 2006-06-12 [colin]      2.3.0cvs6
3251
3252         * src/folderview.c
3253                 Fix double-ask of "Do you want to mark all
3254                 as read"
3255
3256 2006-06-12 [colin]      2.3.0cvs5
3257
3258         * src/compose.c
3259         * src/compose.h
3260         * src/folder.c
3261         * src/folder.h
3262         * src/imap.c
3263         * src/inc.c
3264         * src/main.c
3265         * src/messageview.c
3266         * src/mh.c
3267         * src/prefs_folder_item.c
3268         * src/procheader.c
3269         * src/procmime.c
3270         * src/procmsg.c
3271         * src/procmsg.h
3272         * src/send_message.c
3273         * src/summaryview.c
3274         * src/toolbar.c
3275                 Apply bug #964's patch (Queue and drafts aren't normal)
3276                 The Drafts and Queue folder now contain RFC-822 files,
3277                 allowing to move and copy mails from and to these 
3278                 folders. Moving from Drafts to Queue will prepare the
3279                 mail for sending (PGP signature, encryption, etc).
3280                 This patch also rework sending errors handling to try
3281                 to be more helpful.
3282                 Also, allow redefining folder types via the GUI 
3283                 (Folder type in its Properties)
3284
3285 2006-06-12 [colin]      2.3.0cvs4
3286
3287         * src/summaryview.c
3288         * src/prefs_common.c
3289         * src/prefs_common.h
3290         * src/gedit-print.c
3291                 Allow to define a specific print font - patch
3292                 by Bernhard Walle <bernhard.walle@gmx.de>
3293         * src/prefs_fonts.c
3294         * manual/advanced.xml
3295         * manual/fr/advanced.xml
3296                 Add a hidden pref to allow deletion without
3297                 confirmation
3298
3299 2006-06-12 [wwp]        2.3.0cvs3
3300
3301         * .cvsignore
3302                 more files to ignore.
3303
3304 2006-06-12 [wwp]        2.3.0cvs2
3305
3306         * src/quote_fmt.c
3307         * src/quote_fmt_lex.l
3308         * src/quote_fmt_parse.y
3309                 extend the quote_fmt parser (templates and quotes):
3310                 - allow limited sub-expressions in |p{} and |f{} expressions,
3311                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3312                 - implemented/fixed missing implementation of query_references and show_references,
3313                 - completed, fixed contents and format of the symbols help dialog,
3314                 - fix some compilation warnings.
3315
3316 2006-06-12 [wwp]        2.3.0cvs1
3317
3318         * manual/advanced.xml
3319         * manual/fr/advanced.xml
3320                 updates in the "templates" section of the manual (eng/fr):
3321                  - be more precise (both versions)
3322                  - completed to match the english reference (fr version)
3323                  - touchups (both versions)
3324
3325 2006-06-12 [paul]       2.3.0
3326
3327         2.3.0 released
3328
3329 2006-06-12 [paul]       2.2.3cvs14
3330
3331         * po/ca.po
3332         * po/cs.po
3333         * po/de.po
3334         * po/el.po
3335         * po/fr.po
3336         * po/it.po
3337         * po/pt_BR.po
3338         * po/sr.po
3339         * po/zh_CN.po
3340                 updated by Miquel Oliete, Tim, Stephan Sachse,
3341                 Stavros Giannouris, Fabien Vantard, Andrea
3342                 Spadaccini, Frederico Goncalves Guimaraes,
3343                 Aleksandar Urosevic, and Ralgh Young
3344
3345 2006-06-12 [colin]      2.2.3cvs13
3346
3347         * src/mbox.c
3348                 Add missing header
3349
3350 2006-06-11 [colin]      2.2.3cvs12
3351
3352         * src/msgcache.c
3353                 Verify that g_malloc() succeeded
3354
3355 2006-06-11 [colin]      2.2.3cvs11
3356
3357         * src/wizard.c
3358                 Add Face header to welcome mail
3359
3360 2006-06-10 [colin]      2.2.3cvs10
3361
3362         * src/textview.c
3363                 Revert previous (Forgot it changes the
3364                 margin on the whole mail)
3365
3366 2006-06-10 [colin]      2.2.3cvs9
3367
3368         * src/textview.c
3369                 Don't overlap long headers under (X-)Face
3370
3371 2006-06-10 [mones]      2.2.3cvs8
3372
3373         * manual/xml2pdf
3374                 allow generation of manual on systems lacking saxon binary
3375                 but with java and the saxon library installed
3376
3377         * po/es.po
3378                 updated for release
3379
3380 2006-06-09 [colin]      2.2.3cvs7
3381
3382         * src/summaryview.c
3383                 Fix leak when using Display Sender using Addressbook
3384
3385 2006-06-09 [colin]      2.2.3cvs6
3386
3387         * src/compose.c
3388         * src/folder.c
3389         * src/folderview.c
3390         * src/mimeview.c
3391         * src/summaryview.c
3392                 More leaks fixes
3393
3394 2006-06-09 [paul]       2.2.3cvs5
3395
3396         * AUTHORS
3397         * src/gtk/authors.h
3398         * tools/claws.i18n.status.pl
3399                 updated with new info
3400
3401 2006-06-09 [paul]       2.2.3cvs4
3402
3403         * README
3404                 updated
3405         * manual/ack.xml
3406                 add wwp to authors list
3407         * src/gtk/authors.h
3408                 update mine and Colin's addresses
3409
3410 2006-06-08 [colin]      2.2.3cvs3
3411
3412         * src/etpan/imap-thread.c
3413                 Fix leak on SSL cert check
3414
3415 2006-06-08 [colin]      2.2.3cvs2
3416
3417         * src/common/utils.c
3418                 Fix leak
3419
3420 2006-06-08 [paul]       2.2.3cvs1
3421
3422         * configure.ac
3423                 Update version number following
3424                 stable release
3425
3426 2006-06-07 [colin]      2.2.2cvs3
3427
3428         * src/msgcache.c
3429                 Fix catching cache read errors (guint instead of gint)
3430                 Prevent malloc'ing more than 8MB (means cache corruption)
3431
3432 2006-06-07 [paul]       2.2.2cvs2
3433
3434         * src/exporthtml.c
3435         * src/exportldif.c
3436         * src/mh.c
3437         * src/mutt.c
3438         * src/pine.c
3439         * src/common/utils.c
3440                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3441                 obey $HOME'
3442                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3443                 Thanks to Colin
3444
3445 2006-06-06 [paul]       2.2.2cvs1
3446
3447         * configure.ac
3448                 Update version number following
3449                 stable release
3450
3451 2006-06-06 [paul]       2.2.1cvs6
3452
3453         * src/matcher.c
3454                 fix  implicit declaration of
3455                 sylpheed_do_idle()
3456                 Patch by Fabien Vantard
3457
3458 2006-06-06 [paul]       2.2.1cvs5
3459
3460         * src/matcher.c
3461                 fix age_greater and age_lower so that they
3462                 mean what say and not '...or equal to'
3463                 Thanks to Colin
3464
3465 2006-06-06 [paul]       2.2.1cvs4
3466
3467         * src/textview.c
3468         * src/common/utils.c
3469                 fix URI check
3470                 Thanks to Colin
3471
3472 2006-06-05 [wwp]        2.2.1cvs3
3473
3474         * manual/fr/account.xml
3475                 minor language fixes (thanks to Fabien Vantard).
3476
3477 2006-06-05 [colin]      2.2.1cvs2
3478
3479         * src/prefs_folder_item.c
3480         * src/folderview.c
3481                 Allow recursive setting of properties 
3482                 for whole mailboxes
3483         * src/matcher.c
3484                 Don't freeze on 'test' filtering rule
3485
3486 2006-06-05 [colin]      2.2.1cvs1
3487
3488         * configure.ac
3489                 Update version number following
3490                 stable release
3491
3492 2006-06-04 [wwp]        2.2.0cvs82
3493
3494         * manual/glossary.xml
3495         * manual/account.xml
3496         * manual/fr/glossary.xml
3497         * manual/fr/account.xml
3498                 added glossary section and references/links related to the Face custom header.
3499
3500 2006-06-04 [colin]      2.2.0cvs81
3501
3502         * src/summaryview.c
3503                 Skip to next message on move with no
3504                 immediate execution
3505
3506 2006-06-04 [wwp]        2.2.0cvs80
3507
3508         * manual/xml2pdf
3509                 added sanity checks, exit when needed.
3510
3511 2006-06-03 [paul]       2.2.0cvs79
3512
3513         * src/prefs_receive.c
3514                 page name is now 'Receiving'
3515         * src/prefs_send.c
3516                 page name is now 'Sending'
3517
3518 2006-06-03 [colin]      2.2.0cvs78
3519
3520         * src/plugins/spamassassin/spamassassin_gtk.c
3521                 Autoswitch to Localhost if transport was previously
3522                 disabled. Else people had to check [] Enable, then
3523                 *reselect* transport.
3524
3525 2006-06-03 [colin]      2.2.0cvs77
3526
3527         * src/plugins/pgpinline/pgpinline.c
3528         * src/plugins/pgpmime/pgpmime.c
3529                 Check that gpg_data_release_and_get_mem 
3530                 didn't fail (now, why this happens...)
3531
3532 2006-06-03 [colin]      2.2.0cvs76
3533
3534         * src/mbox.c
3535                 Fix bug #962 (Manual and/or UI should 
3536                 warn about incompatible locking 
3537                 causing dataloss)
3538
3539 2006-06-02 [cleroy]     2.2.0cvs75
3540
3541         * src/filtering.c
3542         * src/folder.c
3543         * src/procmsg.c
3544         * src/summaryview.c
3545                 Fix a few leaks
3546
3547 2006-06-02 [colin]      2.2.0cvs74
3548
3549         * src/main.c
3550                 On exit, free caches after writing them
3551                 Shuts up some valgrind false positives
3552         * src/procmsg.c
3553         * src/send_message.c
3554                 Fix races when reusing existing SMTP connections
3555                 Fix inexistant session timeout
3556         * src/toolbar.c
3557                 Display alertpanel after all queues have
3558                 been processed, not after each
3559
3560 2006-06-02 [wwp]        2.2.0cvs73
3561
3562         * manual/fr/glossary.xml
3563         * manual/fr/ack.xml
3564         * manual/ack.xml
3565                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3566
3567 2006-06-02 [wwp]        2.2.0cvs72
3568
3569         * manual/xml2pdf
3570         * manual/dist/pdf/Makefile.am
3571         * manual/dtd/manual.xsl
3572         * manual/fr/dist/pdf/Makefile.am
3573         * manual/pl/dist/pdf/Makefile.am
3574                 we changed the procedure to generate the .pdf version of the manual.
3575                 The procedure is more modern and the .pdf we get now has a valid index.
3576                 Here are the new pre-requisites:
3577
3578                 - JRE 1.x (1.4 here): there must be one from your distro
3579                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3580                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3581                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3582
3583                 See my posts for further info about the installation of this toolchain:
3584
3585                 Date: Fri, 19 May 2006 19:40:06 +0200
3586                 From: wwp <subscript@free.fr>
3587                 To: sylpheed-claws-devel@lists.sourceforge.net
3588                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3589
3590                 and
3591
3592                 Date: Wed, 24 May 2006 12:58:49 +0200
3593                 From: wwp <subscript@free.fr>
3594                 To: sylpheed-claws-devel@lists.sourceforge.net
3595                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3596
3597 2006-06-01 [colin]      2.2.0cvs71
3598
3599         * src/compose.c
3600                 Better guards against IMAP races
3601         * src/main.c
3602         * src/prefs_common.c
3603         * src/prefs_common.h
3604         * src/common/ssl_certificate.c
3605         * src/etpan/imap-thread.c
3606         * src/etpan/imap-thread.h
3607         * src/gtk/sslcertwindow.c
3608                 New hidden option ssl_skip_cert_check to 
3609                 avoid dups of bug #959 (libetpan linked
3610                 against gnutls and gnutls buggy on 64bit)
3611                 Present expired warning only once per
3612                 session/server.
3613         * manual/advanced.xml
3614         * manual/fr/advanced.xml
3615                 Document new option
3616
3617 2006-06-01 [wwp]        2.2.0cvs70
3618
3619         * src/messageview.c
3620                 fix for bug #961 (return receipt dialog 
3621                 complains incorrectly about return-path 
3622                 email adress being different), thanks 
3623                 to Colin.
3624
3625 2006-05-31 [cleroy]     2.2.0cvs69
3626
3627         * src/common/ssl.c
3628                 Guard against NULLs, although this
3629                 should never be an issue
3630
3631 2006-05-31 [colin]      2.2.0cvs68
3632
3633         * src/filtering.c
3634                 Use g_slist_prepend
3635         * src/imap.c
3636                 Don't remove caches when destroying folder, it
3637                 could (should) be done at exit
3638         * src/inc.c
3639                 free processing cache after incorporation
3640         * src/etpan/imap-thread.c
3641                 Maybe fix bug #959 (Crash on moving to emails 
3642                 to a imap account per ssl with a expired 
3643                 certificate.)
3644
3645 2006-05-30 [colin]      2.2.0cvs67
3646
3647         * src/summaryview.c
3648                 Put back event flush when displaying message
3649                 It avoids reading a bunch of messages just
3650                 by hitting shift-n for too long ;)
3651
3652 2006-05-29 [colin]      2.2.0cvs66
3653
3654         * src/summaryview.c
3655                 Remove useless g_warnings
3656
3657 2006-05-29 [colin]      2.2.0cvs65
3658
3659         * src/imap.c
3660                 Fix g_slist_append()s for performance
3661
3662 2006-05-29 [colin]      2.2.0cvs64
3663
3664         * src/compose.c
3665         * src/common/utils.c
3666                 Fix extraneous tab at start of addresses
3667         * src/mainwindow.c
3668                 Fix warnings (thanks to Fabien)
3669                 Fix crash at exit when composing messages 
3670                 exist
3671         * src/pop.c
3672                 Fix progress bar when deleting expired mails
3673                 Thanks to Hiro
3674         * src/summaryview.c
3675         * src/gtk/gtksctree.c
3676                 Fix re-sorting slowness
3677
3678 2006-05-29 [paul]       2.2.0cvs63
3679
3680         * src/mh.c
3681                 fetch full message when moving mails
3682                 from another mailbox, (fixed data loss
3683                 when filtering from IMAP to MH, introduced
3684                 in 2.2.0cvs57).
3685                 Thanks to Colin
3686
3687 2006-05-29 [mones]      2.2.0cvs62
3688
3689         * src/gtk/gtksctree.c
3690                 Unselect faster (patch by Colin)        
3691
3692 2006-05-26 [colin]      2.2.0cvs61
3693
3694         * src/summaryview.c
3695                 Unplug MSGINFO_UPDATE callback on delete too.
3696
3697 2006-05-26 [colin]      2.2.0cvs60
3698
3699         * src/foldersel.c
3700                 Fix bold in folder selection window with glib2.10
3701                 thanks Hiro
3702
3703 2006-05-26 [colin]      2.2.0cvs59
3704
3705         * src/procheader.c
3706                 Convert date only if necessary (and don't
3707                 try to convert from utf8 to utf8, too)
3708         * src/summaryview.c
3709                 Only set column's text if the column's 
3710                 displayed
3711
3712 2006-05-26 [colin]      2.2.0cvs58
3713
3714         * src/summaryview.c
3715         * src/gtk/gtkutils.c
3716                 Fix useless warning
3717
3718 2006-05-26 [colin]      2.2.0cvs57
3719
3720         * src/mainwindow.c
3721                 Make summaryview selectable as long as 
3722                 no message has focus
3723         * src/mh.c
3724                 Faster deletion (by implementing mh_remove_msgs)
3725                 Faster copy (avoid using mh_fetch_msg just to get
3726                 the filename)
3727                 Faster move (using move_file instead of copy_file
3728                 if MSG_IS_MOVE)
3729                 No progressbar if total number of mails to cp/mv 
3730                 is less than 100
3731         * src/summaryview.c
3732                 Fix removal from subject_table when mail gets moved
3733                 Faster deletion (g_slist_prepend instead of append)
3734         * src/gtk/gtksctree.c
3735                 Remove useless code
3736
3737 2006-05-25 [colin]      2.2.0cvs56
3738
3739         * src/common/ssl_certificate.c
3740                 Fix leak in expired cert check
3741
3742 2006-05-25 [colin]      2.2.0cvs55
3743
3744         * src/mh.c
3745                 Disable flags syncing on .mh_sequences - it
3746                 is buggy and marks mails read under unknown
3747                 conditions.
3748
3749 2006-05-25 [paul]
3750
3751         * 2.3.0-rc4 released
3752
3753 2006-05-24 [colin]      2.2.0cvs54
3754
3755         attention cvs users: if you manage to crash
3756         Sylpheed-Claws while moving, copying or deleting
3757         mails, we *are* interested in stack traces and
3758         valgrind logs. It looks stable, but one never
3759         knows...
3760
3761         * src/folder.c
3762                 Add progressbar for cache updates
3763         * src/folderutils.c
3764                 Optimize Mark all read in the current
3765                 folder
3766         * src/mh.c
3767                 Add progressbar for copy/move
3768         * src/procmsg.c
3769                 Optimize O(n^2) in copy/move
3770         * src/summaryview.c
3771         * src/gtk/gtksctree.c
3772                 Optimize O(n^2) algos
3773         * src/common/timing.h
3774                 Display ms instead of us
3775
3776 2006-05-24 [wwp]        2.2.0cvs53
3777
3778         * manual/fr/advanced.xml
3779                 updates to the French manual.
3780
3781 2006-05-24 [wwp]        2.2.0cvs52
3782
3783         * src/common/utils.c
3784                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3785
3786 2006-05-24 [wwp]        2.2.0cvs51
3787
3788         * src/folderutils.c
3789                 fixed "mark all read" in MH folders (thanks to Colin).
3790
3791 2006-05-24 [paul]       2.2.0cvs50
3792
3793         * doc/man/sylpheed-claws.1
3794                 updated the man page
3795
3796 2006-05-23 [colin]      2.2.0cvs49
3797
3798         * src/folderview.c
3799         * src/imap.c
3800         * src/inc.c
3801         * src/mbox.c
3802         * src/messageview.c
3803         * src/news.c
3804         * src/send_message.c
3805         * src/summaryview.c
3806         * src/gtk/sslcertwindow.c
3807                 alertpanel fixes, by Fabien
3808
3809 2006-05-23 [colin]      2.2.0cvs48
3810
3811         * src/folder.c
3812         * src/folderview.c
3813         * src/msgcache.c
3814         * src/summaryview.c
3815         * src/gtk/gtksctree.c
3816         * src/gtk/gtksctree.h
3817                 More timings
3818                 Fix slow loading problem, which was caused by the
3819                 use of some gtk_ctree funcs and their use of
3820                 g_list_position while gtk_ctree_(un)link'ing.
3821                 Reap more functions from gtkctree.c to be sure we
3822                 use our (fast) version instead of theirs.
3823         * src/mh.c
3824                 Fix copy of unread mails
3825
3826
3827 2006-05-22 [wwp]        2.2.0cvs47
3828
3829         * manual/fr/advanced.xml
3830                 updated.
3831
3832 2006-05-22 [colin]      2.2.0cvs46
3833
3834         * src/filtering.c
3835                 Fix possible infinite loop. 'copy' is not a 
3836                 final action, so when encountering a 'copy',
3837                 we have to check if a previous one was set
3838                 and do it. In the same way, if we encounter
3839                 a 'move' we have to perform a possibly 
3840                 pending 'copy'. This will slow down filtering
3841                 on IMAP if move+copy or multiple copy actions
3842                 are to be done, but handling it via the batch
3843                 would be really too convoluted.
3844
3845 2006-05-22 [wwp]        2.2.0cvs45
3846
3847         * manual/fr/advanced.xml
3848         * manual/fr/faq.xml
3849         * manual/fr/glossary.xml
3850         * manual/fr/handling.xml
3851         * manual/fr/intro.xml
3852         * manual/fr/plugins.xml
3853         * manual/fr/sylpheed-claws-manual.xml
3854                 sync w/ the english manual: updates URIs, documented mailing-list
3855                 support, better explanation about the enabled/disabled feature
3856                 in filtering/processing rules by Paul.
3857
3858 2006-05-21 [colin]      2.2.0cvs44
3859
3860         * src/summaryview.c
3861                 Don't expand after building threads, but during
3862
3863 2006-05-21 [colin]      2.2.0cvs43
3864
3865         * src/procmsg.c
3866         * src/summaryview.c
3867                 More timing possibilities... For next time I have 
3868                 to find out how the hell some 3GHz computer takes
3869                 one minute to open a 30k folder...
3870
3871 2006-05-21 [colin]      2.2.0cvs42
3872
3873         * manual/pl/advanced.xml
3874         * manual/pl/faq.xml
3875         * manual/pl/glossary.xml
3876         * manual/pl/handling.xml
3877         * manual/pl/intro.xml
3878         * manual/pl/plugins.xml
3879         * manual/pl/sylpheed-claws-manual.xml
3880                 Polish manual updated by Pawel
3881
3882 2006-05-20 [colin]
3883
3884         * 2.3.0-rc3 released
3885
3886 2006-05-20 [colin]      2.2.0cvs41
3887
3888         * src/imap.c
3889                 Fix -rc2 problems:
3890                 - remove cache of moved messages from original folder
3891                 - apply new flags to messages even if they aren't appliable
3892                   via IMAP.
3893
3894 2006-05-20 [colin]
3895
3896         * 2.3.0-rc2 released
3897
3898 2006-05-19 [colin]      2.2.0cvs40
3899
3900         * src/imap.c
3901                 Don't issue SELECT in imap_change_flags
3902                 before having checked that we indeed have
3903                 some flags to change. MSG_POSTFILTERED for
3904                 example can't be used on IMAP.
3905                 Fixes bug #955 (copying messages between 
3906                 imap folders is extremely slow), which was
3907                 a regression.
3908
3909 2006-05-19 [colin]      2.2.0cvs39
3910
3911         * src/folder.c
3912         * src/folder.h
3913         * src/folderview.c
3914                 Try to fix bug #830 (Some unread messages 
3915                 get marked read in IMAP inbox):
3916                 - Prevent scanning a folder if it's being 
3917                   opened via the GUI
3918                 - Postpone opening via the GUI of a folder
3919                   currently scanned.
3920
3921
3922 2006-05-19 [wwp]        2.2.0cvs38
3923
3924         * manual/advanced.xml
3925                 fix English+typo (thanks to Paul).
3926
3927 2006-05-19 [wwp]        2.2.0cvs37
3928
3929         * manual/advanced.xml
3930         * manual/fr/advanced.xml
3931         * src/gtk/logwindow.c
3932         * src/prefs_common.c
3933         * src/prefs_common.h
3934                 added hidden prefs to allow customization of colors used in
3935                 protocol log window (useful for dark gtk+ themes).
3936
3937 2006-05-19 [wwp]        2.2.0cvs36
3938
3939         * ChangeLog
3940                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3941
3942 2006-05-19 [paul]       2.2.0cvs35
3943
3944         * src/textview.c
3945                 make Reply-To fully clickable
3946         * src/gtk/logwindow.c
3947                 more colouring (SMTP ESMTP)
3948         Both patches by Pawel Pekala
3949
3950 2006-05-19 [cleroy]     2.2.0cvs34
3951
3952         * src/mh.c
3953                 Don't update flags from current folder
3954                 Probably fixes bug #935 (Read Messages 
3955                 Revert to Being Marked as Unread)
3956
3957 2006-05-18 [colin]      2.2.0cvs33
3958
3959         * src/imap.c
3960                 Warning fix
3961         * src/compose.c
3962         * src/mainwindow.c
3963         * src/summaryview.c
3964         * src/toolbar.c
3965                 Allow replying to multiple emails
3966                 in multiple windows
3967         * src/mimeview.c
3968         * src/etpan/imap-thread.c
3969                 Leak fixes
3970
3971 2006-05-18 [paul]       2.2.0cvs32
3972
3973         * src/summaryview.c
3974                 keep Mailing-List menu refreshed
3975                 Thanks to Colin
3976
3977 2006-05-18 [paul]       2.2.0cvs31
3978
3979         * manual/advanced.xml
3980         * manual/faq.xml
3981         * manual/glossary.xml
3982         * manual/handling.xml
3983         * manual/intro.xml
3984         * manual/plugins.xml
3985         * manual/sylpheed-claws-manual.xml
3986                 update URLs
3987                 add info about mailing-list support
3988                 edit filtering info
3989         * src/wizard.c
3990         * src/common/defs.h
3991         * src/gtk/about.c
3992         * src/plugins/dillo_viewer/README
3993                 update URLs
3994
3995 2006-05-17 [wwp]        2.2.0cvs30
3996
3997         * manual/handling.xml
3998         * manual/fr/handling.xml
3999                 documented the ability to enabled/disable filtering/processing rules.
4000
4001 2006-05-17 [colin]      2.2.0cvs29
4002
4003         * src/main.c
4004                 Don't initialize g_thread subsystem if it's 
4005                 already done (thanks to Hiro)
4006         * src/mimeview.c
4007                 Fix saving of parts when there name can't be
4008                 converted from UTF-8.
4009
4010 2006-05-17 [paul]       2.2.0cvs28
4011
4012         * po/Makefile.in.in
4013                 fix config.status warning with autoconf 2.60
4014
4015 2006-05-17 [paul]       2.2.0cvs27
4016
4017         * po/POTFILES.in
4018                 add src/mbox.c
4019
4020 2006-05-17 [wwp]        2.2.0cvs26
4021
4022         * src/mainwindow.c
4023                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4024
4025 2006-05-17 [wwp]        2.2.0cvs25
4026
4027         * src/plugins/demo/demo.c
4028                 updated product name in plugin demo (many plugins need to be
4029                 sync'ed w/ that change).
4030
4031 2006-05-17 [colin]      2.2.0cvs24
4032
4033         * src/mh.c
4034                 Fix leak
4035
4036 2006-05-16 [colin]      2.2.0cvs23
4037
4038         * src/mainwindow.c
4039                 Stupid me hit again. Fix cvs22.
4040
4041 2006-05-16 [colin]      2.2.0cvs22
4042
4043         * src/mainwindow.c
4044                 Fix bug #922 (sylpheed-claws crashed after 
4045                 pushing on Inbox folder)
4046
4047 2006-05-16 [colin]      2.2.0cvs21
4048
4049         * src/compose.c
4050                 Make From header be copy/paste/select-able
4051
4052 2006-05-16 [wwp]        2.2.0cvs20
4053
4054         * src/export.c
4055         * src/matcher.c
4056         * src/summaryview.c
4057         * src/etpan/imap-thread.c
4058                 fix some compiler warnings (thanks to Colin).
4059
4060 2006-05-16 [wwp]        2.2.0cvs19
4061
4062         * src/action.c
4063         * src/gedit-print.c
4064         * src/inc.c
4065         * src/mainwindow.c
4066         * src/mh.c
4067         * src/statusbar.c
4068         * src/send_message.c
4069         * src/summaryview.c
4070                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4071
4072 2006-05-15 [colin]      2.2.0cvs18
4073
4074         * src/procmsg.c
4075                 Fix automatic rule creation with List-Post
4076
4077 2006-05-15 [paul]       2.2.0cvs17
4078
4079         * tools/filter_conv_new.pl
4080                 updated for rule enabling/disabling
4081                 claws version >= 2.3.x required
4082
4083 2006-05-15 [cleroy]     2.2.0cvs16
4084
4085         * src/main.c
4086                 Revert test
4087
4088 2006-05-15 [cleroy]     2.2.0cvs15
4089
4090         * src/main.c
4091                 test
4092
4093 2006-05-15 [wwp]        2.2.0cvs14
4094
4095         * manual/pl/.cvsignore
4096                 ignore generated files.
4097
4098 2006-05-14 [wwp]        2.3.0-rc1
4099
4100         * 2.3.0-rc1 released
4101
4102 2006-05-13 [wwp]        2.2.0cvs13
4103
4104         * src/filtering.c
4105         * src/filtering.h
4106         * src/matcher.c
4107         * src/matcher_parser_lex.l
4108         * src/matcher_parser_parse.y
4109         * src/prefs_filtering.c
4110                 new feature: provide the ability to disable filtering and processing
4111                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4112                 adaptations.
4113
4114 2006-05-13 [colin]      2.2.0cvs12
4115
4116         * src/compose.c
4117                 Remove useless if (a) b; else b;
4118                 Thanks to wwp
4119
4120 2006-05-13 [wwp]        2.2.0cvs11
4121
4122         * src/export.c
4123         * src/import.c
4124         * src/mainwindow.c
4125         * src/mbox.c
4126         * src/summaryview.c
4127         * src/summaryview.h
4128                 no more silent failures (or at least less ones) when importing
4129                 or exporting from/to mbox. Also start importing/exporting if
4130                 the necessary info is set.
4131
4132 2006-05-13 [wwp]        2.2.0cvs10
4133
4134         * RELEASE_NOTES
4135                 restored up-to-date release notes.
4136
4137 2006-05-13 [paul]       2.2.0cvs9
4138
4139         * po/nl.po
4140         * po/ru.po
4141                 updated by Tim Dijkstra and Pavlo Bohmat
4142
4143 2006-05-12 [colin]      2.2.0cvs8
4144
4145         * src/gtk/quicksearch.c
4146                 Add "k" as shortcut for "colorlabel". Patch
4147                 by ath42@users.sf.net.
4148
4149 2006-05-12 [paul]       2.2.0cvs7
4150
4151         * src/prefs_common.h
4152         * src/prefs_summaries.c
4153         * src/summaryview.c
4154                 when entering a folder also allow
4155                 going directly to first Marked message
4156
4157 2006-05-12 [paul]       2.2.0cvs6
4158
4159         * src/summaryview.c
4160                 always obey 'confirm before marking all
4161                 mails read' option
4162
4163 2006-05-12 [paul]       2.2.0cvs5
4164
4165         * src/textview.c
4166                 make Sender fully clickable
4167
4168 2006-05-12 [colin]      2.2.0cvs4
4169
4170         * src/compose.c
4171         * src/compose.h
4172                 Let From be editable
4173         * src/main.c
4174         * src/mh.c
4175                 Full support of .mh_sequences' Unseen seq
4176
4177 2006-05-12 [colin]      2.2.0cvs3
4178
4179         * src/folder.c
4180         * src/mainwindow.c
4181         * src/mainwindow.h
4182         * src/messageview.c
4183         * src/prefs_spelling.c
4184         * src/procheader.c
4185         * src/procmsg.c
4186         * src/procmsg.h
4187         * src/summaryview.c
4188         * src/toolbar.c
4189         * src/toolbar.h
4190                 Add contextual menu on Compose toolbar
4191                 button. Fixes bug #944 (Automatic
4192                 addresses not applied when changing account
4193                 from compose window)
4194                 add Mailing List support
4195                 based on the old 0.6.5claws25 patch by
4196                 Melvin Hadasht, with finishing touches
4197                 by Colin
4198                 Fix "ignore thread" when mails are threaded by
4199                 subject (and weren't ignored although appearing
4200                 in the thread).
4201                 GUI rework.
4202                 Both patches by Pawel.
4203
4204 2006-05-08 [paul]       2.2.0cvs2
4205
4206         * src/mainwindow.c
4207         * src/mainwindow.h
4208         * src/messageview.c
4209         * src/procheader.c
4210         * src/procmsg.c
4211         * src/procmsg.h
4212         * src/summaryview.c
4213                 add Mailing List support
4214                 based on the old 0.6.5claws25 patch by 
4215                 Melvin Hadasht, with finishing touches
4216                 by Colin
4217
4218 2006-05-08 [colin]      2.2.0cvs1
4219
4220         * src/mainwindow.c
4221         * src/toolbar.c
4222         * src/toolbar.h
4223                 Add contextual menu on Compose toolbar 
4224                 button. Fixes bug #944 (Automatic 
4225                 addresses not applied when changing account 
4226                 from compose window)
4227
4228 2006-05-08 [paul]       2.2.0
4229
4230         2.2.0 released
4231
4232 2006-05-08 [paul]       2.1.1cvs51
4233
4234         * po/cs.po
4235         * po/de.po
4236         * po/en_GB.po
4237         * po/fi.po
4238         * po/fr.po
4239         * po/pt_BR.po
4240         * po/sr.po
4241         * po/zh_CN.po
4242                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4243                 Fabien Vantard, Frederico Goncalves Guimaraes,
4244                 Aleksandar Urosevic, and Ralgh Young
4245
4246 2006-05-12 [colin]      2.1.1cvs50
4247
4248         * po/cs.po
4249         * po/de.po
4250         * po/en_GB.po
4251         * po/es.po
4252         * po/fi.po
4253         * po/fr.po
4254         * po/pt_BR.po
4255         * po/sr.po
4256         * po/zh_CN.po
4257                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4258                 Fabien Vantard, Frederico Goncalves Guimaraes,
4259                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4260
4261 2006-05-05 [colin]      2.1.1cvs49
4262
4263         * manual/Makefile.am
4264         * manual/pl/Makefile.am
4265         * manual/pl/account.xml
4266         * manual/pl/ack.xml
4267         * manual/pl/addrbook.xml
4268         * manual/pl/advanced.xml
4269         * manual/pl/faq.xml
4270         * manual/pl/glossary.xml
4271         * manual/pl/gpl.xml
4272         * manual/pl/handling.xml
4273         * manual/pl/intro.xml
4274         * manual/pl/keyboard.xml
4275         * manual/pl/plugins.xml
4276         * manual/pl/starting.xml
4277         * manual/pl/sylpheed-claws-manual.xml
4278         * manual/pl/dist/.cvsignore
4279         * manual/pl/dist/Makefile.am
4280         * manual/pl/dist/html/.cvsignore
4281         * manual/pl/dist/html/Makefile.am
4282         * manual/pl/dist/pdf/.cvsignore
4283         * manual/pl/dist/pdf/Makefile.am
4284         * manual/pl/dist/ps/.cvsignore
4285         * manual/pl/dist/ps/Makefile.am
4286         * manual/pl/dist/txt/.cvsignore
4287         * manual/pl/dist/txt/Makefile.am
4288                 Add the polish translation of the manual,
4289                 Authored by Pawel Pekala.
4290
4291 2006-05-05 [cleroy]     2.1.1cvs48
4292
4293         * src/main.c
4294                 Re-read matcherrc after loading plugins 
4295                 if some of them add folders.
4296
4297 2006-05-03 [colin]      2.1.1cvs47
4298
4299         * src/imap.c
4300                 I'm idiot
4301
4302 2006-05-03 [colin]      2.1.1cvs46
4303
4304         * src/imap.c
4305                 Be sure to have a session when
4306                 getting separator
4307
4308 2006-05-03 [colin]      2.1.1cvs45
4309
4310         * src/imap.c
4311         * src/imap.h
4312         * src/imap_gtk.c
4313                 Fix preventing renaming with namespace 
4314                 separator.
4315
4316 2006-05-01 [colin]      2.1.1cvs44
4317
4318         * src/action.c
4319                 Don't reload messageview when result of
4320                 action is piped.
4321
4322 2006-04-29 [colin]      2.1.1cvs43
4323
4324         * src/prefs_receive.c
4325         * src/plugins/spamassassin/spamassassin_gtk.c
4326         * src/plugins/clamav/clamav_plugin_gtk.c
4327                 GUI fixes by Pawel
4328
4329 2006-04-29 [colin]      2.1.1cvs42
4330
4331         * src/prefs_compose_writing.c
4332         * src/prefs_quote.c
4333                 Cleanups. Patch by Pawel
4334
4335 2006-04-28 [paul]       2.1.1cvs41
4336
4337         * src/matcher.c
4338                 fix returned quick search results when search
4339                 term contains an underscore.
4340                 Thanks to Colin
4341
4342 2006-04-28 [paul]       2.1.1cvs40
4343
4344         * src/prefs_message.c
4345         * src/prefs_receive.c
4346                 GUI cleanups
4347                 Patches by Pawel Pekala
4348
4349 2006-04-27 [colin]      2.1.1cvs39
4350
4351         * src/wizard.c
4352                 Differentiate subject Welcome from
4353                 window's title Welcome
4354
4355 2006-04-27 [paul]
4356
4357         2.2.0-rc1 released
4358
4359 2006-04-27 [paul]       2.1.1cvs38
4360
4361         * manual/advanced.xml
4362         * manual/fr/advanced.xml
4363                 add info about compose_no_markup hidden pref
4364
4365 2006-04-27 [paul]       2.1.1cvs37
4366
4367         * src/prefs_account.c
4368                 improve privacy labels
4369         * src/prefs_msg_colors.c
4370                 change some strings for translators' convenience
4371         * src/gtk/gtkutils.c
4372                 don't underline the link button text
4373
4374 2006-04-25 [colin]      2.1.1cvs36
4375
4376         * src/folder.c
4377                 Complete 2.1.1cvs33 (once more ;)
4378
4379 2006-04-25 [colin]      2.1.1cvs35
4380
4381         * src/editldap.c
4382                 Fix tooltip
4383
4384 2006-04-25 [cleroy]     2.1.1cvs34
4385
4386         * src/compose.c
4387         * src/gtk/gtkaspell.c
4388                 Fix crash on redirect (related to the return 
4389                 of the aspell menu in compose's toolbar)
4390         * src/prefs_msg_colors.c
4391                 Fix sensitivity widgets
4392         * src/image_viewer.c
4393         * src/gtk/pluginwindow.c
4394         * src/gtk/prefswindow.c
4395                 Change released signals to clicked (Fabien)
4396         * po/POTFILES.in
4397         * src/common/socket.c
4398         * src/plugins/spamassassin/spamassassin.c
4399                 Translate strings (Fabien)
4400
4401 2006-04-25 [paul]       2.1.1cvs33
4402
4403         * src/folder.c
4404         * src/folder.h
4405         * src/folderview.c
4406                 complete the fix of bug #912
4407                 Thanks to Colin
4408
4409 2006-04-25 [colin]      2.1.1cvs32
4410
4411         * src/news.c
4412                 Better progress bar
4413         * src/mimeview.c
4414         * src/summaryview.c
4415         * src/summaryview.h
4416                 Fix focus chain
4417                 Patches by Pawel Pekala
4418
4419 2006-04-24 [colin]      2.1.1cvs31
4420
4421         * src/compose.c
4422                 Fix compilation warnings (Fabien)
4423
4424 2006-04-24 [colin]      2.1.1cvs30
4425
4426         * src/addrindex.c
4427         * src/editldap.c
4428         * src/editldap_basedn.c
4429         * src/editldap_basedn.h
4430         * src/ldapctrl.c
4431         * src/ldapctrl.h
4432         * src/ldapquery.c
4433         * src/ldaputil.c
4434         * src/ldaputil.h
4435                 Fix bug #901 (LDAPS support)
4436
4437 2006-04-24 [colin]      2.1.1cvs29
4438
4439         * src/compose.c
4440                 Fix logic on error with send dialog on
4441         * src/imap.c
4442                 Fix compilation without libetpan, thanks
4443                 to Fabien
4444         * src/summaryview.c
4445                 Fix 'context-menu' key
4446
4447 2006-04-23 [colin]      2.1.1cvs28
4448
4449         * src/folder.c
4450                 Never free current's cache to free up 
4451                 memory. Fixes bug #912 (new count 
4452                 randomly set to message count)
4453
4454 2006-04-23 [colin]      2.1.1cvs27
4455
4456         * src/gtk/quicksearch.c
4457                 And remove printf...
4458
4459 2006-04-23 [colin]      2.1.1cvs26
4460
4461         * src/gtk/quicksearch.c
4462                 Fix replacing in quicksearch, and fix inserting
4463                 in the middle of the string. (introduced at 2.1.0cvs22)
4464
4465 2006-04-23 [colin]      2.1.1cvs25
4466
4467         * src/imap.c
4468                 Make sure uidnext is initialized in get_num_list
4469                 (not for stable, related to 2.1.1cvs8 and friends)
4470
4471 2006-04-23 [colin]      2.1.1cvs24
4472
4473         * src/imap.c
4474                 Output something when login is successful
4475                 too
4476
4477 2006-04-23 [colin]      2.1.1cvs23
4478
4479         * src/etpan/imap-thread.c
4480                 Better logging (line-per-line, hide data in fetch)
4481                 Fix a const warning
4482         * src/gtk/logwindow.c
4483         * src/gtk/logwindow.h
4484                 Better logging (color for input/output)
4485
4486 2006-04-21 [colin]      2.1.1cvs22
4487
4488         * src/gtk/quicksearch.c
4489                 On gtk+-2.8, use stock buttons in quicksearch
4490                 Based on a patch by Fabien and a design by Paul
4491
4492 2006-04-21 [colin]      2.1.1cvs21
4493
4494         * src/folderview.c
4495         * src/mainwindow.c
4496                 Fix occasional flicker in folderview
4497         * src/common/utils.c
4498                 Fix bug #943 (Incorrectly parsed email address 
4499                 list in short headers on message view and in 
4500                 printouts)
4501
4502 2006-04-20 [colin]      2.1.1cvs20
4503
4504         * src/imap.c
4505         * src/imap.h
4506         * src/prefs_account.c
4507                 Add ANONYMOUS auth for IMAP
4508
4509 2006-04-20 [paul]       2.1.1cvs19
4510
4511         * src/main.c
4512                 proper fix for 2.1.1cvs18
4513                 Thanks to Colin
4514
4515 2006-04-20 [paul]       2.1.1cvs18
4516
4517         * src/main.c
4518                 fix build warnings
4519
4520 2006-04-20 [paul]       2.1.1cvs17
4521
4522         * src/gtk/quicksearch.c
4523                 fix standard, non-extended Quick search,
4524                 was broken in 2.1.1cvs15.
4525                 Thanks to Colin.
4526
4527 2006-04-20 [colin]      2.1.1cvs16
4528
4529         * src/prefs_matcher.c
4530                 Fix values when reselecting a ~test
4531                 rule
4532
4533 2006-04-19 [colin]      2.1.1cvs15
4534
4535         * src/compose.c
4536         * src/compose.h
4537         * src/gtk/gtkaspell.c
4538         * src/gtk/gtkaspell.h
4539                 Put back Options menu in Spelling/
4540         * src/gtk/quicksearch.c
4541                 Don't search, and show error, if the
4542                 advanced search has a syntax error
4543
4544 2006-04-18 [colin]      2.1.1cvs14
4545
4546         * src/textview.c
4547                 Fix gdk warnings on set_cursor when textview
4548                 isn't visible
4549
4550 2006-04-18 [colin]      2.1.1cvs13
4551
4552         * src/gtk/gtksctree.c
4553                 Remove seemingly useless refresh that causes
4554                 flicker - watch this commit in case of 
4555                 problems before planned backport to stable
4556
4557 2006-04-18 [colin]      2.1.1cvs12
4558
4559         * src/imap.c
4560                 Factorize get/set_xml code
4561         * src/compose.c
4562         * src/prefs_account.c
4563         * src/prefs_account.h
4564         * src/procmsg.c
4565                 Add Encrypt to self option
4566
4567 2006-04-17 [colin]      2.1.1cvs11
4568
4569         * configure.ac
4570                 Fix search on encrpyt function on dragonfly
4571                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4572
4573 2006-04-17 [colin]      2.1.1cvs10
4574
4575         * src/prefs_account.c
4576                 Be safe by default: remove mails from POP3
4577                 after 7 days, not immediately
4578
4579 2006-04-17 [colin]      2.1.1cvs9
4580
4581         * src/etpan/imap-thread.c
4582                 Fix build on DragonFly - patch by 
4583                 Jonathan Buschmann <jonthn@agmact.com>
4584
4585 2006-04-17 [colin]      2.1.1cvs8
4586
4587         * src/imap.c
4588                 Save uidnext between sessions
4589
4590 2006-04-17 [colin]      2.1.1cvs7
4591
4592         * src/imap.c
4593                 scan is required when uid validity changes
4594
4595 2006-04-17 [colin]      2.1.1cvs6
4596
4597         * src/folderview.c
4598                 Don't scan if not necessary, apart in current
4599                 folder and INBOX to fetch flags.
4600         * src/imap.c
4601                 Scan is necessary if unread count changes
4602
4603 2006-04-17 [colin]      2.1.1cvs5
4604
4605         * src/imap.c
4606                 ...But always fetch ANSWERED and DELETED flags for
4607                 INBOX, as filtering can happen on these flags.
4608
4609 2006-04-17 [colin]      2.1.1cvs4
4610
4611         * src/imap.c
4612                 Don't fetch REPLIED and DELETED flags when synchronising
4613                 flags with a closed folder. We only need UNSEEN and FLAGGED
4614                 to update the folderview.
4615
4616 2006-04-17 [colin]      2.1.1cvs3
4617
4618         * src/imap.c
4619                 Faster flag search when there are new mails 
4620                 in a folder. We can do a full search if the 
4621                 folder contains less messages than the new
4622                 list.
4623
4624 2006-04-17 [colin]      2.1.1cvs2
4625
4626         * po/cs.po
4627         * po/de.po
4628         * po/fr.po
4629         * po/nl.po
4630         * po/pt_BR.po
4631                 Update translations from stable branch
4632
4633 2006-04-17 [colin]      2.1.1cvs1
4634
4635         * configure.ac
4636                 Bump version to follow stable release
4637
4638 2006-04-16 [mones]      2.1.0cvs50
4639
4640         * po/es.po
4641                 Updated for release
4642
4643 2006-04-16 [colin]      2.1.0cvs49
4644
4645         * src/textview.c
4646                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4647                 with gtk < 2.8. Thanks to Fabien Vantard.
4648
4649 2006-04-15 [colin]      2.1.0cvs48
4650
4651         * src/etpan/imap-thread.c
4652                 Fix bug #919 (libetpan: SEGV when connecting 
4653                 using command)
4654
4655 2006-04-14 [colin]      2.1.0cvs47
4656
4657         * src/main.c
4658                 Fix race on --select (should be done better)
4659
4660 2006-04-14 [wwp]        2.1.0cvs46
4661
4662         * src/send_message.c
4663                 enforce a check for domain in account prefs (a sending
4664                 error could be faced if domain was checked but no value set),
4665                 thanks to Colin.
4666
4667 2006-04-14 [colin]      2.1.0cvs45
4668
4669         * src/codeconv.c
4670                 when converting from unknown to unknown, if the
4671                 string is UTF8, don't convert it to the locale
4672                 (which breaks it)
4673
4674 2006-04-14 [colin]      2.1.0cvs44
4675
4676         * src/compose.c
4677                 Don't try to use ASCII for converting headers
4678                 (as done in body)
4679
4680 2006-04-14 [paul]       2.1.0cvs43
4681
4682         * src/crash.c
4683                 add locale/charset info to crash report
4684         * src/gtk/about.c
4685                 add wwp to doc team
4686                 replace 'e-mail' with preferred 'email'
4687         * src/gtk/authors.h
4688                 ensure contributors list is in alphabetical
4689                 order
4690
4691 2006-04-13 [colin]      2.1.0cvs42
4692
4693         * src/textview.c
4694                 Prevent gdk warnings
4695
4696 2006-04-13 [colin]      2.1.0cvs41
4697
4698         * src/common/ssl_certificate.c
4699         * src/common/ssl_certificate.h
4700         * src/gtk/sslcertwindow.c
4701                 Warn on expired certs, and display the expiration date
4702
4703 2006-04-13 [colin]      2.1.0cvs40
4704
4705         * src/plugins/spamassassin/spamassassin_gtk.c
4706                 Fix missing set_text on unix socket
4707
4708 2006-04-13 [wwp]        2.1.0cvs39
4709
4710         * manual/fr/advanced.xml
4711         * manual/fr/glossary.xml
4712                 applied new spam/ham/email lexicon (pourriel, courriel)
4713
4714 2006-04-13 [paul]       2.1.0cvs38
4715
4716         * src/plugins/pgpmime/plugin.c
4717                 remove the mention of S/MIME from the
4718                 description. This is now handled by the
4719                 S/MIME plugin.
4720
4721 2006-04-13 [paul]       2.1.0cvs37
4722
4723         * src/prefs_msg_colors.c
4724                 rework dialog
4725         * src/prefs_folder_item.c
4726         * src/prefs_spelling.c
4727                 add a tooltip to the colour selector buttons
4728
4729 2006-04-13 [wwp]        2.1.0cvs36
4730
4731         * manual/advanced.xml
4732         * manual/glossary.xml
4733         * manual/handling.xml
4734         * manual/keyboard.xml
4735         * manual/plugins.xml
4736         * manual/starting.xml
4737         * manual/fr/account.xml
4738         * manual/fr/ack.xml
4739         * manual/fr/addrbook.xml
4740         * manual/fr/advanced.xml
4741         * manual/fr/faq.xml
4742         * manual/fr/glossary.xml
4743         * manual/fr/gpl.xml
4744         * manual/fr/handling.xml
4745         * manual/fr/intro.xml
4746         * manual/fr/keyboard.xml
4747         * manual/fr/plugins.xml
4748         * manual/fr/starting.xml
4749         * manual/fr/sylpheed-claws-manual.xml
4750                 fixes to the manuals:
4751                  - summaryview -> Message List (same in French)
4752                  - translate key names
4753                  - fix French punctuation, use non-breakable spaces when
4754                    necessary, don't use &thinsp; which is not portable
4755                  - tell what maildir and mbox formats we support
4756
4757 2006-04-12 [wwp]        2.1.0cvs35
4758
4759         * src/prefs_toolbar.c
4760                 unified a replace button more,
4761                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4762
4763 2006-04-12 [wwp]        2.1.0cvs34
4764
4765         * src/prefs_common.c
4766         * src/prefs_msg_colors.c
4767                 make default color labels translatable,
4768                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4769                 thanks to Tim <timbrain@post.cz> for reporting.
4770
4771 2006-04-12 [wwp]        2.1.0cvs33
4772
4773         * manual/glossary.xml
4774         * manual/intro.xml
4775         * manual/plugins.xml
4776         * manual/starting.xml
4777         * manual/sylpheed-claws-manual.xml
4778         * manual/fr/.cvsignore
4779         * manual/fr/account.xml
4780         * manual/fr/ack.xml
4781         * manual/fr/addrbook.xml
4782         * manual/fr/advanced.xml
4783         * manual/fr/faq.xml
4784         * manual/fr/glossary.xml
4785         * manual/fr/handling.xml
4786         * manual/fr/intro.xml
4787         * manual/fr/keyboard.xml
4788         * manual/fr/plugins.xml
4789         * manual/fr/starting.xml
4790         * manual/fr/sylpheed-claws-manual.xml
4791                 various fixes: typos, missing .fr translations, punctuation,
4792                 capitalization, links, accents and some bad French more.
4793
4794 2006-04-12 [wwp]        2.1.0cvs32
4795
4796         * src/prefs_gtk.c
4797                 fix for bug #935: always store prefs files in UTF-8 (thanks
4798                 to Colin).
4799
4800 2006-04-11 [colin]      2.1.0cvs31
4801
4802         * src/compose.c
4803                 Fix inserting files not in utf8 when locale is utf8
4804
4805 2006-04-11 [colin]      2.1.0cvs30
4806
4807         * src/inc.c
4808                 Don't show error dialog when cancelling connection
4809                 Patch by Pawel
4810
4811 2006-04-11 [cleroy]     2.1.0cvs29
4812
4813         * src/compose.c
4814                 Implement multiple quote levels
4815         * src/prefs_common.c
4816                 Change a little bit the quote bgcolor for 2nd level
4817
4818 2006-04-11 [colin]      2.1.0cvs28
4819
4820         * src/gtk/about.c
4821                 Add locale and charset in the label
4822
4823 2006-04-10 [colin]      2.1.0cvs27
4824
4825         * src/compose.c
4826         * src/prefs_common.c
4827         * src/prefs_common.h
4828         * src/prefs_msg_colors.c
4829         * src/textview.c
4830                 Allow optional background color in quotes
4831                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4832                 GTK+-2.8.x feature
4833
4834 2006-04-10 [colin]      2.1.0cvs26
4835
4836         * src/main.c
4837         * src/mainwindow.c
4838         * src/mainwindow.h
4839                 Implement --select
4840
4841 2006-04-10 [colin]      2.1.0cvs25
4842
4843         * manual/plugins.xml
4844         * manual/fr/plugins.xml
4845                 Document libcurl's proxy variables
4846
4847 2006-04-09 [colin]      2.1.0cvs24
4848
4849         * src/prefs_common.c
4850                 gettext() returns statically allocated stuff. We have
4851                 to strdup it in order to be able to free it.
4852
4853 2006-04-09 [colin]      2.1.0cvs23
4854
4855         * AUTHORS
4856         * src/gtk/authors.h
4857                 Add Alexei
4858
4859 2006-04-09 [colin]      2.1.0cvs22
4860
4861         * src/mainwindow.c
4862         * src/gtk/quicksearch.c
4863                 Fix bug #859 (problems with cyrilic input in 
4864                 search panel) - Patch by Alexey Illarionov 
4865                 <littlesavage@rambler.ru>
4866
4867 2006-04-09 [colin]      2.1.0cvs21
4868
4869         * src/prefs_customheader.c
4870                 I prefer removing then freeing rather than the contrary
4871                 (even if it doesn't change anything ;-)
4872         * src/prefs_account.c
4873                 Fix bug #933 (Crash re-entering the custom headers list 
4874                 dialog in accounts prefs)
4875                 The problem happened when cancelling the Account 
4876                 Preferences' dialogs - in which case we didn't do 
4877                 anything to the PrefsAccount * struct. In case of applying,
4878                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4879                 working with in this dialog. The problem is that 
4880                 prefs_customheader.c, working on this tmp_ac_prefs, always
4881                 changes the ->customhdr_list pointer, even when cancelled. 
4882                 So in case of cancelling the prefs_account dialog, we still
4883                 have to update ->customhdr_list in the real account.
4884
4885 2006-04-08 [colin]      2.1.0cvs20
4886
4887         * manual/fr/glossary.xml
4888         * manual/fr/keyboard.xml
4889                 Forgot some headers :)
4890
4891 2006-04-08 [colin]      2.1.0cvs19
4892
4893         * manual/Makefile.am
4894         * manual/fr/Makefile.am
4895         * manual/fr/account.xml
4896         * manual/fr/ack.xml
4897         * manual/fr/addrbook.xml
4898         * manual/fr/advanced.xml
4899         * manual/fr/faq.xml
4900         * manual/fr/glossary.xml
4901         * manual/fr/gpl.xml
4902         * manual/fr/handling.xml
4903         * manual/fr/intro.xml
4904         * manual/fr/keyboard.xml
4905         * manual/fr/plugins.xml
4906         * manual/fr/starting.xml
4907         * manual/fr/sylpheed-claws-manual.xml
4908         * manual/fr/dist/.cvsignore
4909         * manual/fr/dist/Makefile.am
4910         * manual/fr/dist/html/.cvsignore
4911         * manual/fr/dist/html/Makefile.am
4912         * manual/fr/dist/pdf/.cvsignore
4913         * manual/fr/dist/pdf/Makefile.am
4914         * manual/fr/dist/ps/.cvsignore
4915         * manual/fr/dist/ps/Makefile.am
4916         * manual/fr/dist/txt/.cvsignore
4917         * manual/fr/dist/txt/Makefile.am
4918                 Add the french translation of the manual. Thanks to
4919                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4920                 account.xml, ack.xml, addrbook.xml and advanced.xml
4921
4922 2006-04-08 [colin]      2.1.0cvs18
4923
4924         * manual/plugins.xml
4925         * manual/starting.xml
4926                 More fixes
4927
4928 2006-04-07 [colin]      2.1.0cvs17
4929
4930         * manual/faq.xml
4931         * manual/intro.xml
4932         * manual/keyboard.xml
4933                 Little fixes
4934
4935 2006-04-07 [colin]      2.1.0cvs16
4936
4937         * README
4938         * src/compose.c
4939         * src/prefs_common.c
4940         * src/prefs_common.h
4941                 Add hidden compose_no_markup pref
4942
4943 2006-04-07 [wwp]        2.1.0cvs15
4944
4945         * src/summary_search.c
4946         * .cvsignore
4947                 Bugfix: stop button was sticky when searching in an empty folder.
4948                 Applied curly brackets code style to the whole file (summary_search.c).
4949                 More files to ignore.
4950
4951 2006-04-07 [wwp]        2.1.0cvs14
4952
4953         * src/message_search.c
4954         * src/summary_search.c
4955                 changed default button when search bumps at file/folder
4956                 beginning or end, for convenience (thanks to Colin).
4957
4958 2006-04-07 [paul]       2.1.0cvs13
4959
4960         * src/plugins/dillo_viewer/dillo_prefs.c
4961                 avoid future potential for namespace collision
4962                 Patch by Colin
4963
4964 2006-04-06 [wwp]        2.1.0cvs12
4965
4966         * src/summary_search.c
4967                 Unify extended/advanced searches names (and thus factorize labels),
4968                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4969
4970 2006-04-06 [wwp]        2.1.0cvs11
4971
4972         * src/folderview.c
4973         * src/prefs_themes.c
4974         * src/summaryview.c
4975                 Fixed some compilation warnings.
4976
4977 2006-04-06 [colin]      2.1.0cvs10
4978
4979         * manual/advanced.xml
4980                 Document the wizard template and how to deploy
4981                 Sylpheed-Claws effectively
4982
4983 2006-04-06 [colin]      2.1.0cvs9
4984
4985         * src/folderview.c
4986                 gettext patch to tell translators about _("#"),
4987                 by Maxim Britov
4988
4989 2006-04-06 [colin]      2.1.0cvs8
4990
4991         * src/textview.c
4992                 Fix invalid GtkTextBIter after clicking "Display as text"
4993
4994 2006-04-06 [mones]      2.1.0cvs7
4995
4996         * src/addr_compl.c
4997         * src/addrindex.c
4998         * src/addritem.c
4999         * src/codeconv.c
5000         * src/compose.c
5001         * src/filtering.c
5002         * src/folder.c
5003         * src/folder_item_prefs.c
5004         * src/folderview.c
5005         * src/localfolder.c
5006         * src/matcher.c
5007         * src/mimeview.c
5008         * src/prefs_msg_colors.c
5009         * src/prefs_spelling.c
5010         * src/prefs_themes.c
5011         * src/procmime.c
5012         * src/procmsg.c
5013         * src/stock_pixmap.c
5014         * src/summaryview.c
5015         * src/textview.c
5016         * src/toolbar.c
5017         * src/common/mgutils.c
5018         * src/common/prefs.c
5019         * src/common/ssl_certificate.c
5020         * src/gtk/colorlabel.c
5021         * src/gtk/quicksearch.c
5022         * src/plugins/pgpmime/pgpmime.c
5023         * src/plugins/spamassassin/spamassassin.c
5024                 Removed redundant NULL checks for g_free() calls.
5025                 Patch by Pawel Pekala.
5026
5027 2006-04-06 [mones]      2.1.0cvs6
5028
5029         * src/prefs_actions.c
5030         * src/prefs_filtering.c
5031         * src/prefs_filtering_action.c
5032         * src/prefs_matcher.c
5033         * src/prefs_template.c
5034         * src/gtk/gtkutils.c
5035         * src/gtk/gtkutils.h
5036                 Have a nice replace button. Patch by Pawel Pekala
5037
5038 2006-04-06 [colin]      2.1.0cvs5
5039
5040         * src/addressbook.c
5041                 Fix crash with empty columns
5042
5043 2006-04-05 [colin]      2.1.0cvs4
5044
5045         * src/wizard.c
5046         * src/prefs_gtk.c
5047                 Allow wizard customization with pre-filled values
5048
5049 2006-04-05 [colin]      2.1.0cvs3
5050
5051         * src/textview.c
5052         * src/mimeview.c
5053         * src/mimeview.h
5054                 Nicer messages in mimeview
5055
5056 2006-04-05 [colin]      2.1.0cvs2
5057
5058         * src/addressbook.c
5059         * src/prefs_summaries.c
5060                 i18n fix
5061
5062 2006-04-05 [colin]      2.1.0cvs1
5063
5064         * src/plugins/pgpcore/plugin.c
5065         * src/plugins/pgpcore/select-keys.c
5066         * src/plugins/pgpcore/select-keys.h
5067         * src/plugins/pgpcore/sgpgme.c
5068         * src/plugins/pgpcore/sgpgme.h
5069         * src/plugins/pgpinline/pgpinline.c
5070         * src/plugins/pgpinline/plugin.c
5071         * src/plugins/pgpmime/pgpmime.c
5072         * src/plugins/pgpmime/plugin.c
5073                 Factorize and generalize a bit 
5074                 Drop S/MIME signature verification from PGP/MIME
5075                 (adding it as another, more complete plugin)
5076
5077 2006-04-05 [paul]       2.1.0
5078
5079         2.1.0 released
5080
5081 2006-04-05 [paul]       2.0.0cvs186
5082
5083         * manual/advanced.xml
5084                 add info on colour labels
5085
5086 2006-04-05 [paul]       2.0.0cvs185
5087
5088         * po/bg.po
5089         * po/cs.po
5090         * po/de.po
5091         * po/el.po
5092         * po/en_GB.po
5093         * po/fi.po
5094         * po/fr.po
5095         * po/it.po
5096         * po/nl.po
5097         * po/pl.po
5098         * po/pt_BR.po
5099         * po/sr.po
5100         * po/zh_CN.po
5101                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5102                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5103                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5104                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5105         * src/gtk/authors.h
5106         * tools/claws.i18n.status.pl
5107                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5108                 and new Czech translator, Tim <timbrain@post.cz>
5109
5110 2006-04-05 [mones]      2.0.0cvs184
5111
5112         * po/es.po
5113                 Updated translation
5114
5115 2006-04-05 [colin]      2.0.0cvs183
5116
5117         * src/gtk/quicksearch.c
5118                 Fix bug #929 (unnecessary reload in quick search bar)
5119
5120 2006-04-05 [colin]      2.0.0cvs182
5121
5122         * src/compose.c
5123                 Fix crash on Reply with no From:
5124                 Show signature and conversion error on queuing 
5125                 (but not sending)
5126         * src/mainwindow.c
5127         * src/summaryview.c
5128         * src/summaryview.h
5129                 Factorize threading code and make sure msginfo 
5130                 is not null when it comes from a GtkCTreeRow's 
5131                 data
5132         * src/gtk/gtkaspell.c
5133                 Check for necessary things
5134         * src/gtk/gtksctree.c
5135         * src/gtk/gtksctree.h
5136                 Reset anchor if necessary when removing node
5137
5138 2006-03-29 [colin]      2.0.0cvs181
5139
5140         * src/folderview.c
5141                 Warn for disabled IMAP accounts (due to lack of
5142                 libetpan). Breaks string-freeze - sorry - but it
5143                 is kind of important ;)
5144
5145 2006-03-28 [colin]      2.0.0cvs180
5146
5147         * src/gtk/gtkutils.c
5148         * src/gtk/gtkutils.h
5149                 Add a gtkut_get_link_btn() function that
5150                 creates a button which acts like an URI
5151         * src/prefs_themes.c
5152         * src/gtk/about.c
5153                 Use this function (factorizes codes)
5154         * src/common/defs.h
5155         * src/gtk/pluginwindow.c
5156                 Add a "Get more..." in the plugins window
5157
5158 2006-03-28 [colin]      2.0.0cvs179
5159
5160         * src/common/smtp.c
5161         * src/common/passcrypt.c
5162         * src/undo.c
5163                 Warning fixes. Patch by Pawel Pekala
5164
5165 2006-03-27 [colin]      2.0.0cvs178
5166
5167         * src/undo.c
5168                 Fix undoing by blocks with spaces
5169
5170 2006-03-27 [colin]      2.0.0cvs177
5171
5172         * src/textview.c
5173                 Set margin to 3px for headers
5174
5175 2006-03-27 [paul]
5176
5177         2.1.0-rc2 released
5178
5179 2006-03-27 [wwp]        2.0.0cvs176
5180
5181         * src/summaryview.c
5182                 don't reset quicksearch when updating the message list.
5183                 Thanks to Colin.
5184
5185 2006-03-26 [wwp]        2.0.0cvs175
5186
5187         * src/compose.c
5188                 use a unified border width ('other' tab in the compose window,
5189                 patch by Pawel Pekala).
5190
5191
5192 2006-03-26 [wwp]        2.0.0cvs174
5193
5194         * src/common/quoted-printable.c
5195         * src/addressbook.c
5196                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5197
5198 2006-03-26 [colin]      2.0.0cvs173
5199
5200         * src/quote_fmt_parse.y
5201                 Fix non-UTF8 date formats messing up the whole quote a 
5202                 little bit
5203
5204 2006-03-26 [colin]      2.0.0cvs172
5205
5206         * src/procheader.c
5207                 Make sure the date is UTF8 valid, or try to make it
5208                 so. IncrediMail is really IncrediStupid.
5209         * src/compose.c
5210                 Fix possible conversions. 
5211                 
5212
5213 2006-03-26 [colin]      2.0.0cvs171
5214
5215         * src/matcher.c
5216                 Fix corner cases in body search. This is still a
5217                 hack... It seems impossible to make it good and 
5218                 reasonably fast at the same time.
5219
5220 2006-03-26 [colin]      2.0.0cvs170
5221
5222         * src/summaryview.c
5223                 I think I killed the twilight zone bug!
5224                 summary_select_node() flushes GTK events in order
5225                 to be able to center the view. But this also 
5226                 flushes keypresses like Ctrl-Alt-U, so this can
5227                 call summary_show from summary_select_node (itself
5228                 called from summary_show, etc.). And the summaryview
5229                 has to be unlocked in this function. So just locking
5230                 while processing GTK events, and bailing if locked, 
5231                 should fix it.
5232                 Fixes bug #927 (SIGSEGV during Update Summary)
5233
5234 2006-03-25 [colin]      2.0.0cvs169
5235
5236         * src/matcher.c
5237                 Fix search in QP-encoded bodies
5238                 Fix utf-8 searches in bodies encoded in the
5239                 locale's encoding
5240         * src/common/quoted-printable.c
5241         * src/common/quoted-printable.h
5242                 Add a decode function that doesn't overwrite
5243                 the original pointer
5244                 
5245
5246 2006-03-24 [colin]      2.0.0cvs168
5247
5248         * src/action.c
5249         * src/summaryview.c
5250         * src/summaryview.h
5251                 Update message cache after action
5252                 Patch by H. Merijn Brand
5253         * src/prefs_msg_colors.c
5254                 Factorize label 
5255                 Patch by Fabien Vantard
5256         * src/plugins/spamassassin/spamassassin_gtk.c
5257                 Remove useless translation
5258                 Patch by Fabien Vantard
5259
5260 2006-03-23 [colin]      2.0.0cvs167
5261
5262         * src/common/ssl.c
5263                 Let 30 seconds to SSL_connect
5264
5265 2006-03-23 [wwp]        2.0.0cvs166
5266
5267         * src/summaryview.c
5268         * src/gtk/description_window.c
5269                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5270                 and headers are translated; adjust description windows' width to fit their
5271                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5272
5273 2006-03-23 [paul]       2.0.0cvs165
5274
5275         * src/common/utils.c
5276                 fix highlighting of URIs containing "()"
5277                 (2.0.0cvs164's reversal fixed)
5278                 Thanks to Colin.
5279
5280 2006-03-23 [paul]       2.0.0cvs164
5281
5282         * src/common/utils.c
5283                 revert patch, (postponing a fix), at 2.0.0cvs120
5284                 as it breaks more URIs than it fixes.
5285                 Allow '-' to be a terminating character in a URI
5286
5287 2006-03-22 [colin]      2.0.0cvs163
5288
5289         * configure.ac
5290                 Require libetpan 0.45
5291                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5292
5293 2006-03-22 [paul]       2.0.0cvs162
5294
5295         * src/editgroup.c
5296                 replace '<-' and '->' buttons with GTK_STOCK graphical
5297                 buttons
5298         * src/summary_search.c
5299                 don't offer '...' for translation
5300                 add a tooltip to advanced search '...' button
5301         * src/gtk/quicksearch.c
5302                 don't offer '...' for translation
5303
5304 2006-03-21 [colin]      2.0.0cvs161
5305
5306         * src/compose.c
5307                 Fix middle-click pasting (insert at click
5308                 position instead of cursor position, don't
5309                 remove existing selection and allow pasting
5310                 our own selection)
5311         * src/addressbook.c
5312                 "LDAP Server" -> "LDAP servers"
5313
5314 2006-03-21 [wwp]        2.0.0cvs160
5315
5316         * src/etpan/imap-thread.c
5317                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5318
5319 2006-03-20 [colin]      2.0.0cvs159
5320
5321         * src/summaryview.c
5322                 Don't reload summaryview after an execute with no
5323                 move action
5324
5325 2006-03-19 [colin]      2.0.0cvs158
5326
5327         * src/addressbook.c
5328                 and put groups at the top, always
5329
5330 2006-03-19 [colin]      2.0.0cvs157
5331
5332         * src/addressbook.c
5333                 Order groups before names, as previously
5334
5335 2006-03-19 [colin]      2.0.0cvs156
5336
5337         * src/addressbook.c
5338                 - Sort case-unsensitive
5339                 - Put the sort arrow at opening too
5340
5341 2006-03-19 [wwp]        2.0.0cvs155
5342
5343         * src/addressbook.c
5344                 allow sorting by name/email/remarks, ensure that right-pane's contents
5345                 matches the left-pane selection (cleared when appropriate).
5346                 Patch by Pawel Pekala <c0rn@o2.pl>.
5347
5348 2006-03-18 [colin]      2.0.0cvs154
5349
5350         * src/textview.c
5351                 Fix text cursor ;)
5352
5353 2006-03-18 [colin]      2.0.0cvs153
5354
5355         * src/gtk/filesel.c
5356                 Make sure we hide the preview if we didn't get
5357                 a filename
5358
5359 2006-03-18 [colin]      2.0.0cvs152
5360
5361         * src/summaryview.c
5362                 Set cursor to watch for execution (fixes lack
5363                 of watch-cursor when dnd'ing hundreds of mails)
5364         * src/gtk/filesel.c
5365                 Check that mime type is 'image/*' before updating
5366                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5367
5368 2006-03-18 [colin]      2.0.0cvs151
5369
5370         * src/mainwindow.c
5371         * src/textview.c
5372         * src/textview.h
5373                 Put a watch cursor in textview too when the mainwindow's
5374                 cursor in a watch
5375
5376 2006-03-18 [colin]      2.0.0cvs150
5377
5378         * src/folder.c
5379                 Change wrong asserts to simple tests
5380
5381 2006-03-17 [colin]      2.0.0cvs149
5382
5383         * src/mainwindow.c
5384         * src/mainwindow.h
5385         * src/prefs_msg_colors.c
5386         * src/summaryview.c
5387         * src/summaryview.h
5388         * src/gtk/colorlabel.c
5389         * src/gtk/colorlabel.h
5390                 Add a color label menu in the main menubar
5391                 Add (fixed) accels Ctrl-{0-7} to change the color
5392                 They have to be fixed because the menu's dynamic,
5393                 the items are complex widgets, hence we can't use
5394                 a GtkItemFactory.
5395
5396
5397 2006-03-17 [wwp]        2.0.0cvs148
5398
5399         * src/compose.c
5400                 rollback few lines from my previous commit (those lines come from
5401                 a pending patch, accidentally commited, even if neutral as they are
5402                 commented out).
5403
5404 2006-03-17 [wwp]        2.0.0cvs147
5405
5406         * src/compose.c
5407                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5408                 applied code style/indentation to the modified function.
5409
5410 2006-03-17 [wwp]        2.0.0cvs146
5411
5412         * src/procmsg.c
5413         * src/compose.c
5414                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5415
5416 2006-03-17 [paul]
5417
5418         2.1.0-rc1 released
5419
5420 2006-03-17 [paul]       2.0.0cvs145
5421
5422         * src/main.c
5423                 addressbook_read_file() was called twice
5424         * src/textview.c
5425                 X-Mailer highlighting
5426
5427 2006-03-16 [colin]      2.0.0cvs144
5428
5429         * src/sourcewindow.c
5430         * src/sourcewindow.h
5431                 And the last one, in source window.
5432
5433 2006-03-16 [colin]      2.0.0cvs143
5434
5435         * src/compose.c
5436         * src/compose.h
5437                 Fix the same stuff in compose
5438
5439 2006-03-16 [colin]      2.0.0cvs142
5440
5441         * src/messageview.c
5442                 Complete the previous messageview crash fix
5443
5444 2006-03-16 [colin]      2.0.0cvs141
5445
5446         * src/procmsg.h
5447         * src/procmsg.c
5448         * src/folder.c
5449                 Fix POSTPROCESSING hook
5450                 Patch by H. Merijn Brand
5451
5452         * src/procmime.c
5453         * src/procmime.h
5454                 Parse Content-Location
5455
5456         * src/toolbar.c
5457         * src/messageview.c
5458         * src/messageview.h
5459                 Don't crash when a top-level MessageView has
5460                 been closed on us. Same problematic than
5461                 yesterday's quicksearch issue.
5462
5463 2006-03-15 [colin]      2.0.0cvs140
5464
5465         * src/gtk/quicksearch.c
5466                 Fix a bitchy race we didn't think about when we
5467                 added quicksearch cancellation:
5468                 If the search is not on cached fields, for example
5469                 body_part matchcase "stuff"
5470                 the matcher code has to get the whole message. If
5471                 we're on IMAP, that can be slow, and in order to
5472                 be non-blocking, the IMAP code idle loop processes
5473                 gtk events too. So it is possible to cancel a
5474                 quicksearch while the matcher is getting the mail's
5475                 body. After matcher got its body, it will start to
5476                 iterate over the matcher list that the Quicksearch's
5477                 clear_search_cb() just freed via prepare_matcher().
5478                 SIGSEGV ensues.
5479                 The fix consists of guarding the matcherlist_match()
5480                 call with a boolean 'matching'. If we reset the
5481                 quicksearch while matching is TRUE, we don't free
5482                 the matcherlist anymore like we did, but we set
5483                 another new flag, deferred_free, to TRUE. Then,
5484                 in quicksearch_match(), just after returning from
5485                 matcherlist_match() and unsetting the matching flag,
5486                 we check the deferred_free flag and do the
5487                 prepare_matcher() (which does the matcherlist_free)
5488                 for real, so we free the matcherlist once it's not
5489                 used anymore.
5490                 As all of this runs via the glib main loop, we
5491                 luckily don't need a mutex.
5492         * src/summaryview.c
5493                 Also, show progress while searching.
5494
5495
5496 2006-03-14 [colin]      2.0.0cvs139
5497
5498         * src/alertpanel.c
5499                 Make alertpanel_is_open non-static
5500
5501 2006-03-14 [colin]      2.0.0cvs138
5502
5503         * src/prefs_spelling.c
5504                 Cleanups - Fabien Vantard
5505
5506 2006-03-14 [wwp]        2.0.0cvs137
5507
5508         * src/main.c
5509                 code style normalization (curly braces, indentation).
5510
5511 2006-03-14 [wwp]        2.0.0cvs137
5512
5513         * src/main.c
5514                 code style (braces, indentation)
5515
5516 2006-03-12 [paul]       2.0.0cvs136
5517
5518         * src/prefs_common.c
5519                 trans_hdr defaults to FALSE to be RFC-savvy
5520         * src/prefs_summaries.c
5521                 add a tooltip to the trans_hdr option
5522                 
5523
5524 2006-03-12 [paul]       2.0.0cvs135
5525
5526         * src/prefs_matcher.c
5527                 give a little more width to the combos
5528         * src/prefs_display_header.c
5529         * src/textview.c
5530                 translate headers if prefs_common.trans_hdr
5531                 is TRUE
5532
5533         Patches by Pawel Pekala
5534
5535 2006-03-12 [paul]       2.0.0cvs134
5536
5537         * src/plugins/clamav/clamav_plugin.c
5538         * src/plugins/dillo_viewer/dillo_viewer.c
5539         * src/plugins/pgpcore/plugin.c
5540         * src/plugins/pgpinline/plugin.c
5541         * src/plugins/pgpmime/plugin.c
5542         * src/plugins/spamassassin/spamassassin.c
5543                 update/add to descriptions
5544         * src/plugins/spamassassin/spamassassin_gtk.c
5545                 fixes to the english, remove superfluous
5546                 tooltips, clean up a little
5547
5548 2006-03-12 [paul]       2.0.0cvs133
5549
5550         * src/compose.c
5551                 fix Bug 924, 'Account combo box shows up wrong 
5552                 if & is in account name'
5553
5554 2006-03-11 [colin]      2.0.0cvs132
5555
5556         * src/summaryview.c
5557                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5558                 messed up shift-selection because is slows down
5559                 moving around summaryview. thanks -users
5560
5561 2006-03-10 [colin]      2.0.0cvs131
5562
5563         * src/plugins/spamassassin/spamassassin_gtk.c
5564                 Put back Paul's engrish fixes
5565
5566 2006-03-10 [colin]      2.0.0cvs130
5567
5568         * src/plugins/spamassassin/spamassassin.c
5569         * src/plugins/spamassassin/spamassassin.h
5570         * src/plugins/spamassassin/spamassassin_gtk.c
5571                 Cleanup SA prefs page (more)
5572                 Patch by Fabien Vantard
5573
5574 2006-03-10 [paul]       2.0.0cvs129
5575
5576         * src/prefs_msg_colors.c
5577         * src/prefs_spelling.c
5578                 widget sensitivity
5579
5580 2006-03-09 [mones]      2.0.0cvs128
5581
5582         * po/es.po
5583                 Update for next RC
5584
5585 2006-03-09 [wwp]        2.0.0cvs127
5586
5587         * configure.ac
5588                 revert accidental commit (requirement for libetpan 0.43), this time
5589                 not in HEAD.
5590
5591 2006-03-09 [wwp]        2.0.0cvs125
5592
5593         * configure.ac
5594                 revert accidental commit (requirement for libetpan 0.43)
5595
5596 2006-03-09 [paul]       2.0.0cvs126
5597
5598         * src/prefs_receive.c
5599                 remove useless frame
5600                 replace 'incorporation' with 'receiving'
5601         * src/plugins/clamav/clamav_plugin_gtk.c
5602         * src/plugins/spamassassin/spamassassin_gtk.c
5603                 improve widget sensitivity
5604                 fix a bit his engrish
5605
5606 2006-03-09 [wwp]        2.0.0cvs125
5607
5608         * src/addressadd.c
5609         * src/foldersel.c
5610         * src/prefs_common.c
5611         * src/prefs_common.h
5612                 remember some more windows' sizes (add to addressbook and
5613                 select folder).
5614
5615 2006-03-09 [paul]       2.0.0cvs124
5616
5617         * src/plugins/pgpcore/prefs_gpg.c
5618                 normalise construction of dialogue
5619
5620 2006-03-09 [paul]       2.0.0cvs123
5621
5622         * src/plugins/trayicon/Makefile.am
5623                 add missing slash
5624
5625 2006-03-08 [colin]      2.0.0cvs122
5626
5627         * src/plugins/trayicon/Makefile.am
5628                 Fix build in separate dir 
5629                 Patch by Bamanzi <bamanzi@gmail.com>
5630
5631 2006-03-08 [colin]      2.0.0cvs121
5632
5633         * src/procmsg.c
5634                 Batch move and copies from summaryview with delayed execution
5635                 too
5636
5637 2006-03-07 [paul]       2.0.0cvs120
5638
5639         * src/common/utils.c
5640                 fix highlighting of URIs containing "()"
5641                 Patch by Pawel Pekala
5642
5643 2006-03-07 [paul]       2.0.0cvs119
5644
5645         * src/folder.c
5646         * src/folder.h
5647         * src/folderview.c
5648                 immediately do alphabetical resort when
5649                 changing a folder's name
5650                 Patch by Pawel Pekala
5651
5652 2006-03-07 [paul]       2.0.0cvs118
5653
5654         * src/news.c
5655         * src/news_gtk.c
5656                 when unsubscribing a newsgroup, remove the
5657                 folder and msgs in .sylpheed-claws/newscache
5658                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5659
5660 2006-03-07 [paul]       2.0.0cvs117
5661
5662         * src/textview.c
5663                 fix wrong Fake URL Warning
5664                 Thanks to Hiro
5665
5666 2006-03-07 [colin]      2.0.0cvs116
5667
5668         * src/imap.c
5669                 Return immediately when password dialog was
5670                 cancelled
5671         * src/gtk/inputdialog.c
5672                 Allow empty strings for passwords
5673
5674
5675 2006-03-06 [colin]      2.0.0cvs115
5676
5677         * src/imap.c
5678                 Prevent double-timeouts when connection fails
5679
5680 2006-03-06 [colin]
5681
5682         2.0.1-rc1 released
5683
5684 2006-03-06 [colin]      2.0.0cvs114
5685
5686         * src/imap.c
5687                 Refresh session during potentially long
5688                 operations
5689
5690 2006-03-06 [wwp]        2.0.0cvs113
5691
5692         * src/prefs_msg_colors.h
5693                 forgot that one (custom color labels).
5694
5695 2006-03-06 [wwp]        2.0.0cvs112
5696
5697         * src/prefs_common.c
5698         * src/prefs_common.h
5699         * src/prefs_msg_colors.c
5700         * src/summaryview.c
5701         * src/summaryview.h
5702         * src/gtk/colorlabel.c
5703         * src/gtk/colorlabel.h
5704                 colors in messages list are now customizable. Color values and names can
5705                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5706                 Thanks to Paul and Colin for their help with this longstanding patch!
5707
5708 2006-03-06 [wwp]        2.0.0cvs111
5709
5710         * src/textview.c
5711                 don't crash if (x)face is bad.
5712
5713 2006-03-05 [paul]       2.0.0cvs110
5714
5715         * AUTHORS
5716         * configure.ac
5717         * src/Makefile.am
5718         * src/common/Makefile.am
5719         * src/common/utils.h
5720         * src/etpan/imap-thread.c
5721         * src/gtk/authors.h
5722         * src/plugins/clamav/Makefile.am
5723         * src/plugins/demo/Makefile.am
5724         * src/plugins/dillo_viewer/Makefile.am
5725         * src/plugins/pgpcore/Makefile.am
5726         * src/plugins/pgpcore/passphrase.c
5727         * src/plugins/pgpinline/Makefile.am
5728         * src/plugins/pgpmime/Makefile.am
5729         * src/plugins/spamassassin/Makefile.am
5730         * src/plugins/trayicon/Makefile.am
5731                 fix builiding on cygwin
5732                 Patch by Ralgh Young <bamanzi@gmail.com>
5733
5734 2006-03-04 [wwp]        2.0.0cvs109
5735
5736         * manual/keyboard.xml
5737                 fix mixed up/down keys.
5738
5739 2006-03-04 [wwp]        2.0.0cvs108
5740
5741         * README
5742         * INSTALL
5743                 updated links to SpamAssassin.
5744
5745 2006-03-04 [wwp]        2.0.0cvs107
5746
5747         * manual/plugins.xml
5748         * src/plugins/spamassassin/README
5749                 updated SpamAssassin plugin docs to reflect new functional additions
5750                 (also fix/update/documents few technical stuff more, see the README).
5751
5752 2006-03-04 [wwp]        2.0.0cvs106
5753
5754         * src/prefs_message.c
5755                 normalized capitalization of message-prefs paths.
5756
5757 2006-03-04 [wwp]        2.0.0cvs105
5758
5759         * manual/advanced.xml
5760                 typo.
5761
5762 2006-03-03 [colin]      2.0.0cvs104
5763
5764         * src/plugins/clamav/clamav_plugin_gtk.c
5765                 Rework prefs page, patch by Fabien 
5766
5767 2006-03-03 [colin]      2.0.0cvs103
5768
5769         * src/plugins/clamav/clamav_plugin.c
5770                 Set error on all errors
5771
5772 2006-03-03 [colin]      2.0.0cvs102
5773
5774         * src/common/plugin.c
5775                 Initialize error to avoid crashing when a plugin fails
5776                 without setting error
5777
5778 2006-03-02 [wwp]        2.0.0cvs101
5779
5780         * configure.ac
5781                 fixed linker flags for libetpan support on Cygwin
5782                 (thanks to H.Merijn Brand).
5783
5784 2006-03-02 [wwp]        2.0.0cvs100
5785
5786         * src/addressbook.c
5787                 fix some AB error messages: one for punctuation and
5788                 one wrongly duplicate (thanks, maxbritov).
5789
5790 2006-03-02 [wwp]        2.0.0cvs99
5791
5792         * src/plugins/spamassassin/spamassassin.c
5793                 make sync calls to sa-learn/spamc to prevent
5794                 system (whatever local or client/server) overload.
5795
5796 2006-03-02 [colin]      2.0.0cvs98
5797
5798         * src/summaryview.c
5799                 Put the spam icon in the status column instead of the
5800                 mark one
5801
5802 2006-03-01 [colin]      2.0.0cvs97
5803
5804         * src/plugins/spamassassin/spamassassin.c
5805                 Fix segfault (g_file_set_contents fails for some 
5806                 reason and err==0x2f. Can't find out why with
5807                 valgrind, using working function :-)
5808
5809 2006-03-01 [colin]      2.0.0cvs96
5810
5811         * src/inc.c
5812                 Offline overriding: let 'No' be cached only 3 seconds
5813
5814 2006-03-01 [colin]      2.0.0cvs95
5815
5816         * src/addr_compl.c
5817         * src/addrbook.c
5818         * src/addressbook.c
5819         * src/addrindex.c
5820         * src/folder_item_prefs.c
5821         * src/headerview.c
5822         * src/imap.c
5823         * src/inc.c
5824         * src/ldif.c
5825         * src/mainwindow.c
5826         * src/mh.c
5827         * src/msgcache.c
5828         * src/prefs_common.h
5829         * src/prefs_msg_colors.c
5830         * src/procheader.c
5831         * src/procheader.h
5832         * src/procmime.c
5833         * src/procmsg.c
5834         * src/procmsg.h
5835         * src/send_message.h
5836         * src/simple-gettext.c
5837         * src/summaryview.c
5838         * src/summaryview.h
5839         * src/syldap.c
5840         * src/textview.c
5841         * src/undo.c
5842         * src/common/ssl_certificate.c
5843         * src/common/utils.c
5844         * src/gtk/colorsel.c
5845         * src/gtk/gtksctree.c
5846         * src/gtk/gtkshruler.c
5847         * src/plugins/trayicon/trayicon.c
5848                 #if 0 goes to /dev/null
5849
5850 2006-03-01 [colin]      2.0.0cvs94
5851
5852         * src/compose.c
5853         * src/imap.c
5854         * src/inc.c
5855         * src/inc.h
5856         * src/messageview.c
5857         * src/news.c
5858         * src/plugins/spamassassin/spamassassin.c
5859                 Allow to add information in the "working offline"
5860                 window
5861
5862 2006-03-01 [wwp]        2.0.0cvs93
5863
5864         * src/plugins/spamassassin/spamassassin.c
5865                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5866                 'cause it seems that calling `spamc ... < inputfile` with
5867                 g_spawn_(a)sync simply.. erm doesn't work :-).
5868
5869 2006-03-01 [wwp]        2.0.0cvs92
5870
5871         * src/toolbar.c
5872         * src/toolbar.h
5873                 simplify the adding of spam/ham button to the messageview toolbar
5874                 (it gets more clear now that the same button will be "Mark as spam"
5875                 or "Mark as ham" according to the current message status,
5876                 thanks to Colin).
5877
5878 2006-03-01 [wwp]        2.0.0cvs91
5879
5880         * src/messageview.c
5881         * src/procmsg.c
5882         * src/procmsg.h
5883         * src/summaryview.c
5884         * src/plugins/spamassassin/spamassassin.c
5885         * src/plugins/spamassassin/spamassassin.h
5886                 make learner callbacks return a status (0 for ok),
5887                 handle it in main code to avoid setting flags when learning failed,
5888                 don't learn on TCP if offline in spamassassin,
5889                 thanks to Colin.
5890
5891                 
5892
5893 2006-03-01 [wwp]        2.0.0cvs90
5894
5895         * src/compose.c
5896                 some work around the compose window's account menu,
5897                 patch by Fabien Vantard.
5898
5899 2006-03-01 [wwp]        2.0.0cvs89
5900
5901         * src/plugins/spamassassin/spamassassin.c
5902                 fixed bad logics, was using spamc in local mode and sa-learn
5903                 in remote mode (thanks, Colin).
5904
5905 2006-03-01 [wwp]        2.0.0cvs88
5906
5907         * src/plugins/spamassassin/spamassassin.c
5908         * src/plugins/spamassassin/spamassassin.h
5909         * src/plugins/spamassassin/spamassassin_gtk.c
5910                 made processing of emails w/ sa-plugin an option (default is TRUE),
5911                 fixed Engrish some tooltips, capitalization of some debug messages
5912                 and warnings. The spamassassin plugin now provides two separate
5913                 services: process emails upon incorporation and spamd training.
5914                 Both services (un)register independently but use some common
5915                 plugin settings (transport settings, spam storage location).
5916
5917 2006-02-28 [wwp]        2.0.0cvs87
5918
5919         * src/plugins/spamassassin/spamassassin.c
5920                 fix async flag to spamc cmdline execution (batch exec should
5921                 be asynchronous).
5922
5923 2006-02-27 [wwp]        2.0.0cvs86
5924
5925         * src/plugins/spamassassin/spamassassin.c
5926         * src/plugins/spamassassin/spamassassin.h
5927         * src/plugins/spamassassin/spamassassin_gtk.c
5928                 - added the ability to learn a remote spamassassin server (spamd),
5929                 using spamc.
5930                 - added the spamassassin option 'username', that applies to all
5931                 spamassassin operations (filtering, learning, local or remote).
5932                 The default username is the current unix user (if left blank
5933                 from gtk prefs or config file).
5934                 - commented out some unused code (notebook widget), removed unused
5935                 layout (hbox1).
5936                 - make more widgets sensitive to the transport type.
5937
5938 2006-02-27 [colin]      2.0.0cvs85
5939
5940         * src/plugins/spamassassin/spamassassin.c
5941                 Fix sa-learn call when offline
5942
5943 2006-02-27 [colin]      2.0.0cvs84
5944
5945         * configure.ac
5946         * src/Makefile.am
5947         * src/mainwindow.c
5948         * src/mainwindow.h
5949         * src/messageview.c
5950         * src/messageview.h
5951         * src/prefs_toolbar.c
5952         * src/procmsg.c
5953         * src/stock_pixmap.c
5954         * src/stock_pixmap.h
5955         * src/summaryview.c
5956         * src/toolbar.c
5957         * src/toolbar.h
5958         * src/pixmaps/ham_btn.xpm
5959         * src/pixmaps/spam.xpm
5960         * src/pixmaps/spam_btn.xpm
5961         * src/plugins/spamassassin/spamassassin.c
5962                 Add button in toolbar for spam learning
5963                 Fix a few bugs from the last related commit
5964                 Revert 1.9.6cvs23 which messed up shift-selection
5965
5966 2006-02-24 [colin]      2.0.0cvs83
5967
5968         * src/procmsg.c
5969         * src/summaryview.c
5970         * src/summaryview.h
5971         * src/plugins/spamassassin/spamassassin.c
5972         * src/plugins/spamassassin/spamassassin.h
5973         * src/plugins/spamassassin/spamassassin_gtk.c
5974                 Unregister learner when spamassassin is either
5975                 disabled or over tcp
5976
5977 2006-02-24 [colin]      2.0.0cvs82
5978
5979         * src/Makefile.am
5980         * src/mainwindow.c
5981         * src/mainwindow.h
5982         * src/procmsg.c
5983         * src/procmsg.h
5984         * src/stock_pixmap.c
5985         * src/stock_pixmap.h
5986         * src/summaryview.c
5987         * src/summaryview.h
5988         * src/gtk/icon_legend.c
5989         * src/pixmaps/spam.xpm  ** NEW FILE **
5990         * src/plugins/spamassassin/spamassassin.c
5991         * src/plugins/spamassassin/spamassassin_gtk.c
5992                 Add spam learning interface (Mark/Mark as 
5993                 (spam|ham) menus)
5994
5995 2006-02-24 [wwp]        2.0.0cvs81
5996
5997         * src/compose.c
5998         * src/compose.h
5999         * src/filtering.c
6000                 hide compose window when sending message in batch mode
6001                 (filtering: forward and redirect). Also fixed a wrong
6002                 value returned when sending failed, neutral anyway.
6003                 (Colin, me) 
6004
6005 2006-02-24 [wwp]        2.0.0cvs80
6006
6007         * src/mainwindow.c
6008                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6009
6010 2006-02-24 [paul]       2.0.0cvs79
6011
6012         * src/news.c
6013         * src/news.h
6014         * src/news_gtk.c
6015                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6016                 Thanks to Colin
6017
6018 2006-02-23 [colin]      2.0.0cvs78
6019
6020         * src/alertpanel.c
6021                 Change OK to Close in alertpanel with View log
6022                 button; add accel to View log. Patch by Fabien
6023                 Vantard
6024
6025 2006-02-23 [wwp]        2.0.0cvs77
6026
6027         * src/compose.c
6028                 silly me, there were much more tests to perform, since toolbars can
6029                 really have down to 1 element only.
6030
6031 2006-02-23 [wwp]        2.0.0cvs76
6032
6033         * commitHelper
6034                 fixed indentation from my previous commit. Fallback to VISUAL if
6035                 EDITOR is not set (and to vi, at last resort).
6036
6037 2006-02-23 [wwp]        2.0.0cvs75
6038
6039         * commitHelper
6040                 improved error detection (Colin, me).
6041
6042 2006-02-23 [wwp]        2.0.0cvs74
6043
6044         * src/prefs_toolbar.c
6045                 simplify and fix prefs/toolbars layouting. Combos' contents can
6046                 now be really displayed.
6047
6048 2006-02-23 [wwp]        2.0.0cvs73
6049         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6050         be really displayed.
6051
6052 2006-02-22 [wwp]        2.0.0cvs72
6053
6054         * src/compose.c
6055                 fix a typo in my previous commit (sorry!).
6056
6057 2006-02-22 [wwp]        2.0.0cvs71
6058
6059         * src/prefs_toolbar.c
6060                 fix a crash when adding separators to toolbars,
6061                 also fix some separator item information.
6062
6063 2006-02-22 [wwp]        2.0.0cvs70
6064
6065         * src/compose.c
6066                 fix a crash when redirecting (for instance) when compose window's
6067                 toolbar contents has been customized (when some buttons have been
6068                 removed in fact).
6069
6070 2006-02-21 [wwp]        2.0.0cvs69
6071
6072         * src/summaryview.c
6073         * src/gtk/pluginwindow.c
6074         * src/plugins/pgpcore/prefs_gpg.c
6075                 fix some compilation warnings (feat. remains of removed code).
6076
6077 2006-02-21 [wwp]        2.0.0cvs68
6078
6079         * src/gtk/gtkutils.c
6080                 fix two compilation issues, thanks to Stephan Sachse.
6081
6082 2006-02-20 [colin]      2.0.0cvs67
6083
6084         * src/mainwindow.c
6085                 Don't reselect displayed mail on refocus
6086                 This fixes actions misbehaving 
6087
6088 2006-02-20 [wwp]        2.0.0cvs66
6089
6090         * src/summaryview.c
6091         * src/gtk/gtksctree.c
6092         * src/gtk/gtkshruler.c
6093                 changed more runtime typecast checks.
6094
6095 2006-02-20 [wwp]        2.0.0cvs65
6096
6097         * src/summary_search.c
6098                 find all - summaryview refresh issue fixed, thanks to Colin.
6099
6100 2006-02-20 [wwp]        2.0.0cvs64
6101
6102         * src/gtk/gtkutils.c
6103                 better runtime typecast checks.
6104
6105 2006-02-20 [wwp]        2.0.0cvs63
6106
6107         * src/summary_search.c
6108                 enhancements to the summary search:
6109                         - add the ability to stop the running search
6110                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6111                         - don't search if no criteria (From/To/Subject/Body) is set
6112                         - ensure that a busy mouse pointer is always shown when searching,
6113                           show it even a bit earlier
6114
6115 2006-02-19 [colin]      2.0.0cvs62
6116
6117         * src/compose.c
6118         * src/imap.c
6119         * src/etpan/imap-thread.c
6120         * src/etpan/imap-thread.h
6121                 (Future) IMAP speed improvement on sending
6122                 Will require a libetpan update
6123         * src/summaryview.c
6124         * src/gtk/quicksearch.c
6125                 Make quicksearch clearable while running.
6126
6127 2006-02-17 [colin]      2.0.0cvs61
6128
6129         * src/imap.c
6130         * src/etpan/imap-thread.c
6131         * src/etpan/imap-thread.h
6132                 Check for IMAP certificates
6133                 ** Requires libetpan-0.42-cvs4 
6134                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6135
6136 2006-02-17 [colin]      2.0.0cvs60
6137
6138         * src/messageview.c
6139         * src/prefs_common.c
6140         * src/prefs_common.h
6141         * src/prefs_message.c
6142                 Add pref to display HTML-only mails with plugin, 
6143                 if possible (defaulting to FALSE of course).
6144
6145 2006-02-16 [colin]      2.0.0cvs59
6146
6147         * src/main.c
6148         * src/common/plugin.c
6149         * src/common/plugin.h
6150         * src/gtk/pluginwindow.c
6151                 Keep track of requested (but unloaded) plugins
6152                 in some error cases.
6153
6154 2006-02-16 [wwp]        2.0.0cvs58
6155
6156         * src/gtk/gtkaspell.c
6157         * src/gtk/gtkaspell.h
6158         * src/prefs_spelling.c
6159         * src/compose.c
6160         * src/prefs_common.c
6161         * src/prefs_common.h
6162                 implemented new optional spellchecker behaviour: re-check message when
6163                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6164
6165 2006-02-16 [wwp]        2.0.0cvs57
6166
6167         * src/quote_fmt_parse.y
6168                 pclose popen'ed pipe.
6169
6170 2006-02-15 [colin]      2.0.0cvs56
6171
6172         * src/mimeview.c
6173         * src/mimeview.h
6174                 Let MimeViewers know which MimeView they
6175                 depend of.
6176         * src/summaryview.c
6177                 Swap From/To columns in Sent/Queue/Drafts
6178                 folders
6179         * src/etpan/imap-thread.c
6180                 Use mailstream_low_tls_open() for STARTTLS
6181                 instead of mailstream_low_ssl_open()
6182                 ** REQUIRES libetpan 0.42cvs3 **
6183
6184 2006-02-15 [wwp]        2.0.0cvs55
6185
6186         * src/compose.c
6187         * src/compose.h
6188         * src/message_search.c
6189         * src/message_search.h
6190         * src/textview.c
6191         * src/gtk/gtkutils.c
6192         * src/gtk/gtkutils.h
6193                 added the ability to Find text in the compose window (and a bit
6194                 of code factorization).
6195
6196 2006-02-15 [wwp]        2.0.0cvs54
6197
6198         * src/prefs_gtk.c
6199                 yet another one file was missing (fix for some widgets' sensitivity).
6200                 Thanks Colin!
6201
6202 2006-02-15 [wwp]        2.0.0cvs53
6203
6204         * src/prefs_gtk.h
6205                 oops forgot that file (fix for some widgets' sensitivity).
6206
6207 2006-02-15 [wwp]        2.0.0cvs52
6208
6209         * src/summary_search.c
6210                 implemented advanced summary search options (added the ability
6211                 to use matcher conditions in an advanced search mode).
6212
6213 2006-02-15 [wwp]        2.0.0cvs51
6214
6215         * src/plugins/pgpcore/prefs_gpg.c
6216         * src/prefs_account.c
6217                 fix some widget sensitivity, mostly around some labels in
6218                 account prefs.
6219
6220 2006-02-15 [paul]       2.0.0cvs50
6221
6222         * manual/advanced.xml
6223                 improve Templates info
6224                 written by wwp
6225
6226 2006-02-14 [colin]      2.0.0cvs49
6227
6228         * src/pixmaps/address_book.xpm
6229         * src/pixmaps/preferences.xpm
6230         * src/pixmaps/properties.xpm
6231                 Fix pixmap size - patch by Fabien Vantard
6232
6233 2006-02-13 [colin]      2.0.0cvs48
6234
6235         * src/procmime.c
6236                 Add missing fclose()s on error
6237         * src/textview.c
6238                 Remove unused code
6239         * src/common/utils.c
6240                 Fix temp files not being deleted on windows
6241         Patches by Thomas Gilgin
6242
6243 2006-02-13 [colin]      2.0.0cvs47
6244
6245         * src/mainwindow.c
6246                 Fix exit crash
6247
6248 2006-02-13 [wwp]        2.0.0cvs46
6249
6250         * src/plugins/pgpcore/prefs_gpg.c
6251                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6252
6253 2006-02-12 [colin]      2.0.0cvs45
6254
6255         * src/folderview.c
6256         * src/main.c
6257         * src/mainwindow.c
6258                 Fix "stuff" when quitting
6259
6260 2006-02-12 [wwp]        2.0.0cvs44
6261
6262         * src/prefs_themes.c
6263                 fix typos in debug messages.
6264
6265 2006-02-11 [colin]      2.0.0cvs43
6266
6267         * src/summaryview.c
6268                 don't allow drag/drop from ourself
6269
6270 2006-02-10 [wwp]        2.0.0cvs42
6271
6272         * src/exporthtml.c
6273         * src/html.c
6274         * src/html.h
6275         * src/procmime.c
6276         * src/textview.c
6277                 renamed html_ prefixed functions and data structures to avoid
6278                 namespace clashes w/ other software (gtkhtml2 for instance).
6279                 Closes bug #907.
6280
6281
6282 2006-02-09 [colin]      2.0.0cvs41
6283
6284         * src/summaryview.c
6285                 Fix shitty logic messed up. Thanks Ticho for the hint!
6286
6287 2006-02-09 [wwp]        2.0.0cvs40
6288
6289         * src/gtk/about.c
6290         * src/compose.c
6291         * src/prefs_account.c
6292         * src/prefs_gtk.h
6293         * src/editaddress.c
6294                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6295                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6296                 Browse buttons in accounts prefs.
6297
6298 2006-02-09 [colin]      2.0.0cvs39
6299
6300         * src/matcher.c
6301                 Check for pointer before using its members
6302         * src/gtk/gtksourceprintjob.c
6303                 Fix a wrong warning
6304
6305 2006-02-09 [wwp]        2.0.0cvs38
6306
6307         * src/gtk/filesel.c
6308                 fix few compiler warnings (type mismatch).
6309
6310 2006-02-09 [paul]       2.0.0cvs37
6311
6312         * po/fr.po
6313                 updated by Fabien Vantard
6314
6315 2006-02-08 [colin]      2.0.0cvs36
6316
6317         * src/prefs_common.c
6318         * src/common/defs.h
6319         * src/common/plugin.c
6320                 allow windows and linux configurations to coexist
6321                 patch by Thomas Gilgin
6322
6323 2006-02-08 [colin]      2.0.0cvs35
6324
6325         * src/filtering.c
6326         * src/matcher.c
6327         * src/matcher.h
6328         * src/matcher_parser_parse.y
6329         * src/prefs_filtering_action.c
6330         * src/prefs_matcher.c
6331                 Add the "Ignore thread" filtering
6332                 action
6333
6334 2006-02-08 [colin]      2.0.0cvs34
6335
6336         * src/compose.c
6337         * src/procmime.c
6338         * src/procmime.h
6339                 Fix bug #905 (damaged attachment)
6340                 text files with raw \0's aren't really text files
6341         FOR_STABLE
6342
6343 2006-02-08 [colin]      2.0.0cvs33
6344
6345         * src/summaryview.c
6346                 Fix crasher introduced yesterday
6347
6348 2006-02-08 [wwp]        2.0.0cvs32
6349
6350         * src/compose.c
6351         * src/compose.h
6352                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6353
6354 2006-02-08 [wwp]        2.0.0cvs31
6355
6356         * src/prefs_template.c
6357                 templates enhancement: allow address completion for Cc and Bcc fields
6358                 (it was currently possible for the To field only)
6359
6360 2006-02-08 [colin]      2.0.0cvs30
6361
6362         * src/compose.c
6363                 Don't unblock if not blocked
6364         FOR_STABLE
6365
6366 2006-02-07 [colin]      2.0.0cvs29
6367
6368         * src/action.c
6369                 Forgot to refresh summaryview
6370
6371 2006-02-07 [colin]      2.0.0cvs28
6372
6373         * src/action.c
6374                 Freeze/thaw message list and folder list while
6375                 processing %as{} actions 
6376         * src/compose.c
6377                 Fix auto-wrap disabling after a middle-click
6378                 paste - FOR_STABLE
6379
6380 2006-02-07 [paul]       2.0.0cvs27
6381
6382         * src/folder.c
6383                 fix freeing of uninitialised pointers
6384                 Thanks to Colin
6385
6386 2006-02-06 [colin]      2.0.0cvs26
6387
6388         * src/folder.c
6389                 Use g_slist_prepend in potentially big list
6390
6391 2006-02-06 [colin]      2.0.0cvs25
6392
6393         * src/folder.c
6394                 Completely skip processing if it doesn't 
6395                 exist (faster!)
6396
6397 2006-02-06 [colin]      2.0.0cvs24
6398
6399         * src/folder.c
6400         * src/summaryview.c
6401                 Batch filtering in summaryview (from Tools menu)
6402                 and pre/post//-processing too
6403
6404 2006-02-06 [colin]      2.0.0cvs23
6405
6406         * src/procmsg.h
6407         * src/filtering.c
6408                 Use a special field for batch filtering instead
6409                 of stepping on deferred execution's toes
6410
6411 2006-02-06 [colin]      2.0.0cvs22
6412
6413         * src/action.c
6414         * src/filtering.c
6415         * src/filtering.h
6416         * src/folder.c
6417         * src/summaryview.c
6418                 Fix filtering via menus and actions
6419
6420 2006-02-06 [colin]      2.0.0cvs21
6421
6422         * src/imap.c
6423                 Put the added file directly to cache if possible (will work
6424                 with next libetpan)
6425         * src/filtering.c
6426         * src/filtering.h
6427         * src/inc.c
6428         * src/folder.c
6429         * src/mbox.c
6430         * src/procmsg.h
6431                 Move and copy filtered messages by batches instead of one
6432                 by one - faster on IMAP
6433         * src/procmsg.c
6434                 Add a function that'll possibly be useful later
6435
6436 2006-02-06 [colin]      2.0.0cvs20
6437
6438         * src/addressbook.c
6439                 Use internal mime-type instead of text/plain for d'n'd
6440         * src/compose.c
6441                 Allow attaching files from mimeview's icon list via d'n'd
6442         * src/folderview.c
6443         * src/folderview.h
6444                 Use internal mime-type instead of text/plain for d'n'd
6445                 Don't try to selected opened folder if none is
6446                 Factorize d'n'd from other apps code
6447         * src/headerview.c
6448         * src/textview.c
6449         * src/gtk/gtkutils.c
6450         * src/gtk/gtkutils.h
6451                 Factorize Face/X-Face stuff
6452         * src/mimeview.c
6453                 Fix d'n'd to other apps
6454         * src/prefs_message.c
6455                 Let the XFace pref be usable without libcompface as it also
6456                 applies to Face
6457         * src/summaryview.c
6458                 Fix d'n'd to other apps
6459                 Factorize d'n'd from other apps code
6460
6461 2006-02-06 [wwp]        2.0.0cvs19
6462
6463         * po/it.po
6464                 Italian translation fixes by Andrea Spadaccini (no more confusion
6465                 between filtering and processing, and few changes in the About
6466                 dialog).
6467
6468
6469 2006-02-06 [mones]      2.0.0cvs18
6470
6471         * src/gtk/icon_legend.c
6472                 Improved descriptions allowing better translations
6473
6474 2006-02-05 [colin]      2.0.0cvs17
6475
6476         * src/imap.c
6477                 Add the f*cking missing expunge that caused imap_fetch_env
6478                 to fail after an add_msgs ! :-///
6479         * src/etpan/imap-thread.c
6480                 Add a bit of debug
6481         FOR_STABLE
6482
6483 2006-02-05 [colin]      2.0.0cvs16
6484
6485         * src/common/utils.c
6486                 Don't check for return-path (or we can't put
6487                 back non-sent mails)
6488
6489 2006-02-05 [colin]      2.0.0cvs15
6490
6491         * src/textview.c
6492                 Don't try to display Face header in textview
6493                 when teh headerview's active
6494
6495 2006-02-05 [colin]      2.0.0cvs14
6496
6497         * tools/tbird2syl.py
6498         * tools/Makefile.am
6499                 Add script to import Thunderbird mails
6500
6501 2006-02-05 [colin]      2.0.0cvs13
6502
6503         * src/headerview.c
6504         * src/procheader.c
6505         * src/procmsg.c
6506         * src/procmsg.h
6507         * src/textview.c
6508                 Show Face headers - patch partially by Klaus Flittner
6509
6510 2006-02-05 [colin]      2.0.0cvs12
6511
6512         * src/folderview.c
6513         * src/summaryview.c
6514         * src/common/utils.c
6515         * src/common/utils.h
6516                 Let dnd work from mime icons to summaryview
6517                 and to folderview too
6518                 Add a crude test to avoid trying to add files
6519                 drag'n'dropped when they're not mails
6520
6521 2006-02-04 [colin]      2.0.0cvs11
6522
6523         * src/summaryview.c
6524         * src/mimeview.c
6525                 Fix utf8 conversion
6526
6527 2006-02-04 [colin]      2.0.0cvs10
6528
6529         * src/compose.c
6530         * src/folderview.c
6531         * src/mimeview.c
6532         * src/summaryview.c
6533         * src/summaryview.h
6534                 Added various drag and drop capas:
6535                 From                    To
6536                 summaryview             other apps
6537                 mimeview icons          other apps
6538                 other apps              summaryview
6539                 other apps              folderview
6540
6541                 This shouldn't have broken the existing:
6542                 From                    To
6543                 summaryview             folderview
6544                 folderview              folderview
6545                 summaryview             compose's attachments
6546
6547         Tests welcomed.
6548
6549 2006-02-02 [paul]       2.0.0cvs9
6550
6551         * src/mainwindow.c
6552                 move global option 'Set displayed columns...' out
6553                 of folder option grouping.
6554                 fix sensitivity of 'harvest addresses'
6555         FOR_STABLE
6556
6557 2006-02-01 [colin]      2.0.0cvs8
6558
6559         * src/mimeview.c
6560                 Revert the alertpanel patch, it sucks (intrusive
6561                 and gets in the way of "open")
6562
6563 2006-02-01 [colin]      2.0.0cvs7
6564
6565         * src/compose.c
6566         * src/prefs_account.c
6567         * src/prefs_common.c
6568         * src/common/defs.h
6569         * src/common/utils.c
6570         * src/common/utils.h
6571                 Add ability to edit the signature file
6572                 from the account preferences, and use
6573                 a default for the text editor.
6574                 Patch by Fabien Vantard
6575
6576 2006-02-01 [colin]      2.0.0cvs6
6577
6578         * src/mimeview.c
6579                 Try to get mime type by extension if it is
6580                 application/octet-stream
6581                 Display a window with possible choices when
6582                 encountering unknown mime types
6583         * src/gtk/filesel.c
6584         * src/gtk/filesel.h
6585                 Add preview
6586                 Allow multiple selection in filtered filesel
6587                 (patch by Fabien Vantard)
6588         * src/gtk/pluginwindow.c
6589                 Use it (patch by Fabien Vantard)
6590
6591 2006-02-01 [paul]       2.0.0cvs5
6592
6593         * src/jpilot.c
6594                 fix crash on creating jpilot address book
6595                 Thanks to Colin - FOR_STABLE
6596         * src/prefs_summaries.c
6597         * src/prefs_wrapping.c
6598         * src/gtk/icon_legend.c
6599         * src/gtk/quicksearch.c
6600                 string fixes and additions
6601
6602 2006-02-01 [paul]       2.0.0cvs4
6603
6604         * src/compose.c
6605         * src/mainwindow.c
6606         * src/messageview.c
6607         * src/prefs_send.c
6608                 add Arabic encoding option
6609                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6610
6611 2006-01-31 [colin]      2.0.0cvs3
6612
6613         * src/plugins/pgpcore/passphrase.c
6614                 Convert passphrase to locale encoding
6615         * src/compose.c
6616                 Fix drafting on IMAP. Crappy bug sneaked in
6617                 the release :-/
6618         FOR_STABLE
6619
6620 2006-01-30 [paul]       2.0.0cvs2
6621
6622         * src/gtk/icon_legend.c
6623                 show the new entries
6624
6625 2006-01-30 [colin]      2.0.0cvs1
6626
6627         * src/manual.c
6628                 Check for the file to be present before 
6629                 enabling the menu - FOR_STABLE
6630         * src/gtk/icon_legend.c
6631                 Add folders icons (not all of them, there
6632                 are too much, but the most intriguing ones)
6633
6634 2006-01-30 [paul]       2.0.0
6635
6636         version 2.0.0 released
6637
6638 2006-01-30 [paul]       1.9.100cvs200
6639
6640         * manual/faq.xml
6641         * manual/gpl.xml
6642         * manual/intro.xml
6643         * manual/starting.xml
6644         * manual/sylpheed-claws-manual.xml
6645                 fixes, additions
6646
6647 2006-01-29 [mones]      1.9.100cvs199
6648
6649         * manual/account.xml
6650         * manual/advanced.xml
6651         * manual/glossary.xml
6652                 Some typos fixed, added LDIF term to glossary
6653         * po/es.po
6654                 Fixed leading plus symbol
6655
6656 2006-01-29 [paul]       1.9.100cvs198
6657
6658         * po/fi.po
6659         * po/sk.po
6660                 updated by Tommi Pirinen and Andrej Kacian
6661
6662 2006-01-29 [paul]       1.9.100cvs197
6663
6664         * src/gtk/authors.h
6665                 remove duplicates
6666
6667 2006-01-29 [paul]       1.9.100cvs196
6668
6669         * AUTHORS
6670         * po/nl.po
6671         * src/gtk/authors.h
6672         * tools/claws.i18n.status.pl
6673                 nl translation updated by Tim Dijkstra
6674
6675 2006-01-29 [paul]       1.9.100cvs195
6676
6677         * po/sr.po
6678         * po/sv.po
6679                 updated by Aleksandar Urosevic and Anders Troback
6680
6681 2006-01-28 [colin]      1.9.100cvs194
6682
6683         * src/gtk/gtksourceprintjob.c
6684                 Don't fiddle with PangoLayout when we
6685                 have an image
6686
6687 2006-01-28 [paul]       1.9.100cvs193
6688
6689         * AUTHORS
6690         * po/el.po
6691         * po/zh_CN.po
6692         * src/gtk/authors.h
6693         * tools/claws.i18n.status.pl
6694                 updated translations submitted by Stavros Giannouris
6695                 and Ralgh Young
6696
6697 2006-01-27 [colin]      1.9.100cvs192
6698
6699         * src/summaryview.c
6700         * src/gtk/gtksourceprintjob.c
6701                 Add image printing 
6702                 (libgnomeprint only, of course)
6703
6704 2006-01-27 [paul]       1.9.100cvs191
6705
6706         * po/fr.po
6707         * po/it.po
6708                 updated by Fabien Vantard and Andrea Spadaccini
6709
6710 2006-01-26 [colin]      1.9.100cvs190
6711
6712         * manual/Makefile.am
6713         * configure.ac
6714                 Make building the manual optional 
6715                 (--disable-manual)
6716
6717 2006-01-26 [paul]       1.9.100cvs189
6718
6719         * manual/glossary.xml
6720         * manual/plugins.xml
6721                 edited
6722         * po/en_GB.po
6723                 updated
6724
6725 2006-01-26 [paul]       1.9.100cvs188
6726
6727         * src/prefs_display_header.c
6728         * src/prefs_folder_column.c
6729         * src/prefs_msg_colors.c
6730         * src/prefs_summaries.c
6731         * src/prefs_summary_column.c
6732                 HIGify
6733
6734 2006-01-25 [colin]      1.9.100cvs187
6735
6736         * src/imap.c
6737                 Don't allow moving/copying mails between
6738                 queue/drafts and non-queue/drafts folders
6739                 Fixes bug #897 (message header is resetted 
6740                 if one is copied to Drafts)
6741
6742 2006-01-25 [colin]      1.9.100cvs186
6743
6744         * src/folder.c
6745         * src/mainwindow.c
6746                 Fix subscribed folders not found
6747         * src/compose.c
6748                 Don't try to encode as original mail's charset
6749                 if it's ascii 
6750
6751 2006-01-25 [paul]       1.9.100cvs185
6752
6753         * AUTHORS
6754         * po/Makevars
6755                 updated
6756         * po/de.po
6757         * po/pl.po
6758         * po/pt_BR.po
6759         * po/sr.po
6760                 updates submitted by Stephan Sachse, Emilian Nowak
6761                 and Quar, Frederico Goncalves Guimaraes, and
6762                 Aleksandar Urosevic
6763                 Fix Bug 896, 'PT_BR locale broken'.
6764         * src/gtk/authors.h
6765                 updated
6766
6767 2006-01-24 [mones]      1.9.100cvs184
6768
6769         * manual/glossary.xml
6770                 All current terms finished. Reviewers welcome ;-)
6771         * manual/keyboard.xml
6772                 Fixed column width for pdf output.
6773         * po/es.po
6774                 Updated
6775
6776 2006-01-24 [paul]       1.9.100cvs183
6777
6778         * manual/glossary.xml
6779                 fix id name
6780         * manual/dist/html/Makefile.am
6781         * manual/dist/pdf/Makefile.am
6782         * manual/dist/ps/Makefile.am
6783         * manual/dist/txt/Makefile.am
6784                 fix make deps
6785                 Thanks to Colin
6786
6787 2006-01-24 [mones]      1.9.100cvs182
6788
6789         * manual/glossary.xml
6790                 Nearly finished, some terms missing.
6791
6792 2006-01-23 [paul]       1.9.100cvs181
6793
6794         * manual/dist/html/Makefile.am
6795         * manual/dist/pdf/Makefile.am
6796         * manual/dist/ps/Makefile.am
6797         * manual/dist/txt/Makefile.am
6798         * src/mainwindow.c
6799                 re-enable manual
6800                 Thanks to Colin
6801
6802 2006-01-22 [colin]      1.9.100cvs180
6803
6804         * src/compose.c
6805         * src/gtk/gtkaspell.c
6806                 Don't deselect stuff before right-clicking, with aspell.
6807                 (This prevented right-click Copy, for example).
6808                 Thanks to Clo!
6809
6810 2006-01-22 [paul]       1.9.100cvs179
6811
6812         * src/summary_search.c
6813                 don't fix the widget size as it causes problems
6814                 under localisation.
6815                 Thanks to Emilian Nowak
6816
6817 2006-01-21 [paul]       1.9.100cvs178
6818
6819         * src/prefs_themes.c
6820                 fix broken underlining of label text
6821                 with some translations
6822
6823 2006-01-21 [colin]      1.9.100cvs177
6824
6825         * po/fr.po
6826                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6827
6828 2006-01-20 [colin]      1.9.100cvs176
6829
6830         * configure.ac
6831         * Makefile.am
6832         * manual/Makefile
6833         * manual/dist/html/.cvsignore
6834         * manual/dist/html/Makefile.am
6835         * manual/dist/pdf/.cvsignore
6836         * manual/dist/pdf/Makefile.am
6837         * manual/dist/ps/.cvsignore
6838         * manual/dist/ps/Makefile.am
6839         * manual/dist/txt/.cvsignore
6840         * manual/dist/txt/Makefile.am
6841                 Autotool-ize manual
6842
6843 2006-01-20 [paul]       1.9.100cvs175
6844
6845         * manual/handling.xml
6846                 make Filtering and Searching entries easier to find
6847         * manual/keyboard.xml
6848                 add the remaining default keybinds
6849         * src/prefs_summaries.c
6850                 update the default keybinds
6851
6852 2006-01-20 [paul]       1.9.100cvs174
6853
6854         * src/addressbook.c
6855         * src/addrgather.c
6856         * src/addrharvest.c
6857         * src/editaddress.c
6858         * src/editgroup.c
6859         * src/exphtmldlg.c
6860         * src/expldifdlg.c
6861         * src/exporthtml.c
6862         * src/exportldif.c
6863         * src/ldif.c
6864                 replace 'e-mail' with 'email'
6865         * src/summary_search.c
6866                 add mnemonic to "Find all" button
6867
6868 2006-01-20 [wwp]        1.9.100cvs173
6869
6870         * src/export.c
6871         * src/import.c
6872                 touched mbox import/export buttons for HIG-compliance
6873
6874 2006-01-19 [paul]       1.9.100cvs172
6875
6876         * manual/account.xml
6877         * manual/addrbook.xml
6878         * manual/advanced.xml
6879         * manual/faq.xml
6880         * manual/handling.xml
6881         * manual/intro.xml
6882         * manual/plugins.xml
6883         * manual/starting.xml
6884                 more editing
6885
6886 2006-01-19 [paul]       1.9.100cvs171
6887
6888         * src/toolbar.c
6889                 allow use of trash button while receiving
6890                 Thanks to Colin
6891
6892 2006-01-19 [wwp]        1.9.100cvs170
6893
6894         * src/gtk/quicksearch.c
6895         * src/compose.c
6896                 force text color to black when yellow background is set
6897
6898 2006-01-19 [colin]      1.9.100cvs169
6899
6900         * src/plugins/trayicon/trayicon.c
6901                 Gray out Get Mail when already getting mail
6902
6903 2006-01-18 [paul]       1.9.100cvs168
6904
6905         * src/compose.c
6906                 give widget yellow background was To is
6907                 set via folder prefs
6908         * src/gtk/quicksearch.c
6909                 give widget yellow background when quick
6910                 search is active.
6911                 Thanks to Colin
6912
6913 2006-01-18 [paul]       1.9.100cvs167
6914
6915         * doc/man/sylpheed-claws.1
6916                 add --subscribe option
6917
6918 2006-01-18 [paul]       1.9.100cvs166
6919
6920         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6921         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6922                 use %U instead of %F (%F is broken for user installed
6923                 files in kde 3.5)
6924
6925 2006-01-18 [colin]      1.9.100cvs165
6926
6927         * src/summaryview.c
6928                 Default to Yes in "No more * messages" dialogs
6929
6930 2006-01-17 [colin]      1.9.100cvs164
6931
6932         * src/compose.c
6933                 Possibly fix an invalid iterator causing
6934                 crash
6935
6936 2006-01-17 [colin]      1.9.100cvs163
6937
6938         * src/mimeview.c
6939                 Fix crash when the image disappears under the
6940                 image viewer
6941
6942 2006-01-16 [colin]      1.9.100cvs162
6943
6944         * src/compose.c
6945                 Fix reenabling autowrap
6946
6947 2006-01-16 [colin]      1.9.100cvs161
6948
6949         * src/compose.c
6950                 reset quote_len before getting quote_str
6951
6952 2006-01-16 [colin]      1.9.100cvs160
6953
6954         * src/account.c
6955         * src/account.h
6956         * src/folder.c
6957         * src/imap_gtk.c
6958         * src/mh_gtk.c
6959                 Fix bug #883 (default inbox does not track folder move)
6960
6961 2006-01-16 [colin]      1.9.100cvs159
6962
6963         * src/compose.c
6964         * src/plugins/pgpcore/passphrase.c
6965                 More buttons fixes
6966
6967 2006-01-16 [paul]       1.9.100cvs158
6968
6969         * src/prefs_actions.c
6970         * src/prefs_filtering_action.c
6971         * src/prefs_matcher.c
6972         * src/quote_fmt.c
6973         * src/gtk/description_window.c
6974         * src/gtk/description_window.h
6975         * src/gtk/quicksearch.c
6976                 description window cleanups
6977
6978 2006-01-15 [colin]      1.9.100cvs157
6979
6980         * src/addressbook.c
6981         * src/prefs_filtering.c
6982                 Same here
6983
6984 2006-01-15 [colin]      1.9.100cvs156
6985
6986         * src/folderview.c
6987         * src/mainwindow.c
6988                 Same for "Empty trash"
6989
6990 2006-01-15 [colin]      1.9.100cvs155
6991
6992         * src/inc.c
6993                 Override offline dialog had Yes by default
6994
6995 2006-01-15 [colin]      1.9.100cvs154
6996
6997         * src/summaryview.c
6998                 Delete selected messages? previously had Yes the default
6999
7000 2006-01-15 [colin]      1.9.100cvs153
7001
7002         * src/folder.c
7003         * src/folder.h
7004         * src/main.c
7005                 Check if a mailbox is loaded after all
7006                 plugins are loaded.
7007
7008 2006-01-15 [colin]      1.9.100cvs152
7009
7010         * src/folder.c
7011                 Don't start wizard when there are unloaded folders (will help
7012                 people with only mbox or maildir mailboxes)
7013
7014 2006-01-14 [colin]      1.9.100cvs151
7015
7016         * src/addressbook.c
7017         * src/expldifdlg.c
7018         * src/importldif.c
7019         * src/importmutt.c
7020         * src/importpine.c
7021         * src/mh_gtk.c
7022                 More HIG compliance and fixes
7023
7024 2006-01-14 [colin]      1.9.100cvs150
7025
7026         * src/prefs_filtering_action.c
7027         * src/foldersel.c
7028                 Two forgotten button order changes
7029
7030 2006-01-14 [colin]      1.9.100cvs149
7031
7032         * src/account.c
7033         * src/addressbook.c
7034         * src/compose.c
7035         * src/folderview.c
7036         * src/imap_gtk.c
7037         * src/mainwindow.c
7038         * src/mh_gtk.c
7039         * src/news_gtk.c
7040         * src/prefs_actions.c
7041         * src/prefs_customheader.c
7042         * src/prefs_filtering.c
7043         * src/prefs_matcher.c
7044         * src/prefs_template.c
7045         * src/ssl_manager.c
7046         * src/summaryview.c
7047         * src/textview.c
7048         * src/toolbar.c
7049                 All deletion confirmations are now "Cancel, Delete" 
7050                 instead of "No, Yes"
7051                 Clarified most of the other "No, Yes" to 
7052                 "Cancel, Descriptive_action"
7053                 Rechanged the "Entry not saved" alerts to have 
7054                 "Close, Continue editing"
7055
7056
7057 2006-01-14 [paul]
7058
7059         * 2.0.0-rc4 released
7060
7061 2006-01-14 [paul]       1.9.100cvs148
7062
7063         * src/account.c
7064         * src/addressadd.c
7065         * src/addressbook.c
7066         * src/compose.c
7067         * src/editaddress.c
7068         * src/editbook.c
7069         * src/editgroup.c
7070         * src/editjpilot.c
7071         * src/editldap.c
7072         * src/editvcard.c
7073         * src/exphtmldlg.c
7074         * src/expldifdlg.c
7075         * src/folderview.c
7076         * src/grouplistdialog.c
7077         * src/imap_gtk.c
7078         * src/importmutt.c
7079         * src/importpine.c
7080         * src/inc.c
7081         * src/main.c
7082         * src/mainwindow.c
7083         * src/message_search.c
7084         * src/messageview.c
7085         * src/mh_gtk.c
7086         * src/mimeview.c
7087         * src/news_gtk.c
7088         * src/prefs_actions.c
7089         * src/prefs_customheader.c
7090         * src/prefs_filtering.c
7091         * src/prefs_matcher.c
7092         * src/prefs_template.c
7093         * src/prefs_themes.c
7094         * src/ssl_manager.c
7095         * src/summary_search.c
7096         * src/summaryview.c
7097         * src/textview.c
7098         * src/toolbar.c
7099         * src/gtk/foldersort.c
7100         * src/gtk/gtkaspell.c
7101         * src/gtk/inputdialog.c
7102         * src/gtk/prefswindow.c
7103         * src/plugins/pgpcore/select-keys.c
7104         * src/plugins/trayicon/trayicon.c
7105                 HIG compliant button order
7106
7107 2006-01-14 [mones]      1.9.100cvs147
7108
7109         * po/es.po
7110                 Updated translation
7111
7112 2006-01-13 [paul]       1.9.100cvs146
7113
7114         * AUTHORS
7115         * ChangeLog
7116         * src/gtk/authors.h
7117                 add Joshua M. Kwan to contributors list
7118
7119 2006-01-13 [colin]      1.9.100cvs145
7120
7121         * src/gtk/quicksearch.c
7122                 Don't refocus quick search after executing (Esc or Enter)
7123                 Allows to '/'search something then move up/down in 
7124                 summaryview, and to Esc a search and be back in the 
7125                 summaryview
7126
7127 2006-01-13 [paul]       1.9.100cvs144
7128
7129         * src/plugins/pgpinline/pgpinline.c
7130                 support Content-Type 'application/pgp'
7131                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7132
7133 2006-01-13 [paul]       1.9.100cvs143
7134
7135         * manual/account.xml
7136                 make mention of partial retrieval
7137                 thanks to Colin
7138
7139 2006-01-13 [paul]       1.9.100cvs142
7140
7141         * src/account.c
7142         * src/account.h
7143         * src/action.c
7144         * src/action.h
7145         * src/adbookbase.h
7146         * src/addr_compl.c
7147         * src/addr_compl.h
7148         * src/addrbook.c
7149         * src/addrcache.c
7150         * src/addrcache.h
7151         * src/addrcindex.c
7152         * src/addrcindex.h
7153         * src/addrclip.c
7154         * src/addrclip.h
7155         * src/addrdefs.h
7156         * src/addressadd.c
7157         * src/addressadd.h
7158         * src/addressbook.c
7159         * src/addressbook.h
7160         * src/addrgather.c
7161         * src/addrgather.h
7162         * src/addrharvest.c
7163         * src/addrharvest.h
7164         * src/addrindex.c
7165         * src/addrindex.h
7166         * src/addritem.c
7167         * src/addritem.h
7168         * src/addrquery.c
7169         * src/addrquery.h
7170         * src/addrselect.c
7171         * src/addrselect.h
7172         * src/alertpanel.c
7173         * src/alertpanel.h
7174         * src/browseldap.c
7175         * src/browseldap.h
7176         * src/codeconv.c
7177         * src/codeconv.h
7178         * src/compose.c
7179         * src/compose.h
7180         * src/customheader.c
7181         * src/customheader.h
7182         * src/displayheader.c
7183         * src/displayheader.h
7184         * src/editaddress.c
7185         * src/editaddress.h
7186         * src/editbook.c
7187         * src/editbook.h
7188         * src/editgroup.c
7189         * src/editgroup.h
7190         * src/editjpilot.c
7191         * src/editjpilot.h
7192         * src/editldap.c
7193         * src/editldap.h
7194         * src/editldap_basedn.c
7195         * src/editldap_basedn.h
7196         * src/editvcard.c
7197         * src/editvcard.h
7198         * src/exphtmldlg.c
7199         * src/exphtmldlg.h
7200         * src/expldifdlg.c
7201         * src/expldifdlg.h
7202         * src/export.h
7203         * src/exporthtml.c
7204         * src/exporthtml.h
7205         * src/exportldif.c
7206         * src/exportldif.h
7207         * src/filtering.c
7208         * src/filtering.h
7209         * src/folder.c
7210         * src/folder.h
7211         * src/folder_item_prefs.c
7212         * src/folder_item_prefs.h
7213         * src/foldersel.c
7214         * src/foldersel.h
7215         * src/folderutils.c
7216         * src/folderutils.h
7217         * src/folderview.c
7218         * src/folderview.h
7219         * src/grouplistdialog.c
7220         * src/grouplistdialog.h
7221         * src/headerview.c
7222         * src/html.c
7223         * src/html.h
7224         * src/image_viewer.c
7225         * src/image_viewer.h
7226         * src/imap.c
7227         * src/imap.h
7228         * src/imap_gtk.c
7229         * src/imap_gtk.h
7230         * src/import.h
7231         * src/importldif.c
7232         * src/importldif.h
7233         * src/importmutt.c
7234         * src/importmutt.h
7235         * src/importpine.c
7236         * src/importpine.h
7237         * src/inc.c
7238         * src/inc.h
7239         * src/jpilot.c
7240         * src/jpilot.h
7241         * src/ldapctrl.c
7242         * src/ldapctrl.h
7243         * src/ldaplocate.c
7244         * src/ldaplocate.h
7245         * src/ldapquery.c
7246         * src/ldapquery.h
7247         * src/ldapserver.c
7248         * src/ldapserver.h
7249         * src/ldaputil.c
7250         * src/ldaputil.h
7251         * src/ldif.c
7252         * src/ldif.h
7253         * src/main.c
7254         * src/main.h
7255         * src/mainwindow.c
7256         * src/mainwindow.h
7257         * src/manual.c
7258         * src/manual.h
7259         * src/mbox.c
7260         * src/mbox.h
7261         * src/message_search.c
7262         * src/message_search.h
7263         * src/messageview.c
7264         * src/messageview.h
7265         * src/mh.c
7266         * src/mh.h
7267         * src/mh_gtk.c
7268         * src/mh_gtk.h
7269         * src/mimeview.c
7270         * src/mimeview.h
7271         * src/msgcache.c
7272         * src/msgcache.h
7273         * src/mutt.c
7274         * src/mutt.h
7275         * src/news.c
7276         * src/news.h
7277         * src/news_gtk.c
7278         * src/news_gtk.h
7279         * src/partial_download.c
7280         * src/partial_download.h
7281         * src/pine.c
7282         * src/pine.h
7283         * src/pop.c
7284         * src/pop.h
7285         * src/prefs_account.c
7286         * src/prefs_account.h
7287         * src/prefs_actions.c
7288         * src/prefs_actions.h
7289         * src/prefs_common.c
7290         * src/prefs_common.h
7291         * src/prefs_compose_writing.c
7292         * src/prefs_compose_writing.h
7293         * src/prefs_customheader.c
7294         * src/prefs_customheader.h
7295         * src/prefs_display_header.c
7296         * src/prefs_display_header.h
7297         * src/prefs_filtering.c
7298         * src/prefs_filtering.h
7299         * src/prefs_filtering_action.c
7300         * src/prefs_filtering_action.h
7301         * src/prefs_folder_column.c
7302         * src/prefs_folder_column.h
7303         * src/prefs_folder_item.c
7304         * src/prefs_folder_item.h
7305         * src/prefs_fonts.c
7306         * src/prefs_fonts.h
7307         * src/prefs_gtk.c
7308         * src/prefs_gtk.h
7309         * src/prefs_image_viewer.c
7310         * src/prefs_image_viewer.h
7311         * src/prefs_matcher.c
7312         * src/prefs_matcher.h
7313         * src/prefs_message.c
7314         * src/prefs_msg_colors.c
7315         * src/prefs_msg_colors.h
7316         * src/prefs_other.c
7317         * src/prefs_quote.c
7318         * src/prefs_receive.c
7319         * src/prefs_send.c
7320         * src/prefs_spelling.c
7321         * src/prefs_spelling.h
7322         * src/prefs_summaries.c
7323         * src/prefs_summaries.h
7324         * src/prefs_summary_column.c
7325         * src/prefs_summary_column.h
7326         * src/prefs_template.c
7327         * src/prefs_template.h
7328         * src/prefs_themes.c
7329         * src/prefs_themes.h
7330         * src/prefs_toolbar.c
7331         * src/prefs_toolbar.h
7332         * src/prefs_wrapping.c
7333         * src/prefs_wrapping.h
7334         * src/privacy.c
7335         * src/privacy.h
7336         * src/procheader.c
7337         * src/procheader.h
7338         * src/procmime.c
7339         * src/procmime.h
7340         * src/procmsg.c
7341         * src/procmsg.h
7342         * src/quote_fmt.c
7343         * src/quote_fmt_parse.y
7344         * src/recv.c
7345         * src/recv.h
7346         * src/remotefolder.c
7347         * src/remotefolder.h
7348         * src/send_message.c
7349         * src/send_message.h
7350         * src/setup.c
7351         * src/setup.h
7352         * src/sourcewindow.c
7353         * src/sourcewindow.h
7354         * src/ssl_manager.c
7355         * src/ssl_manager.h
7356         * src/statusbar.c
7357         * src/statusbar.h
7358         * src/stock_pixmap.c
7359         * src/stock_pixmap.h
7360         * src/summary_search.c
7361         * src/summary_search.h
7362         * src/summaryview.c
7363         * src/summaryview.h
7364         * src/syldap.c
7365         * src/syldap.h
7366         * src/textview.c
7367         * src/textview.h
7368         * src/toolbar.c
7369         * src/toolbar.h
7370         * src/undo.c
7371         * src/undo.h
7372         * src/unmime.c
7373         * src/unmime.h
7374         * src/vcard.c
7375         * src/vcard.h
7376         * src/wizard.c
7377         * src/wizard.h
7378         * src/common/base64.c
7379         * src/common/base64.h
7380         * src/common/defs.h
7381         * src/common/hooks.c
7382         * src/common/hooks.h
7383         * src/common/log.c
7384         * src/common/log.h
7385         * src/common/mgutils.c
7386         * src/common/mgutils.h
7387         * src/common/nntp.c
7388         * src/common/nntp.h
7389         * src/common/passcrypt.c
7390         * src/common/passcrypt.h.in
7391         * src/common/plugin.c
7392         * src/common/plugin.h
7393         * src/common/prefs.c
7394         * src/common/prefs.h
7395         * src/common/progressindicator.c
7396         * src/common/progressindicator.h
7397         * src/common/quoted-printable.c
7398         * src/common/quoted-printable.h
7399         * src/common/session.c
7400         * src/common/session.h
7401         * src/common/smtp.c
7402         * src/common/smtp.h
7403         * src/common/socket.c
7404         * src/common/socket.h
7405         * src/common/ssl.c
7406         * src/common/ssl.h
7407         * src/common/ssl_certificate.c
7408         * src/common/ssl_certificate.h
7409         * src/common/stringtable.c
7410         * src/common/stringtable.h
7411         * src/common/sylpheed.c
7412         * src/common/sylpheed.h
7413         * src/common/template.c
7414         * src/common/template.h
7415         * src/common/timing.h
7416         * src/common/utils.c
7417         * src/common/utils.h
7418         * src/common/version.h.in
7419         * src/common/xml.c
7420         * src/common/xml.h
7421         * src/common/xmlprops.c
7422         * src/common/xmlprops.h
7423         * src/gtk/colorlabel.c
7424         * src/gtk/colorsel.c
7425         * src/gtk/colorsel.h
7426         * src/gtk/description_window.c
7427         * src/gtk/description_window.h
7428         * src/gtk/filesel.c
7429         * src/gtk/filesel.h
7430         * src/gtk/foldersort.c
7431         * src/gtk/foldersort.h
7432         * src/gtk/gtkutils.c
7433         * src/gtk/gtkutils.h
7434         * src/gtk/inputdialog.c
7435         * src/gtk/inputdialog.h
7436         * src/gtk/logwindow.c
7437         * src/gtk/logwindow.h
7438         * src/gtk/manage_window.c
7439         * src/gtk/manage_window.h
7440         * src/gtk/menu.c
7441         * src/gtk/menu.h
7442         * src/gtk/pluginwindow.c
7443         * src/gtk/pluginwindow.h
7444         * src/gtk/prefswindow.c
7445         * src/gtk/prefswindow.h
7446         * src/gtk/progressdialog.c
7447         * src/gtk/progressdialog.h
7448         * src/gtk/sslcertwindow.c
7449         * src/gtk/sslcertwindow.h
7450         * src/plugins/clamav/clamav_plugin.c
7451         * src/plugins/clamav/clamav_plugin.h
7452         * src/plugins/clamav/clamav_plugin_gtk.c
7453         * src/plugins/demo/demo.c
7454         * src/plugins/dillo_viewer/dillo_prefs.c
7455         * src/plugins/dillo_viewer/dillo_prefs.h
7456         * src/plugins/dillo_viewer/dillo_viewer.c
7457         * src/plugins/pgpcore/passphrase.c
7458         * src/plugins/pgpcore/passphrase.h
7459         * src/plugins/pgpcore/plugin.c
7460         * src/plugins/pgpcore/select-keys.c
7461         * src/plugins/pgpcore/select-keys.h
7462         * src/plugins/pgpcore/sgpgme.c
7463         * src/plugins/pgpcore/sgpgme.h
7464         * src/plugins/pgpinline/pgpinline.c
7465         * src/plugins/pgpinline/pgpinline.h
7466         * src/plugins/pgpinline/plugin.c
7467         * src/plugins/pgpmime/pgpmime.c
7468         * src/plugins/pgpmime/pgpmime.h
7469         * src/plugins/pgpmime/plugin.c
7470         * src/plugins/spamassassin/spamassassin.c
7471         * src/plugins/spamassassin/spamassassin.h
7472         * src/plugins/spamassassin/spamassassin_gtk.c
7473         * src/plugins/trayicon/trayicon.c
7474                 update copyright header
7475
7476 2006-01-13 [paul]       1.9.100cvs141
7477
7478         * src/account.c
7479         * src/export.c
7480         * src/import.c
7481         * src/mainwindow.c
7482         * src/prefs_account.c
7483         * src/prefs_display_header.c
7484         * src/prefs_receive.c
7485         * src/prefs_send.c
7486         * src/prefs_summaries.c
7487         * src/prefs_themes.c
7488         * src/prefs_toolbar.c
7489         * src/gtk/about.c
7490                 various cleanups
7491
7492 2006-01-12 [colin]      1.9.100cvs140
7493
7494         * src/folder.c
7495         * src/folder.h
7496         * src/main.c
7497                 Add --subscribe option
7498                 Let sylpheed-claws email@domain.com equivalent to --compose
7499                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7500
7501 2006-01-12 [paul]       1.9.100cvs139
7502
7503         * src/mainwindow.c
7504                 append 'Change folder order' label with '...'
7505         * src/prefs_actions.c
7506                 allow reordering of actions list by dnd
7507         * src/gtk/foldersort.c
7508                 make the dialog nicer
7509
7510 2006-01-11 [colin]      1.9.100cvs138
7511
7512         * src/compose.c
7513                 Allow templates without text
7514
7515 2006-01-11 [paul]       1.9.100cvs137
7516
7517         * tools/README
7518         * tools/filter_conv_new.pl
7519                 add info to README
7520                 also check .sylpheed for filter.xml
7521                 be a bit informative to the user
7522
7523 2006-01-11 [colin]      1.9.100cvs136
7524
7525         * src/textview.c
7526                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7527
7528 2006-01-10 [paul]       1.9.100cvs135
7529
7530         * tools/Makefile.am
7531         * tools/filter_conv_new.pl
7532                 add script to convert new style Sylpheed
7533                 filter rules (Sylpheed >= 0.9.99) to
7534                 Claws filtering rules
7535
7536 2006-01-10 [colin]      1.9.100cvs134
7537
7538         * src/compose.c
7539                 Fix broken line joins in certain conditions
7540                 (between two quoted lines: <enter><enter><up>
7541                  <type a wrapped sentence><go in the first line>
7542                  <insert more text><watch as line joining failed>)
7543
7544 2006-01-10 [paul]       1.9.100cvs133
7545
7546         * src/compose.c
7547                 don't report success in error dialog
7548                 thanks to Colin
7549         * src/common/utils.c
7550                 include some trailing punctuations as URI
7551                 thanks to Hiro
7552
7553 2006-01-10 [paul]       1.9.100cvs132
7554
7555         * src/mimeview.c
7556                 fix incompatible pointer type
7557                 warning
7558
7559 2006-01-10 [paul]       1.9.100cvs131
7560
7561         * src/compose.c
7562                 change Subject in window title
7563                 instantaneously
7564
7565 2006-01-09 [colin]      1.9.100cvs130
7566
7567         * src/addressbook.c
7568         * src/headerview.c
7569         * src/mainwindow.c
7570         * src/messageview.c
7571         * src/mimeview.c
7572         * src/noticeview.c
7573         * src/summaryview.c
7574                 Fix possible crashes on exit and in addressbook
7575
7576 2006-01-09 [paul]       1.9.100cvs129
7577
7578         * src/prefs_msg_colors.c
7579                 some cleanups that I forgot last time
7580
7581 2006-01-09 [paul]       1.9.100cvs128
7582
7583         * README
7584         * src/folderview.c
7585         * src/prefs_msg_colors.c
7586                 add previously hidden option, color_new, to
7587                 the gui
7588                 move the page to Display/
7589                 rework the gui
7590
7591 2006-01-09 [wwp]        1.9.100cvs127
7592
7593         * src/prefs_themes.c
7594                 made the prefs/display/themes layouts spacing less condensed
7595                 (and so they match other prefs/pages' look).
7596
7597 2006-01-09 [paul]       1.9.100cvs126
7598
7599         * src/compose.c
7600         * src/prefs_common.c
7601         * src/prefs_common.h
7602         * src/prefs_wrapping.c
7603                 remove 'wrap at send' option
7604
7605 2006-01-06 [colin]      1.9.100cvs125
7606
7607         * src/compose.c
7608                 Just make completely sure we don't insert "manual line breaks" 
7609                 when wrapping... 
7610
7611 2006-01-04 [paul]
7612
7613         * 2.0.0-rc3 released
7614
7615 2006-01-04 [paul]       1.9.100cvs124
7616
7617         * src/folderview.c
7618                 fix bug 882, 'quick scroll in folder list
7619                 displays wrong folder contents'
7620
7621 2006-01-04 [paul]       1.9.100cvs123
7622
7623         * src/plugins/pgpmime/pgpmime.c
7624                 better debug information when signing
7625                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7626
7627 2006-01-03 [colin]      1.9.100cvs122
7628
7629         * configure.ac
7630                 We need to recheck for gpgme 1.0.0 after checking
7631                 for 1.1.1, because if 1.1.1 isn't available, 
7632                 GPGME_LIBS and friends are blanked out by the 
7633                 second check.
7634
7635 2006-01-03 [colin]      1.9.100cvs121
7636
7637         * src/common/prefs.c
7638                 Windows unlink-before rename fix
7639         * src/plugins/pgpcore/sgpgme.c
7640                 Add support for PKA info if available
7641                 Both patches by Werner Koch
7642
7643 2006-01-03 [paul]       1.9.100cvs120
7644
7645         * src/messageview.c
7646                 fix bug 884, 'Send receipt' button visible in queue
7647                 Thanks to Colin
7648
7649 2006-01-02 [colin]      1.9.100cvs119
7650
7651         * src/compose.c
7652         * src/imap.c
7653                 Fix autosave on IMAP and more generally try to
7654                 return the correct ID on a newly added IMAP message
7655
7656 2006-01-02 [paul]       1.9.100cvs118
7657
7658         * manual/keyboard.xml
7659                 edited
7660
7661 2006-01-01 [paul]       1.9.100cvs117
7662
7663         * src/gtk/authors.h
7664                 alphabetical order
7665
7666 2005-12-30 [colin]      1.9.100cvs116
7667
7668         * manual/advanced.xml
7669                 Explain Pre/Post-processing differences.
7670
7671 2005-12-30 [colin]      1.9.100cvs115
7672
7673         * src/mh.c
7674                 Implement copy_msgs for a little optimization
7675         * src/imap.c
7676                 Finish yesterday's fix
7677
7678 2005-12-29 [colin]      1.9.100cvs114
7679
7680         * src/imap.c
7681                 Fix occasional failure in fetching a mail over
7682                 IMAP
7683
7684 2005-12-29 [colin]      1.9.100cvs113
7685
7686         * src/compose.c
7687                 Don't remove a draft when sending it, if it is 
7688                 locked.
7689
7690 2005-12-28 [colin]      1.9.100cvs112
7691
7692         * src/summaryview.c
7693                 Fix leak for real
7694
7695 2005-12-28 [wwp]        1.9.100cvs111
7696
7697         * doc/faq/.cvsignore
7698         * doc/faq/de/.cvsignore
7699         * doc/faq/en/.cvsignore
7700         * doc/faq/es/.cvsignore
7701         * doc/faq/fr/.cvsignore
7702         * doc/faq/it/.cvsignore
7703         * doc/manual/.cvsignore
7704         * doc/manual/de/.cvsignore
7705         * doc/manual/en/.cvsignore
7706         * doc/manual/es/.cvsignore
7707         * doc/manual/fr/.cvsignore
7708         * doc/manual/ja/.cvsignore
7709         * src/plugins/mathml_viewer/.cvsignore
7710                 rollback revival of those files (my bad, sorry for the noise).
7711
7712 2005-12-28 [wwp]        1.9.100cvs110
7713
7714         * src/compose.c
7715                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7716
7717 2005-12-28 [wwp]        1.9.100cvs109
7718
7719         * doc/faq/.cvsignore
7720         * doc/faq/de/.cvsignore
7721         * doc/faq/en/.cvsignore
7722         * doc/faq/es/.cvsignore
7723         * doc/faq/fr/.cvsignore
7724         * doc/faq/it/.cvsignore
7725         * doc/manual/.cvsignore
7726         * doc/manual/de/.cvsignore
7727         * doc/manual/en/.cvsignore
7728         * doc/manual/es/.cvsignore
7729         * doc/manual/fr/.cvsignore
7730         * doc/manual/ja/.cvsignore
7731         * src/plugins/mathml_viewer/.cvsignore
7732         * po/.cvsignore
7733                 more files to ignore.
7734
7735 2005-12-24 [colin]      1.9.100cvs108
7736
7737         * AUTHORS
7738         * src/gtk/authors.h
7739                 Update for Werner
7740
7741 2005-12-24 [colin]      1.9.100cvs107
7742
7743         * src/procmsg.c
7744                 Allow NULL src_msginfo in 
7745                 procmsg_msginfo_new_from_mimeinfo
7746
7747 2005-12-23 [paul]       1.9.100cvs106
7748
7749         * src/plugins/pgpinline/mypgpcore.def
7750                 add this forgotten file
7751
7752 2005-12-23 [colin]      1.9.100cvs105
7753
7754         * src/mainwindow.c
7755                 Fix missing break
7756
7757 2005-12-23 [colin]      1.9.100cvs104
7758
7759         * autogen.sh
7760         * src/folder.c
7761         * src/mh.c
7762         * src/common/plugin.c
7763         * src/common/socket.c
7764         * src/common/socket.h
7765         * src/common/utils.c
7766         * src/common/utils.h
7767         * src/gtk/pluginwindow.c
7768         * src/plugins/pgpcore/plugin.def
7769         * src/plugins/pgpcore/sylpheed.def
7770         * src/plugins/pgpinline/Makefile.am
7771         * src/plugins/pgpinline/plugin.def
7772         * src/plugins/pgpinline/sylpheed.def
7773         * src/plugins/pgpmime/plugin.def
7774         * src/plugins/pgpmime/sylpheed.def
7775                 Various w32 fixes by Werner Koch
7776
7777 2005-12-22 [paul]       1.9.100cvs103
7778
7779         * src/wizard.c
7780                 don't offer IMAP as 'server type' if
7781                 libetpan isn't built in
7782
7783 2005-12-22 [paul]       1.9.100cvs102
7784
7785         * AUTHORS
7786         * src/mainwindow.c
7787         * src/mainwindow.h
7788         * src/toolbar.c
7789         * src/gtk/authors.h
7790                 support GTK_TOOLBAR_BOTH_HORIZ (text
7791                 next to icon) Patch by Marien Zwart
7792                 marienz@users.sf.net
7793                 Also reword the text
7794
7795 2005-12-21 [colin]      1.9.100cvs101
7796
7797         * configure.ac
7798                 Fix DATADIRNAME
7799         * COPYING
7800                 Fix missing section and explicit the exception better
7801         * src/compose.c
7802                 Prevent mail from being lost without notice when an
7803                 SMTP error happens on trying to send an unmodified
7804                 drafted mail.
7805         * src/send_message.c
7806         * src/common/smtp.c
7807                 Fix password remembering when wrong, and add return
7808                 value checks where they should have been
7809         * src/plugins/pgpcore/sylpheed.def
7810         * src/plugins/pgpinline/sylpheed.def
7811         * src/plugins/pgpmime/sylpheed.def
7812                 Add a few symbols needed
7813
7814 2005-12-21 [paul]       1.9.100cvs100
7815
7816         * m4/codeset.m4
7817         * m4/glibc21.m4
7818         * m4/intdiv0.m4
7819         * m4/inttypes-pri.m4
7820         * m4/inttypes.m4
7821         * m4/inttypes_h.m4
7822         * m4/isc-posix.m4
7823         * m4/lcmessage.m4
7824         * m4/stdint_h.m4
7825         * m4/uintmax_t.m4
7826                 gettextization
7827                 thanks to Colin
7828
7829 2005-12-21 [paul]       1.9.100cvs99
7830
7831         * po/sv.po
7832                 fixed by Colin
7833
7834 2005-12-20 [paul]       1.9.100cvs98
7835
7836         * po/sv.po
7837                 updated by Anders Trobäck
7838
7839 2005-12-20 [colin]      1.9.100cvs97
7840
7841         * ABOUT-NLS
7842         * Makefile.am
7843         * autogen.sh
7844         * configure.ac
7845         * config/config.rpath
7846         * config/mkinstalldirs
7847         * m4/Makefile.am
7848         * m4/glibc2.m4
7849         * m4/gnupg.m4
7850         * m4/gpgme.m4
7851         * m4/intmax.m4
7852         * m4/longdouble.m4
7853         * m4/longlong.m4
7854         * m4/printf-posix.m4
7855         * m4/signed.m4
7856         * m4/size_max.m4
7857         * m4/ulonglong.m4
7858         * m4/wchar_t.m4
7859         * m4/wint_t.m4
7860         * m4/xsize.m4
7861         * po/Makefile.in.in
7862         * po/Makevars
7863         * po/bg.po
7864         * po/ca.po
7865         * po/cs.po
7866         * po/de.po
7867         * po/el.po
7868         * po/en_GB.po
7869         * po/es.po
7870         * po/fi.po
7871         * po/fr.po
7872         * po/hr.po
7873         * po/hu.po
7874         * po/it.po
7875         * po/ja.po
7876         * po/ko.po
7877         * po/nb.po
7878         * po/nl.po
7879         * po/pl.po
7880         * po/pt_BR.po
7881         * po/ru.po
7882         * po/sk.po
7883         * po/sr.po
7884         * po/stamp-po
7885         * po/sv.po
7886         * po/zh_CN.po
7887         * po/zh_TW.po
7888         * src/Makefile.am
7889         * src/codeconv.c
7890         * src/compose.c
7891         * src/exporthtml.c
7892         * src/exportldif.c
7893         * src/folder.c
7894         * src/main.c
7895         * src/manual.c
7896         * src/mh.c
7897         * src/mimeview.c
7898         * src/send_message.c
7899         * src/common/Makefile.am
7900         * src/common/fnmatch.c
7901         * src/common/fnmatch.h
7902         * src/common/fnmatch_loop.c
7903         * src/common/nntp.c
7904         * src/common/plugin.c
7905         * src/common/smtp.c
7906         * src/common/socket.c
7907         * src/common/string_match.c
7908         * src/common/sylpheed.c
7909         * src/common/utils.c
7910         * src/common/utils.h
7911         * src/common/w32_dirent.c
7912         * src/common/w32_reg.c
7913         * src/common/w32_signal.c
7914         * src/common/w32_stat.c
7915         * src/common/w32_stdio.c
7916         * src/common/w32_stdlib.c
7917         * src/common/w32_string.c
7918         * src/common/w32_time.c
7919         * src/common/w32_unistd.c
7920         * src/common/w32_wait.c
7921         * src/common/w32lib.h
7922         * src/etpan/Makefile.am
7923         * src/gtk/Makefile.am
7924         * src/plugins/clamav/Makefile.am
7925         * src/plugins/demo/Makefile.am
7926         * src/plugins/dillo_viewer/Makefile.am
7927         * src/plugins/pgpcore/Makefile.am
7928         * src/plugins/pgpcore/passphrase.c
7929         * src/plugins/pgpcore/plugin.def
7930         * src/plugins/pgpcore/sgpgme.c
7931         * src/plugins/pgpcore/sylpheed.def
7932         * src/plugins/pgpcore/version.rc
7933         * src/plugins/pgpinline/Makefile.am
7934         * src/plugins/pgpinline/plugin.def
7935         * src/plugins/pgpinline/sylpheed.def
7936         * src/plugins/pgpinline/version.rc
7937         * src/plugins/pgpmime/Makefile.am
7938         * src/plugins/pgpmime/mypgpcore.def
7939         * src/plugins/pgpmime/plugin.def
7940         * src/plugins/pgpmime/sylpheed.def
7941         * src/plugins/pgpmime/version.rc
7942         * src/plugins/spamassassin/Makefile.am
7943                 Very little ;-) patch from Werner Koch, providing
7944                 infrastructure for cross-compiling to Win32
7945
7946 2005-12-20 [paul]       1.9.100cvs96
7947
7948         * src/account.c
7949         * src/account.h
7950         * src/mainwindow.c
7951         * src/mainwindow.h
7952         * src/toolbar.c
7953         * src/toolbar.h
7954                 add a combo to the Get All button, allowing
7955                 quick retrieval from any account
7956                 Patch by Fabien Vantard, slightly modified
7957                 by Colin
7958         * src/gtk/about.c
7959                 i18n fix. Patch by Fabien Vantard
7960
7961 2005-12-19 [colin]      1.9.100cvs95
7962
7963         * src/compose.c
7964         * src/compose.h
7965                 Don't automatically join lines when they've 
7966                 been separated by the user and not automatically
7967
7968 2005-12-19 [paul]       1.9.100cvs94
7969
7970         * src/gtk/pluginwindow.c
7971                 i18n fix.
7972                 Patch by Fabien Vantard
7973
7974 2005-12-15 [paul]       1.9.100cvs93
7975
7976         * src/common/plugin.c
7977         * src/common/plugin.h
7978         * src/gtk/pluginwindow.c
7979         * src/plugins/clamav/clamav_plugin.c
7980         * src/plugins/demo/demo.c
7981         * src/plugins/dillo_viewer/dillo_viewer.c
7982         * src/plugins/pgpcore/plugin.c
7983         * src/plugins/pgpinline/plugin.c
7984         * src/plugins/pgpmime/plugin.c
7985         * src/plugins/spamassassin/spamassassin.c
7986         * src/plugins/trayicon/trayicon.c
7987                 add plugin_version()
7988
7989 2005-12-15 [colin]      1.9.100cvs92
7990
7991         * src/compose.c
7992                 Further fix bug #875
7993
7994 2005-12-15 [paul]       1.9.100cvs91
7995
7996         * src/gtk/filesel.c
7997                 fix attach_load_dir getting set to
7998                 PLUGINDIR on plugin load
7999
8000 2005-12-14 [mones]      1.9.100cvs90
8001
8002         * manual/ack.xml
8003         * manual/keyboard.xml
8004                 Initial draft and some shortcuts added
8005                 
8006         * po/es.po
8007                 Updated translation
8008
8009 2005-12-14 [colin]      1.9.100cvs89
8010
8011         * src/compose.c
8012         * src/imap.c
8013         * src/summaryview.c
8014         * src/gtk/gtkaspell.c
8015                 More leaks fixed
8016         * src/prefs_folder_item.c
8017                 Fix recursive prefs apply
8018
8019
8020 2005-12-14 [colin]      1.9.100cvs88
8021
8022         * src/compose.c
8023                 Fix bug #875 (Freeze On Inline Forward of 
8024                 Large Message)
8025
8026 2005-12-13 [colin]      1.9.100cvs87
8027
8028         * src/compose.c
8029                 Uniq-ify and sort the mimetypes list
8030                 Patch by Fabien Vantard
8031
8032 2005-12-13 [colin]      1.9.100cvs86
8033
8034         * src/imap.c
8035         * src/etpan/imap-thread.c
8036                 Fix leaks (patch by Hoa)
8037         * src/news.c
8038         * src/common/plugin.c
8039                 Fix leaks
8040
8041 2005-12-12 [colin]
8042
8043         * 2.0.0-rc2 released
8044
8045 2005-12-12 [colin]      1.9.100cvs85
8046
8047         * src/matcher.c
8048                 Fix a leak
8049
8050 2005-12-12 [wwp]        1.9.100cvs84
8051
8052         * src/gtk/icon_legend.c
8053                 fix misbehaviour and crash when closing the legend window
8054         using the Esc key (patch by Fabien Vantard).
8055
8056 2005-12-12 [paul]       1.9.100cvs83
8057
8058         * src/browseldap.c
8059         * src/foldersel.c
8060         * src/prefs_actions.c
8061         * src/prefs_filtering.c
8062         * src/prefs_matcher.c
8063         * src/prefs_spelling.glade      ** REMOVED **
8064         * src/prefs_template.c
8065         * src/gtk/foldersort.glade      ** REMOVED **
8066         * src/gtk/pluginwindow.c
8067         * src/gtk/pluginwindow.glade    ** REMOVED **
8068         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8069                 cleanups
8070
8071 2005-12-11 [paul]       1.9.100cvs82
8072
8073         * src/gtk/filesel.c
8074                 fix attach_load_dir crasher (double free)
8075
8076 2005-12-09 [paul]       1.9.100cvs81
8077
8078         * po/POTFILES.in
8079         * src/mainwindow.c
8080         * src/gtk/Makefile.am
8081         * src/gtk/icon_legend.c
8082         * src/gtk/icon_legend.h
8083                 add icon legend
8084         * src/manual.c
8085                 cleanup
8086
8087 2005-12-09 [paul]       1.9.100cvs80
8088
8089         * src/plugins/pgpcore/passphrase.c
8090                 wrap the label in the dialog
8091
8092 2005-12-09 [colin]      1.9.100cvs79
8093
8094         * src/plugins/pgpcore/sgpgme.c
8095                 Display (untrusted) on not trusted signatures
8096                 Patch by Michal Èihaø <michal@cihar.com>
8097                 Closes bug #867 (Report also key trust)
8098
8099 2005-12-09 [colin]      1.9.100cvs78
8100
8101         * src/common/plugin.c
8102                 Update licence check, following Eben Moglen's advice
8103
8104 2005-12-08 [colin]      1.9.100cvs77
8105
8106         * src/folder.c
8107                 Fix the occasionnal item->cache != NULL 
8108                 assertion failure. 
8109
8110 2005-12-08 [colin]      1.9.100cvs76
8111
8112         * src/mimeview.c
8113         * src/plugins/pgpcore/sgpgme.c
8114                 Print key id when unable to check it
8115                 Closes bug #866 (Show key id when missing)
8116
8117 2005-12-08 [paul]       1.9.100cvs75
8118
8119         * src/prefs_common.c
8120         * src/prefs_common.h
8121         * src/gtk/filesel.c
8122                 remember load attachment dir
8123
8124 2005-12-07 [colin]      1.9.100cvs74
8125
8126         * src/prefs_toolbar.c
8127                 Gtk fixes, patch by Fabien Vantard
8128
8129 2005-12-07 [colin]      1.9.100cvs73
8130
8131         * src/action.c
8132         * src/compose.c
8133         * src/compose.h
8134                 Fix bug #839 (Quoted text isn't colored after 
8135                 executing an action)
8136         * src/common/plugin.c
8137                 Require plugins to declare their licence in plugin_licence()
8138                 Refuse to load non-GPL plugins as they'd be illegal (as 
8139                 derived works of Sylpheed-Claws, they must be GPL).
8140         * src/plugins/clamav/clamav_plugin.c
8141         * src/plugins/demo/demo.c
8142         * src/plugins/dillo_viewer/dillo_viewer.c
8143         * src/plugins/pgpcore/plugin.c
8144         * src/plugins/pgpinline/plugin.c
8145         * src/plugins/pgpmime/plugin.c
8146         * src/plugins/spamassassin/spamassassin.c
8147         * src/plugins/trayicon/trayicon.c
8148                 Add plugin_licence()
8149
8150 2005-12-07 [paul]       1.9.100cvs72
8151
8152         * configure.ac
8153         * src/mainwindow.c
8154         * src/manual.c
8155         * src/manual.h
8156         * src/common/defs.h
8157                 clean up after local FAQ removal and
8158                 temporary manual removal
8159
8160 2005-12-06 [colin]      1.9.100cvs71
8161
8162         * configure.ac
8163         * doc/Makefile.am
8164         * doc/faq/.cvsignore
8165         * doc/faq/Makefile.am
8166         * doc/faq/de/.cvsignore
8167         * doc/faq/de/Makefile.am
8168         * doc/faq/de/sylpheed-faq-1.html
8169         * doc/faq/de/sylpheed-faq-2.html
8170         * doc/faq/de/sylpheed-faq-3.html
8171         * doc/faq/de/sylpheed-faq.html
8172         * doc/faq/en/.cvsignore
8173         * doc/faq/en/Makefile.am
8174         * doc/faq/en/sylpheed-faq-1.html
8175         * doc/faq/en/sylpheed-faq-2.html
8176         * doc/faq/en/sylpheed-faq-3.html
8177         * doc/faq/en/sylpheed-faq-4.html
8178         * doc/faq/en/sylpheed-faq.html
8179         * doc/faq/es/.cvsignore
8180         * doc/faq/es/Makefile.am
8181         * doc/faq/es/sylpheed-faq-1.html
8182         * doc/faq/es/sylpheed-faq-2.html
8183         * doc/faq/es/sylpheed-faq-3.html
8184         * doc/faq/es/sylpheed-faq-4.html
8185         * doc/faq/es/sylpheed-faq.html
8186         * doc/faq/fr/.cvsignore
8187         * doc/faq/fr/Makefile.am
8188         * doc/faq/fr/sylpheed-faq-1.html
8189         * doc/faq/fr/sylpheed-faq-2.html
8190         * doc/faq/fr/sylpheed-faq-3.html
8191         * doc/faq/fr/sylpheed-faq.html
8192         * doc/faq/it/.cvsignore
8193         * doc/faq/it/Makefile.am
8194         * doc/faq/it/sylpheed-faq-1.html
8195         * doc/faq/it/sylpheed-faq-2.html
8196         * doc/faq/it/sylpheed-faq-3.html
8197         * doc/faq/it/sylpheed-faq.html
8198         * doc/manual/.cvsignore
8199         * doc/manual/Makefile.am
8200         * doc/manual/de/.cvsignore
8201         * doc/manual/de/Makefile.am
8202         * doc/manual/de/sylpheed-1.html
8203         * doc/manual/de/sylpheed-10.html
8204         * doc/manual/de/sylpheed-11.html
8205         * doc/manual/de/sylpheed-12.html
8206         * doc/manual/de/sylpheed-13.html
8207         * doc/manual/de/sylpheed-14.html
8208         * doc/manual/de/sylpheed-15.html
8209         * doc/manual/de/sylpheed-16.html
8210         * doc/manual/de/sylpheed-17.html
8211         * doc/manual/de/sylpheed-18.html
8212         * doc/manual/de/sylpheed-19.html
8213         * doc/manual/de/sylpheed-2.html
8214         * doc/manual/de/sylpheed-20.html
8215         * doc/manual/de/sylpheed-3.html
8216         * doc/manual/de/sylpheed-4.html
8217         * doc/manual/de/sylpheed-5.html
8218         * doc/manual/de/sylpheed-6.html
8219         * doc/manual/de/sylpheed-7.html
8220         * doc/manual/de/sylpheed-8.html
8221         * doc/manual/de/sylpheed-9.html
8222         * doc/manual/de/sylpheed.html
8223         * doc/manual/en/.cvsignore
8224         * doc/manual/en/Makefile.am
8225         * doc/manual/en/sylpheed-1.html
8226         * doc/manual/en/sylpheed-10.html
8227         * doc/manual/en/sylpheed-11.html
8228         * doc/manual/en/sylpheed-12.html
8229         * doc/manual/en/sylpheed-13.html
8230         * doc/manual/en/sylpheed-14.html
8231         * doc/manual/en/sylpheed-15.html
8232         * doc/manual/en/sylpheed-16.html
8233         * doc/manual/en/sylpheed-17.html
8234         * doc/manual/en/sylpheed-18.html
8235         * doc/manual/en/sylpheed-19.html
8236         * doc/manual/en/sylpheed-2.html
8237         * doc/manual/en/sylpheed-20.html
8238         * doc/manual/en/sylpheed-21.html
8239         * doc/manual/en/sylpheed-22.html
8240         * doc/manual/en/sylpheed-3.html
8241         * doc/manual/en/sylpheed-4.html
8242         * doc/manual/en/sylpheed-5.html
8243         * doc/manual/en/sylpheed-6.html
8244         * doc/manual/en/sylpheed-7.html
8245         * doc/manual/en/sylpheed-8.html
8246         * doc/manual/en/sylpheed-9.html
8247         * doc/manual/en/sylpheed.html
8248         * doc/manual/es/.cvsignore
8249         * doc/manual/es/Makefile.am
8250         * doc/manual/es/sylpheed-1.html
8251         * doc/manual/es/sylpheed-10.html
8252         * doc/manual/es/sylpheed-11.html
8253         * doc/manual/es/sylpheed-12.html
8254         * doc/manual/es/sylpheed-13.html
8255         * doc/manual/es/sylpheed-14.html
8256         * doc/manual/es/sylpheed-15.html
8257         * doc/manual/es/sylpheed-16.html
8258         * doc/manual/es/sylpheed-17.html
8259         * doc/manual/es/sylpheed-18.html
8260         * doc/manual/es/sylpheed-19.html
8261         * doc/manual/es/sylpheed-2.html
8262         * doc/manual/es/sylpheed-20.html
8263         * doc/manual/es/sylpheed-3.html
8264         * doc/manual/es/sylpheed-4.html
8265         * doc/manual/es/sylpheed-5.html
8266         * doc/manual/es/sylpheed-6.html
8267         * doc/manual/es/sylpheed-7.html
8268         * doc/manual/es/sylpheed-8.html
8269         * doc/manual/es/sylpheed-9.html
8270         * doc/manual/es/sylpheed.html
8271         * doc/manual/fr/.cvsignore
8272         * doc/manual/fr/Makefile.am
8273         * doc/manual/fr/sylpheed-1.html
8274         * doc/manual/fr/sylpheed-10.html
8275         * doc/manual/fr/sylpheed-11.html
8276         * doc/manual/fr/sylpheed-12.html
8277         * doc/manual/fr/sylpheed-13.html
8278         * doc/manual/fr/sylpheed-14.html
8279         * doc/manual/fr/sylpheed-15.html
8280         * doc/manual/fr/sylpheed-16.html
8281         * doc/manual/fr/sylpheed-17.html
8282         * doc/manual/fr/sylpheed-18.html
8283         * doc/manual/fr/sylpheed-19.html
8284         * doc/manual/fr/sylpheed-2.html
8285         * doc/manual/fr/sylpheed-20.html
8286         * doc/manual/fr/sylpheed-3.html
8287         * doc/manual/fr/sylpheed-4.html
8288         * doc/manual/fr/sylpheed-5.html
8289         * doc/manual/fr/sylpheed-6.html
8290         * doc/manual/fr/sylpheed-7.html
8291         * doc/manual/fr/sylpheed-8.html
8292         * doc/manual/fr/sylpheed-9.html
8293         * doc/manual/fr/sylpheed.html
8294         * doc/manual/ja/.cvsignore
8295         * doc/manual/ja/Makefile.am
8296         * doc/manual/ja/sylpheed-1.html
8297         * doc/manual/ja/sylpheed-10.html
8298         * doc/manual/ja/sylpheed-11.html
8299         * doc/manual/ja/sylpheed-12.html
8300         * doc/manual/ja/sylpheed-13.html
8301         * doc/manual/ja/sylpheed-14.html
8302         * doc/manual/ja/sylpheed-15.html
8303         * doc/manual/ja/sylpheed-16.html
8304         * doc/manual/ja/sylpheed-17.html
8305         * doc/manual/ja/sylpheed-18.html
8306         * doc/manual/ja/sylpheed-19.html
8307         * doc/manual/ja/sylpheed-2.html
8308         * doc/manual/ja/sylpheed-20.html
8309         * doc/manual/ja/sylpheed-3.html
8310         * doc/manual/ja/sylpheed-4.html
8311         * doc/manual/ja/sylpheed-5.html
8312         * doc/manual/ja/sylpheed-6.html
8313         * doc/manual/ja/sylpheed-7.html
8314         * doc/manual/ja/sylpheed-8.html
8315         * doc/manual/ja/sylpheed-9.html
8316         * doc/manual/ja/sylpheed.html
8317         * doc/manual/ja/sylpheed.sgml
8318         * src/mainwindow.c
8319                 Remove outdated manual and faq. Noisy, eh?
8320
8321 2005-12-06 [colin]      1.9.100cvs70
8322
8323         * src/compose.c
8324         * src/quote_fmt_parse.y
8325         * src/undo.c
8326         * src/undo.h
8327                 Allow %X to position cursor at 0 
8328                 (no %X = before signature)
8329                 Fix paste as quotation putting the cursor at 0
8330                 Fix undo offsets when pasting
8331                 Insert the quote_fmt at once instead of line 
8332                 by line
8333                 Fix [Edited] when starting to reply/forward
8334
8335 2005-12-06 [paul]       1.9.100cvs69
8336
8337         * src/plugins/clamav/clamav_plugin_gtk.c
8338                 add another tooltip
8339         * src/plugins/spamassassin/spamassassin_gtk.c
8340                 rework spamassassin_create_widget_func()
8341
8342 2005-12-05 [colin]      1.9.100cvs68
8343
8344         * po/POTFILES.in
8345                 Fix make release ;-)
8346
8347 2005-12-05 [colin]      1.9.100cvs67
8348
8349         * src/compose.c
8350         * src/compose.h
8351                 Fix cursor positioning (not obeying %X)
8352
8353 2005-12-05 [paul]       1.9.100cvs66
8354
8355         * src/plugins/dillo_viewer/dillo_prefs.c
8356                 fix compilation warning
8357
8358 2005-12-05 [paul]       1.9.100cvs65
8359
8360         * src/prefs_spelling.c
8361         * src/plugins/trayicon/trayicon.c
8362                 cleanups - remove unused stuff
8363
8364 2005-12-05 [paul]       1.9.100cvs64
8365
8366         * README
8367         * manual/plugins.xml
8368                 remove info about removed mathml_viewer plugin
8369
8370 2005-12-05 [paul]       1.9.100cvs63
8371
8372         * configure.ac
8373         * src/plugins/Makefile.am
8374         * src/plugins/mathml_viewer/.cvsignore
8375         * src/plugins/mathml_viewer/Makefile.am
8376         * src/plugins/mathml_viewer/mathml_viewer.c
8377                 remove unmaintained mathml_viewer plugin
8378
8379 2005-12-05 [paul]       1.9.100cvs62
8380
8381         * src/summaryview.c
8382                 obey prefs_common.always_show_msg when
8383                 moving a msg
8384                 Thanks to Colin
8385
8386 2005-12-05 [paul]       1.9.100cvs61
8387
8388         * src/compose.c
8389         * src/prefs_account.c
8390         * src/prefs_filtering.c
8391         * src/prefs_quote.c
8392         * src/prefs_spelling.c
8393         * src/prefs_toolbar.c
8394         * src/summaryview.c
8395         * src/gtk/gtkutils.c
8396         * src/gtk/quicksearch.c
8397         * src/plugins/dillo_viewer/dillo_prefs.c
8398                 dialog cleanups
8399
8400 2005-12-04 [paul]       1.9.100cvs60
8401
8402         * src/inc.c
8403         * src/prefs_account.c
8404         * src/prefs_account.h
8405                 allow a Local account to specify a
8406                 default inbox
8407                 (closes bug 843 'Inbox cannot be changed for local
8408                  mailboxes')
8409
8410 2005-12-04 [colin]      1.9.100cvs59
8411
8412         * src/plugins/trayicon/trayicon.c
8413                 Remove Get, rename Get All to Get Mail in order to
8414                 be consistent with the default main toolbar
8415
8416 2005-12-03 [colin]      1.9.100cvs58
8417
8418         * manual/gpl.xml
8419         * manual/sylpheed-claws-manual.xml
8420                 Add GPL appendix
8421
8422 2005-12-03 [paul]       1.9.100cvs57
8423
8424         * AUTHORS
8425         * po/sv.po
8426         * src/gtk/authors.h
8427                 new (partially complete) Swedish translation
8428                 by Anders Troback <sylpheed@troback.com>
8429
8430 2005-12-02 [paul]       1.9.100cvs56
8431
8432         * configure.ac
8433                 libetpan 0.41 required
8434
8435 2005-12-02 [paul]       1.9.100cvs55
8436
8437         * src/plugins/clamav/clamav_plugin.c
8438         * src/plugins/clamav/clamav_plugin.h
8439         * src/plugins/clamav/clamav_plugin_gtk.c
8440         * src/plugins/spamassassin/spamassassin.c
8441         * src/plugins/spamassassin/spamassassin.h
8442         * src/plugins/spamassassin/spamassassin_gtk.c
8443                 unregister prefs pages on unloading, thus
8444                 preventing a crash
8445                 (thanks to Colin for the hint)
8446
8447 2005-12-02 [wwp]        1.9.100cvs54
8448
8449         * src/quote_fmt.h
8450         * src/quote_fmt_parse.y
8451                 fix misuse of gboolean*, use gboolean instead
8452                 (thanks to Paul, Colin, for pointing out that scaring one)
8453
8454 2005-12-02 [paul]       1.9.100cvs53
8455
8456         * src/plugins/clamav/clamav_plugin.c
8457                 int no --> unsigned int no
8458         * src/plugins/clamav/clamav_plugin_gtk.c
8459                 rework config page
8460
8461 2005-12-02 [wwp]        1.9.100cvs52
8462
8463         * src/compose.c
8464         * src/prefs_template.c
8465         * src/quote_fmt.h
8466         * src/quote_fmt_parse.y
8467                 prevent from executing |f and |p templates commands when
8468                 adding or replacing templates in prefs (avoids annoying and
8469                 potentially dangerous behaviours)
8470
8471 2005-12-02 [paul]       1.9.100cvs51
8472
8473         * src/prefs_common.c
8474                 allow translation of some default values
8475                 Patch by Fabien Vantard
8476
8477 2005-12-02 [paul]       1.9.100cvs50
8478
8479         * src/codeconv.c
8480         * src/codeconv.h
8481         * src/prefs_common.c
8482         * src/prefs_common.h
8483         * src/prefs_message.c
8484         * src/textview.c
8485                 remove obsolete 'convert_mb_alnum' option
8486                 and related stuff
8487         * src/gtk/about.c
8488                 remove unused 'about_textview_visibility_notify'
8489
8490 2005-12-02 [paul]       1.9.100cvs49
8491
8492         * src/prefs_account.c
8493         * src/prefs_compose_writing.c
8494         * src/prefs_fonts.c
8495         * src/prefs_gtk.h
8496         * src/prefs_image_viewer.c
8497         * src/prefs_message.c
8498         * src/prefs_other.c
8499         * src/prefs_receive.c
8500         * src/prefs_send.c
8501         * src/prefs_spelling.c
8502         * src/prefs_summaries.c
8503         * src/prefs_wrapping.c
8504         * src/plugins/dillo_viewer/dillo_prefs.c
8505         * src/plugins/pgpcore/prefs_gpg.c
8506                 several cleanups to the prefs dialogs
8507                 (slightly modified) patch by Fabien Vantard
8508
8509 2005-12-02 [paul]       1.9.100cvs48
8510
8511         * src/main.c
8512                 --exit means exit
8513         * src/send_message.c
8514                 fix crash on send when connection fails
8515
8516         Thanks to Colin
8517
8518 2005-12-01 [colin]      1.9.100cvs47
8519
8520         * src/html.c
8521                 Translate &hellip; to "..."
8522
8523 2005-11-30 [colin]      1.9.100cvs46
8524
8525         * src/matcher.c
8526         * src/matcher.h
8527                 Optimize back yesterday's fix.
8528
8529 2005-11-30 [paul]       1.9.100cvs45
8530
8531         * manual/faq.xml
8532                 standardised
8533         * manual/intro.xml
8534                 written by Colin, edited by me
8535
8536 2005-11-29 [colin]      1.9.100cvs44
8537
8538         * src/matcher.c
8539                 Skip headers unconditionnaly in match_body if the
8540                 rule is not message or ~message
8541
8542 2005-11-29 [colin]      1.9.100cvs43
8543
8544         * src/matcher.c
8545                 Fix body_part and such, not skipping headers 
8546                 if the matchcriteria wasn't the first in the rule
8547
8548 2005-11-29 [colin]      1.9.100cvs42
8549
8550         * src/compose.c
8551                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8552                 option missing from message view window)
8553                 Fix double text D'n'D with gtk-2.8
8554         * src/matcher.c
8555                 Fix ~message, ~headers_part, ~body_part rules
8556         * src/messageview.c
8557                 Add Windows-1252 (Closes bug #863)
8558                 Fix accels
8559         * src/gtk/gtkaspell.c
8560                 Properly destroy accels in all menus
8561
8562 2005-11-29 [mones]      1.9.100cvs41
8563
8564         * po/es.po
8565                 Updated.
8566
8567 2005-11-27 [colin]      1.9.100cvs40
8568
8569         * src/mh_gtk.c
8570                 "/Remove mailbox" -> "/Remove mailbox..."
8571
8572 2005-11-27 [paul]       1.9.100cvs39
8573
8574         * AUTHORS
8575         * po/de.po
8576         * src/gtk/authors.h
8577                 updated by new maintainer, Stephan Sachse
8578
8579 2005-11-27 [paul]       1.9.100cvs38
8580
8581         * manual/faq.xml
8582                 written by Colin, edited by me
8583
8584 2005-11-27 [paul]       1.9.100cvs37
8585
8586         * src/prefs_common.c
8587         * src/prefs_common.h
8588         * src/prefs_receive.c
8589         * src/prefs_summaries.c
8590                 move 'go to inbox after receiving new mail'
8591                 option from display/sumamaries to mail
8592                 handling/receive, and rework prefs_summaries
8593                 dialog a little
8594
8595 2005-11-25 [martin]     1.9.100cvs36
8596
8597         * po/de.po
8598             fixed windows-1252 translation;
8599             translated some new and fuzzy strings
8600
8601 2005-11-25 [paul]       1.9.100cvs35
8602
8603         * src/plugins/clamav/clamav_plugin.c
8604                 complete the update done in cvs34
8605
8606 2005-11-25 [paul]       1.9.100cvs34
8607
8608         * src/plugins/clamav/clamav_plugin.c
8609                 reflect upstream changes
8610
8611 2005-11-25 [paul]       1.9.100cvs33
8612
8613         * manual/ack.xml
8614         * manual/plugins.xml
8615         * manual/sylpheed-claws-manual.xml
8616                 written/updated by Colin, edited by me
8617         * tools/acroread2sylpheed.pl
8618                 update binary name
8619
8620 2005-11-24 [colin]      1.9.100cvs32
8621
8622         * src/compose.c
8623                 Fix bug #856 (reediting messages forgets Request
8624                 Return Receipt)
8625
8626 2005-11-24 [paul]       1.9.100cvs31
8627
8628         * manual/addrbook.xml
8629         * manual/starting.xml
8630                 written by Colin, proofread, edited, adapted by me
8631         * manual/advanced.xml
8632                 add some Actions examples
8633         * src/importldif.c
8634                 use a Save button instead of a Close button
8635         * src/wizard.c
8636                 indicate mandatory fields
8637                 fix page display
8638                 Thanks to Colin
8639
8640 2005-11-23 [colin]      1.9.100cvs30
8641
8642         * src/addressbook.c
8643                 Rename menu item, fix possible crash after
8644                 deletion of books
8645         * src/addrindex.c
8646                 Allow searching for '*' in ldap
8647         * src/browseldap.c
8648                 Fix "Browse Entry" (did anyone use it?)
8649         * src/wizard.c
8650                 Add guards for mandatory information
8651
8652 2005-11-23 [paul]       1.9.100cvs29
8653
8654         * manual/advanced.xml
8655                 corrections to the English
8656
8657 2005-11-23 [colin]      1.9.100cvs28
8658
8659         * src/mimeview.c
8660                 Fix possible crash at exit. After the call to
8661                 gtk_container_remove(), the Viewer's widget has no
8662                 more parent so gtk+ automatically frees it and its
8663                 sons. If destroy_viewer() then try to access it,
8664                 problems ensue.
8665
8666 2005-11-22 [colin]      1.9.100cvs27
8667
8668         * src/compose.c
8669         * src/gtk/gtkaspell.c
8670                 Fix right-clicking on a misspelled word
8671                 Fix More... in suggestions menu
8672
8673 2005-11-22 [wwp]        1.9.100cvs26
8674
8675         * src/prefs_template.c
8676                 templates works: re-sort templates list when adding or replacing,
8677                 prevent from adding or replacing when the template name is empty
8678
8679 2005-11-21 [colin]      1.9.100cvs25
8680
8681         * src/addressbook.c
8682                 Fix some addressbook suckage (dnd, select all)
8683         * src/compose.c
8684         * src/gtk/gtkaspell.c
8685         * src/gtk/gtkaspell.h
8686                 Make the spellchecker menu work with the 
8687                 GtkTextView one instead of overriding it
8688
8689 2005-11-20 [paul]       1.9.100cvs24
8690
8691         * manual/handling.xml
8692                 proofread and corrected
8693
8694 2005-11-20 [paul]       1.9.100cvs23
8695
8696         * manual/Makefile
8697                 generate html as one file
8698         * manual/advanced.xml
8699                 fix output generation
8700                 reformat hidden options list
8701         * manual/manual.xml     ** REMOVED **
8702         * manual/sylpheed-claws-manual.xml      ** ADDED **
8703                 renamed
8704
8705 2005-11-18 [colin]      1.9.100cvs22
8706
8707         * src/prefs_account.c
8708                 Fix layout in news and mbox accounts
8709         * manual/account.xml
8710         * manual/advanced.xml
8711                 New contents for Paul to check :)
8712
8713 2005-11-18 [wwp]        1.9.100cvs21
8714
8715         * src/gtk/quicksearch.c
8716                 don't update extended quicksearch buttons twice
8717
8718 2005-11-18 [paul]       1.9.100cvs20
8719
8720         * src/textview.c
8721                 complete 1.9.100cvs19
8722
8723 2005-11-18 [paul]       1.9.100cvs19
8724
8725         * src/compose.c
8726                 cosmetic improvements
8727         * src/textview.c
8728                 also list text/* attachments
8729
8730 2005-11-18 [colin]      1.9.100cvs18
8731
8732         * src/summaryview.c
8733                 Use column 0 instead of -1 in 
8734                 gtk_ctree_node_moveto, in a naive
8735                 hope it'll fix the gtk-related crashes
8736
8737 2005-11-18 [colin]      1.9.100cvs17
8738
8739         * src/gtk/inputdialog.c
8740                 Fix icon staying the first one
8741
8742 2005-11-17 [wwp]        1.9.100cvs16
8743                 fix possible problem showing some quicksearch buttons, and a bad
8744                 call to g_return_if_fail in a function that returns a value (both
8745                 fixes by Fabien Vantard)
8746
8747 2005-11-15 [wwp]        1.9.100cvs15
8748
8749         * src/gtk/quicksearch.c
8750                 added a tooltip to that obscure ... quicksearch button
8751
8752 2005-11-15 [wwp]        1.9.100cvs14
8753
8754         * src/gtk/quicksearch.c
8755                 add a quicksearch helper to filtering expression users: the ... button
8756                 raises the condition expr window. condition expressions set up w/ this
8757                 window are used by the quicksearch if the user closes it pressing OK.
8758
8759 2005-11-14 [paul]       1.9.100cvs13
8760
8761         * src/plugins/clamav/clamav_plugin.c
8762         * src/plugins/spamassassin/spamassassin.c
8763                 change plugin type following recent merging
8764
8765 2005-11-14 [wwp]        1.9.100cvs12
8766
8767         * src/folder.c
8768                 prevent from crashing when copying/moving message(s) from and
8769                 to the same folder
8770
8771 2005-11-14 [paul]       1.9.100cvs11
8772
8773         * src/plugins/clamav/Makefile.am
8774         * src/plugins/clamav/clamav_plugin.c
8775         * src/plugins/clamav/clamav_plugin.h
8776         * src/plugins/clamav/clamav_plugin_gtk.c
8777                 also merge clamav and clamav_gtk plugins
8778
8779 2005-11-13 [colin]      1.9.100cvs10
8780
8781         * configure.ac
8782         * src/plugins/spamassassin/Makefile.am
8783         * src/plugins/spamassassin/spamassassin.c
8784         * src/plugins/spamassassin/spamassassin.h
8785         * src/plugins/spamassassin/spamassassin_gtk.c
8786                 Merge spamassassin and spamassassin_gtk plugins,
8787                 and build it by default.
8788
8789 2005-11-12 [colin]      1.9.100cvs9
8790
8791         * src/etpan/imap-thread.c
8792                 Fix gcc warning
8793
8794 2005-11-12 [colin]      1.9.100cvs8
8795
8796         * src/procmime.c
8797                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8798
8799 2005-11-10 [colin]      1.9.100cvs7
8800
8801         * src/main.c
8802                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8803                 minimised state)
8804
8805 2005-11-10 [wwp]        1.9.100cvs6
8806
8807         * src/gtk/description_window.c
8808                 fix a crash when closing description windows using the WM's [X] button
8809
8810 2005-11-09 [colin]      1.9.100cvs5
8811
8812         * src/common/ssl.c
8813                 Update libetpan call to follow upstream
8814                 (yes, this requires libetpan-0.40cvs3)
8815
8816 2005-11-08 [colin]      1.9.100cvs4
8817
8818         * src/compose.c
8819         * src/textview.c
8820         * src/common/utils.c
8821         * src/common/utils.h
8822                 Enhance the email parser
8823
8824 2005-11-08 [colin]      1.9.100cvs3
8825
8826         * src/procmime.c
8827                 Fix what looks like an off-by-one (fixes 
8828                 attachments from the Bat)
8829
8830 2005-11-08 [wwp]        1.9.100cvs2
8831
8832         * src/main.c
8833                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8834
8835 2005-11-08 [wwp]        1.9.100cvs1
8836
8837         * src/main.c
8838                 allow exiting Sylpheed-Claws from command-line
8839
8840 2005-11-08 [paul]       1.9.100
8841
8842         1.9.100 released
8843
8844 2005-11-07 [colin]      1.9.99cvs17
8845
8846         * src/addritem.c
8847         * src/ldif.c
8848                 Fix import of base-64 encoded items
8849
8850 2005-11-07 [colin]      1.9.99cvs16
8851
8852         * src/send_message.c
8853                 Fix bug #314 (Queue does not empty under certain 
8854                 circumstances)
8855
8856 2005-11-07 [paul]       1.9.99cvs15
8857
8858         * src/mutt.c
8859         * src/pine.c
8860                 fix buffer overflows
8861                 Thanks to Colin
8862
8863 2005-11-07 [paul]       1.9.99cvs14
8864
8865         * doc/man/Makefile.am
8866         * doc/man/sylpheed-claws.1      ** ADDED **
8867         * doc/man/sylpheed.1            ** DELETED **
8868                 rename and update the man file
8869
8870 2005-11-06 [colin]      1.9.99cvs13
8871
8872         * src/ldif.c
8873                 Fix ldif_get_line() that returned empty strings
8874                 (Didn't understand why). Also fix a possible
8875                 buffer overflow.
8876
8877 2005-11-06 [wwp]        1.9.99cvs12
8878
8879         * src/textview.c
8880         * src/gtk/about.c
8881         * src/gtk/gtkutils.c
8882         * src/gtk/gtkutils.h
8883                 fix a compilation warning,
8884                 make links sensitive in the about dialog
8885
8886 2005-11-04 [wwp]        1.9.99cvs11
8887
8888         * src/gtk/about.c
8889                 don't wrap or translate URIs, and a bit text format cleanup
8890
8891 2005-11-04 [wwp]        1.9.99cvs10
8892
8893         * src/gtk/about.c
8894                 better textview tagging implementation (no more use of marks for
8895                 postponed tagging)
8896
8897 2005-11-02 [colin]      1.9.99cvs9
8898
8899         * src/common/ssl.c
8900                 Forgot an ifdef
8901
8902 2005-11-02 [colin]      1.9.99cvs8
8903
8904         * configure.ac
8905                 Require libetpan-0.40 due to upstream fix
8906         * src/common/ssl.c
8907                 Tell libetpan not to call SSL_Library_Init,
8908                 as we do it ourselves.
8909
8910 2005-11-02 [colin]      1.9.99cvs7
8911
8912         * po/POTFILES.in
8913                 Add missing files (thanks to Fabien Vantard)
8914
8915 2005-11-02 [colin]      1.9.99cvs6
8916
8917         * src/summaryview.c
8918                 Fix totals when read messages are hidden or quicksearch
8919                 is on
8920         * src/ssl_manager.c
8921         * src/ssl_manager.h
8922         * src/common/ssl_certificate.c
8923         * src/common/ssl_certificate.h
8924         * src/gtk/sslcertwindow.c
8925         * src/gtk/sslcertwindow.h
8926                 Fix copyright on my stuff
8927
8928 2005-11-02 [wwp]        1.9.99cvs5
8929
8930         * src/prefs_themes.c
8931                 fix directory name checking (theme installation/removal),
8932                 made related error a bit more verbose
8933
8934 2005-11-02 [colin]      1.9.99cvs4
8935
8936         * src/summaryview.c
8937                 Fix typo (probably fixes bug #841 (Sort by the From 
8938                 field doesn't work)
8939
8940 2005-11-02 [paul]       1.9.99cvs3
8941
8942         * po/ko.po
8943         * po/nb.po
8944                 updated by SungHyun Nam, Geir Helland
8945         * src/wizard.c
8946                 fix typo in welcome message. spotted by
8947                 Andrea Spadaccini
8948
8949 2005-11-01 [colin]      1.9.99cvs2
8950
8951         * src/compose.c
8952                 Fix replying to ml wen confirming subscription
8953         * src/messageview.c
8954         * src/mimeview.c
8955         * src/mimeview.h
8956         * src/privacy.h
8957         * src/summaryview.c
8958                 Make key check non blocking
8959
8960 2005-10-31 [paul]       1.9.99cvs1
8961
8962         * tools/claws.i18n.status.pl
8963                 updated for ChangeLog
8964
8965 2005-10-31 [paul]       1.9.99
8966
8967         1.9.99 released
8968
8969 2005-10-31 [paul]       1.9.15cvs131
8970
8971         * .cvsignore
8972         * ChangeLog
8973         * ChangeLog.claws       ** REMOVED **
8974         * ChangeLog-gtk2.claws  ** REMOVED **
8975         * ChangeLog.gtk1        ** ADDED **
8976         * INSTALL
8977         * Makefile.am
8978         * NEWS
8979         * README
8980         * README.claws          ** REMOVED **
8981         * README.jp             ** REMOVED **
8982         * RELEASE_NOTES         ** ADDED **
8983         * RELEASE_NOTES.claws   ** REMOVED **
8984         * commitHelper
8985         * configure.ac
8986         * sylpheed.spec.in      ** REMOVED **
8987                 tidy up and update the default docs:
8988                 ChangeLog.claws is renamed ChangeLog.gtk1
8989                 ChangeLog-gtk2.claws is renamed ChangeLog
8990                 README.claws is renamed README
8991                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8992
8993 2005-10-31 [paul]       1.9.15cvs130
8994
8995         * po/it.po
8996                 fix errors
8997
8998 2005-10-31 [paul]       1.9.15cvs129
8999
9000         * po/ca.po
9001         * po/de.po
9002         * po/en_GB.po
9003         * po/fr.po
9004         * po/it.po
9005         * po/pt_BR.po
9006         * po/sk.po
9007         * po/sr.po
9008         * po/zh_CN.po
9009                 updated by Miquel Oliete, Stephan Sachse and
9010                 Thomas Gilgin, me, Fabien Vantard, Andrea
9011                 Spadaccini, Frederico Goncalves Guimaraes,
9012                 Andrej Kacian, Aleksandar Urosevic, and
9013                 Ralgh Young.
9014
9015 2005-10-31 [mones]      1.9.15cvs128
9016
9017         * manual/faq.xml
9018                 More questions.
9019         
9020         * po/es.po
9021                 Updated for release.
9022
9023 2005-10-30 [colin]      1.9.15cvs127
9024
9025         * src/compose.c
9026                 Place cursor before rewrapping (fixes cursor
9027                 pos if quotation gets rewrapped)
9028
9029 2005-10-29 [paul]       1.9.15cvs126
9030
9031         * src/crash.c
9032         * src/foldersel.c
9033         * src/main.c
9034         * src/messageview.c
9035         * src/toolbar.c
9036         * src/gtk/authors.h
9037                 corrections to text items
9038
9039 2005-10-28 [colin]      1.9.15cvs125
9040
9041         * src/messageview.c
9042                 Make "hit 'C' to check sig" work from extern 
9043                 messageviews
9044
9045 2005-10-27 [colin]      1.9.15cvs124
9046
9047         * src/summaryview.c
9048                 Add a hack to avoid segfaulting when hammering 
9049                 on gtk's events
9050
9051 2005-10-27 [wwp]        1.9.15cvs123
9052
9053         * src/prefs_themes.c
9054                 sort list of themes names in themes prefs
9055
9056 2005-10-27 [paul]       1.9.15cvs122
9057
9058         * src/folder.c
9059         * src/prefs_account.c
9060                 fix building on Solaris
9061                 Patch by Alex Moore
9062
9063 2005-10-27 [wwp]        1.9.15cvs121
9064
9065         * src/summaryview.c
9066         * src/gtk/gtksctree.c
9067                 speed up unselecting messages in summary view (thanks to Colin)
9068
9069 2005-10-27 [paul]       1.9.15cvs120
9070
9071         * src/mainwindow.c
9072                 fix a compilation warning
9073         * src/summaryview.c
9074                 fix updating of 'n items selected' count
9075                 when deselecting
9076
9077 2005-10-27 [martin]     1.9.15cvs119
9078
9079         * src/action.c
9080                 ignore actions with a leading '/' in the action menu name
9081                 fixes a crash on menu creation
9082         * src/prefs_actions.c
9083                 do not allow a leading '/' in the action menu name
9084
9085 2005-10-27 [paul]       1.9.15cvs118
9086
9087         * src/main.c
9088                 fix compilation warning
9089
9090 2005-10-27 [paul]       1.9.15cvs117
9091
9092         * src/procmime.c
9093                 add #if HAVE_LOCALE_H
9094
9095 2005-10-27 [paul]       1.9.15cvs116
9096
9097         * src/plugins/clamav/clamav_plugin.c
9098         * src/plugins/dillo_viewer/dillo_viewer.c
9099         * src/plugins/mathml_viewer/mathml_viewer.c
9100         * src/plugins/pgpcore/plugin.c
9101         * src/plugins/pgpinline/plugin.c
9102         * src/plugins/pgpmime/plugin.c
9103         * src/plugins/spamassassin/spamassassin.c
9104         * src/plugins/trayicon/trayicon.c
9105                 plugin_init() : make error messages more
9106                 informative
9107
9108 2005-10-26 [wwp]        1.9.15cvs115
9109
9110         * src/prefs_matcher.c
9111                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9112
9113 2005-10-26 [wwp]        1.9.15cvs114
9114
9115         * src/procmime.c
9116         * src/gtk/gtksctree.c
9117         * src/plugins/spamassassin/libspamc.c
9118         * src/plugins/spamassassin/spamassassin.c
9119                 fix some compilation warnings more
9120
9121 2005-10-26 [mones]      1.9.15cvs113
9122
9123         * po/es.po
9124                 Updated translation
9125
9126 2005-10-26 [paul]       1.9.15cvs112
9127
9128         * src/prefs_message.c
9129                 give all display_xface stuff the
9130                 #if HAVE_LIBCOMPFACE treatment, thus
9131                 preventing a crash
9132                 (Thanks to Wolfgang Enderlein)
9133
9134 2005-10-26 [colin]      1.9.15cvs111
9135
9136         * src/gedit-print.c
9137                 Fix date format
9138         * src/imap_gtk.c
9139         * src/news_gtk.c
9140                 Remove context menu items that should not be there
9141         * src/jpilot.c
9142                 Fix encoding
9143         * src/main.c
9144         * src/mainwindow.c
9145                 Don't show the mainwindow too soon
9146
9147 2005-10-26 [wwp]        1.9.15cvs110
9148
9149         * src/folder.c
9150         * src/manual.c
9151         * src/summaryview.c
9152                 fix uninitialized pointers in the folder updating hook
9153                 (thanks to Colin)
9154
9155 2005-10-25 [mones]      1.9.15cvs109
9156
9157         * manual/faq.xml
9158                 General information subsection completed. 
9159                 Removed archaic references.
9160                 
9161         * manual/Makefile
9162         * manual/dtd/manual.dsl
9163                 Added customization stylesheet for getting paragraphs
9164                 fully justified in PDF output (as suggested by Colin).
9165
9166 2005-10-25 [colin]      1.9.15cvs108
9167
9168         * src/compose.c
9169                 Fix a second leak
9170
9171 2005-10-25 [colin]      1.9.15cvs107
9172
9173         * src/addrbook.c
9174         * src/addrindex.c
9175                 Fix leak (xml_get_element() allocates memory)
9176         * src/compose.c
9177                 Fix leak + dead code (shame!)
9178         * src/procmime.c
9179                 Fix leak
9180
9181 2005-10-25 [colin]      1.9.15cvs106
9182
9183         * src/mimeview.c
9184                 Fix encoding issue in Save all and in 
9185                 overwrite-confirmation alertpanel
9186
9187 2005-10-25 [colin]      1.9.15cvs105
9188
9189         * src/common/socket.c
9190                 Fix a leak - Thanks to Christopher Aillon
9191                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9192
9193 2005-10-25 [paul]       1.9.15cvs104
9194
9195         * src/wizard.c
9196                 Always guess servers from the right-hand
9197                 email part and guess username from the
9198                 left-hand part. (Thanks to Colin)
9199                 add an X-Face to the welcome message
9200
9201 2005-10-25 [paul]       1.9.15cvs103
9202
9203         * manual/handling.xml
9204                 written by Colin, edited by me
9205
9206 2005-10-25 [wwp]        1.9.15cvs102
9207
9208         * src/folderview.c
9209         * src/grouplistdialog.c
9210         * src/imap.c
9211         * src/noticeview.c
9212                 fix some compilation warnings
9213
9214 2005-10-24 [paul]
9215
9216         1.9.99-rc3 released
9217
9218 2005-10-24 [paul]       1.9.15cvs101
9219
9220         * src/gtk/about.c
9221                 fix window sizing
9222
9223 2005-10-24 [paul]       1.9.15cvs100
9224
9225         * src/pixmaps/offline.xpm
9226         * src/pixmaps/online.xpm
9227                 replace with last default versions
9228
9229 2005-10-24 [colin]      1.9.15cvs99
9230
9231         * src/imap.c
9232                 Fix bug when moving a folder
9233         * src/imap_gtk.c
9234         * src/mh_gtk.c
9235                 "Delete folder" pops up a window, so it 
9236                 should be suffixed with "..."
9237         * src/plugins/pgpcore/sgpgme.c
9238                 Include locale.h
9239
9240 2005-10-24 [mones]      1.9.15cvs98
9241
9242         * manual/Makefile
9243         * manual/account.xml
9244         * manual/ack.xml
9245         * manual/addrbook.xml
9246         * manual/advanced.xml
9247         * manual/faq.xml
9248         * manual/glossary.xml
9249         * manual/gpl.xml
9250         * manual/handling.xml
9251         * manual/intro.xml
9252         * manual/keyboard.xml
9253         * manual/manual.xml
9254         * manual/plugins.xml
9255         * manual/starting.xml
9256         * manual/dtd/sdocbook.dtd
9257                 Initial manual structure and some content.
9258
9259 2005-10-23 [wwp]        1.9.15cvs97
9260
9261         * src/gtk/about.c
9262                 fix a typo
9263
9264 2005-10-23 [wwp]        1.9.15cvs96
9265
9266         * src/gtk/about.c
9267         * src/gtk/authors.h
9268                 rework of the about window (main work by Paul), also featuring a few
9269                 fixes for typos and duplicate names
9270
9271 2005-10-23 [wwp]        1.9.15cvs95
9272
9273         * src/.cvsignore
9274                 Ignore the right binary name (sylpheed-claws now)
9275
9276 2005-10-23 [paul]       1.9.15cvs94
9277
9278         * src/compose.c
9279                 when using Folder Pref 'Default To for
9280                 replies' make the entry in the Compose
9281                 window bold
9282                 Patch by Fabien Vantard
9283
9284 2005-10-22 [colin]      1.9.15cvs93
9285
9286         * src/codeconv.c
9287                 Fix leak
9288
9289 2005-10-22 [colin]      1.9.15cvs92
9290
9291         * src/codeconv.c
9292                 try to convert using locale (apart utf8) if necessary
9293
9294 2005-10-22 [colin]      1.9.15cvs91
9295
9296         * src/pixmaps/new.xpm
9297         * src/pixmaps/unread.xpm
9298                 Make the unread envelope blue again and
9299                 saturate the new one a bit more.
9300
9301 2005-10-22 [colin]      1.9.15cvs90
9302
9303         * src/compose.c
9304                 When replying to a mail sent by one of our accounts,
9305                 use the original list of recipients. Let 'Reply All'
9306                 and 'Reply to sender' work like previously.
9307
9308 2005-10-21 [colin]      1.9.15cvs89
9309
9310         * src/prefs_filtering.c
9311                 Clear fields after add and replace
9312         * src/textview.c
9313                 Display xface differently (better)
9314         * src/plugins/pgpinline/pgpinline.c
9315                 Fix crappy encodings/recodings
9316
9317 2005-10-21 [paul]       1.9.15cvs88
9318
9319         * src/compose.c
9320         * src/prefs_folder_item.c
9321         * src/toolbar.c
9322                 fix news folder Folder Properties
9323                 (thanks to Colin)
9324         * src/folderview.c
9325                 update folderview after Themes change
9326                 keep selected folder selected
9327                 (thanks to Colin)
9328
9329 2005-10-21 [paul]       1.9.15cvs87
9330
9331         * tools/Makefile.am
9332         * tools/OOo2sylpheed.pl
9333         * tools/README
9334         * tools/README.sylprint
9335         * tools/asus_mailled.sh         ** REMOVED **
9336         * tools/filter_conv.pl
9337         * tools/freshmeat_search.pl
9338         * tools/google_search.pl
9339         * tools/gpg-sign-syl            ** REMOVED **
9340         * tools/kmail2sylpheed.pl
9341         * tools/kmail2sylpheed_v2.pl
9342         * tools/multiwebsearch.pl
9343         * tools/nautilus2sylpheed.sh
9344         * tools/newscache_clean.pl
9345         * tools/outlook2sylpheed.pl
9346         * tools/sylpheed-switcher       ** REMOVED **
9347         * tools/sylprint.pl
9348         * tools/sylprint.rc
9349         * tools/tb2sylpheed
9350         * tools/vcard2xml.py
9351         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9352                 update default config dir
9353                 update binary name (thanks to Fabien Vantard)
9354                 remove obsolete scripts
9355
9356 2005-10-21 [colin]      1.9.15cvs86
9357
9358         * src/inc.c
9359                 Fix possible leak and units. Based on a patch by
9360                 Fabien Vantard.
9361
9362 2005-10-20 [colin]      1.9.15cvs85
9363
9364         * src/textview.c
9365                 Clear xface when clearing textview
9366
9367 2005-10-20 [colin]      1.9.15cvs84
9368
9369         * configure.ac
9370         * src/folderview.c
9371         * src/headerview.c
9372         * src/main.c
9373         * src/prefs_common.c
9374         * src/prefs_common.h
9375         * src/prefs_message.c
9376         * src/textview.c
9377         * src/textview.h
9378         * src/common/defs.h
9379         * src/common/utils.c
9380         * src/common/utils.h
9381         * src/gtk/gtkutils.c
9382         * src/gtk/gtkutils.h
9383                 Migrate config to .sylpheed-claws (Automatically)
9384                 Add a way to get the Xface in the TextView
9385
9386 2005-10-20 [colin]      1.9.15cvs83
9387
9388         * src/gtk/Makefile.am
9389         * src/gtk/about.c
9390         * src/gtk/authors.h
9391                 Make the about dialog *grooovy*
9392
9393 2005-10-20 [colin]      1.9.15cvs82
9394
9395         * src/mimeview.c
9396                 Use "Open with" on double click if no command
9397                 was found
9398
9399 2005-10-20 [colin]      1.9.15cvs81
9400
9401         * src/imap.c
9402         * src/etpan/imap-thread.c
9403                 Fix possible crash.
9404
9405 2005-10-20 [paul]       1.9.15cvs80
9406
9407         * src/folder.c
9408                 don't show clipkey icon if the only
9409                 attachment is the signature
9410                 Patch by Colin
9411
9412 2005-10-20 [paul]       1.9.15cvs79
9413
9414         * AUTHORS
9415         * src/plugins/pgpmime/pgpmime.c
9416                 name the PGP/MIME signature 'signature.asc'
9417                 Patch by Andrew Nelson <freeandy@gmail.com>
9418
9419 2005-10-19 [colin]      1.9.15cvs78
9420
9421         * src/plugins/pgpmime/pgpmime.c
9422                 Oops, no need to double-check though
9423
9424 2005-10-19 [colin]      1.9.15cvs77
9425
9426         * src/plugins/pgpinline/pgpinline.c
9427         * src/plugins/pgpmime/pgpmime.c
9428                 Check that my_tmpfile() doesn't 
9429                 return NULL
9430
9431 2005-10-19 [colin]      1.9.15cvs76
9432
9433         * src/common/utils.c
9434                 Use shorter mime boundaries to avoid having
9435                 MTAs rewrapping our headers, breaking the
9436                 PGP signature in the process 
9437         * src/compose.c
9438         * src/plugins/pgpmime/pgpmime.c
9439                 Check for boundary uniqueness to be sure
9440                 it won't happen, instead of hoping for the
9441                 best
9442
9443 2005-10-19 [colin]      1.9.15cvs75
9444
9445         * sylpheed-claws.desktop
9446         * src/Makefile.am
9447         * src/main.c
9448                 Ship a sylpheed-claws binary instead
9449                 of a sylpheed one. Change the socket
9450                 name, too
9451         * src/folderview.c
9452                 Update folder only if it changed
9453         * src/wizard.c
9454                 Fix i18n in welcome mail, patch by
9455                 Fabien Vantard
9456
9457 2005-10-19 [paul]
9458
9459         1.9.99-rc2 released
9460
9461 2005-10-19 [paul]       1.9.15cvs74
9462
9463         * src/folder.c
9464         * src/folderview.c
9465                 fix summaryview update
9466                 Patch by Colin
9467
9468 2005-10-18 [colin]      1.9.15cvs73
9469
9470         * src/plugins/pgpcore/passphrase.c
9471                 Don't XGrabServer, and try a bit more to 
9472                 sync everything before grabbing mouse/keyboard
9473
9474 2005-10-18 [colin]      1.9.15cvs72
9475
9476         * src/Makefile.am
9477         * src/addressadd.c
9478         * src/addressbook.c
9479         * src/folderview.c
9480         * src/grouplistdialog.c
9481         * src/mimeview.c
9482         * src/stock_pixmap.c
9483         * src/stock_pixmap.h
9484         * src/summaryview.c
9485         * src/gtk/gtksctree.c
9486         * src/gtk/gtksctree.h
9487         * src/pixmaps/empty.xpm
9488                 Implement a wrapper call for gtk_ctree_set_node_info
9489                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9490                 pixmap instead of a NULL one. This works around some
9491                 memory problems deep inside gtk, revealed by valgrind,
9492                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9493                 as locked crashes sylpheed.), as well as, probably, 
9494                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9495
9496 2005-10-17 [colin]      1.9.15cvs71
9497
9498         * src/mimeview.c
9499                 Provide visual feedback when checking
9500                 signature
9501
9502 2005-10-17 [colin]      1.9.15cvs70
9503
9504         * src/main.c
9505                 Keep the folder list frozen while checking caches...
9506
9507 2005-10-17 [colin]      1.9.15cvs69
9508
9509         * src/addr_compl.c
9510                 Fi bug #833 (Autocompleting from addressbook 
9511                 fails with extended chars)
9512         * src/imap.c
9513                 Fix 'adding messages' staying in statusbar
9514                 after an error
9515
9516 2005-10-17 [wwp]        1.9.15cvs68
9517
9518         * src/ssl_manager.c
9519                 Fix buttons' layout resizing when window size changes
9520
9521 2005-10-17 [wwp]        1.9.15cvs67
9522
9523         * src/account.c
9524         * src/prefs_account.c
9525         * src/prefs_common.c
9526         * src/prefs_common.h
9527         * src/prefs_folder_item.c
9528         * src/prefs_gtk.c
9529         * src/gtk/logwindow.c
9530         * src/gtk/pluginwindow.c
9531         * src/gtk/prefswindow.c
9532         * src/gtk/prefswindow.h
9533                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9534
9535 2005-10-17 [paul]       1.9.15cvs66
9536
9537         * configure.ac
9538                 fix missing libetpan message
9539         * po/en_GB.po
9540                 updated
9541         * src/crash.c
9542         * src/manual.c
9543         * src/prefs_themes.c
9544         * src/common/defs.h
9545                 add some new URI defines, change some
9546                 others
9547         * src/wizard.c
9548                 make welcome message translatable
9549                 small improvements to english
9550                 other tweaks
9551         * src/gtk/menu.c
9552                 fix warnings
9553
9554 2005-10-17 [paul]       1.9.15cvs65
9555
9556         * src/summaryview.c
9557                 fix column titles
9558
9559 2005-10-16 [mones]      1.9.15cvs64
9560
9561         * po/es.po
9562                 Updated translation
9563
9564 2005-10-16 [colin]
9565
9566         1.9.99-rc1 released
9567
9568 2005-10-16 [colin]      1.9.15cvs63
9569
9570         * src/wizard.c
9571                 Fix whitespace
9572
9573 2005-10-16 [colin]      1.9.15cvs62
9574
9575         * src/toolbar.c
9576                 s/Get All/Get Mail/
9577         * src/wizard.c
9578                 Real welcome mail text, thanks Paul
9579
9580 2005-10-16 [colin]      1.9.15cvs61
9581
9582         * src/editldap.c
9583         * src/exporthtml.c
9584         * src/main.c
9585         * src/mainwindow.c
9586         * src/prefs_themes.c
9587         * src/prefs_toolbar.c
9588         * src/plugins/demo/demo.c
9589         * src/plugins/trayicon/trayicon.c
9590                 s/Sylpheed/Sylpheed-Claws/
9591
9592 2005-10-16 [colin]      1.9.15cvs60
9593
9594         * src/wizard.c
9595                 Add a welcome email in the first empty mailbox
9596         * src/prefs_common.c
9597                 Change one more default
9598
9599 2005-10-16 [colin]      1.9.15cvs59
9600
9601         * src/wizard.c
9602                 Remove printf
9603
9604 2005-10-16 [colin]      1.9.15cvs58
9605
9606         * src/toolbar.c
9607         * src/prefs_common.c
9608                 Change some defaults
9609
9610 2005-10-16 [colin]      1.9.15cvs57
9611
9612         * src/toolbar.c
9613         * src/prefs_common.c
9614                 Change some defaults
9615
9616 2005-10-16 [colin]      1.9.15cvs56
9617
9618         * src/wizard.c
9619                 By default, initialize fonts to have
9620                 the same size as normal GtkWidgets
9621
9622 2005-10-16 [colin]      1.9.15cvs55
9623
9624         * src/mimeview.c
9625                 Fix message a bit more
9626
9627 2005-10-16 [colin]      1.9.15cvs54
9628
9629         * src/addressbook.c
9630                 Second attempt at flicker fixing
9631
9632 2005-10-16 [colin]      1.9.15cvs53
9633
9634         * src/addressbook.c
9635                 Fix flicker
9636
9637 2005-10-16 [wwp]        1.9.15cvs52
9638
9639         * src/addressbook.c
9640         * src/editaddress.c
9641         * src/prefs_common.c
9642         * src/prefs_common.h
9643                 Remember window sizes (address book)
9644
9645 2005-10-16 [wwp]        1.9.15cvs51
9646
9647         * src/plugins/clamav/clamav_plugin_gtk.c
9648         * src/plugins/spamassassin/spamassassin_gtk.c
9649                 Fix compilation warnings (missing #include).
9650
9651 2005-10-16 [colin]      1.9.15cvs50
9652
9653         * src/mimeview.c
9654         * src/summaryview.c
9655         * src/textview.c
9656                 Make 'c' check signature, and forward
9657                 c, l, y, t from summaryview to mimeview
9658
9659 2005-10-16 [colin]      1.9.15cvs49
9660
9661         * src/addressbook.c
9662                 Put border around buttons
9663         * src/mainwindow.c
9664         * src/summaryview.c
9665                 Rework menus (Patch based on a patch
9666                 by Paul)
9667
9668 2005-10-15 [wwp]        1.9.15cvs48
9669
9670         * src/editjpilot.c
9671         * src/editldap.c
9672         * src/editvcard.c
9673         * src/exphtmldlg.c
9674         * src/expldifdlg.c
9675         * src/export.c
9676         * src/import.c
9677         * src/importldif.c
9678         * src/importmutt.c
9679         * src/importpine.c
9680         * src/prefs_account.c
9681         * src/prefs_spelling.c
9682         * src/gtk/gtkutils.c
9683         * src/gtk/gtkutils.h
9684         * src/plugins/clamav/clamav_plugin_gtk.c
9685         * src/plugins/spamassassin/spamassassin_gtk.c
9686                 use nicer browse-for-file/dir buttons than the "..." ones,
9687                 code factorizing more.
9688
9689 2005-10-14 [colin]      1.9.15cvs47
9690
9691         * src/mainwindow.c
9692                 set relief on the account switcher so that people see it
9693                 grey out Create processing rules when no message is selected
9694         * src/prefs_filtering.c
9695                 ask before closing if the rule has not been modified, even if
9696                 it's not valid
9697         * src/prefs_matcher.c
9698                 fix sensitivity when entering the dialog
9699         * src/gtk/inputdialog.c
9700                 display a better icon on password ask
9701         * src/plugins/pgpcore/passphrase.c
9702                 make the dialog look better
9703
9704 2005-10-14 [paul]       1.9.15cvs46
9705
9706         * src/folderview.c
9707                 indicate presense of marked msgs in
9708                 unexpanded subfolders
9709
9710 2005-10-14 [paul]       1.9.15cvs45
9711
9712         * src/prefs_actions.c
9713         * src/prefs_common.c
9714         * src/prefs_common.h
9715         * src/prefs_filtering_action.c
9716         * src/prefs_matcher.c
9717         * src/prefs_template.c
9718                 remember window sizes
9719                 fix Info button size
9720
9721         Patches by wwp
9722
9723 2005-10-13 [colin]      1.9.15cvs44
9724
9725         * src/mimeview.c
9726         * src/noticeview.c
9727         * src/noticeview.h
9728                 Add a tooltip on the icon (optional) 
9729                 Get rid of the signature buttons and only
9730                 use the icon+tooltip
9731
9732 2005-10-13 [colin]      1.9.15cvs43
9733
9734         * src/noticeview.c
9735         * src/noticeview.h
9736                 Add hand cursor for hovering over icon
9737
9738 2005-10-13 [colin]      1.9.15cvs42
9739
9740         * src/summaryview.c
9741                 Fix crash when quicksearch's hidden 
9742                 at startup
9743
9744 2005-10-13 [colin]      1.9.15cvs41
9745
9746         * src/compose.c
9747                 Set subject when forwarding multiple mails
9748                 Check that other recipient than the default Cc or Bcc
9749                 have been set before sending.
9750
9751 2005-10-13 [colin]      1.9.15cvs40
9752
9753         * src/imap.c
9754                 Batch per-folder
9755                 Introduce locking, but don't use it yet
9756
9757 2005-10-13 [colin]      1.9.15cvs39
9758
9759         * src/gtk/quicksearch.c
9760                 Reset quicksearch when hiding it
9761                 Make sticky a real pref
9762
9763 2005-10-13 [colin]      1.9.15cvs38
9764
9765         * src/summaryview.c
9766                 Faster prefs apply
9767
9768 2005-10-13 [colin]      1.9.15cvs37
9769
9770         * src/mimeview.c
9771         * src/noticeview.c
9772         * src/noticeview.h
9773         * src/plugins/pgpcore/sgpgme.c
9774                 Make privacy icon clickable
9775                 Move Trust field in Full info
9776                 When trust is less than full, don't display
9777                 a warning icon
9778
9779 2005-10-13 [colin]      1.9.15cvs36
9780
9781         * src/folder.c
9782                 Batch on flags sync
9783         * src/folderview.c
9784                 Revert speed hack which is dangerous in fact
9785                 Apply prefs faster
9786
9787 2005-10-13 [colin]      1.9.15cvs35
9788
9789         * src/folder_item_prefs.c
9790                 Fix pref corruption on folder move. Patch
9791                 by wwp
9792
9793 2005-10-13 [paul]       1.9.15cvs34
9794
9795         * src/export.c
9796         * src/import.c
9797                 fix typos in g_warnings
9798         * src/prefs_account.c
9799                 add a file selector for Signature file
9800
9801         Patches by wwp
9802
9803 2005-10-12 [colin]      1.9.15cvs33
9804
9805         * src/mimeview.c
9806                 Provide a quick way to go back from a
9807                 signature's full info to the email part
9808
9809 2005-10-12 [colin]      1.9.15cvs32
9810
9811         * src/compose.c
9812                 Remove old hack of encoding signed mails with base64.
9813                 QP works equally well.
9814
9815 2005-10-12 [colin]      1.9.15cvs31
9816
9817         * src/crash.c
9818                 Replace deprecated GtkText with GtkTextView
9819         * src/imap.c
9820                 Fix a logic bug about counts in imap_select
9821                 (previously un-triggered)
9822         * src/mainwindow.c
9823         * src/summaryview.c
9824         * src/news.c
9825                 Allow local deletion of news posts
9826         * src/mimeview.c
9827                 Show GPG noticeview on the message/rfc822 part
9828                 in addition to the text/plain one
9829         * src/prefs_image_viewer.c
9830           src/plugins/pgpcore/prefs_gpg.c
9831                 Polish (set the label as part of the checkbox)
9832         * src/wizard.c
9833                 Don't sit there doing nothing after destroying
9834                 the window - return err
9835
9836 2005-10-11 [colin]      1.9.15cvs30
9837
9838         * src/folderview.c
9839                 Apply processing rules before showing folders.
9840                 Early folder show (before flags sync) will only
9841                 be done when there are no processing rules (nor
9842                 pre- or post- ones)
9843         * src/imap.c
9844                 Fix stuff related to mail subdir, creation and 
9845                 deletion of folders 
9846         * src/imap_gtk.c
9847                 Don't allow creation of folders in NoInferior
9848                 folders, as it won't work
9849
9850 2005-10-10 [colin]      1.9.15cvs29
9851
9852         * src/compose.c
9853                 Reselect "None" Privacy system when selecting an
9854                 account with no privacy system defined
9855
9856 2005-10-10 [colin]      1.9.15cvs28
9857
9858         * src/mainwindow.c
9859                 Add Windows-1252 encoding
9860         * src/prefs_common.c
9861                 Rework some defaults:
9862                 - autosave to draft by default
9863                 - don't show header pane (it's already in the textview)
9864                 - Select first new or unread mail on entry
9865                 - Assume 'Yes' to change folder when there's no more
9866                   unread message
9867         * src/prefs_matcher.c
9868                 Fix a gtk assertion failure
9869         * src/gtk/colorlabel.c
9870                 Workaround bad repainting on selection
9871         * src/main.c
9872                 Freeze/thaw (a bit faster on ssh -X)
9873         * src/msgcache.c
9874                 Get rid of StrdupConverter that just adds an
9875                 extra strdup/free 
9876         * src/etpan/imap_thread.c
9877                 memset buf to 0
9878
9879 2005-10-10 [colin]      1.9.15cvs27
9880
9881         * src/export.c
9882         * src/import.c
9883                 Fix compile on gtk 2.4. Patch by wwp
9884
9885 2005-10-09 [colin]      1.9.15cvs26
9886
9887         * src/mainwindow.c
9888         * src/messageview.c
9889         * src/summaryview.c
9890                 Clarify forward menus. Patch by wwp
9891
9892 2005-10-09 [colin]      1.9.15cvs25
9893
9894         * src/compose.c
9895         * src/compose.h
9896                 Fix bug #829 (Non-working "Encrypt message by 
9897                 default when replying to an encrypted message")
9898
9899 2005-10-08 [colin]      1.9.15cvs24
9900
9901         * src/wizard.c
9902                 Fix bug #827 ("Welcome" setup wizard after a 
9903                 permission error gives up & forgets itself.)
9904
9905 2005-10-08 [colin]      1.9.15cvs23
9906
9907         * src/procmime.c
9908                 Fix bug #828 (Ignoring headers with spaces around = sign)
9909
9910 2005-10-08 [colin]      1.9.15cvs22
9911
9912         * src/export.c
9913                 Warning fix by wwp
9914
9915 2005-10-08 [colin]      1.9.15cvs21
9916
9917         * src/folder.c
9918         * src/folder.h
9919                 Add a processing_pending indicator, set on 
9920                 folder_item_open and cleared after 
9921                 folder_item_process_open
9922         * src/folderview.c
9923         * src/summaryview.c
9924                 wrap procmsg_msginfo_*_flags, and in the
9925                 wrapper check that there's no folder processing 
9926                 pending. If there is, defer the flags change until 
9927                 processing is done to avoid stepping over each
9928                 other's toes.
9929                 Freeze during processing, but not during scanning.
9930
9931 2005-10-07 [colin]      1.9.15cvs20
9932
9933         * src/plugins/pgpcore/passphrase.c
9934                 Fix bug #826 (X-Server hangs when 
9935                 right-clicking a PGP encrypted message)
9936
9937 2005-10-07 [paul]       1.9.15cvs19
9938
9939         * src/compose.c
9940                 fix compose_entries[]
9941                 patch by Fabien Vantard
9942
9943 2005-10-06 [colin]      1.9.15cvs18
9944
9945         * src/pixmaps/address.xpm
9946         * src/pixmaps/address_book.xpm
9947         * src/pixmaps/book.xpm
9948         * src/pixmaps/check_spelling.xpm
9949         * src/pixmaps/checkbox_off.xpm
9950         * src/pixmaps/checkbox_on.xpm
9951         * src/pixmaps/close.xpm
9952         * src/pixmaps/complete.xpm
9953         * src/pixmaps/continue.xpm
9954         * src/pixmaps/deleted.xpm
9955         * src/pixmaps/down_arrow.xpm
9956         * src/pixmaps/exec.xpm
9957         * src/pixmaps/forwarded.xpm
9958         * src/pixmaps/group.xpm
9959         * src/pixmaps/ignorethread.xpm
9960         * src/pixmaps/interface.xpm
9961         * src/pixmaps/jpilot.xpm
9962         * src/pixmaps/ldap.xpm
9963         * src/pixmaps/linewrap.xpm
9964         * src/pixmaps/linewrapcurrent.xpm
9965         * src/pixmaps/mail.xpm
9966         * src/pixmaps/mail_attach.xpm
9967         * src/pixmaps/mail_compose.xpm
9968         * src/pixmaps/mail_forward.xpm
9969         * src/pixmaps/mail_receive.xpm
9970         * src/pixmaps/mail_receive_all.xpm
9971         * src/pixmaps/mail_reply.xpm
9972         * src/pixmaps/mail_reply_to_all.xpm
9973         * src/pixmaps/mail_reply_to_author.xpm
9974         * src/pixmaps/mail_send.xpm
9975         * src/pixmaps/mail_send_queue.xpm
9976         * src/pixmaps/mime_application.xpm
9977         * src/pixmaps/mime_audio.xpm
9978         * src/pixmaps/mime_image.xpm
9979         * src/pixmaps/mime_message.xpm
9980         * src/pixmaps/mime_text_enriched.xpm
9981         * src/pixmaps/mime_text_html.xpm
9982         * src/pixmaps/mime_text_plain.xpm
9983         * src/pixmaps/mime_unknown.xpm
9984         * src/pixmaps/new.xpm
9985         * src/pixmaps/news_compose.xpm
9986         * src/pixmaps/offline.xpm
9987         * src/pixmaps/online.xpm
9988         * src/pixmaps/paste.xpm
9989         * src/pixmaps/preferences.xpm
9990         * src/pixmaps/privacy_emblem_encrypted.xpm
9991         * src/pixmaps/privacy_expired.xpm
9992         * src/pixmaps/privacy_failed.xpm
9993         * src/pixmaps/privacy_passed.xpm
9994         * src/pixmaps/privacy_signed.xpm
9995         * src/pixmaps/privacy_unknown.xpm
9996         * src/pixmaps/privacy_warn.xpm
9997         * src/pixmaps/properties.xpm
9998         * src/pixmaps/replied.xpm
9999         * src/pixmaps/search.xpm
10000         * src/pixmaps/unread.xpm
10001         * src/pixmaps/up_arrow.xpm
10002         * src/pixmaps/vcard.xpm
10003                 Modernize internal theme, with icons from the 
10004                 Gnomaws theme. Keep some of the old ones where
10005                 they were better.
10006
10007 2005-10-06 [colin]      1.9.15cvs17
10008
10009         * src/summaryview.c
10010                 Little optimisations + bugfix
10011         * src/toolbar.c
10012                 Remove default useless items - useless being defined
10013                 by the default relevant prefs
10014         * src/wizard.c
10015                 include config.h to make gettext work
10016         * src/prefs_themes.c
10017                 Fix selection of current theme in prefs
10018
10019 2005-10-06 [colin]      1.9.15cvs16
10020
10021         * src/prefs_common.c
10022         * src/prefs_common.h
10023         * src/prefs_summaries.c
10024         * src/folderview.c
10025                 Add a warning dialog on Mark all read 
10026                 (with pref to get rid of it)
10027
10028 2005-10-06 [paul]       1.9.15cvs15
10029
10030         * po/nb.po
10031         * po/pt_BR.po
10032                 updated by Geir Helland and Frederico
10033                 Goncalves Guimaraes
10034
10035 2005-10-05 [colin]      1.9.15cvs14
10036
10037         * src/folder.c
10038         * src/folder.h
10039         * src/folderview.c
10040         * src/folderview.h
10041         * src/imap_gtk.c
10042         * src/mh_gtk.c
10043         * src/mainwindow.c
10044         * src/setup.c
10045                 add a way to rescan without rebuilding
10046                 make moving a bit faster (less folders changes)
10047                 don't lock the tree on Get 
10048         * src/imap.c
10049                 Don't re-delete deleted messages before expunging
10050         * src/summaryview.c
10051                 Set batch mode when deleting mails
10052
10053 2005-10-05 [paul]       1.9.15cvs13
10054
10055         * src/mainwindow.c
10056         * src/mainwindow.h
10057                 fix disabled Execute menu item
10058         * src/toolbar.c
10059                 match the change in 1.9.15cvs10: use Compose
10060                 instead of News by default
10061
10062 2005-10-04 [colin]      1.9.15cvs12
10063
10064         * src/compose.c
10065                 When replying to an ML post with Reply-To set
10066                 to the poster's email, honor it (as before),
10067                 but also honor our user's request to reply to
10068                 the mailing list: set the ML address in the To
10069                 field and the Reply-To address in the Cc: 
10070                 field.
10071
10072 2005-10-04 [colin]      1.9.15cvs11
10073
10074         * src/plugins/trayicon/trayicon.c
10075                 Finish cosmetic change - thanks to wwp
10076
10077 2005-10-04 [colin]      1.9.15cvs10
10078
10079         * src/toolbar.c
10080                 Use Compose instead of Email by default.
10081                 Spotted by wwp.
10082
10083 2005-10-04 [colin]      1.9.15cvs9
10084
10085         * src/folder.c
10086         * src/folder.h
10087         * src/folderview.c
10088         * src/imap.c
10089         * src/etpan/imap-thread.c
10090         * src/etpan/imap-thread.h
10091                 Try to make IMAP faster, by simplifying SEARCH
10092                 commands, avoiding sending two STATUS in a row,
10093                 and deferring flags sync and processing just
10094                 after displaying the folder. 
10095                 This will update the SummaryView in certain
10096                 cases (new mails not already fetched, flags
10097                 changed from another client) but in a non-
10098                 blocking manner.
10099
10100 2005-10-04 [colin]      1.9.15cvs8
10101
10102         * src/plugins/trayicon/trayicon.c
10103                 Relabel "Offline" to "Work offline"
10104
10105 2005-10-04 [colin]      1.9.15cvs7
10106
10107         * src/export.c
10108         * src/import.c
10109         * src/mbox.c
10110                 Fix mbox import/export buglets
10111                 Patch by wwp
10112         * src/plugins/trayicon/trayicon.c
10113                 Add offline swithc
10114                 Patch by wwp
10115
10116 2005-10-04 [colin]      1.9.15cvs6
10117
10118         * src/folder.c
10119         * src/folderview.c
10120         * src/summaryview.c
10121                 Better fix (don't break mark all read) for cvs2
10122
10123 2005-10-03 [colin]      1.9.15cvs5
10124
10125         * src/folder.c
10126                 Use a sane sort by default
10127
10128 2005-10-03 [colin]      1.9.15cvs4
10129
10130         * src/inc.c
10131                 Add a 'Only once' button for overriding offline mode
10132         * src/prefs_account.c
10133         * src/wizard.c
10134                 Add Local mbox to the wizard
10135                 Add IMAP subdir to the wizard (or the wizard is useless
10136                 for such accounts, or even worse than useless)
10137                 Move IMAP subdir from Advanced to Receive tab, as it's
10138                 not that uncommon
10139
10140 2005-10-03 [colin]      1.9.15cvs3
10141
10142         * src/send_message.c
10143                 Forgot this one in cvs1
10144
10145 2005-10-03 [colin]      1.9.15cvs2
10146
10147         * src/folder.c
10148                 Faster close when leaving a folder with lots
10149                 of new mails. Idea by David Relson.
10150
10151 2005-10-03 [colin]      1.9.15cvs1
10152
10153         * src/compose.c
10154         * src/imap.c
10155         * src/inc.c
10156         * src/main.c
10157         * src/messageview.c
10158         * src/news.c
10159         * src/summaryview.c
10160         * src/gtk/sslcertwindow.c
10161         * src/plugins/trayicon/trayicon.c
10162                 Add accels to every AlertPanel. Patch by Fabien 
10163                 Vantard
10164
10165 2005-10-03 [paul]       1.9.15
10166
10167         1.9.15 released
10168
10169 2005-10-03 [paul]       1.9.14cvs68
10170
10171         * po/ca.po
10172         * po/de.po
10173         * po/es.po
10174         * po/fi.po
10175         * po/fr.po
10176         * po/sk.po
10177         * po/sr.po
10178         * po/zh_CN.po
10179                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10180                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10181                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10182
10183 2005-10-03 [paul]       1.9.14cvs67
10184
10185         * src/send_message.c
10186                 prevent hang on Cancel
10187                 patch by Colin
10188
10189 2005-10-03 [paul]       1.9.14cvs66
10190
10191         * src/main.c
10192                 fix crash in IMAP caused by discrepancy
10193                 between check_at_startup and offline mode
10194                 Patch by Colin
10195
10196 2005-10-01 [paul]       1.9.14cvs65
10197
10198         * src/inc.c
10199                 fix engrish
10200
10201 2005-10-01 [paul]       1.9.14cvs64
10202         * src/export.c
10203         * src/import.c
10204                 synchronise import_mbox() and export_mbox()
10205         * src/mbox.c
10206                 proc_mbox(): add alert if file cannot be opened
10207                 export_list_to_mbox(): test if dest file exists,
10208                 prompt user to overwrite if it does. add alert
10209                 if file cannot be created
10210                                                                 
10211         Patch by wwp
10212                                                                                                                 
10213
10214 2005-09-30 [paul]       1.9.14cvs63
10215
10216         * src/addressbook.c
10217                 Fix sensitivity of a menu
10218         * src/codeconv.c
10219                 Respect hidden pref for mails with no encoding
10220         * src/common/xml.c
10221                 Fix memory corruption
10222         * src/plugins/pgpcore/sgpgme.c
10223                 Fix segfault on incomplete sigs, and display
10224                 of S/Mime UIDs
10225
10226         Patches by Colin
10227
10228 2005-09-30 [colin]      1.9.14cvs62
10229
10230         * src/partial_download.c
10231                 Little logic fix in almost-dead code
10232         * src/pop.c
10233                 Fix partial download when there's no new mail
10234
10235 2005-09-29 [paul]       1.9.14cvs61
10236
10237         * src/plugins/pgpinline/pgpinline.c
10238                 fix bug 819, 'crash accessing sign message'
10239                 Patch by Colin
10240
10241 2005-09-28 [martin]     1.9.14cvs60
10242
10243         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10244                 fix bug #790 (Crash when restarting window manager (fluxbox))
10245
10246 2005-09-28 [paul]       1.9.14cvs59
10247
10248         * src/gtk/gtkaspell.c
10249                 fix off-by-one typo
10250
10251 2005-09-27 [colin]      1.9.14cvs58
10252
10253         * src/plugins/pgpcore/sgpgme.c
10254                 Report error when there's one, instead of
10255                 "Signature unchecked" 
10256
10257 2005-09-27 [colin]      1.9.14cvs57
10258
10259         * src/prefs_quote.c
10260                 Fix bug #816 (Weird quotation with spaces)
10261
10262 2005-09-27 [colin]      1.9.14cvs56
10263
10264         * src/codeconv.c
10265         * src/compose.c
10266         * src/compose.h
10267                 Put subject in compose's title
10268                 Fix Automatic encoding so that it's really automatic:
10269                 first try default locale's charset, then charset of the replied mail, 
10270                 then utf-8
10271                 Fix encoding of headers (must be in strict mode too)
10272
10273 2005-09-26 [colin]      1.9.14cvs55
10274
10275         * src/gtk/gtkaspell.c
10276                 Fix previous patch - don't color the space,
10277                 just uncolor it :)
10278
10279 2005-09-26 [colin]      1.9.14cvs54
10280
10281         * src/gtk/gtkaspell.c
10282                 Unmark space if possible
10283
10284 2005-09-26 [colin]      1.9.14cvs53
10285
10286         * src/imap.c
10287                 log_error instead of alertpanel according to the pref
10288         * src/etpan/imap-thread.c
10289                 Print connect status, copy only necessary size to 
10290                 logger
10291         * src/plugins/pgpmime/pgpmime.c
10292                 Handle S/Mime signatures (verification only). Patch based
10293                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10294
10295 2005-09-26 [paul]       1.9.14cvs52
10296
10297         * src/common/passcrypt.c
10298                 this 'workaround' not necessary on NetBSD.
10299                 Thanks to Daniel Gustafson
10300
10301 2005-09-26 [paul]
10302
10303         1.9.15-rc4 released
10304
10305 2005-09-26 [paul]       1.9.14cvs51
10306
10307         * src/summaryview.c
10308                 Skip currently selected message when
10309                 looking for next new or unread message
10310                 in current folder. Patch by Colin
10311         * src/common/passcrypt.c
10312                 eliminate warnings on *BSD. Patch by
10313                 Daniel Gustafson
10314
10315 2005-09-26 [colin]      1.9.14cvs50
10316
10317         * src/procmsg.c
10318                 Call postfiltering hook anyway
10319
10320 2005-09-22 [colin]      1.9.14cvs49
10321
10322         * src/codeconv.c
10323         * src/codeconv.h
10324                 Add a strict mode that doesn't replace with _
10325         * src/compose.c
10326         * src/compose.h
10327                 Use strict conversion while sending
10328                 Fix race when drafting while sending (happens
10329                 on IMAP)
10330                 Fix d'n'd of messages from summaryview
10331         * src/prefs_common.c
10332         * src/prefs_common.h
10333                 add hidden utf8_instead_of_locale_for_broken_mail 
10334                 pref for people that preferred the default charset 
10335                 to be utf8 for broken mails
10336         * src/quote_fmt_parse.y
10337                 fix bug #815 (No quote insert if "From:" fied 
10338                 contained Russian letters)
10339         * src/summaryview.c
10340                 Fix d'n'd of messages to compose
10341
10342 2005-09-22 [paul]       1.9.14cvs48
10343
10344         * src/compose.c
10345                 fix bug where attachments Name entry
10346                 would display Path instead
10347
10348 2005-09-21 [paul]       1.9.14cvs47
10349
10350         * README
10351         * README.jp
10352         * configure.ac
10353         * config/config.rpath
10354         * doc/manual/en/sylpheed-20.html
10355         * doc/manual/es/sylpheed-20.html
10356         * po/bg.po
10357         * po/ca.po
10358         * po/de.po
10359         * po/es.po
10360         * po/fr.po
10361         * po/it.po
10362         * po/pt_BR.po
10363         * po/sk.po
10364         * po/zh_TW.po
10365         * src/account.c
10366         * src/account.h
10367         * src/action.c
10368         * src/action.h
10369         * src/adbookbase.h
10370         * src/addr_compl.c
10371         * src/addr_compl.h
10372         * src/addrbook.c
10373         * src/addrbook.h
10374         * src/addrcache.c
10375         * src/addrcache.h
10376         * src/addrcindex.c
10377         * src/addrcindex.h
10378         * src/addrclip.c
10379         * src/addrclip.h
10380         * src/addrdefs.h
10381         * src/addressadd.c
10382         * src/addressadd.h
10383         * src/addressbook.c
10384         * src/addressbook.h
10385         * src/addressitem.h
10386         * src/addrgather.c
10387         * src/addrgather.h
10388         * src/addrharvest.c
10389         * src/addrharvest.h
10390         * src/addrindex.c
10391         * src/addrindex.h
10392         * src/addritem.c
10393         * src/addritem.h
10394         * src/addrquery.c
10395         * src/addrquery.h
10396         * src/addrselect.c
10397         * src/addrselect.h
10398         * src/alertpanel.c
10399         * src/alertpanel.h
10400         * src/browseldap.c
10401         * src/browseldap.h
10402         * src/codeconv.c
10403         * src/codeconv.h
10404         * src/compose.c
10405         * src/compose.h
10406         * src/crash.c
10407         * src/crash.h
10408         * src/customheader.c
10409         * src/customheader.h
10410         * src/displayheader.c
10411         * src/displayheader.h
10412         * src/editaddress.c
10413         * src/editaddress.h
10414         * src/editbook.c
10415         * src/editbook.h
10416         * src/editgroup.c
10417         * src/editgroup.h
10418         * src/editjpilot.c
10419         * src/editjpilot.h
10420         * src/editldap.c
10421         * src/editldap.h
10422         * src/editldap_basedn.c
10423         * src/editldap_basedn.h
10424         * src/editvcard.c
10425         * src/editvcard.h
10426         * src/enriched.c
10427         * src/enriched.h
10428         * src/exphtmldlg.c
10429         * src/exphtmldlg.h
10430         * src/expldifdlg.c
10431         * src/expldifdlg.h
10432         * src/export.c
10433         * src/export.h
10434         * src/exporthtml.c
10435         * src/exporthtml.h
10436         * src/exportldif.c
10437         * src/exportldif.h
10438         * src/filtering.c
10439         * src/filtering.h
10440         * src/folder.c
10441         * src/folder.h
10442         * src/folder_item_prefs.c
10443         * src/folder_item_prefs.h
10444         * src/foldersel.c
10445         * src/foldersel.h
10446         * src/folderutils.c
10447         * src/folderutils.h
10448         * src/folderview.c
10449         * src/folderview.h
10450         * src/grouplistdialog.c
10451         * src/grouplistdialog.h
10452         * src/headerview.c
10453         * src/headerview.h
10454         * src/html.c
10455         * src/html.h
10456         * src/image_viewer.c
10457         * src/image_viewer.h
10458         * src/imap.c
10459         * src/imap.h
10460         * src/imap_gtk.c
10461         * src/imap_gtk.h
10462         * src/import.c
10463         * src/import.h
10464         * src/importldif.c
10465         * src/importldif.h
10466         * src/importmutt.c
10467         * src/importmutt.h
10468         * src/importpine.c
10469         * src/importpine.h
10470         * src/inc.c
10471         * src/inc.h
10472         * src/jpilot.c
10473         * src/jpilot.h
10474         * src/ldapctrl.c
10475         * src/ldapctrl.h
10476         * src/ldaplocate.c
10477         * src/ldaplocate.h
10478         * src/ldapquery.c
10479         * src/ldapquery.h
10480         * src/ldapserver.c
10481         * src/ldapserver.h
10482         * src/ldaputil.c
10483         * src/ldaputil.h
10484         * src/ldif.c
10485         * src/ldif.h
10486         * src/localfolder.c
10487         * src/localfolder.h
10488         * src/main.c
10489         * src/main.h
10490         * src/mainwindow.c
10491         * src/mainwindow.h
10492         * src/manual.c
10493         * src/manual.h
10494         * src/matcher.c
10495         * src/matcher.h
10496         * src/matcher_parser.h
10497         * src/matcher_parser_lex.l
10498         * src/matcher_parser_parse.y
10499         * src/mbox.c
10500         * src/mbox.h
10501         * src/message_search.c
10502         * src/message_search.h
10503         * src/messageview.c
10504         * src/messageview.h
10505         * src/mh.c
10506         * src/mh.h
10507         * src/mh_gtk.c
10508         * src/mh_gtk.h
10509         * src/mimeview.c
10510         * src/mimeview.h
10511         * src/msgcache.c
10512         * src/msgcache.h
10513         * src/mutt.c
10514         * src/mutt.h
10515         * src/news.c
10516         * src/news.h
10517         * src/news_gtk.c
10518         * src/news_gtk.h
10519         * src/noticeview.c
10520         * src/noticeview.h
10521         * src/partial_download.c
10522         * src/partial_download.h
10523         * src/pine.c
10524         * src/pine.h
10525         * src/pop.c
10526         * src/pop.h
10527         * src/prefs_account.c
10528         * src/prefs_account.h
10529         * src/prefs_actions.c
10530         * src/prefs_actions.h
10531         * src/prefs_common.c
10532         * src/prefs_common.h
10533         * src/prefs_compose_writing.c
10534         * src/prefs_compose_writing.h
10535         * src/prefs_customheader.c
10536         * src/prefs_customheader.h
10537         * src/prefs_display_header.c
10538         * src/prefs_display_header.h
10539         * src/prefs_ext_prog.c
10540         * src/prefs_ext_prog.h
10541         * src/prefs_filtering.c
10542         * src/prefs_filtering.h
10543         * src/prefs_filtering_action.c
10544         * src/prefs_filtering_action.h
10545         * src/prefs_folder_column.c
10546         * src/prefs_folder_column.h
10547         * src/prefs_folder_item.c
10548         * src/prefs_folder_item.h
10549         * src/prefs_fonts.c
10550         * src/prefs_fonts.h
10551         * src/prefs_gtk.c
10552         * src/prefs_gtk.h
10553         * src/prefs_image_viewer.c
10554         * src/prefs_image_viewer.h
10555         * src/prefs_matcher.c
10556         * src/prefs_matcher.h
10557         * src/prefs_message.c
10558         * src/prefs_message.h
10559         * src/prefs_msg_colors.c
10560         * src/prefs_msg_colors.h
10561         * src/prefs_other.c
10562         * src/prefs_other.h
10563         * src/prefs_quote.c
10564         * src/prefs_quote.h
10565         * src/prefs_receive.c
10566         * src/prefs_receive.h
10567         * src/prefs_send.c
10568         * src/prefs_send.h
10569         * src/prefs_spelling.c
10570         * src/prefs_spelling.h
10571         * src/prefs_summaries.c
10572         * src/prefs_summaries.h
10573         * src/prefs_summary_column.c
10574         * src/prefs_summary_column.h
10575         * src/prefs_template.c
10576         * src/prefs_template.h
10577         * src/prefs_themes.c
10578         * src/prefs_themes.h
10579         * src/prefs_toolbar.c
10580         * src/prefs_toolbar.h
10581         * src/prefs_wrapping.c
10582         * src/prefs_wrapping.h
10583         * src/privacy.c
10584         * src/privacy.h
10585         * src/procheader.c
10586         * src/procheader.h
10587         * src/procmime.c
10588         * src/procmime.h
10589         * src/procmsg.c
10590         * src/procmsg.h
10591         * src/quote_fmt.c
10592         * src/quote_fmt_parse.y
10593         * src/recv.c
10594         * src/recv.h
10595         * src/remotefolder.c
10596         * src/remotefolder.h
10597         * src/send_message.c
10598         * src/send_message.h
10599         * src/setup.c
10600         * src/setup.h
10601         * src/simple-gettext.c
10602         * src/sourcewindow.c
10603         * src/sourcewindow.h
10604         * src/ssl_manager.c
10605         * src/ssl_manager.h
10606         * src/statusbar.c
10607         * src/statusbar.h
10608         * src/stock_pixmap.c
10609         * src/stock_pixmap.h
10610         * src/summary_search.c
10611         * src/summary_search.h
10612         * src/summaryview.c
10613         * src/summaryview.h
10614         * src/syldap.c
10615         * src/syldap.h
10616         * src/textview.c
10617         * src/textview.h
10618         * src/toolbar.c
10619         * src/toolbar.h
10620         * src/undo.c
10621         * src/undo.h
10622         * src/unmime.c
10623         * src/unmime.h
10624         * src/vcard.c
10625         * src/vcard.h
10626         * src/wizard.c
10627         * src/wizard.h
10628         * src/common/base64.c
10629         * src/common/base64.h
10630         * src/common/defs.h
10631         * src/common/hooks.c
10632         * src/common/hooks.h
10633         * src/common/log.c
10634         * src/common/log.h
10635         * src/common/md5.c
10636         * src/common/md5.h
10637         * src/common/mgutils.c
10638         * src/common/mgutils.h
10639         * src/common/nntp.c
10640         * src/common/nntp.h
10641         * src/common/passcrypt.c
10642         * src/common/passcrypt.h.in
10643         * src/common/plugin.c
10644         * src/common/plugin.h
10645         * src/common/prefs.c
10646         * src/common/prefs.h
10647         * src/common/progressindicator.c
10648         * src/common/progressindicator.h
10649         * src/common/quoted-printable.c
10650         * src/common/quoted-printable.h
10651         * src/common/session.c
10652         * src/common/session.h
10653         * src/common/smtp.c
10654         * src/common/smtp.h
10655         * src/common/socket.c
10656         * src/common/socket.h
10657         * src/common/ssl.c
10658         * src/common/ssl.h
10659         * src/common/ssl_certificate.c
10660         * src/common/ssl_certificate.h
10661         * src/common/string_match.c
10662         * src/common/string_match.h
10663         * src/common/stringtable.c
10664         * src/common/sylpheed.c
10665         * src/common/sylpheed.h
10666         * src/common/template.c
10667         * src/common/template.h
10668         * src/common/timing.h
10669         * src/common/utils.c
10670         * src/common/utils.h
10671         * src/common/uuencode.c
10672         * src/common/uuencode.h
10673         * src/common/version.h.in
10674         * src/common/xml.c
10675         * src/common/xml.h
10676         * src/common/xmlprops.c
10677         * src/common/xmlprops.h
10678         * src/gtk/about.c
10679         * src/gtk/about.h
10680         * src/gtk/colorlabel.c
10681         * src/gtk/colorlabel.h
10682         * src/gtk/colorsel.c
10683         * src/gtk/colorsel.h
10684         * src/gtk/description_window.c
10685         * src/gtk/description_window.h
10686         * src/gtk/filesel.c
10687         * src/gtk/filesel.h
10688         * src/gtk/foldersort.c
10689         * src/gtk/foldersort.h
10690         * src/gtk/gtkutils.c
10691         * src/gtk/gtkutils.h
10692         * src/gtk/inputdialog.c
10693         * src/gtk/inputdialog.h
10694         * src/gtk/logwindow.c
10695         * src/gtk/logwindow.h
10696         * src/gtk/manage_window.c
10697         * src/gtk/manage_window.h
10698         * src/gtk/menu.c
10699         * src/gtk/menu.h
10700         * src/gtk/pluginwindow.c
10701         * src/gtk/pluginwindow.h
10702         * src/gtk/prefswindow.c
10703         * src/gtk/prefswindow.h
10704         * src/gtk/progressdialog.c
10705         * src/gtk/progressdialog.h
10706         * src/gtk/quicksearch.c
10707         * src/gtk/quicksearch.h
10708         * src/gtk/sslcertwindow.c
10709         * src/gtk/sslcertwindow.h
10710         * src/plugins/clamav/clamav_plugin.c
10711         * src/plugins/clamav/clamav_plugin.h
10712         * src/plugins/clamav/clamav_plugin_gtk.c
10713         * src/plugins/demo/demo.c
10714         * src/plugins/dillo_viewer/dillo_prefs.c
10715         * src/plugins/dillo_viewer/dillo_prefs.h
10716         * src/plugins/dillo_viewer/dillo_viewer.c
10717         * src/plugins/mathml_viewer/mathml_viewer.c
10718         * src/plugins/pgpcore/passphrase.c
10719         * src/plugins/pgpcore/passphrase.h
10720         * src/plugins/pgpcore/plugin.c
10721         * src/plugins/pgpcore/prefs_gpg.c
10722         * src/plugins/pgpcore/prefs_gpg.h
10723         * src/plugins/pgpcore/select-keys.c
10724         * src/plugins/pgpcore/select-keys.h
10725         * src/plugins/pgpcore/sgpgme.c
10726         * src/plugins/pgpcore/sgpgme.h
10727         * src/plugins/pgpinline/pgpinline.c
10728         * src/plugins/pgpinline/pgpinline.h
10729         * src/plugins/pgpinline/plugin.c
10730         * src/plugins/pgpmime/pgpmime.c
10731         * src/plugins/pgpmime/pgpmime.h
10732         * src/plugins/pgpmime/plugin.c
10733         * src/plugins/spamassassin/spamassassin.c
10734         * src/plugins/spamassassin/spamassassin.h
10735         * src/plugins/spamassassin/spamassassin_gtk.c
10736         * src/plugins/trayicon/trayicon.c
10737         * tools/OOo2sylpheed.pl
10738         * tools/acroread2sylpheed.pl
10739         * tools/asus_mailled.sh
10740         * tools/filter_conv.pl
10741         * tools/freshmeat_search.pl
10742         * tools/google_search.pl
10743         * tools/kmail2sylpheed.pl
10744         * tools/kmail2sylpheed_v2.pl
10745         * tools/maildir2sylpheed.pl
10746         * tools/multiwebsearch.pl
10747         * tools/newscache_clean.pl
10748         * tools/outlook2sylpheed.pl
10749         * tools/sylpheed-switcher
10750         * tools/update-po
10751         * tools/vcard2xml.py
10752         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10753                 update FSF address
10754
10755 2005-09-21 [colin]      1.9.14cvs46
10756
10757         * src/gedit-print.c
10758         * src/procmsg.c
10759         * src/procmsg.h
10760         * src/textview.c
10761         * src/summaryview.c
10762                 Remove some printing hacks (deselection/reselection),
10763                 which by the way fix printing the currently 
10764                 displayed mime part (still only text)
10765                 Plus a little optimisation of summary_show
10766
10767
10768 2005-09-20 [colin]      1.9.14cvs45
10769
10770         * src/mainwindow.c
10771         * src/messageview.c
10772                 GUI fixups: add accels, set message
10773                 view title to displayed mail's subject
10774         * src/prefs_spelling.c
10775         * src/gtk/gtkaspell.c
10776                 GUI fixups: allow underlining misspelled
10777                 words instead of coloring them (a11y!)
10778
10779 2005-09-19 [colin]
10780
10781         1.9.15rc3 released
10782
10783 2005-09-19 [colin]      1.9.14cvs44
10784
10785         * src/compose.c
10786                 Fix draft message
10787         * src/gtk/gtkaspell.c
10788                 Fix wrong test ;-)
10789
10790 2005-09-19 [colin]      1.9.14cvs43
10791
10792         * src/addressbook.c
10793                 Fix sensitivity of Delete button
10794         * src/compose.c
10795                 Warn if the requested Privacy system
10796                 is not available
10797         * src/exphtmldlg.c
10798         * src/expldifdlg.c
10799         * src/importldif.c
10800         * src/importmutt.c
10801         * src/importpine.c
10802                 Fix crappy UI
10803         * src/
10804         * src/ssl.h
10805         * src/prefs_account.h
10806         * src/prefs_account.c
10807                 Save SSL prefs even in builds that have
10808                 SSL support disable
10809         * src/imap.c
10810         * src/inc.c
10811         * src/news.c
10812         * src/send_message.c
10813                 Warn if connection should be secure, but
10814                 SSL support isn't compiled in
10815         * src/gtkaspell.c
10816                 Fix word separation on UTF-8 systems
10817                 Fixes bug #812 (Strange inline spellchecking)
10818         * src/compose.c
10819                 Warn if the requested Privacy system
10820                 is not available
10821                 Factorize offline warning
10822         * src/imap.c
10823         * src/imap_gtk.c
10824         * src/imap_gtk.h
10825         * src/inc.h
10826         * src/news_gtk.c
10827         * src/news_gtk.h
10828         * src/messageview.c
10829                 Factorize offline warning
10830
10831 2005-09-19 [paul]
10832
10833         1.9.15-rc2 released
10834
10835 2005-09-18 [colin]      1.9.14cvs42
10836
10837         * src/codeconv.c
10838         * src/codeconv.h
10839         * src/procmime.c
10840                 Add a way to get locale's charset ignoring utf-8,
10841                 and use that as default encoding for broken mails
10842
10843 2005-09-18 [colin]      1.9.14cvs41
10844
10845         * src/gtk/logwindow.c
10846                 Translate string. Patch by Fabien Vantard
10847
10848 2005-09-18 [colin]      1.9.14cvs40
10849
10850         * configure.ac
10851                 Fix bug #803 (IMAP/SSL support breaks with 
10852                 GnuTLS libetpan 0.38)
10853
10854 2005-09-18 [colin]      1.9.14cvs39
10855
10856         * src/codeconv.c
10857         * src/compose.c
10858         * src/procmime.c
10859                 More charsets fixes. Fixes bug #806 (non
10860                 ascii characters in subject line)
10861
10862 2005-09-17 [paul]       1.9.14cvs38
10863
10864         * src/folderview.c
10865         * src/mainwindow.c
10866                 fix gcc-2.95 issues
10867                 Patch by Pawel Pekala
10868
10869 2005-09-17 [colin]      1.9.14cvs37
10870
10871         * src/addrindex.c
10872                 bugfix for NO-USE LDAP compilation, patch 
10873                 by Fabien Vantard
10874
10875 2005-09-17 [colin]      1.9.14cvs36
10876
10877         * src/prefs_actions.c
10878         * src/prefs_customheader.c
10879         * src/prefs_display_header.c
10880         * src/prefs_filtering_action.c
10881         * src/prefs_matcher.c
10882         * src/prefs_toolbar.c
10883                 Fix strange casts (less elegant but
10884                 works better)
10885
10886 2005-09-16 [colin]      1.9.14cvs35
10887
10888         * src/jpilot.c
10889                 Missed that one
10890
10891 2005-09-16 [colin]      1.9.14cvs34
10892
10893         * configure.ac
10894         * src/Makefile.am
10895         * src/addr_compl.c
10896         * src/addrindex.c
10897         * src/browseldap.c
10898         * src/editldap.c
10899         * src/ldaplocate.c
10900         * src/ldapquery.c
10901         * src/ldapquery.h
10902         * src/ldapserver.c
10903         * src/ldapserver.h
10904         * src/main.c
10905         * src/matcher_parser_parse.y
10906         * src/prefs_themes.c
10907         * src/etpan/Makefile.am
10908         * src/gtk/description_window.c
10909         * src/plugins/clamav/Makefile.am
10910         * src/plugins/clamav/clamav_plugin.c
10911         * src/plugins/dillo_viewer/Makefile.am
10912         * src/plugins/pgpcore/Makefile.am
10913         * src/plugins/pgpinline/Makefile.am
10914         * src/plugins/pgpmime/Makefile.am
10915         * src/plugins/trayicon/Makefile.am
10916                 Fix 100% cpu usage in address completion list
10917                 Fix little bugs (return with no values etc)
10918                 Fix all warnings (with common CFLAGS)
10919
10920 2005-09-15 [colin]      1.9.14cvs33
10921
10922         * src/addressbook.c
10923                 Fix bug where sometimes a group's email list is empty,
10924                 force its refresh (probably fixes "Re: how to create a 
10925                 distribution list")
10926         * src/ldapquery.c
10927                 Don't return to the callback in the main thread from the
10928                 fetch thread (or face segs!)
10929
10930 2005-09-15 [paul]       1.9.14cvs32
10931
10932         * src/prefs_matcher.c
10933                 forgotten in last commit
10934
10935 2005-09-15 [paul]       1.9.14cvs31
10936
10937         * src/prefs_actions.c
10938         * src/prefs_filtering_action.c
10939         * src/prefs_quote.c
10940         * src/quote_fmt.c
10941         * src/summaryview.c
10942         * src/gtk/description_window.c
10943         * src/gtk/description_window.h
10944         * src/gtk/quicksearch.c
10945                 allow interaction with the called
10946                 description window
10947                 Patch by Anders Hammar
10948
10949 2005-09-14 [paul]       1.9.14cvs30
10950
10951         * src/compose.c
10952                 fix a little annoyance when pasting with 3rd button 
10953                 with wrap_pastes=0 and wrap_input=1
10954                 Patch by Colin
10955
10956 2005-09-14 [paul]       1.9.14cvs29
10957
10958         * src/prefs_account.c
10959                 disable 'Filter messages on receiving' for
10960                 SMTP-only accounts
10961                 Patch  by Anders Hammar
10962
10963 2005-09-14 [paul]       1.9.14cvs28
10964
10965         * po/sk.po
10966                 fix crash
10967                 updated by Andrej Kacian
10968
10969 2005-09-14 [paul]
10970
10971         1.9.15-rc1 released
10972
10973 2005-09-14 [paul]       1.9.14cvs27
10974
10975         * po/es.po
10976                 updated by Ricardo Mones Lastra
10977         * src/compose.c
10978         * src/compose.h
10979                 associate no_wrap_tags to Compose windows
10980                 instead of using a static one
10981                 Patch by Colin
10982         * src/mbox.c
10983                 fix proc_mbox()
10984                 Patch by wwp
10985         * src/textview.c
10986                 remove unneeded printf()
10987
10988 2005-09-14 [paul]       1.9.14cvs26
10989
10990         * src/addrcache.c
10991         * src/codeconv.h
10992         * src/folder.h
10993         * src/mainwindow.h
10994         * src/mh.c
10995         * src/mimeview.h
10996         * src/partial_download.c
10997         * src/pop.c
10998         * src/prefs_account.c
10999         * src/prefs_account.h
11000         * src/prefs_actions.c
11001         * src/prefs_customheader.c
11002         * src/prefs_display_header.c
11003         * src/prefs_filtering_action.c
11004         * src/prefs_matcher.c
11005         * src/prefs_toolbar.c
11006         * src/privacy.h
11007         * src/procmime.c
11008         * src/procmime.h
11009         * src/procmsg.h
11010         * src/textview.c
11011         * src/undo.h
11012         * src/common/plugin.c
11013         * src/common/session.h
11014         * src/common/socket.c
11015         * src/common/socket.h
11016         * src/common/template.c
11017         * src/gtk/gtkaspell.c
11018         * src/gtk/quicksearch.h
11019         * src/plugins/pgpcore/passphrase.c
11020         * src/plugins/pgpcore/prefs_gpg.h
11021         * src/plugins/pgpcore/select-keys.c
11022         * src/plugins/pgpcore/select-keys.h
11023         * src/plugins/pgpcore/sgpgme.c
11024         * src/plugins/pgpinline/pgpinline.c
11025         * src/plugins/pgpmime/pgpmime.c
11026         * src/plugins/trayicon/trayicon.c
11027                 fix compilation warnings
11028                 Patch by Daniel Gustafson
11029
11030 2005-09-14 [paul]       1.9.14cvs25
11031
11032         * src/addressbook.c
11033                 add missing column header, and other small
11034                 bug fixes
11035                 Patch by Anders Hammar
11036
11037 2005-09-13 [colin]      1.9.14cvs24
11038
11039         * src/gtk/gtkaspell.c
11040                 Fix non-utf8 in menu
11041                 Fix little leaks
11042                 Nullify struct members after free()s
11043
11044 2005-09-13 [colin]      1.9.14cvs23
11045
11046         * src/compose.c
11047                 Test utf8 compliance before inserting to 
11048                 buffer, and try to convert if necessary
11049         * src/procmime.c
11050                 If no charset is present, use the locale 
11051                 one instead of us-ascii
11052         * src/procmsg.c
11053                 Add Sender, List-Post and To in the checked 
11054                 headers for automatic rules creation 
11055                 (thanks to wwp)
11056         * src/prefs_themes.c
11057         * src/gtk/gtkaspell.c
11058                 Remove deprecated functions. 
11059                 patch by Daniel Gustafson
11060
11061 2005-09-12 [colin]      1.9.14cvs22
11062
11063         * src/compose.c
11064                 Fix bug #448 (Scrolling/Redraw issue with 
11065                 address-fields in Header)
11066         * src/mainwindow.c
11067         * src/summaryview.c
11068         * src/summaryview.h
11069                 Fix loss of MSG_MARKED on move/copy
11070                 Fix bug #804 (Quicksearch togglebutton doesn't 
11071                 get depressed after '/' key is pressed)
11072
11073 2005-09-12 [paul]       1.9.14cvs21
11074
11075         * AUTHORS
11076         * src/gtk/logwindow.c
11077                 add 'Clear Log' to popup menu
11078                 Patch by Anders Hammar <anders.hammar@telia.com>
11079
11080 2005-09-12 [paul]       1.9.14cvs20
11081
11082         * src/compose.c
11083                 set correct sensitivity on attachments
11084                 popup menu
11085         * src/folder.c
11086                 fix typo
11087         * src/prefs_spelling.c
11088                 fix crash when no LANG env is set
11089         * src/common/xml.c
11090                 fix crash in wizard
11091                 don't use memeory after free
11092
11093         All patches by Daniel Gustafson
11094
11095 2005-09-12 [paul]       1.9.14cvs19
11096
11097         * src/prefs_themes.c
11098                 make theme info selectable
11099         * src/gtk/description_window.c
11100                 make window non-modal
11101         * tools/README
11102                 add details of asus_mailed.sh
11103         * tools/claws.i18n.status.pl
11104                 update for new zh_TW translator
11105                 widen the output
11106                 create alternate coloured lines
11107                 improve readability
11108
11109 2005-09-10 [colin]      1.9.14cvs18
11110
11111         * src/plugins/pgpcore/select-keys.c
11112                 Better order for the buttons
11113
11114 2005-09-10 [colin]      1.9.14cvs17
11115
11116         * src/compose.c
11117         * src/plugins/pgpcore/select-keys.c
11118         * src/plugins/pgpcore/select-keys.h
11119         * src/plugins/pgpcore/sgpgme.c
11120                 Add a "Don't encrypt" button to the key
11121                 selection dialog. Fixes bug #177 (There should be a 
11122                 'Don't encrypt button in the Select Keys dialog)
11123
11124 2005-09-10 [colin]      1.9.14cvs16
11125
11126         * src/compose.c
11127                 Fix bug #572 (%X option does not work with templates)
11128
11129 2005-09-10 [colin]      1.9.14cvs15
11130
11131         * src/toolbar.c 
11132                 Remove g_print
11133
11134 2005-09-10 [colin]      1.9.14cvs14
11135
11136         * src/imap.c
11137                 Fix a possible crash
11138
11139 2005-09-09 [colin]      1.9.14cvs13
11140
11141         * src/imap.c
11142         * src/etpan/imap-thread.c
11143         * src/etpan/imap-thread.h
11144                 Fix moving from queue or drafts to normal folders
11145                 Fix bug #794 (No way to delete without expunging)
11146                 Take flags unset by other mailers into account
11147                 Take deleted flag set by other mailers into account
11148                 Fix unsetting REPLIED flag
11149                 Fix crash when capabilities can't be retrieved
11150         * src/mainwindow.c
11151         * src/mainwindow.h
11152                 Add M_DELAYED_FLAGS condition, and let the user use
11153                 Execute in order to be able to expunge deleted mails,
11154                 even if he's not in delayed execute mode
11155         * src/prefs_spelling.c
11156                 Use 'en' dictionary by default if LANG is POSIX or C
11157         * src/gtk/prefswindow.c
11158                 Fix bug #767 (Preferences windows expanding) by making
11159                 the window a bit larger when the resolution is greater
11160                 than 640x480, and by putting the prefs in a
11161                 GtkScrolledWindow.
11162
11163 2005-09-09 [paul]       1.9.14cvs12
11164
11165         * AUTHORS
11166         * configure.ac
11167         * po/zh_TW.Big5.po      ** REMOVED **
11168         * po/zh_TW.po           ** ADDED **
11169                 updated by Wei-Lun Chao
11170
11171 2005-09-09 [paul]       1.9.14cvs11
11172
11173         * src/mainwindow.c
11174                 fix asserts
11175         * src/common/xml.c
11176                 delay memory allocation until file is
11177                 opened successfully
11178                 Patch by Daniel Gustafson
11179
11180 2005-09-09 [colin]      1.9.14cvs10
11181
11182         * src/imap.c
11183                 Add guards
11184
11185 2005-09-08 [colin]      1.9.14cvs9
11186
11187         * src/compose.c
11188                 Alert when we can't save draft
11189                 Fix various wrap/color issues
11190                 Add mid-click pasting respecting wrap_paste option
11191         * src/folder.c
11192         * src/folder.h
11193         * src/folder_item_prefs.c
11194         * src/folder_item_prefs.h
11195         * src/imap.c
11196         * src/imap_gtk.c
11197         * src/imap_gtk.h
11198         * src/main.c
11199         * src/mainwindow.c
11200         * src/mainwindow.h
11201         * src/news.c
11202         * src/news_gtk.c
11203         * src/news_gtk.h
11204         * src/prefs_folder_item.c
11205                 Fix the impossibility to synchronise folders for
11206                 offline use (IMAP and NNTP are concerned)
11207
11208 2005-09-08 [colin]      1.9.14cvs8
11209
11210         * configure.ac
11211                 Build LDAP and JPilot by default if available
11212         * src/textview.c
11213                 Fix use after free
11214
11215 2005-09-08 [paul]       1.9.14cvs7
11216
11217         * doc/manual/en/sylpheed-1.html
11218         * doc/manual/en/sylpheed-18.html
11219         * doc/manual/en/sylpheed-19.html
11220         * doc/manual/en/sylpheed-4.html
11221         * doc/manual/en/sylpheed-6.html
11222         * doc/manual/en/sylpheed.html
11223                 a few minor updates, plus include some
11224                 details about plugins and their requirements
11225         * src/mainwindow.c
11226                 minor changes to English in /View/Sort
11227
11228 2005-09-07 [colin]      1.9.14cvs6
11229
11230         * doc/manual/en/sylpheed-1.html
11231         * doc/manual/en/sylpheed-10.html
11232         * doc/manual/en/sylpheed-11.html
11233         * doc/manual/en/sylpheed-12.html
11234         * doc/manual/en/sylpheed-13.html
11235         * doc/manual/en/sylpheed-14.html
11236         * doc/manual/en/sylpheed-15.html
11237         * doc/manual/en/sylpheed-16.html
11238         * doc/manual/en/sylpheed-17.html
11239         * doc/manual/en/sylpheed-18.html
11240         * doc/manual/en/sylpheed-19.html
11241         * doc/manual/en/sylpheed-2.html
11242         * doc/manual/en/sylpheed-20.html
11243         * doc/manual/en/sylpheed-21.html
11244         * doc/manual/en/sylpheed-22.html
11245         * doc/manual/en/sylpheed-3.html
11246         * doc/manual/en/sylpheed-4.html
11247         * doc/manual/en/sylpheed-5.html
11248         * doc/manual/en/sylpheed-6.html
11249         * doc/manual/en/sylpheed-7.html
11250         * doc/manual/en/sylpheed-8.html
11251         * doc/manual/en/sylpheed-9.html
11252         * doc/manual/en/sylpheed.html
11253                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11254
11255 2005-09-07 [colin]      1.9.14cvs5
11256
11257         * src/mainwindow.c
11258                 Make labels more to-the-point
11259
11260 2005-09-07 [colin]      1.9.14cvs4
11261
11262         * doc/manual/en/sylpheed-1.html
11263         * doc/manual/en/sylpheed-12.html
11264         * doc/manual/en/sylpheed-13.html
11265         * doc/manual/en/sylpheed-14.html
11266         * doc/manual/en/sylpheed-15.html
11267         * doc/manual/en/sylpheed-16.html
11268         * doc/manual/en/sylpheed-17.html
11269         * doc/manual/en/sylpheed-18.html
11270         * doc/manual/en/sylpheed-19.html
11271         * doc/manual/en/sylpheed-2.html
11272         * doc/manual/en/sylpheed-20.html
11273         * doc/manual/en/sylpheed-21.html
11274         * doc/manual/en/sylpheed-22.html
11275         * doc/manual/en/sylpheed-4.html
11276         * doc/manual/en/sylpheed-5.html
11277         * doc/manual/en/sylpheed-6.html
11278         * doc/manual/en/sylpheed-7.html
11279         * doc/manual/en/sylpheed-8.html
11280         * doc/manual/en/sylpheed-9.html
11281         * doc/manual/en/sylpheed.html
11282                 Update manual
11283
11284 2005-09-07 [colin]      1.9.14cvs3
11285
11286         * doc/faq/en/sylpheed-faq-1.html
11287         * doc/faq/en/sylpheed-faq-2.html
11288         * doc/faq/en/sylpheed-faq-3.html
11289         * doc/faq/en/sylpheed-faq.html
11290                 Update FAQ
11291
11292 2005-09-07 [colin]      1.9.14cvs2
11293
11294         * src/folderview.c
11295         * src/procmsg.c
11296         * src/summaryview.c
11297         * src/toolbar.c
11298                 Fix special subfolders:
11299                 - Inherit parent's icon
11300                 - sent contents of queues subfolders
11301                 - empty subfolders of trashes
11302         * src/mainwindow.c
11303                 Remove outdated manual and faq entries
11304         * src/common/utils.c
11305                 Add quotes around %s coming from mailcap
11306
11307 2005-09-07 [colin]      1.9.14cvs1
11308
11309         * src/compose.c
11310                 After saving draft, set modified to FALSE
11311         * src/mimeview.c
11312         * src/common/utils.c
11313         * src/common/utils.h
11314                 Try to open mime parts using what is 
11315                 indicated in ~/.mailcap or /etc/mailcap,
11316                 if possible.
11317
11318 2005-09-05 [paul]       1.9.14
11319
11320         1.9.14 released
11321
11322         * po/sk.po
11323                 updated by Andrej Kacian
11324
11325 2005-09-05 [paul]       1.9.13cvs83
11326
11327         * po/de.po
11328         * po/es.po
11329         * po/fi.po
11330         * po/fr.po
11331         * po/nb.po
11332         * po/pt_BR.po
11333         * po/sr.po
11334                 updated translations by Thomas Gilgin, Ricardo Mones
11335                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11336                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11337
11338 2005-09-04 [paul]       1.9.13cvs82
11339
11340         * src/compose.c
11341                 only warn about exceeded line length limit
11342                 on send
11343
11344 2005-09-04 [paul]       1.9.13cvs81
11345
11346         * src/compose.c
11347                 fix crash in 'line length exceeded' dialogue
11348
11349 2005-09-02 [paul]       1.9.13cvs80
11350
11351         * src/imap.c
11352                 fix bug 795, 'Connection lost IMAP'
11353                 and add statusbar prints
11354                 Patch by Colin
11355
11356 2005-09-02 [paul]       1.9.13cvs79
11357
11358         * src/compose.c
11359                 compose_wrap_paragraph() becomes
11360                 compose_beautify_paragraph()
11361                 Patch by Colin
11362
11363 2005-09-02 [colin]      1.9.13cvs78
11364
11365         * src/folderview.c
11366                 Micro-fix
11367
11368 2005-09-01 [colin]      1.9.13cvs77
11369
11370         * src/imap.c
11371                 Maybe fix bug #795 (Connection lost IMAP)
11372                 Don't try to send logout when we're disconnected.
11373         * src/summaryview.c
11374                 Include locked and marked emails in HRM
11375                 view. Fixes bug #800 (Locked messages no longer 
11376                 show up when hide read messages is used)
11377
11378 2005-09-01 [paul]       1.9.13cvs76
11379
11380         * src/prefs_common.c
11381                 fix bad cutting
11382
11383 2005-08-31 [colin]      1.9.13cvs75
11384
11385         * src/folderview.c
11386         * src/folderview.h
11387         * src/prefs_summaries.c
11388         * src/summaryview.c
11389                 Fix "go to next new", fix preference
11390                 (Open unread/next swapped)
11391
11392 2005-08-31 [paul]       1.9.13cvs74
11393
11394         * src/compose.c
11395         * src/folderview.c
11396         * src/headerview.c
11397         * src/headerview.h
11398         * src/mainwindow.c
11399         * src/prefs_common.c
11400         * src/prefs_common.h
11401         * src/prefs_fonts.c
11402         * src/summaryview.c
11403         * src/textview.c
11404         * src/common/defs.h
11405                 remove obsolete BOLD_FONT setting
11406                 fix font update in headerview and textview
11407                 headers after prefs change
11408                 Patch By Colin
11409
11410 2005-08-31 [paul]
11411
11412         1.9.14-rc4 released
11413
11414 2005-08-30 [colin]      1.9.13cvs73
11415
11416         * src/summaryview.c
11417                 When Hide read messages is selected and we
11418                 refresh the summaryview, don't remove the 
11419                 currently displayed message. Fixes bug #797
11420                 (Summary view reloads when new mail is 
11421                 downloaded in 1.9.14 rc)
11422
11423 2005-08-30 [colin]      1.9.13cvs72
11424
11425         * src/folderview.c
11426                 Fix flickering
11427         * src/mainwindow.c
11428                 Remove useless callback
11429         * src/mimeview.c
11430         * src/gtk/filesel.c
11431         * src/gtk/filesel.h
11432                 Add a filesel_select_file_save_folder() - used by Save All
11433
11434 2005-08-29 [paul]       1.9.13cvs71
11435
11436         * AUTHORS
11437         * src/matcher_parser_parse.y
11438         * src/etpan/imap-thread.c
11439                 fix building on FreeBSD
11440                 Patch by Daniel Gustafson <daniel@hobbit.se>
11441
11442 2005-08-29 [paul]       1.9.13cvs70
11443
11444         * src/plugins/pgpinline/pgpinline.c
11445                 only initialise sig result if it's been handled
11446                 Patch by Colin
11447
11448 2005-08-29 [paul]       1.9.13cvs69
11449         
11450         Patches by Colin:
11451
11452         * src/imap.c
11453         * src/common.utils.c
11454         * src/common/utils.h
11455                 optimisation
11456         * src/stock_pixmap.h
11457                 fix wrong icon reference
11458         * src/pixmaps/trash_btn.xpm
11459                 replace with nicer image
11460
11461 2005-08-28 [colin]      1.9.13cvs68
11462
11463         * src/Makefile.am
11464         * src/stock_pixmap.c
11465         * src/stock_pixmap.h
11466         * src/toolbar.c
11467         * src/pixmaps/trash_btn.xpm
11468                 Add a specific trash xpm for the button
11469
11470 2005-08-28 [colin]      1.9.13cvs67
11471
11472         * src/imap.c
11473                 Fix leak
11474
11475 2005-08-27 [colin]      1.9.13cvs66
11476
11477         * src/imap.c
11478         * src/procmime.c
11479                 Correctly fix "Problem with replies", fixes
11480                 pgpmime encryption too. 
11481
11482 2005-08-27 [colin]      1.9.13cvs65
11483
11484         * src/folder.c
11485         * src/procmsg.c
11486         * src/procmsg.h
11487         * src/summaryview.c
11488                 Fix bug #517 (messages removed from summaryview 
11489                 when moving fails)
11490
11491 2005-08-27 [colin]      1.9.13cvs64
11492
11493         * tools/Makefile.am
11494         * tools/asus_mailled.sh
11495                 Add a script to blink ASUS laptops' mail LED where there
11496                 is unread mail.
11497
11498 2005-08-27 [colin]      1.9.13cvs63
11499
11500         * src/imap.c
11501         * src/etpan/imap-thread.c
11502         * src/etpan/imap-thread.h
11503                 Implement automatic choosing of login method
11504                 Fixes bug #791
11505         * src/gtk/.cvsignore
11506                 Add sylpheed-marshal.[ch]
11507
11508 2005-08-27 [colin]      1.9.13cvs62
11509
11510         * src/common/utils.c
11511                 Fix confusing perror
11512
11513 2005-08-27 [colin]      1.9.13cvs61
11514
11515         * src/toolbar.c
11516         * src/toolbar.h
11517                 Remove A_DELETE, replace it with 
11518                 A_TRASH and A_DELETE_REAL. Automatically
11519                 rewrite config files to replace A_DELETE
11520                 with A_TRASH (no functionality change).
11521                 Fixes half of #794
11522
11523 2005-08-26 [colin]      1.9.13cvs60
11524
11525         * src/procmime.c
11526                 Previous "Problem with replies" fix brought other
11527                 problems, fixing them
11528
11529 2005-08-26 [colin]      1.9.13cvs59
11530
11531         * src/procmime.c
11532                 Fix "Problem with replies". This happened only
11533                 on IMAP...
11534         * src/procmsg.c
11535                 Factorize code a bit
11536         * src/compose.c
11537                 Speed improvement on very long messages (wrapping)
11538                 Fix signature color on Reedit and Redirect
11539                 On Reedit, don't attach pgp-signatures parts, but
11540                 set signing to On.
11541
11542 2005-08-24 [paul]       1.9.13cvs58
11543
11544         * src/compose.c
11545                 don't claim success when clicking
11546                 Cancel on the passphrase box.
11547                 Patch by Colin
11548
11549 2005-08-24 [paul]       1.9.13cvs57
11550
11551         * src/main.c
11552                 fix misplaced sylpheed.log
11553         * src/common/defs.h
11554                 define UIDL_DIR
11555
11556 2005-08-24 [paul]       1.9.13cvs56
11557
11558         * src/imap.c
11559         * src/etpan/imap-thread.c
11560         * src/etpan/imap-thread.h
11561                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11562                 Patch by Colin
11563         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11564         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11565                 remove autogenerated files
11566         * tools/kdeservicemenu/README
11567         * tools/kdeservicemenu/install.sh
11568         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11569         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11570                 use Claws icon, use 'Sylpheed-Claws' in menu,
11571                 use kdialog, and other cleanups
11572
11573 2005-08-23 [paul]       1.9.13cvs55
11574
11575         * src/compose.c
11576                 fix paste/wrap crash
11577                 Patch by Colin
11578
11579 2005-08-23 [paul]       1.9.13cvs54
11580
11581         * src/main.c
11582                 fix crash recovery
11583                 Patch by Colin
11584
11585 2005-08-23 [paul]       1.9.13cvs53
11586
11587         * src/addressbook.c
11588         * src/editaddress.c
11589                 view all data of LDAP contacts
11590                 Patch by Colin
11591
11592 2005-08-23 [paul]       1.9.13cvs52
11593
11594         * src/addressbook.c
11595                 fix issues with the Search field
11596                 Patch by Colin
11597
11598 2005-08-22 [paul]       1.9.13cvs51
11599
11600         * src/folderview.c
11601                 put name of folder in processing dialog
11602                 title
11603         * src/prefs_folder_item.c
11604                 improve english usage
11605
11606 2005-08-22 [paul]       1.9.13cvs50
11607
11608         * src/filtering.c
11609         * src/filtering.h
11610         * src/matcher.c
11611         * src/matcher_parser_lex.l
11612         * src/matcher_parser_parse.y
11613         * src/prefs_filtering.c
11614                 add Filtering/Processing rule names feature.
11615                 (the incompatible old matcherrc is saved as
11616                 matcherrc.pre_names).
11617                 Patch by Colin
11618
11619 2005-08-22 [paul]       1.9.13cvs49
11620
11621         * src/procmsg.c
11622                 fix colour labelling
11623                 Patch by Colin
11624
11625 2005-08-22 [paul]       1.9.13cvs48
11626
11627         * src/textview.c
11628                 fix open_image_cb()
11629
11630 2005-08-22 [paul]       1.9.13cvs47
11631
11632         * src/imap.c
11633                 fix bug 789, 'SC crashes with imap (CVS ver)'
11634                 Patch by Colin
11635
11636 2005-08-22 [paul]       1.9.13cvs46
11637
11638         * src/mimeview.c
11639         * src/prefs_common.c
11640         * src/common/defs.h
11641                 define reused defaults in defs.h
11642         * src/textview.c
11643                 add 'Open image' to image popup menu
11644
11645 2005-08-21 [colin]      1.9.13cvs45
11646
11647         * src/summaryview.c
11648                 Fix bug #788 (Bogus "From" address displayed)
11649
11650 2005-08-20 [colin]      1.9.13cvs44
11651
11652         * src/folder.c
11653                 Fix buf #787 (multilevel delete causes SIGSEGV)
11654
11655 2005-08-19 [colin]      1.9.13cvs43
11656
11657         * src/inc.c
11658         * src/prefs_common.c
11659         * src/prefs_common.h
11660                 Add an hidden pref to allow modifying the
11661                 update stepping in incorporation.
11662                 Patch by wwp.
11663
11664 2005-08-19 [colin]      1.9.13cvs42
11665
11666         * src/compose.c
11667         * src/procmime.c
11668                 Workaround for broken MUAs: encode 
11669                 Content-type: name: as ASCII and 
11670                 Content-Disposition: filename: as
11671                 per rfc2231
11672         * src/prefs_account.c
11673                 Fix invisible-ness of SMTP SSL prefs
11674                 in NNTP accounts
11675
11676 2005-08-19 [paul]       1.9.13cvs41
11677
11678         * src/compose.c
11679         * src/prefs_common.c
11680         * src/prefs_common.h
11681         * src/prefs_wrapping.c
11682                 paste with or without wrapping.
11683                 patch by Colin
11684
11685 2005-08-19 [paul]       1.9.13cvs40
11686
11687         * src/prefs_common.c
11688         * src/prefs_common.h
11689         * src/summaryview.c
11690                 reintroduce enable_swap_from as a
11691                 hidden pref. patch by Colin
11692         * src/quote_fmt_parse.y
11693         * src/plugins/clamav/clamav_plugin.c
11694         * src/plugins/dillo_viewer/dillo_viewer.c
11695         * src/plugins/mathml_viewer/mathml_viewer.c
11696         * src/plugins/pgpcore/sgpgme.c
11697         * src/plugins/pgpinline/pgpinline.c
11698         * src/plugins/pgpmime/pgpmime.c
11699                 tidy up. patch by Colin
11700
11701 2005-08-19 [paul]       1.9.13cvs39
11702
11703         * configure.ac
11704                 complete cvs38's sync
11705         * src/editaddress.c
11706         * src/gedit-print.c
11707         * src/mutt.c
11708         * src/etpan/etpan-log.c
11709         * src/etpan/imap-thread.c
11710         * src/gtk/gtksourceprintjob.c
11711                 fix compilation warnings
11712                 (patch by Colin)
11713
11714 2005-08-19 [paul]       1.9.13cvs38
11715
11716         sync with main:
11717
11718         * src/account.c
11719         * src/action.c
11720         * src/addrbook.c
11721         * src/addrcache.c
11722         * src/addrharvest.c
11723         * src/addrindex.c
11724         * src/codeconv.c
11725         * src/compose.c
11726         * src/crash.c
11727         * src/exporthtml.c
11728         * src/exportldif.c
11729         * src/folder.c
11730         * src/image_viewer.c
11731         * src/inc.c
11732         * src/inc.h
11733         * src/jpilot.c
11734         * src/ldif.c
11735         * src/main.c
11736         * src/matcher.c
11737         * src/mbox.c
11738         * src/messageview.c
11739         * src/mh.c
11740         * src/mimeview.c
11741         * src/msgcache.c
11742         * src/mutt.c
11743         * src/news.c
11744         * src/partial_download.c
11745         * src/pine.c
11746         * src/pop.c
11747         * src/prefs_actions.c
11748         * src/prefs_common.c
11749         * src/prefs_customheader.c
11750         * src/prefs_display_header.c
11751         * src/prefs_gtk.c
11752         * src/prefs_themes.c
11753         * src/procheader.c
11754         * src/procmime.c
11755         * src/procmsg.c
11756         * src/recv.c
11757         * src/send_message.c
11758         * src/simple-gettext.c
11759         * src/sourcewindow.c
11760         * src/textview.c
11761         * src/vcard.c
11762         * src/common/defs.h
11763         * src/common/log.c
11764         * src/common/plugin.c
11765         * src/common/prefs.c
11766         * src/common/session.c
11767         * src/common/session.h
11768         * src/common/socket.c
11769         * src/common/socket.h
11770         * src/common/ssl_certificate.c
11771         * src/common/template.c
11772         * src/common/utils.c
11773         * src/common/utils.h
11774         * src/common/xml.c
11775         * src/gtk/about.c
11776         added wrappers for C library function that
11777                 take pathname arguments.
11778                 enabled compilation with MinGW.
11779                 use GDir instead of directly using opendir().
11780                 added rename_force().
11781
11782 2005-08-19 [paul]       1.9.13cvs37
11783         
11784         patches by Colin:
11785         * src/compose.c
11786                 fix privacy settings on re-editing
11787                 a sent message
11788         * src/jpilot.c
11789                 fix encoding bug
11790         * src/folder.c
11791         * src/procmsg.c
11792         * src/procmsg.h
11793         * src/summaryview.c
11794                 flag changing optimisation
11795
11796 2005-08-18 [martin]     1.9.13cvs36
11797
11798         * commitHelper
11799             added my login
11800         * src/addrcache.c
11801         * src/addrharvest.c
11802         * src/addrindex.c
11803         * src/compose.c
11804         * src/grouplistdialog.c
11805         * src/main.c
11806         * src/mainwindow.c
11807         * src/msgcache.c
11808         * src/mutt.c
11809         * src/pine.c
11810         * src/prefs_account.c
11811         * src/prefs_themes.c
11812         * src/stock_pixmap.c
11813         * src/summaryview.c
11814         * src/gtk/about.c
11815         * src/gtk/logwindow.c
11816             removed deprecated glib and gdk stuff
11817         * src/plugins/pgpcore/select-keys.c
11818             convert attributes from locale to utf8
11819
11820 2005-08-17 [paul]       1.9.13cvs35
11821
11822         * src/account.c
11823         * src/addressbook.c
11824                 use new GTK_STOCK_ icons if available
11825         * src/summaryview.c
11826         * src/gtk/gtksctree.c
11827         * src/gtk/gtksctree.h
11828                 faster range select. patch by Colin
11829
11830 2005-08-17 [paul]       1.9.13cvs34
11831
11832         patches by colin:
11833         * src/addressbook.c
11834         * src/addressitem.h
11835                 Add an edit button for contacts, fix selections
11836                 of gtksctree items
11837         * src/editaddress.c
11838                 Change labels, let Save be always possible in the
11839                 email and user atributes tabs
11840         * src/folderview.c
11841                 fix sort issues
11842         * src/summaryview.c
11843                 select next item instead of the displayed one
11844                 after deletion
11845
11846         * src/gtk/progressdialog.c
11847                 use prefs_common.enable_rules_hint
11848
11849 2005-08-13 [hoa]        1.9.13cvs33
11850
11851         * src/etpan/imap-thread.c
11852                 fixed build on Solaris.
11853
11854 2005-08-10 [colin]      1.9.13cvs32
11855
11856         * src/procmsg.c
11857                 Fix cvs31 (missing fclose before reading
11858                 the file)
11859
11860 2005-08-10 [colin]      1.9.13cvs31
11861
11862         * src/procmsg.c
11863                 Fix procmsg_msginfo_new_from_mimeinfo() when
11864                 the MimeInfo isn't stored in memory. This fixes
11865                 replying to an attached message.
11866
11867 2005-08-10 [colin]      1.9.13cvs30
11868
11869         * src/mainwindow.c
11870                 Fix slowness in account changing
11871
11872 2005-08-10 [colin]      1.9.13cvs29
11873
11874         * src/folder.c
11875         * src/folderutils.c
11876         * src/folderview.c
11877         * src/imap_gtk.c
11878         * src/mainwindow.c
11879         * src/mh_gtk.c
11880         * src/procmsg.c
11881         * src/summaryview.c
11882                 Optimize folder_has_parent_of_type
11883                 Prevent moving special sub-folders from contextual menus
11884                 Rework message a bit ("Empty all messages" -> "Delete all
11885                 messages")
11886                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11887                 and "Deleted Items" folders)
11888
11889 2005-08-08 [colin]      1.9.13cvs28
11890
11891         * src/summaryview.c
11892         * src/prefs_summaries.c
11893                 Make "Select first unread|new" more flexible
11894                 (just prioritize new or unread)
11895
11896 2005-08-08 [colin]      1.9.13cvs27
11897
11898         * src/summaryview.c
11899                 If "select first new" is selected and there only
11900                 are unread messages, fallback to "select first
11901                 unread".
11902
11903 2005-08-08 [colin]      1.9.13cvs26
11904
11905         * src/folder.c
11906                 Fix shameful bugs (and bug #779)
11907
11908 2005-08-08 [colin]      1.9.13cvs25
11909
11910         * src/folder.c
11911         * src/folder.h
11912                 Cache parents' type to make folder_has_parent_of_type
11913                 faster
11914         * src/folderview.c
11915                 Forbid DnD of special sub-folders
11916         * src/procmsg.c
11917         * src/procmsg.h
11918                 Add MAIL_POSTFILTERING_HOOK
11919         * src/summaryview.c
11920                 Revert over-zealous deletion of the use_addr_book 
11921                 code
11922
11923 2005-08-07 [colin]      1.9.13cvs24
11924
11925         * src/folder.c
11926                 Fix big mistake (passing MsgInfo instead 
11927                 of FolderItem)
11928
11929 2005-08-07 [colin]      1.9.13cvs23
11930
11931         * src/compose.c
11932         * src/folder.c
11933         * src/folder.h
11934         * src/foldersel.c
11935         * src/folderutils.c
11936         * src/folderview.c
11937         * src/imap.c
11938         * src/mainwindow.c
11939         * src/messageview.c
11940         * src/mh.c
11941         * src/msgcache.c
11942         * src/procmime.c
11943         * src/summaryview.c
11944                 Make subfolders of Drafts, Queue, Outbox, Trash
11945                 work like their parents. 
11946                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11947
11948 2005-08-07 [colin]      1.9.13cvs22
11949
11950         * src/addressbook.c
11951                 Fix bug #771 (Dragged contacts not saved)
11952
11953 2005-08-07 [paul]       1.9.13cvs21
11954
11955         * src/summaryview.c
11956                 fix bug 32 'Search Doesn't display results
11957                 if "Hide Read Messages" is chosen'
11958                 be more literal in interpreting 'Hide read
11959                 messages'
11960
11961 2005-08-07 [colin]      1.9.13cvs20
11962
11963         * src/folderview.c
11964                 Add debug
11965         * src/summaryview.c
11966                 Faster 'unthread_for_execution'
11967
11968 2005-08-06 [paul]       1.9.13cvs19
11969
11970         * src/mainwindow.c
11971                 add mnemonics to Set displayed columns
11972                 fix bug where msgview_visible option was
11973                 overwritten as TRUE on startup
11974
11975 2005-08-06 [paul]       1.9.13cvs18
11976
11977         * src/mainwindow.c
11978                 refer to 'displayed columns in folder/message
11979                 list' not 'displayed items in summary/message view'
11980         * src/prefs_display_header.c
11981                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11982                 be consistent with similar dialogues
11983         * src/prefs_folder_column.c
11984         * src/prefs_summary_column.c
11985                 'columns' not 'items', and folder and message lists,
11986                 instead of folder and summary views;
11987                 Use 'Hidden columns' as list heading not 'Available
11988                 items';
11989                 move the 'Remove' button to the right hand side;
11990                 top-align the buttons;
11991                 remove unneeded vbox
11992         * src/prefs_summaries.c
11993                 put the 2 column prefs buttons in a frame to reduce
11994                 overall width; refer to columns not items &c.
11995
11996 2005-08-05 [colin]      1.9.13cvs17
11997
11998         * src/prefs_common.c
11999         * src/prefs_common.h
12000         * src/mainwindow.c
12001         * src/compose.c
12002         * src/messageview.c
12003                 Add an hidden toolbar_detachable pref, so
12004                 that I can get rid of these painful handles
12005                 in the toolbars. Defaults to TRUE to avoid
12006                 changing the GUI on unsuspecting people...
12007
12008 2005-08-05 [colin]      1.9.13cvs16
12009
12010         * src/Makefile.am
12011         * src/prefs_folder_column.c
12012         * src/prefs_folder_column.h
12013                 Add prefs for folder columns
12014         * src/folderview.c
12015         * src/folderview.h
12016         * src/mainwindow.c
12017         * src/mainwindow.h
12018         * src/prefs_common.c
12019         * src/prefs_common.h
12020         * src/prefs_summaries.c
12021                 Use them
12022         * src/prefs_summary_column.c
12023         * src/summaryview.c
12024         * src/summaryview.h
12025                 Add a To column
12026         * src/textview.c
12027         * src/common/utils.c
12028         * src/common/utils.h
12029                 Move uri colourisation functions
12030                 to utils
12031         * src/compose.c
12032                 Colourise URIs
12033         * src/imap.c
12034                 Fix bug with LIST where we'd try
12035                 to get Folder//////[...]/// 
12036
12037 2005-08-05 [paul]       1.9.13cvs15
12038
12039         * src/prefs_summaries.c
12040                 improve the English usage
12041         * src/summaryview.c
12042                 set font on column change
12043                 thanks to Colin
12044
12045 2005-08-05 [paul]       1.9.13cvs14
12046
12047         * src/prefs_common.c
12048         * src/prefs_common.h
12049         * src/prefs_summaries.c
12050         * src/summaryview.c
12051                 replace 'open_unread_on_enter' option with
12052                 'select_on_entry' option. opening/not opening
12053                 is now exclusively controlled by 'always_show_msg'
12054
12055 2005-08-04 [colin]      1.9.13cvs13
12056
12057         * src/compose.c
12058                 Remove dead code
12059                 Add colourisation of quotes and signatures
12060         * src/folderview.c
12061                 Fix possible crashes
12062         * src/messageview.c
12063                 Change an assert that is no problem
12064         * src/news.c
12065         * src/news_gtk.c
12066         * src/news_gtk.h
12067                 Fix offline mode
12068         * src/gtk/quicksearch.c
12069                 Fix a possible crash
12070
12071 2005-08-03 [colin]      1.9.13cvs12
12072
12073         * src/prefs_account.c
12074                 Fix bug #777 (Sylpheed crash in account configuration)
12075
12076 2005-08-03 [colin]      1.9.13cvs11
12077
12078         * src/addressbook.c
12079         * src/editaddress.c
12080         * src/editgroup.c
12081                 Fixing addressbook, round 2
12082         * src/textview.c
12083                 Fix emphasis color on rechecking 'Colorize messages'
12084
12085 2005-08-03 [paul]       1.9.13cvs10
12086
12087         sync with main
12088
12089         * src/addr_compl.c
12090         * src/compose.c
12091         * src/main.c
12092         * src/pop.c
12093         * src/prefs_account.c
12094         * src/procmime.c
12095         * src/procmsg.c
12096         * src/quote_fmt_parse.y
12097         * src/textview.c
12098         * src/common/quoted-printable.c
12099         * src/common/utils.c
12100         * src/common/utils.h
12101         * src/common/xml.c
12102                 replaced incorrect locale-independent
12103                 ctype functions with GLib's. Corrected
12104                 signedness mismatch.
12105         * src/headerview.c
12106                 headerview_create(): added spacing for vbox.
12107         * src/gtk/about.c
12108                 set focus to the OK button.
12109
12110 2005-08-03 [colin]      1.9.13cvs9
12111
12112         * src/folderview.c
12113                 Fix possible crash
12114
12115 2005-08-02 [colin]      1.9.13cvs8
12116
12117         * src/mainwindow.c
12118                 Fix cast
12119         * src/addressbook.c
12120         * src/addressitem.h
12121                 Fix a cast and more generally, try to make the
12122                 GUI more intuitive and consistent (round 1)
12123
12124 2005-08-02 [paul]       1.9.13cvs7
12125
12126         * src/folder.h
12127                 missing in 1.9.13cvs6
12128
12129 2005-08-02 [colin]      1.9.13cvs6
12130
12131         * src/folder.c
12132                 Fix one more leak
12133
12134 2005-08-02 [colin]      1.9.13cvs5
12135
12136         * src/folder.c
12137         * src/folderview.c
12138         * src/imap.c
12139         * src/main.c
12140         * src/mbox.c
12141         * src/procmsg.c
12142         * src/summaryview.c
12143                 Fix a number of folder_item_get_msg_list()-related
12144                 leaks (missing procmsg_msginfo_free()s)
12145
12146 2005-08-01 [colin]      1.9.13cvs4
12147
12148         * src/folderview.c
12149         * src/folderview.h
12150         * src/mainwindow.c
12151         * src/prefs_fonts.c
12152         * src/prefs_summaries.c
12153         * src/prefs_themes.c
12154         * src/summaryview.c
12155         * src/summaryview.h
12156         * src/textview.c
12157         * src/textview.h
12158                 Fix instant-apply of summary and folderview-related prefs
12159                 Fix erroneous g_free and alertpanels in prefs_theme
12160                 Add instant-apply for fonts
12161                 Defer applying of prefs a little bit so it's done only
12162                 once even if requested by multiples prefs pages
12163
12164 2005-08-01 [paul]       1.9.13cvs3
12165
12166         * src/main.c
12167                 fix bug 776 'S.C. crashes on close'
12168                 thanks to Colin
12169         * src/etpan/etpan-thread-manager-types.h
12170                 add missing include
12171                 thanks to Hoa
12172
12173 2005-07-25 [paul]       1.9.13cvs2
12174
12175         * src/summaryview.c
12176                 fix typos. spotted by Fabien Vantard
12177
12178 2005-07-24 [paul]       1.9.13cvs1
12179
12180         * doc/man/sylpheed.1
12181                 update man page, incorporating fix of
12182                 bug 769 'Typo in manpage'
12183         * src/etpan/imap-thread.c
12184                 fix NetBSD openssl dependencies. patch by
12185                 George Michaelson <ggm@apnic.net>
12186         * po/pt_BR.po
12187                 updated by Frederico Goncalves Guimaraes
12188
12189 2005-07-22 [paul]       1.9.13
12190
12191         1.9.13 release
12192
12193 2005-07-22 [paul]       1.9.12cvs91
12194
12195         * AUTHORS
12196         * INSTALL
12197         * README.claws
12198         * RELEASE_NOTES.claws
12199                 updated for release
12200         * configure.ac
12201         * po/nb.po
12202         * tools/claws.i18n.status.pl
12203                 add Norwegian translation. submiited by
12204                 Geir Helland <pjallabais@users.sourceforge.net>
12205         * po/ca.po
12206         * po/de.po
12207         * po/es.po
12208         * po/fi.po
12209         * po/fr.po
12210         * po/it.po
12211         * po/sk.po
12212         * po/sr.po
12213         * po/zh_CN.po
12214                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12215                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12216                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12217                 Yang Guilong
12218         * src/plugins/clamav/clamav_plugin_gtk.c
12219         * src/plugins/spamassassin/spamassassin_gtk.c
12220                 replace outdated description strings
12221
12222 2005-07-21 [colin]      1.9.12cvs90
12223
12224         * src/folder.c
12225                 Set folder to batch mode when scanning it. Makes deletion
12226                 of unread mails on IMAP much faster (due to the UNREAD 
12227                 flag unsetting)
12228
12229 2005-07-21 [darko]      1.9.12cvs89
12230
12231         * configure.ac
12232                 link against libresolv if necessary (patch by Paul)
12233         * src/msgcache.c
12234                 use glib's portable macros to determine endianness
12235
12236 2005-07-21 [paul]       1.9.12cvs88
12237
12238         * src/crash.c
12239         * src/gtk/about.c
12240                 update compiled-in features list
12241
12242 2005-07-20 [colin]      1.9.12cvs87
12243
12244         * src/folder.c
12245         * src/textview.c
12246                 Gcc 2.9x compilation fixes, thanks to Darko
12247         * src/plugins/clamav/clamav_plugin.c
12248                 Little optimisation: load virus database only once
12249         * src/plugins/spamassassin/spamassassin.c
12250                 Big optimisation: filtering one mail took at least 1 second,
12251                 now it takes at least 50ms. Doesn't speed up spamassassin 
12252                 itself, but should already be much more tolerable.
12253
12254 2005-07-20 [colin]      1.9.12cvs86
12255
12256         * src/summaryview.c
12257                 Fix performance issue
12258
12259 2005-07-19 [colin]      1.9.12cvs85
12260
12261         * src/plugins/pgpinline/plugin.c
12262                 Fix warning
12263
12264 2005-07-19 [colin]      1.9.12cvs84
12265
12266         * configure.ac
12267         * src/plugins/Makefile.am
12268         * src/plugins/pgpinline/.cvsignore
12269         * src/plugins/pgpinline/Makefile.am
12270         * src/plugins/pgpinline/pgpinline.c
12271         * src/plugins/pgpinline/pgpinline.deps
12272         * src/plugins/pgpinline/pgpinline.h
12273         * src/plugins/pgpinline/plugin.c
12274                 Put pgpinline in the main tree
12275
12276 2005-07-19 [paul]       1.9.12cvs83
12277
12278         * src/prefs_actions.c
12279                 prevent '//' in menu names, which cause a crash
12280                 thanks to Colin
12281
12282 2005-07-19 [paul]       1.9.12cvs82
12283
12284         * configure.ac
12285                 be generally more informative in configure output.
12286                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12287                 '[ --disable-openssl ...', as --enable-openssl is default
12288                 PGP/MIME: don't check for GPGME again, check for
12289                 pgpcore instead. Therefore prevent the possibility of
12290                 attempting to build pgpmime if pgpcore dependencies are
12291                 not met
12292                 ClamAV: use pkgconfig to check for lib
12293                 libgnomeprint: revert logic on inner test to match
12294                 everything else
12295         * src/plugins/pgpcore/sgpgme.c
12296                 add missing include
12297
12298 2005-07-19 [colin]      1.9.12cvs81
12299
12300         * src/summaryview.c
12301                 Fix slow thread rebuilding in particular
12302                 cases
12303
12304 2005-07-19 [paul]       1.9.12cvs80
12305
12306         * sylpheed-claws.desktop
12307                 fix typo, spotted by Stephan Sachse
12308         * src/account.c
12309                 replace GTK_STOCK_ADD with
12310                 GTK_STOCK_NEW button
12311
12312 2005-07-18 [colin]      1.9.12cvs79
12313
12314         * src/etpan/imap-thread.c
12315                 Fix return value (Thanks Hoa)
12316
12317 2005-07-18 [colin]      1.9.12cvs78
12318
12319         * src/imap.c
12320                 Allow empty passwords
12321                 Create drafts/queue/outbox if necessary
12322         * src/summaryview.c
12323                 Remove old code
12324         * src/etpan/imap-thread.c
12325                 Fix STARTTLS (Thanks to Hoa)
12326
12327 2005-07-18 [paul]       1.9.12cvs77
12328
12329         * ChangeLog-gtk2.jp
12330         * ChangeLog.jp
12331                 removed
12332         * Makefile.am
12333                 updated to reflect additions and removals
12334         * TODO
12335                 updated to be claws-specific
12336         * TODO-gtk2
12337         * TODO-gtk2.jp
12338         * TODO.jp
12339         * sylpheed-128x128.png
12340         * sylpheed-64x64.png
12341                 removed
12342         * sylpheed-claws-128x128.png
12343         * sylpheed-claws-64x64.png
12344         * sylpheed-claws.desktop
12345         * sylpheed-claws.png
12346                 added
12347         * sylpheed.desktop
12348         * sylpheed.png
12349                 removed
12350
12351 2005-07-17 [paul]       1.9.12cvs76
12352
12353         * src/account.c
12354         * src/addressbook.c
12355         * src/alertpanel.c
12356         * src/alertpanel.h
12357         * src/compose.c
12358         * src/exphtmldlg.c
12359         * src/expldifdlg.c
12360         * src/folderview.c
12361         * src/imap_gtk.c
12362         * src/inc.c
12363         * src/message_search.c
12364         * src/messageview.c
12365         * src/mh_gtk.c
12366         * src/news_gtk.c
12367         * src/prefs_actions.c
12368         * src/prefs_filtering.c
12369         * src/prefs_matcher.c
12370         * src/prefs_template.c
12371         * src/prefs_themes.c
12372         * src/ssl_manager.c
12373         * src/summary_search.c
12374         * src/textview.c
12375         * src/toolbar.c
12376         * src/gtk/sslcertwindow.c
12377         * src/plugins/pgpcore/sgpgme.c
12378                 rework alertpanels
12379
12380 2005-07-17 [colin]      1.9.12cvs75
12381
12382         * src/privacy.c
12383                 add a PrivacySystem accessor that checks that
12384                 the system cached in a MimeInfo's privacydata
12385                 is still registered. Use this accessor instead
12386                 of directly using data->system. Fixes crashes
12387                 after unloading pgp plugins.
12388
12389 2005-07-17 [colin]      1.9.12cvs74
12390
12391         * src/alertpanel.c
12392                 Change geometry hints to a simple default size.
12393                 Fixes the certs dialogs.
12394
12395 2005-07-17 [colin]      1.9.12cvs73
12396
12397         * src/gtk/sslcertwindow.c
12398                 Use a gtkExpander
12399
12400 2005-07-17 [colin]      1.9.12cvs72
12401
12402         * src/plugins/pgpcore/Makefile.am
12403         * src/plugins/pgpmime/Makefile.am
12404                 Add gpgme libs
12405
12406 2005-07-17 [paul]       1.9.12cvs71
12407
12408         * configure.ac
12409                 add --disable-gnomeprint option
12410                 modified version of patch by Marius Mauch
12411
12412 2005-07-17 [paul]       1.9.12cvs70
12413
12414         * src/common/defs.h
12415                 update urls
12416         * src/account.c
12417         * src/action.c
12418         * src/addressbook.c
12419         * src/compose.c
12420         * src/foldersel.c
12421         * src/folderview.c
12422         * src/html.c
12423         * src/imap_gtk.c
12424         * src/main.c
12425         * src/mainwindow.c
12426         * src/messageview.c
12427         * src/mh_gtk.c
12428         * src/mimeview.c
12429         * src/news_gtk.c
12430         * src/prefs_account.c
12431         * src/prefs_send.c
12432         * src/prefs_summaries.c
12433         * src/procmsg.c
12434         * src/summaryview.c
12435         * src/common/utils.c
12436         * src/common/xml.c
12437         * src/plugins/pgpcore/passphrase.c
12438         * src/plugins/pgpcore/select-keys.c
12439                 replace inappropriately used backticks
12440                 with single quotes
12441
12442 2005-07-16 [colin]      1.9.12cvs69
12443
12444         * src/image_viewer.c
12445                 Add extra paranoid checks
12446
12447 2005-07-16 [colin]      1.9.12cvs68
12448
12449         * src/plugins/pgpcore/prefs_gpg.c
12450                 Don't auto-check sigs by default, as it
12451                 can be really slow.
12452
12453 2005-07-16 [colin]      1.9.12cvs67
12454
12455         * src/plugins/pgpcore/sgpgme.c
12456                 Make messages a bit better.
12457
12458 2005-07-16 [colin]      1.9.12cvs66
12459
12460         * src/imap.c
12461                 Remove pseudo-log
12462         * src/etpan/imap-thread.c
12463                 Add real log
12464
12465 2005-07-16 [colin]      1.9.12cvs65
12466
12467         * src/main.c
12468         * src/prefs_other.c
12469                 And now, fix build with libetpan :-/
12470
12471 2005-07-15 [colin]      1.9.12cvs64
12472
12473         * src/prefs_other.c
12474                 Continue fixing build without libetpan.
12475
12476 2005-07-15 [colin]      1.9.12cvs63
12477
12478         * src/main.c
12479                 Fix build with --disable-libetpan
12480
12481 2005-07-15 [colin]      1.9.12cvs62
12482
12483         * configure.ac
12484                 Bump libetpan's version
12485
12486 2005-07-15 [colin]      1.9.12cvs61
12487
12488         * src/etpan/imap-thread.c
12489                 Actually stop logging :)
12490
12491 2005-07-15 [colin]      1.9.12cvs60
12492
12493         * src/addressbook.c
12494                 Fix dnd of multiple addresses.
12495
12496 2005-07-15 [hoa]        1.9.12cvs59
12497
12498         * src/etpan/imap-thread.c
12499             disable login of IMAP password in libetpan log file.
12500
12501 2005-07-15 [paul]       1.9.12cvs58
12502
12503         * src/account.c
12504                 don't automatically sort
12505                 do allow drag n drop
12506
12507 2005-07-15 [paul]       1.9.12cvs57
12508
12509         * src/account.c
12510         * src/ssl_manager.c
12511                 alphabetical listing
12512
12513 2005-07-15 [paul]       1.9.12cvs56
12514
12515         * src/gtk/pluginwindow.c
12516                 sort plugin list alphabetically
12517
12518 2005-07-15 [paul]       1.9.12cvs55
12519
12520         * src/prefs_spelling.c
12521         * src/prefs_wrapping.c
12522                 unify English usage
12523
12524 2005-07-15 [colin]      1.9.12cvs54
12525
12526         * src/wizard.c
12527                 Typo fix
12528
12529 2005-07-15 [paul]       1.9.12cvs53
12530
12531         * src/prefs_message.c
12532                 make 'show cursor' a hidden option
12533
12534 2005-07-14 [colin]      1.9.12cvs52
12535
12536         * src/plugins/spamassassin/Makefile.am
12537         * src/plugins/clamav/Makefile.am
12538                 Fix double EXTRA_DISTs
12539
12540 2005-07-14 [colin]      1.9.12cvs51
12541
12542         * src/plugins/clamav/Makefile.am
12543         * src/plugins/clamav/clamav_plugin_gtk.deps
12544         * src/plugins/spamassassin/Makefile.am
12545         * src/plugins/spamassassin/spamassassin_gtk.deps
12546                 Make $plugin_gtk depend on $plugin
12547
12548 2005-07-14 [hoa]        1.9.12cvs50
12549
12550         * src/etpan/imap-thread.c
12551                 enable debug log of libetpan when running with --debug
12552
12553 2005-07-14 [colin]      1.9.12cvs49
12554
12555         * configure.ac
12556         * src/common/Makefile.am
12557         * src/common/plugin.c
12558         * src/common/plugin.h
12559                 Add a little plugin dependancy system.
12560                 Plugins can ship a $plugin_name.deps file
12561                 (near them in PLUGINDIR) so that their
12562                 dependancies are loaded if possible.
12563         * src/plugins/Makefile.am
12564         * src/plugins/pgpcore/Makefile.am
12565         * src/plugins/pgpcore/passphrase.c
12566         * src/plugins/pgpcore/passphrase.h
12567         * src/plugins/pgpcore/plugin.c
12568         * src/plugins/pgpcore/prefs_gpg.c
12569         * src/plugins/pgpcore/prefs_gpg.h
12570         * src/plugins/pgpcore/select-keys.c
12571         * src/plugins/pgpcore/select-keys.h
12572         * src/plugins/pgpcore/sgpgme.c
12573         * src/plugins/pgpcore/sgpgme.h
12574                 Introduce pgpcore, used by pgpmime and
12575                 pgpinline
12576         * src/plugins/pgpmime/Makefile.am
12577         * src/plugins/pgpmime/passphrase.c
12578         * src/plugins/pgpmime/passphrase.h
12579         * src/plugins/pgpmime/pgpmime.c
12580         * src/plugins/pgpmime/pgpmime.deps
12581         * src/plugins/pgpmime/plugin.c
12582         * src/plugins/pgpmime/prefs_gpg.c
12583         * src/plugins/pgpmime/prefs_gpg.h
12584         * src/plugins/pgpmime/select-keys.c
12585         * src/plugins/pgpmime/select-keys.h
12586         * src/plugins/pgpmime/sgpgme.c
12587         * src/plugins/pgpmime/sgpgme.h
12588                 Remove the core from pgpmime and add the
12589                 dependancy to pgpcore.
12590
12591 2005-07-14 [paul]       1.9.12cvs48
12592
12593         * src/stock_pixmap.c
12594                 forgot this in last commit
12595
12596 2005-07-14 [paul]       1.9.12cvs47
12597
12598         * src/account.c
12599         * src/addressbook.c
12600                 add accelerators for the buttons (sync with main)
12601         * src/compose.c
12602         * src/compose.h
12603                 add accelerators for the buttons.
12604                 fix editing with external editor.
12605                 replace gdk_input_*() with GIOChannel;
12606                 (sync with main)
12607         * src/foldersel.c
12608                 display folder names with new/unread
12609                 representation (sync with main)
12610         * src/main.c
12611                 specify default window icon (sync with main)
12612         * src/prefs_common.c
12613                 use_addr_book default to FALSE
12614         * src/summaryview.c
12615         * src/textview.c
12616                 add accelerators for the buttons (sync with main)
12617         * src/gtk/menu.c
12618                 fix typos
12619         * src/pixmaps/sylpheed_icon.xpm
12620                 updated
12621
12622 2005-07-13 [paul]       1.9.12cvs46
12623
12624         * src/plugins/pgpmime/pgpmime.c
12625         * src/plugins/pgpmime/sgpgme.c
12626                 (temporarily) use deprecated gpgme_data_rewind()
12627                 while largefile support is not present
12628                 (as suggested by Colin)
12629
12630 2005-07-13 [paul]       1.9.12cvs45
12631
12632         * configure.ac
12633                 remove large file support (for now):
12634                 it breaks too many things
12635
12636 2005-07-13 [paul]       1.9.12cvs44
12637
12638         * configure.ac
12639                 add large file support
12640         * src/html.c
12641                 fix bug #763 where href attribute was not
12642                 the very first attribute of a link
12643                 patch by Thomas Gilgin
12644
12645 2005-07-13 [colin]      1.9.12cvs43
12646
12647         * src/gtk/pluginwindow.c
12648                 Little portability fix
12649
12650 2005-07-13 [colin]      1.9.12cvs42
12651
12652         * src/plugins/pgpmime/sgpgme.c
12653                 Fix crasher.
12654
12655 2005-07-13 [colin]      1.9.12cvs41
12656
12657         * src/plugins/pgpmime/pgpmime.c
12658         * src/plugins/pgpmime/sgpgme.c
12659                 Use gpgme_data_release_and_get_mem instead
12660                 of gpgme_data_read.
12661
12662 2005-07-13 [colin]      1.9.12cvs40
12663
12664         * configure.ac
12665         * src/plugins/pgpmime/passphrase.c
12666         * src/plugins/pgpmime/passphrase.h
12667         * src/plugins/pgpmime/pgpmime.c
12668         * src/plugins/pgpmime/plugin.c
12669         * src/plugins/pgpmime/select-keys.c
12670         * src/plugins/pgpmime/select-keys.h
12671         * src/plugins/pgpmime/sgpgme.c
12672         * src/plugins/pgpmime/sgpgme.h
12673                 Port pgpmime to gpgme-1.0.
12674
12675 2005-07-12 [paul]       1.9.12cvs39
12676
12677         * AUTHORS
12678         * src/toolbar.c
12679         * src/toolbar.h
12680                 add a 'Go to Prev' button to the toolbar.
12681                 correct tooltip text of go to buttons.
12682                 based on patch by Yang Guilong <bamanzi@gmail.com>
12683
12684 2005-07-12 [colin]      1.9.12cvs38
12685
12686         * src/statusbar.c
12687                 Fix progress bar showing stuff at startup.
12688
12689 2005-07-12 [paul]       1.9.12cvs37
12690
12691         * src/editjpilot.c
12692                 fix building with jpilot support
12693
12694 2005-07-11 [colin]      1.9.12cvs36
12695
12696         * src/inc.c
12697                 Add visual indication that filtering is running
12698         * src/textview.c
12699                 Make {}[] uri delimiters
12700         * src/summaryview.c
12701                 Remove useless (and slow) calls
12702
12703 2005-07-11 [paul]       1.9.12cvs35
12704
12705         * src/plugins/clamav/clamav_plugin_gtk.c
12706         * src/plugins/dillo_viewer/dillo_prefs.c
12707         * src/plugins/pgpmime/prefs_gpg.c
12708         * src/plugins/spamassassin/spamassassin_gtk.c
12709                 gather plugins prefs together under their
12710                 own 'Plugins' heading
12711
12712 2005-07-11 [paul]       1.9.12cvs34
12713
12714         sync with main
12715
12716         * src/account.c
12717                 account_delete(): modified alert dialog
12718         * src/editjpilot.c
12719         * src/editvcard.c
12720                 fixed a crash when cancelling file selection
12721                 dialog by Escape key. Made non-ascii filename
12722                 selectable.
12723         * src/prefs_template.c
12724                 prefs_template_window_create(): make scrolled
12725                 window policy AUTOMATIC
12726
12727 2005-07-10 [hoa]        1.9.12cvs33
12728
12729         * src/etpan/imap-thread.c
12730                 workaround for old Courier IMAP servers.
12731
12732 2005-07-10 [colin]      1.9.12cvs32
12733
12734         * src/folder.c
12735         * src/statusbar.c
12736         * src/statusbar.h
12737                 Add visual progress indicator on filtering/processing
12738                 Factorize the progress bar code
12739         * src/imap.c
12740         * src/imap.h
12741         * src/etpan/imap-thread.c
12742                 Add a reference counter to avoid destroying the Folder
12743                 while it's in use by another callback.
12744
12745 2005-07-09 [hoa]        1.9.12cvs31
12746
12747         * src/imap.c
12748         * src/etpan/imap-thread.c
12749                 fixed deadlock when removing IMAP account.
12750
12751 2005-07-08 [colin]      1.9.12cvs30
12752
12753         * src/textview.c
12754         * src/unmime.c
12755                 Fix again problems decoding broken headers
12756         * src/gtk/inputdialog.c
12757                 Fix local variable shadowing a global one
12758
12759 2005-07-08 [colin]      1.9.12cvs29
12760
12761         * src/msgcache.c
12762                 Make the cache/mark files platform-agnostic by writing
12763                 them in little-endian format. Reading them is also done
12764                 in little-endian format, of course; however, in order
12765                 to avoid trashing mark data on big-endian machines, the
12766                 files are, at first, read from the native format if the
12767                 little-endian one doesn't exist. This is easy to deter-
12768                 mine by trying to open a file with a swapped data_ver
12769                 and seeing if it's the wanted version.
12770                 Little-endian using users should see absolutely no
12771                 difference, Big-endian users may get a very little
12772                 performance drop due to byte-swapping.
12773                 Tested on i386 and ppc32. 
12774                 Fixes bug #159 (The index file, in the mailboxes, is 
12775                 hardware depending).
12776
12777                 To have the cache/mark files updated to the new little-
12778                 endian format, "Check for new messages" or even
12779                 "Rebuild folder tree" aren't enough. Files will be
12780                 updated as soon as a folder has been opened/closed.
12781                 To update everything, just select all folders by
12782                 selecting them one by one.
12783
12784 2005-07-07 [colin]      1.9.12cvs28
12785
12786         * src/imap.c
12787                 Remember the folder separator per IMAPFolder
12788                 instead of globally.
12789                 Revive the Session on noop; fixes bug #761
12790                 (mark a bunch of unread messages as read takes 
12791                 forever)
12792
12793 2005-07-07 [darko]      1.9.12cvs27
12794
12795         * src/common/template.c
12796                 Sort templates alphabetically
12797
12798 2005-07-06 [colin]      1.9.12cvs26
12799
12800         * src/imap.c
12801                 Try to use the correct separator in
12802                 most cases. Possibly fixes bug #759
12803                 (only creates the INBOX folder when 
12804                 setting up new IMAP account) and 
12805                 bug #760 (Can't retrieve messages)
12806
12807 2005-07-06 [colin]      1.9.12cvs25
12808
12809         * src/imap.c
12810                 Use real_path in status command. This will
12811                 help later, when namespaces will be used.
12812
12813 2005-07-06 [colin]      1.9.12cvs24
12814
12815         * configure.ac
12816         * src/account.c
12817         * src/folder.c
12818         * src/imap.c
12819         * src/etpan/etpan-log.c
12820         * src/etpan/etpan-thread-manager.c
12821         * src/etpan/imap-thread.c
12822                 Add a --disable-libetpan parameter. With this,
12823                 users that don't want IMAP4 support can avoid
12824                 the new dependancy (and have no IMAP support).
12825                 Users that have IMAP4 accounts and use this
12826                 parameter won't lose their configuration, their
12827                 IMAP accounts will just be invisible and not
12828                 used.
12829         * src/textview.c
12830                 Make the "Copy ..." contextual menu items 
12831                 copy to both the X clipboard and the gtk 
12832                 clipboard - as most other apps do.
12833         * src/gtk/about.c
12834                 Add a notice about OpenSSL usage, in order to
12835                 comply with OpenSSL's license (point 6):
12836                 http://www.openssl.org/source/license.html
12837
12838 2005-07-06 [colin]      1.9.12cvs23
12839
12840         * src/alertpanel.c
12841                 Fix a minimum size for alertpanels
12842         * src/compose.c
12843                 Show 'No space left on device' type errors
12844                 when queuing/sending
12845         * src/imap_gtk.c
12846         * src/mh_gtk.c
12847                 Rework folder's deletion message (remove 
12848                 extra \n)
12849
12850 2005-07-05 [colin]      1.9.12cvs22
12851
12852         * src/imap.c
12853                 Add an alertpanel on auth error
12854                 Add pseudo-log
12855                 Remove pthread-related stuff
12856
12857 2005-07-05 [colin]      1.9.12cvs21
12858
12859         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12860                 Fix crash on plugin reloading (with a hack)
12861
12862 2005-07-05 [colin]      1.9.12cvs20
12863
12864         * src/prefs_account.c
12865         * src/prefs_account.h
12866                 Fix typo
12867         * src/gtk/filesel.c
12868         * src/gtk/filesel.h
12869                 Add a way to filter the view
12870         * src/gtk/pluginwindow.c
12871                 Filter loadable stuff
12872         * src/plugins/pgpmime/prefs_gpg.c
12873                 Fix missing unregistration
12874         * .cvsignore
12875         * src/etpan/.cvsignore
12876         * src/plugins/spamassassin/.cvsignore
12877                 Add more stuff to cvs ignored files
12878
12879 2005-07-04 [colin]      1.9.12cvs19
12880
12881         * src/imap.c
12882                 Fix scan_required returning FALSE when it
12883                 shouldn't. Maybe fix #760 (Can't retrieve
12884                 messages)
12885
12886 2005-07-04 [colin]      1.9.12cvs18
12887
12888         * src/summaryview.c
12889                 Fix always_show_msg pref
12890
12891 2005-07-04 [paul]       1.9.12cvs17
12892
12893         sync with main (forgotten in last commit)
12894         
12895         * src/common/utils.c
12896         * src/common/utils.h
12897                 check_line_length(): new.
12898                 is_dir_exist()
12899                 is_file_entry_exist()
12900                 dirent_is_regular_file()
12901                 dirent_is_directory(): use g_file_test() instead of stat().
12902
12903 2005-07-04 [paul]       1.9.12cvs16
12904
12905         sync with main:
12906
12907         * src/compose.c
12908                 compose_write_to_file(): check for line
12909                 length limit and display warning if exceeds
12910         * src/jpilot.c
12911                 use get_home_dir() instead of g_get_home_dir()
12912         * src/procheader.c
12913                 removed warning about invalid date
12914         * src/vcard.c
12915                 use get_home_dir() instead of g_get_home_dir()
12916
12917 2005-07-04 [paul]       1.9.12cvs15
12918
12919         * src/stock_pixmap.c
12920                 fix new pixmap naming errors
12921                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12922
12923 2005-07-04 [colin]      1.9.12cvs14
12924
12925         * src/imap.c
12926                 Fix debugging string with a warning
12927
12928 2005-07-04 [colin]      1.9.12cvs13
12929
12930         * configure.ac
12931                 Add a check for libetpan's version (>= 0.37)
12932
12933 2005-07-04 [hoa]        1.9.12cvs12
12934
12935         * commitHelper
12936         * src/imap.c
12937         * src/etpan/imap-thread.c
12938         * src/etpan/imap-thread.h
12939                 fixed IMAP implementation of check of mails.
12940
12941 2005-07-03 [hoa]        1.9.12cvs11
12942
12943         * src/etpan/Makefile.am
12944         * src/etpan/etpan-errors.h
12945         * src/etpan/etpan-log.[ch]
12946         * src/etpan/etpan-thread-manager-types.h
12947         * src/etpan/etpan-thread-manager.[ch]
12948         * src/etpan/imap-thread.[ch]
12949         * src/Makefile.am
12950         * src/imap.c
12951         * src/main.c
12952         * src/prefs_other.c
12953         * configure.ac
12954             merged imap branch.
12955             dependency on libetpan 0.37 is now added.
12956
12957 2005-07-01 [colin]      1.9.12cvs10
12958
12959         * src/Makefile.am
12960         * src/folder.c
12961         * src/folder.h
12962         * src/folderview.c
12963         * src/stock_pixmap.c
12964         * src/stock_pixmap.h
12965         * src/plugins/trayicon/trayicon.c
12966                 Add marked symbol on folders containing
12967                 marked messages
12968         * src/procmsg.c
12969         * src/procmsg.h
12970         * src/toolbar.c
12971         * src/prefs_common.c
12972         * src/prefs_common.h
12973         * src/prefs_send.c
12974                 Add an optional confirmation dialog on queue
12975                 sending. Patch by wwp.
12976         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12977         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12978         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12979         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12980         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12981         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12982         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12983         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12984         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12985         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12986         * src/pixmaps/trash_mark.xpm            ** ADDED **
12987                 New pixmaps
12988
12989 2005-07-01 [colin]      1.9.12cvs9
12990
12991         * src/summaryview.c
12992                 Fix a little threading bug
12993         * src/addrgather.c
12994         * src/mainwindow.c
12995                 A little bit of HIG normality never hurts
12996
12997 2005-07-01 [colin]      1.9.12cvs8
12998
12999         * src/compose.c
13000         * src/msgcache.c
13001         * src/pop.c
13002         * src/procmime.c
13003         * src/recv.c
13004         * src/common/log.c
13005         * src/common/template.c
13006         * src/common/utils.c
13007         * src/common/utils.h
13008                 Reverted the fwrite_atomic stuff. In fact
13009                 it is already atomic.
13010
13011 2005-06-30 [colin]      1.9.12cvs7
13012
13013         * src/common/utils.c
13014         * src/common/utils.h
13015                 Add an fwrite_atomic() function to make
13016                 sure we write everything: fwrite can make
13017                 short writes.
13018         * src/compose.c
13019         * src/msgcache.c
13020         * src/pop.c
13021         * src/procmime.c
13022         * src/recv.c
13023         * src/common/log.c
13024         * src/common/template.c
13025                 Use that (and fix swapping of size and nmemb).
13026                 Thanks to Rich Coe for the heads up.
13027
13028 2005-06-30 [colin]      1.9.12cvs6
13029
13030         * src/addressbook.c
13031                 Optimize addressbook opening 
13032
13033 2005-06-30 [colin]      1.9.12cvs5
13034
13035         * src/summaryview.c
13036                 Remove calls to summary_step after move/copy
13037
13038 2005-06-28 [paul]       1.9.12cvs4
13039
13040         * src/alertpanel.c
13041                 wrap and make the error msg selectable
13042
13043 2005-06-28 [paul]       1.9.12cvs3
13044
13045         * src/ssl_manager.c
13046                 replace the OK button with a Close button
13047         * src/gtk/foldersort.c
13048                 use GTK_STOCK_ icons/buttons
13049
13050 2005-06-28 [colin]      1.9.12cvs2
13051
13052         * src/gedit-print.c             ** ADDED **
13053         * src/gedit-print.h             ** ADDED **
13054         * src/gtk/gtksourceprintjob.c   ** ADDED **
13055         * src/gtk/gtksourceprintjob.h   ** ADDED **
13056                 I can't believe no one had enough time to tell
13057                 me I forgot the `cvs add`
13058
13059 2005-06-27 [colin]      1.9.12cvs1
13060
13061         * src/Makefile.am
13062         * src/gtk/Makefile.am
13063         * src/messageview.c
13064         * src/procmsg.c
13065         * src/summaryview.c
13066         * configure.ac
13067                 Add optional libgnomeprint-based printing
13068         * src/mainwindow.c
13069         * src/gtk/quicksearch.c
13070                 Add an Edit/Quick search menu item to show
13071                 and focus the quicksearch
13072
13073 2005-06-27 [paul]       1.9.12
13074
13075         1.9.12 release
13076
13077         * po/ca.po
13078         * po/de.po
13079         * po/es.po
13080         * po/fr.po
13081         * po/it.po
13082         * po/ko.po
13083         * po/pt_BR.po
13084         * po/sk.po
13085         * po/zh_CN.po
13086                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13087                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13088                 SungHyun Nam, Frederico Goncalves Guimaraes,
13089                 Andrej Kacian, and Yang Guilong
13090 2005-06-26 [colin]      1.9.11cvs106
13091
13092         * src/imap_gtk.c
13093                 Forgot one file for previous fix
13094
13095 2005-06-26 [colin]      1.9.11cvs105
13096
13097         * src/folder.c
13098         * src/imap.c
13099                 Fix problems with folder operations in no_select
13100                 imap folders. it applies only to mails, and 
13101                 creation/deletion/move/renaming of folders 
13102                 should be possible
13103
13104 2005-06-26 [paul]       1.9.11cvs104
13105
13106         * src/prefs_filtering.c
13107                 replace one more GTK_STOCK_REMOVE
13108                 with GTK_STOCK_DELETE
13109
13110 2005-06-25 [colin]      1.9.11cvs103
13111
13112         * src/imap.c
13113                 Optimize get_seq_set_from_seq_list
13114                 (Patch by Ricardo) 
13115
13116 2005-06-25 [colin]      1.9.11cvs102
13117
13118         * src/mh.c
13119                 If the directory exists, but not in the
13120                 correct encoding, rename it. This should
13121                 handle old-versions-induced bugs.
13122
13123 2005-06-25 [colin]      1.9.11cvs101
13124
13125         * src/mh.c
13126                 Fix path access with extended dir names
13127                 Fixes bug #589 (SC segfaults with wrong locale
13128                 settings)
13129
13130 2005-06-25 [colin]      1.9.11cvs100
13131
13132         * src/prefs_account.c
13133         * src/prefs_account.h
13134         * src/compose.c
13135                 Add an option to encrypt replies to
13136                 encrypted messages
13137
13138 2005-06-25 [colin]      1.9.11cvs99
13139
13140         * src/compose.c
13141         * src/quote_fmt_parse.y
13142                 ... And make it work with pgpinline.
13143
13144 2005-06-25 [colin]      1.9.11cvs98
13145
13146         * src/compose.c
13147         * src/procmime.c
13148         * src/procmime.h
13149         * src/quote_fmt_parse.y
13150                 o Make reedition of encrypted messages possible
13151                   (as long as it is encrypted to self too, no
13152                    magic there)
13153                 o Make replying with quote (and without selecting
13154                   text) possible for encrypted messages.
13155                 Closes bug #550 (Not possible to "reply with quote"
13156                 to gnupg encrypted messages)
13157
13158 2005-06-24 [paul]       1.9.11cvs97
13159
13160         * src/imap.c
13161                 add missing include
13162
13163 2005-06-24 [paul]       1.9.11cvs96
13164
13165         * src/editldap.c
13166                 made bind password entry invisible
13167                 (sync with main)
13168         * src/send_message.c
13169                 send_message_local(): check exit status
13170                 to detect errors (sync with main)
13171         * src/textview.c
13172                 use main's less ambiguous popup menu
13173                 wording
13174
13175 2005-06-24 [paul]       1.9.11cvs95
13176
13177         * src/prefs_actions.c
13178         * src/prefs_customheader.c
13179         * src/prefs_display_header.c
13180         * src/prefs_filtering_action.c
13181         * src/prefs_matcher.c
13182         * src/prefs_template.c
13183         * src/prefs_toolbar.c
13184                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13185         * src/gtk/description_window.c
13186                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13187
13188 2005-06-23 [colin]      1.9.11cvs94
13189
13190         * src/summaryview.c
13191                 Fix rough edges (be sure to call status_show whenever
13192                 necessary).
13193
13194 2005-06-23 [colin]      1.9.11cvs93
13195
13196         * src/summaryview.c
13197                 Optimize Select All
13198                 Before, in a 5K mails folder: 11s
13199                 After, in the same folder: 58000µs
13200                 The joys of locking... gtk_clist_select_all() fires a 
13201                 tree-select-row event for each selected row, which in 
13202                 summaryview, callbacks summary_selected which in turn,
13203                 calls summary_status_show, which walks the selected
13204                 rows. Hence, calling gtk_clist_select_all was 
13205                 exponential. Locking the summaryview makes 
13206                 summary_selected return early.
13207
13208 2005-06-23 [colin]      1.9.11cvs92
13209
13210         * src/imap.c
13211                 Move mutex at the important place to avoid
13212                 deadlocks
13213         * src/summaryview.c
13214                 Fix Del key deleting directly instead of
13215                 moving to trash
13216
13217 2005-06-22 [colin]      1.9.11cvs91
13218
13219         * src/plugins/spamassassin/libspamc.c
13220                 As we do spagetti code with assignations in multiple
13221                 places (see _message_read_raw where out = msg = raw),
13222                 let's be sure we don't free the same pointer twice.
13223                 Should fix bug #683 (Crash in libpam at 
13224                 message_cleanup).
13225
13226 2005-06-22 [colin]      1.9.11cvs90
13227
13228         * src/compose.c
13229         * src/messageview.c
13230         * src/toolbar.c
13231                 Make toolbar's delete use the move to trash stuff;
13232                 Add gtk_widget_realize to be sure pixmaps can get
13233                 created (that may fix an old worksforme bug which
13234                 I can't find back...)
13235
13236 2005-06-22 [colin]      1.9.11cvs89
13237
13238         * src/summaryview.c
13239         * src/summaryview.h
13240         * src/mainwindow.c
13241                 Rename "Message/Delete" to "Message/Move to trash"
13242                 Add "Message/Delete..." that directly destroys the
13243                 selected messages after asking for a confirmation.
13244
13245 2005-06-22 [colin]      1.9.11cvs88
13246
13247         * src/imap.c
13248                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13249                 o Fix a deadlock (thanks Darko)
13250
13251 2005-06-22 [colin]      1.9.11cvs87
13252
13253         * src/gtk/foldersort.c
13254                 Add missing include for the i18n;
13255                 patch by Fabien Vantard
13256
13257 2005-06-21 [colin]      1.9.11cvs86
13258
13259         * src/folder.c
13260         * src/folderview.c
13261                 Respect the no_select flag
13262         * src/imap.c
13263                 Fix recursive deletion
13264         * src/imap_gtk.c
13265         * src/mh_gtk.c
13266                 Make the folder deletion's warning
13267                 more explicit
13268
13269 2005-06-21 [colin]      1.9.11cvs85
13270
13271         * src/textview.c
13272                 Prevent email addresses from spanning accross
13273                 lines - fixes bug # 646 (newline-chars in 
13274                 email addresses)
13275
13276 2005-06-20 [colin]      1.9.11cvs84
13277
13278         * src/folder.c
13279                 Be sure not to remove source if copy failed
13280
13281 2005-06-20 [colin]      1.9.11cvs83
13282
13283         * src/folderview.c
13284         * src/imap_gtk.c
13285                 remove summaryview's lock
13286         * src/imap.c
13287                 introduce threads to avoid problems when foreground tasks
13288                 interfere with background tasks
13289         * src/mh.c
13290                 prevent moving to drafts/queue
13291         * src/mimeview.c
13292                 fix leak
13293
13294 2005-06-19 [colin]      1.9.11cvs82
13295
13296         * src/imap_gtk.c
13297                 Remember that the user doesn't want to override
13298                 offline mode, for 3 seconds. It avoid presenting
13299                 him with N popups in a really short time.
13300
13301 2005-06-17 [colin]      1.9.11cvs81
13302
13303         * src/imap.c
13304                 Fix IMAP breaking on folders containing '('
13305                 (Probably won't be enough)
13306
13307 2005-06-17 [colin]      1.9.11cvs80
13308
13309         Forgotten files on 1.9.11cvs79
13310         * src/summaryview.c
13311                 Fix stepping when not immediately executing
13312         * src/imap.c
13313                 Really prevent UID FETCH 0
13314         * src/codeconv.c
13315                 Fix outgoing charset never set to utf-8
13316         * src/mh.c
13317                 Fix leak
13318
13319 2005-06-16 [colin]      1.9.11cvs79
13320
13321         * src/compose.c
13322                 Fix bug #707 (Dash splits rows)
13323                 Only wrap if we're on a line break position and
13324                 the previous one was a "white" (space) char.
13325                 Pango stuff is weird.
13326
13327 2005-06-16 [colin]      1.9.11cvs78
13328
13329         * src/imap_gtk.c
13330                 Lock summaryview while downloading messages
13331                 on user demand
13332         * src/procheader.c
13333         * src/unmime.c
13334         * src/common/utils.c
13335         * src/common/utils.h
13336                 Replace \r and \n with spaces in From and
13337                 Subject headers
13338
13339 2005-06-16 [paul]       1.9.11cvs77
13340
13341         * src/procmime.c
13342                 liberalise the mime parser
13343         * src/gtk/about.c
13344                 add text wrapping
13345
13346 2005-06-16 [paul]       1.9.11cvs76
13347
13348         * src/gtk/about.c
13349                 reworked
13350
13351 2005-06-15 [colin]      1.9.11cvs75
13352
13353         * src/compose.c
13354                 Finish header encoding fix
13355         * src/summaryview.c
13356                 Fix segfault
13357         * src/headerview.c
13358                 Fix compilation (Thanks Stephan
13359                 Sachse)
13360
13361 2005-06-15 [colin]      1.9.11cvs74
13362
13363         * Makefile.am
13364                 Install gnome2 stuff rather than gnome1, 
13365                 if both are present
13366         * src/codeconv.c
13367         * src/codeconv.h
13368         * src/compose.c
13369                 Fix headers encoding
13370         * src/folder.c
13371                 Visual progress when fetching all messages
13372         * src/folderview.c
13373         * src/summaryview.c
13374         * src/summaryview.h
13375                 Prevent changing current message while
13376                 incorporating
13377
13378 2005-06-15 [paul]       1.9.11cvs73
13379
13380         * src/gtk/gtkaspell.c
13381         * src/gtk/gtkaspell.h
13382                 fix build warnings
13383
13384 2005-06-15 [paul]       1.9.11cvs72
13385
13386         * src/prefs_filtering.c
13387                 allow reordering of filter rules by
13388                 drag n drop
13389
13390 2005-06-15 [paul]       1.9.11cvs71
13391
13392         * COPYING
13393                 updated
13394         * src/codeconv.c
13395                 replace deprecated function
13396         * src/inc.c
13397         * src/send_message.c
13398         * src/gtk/progressdialog.c
13399         * src/gtk/progressdialog.h
13400                 salvage and reuse parts of reverted sync
13401
13402 2005-06-15 [paul]       1.9.11cvs70
13403
13404         * src/inc.c
13405         * src/send_message.c
13406         * src/gtk/progressdialog.c
13407         * src/gtk/progressdialog.h
13408                 revert yesterday's sync with main
13409                 it contains deprecated functions
13410
13411 2005-06-15 [colin]      1.9.11cvs69
13412
13413         * src/headerview.c
13414                 Fix bug #670 (multi user to: will corrupt message 
13415                 headers display)
13416
13417 2005-06-15 [colin]      1.9.11cvs68
13418
13419         * src/compose.c
13420                 Fix bug #421 (Fix undo on wrapping)
13421
13422 2005-06-15 [colin]      1.9.11cvs67
13423
13424         * src/folder.c
13425                 Provide visual feedback while processing
13426                 folder's rules.
13427         * src/imap.c
13428                 Provide visual feedback while getting
13429                 short headers (for uncached messages)
13430
13431
13432 2005-06-14 [paul]       1.9.11cvs66
13433
13434         * src/account.c
13435                 change a couple stock icons
13436         * src/inc.c
13437         * src/send_message.c
13438         * src/gtk/progressdialog.c
13439         * src/gtk/progressdialog.h
13440                 sync main's GtkTreeView implementation
13441
13442 2005-06-14 [colin]      1.9.11cvs65
13443
13444         * src/imap.c
13445                 Various little fixes, mainly on error paths
13446
13447 2005-06-13 [colin]      1.9.11cvs64
13448
13449         * matcher.c
13450         * procmsg.c
13451         * procmsg.h
13452                 Add a way to fetch only headers. This speeds
13453                 up filtering on headers for IMAP. Fixes:
13454                 bug #481 extraneous imap commands slow down 
13455                         imap filtering
13456                 bug #522 Sylpheed downloads all messages 
13457                         when opening mailbox (IMAP)
13458                 bug #677 IMAP fetch is soooooooooooooo slow
13459         * src/folder.c
13460         * src/folder.h
13461                 Add a folder set_batch method so that
13462                 implementations can speed up flags changes
13463         * src/folderutils.c
13464         * src/summaryview.c
13465                 Use that in mark as (un)read and mark all read
13466                 Refix bug #679
13467         * src/imap.c
13468                 Implement set_batch - brings back deferred
13469                 flags in a less buggy manner. Fixes:
13470                 bug #729 IMAP immediate expunge of deleted messages
13471                 bug #191 remove list of messages with one command
13472                 Fix login with strange chars
13473                 Implement fetch_msg_full
13474                 Fix copy (wrong counts)
13475
13476 2005-06-12 [colin]      1.9.11cvs63
13477
13478         * src/folder.c
13479                 lock incorporation during long operations.
13480                 Avoids fucking up the IMAP socket.
13481
13482 2005-06-12 [colin]      1.9.11cvs62
13483
13484         * src/imap.c
13485                 Fix harmful typo
13486                 Factorize remove_all_msg
13487                 Thread-ize expunge
13488         * src/summaryview.c
13489                 Don't update partial-download status if unnecessary
13490         * src/folder.c
13491                 Use remove_msgs everywhere possible
13492
13493 2005-06-12 [colin]      1.9.11cvs61
13494
13495         * src/folder.c
13496         * src/folder.h
13497                 Add a remove_msgs function to remove a 
13498                 list of messages
13499         * src/imap.c
13500                 Implement that.
13501
13502 2005-06-12 [colin]      1.9.11cvs60
13503
13504         * src/imap.c
13505                 Remove flags-processing deferring... Too hard
13506                 to get it to work in all cases.
13507
13508 2005-06-11 [colin]      1.9.11cvs59
13509
13510         * src/imap.c
13511                 printf -> debug_print
13512
13513 2005-06-11 [colin]      1.9.11cvs58
13514
13515         * src/imap.c
13516                 o Fix build without USE_PTHREAD
13517                 o Factorize imap_open
13518                 o Alertpanel in case of impossible connection
13519                 o Alertpanel in case of impossible login
13520                 o Fix deferred flags processing to force a 
13521                   flush before adding some more flags to process,
13522                   but in another folder.
13523
13524 2005-06-10 [colin]      1.9.11cvs57
13525
13526         * src/imap.c
13527                 o Fix a format string error
13528                 o init ssl socket outside of the thread 
13529                   (it possibly invokes gtk calls)
13530         * src/procmime.c
13531                 o Put back the buffer to its necessary size
13532                 o Fix changing a file pointer without keeping
13533                   track of it (thanks Valgrind)
13534         * src/common/smtp.c
13535                 o Fix automatic STARTTLS if login should be done
13536                   and the server only allows it after starting TLS
13537         * src/gtk/gtkinputdialog.c
13538                 o Eat GDK_Return so that the combo popup doesn't 
13539                   appear when we press Enter to validate the combo
13540                   input dialog (as seen in the Open with... dialog)
13541
13542 2005-06-10 [colin]      1.9.11cvs56
13543
13544         * src/imap.c
13545                 o A bit less debug
13546                 o Fix a crash on deletion
13547                 o Threadize imap_select (it's called outside of 
13548                   threads)
13549                 o Defer treatment of DELETED flags
13550
13551
13552 2005-06-09 [colin]      1.9.11cvs55
13553
13554         * src/imap.c
13555                 Make sure we check imap_gtk_should_override(), which
13556                 potentially calls gtk stuff, before creating thread.
13557                 That way it should't be called via imap_get_session()
13558                 inside a thread.
13559
13560 2005-06-09 [colin]      1.9.11cvs54
13561
13562         * src/imap.c
13563                 o add a bit of status output
13564                 o remove some dead code
13565                 o threadize get_list_of_uids
13566                 o threadize imap_get_flags
13567                 o defer flag changing by 500ms so that they
13568                   can be batched
13569
13570
13571 2005-06-08 [colin]      1.9.11cvs53
13572
13573         * src/imap.c
13574                 Thread-ize imap_cmd_fetch
13575
13576 2005-06-08 [colin]      1.9.11cvs52
13577
13578         * src/main.c
13579                 Mmh, that broke POP3...
13580
13581 2005-06-08 [colin]      1.9.11cvs51
13582
13583         * src/main.c
13584                 Stabilize IMAP patch (thanks to Hoa)
13585
13586 2005-06-08 [colin]      1.9.11cvs50
13587
13588         * src/imap.c
13589                 Test patch to speed up imap. 
13590
13591 2005-06-08 [colin]      1.9.11cvs49
13592
13593         * src/imap_gtk.c
13594                 Warning fix
13595         * src/procmime.c
13596                 Apply patch from gentoo to use /usr/share/mime/globs if 
13597                 available, after un-breaking it
13598         * src/common/log.c
13599         * src/common/log.h
13600                 Use g_timeout for invoking hooks that possibly use gtk
13601                 calls. This should leave gtk calls in the main thread.
13602
13603 2005-06-08 [paul]       1.9.11cvs48
13604
13605         * src/codeconv.c
13606                 conv_get_outgoing_charset_str(): don't
13607                 use prefs_common setting
13608         * src/compose.c
13609         * src/compose.h
13610                 add /Options/Character encoding/... to
13611                 temporarily change the outgoing encoding
13612
13613         (belated sync with main)
13614
13615 2005-06-08 [paul]       1.9.11cvs47
13616
13617         * src/compose.c
13618                 correction to/completion of last
13619                 sync with main
13620
13621 2005-06-08 [paul]       1.9.11cvs46
13622
13623         sync with main:
13624         
13625         * src/codeconv.c
13626         * src/codeconv.h
13627                 always enabled Japanese auto-detection
13628                 if the first letters of locale string
13629                 is "ja"
13630         * src/compose.c
13631                 don't use "destroy" signal to destroy
13632                 Compose object (fix rare crashes on discard?)
13633         * src/mainwindow.c
13634         * src/messageview.c
13635         * src/prefs_send.c
13636                 added Hebrew encodings
13637         * src/sourcewindow.c
13638                 don't use "destroy" signal to destroy
13639                 objects
13640
13641 2005-06-07 [colin]      1.9.11cvs45
13642
13643         * src/summaryview.c
13644                 Add missing unlocks/locks
13645
13646 2005-06-07 [paul]       1.9.11cvs44
13647
13648         * src/summaryview.c
13649                 restore bug #749 fix
13650
13651 2005-06-06 [colin]      1.9.11cvs43
13652
13653         * src/summaryview.c
13654                 Fix selection bug when prefs_common.open_unread 
13655                 is FALSE
13656
13657 2005-06-06 [colin]      1.9.11cvs42
13658
13659         * src/common/md5.c
13660                 Fix a warning
13661         * src/summaryview.c
13662         * src/folderview.c
13663                 Factorize long operations beginning and end
13664                 (locking, freezing/thawing, cursor, ...)
13665                 Check selection->data member in selection-
13666                 related loops; this avoids dying an awful
13667                 death if the selection changes on us while
13668                 we're marking a whole IMAP folder unread, 
13669                 for example.
13670
13671 2005-06-06 [paul]       1.9.11cvs41
13672
13673         * src/textview.c
13674                 don't g_free() a static gchar buffer
13675
13676 2005-06-05 [colin]      1.9.11cvs40
13677
13678         * src/mainwindow.c
13679         * src/messageview.c
13680         * src/summaryview.c
13681                 Fix bug #749 (Show all headers should be
13682                 sticky as the GUI suggests)
13683
13684 2005-06-03 [paul]       1.9.11cvs39
13685
13686         * src/compose.c
13687                 don't allow editing of mail while sending.
13688                 patch by Colin
13689
13690 2005-06-03 [paul]       1.9.11cvs38
13691
13692         * src/folderview.c
13693                 add a freeze/thaw to speed up 'mark all read'
13694
13695 2005-06-03 [paul]       1.9.11cvs37
13696
13697         * src/prefs_message.c
13698                 reflect changes immediately
13699
13700 2005-06-02 [colin]      1.9.11cvs36
13701
13702         * po/POTFILES.in
13703                 Patch by Fabien Vantard.
13704
13705 2005-06-02 [colin]      1.9.11cvs35
13706
13707         * src/imap.c
13708                 Use a non-blocking imap_getline() if possible.
13709                 This should completely prevent the interface
13710                 from freezin on imap operations, although it
13711                 may do strange stuff in case of folder switching
13712                 while a big imap operation is taking place...
13713
13714                 In addition, fix a leak in the case thread
13715                 creation fails on connection.
13716
13717 2005-06-02 [colin]      1.9.11cvs34
13718
13719         * src/crash.c
13720         * src/prefs_common.h
13721                 Fix build (prefs_common_init() doesn't exist
13722                 anymore)
13723
13724 2005-06-02 [colin]      1.9.11cvs33
13725
13726         * src/prefs_account.c
13727                 Fix bug #245 (filtering rules broken when
13728                 renaming a remote account (imap4 or nntp)
13729
13730 2005-06-02 [colin]      1.9.11cvs32
13731
13732         * src/imap.c
13733                 Try to fix IMAP shortcomings: 
13734                 o Multithread imap_open()
13735                 o allow offline-mode overriding instead of
13736                   just returning NULL
13737         * src/imap_gtk.c
13738         * src/imap_gtk.h
13739                 Add a function to ask whether we want to
13740                 override offline-mode for 10 minutes (one-shot
13741                 asking was painful)
13742         * src/procheader.c
13743                 Fix segfault when imap parser isn't happy about
13744                 a missing {
13745
13746 2005-06-01 [colin]      1.9.11cvs31
13747
13748         * src/addrharvest.c
13749         * src/compose.c
13750         * src/mbox.c
13751         * src/mbox.h
13752         * src/mh.c
13753         * src/msgcache.c
13754         * src/send_message.c
13755         * src/setup.c
13756         * src/undo.c
13757         * src/common/hooks.c
13758         * src/common/prefs.c
13759         * src/common/template.c
13760         * src/common/utils.c
13761         * src/gtk/gtkutils.c
13762         * src/gtk/inputdialog.c
13763         * src/gtk/menu.c
13764         * src/gtk/pluginwindow.c
13765         * src/gtk/prefswindow.c
13766         * src/plugins/pgpmime/passphrase.c
13767         * src/plugins/pgpmime/prefs_gpg.c
13768                 More -Wall fixes
13769
13770         * src/common/Makefile.am
13771         * src/common/timing.h
13772                 Add basic timing code
13773
13774         * src/summaryview.c
13775                 Fix a bug with unread messages when 
13776                 re-sorting folders, and by the way
13777                 fix a big performance hit when 
13778                 re-sorting (10k mails: before 5s,
13779                 after .5s)
13780
13781         * src/prefs_compose_writing.c
13782         * src/prefs_compose_writing.h
13783         * src/prefs_message.c
13784         * src/prefs_message.h
13785         * src/prefs_other.c
13786         * src/prefs_other.h
13787         * src/prefs_quote.c
13788         * src/prefs_quote.h
13789         * src/prefs_receive.c
13790         * src/prefs_receive.h
13791         * src/prefs_send.c
13792         * src/prefs_send.h
13793         * src/prefs_summaries.c
13794         * src/prefs_summaries.h
13795                 Fix copyright banner
13796
13797 2005-06-01 [paul]       1.9.11cvs30
13798
13799         * po/fi.po
13800                 updated by Flammie Pirinen
13801         * src/procmime.c
13802                 fix 'Bad BASE64 content' output
13803
13804 2005-05-31 [colin]      1.9.11cvs29
13805
13806         * src/procmime.c
13807                 Oops, where did my hunk go.
13808
13809 2005-05-31 [colin]      1.9.11cvs28
13810
13811         * src/Makefile.am
13812         * src/account.c
13813         * src/action.c
13814         * src/addr_compl.c
13815         * src/addressbook.c
13816         * src/codeconv.c
13817         * src/compose.c
13818         * src/export.c
13819         * src/folder.c
13820         * src/folderview.c
13821         * src/image_viewer.c
13822         * src/main.c
13823         * src/mainwindow.c
13824         * src/messageview.c
13825         * src/mimeview.c
13826         * src/msgcache.c
13827         * src/prefs_account.c
13828         * src/prefs_actions.c
13829         * src/prefs_common.c
13830         * src/prefs_compose_writing.c
13831         * src/prefs_customheader.c
13832         * src/prefs_ext_prog.c
13833         * src/prefs_filtering.c
13834         * src/prefs_filtering_action.c
13835         * src/prefs_fonts.c
13836         * src/prefs_image_viewer.c
13837         * src/prefs_message.c
13838         * src/prefs_message.h
13839         * src/prefs_msg_colors.c
13840         * src/prefs_other.c
13841         * src/prefs_other.h
13842         * src/prefs_quote.c
13843         * src/prefs_receive.c
13844         * src/prefs_receive.h
13845         * src/prefs_send.c
13846         * src/prefs_send.h
13847         * src/prefs_spelling.c
13848         * src/prefs_summaries.c
13849         * src/prefs_summary_column.c
13850         * src/prefs_template.c
13851         * src/prefs_themes.c
13852         * src/prefs_toolbar.c
13853         * src/prefs_wrapping.c
13854         * src/procmime.c
13855         * src/procmsg.c
13856         * src/send_message.h
13857         * src/ssl_manager.c
13858         * src/summary_search.c
13859         * src/summaryview.c
13860         * src/textview.c
13861         * src/wizard.c
13862         * src/common/smtp.c
13863         * src/common/smtp.h
13864         * src/gtk/gtkutils.h
13865                 o Move the rest of Common prefs to new style
13866                 o Lots of -Wall warning fixes
13867                 o fix FIXME in cache memusage calculation
13868                 o Let return receipts be sent from any account
13869                 o Little cache optimisation (read)
13870                 o Fix bug #746 (don't treat commas as separators
13871                   when inside a quoted string)
13872
13873 2005-05-31 [paul]       1.9.11cvs27
13874
13875         * src/prefs_common.c
13876                 fix 'off-by-one' typo
13877
13878 2005-05-31 [paul]       1.9.11cvs26
13879
13880         * src/account.c
13881         * src/addr_compl.c
13882         * src/compose.c
13883         * src/foldersel.c
13884         * src/prefs_actions.c
13885         * src/prefs_common.c
13886         * src/prefs_common.h
13887         * src/prefs_customheader.c
13888         * src/prefs_display_header.c
13889         * src/prefs_filtering.c
13890         * src/prefs_filtering_action.c
13891         * src/prefs_matcher.c
13892         * src/prefs_summaries.c
13893         * src/prefs_summary_column.c
13894         * src/prefs_template.c
13895         * src/prefs_toolbar.c
13896         * src/ssl_manager.c
13897         * src/gtk/pluginwindow.c
13898         * src/gtk/prefswindow.c
13899         * src/gtk/progressdialog.c
13900                 add hidden prefs 'enable_rules_hint'
13901                 for gtk_tree_view_set_rules_hint()
13902                 (sync with main)
13903                 
13904
13905 2005-05-31 [colin]      1.9.11cvs25
13906
13907         * src/Makefile.am
13908         * src/main.c
13909         * src/prefs_common.c
13910         * src/prefs_summaries.c ** ADDED **
13911         * src/prefs_summaries.h ** ADDED **
13912                 Common/Display -> Display/Summaries
13913
13914 2005-05-31 [colin]      1.9.11cvs24
13915
13916         * src/Makefile.am
13917         * src/main.c
13918         * src/prefs_quote.c ** ADDED **
13919         * src/prefs_quote.h ** ADDED **
13920                 Move Common/Quote to Compose/Quoting
13921         * src/prefs_common.c
13922         * src/prefs_common.h
13923                 Remove old quote stuff, add
13924                 convenience functions for GtkTextView prefs
13925         * src/gtk/prefswindow.c
13926                 Set default height higher
13927
13928 2005-05-30 [colin]      1.9.11cvs23
13929
13930         * src/Makefile.am
13931         * src/main.c
13932         * src/prefs_common.c
13933         * src/prefs_compose_writing.c ** ADDED **
13934         * src/prefs_compose_writing.h ** ADDED **
13935                 Move Common/Compose prefs to Compose/Writing
13936
13937 2005-05-30 [colin]      1.9.11cvs22
13938
13939         * src/common/utils.c
13940                 Fix bug #651 (Confused Attract by Subject)
13941                 Patch by M. Benkmann <haferfrost@web.de>
13942         * AUTHORS
13943
13944 2005-05-30 [colin]      1.9.11cvs21
13945
13946         * src/compose.c
13947                 Fix concatenation of different headers of
13948                 the same type (bug #645)
13949         * src/prefs_folder_item.c
13950                 Fix bug #699 (setting color to black doesn't
13951                 work immediately)
13952         * src/procmime.c
13953                 Print out decoding error only once per
13954                 block
13955
13956 2005-05-30 [paul]       1.9.11cvs20
13957
13958         * src/common/template.c
13959                 fix Bcc
13960
13961 2005-05-30 [paul]       1.9.11cvs19
13962
13963         * doc/src/rfc2368.txt   **NEW FILE**
13964         * src/compose.c
13965                 compose_entries_set(): don't interpret Bcc
13966                 header field (conform to RFC 2368)
13967                 (sync with main)
13968
13969 2005-05-29 [colin]      1.9.11cvs18
13970
13971         * src/prefs_common.c
13972                 Let the default reply format respect
13973                 netiquette by cutting the signature.
13974
13975 2005-05-29 [colin]      1.9.11cvs17
13976
13977         * src/summaryview.c
13978                 Don't let always_show_msg override
13979                 open_unread_on_enter when opening a new
13980                 directory.
13981
13982 2005-05-27 [paul]       1.9.11cvs16
13983
13984         sync with main:
13985
13986         * src/main.c
13987                 app_will_exit(): cleanup tmp directory when exit
13988         * src/message_search.c
13989                 improved the interface and made code cleanup.
13990                 removed Clear button
13991         * src/send_message.c
13992                 send_message_local(): use GSpawn, and detect errors
13993         * src/summary_search.c
13994                 improved the interface and made code cleanup
13995         * src/textview.c
13996                 textview_write_link(): also skip non-ascii space
13997                  at the head of link strings (phishing check
13998                  didn't work at the case)
13999         * src/common/utils.c
14000                 get_command_output(): use g_spawn_command_line_sync()
14001                 instead of popen()
14002
14003 2005-05-26 [colin]      1.9.11cvs15
14004
14005         * src/folder.c
14006                 remove printf
14007
14008 2005-05-26 [colin]      1.9.11cvs14
14009
14010         * src/common/nntp.c
14011                 Fix nntp mode reader (bug #611)
14012                 Patch by Florian Mickler <florian@mickler.org>
14013
14014 2005-05-26 [colin]      1.9.11cvs13
14015
14016         * src/plugins/pgpmime/passphrase.c
14017                 Fix mouse grabbing (bug #557)
14018
14019 2005-05-26 [colin]      1.9.11cvs12
14020
14021         * src/prefs_themes.c
14022                 Fix g_warning (bug #541)
14023
14024 2005-05-26 [colin]      1.9.11cvs11
14025
14026         * src/prefs_actions.c
14027         * src/prefs_template.c
14028                 Fix bug #506 (no warning if action/template
14029                 is not saved)
14030         * src/common/template.c
14031                 Fix a possible crash
14032
14033 2005-05-26 [colin]      1.9.11cvs10
14034
14035         * src/folder.c
14036         * src/folderview.c
14037         * src/procmsg.c
14038         * src/summaryview.c
14039                 Forbid locked messages to be moved or
14040                 deleted. Locked messages in trashes 
14041                 still get deleted, for performance
14042                 reason (mh.c::mh_remove_all_msgs)
14043
14044 2005-05-25 [colin]      1.9.11cvs9
14045
14046         * src/procmime.c
14047                 Use correct encoding when sending mails
14048                 with attachments that have accentued 
14049                 chars in their name
14050
14051 2005-05-24 [colin]      1.9.11cvs8
14052
14053         * src/summaryview.c
14054                 Fix bug #688 f) read/unread marker not
14055                 changed on first click
14056                 Also, optimize summary_status_show()
14057                 calls
14058         * src/folder.c
14059         * src/inc.c
14060         * src/procmime.c
14061                 Fix bug #688 b) and c) wrt message
14062                 attachments and signature
14063         * src/stock_pixmap.c
14064         * src/stock_pixmap.h
14065         * src/stock_pixmap.c
14066         * src/stock_pixmap.h
14067         * src/Makefile.am
14068         * src/pixmaps/clip_gpg_signed.xpm
14069                 Add clip/signed icon
14070
14071 2005-05-24 [colin]      1.9.11cvs7
14072
14073         * src/folder_item_prefs.c
14074                 whitespace fix
14075
14076 2005-05-24 [colin]      1.9.11cvs6
14077
14078         * src/folderview.c
14079         * src/prefs_common.c
14080         * src/prefs_common.h
14081                 Add a confirmation to folder drag and drop
14082                 fixes bug #156
14083         * src/alertpanel.c
14084         * src/alertpanel.h
14085                 fix _with_disable parameters so that
14086                 the buttons labels are specifiable too
14087         * src/plugins/pgpmime/sgpgme.c
14088                 reflect said change
14089                 
14090
14091 2005-05-24 [colin]      1.9.11cvs5
14092
14093         * src/folderview.c
14094                 Uncollapse/collapse folders on double-click
14095                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14096                 closes bug #108
14097
14098 2005-05-23 [colin]      1.9.11cvs4
14099
14100         * src/common/socket.c
14101                 Check another special SSL_peek() error.
14102                 Should help wrt bug #728
14103
14104 2005-05-23 [colin]      1.9.11cvs3
14105
14106         * src/plugins/pgpmime/pgpmime.c
14107                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14108                 breaking menu accelerators and stuff. Users will have to
14109                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14110                 account's privacy preferences if needed.
14111
14112 2005-05-22 [paul]
14113
14114         * tools/kdeservicemenu/install.sh
14115                 use kdesu to prompt for root password if doing
14116                 global install/uninstall
14117
14118 2005-05-20 [colin]      1.9.11cvs2
14119
14120         * src/procmsg.c
14121                 Fix another compilation error with gcc-2.9x
14122                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14123         * src/send_message.c
14124                 Don't send QUIT if we aren't connected
14125
14126 2005-05-19 [colin]      1.9.11cvs1
14127
14128         * src/procmsg.c
14129                 Fix compilation with gcc 2.9x
14130
14131 2005-05-19 [paul]       1.9.11
14132
14133         1.9.11 released
14134
14135 2005-05-19 [paul]       1.9.9cvs14
14136
14137         * src/gtk/inputdialog.c
14138                 prevent gettext warning
14139
14140 2005-05-19 [paul]       1.9.9cvs13
14141
14142         * src/mainwindow.c
14143         * src/prefs_common.c
14144         * src/prefs_common.h
14145         * src/textview.c
14146         * src/textview.h
14147                 add an option to toggle cursor in message
14148                 view (sync with main)
14149
14150 2005-05-18 [colin]      1.9.9cvs12
14151
14152         * src/compose.c
14153                 Dereference freed pointer
14154         * src/gtk/gtkaspell.c
14155                 Fix duplication of dictionaries (is it an aspell issue?)
14156
14157 2005-05-18 [colin]      1.9.9cvs11
14158
14159         * src/gtk/inputdialog.c
14160         * src/gtk/gtkaspell.c
14161                 HIGuify dialogs
14162         * src/alertpanel.c
14163                 Remove a double call
14164
14165 2005-05-17 [colin]      1.9.9cvs10
14166
14167         * src/gtk/gtkaspell.c
14168                 Fix dialogs, Ctrl-Enter accel
14169
14170 2005-05-17 [colin]      1.9.9cvs9
14171
14172         * src/gtk/gtkaspell.c
14173                 Fix some accelerators, escape in replace-window
14174
14175 2005-05-16 [colin]      1.9.9cvs8
14176
14177         * src/gtk/gtkaspell.c
14178                 Revert last commit, it was a mistake.
14179
14180 2005-05-16 [colin]      1.9.9cvs7
14181
14182         * src/gtk/gtkaspell.c
14183                 Remove buggy code while we're at it. It's a 
14184                 dead code path anyway.
14185
14186 2005-05-16 [colin]      1.9.9cvs6
14187
14188         * src/gtk/gtkaspell.c
14189                 Missed some gtk_menu_popup where deactivate
14190                 signal should be handled. Should fix bug
14191                 #629 a bit more.
14192
14193 2005-05-16 [colin]      1.9.9cvs5
14194
14195         * src/gtk/gtkaspell.c
14196                 Remove debug printf()s
14197
14198 2005-05-16 [colin]      1.9.9cvs4
14199
14200         * src/gtk/gtkaspell.c
14201                 Fix a bit aspell problems
14202                 (see bug #629)
14203
14204 2005-05-13 [colin]      1.9.9cvs3
14205
14206         * src/folderview.c
14207                 Fix the + appearing even when no subfolders
14208                 have unread messages. Thanks to wwp for the
14209                 bug report.
14210
14211 2005-05-11 [paul]       1.9.9cvs2
14212
14213         * src/folderview.c
14214                 correction to 1.9.9cvs1, only colour folders that
14215                 have new msgs (not unread msgs)
14216
14217 2005-05-10 [colin]      1.9.9cvs1
14218
14219         * src/folderview.c
14220         * src/summaryview.c
14221                 Try to fix bolding bugs again.
14222
14223 2005-05-09 [paul]
14224
14225         * tools/claws.i18n.status.pl
14226                 add Ricardo Mones Lastra's script that has been providing
14227                 the i18n status page for many months
14228
14229 2005-05-09 [paul]       1.9.9
14230
14231         1.9.9 release
14232
14233 2005-05-09 [paul]       1.9.6cvs58
14234
14235         * AUTHORS
14236         * INSTALL
14237         * README.claws
14238                 updated
14239         * Makefile.am 
14240         * RELEASE_NOTES.claws
14241                 add release notes to cvs to simplify release
14242                 procedure
14243         * configure.ac
14244                 add ca and fi to ALL_LINGUAS
14245         * po/Makefile.in.in
14246                 workaround for missing Makevars
14247         * po/ca.po
14248         * po/fi.po
14249                 add new Catalan and Finnish translations
14250                 submitted by Miquel Oliete and Flammie Pirinen
14251         * po/de.po
14252         * po/es.po
14253         * po/fr.po
14254         * po/it.po
14255         * po/pl.po
14256         * po/ru.po
14257         * po/sk.po
14258         * po/sr.po
14259         * po/zh_CN.po
14260                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14261                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14262                 Urke MMI, and Hansom Young
14263         * src/main.c
14264                 Fix drafting when quitting. compose_draft() closes the
14265                 compose windows, which modifies the compose_list GSList.
14266                 We have to refresh this list after echo drafting to avoid a
14267                 segfault
14268         * src/partial_download.c
14269                 fix segfault on exit
14270
14271 2005-05-06 [paul]       1.9.6cvs57
14272
14273         * src/grouplistdialog.c
14274                 quick fix/workaround for unresizeable newsgroup
14275                 name column 
14276
14277 2005-05-06 [paul]       1.9.6cvs56
14278
14279         * src/inc.c
14280         * src/mainwindow.c
14281                 use gettext plural forms
14282         * src/imap_gtk.c
14283         * src/mh_gtk.c
14284         * src/toolbar.c
14285                 small improvement to english usage
14286
14287 2005-05-05 [thorsten]   1.9.6cvs55
14288
14289         * src/folder.c
14290                 fix possible crash
14291
14292 2005-05-05 [paul]       1.9.6cvs54
14293         
14294         sync with HEAD
14295
14296         * AUTHORS
14297         * src/compose.c
14298                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14299                 patch by Tim Mann
14300
14301 2005-05-05 [paul]       1.9.6cvs53
14302
14303         * src/mainwindow.c
14304                 fix resizing of separate message and
14305                 folder views
14306
14307 2005-05-05 [paul]       1.9.6cvs52
14308
14309         * src/account.c
14310         * src/addrgather.c
14311         * src/browseldap.c
14312         * src/exphtmldlg.c
14313         * src/expldifdlg.c
14314         * src/importmutt.c
14315         * src/importpine.c
14316         * src/main.c
14317         * src/mainwindow.c
14318         * src/noticeview.c
14319         * src/prefs_filtering.c
14320         * src/prefs_filtering_action.c
14321         * src/prefs_matcher.c
14322         * src/prefs_spelling.c
14323         * src/prefs_toolbar.c
14324         * src/toolbar.c
14325         * src/wizard.c
14326         * src/gtk/description_window.c
14327         * src/gtk/gtkvscrollbutton.c
14328         * src/gtk/progressdialog.c
14329         * src/gtk/quicksearch.c
14330         * src/plugins/pgpmime/prefs_gpg.c
14331         * src/plugins/spamassassin/spamassassin_gtk.c
14332                 replace deprecated gtk_widget_set_usize
14333
14334 2005-05-04 [colin]      1.9.6cvs51
14335
14336         * src/common/utils.c
14337                 Fix crash when subst_for_filename is called
14338                 with a NULL parameter
14339
14340 2005-05-04 [colin]      1.9.6cvs50
14341
14342         * src/partial_download.c
14343         * src/pop.c
14344                 Escape login when writing uidl file
14345                 fixes bug #736
14346
14347 2005-05-03 [colin]      1.9.6cvs49
14348
14349         * src/procmime.c
14350                 Fix possible DOS in mime parser
14351                 (see bug #634)
14352
14353 2005-05-02 [colin]      1.9.6cvs48
14354
14355         * src/compose.c
14356                 Try to fix the copy/paste mess once again.
14357
14358
14359 2005-04-30 [colin]      1.9.6cvs47
14360
14361         * src/prefs_account.h
14362         * src/procmsg.c
14363         * src/send_message.c
14364         * src/common/smtp.c
14365         * src/common/smtp.h
14366                 Try to batch sending mails (per account) instead of
14367                 reconnecting to server every time.
14368
14369 2005-04-29 [colin]      1.9.6cvs46
14370
14371         * src/messageview.c
14372                 Fix window resizing that refused to size down
14373         * src/prefs_common.c
14374         * src/prefs_common.h
14375         * src/prefs_filtering.c
14376                 Save Filtering's window size
14377
14378 2005-04-21 [paul]       1.9.6cvs45
14379
14380         * ChangeLog-gtk2.claws
14381         * src/setup.c
14382                 correction to sync
14383
14384 2005-04-21 [paul]       1.9.6cvs44
14385
14386         sync with main:
14387
14388         * src/setup.c
14389         * src/statusbar.c
14390         * src/statusbar.h
14391                 use gtkut_widget_draw_now(). Improved performance
14392                 of the update of statusbar
14393         * src/textview.c
14394                 textview_smooth_scroll_do(): redraw it after scroll
14395                 is done (fixed incorrect display when a part of the
14396                 view is hidden).
14397         * src/gtk/gtkutils.c
14398         * src/gtk/gtkutils.h
14399                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14400                 to force update of widgets.
14401                 Removed gtkut_widget_wait_for_draw() which had a big
14402                 overhead  because of waiting for all events processed 
14403
14404 2005-04-20 [paul]       1.9.6cvs43
14405
14406         * src/codeconv.c
14407                 complete 1.9.6cvs42's sync:
14408                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14409
14410 2005-04-19 [paul]       1.9.6cvs42
14411
14412         sync with main:
14413
14414         * src/action.c
14415                 catch_output(): correctly select the insert text
14416                 (fix invalid iterator warnings).
14417         * src/codeconv.c
14418         * src/codeconv.h
14419         * src/mainwindow.c
14420         * src/messageview.c
14421         * src/prefs_common.c
14422                 support GBK encoding.
14423         * src/common/session.c
14424         * src/common/session.h
14425                 use separate buffer for large data to be sent,
14426                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14427
14428 2005-04-18 [paul]       1.9.6cvs41
14429
14430         * src/jpilot.c
14431                 convert unsigned long into guint32
14432                 patch by Paul LeoNerd Evans 
14433
14434 2005-04-17 [colin]      1.9.6cvs40
14435
14436         * src/compose.c
14437                 Fix 'Request return receipt' from folder
14438                 properties (bug #708)
14439
14440 2005-04-17 [colin]      1.9.6cvs39
14441
14442         * src/mainwindow.c
14443                 Fix duplicate hotkeys in Mainwindow's menu
14444
14445 2005-04-17 [colin]      1.9.6cvs38
14446
14447         * src/folderview.c
14448                 Fix duplicate hotkeys in Folderview's contextual
14449                 menu
14450
14451 2005-04-15 [colin]      1.9.6cvs37
14452
14453         * src/summaryview.c
14454                 Fix 'Save as...' with non-ascii filenames
14455
14456 2005-04-15 [colin]      1.9.6cvs36
14457
14458         * src/plugins/pgpmime/pgpmime.c
14459                 Fix bus error on 64bit. Spotted by 
14460                 macallan1888@gmail.com
14461
14462 2005-04-15 [colin]      1.9.6cvs35
14463
14464         * src/prefs_account.c
14465                 Fix cvs34.
14466
14467 2005-04-12 [colin]      1.9.6cvs34
14468
14469         * src/prefs_account.c
14470                 Fix smtp auth type off-by-one. We forgot to
14471                 add PLAIN in the prefs-to-gui setter func and
14472                 as a result, the selected auth when opening
14473                 account prefs was not the correct one.
14474
14475 2005-04-12 [paul]       1.9.6cvs33
14476
14477         * src/inc.c
14478                 if the recv dialog is visible, Cancel only
14479                 cancels the current account
14480
14481
14482 2005-04-10 [colin]      1.9.6cvs32
14483
14484         * src/filtering.c
14485                 Copy score when copying FilteringActions
14486                 Fix bug #674
14487
14488 2005-04-10 [colin]      1.9.6cvs31
14489
14490         * src/inc.c
14491                 Make Message -> Receive -> Cancel cancel 
14492                 incorporation on all accounts. Fixes
14493                 bug #693
14494
14495 2005-04-10 [colin]      1.9.6cvs30
14496
14497         * src/prefs_account.c
14498                 Update Privacy checkbuttons status based
14499                 on the selected privacy system
14500         * src/compose.c
14501                 Always connect the "None" privacy system; the
14502                 static boolean was probably there to avoid
14503                 reconnecting twice in the same compose window,
14504                 but as the parent function is only called once
14505                 per compose, it's only a bug - as a static is
14506                 initialized once per application instance.
14507                 Also, don't uncheck Sign and Encrypt when
14508                 selecting None as privacy system; just ignore
14509                 them when sending/queuing.
14510                 Should fix bug #695
14511
14512 2005-04-08 [colin]      1.9.6cvs29
14513
14514         * src/account.c
14515         * src/prefs_account.c
14516         * src/prefs_account.h
14517                 Add account preference to queue message in a certain
14518                 folder.
14519
14520 2005-04-06 [colin]      1.9.6cvs28
14521
14522         * src/prefs_account.c
14523                 Update old inbox path syntax
14524
14525 2005-04-06 [paul]       1.9.6cvs27
14526
14527         sync with main:
14528
14529         * configure.ac
14530                 changed -traditional-cpp to -no-cpp-precomp for newer
14531                 Mac OS X support
14532         * src/foldersel.c
14533                 made column resize automatically
14534         * src/send_message.c
14535                 send_message_smtp(): consider EOF right after QUIT
14536                 successful (workaround for Gmail SMTP server)
14537         * src/common/socket.c
14538                 ssl_read(), ssl_peek(): check EOF which violates the
14539                 SSL protocol
14540         * src/gtk/colorlabel.c
14541                 removed warnings when displaying colorlabel menu
14542                 (don't use GtkAlignment)
14543
14544 2005-04-05 [paul]       1.9.6cvs26
14545
14546         * src/plugins/trayicon/trayicon.c
14547                 fix clipping of icon under KDE3 
14548
14549 2005-04-05 [paul]       1.9.6cvs25
14550
14551         * src/summaryview.c
14552                 hide display of threading
14553                 patch by Alfons
14554
14555 2005-04-04 [thorsten]   1.9.6cvs24
14556
14557         * src/mh.c
14558                 marks lost on filesystems with different stat() results on
14559                 summer-/wintertime
14560
14561 2005-04-03 [colin]      1.9.6cvs23
14562
14563         * src/summaryview.c
14564                 Don't handle up/down. Patch by Alfons
14565
14566 2005-04-02 [colin]      1.9.6cvs22
14567
14568         * src/summaryview.c
14569                 Make scrolling faster. Patch by Alfons.
14570
14571 2005-04-01 [colin]      1.9.6cvs21
14572
14573         * src/Makefile.am
14574         * src/stock_pixmap.c
14575         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14576         * src/pixmaps/dir_noselect.xpm ** ADDED **
14577                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14578
14579 2005-04-01 [colin]      1.9.6cvs20
14580
14581         * src/image_viewer.c
14582         * src/image_viewer.h
14583         * src/procmime.c
14584         * src/procmime.h
14585         * src/textview.c
14586         * src/textview.h
14587                 Implement inline image resizing and right-clicking
14588
14589 2005-04-01 [paul]       1.9.6cvs19
14590
14591         * AUTHORS
14592         * Makefile.am
14593         * configure.ac
14594                 check for gnome2
14595                 patch by Luca Cavalli <loopback<AT>slackit.org>
14596         * po/ru.po
14597                 updated by Pavlo Bohmat
14598
14599 2005-03-31 [colin]      1.9.6cvs18
14600
14601         * src/news.c
14602                 Fix parsing references
14603         * src/msgcache.c
14604                 don't put nulls in the references list
14605         * src/procheader.c
14606                 commit that forgotten file in 1.9.6cvs14
14607
14608 2005-03-31 [colin]      1.9.6cvs17
14609
14610         * src/compose.c
14611                 Fix joining of signature separator again. 
14612                 Maybe Hiro could put it in main too...
14613
14614 2005-03-31 [colin]      1.9.6cvs16
14615
14616         * src/Makefile.am
14617         * src/foldersel.c
14618         * src/stock_pixmap.c
14619         * src/stock_pixmap.h
14620         * src/pixmaps/dir-noselect.xpm
14621                 Update foldersel.c (sync from main, patch by Alfons)
14622
14623 2005-03-30 [colin]      1.9.6cvs15
14624
14625         * src/imap.c
14626                 Fix handling of imap folders containing [] in 
14627                 their name. Thanks to Nahuel Angelinetti for
14628                 the detailed bugreport.
14629
14630 2005-03-30 [colin]      1.9.6cvs14
14631
14632         * src/common/utils.h
14633         * src/common/utils.c
14634         * src/common/defs.h
14635         * src/matcher.c
14636         * src/msgcache.c
14637         * src/news.c
14638         * src/procmsg.c
14639         * src/procmsg.h
14640         * src/quote_fmt_parse.y
14641         * src/summaryview.c
14642                 Update references system. Patch by Alfons
14643
14644 2005-03-30 [colin]      1.9.6cvs13
14645
14646         * src/common/socket.c
14647                 Force the glibc to read resolv.conf again when 
14648                 it has changed. Should fix issues when changing
14649                 networks on a laptop and not restarting sylpheed. 
14650
14651 2005-03-30 [paul]       1.9.6cvs12
14652
14653         partial sync with main:
14654
14655         * src/action.c
14656                 create_io_dialog(): use user-defined text font
14657                 (thanks to Alfons), and modified its appearance.
14658         * src/addrgather.c
14659         * src/addrharvest.c
14660         * src/browseldap.c
14661                 replace old code
14662         * src/compose.c
14663                 don't join (presumably) itemized lines on line-wrapping
14664                 fixed wrapping of quote when auto-wrapping is enabled
14665                 compose_destroy(): destroy paned only if it's not
14666                 attached to window. Fixed memory leak of popup menu.
14667         * src/exphtmldlg.c
14668         * src/expldifdlg.c
14669                 replace old code
14670         * src/html.c
14671         * src/html.h
14672         * src/importmutt.c
14673         * src/importpine.c
14674                 replace old code
14675         * src/main.c
14676                 removed redundant code
14677         * src/mainwindow.c
14678                 changed 'Code set' (which is rather incorrect)
14679                 in the menu to 'Character encoding'
14680                 main_window_set_widgets(): request size first
14681                 to prevent window size becoming wrong
14682                 fixed remembering of the state of the visibility
14683                 of MessageView
14684         * src/messageview.c
14685                 changed 'Code set' (which is rather incorrect)
14686                 in the menu to 'Character encoding'
14687         * src/prefs_common.c
14688         * src/prefs_common.h
14689                 added an option whether to render HTML as text or not
14690                 added separators to outgoing encoding menu
14691         * src/procheader.c
14692                 procheader_scan_date_string(): support header
14693                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14694         * src/summaryview.c
14695         * src/summaryview.h
14696                 minor code cleanup
14697         * src/textview.c
14698                 textview_show_html(): force output of newline
14699                 added an option whether to render HTML as text or not
14700         * src/common/utils.c
14701                 strncpy2(): optimized based on Alfons' code
14702         * src/gtk/gtkutils.c
14703         * src/gtk/gtkutils.h
14704                 removed non-used code
14705         * src/plugins/pgpmime/passphrase.c
14706                 partially fixed grab input of passphrase dialog
14707                 Confine pointer to window
14708
14709 2005-03-30 [colin]      1.9.6cvs11
14710
14711         * src/msgcache.c
14712         * src/msgcache.h
14713                 Read/write 32bit ints from cache & marks
14714                 From main.
14715
14716 2005-03-29 [paul]       1.9.6cvs10
14717
14718         * AUTHORS
14719         * ChangeLog.claws
14720         * src/compose.c
14721         * src/gtk/gtkaspell.c
14722                 sync with HEAD (don't pass NULL pointers) 
14723
14724 2005-03-24 [paul]
14725
14726         * tools/Makefile.am
14727         * tools/README
14728         * tools/acroread2sylpheed.pl
14729                 sync with HEAD (add script to send pdfs as
14730                 attachments from Adobe Reader 7)
14731
14732 2005-03-21 [paul]       1.9.6cvs9
14733
14734         * configure.ac
14735         * po/POTFILES.in
14736         * src/Makefile.am
14737         * src/crash.c
14738         * src/image_viewer.c ** ADDED **
14739         * src/image_viewer.h ** ADDED **
14740         * src/main.c
14741         * src/prefs_common.c
14742         * src/prefs_common.h
14743         * src/prefs_image_viewer.c ** ADDED **
14744         * src/prefs_image_viewer.h ** ADDED **
14745         * src/textview.c
14746         * src/gtk/about.c
14747         * src/pixmaps/sylpheed_logo.xpm
14748         * src/plugins/Makefile.am
14749         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14750         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14751         * src/plugins/image_viewer/plugin.c ** REMOVED **
14752         * src/plugins/image_viewer/viewer.c ** REMOVED **
14753         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14754         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14755         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14756         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14757         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14758                 as gdk-pixbuf is now built-in
14759                 remove image_viewer plugin and put code back into
14760                 main codebase
14761                 implement inline image display (sync with main)
14762
14763                 replace logo with newer, nicer, larger version  
14764
14765 2005-03-21 [paul]       1.9.6cvs8
14766
14767         * src/gtk/about.c
14768                 cosmetic improvement
14769
14770 2005-03-21 [holger]     1.9.6cvs7
14771
14772         * src/plugins/spamassassin/spamassassin.c
14773                 Sync with HEAD
14774                 (unregister hook on failed plugin init)
14775
14776 2005-03-20 [colin]      1.9.6cvs6
14777
14778         * src/common/plugin.c
14779                 Check that plugin isn't already loaded
14780                 Patch by Alfons
14781
14782 2005-03-20 [thorsten]   1.9.6cvs5
14783
14784         * src/compose.c
14785                 use a more compatible syntax
14786
14787 2005-03-20 [thorsten]   1.9.6cvs4
14788
14789         * src/prefs_toolbar.c
14790                 fix crash when selecting toolbar item (uninitialized pointer)
14791
14792 2005-03-20 [thorsten]   1.9.6cvs3
14793
14794         * src/procmime.c
14795                 fix mimetype detection (referenced free()d string)
14796
14797 2005-03-20 [paul]       1.9.6cvs2
14798
14799         * src/compose.c
14800                 sync with HEAD (1.0.3cvs5)
14801                 neglect Reply-To header if empty
14802                 Patch by Alfons 
14803
14804 2005-03-19 [holger]     1.9.6cvs1
14805
14806         * src/summaryview.c
14807         * src/summaryview.h
14808                 Sync with HEAD
14809
14810 2005-03-18 [paul]       1.9.6
14811
14812         initial GTK2 release
14813
14814 2005-03-18 [paul]       1.0.3cvs3.1
14815
14816         * AUTHORS
14817         * ChangeLog.claws
14818         * configure.ac
14819         * src/gtk/about.c
14820         * src/pixmaps/sylpheed_logo.xpm
14821                 sync with HEAD
14822
14823 2005-03-18 [colin]      1.0.3cvs2.6
14824
14825         * src/summaryview.c
14826                 Remove call to summary_step in summary_copy_selected_to
14827                 Can't see its purpose, and this causes bug when copying
14828                 a message if the next one is unread: it reads it.
14829
14830 2005-03-18 [paul]       1.0.3cvs2.5
14831
14832         * src/foldersel.c
14833                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14834
14835 2005-03-18 [paul]       1.0.3cvs2.4
14836
14837         * src/addrharvest.c
14838         * src/codeconv.c
14839         * src/codeconv.h
14840         * src/compose.c
14841         * src/news.c
14842         * src/procheader.c
14843         * src/procmime.c
14844         * src/unmime.c
14845         * src/unmime.h
14846                 fix buffer overflow, CAN-2005-0667, see
14847                 http://secunia.com/advisories/14491/
14848                 Patch by Alfons
14849
14850 2005-03-17 [colin]      1.0.3cvs2.3
14851
14852         * src/prefs_fonts.c
14853         * src/summaryview.c
14854                 Fix font bugs (both lists now officialy share 
14855                 the same font)
14856                 
14857
14858 2005-03-17 [paul]       1.0.3cvs2.2
14859
14860         * src/gtk/pluginwindow.c
14861                 make plugin descriptions uneditable
14862
14863 2005-03-11 [paul]       1.0.3cvs2.1
14864
14865         * ChangeLog.claws
14866         * configure.ac
14867         * po/POTFILES.in
14868         * src/plugins/trayicon/trayicon.c
14869                 sync with HEAD
14870                 add src/wizard.c to POTFILES.in
14871
14872 2005-03-11 [paul]       1.0.3cvs1.1
14873
14874         * ChangeLog
14875         * ChangeLog.claws
14876         * configure.ac
14877         * po/de.po
14878         * po/es.po
14879         * po/fr.po
14880         * po/it.po
14881         * po/pt_BR.po
14882         * po/ru.po
14883         * po/sk.po
14884         * po/sr.po
14885         * po/zh_CN.po
14886                 sync with HEAD
14887
14888 2005-03-04 [colin]      1.0.1cvs22.2
14889
14890         * src/compose.c
14891                 Fix signatures with accentued chars in it
14892
14893 2005-03-04 [colin]      1.0.1cvs22.1
14894
14895         * src/common/smtp.c
14896         * src/common/smtp.h
14897                 Don't use SIZE param in MAIL FROM: if server 
14898                 doesn't support it. Patch by Eugen Freiter
14899                 <eugen_f@users.sf.net>
14900
14901 2005-02-27 [paul]       1.0.1cvs20.1
14902
14903         * ChangeLog.claws
14904         * configure.ac
14905         * src/messageview.c
14906                 sync with HEAD
14907
14908 2005-02-27 [colin]      1.0.1cvs19.4
14909
14910         * src/procheader.c
14911         * src/procheader.h
14912                 Fix prototypes. Patch by Alfons
14913
14914 2005-02-27 [colin]      1.0.1cvs19.3
14915
14916         * src/compose.c
14917                 Don't auto-join the signature separator.
14918
14919 2005-02-26 [colin]      1.0.1cvs19.2
14920
14921         * src/summaryview.c
14922                 Fix 'mark all read' with collapsed threads.
14923                 Patch by Alfons.
14924
14925 2005-02-25 [paul]       1.0.1cvs19.1
14926
14927         * ChangeLog.claws
14928         * configure.ac
14929         * src/prefs_account.c
14930         * src/prefs_folder_item.c
14931         * src/gtk/prefswindow.c
14932         * src/gtk/prefswindow.h
14933                 sync with HEAD
14934
14935 2005-02-25 [paul]       1.0.1cvs15.12
14936
14937         * src/alertpanel.c
14938         * src/codeconv.c
14939         * src/compose.c
14940         * src/textview.c
14941         * src/gtk/gtkutils.c
14942         * src/gtk/gtkutils.h
14943         * src/gtk/logwindow.c
14944         * src/gtk/progressdialog.c
14945                 sync with main (revision 127)
14946                 and fix logwindow clipping
14947
14948 2005-02-24 [colin]      1.0.1cvs15.11
14949
14950         * src/plugins/pgpmime/passphrase.c
14951                 Disable input grabbing; it doesn't work yet.
14952
14953 2005-02-24 [colin]      1.0.1cvs15.10
14954
14955         * src/messageview.c
14956                 Don't send out receipts if offline. Ask.
14957
14958 2005-02-23 [colin]      1.0.1cvs15.9
14959
14960         * src/summaryview.c     
14961                 Fix expanding
14962
14963 2005-02-23 [colin]      1.0.1cvs15.8
14964
14965         * src/summaryview.c
14966                 Really fix Bug 568 by removing useless
14967                 calls. summary_thread_init() now called
14968                 in summary_sort(). This should please
14969                 Alfons as it should be faster than 
14970                 previously.
14971
14972 2005-02-23 [colin]      1.0.1cvs15.7
14973
14974         * src/compose.c
14975                 Encode parts as QP or B64 if signing
14976
14977 2005-02-23 [colin]      1.0.1cvs15.6
14978
14979         * src/compose.c
14980                 Fix Mimeinfo leakage (including tmp files)
14981         * src/procmsg.c
14982                 Fix tmp file leakage (spotted by Ivan Rayner)
14983
14984 2005-02-22 [colin]      1.0.1cvs15.5
14985
14986         * src/expldifdlg.c
14987                 Fix keyboard input. Patch by Alfons.
14988
14989 2005-02-21 [colin]      1.0.1cvs15.4
14990
14991         * src/compose.c
14992                 Fix Sign/Encrypt when unselecting privacy
14993                 system
14994         * src/prefs_common.c
14995                 Change default message font to Monospace
14996         * src/summaryview.c
14997                 More freezing during potentially large operations
14998
14999 2005-02-21 [paul]       1.0.1cvs15.3
15000
15001         * src/main.c
15002                 fix --help output
15003
15004 2005-02-21 [paul]       1.0.1cvs15.2
15005
15006         * po/Makefile.in.in
15007         * src/compose.c
15008         * src/summaryview.c
15009         * src/textview.c
15010         * src/common/utils.c
15011         * src/common/utils.h
15012                 sync with main (revision 117)
15013
15014 2005-02-20 [colin]      1.0.1cvs15.1
15015
15016         * src/common/defs.h
15017                 Change cache file to .sylpheed_claws_cache, as
15018                 suggested by Alfons. Allows people to switch
15019                 between Sylpheed and Sylpheed-Claws. it is
15020                 a good idea to "Check for new messages" at next
15021                 startup.
15022
15023
15024 2005-02-18 [colin]      1.0.1cvs14.1
15025
15026         * src/quote_fmt_lex.l
15027         * src/quote_fmt_parse.y
15028                 Fix parser initialisation. Patch by Ivan.
15029
15030 2005-02-18 [colin]      1.0.1cvs11.6
15031
15032         * src/folderview.c
15033                 Fix scrolldown (bug 662)
15034
15035 2005-02-17 [colin]      1.0.1cvs11.5
15036
15037         * src/codeconv.c
15038                 conv_filename_to_utf8: return clean 7bit instead
15039                 of broken utf8 if needed
15040         * src/mimeview.c
15041                 Fix display of parts with unclean 8bit names
15042
15043 2005-02-17 [paul]       1.0.1cvs11.4
15044
15045         * src/compose.c
15046         * src/exportldif.c
15047         * src/matcher_parser_parse.y
15048         * src/procmime.c
15049         * src/sourcewindow.c
15050         * src/common/Makefile.am
15051         * src/common/intl.h             ** REMOVED **
15052         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15053                 sync with main (revision 109)
15054                 and clean up
15055
15056 2005-02-16 [colin]      1.0.1cvs11.3
15057
15058         * src/summaryview.c
15059                 Fix collapsed thread not highlighting when new
15060                 messages in it (Bug 568) Patch by Stephan Sachse.
15061                 Fix messed up selection when reaching bounds (Bug 632)
15062         * src/prefs_themes.c
15063                 Fix theme installing (Bug 684)
15064
15065 2005-02-16 [colin]      1.0.1cvs11.2
15066
15067         * src/messageview.c
15068                 Fix messageview_select_all
15069
15070 2005-02-16 [colin]      1.0.1cvs11.1
15071
15072         * src/mh.c
15073                 Sync with HEAD (MH scan required function)
15074
15075 2005-02-15 [colin]      1.0.1cvs8.1
15076
15077         * src/mimeview.c
15078         * src/common/utils.c
15079                 Sync with HEAD (filename chars substitution)
15080
15081 2005-02-15 [colin]      1.0.1cvs7.3
15082
15083         * src/gtk/pluginwindow.c
15084                 Fix button spacing
15085
15086 2005-02-15 [colin]      1.0.1cvs7.2
15087
15088         * src/mimeview.c
15089                 Fix mime icons not reset across message when
15090                 scrolled down
15091
15092 2005-02-15 [colin]      1.0.1cvs7.1
15093
15094         * src/compose.c
15095         * src/procmime.c
15096                 Sync with HEAD (optimisation of cvs6)
15097
15098 2005-02-14 [colin]      1.0.1cvs6.1
15099
15100         * src/compose.c
15101         * src/procmime.c
15102                 Sync with HEAD (encode "From " at line beginning)
15103
15104 2005-02-14 [colin]      1.0.1cvs5.3
15105
15106         * src/compose.c
15107                 Fix wrapping with accentued chars.
15108
15109 2005-02-13 [colin]      1.0.1cvs5.2
15110
15111         * src/textview.c
15112                 Fix email informative part parsing with
15113                 accentued chars in it. ispunct() returns
15114                 true for them in utf8...
15115
15116 2005-02-12 [colin]      1.0.1cvs5.1
15117
15118         * src/filtering.c
15119                 Sync with HEAD (remove wrong use of compose after send)
15120
15121 2005-02-12 [paul]       1.0.1cvs4.5
15122
15123         * src/textview.c
15124                 remove unnecessary code (thanks to Alfons)
15125
15126 2005-02-12 [paul]       1.0.1cvs4.4
15127
15128         * src/textview.c
15129                 add 'Copy' to contextual menu on emails
15130
15131 2005-02-11 [colin]      1.0.1cvs4.3
15132
15133         * src/compose.c
15134                 revert 1.0.0cvs28.2, it doesn't work that well.
15135
15136 2005-02-11 [paul]       1.0.1cvs4.2
15137
15138         * po/Makefile.in.in
15139                 fix 'make release'
15140
15141 2005-02-10 [paul]       1.0.1cvs4.1
15142
15143         * ChangeLog
15144         * ChangeLog.claws
15145         * ChangeLog.jp
15146         * configure.ac
15147         * src/compose.c
15148                 sync with HEAD (sync with main)
15149
15150 2005-02-10 [paul]       1.0.1cvs3.2
15151
15152         * AUTHORS
15153         * Makefile.am
15154         * autogen.sh
15155         * configure.ac
15156         * config/mkinstalldirs
15157         * intl/.cvsignore
15158         * intl/ChangeLog
15159         * intl/VERSION
15160         * intl/bindtextdom.c
15161         * intl/config.charset
15162         * intl/dcgettext.c
15163         * intl/dcigettext.c
15164         * intl/dcngettext.c
15165         * intl/dgettext.c
15166         * intl/dngettext.c
15167         * intl/eval-plural.h
15168         * intl/explodename.c
15169         * intl/finddomain.c
15170         * intl/gettext.c
15171         * intl/gettextP.h
15172         * intl/gmo.h
15173         * intl/hash-string.h
15174         * intl/intl-compat.c
15175         * intl/l10nflist.c
15176         * intl/libgnuintl.h.in
15177         * intl/loadinfo.h
15178         * intl/loadmsgcat.c
15179         * intl/localcharset.c
15180         * intl/localcharset.h
15181         * intl/locale.alias
15182         * intl/localealias.c
15183         * intl/localename.c
15184         * intl/log.c
15185         * intl/ngettext.c
15186         * intl/os2compat.c
15187         * intl/os2compat.h
15188         * intl/osdep.c
15189         * intl/plural-exp.c
15190         * intl/plural-exp.h
15191         * intl/plural.c
15192         * intl/plural.y
15193         * intl/ref-add.sin
15194         * intl/ref-del.sin
15195         * intl/relocatable.c
15196         * intl/relocatable.h
15197         * intl/textdomain.c
15198         * m4/Makefile.am
15199         * po/Makefile.in.in
15200         * src/Makefile.am
15201         * src/account.c
15202         * src/action.c
15203         * src/addr_compl.c
15204         * src/addressadd.c
15205         * src/addressbook.c
15206         * src/addrgather.c
15207         * src/addrindex.c
15208         * src/alertpanel.c
15209         * src/browseldap.c
15210         * src/codeconv.c
15211         * src/codeconv.h
15212         * src/compose.c
15213         * src/compose.h
15214         * src/crash.c
15215         * src/editaddress.c
15216         * src/editbook.c
15217         * src/editgroup.c
15218         * src/editjpilot.c
15219         * src/editldap.c
15220         * src/editldap_basedn.c
15221         * src/editvcard.c
15222         * src/exphtmldlg.c
15223         * src/expldifdlg.c
15224         * src/export.c
15225         * src/exporthtml.c
15226         * src/filtering.c
15227         * src/folder.c
15228         * src/folder_item_prefs.c
15229         * src/foldersel.c
15230         * src/folderview.c
15231         * src/grouplistdialog.c
15232         * src/headerview.c
15233         * src/imap.c
15234         * src/imap_gtk.c
15235         * src/import.c
15236         * src/importldif.c
15237         * src/importmutt.c
15238         * src/importpine.c
15239         * src/inc.c
15240         * src/ldif.c
15241         * src/main.c
15242         * src/mainwindow.c
15243         * src/matcher.c
15244         * src/mbox.c
15245         * src/message_search.c
15246         * src/messageview.c
15247         * src/mh.c
15248         * src/mh_gtk.c
15249         * src/mimeview.c
15250         * src/msgcache.c
15251         * src/news.c
15252         * src/news_gtk.c
15253         * src/noticeview.c
15254         * src/partial_download.c
15255         * src/pop.c
15256         * src/prefs_account.c
15257         * src/prefs_actions.c
15258         * src/prefs_common.c
15259         * src/prefs_customheader.c
15260         * src/prefs_display_header.c
15261         * src/prefs_ext_prog.c
15262         * src/prefs_filtering.c
15263         * src/prefs_filtering_action.c
15264         * src/prefs_folder_item.c
15265         * src/prefs_fonts.c
15266         * src/prefs_gtk.c
15267         * src/prefs_matcher.c
15268         * src/prefs_msg_colors.c
15269         * src/prefs_spelling.c
15270         * src/prefs_summary_column.c
15271         * src/prefs_template.c
15272         * src/prefs_themes.c
15273         * src/prefs_toolbar.c
15274         * src/prefs_wrapping.c
15275         * src/privacy.c
15276         * src/procheader.c
15277         * src/procmime.c
15278         * src/procmsg.c
15279         * src/quote_fmt.c
15280         * src/recv.c
15281         * src/send_message.c
15282         * src/setup.c
15283         * src/sourcewindow.c
15284         * src/ssl_manager.c
15285         * src/statusbar.c
15286         * src/summary_search.c
15287         * src/summaryview.c
15288         * src/textview.c
15289         * src/toolbar.c
15290         * src/wizard.c
15291         * src/common/nntp.c
15292         * src/common/plugin.c
15293         * src/common/smtp.c
15294         * src/common/ssl.c
15295         * src/common/ssl_certificate.c
15296         * src/common/string_match.c
15297         * src/common/sylpheed.c
15298         * src/common/template.c
15299         * src/common/utils.c
15300         * src/gtk/about.c
15301         * src/gtk/colorlabel.c
15302         * src/gtk/description_window.c
15303         * src/gtk/filesel.c
15304         * src/gtk/foldersort.c
15305         * src/gtk/gtkaspell.c
15306         * src/gtk/gtkutils.c
15307         * src/gtk/inputdialog.c
15308         * src/gtk/logwindow.c
15309         * src/gtk/menu.c
15310         * src/gtk/pluginwindow.c
15311         * src/gtk/prefswindow.c
15312         * src/gtk/progressdialog.c
15313         * src/gtk/quicksearch.c
15314         * src/gtk/sslcertwindow.c
15315         * src/plugins/clamav/clamav_plugin.c
15316         * src/plugins/clamav/clamav_plugin_gtk.c
15317         * src/plugins/demo/demo.c
15318         * src/plugins/dillo_viewer/dillo_prefs.c
15319         * src/plugins/dillo_viewer/dillo_viewer.c
15320         * src/plugins/image_viewer/plugin.c
15321         * src/plugins/image_viewer/viewer.c
15322         * src/plugins/image_viewer/viewerprefs.c
15323         * src/plugins/mathml_viewer/mathml_viewer.c
15324         * src/plugins/pgpmime/passphrase.c
15325         * src/plugins/pgpmime/plugin.c
15326         * src/plugins/pgpmime/prefs_gpg.c
15327         * src/plugins/pgpmime/select-keys.c
15328         * src/plugins/pgpmime/sgpgme.c
15329         * src/plugins/spamassassin/spamassassin.c
15330         * src/plugins/spamassassin/spamassassin_gtk.c
15331         * src/plugins/trayicon/trayicon.c
15332                 sync with main (revision 104)
15333
15334 2005-02-10 [colin]      1.0.1cvs3.1
15335
15336         * src/mainwindow.c
15337                 Sync with HEAD (fix occasional crasher)
15338
15339 2005-02-10 [colin]      1.0.1cvs2.1
15340
15341         * src/messageview.c
15342                 Synw with HEAD (don't automatically display html)
15343
15344 2005-02-09 [colin]      1.0.1cvs1.3
15345
15346         * src/textview.c
15347         * src/textview.h
15348                 Add contextual menu on emails
15349
15350 2005-02-09 [colin]      1.0.1cvs1.2
15351
15352         * src/codeconv.c
15353                 Fix converting from broken headers and 
15354                 put back the _ in missing places
15355                 (feature broke with cvs24.2 sync, main 
15356                  possibly affected?)
15357
15358 2005-02-09 [colin]      1.0.1cvs1.1
15359
15360         * src/messageview.c
15361         * src/mimeview.c
15362         * src/mimeview.h
15363                 Sync with HEAD (display non text/plain mails with plugin)
15364
15365 2005-02-08 [colin]      1.0.1.1
15366
15367         * ChangeLog.claws
15368         * po/pt_BR.po
15369                 Sync with HEAD
15370         * configure.ac
15371                 Make default configuration directory 
15372                 be .sylpheed-gtk2
15373
15374 2005-02-08 [colin]      1.0.0cvs29.1
15375
15376         * po/de.po
15377         * po/es.po
15378         * po/fr.po
15379         * po/it.po
15380         * po/sk.po
15381         * po/sr.po
15382                 Sync translations with HEAD
15383
15384 2005-02-06 [colin]      1.0.0cvs28.3
15385
15386         * src/compose.c
15387                 Make compose a bit faster - patch by Alfons.
15388
15389 2005-02-06 [colin]      1.0.0cvs28.2
15390
15391         * src/compose.c
15392                 Make pasting via middle-click more reliable
15393
15394 2005-02-05 [paul]       1.0.0cvs28.1
15395
15396         * ChangeLog
15397         * ChangeLog.claws
15398         * ChangeLog.jp
15399         * configure.ac
15400         * src/compose.c
15401                 sync with HEAD
15402                 (fix bug 682 'redirect is broken'
15403
15404 2005-02-05 [torte]      1.0.0cvs27.1
15405
15406         * ChangeLog.claws
15407         * configure.ac
15408         * src/partial_download.c
15409                 Sync with HEAD (fix buf overflow)
15410
15411 2005-02-03 [colin]      1.0.0cvs26.1
15412
15413         * src/common/plugin.c
15414                 Sync with HEAD (avoid plugin mismatches)
15415
15416 2005-02-03 [paul]       1.0.0cvs25.3
15417
15418         * src/folderview.c
15419         * src/headerview.c
15420         * src/summaryview.c
15421         * src/textview.c
15422         * src/gtk/colorlabel.c
15423                 third and final part of initial sync with main-gtk2
15424
15425 2005-02-03 [paul]       1.0.0cvs25.2
15426
15427         * src/jpilot.c
15428                 fix building with jpilot support
15429
15430 2005-02-02 [colin]      1.0.0cvs25.1
15431
15432         * src/messageview.c
15433                 Sync with HEAD (fix dangerous typo)
15434
15435 2005-02-01 [colin]      1.0.0cvs24.3
15436
15437         * src/common/xml.c
15438                 Write file as advertised (UTF-8)
15439
15440 2005-02-01 [paul]       1.0.0cvs24.2
15441
15442         * src/addrbook.c
15443         * src/addrindex.c
15444         * src/alertpanel.h
15445         * src/codeconv.c
15446         * src/codeconv.h
15447         * src/compose.c
15448         * src/export.c
15449         * src/folder_item_prefs.c
15450         * src/html.c
15451         * src/imap.c
15452         * src/import.c
15453         * src/jpilot.c
15454         * src/mainwindow.c
15455         * src/matcher_parser_lex.l
15456         * src/messageview.c
15457         * src/mh.c
15458         * src/prefs_account.c
15459         * src/prefs_actions.c
15460         * src/prefs_common.c
15461         * src/prefs_gtk.c
15462         * src/prefs_gtk.h
15463         * src/prefs_themes.c
15464         * src/procheader.c
15465         * src/procmime.c
15466         * src/sourcewindow.c
15467         * src/statusbar.c
15468         * src/summaryview.c
15469         * src/textview.c
15470         * src/toolbar.c
15471         * src/unmime.c
15472         * src/common/template.c
15473         * src/common/utils.c
15474         * src/common/xml.c
15475         * src/common/xml.h
15476         * src/gtk/gtkaspell.c
15477         * src/plugins/clamav/clamav_plugin.c
15478         * src/plugins/dillo_viewer/dillo_prefs.c
15479         * src/plugins/image_viewer/viewerprefs.c
15480         * src/plugins/pgpmime/passphrase.c
15481         * src/plugins/pgpmime/prefs_gpg.c
15482         * src/plugins/pgpmime/select-keys.c
15483         * src/plugins/spamassassin/spamassassin.c
15484                 second part of initial sync with main-gtk2
15485                 (more to follow)
15486
15487 2005-01-31 [colin]      1.0.0cvs24.1
15488
15489         * src/compose.c
15490                 Sync with HEAD
15491
15492 2005-01-29 [paul]       1.0.0cvs23.2
15493
15494         * src/account.c
15495         * src/action.c
15496         * src/addressadd.c
15497         * src/addressbook.c
15498         * src/alertpanel.c
15499         * src/compose.c
15500         * src/editaddress.c
15501         * src/editbook.c
15502         * src/editgroup.c
15503         * src/editjpilot.c
15504         * src/editldap.c
15505         * src/editldap_basedn.c
15506         * src/editvcard.c
15507         * src/export.c
15508         * src/foldersel.c
15509         * src/grouplistdialog.c
15510         * src/import.c
15511         * src/importldif.c
15512         * src/inc.c
15513         * src/main.c
15514         * src/mainwindow.c
15515         * src/message_search.c
15516         * src/messageview.c
15517         * src/mimeview.c
15518         * src/prefs_actions.c
15519         * src/prefs_common.c
15520         * src/prefs_common.h
15521         * src/prefs_customheader.c
15522         * src/prefs_display_header.c
15523         * src/prefs_filtering.c
15524         * src/prefs_filtering_action.c
15525         * src/prefs_gtk.c
15526         * src/prefs_matcher.c
15527         * src/prefs_summary_column.c
15528         * src/prefs_template.c
15529         * src/sourcewindow.c
15530         * src/summary_search.c
15531         * src/summaryview.c
15532         * src/textview.c
15533         * src/gtk/about.c
15534         * src/gtk/description_window.c
15535         * src/gtk/gtkshruler.c
15536         * src/gtk/gtkutils.c
15537         * src/gtk/gtkutils.h
15538         * src/gtk/inputdialog.c
15539         * src/gtk/logwindow.c
15540         * src/gtk/prefswindow.c
15541         * src/gtk/progressdialog.c
15542         * src/gtk/progressdialog.h
15543                 first part of initial sync with main-gtk2
15544                 (more to follow)
15545
15546 2005-01-28 [colin]      1.0.0cvs23.1
15547
15548         * src/folderview.c
15549                 Sync with HEAD
15550
15551 2005-01-27 [colin]      1.0.0cvs21.1
15552
15553         * src/folder.c
15554         * src/folderview.c
15555                 Sync with HEAD
15556
15557 2005-01-27 [colin]      1.0.0cvs19.1
15558
15559         * src/procmime.c
15560                 Sync with HEAD
15561
15562 2005-01-27 [colin]      1.0.0cvs18.1
15563
15564         * src/messageview.c
15565         * src/summaryview.c
15566         * src/mainwindow.c
15567         * src/compose.c
15568         * src/compose.h
15569         * src/procmsg.c
15570         * src/procmsg.h
15571         * src/toolbar.c
15572                 Sync with HEAD
15573
15574 2005-01-26 [paul]       1.0.0cvs15.2
15575
15576         * src/compose.c
15577                 compose_entries_set(): convert subject and body to
15578                 utf8 if necessary. patch by Felix Eckhofer
15579
15580 2005-01-26 [paul]       1.0.0cvs15.1
15581
15582         * configure.ac
15583         * src/common/template.c
15584                 sync with HEAD (fix memory leak)
15585
15586 2005-01-25 [paul]       1.0.0cvs14.1
15587
15588         * configure.ac
15589         * src/compose.c
15590                 sync with HEAD
15591
15592 2005-01-24 [colin]      1.0.0cvs13.1
15593
15594         * src/summaryview.c
15595                 Sync with HEAD
15596
15597 2005-01-24 [paul]       1.0.0cvs12.1
15598
15599         * configure.ac
15600         * src/messageview.c
15601         * src/mh.c
15602         * src/common/utils.c
15603                 sync with HEAD
15604
15605 2005-01-24 [colin]      1.0.0cvs11.1
15606
15607         * src/procheader.c
15608                 Sync with HEAD
15609
15610 2005-01-24 [colin]      1.0.0cvs10.1
15611
15612         * src/folderview.c
15613                 Sync with HEAD
15614
15615 2005-01-23 [colin]      1.0.0cvs9.1
15616
15617         * src/crash.c
15618                 Sync with HEAD
15619
15620 2005-01-22 [colin]      1.0.0cvs8.1
15621
15622         * src/summaryview.c
15623         * src/gtk/quicksearch.c
15624                 Sync with HEAD
15625
15626 2005-01-21 [colin]      1.0.0cvs7.1
15627
15628         * src/summaryview.c
15629                 Sync with HEAD
15630
15631 2005-01-21 [colin]      1.0.0cvs6.1
15632
15633         * src/summaryview.c
15634                 Sync with HEAD
15635
15636 2005-01-21 [colin]      1.0.0cvs5.1
15637
15638         * src/gtk/quicksearch.c
15639         * src/prefs_common.c
15640         * src/prefs_common.h
15641                 Sync with HEAD (recurse option)
15642
15643 2005-01-21 [colin]      1.0.0cvs4.1
15644
15645         * src/folder.h
15646         * src/folderview.c
15647         * src/folderview.h
15648         * src/summaryview.c
15649         * src/gtk/quicksearch.c
15650         * src/gtk/quicksearch.h
15651                 Sync with HEAD (recursive quicksearch)
15652
15653 2005-01-20 [colin]      1.0.0cvs3.4
15654
15655         * src/ssl_manager.c
15656                 Remove useless code
15657
15658 2005-01-20 [colin]      1.0.0cvs3.3
15659
15660         * src/ssl_manager.c
15661                 Fix leak, thanks to Alfons.
15662
15663 2005-01-20 [colin]      1.0.0cvs3.2
15664
15665         * src/ssl_manager.c
15666                 Port SSL certificate window to GTK2.
15667
15668 2005-01-20 [paul]       1.0.0cvs3.1
15669
15670         * ChangeLog.claws
15671         * configure.ac
15672         * src/addrindex.c
15673         * src/addrindex.h
15674                 sync with HEAD
15675
15676 2005-01-19 [colin]      1.0.0cvs2.2
15677
15678         * src/plugins/trayicon/trayicon.c
15679                 Fix freeze with gtk-2.6, the easy way
15680                 (signal blocking helpless there...)
15681                 Closes bug #668.
15682
15683 2005-01-19 [colin]      1.0.0cvs2.1
15684
15685         * src/mbox.c
15686         * src/mbox.h
15687         * src/mainwindow.c
15688         * src/summaryview.c
15689         * src/summaryview.h
15690                 Sync with HEAD
15691
15692 2005-01-19 [paul]       1.0.0cvs1.1
15693
15694         * configure.ac
15695         * po/de.po
15696         * po/es.po
15697         * po/fr.po
15698         * po/hr.po
15699         * po/it.po
15700         * po/ja.po
15701         * po/ko.po
15702         * po/pt_BR.po
15703         * po/ru.po
15704         * po/sk.po
15705         * po/sr.po
15706                 sync with HEAD (update translations)
15707
15708 2005-01-18 [colin]      1.0.0cvs0.1
15709
15710         * src/foldersel.c
15711                 Specify search column - patch by Alfons
15712
15713 2005-01-18 [colin]      0.9.13cvs36.3
15714
15715         * src/prefs_toolbar.c
15716                 Change Delete to Remove
15717         * src/prefs_fonts.c
15718                 GTK2 version and leak fixes
15719         * src/prefs_actions.c
15720                 Add stock buttons.
15721                 All patches by Alfons
15722
15723 2005-01-17 [colin]      0.9.13cvs36.2
15724
15725         * src/compose.c
15726                 Fix DnD inserting twice. While at it,
15727                 add DnD support for text/plain in the
15728                 body, and add support in the headers.
15729
15730 2005-01-16 [colin]      0.9.13cvs36.1
15731
15732         * ChangeLog
15733         * ChangeLog.jp
15734         * ChangeLog.claws
15735                 Sync with HEAD (nothing applicable)
15736
15737 2005-01-16 [colin]      0.9.13cvs33.2
15738
15739         * src/prefs_toolbar.c
15740                 GTK2ize prefs_toolbar, by Alfons.
15741
15742 2005-01-14 [colin]      0.9.13cvs33.1
15743
15744         * src/html.c
15745         * src/msgcache.c
15746                 Sync with HEAD
15747
15748 2005-01-14 [colin]      0.9.13cvs32.1
15749
15750         * src/html.c
15751         * src/html.h
15752         * src/msgcache.c
15753         * AUTHORS
15754         * tools/calypso_convert.pl
15755                 Sync with HEAD
15756
15757 2005-01-08 [colin]      0.9.13cvs29.2
15758
15759         * src/prefs_filtering_action.c
15760         * src/prefs_filtering.c
15761                 2 more gtk2 patches by Alfons
15762
15763 2005-01-07 [paul]       0.9.13cvs29.1
15764
15765         * ChangeLog
15766         * ChangeLog.claws
15767         * ChangeLog.jp
15768         * configure.ac
15769         * src/pop.c
15770         * src/pop.h
15771                 sync with HEAD
15772
15773 2005-01-07 [colin]      0.9.13cvs28.3
15774
15775         * src/gtk/progressdialog.c
15776         * src/gtk/progressdialog.h
15777         * src/inc.c
15778         * src/send_message.c
15779                 GTK2 for the incorporation dialog. The CList isn't dead
15780                 yet, for a more smooth migration. Patch by Alfons.
15781
15782 2005-01-06 [colin]      0.9.13cvs28.2
15783
15784         * src/prefs_display_header.c
15785                 GTK2 conversion by Alfons
15786         * src/prefs_actions.c
15787         * src/prefs_matcher.c
15788                 Fix 2 leaks - patch by Alfons
15789
15790 2005-01-06 [colin]      0.9.13cvs28.1
15791
15792         * src/prefs_matcher.c
15793                 Sync with HEAD
15794
15795 2005-01-06 [colin]      0.9.13cvs27.4
15796
15797         * src/prefs_matcher.c
15798                 Fix double-free. Patch by Alfons
15799
15800 2005-01-06 [colin]      0.9.13cvs27.3
15801
15802         * src/prefs_matcher.c
15803                 GTK2 widgets + memleak
15804                 Patch by Alfons
15805
15806 2005-01-05 [colin]      0.9.13cvs27.2
15807
15808         * src/account.c
15809         * src/addr_compl.c
15810         * src/foldersel.c
15811         * src/stock_pixmap.c
15812         * src/stock_pixmap.h
15813                 3 more GTK2 patches by Alfons.
15814
15815 2005-01-04 [colin]      0.9.13cvs27.1
15816
15817         * src/folderview.c
15818         * src/imap_gtk.c
15819         * src/news_gtk.c
15820                 Sync with HEAD
15821
15822 2005-01-04 [colin]      0.9.13cvs25.9
15823
15824         * src/compose.c
15825                 Fix Show Ruler menuitem
15826         * src/prefs_template.c
15827                 Convert to GTK2
15828         * src/common/utils.c
15829                 Make auto pointer stuff handles NULLs
15830                 Patches by Alfons.
15831
15832 2005-01-04 [colin]      0.9.13cvs25.8
15833
15834         * src/compose.c
15835                 Move the attachment list to gtk2
15836                 Patch by Alfons.
15837
15838 2005-01-04 [colin]      0.9.13cvs25.7
15839
15840         * src/textview.c
15841                 Make some keys work again
15842                 Patch by SungHyun Nam <namsh@kldp.org>
15843
15844 2005-01-04 [colin]      0.9.13cvs25.6
15845
15846         * src/gtk/gtkshruler.c
15847                 Move the ruler to GTK2
15848                 Patch by Alfons
15849
15850 2005-01-03 [colin]      0.9.13cvs25.5
15851
15852         * src/compose.c
15853                 Fix my broken patch apply 
15854
15855 2005-01-03 [colin]      0.9.13cvs25.4
15856
15857         * src/common/utils.c
15858         * src/common/utils.h
15859         * src/gtk/prefswindow.c
15860                 Move auto pointer stuff to utils.c
15861                 Patch by Alfons again :)
15862
15863 2005-01-03 [colin]      0.9.13cvs25.3
15864
15865         * src/compose.c
15866         * src/prefs_gtk.c
15867         * src/prefs_template.c
15868         * src/textview.c
15869                 Empty text widgets with empty strings, not NULL char
15870                 Patch by SungHyun Nam <namsh@kldp_org>
15871
15872 2005-01-03 [colin]      0.9.13cvs25.2
15873
15874         * src/main.c
15875         * AUTHORS
15876                 Sync with HEAD
15877
15878 2005-01-03 [colin]      0.9.13cvs25.1
15879
15880         * src/pop.c
15881         * src/pop.h
15882                 Sync with HEAD
15883
15884 2005-01-03 [colin]      0.9.13cvs24.3
15885
15886         * src/account.c
15887                 Two patches from Alfons and Alex S Moore:
15888                 fix images, fix return value.
15889
15890 2005-01-01 [colin]      0.9.13cvs24.2
15891
15892         * src/prefs_actions.c
15893                 Fix over-zealous assertion. Patch by Alfons
15894
15895 2005-01-01 [colin]      0.9.13cvs24.1
15896
15897         * src/procmime.c
15898                 Sync with HEAD (leak fix)
15899
15900 2004-12-31 [colin]      0.9.13cvs23.2
15901
15902         * src/prefs_common.c
15903                 GTK2 widgets + stock buttons - patch by Alfons
15904
15905 2004-12-31 [paul]       0.9.13cvs23.1
15906
15907         * configure.ac
15908                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15909         * src/gtk/pluginwindow.c
15910                 use GTK2 widgets and plug memory leaks,
15911                 patches by Alfons
15912
15913 2004-12-30 [colin]      0.9.13cvs22.4
15914
15915         * src/account.c
15916         * src/action.c
15917         * src/export.c
15918         * src/foldersel.c
15919         * src/import.c
15920         * src/message_search.c
15921         * src/prefs_actions.c
15922         * src/prefs_common.c
15923         * src/prefs_customheader.c
15924         * src/prefs_filtering.c
15925         * src/prefs_summary_column.c
15926         * src/summary_search.c
15927         * src/gtk/about.c
15928         * src/gtk/description_window.c
15929         * src/gtk/gtkutils.c
15930         * src/gtk/gtkutils.h
15931         * src/gtk/inputdialog.c
15932         * src/gtk/prefswindow.c
15933                 Use GTK2 stock buttons. Patches by Alfons.
15934
15935 2004-12-30 [colin]      0.9.13cvs22.3
15936
15937         * src/account.c
15938                 Sync with HEAD
15939         * src/prefs_actions.c
15940         * src/prefs_customheader.c
15941         * src/prefs_filtering.c
15942         * src/prefs_msg_colors.c
15943         * src/prefs_summary_column.c
15944         * src/gtk/prefswindow.c
15945                 Use GtkTreeView instead of deprecated 
15946                 widgets. Patches by Alfons.
15947
15948 2004-12-30 [paul]       0.9.13cvs22.2
15949
15950         * src/foldersel.c
15951                 use GTK 2 Tree View
15952                 patch by Alfons, with root folder sorting fix
15953                 by Stephan Sachse
15954
15955 2004-12-30 [paul]       0.9.13cvs22.1
15956
15957         * ChangeLog
15958         * ChangeLog.claws
15959         * ChangeLog.jp
15960         * NEWS
15961         * configure.ac
15962         * src/account.c
15963                 sync with HEAD
15964
15965 2004-12-22 [martin]     0.9.13cvs21.2
15966
15967         * src/action.c
15968                 free the command line after its use
15969
15970 2004-12-18 [paul]       0.9.13cvs21.1
15971
15972         * AUTHORS
15973         * ChangeLog
15974         * ChangeLog.claws
15975         * ChangeLog.jp
15976         * NEWS
15977         * configure.ac
15978         * src/action.c
15979         * src/compose.c
15980         * src/syldap.c
15981                 sync with HEAD
15982
15983 2004-12-17 [martin]     0.9.13cvs17.2
15984
15985         * src/action.c
15986                 convert actions input to locale
15987         * src/inc.c
15988                 convert notification command to locale
15989         * src/plugins/pgpmime/select-keys.c
15990                 convert attributes to utf8
15991
15992 2004-12-14 [colin]      0.9.13cvs17.1
15993
15994         * ChangeLog
15995         * ChangeLog.jp
15996         * ChangeLog.claws
15997         * src/action.c
15998         * src/common/utils.c
15999         * src/gtk/prefswindow.c
16000         * src/gtk/gtkutils.c
16001         * src/gtk/gtkutils.h
16002         * src/plugins/spamassassin/libspamc.c
16003                 Sync with HEAD
16004
16005 2004-12-13 [colin]      0.9.13cvs14.1
16006
16007         * src/quote_fmt_parse.y
16008                 Sync with HEAD
16009
16010 2004-12-10 [colin]      0.9.13cvs12.1
16011
16012         * src/prefs_themes.c
16013         * src/mainwindow.c
16014         * src/messageview.c
16015                 Sync with HEAD
16016
16017 2004-12-09 [colin]      0.9.13cvs10.1
16018
16019         * src/procmime.c
16020                 Sync with HEAD (fix B64 encoding from memory)
16021
16022 2004-12-08 [colin]      0.9.13cvs9.1
16023
16024         * src/gtk/colorlabel.c
16025                 Sync with HEAD
16026
16027 2004-12-08 [paul]       0.9.13cvs8.2
16028
16029         * src/gtk/pluginwindow.c
16030                 fix window resizing oddities
16031
16032 2004-12-08 [colin]      0.9.13cvs8.1
16033
16034         * src/quote_fmt_parse.y
16035                 Sync with HEAD
16036
16037 2004-12-08 [colin]      0.9.13cvs7.1
16038
16039         * src/matcher_parser_parse.y
16040         * src/msgcache.c
16041         * src/prefs_matcher.c
16042         * src/procheader.c
16043         * src/matcher.c
16044         * src/common/defs.h
16045         * po/sr.po
16046                 Sync with HEAD
16047
16048 2004-12-08 [colin]      0.9.13cvs6.1
16049
16050         * src/quote_fmt_parse.y
16051         * src/textview.c
16052                 Sync with HEAD
16053         * src/gtk/prefswindow.c
16054         * src/gtk/pluginwindow.c
16055                 Fix G_CALLBACKS protos (thanks to Alfons)
16056
16057 2004-12-07 [torte]      0.9.13cvs2.2
16058
16059         * src/procmime.c
16060                 [Bug 650] reply button causes crash
16061                 Thanks to David Relson and Christoph
16062
16063 2004-12-07 [colin]      0.9.13cvs2.1
16064
16065         * ChangeLog.claws
16066         * AUTHORS
16067         * po/sk.po
16068         * src/procmime.c
16069         * src/prefs_account.c
16070         * src/common/smtp.c
16071         * src/common/smtp.h
16072                 Sync with HEAD
16073
16074 2004-12-06 [colin]      0.9.12cvs187.1
16075
16076         * ChangeLog.claws
16077         * INSTALL
16078         * Makefile.am
16079         * README.claws
16080         * TODO.claws
16081         * configure.ac
16082         * po/bg.po
16083         * po/cs.po
16084         * po/el.po
16085         * po/en_GB.po
16086         * po/es.po
16087         * po/fr.po
16088         * po/hr.po
16089         * po/hu.po
16090         * po/it.po
16091         * po/ja.po
16092         * po/ko.po
16093         * po/nl.po
16094         * po/pl.po
16095         * po/pt_BR.po
16096         * po/ru.po
16097         * po/sk.po
16098         * po/sr.po
16099         * po/sv.po
16100         * po/zh_CN.po
16101         * po/zh_TW.Big5.po
16102         * src/compose.c
16103         * tools/Makefile.am
16104         * tools/README
16105         * tools/filter_conv.pl
16106         * tools/kdeservicemenu/README
16107         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16108         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16109                 Sync with HEAD
16110
16111 2004-12-04 [colin]      0.9.12cvs183.1
16112
16113         * src/compose.c
16114                 Sync with HEAD (compose window position saving)
16115
16116 2004-12-04 [paul]       0.9.12cvs182.3
16117
16118         * src/messageview.c
16119         * src/mimeview.c
16120         * src/prefs_customheader.c
16121         * src/gtk/quicksearch.c
16122                 replace some forgotten GTK_SIGNAL_FUNCs
16123
16124 2004-12-04 [paul]       0.9.12cvs182.2
16125
16126         * src/Makefile.am
16127                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16128                 committed in error      
16129
16130 2004-12-04 [paul]       0.9.12cvs182.1
16131
16132         * ChangeLog
16133         * ChangeLog.claws
16134         * ChangeLog.jp
16135         * INSTALL
16136         * NEWS
16137         * README
16138         * README.jp
16139         * configure.ac
16140         * doc/manual/ja/Makefile.am
16141         * doc/manual/ja/sylpheed-1.html
16142         * doc/manual/ja/sylpheed-10.html
16143         * doc/manual/ja/sylpheed-11.html
16144         * doc/manual/ja/sylpheed-12.html
16145         * doc/manual/ja/sylpheed-13.html
16146         * doc/manual/ja/sylpheed-14.html
16147         * doc/manual/ja/sylpheed-15.html
16148         * doc/manual/ja/sylpheed-16.html
16149         * doc/manual/ja/sylpheed-17.html
16150         * doc/manual/ja/sylpheed-18.html
16151         * doc/manual/ja/sylpheed-19.html
16152         * doc/manual/ja/sylpheed-2.html
16153         * doc/manual/ja/sylpheed-20.html
16154         * doc/manual/ja/sylpheed-3.html
16155         * doc/manual/ja/sylpheed-4.html
16156         * doc/manual/ja/sylpheed-5.html
16157         * doc/manual/ja/sylpheed-6.html
16158         * doc/manual/ja/sylpheed-7.html
16159         * doc/manual/ja/sylpheed-8.html
16160         * doc/manual/ja/sylpheed-9.html
16161         * doc/manual/ja/sylpheed.html
16162         * doc/manual/ja/sylpheed.sgml
16163         * po/de.po
16164         * src/Makefile.am
16165         * src/compose.c
16166         * src/procmime.c
16167         * src/pixmaps/regular.xpm **REMOVED**
16168         * src/plugins/pgpmime/pgpmime.c
16169         * src/plugins/pgpmime/plugin.c
16170         * src/plugins/pgpmime/prefs_gpg.c
16171                 sync with HEAD
16172
16173 2004-12-03 [paul]       0.9.12cvs180.1
16174
16175         * ChangeLog
16176         * ChangeLog.claws
16177         * ChangeLog.jp
16178         * configure.ac
16179         * src/Makefile.am
16180         * src/pop.c
16181         * src/common/utils.c
16182         * src/common/utils.h
16183         * src/pixmaps/continue.xpm
16184         * src/pixmaps/dir_close.xpm
16185         * src/pixmaps/dir_open.xpm
16186         * src/pixmaps/drafts_close.xpm
16187         * src/pixmaps/drafts_open.xpm
16188         * src/pixmaps/folder.xpm **REMOVED**
16189         * src/pixmaps/group.xpm
16190         * src/pixmaps/unread.xpm
16191                 sync with HEAD
16192
16193 2004-12-02 [colin]      0.9.12cvs179.1
16194
16195         * src/compose.c
16196                 Sync with HEAD (non-duplicated reedition)
16197
16198 2004-12-02 [colin]      0.9.12cvs178.1
16199
16200         * src/compose.c
16201                 Sync with HEAD (linewrap_quote fix)
16202
16203 2004-12-01 [colin]      0.9.12cvs177.3
16204
16205         * src/addrharvest.c
16206                 Replace sizeof with strlen
16207
16208 2004-12-01 [paul]       0.9.12cvs177.2
16209
16210         * src/addrharvest.c
16211                 fix 'harvest addresses'
16212
16213 2004-11-30 [colin]      0.9.12cvs177.1
16214
16215         * src/gtk/prefswindow.c
16216         * src/gtk/pluginwindow.c
16217                 Sync with HEAD
16218
16219 2004-11-29 [colin]      0.9.12cvs176.1
16220
16221         * src/folderview.c
16222                 sync with HEAD (Fix disappearing separators in folderview's popup)
16223
16224 2004-11-29 [colin]      0.9.12cvs175.1
16225
16226         * src/procmime.c
16227                 Sync with head (another format fix)
16228
16229 2004-11-29 [colin]      0.9.12cvs174.1
16230
16231         * src/pop.c
16232                 Sync with HEAD (format string fix)
16233
16234 2004-11-26 [colin]      0.9.12cvs173.1
16235
16236         * src/common/smtp.c
16237         * src/common/smtp.h
16238                 Sync with HEAD
16239
16240 2004-11-24 [colin]      0.9.12cvs172.1
16241
16242         * src/plugins/pgpmime/pgpmime.c
16243                 Sync with HEAD
16244
16245 2004-11-24 [colin]      0.9.12cvs171.1
16246
16247         * src/plugins/pgpmime/pgpmime.c
16248                 Sync with head (gpgmectx leaks)
16249
16250 2004-11-24 [colin]      0.9.12cvs169.1
16251
16252         * src/plugins/pgpmime/plugin.c
16253         * src/plugins/trayicon/Makefile.am
16254         * src/plugins/trayicon/newmarkedmail.xpm
16255         * src/plugins/trayicon/trayicon.c
16256         * src/plugins/trayicon/unreadmarkedmail.xpm
16257                 Sync with HEAD
16258
16259 2004-11-23 [colin]      0.9.12cvs168.1
16260
16261         * src/partial_download.c
16262         * src/partial_download.h
16263         * src/plugins/pgpmime/plugin.c
16264                 Sync with HEAD
16265
16266 2004-11-23 [colin]      0.9.12cvs166.1
16267
16268         * src/Makefile.am
16269         * src/codeconv.c
16270         * src/compose.c
16271         * src/folderview.c
16272         * src/main.c
16273         * src/partial_download.c
16274         * src/partial_download.h
16275         * src/prefs_account.c
16276         * src/prefs_account.h
16277         * src/privacy.c
16278         * src/privacy.h
16279         * src/procmime.c
16280         * src/common/Makefile.am
16281         * src/common/base64.h
16282         * src/common/partial_download.c
16283         * src/common/partial_download.h
16284         * src/gtk/prefswindow.c
16285         * src/gtk/prefswindow.h
16286         * src/plugins/pgpmime/pgpmime.c
16287         * src/plugins/pgpmime/prefs_gpg.c
16288         * src/plugins/pgpmime/prefs_gpg.h
16289         * src/plugins/pgpmime/sgpgme.c
16290         * src/plugins/pgpmime/sgpgme.h
16291                 Sync with HEAD
16292
16293 2004-11-23 [colin]      0.9.12cvs163.1
16294
16295         * src/main.c
16296                 Sync with HEAD (cursor optimization)
16297
16298 2004-11-23 [colin]      0.9.12cvs162.1
16299
16300         * src/prefs_common.c
16301         * src/prefs_themes.c
16302         * src/procmsg.c
16303                 Sync with HEAD
16304
16305 2004-11-23 [colin]      0.9.12cvs158.9
16306
16307         * src/compose.c
16308                 Fix double-free when forwarding
16309         * src/msgcache.c
16310                 Fix leak on error path
16311                 
16312
16313 2004-11-23 [colin]      0.9.12cvs158.8
16314
16315         * src/compose.c
16316                 Fix possible double-free
16317                 Spotted by Alfons
16318
16319 2004-11-23 [colin]      0.9.12cvs158.7
16320
16321         * src/compose.c
16322                 Fix some signal handlers' prototypes
16323                 Spotted by Alfons
16324
16325 2004-11-22 [colin]      0.9.12cvs158.6
16326
16327         * src/compose.c
16328                 Remove unneeded code and duplicated
16329                 wrapping - patch by Alfons
16330
16331 2004-11-22 [colin]      0.9.12cvs158.5
16332
16333         * src/prefs_themes.c
16334                 Fix oversized selector
16335
16336 2004-11-22 [colin]      0.9.12cvs158.4
16337
16338         * src/compose.c
16339                 fix dump_text()
16340                 patch by Alfons
16341
16342 2004-11-19 [colin]      0.9.12cvs158.3
16343
16344         * src/textview.c
16345                 Add a context menu on links (open, copy)
16346
16347 2004-11-18 [paul]       0.9.12cvs158.2
16348
16349         * src/addrgather.c
16350         * src/exphtmldlg.c
16351         * src/expldifdlg.c
16352         * src/mimeview.c
16353         * src/prefs_common.c
16354         * src/plugins/image_viewer/viewer.c
16355         * src/plugins/spamassassin/spamassassin_gtk.c
16356                 replace deprecated gtk_notebook_set_page
16357                 and gtk_notebook_current_page
16358
16359 2004-11-18 [paul]       0.9.12cvs158.1
16360
16361         * configure.ac
16362         * src/compose.c
16363         * src/mainwindow.c
16364         * src/messageview.c
16365         * src/prefs_common.c
16366         * src/common/utils.c
16367         * src/common/utils.h
16368                 sync with HEAD
16369
16370 2004-11-17 [colin]      0.9.12cvs156.1
16371
16372         * src/prefs_account.c
16373         * src/prefs_account.h
16374         * src/procmsg.c
16375                 Sync with HEAD (add pref to store encrypted mails encrypted)
16376
16377 2004-11-17 [paul]       0.9.12cvs155.1
16378
16379         * ChangeLog
16380         * ChangeLog.claws
16381         * ChangeLog.jp
16382         * NEWS
16383         * configure.ac
16384         * src/compose.c
16385         * src/jpilot.c
16386         * src/privacy.c
16387         * src/procmime.c
16388         * src/procmime.h
16389         * src/procmsg.c
16390         * src/toolbar.c
16391         * src/pixmaps/error.xpm
16392                 sync with HEAD
16393
16394 2004-11-17 [colin]      0.9.12cvs151.1
16395
16396         * src/plugins/pgpmime/pgpmime.c
16397                 Sync with HEAD (remove debug printf)
16398
16399 2004-11-17 [colin]      0.9.12cvs150.1
16400
16401         * src/plugins/pgpmime/pgpmime.c
16402                 Sync with HEAD (off-by-one fix)
16403
16404 2004-11-17 [colin]      0.9.12cvs149.1
16405
16406         * src/procmsg.c
16407                 Sync with HEAD (coding style fixes)
16408
16409 2004-11-16 [colin]      0.9.12cvs148.1
16410
16411         * src/procmsg.c
16412                 Sync with head (Fix the fix)
16413
16414 2004-11-16 [colin]      0.9.12cvs147.1
16415
16416         * src/procmsg.c
16417                 Sync with Main (leak fix)
16418
16419 2004-11-16 [colin]      0.9.12cvs146.14
16420
16421         * src/compose.c
16422                 Remove useless chunk of code
16423                 Patch by Alfons
16424
16425 2004-11-15 [colin]      0.9.12cvs146.13
16426
16427         * src/compose.c
16428                 Fix drafting after insertion
16429                 Patch by Alfons
16430
16431 2004-11-15 [colin]      0.9.12cvs146.12
16432
16433         * src/compose.c
16434         * src/prefs_filtering.c
16435         * src/prefs_filtering_action.c
16436         * src/prefs_toolbar.c
16437                 Fix some const-correctness
16438
16439 2004-11-15 [colin]      0.9.12cvs146.11
16440
16441         * src/summaryview.c
16442         * src/prefs_themes.c
16443         * src/messageview.c
16444                 Fix some leaks
16445
16446 2004-11-15 [colin]      0.9.12cvs146.10
16447
16448         * src/codeconv.c
16449                 More unreadable locale fixes
16450
16451 2004-11-14 [colin]      0.9.12cvs146.9
16452
16453         * src/textview.c
16454                 Fix uri_security_check
16455                 Patch by Alfons
16456
16457 2004-11-13 [paul]       0.9.12cvs146.8
16458
16459         * src/folder.c
16460         * src/procmime.c
16461                 fix 2 bugs introduced in last commit
16462
16463 2004-11-13 [paul]       0.9.12cvs146.7
16464
16465         * src/compose.c
16466         * src/exporthtml.c
16467         * src/exportldif.c
16468         * src/folder.c
16469         * src/imap.c
16470         * src/imap_gtk.c
16471         * src/main.c
16472         * src/mainwindow.c
16473         * src/messageview.c
16474         * src/mh_gtk.c
16475         * src/prefs_themes.c
16476         * src/procmime.c
16477         * src/setup.c
16478         * src/summaryview.c
16479                 replace deprecated g_basename
16480
16481 2004-11-13 [paul]       0.9.12cvs146.6
16482
16483         * src/compose.c
16484         * src/imap.c
16485         * src/matcher_parser.h
16486         * src/matcher_parser_parse.y
16487         * src/prefs_filtering.c
16488         * src/prefs_filtering_action.c
16489         * src/prefs_themes.c
16490         * src/prefs_toolbar.c
16491         * src/common/utils.c
16492                 various small fixes/cleanups
16493
16494 2004-11-12 [colin]      0.9.12cvs146.5
16495
16496         * src/textview.c
16497                 Validate event's origin on visibility notify
16498                 Patch by Alfons.
16499
16500 2004-11-12 [paul]       0.9.12cvs146.4
16501
16502         * src/exporthtml.c
16503         * src/exportldif.c
16504         * src/imap.c
16505         * src/mh.c
16506         * src/mimeview.c
16507         * src/prefs_spelling.c
16508         * src/prefs_themes.c
16509                 replace deprecated g_dirname    
16510
16511 2004-11-12 [colin]      0.9.12cvs146.3
16512
16513         * src/textview.c
16514                 Some coding style fixes
16515
16516 2004-11-12 [colin]      0.9.12cvs146.2
16517
16518         * src/codeconv.c
16519                 We want to replace _all_ extended chars in
16520                 conv_unreadable_*, because any string containing
16521                 extended chars not parsing as UTF8 is 
16522                 undisplayed on gtk2.
16523
16524 2004-11-12 [paul]       0.9.12cvs146.1
16525
16526         * ChangeLog
16527         * ChangeLog.claws
16528         * ChangeLog.jp
16529         * NEWS
16530         * configure.ac
16531         * src/account.c
16532         * src/folderview.c
16533         * src/folderview.h
16534         * src/imap.c
16535         * src/imap_gtk.c
16536         * src/inc.c
16537         * src/mainwindow.c
16538         * src/mh_gtk.c
16539         * src/news_gtk.c
16540         * src/pop.c
16541         * src/prefs_account.c
16542         * src/prefs_account.h
16543         * src/prefs_ext_prog.c
16544         * src/procmime.c
16545         * src/procmime.h
16546         * src/procmsg.c
16547         * src/procmsg.h
16548         * src/summary_search.c
16549         * src/summaryview.c
16550         * src/textview.c
16551         * src/common/defs.h
16552         * src/common/utils.c
16553         * src/common/utils.h
16554         * src/gtk/menu.c
16555         * src/gtk/menu.h
16556                 sync with HEAD
16557
16558 2004-11-11 [colin]      0.9.12cvs144.2
16559
16560         * src/textview.c
16561                 Fix URI range selection (patch by Alfons)
16562
16563 2004-11-09 [colin]      0.9.12cvs144.1
16564
16565         * ChangeLog.claws
16566         * src/compose.c
16567         * src/folder.c
16568         * src/folder_item_prefs.c
16569         * src/prefs_account.c
16570         * src/prefs_account.h
16571         * src/plugins/pgpmime/pgpmime.c
16572                 Sync with HEAD
16573
16574 2004-11-08 [colin]      0.9.12cvs143.1
16575
16576         * src/summaryview.c
16577                 Sync with HEAD (optimize quicksearch)
16578
16579 2004-11-08 [colin]      0.9.12cvs142.2
16580
16581         * src/compose.c
16582                 Don't wrap when Edit/Auto wrapping is disabled
16583
16584 2004-11-08 [colin]      0.9.12cvs142.1
16585
16586         * src/textview.c
16587                 Sync with HEAD
16588
16589 2004-11-08 [colin]      0.9.12cvs141.1
16590
16591         * src/textview.c
16592                 Sync with HEAD (fix some mail URIs)
16593
16594 2004-11-08 [colin]      0.9.12cvs140.3
16595
16596         * src/textview.c
16597                 o Use text cursor instead of arrow when
16598                   not on a link
16599                 o Fix handling of contiguous links (as in
16600                   "colin@colino.net" <colin@colino.net>)
16601                   This one unveils a bug in get_email_part()
16602
16603 2004-11-07 [colin]      0.9.12cvs140.2
16604
16605         * src/textview.c
16606                 Fix memleak. Patch by Alfons.
16607
16608 2004-11-06 [colin]      0.9.12cvs140.1
16609
16610         * src/compose.c
16611                 Sync with HEAD (don't ask passphrase
16612                 when drafting)
16613
16614 2004-11-06 [paul]       0.9.12cvs139.2
16615
16616         * AUTHORS
16617         * src/textview.c
16618         * src/textview.h
16619                 textview URI handling. hovering over a 
16620                 link displays it in the status bar,
16621                 and changes the mouse pointer to a hand 
16622                 cursor. a link is activated with a single 
16623                 click. (Modified from the) patch by Jean-Yves 
16624                 Lefort <jylefort@users.sourceforge.net>
16625                 
16626
16627 2004-11-05 [colin]      0.9.12cvs139.1
16628
16629         * src/compose.c
16630         * src/procmime.c
16631                 Sync with HEAD again ^^
16632
16633 2004-11-05 [colin]      0.9.12cvs139.1
16634
16635         * src/compose.c
16636         * src/procmime.c
16637                 Sync with HEAD
16638
16639 2004-11-03 [paul]       0.9.12cvs138.1
16640
16641         * ChangeLog.claws
16642         * configure.ac
16643         * po/POTFILES.in
16644         * src/prefs_ext_prog.c
16645         * src/procmime.c
16646         * tools/kdeservicemenu/README
16647         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16648         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16649                 sync with HEAD
16650
16651 2004-11-01 [christoph]  0.9.12cvs136.2
16652
16653         * src/procmime.c
16654                 convert MIME parameters to UTF-8
16655
16656 2004-10-29 [colin]      0.9.12cvs136.1
16657
16658         * src/common/utils.c
16659                 Sync with HEAD (don't use '=' in mime boundary)
16660
16661 2004-10-29 [paul]       0.9.12cvs135.1
16662
16663         * configure.ac
16664         * doc/src/rfc2231.txt
16665         * src/procmime.c
16666         * src/common/quoted-printable.c
16667         * src/common/utils.c
16668         * src/common/utils.h
16669                 sync with HEAD
16670
16671 2004-10-27 [paul]       0.9.12cvs134.1
16672
16673         * configure.ac
16674         * src/main.c
16675         * src/procmime.c
16676         * src/plugins/pgpmime/pgpmime.c
16677                 sync with HEAD
16678
16679 2004-10-26 [paul]       0.9.12cvs132.3
16680
16681         * src/account.c
16682         * src/addressbook.c
16683         * src/addrgather.c
16684         * src/addrharvest.c
16685         * src/codeconv.c
16686         * src/compose.c
16687         * src/customheader.c
16688         * src/editaddress.c
16689         * src/editgroup.c
16690         * src/enriched.c
16691         * src/expldifdlg.c
16692         * src/exporthtml.c
16693         * src/exportldif.c
16694         * src/folder.c
16695         * src/foldersel.c
16696         * src/folderview.c
16697         * src/grouplistdialog.c
16698         * src/html.c
16699         * src/imap.c
16700         * src/jpilot.c
16701         * src/ldapserver.c
16702         * src/ldif.c
16703         * src/mimeview.c
16704         * src/news.c
16705         * src/news_gtk.c
16706         * src/pop.c
16707         * src/prefs_display_header.c
16708         * src/prefs_gtk.c
16709         * src/prefs_msg_colors.c
16710         * src/prefs_toolbar.c
16711         * src/procheader.c
16712         * src/procmime.c
16713         * src/summaryview.c
16714         * src/textview.c
16715         * src/toolbar.c
16716         * src/vcard.c
16717         * src/common/mgutils.c
16718         * src/common/nntp.c
16719         * src/common/smtp.c
16720         * src/common/template.c
16721         * src/common/utils.c
16722         * src/common/xmlprops.c
16723         * src/plugins/pgpmime/pgpmime.c
16724         * src/plugins/pgpmime/select-keys.c
16725         * src/plugins/pgpmime/sgpgme.c
16726                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16727                 g_string_sprintfa(), gtk_notebook_current_page()
16728
16729 2004-10-26 [colin]      0.9.12cvs132.2
16730
16731         * src/prefs_folder_item.c
16732                 Fix default-account selection
16733
16734 2004-10-21 [colin]      0.9.12cvs133
16735
16736         * src/compose.c
16737                 Sync with HEAD (Remove extra separator in compose's Options)
16738         * src/textview.c
16739                 Set wrapping to char
16740
16741 2004-10-21 [paul]       0.9.12cvs131.2
16742
16743         * src/compose.c
16744         * src/sourcewindow.c
16745                 fix wrapping
16746                 fix window shrinking 
16747
16748 2004-10-21 [colin]      0.9.12cvs131.1
16749
16750         * ChangeLog.claws
16751         * src/compose.c
16752                 Sync with HEAD
16753
16754 2004-10-21 [paul]       0.9.12cvs130.2
16755
16756         * src/prefs_folder_item.c
16757                 sync with HEAD (Apply to subfolders)
16758
16759 2004-10-19 [colin]      0.9.12cvs130.1
16760
16761         * ChangeLog.claws
16762         * src/compose.c
16763         * src/common/utils.c
16764         * src/gtk/menu.c
16765                 Sync with HEAD
16766
16767 2004-10-19 [colin]      0.9.12cvs128.1
16768
16769         * src/addrbook.c
16770         * src/addrcache.c
16771         * src/addressbook.c
16772         * src/codeconv.c
16773         * src/compose.c
16774         * src/customheader.c
16775         * src/editaddress.c
16776         * src/editgroup.c
16777         * src/exporthtml.c
16778         * src/folder.c
16779         * src/folderview.c
16780         * src/imap.c
16781         * src/jpilot.c
16782         * src/main.c
16783         * src/matcher_parser_parse.y
16784         * src/mbox.c
16785         * src/pop.c
16786         * src/prefs_account.c
16787         * src/prefs_gtk.c
16788         * src/prefs_msg_colors.c
16789         * src/procheader.c
16790         * src/procmime.c
16791         * src/procmime.h
16792         * src/procmsg.c
16793         * src/summaryview.c
16794         * src/textview.c
16795         * src/common/base64.c
16796         * src/common/partial_download.c
16797         * src/common/socket.c
16798         * src/common/sylpheed.c
16799         * src/common/utils.c
16800         * src/common/utils.h
16801         * src/gtk/pluginwindow.c
16802         * src/gtk/quicksearch.c
16803         * src/plugins/clamav/clamav_plugin.c
16804         * src/plugins/clamav/clamav_plugin.h
16805         * src/plugins/clamav/clamav_plugin_gtk.c
16806         * src/plugins/pgpmime/passphrase.c
16807         * src/plugins/pgpmime/pgpmime.c
16808         * src/plugins/pgpmime/plugin.c
16809         * src/plugins/pgpmime/prefs_gpg.c
16810         * src/plugins/pgpmime/prefs_gpg.h
16811         * src/plugins/pgpmime/select-keys.c
16812         * src/plugins/pgpmime/sgpgme.c
16813         * src/plugins/spamassassin/libspamc.c
16814         * src/plugins/spamassassin/spamassassin.c
16815         * src/plugins/spamassassin/spamassassin.h
16816         * src/plugins/spamassassin/spamassassin_gtk.c
16817         * src/plugins/trayicon/trayicon.c
16818         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16819                 Sync with HEAD
16820
16821 2004-10-14 [colin]      0.9.12cvs126.2
16822
16823         * src/codeconv.c
16824         * src/textview.c
16825                 Fix conv_unreadable_locale
16826
16827 2004-10-13 [colin]      0.9.12cvs126.1
16828
16829         * src/compose.c
16830                 Sync with HEAD (don't convert charset for 
16831                 drafted messages, minor cleanup)
16832
16833 2004-10-13 [colin]      0.9.12cvs125.1
16834
16835         * po/POTFILES.in
16836                 Sync with HEAD (POTFILES fix)
16837
16838 2004-10-12 [colin]      0.9.12cvs124.3
16839
16840         * src/compose.c
16841                 Fix encoding bug from latest sync
16842
16843 2004-10-12 [paul]       0.9.12cvs124.2
16844
16845         * src/plugins/pgpmime/prefs_gpg.c
16846         * src/plugins/pgpmime/prefs_gpg.h
16847                 forgotten in last commit        
16848
16849 2004-10-12 [paul]       0.9.12cvs124.1
16850
16851         * ChangeLog.claws
16852         * configure.ac
16853         * m4/spamassassin.m4
16854         * src/Makefile.am
16855         * src/account.c
16856         * src/compose.c
16857         * src/compose.h
16858         * src/crash.c
16859         * src/main.c
16860         * src/mimeview.c
16861         * src/passphrase.c
16862         * src/passphrase.h
16863         * src/prefs_account.c
16864         * src/prefs_account.h
16865         * src/prefs_common.c
16866         * src/privacy.c
16867         * src/privacy.h
16868         * src/procmime.c
16869         * src/procmime.h
16870         * src/procmsg.c
16871         * src/rfc2015.c
16872         * src/rfc2015.h
16873         * src/select-keys.c
16874         * src/select-keys.h
16875         * src/textview.c
16876         * src/common/utils.c
16877         * src/common/utils.h
16878         * src/gtk/about.c
16879         * src/plugins/pgpmime/Makefile.am
16880         * src/plugins/pgpmime/passphrase.c
16881         * src/plugins/pgpmime/passphrase.h
16882         * src/plugins/pgpmime/pgpmime.c
16883         * src/plugins/pgpmime/plugin.c
16884         * src/plugins/pgpmime/select-keys.c
16885         * src/plugins/pgpmime/select-keys.h
16886         * src/plugins/pgpmime/sgpgme.c
16887         * src/plugins/pgpmime/sgpgme.h
16888                 sync with HEAD
16889
16890 2004-10-04 [colin]      0.9.12cvs122.1
16891
16892         * src/mainwindow.c
16893         * src/messageview.c
16894         * src/messageview.h
16895         * src/textview.c
16896                 Sync with HEAD
16897
16898 2004-10-04 [colin]      0.9.12cvs121.1
16899
16900         * src/summaryview.c
16901                 Sync with HEAD
16902
16903 2004-10-04 [paul]       0.9.12cvs120.1
16904
16905         * configure.ac
16906                 sync with HEAD [don't try to build 
16907                 pgpmime plugin when gpgme is disabled]
16908
16909 2004-10-03 [colin]      0.9.12cvs119.3
16910
16911         * src/gtk/gtksctree.c
16912                 Lots of side effects. Put back as before 117.2.
16913         * src/summaryview.c
16914                 Fix bug #602
16915
16916 2004-10-03 [colin]      0.9.12cvs119.2
16917
16918         * src/gtk/gtksctree.c
16919                 Revert 608 fix that doesn't work that good
16920
16921 2004-10-02 [colin]      0.9.12cvs119.1
16922
16923         * src/mainwindow.c
16924         * src/messageview.c
16925         * src/prefs_common.h
16926         * src/procmime.c
16927         * src/procmime.h
16928         * src/textview.c
16929                 Sync with HEAD
16930         * src/gtk/gtksctree.c
16931                 Close bug #608
16932
16933 2004-10-01 [colin]      0.9.12cvs118.1
16934
16935         * src/mimeview.c
16936                 Sync with HEAD (better Save All fix)
16937
16938 2004-10-01 [colin]      0.9.12cvs117.2
16939
16940         * src/gtk/gtksctree.c
16941                 Faster on selection
16942
16943 2004-10-01 [colin]      0.9.12cvs117.1
16944
16945         * src/mimeview.c
16946                 Sync with HEAD (Save All: only attachments)
16947
16948 2004-10-01 [paul]       0.9.12cvs116.1
16949
16950         * ChangeLog.claws
16951         * configure.ac
16952         * src/account.c
16953         * src/prefs_common.c
16954         * src/gtk/colorlabel.c
16955                 sync with HEAD
16956
16957 2004-09-30 [colin]      0.9.12cvs115.1
16958
16959         * src/stock_pixmap.c
16960         * src/stock_pixmap.h
16961         * src/folderview.c
16962         * src/Makefile.am
16963         * src/pixmaps/read.xpm
16964                 Sync with HEAD (new pixmap)
16965
16966 2004-09-29 [colin]      0.9.12cvs114.1
16967
16968         * src/compose.c
16969                 Sync with HEAD
16970                 Fix focus handling in headers
16971
16972 2004-09-29 [paul]       0.9.12cvs113.1
16973
16974         * src/quote_fmt_parse.y
16975                 sync with HEAD
16976  
16977
16978 2004-09-28 [colin]      0.9.12cvs112.1
16979
16980         * src/folderview.c
16981         * src/mainwindow.c
16982                 Sync with HEAD
16983
16984 2004-09-28 [colin]      0.9.12cvs110.1
16985
16986         * src/folderview.c
16987                 Sync with HEAD (Contextual Empty trash menu)
16988
16989 2004-09-28 [colin]      0.9.12cvs108.1
16990
16991         * src/addressbook.c
16992                 Sync with HEAD (addressbook edit on double-click)
16993
16994 2004-09-28 [colin]      0.9.12cvs106.1
16995
16996         * src/inc.c
16997                 Sync with HEAD (folder_item freeze on inc)
16998
16999 2004-09-27 [colin]      0.9.12cvs105.1
17000
17001         * src/folderview.c
17002                 Sync with HEAD (right-align new and unread column)
17003
17004 2004-09-27 [colin]      0.9.12cvs104.1
17005
17006         * src/main.c
17007                 Sync with HEAD (revert 0.9.12cvs101)
17008
17009 2004-09-24 [colin]      0.9.12cvs103.2
17010
17011         * src/wizard.c
17012                 Fix gtk warnings and use domain part of the email address 
17013                 when domain detection fails (no dot in domain name)
17014
17015 2004-09-23 [colin]      0.9.12cvs103.1
17016
17017         * src/plugins/spamassassin/libspamc.c
17018         * src/plugins/spamassassin/libspamc.h
17019         * src/plugins/spamassassin/utils.c
17020         * src/plugins/spamassassin/utils.h
17021                 Sync with HEAD (Update spamassassin to 3.0)
17022
17023 2004-09-21 [colin]      0.9.12cvs102.3
17024
17025         * src/action.c
17026                 Add horizontal scrollbar in action io dialog as needed
17027                 Patch by Alfons.
17028
17029 2004-09-20 [colin]      0.9.12cvs102.2
17030
17031         * src/plugins/image_viewer/viewer.c
17032                 Remove imlib stuff
17033                 use gtk_pixmap_set when clearing
17034                 (would be better to use gtkImages, but causes size-allocate 
17035                 signals storm)
17036
17037 2004-09-17 [paul]       0.9.12cvs102.1
17038
17039         * ChangeLog
17040         * ChangeLog.claws
17041         * ChangeLog.jp
17042         * configure.ac
17043         * src/inc.c
17044                 sync with HEAD
17045
17046
17047 2004-09-17 [colin]      0.9.12cvs101.1
17048
17049         * ChangeLog.claws
17050         * src/main.c
17051                 Sync with HEAD (fix segs at exit)
17052
17053 2004-09-14 [colin]      0.9.12cvs99.5
17054
17055         * src/common/socket.c
17056         * AUTHORS
17057                 Fix send error on 64bit platforms
17058                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17059
17060 2004-09-14 [colin]      0.9.12cvs99.4
17061
17062         * src/action.c
17063                 Fix action output with utf8 
17064                 Patch by Alfons.
17065
17066 2004-09-14 [colin]      0.9.12cvs99.3
17067
17068         * ChangeLog.claws
17069         * src/folder.c
17070                 Sync with HEAD
17071
17072 2004-09-09 [colin]      0.9.12cvs99.2
17073
17074         * src/action.c
17075                 Fix progress bar (displaying "Completed %v/%u")
17076                 Patch by Alfons.
17077
17078 2004-09-08 [colin]      0.9.12cvs99.1
17079
17080         * src/account.c
17081         * src/folder.c
17082         * src/procmsg.c
17083         * src/procmsg.h
17084         * src/plugins/pgpmime/pgpmime.c
17085                 Sync with HEAD
17086
17087 2004-09-08 [colin]      0.9.12cvs97.2
17088
17089         * src/summaryview.c
17090                 Don't select mails in collapsed threads 
17091                 when navigating with up/down
17092
17093 2004-09-07 [colin]      0.9.12cvs97.1
17094
17095         * src/inc.c
17096                 Sync with HEAD (meaningful error messages)
17097
17098 2004-09-06 [colin]      0.9.12cvs96.1
17099
17100         * src/toolbar.c
17101                 Sync with HEAD (fix Redirect graying out)
17102
17103 2004-09-06 [colin]      0.9.12cvs95.1
17104
17105         * src/summaryview.c
17106         * src/mimeview.c
17107                 Sync with HEAD (fix dropped URIs)
17108
17109 2004-09-06 [colin]      0.9.12cvs94.1
17110
17111         * src/addressbook.c
17112         * src/addressitem.h
17113         * src/addritem.c
17114         * src/addritem.h
17115                 Sync with HEAD (addressbook DnD)
17116
17117 2004-09-03 [colin]      0.9.12cvs93.1
17118
17119         * src/summaryview.c
17120                 Sync with HEAD (next/prev unread)
17121
17122 2004-09-03 [colin]      0.9.12cvs92.1
17123
17124         * src/prefs_common.c
17125         * src/prefs_common.h
17126         * src/summaryview.c
17127                 Sync with HEAD ('mark_as_read_delay' pref)
17128
17129 2004-09-02 [colin]      0.9.12cvs91.2
17130
17131         * src/common/xml.c
17132                 Fix leak
17133
17134 2004-09-02 [colin]      0.9.12cvs91.1
17135
17136         * src/gtk/menu.c
17137                 Sync with HEAD (menu accel don't work, but whatever)
17138
17139 2004-09-02 [colin]      0.9.12cvs90.1
17140
17141         * src/account.c
17142                 Sync with HEAD (fix bug 582)
17143
17144 2004-09-02 [colin]      0.9.12cvs89.1
17145
17146         * src/addrindex.c
17147                 Sync with HEAD (free deleted queries)
17148
17149 2004-09-02 [colin]      0.9.12cvs88.1
17150
17151         * src/ldapquery.c
17152                 Sync with HEAD (fix LDAP freezes)
17153
17154 2004-09-02 [colin]      0.9.12cvs87.1
17155
17156         * src/prefs_spelling.c
17157                 Sync with HEAD (add default dictionary)
17158
17159 2004-09-01 [colin]      0.9.12cvs86.1
17160
17161         * src/filtering.c
17162         * src/folderview.c
17163         * src/imap.c
17164         * src/prefs_matcher.c
17165         * src/stock_pixmap.c
17166         * src/summary_search.c
17167         * src/summaryview.c
17168         * src/wizard.c
17169         * src/wizard.h
17170                 Sync with HEAD (uninitialized vars fixes)
17171                 + gtk2 specific warning fixes
17172
17173 2004-08-31 [colin]      0.9.12cvs85.1
17174
17175         * src/folder.c
17176                 Sync with HEAD (Fix memory corruption due to 
17177                 uninitialized var)
17178
17179 2004-08-31 [colin]      0.9.12cvs84.4
17180
17181         * src/summary_search.c
17182                 Fix segfaults when searching in folders with broken headers
17183
17184 2004-08-31 [colin]      0.9.12cvs84.3
17185
17186         * src/compose.c
17187         * src/textview.c
17188                 Fix some more encoding/decoding issues
17189
17190 2004-08-30 [colin]      0.9.12cvs84.2
17191
17192         * src/mimeview.c
17193         * src/prefs_themes.c
17194         * src/gtk/filesel.c
17195         * src/gtk/filesel.h
17196                 Add a folder-mode selection (fixes mimeview's "Save all")
17197
17198 2004-08-29 [colin]      0.9.12cvs84.1
17199
17200         * src/mimeview.c
17201                 Sync with HEAD (don't escape saved filenames)
17202
17203 2004-08-27 [colin]      0.9.12cvs83.1
17204
17205         * ChangeLog
17206         * ChangeLog.claws
17207         * ChangeLog.jp
17208         * src/mh.c
17209         * src/procheader.c
17210         * src/procmsg.c
17211         * src/procmsg.h
17212         * src/common/utils.c
17213         * src/gtk/menu.h
17214         * po/
17215                 Sync with HEAD 0.9.12cvs83 (sync with main)
17216
17217 2004-08-26 [colin]      0.9.12cvs82.4
17218
17219         * src/codeconv.c
17220                 Fix strange stack corruption
17221                 Convert to utf8 after unmime, not before
17222
17223 2004-08-26 [colin]      0.9.12cvs82.3
17224
17225         * src/main.c
17226         * src/wizard.c
17227                 Fix account folders duplication
17228
17229 2004-08-25 [colin]      0.9.12cvs82.2
17230
17231         * src/wizard.c
17232                 Remove ports
17233                 Add SSL selection
17234                 Use login@server as account name
17235
17236 2004-08-25 [colin]      0.9.12cvs82.1
17237
17238         * src/plugins/pgpmime/pgpmime.c
17239                 Sync with HEAD (leak fix).
17240
17241 2004-08-25 [colin]      0.9.12cvs81.1
17242
17243         * src/plugins/pgpmime/pgpmime.c
17244         * src/plugins/pgpmime/sgpgme.c
17245         * src/plugins/pgpmime/sgpgme.h
17246                 Sync with HEAD (Handle combined messages).
17247
17248 2004-08-24 [colin]      0.9.12cvs80.3
17249
17250         * src/wizard.c
17251                 Fix full name, ports, and imap
17252
17253 2004-08-24 [colin]      0.9.12cvs80.2
17254
17255         * src/Makefile.am
17256         * src/main.c
17257         * src/setup.c
17258         * src/setup.h
17259         * src/stock_pixmap.c
17260         * src/stock_pixmap.h
17261         * src/wizard.c ** ADDED **
17262         * src/wizard.h ** ADDED ** 
17263         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17264                 Add a setup wizard 
17265
17266 2004-08-24 [colin]      0.9.12cvs80.1
17267
17268         * src/folder.c
17269                 Sync with HEAD (set mimeflags on all messages)
17270
17271 2004-08-24 [colin]      0.9.12cvs79.3
17272
17273         * src/matcher_parser_lex.l
17274                 Fix 8bits strings not in utf8
17275
17276 2004-08-24 [colin]      0.9.12cvs79.2
17277
17278         * src/compose.c
17279                 Check conversion result before replacing buffer
17280
17281 2004-08-23 [colin]      0.9.12cvs79.1
17282
17283         * src/compose.c
17284                 Sync with HEAD (create message header in memory)
17285
17286 2004-08-23 [colin]      0.9.12cvs78.1
17287
17288         * src/rfc2015.c
17289         * src/rfc2015.h
17290                 Sync with HEAD (fix bug 197 again)
17291
17292 2004-08-23 [colin]      0.9.12cvs77.3
17293
17294         * src/compose.c
17295                 Fix again inline gpg signing (which outputs utf8
17296                 in gtk2). Not syncing this fix to HEAD as this 
17297                 code is meant to die.
17298
17299 2004-08-23 [colin]      0.9.12cvs77.2
17300
17301         * src/prefs_account.h
17302                 Remove useless include
17303
17304 2004-08-23 [colin]      0.9.12cvs77.1
17305
17306         * src/imap.c
17307         * po/es.po
17308         * po/fr.po
17309         * po/it.po
17310         * po/pl.po
17311         * po/pt_BR.po
17312         * po/sk.po
17313         * po/sr.po
17314                 Sync with HEAD (fix bug 577)
17315
17316 2004-08-22 [colin]      0.9.12cvs76.1
17317
17318         * src/plugins/trayicon/trayicon.c
17319                 Sync with HEAD (fix formatting bug)
17320
17321 2004-08-21 [colin]      0.9.12cvs74.2
17322
17323         * src/gtk/colorsel.c
17324                 Fix bug 564 (Folder color selection window exits on any
17325                 keypress)
17326
17327 2004-08-21 [colin]      0.9.12cvs74.1
17328
17329         * ChangeLog.claws
17330         * src/compose.c
17331         * src/summaryview.c
17332         * src/toolbar.c
17333                 Sync with HEAD (fix bug 576)
17334
17335 2004-08-21 [colin]      0.9.12cvs70.1
17336
17337         * src/compose.c
17338         * src/mainwindow.c
17339                 Sync with HEAD
17340                 
17341
17342 2004-08-21 [paul]       0.9.12cvs66.4
17343
17344         * src/mainwindow.c
17345         * src/messageview.c
17346         * src/gtk/menu.c
17347         * src/plugins/spamassassin/spamassassin_gtk.c
17348                 remove some deprecated gtk1 functions
17349
17350
17351 2004-08-21 [colin]      0.9.12cvs66.3
17352
17353         * src/compose.c
17354         * src/codeconv.c
17355                 Fix warnings
17356                 Remove encoding hacks
17357                 Fix bug 575 (Strange character messes up message)
17358                 Don't display conversion error when drafting
17359
17360 2004-08-21 [paul]       0.9.12cvs66.2
17361
17362         * src/prefs_account.c
17363                 fix GnuPG mode bugs
17364
17365
17366 2004-08-20 [colin]      0.9.12cvs66.1
17367
17368         * src/codeconv.c
17369                 Sync with HEAD 0.9.12cvs66
17370
17371 2004-08-20 [paul]
17372
17373         * src/plugins/pgpmime/plugin.c
17374                 modify PGP/MIME plugin's description
17375
17376 2004-08-17 [colin]      0.9.12cvs65.1
17377
17378         * src/common/ssl.c
17379         * src/plugins/pgpmime/plugin.c
17380                 Sync with HEAD
17381
17382 2004-08-14 [colin]      0.9.12cvs60.3
17383
17384         * src/plugins/trayicon/trayicon.c
17385                 Put back resize callback, on size-request signal
17386                 rather than size-allocate to avoid infinite 
17387                 callback loop
17388
17389 2004-08-13 [colin]      0.9.12cvs60.2
17390
17391         * src/common/defs.h
17392                 Cache versions have been fixed
17393
17394 2004-08-13 [colin]      0.9.12cvs60.1
17395
17396         * src/folderutils.c
17397                 Sync with HEAD
17398
17399 2004-08-12 [colin]      0.9.12cvs59.1
17400
17401         * src/plugins/trayicon/trayicon.c
17402                 Sync with HEAD
17403
17404 2004-08-12 [colin]      0.9.12cvs57.5
17405
17406         * sylpheed.desktop
17407         * configure.ac
17408         * src/Makefile.am
17409         * src/main.c
17410                 Add support for Freedesktop.org's startup notification
17411
17412 2004-08-11 [colin]      0.9.12cvs57.4
17413
17414         * src/textview.c
17415                 Fix off-by-one
17416
17417 2004-08-11 [colin]      0.9.12cvs57.3
17418
17419         * src/message_search.c
17420         * src/summary_search.c
17421                 Make searches case insensitive by default
17422         * src/textview.c
17423                 Fix case-insensitive search in message
17424
17425 2004-08-11 [colin]      0.9.12cvs57.2
17426
17427         * src/summary_search.c
17428                 Let case-sensitive be specified
17429
17430 2004-08-10 [colin]      0.9.12cvs55.4
17431
17432         * src/common/socket.c
17433                 Fix the possible race condition
17434
17435 2004-08-09 [paul]       0.9.12cvs55.3
17436
17437         * configure.ac
17438         * src/Makefile.am
17439         * src/common/Makefile.am
17440                 sync with HEAD
17441
17442
17443 2004-08-09 [paul]       0.9.12cvs55.2
17444
17445         * autogen.sh
17446         * po/poconv.sh
17447                 remove unneeded script
17448
17449         * configure.ac
17450                 add forgotten USE_LDAP_TLS (sync with HEAD)
17451
17452
17453 2004-08-09 [colin]      0.9.12cvs55.1
17454
17455         * src/main.c
17456         * src/common/ssl.c
17457         * src/common/sylpheed.c
17458         * src/common/sylpheed.h
17459                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17460
17461 2004-08-09 [paul]       0.9.12cvs54.1
17462
17463         * ChangeLog
17464         * ChangeLog.claws
17465         * ChangeLog.jp
17466         * configure.ac
17467         * po/POTFILES.in
17468         * src/Makefile.am
17469         * src/folderutils.c
17470         * src/main.c
17471         * src/pgpmime.c
17472         * src/pgpmime.h
17473         * src/sgpgme.c
17474         * src/sgpgme.h
17475         * src/plugins/Makefile.am
17476         * src/plugins/pgpmime/.cvsignore
17477         * src/plugins/pgpmime/Makefile.am
17478         * src/plugins/pgpmime/pgpmime.c
17479         * src/plugins/pgpmime/pgpmime.h
17480         * src/plugins/pgpmime/plugin.c
17481         * src/plugins/pgpmime/sgpgme.c
17482         * src/plugins/pgpmime/sgpgme.h
17483                 sync with HEAD
17484
17485 2004-08-08 [paul]       0.9.12cvs51.1
17486
17487         * configure.ac
17488         * src/folder.c
17489                 sync with HEAD
17490
17491 2004-08-07 [colin]      0.9.12cvs50.1
17492
17493         * src/pop.c
17494         * src/common/partial_download.c
17495                 fix warnings (sync from HEAD)
17496
17497 2004-08-07 [colin]      0.9.12cvs48.1
17498
17499         * src/prefs_folder_item.c
17500                 sync with HEAD 0.9.12cvs48
17501
17502 2004-08-06 [colin]      0.9.12cvs47.1
17503
17504         * src/compose.c
17505                 Sync with HEAD
17506
17507 2004-08-06 [christoph]  0.9.12cvs46.2
17508
17509         * src/main.c
17510         * src/plugins/clamav/clamav_plugin_gtk.c
17511         * src/plugins/dillo_viewer/dillo_viewer.c
17512         * src/plugins/image_viewer/plugin.c
17513         * src/plugins/mathml_viewer/mathml_viewer.c
17514         * src/plugins/spamassassin/spamassassin_gtk.c
17515         * src/plugins/trayicon/trayicon.c
17516                 don't mix GTK1.2 plugin with GTK2 plugins
17517
17518 2004-08-06 [colin]      0.9.12cvs46.1
17519
17520         * ChangeLog
17521         * ChangeLog.claws
17522         * ChangeLog.jp
17523         * configure.ac
17524         * sylpheed-claws.pc.in
17525         * src/folder.c
17526         * src/imap.c
17527         * src/localfolder.c
17528         * src/messageview.c
17529         * src/mimeview.c
17530         * src/mimeview.h
17531         * src/msgcache.c
17532         * src/news.c
17533         * src/prefs_ext_prog.c
17534         * src/prefs_folder_item.c
17535         * src/prefs_fonts.c
17536         * src/prefs_msg_colors.c
17537         * src/prefs_spelling.c
17538         * src/prefs_themes.c
17539         * src/prefs_toolbar.c
17540         * src/prefs_wrapping.c
17541         * src/procmime.h
17542         * src/common/defs.h
17543         * src/common/nntp.c
17544         * src/common/session.c
17545         * src/common/session.h
17546         * src/common/socket.c
17547         * src/common/utils.h
17548         * src/common/xml.c
17549         * src/common/xml.h
17550         * src/gtk/prefswindow.c
17551         * src/gtk/prefswindow.h
17552         * src/plugins/clamav/clamav_plugin_gtk.c
17553         * src/plugins/dillo_viewer/dillo_prefs.c
17554         * src/plugins/image_viewer/viewerprefs.c
17555         * src/plugins/spamassassin/spamassassin_gtk.c
17556         * m4/openssl.m4 *** REMOVED ***
17557                 Sync with HEAD 0.9.12cvs46
17558
17559 2004-08-03 [paul]       0.9.12cvs40.2
17560
17561         * src/action.c
17562         * src/addressadd.c
17563         * src/addressbook.c
17564         * src/addrgather.c
17565         * src/browseldap.c
17566         * src/compose.c
17567         * src/crash.c
17568         * src/editaddress.c
17569         * src/editgroup.c
17570         * src/editldap_basedn.c
17571         * src/foldersel.c
17572         * src/importldif.c
17573         * src/mimeview.c
17574         * src/prefs_common.c
17575         * src/prefs_template.c
17576         * src/sourcewindow.c
17577         * src/summaryview.c
17578         * src/gtk/about.c
17579         * src/gtk/foldersort.c
17580         * src/gtk/logwindow.c
17581         * src/gtk/pluginwindow.c
17582         * src/gtk/prefswindow.c
17583                 change all gtk_scrolled_window_set_policy from 
17584                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17585
17586 2004-08-02 [paul]       0.9.12cvs40.1
17587
17588         * AUTHORS
17589                 update translation team section
17590         * po/pt_BR.po
17591                 updated by Frederico Goncalves Guimaraes
17592                 <fggdebian@yahoo.com.br>
17593
17594 2004-07-31 [colin]      0.9.12cvs39.9
17595
17596         * src/exphtmldlg.c
17597                 Fix compilation
17598
17599 2004-07-31 [colin]      0.9.12cvs39.8
17600
17601         * src/exphtmldlg.c
17602                 Fix an alertpanel type
17603
17604 2004-07-30 [colin]      0.9.12cvs39.7
17605
17606         * src/alertpanel.c
17607                 Fix alertpanel_error_log's icon
17608
17609 2004-07-30 [colin]      0.9.12cvs39.6
17610
17611         * src/pop.c
17612                 Two of them should still be warnings
17613
17614 2004-07-30 [colin]      0.9.12cvs39.5
17615
17616         * src/pop.c
17617                 More warning -> error
17618 2004-07-29 [colin]      0.9.12cvs39.4
17619
17620         * src/pop.c
17621                 Warning -> error
17622
17623 2004-07-29 [colin]      0.9.12cvs39.3
17624
17625         * src/prefs_matcher.c
17626                 Fix segfault
17627
17628 2004-07-29 [colin]      0.9.12cvs39.2
17629
17630         * src/alertpanel.c
17631                 More nice-looking alertpanels
17632
17633 2004-07-29 [colin]      0.9.12cvs39.1
17634
17635         * src/messageview.c
17636                 sync with head
17637                 (inform user when partial mail is deleted on server)
17638
17639 2004-07-29 [colin]      0.9.12cvs38.1
17640
17641         * src/messageview.c
17642                 sync with head
17643
17644 2004-07-28 [paul]       0.9.12cvs37.7
17645
17646         * src/mainwindow.c
17647                 complete the replacement of deprecated gtk_progress_*
17648
17649 2004-07-28 [paul]       0.9.12cvs37.6
17650
17651         * src/action.c
17652         * src/inc.c
17653         * src/mainwindow.c
17654         * src/send_message.c
17655         * src/gtk/progressdialog.c
17656         * src/gtk/progressdialog.h
17657                 replace deprecated gtk_progress_*
17658
17659 2004-07-28 [paul]       0.9.12cvs37.5
17660
17661         * src/gtk/filesel.c
17662                 remove gtk_window_set_wmclass()
17663 2004-07-28 [paul]       0.9.12cvs37.4
17664
17665         * src/addressbook.c
17666         * src/compose.c
17667         * src/foldersel.c
17668         * src/mainwindow.c
17669         * src/messageview.c
17670         * src/sourcewindow.c
17671         * src/gtk/logwindow.c
17672                 remove gtk_window_set_wmclass()
17673                 
17674         * src/prefs_filtering.c
17675         * src/prefs_filtering_action.c
17676         * src/prefs_fonts.c
17677         * src/prefs_gtk.c
17678         * src/prefs_matcher.c
17679         * src/ssl_manager.c
17680         * src/gtk/prefswindow.c
17681                 replace gtk_window_position()
17682
17683 2004-07-28 [colin]      0.9.12cvs37.3
17684
17685         * src/alertpanel.c
17686         * src/alertpanel.h
17687                 Add a way to specify panel type for specific
17688                 panels (alertpanel())
17689         * src/account.c
17690         * src/addressbook.c
17691         * src/compose.c
17692         * src/expldifdlg.c
17693         * src/main.c
17694         * src/messageview.c
17695         * src/summaryview.c
17696         * src/textview.c
17697         * src/gtk/sslcertwindow.c
17698                 Fix alertpanel()s so that their icon match
17699                 their real type
17700
17701 2004-07-28 [paul]       0.9.12cvs37.2
17702
17703         * src/addr_compl.c
17704         * src/addressbook.c
17705         * src/alertpanel.c
17706         * src/compose.c
17707         * src/export.c
17708         * src/foldersel.c
17709         * src/folderview.c
17710         * src/grouplistdialog.c
17711         * src/import.c
17712         * src/mainwindow.c
17713         * src/message_search.c
17714         * src/messageview.c
17715         * src/passphrase.c
17716         * src/prefs_actions.c
17717         * src/prefs_common.c
17718         * src/prefs_customheader.c
17719         * src/prefs_display_header.c
17720         * src/prefs_filtering.c
17721         * src/prefs_filtering_action.c
17722         * src/prefs_gtk.c
17723         * src/prefs_matcher.c
17724         * src/prefs_msg_colors.c
17725         * src/prefs_summary_column.c
17726         * src/prefs_template.c
17727         * src/sourcewindow.c
17728         * src/ssl_manager.c
17729         * src/summary_search.c
17730         * src/gtk/colorsel.c
17731         * src/gtk/description_window.c
17732         * src/gtk/gtkaspell.c
17733         * src/gtk/inputdialog.c
17734         * src/gtk/logwindow.c
17735         * src/gtk/prefswindow.c
17736         * src/gtk/progressdialog.c
17737                 replace deprecated gtk_window_set_policy
17738
17739 2004-07-27 [colin]      0.9.12cvs37.1
17740
17741         * src/msgcache.c
17742                 More fixes (synced for head again)
17743
17744 2004-07-27 [colin]      0.9.12cvs35.3
17745
17746         * src/msgcache.c
17747                 Fix wrong test
17748
17749 2004-07-27 [colin]      0.9.12cvs35.2
17750
17751         * src/mimeview.c
17752                 Fix width a bit (by Paul)
17753         * src/alertpanel.c
17754         * src/alertpanel.h
17755                 Specialize icons, make alertpanel_message()
17756                 private
17757         * src/message_search.c
17758         * src/sgpgme.c
17759         * src/summary_search.c
17760                 Suit alertpanel changes
17761
17762 2004-07-27 [colin]      0.9.12cvs35.1
17763
17764         * src/alertpanel.c
17765                 Add an icon
17766         * src/passphrase.c
17767                 Add debug output - maybe someone will
17768                 want to look at the problem with Grab
17769                 Input :)
17770         Bump version as we're synced with HEAD
17771
17772 2004-07-26 [colin]      0.9.12cvs33.26
17773
17774         * src/pop.c
17775                 Fix uidl-file parsing when not in new
17776                 format
17777
17778 2004-07-26 [colin]      0.9.12cvs33.25
17779
17780         * src/gtk/menu.c
17781                 Move popup menu up if necessary (fixes 
17782                 account selector)
17783         * src/mainwindow.c
17784                 Set account selector's button height to
17785                 minimum
17786
17787 2004-07-26 [colin]      0.9.12cvs33.24
17788
17789         * src/alertpanel.c
17790                 Maybe fix 551 (Truncated font in alert window)
17791
17792 2004-07-26 [colin]      0.9.12cvs33.23
17793
17794         * po/de.po
17795         * po/es.po
17796         * po/fr.po
17797         * po/it.po
17798         * po/ja.po
17799         * po/pl.po
17800         * po/ru.po
17801         * po/sk.po
17802         * po/sr.po
17803         * po/zh_CN.po
17804                 Sync po files with HEAD
17805
17806 2004-07-26 [paul]       0.9.12cvs33.22
17807
17808         * src/compose.c
17809                 fix Bug 556 'Organisation-header is sent even if empty'
17810
17811 2004-07-24 [colin]      0.9.12cvs33.21
17812
17813         * src/compose.c
17814         * src/gtk/gtkaspell.c
17815         * src/gtk/gtkaspell.h
17816                 Fix speller accelerators (require hack)
17817
17818 2004-07-24 [colin]      0.9.12cvs33.20
17819
17820         * src/gtk/gtkaspell.c
17821                 Fix over-eager code deletion breaking
17822                 Check while typing
17823
17824 2004-07-24 [colin]      0.9.12cvs33.19
17825
17826         * src/browseldap.c
17827         * src/ldapctrl.c
17828         * src/ldapctrl.h
17829         * src/ldapserver.h
17830                 Sync ldap with HEAD
17831         (Fixes 546 LDAP completely broken)
17832
17833 2004-07-24 [colin]      0.9.12cvs33.18
17834
17835         * src/prefs_msg_colors.c
17836                 Fix prototype mismatch
17837         (Fixes 547 void function cannot return value)
17838
17839 2004-07-24 [colin]      0.9.12cvs33.17
17840
17841         * src/mainwindow.c
17842                 Fix sort going back to previous sort key
17843                 when changing sort direction
17844
17845 2004-07-24 [colin]      0.9.12cvs33.16
17846
17847         * src/compose.c
17848                 Fix space insertion when re-wrapping at 
17849                 cursor point
17850
17851 2004-07-24 [colin]      0.9.12cvs33.15
17852
17853         * src/gtk/gtkaspell.c
17854                 Don't change cursor position in insert-text
17855                 callback
17856         (Fixes 539 Word wrapping on input transposes letters)
17857
17858 2004-07-24 [colin]      0.9.12cvs33.14
17859
17860         * src/gtk/gtkaspell.c
17861                 Reencode non-ascii chars to dictionary's
17862                 encoding
17863         (Fixes 544 Spell check broken non english locale)
17864
17865 2004-07-24 [colin]      0.9.12cvs33.13
17866
17867         * src/summaryview.c
17868                 Fix Shift+Down, add Home/End/PgUp/PgDown
17869
17870 2004-07-21 [colin]      0.9.12cvs33.12
17871
17872         * src/prefs_common.c
17873                 Fix a gtk warning (Patch by Andrej Kacian)
17874
17875 2004-07-21 [colin]      0.9.12cvs33.11
17876
17877         * src/gtk/filesel.c
17878                 More check
17879
17880 2004-07-21 [colin]      0.9.12cvs33.10
17881
17882         * src/compose.c
17883         * src/crash.c
17884         * src/export.c
17885         * src/import.c
17886         * src/messageview.c
17887         * src/mimeview.c
17888         * src/prefs_spelling.c
17889         * src/prefs_themes.c
17890         * src/summaryview.c
17891         * src/gtk/filesel.c
17892         * src/gtk/filesel.h
17893         * src/gtk/pluginwindow.c
17894                 Untwist open/save mode guessing logic, make
17895                 it explicit
17896
17897 2004-07-20 [colin]      0.9.12cvs33.9
17898
17899         * src/codeconv.c
17900                 conv_encode_header: src_charset is UTF-8 on
17901                 gtk2
17902         * src/compose.c
17903                 Remove double encoding of the headers
17904
17905 2004-07-20 [colin]      0.9.12cvs33.8
17906
17907         * src/codeconv.c
17908                 Fix typo
17909
17910 2004-07-20 [colin]      0.9.12cvs33.7
17911
17912         * src/mainwindow.c
17913                 Set the separated messageview to the saved
17914                 size of Claws' messageview (Patch by Alfons)
17915                 Fix a callback prototype (me)
17916
17917 2004-07-20 [colin]      0.9.12cvs33.6
17918
17919         * src/codeconv.h
17920                 Forgot one hunk in 0.9.12cvs33.4
17921
17922 2004-07-19 [colin]      0.9.12cvs33.5
17923
17924         * src/action.c
17925                 Action output fix
17926                 Patch by Alfons
17927
17928 2004-07-19 [colin]      0.9.12cvs33.4
17929
17930         * src/compose.c
17931                 Fix outgoing charset bug in headers
17932         * src/codeconv.c
17933                 Clean for glib2 - Patch by Alfons
17934
17935 2004-07-19 [colin]      0.9.12cvs33.3
17936
17937         * src/statusbar.c
17938                 Remove grip from the statusbar
17939                 Patch by Alfons
17940
17941 2004-07-19 [colin]      0.9.12cvs33.2
17942
17943         * src/messageview.c
17944         * src/textview.c
17945                 Fix messageview remembering the previous
17946                 scroll position when loading a new message
17947                 Patch by Alfons
17948
17949 2004-07-19 [colin]      0.9.12cvs33.1
17950
17951         * src/folder.h
17952         * src/folderview.c
17953         * src/summaryview.c
17954                 Sync with HEAD
17955
17956 2004-07-18 [colin]      0.9.12cvs32.7
17957
17958         * configure.ac
17959                 Remove useless check for XIM - noticed
17960                 by Alfons
17961
17962 2004-07-18 [colin]      0.9.12cvs32.6
17963
17964         * src/summaryview.c
17965                 Remove non-modified and shift-modified
17966                 accelerators in summaryview's popup
17967                 menu, as that doesn't get catched by
17968                 the accel-activate signal catcher...
17969
17970 2004-07-18 [colin]      0.9.12cvs32.5
17971
17972         * src/prefs_common.c
17973                 Define sensible default prefs for 
17974                 wrapping
17975
17976 2004-07-18 [colin]      0.9.12cvs32.4
17977
17978         * src/compose.c
17979         * src/prefs_common.c
17980         * src/prefs_common.h
17981         * src/prefs_wrapping.c
17982                 Remove Smart Wrapping pref, which does
17983                 nothing on gtk2 branch
17984
17985 2004-07-18 [colin]      0.9.12cvs32.3
17986
17987         * src/sourcewindow.c
17988                 Proper utf8
17989
17990 2004-07-18 [colin]      0.9.12cvs32.2
17991
17992         * src/compose.c
17993                 Save attachment status when drafting
17994
17995 2004-07-18 [colin]      0.9.12cvs32.1
17996
17997         * src/gtk/filesel.c
17998                 Fix erratic folder selection in open mode
17999
18000 2004-07-18 [colin]      0.9.12cvs31.11
18001
18002         * src/pop.c
18003                 Don't let partial messages get deleted
18004                 even with "dowload all"
18005                 (0.9.12cvs31.8 fix extension)
18006 2004-07-18 [colin]      0.9.12cvs31.10
18007
18008         * src/gtk/logwindow.c
18009                 Fix log scrolling
18010
18011 2004-07-18 [colin]      0.9.12cvs31.9
18012
18013         * src/common/utils.c
18014                 Fix non-utf8 strings coming from commands
18015                 and files
18016
18017 2004-07-18 [colin]      0.9.12cvs31.8
18018
18019         * src/pop.c
18020                 Fix partial download bug with Download all
18021                 messages option
18022
18023 2004-07-18 [colin]      0.9.12cvs31.7
18024
18025         * src/textview.c
18026                 Fix bug introduced in 0.9.12cvs31.2
18027                 (blocked in select mode after double click)
18028
18029 2004-07-18 [colin]      0.9.12cvs31.6
18030
18031         * src/compose.c
18032         * src/gtk/menu.c
18033                 More glib-warning fixes
18034
18035 2004-07-18 [colin]      0.9.12cvs31.5
18036
18037         * src/compose.c
18038                 Fix trashing the primary clipboard when moving 
18039                 around with tab
18040         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18041
18042 2004-07-18 [colin]      0.9.12cvs31.4
18043
18044         * src/codeconv.c
18045                 convert unencoded iso headers to utf8
18046         (Fix Bug 538 Unencoded local characters in subject make it 
18047          disappear)
18048
18049 2004-07-18 [colin]      0.9.12cvs31.3
18050
18051         * src/compose.c
18052                 Fix tab char handling in wrapping
18053         (Fix Bug 537 Line wrap problem - TAB character treated as 
18054          one character instead of 8)
18055
18056 2004-07-18 [colin]      0.9.12cvs31.2
18057
18058         * src/textview.c
18059                 return FALSE on GDK_MOTION_NOTIFY
18060         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18061          (unable to highlight))
18062
18063 2004-07-18 [colin]      0.9.12cvs31.1
18064
18065         * src/folderview.c
18066                 Sync with 0.9.12cvs31
18067
18068 2004-07-18 [colin]      0.9.12cvs30.4
18069
18070         * src/compose.c
18071                 Also block text_inserted when inserting a file
18072
18073 2004-07-18 [colin]      0.9.12cvs30.3
18074
18075         * src/compose.c
18076                 Fix smart wrapping (block text_inserted handler
18077                 while putting quotation to avoid wrap on input,
18078                 don't join lines if next is sig separator)
18079
18080 2004-07-17 [colin]      0.9.12cvs30.2
18081
18082         * src/folderview.c
18083         * src/mainwindow.c
18084         * src/mimeview.c
18085         * src/summaryview.c
18086         * src/gtk/quicksearch.c
18087         * src/gtk/quicksearch.h
18088                 Block key events handlers *and* accels while
18089                 quicksearch is focused
18090         (Fixes Bug 534 quick-search bar not accepting certain letters)
18091
18092 2004-07-17 [colin]      0.9.12cvs30.1
18093
18094         * src/folder.h
18095         * src/folderview.c
18096         * src/summaryview.c
18097                 Sync with 0.9.12cvs30
18098
18099 2004-07-17 [colin]      0.9.12cvs28.2
18100
18101         * src/mimeview.c
18102         * src/procmime.c
18103         * src/summaryview.c
18104         * src/gtk/menu.c
18105                 Squash some compile and glib warnings
18106
18107 2004-07-17 [paul]       0.9.12cvs28.1
18108
18109         * src/mimeview.c
18110                 sync with 0.9.12cvs28 HEAD
18111
18112 2004-07-16 [paul]       0.9.12cvs26.1
18113         
18114         * src/gtk/quicksearch.c
18115         * src/account.c
18116         * src/account.h
18117         * src/compose.c
18118         * src/customheader.c
18119         * src/folder_item_prefs.c
18120         * src/main.c
18121         * src/mainwindow.c
18122         * src/messageview.c
18123         * src/mimeview.c
18124         * src/news.c
18125         * src/pgpmime.c
18126         * src/pop.c
18127         * src/pop.h
18128         * src/prefs_account.c
18129         * src/prefs_account.h
18130         * src/prefs_common.c
18131         * src/prefs_common.h
18132         * src/prefs_display_header.c
18133         * src/prefs_gtk.c
18134         * src/prefs_gtk.h
18135         * src/procheader.c
18136         * src/procmime.c
18137                 sync with 0.9.12cvs26 HEAD      
18138
18139 2004-07-15 [colin]      0.9.12cvs18.14
18140
18141         * src/folder.c
18142                 Disable GPG signature check during
18143                 folder move and scan
18144         (Closes Bug 521 Signature checking slows down Folder-Move)
18145
18146 2004-07-14 [colin]      0.9.12cvs18.13
18147
18148         * src/common/partial_download.c
18149                 update includes
18150
18151 2004-07-14 [colin]      0.9.12cvs18.12
18152
18153         * src/common/partial_download.c
18154         * src/common/partial_download.h
18155                 Move doc at top, add correct copyright
18156
18157 2004-07-14 [colin]      0.9.12cvs18.11
18158
18159         * src/folder.c
18160         * src/messageview.c
18161         * src/pop.c
18162         * src/pop.h
18163         * src/procmsg.c
18164         * src/summaryview.c
18165         * src/common/Makefile.am
18166         * src/common/partial_download.c ** NEW FILES **
18167         * src/common/partial_download.h ** NEW FILES **
18168                 Move partial-download related stuff to its
18169                 own file
18170
18171 2004-07-14 [colin]      0.9.12cvs18.10
18172
18173         * src/send_message.c
18174                 Fix smtp auth when user is null or empty
18175
18176 2004-07-13 [colin]      0.9.12cvs18.9
18177
18178         * src/gtk/quicksearch.c
18179                 Use alphabetic order
18180
18181 2004-07-13 [colin]      0.9.12cvs18.8
18182
18183         * src/pop.c
18184                 Be paranoid on the checks
18185
18186 2004-07-13 [colin]      0.9.12cvs18.7
18187
18188         * src/gtk/quicksearch.c
18189                 Fix Engrish once again
18190
18191 2004-07-13 [colin]      0.9.12cvs18.6
18192
18193         * src/procmsg.c
18194         * src/summaryview.c
18195                 Mark messages for deletion when they are about to
18196                 be removed from trash
18197
18198 2004-07-13 [colin]      0.9.12cvs18.5
18199
18200         * src/matcher.c
18201         * src/matcher.h
18202         * src/matcher_parser_parse.y
18203         * src/prefs_matcher.c
18204         * src/gtk/quicksearch.c
18205                 Add 'partial' ('p') match string to find partially
18206                 downloaded messages
18207
18208 2004-07-13 [colin]      0.9.12cvs18.4
18209
18210         * src/pop.c
18211                 Fix misplaced block
18212
18213 2004-07-13 [colin]      0.9.12cvs18.3
18214
18215         * src/pop.c
18216         * src/pop.h
18217         * src/messageview.c
18218                 Refactor API (to avoid passing 5+ params and code
18219                 duplication)
18220         * src/folder.c
18221         * src/msgcache.c
18222         * src/procheader.c
18223         * src/common/defs.h
18224                 Add planned_download to cache
18225                 Don't mess uidl file when moving partially downloaded
18226                 mails (they change folder, we should change it in the
18227                 uidl list too or we'll remove an incorrect message)
18228                 (this also helps removing hacks when changing 
18229                 planned_download in messageview.c)
18230
18231 2004-07-12 [colin]      0.9.12cvs18.2
18232
18233         * src/gtk/quicksearch.c
18234                 Fix missing status update in quicksearch
18235
18236 2004-07-12 [paul]       0.9.12cvs18.1
18237
18238         * po/POTFILES.in
18239         * src/Makefile.am
18240         * src/account.c
18241         * src/codeconv.c
18242         * src/compose.c
18243         * src/inc.c
18244         * src/main.c
18245         * src/prefs_common.c
18246         * src/procmsg.h
18247         * src/toolbar.c
18248         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18249         * src/prefs_wrapping.[ch]       ** NEW FILES **
18250         * src/common/intl.h
18251         * src/common/utils.[ch]
18252         * src/gtk/quicksearch.[ch]
18253                 sync with 0.9.12cvs18 HEAD
18254
18255 2004-07-12 [colin]      0.9.11cvs17.25
18256
18257         * src/folder.c
18258         * src/folder.h
18259                 Remove unused function added by me in 0.9.11cvs17.10
18260
18261 2004-07-11 [colin]      0.9.11cvs17.24
18262
18263         * src/inc.c
18264         * src/messageview.c
18265         * src/pop.c
18266         * src/pop.h
18267                 Use folderitem and msgnum instead of filename to
18268                 know which mail to delete
18269                 Move old partial mail deletion to pop.c
18270
18271 2004-07-10 [colin]      0.9.11cvs17.23
18272
18273         * src/inc.c
18274                 Add debug
18275         * src/pop.c
18276         * src/pop.h
18277                 Don't re-use same enums for unrelated stuff: it's 
18278                 completely misleading !
18279                 Document a bit
18280
18281 2004-07-09 [colin]      0.9.11cvs17.22
18282
18283         * src/inc.c
18284                 Remove folder-type check and do
18285                 more tests to be sure everything's
18286                 ok
18287         * src/messageview.c
18288                 Punctuation update, remove useless
18289                 code, fix two warnings
18290         * src/noticeview.c
18291                 Layout cleaning, reset 2nd button
18292                 when specifying one
18293
18294 2004-07-09 [colin]      0.9.11cvs17.21
18295
18296         * src/messageview.c
18297         * src/pop.c
18298         * src/pop.h
18299                 Allow user to change his mind
18300                 and postpone decision (by
18301                 unmarking the mail)
18302
18303 2004-07-09 [colin]      0.9.11cvs17.20
18304
18305         * src/messageview.c
18306                 Fix bug with delete state
18307         * src/pop.c
18308         * src/pop.h
18309                 Fix buffer leak (fread doesn't 
18310                 terminate buffers with \0)
18311                 Refactoring (remove magic 
18312                 numbers)
18313
18314 2004-07-09 [colin]      0.9.11cvs17.19
18315
18316         * src/pop.c
18317                 Don't log "Skipping message" if 
18318                 we're going to TOP it two lines
18319                 later
18320
18321 2004-07-09 [colin]      0.9.11cvs17.18
18322
18323         * src/messageview.c
18324                 Fix Engrish
18325
18326 2004-07-09 [colin]      0.9.11cvs17.17
18327
18328         * src/pop.c
18329                 strlen checking...
18330         * src/messageview.c
18331                 refactoring a bit
18332
18333 2004-07-08 [colin]      0.9.11cvs17.16
18334
18335         * src/noticeview.c
18336         * src/noticeview.h
18337                 Add an optional second button
18338         * src/messageview.c
18339         * src/pop.c
18340         * src/pop.h
18341                 Don't delete partially received mails after a certain
18342                 time; rather, let the user decide.
18343
18344 2004-07-08 [colin]      0.9.11cvs17.15
18345
18346         * src/common/smtp.h
18347                 Sync with HEAD
18348
18349 2004-07-08 [colin]      0.9.11cvs17.14
18350
18351         * src/messageview.c
18352         * src/common/smtp.c
18353                 Use to_human_readable() for sizes
18354
18355 2004-07-08 [colin]      0.9.11cvs17.13
18356
18357         * src/inc.c
18358         * src/messageview.c
18359         * src/pop.c
18360         * src/pop.h
18361         * src/procmsg.c
18362                 Fix partial-downloading issues:
18363                         catch unsupported TOP
18364                         don't delete partially downloaded mails before 5 days
18365                         don't update existing with non-MH folders; that'll
18366                         make dups, but it's better than trashing the folder
18367                         free new msginfo parts
18368                 Fix indentation ;-)
18369
18370 2004-07-08 [colin]      0.9.11cvs17.12
18371
18372         * src/common/smtp.c
18373         * src/common/smtp.h
18374                 Sync smtp size verification with HEAD
18375
18376 2004-07-08 [colin]      0.9.11cvs17.11
18377
18378         * src/summaryview.c
18379         * src/prefs_common.c
18380         * src/prefs_common.h
18381         * src/gtk/quicksearch.c
18382         * src/gtk/quicksearch.h
18383                 Sync sticky pref with HEAD
18384
18385 2004-07-08 [colin]      0.9.11cvs17.10
18386
18387         * src/folder.c [1.213.2.6]
18388         * src/folder.h [1.87.2.6]
18389         * src/inc.c [1.149.2.7]
18390         * src/messageview.c [1.94.2.8]
18391         * src/procheader.c [1.47.2.6]
18392         * src/procmsg.c [1.150.2.4]
18393         * src/procmsg.h [1.60.2.5]
18394         * src/pop.c [1.56.2.4]
18395         * src/pop.h [1.17.2.3]
18396                 Let too big messages get downloaded, but truncated
18397                 Add a button to download them completely
18398                 
18399 2004-07-06 [colin]      0.9.11cvs17.9
18400
18401         * src/gtk/quicksearch.c [1.1.2.3]
18402                 Add a Clear button
18403         * commitHelper
18404         * PATCHSETS
18405                 Add a script to help with cvs
18406
18407 2004-07-03 [colin]      0.9.11cvs17.8
18408
18409         * src/plugins/imageviewer/viewer.c
18410                 fix imageviewer (which was staying on the first
18411                 displayed image)
18412
18413 2004-07-03 [colin]      0.9.11cvs17.7
18414
18415         Removed FIXME_GTK2 warnings
18416         * src/gtk/gtkutils.c
18417                 useless #warnings
18418         * src/gtk/menu.c
18419                 useless #warnings (no need to mess with menu rc)
18420         * src/gtk/menu.h
18421                 unused functions
18422         
18423
18424 2004-07-03 [colin]      0.9.11cvs17.6
18425
18426         Removed FIXME_GTK2 warnings
18427         * src/codeconv.c
18428                 useless #warnings (rewrite needed)
18429         * src/compose.c
18430                 useless #warnings (rewrite needed)
18431                 useless #warnings (gtk2 is like that)
18432                 useless #warnings (previously fixed)
18433         * src/main.c
18434                 useless #warnings (previously fixed)
18435         * src/message_search.c
18436                 useless #warnings (gtk2 is like that)
18437                 Made apparent that search is case-sensitive
18438         * src/mimeview.c
18439                 useless #warnings (rewrite needed)
18440                 useless #warnings (gtk2 is like that)
18441                 reimplemented real warnings
18442         * src/prefs_common.c
18443                 Removed block cursor option (not it gtk2)
18444         * src/prefs_gtk.c
18445                 useless #warnings (rewrite needed)
18446         * src/procheader.c
18447                 useless #warnings (rewrite needed)
18448         * src/sourcewindow.c
18449                 useless #warnings (incorrect placing)
18450         * src/summary_search.c
18451                 useless #warnings (gtk2 is like that)
18452                 Made apparent that search is case-sensitive
18453         * src/action.c
18454                 useless #warnings (gtk2 is like that)
18455         * src/textview.c
18456                 useless #warnings (rewrite needed)
18457         * src/toolbar.c
18458                 useless #warnings (rewrite needed)
18459
18460 2004-07-03 [colin]      0.9.11cvs17.5
18461
18462         * src/textview.c
18463                 Fix mismerge which broke URI opening
18464                 
18465 2004-07-01 [colin]      0.9.11cvs17.4
18466
18467         * src/gtk/filesel.c
18468                 Fill filename when saving
18469                 
18470 2004-06-27 [colin]      0.9.11cvs17.3
18471
18472         * src/gtk/filesel.[ch]
18473                 Use the new GTK file selector
18474                 Update prototype to match the reality: multiple file
18475                 selection is open-only          
18476         * src/compose.c
18477                 Match the new prototypes        
18478         * configure.ac
18479                 Match the new requirements (gtk 2.4.0)
18480                         
18481 2004-06-26 [colin]      0.9.11cvs17.2
18482
18483         * src/plugins/trayicon/trayicon.c
18484                 Remove useless signal handler on resize, which causes
18485                 an infinite "loop"
18486         
18487 2004-06-26 [colin]      0.9.11cvs17.1
18488         
18489         * tools/Makefile.am
18490                 remove launch_firebird and add nautilus2sylpheed.sh
18491         * src/quicksearch.c
18492           src/summaryview.c
18493                 Fix show/hide "Extended symbols" button problem
18494                 Fix apparition at startup
18495                 Fix const warnings
18496         * src/plugins/image_viewer/Makefile.am
18497                 Fix configure 
18498         * common/ssl.c
18499                 Re-enable certificate check, as it doesn't seem to
18500                 cause Xlib errors anymore
18501
18502 2004-06-25 [paul]       0.9.11cvs17
18503
18504         * sync with 0.9.11cvs17 HEAD
18505         
18506         NOTE: QuickSearch is broken
18507
18508 2004-06-07 [colin]      0.9.10claws67.10
18509         * src/plugins/trayicon/trayicon.c
18510           src/plugins/trayicon/libeggtrayicon/Makefile.am
18511           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18512                 Fix gettextization in trayicon plugin
18513
18514 2004-06-07 [colin]      0.9.10claws67.9
18515         
18516         * src/summaryview.c
18517           src/gtk/gtksctree.[ch]
18518                 Let Shift+{Up,Down} work in summaryview
18519                 (well, Down "works" and Up works)
18520                 Let the list scroll when using these keys
18521
18522 2004-06-06 [colin]      0.9.10claws67.8
18523
18524         * src/plugins/trayicon/trayicon.c
18525                 Fix pixmap update
18526
18527 2004-06-06 [colin]      0.9.10claws67.7
18528
18529         * src/addressbook.c
18530                 Fix signal handling causing system-wide focus grab
18531
18532 2004-05-25 [paul]       0.9.10claws67.6
18533
18534         * Makefile.am
18535           src/Makefile.am
18536                 clean up
18537
18538 2004-05-25 [paul]       0.9.10claws67.5
18539
18540         * replace deprecated gtk_signal... functions
18541
18542 2004-05-23 [colin]      0.9.10claws67.4
18543
18544         * src/compose.c
18545                 Fix wrapping
18546
18547 2004-05-22 [colin]      0.9.10claws67.3
18548
18549         * src/compose.c
18550                 Re-fix [Edited] in compose.c::compose_reedit()
18551
18552 2004-05-22 [colin]      0.9.10claws67.2
18553
18554         * src/procmime.c
18555                 Fix parsing of multiparts mails
18556
18557 2004-05-22 [colin]      0.9.10claws67.1
18558
18559         * src/summaryview.c
18560                 Fix quicksearch
18561
18562 2004-05-22 [paul]       0.9.10claws67
18563
18564         * sync with 0.9.10claws67 HEAD
18565
18566 2004-05-14 [alfons]
18567
18568         * src/procmime.h
18569                 add forgotton prototype
18570
18571 2004-05-10 [paul]       0.9.10claws57
18572
18573         * sync with 0.9.10claws57 HEAD
18574
18575 2004-05-05 [paul]       0.9.9.claws1
18576
18577         * ChangeLog-gtk2        ** REMOVED **
18578           ChangeLog-gtk2.claws  ** ADDED **
18579                 rename and adopt the normal claws format
18580                 
18581         * configure.ac
18582                 require gtkmathview >= 0.5
18583
18584         * ac/*                          ** REMOVED **
18585           ac/                           ** REMOVED **
18586           intl/Makefile.in              ** REMOVED **
18587           m4/                           ** ADDED **
18588           m4/missing                    ** ADDED **
18589           m4/missing/gdk-pixbuf.m4      ** ADDED **
18590           m4/missing/gettext.m4         ** ADDED **
18591           m4/missing/gpgme.m4           ** ADDED **
18592           m4/missing/imlib.m4           ** ADDED **
18593           m4/.cvsignore                 ** ADDED **
18594           m4/Makefile.am                ** ADDED **
18595           m4/README                     ** ADDED **
18596           m4/aclocal-include.m4         ** ADDED **
18597           m4/aspell.m4                  ** ADDED **
18598           m4/check-type.m4              ** ADDED **
18599           m4/gnupg-check-typedef.m4     ** ADDED **
18600           m4/openssl.m4                 ** ADDED **
18601           m4/spamassassin.m4            ** ADDED **
18602           po/ChangeLog                  ** REMOVED **
18603           po/Makefile.in.in             ** REMOVED **
18604           po/Rules-quot                 ** REMOVED **
18605           po/boldquot.sed               ** REMOVED **
18606           po/en@boldquot.header         ** REMOVED **
18607           po/en@quot.header             ** REMOVED **
18608           po/insert-header.sin          ** REMOVED **
18609           po/quot.sed                   ** REMOVED **
18610           po/remove-potcdate.sed        ** REMOVED **
18611           po/remove-potcdate.sin        ** REMOVED **
18612           po/stamp-po                   ** REMOVED **
18613           Makefile.am
18614           autogen.sh
18615           configure.ac
18616                 enable building with automake 1.8.x
18617                 add 'autopoint --force' to autogen.sh and remove all
18618                 auto-generated files, remove ac/ directory and use
18619                 m4/ directory instead
18620                 
18621         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18622                 fix gettextization
18623
18624 2004-02-28 Colin Leroy <colin@colino.net>
18625         * src/prefs_matcher.c
18626           src/prefs_filtering.c
18627           src/prefs_filtering_action.c
18628                 Fix non-editable GtkEntries
18629
18630 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18631         * src/prefs_themes.c
18632                 utf8 conversion for theme info
18633
18634 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18635         * sync 0.9.9claws
18636
18637 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18638         * src/grouplistdialog.c
18639                 allow multiple selections without ctrl key
18640
18641 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18642         * src/main.c
18643                 enable customizable accelerators
18644
18645 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18646         * src/prefs_common.c
18647                 re-enable different font settings for gtk1/2
18648         * src/prefs_folder_item.c
18649                 fix folder prefs displayed wrong
18650         * src/textview.c
18651                 set 'sunken' shadow type
18652
18653 2004-02-07 Colin Leroy <colin@colino.net>
18654         * src/compose.c
18655                 Fix message being always [Edited]
18656                 Encode headers correctly (utf8 buf)
18657
18658 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18659         * src/socket.c
18660                 remove double g_source_attach()
18661                 (Thanks to Colin Leroy)
18662
18663 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18664         * src/gtk/gtksctree.c
18665                 Fix SSL certificate list not shown
18666         * src/mimeview.c
18667                 Fix clicks in mime tree
18668
18669 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18670         * src/common/socket.c
18671                 Fix SSL receive
18672         * src/compose.c
18673                 Fix clipboard menu hotkeys
18674
18675 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18676         * src/gtk/gtkaspell.[ch]
18677           src/compose.c
18678                 reimplement spellchecker
18679
18680 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18681         * src/gtk/filesel.c
18682                 crash when inserting file in compose window
18683                 (TODO: keep old selection on clicks)
18684         * src/main.c
18685                 use gtkrc-2.0 instead of gtkrc
18686
18687 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18688         * src/messageview.c
18689                 remove orphaned mimeview unref()
18690
18691 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18692         * src/grouplistdialog.c
18693                 expand nodes containing subscribed groups
18694
18695 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18696         * src/textview.c
18697                 textview: hide cursor, restore old click behaviour
18698
18699 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18700         * src/textview.c
18701                 variable names messed up
18702
18703 2004-01-17 Colin Leroy <colin@colino.net>
18704         * src/addr_compl.c
18705                 Fix completion address too thin
18706         * src/compose.c
18707                 Fix tab-to-subject behaviour
18708         * src/summaryview.c
18709                 Implement key up & down in summaryview
18710
18711 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18712
18713         * sync 098claws
18714
18715 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18716         * configure.ac
18717           Makefile.am
18718           doc/.cvsignore
18719           doc/Makefile.am
18720                 faq, man, manual moved to doc/
18721         * ac/aspell.m4
18722           ac/check-type.m4
18723           ac/gnupg-check-typedef.m4
18724           ac/openssl.m4
18725           ac/spamassassin.m4
18726           ac/missing/gdk-pixbuf.m4
18727           ac/missing/gpgme.m4
18728           ac/missing/imlib.m4
18729                 fix automake warnings
18730
18731 2003-12-06 Colin Leroy <colin@colino.net>
18732         * src/summaryview.c
18733                 Fix quicksearch
18734
18735 2003-12-05 Colin Leroy <colin@colino.net>
18736         * src/summaryview.c
18737                 Fix going to next unread folder
18738
18739 2003-12-05 Colin Leroy <colin@colino.net>
18740         * src/crash.c
18741                 Fix gtk2 compilation
18742         * src/session.c
18743                 Remove iotag source handler at disconnection
18744         * src/socket.[ch] 
18745                 Remove source handler when closing socket 
18746                 (fixes another seg)
18747
18748 2003-12-04 Colin Leroy <colin@colino.net>
18749         * src/compose.c
18750           src/prefs_account.c
18751           src/prefs_common.c
18752                 Fix some dropdown menus
18753
18754 2003-12-04 Colin Leroy <colin@colino.net>
18755         * src/compose.c
18756                 Fix event handlers on header fields
18757         * src/common/socket.c
18758           src/common/session.c
18759                 Fix segfault with callback (SSL)
18760                 Fix end of session 
18761
18762 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18763
18764         * Fix compile bug in src/compose.c
18765         * removed src/gtk/gtkstext.[ch]
18766
18767 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18768
18769         * Convert character set and escape "text" attributes in toolbar setting
18770         files.
18771         * Fixed bug in button-press-event handling.
18772
18773 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18774
18775         * Fixed bug in key-press-event handling.
18776
18777 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18778
18779         * Enabled to compile tray-icon plugin (Ad-hoc).
18780         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18781
18782 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18783
18784         * Enabled to compile on sylpheed-claws.
18785         (tray-icon plugin still cannot compile yet.)
18786
18787 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18788
18789         * Updated to 0.9.5.
18790
18791 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18792
18793         * Updated to 0.9.4.
18794         * Ported monitoring SSL mechanism to GSource of GLib2
18795         (I don't confirm it)
18796         * Added _gtk2 suffix to key name of font preference to avoid
18797         ovverwriting preference of Gtk+-1.2 version.
18798
18799 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18800
18801         * Updated to 0.9.2.
18802
18803 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18804
18805         * Updated to 0.9.1.
18806         * Translate po files into UTF-8 when execute autogen.sh.
18807
18808 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18809
18810         * Updated to 0.9.0.
18811
18812 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18813
18814         * Plugged GError related memory leaks.
18815
18816 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18817
18818         * Changed default size of fonts.
18819         * Enabled to set titile font size of warning dialog.
18820
18821 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18822
18823         * Embed a sylpheed icon into executable binary on Windows.
18824
18825 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18826
18827         * I forgot to traslate character set of element string in src/xml.c.
18828
18829 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18830
18831         * Fixed detecting bind_textdomain_codeset in configure.in.
18832         * The bug in which "Example" of "Date fromat" preference isn't displayed
18833         correctly has been fixed.
18834
18835 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18836
18837         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18838           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18839           glib-gettextize
18840           Removed intl directory.
18841           Translated po files into UTF-8.
18842           (Thanks! Ryuji Abe)
18843
18844 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18845
18846         * The bug which doesn't unscape string in xml.c has been fixed.
18847
18848 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18849
18850         * The bug which is failed to translate encoding of file name thorough
18851         file dialog has been fixed.
18852
18853 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18854
18855         * Modified to translate file names which is used in inporting/expoting
18856         mbox feature and "Save as" feature into locale encoding.
18857         * Translate file names into locale encoding when "Attache file" and
18858         "Insert file".
18859         * Force set G_BROKEN_FILENAMES environment variable.
18860         * Other minor fixes.
18861
18862 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18863
18864         * Modified to treat MH folder's name as locale encoding.
18865
18866 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18867
18868         * The bug which clash on switching candidates of auto completion of
18869         addresses, cannot use auto completion in Japanesse is fixed
18870         (Thanks! Tokunaga-san)¡¥
18871
18872 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18873
18874         * The bug which cannot switch key accelerator preference has been fixed
18875         (Thanks! smbd-san)¡¥
18876
18877 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18878
18879         * version 0.8.11-gtk2-20030314
18880
18881 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18882
18883         * The bug in which character set conversion of filtering messages has
18884         been fixed.(Thanks! COCOA-san).
18885
18886 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18887
18888         * Revived "Leave space on head" preference in "Message" category.
18889         * A bug which clash when put the cursor to end of buffer and execute
18890         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18891
18892 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18893
18894         * version 0.8.11-gtk2-20030312
18895
18896 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18897
18898         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18899         * Modified to use Pango's API directly for font preference.
18900         * Integrated GtkTextView of textview to one widget.
18901         * Set fonts of header title in textview by "header_title" tag.
18902         * Removed some deprecated codes.
18903
18904 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18905
18906         * Updated to 0.8.11.
18907         * Merged cygwin patch(Thanks! Sakai-san).
18908
18909 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18910
18911         * version 0.8.10-gtk2-20030309