e80ae1b41ce39181f3f55361f8edc38de23fb250
[claws.git] / ChangeLog
1 2006-10-05 [colin]      2.5.3cvs8
2
3         * src/folderview.c
4                 Fix go to next * after preferences apply
5         * src/msgcache.c
6                 Do the fd lock/unlock ourselves instead of
7                 letting the libc do it at each write 
8
9 2006-10-05 [colin]      2.5.3cvs7
10
11         * src/common/utils.c
12                 Faster division, thanks to Jean Diraison
13
14 2006-10-05 [paul]       2.5.3cvs6
15
16         * src/common/utils.c
17                 fix building with --disable-nls
18
19 2006-10-04 [colin]      2.5.3cvs5
20
21         * src/folder.c
22                 Maybe fix a segfault
23
24 2006-10-04 [wwp]        2.5.3cvs4
25
26         * src/prefs_folder_item.c
27                 Fine-tune layouts in folder item prefs. Suggested by
28                 Fabien Vantard <fzzzzz@gmail.com>.
29
30 2006-10-04 [wwp]        2.5.3cvs3
31
32         * src/prefs_folder_item.c
33                 Kill the clandestine passengers. You didn't see anything.
34
35 2006-10-04 [wwp]        2.5.3cvs2
36
37         * src/prefs_folder_item.c
38                 Add a way to test the subject simplify regexp in
39                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
40                 w/ few layout changes.
41
42 2006-20-04 [paul]       2.5.3cvs1
43
44         * NEWS
45         * README
46         * configure.ac
47                 Update version number following
48                 stable release
49
50 2006-10-04 [colin]      2.5.2cvs42
51
52         * src/folder.c
53         * src/folder.h
54         * src/summaryview.c
55                 Provide a way for folder classes to set their sort
56                 type and key
57
58 2006-10-03 [colin]      2.5.2cvs41
59
60         * src/mh.c
61                 Don't use strlen() to know if the
62                 string's empty
63
64 2006-10-03 [colin]      2.5.2cvs40
65
66         * src/mh.c
67                 Fix "check for new folders" with accentued folders
68
69 2006-10-03 [ticho]      2.5.2cvs39
70
71         * src/filtering.c
72         * src/folder.c
73         * src/inc.c
74         * src/mbox.c
75                 Colin's fix for "copy" filtering rules.
76
77 2006-10-02 [colin]      2.5.2cvs38
78
79         * src/folderview.c
80                 Fix for double-click too
81
82 2006-10-02 [colin]      2.5.2cvs37
83
84         * src/folderview.c
85                 correct fix for cvs36
86
87 2006-10-02 [colin]      2.5.2cvs36
88
89         * src/folderview.c
90                 Fix 'goto next unread' after collapsing/expanding 
91                 a node.
92
93 2006-10-02 [colin]      2.5.2cvs35
94
95         * src/summaryview.c
96                 Fix double freeze/thaw
97         * src/common/utils.c
98         * src/common/utils.h
99                 Reimplement strftime
100         * src/procheader.c
101                 Use it
102
103
104 2006-10-02 [colin]      2.5.2cvs34
105
106         * src/mh.c
107                 Time mh_write_sequences() - it's fast
108         * src/summaryview.c
109                 Init a variable to shut up gcc
110
111 2006-10-01 [colin]      2.5.2cvs33
112
113         * src/folder.c
114         * src/mh.c
115         * src/mh.h
116         * src/msgcache.c
117                 Add helper mh_set_mtime(), and set mtime to stat()'s result
118                 Add fsync but disable it, it's slow as hell
119
120 2006-10-01 [colin]      2.5.2cvs32
121
122         * src/mh.c
123         * src/msgcache.c
124                 fflush() caches and mh_sequences before
125                 fclose()ing
126
127 2006-10-01 [colin]      2.5.2cvs31
128
129         * src/msgcache.c
130                 Don't ftruncate when not using mmap
131
132 2006-09-30 [colin]      2.5.2cvs30
133
134         * src/main.c
135                 Write folder list *after* saving caches
136
137 2006-09-30 [colin]      2.5.2cvs29
138
139         * src/folder.c
140         * src/mh.c
141                 Debug forced mtime changes
142
143 2006-09-30 [colin]      2.5.2cvs28
144
145         * src/folder.c
146         * src/main.c
147                 Remove useless debug_print()s (code
148                 well-tested)
149
150 2006-09-30 [colin]      2.5.2cvs27
151
152         * src/mh.c
153                 Do stuff faster when writing mh_sequences
154
155 2006-09-30 [colin]      2.5.2cvs26
156
157         * src/mh.c
158                 Don't let the writing of .mh_sequences, which
159                 can change the folder's mtime, let us think
160                 we need to scan.
161
162 2006-09-30 [colin]      2.5.2cvs25
163
164         * src/folder.c
165                 Move a debug_print where it belongs 
166                 (processing)
167         * src/summaryview.c
168                 Don't mess with a huge slow subject
169                 table if we're not threading by
170                 subject
171
172 2006-09-30 [colin]      2.5.2cvs24
173
174         * src/msgcache.c
175                 Reenable mmaped reads (*not* writes!)
176         * src/procmsg.c
177                 Don't destroy and recreate hashtables just
178                 for fun
179         * src/common/utils.c
180                 Remove useless reply prefixes (it's case
181                 unsensitive)
182
183 2006-09-30 [wwp]        2.5.2cvs23
184
185         * tools/fix_date.sh
186                 Fixed a minor bug in date value extraction, added a switch
187                 to replace non RFC-compliant Date: value, added a switch
188                 to use strict RFC matching patterns for dates.
189
190 2006-09-29 [colin]      2.5.2cvs22
191
192         * src/matcher_parser.h
193         * src/matcher_parser_parse.y
194         * src/prefs_filtering.c
195         * src/statusbar.c
196         * src/summary_search.c
197         * src/summaryview.c
198         * src/gtk/quicksearch.c
199         * src/gtk/quicksearch.h
200                 Optimise searches by setting different
201                 refresh intervals (depending if the 
202                 search is fast or not)
203
204 2006-09-29 [colin]      2.5.2cvs21
205
206         * src/codeconv.c
207                 Optimise by reusing the last iconv converter
208                 if possible
209         * src/textview.c
210                 Optimise a bit (the foldable quotes feature
211                 still has an awful O(n^2) algo
212
213 2006-09-29 [colin]      2.5.2cvs20
214
215         * src/gtk/gtksctree.c
216         * src/gtk/gtksctree.h
217                 Optimise de-selection via up/down or
218                 another key
219
220 2006-09-28 [colin]      2.5.2cvs19
221
222         * src/action.c
223         * src/compose.c
224         * src/folderview.c
225         * src/mainwindow.c
226         * src/messageview.c
227         * src/summary_search.c
228         * src/toolbar.c
229                 Avoid using summaryview->ctree directly
230
231 2006-09-28 [colin]      2.5.2cvs18
232
233         * src/summaryview.c
234         * src/summaryview.h
235                 Add helpers to freeze/thaw/grab_focus
236                 Factorize calls to freeze/thaw/grab_focus
237                 
238
239 2006-09-28 [colin]      2.5.2cvs17
240
241         * src/main.c
242                 More guards for the session management
243
244 2006-09-28 [colin]      2.5.2cvs16
245
246         * src/folderview.c
247         * src/gtk/gtksctree.c
248         * src/gtk/gtksctree.h
249                 Make expanding not recursive in folderview
250
251 2006-09-28 [colin]      2.5.2cvs15
252
253         * src/addressbook.c
254                 If nothing is selected in the list (right part)
255                 and a group is selected in the tree (left part),
256                 mail this group.
257
258 2006-09-28 [colin]      2.5.2cvs14
259
260         * src/Makefile.am
261                 Actually use SM_LIBS
262
263 2006-09-28 [ticho]      2.5.2cvs13
264
265         * src/export.c
266         * src/messageview.c
267         * src/mimeview.c
268         * src/news.c
269         * src/pop.c
270         * src/prefs_themes.c
271         * src/procmsg.c
272                 Small i18n string optimization.
273         * src/send_message.c
274         * src/summaryview.c
275         * src/common/session.c
276         * src/common/smtp.c
277         * src/common/ssl_certificate.c
278         * src/common/utils.c
279                 Use "Couldn't" instead of "Can't" in UI messages,
280                 where appropriate.
281
282 2006-09-28 [colin]      2.5.2cvs12
283
284         * configure.ac
285                 Possibly fix link errors
286
287 2006-09-27 [wwp]        2.5.2cvs11
288
289         * src/gtk/authors.h
290         * doc/man/sylpheed-claws.1
291         * manual/ack.xml
292         * manual/es/ack.xml
293         * manual/fr/ack.xml
294         * manual/pl/ack.xml
295                 Updated authors info (me, myself and I).
296
297 2006-09-27 [colin]      2.5.2cvs10
298
299         * src/addressbook.c
300                 Remove useless printf
301
302 2006-09-27 [wwp]        2.5.2cvs9
303
304         * src/editgroup.c
305         * src/send_message.c
306         * src/inc.c
307         * src/prefs_common.c
308         * src/prefs_common.h
309         * src/gtk/progressdialog.c
310                 remember more windows' sizes (send dialog, received dialog,
311                 edit group in addressbook).
312
313 2006-09-27 [colin]      2.5.2cvs8
314
315         * configure.ac
316         * src/main.c
317         * src/mainwindow.h
318                 Use libSM to communicate with the session
319                 manager, so that we can know when the 
320                 session ends, save our caches, and draft
321                 our compose windows.
322
323 2006-09-27 [colin]      2.5.2cvs7
324
325         * src/addressbook.c
326                 Fix issues:
327                 o Allow Book and Group creation from the tree's
328                   contextual menu
329                 o Do not actually delete the contacts when 
330                   deleting groups from the tree (duh!)
331
332 2006-09-27 [colin]      2.5.2cvs6
333
334         * src/compose.c
335         * src/compose.h
336         * src/mainwindow.c
337         * src/textview.c
338         * src/toolbar.c
339                 o Allow passing an email address to 
340                   compose_new_with_folderitem
341                 o Update callers
342                 o Use current folderitem when clicking
343                   on a TextView mailto: link
344                 o Fix a possible leak in TextView
345
346 2006-09-27 [colin]      2.5.2cvs5
347
348         * src/html.c
349                 Use UTF-8 chars to replace HTML entities
350
351 2006-09-27 [colin]      2.5.2cvs4
352
353         * AUTHORS
354         * src/prefs_account.c
355         * src/gtk/authors.h
356                 Fix bug #1024 (Array index out of
357                 range in sylpheed-claws-2.5.2)
358                 Patch by Ales Nosek <anosek@suse.cz>
359
360 2006-09-27 [colin]      2.5.2cvs3
361
362         * src/addr_compl.c
363                 Actually do the test
364
365 2006-09-27 [colin]      2.5.2cvs2
366
367         * src/addr_compl.c
368         * src/addr_compl.h
369                 Allow completing with comma (in certain cases: vCalendar
370                 for example doesn't support that)
371                 Patch by Fabien Vantard
372
373 2006-09-26 [colin]      2.5.2cvs1
374
375         * src/Makefile.am
376         * src/addr_compl.c
377         * src/addr_compl.h
378         * src/addrbook.c
379         * src/addrbook.h
380         * src/addressbook.c
381         * src/addrindex.c
382         * src/addrindex.h
383         * src/compose.c
384         * src/prefs_common.c
385         * src/prefs_filtering_action.c
386         * src/prefs_folder_item.c
387         * src/prefs_template.c
388         * src/stock_pixmap.c
389         * src/stock_pixmap.h
390         * src/pixmaps/addr_one.xpm
391         * src/pixmaps/addr_two.xpm
392                 Add auto-completion on groups
393
394 2006-09-26 [colin]      2.5.2
395
396         * NEWS
397         * README
398         * RELEASE_NOTES
399                 2.5.2 released
400
401 2006-09-26 [colin]      2.5.1cvs5
402
403         * src/matcher.c
404                 Fix condition
405
406 2006-09-26 [colin]      2.5.1cvs4
407
408         * src/mbox.c
409                 Revert cvs1 (useless as the message is printed 
410                 every 500 mails)
411
412 2006-09-26 [colin]      2.5.1cvs3
413
414         * src/partial_download.c
415                 Fix crasher found by Alexsandar Urosevic
416
417 2006-09-26 [colin]      2.5.1cvs2
418
419         * src/summaryview.c
420                 Fix bug #1023 (Sylpheed deletes too much messages)
421
422 2006-09-26 [ticho]      2.5.1cvs1
423
424         * src/mbox.c
425                 Make use of gettext's multiple plurals for statusbar
426                 progress message.
427
428 2006-09-25 [paul]       2.5.1
429
430         * NEWS
431         * README
432         * RELEASE_NOTES
433                 2.5.1 released
434
435 2006-09-25 [colin]      2.5.0cvs3
436
437         * src/plugins/bogofilter/bogofilter.c
438         * src/plugins/clamav/clamav_plugin.c
439         * src/plugins/spamassassin/spamassassin.c
440                 BogoFilter, Spamassassin: Fix double hook registering after
441                 visiting preferences
442                 Spamassassin, Clamav: Just set the mails to move instead of
443                 doing the move - caller will move the things at once.
444
445 2006-09-25 [colin]      2.5.0cvs2
446
447         * src/imap.c
448         * src/etpan/imap-thread.c
449                 Use UID SEARCH ALL instead of UID 1:*
450                 (braindead servers can't figure out that's
451                 the same...)
452
453 2006-09-25 [wwp]        2.5.0cvs1
454
455         * src/message_search.c
456                 Added the ability to stop a running search (in message body).
457
458 2006-09-25 [paul]       2.5.0
459
460         * NEWS
461         * README
462         * RELEASE_NOTES
463                 2.5.0 released
464
465 2006-09-25 [paul]       2.4.0cvs214
466
467         * po/cs.po
468         * po/de.po
469         * po/fi.po
470         * po/fr.po
471         * po/nl.po
472         * po/pt_BR.po
473         * po/sk.po
474         * po/sr.po
475         * po/zh_CN.po
476                 updated by Tim, Stephan Sachse, Flammie Pirinen,
477                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
478                 Ticho, Aleksander Urosevic, Ralgh Young
479
480 2006-09-24 [mones]      2.4.0cvs213
481
482         * po/es.po
483                 Updated for release
484
485 2006-09-23 [colin]      2.4.0cvs212
486
487         * src/gtk/inputdialog.c
488                 Fix [ ] remember this appearing in normal
489                 input dialogs after it's been used by
490                 mimeview.
491         * src/folder.c
492         * src/folderview.c
493         * src/msgcache.c
494         * src/procmsg.c
495         * src/summaryview.c
496         * src/textview.c
497         * src/common/timing.h
498                 Enable timings in debug mode and make it
499                 look prettier.
500
501 2006-09-22 [colin]      2.4.0cvs211
502
503         * README
504                 Revert test change
505         * commitHelper
506                 ping the correct URI
507
508 2006-09-22 [colin]      2.4.0cvs210
509
510         * README
511                 Let's see if bug #1022 is fixed
512
513 2006-09-21 [colin]      2.4.0cvs209
514
515         * src/wizard.c
516         * src/common/plugin.c
517                 Prepare infra to load predefined plugins when
518                 no configuration existed. Don't actually load
519                 anything yet (feat. freeze)
520
521 2006-09-21 [wwp]        2.4.0cvs208
522
523         * manual/fr/faq.xml
524                 Partial sync w/ 2.4.0cvs72:
525                 wrap file and minor updates.
526
527 2006-09-21 [wwp]        2.4.0cvs207
528
529         * tools/fix_date.sh
530                 several fixes and enhancements. A new --force switch has been
531                 added to prevent overriding by default Date: header when
532                 already existing.
533
534 2006-09-21 [paul]       2.4.0cvs206
535
536         * src/common/utils.c
537                 add Chinese UTF8 Re prefix
538
539 2006-09-21 [wwp]        2.4.0cvs205
540
541         * tools/Makefile.am
542                 Fics alfabettical order.
543
544 2006-09-21 [wwp]        2.4.0cvs204
545
546         * tools/fix_date.sh
547         * tools/Makefile.am
548                 Added an action tool to fix missing Date field in emails.
549                 Updated Makefile.am to reflect those last two additions.
550
551 2006-09-21 [wwp]        2.4.0cvs203
552
553         * tools/uuooffice
554                 Added a action tool to open uuencoded docs w/
555                 OpenOffice (based on uudec method).
556
557 2006-09-21 [colin]      2.4.0cvs202
558
559         * src/compose.c
560         * src/textview.c
561                 Workaround possible GTK crash: remove selection 
562                 clipboard before destroying widget, or GTK+-2.10
563                 dies. Thanks to Hiro.
564
565 2006-09-20 [colin]      2.4.0cvs201
566
567         * src/compose.c
568                 Fix free-after-use in some cases (when 
569                 procmime_encode_content() frees mimeinfo->data.mem
570                 and turns it to a temp file)
571
572 2006-09-20 [colin]      2.4.0cvs200
573
574         * src/folderview.c
575         * src/summaryview.c
576         * src/gtk/gtksctree.c
577         * src/gtk/gtksctree.h
578                 Add tooltips in the folderview and summaryview
579                 (Doesn't break string freeze as they already
580                 exist)
581         * src/toolbar.c
582                 Put the spam button in the default configuration
583                 if compiled with bogo plugin too
584
585 2006-09-19 [colin]      2.4.0cvs199
586
587         * src/summaryview.c
588         * src/summaryview.h
589                 Update folder name label on folder rename
590         * src/prefs_matcher.c
591         * src/gtk/logwindow.h
592                 Fix warnings
593                 Patches by Fabien
594
595 2006-09-19 [wwp]        2.4.0cvs198
596
597         * src/summary_search.c
598                 fix can't click forward/backward buttons in the
599                 search messages.
600
601 2006-09-18 [paul]       2.4.0cvs197
602
603         * src/wizard.c
604                 add missing bracket, capitalise the A of
605                 'SpamAssassin'
606
607 2006-09-18 [paul]       2.4.0cvs196
608
609         * src/compose.c
610                 fix bug 1012 'crashed upon sending mail
611                 from compose window'
612                 Thanks to Colin
613
614 2006-09-16 [colin]      2.4.0cvs195
615
616         * src/folderview.c
617                 Fix "real-time" sorting by freezing/thawing
618
619 2006-09-16 [colin]      2.4.0cvs194
620
621         * manual/faq.xml
622                 Fix the anti-spam entry a bit
623
624 2006-09-16 [colin]      2.4.0cvs193
625
626         * src/wizard.c
627                 Make sure reviewers have no excuse when stating
628                 Sylpheed-Claws doesn't have antispam capabilities.
629
630 2006-09-16 [colin]      2.4.0cvs192
631
632         * src/main.c
633                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
634                 as if the SIGPIPE comes from etpan's thread we could
635                 trigger a GUI update from this thread.
636
637 2006-09-16 [colin]      2.4.0cvs191
638
639         * src/summaryview.c
640                 Init all members of the struct
641
642 2006-09-16 [paul]       2.4.0cvs190
643
644         * src/account.c
645                 improvements to the English
646
647 2006-09-15 [colin]      2.4.0cvs189
648
649         * src/summaryview.c
650                 HIG order on dialog
651
652 2006-09-14 [colin]      2.4.0cvs188
653
654         * src/common/socket.c
655         * src/common/socket.h
656         * src/common/ssl.c
657         * src/common/ssl_certificate.c
658         * src/common/ssl_certificate.h
659         * src/etpan/imap-thread.c
660                 the get_fqdn() call done to get canonical name when
661                 checking an SSL certificate is blocking, which is
662                 sad as we just did a non-blocking lookup to connect.
663                 Fix that by letting the fqdn available to the SockInfo,
664                 and use that in ssl_certificate_check(). For IMAP,
665                 we don't do it as the lookup's done by libetpan, but
666                 it's less annoying as IMAP connections as much more
667                 rare than POP3 connections.
668
669 2006-09-14 [paul]       2.4.0cvs187
670
671         * manual/advanced.xml
672                 improvements to the English,
673                 properly place the new hidden options
674                 within the alphabetical order
675         * src/gtk/pluginwindow.c
676                 improvements to the English
677
678 2006-09-14 [colin]      2.4.0cvs186
679
680         * src/prefs_common.c
681         * src/prefs_common.h
682         * src/gtk/gtksctree.c
683         * manual/advanced.xml
684                 New hidden pref, stripes_color_offset, to change
685                 the value added/substracted to normal bgcolor to
686                 create the stripes in summaries
687
688 2006-09-13 [colin]      2.4.0cvs185
689
690         * src/gedit-print.c
691         * src/messageview.c
692         * src/messageview.h
693         * src/summaryview.c
694         * src/textview.c
695                 Fix misc. printing issues: 
696                 - Bad font for linkified headers
697                 - Different font if the mail was displayed or not
698                 - Factorize the thing
699
700 2006-09-13 [colin]      2.4.0cvs184
701
702         * src/common/ssl_certificate.c
703                 Only get FQDN once when checking certificate
704
705 2006-09-13 [colin]      2.4.0cvs183
706
707         * src/account.c
708         * src/gtk/pluginwindow.c
709                 Misc. GUI fixes by Fabien
710
711 2006-09-13 [wwp]        2.4.0cvs182
712
713         * configure.ac
714         * src/common/utils.h
715         * src/common/utils.c
716                 get rid of unused wide-char functions.
717
718 2006-09-13 [wwp]        2.4.0cvs181
719
720         * src/plugins/pgpinline/sylpheed.def
721         * src/textview.c
722                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
723                 add privacy_reset_error to the .def file,
724                 do not fork for an external textviewer.
725
726 2006-09-13 [wwp]        2.4.0cvs180
727
728         * src/prefs_common.c
729                 fix broken font entry in prefs (patch issued by the gpg4win team,
730                 probably by Marcus Brinkmann <marcus@g10code.de>).
731
732 2006-09-13 [colin]      2.4.0cvs179
733
734         * src/folder.h
735                 Fix a warning in summaryview.c
736         * src/mainwindow.c
737         * src/summaryview.c
738         * src/summaryview.h
739                 Add missing Mark/* elements in the
740                 main menu
741
742 2006-09-12 [colin]      2.4.0cvs178
743
744         * src/prefs_actions.c
745         * src/prefs_filtering_action.c
746         * src/prefs_matcher.c
747                 Use (New) instead of New everywhere
748
749 2006-09-12 [wwp]        2.4.0cvs177
750
751         * manual/fr/addrbook.xml
752         * manual/fr/handling.xml
753                 updated some quotes in the fr manual to match the fr translation.
754
755 2006-09-12 [wwp]        2.4.0cvs176
756
757         * src/prefs_matcher.c
758                 don't store translated string elements in matcher expressions.
759                 Also fixed a misused of Q_().
760
761 2006-09-11 [wwp]        2.4.0cvs175
762
763         * src/plugins//bogofilter/bogofilter.c
764         * src/plugins//clamav/clamav_plugin.c
765         * src/plugins//demo/demo.c
766         * src/plugins//dillo_viewer/dillo_viewer.c
767         * src/plugins//pgpcore/plugin.c
768         * src/plugins//pgpinline/plugin.c
769         * src/plugins//pgpmime/plugin.c
770         * src/plugins//spamassassin/spamassassin.c
771                 gettext-ize more strings (mostly plugin error messages).
772
773 2006-09-11 [colin]      2.4.0cvs174
774
775         * src/alertpanel.c
776                 Make maximum buffer size bigger to avoid
777                 truncating translated messages. Patch by
778                 Fabien
779
780 2006-09-11 [colin]      2.4.0cvs173
781
782         * src/etpan/imap-thread.c
783                 Fix compilation on OpenBSD, thanks to 
784                 Landry
785
786 2006-09-10 [wwp]        2.4.0cvs172
787
788         * manual/account.xml
789         * manual/addrbook.xml
790         * manual/handling.xml
791         * manual/es/handling.xml
792         * manual/fr/account.xml
793         * manual/fr/addrbook.xml
794         * manual/fr/handling.xml
795                 documented addressbook matching (condition configuration):
796                   addrbook.xml, en fr
797                 documented per-account filtering rules (handling/filtering
798                   section, account section):
799                   account.xml, handling.xml, en fr
800                 slightly updated the handling/searching section to tell few
801                   words about the extended search ability:
802                   handling.xml, en fr
803                 added missing <quote></quotes> to Quick Search:
804                   handling.xml, en fr es
805                 fixed a typo (auomatically):
806                   handling.xml, en
807                 changes revisited by Paul.
808
809 2006-09-10 [paul]       2.4.0cvs171
810
811         * src/prefs_actions.c
812         * src/prefs_filtering.c
813         * src/prefs_template.c
814                 adjustments to the gui
815                 Patch by Fabien Vantard (slightly modified)
816
817 2006-09-10 [colin]      2.4.0cvs170
818
819         * src/summaryview.c
820                 Check folderitem/summaryview consistency
821                 (basically automates Update summary). Fixes
822                 #1011 (wrong (negative) count on unread 
823                 messages)
824
825 2006-09-10 [colin]      2.4.0cvs169
826
827         * src/gtk/gtksctree.c
828                 Fix recursive expansion via mouse
829         * src/plugins/bogofilter/bogofilter.c
830                 Use normal filtering way of moving
831                 messages (batching), possibly fixing
832                 bug #1015 (Bogofilter plugin doubles 
833                 new messages)
834
835 2006-09-09 [wwp]        2.4.0cvs168
836
837         * src/prefs_filtering.c
838                 better place for this fix.
839
840 2006-09-09 [wwp]        2.4.0cvs167
841
842         * src/prefs_filtering.c
843                 fix a minor bug when the enabled status of a filtering/processing
844                 rule always got set to TRUE when replacing this rule. That still
845                 make sense when adding a new rule, but now when replacing, we
846                 don't override the value of 'enabled'.
847                 Also renamed the func prefs_filtering_list_view_get_rule_name()
848                 to prefs_filtering_list_view_get_info() as this function not only
849                 returns the name, but also the account_id and the enabled status.
850
851 2006-09-09 [mones]      2.4.0cvs166
852
853         * manual/glossary.xml
854         * manual/plugins.xml
855                 Minor format corrections
856         * manual/gpl.xml
857                 Fix misplaced NO WARRANTY section
858         * manual/es/advanced.xml
859         * manual/es/faq.xml
860         * manual/es/glossary.xml
861         * manual/es/gpl.xml
862         * manual/es/handling.xml
863         * manual/es/plugins.xml
864         * manual/es/starting.xml
865                 Incorporate changes from English version
866         * manual/fr/ack.xml
867         * manual/pl/ack.xml
868         * manual/es/ack.xml
869                 Fix address, (add translation credits in es version)
870         * po/es.po
871                 Updated translation
872
873 2006-09-09 [wwp]        2.4.0cvs165
874
875         * src/prefs_filtering.c
876                 fix a crash when opening filtering prefs, if matcherrc file contains
877                 broken data (non-existing account id, which is theoretically not
878                 possible).
879
880 2006-09-08 [colin]      2.4.0cvs164
881
882         * src/folder.c
883                 Wrong assert, make it an if()
884         * src/gtk/gtksctree.c
885                 Fix bug #1013 (expand selected thread 
886                 tree) - expanding is now recursive
887
888 2006-09-07 [wwp]        2.4.0cvs163
889
890         * src/prefs_matcher.c
891                 make better sentences about addressbook matching in the
892                 matcher prefs. This should make translators' work easier
893                 too.
894
895 2006-09-07 [wwp]        2.4.0cvs162
896
897         * src/prefs_filtering.c
898                 code simplification (get rid of dup var. assignment).
899
900 2006-09-07 [wwp]        2.4.0cvs161
901
902         * src/summaryview.c
903                 use GTK_STOCK icons when possible, patch by Fabien Vantard
904                 <fzzzzz@gmail.com>.
905
906 2006-09-07 [paul]       2.4.0cvs160
907
908         * src/mimeview.c
909                 fix compilation warnings
910                 Thanks to Colin
911
912 2006-09-07 [paul]       2.4.0cvs159
913
914         * src/mimeview.c
915                 select the mimepart icon when
916                 displaying as text
917                 Thanks to Colin
918
919 2006-09-06 [paul]       2.4.0cvs158
920
921         * src/prefs_filtering.c
922                 fix labels and table element spacing
923                 Patch by Fabien Vantard
924
925 2006-09-06 [paul]
926
927         2.5.0-rc3 released
928
929 2006-09-06 [paul]       2.4.0cvs157
930
931         * manual/es/advanced.xml
932                 fix typo
933
934 2006-09-06 [wwp]        2.4.0cvs156
935
936         * src/mainwindow.c
937                 fix an dup launch issue when iconified, thanks to Colin.
938
939 2006-09-06 [wwp]        2.4.0cvs155
940
941         * src/gtk//gtksctree.h
942                 oops, forgot that one!
943
944 2006-09-06 [wwp]        2.4.0cvs154
945
946         * manual/pl/advanced.xml
947         * manual/advanced.xml
948         * manual/es/advanced.xml
949         * manual/fr/advanced.xml
950         * src/prefs_customheader.c
951         * src/prefs_filtering_action.c
952         * src/foldersel.c
953         * src/prefs_summaries.c
954         * src/prefs_filtering.c
955         * src/account.c
956         * src/compose.c
957         * src/prefs_summary_column.c
958         * src/addr_compl.c
959         * src/prefs_actions.c
960         * src/prefs_folder_column.c
961         * src/ssl_manager.c
962         * src/prefs_template.c
963         * src/prefs_display_header.c
964         * src/prefs_common.h
965         * src/prefs_matcher.c
966         * src/prefs_common.c
967         * src/prefs_toolbar.c
968         * src/summaryview.c
969         * src/folderview.c
970         * src/gtk/gtksctree.c
971         * src/gtk/pluginwindow.c
972         * src/gtk/progressdialog.c
973         * src/gtk/prefswindow.c
974                 renamed hidden option enable_rules_hint to use_stripes_everywhere
975                 to make its meaning more obvious (all versions of the manual reflect
976                 the change).
977                 added an extra hidden option use_stripes_in_summary to allow
978                 discarding these stripes in mainwindow's folder and message lists;
979                 en and fr manuals only are OK towards this.
980
981 2006-09-06 [colin]      2.4.0cvs153
982
983         * src/textview.c
984                 Hide Sylpheed-Claws' internal queue headers
985                 when showing all headers. They'll be present
986                 only in Source window.
987
988 2006-09-05 [colin]      2.4.0cvs152
989
990         * src/plugins/trayicon/trayicon.c
991                 Fix crash at exit - we have to disconnect
992                 our handlers
993         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
994                 Update eggtrayicon - patch adapted from a
995                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
996                 on Sylpheed's ML
997
998 2006-09-05 [colin]      2.4.0cvs151
999
1000         * src/mainwindow.c
1001         * src/gtk/logwindow.c
1002                 Fix race condition when something writes
1003                 to the log too soon during init. Thanks
1004                 to Fabien Vantard
1005
1006 2006-09-05 [colin]      2.4.0cvs150
1007
1008         * src/mimeview.c
1009                 Don't select part on right-click either
1010
1011 2006-09-05 [paul]       2.4.0cvs149
1012
1013         * src/mimeview.c
1014                 completion of previous commit
1015                 Thanks to Colin
1016
1017 2006-09-05 [colin]      2.4.0cvs148
1018
1019         * src/mimeview.c
1020                 Don't force selection on middle-click, just open
1021
1022 2006-09-04 [colin]      2.4.0cvs147
1023
1024         * src/mimeview.c
1025                 Looks like gtk_notebook_set_current_page()
1026                 sometimes steals focus, and this annoys us
1027                 in MimeViewers as it renders navigation
1028                 keys useless. Take back focus after switching
1029                 pages.
1030
1031 2006-09-04 [colin]      2.4.0cvs146
1032
1033         * src/messageview.c
1034                 Set stop_loading when clicking on Next
1035                 during load. Don't add a callback to 
1036                 avoid over-complicating things.
1037
1038 2006-09-04 [colin]      2.4.0cvs145
1039
1040         * src/mimeview.c
1041         * src/messageview.c
1042                 Fix multiple loads in separate messageview
1043
1044 2006-09-04 [colin]      2.4.0cvs144
1045
1046         * src/summaryview.c
1047                 Let navigation keys be handled during 
1048                 load
1049
1050 2006-09-04 [colin]      2.4.0cvs143
1051
1052         * src/messageview.c
1053         * src/summaryview.c
1054         * src/textview.c
1055         * src/textview.h
1056                 Make loading of huge mails (lots of text and/or
1057                 images) cancellable, so the GUI doesn't block 
1058
1059 2006-09-04 [colin]      2.4.0cvs142
1060
1061         * src/plugins/trayicon/trayicon.c
1062                 Fix annoyance when removing a folder with 
1063                 unread mails: trayicon didn't update
1064
1065 2006-09-04 [paul]       2.4.0cvs141
1066
1067         * src/gtk/icon_legend.c
1068                 straighten up columns
1069                 Patch by Fabien Vantard
1070
1071 2006-09-04 [wwp]        2.4.0cvs140
1072
1073         * src/prefs_filtering.c
1074                 fix new line's account name in filtering prefs:
1075                 was "All", is now "(New)".
1076
1077 2006-09-04 [paul]       2.4.0cvs139
1078
1079         * tools/make.themes.project
1080                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1081                 instead of homebrewed "make release"
1082
1083 2006-09-03 [colin]      2.4.0cvs138
1084
1085         * src/folderview.c
1086                 Fix bug #1007 (Wrong folder highlighted)
1087
1088 2006-09-03 [colin]      2.4.0cvs137
1089
1090         * src/compose.c
1091                 Don't set Newsgroup: header to a mail folder
1092                 path
1093
1094 2006-09-03 [paul]       2.4.0cvs136
1095
1096         * src/prefs_other.c
1097         * src/prefs_spelling.c
1098                 unify the gui
1099
1100 2006-09-03 [paul]       2.4.0cvs135
1101
1102         * src/prefs_summaries.c
1103                 correct menu item text in prefs_keybind_apply_clicked()
1104
1105 2006-09-03 [paul]       2.4.0cvs134
1106
1107         * manual/advanced.xml
1108                 some improvements to the descriptions
1109         * src/mainwindow.c
1110         * src/messageview.c
1111         * src/summaryview.c
1112         * src/gtk/menu.c
1113                 fix menu sensitivity issues
1114         * src/prefs_message.c
1115                 drop the useless word 'short'
1116         * src/prefs_other.c
1117                 add the word 'lines' indicating log length
1118                 is a measure of lines
1119         * src/textview.c
1120                 fix compilation warnings
1121
1122 2006-09-02 [colin]      2.4.0cvs133
1123
1124         * src/messageview.c
1125                 Display a special return-receipt message
1126                 if the message is from the user
1127         * src/summaryview.c
1128                 Fix missing freeze of the list when marking
1129                 all read and unthreading for exec. Thanks
1130                 to Stephan Sachse.
1131
1132 2006-09-02 [paul]       2.4.0cvs132
1133
1134         * src/mainwindow.c
1135         * src/prefs_message.c
1136         * src/summaryview.c
1137                 fix some english
1138
1139 2006-09-02 [wwp]        2.4.0cvs131
1140
1141         * src/prefs_filtering.c
1142                 added an account name column to the filtering rules
1143                 dialog.
1144
1145 2006-09-02 [colin]      2.4.0cvs130
1146
1147         * src/gtk/logwindow.c
1148         * src/gtk/logwindow.h
1149                 Block scrolling if we're not at the end
1150                 of the log
1151
1152 2006-09-02 [colin]      2.4.0cvs129
1153
1154         * src/folder.c
1155                 Make sure account-specific rules can't
1156                 be used in {pre-,post-,}processing
1157         * src/mainwindow.c
1158         * src/gtk/logwindow.c
1159         * src/gtk/logwindow.h
1160                 Jump to last error when clicking on the
1161                 warning icon
1162
1163 2006-09-02 [colin]      2.4.0cvs128
1164
1165         * src/imap.c
1166         * src/import.c
1167         * src/mainwindow.c
1168         * src/mainwindow.h
1169                 Fix warning icon
1170         * src/inc.c
1171         * src/mbox.c
1172         * src/mbox.h
1173                 Let proc_mbox know its account, for
1174                 account-specific rules
1175
1176 2006-09-01 [colin]      2.4.0cvs127
1177
1178         * src/codeconv.c
1179                 Don't uselessly use iconv to convert from
1180                 us-ascii
1181         * src/alertpanel.c
1182         * src/mainwindow.c
1183         * src/mainwindow.h
1184         * src/inc.c
1185                 Fix certain log cases, disable warning icon
1186                 for now, the correct way to display it when
1187                 necessary and only when necessary is probably
1188                 to do it manually rather than use error logs
1189         * src/etpan/imap-thread.c
1190                 Clean up UID logging a bit
1191         * src/gtk/logwindow.c
1192         * src/gtk/logwindow.h
1193                 Make logging faster when the window's closed
1194
1195 2006-09-01 [wwp]        2.4.0cvs126
1196
1197         * manual/fr/account.xml
1198                 reflect changes to the ref. manual (parts of cvs72):
1199                 fix tabnames and quotes.
1200
1201 2006-09-01 [wwp]        2.4.0cvs125
1202
1203         * manual/fr/plugins.xml
1204                 reflect changes to the reference manual (cvs42):
1205                 update IRC channel info.
1206
1207 2006-09-01 [wwp]        2.4.0cvs124
1208
1209         * commitHelper
1210                 use CVSEDITOR env. var. if set, according to `man cvs`.
1211
1212 2006-09-01 [wwp]        2.4.0cvs123
1213
1214         * manual/advanced.xml
1215                 better sentence again (thanks to Paul).
1216
1217 2006-09-01 [wwp]        2.4.0cvs122
1218
1219         * manual/advanced.xml
1220         fix definition of toolbar_detachable and rework a bit the one of
1221         enable_dotted_lines.
1222
1223 2006-09-01 [mones]      2.4.0cvs121
1224
1225         * manual/advanced.xml
1226                 Document enable_dotted_lines
1227
1228 2006-09-01 [paul]       2.4.0cvs120
1229
1230         * src/folderview.c
1231         * src/folderview.h
1232         * src/imap.c
1233         * src/mainwindow.c
1234         * src/summaryview.c
1235                 obey the 'When entering folder...' option
1236                 when using the /View/Go to/... menu items
1237                 Thanks to Colin
1238
1239 2006-08-31 [colin]      2.4.0cvs119
1240
1241         * src/folderview.c
1242                 Revert 2.4.0cvs116, wrong fix.
1243
1244 2006-08-31 [colin]      2.4.0cvs118
1245
1246         * src/gtk/gtksctree.c
1247                 Better state the various copyrights
1248
1249 2006-08-31 [colin]      2.4.0cvs117
1250
1251         * src/prefs_common.c
1252                 fix enable_dotted_lines
1253
1254 2006-08-31 [colin]      2.4.0cvs116
1255
1256         * src/folderview.c
1257                 Use pref "Always open on select" when going
1258                 to next unread folder
1259         * src/gtk/gtksctree.c
1260                 Fix link failure to _gtk_clist_create_cell_layout
1261                 on certain computers. (Why not mine, I wonder)
1262
1263 2006-08-31 [colin]      2.4.0cvs115
1264
1265         * src/procmsg.c
1266         * src/textview.c
1267         * src/plugins/bogofilter/bogofilter.c
1268         * src/plugins/spamassassin/spamassassin.c
1269                 Requalify some "errors" to warnings
1270         * src/mainwindow.c
1271         * src/mainwindow.h
1272         * src/statusbar.c
1273                 Add an icon in the statusbar to notify
1274                 of errors
1275         * src/gtk/gtksctree.c
1276         * src/folderview.c
1277         * src/summaryview.c
1278                 Make the GtkSCTree look more modern by
1279                 alternating background lines
1280         * src/prefs_common.c
1281         * src/prefs_common.h
1282                 Add a pref to let people have the old
1283                 way if they prefer
1284
1285
1286 2006-08-30 [colin]      2.4.0cvs114
1287
1288         * src/procmsg.c
1289         * src/procmsg.h
1290                 Provide a way to filter a list of
1291                 messages in an optimised manner, and
1292                 add a list-filtering hook
1293         * src/folder.c
1294         * src/inc.c
1295         * src/mbox.c
1296                 Use the list filtering
1297         * src/plugins/bogofilter/bogofilter.c
1298                 Use the list-filtering hook
1299                 Use -b (bulk) mode for more speed
1300                 when learning and filtering
1301         * src/etpan/imap-thread.c
1302                 Make log output shorter in UID SEARCH
1303
1304
1305 2006-08-30 [colin]      2.4.0cvs113
1306
1307         * src/plugins/bogofilter/bogofilter.c
1308                 Really fast mass learning - thanks to David
1309                 Relson for the options explanations :)
1310
1311 2006-08-30 [colin]      2.4.0cvs112
1312
1313         * src/msgcache.c
1314                 Fix compilation on FreeBSD. Thanks
1315                 to Michael Hugues
1316
1317 2006-08-29 [colin]      2.4.0cvs111
1318
1319         * src/folderview.c
1320                 Handle "popup_menu" signal (for popping the 
1321                 menu via the keyboard)
1322         * src/mimeview.c
1323         * src/mimeview.h
1324         * src/summaryview.c
1325         * src/textview.c
1326         * src/gtk/gtkutils.c
1327         * src/gtk/gtkutils.h
1328                 Factorize scrolling code, and add an API 
1329                 for MimeViewers to handle scroll orders
1330
1331 2006-08-29 [wwp]        2.4.0cvs110
1332
1333         * src/plugins//bogofilter/bogofilter.c
1334         * src/plugins//spamassassin/spamassassin.c
1335                 make the bogofilter/spamassassin filtering error dialogs at
1336         incorporation obey to the "don't popup error dialog on
1337         receive error" option. If disabled, feed the log window w/
1338         the error message.
1339
1340 2006-08-29 [paul]
1341
1342         2.5.0-rc2 released
1343
1344 2006-08-29 [paul]       2.4.0cvs109
1345
1346         * Makefile.am
1347                 remove 'make release', it's not needed
1348                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1349
1350 2006-08-29 [paul]       2.4.0cvs108
1351
1352         * src/foldersel.c
1353         * src/summary_search.c
1354         * src/gtk/progressdialog.c
1355         * src/plugins/pgpcore/passphrase.c
1356                 replace deprecated gtk_window_set_policy()
1357
1358 2006-08-29 [colin]      2.4.0cvs107
1359
1360         * src/folder.c
1361                 Fix data loss when copy fails during a move:
1362                 only use fast remove_msgs if everything was
1363                 copied OK; else use slow remove_msg on the
1364                 mails that got copied only.
1365
1366 2006-08-28 [paul]       2.4.0cvs106
1367
1368         * src/mh.c
1369                 revert change in 2.4.0cvs104, it breaks
1370                 stuff
1371
1372 2006-08-28 [paul]       2.4.0cvs105
1373
1374         * src/plugins/spamassassin/spamassassin.c
1375                 english fix
1376
1377 2006-08-28 [paul]       2.4.0cvs104
1378
1379         * src/mh.c
1380                 fix data loss when moving to another
1381                 mailbox fails
1382         * src/prefs_spelling.c
1383                 improve the english
1384         * src/gtk/pluginwindow.c
1385                 improve the layout of the dialog text
1386         All thanks to Colin
1387
1388 2006-08-28 [paul]       2.4.0cvs103
1389
1390         * src/plugins/bogofilter/bogofilter.c
1391         * src/plugins/bogofilter/bogofilter_gtk.c
1392                 fix english up a bit, innit
1393
1394 2006-08-28 [paul]       2.4.0cvs102
1395
1396         * configure.ac
1397         * po/Makefile.in.in
1398         * po/Makevars
1399                 require autoconf 2.60, enabling building
1400                 with gettext 0.15 (gettext 0.14.x build still
1401                 possible). Replace Makefiles with versions
1402                 from gettext 0.15.
1403                 Remove configure options --with-localedir and
1404                 --with-mandir. The options that are provided
1405                 directly by autoconf 2.60 can be used instead:
1406                 --mandir --localedir
1407
1408 2006-08-27 [colin]      2.4.0cvs101
1409
1410         * src/plugins/bogofilter/Makefile.am
1411                 Fix make dist (no README)
1412
1413 2006-08-27 [colin]      2.4.0cvs100
1414
1415         * src/folder.c
1416                 Don't use F_UNKNOWN folders for any default
1417                 outbox/trash/etc
1418         * src/plugins/bogofilter/bogofilter.c
1419         * src/plugins/bogofilter/bogofilter.h
1420         * src/plugins/bogofilter/bogofilter_gtk.c
1421                 Add an option to specify the path to bogofilter
1422                 Use single-quotes to be able to learn in folders
1423                 with spaces in their names
1424                 Verify learning status
1425
1426 2006-08-27 [colin]      2.4.0cvs99
1427
1428         * manual/faq.xml
1429         * manual/plugins.xml
1430                 Document Bogofilter plugin
1431
1432 2006-08-27 [colin]      2.4.0cvs98
1433
1434         * src/compose.c
1435         * src/messageview.c
1436         * src/procmsg.c
1437         * src/procmsg.h
1438                 When possible, copy the queued mail to sent folder
1439                 instead of re-adding. Much faster on IMAP.
1440
1441 2006-08-27 [colin]      2.4.0cvs97
1442
1443         * src/msgcache.c
1444                 Disable mmaped caches - huge metadata loss
1445                 here after a power failure.
1446         * src/summaryview.c
1447                 Add quicksearch timing
1448         * src/common/plugin.c
1449         * src/common/plugin.h
1450                 Implement an interface to tell what plugins
1451                 provide. Prevent loading of similar plugins.
1452         * src/plugins/clamav/clamav_plugin.c
1453         * src/plugins/demo/demo.c
1454         * src/plugins/dillo_viewer/dillo_viewer.c
1455         * src/plugins/pgpcore/plugin.c
1456         * src/plugins/pgpinline/pgpinline.c
1457         * src/plugins/pgpmime/pgpmime.c
1458         * src/plugins/spamassassin/spamassassin.c
1459         * src/plugins/trayicon/trayicon.c
1460                 Implement plugin_provides()
1461
1462 2006-08-27 [colin]      2.4.0cvs96
1463
1464         * configure.ac
1465         * src/plugins/Makefile.am
1466         * src/plugins/bogofilter/.cvsignore
1467         * src/plugins/bogofilter/Makefile.am
1468         * src/plugins/bogofilter/bogofilter.c
1469         * src/plugins/bogofilter/bogofilter.h
1470         * src/plugins/bogofilter/bogofilter_gtk.c
1471                 New Bogofilter plugin, provides filtering and
1472                 learning. Spamassassin will go to extra plugins.
1473
1474 2006-08-26 [mones]      2.4.0cvs95
1475
1476         * manual/handling.xml
1477                 Fix subfolder path in the example (thanks to Paul) 
1478
1479 2006-08-26 [mones]      2.4.0cvs94
1480
1481         * manual/glossary.xml
1482                 2.2. + add ISP to the glossary
1483                 7.5. + Add UIDL to glossary
1484                 7.7. + Add TCP to glossary
1485         * manual/handling.xml
1486                 7.1. + Mentions GNU/Linux distribution, what about the non...
1487                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1488                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1489                 7.4. = Use appropriate quotation for commands
1490                 7.6. = change "" to <quote></quote>
1491         * manual/plugins.xml
1492                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1493         * manual/starting.xml
1494                 2.1. + local mbox file: some examples of mbox file locations...
1495                 Also reformatted files requiring it
1496
1497 2006-08-26 [wwp]        2.4.0cvs93
1498
1499         * src/summary_search.c
1500                 disable find buttons while summary search is running.
1501
1502 2006-08-25 [colin]      2.4.0cvs92
1503
1504         * src/folder.c
1505         * src/folderutils.c
1506         * src/mh.c
1507         * src/procmsg.h
1508         * src/summaryview.c
1509                 Speed up MH moving, and add progressbar
1510                 for MH deletion
1511         * src/msgcache.c
1512                 Write cache files using mmap() too
1513
1514 2006-08-25 [wwp]        2.4.0cvs91
1515
1516         * src/summaryview.c
1517                 switch spam<->ham button when a message has been marked as spam or ham
1518                 and is still selected. Thanks to Colin.
1519
1520 2006-08-25 [paul]       2.4.0cvs90
1521
1522         * src/Makefile.am
1523         * src/stock_pixmap.c
1524         * src/stock_pixmap.h
1525         * src/summaryview.c
1526         * src/gtk/icon_legend.c
1527         * src/pixmaps/copied.xpm
1528         * src/pixmaps/moved.xpm
1529                 add icons for delayed execution marked for
1530                 copying, marked for moving
1531
1532 2006-08-25 [mones]      2.4.0cvs89
1533
1534         * manual/glossary.xml
1535                 Fix the other glossary items:
1536                 5.1. = Inmmediate execution -> <quote>immediate execution...
1537                 5.2. = Fix MBOX capitalization -> Mbox
1538                 5.3. + Improve Plugins def. w/ tech. ref.
1539                 5.4. = Quotation -> replace '>' by <quote>></quote>
1540                 5.5. - SMTP Server. -> remove dot
1541         * po/es.po
1542                 Updated translation
1543
1544 2006-08-25 [mones]      2.4.0cvs88
1545
1546         * manual/ack.xml
1547                 Reformatted, changed email address
1548         * manual/glossary.xml
1549                 Reformatted, fixed MANUAL-TODO items:
1550                 8.2. + add ROT-13 to glossary
1551                 8.4. + add URL to glossary
1552         * manual/es/advanced.xml
1553                 Fixed <literal>s
1554
1555 2006-08-25 [paul]       2.4.0cvs87
1556
1557         * src/gtk/icon_legend.c
1558                 add 'marked for deletion' icon
1559                 arrange icons by containing column
1560                 wrap long label text
1561
1562 2006-08-25 [colin]      2.4.0cvs86
1563
1564         * src/common/utils.c
1565         * src/common/utils.h
1566                 Add the sc_g_*list_bigger functions in
1567                 a place everyone can use it
1568         * src/summaryview.c
1569                 Only freeze/thaw the list when working
1570                 on the selection, if it's bigger than 1
1571         * src/gtk/gtksctree.c
1572                 Only freeze/thaw the list when unselec-
1573                 ting 'all' if ('all' != 1)
1574                 This avoids some flickering
1575
1576 2006-08-24 [colin]      2.4.0cvs85
1577
1578         * src/addressbook.c
1579                 Fix strange list selection
1580                 Fix random seg (Invalid read of freed memory)
1581
1582 2006-08-24 [colin]      2.4.0cvs84
1583
1584         * src/alertpanel.c
1585         * src/gtk/inputdialog.c
1586         * src/plugins/pgpcore/passphrase.c
1587                 Revert minimal width patch of 2.4.0cvs67,
1588                 as it is also a maximal width. Use 
1589                 gtk_window_set_default_size instead.
1590
1591 2006-08-24 [colin]      2.4.0cvs83
1592
1593         * src/msgcache.c
1594                 Write cache/mark to temp files before
1595                 overwriting old ones (avoids metadata
1596                 loss if writing the new files fail).
1597                 Use mmap() to read cache/mark file, as
1598                 this makes cache reading faster. Dis-
1599                 abled for big-endian machines until it
1600                 can be tested. (Big-endian users: set
1601                 msgcache_use_mmap = TRUE in the relevant
1602                 #if).
1603         * src/procmsg.h
1604                 Move rarely used fields of MsgInfo in 
1605                 another structure, which will only be
1606                 allocated if needed. Face, X-Face,
1607                 Return receipt headers and List-*
1608                 headers are moved. Mails having none
1609                 of these occupy 52 bytes less with
1610                 this patch, which makes 2.5MB of RAM
1611                 saved on a 50k folder).
1612         * src/headerview.c
1613         * src/mainwindow.c
1614         * src/messageview.c
1615         * src/partial_download.c
1616         * src/procheader.c
1617         * src/procmsg.c
1618         * src/textview.c
1619                 Follow this structure change.
1620
1621 2006-08-24 [wwp]        2.4.0cvs82
1622
1623         * manual/es/.cvsignore
1624         * manual/es/dist/.cvsignore
1625         * manual/es/dist/html/.cvsignore
1626         * manual/es/dist/pdf/.cvsignore
1627         * manual/es/dist/ps/.cvsignore
1628         * manual/es/dist/txt/.cvsignore
1629                 more (generated) files to ignore.
1630
1631 2006-08-24 [colin]      2.4.0cvs81
1632
1633         * src/folder.c
1634         * src/mh.c
1635                 Fix possible problems with local delivery. Check the folder doesn't
1636                 need scan before setting its mtime when saving cache (which can be
1637                 done long after the folder's been modified by an external process);
1638                 Check that the stored item's mtime didn't change in mh functions.
1639
1640 2006-08-24 [mones]      2.4.0cvs80
1641
1642         * manual/advanced.xml
1643                 Rewrapping, some fixes and MANUAL-TODO items:
1644                 8.1. = change "" to <quote></quote>
1645                 8.3. = quote menu items
1646                 8.5. - deploying -> new user ... ideally a new user (redundant)
1647
1648 2006-08-23 [colin]      2.4.0cvs79
1649
1650         * src/gtk/gtksctree.c
1651                 When selecting or deselecting range, only
1652                 freeze/thaw when selection is bigger than 10
1653
1654 2006-08-23 [colin]      2.4.0cvs78
1655
1656         * src/messageview.c
1657         * src/mimeview.c
1658         * src/mimeview.h
1659         * src/plugins/dillo_viewer/dillo_viewer.c
1660                 Provide an API for MimeViewer plugins to
1661                 return a text selection for replying
1662
1663 2006-08-23 [colin]      2.4.0cvs77
1664
1665         * src/image_viewer.c
1666         * src/textview.c
1667                 Use gtk_pixbuf_new_from_file_at_scale(), which
1668                 is faster than getting the pixbuf then resizing
1669                 it.
1670
1671 2006-08-23 [colin]      2.4.0cvs76
1672
1673         * src/procmime.c
1674                 UTF-8 should be sent Quoted-printable
1675
1676 2006-08-22 [colin]      2.4.0cvs75
1677
1678         * src/mh.c
1679                 Check if scan is required before touching
1680                 the folder (or it'll be required every time)
1681
1682 2006-08-22 [colin]      2.4.0cvs74
1683
1684         * configure.ac
1685                 Require libetpan 0.46 (crasher fix when built
1686                 against gnutls)
1687
1688 2006-08-22 [colin]      2.4.0cvs73
1689
1690         * src/folder.c
1691                 Set folder's mtime after writing its
1692                 cache
1693         * src/folderview.c
1694                 Add some timing
1695         * src/procmsg.c
1696                 Don't do useless stuff if we don't 
1697                 thread by subject
1698         * src/summaryview.c
1699                 Add some timing, don't deselect prior
1700                 to selecting (gtksctree does it itself),
1701                 remove crash avoidance hacks as it's been
1702                 properly fixed since a while
1703         * src/common/utils.c
1704                 Optimize to_human_readable(): _() is slow,
1705                 do it only once, and avoid %f format for KB
1706                 (the most common in a summaryview)
1707         * src/gtk/gtksctree.c
1708                 Don't uselessly freeze/thaw (fixes flicker
1709                 on next unread and friends), reduce number
1710                 of g_list_nth/g_list_position where possible
1711         * src/gtk/gtkutils.c
1712         * src/gtk/gtkutils.h
1713                 Reduce number of g_list_nth/g_list_position
1714                 where possible.
1715                 All of this makes loading as 70k folder 2.1
1716                 seconds instead of 3.2 (with hot FS caches).
1717                 (1.3 seconds without Date and Size columns...)
1718
1719 2006-08-22 [paul]       2.4.0cvs72
1720
1721         wrap documents and do some items from mones' MANUAL-TODO:
1722
1723         * manual/account.xml
1724                 4.1. = fix tabname references to <quote>tabname</quote>
1725                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1726         * manual/faq.xml
1727                 1.1. = mentioned options don't match UI
1728                 Add information about the 'Never send Return Receipts'
1729                 option
1730         * manual/handling.xml
1731                 6.2. = Mentions Extended symbols button, but now is
1732                 named Information
1733                 6.3. = Mentions ... button, which is now Edit
1734
1735 2006-08-22 [colin]      2.4.0cvs71
1736
1737         * src/gtk/pluginwindow.c
1738                 Fix layout in verbose translations (such
1739                 as french)
1740
1741 2006-08-22 [paul]       2.4.0cvs70
1742
1743         * manual/Makefile.am
1744                 build manuals in alphabetical order
1745         * src/addressbook.c
1746         * src/prefs_themes.c
1747                 replace/remove deprecated symbols
1748         * src/gtk/gtkutils.c
1749                 fix a warning
1750         * src/gtk/pluginwindow.c
1751                 replace deprecated symbol
1752                 replace label text and move it
1753         * src/plugins/pgpcore/prefs_gpg.c
1754                 move the 'Generate...' button out of the
1755                 Sign Key frame, replace the English used
1756         * src/plugins/pgpcore/sgpgme.c
1757                 fixes to the English
1758
1759 2006-08-21 [colin]      2.4.0cvs69
1760
1761         * src/plugins/trayicon/trayicon.c
1762                 Add more strings for translation; patch
1763                 by Pawel
1764
1765 2006-08-21 [colin]      2.4.0cvs68
1766
1767         * src/compose.c
1768                 fix replied flag not set after drafting
1769         * src/matcher.c
1770                 fix body quicksearch in non-encoded bodies
1771                 containing '='
1772         * src/msgcache.c
1773                 Get rid of the g_malloc workaround for
1774                 corrupted caches, use g_try_malloc
1775
1776 2006-08-21 [colin]      2.4.0cvs67
1777
1778         * src/alertpanel.c
1779         * src/gtk/inputdialog.c
1780         * src/plugins/pgpcore/passphrase.c
1781                 Set minimal width to 375
1782         * src/mainwindow.c
1783                 Fix switching to offline, asking if it 
1784                 should be overriden for synchronising
1785         * src/mimeview.c
1786                 Don't offer to remember command on Open 
1787                 with for text parts, as the browser or 
1788                 text editor command isn't changed from 
1789                 there
1790
1791 2006-08-20 [paul]       2.4.0cvs66
1792
1793         * po/ko.po
1794         * po/zh_CN.po
1795                 fix plural form errors. revealed by stricter
1796                 checking of gettext 0.15
1797
1798 2006-08-18 [paul]       2.4.0cvs65
1799
1800         * src/stock_pixmap.c
1801                 fix the fix of 2.4.0cvs64
1802                 Thanks to Colin
1803
1804 2006-08-18 [paul]       2.4.0cvs64
1805
1806         * src/stock_pixmap.c
1807                 fix leaks
1808                 Thanks to Colin
1809
1810 2006-08-18 [paul]       2.4.0cvs63
1811
1812         * src/compose.c
1813         * src/procmsg.c
1814                 fix occasional IMAP bug where large msgs
1815                 were left in the queue folder after sending
1816                 Thanks to Colin
1817
1818 2006-08-18 [paul]       2.4.0cvs62
1819
1820         * src/folderview.c
1821                 freeze the summaryview while quicksearch results
1822                 are displayed
1823                 (fixes bug 456 'current message is hidden when the
1824                 view is refreshed and extended search is "unread 
1825                 messages"')
1826                 Thanks to Colin
1827         * src/textview.c
1828                 add missing #include "inputdialog.h"
1829         * src/common/utils.h
1830                 add missing mailcap_update_default() and improve
1831                 readability
1832
1833 2006-08-17 [colin]      2.4.0cvs61
1834
1835         * src/plugins/pgpcore/select-keys.c
1836                 Fix warnings :)
1837
1838 2006-08-17 [colin]      2.4.0cvs60
1839
1840         * src/compose.c
1841                 Don't continue queuing if Cancel is clicked
1842                 in select-keys
1843
1844 2006-08-17 [colin]      2.4.0cvs59
1845
1846         * src/plugins/pgpcore/select-keys.c
1847                 When encrypting, if only one key matches and it 
1848                 matches exactly, automatically use it.
1849
1850 2006-08-17 [colin]      2.4.0cvs58
1851
1852         * src/mimeview.c
1853         * src/prefs_common.c
1854         * src/prefs_common.h
1855         * src/prefs_ext_prog.c
1856         * src/textview.c
1857                 Fix issues with previous patch (text/html)
1858                 Remove outdated prefs
1859
1860 2006-08-17 [colin]      2.4.0cvs57
1861
1862         * src/imap.c
1863                 Add View Log button on auth error
1864         * src/procmsg.c
1865                 Fix encrypted mail marked as new when
1866                 saved in normal folders
1867         * src/plugins/pgpinline/pgpinline.c
1868                 Fix encrypt bug on IMAP
1869         * src/mimeview.c
1870         * src/common/utils.c
1871         * src/common/utils.h
1872         * src/gtk/inputdialog.c
1873         * src/gtk/inputdialog.h
1874                 Get rid of metamail stuff, simplify
1875                 opening, and allow remembering of user's
1876                 choices (by updating ~/.mailcap). There's
1877                 still to drop "Audio player" and "Image
1878                 viewer" preferences.
1879
1880 2006-08-17 [mones]      2.4.0cvs56
1881
1882         * manual/es/sylpheed-claws-manual.xml
1883                 fix DTD path
1884
1885 2006-08-17 [mones]      2.4.0cvs55
1886
1887         * configure.ac
1888         * manual/Makefile.am
1889         * manual/es/Makefile.am
1890         * manual/es/account.xml
1891         * manual/es/ack.xml
1892         * manual/es/addrbook.xml
1893         * manual/es/advanced.xml
1894         * manual/es/faq.xml
1895         * manual/es/glossary.xml
1896         * manual/es/gpl.xml
1897         * manual/es/handling.xml
1898         * manual/es/intro.xml
1899         * manual/es/keyboard.xml
1900         * manual/es/plugins.xml
1901         * manual/es/starting.xml
1902         * manual/es/sylpheed-claws-manual.xml
1903         * manual/es/dist/Makefile.am
1904         * manual/es/dist/html/Makefile.am
1905         * manual/es/dist/pdf/Makefile.am
1906         * manual/es/dist/ps/Makefile.am
1907         * manual/es/dist/txt/Makefile.am
1908                 Spanish translation for the manual
1909
1910 2006-08-16 [colin]      2.4.0cvs54
1911
1912         * src/compose.c
1913         * src/main.c
1914         * src/mainwindow.c
1915                 Fix send button sensitivity at startup
1916                 Set send menu sensitivity (patch by Fabien)
1917         * src/ssl_manager.c
1918                 Enable closing with esc (patch by Fabien)
1919         * src/gtk/foldersort.c
1920                 Enable closing with esc (patch by Fabien)
1921         * src/procmime.c
1922                 Optimisation (no need to copy to tempfile to
1923                 "decode" 7bit and 8bit)
1924         * src/summaryview.c
1925                 Fix cruft in swap_from case
1926         * src/textview.c
1927                 Fix missing last line in some mail cases 
1928                 (Fixes debian #381872)
1929         * src/plugins/pgpcore/prefs_gpg.c
1930         * src/plugins/pgpcore/sgpgme.c
1931         * src/plugins/pgpcore/sgpgme.h
1932                 Don't show "no key found" when user explicitely
1933                 wants to create a key
1934
1935 2006-08-16 [paul]       2.4.0cvs53
1936
1937         * configure.ac
1938         * src/account.c
1939         * src/addressbook.c
1940         * src/headerview.c
1941         * src/prefs_account.c
1942         * src/prefs_message.c
1943         * src/gtk/gtkutils.c
1944                 bump up minimum required versions of GTK+ and
1945                 GLIB to 2.6.0
1946
1947 2006-08-16 [paul]       2.4.0cvs52
1948
1949         * src/toolbar.c
1950                 workaround GTK+ Bug 351600 - 'Can't re-click
1951                 on button after sensitivity update'
1952                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1953                 Thanks to Colin
1954
1955 2006-08-15 [colin]      2.4.0cvs51
1956
1957         * src/plugins/pgpcore/prefs_gpg.c
1958                 Set options sensitivity according to
1959                 key existence
1960         * src/plugins/pgpcore/sgpgme.c
1961                 Allow to create key with no passphrase
1962
1963 2006-08-14 [cleroy]     2.4.0cvs50
1964
1965         * src/gtk/pluginwindow.c
1966                 New layout (maybe to be changed?)
1967         * src/gtk/gtkutils.c
1968                 Fix a bit label_window
1969         * src/plugins/pgpcore/passphrase.c
1970         * src/plugins/pgpcore/passphrase.h
1971         * src/plugins/pgpcore/plugin.c
1972         * src/plugins/pgpcore/prefs_gpg.c
1973         * src/plugins/pgpcore/prefs_gpg.h
1974         * src/plugins/pgpcore/sgpgme.c
1975         * src/plugins/pgpcore/sgpgme.h
1976                 Allow to create a PGP private key via the GUI
1977
1978 2006-08-14 [wwp]        2.4.0cvs49
1979
1980         * src/addressbook_foldersel.c
1981                 fix strict ISO C90 compliance.
1982
1983 2006-08-14 [paul]       2.4.0cvs48
1984
1985         * src/gtk/prefswindow.c
1986                 re-set scrolled window on opening
1987                 Patch by Ticho
1988
1989 2006-08-14 [paul]
1990
1991         2.5.0-rc1 released
1992
1993 2006-08-14 [paul]       2.4.0cvs47
1994
1995         * src/prefs_display_header.c
1996                 re-enable user-defined Displayed Headers
1997
1998 2006-08-14 [paul]       2.4.0cvs46
1999
2000         * src/prefs_account.c
2001                 use GTK_STOCK_EDIT
2002
2003 2006-08-13 [colin]      2.4.0cvs45
2004
2005         * src/common/utils.c
2006                 Fix "a" in quote when the original message is empty,
2007                 by using \0 instead of 'a' to test writability of
2008                 temp files.
2009
2010 2006-08-13 [wwp]        2.4.0cvs44
2011
2012         * src/plugins/spamassassin/spamassassin.c
2013                 fix capitalization of "SpamAssassin" in some debug, log and
2014                 dialog messages.
2015
2016 2006-08-13 [paul]       2.4.0cvs43
2017
2018         * src/editldap.c
2019                 fix overlapping widgets
2020         * src/prefs_account.c
2021                 fix translation of protocol_names[]
2022                 fix label disappearing off the edge of the
2023                 visible area
2024
2025 2006-08-12 [paul]       2.4.0cvs42
2026
2027         * manual/plugins.xml
2028                 update IRC channel info before it gets forgotten
2029                 about
2030
2031 2006-08-11 [colin]      2.4.0cvs41
2032
2033         * src/compose.c
2034         * src/mainwindow.c
2035         * src/mainwindow.h
2036         * src/procmsg.c
2037         * src/procmsg.h
2038         * src/summaryview.c
2039         * src/toolbar.c
2040                 Grey out the Send button if
2041                 - Queue folders are empty, or
2042                 - We're sending already
2043
2044 2006-08-11 [wwp]        2.4.0cvs40
2045
2046         * src/main.c
2047                 fix a logic issue when quitting while a compose window is
2048                 still open, thanks to Colin.
2049
2050 2006-08-10 [colin]      2.4.0cvs39
2051
2052         * src/main.c
2053                 Fix default font size setting after wizard run
2054         * src/imap.c
2055         * src/etpan/imap-thread.c
2056         * src/etpan/imap-thread.h
2057                 Fix bug #999 (Timing out on TSL cert validation 
2058                 dialog makes ugly things happen). Also, STARTTLS
2059                 unconditionnaly if initial capabilities contain
2060                 LOGINDISABLED and STARTTLS.
2061
2062 2006-08-09 [colin]      2.4.0cvs38
2063
2064         * src/mainwindow.c
2065         * src/mainwindow.h
2066                 Fix Tools/Actions sensitivity when there are
2067                 no actions
2068
2069 2006-08-09 [colin]      2.4.0cvs37
2070
2071         * src/prefs_filtering.c
2072                 Warning fix, patch by Paul
2073         * src/messageview.c
2074         * src/prefs_actions.c
2075         * src/prefs_filtering_action.c
2076         * src/prefs_matcher.c
2077                 Uniformisation of "Info ..." to "Info..." (for
2078                 old gtk), patch by Fabien
2079         * src/plugins/clamav/clamav_plugin_gtk.c
2080                 Sensitivity fix by Fabien
2081
2082 2006-08-09 [colin]      2.4.0cvs36
2083
2084         * src/main.c
2085         * src/main.h
2086                 Add a function to know whether we're exiting
2087         * src/plugins/trayicon/trayicon.c
2088                 If exiting, don't do anything. Faster, and
2089                 avoids gtk_main_iteration reentracy causing
2090                 segfaults at exit
2091
2092 2006-08-09 [colin]      2.4.0cvs35
2093
2094         * src/messageview.c
2095         * src/mimeview.c
2096         * src/mimeview.h
2097                 Fix lack of part selection when automatically 
2098                 jumping to a specific part
2099         * src/msgcache.c
2100                 Little optimisation in cache reading
2101
2102 2006-08-09 [colin]      2.4.0cvs34
2103
2104         * src/compose.c
2105                 Fix crash setting the priority on reedit
2106                 (Accessing compose before creating it!)
2107
2108 2006-08-08 [colin]      2.4.0cvs33
2109
2110         * src/procmime.c
2111                 Fix bug #998 (last attachment is not accessible)
2112                 Bad RFC interpretation on multipart close-delimiters
2113         * src/mimeview.c
2114         * src/mimeview.h
2115         * src/gtk/gtkvscrollbutton.c
2116         * src/gtk/gtkvscrollbutton.h
2117                 Make attachments list wheel-scrollable
2118
2119 2006-08-07 [colin]      2.4.0cvs32
2120
2121         * src/gtk/gtkaspell.c
2122                 Fix bug #973 (Unicode punctation characters 
2123                 are not recognized as separators by the
2124                 spell checker); fix unsigned stuff
2125
2126 2006-08-07 [colin]      2.4.0cvs31
2127
2128         * src/compose.c
2129                 Fix bug #956 (DnD text with accents in compose 
2130                 text entry); fix gccc's signed/unsigned fuss
2131
2132 2006-08-06 [colin]      2.4.0cvs30
2133
2134         * src/main.c
2135                 Fix bug #979 (Plugin crashes when exiting 
2136                 sylpheed-claws) : handle exit request only 
2137                 once
2138
2139 2006-08-05 [colin]      2.4.0cvs29
2140
2141         * src/news.c
2142                 Just make sure we have a msgid.
2143
2144 2006-08-05 [colin]      2.4.0cvs28
2145
2146         * src/news.c
2147         * src/summaryview.c
2148                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2149                 by reimplementing it
2150         * src/textview.c
2151                 Fix bug when hiding quotes with level > 3 and quote
2152                 colors are recycled
2153
2154 2006-08-04 [colin]      2.4.0cvs27
2155
2156         * src/compose.c
2157         * src/undo.c
2158         * src/undo.h
2159                 Fix a bit replace-by-pasting undo
2160         * src/mainwindow.c
2161         * src/messageview.c
2162                 Fix Fold quotes menu synchro in
2163                 mainwindow when it changes in 
2164                 messageview
2165         * src/textview.c
2166                 Fix right-click on quotes blocks
2167         * src/common/utils.c
2168                 Verify that the file created by
2169                 my_tmpfile() is writable. Fixes
2170                 bug #988 (very specific filesystem
2171                 issue)
2172         * src/plugins/pgpcore/sgpgme.c
2173                 Fix file descriptor leak
2174         * src/plugins/spamassassin/spamassassin.c
2175                 Warn once if spamd isn't reachable
2176
2177 2006-08-04 [colin]      2.4.0cvs26
2178
2179         * src/toolbar.c
2180                 i18n context patch by Fabien
2181
2182 2006-08-03 [colin]      2.4.0cvs25
2183
2184         * src/mainwindow.c
2185         * src/messageview.c
2186                 Rename "Hide quotes" to "Fold quotes"
2187         * src/textview.c
2188                 Don't use hand cursor on quotes. "all 
2189                 the bonuses of the feature and none of 
2190                 unwelcome side-effects"
2191
2192 2006-08-03 [colin]      2.4.0cvs24
2193
2194         * AUTHORS
2195         * sylpheed-claws.desktop
2196         * src/gtk/authors.h
2197                 Bring the desktop file to XDG compliance
2198                 Patch by Charles A. Edwards
2199
2200 2006-08-03 [colin]      2.4.0cvs23
2201
2202         * src/textview.c
2203                 Fix links offset when they are preceded
2204                 by accentued chars (g_utf8_strlen!)
2205         * src/mainwindow.c
2206                 Fix wrong status when starting offline
2207
2208
2209 2006-08-03 [wwp]        2.4.0cvs22
2210
2211         * src/prefs_common.h
2212                 ask what to do w/ filtering rules that belong to an account when
2213                 applying filtering rules manually from the main window (skip,
2214                 apply regardless of the account, use current account). This dialog
2215                 can be skipped and the last reply used.
2216                 (forgot that file)
2217
2218 2006-08-03 [wwp]        2.4.0cvs21
2219
2220         * src/filtering.c
2221         * src/filtering.h
2222         * src/prefs_common.c
2223         * src/summaryview.c
2224         * src/alertpanel.c
2225         * src/alertpanel.h
2226         * src/messageview.c
2227                 ask what to do w/ filtering rules that belong to an account when
2228                 applying filtering rules manually from the main window (skip,
2229                 apply regardless of the account, use current account). This dialog
2230                 can be skipped and the last reply used.
2231
2232
2233 2006-08-03 [colin]      2.4.0cvs20
2234
2235         * src/textview.c
2236                 Optimize previous patch
2237
2238 2006-08-03 [cleroy]     2.4.0cvs19
2239
2240         * src/textview.c
2241                 Fix quotes getting toggled back when the
2242                 mail has an even number of text parts
2243
2244 2006-08-02 [colin]      2.4.0cvs18
2245
2246         * src/messageview.c
2247                 Add Hide quotes menu
2248
2249 2006-08-02 [colin]      2.4.0cvs17
2250
2251         * src/mainwindow.c
2252         * src/prefs_common.c
2253         * src/textview.c
2254         * src/textview.h
2255         * src/gtk/about.c
2256                 Allow per-level quote hiding,
2257                 Allow toggling quotes by double-clicking them
2258                 Rename RemoteURI to ClickableText to reflect
2259                 the fact it's used for a variety of things
2260
2261 2006-08-02 [wwp]        2.4.0cvs16
2262
2263         * src/mainwindow.c
2264                 fix "View/Hide quotes" menu item status initialization.
2265
2266 2006-08-02 [wwp]        2.4.0cvs15
2267
2268         * src/matcher_parser_parse.y
2269                 remove a debug trace.
2270
2271 2006-08-02 [paul]       2.4.0cvs14
2272
2273         * src/plugins/pgpcore/passphrase.c
2274                 don't set initial dialog size
2275                 make it resizable
2276
2277 2006-08-02 [paul]       2.4.0cvs13
2278
2279         * src/noticeview.c
2280                 remove the rogue '/' character
2281
2282 2006-08-02 [paul]       2.4.0cvs12
2283
2284         * src/noticeview.c
2285                 allow buttons to resize as necessary
2286
2287 2006-08-01 [wwp]        2.4.0cvs11
2288
2289         * src/mbox.c
2290                 fix strict ISO C90 compliance.
2291
2292 2006-08-01 [wwp]        2.4.0cvs10
2293
2294         * tools/update-po
2295                 updated update-po tool to work w/ context-dependent translations.
2296                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2297
2298 2006-08-01 [wwp]        2.4.0cvs9
2299
2300         * src/matcher.c
2301         * src/prefs_filtering.c
2302         * src/prefs_matcher.c
2303                 allow context-dependent translations for "All",
2304                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2305
2306 2006-07-31 [colin]      2.4.0cvs8
2307
2308         * AUTHORS
2309         * src/gtk/authors.h
2310                 Add Rafal to authors
2311
2312 2006-07-31 [colin]      2.4.0cvs7
2313
2314         * src/compose.c
2315         * src/mainwindow.c
2316         * src/messageview.h
2317         * src/prefs_common.c
2318         * src/prefs_common.h
2319         * src/textview.c
2320                 Add 'View/Hide quotes'. Patch based on a patch
2321                 by Rafal Weglarz
2322
2323 2006-07-31 [colin]      2.4.0cvs6
2324
2325         * src/action.c
2326                 Fix problem with "> stuff >" actions
2327
2328 2006-07-31 [paul]       2.4.0cvs5
2329
2330         * po/nb.po
2331                 updated by Geir Helland
2332
2333 2006-07-31 [wwp]        2.4.0cvs4
2334
2335         * src/mainwindow.c
2336         * src/summaryview.c
2337         * src/summaryview.h
2338                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2339                 thanks to Colin.
2340
2341 2006-07-31 [wwp]        2.4.0cvs3
2342
2343         * src/Makefile.am
2344         * src/addr_compl.c
2345         * src/addr_compl.h
2346         * src/addressbook.c
2347         * src/addressbook.h
2348         * src/addressbook_foldersel.c
2349         * src/addressbook_foldersel.h
2350         * src/addrindex.c
2351         * src/addrindex.h
2352         * src/matcher.c
2353         * src/matcher.h
2354         * src/matcher_parser_lex.l
2355         * src/matcher_parser_parse.y
2356         * src/prefs_common.c
2357         * src/prefs_common.h
2358         * src/prefs_filtering.c
2359         * src/prefs_matcher.c
2360         * src/prefs_matcher.h
2361         * src/summaryview.c
2362                 introduce filtering against the address book. It's now possible to add
2363                 matched conditions to determine if any email address in a message matches
2364                 or doesn't match any or all books or folders in the address book.
2365
2366 2006-07-31 [wwp]        2.4.0cvs2
2367
2368         * src/account.c
2369         * src/filtering.c
2370         * src/filtering.h
2371         * src/folder.c
2372         * src/folderview.c
2373         * src/inc.c
2374         * src/mainwindow.c
2375         * src/matcher.c
2376         * src/matcher_parser_lex.l
2377         * src/matcher_parser_parse.y
2378         * src/mbox.c
2379         * src/prefs_filtering.c
2380         * src/prefs_filtering.h
2381         * src/procmsg.c
2382         * src/procmsg.h
2383         * src/summaryview.c
2384                 introduce per-account filtering rules. Each filtering rule can now be assigned
2385                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2386                 when applying filtering rules manually, as all rules will apply - even the ones
2387                 assigned to an account. This issue will be addressed soon.
2388  
2389
2390
2391 2006-07-31 [wwp]        2.4.0cvs1
2392
2393         * src/quote_fmt.c
2394                 make more strings translatable.
2395
2396 2006-07-31 [paul]       2.4.0
2397
2398         2.4.0 released
2399
2400 2006-07-31 [paul]       2.3.1cvs91
2401
2402         * po/ca.po
2403                 updated by Miquel Oliete
2404
2405 2006-07-31 [paul]       2.3.1cvs90
2406
2407         * po/de.po
2408         * po/el.po
2409         * po/fr.po
2410         * po/it.po
2411         * po/pl.po
2412         * po/pt_BR.po
2413         * po/sr.po
2414         * po/zh_CN.po
2415                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2416                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2417                 Aleksandar Urosevic, and Ralgh Young
2418
2419 2006-07-31 [paul]       2.3.1cvs89
2420
2421         * src/account.c
2422         * src/main.c
2423         * src/mainwindow.c
2424         * src/mainwindow.h
2425                 Fix a race condition when, after an SC crash, rescanning
2426                 folders took more than 0.5 seconds
2427                 Thanks to Colin
2428
2429 2006-07-31 [paul]       2.3.1cvs88
2430
2431         * src/folderview.c
2432                 don't translate separator strings
2433
2434 2006-07-30 [mones]      2.3.1cvs87
2435
2436         * doc/man/sylpheed-claws.1
2437                 Fixed non-ASCII chars in Hoa's name
2438         * po/es.po
2439                 Updated for release
2440
2441 2006-07-27 [colin]      2.3.1cvs86
2442
2443         * src/textview.c
2444                 Don't include the leading \n in links
2445                 Patch by Fabien
2446
2447 2006-07-25 [colin]      2.3.1cvs85
2448
2449         * src/mainwindow.c
2450         * src/common/socket.h
2451         * src/etpan/imap-thread.c
2452                 Refresh resolvers before connecting
2453                 to IMAP servers, and after switching
2454                 to online. Thanks to Paul.
2455
2456 2006-07-18 [colin]
2457
2458         * 2.4.0-rc4 released
2459
2460 2006-07-17 [colin]      2.3.1cvs84
2461
2462         * src/inc.c
2463                 Show connection attempt in statusbar before
2464                 connecting (previously first message was
2465                 "Retrieving messages from ..." after the
2466                 connection succeeded.
2467
2468 2006-07-16 [wwp]        2.3.1cvs83
2469
2470         * sylpheed-claws.ico
2471                 Added .ico file (windows multi-size icon file, generated).
2472
2473 2006-07-12 [wwp]        2.3.1cvs82
2474
2475         * src/messageview.c
2476                 remove Message/Re-edit menu entry from messageview window,
2477                 as sent/draft/queued messages are opened in compose window when
2478                 re-edited and it's not possible to re-edit other msgs.
2479
2480 2006-07-12 [paul]       2.3.1cvs81
2481
2482         * AUTHORS
2483         * src/mainwindow.c
2484         * src/gtk/authors.h
2485                 check online state before resetting
2486                 mailcheck timer. Useful if some program
2487                 verifies connection state and updates
2488                 Claws.
2489                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2490
2491 2006-07-12 [paul]       2.3.1cvs80
2492
2493         * sylpheed-claws-128x128.png
2494         * sylpheed-claws-64x64.png
2495         * sylpheed-claws.png
2496         * src/Makefile.am
2497         * src/main.c
2498         * src/prefs_toolbar.c
2499         * src/stock_pixmap.c
2500         * src/stock_pixmap.h
2501         * src/wizard.c
2502         * src/gtk/about.c
2503         * src/gtk/gtkutils.c
2504         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2505         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2506         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2507         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2508         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2509         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2510                 updated and renamed logo/icon files and related
2511                 logo by Jesper Schultz
2512
2513 2006-07-11 [paul]       2.3.1cvs79
2514
2515         * src/main.c
2516                 fix the labels a smidgin
2517
2518 2006-07-09 [colin]      2.3.1cvs78
2519
2520         * src/textview.c
2521                 Show errors in textviewer's command
2522                 Patch by H. Merijn Brand
2523
2524 2006-07-09 [colin]      2.3.1cvs77
2525
2526         * src/compose.c
2527                 Save FMID in drafts too
2528
2529 2006-07-08 [colin]      2.3.1cvs76
2530
2531         * src/compose.c
2532                 Svae RMID in drafted mails too
2533                 Save quote_fmt vars for whole mails,
2534                 don't reset at each quote_fmt_init:
2535                 allows to use the same |i{var} in
2536                 various template fields
2537         * src/prefs_template.c
2538         * src/quote_fmt.h
2539         * src/quote_fmt_parse.y
2540                 Same
2541
2542 2006-07-08 [colin]      2.3.1cvs75
2543
2544         * src/textview.c
2545                 Fix highlighting of attached parts URIs
2546
2547 2006-07-08 [colin]      2.3.1cvs74
2548
2549         * src/main.c
2550                 Prevent bug #981 (sc 2.3.1 segfaults with 
2551                 gtk+ 2.10) from being reported again:
2552                 if Sylpheed-Claws has been compiled against
2553                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2554                 of if Sylpheed-Claws has been compiled against
2555                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2556                 error out.
2557
2558 2006-07-07 [colin]      2.3.1cvs73
2559
2560         * src/prefs_actions.c
2561                 Fix label
2562
2563 2006-07-07 [colin]      2.3.1cvs72
2564
2565         * src/prefs_actions.c
2566                 Fix compile on gtk < 2.8. argh :)
2567
2568 2006-07-07 [paul]       2.3.1cvs71
2569
2570         * src/common/defs.h
2571                 update DONATE_URI
2572
2573 2006-07-07 [colin]      2.3.1cvs70
2574
2575         * po/POTFILES.in
2576         * src/quote_fmt.c
2577         * src/quote_fmt_lex.l
2578         * src/quote_fmt_parse.y
2579                 Add |i{var}, a way to insert user-entered
2580                 text in a template
2581
2582 2006-07-07 [colin]
2583
2584         * 2.4.0-rc3 released
2585
2586 2006-07-07 [colin]      2.3.1cvs69
2587
2588         * src/folder.c
2589                 Don't consider inboxes of UNKNOWN folder 
2590                 classes to be useable as default inboxes
2591
2592 2006-07-07 [paul]       2.3.1cvs68
2593
2594         * src/textview.c
2595                 add missing #include <errno.h>
2596                 Thanks to René J. Blokland
2597
2598 2006-07-07 [paul]       2.3.1cvs67
2599
2600         * src/action.c
2601                 Return now Closes dialog
2602         * src/mimeview.c
2603         * src/mimeview.h
2604         * src/textview.c
2605                 add contextual menu to mime parts listed
2606                 in the textview
2607                 Thanks to Colin
2608         * src/common/utils.c
2609                 reversal: ' is a valid character in URLs
2610
2611 2006-07-06 [colin]      2.3.1cvs66
2612
2613         * src/remotefolder.h
2614                 Forgotten in previous commit
2615
2616 2006-07-06 [colin]      2.3.1cvs65
2617
2618         * src/folder.c
2619                 Set summary update flag whenever
2620                 totals changed
2621         * src/imap.c
2622         * src/prefs_account.c
2623         * src/common/utils.h
2624         * src/etpan/imap-thread.c
2625                 Fix warnings, thanks to Fabien and
2626                 Ricardo
2627
2628 2006-07-06 [wwp]        2.3.1cvs64
2629
2630         * src/gtk/gtkutils.c
2631                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2632
2633 2006-07-06 [wwp]        2.3.1cvs63
2634
2635         * src/account.c
2636         * src/addressbook.c
2637         * src/addressitem.h
2638         * src/folderview.c
2639         * src/mainwindow.c
2640         * src/manual.c
2641         * src/manual.h
2642         * src/message_search.c
2643         * src/prefs_actions.c
2644         * src/prefs_filtering.c
2645         * src/prefs_filtering.h
2646         * src/prefs_template.c
2647         * src/summary_search.c
2648         * src/summaryview.c
2649         * src/gtk/gtkutils.c
2650         * src/gtk/gtkutils.h
2651         * src/gtk/pluginwindow.c
2652                 add help buttons to some dialogs. Clicking such buttons opens a
2653                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2654
2655 2006-07-06 [paul]       2.3.1cvs62
2656
2657         * src/textview.c
2658                 fix attachments contextual menu
2659                 Thanks to Colin
2660
2661 2006-07-05 [colin]      2.3.1cvs61
2662
2663         * src/textview.c
2664         * src/compose.c
2665                 Handle sftp:// links
2666
2667 2006-07-05 [paul]       2.3.1cvs60
2668
2669         * src/gtk/filesel.c
2670                 grab save button by default
2671                 Thanks to Colin
2672
2673 2006-07-05 [wwp]        2.3.1cvs59
2674
2675         * manual/xml2pdf
2676                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2677
2678 2006-07-04 [colin]      2.3.1cvs58
2679
2680         * src/mimeview.c
2681         * src/textview.c
2682                 Use left click to select, middle click to open
2683                 on mimeparts links
2684         * src/common/utils.c
2685                 Fix segfault
2686
2687 2006-07-04 [colin]      2.3.1cvs57
2688
2689         * src/mainwindow.c
2690         * src/news.c
2691                 Warning fixes, thanks to Fabien
2692
2693 2006-07-04 [colin]      2.3.1cvs56
2694
2695         * src/mimeview.c
2696         * src/mimeview.h
2697         * src/textview.c
2698                 Allow parts to be selected via their text label
2699                 in textview
2700
2701 2006-07-04 [colin]      2.3.1cvs55
2702
2703         * src/folderview.c
2704                 Feedback when closing (for big folders)
2705         * src/prefs_actions.c
2706         * src/prefs_filtering.c
2707         * src/prefs_matcher.c
2708         * src/prefs_template.c
2709                 Fix default button when closing without
2710                 having saved
2711
2712 2006-07-04 [colin]      2.3.1cvs54
2713
2714         * src/news.c
2715                 Delete local file on deletion
2716
2717 2006-07-03 [colin]      2.3.1cvs53
2718
2719         * src/folderview.c
2720         * src/main.c
2721                 Don't freeze when rescanning after crash
2722
2723 2006-07-03 [wwp]        2.3.1cvs52
2724
2725         * src/compose.c
2726         * src/privacy.c
2727         * src/privacy.h
2728         * src/plugins/pgpinline/pgpinline.c
2729         * src/plugins/pgpmime/pgpmime.c
2730                 don't report an error when the user cancels the passphrase dialog.
2731
2732 2006-07-02 [colin]      2.3.1cvs51
2733
2734         * src/folderview.c
2735                 Open message when crossing folders with Space,
2736                 goto next unread and friends
2737
2738 2006-07-01 [colin]      2.3.1cvs50
2739
2740         * src/prefs_account.c
2741                 Typographic rules varying from language
2742                 to language (in french "Protocole :"),
2743                 we have to do that :)
2744
2745 2006-07-01 [ticho]      2.3.1cvs49
2746
2747         * src/prefs_account.c
2748                 Only use one temporary gchar* variable in
2749                 prefs_account_protocol_set_optmenu().
2750
2751 2006-07-01 [ticho]      2.3.1cvs48
2752
2753         * src/prefs_account.c
2754         * src/prefs_account.h
2755                 Use GtkLabel for existing account protocol name.
2756                 Created an array for protocol names and populate the
2757                 combobox from it in a for() cycle.
2758
2759 2006-06-30 [colin]      2.3.1cvs47
2760
2761         * src/compose.c
2762                 Block undo when changing signature (by changing
2763                 account)
2764
2765 2006-06-30 [paul]       2.3.1cvs46
2766
2767         * src/send_message.c
2768                 when editing From in the Compose window, use that address
2769                 in the Return-Path: header
2770                 Thanks to Colin
2771
2772 2006-06-30 [colin]      2.3.1cvs45
2773
2774         * src/compose.c
2775                 Fix signature replacement:
2776                 - when no newline before separator
2777                 - when reediting
2778
2779 2006-06-29 [colin]      2.3.1cvs44
2780
2781         * src/folderview.c
2782         * src/folderview.h
2783         * src/mainwindow.c
2784         * src/summaryview.c
2785                 Let 'View/Go to/Next marked' work like
2786                 Next new & Next unread: across folders
2787                 Change the select_on_entry pref to do
2788                 what we want when changing folder
2789         * src/common/utils.c
2790                 Fix single-quoted links 
2791
2792 2006-06-29 [colin]      2.3.1cvs43
2793
2794         * src/gtk/gtkaspell.c
2795                 "Sylpheed" and "Sylpheed-Claws" do exist !
2796
2797 2006-06-29 [colin]      2.3.1cvs42
2798
2799         * src/imap.c
2800                 Forgot to remove debug
2801
2802 2006-06-29 [colin]      2.3.1cvs41
2803
2804         * src/imap.c
2805         * src/imap.h
2806         * src/mainwindow.c
2807                 Disconnect from IMAP servers when going
2808                 offline. Fixes bug #978 (going to offline-mode 
2809                 won't close connections)
2810
2811 2006-06-29 [colin]      2.3.1cvs40
2812
2813         * src/main.c
2814                 Fix transient setting on failing plugins
2815                 Patch by Fabien
2816         * src/plugins/pgpcore/sgpgme.c
2817                 Only warn for OpenPGP. Most people don't
2818                 have CMS available.
2819
2820 2006-06-29 [colin]      2.3.1cvs39
2821
2822         * src/compose.c
2823                 Fix Spelling menu (discrepancy between context menu
2824                 and top menu when folder's dictionary isn't the 
2825                 default one)
2826         * src/plugins/pgpcore/sgpgme.c
2827                 More error reporting about why gpgme can fail
2828
2829 2006-06-29 [wwp]        2.3.1cvs38
2830
2831         * src/mainwindow.c
2832                 honor the display-header-pane setting even when the message view
2833                 is a separate window.
2834
2835 2006-06-29 [wwp]        2.3.1cvs37
2836
2837         * src/prefs_actions.c
2838                 forgot to commit that one (use of GTK_STOCK_INFO).
2839
2840 2006-06-29 [colin]      2.3.1cvs36
2841
2842         * src/imap.c
2843                 Better handling of login errors (ask the password
2844                 again once), alert in case of error. Fix three
2845                 signedness warnings.
2846
2847 2006-06-28 [wwp]        2.3.1cvs35
2848
2849         * src/prefs_template.c
2850         * src/prefs_matcher.c
2851         * src/prefs_filtering_action.c
2852         * src/prefs_quote.c
2853                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2854                 patch by Fabien Vantard, slightly modified.
2855
2856 2006-06-28 [paul]
2857
2858         2.4.0-rc2 released
2859
2860 2006-06-28 [colin]      2.3.1cvs34
2861
2862         * src/prefs_account.c
2863                 Fix bug #977 (Can't add or edit imap accounts)
2864
2865 2006-06-28 [colin]      2.3.1cvs33
2866
2867         * src/mimeview.c
2868                 Fix previous
2869
2870 2006-06-28 [colin]      2.3.1cvs32
2871
2872         * src/mimeview.c
2873                 Save named inlined attachments with "Save all"
2874         * src/main.c
2875         * src/mbox.c
2876         * src/common/plugin.c
2877         * src/common/plugin.h
2878         * src/common/sylpheed.c
2879         * src/common/utils.c
2880         * src/plugins/pgpcore/sylpheed.def
2881         * src/plugins/pgpinline/sylpheed.def
2882         * src/plugins/pgpmime/sylpheed.def
2883                 Win32 compatibility patch, by
2884                 Werner Koch
2885
2886 2006-06-28 [wwp]        2.3.1cvs31
2887
2888         * src/imap.c
2889         * src/prefs_folder_item.c
2890                 less compilation warnings (thanks to Fabien Vantard), less typos.
2891
2892 2006-06-28 [paul]       2.3.1cvs30
2893
2894         * src/gtk/gtkutils.c
2895                 gtk_combo_box_set_focus_on_click() is only
2896                 available since gtk 2.6.0
2897
2898 2006-06-28 [paul]       2.3.1cvs29
2899
2900         * src/prefs_ext_prog.c
2901                 fix engrish and add a tooltip for the
2902                 'command for 'Display as text' option
2903
2904 2006-06-28 [paul]
2905
2906         2.4.0-rc1 released
2907
2908 2006-06-28 [paul]       2.3.1cvs28
2909
2910         * ChangeLog
2911         * tools/Makefile.am
2912                 include textviewer.pl in releases
2913
2914 2006-06-28 [paul]       2.3.1cvs27
2915
2916         * src/prefs_ext_prog.c
2917                 hide Print command option if libgnomeprint
2918                 support is present
2919
2920 2006-06-27 [colin]      2.3.1cvs26
2921
2922         * src/compose.c
2923                 Fix Esc handling in insert/attach dialog
2924                 Don't show this dialog if dragging something
2925                 else than text/uri-list
2926                 Thanks to Fabien Vantard
2927         * tools/textviewer.pl
2928                 Filter script to display stuff as text
2929                 by H. Merijn Brand
2930
2931 2006-06-27 [wwp]        2.3.1cvs25
2932
2933         * src/messageview.c
2934                 use the exact product name (message view title), patch
2935                 by Fabien Vantard.
2936
2937 2006-06-27 [ticho]      2.3.1cvs24
2938
2939         * src/prefs_account.c
2940         * src/prefs_common.c
2941         * src/prefs_common.h
2942         * src/prefs_ext_prog.c
2943         * src/textview.c
2944                 Add a preference (Preferences/External programs)
2945                 to allow "Display as text" to be done via a script
2946                 (patch by H.Merijn Brand).
2947                 Use GtkComboBox for protocol selection in account
2948                 preferences.
2949                 Only include current choice for existing accounts, and
2950                 insensitivize the combobox.
2951
2952 2006-06-27 [paul]       2.3.1cvs23
2953
2954         * src/mbox.c
2955                 fix crasher introduced in cvs21.
2956                 Thanks to Colin
2957
2958 2006-06-26 [colin]      2.3.1cvs22
2959
2960         * src/mbox.c
2961                 Fix double-frees when leaving folders
2962                 after exporting to mbox
2963
2964 2006-06-26 [colin]      2.3.1cvs21
2965
2966         * src/mbox.c
2967                 More feedback (and optimisation)
2968                 on import/export
2969         * src/common/utils.c
2970                 Fix case when looking for mail addresses
2971         * src/gtk/gtkutils.c
2972                 Extra check for (X-)Face
2973
2974 2006-06-25 [ticho]      2.3.1cvs20
2975
2976         * src/compose.c
2977         * src/exphtmldlg.c
2978         * src/gtk/gtkutils.c
2979         * src/gtk/gtkutils.h
2980                 Added second argument to gtkut_sc_combobox_create() to
2981                 control focus-on-click for the widget.
2982                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2983
2984 2006-06-25 [ticho]      2.3.1cvs19
2985
2986         * src/compose.c
2987         * src/gtk/Makefile.am
2988         * src/gtk/combobox.c
2989         * src/gtk/combobox.h
2990         * src/gtk/gtkutils.c
2991         * src/gtk/gtkutils.h
2992                 Use GtkComboBox instead of deprecated GtkOptionMenu
2993                 for account selector in compose window and for encoding
2994                 selector in attachment properties.
2995                 Also factorise working with the new GtkComboBox somewhat.
2996
2997 2006-06-24 [paul]       2.3.1cvs18
2998
2999         * src/prefs_common.c
3000                 use the correct default value
3001
3002 2006-06-24 [paul]       2.3.1cvs17
3003
3004         * src/compose.c
3005         * src/prefs_common.c
3006         * src/prefs_common.h
3007         * src/prefs_compose_writing.c
3008                 enable setting of default action when
3009                 dnd'ing files in the compose window.
3010                 (Collaborative effort with wwp)
3011
3012 2006-06-23 [wwp]        2.3.1cvs16
3013
3014         * src/compose.c
3015                 i18n fix (thanks to Fabien Vantard)
3016
3017 2006-06-22 [colin]      2.3.1cvs15
3018
3019         * src/prefs_customheader.c
3020                 Don't use filters in custom headers' file 
3021                 selector. Remember, extensions mean nothing :)
3022
3023 2006-06-22 [paul]       2.3.1cvs14
3024
3025         * configure.ac
3026                 allow setting of man directory location
3027
3028 2006-06-22 [colin]      2.3.1cvs13
3029
3030         * src/mainwindow.c
3031                 Add 'View/Go to/Next unread folder'.
3032                 I missed that :)
3033
3034 2006-06-22 [colin]      2.3.1cvs12
3035
3036         * src/common/utils.c
3037                 Add some subject prefixes
3038                 Patch by Bjorn T Johansen <btj@havleik.no>
3039
3040 2006-06-22 [colin]      2.3.1cvs11
3041
3042         * manual/advanced.xml
3043                 Forgotten hidden pref
3044
3045 2006-06-21 [paul]       2.3.1cvs10
3046
3047         * src/prefs_account.c
3048                 complete the removal of 'Add date header' option
3049
3050 2006-06-21 [paul]       2.3.1cvs9
3051
3052         * src/account.c
3053         * src/compose.c
3054         * src/prefs_account.c
3055         * src/prefs_account.h
3056                 remove option to add date header - always
3057                 add date header
3058         * src/etpan/imap-thread.c
3059                 fix warnings (Thanks to Colin)
3060
3061 2006-06-21 [wwp]        2.3.1cvs8
3062
3063         * src/folder.c
3064                 set the attachment flag when inline text part are (file)named. This is more convenient
3065                 when receiving (for instance) inline source files or patches sent using thunderbird.
3066
3067 2006-06-21 [paul]       2.3.1cvs7
3068
3069         * src/inc.c
3070                 fix off-by-one count of current msg in
3071                 statusbar filtering progressbar
3072
3073 2006-06-21 [paul]       2.3.1cvs6
3074
3075         * src/folder.c
3076                 Show attachment icon even if the part is 'inline'
3077                 if the following conditions are met:
3078                 - content-type != 'text/plain'
3079                 - content-type != '*/pgp-signature'
3080                 - either 'name' or 'filename' parameter is not NULL
3081                 
3082                 Thanks to Colin
3083
3084 2006-06-21 [paul]       2.3.1cvs5
3085
3086         * src/messageview.c
3087         * src/prefs_common.c
3088         * src/prefs_common.h
3089         * src/prefs_other.c
3090                 add an option to 'Never send Return
3091                 Receipts'
3092                 Thanks to Colin
3093
3094 2006-06-20 [mones]      2.3.1cvs4
3095
3096         * po/es.po
3097                 updated
3098         * src/compose.c
3099                 typo fixed (space after comma)
3100         * tools/make.themes.project
3101                 remove exec mode from tarball files
3102
3103 2006-06-20 [colin]      2.3.1cvs3
3104
3105         * src/news.c
3106         * src/procheader.c
3107         * src/unmime.c
3108                 Better fix for \n's in headers (don't 
3109                 break Received: and others)
3110
3111 2006-06-20 [paul]       2.3.1cvs2
3112
3113         * src/alertpanel.c
3114         * src/textview.c
3115                 improve legibility of phishing attempt
3116                 dialog
3117
3118 2006-06-20 [paul]       2.3.1cvs1
3119
3120         * NEWS
3121         * README
3122         * configure.ac
3123                 Update version number following
3124                 stable release
3125
3126 2006-06-20 [colin]      2.3.0cvs26
3127
3128         * src/compose.c
3129                 When dragging a file to the text of the compose
3130                 window, ask whether we want to insert or attach
3131                 (I know lots of people who do that to attach)
3132
3133 2006-06-20 [colin]      2.3.0cvs25
3134
3135         * src/etpan/imap-thread.c
3136                 Fix threshold (the append command is often > 32 bytes)
3137
3138 2006-06-19 [colin]      2.3.0cvs24
3139
3140         * src/imap.c
3141         * src/etpan/imap-thread.c
3142                 Workaround Rockliffe IMAP server bug: replace
3143                 "x UID SEARCH (ANSWERED UID 1:*)" with
3144                 "x UID SEARCH ANSWERED"
3145                 (Rockliffe doesn't handle the parenthesis)
3146
3147 2006-06-19 [colin]      2.3.0cvs23
3148
3149         * src/compose.c
3150         * src/imap.c
3151         * src/etpan/imap-thread.c
3152                 Probably fix bug #972 (Freezes when adding 
3153                 an attachment to the message)
3154         * src/common/defs.h
3155                 Modernize Firefox cmd
3156
3157
3158 2006-06-18 [colin]      2.3.0cvs22
3159
3160         * src/prefs_customheader.c
3161                 Only allow correct filenames for various
3162                 custom headers
3163
3164 2006-06-18 [colin]      2.3.0cvs21
3165
3166         * src/prefs_customheader.c
3167                 Add a 'From File...' button in custom headers prefs, which
3168                 try to do the right thing: 
3169                 for normal headers, use file as plaintext,
3170                 for X-Face, calls compface,
3171                 for Face, encode to b64.
3172
3173 2006-06-17 [colin]      2.3.0cvs20
3174
3175         * src/mh.c
3176                 Warning fix
3177
3178 2006-06-16 [colin]      2.3.0cvs19
3179
3180         * src/summaryview.c
3181                 Recursive quicksearch: show message list
3182                 in current folder, *then* search children
3183                 in the background.
3184
3185 2006-06-16 [colin]      2.3.0cvs18
3186
3187         * src/main.c
3188                 Instead of ignoring SIGPIPE, save caches
3189                 when getting one. Will fix the fact that
3190                 hot caches are out-of-date when logging 
3191                 out of Xorg.
3192         * src/compose.c
3193         * src/prefs_compose_writing.c
3194                 Only save text (not attachments) when 
3195                 auto-saving to drafts
3196         * src/unmime.c
3197                 Always replace \n, \r and \t with spaces
3198                 in headers
3199         * manual/dist/html/Makefile.am
3200         * manual/dist/pdf/Makefile.am
3201         * manual/dist/ps/Makefile.am
3202         * manual/dist/txt/Makefile.am
3203         * manual/fr/dist/html/Makefile.am
3204         * manual/fr/dist/pdf/Makefile.am
3205         * manual/fr/dist/ps/Makefile.am
3206         * manual/fr/dist/txt/Makefile.am
3207         * manual/pl/dist/html/Makefile.am
3208         * manual/pl/dist/pdf/Makefile.am
3209         * manual/pl/dist/ps/Makefile.am
3210         * manual/pl/dist/txt/Makefile.am
3211                 Fix make clean removing pregenerated manuals
3212
3213
3214 2006-06-16 [colin]      2.3.0cvs17
3215
3216         * src/plugins/pgpcore/sgpgme.c
3217         * src/plugins/pgpmime/pgpmime.c
3218         * src/plugins/pgpinline/pgpinline.c
3219                 Better error reporting in setup_signers.
3220                 Don't fallback to default key if specified
3221                 key isn't found.
3222                 Don't allow signing if more than one secret
3223                 key matches the one specified in prefs.
3224
3225 2006-06-15 [colin]      2.3.0cvs16
3226
3227         * src/folderview.c
3228                 Add "Send queue" in the folder's contextual
3229                 menu
3230         * src/compose.c
3231         * src/messageview.c
3232         * src/privacy.c
3233         * src/privacy.h
3234         * src/procmime.c
3235         * src/procmsg.c
3236         * src/plugins/pgpcore/passphrase.c
3237         * src/plugins/pgpcore/sgpgme.c
3238         * src/plugins/pgpinline/pgpinline.c
3239         * src/plugins/pgpmime/pgpmime.c
3240                 Better error reporting
3241         * src/mbox.c
3242                 Probably fix bug #971 (2.2.3 cannot read mail 
3243                 from local mbox)
3244
3245
3246 2006-06-15 [mones]      2.3.0cvs15
3247
3248         * tools/make.themes.project
3249                 creates the themes project from the web page
3250
3251 2006-06-15 [colin]      2.3.0cvs14
3252
3253         * src/folder.c
3254                 Better fix (avoid losing the folder if scan_tree 
3255                 fails)
3256
3257 2006-06-15 [cleroy]     2.3.0cvs13
3258
3259         * src/folder.c
3260                 Probably fix Bug #969 (crash on rebuilding 
3261                 imap folder)
3262
3263 2006-06-14 [colin]      2.3.0cvs12
3264
3265         * manual/dtd/manual.xsl
3266         * manual/sylpheed-claws-manual.xml
3267         * manual/fr/sylpheed-claws-manual.xml
3268         * manual/pl/sylpheed-claws-manual.xml
3269                 Insert pagebreaks between sections
3270
3271 2006-06-14 [paul]       2.3.0cvs11
3272
3273         * configure.ac
3274                 better fix than 2.3.0cvs10
3275
3276 2006-06-14 [paul]       2.3.0cvs10
3277
3278         * configure.ac
3279                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3280                 (backwards compatible)
3281
3282 2006-06-13 [colin]      2.3.0cvs9
3283
3284         * src/messageview.c
3285                 Fix sending of return receipt with the new queue folders
3286
3287 2006-06-13 [wwp]        2.3.0cvs8
3288
3289         * src/quote_fmt_lex.l
3290                 fix wrong tokens returned in quote_fmt lexer, query not().
3291
3292 2006-06-13 [wwp]        2.3.0cvs7
3293
3294         * src/folder.c
3295         * src/prefs_folder_item.c
3296                 allow changing folder type even when folder is not a top-level one,
3297                 thanks to Colin.
3298
3299 2006-06-12 [colin]      2.3.0cvs6
3300
3301         * src/folderview.c
3302                 Fix double-ask of "Do you want to mark all
3303                 as read"
3304
3305 2006-06-12 [colin]      2.3.0cvs5
3306
3307         * src/compose.c
3308         * src/compose.h
3309         * src/folder.c
3310         * src/folder.h
3311         * src/imap.c
3312         * src/inc.c
3313         * src/main.c
3314         * src/messageview.c
3315         * src/mh.c
3316         * src/prefs_folder_item.c
3317         * src/procheader.c
3318         * src/procmime.c
3319         * src/procmsg.c
3320         * src/procmsg.h
3321         * src/send_message.c
3322         * src/summaryview.c
3323         * src/toolbar.c
3324                 Apply bug #964's patch (Queue and drafts aren't normal)
3325                 The Drafts and Queue folder now contain RFC-822 files,
3326                 allowing to move and copy mails from and to these 
3327                 folders. Moving from Drafts to Queue will prepare the
3328                 mail for sending (PGP signature, encryption, etc).
3329                 This patch also rework sending errors handling to try
3330                 to be more helpful.
3331                 Also, allow redefining folder types via the GUI 
3332                 (Folder type in its Properties)
3333
3334 2006-06-12 [colin]      2.3.0cvs4
3335
3336         * src/summaryview.c
3337         * src/prefs_common.c
3338         * src/prefs_common.h
3339         * src/gedit-print.c
3340                 Allow to define a specific print font - patch
3341                 by Bernhard Walle <bernhard.walle@gmx.de>
3342         * src/prefs_fonts.c
3343         * manual/advanced.xml
3344         * manual/fr/advanced.xml
3345                 Add a hidden pref to allow deletion without
3346                 confirmation
3347
3348 2006-06-12 [wwp]        2.3.0cvs3
3349
3350         * .cvsignore
3351                 more files to ignore.
3352
3353 2006-06-12 [wwp]        2.3.0cvs2
3354
3355         * src/quote_fmt.c
3356         * src/quote_fmt_lex.l
3357         * src/quote_fmt_parse.y
3358                 extend the quote_fmt parser (templates and quotes):
3359                 - allow limited sub-expressions in |p{} and |f{} expressions,
3360                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3361                 - implemented/fixed missing implementation of query_references and show_references,
3362                 - completed, fixed contents and format of the symbols help dialog,
3363                 - fix some compilation warnings.
3364
3365 2006-06-12 [wwp]        2.3.0cvs1
3366
3367         * manual/advanced.xml
3368         * manual/fr/advanced.xml
3369                 updates in the "templates" section of the manual (eng/fr):
3370                  - be more precise (both versions)
3371                  - completed to match the english reference (fr version)
3372                  - touchups (both versions)
3373
3374 2006-06-12 [paul]       2.3.0
3375
3376         2.3.0 released
3377
3378 2006-06-12 [paul]       2.2.3cvs14
3379
3380         * po/ca.po
3381         * po/cs.po
3382         * po/de.po
3383         * po/el.po
3384         * po/fr.po
3385         * po/it.po
3386         * po/pt_BR.po
3387         * po/sr.po
3388         * po/zh_CN.po
3389                 updated by Miquel Oliete, Tim, Stephan Sachse,
3390                 Stavros Giannouris, Fabien Vantard, Andrea
3391                 Spadaccini, Frederico Goncalves Guimaraes,
3392                 Aleksandar Urosevic, and Ralgh Young
3393
3394 2006-06-12 [colin]      2.2.3cvs13
3395
3396         * src/mbox.c
3397                 Add missing header
3398
3399 2006-06-11 [colin]      2.2.3cvs12
3400
3401         * src/msgcache.c
3402                 Verify that g_malloc() succeeded
3403
3404 2006-06-11 [colin]      2.2.3cvs11
3405
3406         * src/wizard.c
3407                 Add Face header to welcome mail
3408
3409 2006-06-10 [colin]      2.2.3cvs10
3410
3411         * src/textview.c
3412                 Revert previous (Forgot it changes the
3413                 margin on the whole mail)
3414
3415 2006-06-10 [colin]      2.2.3cvs9
3416
3417         * src/textview.c
3418                 Don't overlap long headers under (X-)Face
3419
3420 2006-06-10 [mones]      2.2.3cvs8
3421
3422         * manual/xml2pdf
3423                 allow generation of manual on systems lacking saxon binary
3424                 but with java and the saxon library installed
3425
3426         * po/es.po
3427                 updated for release
3428
3429 2006-06-09 [colin]      2.2.3cvs7
3430
3431         * src/summaryview.c
3432                 Fix leak when using Display Sender using Addressbook
3433
3434 2006-06-09 [colin]      2.2.3cvs6
3435
3436         * src/compose.c
3437         * src/folder.c
3438         * src/folderview.c
3439         * src/mimeview.c
3440         * src/summaryview.c
3441                 More leaks fixes
3442
3443 2006-06-09 [paul]       2.2.3cvs5
3444
3445         * AUTHORS
3446         * src/gtk/authors.h
3447         * tools/claws.i18n.status.pl
3448                 updated with new info
3449
3450 2006-06-09 [paul]       2.2.3cvs4
3451
3452         * README
3453                 updated
3454         * manual/ack.xml
3455                 add wwp to authors list
3456         * src/gtk/authors.h
3457                 update mine and Colin's addresses
3458
3459 2006-06-08 [colin]      2.2.3cvs3
3460
3461         * src/etpan/imap-thread.c
3462                 Fix leak on SSL cert check
3463
3464 2006-06-08 [colin]      2.2.3cvs2
3465
3466         * src/common/utils.c
3467                 Fix leak
3468
3469 2006-06-08 [paul]       2.2.3cvs1
3470
3471         * configure.ac
3472                 Update version number following
3473                 stable release
3474
3475 2006-06-07 [colin]      2.2.2cvs3
3476
3477         * src/msgcache.c
3478                 Fix catching cache read errors (guint instead of gint)
3479                 Prevent malloc'ing more than 8MB (means cache corruption)
3480
3481 2006-06-07 [paul]       2.2.2cvs2
3482
3483         * src/exporthtml.c
3484         * src/exportldif.c
3485         * src/mh.c
3486         * src/mutt.c
3487         * src/pine.c
3488         * src/common/utils.c
3489                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3490                 obey $HOME'
3491                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3492                 Thanks to Colin
3493
3494 2006-06-06 [paul]       2.2.2cvs1
3495
3496         * configure.ac
3497                 Update version number following
3498                 stable release
3499
3500 2006-06-06 [paul]       2.2.1cvs6
3501
3502         * src/matcher.c
3503                 fix  implicit declaration of
3504                 sylpheed_do_idle()
3505                 Patch by Fabien Vantard
3506
3507 2006-06-06 [paul]       2.2.1cvs5
3508
3509         * src/matcher.c
3510                 fix age_greater and age_lower so that they
3511                 mean what say and not '...or equal to'
3512                 Thanks to Colin
3513
3514 2006-06-06 [paul]       2.2.1cvs4
3515
3516         * src/textview.c
3517         * src/common/utils.c
3518                 fix URI check
3519                 Thanks to Colin
3520
3521 2006-06-05 [wwp]        2.2.1cvs3
3522
3523         * manual/fr/account.xml
3524                 minor language fixes (thanks to Fabien Vantard).
3525
3526 2006-06-05 [colin]      2.2.1cvs2
3527
3528         * src/prefs_folder_item.c
3529         * src/folderview.c
3530                 Allow recursive setting of properties 
3531                 for whole mailboxes
3532         * src/matcher.c
3533                 Don't freeze on 'test' filtering rule
3534
3535 2006-06-05 [colin]      2.2.1cvs1
3536
3537         * configure.ac
3538                 Update version number following
3539                 stable release
3540
3541 2006-06-04 [wwp]        2.2.0cvs82
3542
3543         * manual/glossary.xml
3544         * manual/account.xml
3545         * manual/fr/glossary.xml
3546         * manual/fr/account.xml
3547                 added glossary section and references/links related to the Face custom header.
3548
3549 2006-06-04 [colin]      2.2.0cvs81
3550
3551         * src/summaryview.c
3552                 Skip to next message on move with no
3553                 immediate execution
3554
3555 2006-06-04 [wwp]        2.2.0cvs80
3556
3557         * manual/xml2pdf
3558                 added sanity checks, exit when needed.
3559
3560 2006-06-03 [paul]       2.2.0cvs79
3561
3562         * src/prefs_receive.c
3563                 page name is now 'Receiving'
3564         * src/prefs_send.c
3565                 page name is now 'Sending'
3566
3567 2006-06-03 [colin]      2.2.0cvs78
3568
3569         * src/plugins/spamassassin/spamassassin_gtk.c
3570                 Autoswitch to Localhost if transport was previously
3571                 disabled. Else people had to check [] Enable, then
3572                 *reselect* transport.
3573
3574 2006-06-03 [colin]      2.2.0cvs77
3575
3576         * src/plugins/pgpinline/pgpinline.c
3577         * src/plugins/pgpmime/pgpmime.c
3578                 Check that gpg_data_release_and_get_mem 
3579                 didn't fail (now, why this happens...)
3580
3581 2006-06-03 [colin]      2.2.0cvs76
3582
3583         * src/mbox.c
3584                 Fix bug #962 (Manual and/or UI should 
3585                 warn about incompatible locking 
3586                 causing dataloss)
3587
3588 2006-06-02 [cleroy]     2.2.0cvs75
3589
3590         * src/filtering.c
3591         * src/folder.c
3592         * src/procmsg.c
3593         * src/summaryview.c
3594                 Fix a few leaks
3595
3596 2006-06-02 [colin]      2.2.0cvs74
3597
3598         * src/main.c
3599                 On exit, free caches after writing them
3600                 Shuts up some valgrind false positives
3601         * src/procmsg.c
3602         * src/send_message.c
3603                 Fix races when reusing existing SMTP connections
3604                 Fix inexistant session timeout
3605         * src/toolbar.c
3606                 Display alertpanel after all queues have
3607                 been processed, not after each
3608
3609 2006-06-02 [wwp]        2.2.0cvs73
3610
3611         * manual/fr/glossary.xml
3612         * manual/fr/ack.xml
3613         * manual/ack.xml
3614                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3615
3616 2006-06-02 [wwp]        2.2.0cvs72
3617
3618         * manual/xml2pdf
3619         * manual/dist/pdf/Makefile.am
3620         * manual/dtd/manual.xsl
3621         * manual/fr/dist/pdf/Makefile.am
3622         * manual/pl/dist/pdf/Makefile.am
3623                 we changed the procedure to generate the .pdf version of the manual.
3624                 The procedure is more modern and the .pdf we get now has a valid index.
3625                 Here are the new pre-requisites:
3626
3627                 - JRE 1.x (1.4 here): there must be one from your distro
3628                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3629                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3630                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3631
3632                 See my posts for further info about the installation of this toolchain:
3633
3634                 Date: Fri, 19 May 2006 19:40:06 +0200
3635                 From: wwp <subscript@free.fr>
3636                 To: sylpheed-claws-devel@lists.sourceforge.net
3637                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3638
3639                 and
3640
3641                 Date: Wed, 24 May 2006 12:58:49 +0200
3642                 From: wwp <subscript@free.fr>
3643                 To: sylpheed-claws-devel@lists.sourceforge.net
3644                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3645
3646 2006-06-01 [colin]      2.2.0cvs71
3647
3648         * src/compose.c
3649                 Better guards against IMAP races
3650         * src/main.c
3651         * src/prefs_common.c
3652         * src/prefs_common.h
3653         * src/common/ssl_certificate.c
3654         * src/etpan/imap-thread.c
3655         * src/etpan/imap-thread.h
3656         * src/gtk/sslcertwindow.c
3657                 New hidden option ssl_skip_cert_check to 
3658                 avoid dups of bug #959 (libetpan linked
3659                 against gnutls and gnutls buggy on 64bit)
3660                 Present expired warning only once per
3661                 session/server.
3662         * manual/advanced.xml
3663         * manual/fr/advanced.xml
3664                 Document new option
3665
3666 2006-06-01 [wwp]        2.2.0cvs70
3667
3668         * src/messageview.c
3669                 fix for bug #961 (return receipt dialog 
3670                 complains incorrectly about return-path 
3671                 email adress being different), thanks 
3672                 to Colin.
3673
3674 2006-05-31 [cleroy]     2.2.0cvs69
3675
3676         * src/common/ssl.c
3677                 Guard against NULLs, although this
3678                 should never be an issue
3679
3680 2006-05-31 [colin]      2.2.0cvs68
3681
3682         * src/filtering.c
3683                 Use g_slist_prepend
3684         * src/imap.c
3685                 Don't remove caches when destroying folder, it
3686                 could (should) be done at exit
3687         * src/inc.c
3688                 free processing cache after incorporation
3689         * src/etpan/imap-thread.c
3690                 Maybe fix bug #959 (Crash on moving to emails 
3691                 to a imap account per ssl with a expired 
3692                 certificate.)
3693
3694 2006-05-30 [colin]      2.2.0cvs67
3695
3696         * src/summaryview.c
3697                 Put back event flush when displaying message
3698                 It avoids reading a bunch of messages just
3699                 by hitting shift-n for too long ;)
3700
3701 2006-05-29 [colin]      2.2.0cvs66
3702
3703         * src/summaryview.c
3704                 Remove useless g_warnings
3705
3706 2006-05-29 [colin]      2.2.0cvs65
3707
3708         * src/imap.c
3709                 Fix g_slist_append()s for performance
3710
3711 2006-05-29 [colin]      2.2.0cvs64
3712
3713         * src/compose.c
3714         * src/common/utils.c
3715                 Fix extraneous tab at start of addresses
3716         * src/mainwindow.c
3717                 Fix warnings (thanks to Fabien)
3718                 Fix crash at exit when composing messages 
3719                 exist
3720         * src/pop.c
3721                 Fix progress bar when deleting expired mails
3722                 Thanks to Hiro
3723         * src/summaryview.c
3724         * src/gtk/gtksctree.c
3725                 Fix re-sorting slowness
3726
3727 2006-05-29 [paul]       2.2.0cvs63
3728
3729         * src/mh.c
3730                 fetch full message when moving mails
3731                 from another mailbox, (fixed data loss
3732                 when filtering from IMAP to MH, introduced
3733                 in 2.2.0cvs57).
3734                 Thanks to Colin
3735
3736 2006-05-29 [mones]      2.2.0cvs62
3737
3738         * src/gtk/gtksctree.c
3739                 Unselect faster (patch by Colin)        
3740
3741 2006-05-26 [colin]      2.2.0cvs61
3742
3743         * src/summaryview.c
3744                 Unplug MSGINFO_UPDATE callback on delete too.
3745
3746 2006-05-26 [colin]      2.2.0cvs60
3747
3748         * src/foldersel.c
3749                 Fix bold in folder selection window with glib2.10
3750                 thanks Hiro
3751
3752 2006-05-26 [colin]      2.2.0cvs59
3753
3754         * src/procheader.c
3755                 Convert date only if necessary (and don't
3756                 try to convert from utf8 to utf8, too)
3757         * src/summaryview.c
3758                 Only set column's text if the column's 
3759                 displayed
3760
3761 2006-05-26 [colin]      2.2.0cvs58
3762
3763         * src/summaryview.c
3764         * src/gtk/gtkutils.c
3765                 Fix useless warning
3766
3767 2006-05-26 [colin]      2.2.0cvs57
3768
3769         * src/mainwindow.c
3770                 Make summaryview selectable as long as 
3771                 no message has focus
3772         * src/mh.c
3773                 Faster deletion (by implementing mh_remove_msgs)
3774                 Faster copy (avoid using mh_fetch_msg just to get
3775                 the filename)
3776                 Faster move (using move_file instead of copy_file
3777                 if MSG_IS_MOVE)
3778                 No progressbar if total number of mails to cp/mv 
3779                 is less than 100
3780         * src/summaryview.c
3781                 Fix removal from subject_table when mail gets moved
3782                 Faster deletion (g_slist_prepend instead of append)
3783         * src/gtk/gtksctree.c
3784                 Remove useless code
3785
3786 2006-05-25 [colin]      2.2.0cvs56
3787
3788         * src/common/ssl_certificate.c
3789                 Fix leak in expired cert check
3790
3791 2006-05-25 [colin]      2.2.0cvs55
3792
3793         * src/mh.c
3794                 Disable flags syncing on .mh_sequences - it
3795                 is buggy and marks mails read under unknown
3796                 conditions.
3797
3798 2006-05-25 [paul]
3799
3800         * 2.3.0-rc4 released
3801
3802 2006-05-24 [colin]      2.2.0cvs54
3803
3804         attention cvs users: if you manage to crash
3805         Sylpheed-Claws while moving, copying or deleting
3806         mails, we *are* interested in stack traces and
3807         valgrind logs. It looks stable, but one never
3808         knows...
3809
3810         * src/folder.c
3811                 Add progressbar for cache updates
3812         * src/folderutils.c
3813                 Optimize Mark all read in the current
3814                 folder
3815         * src/mh.c
3816                 Add progressbar for copy/move
3817         * src/procmsg.c
3818                 Optimize O(n^2) in copy/move
3819         * src/summaryview.c
3820         * src/gtk/gtksctree.c
3821                 Optimize O(n^2) algos
3822         * src/common/timing.h
3823                 Display ms instead of us
3824
3825 2006-05-24 [wwp]        2.2.0cvs53
3826
3827         * manual/fr/advanced.xml
3828                 updates to the French manual.
3829
3830 2006-05-24 [wwp]        2.2.0cvs52
3831
3832         * src/common/utils.c
3833                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3834
3835 2006-05-24 [wwp]        2.2.0cvs51
3836
3837         * src/folderutils.c
3838                 fixed "mark all read" in MH folders (thanks to Colin).
3839
3840 2006-05-24 [paul]       2.2.0cvs50
3841
3842         * doc/man/sylpheed-claws.1
3843                 updated the man page
3844
3845 2006-05-23 [colin]      2.2.0cvs49
3846
3847         * src/folderview.c
3848         * src/imap.c
3849         * src/inc.c
3850         * src/mbox.c
3851         * src/messageview.c
3852         * src/news.c
3853         * src/send_message.c
3854         * src/summaryview.c
3855         * src/gtk/sslcertwindow.c
3856                 alertpanel fixes, by Fabien
3857
3858 2006-05-23 [colin]      2.2.0cvs48
3859
3860         * src/folder.c
3861         * src/folderview.c
3862         * src/msgcache.c
3863         * src/summaryview.c
3864         * src/gtk/gtksctree.c
3865         * src/gtk/gtksctree.h
3866                 More timings
3867                 Fix slow loading problem, which was caused by the
3868                 use of some gtk_ctree funcs and their use of
3869                 g_list_position while gtk_ctree_(un)link'ing.
3870                 Reap more functions from gtkctree.c to be sure we
3871                 use our (fast) version instead of theirs.
3872         * src/mh.c
3873                 Fix copy of unread mails
3874
3875
3876 2006-05-22 [wwp]        2.2.0cvs47
3877
3878         * manual/fr/advanced.xml
3879                 updated.
3880
3881 2006-05-22 [colin]      2.2.0cvs46
3882
3883         * src/filtering.c
3884                 Fix possible infinite loop. 'copy' is not a 
3885                 final action, so when encountering a 'copy',
3886                 we have to check if a previous one was set
3887                 and do it. In the same way, if we encounter
3888                 a 'move' we have to perform a possibly 
3889                 pending 'copy'. This will slow down filtering
3890                 on IMAP if move+copy or multiple copy actions
3891                 are to be done, but handling it via the batch
3892                 would be really too convoluted.
3893
3894 2006-05-22 [wwp]        2.2.0cvs45
3895
3896         * manual/fr/advanced.xml
3897         * manual/fr/faq.xml
3898         * manual/fr/glossary.xml
3899         * manual/fr/handling.xml
3900         * manual/fr/intro.xml
3901         * manual/fr/plugins.xml
3902         * manual/fr/sylpheed-claws-manual.xml
3903                 sync w/ the english manual: updates URIs, documented mailing-list
3904                 support, better explanation about the enabled/disabled feature
3905                 in filtering/processing rules by Paul.
3906
3907 2006-05-21 [colin]      2.2.0cvs44
3908
3909         * src/summaryview.c
3910                 Don't expand after building threads, but during
3911
3912 2006-05-21 [colin]      2.2.0cvs43
3913
3914         * src/procmsg.c
3915         * src/summaryview.c
3916                 More timing possibilities... For next time I have 
3917                 to find out how the hell some 3GHz computer takes
3918                 one minute to open a 30k folder...
3919
3920 2006-05-21 [colin]      2.2.0cvs42
3921
3922         * manual/pl/advanced.xml
3923         * manual/pl/faq.xml
3924         * manual/pl/glossary.xml
3925         * manual/pl/handling.xml
3926         * manual/pl/intro.xml
3927         * manual/pl/plugins.xml
3928         * manual/pl/sylpheed-claws-manual.xml
3929                 Polish manual updated by Pawel
3930
3931 2006-05-20 [colin]
3932
3933         * 2.3.0-rc3 released
3934
3935 2006-05-20 [colin]      2.2.0cvs41
3936
3937         * src/imap.c
3938                 Fix -rc2 problems:
3939                 - remove cache of moved messages from original folder
3940                 - apply new flags to messages even if they aren't appliable
3941                   via IMAP.
3942
3943 2006-05-20 [colin]
3944
3945         * 2.3.0-rc2 released
3946
3947 2006-05-19 [colin]      2.2.0cvs40
3948
3949         * src/imap.c
3950                 Don't issue SELECT in imap_change_flags
3951                 before having checked that we indeed have
3952                 some flags to change. MSG_POSTFILTERED for
3953                 example can't be used on IMAP.
3954                 Fixes bug #955 (copying messages between 
3955                 imap folders is extremely slow), which was
3956                 a regression.
3957
3958 2006-05-19 [colin]      2.2.0cvs39
3959
3960         * src/folder.c
3961         * src/folder.h
3962         * src/folderview.c
3963                 Try to fix bug #830 (Some unread messages 
3964                 get marked read in IMAP inbox):
3965                 - Prevent scanning a folder if it's being 
3966                   opened via the GUI
3967                 - Postpone opening via the GUI of a folder
3968                   currently scanned.
3969
3970
3971 2006-05-19 [wwp]        2.2.0cvs38
3972
3973         * manual/advanced.xml
3974                 fix English+typo (thanks to Paul).
3975
3976 2006-05-19 [wwp]        2.2.0cvs37
3977
3978         * manual/advanced.xml
3979         * manual/fr/advanced.xml
3980         * src/gtk/logwindow.c
3981         * src/prefs_common.c
3982         * src/prefs_common.h
3983                 added hidden prefs to allow customization of colors used in
3984                 protocol log window (useful for dark gtk+ themes).
3985
3986 2006-05-19 [wwp]        2.2.0cvs36
3987
3988         * ChangeLog
3989                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3990
3991 2006-05-19 [paul]       2.2.0cvs35
3992
3993         * src/textview.c
3994                 make Reply-To fully clickable
3995         * src/gtk/logwindow.c
3996                 more colouring (SMTP ESMTP)
3997         Both patches by Pawel Pekala
3998
3999 2006-05-19 [cleroy]     2.2.0cvs34
4000
4001         * src/mh.c
4002                 Don't update flags from current folder
4003                 Probably fixes bug #935 (Read Messages 
4004                 Revert to Being Marked as Unread)
4005
4006 2006-05-18 [colin]      2.2.0cvs33
4007
4008         * src/imap.c
4009                 Warning fix
4010         * src/compose.c
4011         * src/mainwindow.c
4012         * src/summaryview.c
4013         * src/toolbar.c
4014                 Allow replying to multiple emails
4015                 in multiple windows
4016         * src/mimeview.c
4017         * src/etpan/imap-thread.c
4018                 Leak fixes
4019
4020 2006-05-18 [paul]       2.2.0cvs32
4021
4022         * src/summaryview.c
4023                 keep Mailing-List menu refreshed
4024                 Thanks to Colin
4025
4026 2006-05-18 [paul]       2.2.0cvs31
4027
4028         * manual/advanced.xml
4029         * manual/faq.xml
4030         * manual/glossary.xml
4031         * manual/handling.xml
4032         * manual/intro.xml
4033         * manual/plugins.xml
4034         * manual/sylpheed-claws-manual.xml
4035                 update URLs
4036                 add info about mailing-list support
4037                 edit filtering info
4038         * src/wizard.c
4039         * src/common/defs.h
4040         * src/gtk/about.c
4041         * src/plugins/dillo_viewer/README
4042                 update URLs
4043
4044 2006-05-17 [wwp]        2.2.0cvs30
4045
4046         * manual/handling.xml
4047         * manual/fr/handling.xml
4048                 documented the ability to enabled/disable filtering/processing rules.
4049
4050 2006-05-17 [colin]      2.2.0cvs29
4051
4052         * src/main.c
4053                 Don't initialize g_thread subsystem if it's 
4054                 already done (thanks to Hiro)
4055         * src/mimeview.c
4056                 Fix saving of parts when there name can't be
4057                 converted from UTF-8.
4058
4059 2006-05-17 [paul]       2.2.0cvs28
4060
4061         * po/Makefile.in.in
4062                 fix config.status warning with autoconf 2.60
4063
4064 2006-05-17 [paul]       2.2.0cvs27
4065
4066         * po/POTFILES.in
4067                 add src/mbox.c
4068
4069 2006-05-17 [wwp]        2.2.0cvs26
4070
4071         * src/mainwindow.c
4072                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4073
4074 2006-05-17 [wwp]        2.2.0cvs25
4075
4076         * src/plugins/demo/demo.c
4077                 updated product name in plugin demo (many plugins need to be
4078                 sync'ed w/ that change).
4079
4080 2006-05-17 [colin]      2.2.0cvs24
4081
4082         * src/mh.c
4083                 Fix leak
4084
4085 2006-05-16 [colin]      2.2.0cvs23
4086
4087         * src/mainwindow.c
4088                 Stupid me hit again. Fix cvs22.
4089
4090 2006-05-16 [colin]      2.2.0cvs22
4091
4092         * src/mainwindow.c
4093                 Fix bug #922 (sylpheed-claws crashed after 
4094                 pushing on Inbox folder)
4095
4096 2006-05-16 [colin]      2.2.0cvs21
4097
4098         * src/compose.c
4099                 Make From header be copy/paste/select-able
4100
4101 2006-05-16 [wwp]        2.2.0cvs20
4102
4103         * src/export.c
4104         * src/matcher.c
4105         * src/summaryview.c
4106         * src/etpan/imap-thread.c
4107                 fix some compiler warnings (thanks to Colin).
4108
4109 2006-05-16 [wwp]        2.2.0cvs19
4110
4111         * src/action.c
4112         * src/gedit-print.c
4113         * src/inc.c
4114         * src/mainwindow.c
4115         * src/mh.c
4116         * src/statusbar.c
4117         * src/send_message.c
4118         * src/summaryview.c
4119                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4120
4121 2006-05-15 [colin]      2.2.0cvs18
4122
4123         * src/procmsg.c
4124                 Fix automatic rule creation with List-Post
4125
4126 2006-05-15 [paul]       2.2.0cvs17
4127
4128         * tools/filter_conv_new.pl
4129                 updated for rule enabling/disabling
4130                 claws version >= 2.3.x required
4131
4132 2006-05-15 [cleroy]     2.2.0cvs16
4133
4134         * src/main.c
4135                 Revert test
4136
4137 2006-05-15 [cleroy]     2.2.0cvs15
4138
4139         * src/main.c
4140                 test
4141
4142 2006-05-15 [wwp]        2.2.0cvs14
4143
4144         * manual/pl/.cvsignore
4145                 ignore generated files.
4146
4147 2006-05-14 [wwp]        2.3.0-rc1
4148
4149         * 2.3.0-rc1 released
4150
4151 2006-05-13 [wwp]        2.2.0cvs13
4152
4153         * src/filtering.c
4154         * src/filtering.h
4155         * src/matcher.c
4156         * src/matcher_parser_lex.l
4157         * src/matcher_parser_parse.y
4158         * src/prefs_filtering.c
4159                 new feature: provide the ability to disable filtering and processing
4160                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4161                 adaptations.
4162
4163 2006-05-13 [colin]      2.2.0cvs12
4164
4165         * src/compose.c
4166                 Remove useless if (a) b; else b;
4167                 Thanks to wwp
4168
4169 2006-05-13 [wwp]        2.2.0cvs11
4170
4171         * src/export.c
4172         * src/import.c
4173         * src/mainwindow.c
4174         * src/mbox.c
4175         * src/summaryview.c
4176         * src/summaryview.h
4177                 no more silent failures (or at least less ones) when importing
4178                 or exporting from/to mbox. Also start importing/exporting if
4179                 the necessary info is set.
4180
4181 2006-05-13 [wwp]        2.2.0cvs10
4182
4183         * RELEASE_NOTES
4184                 restored up-to-date release notes.
4185
4186 2006-05-13 [paul]       2.2.0cvs9
4187
4188         * po/nl.po
4189         * po/ru.po
4190                 updated by Tim Dijkstra and Pavlo Bohmat
4191
4192 2006-05-12 [colin]      2.2.0cvs8
4193
4194         * src/gtk/quicksearch.c
4195                 Add "k" as shortcut for "colorlabel". Patch
4196                 by ath42@users.sf.net.
4197
4198 2006-05-12 [paul]       2.2.0cvs7
4199
4200         * src/prefs_common.h
4201         * src/prefs_summaries.c
4202         * src/summaryview.c
4203                 when entering a folder also allow
4204                 going directly to first Marked message
4205
4206 2006-05-12 [paul]       2.2.0cvs6
4207
4208         * src/summaryview.c
4209                 always obey 'confirm before marking all
4210                 mails read' option
4211
4212 2006-05-12 [paul]       2.2.0cvs5
4213
4214         * src/textview.c
4215                 make Sender fully clickable
4216
4217 2006-05-12 [colin]      2.2.0cvs4
4218
4219         * src/compose.c
4220         * src/compose.h
4221                 Let From be editable
4222         * src/main.c
4223         * src/mh.c
4224                 Full support of .mh_sequences' Unseen seq
4225
4226 2006-05-12 [colin]      2.2.0cvs3
4227
4228         * src/folder.c
4229         * src/mainwindow.c
4230         * src/mainwindow.h
4231         * src/messageview.c
4232         * src/prefs_spelling.c
4233         * src/procheader.c
4234         * src/procmsg.c
4235         * src/procmsg.h
4236         * src/summaryview.c
4237         * src/toolbar.c
4238         * src/toolbar.h
4239                 Add contextual menu on Compose toolbar
4240                 button. Fixes bug #944 (Automatic
4241                 addresses not applied when changing account
4242                 from compose window)
4243                 add Mailing List support
4244                 based on the old 0.6.5claws25 patch by
4245                 Melvin Hadasht, with finishing touches
4246                 by Colin
4247                 Fix "ignore thread" when mails are threaded by
4248                 subject (and weren't ignored although appearing
4249                 in the thread).
4250                 GUI rework.
4251                 Both patches by Pawel.
4252
4253 2006-05-08 [paul]       2.2.0cvs2
4254
4255         * src/mainwindow.c
4256         * src/mainwindow.h
4257         * src/messageview.c
4258         * src/procheader.c
4259         * src/procmsg.c
4260         * src/procmsg.h
4261         * src/summaryview.c
4262                 add Mailing List support
4263                 based on the old 0.6.5claws25 patch by 
4264                 Melvin Hadasht, with finishing touches
4265                 by Colin
4266
4267 2006-05-08 [colin]      2.2.0cvs1
4268
4269         * src/mainwindow.c
4270         * src/toolbar.c
4271         * src/toolbar.h
4272                 Add contextual menu on Compose toolbar 
4273                 button. Fixes bug #944 (Automatic 
4274                 addresses not applied when changing account 
4275                 from compose window)
4276
4277 2006-05-08 [paul]       2.2.0
4278
4279         2.2.0 released
4280
4281 2006-05-08 [paul]       2.1.1cvs51
4282
4283         * po/cs.po
4284         * po/de.po
4285         * po/en_GB.po
4286         * po/fi.po
4287         * po/fr.po
4288         * po/pt_BR.po
4289         * po/sr.po
4290         * po/zh_CN.po
4291                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4292                 Fabien Vantard, Frederico Goncalves Guimaraes,
4293                 Aleksandar Urosevic, and Ralgh Young
4294
4295 2006-05-12 [colin]      2.1.1cvs50
4296
4297         * po/cs.po
4298         * po/de.po
4299         * po/en_GB.po
4300         * po/es.po
4301         * po/fi.po
4302         * po/fr.po
4303         * po/pt_BR.po
4304         * po/sr.po
4305         * po/zh_CN.po
4306                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4307                 Fabien Vantard, Frederico Goncalves Guimaraes,
4308                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4309
4310 2006-05-05 [colin]      2.1.1cvs49
4311
4312         * manual/Makefile.am
4313         * manual/pl/Makefile.am
4314         * manual/pl/account.xml
4315         * manual/pl/ack.xml
4316         * manual/pl/addrbook.xml
4317         * manual/pl/advanced.xml
4318         * manual/pl/faq.xml
4319         * manual/pl/glossary.xml
4320         * manual/pl/gpl.xml
4321         * manual/pl/handling.xml
4322         * manual/pl/intro.xml
4323         * manual/pl/keyboard.xml
4324         * manual/pl/plugins.xml
4325         * manual/pl/starting.xml
4326         * manual/pl/sylpheed-claws-manual.xml
4327         * manual/pl/dist/.cvsignore
4328         * manual/pl/dist/Makefile.am
4329         * manual/pl/dist/html/.cvsignore
4330         * manual/pl/dist/html/Makefile.am
4331         * manual/pl/dist/pdf/.cvsignore
4332         * manual/pl/dist/pdf/Makefile.am
4333         * manual/pl/dist/ps/.cvsignore
4334         * manual/pl/dist/ps/Makefile.am
4335         * manual/pl/dist/txt/.cvsignore
4336         * manual/pl/dist/txt/Makefile.am
4337                 Add the polish translation of the manual,
4338                 Authored by Pawel Pekala.
4339
4340 2006-05-05 [cleroy]     2.1.1cvs48
4341
4342         * src/main.c
4343                 Re-read matcherrc after loading plugins 
4344                 if some of them add folders.
4345
4346 2006-05-03 [colin]      2.1.1cvs47
4347
4348         * src/imap.c
4349                 I'm idiot
4350
4351 2006-05-03 [colin]      2.1.1cvs46
4352
4353         * src/imap.c
4354                 Be sure to have a session when
4355                 getting separator
4356
4357 2006-05-03 [colin]      2.1.1cvs45
4358
4359         * src/imap.c
4360         * src/imap.h
4361         * src/imap_gtk.c
4362                 Fix preventing renaming with namespace 
4363                 separator.
4364
4365 2006-05-01 [colin]      2.1.1cvs44
4366
4367         * src/action.c
4368                 Don't reload messageview when result of
4369                 action is piped.
4370
4371 2006-04-29 [colin]      2.1.1cvs43
4372
4373         * src/prefs_receive.c
4374         * src/plugins/spamassassin/spamassassin_gtk.c
4375         * src/plugins/clamav/clamav_plugin_gtk.c
4376                 GUI fixes by Pawel
4377
4378 2006-04-29 [colin]      2.1.1cvs42
4379
4380         * src/prefs_compose_writing.c
4381         * src/prefs_quote.c
4382                 Cleanups. Patch by Pawel
4383
4384 2006-04-28 [paul]       2.1.1cvs41
4385
4386         * src/matcher.c
4387                 fix returned quick search results when search
4388                 term contains an underscore.
4389                 Thanks to Colin
4390
4391 2006-04-28 [paul]       2.1.1cvs40
4392
4393         * src/prefs_message.c
4394         * src/prefs_receive.c
4395                 GUI cleanups
4396                 Patches by Pawel Pekala
4397
4398 2006-04-27 [colin]      2.1.1cvs39
4399
4400         * src/wizard.c
4401                 Differentiate subject Welcome from
4402                 window's title Welcome
4403
4404 2006-04-27 [paul]
4405
4406         2.2.0-rc1 released
4407
4408 2006-04-27 [paul]       2.1.1cvs38
4409
4410         * manual/advanced.xml
4411         * manual/fr/advanced.xml
4412                 add info about compose_no_markup hidden pref
4413
4414 2006-04-27 [paul]       2.1.1cvs37
4415
4416         * src/prefs_account.c
4417                 improve privacy labels
4418         * src/prefs_msg_colors.c
4419                 change some strings for translators' convenience
4420         * src/gtk/gtkutils.c
4421                 don't underline the link button text
4422
4423 2006-04-25 [colin]      2.1.1cvs36
4424
4425         * src/folder.c
4426                 Complete 2.1.1cvs33 (once more ;)
4427
4428 2006-04-25 [colin]      2.1.1cvs35
4429
4430         * src/editldap.c
4431                 Fix tooltip
4432
4433 2006-04-25 [cleroy]     2.1.1cvs34
4434
4435         * src/compose.c
4436         * src/gtk/gtkaspell.c
4437                 Fix crash on redirect (related to the return 
4438                 of the aspell menu in compose's toolbar)
4439         * src/prefs_msg_colors.c
4440                 Fix sensitivity widgets
4441         * src/image_viewer.c
4442         * src/gtk/pluginwindow.c
4443         * src/gtk/prefswindow.c
4444                 Change released signals to clicked (Fabien)
4445         * po/POTFILES.in
4446         * src/common/socket.c
4447         * src/plugins/spamassassin/spamassassin.c
4448                 Translate strings (Fabien)
4449
4450 2006-04-25 [paul]       2.1.1cvs33
4451
4452         * src/folder.c
4453         * src/folder.h
4454         * src/folderview.c
4455                 complete the fix of bug #912
4456                 Thanks to Colin
4457
4458 2006-04-25 [colin]      2.1.1cvs32
4459
4460         * src/news.c
4461                 Better progress bar
4462         * src/mimeview.c
4463         * src/summaryview.c
4464         * src/summaryview.h
4465                 Fix focus chain
4466                 Patches by Pawel Pekala
4467
4468 2006-04-24 [colin]      2.1.1cvs31
4469
4470         * src/compose.c
4471                 Fix compilation warnings (Fabien)
4472
4473 2006-04-24 [colin]      2.1.1cvs30
4474
4475         * src/addrindex.c
4476         * src/editldap.c
4477         * src/editldap_basedn.c
4478         * src/editldap_basedn.h
4479         * src/ldapctrl.c
4480         * src/ldapctrl.h
4481         * src/ldapquery.c
4482         * src/ldaputil.c
4483         * src/ldaputil.h
4484                 Fix bug #901 (LDAPS support)
4485
4486 2006-04-24 [colin]      2.1.1cvs29
4487
4488         * src/compose.c
4489                 Fix logic on error with send dialog on
4490         * src/imap.c
4491                 Fix compilation without libetpan, thanks
4492                 to Fabien
4493         * src/summaryview.c
4494                 Fix 'context-menu' key
4495
4496 2006-04-23 [colin]      2.1.1cvs28
4497
4498         * src/folder.c
4499                 Never free current's cache to free up 
4500                 memory. Fixes bug #912 (new count 
4501                 randomly set to message count)
4502
4503 2006-04-23 [colin]      2.1.1cvs27
4504
4505         * src/gtk/quicksearch.c
4506                 And remove printf...
4507
4508 2006-04-23 [colin]      2.1.1cvs26
4509
4510         * src/gtk/quicksearch.c
4511                 Fix replacing in quicksearch, and fix inserting
4512                 in the middle of the string. (introduced at 2.1.0cvs22)
4513
4514 2006-04-23 [colin]      2.1.1cvs25
4515
4516         * src/imap.c
4517                 Make sure uidnext is initialized in get_num_list
4518                 (not for stable, related to 2.1.1cvs8 and friends)
4519
4520 2006-04-23 [colin]      2.1.1cvs24
4521
4522         * src/imap.c
4523                 Output something when login is successful
4524                 too
4525
4526 2006-04-23 [colin]      2.1.1cvs23
4527
4528         * src/etpan/imap-thread.c
4529                 Better logging (line-per-line, hide data in fetch)
4530                 Fix a const warning
4531         * src/gtk/logwindow.c
4532         * src/gtk/logwindow.h
4533                 Better logging (color for input/output)
4534
4535 2006-04-21 [colin]      2.1.1cvs22
4536
4537         * src/gtk/quicksearch.c
4538                 On gtk+-2.8, use stock buttons in quicksearch
4539                 Based on a patch by Fabien and a design by Paul
4540
4541 2006-04-21 [colin]      2.1.1cvs21
4542
4543         * src/folderview.c
4544         * src/mainwindow.c
4545                 Fix occasional flicker in folderview
4546         * src/common/utils.c
4547                 Fix bug #943 (Incorrectly parsed email address 
4548                 list in short headers on message view and in 
4549                 printouts)
4550
4551 2006-04-20 [colin]      2.1.1cvs20
4552
4553         * src/imap.c
4554         * src/imap.h
4555         * src/prefs_account.c
4556                 Add ANONYMOUS auth for IMAP
4557
4558 2006-04-20 [paul]       2.1.1cvs19
4559
4560         * src/main.c
4561                 proper fix for 2.1.1cvs18
4562                 Thanks to Colin
4563
4564 2006-04-20 [paul]       2.1.1cvs18
4565
4566         * src/main.c
4567                 fix build warnings
4568
4569 2006-04-20 [paul]       2.1.1cvs17
4570
4571         * src/gtk/quicksearch.c
4572                 fix standard, non-extended Quick search,
4573                 was broken in 2.1.1cvs15.
4574                 Thanks to Colin.
4575
4576 2006-04-20 [colin]      2.1.1cvs16
4577
4578         * src/prefs_matcher.c
4579                 Fix values when reselecting a ~test
4580                 rule
4581
4582 2006-04-19 [colin]      2.1.1cvs15
4583
4584         * src/compose.c
4585         * src/compose.h
4586         * src/gtk/gtkaspell.c
4587         * src/gtk/gtkaspell.h
4588                 Put back Options menu in Spelling/
4589         * src/gtk/quicksearch.c
4590                 Don't search, and show error, if the
4591                 advanced search has a syntax error
4592
4593 2006-04-18 [colin]      2.1.1cvs14
4594
4595         * src/textview.c
4596                 Fix gdk warnings on set_cursor when textview
4597                 isn't visible
4598
4599 2006-04-18 [colin]      2.1.1cvs13
4600
4601         * src/gtk/gtksctree.c
4602                 Remove seemingly useless refresh that causes
4603                 flicker - watch this commit in case of 
4604                 problems before planned backport to stable
4605
4606 2006-04-18 [colin]      2.1.1cvs12
4607
4608         * src/imap.c
4609                 Factorize get/set_xml code
4610         * src/compose.c
4611         * src/prefs_account.c
4612         * src/prefs_account.h
4613         * src/procmsg.c
4614                 Add Encrypt to self option
4615
4616 2006-04-17 [colin]      2.1.1cvs11
4617
4618         * configure.ac
4619                 Fix search on encrpyt function on dragonfly
4620                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4621
4622 2006-04-17 [colin]      2.1.1cvs10
4623
4624         * src/prefs_account.c
4625                 Be safe by default: remove mails from POP3
4626                 after 7 days, not immediately
4627
4628 2006-04-17 [colin]      2.1.1cvs9
4629
4630         * src/etpan/imap-thread.c
4631                 Fix build on DragonFly - patch by 
4632                 Jonathan Buschmann <jonthn@agmact.com>
4633
4634 2006-04-17 [colin]      2.1.1cvs8
4635
4636         * src/imap.c
4637                 Save uidnext between sessions
4638
4639 2006-04-17 [colin]      2.1.1cvs7
4640
4641         * src/imap.c
4642                 scan is required when uid validity changes
4643
4644 2006-04-17 [colin]      2.1.1cvs6
4645
4646         * src/folderview.c
4647                 Don't scan if not necessary, apart in current
4648                 folder and INBOX to fetch flags.
4649         * src/imap.c
4650                 Scan is necessary if unread count changes
4651
4652 2006-04-17 [colin]      2.1.1cvs5
4653
4654         * src/imap.c
4655                 ...But always fetch ANSWERED and DELETED flags for
4656                 INBOX, as filtering can happen on these flags.
4657
4658 2006-04-17 [colin]      2.1.1cvs4
4659
4660         * src/imap.c
4661                 Don't fetch REPLIED and DELETED flags when synchronising
4662                 flags with a closed folder. We only need UNSEEN and FLAGGED
4663                 to update the folderview.
4664
4665 2006-04-17 [colin]      2.1.1cvs3
4666
4667         * src/imap.c
4668                 Faster flag search when there are new mails 
4669                 in a folder. We can do a full search if the 
4670                 folder contains less messages than the new
4671                 list.
4672
4673 2006-04-17 [colin]      2.1.1cvs2
4674
4675         * po/cs.po
4676         * po/de.po
4677         * po/fr.po
4678         * po/nl.po
4679         * po/pt_BR.po
4680                 Update translations from stable branch
4681
4682 2006-04-17 [colin]      2.1.1cvs1
4683
4684         * configure.ac
4685                 Bump version to follow stable release
4686
4687 2006-04-16 [mones]      2.1.0cvs50
4688
4689         * po/es.po
4690                 Updated for release
4691
4692 2006-04-16 [colin]      2.1.0cvs49
4693
4694         * src/textview.c
4695                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4696                 with gtk < 2.8. Thanks to Fabien Vantard.
4697
4698 2006-04-15 [colin]      2.1.0cvs48
4699
4700         * src/etpan/imap-thread.c
4701                 Fix bug #919 (libetpan: SEGV when connecting 
4702                 using command)
4703
4704 2006-04-14 [colin]      2.1.0cvs47
4705
4706         * src/main.c
4707                 Fix race on --select (should be done better)
4708
4709 2006-04-14 [wwp]        2.1.0cvs46
4710
4711         * src/send_message.c
4712                 enforce a check for domain in account prefs (a sending
4713                 error could be faced if domain was checked but no value set),
4714                 thanks to Colin.
4715
4716 2006-04-14 [colin]      2.1.0cvs45
4717
4718         * src/codeconv.c
4719                 when converting from unknown to unknown, if the
4720                 string is UTF8, don't convert it to the locale
4721                 (which breaks it)
4722
4723 2006-04-14 [colin]      2.1.0cvs44
4724
4725         * src/compose.c
4726                 Don't try to use ASCII for converting headers
4727                 (as done in body)
4728
4729 2006-04-14 [paul]       2.1.0cvs43
4730
4731         * src/crash.c
4732                 add locale/charset info to crash report
4733         * src/gtk/about.c
4734                 add wwp to doc team
4735                 replace 'e-mail' with preferred 'email'
4736         * src/gtk/authors.h
4737                 ensure contributors list is in alphabetical
4738                 order
4739
4740 2006-04-13 [colin]      2.1.0cvs42
4741
4742         * src/textview.c
4743                 Prevent gdk warnings
4744
4745 2006-04-13 [colin]      2.1.0cvs41
4746
4747         * src/common/ssl_certificate.c
4748         * src/common/ssl_certificate.h
4749         * src/gtk/sslcertwindow.c
4750                 Warn on expired certs, and display the expiration date
4751
4752 2006-04-13 [colin]      2.1.0cvs40
4753
4754         * src/plugins/spamassassin/spamassassin_gtk.c
4755                 Fix missing set_text on unix socket
4756
4757 2006-04-13 [wwp]        2.1.0cvs39
4758
4759         * manual/fr/advanced.xml
4760         * manual/fr/glossary.xml
4761                 applied new spam/ham/email lexicon (pourriel, courriel)
4762
4763 2006-04-13 [paul]       2.1.0cvs38
4764
4765         * src/plugins/pgpmime/plugin.c
4766                 remove the mention of S/MIME from the
4767                 description. This is now handled by the
4768                 S/MIME plugin.
4769
4770 2006-04-13 [paul]       2.1.0cvs37
4771
4772         * src/prefs_msg_colors.c
4773                 rework dialog
4774         * src/prefs_folder_item.c
4775         * src/prefs_spelling.c
4776                 add a tooltip to the colour selector buttons
4777
4778 2006-04-13 [wwp]        2.1.0cvs36
4779
4780         * manual/advanced.xml
4781         * manual/glossary.xml
4782         * manual/handling.xml
4783         * manual/keyboard.xml
4784         * manual/plugins.xml
4785         * manual/starting.xml
4786         * manual/fr/account.xml
4787         * manual/fr/ack.xml
4788         * manual/fr/addrbook.xml
4789         * manual/fr/advanced.xml
4790         * manual/fr/faq.xml
4791         * manual/fr/glossary.xml
4792         * manual/fr/gpl.xml
4793         * manual/fr/handling.xml
4794         * manual/fr/intro.xml
4795         * manual/fr/keyboard.xml
4796         * manual/fr/plugins.xml
4797         * manual/fr/starting.xml
4798         * manual/fr/sylpheed-claws-manual.xml
4799                 fixes to the manuals:
4800                  - summaryview -> Message List (same in French)
4801                  - translate key names
4802                  - fix French punctuation, use non-breakable spaces when
4803                    necessary, don't use &thinsp; which is not portable
4804                  - tell what maildir and mbox formats we support
4805
4806 2006-04-12 [wwp]        2.1.0cvs35
4807
4808         * src/prefs_toolbar.c
4809                 unified a replace button more,
4810                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4811
4812 2006-04-12 [wwp]        2.1.0cvs34
4813
4814         * src/prefs_common.c
4815         * src/prefs_msg_colors.c
4816                 make default color labels translatable,
4817                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4818                 thanks to Tim <timbrain@post.cz> for reporting.
4819
4820 2006-04-12 [wwp]        2.1.0cvs33
4821
4822         * manual/glossary.xml
4823         * manual/intro.xml
4824         * manual/plugins.xml
4825         * manual/starting.xml
4826         * manual/sylpheed-claws-manual.xml
4827         * manual/fr/.cvsignore
4828         * manual/fr/account.xml
4829         * manual/fr/ack.xml
4830         * manual/fr/addrbook.xml
4831         * manual/fr/advanced.xml
4832         * manual/fr/faq.xml
4833         * manual/fr/glossary.xml
4834         * manual/fr/handling.xml
4835         * manual/fr/intro.xml
4836         * manual/fr/keyboard.xml
4837         * manual/fr/plugins.xml
4838         * manual/fr/starting.xml
4839         * manual/fr/sylpheed-claws-manual.xml
4840                 various fixes: typos, missing .fr translations, punctuation,
4841                 capitalization, links, accents and some bad French more.
4842
4843 2006-04-12 [wwp]        2.1.0cvs32
4844
4845         * src/prefs_gtk.c
4846                 fix for bug #935: always store prefs files in UTF-8 (thanks
4847                 to Colin).
4848
4849 2006-04-11 [colin]      2.1.0cvs31
4850
4851         * src/compose.c
4852                 Fix inserting files not in utf8 when locale is utf8
4853
4854 2006-04-11 [colin]      2.1.0cvs30
4855
4856         * src/inc.c
4857                 Don't show error dialog when cancelling connection
4858                 Patch by Pawel
4859
4860 2006-04-11 [cleroy]     2.1.0cvs29
4861
4862         * src/compose.c
4863                 Implement multiple quote levels
4864         * src/prefs_common.c
4865                 Change a little bit the quote bgcolor for 2nd level
4866
4867 2006-04-11 [colin]      2.1.0cvs28
4868
4869         * src/gtk/about.c
4870                 Add locale and charset in the label
4871
4872 2006-04-10 [colin]      2.1.0cvs27
4873
4874         * src/compose.c
4875         * src/prefs_common.c
4876         * src/prefs_common.h
4877         * src/prefs_msg_colors.c
4878         * src/textview.c
4879                 Allow optional background color in quotes
4880                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4881                 GTK+-2.8.x feature
4882
4883 2006-04-10 [colin]      2.1.0cvs26
4884
4885         * src/main.c
4886         * src/mainwindow.c
4887         * src/mainwindow.h
4888                 Implement --select
4889
4890 2006-04-10 [colin]      2.1.0cvs25
4891
4892         * manual/plugins.xml
4893         * manual/fr/plugins.xml
4894                 Document libcurl's proxy variables
4895
4896 2006-04-09 [colin]      2.1.0cvs24
4897
4898         * src/prefs_common.c
4899                 gettext() returns statically allocated stuff. We have
4900                 to strdup it in order to be able to free it.
4901
4902 2006-04-09 [colin]      2.1.0cvs23
4903
4904         * AUTHORS
4905         * src/gtk/authors.h
4906                 Add Alexei
4907
4908 2006-04-09 [colin]      2.1.0cvs22
4909
4910         * src/mainwindow.c
4911         * src/gtk/quicksearch.c
4912                 Fix bug #859 (problems with cyrilic input in 
4913                 search panel) - Patch by Alexey Illarionov 
4914                 <littlesavage@rambler.ru>
4915
4916 2006-04-09 [colin]      2.1.0cvs21
4917
4918         * src/prefs_customheader.c
4919                 I prefer removing then freeing rather than the contrary
4920                 (even if it doesn't change anything ;-)
4921         * src/prefs_account.c
4922                 Fix bug #933 (Crash re-entering the custom headers list 
4923                 dialog in accounts prefs)
4924                 The problem happened when cancelling the Account 
4925                 Preferences' dialogs - in which case we didn't do 
4926                 anything to the PrefsAccount * struct. In case of applying,
4927                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4928                 working with in this dialog. The problem is that 
4929                 prefs_customheader.c, working on this tmp_ac_prefs, always
4930                 changes the ->customhdr_list pointer, even when cancelled. 
4931                 So in case of cancelling the prefs_account dialog, we still
4932                 have to update ->customhdr_list in the real account.
4933
4934 2006-04-08 [colin]      2.1.0cvs20
4935
4936         * manual/fr/glossary.xml
4937         * manual/fr/keyboard.xml
4938                 Forgot some headers :)
4939
4940 2006-04-08 [colin]      2.1.0cvs19
4941
4942         * manual/Makefile.am
4943         * manual/fr/Makefile.am
4944         * manual/fr/account.xml
4945         * manual/fr/ack.xml
4946         * manual/fr/addrbook.xml
4947         * manual/fr/advanced.xml
4948         * manual/fr/faq.xml
4949         * manual/fr/glossary.xml
4950         * manual/fr/gpl.xml
4951         * manual/fr/handling.xml
4952         * manual/fr/intro.xml
4953         * manual/fr/keyboard.xml
4954         * manual/fr/plugins.xml
4955         * manual/fr/starting.xml
4956         * manual/fr/sylpheed-claws-manual.xml
4957         * manual/fr/dist/.cvsignore
4958         * manual/fr/dist/Makefile.am
4959         * manual/fr/dist/html/.cvsignore
4960         * manual/fr/dist/html/Makefile.am
4961         * manual/fr/dist/pdf/.cvsignore
4962         * manual/fr/dist/pdf/Makefile.am
4963         * manual/fr/dist/ps/.cvsignore
4964         * manual/fr/dist/ps/Makefile.am
4965         * manual/fr/dist/txt/.cvsignore
4966         * manual/fr/dist/txt/Makefile.am
4967                 Add the french translation of the manual. Thanks to
4968                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4969                 account.xml, ack.xml, addrbook.xml and advanced.xml
4970
4971 2006-04-08 [colin]      2.1.0cvs18
4972
4973         * manual/plugins.xml
4974         * manual/starting.xml
4975                 More fixes
4976
4977 2006-04-07 [colin]      2.1.0cvs17
4978
4979         * manual/faq.xml
4980         * manual/intro.xml
4981         * manual/keyboard.xml
4982                 Little fixes
4983
4984 2006-04-07 [colin]      2.1.0cvs16
4985
4986         * README
4987         * src/compose.c
4988         * src/prefs_common.c
4989         * src/prefs_common.h
4990                 Add hidden compose_no_markup pref
4991
4992 2006-04-07 [wwp]        2.1.0cvs15
4993
4994         * src/summary_search.c
4995         * .cvsignore
4996                 Bugfix: stop button was sticky when searching in an empty folder.
4997                 Applied curly brackets code style to the whole file (summary_search.c).
4998                 More files to ignore.
4999
5000 2006-04-07 [wwp]        2.1.0cvs14
5001
5002         * src/message_search.c
5003         * src/summary_search.c
5004                 changed default button when search bumps at file/folder
5005                 beginning or end, for convenience (thanks to Colin).
5006
5007 2006-04-07 [paul]       2.1.0cvs13
5008
5009         * src/plugins/dillo_viewer/dillo_prefs.c
5010                 avoid future potential for namespace collision
5011                 Patch by Colin
5012
5013 2006-04-06 [wwp]        2.1.0cvs12
5014
5015         * src/summary_search.c
5016                 Unify extended/advanced searches names (and thus factorize labels),
5017                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5018
5019 2006-04-06 [wwp]        2.1.0cvs11
5020
5021         * src/folderview.c
5022         * src/prefs_themes.c
5023         * src/summaryview.c
5024                 Fixed some compilation warnings.
5025
5026 2006-04-06 [colin]      2.1.0cvs10
5027
5028         * manual/advanced.xml
5029                 Document the wizard template and how to deploy
5030                 Sylpheed-Claws effectively
5031
5032 2006-04-06 [colin]      2.1.0cvs9
5033
5034         * src/folderview.c
5035                 gettext patch to tell translators about _("#"),
5036                 by Maxim Britov
5037
5038 2006-04-06 [colin]      2.1.0cvs8
5039
5040         * src/textview.c
5041                 Fix invalid GtkTextBIter after clicking "Display as text"
5042
5043 2006-04-06 [mones]      2.1.0cvs7
5044
5045         * src/addr_compl.c
5046         * src/addrindex.c
5047         * src/addritem.c
5048         * src/codeconv.c
5049         * src/compose.c
5050         * src/filtering.c
5051         * src/folder.c
5052         * src/folder_item_prefs.c
5053         * src/folderview.c
5054         * src/localfolder.c
5055         * src/matcher.c
5056         * src/mimeview.c
5057         * src/prefs_msg_colors.c
5058         * src/prefs_spelling.c
5059         * src/prefs_themes.c
5060         * src/procmime.c
5061         * src/procmsg.c
5062         * src/stock_pixmap.c
5063         * src/summaryview.c
5064         * src/textview.c
5065         * src/toolbar.c
5066         * src/common/mgutils.c
5067         * src/common/prefs.c
5068         * src/common/ssl_certificate.c
5069         * src/gtk/colorlabel.c
5070         * src/gtk/quicksearch.c
5071         * src/plugins/pgpmime/pgpmime.c
5072         * src/plugins/spamassassin/spamassassin.c
5073                 Removed redundant NULL checks for g_free() calls.
5074                 Patch by Pawel Pekala.
5075
5076 2006-04-06 [mones]      2.1.0cvs6
5077
5078         * src/prefs_actions.c
5079         * src/prefs_filtering.c
5080         * src/prefs_filtering_action.c
5081         * src/prefs_matcher.c
5082         * src/prefs_template.c
5083         * src/gtk/gtkutils.c
5084         * src/gtk/gtkutils.h
5085                 Have a nice replace button. Patch by Pawel Pekala
5086
5087 2006-04-06 [colin]      2.1.0cvs5
5088
5089         * src/addressbook.c
5090                 Fix crash with empty columns
5091
5092 2006-04-05 [colin]      2.1.0cvs4
5093
5094         * src/wizard.c
5095         * src/prefs_gtk.c
5096                 Allow wizard customization with pre-filled values
5097
5098 2006-04-05 [colin]      2.1.0cvs3
5099
5100         * src/textview.c
5101         * src/mimeview.c
5102         * src/mimeview.h
5103                 Nicer messages in mimeview
5104
5105 2006-04-05 [colin]      2.1.0cvs2
5106
5107         * src/addressbook.c
5108         * src/prefs_summaries.c
5109                 i18n fix
5110
5111 2006-04-05 [colin]      2.1.0cvs1
5112
5113         * src/plugins/pgpcore/plugin.c
5114         * src/plugins/pgpcore/select-keys.c
5115         * src/plugins/pgpcore/select-keys.h
5116         * src/plugins/pgpcore/sgpgme.c
5117         * src/plugins/pgpcore/sgpgme.h
5118         * src/plugins/pgpinline/pgpinline.c
5119         * src/plugins/pgpinline/plugin.c
5120         * src/plugins/pgpmime/pgpmime.c
5121         * src/plugins/pgpmime/plugin.c
5122                 Factorize and generalize a bit 
5123                 Drop S/MIME signature verification from PGP/MIME
5124                 (adding it as another, more complete plugin)
5125
5126 2006-04-05 [paul]       2.1.0
5127
5128         2.1.0 released
5129
5130 2006-04-05 [paul]       2.0.0cvs186
5131
5132         * manual/advanced.xml
5133                 add info on colour labels
5134
5135 2006-04-05 [paul]       2.0.0cvs185
5136
5137         * po/bg.po
5138         * po/cs.po
5139         * po/de.po
5140         * po/el.po
5141         * po/en_GB.po
5142         * po/fi.po
5143         * po/fr.po
5144         * po/it.po
5145         * po/nl.po
5146         * po/pl.po
5147         * po/pt_BR.po
5148         * po/sr.po
5149         * po/zh_CN.po
5150                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5151                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5152                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5153                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5154         * src/gtk/authors.h
5155         * tools/claws.i18n.status.pl
5156                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5157                 and new Czech translator, Tim <timbrain@post.cz>
5158
5159 2006-04-05 [mones]      2.0.0cvs184
5160
5161         * po/es.po
5162                 Updated translation
5163
5164 2006-04-05 [colin]      2.0.0cvs183
5165
5166         * src/gtk/quicksearch.c
5167                 Fix bug #929 (unnecessary reload in quick search bar)
5168
5169 2006-04-05 [colin]      2.0.0cvs182
5170
5171         * src/compose.c
5172                 Fix crash on Reply with no From:
5173                 Show signature and conversion error on queuing 
5174                 (but not sending)
5175         * src/mainwindow.c
5176         * src/summaryview.c
5177         * src/summaryview.h
5178                 Factorize threading code and make sure msginfo 
5179                 is not null when it comes from a GtkCTreeRow's 
5180                 data
5181         * src/gtk/gtkaspell.c
5182                 Check for necessary things
5183         * src/gtk/gtksctree.c
5184         * src/gtk/gtksctree.h
5185                 Reset anchor if necessary when removing node
5186
5187 2006-03-29 [colin]      2.0.0cvs181
5188
5189         * src/folderview.c
5190                 Warn for disabled IMAP accounts (due to lack of
5191                 libetpan). Breaks string-freeze - sorry - but it
5192                 is kind of important ;)
5193
5194 2006-03-28 [colin]      2.0.0cvs180
5195
5196         * src/gtk/gtkutils.c
5197         * src/gtk/gtkutils.h
5198                 Add a gtkut_get_link_btn() function that
5199                 creates a button which acts like an URI
5200         * src/prefs_themes.c
5201         * src/gtk/about.c
5202                 Use this function (factorizes codes)
5203         * src/common/defs.h
5204         * src/gtk/pluginwindow.c
5205                 Add a "Get more..." in the plugins window
5206
5207 2006-03-28 [colin]      2.0.0cvs179
5208
5209         * src/common/smtp.c
5210         * src/common/passcrypt.c
5211         * src/undo.c
5212                 Warning fixes. Patch by Pawel Pekala
5213
5214 2006-03-27 [colin]      2.0.0cvs178
5215
5216         * src/undo.c
5217                 Fix undoing by blocks with spaces
5218
5219 2006-03-27 [colin]      2.0.0cvs177
5220
5221         * src/textview.c
5222                 Set margin to 3px for headers
5223
5224 2006-03-27 [paul]
5225
5226         2.1.0-rc2 released
5227
5228 2006-03-27 [wwp]        2.0.0cvs176
5229
5230         * src/summaryview.c
5231                 don't reset quicksearch when updating the message list.
5232                 Thanks to Colin.
5233
5234 2006-03-26 [wwp]        2.0.0cvs175
5235
5236         * src/compose.c
5237                 use a unified border width ('other' tab in the compose window,
5238                 patch by Pawel Pekala).
5239
5240
5241 2006-03-26 [wwp]        2.0.0cvs174
5242
5243         * src/common/quoted-printable.c
5244         * src/addressbook.c
5245                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5246
5247 2006-03-26 [colin]      2.0.0cvs173
5248
5249         * src/quote_fmt_parse.y
5250                 Fix non-UTF8 date formats messing up the whole quote a 
5251                 little bit
5252
5253 2006-03-26 [colin]      2.0.0cvs172
5254
5255         * src/procheader.c
5256                 Make sure the date is UTF8 valid, or try to make it
5257                 so. IncrediMail is really IncrediStupid.
5258         * src/compose.c
5259                 Fix possible conversions. 
5260                 
5261
5262 2006-03-26 [colin]      2.0.0cvs171
5263
5264         * src/matcher.c
5265                 Fix corner cases in body search. This is still a
5266                 hack... It seems impossible to make it good and 
5267                 reasonably fast at the same time.
5268
5269 2006-03-26 [colin]      2.0.0cvs170
5270
5271         * src/summaryview.c
5272                 I think I killed the twilight zone bug!
5273                 summary_select_node() flushes GTK events in order
5274                 to be able to center the view. But this also 
5275                 flushes keypresses like Ctrl-Alt-U, so this can
5276                 call summary_show from summary_select_node (itself
5277                 called from summary_show, etc.). And the summaryview
5278                 has to be unlocked in this function. So just locking
5279                 while processing GTK events, and bailing if locked, 
5280                 should fix it.
5281                 Fixes bug #927 (SIGSEGV during Update Summary)
5282
5283 2006-03-25 [colin]      2.0.0cvs169
5284
5285         * src/matcher.c
5286                 Fix search in QP-encoded bodies
5287                 Fix utf-8 searches in bodies encoded in the
5288                 locale's encoding
5289         * src/common/quoted-printable.c
5290         * src/common/quoted-printable.h
5291                 Add a decode function that doesn't overwrite
5292                 the original pointer
5293                 
5294
5295 2006-03-24 [colin]      2.0.0cvs168
5296
5297         * src/action.c
5298         * src/summaryview.c
5299         * src/summaryview.h
5300                 Update message cache after action
5301                 Patch by H. Merijn Brand
5302         * src/prefs_msg_colors.c
5303                 Factorize label 
5304                 Patch by Fabien Vantard
5305         * src/plugins/spamassassin/spamassassin_gtk.c
5306                 Remove useless translation
5307                 Patch by Fabien Vantard
5308
5309 2006-03-23 [colin]      2.0.0cvs167
5310
5311         * src/common/ssl.c
5312                 Let 30 seconds to SSL_connect
5313
5314 2006-03-23 [wwp]        2.0.0cvs166
5315
5316         * src/summaryview.c
5317         * src/gtk/description_window.c
5318                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5319                 and headers are translated; adjust description windows' width to fit their
5320                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5321
5322 2006-03-23 [paul]       2.0.0cvs165
5323
5324         * src/common/utils.c
5325                 fix highlighting of URIs containing "()"
5326                 (2.0.0cvs164's reversal fixed)
5327                 Thanks to Colin.
5328
5329 2006-03-23 [paul]       2.0.0cvs164
5330
5331         * src/common/utils.c
5332                 revert patch, (postponing a fix), at 2.0.0cvs120
5333                 as it breaks more URIs than it fixes.
5334                 Allow '-' to be a terminating character in a URI
5335
5336 2006-03-22 [colin]      2.0.0cvs163
5337
5338         * configure.ac
5339                 Require libetpan 0.45
5340                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5341
5342 2006-03-22 [paul]       2.0.0cvs162
5343
5344         * src/editgroup.c
5345                 replace '<-' and '->' buttons with GTK_STOCK graphical
5346                 buttons
5347         * src/summary_search.c
5348                 don't offer '...' for translation
5349                 add a tooltip to advanced search '...' button
5350         * src/gtk/quicksearch.c
5351                 don't offer '...' for translation
5352
5353 2006-03-21 [colin]      2.0.0cvs161
5354
5355         * src/compose.c
5356                 Fix middle-click pasting (insert at click
5357                 position instead of cursor position, don't
5358                 remove existing selection and allow pasting
5359                 our own selection)
5360         * src/addressbook.c
5361                 "LDAP Server" -> "LDAP servers"
5362
5363 2006-03-21 [wwp]        2.0.0cvs160
5364
5365         * src/etpan/imap-thread.c
5366                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5367
5368 2006-03-20 [colin]      2.0.0cvs159
5369
5370         * src/summaryview.c
5371                 Don't reload summaryview after an execute with no
5372                 move action
5373
5374 2006-03-19 [colin]      2.0.0cvs158
5375
5376         * src/addressbook.c
5377                 and put groups at the top, always
5378
5379 2006-03-19 [colin]      2.0.0cvs157
5380
5381         * src/addressbook.c
5382                 Order groups before names, as previously
5383
5384 2006-03-19 [colin]      2.0.0cvs156
5385
5386         * src/addressbook.c
5387                 - Sort case-unsensitive
5388                 - Put the sort arrow at opening too
5389
5390 2006-03-19 [wwp]        2.0.0cvs155
5391
5392         * src/addressbook.c
5393                 allow sorting by name/email/remarks, ensure that right-pane's contents
5394                 matches the left-pane selection (cleared when appropriate).
5395                 Patch by Pawel Pekala <c0rn@o2.pl>.
5396
5397 2006-03-18 [colin]      2.0.0cvs154
5398
5399         * src/textview.c
5400                 Fix text cursor ;)
5401
5402 2006-03-18 [colin]      2.0.0cvs153
5403
5404         * src/gtk/filesel.c
5405                 Make sure we hide the preview if we didn't get
5406                 a filename
5407
5408 2006-03-18 [colin]      2.0.0cvs152
5409
5410         * src/summaryview.c
5411                 Set cursor to watch for execution (fixes lack
5412                 of watch-cursor when dnd'ing hundreds of mails)
5413         * src/gtk/filesel.c
5414                 Check that mime type is 'image/*' before updating
5415                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5416
5417 2006-03-18 [colin]      2.0.0cvs151
5418
5419         * src/mainwindow.c
5420         * src/textview.c
5421         * src/textview.h
5422                 Put a watch cursor in textview too when the mainwindow's
5423                 cursor in a watch
5424
5425 2006-03-18 [colin]      2.0.0cvs150
5426
5427         * src/folder.c
5428                 Change wrong asserts to simple tests
5429
5430 2006-03-17 [colin]      2.0.0cvs149
5431
5432         * src/mainwindow.c
5433         * src/mainwindow.h
5434         * src/prefs_msg_colors.c
5435         * src/summaryview.c
5436         * src/summaryview.h
5437         * src/gtk/colorlabel.c
5438         * src/gtk/colorlabel.h
5439                 Add a color label menu in the main menubar
5440                 Add (fixed) accels Ctrl-{0-7} to change the color
5441                 They have to be fixed because the menu's dynamic,
5442                 the items are complex widgets, hence we can't use
5443                 a GtkItemFactory.
5444
5445
5446 2006-03-17 [wwp]        2.0.0cvs148
5447
5448         * src/compose.c
5449                 rollback few lines from my previous commit (those lines come from
5450                 a pending patch, accidentally commited, even if neutral as they are
5451                 commented out).
5452
5453 2006-03-17 [wwp]        2.0.0cvs147
5454
5455         * src/compose.c
5456                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5457                 applied code style/indentation to the modified function.
5458
5459 2006-03-17 [wwp]        2.0.0cvs146
5460
5461         * src/procmsg.c
5462         * src/compose.c
5463                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5464
5465 2006-03-17 [paul]
5466
5467         2.1.0-rc1 released
5468
5469 2006-03-17 [paul]       2.0.0cvs145
5470
5471         * src/main.c
5472                 addressbook_read_file() was called twice
5473         * src/textview.c
5474                 X-Mailer highlighting
5475
5476 2006-03-16 [colin]      2.0.0cvs144
5477
5478         * src/sourcewindow.c
5479         * src/sourcewindow.h
5480                 And the last one, in source window.
5481
5482 2006-03-16 [colin]      2.0.0cvs143
5483
5484         * src/compose.c
5485         * src/compose.h
5486                 Fix the same stuff in compose
5487
5488 2006-03-16 [colin]      2.0.0cvs142
5489
5490         * src/messageview.c
5491                 Complete the previous messageview crash fix
5492
5493 2006-03-16 [colin]      2.0.0cvs141
5494
5495         * src/procmsg.h
5496         * src/procmsg.c
5497         * src/folder.c
5498                 Fix POSTPROCESSING hook
5499                 Patch by H. Merijn Brand
5500
5501         * src/procmime.c
5502         * src/procmime.h
5503                 Parse Content-Location
5504
5505         * src/toolbar.c
5506         * src/messageview.c
5507         * src/messageview.h
5508                 Don't crash when a top-level MessageView has
5509                 been closed on us. Same problematic than
5510                 yesterday's quicksearch issue.
5511
5512 2006-03-15 [colin]      2.0.0cvs140
5513
5514         * src/gtk/quicksearch.c
5515                 Fix a bitchy race we didn't think about when we
5516                 added quicksearch cancellation:
5517                 If the search is not on cached fields, for example
5518                 body_part matchcase "stuff"
5519                 the matcher code has to get the whole message. If
5520                 we're on IMAP, that can be slow, and in order to
5521                 be non-blocking, the IMAP code idle loop processes
5522                 gtk events too. So it is possible to cancel a
5523                 quicksearch while the matcher is getting the mail's
5524                 body. After matcher got its body, it will start to
5525                 iterate over the matcher list that the Quicksearch's
5526                 clear_search_cb() just freed via prepare_matcher().
5527                 SIGSEGV ensues.
5528                 The fix consists of guarding the matcherlist_match()
5529                 call with a boolean 'matching'. If we reset the
5530                 quicksearch while matching is TRUE, we don't free
5531                 the matcherlist anymore like we did, but we set
5532                 another new flag, deferred_free, to TRUE. Then,
5533                 in quicksearch_match(), just after returning from
5534                 matcherlist_match() and unsetting the matching flag,
5535                 we check the deferred_free flag and do the
5536                 prepare_matcher() (which does the matcherlist_free)
5537                 for real, so we free the matcherlist once it's not
5538                 used anymore.
5539                 As all of this runs via the glib main loop, we
5540                 luckily don't need a mutex.
5541         * src/summaryview.c
5542                 Also, show progress while searching.
5543
5544
5545 2006-03-14 [colin]      2.0.0cvs139
5546
5547         * src/alertpanel.c
5548                 Make alertpanel_is_open non-static
5549
5550 2006-03-14 [colin]      2.0.0cvs138
5551
5552         * src/prefs_spelling.c
5553                 Cleanups - Fabien Vantard
5554
5555 2006-03-14 [wwp]        2.0.0cvs137
5556
5557         * src/main.c
5558                 code style normalization (curly braces, indentation).
5559
5560 2006-03-14 [wwp]        2.0.0cvs137
5561
5562         * src/main.c
5563                 code style (braces, indentation)
5564
5565 2006-03-12 [paul]       2.0.0cvs136
5566
5567         * src/prefs_common.c
5568                 trans_hdr defaults to FALSE to be RFC-savvy
5569         * src/prefs_summaries.c
5570                 add a tooltip to the trans_hdr option
5571                 
5572
5573 2006-03-12 [paul]       2.0.0cvs135
5574
5575         * src/prefs_matcher.c
5576                 give a little more width to the combos
5577         * src/prefs_display_header.c
5578         * src/textview.c
5579                 translate headers if prefs_common.trans_hdr
5580                 is TRUE
5581
5582         Patches by Pawel Pekala
5583
5584 2006-03-12 [paul]       2.0.0cvs134
5585
5586         * src/plugins/clamav/clamav_plugin.c
5587         * src/plugins/dillo_viewer/dillo_viewer.c
5588         * src/plugins/pgpcore/plugin.c
5589         * src/plugins/pgpinline/plugin.c
5590         * src/plugins/pgpmime/plugin.c
5591         * src/plugins/spamassassin/spamassassin.c
5592                 update/add to descriptions
5593         * src/plugins/spamassassin/spamassassin_gtk.c
5594                 fixes to the english, remove superfluous
5595                 tooltips, clean up a little
5596
5597 2006-03-12 [paul]       2.0.0cvs133
5598
5599         * src/compose.c
5600                 fix Bug 924, 'Account combo box shows up wrong 
5601                 if & is in account name'
5602
5603 2006-03-11 [colin]      2.0.0cvs132
5604
5605         * src/summaryview.c
5606                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5607                 messed up shift-selection because is slows down
5608                 moving around summaryview. thanks -users
5609
5610 2006-03-10 [colin]      2.0.0cvs131
5611
5612         * src/plugins/spamassassin/spamassassin_gtk.c
5613                 Put back Paul's engrish fixes
5614
5615 2006-03-10 [colin]      2.0.0cvs130
5616
5617         * src/plugins/spamassassin/spamassassin.c
5618         * src/plugins/spamassassin/spamassassin.h
5619         * src/plugins/spamassassin/spamassassin_gtk.c
5620                 Cleanup SA prefs page (more)
5621                 Patch by Fabien Vantard
5622
5623 2006-03-10 [paul]       2.0.0cvs129
5624
5625         * src/prefs_msg_colors.c
5626         * src/prefs_spelling.c
5627                 widget sensitivity
5628
5629 2006-03-09 [mones]      2.0.0cvs128
5630
5631         * po/es.po
5632                 Update for next RC
5633
5634 2006-03-09 [wwp]        2.0.0cvs127
5635
5636         * configure.ac
5637                 revert accidental commit (requirement for libetpan 0.43), this time
5638                 not in HEAD.
5639
5640 2006-03-09 [wwp]        2.0.0cvs125
5641
5642         * configure.ac
5643                 revert accidental commit (requirement for libetpan 0.43)
5644
5645 2006-03-09 [paul]       2.0.0cvs126
5646
5647         * src/prefs_receive.c
5648                 remove useless frame
5649                 replace 'incorporation' with 'receiving'
5650         * src/plugins/clamav/clamav_plugin_gtk.c
5651         * src/plugins/spamassassin/spamassassin_gtk.c
5652                 improve widget sensitivity
5653                 fix a bit his engrish
5654
5655 2006-03-09 [wwp]        2.0.0cvs125
5656
5657         * src/addressadd.c
5658         * src/foldersel.c
5659         * src/prefs_common.c
5660         * src/prefs_common.h
5661                 remember some more windows' sizes (add to addressbook and
5662                 select folder).
5663
5664 2006-03-09 [paul]       2.0.0cvs124
5665
5666         * src/plugins/pgpcore/prefs_gpg.c
5667                 normalise construction of dialogue
5668
5669 2006-03-09 [paul]       2.0.0cvs123
5670
5671         * src/plugins/trayicon/Makefile.am
5672                 add missing slash
5673
5674 2006-03-08 [colin]      2.0.0cvs122
5675
5676         * src/plugins/trayicon/Makefile.am
5677                 Fix build in separate dir 
5678                 Patch by Bamanzi <bamanzi@gmail.com>
5679
5680 2006-03-08 [colin]      2.0.0cvs121
5681
5682         * src/procmsg.c
5683                 Batch move and copies from summaryview with delayed execution
5684                 too
5685
5686 2006-03-07 [paul]       2.0.0cvs120
5687
5688         * src/common/utils.c
5689                 fix highlighting of URIs containing "()"
5690                 Patch by Pawel Pekala
5691
5692 2006-03-07 [paul]       2.0.0cvs119
5693
5694         * src/folder.c
5695         * src/folder.h
5696         * src/folderview.c
5697                 immediately do alphabetical resort when
5698                 changing a folder's name
5699                 Patch by Pawel Pekala
5700
5701 2006-03-07 [paul]       2.0.0cvs118
5702
5703         * src/news.c
5704         * src/news_gtk.c
5705                 when unsubscribing a newsgroup, remove the
5706                 folder and msgs in .sylpheed-claws/newscache
5707                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5708
5709 2006-03-07 [paul]       2.0.0cvs117
5710
5711         * src/textview.c
5712                 fix wrong Fake URL Warning
5713                 Thanks to Hiro
5714
5715 2006-03-07 [colin]      2.0.0cvs116
5716
5717         * src/imap.c
5718                 Return immediately when password dialog was
5719                 cancelled
5720         * src/gtk/inputdialog.c
5721                 Allow empty strings for passwords
5722
5723
5724 2006-03-06 [colin]      2.0.0cvs115
5725
5726         * src/imap.c
5727                 Prevent double-timeouts when connection fails
5728
5729 2006-03-06 [colin]
5730
5731         2.0.1-rc1 released
5732
5733 2006-03-06 [colin]      2.0.0cvs114
5734
5735         * src/imap.c
5736                 Refresh session during potentially long
5737                 operations
5738
5739 2006-03-06 [wwp]        2.0.0cvs113
5740
5741         * src/prefs_msg_colors.h
5742                 forgot that one (custom color labels).
5743
5744 2006-03-06 [wwp]        2.0.0cvs112
5745
5746         * src/prefs_common.c
5747         * src/prefs_common.h
5748         * src/prefs_msg_colors.c
5749         * src/summaryview.c
5750         * src/summaryview.h
5751         * src/gtk/colorlabel.c
5752         * src/gtk/colorlabel.h
5753                 colors in messages list are now customizable. Color values and names can
5754                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5755                 Thanks to Paul and Colin for their help with this longstanding patch!
5756
5757 2006-03-06 [wwp]        2.0.0cvs111
5758
5759         * src/textview.c
5760                 don't crash if (x)face is bad.
5761
5762 2006-03-05 [paul]       2.0.0cvs110
5763
5764         * AUTHORS
5765         * configure.ac
5766         * src/Makefile.am
5767         * src/common/Makefile.am
5768         * src/common/utils.h
5769         * src/etpan/imap-thread.c
5770         * src/gtk/authors.h
5771         * src/plugins/clamav/Makefile.am
5772         * src/plugins/demo/Makefile.am
5773         * src/plugins/dillo_viewer/Makefile.am
5774         * src/plugins/pgpcore/Makefile.am
5775         * src/plugins/pgpcore/passphrase.c
5776         * src/plugins/pgpinline/Makefile.am
5777         * src/plugins/pgpmime/Makefile.am
5778         * src/plugins/spamassassin/Makefile.am
5779         * src/plugins/trayicon/Makefile.am
5780                 fix builiding on cygwin
5781                 Patch by Ralgh Young <bamanzi@gmail.com>
5782
5783 2006-03-04 [wwp]        2.0.0cvs109
5784
5785         * manual/keyboard.xml
5786                 fix mixed up/down keys.
5787
5788 2006-03-04 [wwp]        2.0.0cvs108
5789
5790         * README
5791         * INSTALL
5792                 updated links to SpamAssassin.
5793
5794 2006-03-04 [wwp]        2.0.0cvs107
5795
5796         * manual/plugins.xml
5797         * src/plugins/spamassassin/README
5798                 updated SpamAssassin plugin docs to reflect new functional additions
5799                 (also fix/update/documents few technical stuff more, see the README).
5800
5801 2006-03-04 [wwp]        2.0.0cvs106
5802
5803         * src/prefs_message.c
5804                 normalized capitalization of message-prefs paths.
5805
5806 2006-03-04 [wwp]        2.0.0cvs105
5807
5808         * manual/advanced.xml
5809                 typo.
5810
5811 2006-03-03 [colin]      2.0.0cvs104
5812
5813         * src/plugins/clamav/clamav_plugin_gtk.c
5814                 Rework prefs page, patch by Fabien 
5815
5816 2006-03-03 [colin]      2.0.0cvs103
5817
5818         * src/plugins/clamav/clamav_plugin.c
5819                 Set error on all errors
5820
5821 2006-03-03 [colin]      2.0.0cvs102
5822
5823         * src/common/plugin.c
5824                 Initialize error to avoid crashing when a plugin fails
5825                 without setting error
5826
5827 2006-03-02 [wwp]        2.0.0cvs101
5828
5829         * configure.ac
5830                 fixed linker flags for libetpan support on Cygwin
5831                 (thanks to H.Merijn Brand).
5832
5833 2006-03-02 [wwp]        2.0.0cvs100
5834
5835         * src/addressbook.c
5836                 fix some AB error messages: one for punctuation and
5837                 one wrongly duplicate (thanks, maxbritov).
5838
5839 2006-03-02 [wwp]        2.0.0cvs99
5840
5841         * src/plugins/spamassassin/spamassassin.c
5842                 make sync calls to sa-learn/spamc to prevent
5843                 system (whatever local or client/server) overload.
5844
5845 2006-03-02 [colin]      2.0.0cvs98
5846
5847         * src/summaryview.c
5848                 Put the spam icon in the status column instead of the
5849                 mark one
5850
5851 2006-03-01 [colin]      2.0.0cvs97
5852
5853         * src/plugins/spamassassin/spamassassin.c
5854                 Fix segfault (g_file_set_contents fails for some 
5855                 reason and err==0x2f. Can't find out why with
5856                 valgrind, using working function :-)
5857
5858 2006-03-01 [colin]      2.0.0cvs96
5859
5860         * src/inc.c
5861                 Offline overriding: let 'No' be cached only 3 seconds
5862
5863 2006-03-01 [colin]      2.0.0cvs95
5864
5865         * src/addr_compl.c
5866         * src/addrbook.c
5867         * src/addressbook.c
5868         * src/addrindex.c
5869         * src/folder_item_prefs.c
5870         * src/headerview.c
5871         * src/imap.c
5872         * src/inc.c
5873         * src/ldif.c
5874         * src/mainwindow.c
5875         * src/mh.c
5876         * src/msgcache.c
5877         * src/prefs_common.h
5878         * src/prefs_msg_colors.c
5879         * src/procheader.c
5880         * src/procheader.h
5881         * src/procmime.c
5882         * src/procmsg.c
5883         * src/procmsg.h
5884         * src/send_message.h
5885         * src/simple-gettext.c
5886         * src/summaryview.c
5887         * src/summaryview.h
5888         * src/syldap.c
5889         * src/textview.c
5890         * src/undo.c
5891         * src/common/ssl_certificate.c
5892         * src/common/utils.c
5893         * src/gtk/colorsel.c
5894         * src/gtk/gtksctree.c
5895         * src/gtk/gtkshruler.c
5896         * src/plugins/trayicon/trayicon.c
5897                 #if 0 goes to /dev/null
5898
5899 2006-03-01 [colin]      2.0.0cvs94
5900
5901         * src/compose.c
5902         * src/imap.c
5903         * src/inc.c
5904         * src/inc.h
5905         * src/messageview.c
5906         * src/news.c
5907         * src/plugins/spamassassin/spamassassin.c
5908                 Allow to add information in the "working offline"
5909                 window
5910
5911 2006-03-01 [wwp]        2.0.0cvs93
5912
5913         * src/plugins/spamassassin/spamassassin.c
5914                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5915                 'cause it seems that calling `spamc ... < inputfile` with
5916                 g_spawn_(a)sync simply.. erm doesn't work :-).
5917
5918 2006-03-01 [wwp]        2.0.0cvs92
5919
5920         * src/toolbar.c
5921         * src/toolbar.h
5922                 simplify the adding of spam/ham button to the messageview toolbar
5923                 (it gets more clear now that the same button will be "Mark as spam"
5924                 or "Mark as ham" according to the current message status,
5925                 thanks to Colin).
5926
5927 2006-03-01 [wwp]        2.0.0cvs91
5928
5929         * src/messageview.c
5930         * src/procmsg.c
5931         * src/procmsg.h
5932         * src/summaryview.c
5933         * src/plugins/spamassassin/spamassassin.c
5934         * src/plugins/spamassassin/spamassassin.h
5935                 make learner callbacks return a status (0 for ok),
5936                 handle it in main code to avoid setting flags when learning failed,
5937                 don't learn on TCP if offline in spamassassin,
5938                 thanks to Colin.
5939
5940                 
5941
5942 2006-03-01 [wwp]        2.0.0cvs90
5943
5944         * src/compose.c
5945                 some work around the compose window's account menu,
5946                 patch by Fabien Vantard.
5947
5948 2006-03-01 [wwp]        2.0.0cvs89
5949
5950         * src/plugins/spamassassin/spamassassin.c
5951                 fixed bad logics, was using spamc in local mode and sa-learn
5952                 in remote mode (thanks, Colin).
5953
5954 2006-03-01 [wwp]        2.0.0cvs88
5955
5956         * src/plugins/spamassassin/spamassassin.c
5957         * src/plugins/spamassassin/spamassassin.h
5958         * src/plugins/spamassassin/spamassassin_gtk.c
5959                 made processing of emails w/ sa-plugin an option (default is TRUE),
5960                 fixed Engrish some tooltips, capitalization of some debug messages
5961                 and warnings. The spamassassin plugin now provides two separate
5962                 services: process emails upon incorporation and spamd training.
5963                 Both services (un)register independently but use some common
5964                 plugin settings (transport settings, spam storage location).
5965
5966 2006-02-28 [wwp]        2.0.0cvs87
5967
5968         * src/plugins/spamassassin/spamassassin.c
5969                 fix async flag to spamc cmdline execution (batch exec should
5970                 be asynchronous).
5971
5972 2006-02-27 [wwp]        2.0.0cvs86
5973
5974         * src/plugins/spamassassin/spamassassin.c
5975         * src/plugins/spamassassin/spamassassin.h
5976         * src/plugins/spamassassin/spamassassin_gtk.c
5977                 - added the ability to learn a remote spamassassin server (spamd),
5978                 using spamc.
5979                 - added the spamassassin option 'username', that applies to all
5980                 spamassassin operations (filtering, learning, local or remote).
5981                 The default username is the current unix user (if left blank
5982                 from gtk prefs or config file).
5983                 - commented out some unused code (notebook widget), removed unused
5984                 layout (hbox1).
5985                 - make more widgets sensitive to the transport type.
5986
5987 2006-02-27 [colin]      2.0.0cvs85
5988
5989         * src/plugins/spamassassin/spamassassin.c
5990                 Fix sa-learn call when offline
5991
5992 2006-02-27 [colin]      2.0.0cvs84
5993
5994         * configure.ac
5995         * src/Makefile.am
5996         * src/mainwindow.c
5997         * src/mainwindow.h
5998         * src/messageview.c
5999         * src/messageview.h
6000         * src/prefs_toolbar.c
6001         * src/procmsg.c
6002         * src/stock_pixmap.c
6003         * src/stock_pixmap.h
6004         * src/summaryview.c
6005         * src/toolbar.c
6006         * src/toolbar.h
6007         * src/pixmaps/ham_btn.xpm
6008         * src/pixmaps/spam.xpm
6009         * src/pixmaps/spam_btn.xpm
6010         * src/plugins/spamassassin/spamassassin.c
6011                 Add button in toolbar for spam learning
6012                 Fix a few bugs from the last related commit
6013                 Revert 1.9.6cvs23 which messed up shift-selection
6014
6015 2006-02-24 [colin]      2.0.0cvs83
6016
6017         * src/procmsg.c
6018         * src/summaryview.c
6019         * src/summaryview.h
6020         * src/plugins/spamassassin/spamassassin.c
6021         * src/plugins/spamassassin/spamassassin.h
6022         * src/plugins/spamassassin/spamassassin_gtk.c
6023                 Unregister learner when spamassassin is either
6024                 disabled or over tcp
6025
6026 2006-02-24 [colin]      2.0.0cvs82
6027
6028         * src/Makefile.am
6029         * src/mainwindow.c
6030         * src/mainwindow.h
6031         * src/procmsg.c
6032         * src/procmsg.h
6033         * src/stock_pixmap.c
6034         * src/stock_pixmap.h
6035         * src/summaryview.c
6036         * src/summaryview.h
6037         * src/gtk/icon_legend.c
6038         * src/pixmaps/spam.xpm  ** NEW FILE **
6039         * src/plugins/spamassassin/spamassassin.c
6040         * src/plugins/spamassassin/spamassassin_gtk.c
6041                 Add spam learning interface (Mark/Mark as 
6042                 (spam|ham) menus)
6043
6044 2006-02-24 [wwp]        2.0.0cvs81
6045
6046         * src/compose.c
6047         * src/compose.h
6048         * src/filtering.c
6049                 hide compose window when sending message in batch mode
6050                 (filtering: forward and redirect). Also fixed a wrong
6051                 value returned when sending failed, neutral anyway.
6052                 (Colin, me) 
6053
6054 2006-02-24 [wwp]        2.0.0cvs80
6055
6056         * src/mainwindow.c
6057                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6058
6059 2006-02-24 [paul]       2.0.0cvs79
6060
6061         * src/news.c
6062         * src/news.h
6063         * src/news_gtk.c
6064                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6065                 Thanks to Colin
6066
6067 2006-02-23 [colin]      2.0.0cvs78
6068
6069         * src/alertpanel.c
6070                 Change OK to Close in alertpanel with View log
6071                 button; add accel to View log. Patch by Fabien
6072                 Vantard
6073
6074 2006-02-23 [wwp]        2.0.0cvs77
6075
6076         * src/compose.c
6077                 silly me, there were much more tests to perform, since toolbars can
6078                 really have down to 1 element only.
6079
6080 2006-02-23 [wwp]        2.0.0cvs76
6081
6082         * commitHelper
6083                 fixed indentation from my previous commit. Fallback to VISUAL if
6084                 EDITOR is not set (and to vi, at last resort).
6085
6086 2006-02-23 [wwp]        2.0.0cvs75
6087
6088         * commitHelper
6089                 improved error detection (Colin, me).
6090
6091 2006-02-23 [wwp]        2.0.0cvs74
6092
6093         * src/prefs_toolbar.c
6094                 simplify and fix prefs/toolbars layouting. Combos' contents can
6095                 now be really displayed.
6096
6097 2006-02-23 [wwp]        2.0.0cvs73
6098         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6099         be really displayed.
6100
6101 2006-02-22 [wwp]        2.0.0cvs72
6102
6103         * src/compose.c
6104                 fix a typo in my previous commit (sorry!).
6105
6106 2006-02-22 [wwp]        2.0.0cvs71
6107
6108         * src/prefs_toolbar.c
6109                 fix a crash when adding separators to toolbars,
6110                 also fix some separator item information.
6111
6112 2006-02-22 [wwp]        2.0.0cvs70
6113
6114         * src/compose.c
6115                 fix a crash when redirecting (for instance) when compose window's
6116                 toolbar contents has been customized (when some buttons have been
6117                 removed in fact).
6118
6119 2006-02-21 [wwp]        2.0.0cvs69
6120
6121         * src/summaryview.c
6122         * src/gtk/pluginwindow.c
6123         * src/plugins/pgpcore/prefs_gpg.c
6124                 fix some compilation warnings (feat. remains of removed code).
6125
6126 2006-02-21 [wwp]        2.0.0cvs68
6127
6128         * src/gtk/gtkutils.c
6129                 fix two compilation issues, thanks to Stephan Sachse.
6130
6131 2006-02-20 [colin]      2.0.0cvs67
6132
6133         * src/mainwindow.c
6134                 Don't reselect displayed mail on refocus
6135                 This fixes actions misbehaving 
6136
6137 2006-02-20 [wwp]        2.0.0cvs66
6138
6139         * src/summaryview.c
6140         * src/gtk/gtksctree.c
6141         * src/gtk/gtkshruler.c
6142                 changed more runtime typecast checks.
6143
6144 2006-02-20 [wwp]        2.0.0cvs65
6145
6146         * src/summary_search.c
6147                 find all - summaryview refresh issue fixed, thanks to Colin.
6148
6149 2006-02-20 [wwp]        2.0.0cvs64
6150
6151         * src/gtk/gtkutils.c
6152                 better runtime typecast checks.
6153
6154 2006-02-20 [wwp]        2.0.0cvs63
6155
6156         * src/summary_search.c
6157                 enhancements to the summary search:
6158                         - add the ability to stop the running search
6159                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6160                         - don't search if no criteria (From/To/Subject/Body) is set
6161                         - ensure that a busy mouse pointer is always shown when searching,
6162                           show it even a bit earlier
6163
6164 2006-02-19 [colin]      2.0.0cvs62
6165
6166         * src/compose.c
6167         * src/imap.c
6168         * src/etpan/imap-thread.c
6169         * src/etpan/imap-thread.h
6170                 (Future) IMAP speed improvement on sending
6171                 Will require a libetpan update
6172         * src/summaryview.c
6173         * src/gtk/quicksearch.c
6174                 Make quicksearch clearable while running.
6175
6176 2006-02-17 [colin]      2.0.0cvs61
6177
6178         * src/imap.c
6179         * src/etpan/imap-thread.c
6180         * src/etpan/imap-thread.h
6181                 Check for IMAP certificates
6182                 ** Requires libetpan-0.42-cvs4 
6183                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6184
6185 2006-02-17 [colin]      2.0.0cvs60
6186
6187         * src/messageview.c
6188         * src/prefs_common.c
6189         * src/prefs_common.h
6190         * src/prefs_message.c
6191                 Add pref to display HTML-only mails with plugin, 
6192                 if possible (defaulting to FALSE of course).
6193
6194 2006-02-16 [colin]      2.0.0cvs59
6195
6196         * src/main.c
6197         * src/common/plugin.c
6198         * src/common/plugin.h
6199         * src/gtk/pluginwindow.c
6200                 Keep track of requested (but unloaded) plugins
6201                 in some error cases.
6202
6203 2006-02-16 [wwp]        2.0.0cvs58
6204
6205         * src/gtk/gtkaspell.c
6206         * src/gtk/gtkaspell.h
6207         * src/prefs_spelling.c
6208         * src/compose.c
6209         * src/prefs_common.c
6210         * src/prefs_common.h
6211                 implemented new optional spellchecker behaviour: re-check message when
6212                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6213
6214 2006-02-16 [wwp]        2.0.0cvs57
6215
6216         * src/quote_fmt_parse.y
6217                 pclose popen'ed pipe.
6218
6219 2006-02-15 [colin]      2.0.0cvs56
6220
6221         * src/mimeview.c
6222         * src/mimeview.h
6223                 Let MimeViewers know which MimeView they
6224                 depend of.
6225         * src/summaryview.c
6226                 Swap From/To columns in Sent/Queue/Drafts
6227                 folders
6228         * src/etpan/imap-thread.c
6229                 Use mailstream_low_tls_open() for STARTTLS
6230                 instead of mailstream_low_ssl_open()
6231                 ** REQUIRES libetpan 0.42cvs3 **
6232
6233 2006-02-15 [wwp]        2.0.0cvs55
6234
6235         * src/compose.c
6236         * src/compose.h
6237         * src/message_search.c
6238         * src/message_search.h
6239         * src/textview.c
6240         * src/gtk/gtkutils.c
6241         * src/gtk/gtkutils.h
6242                 added the ability to Find text in the compose window (and a bit
6243                 of code factorization).
6244
6245 2006-02-15 [wwp]        2.0.0cvs54
6246
6247         * src/prefs_gtk.c
6248                 yet another one file was missing (fix for some widgets' sensitivity).
6249                 Thanks Colin!
6250
6251 2006-02-15 [wwp]        2.0.0cvs53
6252
6253         * src/prefs_gtk.h
6254                 oops forgot that file (fix for some widgets' sensitivity).
6255
6256 2006-02-15 [wwp]        2.0.0cvs52
6257
6258         * src/summary_search.c
6259                 implemented advanced summary search options (added the ability
6260                 to use matcher conditions in an advanced search mode).
6261
6262 2006-02-15 [wwp]        2.0.0cvs51
6263
6264         * src/plugins/pgpcore/prefs_gpg.c
6265         * src/prefs_account.c
6266                 fix some widget sensitivity, mostly around some labels in
6267                 account prefs.
6268
6269 2006-02-15 [paul]       2.0.0cvs50
6270
6271         * manual/advanced.xml
6272                 improve Templates info
6273                 written by wwp
6274
6275 2006-02-14 [colin]      2.0.0cvs49
6276
6277         * src/pixmaps/address_book.xpm
6278         * src/pixmaps/preferences.xpm
6279         * src/pixmaps/properties.xpm
6280                 Fix pixmap size - patch by Fabien Vantard
6281
6282 2006-02-13 [colin]      2.0.0cvs48
6283
6284         * src/procmime.c
6285                 Add missing fclose()s on error
6286         * src/textview.c
6287                 Remove unused code
6288         * src/common/utils.c
6289                 Fix temp files not being deleted on windows
6290         Patches by Thomas Gilgin
6291
6292 2006-02-13 [colin]      2.0.0cvs47
6293
6294         * src/mainwindow.c
6295                 Fix exit crash
6296
6297 2006-02-13 [wwp]        2.0.0cvs46
6298
6299         * src/plugins/pgpcore/prefs_gpg.c
6300                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6301
6302 2006-02-12 [colin]      2.0.0cvs45
6303
6304         * src/folderview.c
6305         * src/main.c
6306         * src/mainwindow.c
6307                 Fix "stuff" when quitting
6308
6309 2006-02-12 [wwp]        2.0.0cvs44
6310
6311         * src/prefs_themes.c
6312                 fix typos in debug messages.
6313
6314 2006-02-11 [colin]      2.0.0cvs43
6315
6316         * src/summaryview.c
6317                 don't allow drag/drop from ourself
6318
6319 2006-02-10 [wwp]        2.0.0cvs42
6320
6321         * src/exporthtml.c
6322         * src/html.c
6323         * src/html.h
6324         * src/procmime.c
6325         * src/textview.c
6326                 renamed html_ prefixed functions and data structures to avoid
6327                 namespace clashes w/ other software (gtkhtml2 for instance).
6328                 Closes bug #907.
6329
6330
6331 2006-02-09 [colin]      2.0.0cvs41
6332
6333         * src/summaryview.c
6334                 Fix shitty logic messed up. Thanks Ticho for the hint!
6335
6336 2006-02-09 [wwp]        2.0.0cvs40
6337
6338         * src/gtk/about.c
6339         * src/compose.c
6340         * src/prefs_account.c
6341         * src/prefs_gtk.h
6342         * src/editaddress.c
6343                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6344                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6345                 Browse buttons in accounts prefs.
6346
6347 2006-02-09 [colin]      2.0.0cvs39
6348
6349         * src/matcher.c
6350                 Check for pointer before using its members
6351         * src/gtk/gtksourceprintjob.c
6352                 Fix a wrong warning
6353
6354 2006-02-09 [wwp]        2.0.0cvs38
6355
6356         * src/gtk/filesel.c
6357                 fix few compiler warnings (type mismatch).
6358
6359 2006-02-09 [paul]       2.0.0cvs37
6360
6361         * po/fr.po
6362                 updated by Fabien Vantard
6363
6364 2006-02-08 [colin]      2.0.0cvs36
6365
6366         * src/prefs_common.c
6367         * src/common/defs.h
6368         * src/common/plugin.c
6369                 allow windows and linux configurations to coexist
6370                 patch by Thomas Gilgin
6371
6372 2006-02-08 [colin]      2.0.0cvs35
6373
6374         * src/filtering.c
6375         * src/matcher.c
6376         * src/matcher.h
6377         * src/matcher_parser_parse.y
6378         * src/prefs_filtering_action.c
6379         * src/prefs_matcher.c
6380                 Add the "Ignore thread" filtering
6381                 action
6382
6383 2006-02-08 [colin]      2.0.0cvs34
6384
6385         * src/compose.c
6386         * src/procmime.c
6387         * src/procmime.h
6388                 Fix bug #905 (damaged attachment)
6389                 text files with raw \0's aren't really text files
6390         FOR_STABLE
6391
6392 2006-02-08 [colin]      2.0.0cvs33
6393
6394         * src/summaryview.c
6395                 Fix crasher introduced yesterday
6396
6397 2006-02-08 [wwp]        2.0.0cvs32
6398
6399         * src/compose.c
6400         * src/compose.h
6401                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6402
6403 2006-02-08 [wwp]        2.0.0cvs31
6404
6405         * src/prefs_template.c
6406                 templates enhancement: allow address completion for Cc and Bcc fields
6407                 (it was currently possible for the To field only)
6408
6409 2006-02-08 [colin]      2.0.0cvs30
6410
6411         * src/compose.c
6412                 Don't unblock if not blocked
6413         FOR_STABLE
6414
6415 2006-02-07 [colin]      2.0.0cvs29
6416
6417         * src/action.c
6418                 Forgot to refresh summaryview
6419
6420 2006-02-07 [colin]      2.0.0cvs28
6421
6422         * src/action.c
6423                 Freeze/thaw message list and folder list while
6424                 processing %as{} actions 
6425         * src/compose.c
6426                 Fix auto-wrap disabling after a middle-click
6427                 paste - FOR_STABLE
6428
6429 2006-02-07 [paul]       2.0.0cvs27
6430
6431         * src/folder.c
6432                 fix freeing of uninitialised pointers
6433                 Thanks to Colin
6434
6435 2006-02-06 [colin]      2.0.0cvs26
6436
6437         * src/folder.c
6438                 Use g_slist_prepend in potentially big list
6439
6440 2006-02-06 [colin]      2.0.0cvs25
6441
6442         * src/folder.c
6443                 Completely skip processing if it doesn't 
6444                 exist (faster!)
6445
6446 2006-02-06 [colin]      2.0.0cvs24
6447
6448         * src/folder.c
6449         * src/summaryview.c
6450                 Batch filtering in summaryview (from Tools menu)
6451                 and pre/post//-processing too
6452
6453 2006-02-06 [colin]      2.0.0cvs23
6454
6455         * src/procmsg.h
6456         * src/filtering.c
6457                 Use a special field for batch filtering instead
6458                 of stepping on deferred execution's toes
6459
6460 2006-02-06 [colin]      2.0.0cvs22
6461
6462         * src/action.c
6463         * src/filtering.c
6464         * src/filtering.h
6465         * src/folder.c
6466         * src/summaryview.c
6467                 Fix filtering via menus and actions
6468
6469 2006-02-06 [colin]      2.0.0cvs21
6470
6471         * src/imap.c
6472                 Put the added file directly to cache if possible (will work
6473                 with next libetpan)
6474         * src/filtering.c
6475         * src/filtering.h
6476         * src/inc.c
6477         * src/folder.c
6478         * src/mbox.c
6479         * src/procmsg.h
6480                 Move and copy filtered messages by batches instead of one
6481                 by one - faster on IMAP
6482         * src/procmsg.c
6483                 Add a function that'll possibly be useful later
6484
6485 2006-02-06 [colin]      2.0.0cvs20
6486
6487         * src/addressbook.c
6488                 Use internal mime-type instead of text/plain for d'n'd
6489         * src/compose.c
6490                 Allow attaching files from mimeview's icon list via d'n'd
6491         * src/folderview.c
6492         * src/folderview.h
6493                 Use internal mime-type instead of text/plain for d'n'd
6494                 Don't try to selected opened folder if none is
6495                 Factorize d'n'd from other apps code
6496         * src/headerview.c
6497         * src/textview.c
6498         * src/gtk/gtkutils.c
6499         * src/gtk/gtkutils.h
6500                 Factorize Face/X-Face stuff
6501         * src/mimeview.c
6502                 Fix d'n'd to other apps
6503         * src/prefs_message.c
6504                 Let the XFace pref be usable without libcompface as it also
6505                 applies to Face
6506         * src/summaryview.c
6507                 Fix d'n'd to other apps
6508                 Factorize d'n'd from other apps code
6509
6510 2006-02-06 [wwp]        2.0.0cvs19
6511
6512         * po/it.po
6513                 Italian translation fixes by Andrea Spadaccini (no more confusion
6514                 between filtering and processing, and few changes in the About
6515                 dialog).
6516
6517
6518 2006-02-06 [mones]      2.0.0cvs18
6519
6520         * src/gtk/icon_legend.c
6521                 Improved descriptions allowing better translations
6522
6523 2006-02-05 [colin]      2.0.0cvs17
6524
6525         * src/imap.c
6526                 Add the f*cking missing expunge that caused imap_fetch_env
6527                 to fail after an add_msgs ! :-///
6528         * src/etpan/imap-thread.c
6529                 Add a bit of debug
6530         FOR_STABLE
6531
6532 2006-02-05 [colin]      2.0.0cvs16
6533
6534         * src/common/utils.c
6535                 Don't check for return-path (or we can't put
6536                 back non-sent mails)
6537
6538 2006-02-05 [colin]      2.0.0cvs15
6539
6540         * src/textview.c
6541                 Don't try to display Face header in textview
6542                 when teh headerview's active
6543
6544 2006-02-05 [colin]      2.0.0cvs14
6545
6546         * tools/tbird2syl.py
6547         * tools/Makefile.am
6548                 Add script to import Thunderbird mails
6549
6550 2006-02-05 [colin]      2.0.0cvs13
6551
6552         * src/headerview.c
6553         * src/procheader.c
6554         * src/procmsg.c
6555         * src/procmsg.h
6556         * src/textview.c
6557                 Show Face headers - patch partially by Klaus Flittner
6558
6559 2006-02-05 [colin]      2.0.0cvs12
6560
6561         * src/folderview.c
6562         * src/summaryview.c
6563         * src/common/utils.c
6564         * src/common/utils.h
6565                 Let dnd work from mime icons to summaryview
6566                 and to folderview too
6567                 Add a crude test to avoid trying to add files
6568                 drag'n'dropped when they're not mails
6569
6570 2006-02-04 [colin]      2.0.0cvs11
6571
6572         * src/summaryview.c
6573         * src/mimeview.c
6574                 Fix utf8 conversion
6575
6576 2006-02-04 [colin]      2.0.0cvs10
6577
6578         * src/compose.c
6579         * src/folderview.c
6580         * src/mimeview.c
6581         * src/summaryview.c
6582         * src/summaryview.h
6583                 Added various drag and drop capas:
6584                 From                    To
6585                 summaryview             other apps
6586                 mimeview icons          other apps
6587                 other apps              summaryview
6588                 other apps              folderview
6589
6590                 This shouldn't have broken the existing:
6591                 From                    To
6592                 summaryview             folderview
6593                 folderview              folderview
6594                 summaryview             compose's attachments
6595
6596         Tests welcomed.
6597
6598 2006-02-02 [paul]       2.0.0cvs9
6599
6600         * src/mainwindow.c
6601                 move global option 'Set displayed columns...' out
6602                 of folder option grouping.
6603                 fix sensitivity of 'harvest addresses'
6604         FOR_STABLE
6605
6606 2006-02-01 [colin]      2.0.0cvs8
6607
6608         * src/mimeview.c
6609                 Revert the alertpanel patch, it sucks (intrusive
6610                 and gets in the way of "open")
6611
6612 2006-02-01 [colin]      2.0.0cvs7
6613
6614         * src/compose.c
6615         * src/prefs_account.c
6616         * src/prefs_common.c
6617         * src/common/defs.h
6618         * src/common/utils.c
6619         * src/common/utils.h
6620                 Add ability to edit the signature file
6621                 from the account preferences, and use
6622                 a default for the text editor.
6623                 Patch by Fabien Vantard
6624
6625 2006-02-01 [colin]      2.0.0cvs6
6626
6627         * src/mimeview.c
6628                 Try to get mime type by extension if it is
6629                 application/octet-stream
6630                 Display a window with possible choices when
6631                 encountering unknown mime types
6632         * src/gtk/filesel.c
6633         * src/gtk/filesel.h
6634                 Add preview
6635                 Allow multiple selection in filtered filesel
6636                 (patch by Fabien Vantard)
6637         * src/gtk/pluginwindow.c
6638                 Use it (patch by Fabien Vantard)
6639
6640 2006-02-01 [paul]       2.0.0cvs5
6641
6642         * src/jpilot.c
6643                 fix crash on creating jpilot address book
6644                 Thanks to Colin - FOR_STABLE
6645         * src/prefs_summaries.c
6646         * src/prefs_wrapping.c
6647         * src/gtk/icon_legend.c
6648         * src/gtk/quicksearch.c
6649                 string fixes and additions
6650
6651 2006-02-01 [paul]       2.0.0cvs4
6652
6653         * src/compose.c
6654         * src/mainwindow.c
6655         * src/messageview.c
6656         * src/prefs_send.c
6657                 add Arabic encoding option
6658                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6659
6660 2006-01-31 [colin]      2.0.0cvs3
6661
6662         * src/plugins/pgpcore/passphrase.c
6663                 Convert passphrase to locale encoding
6664         * src/compose.c
6665                 Fix drafting on IMAP. Crappy bug sneaked in
6666                 the release :-/
6667         FOR_STABLE
6668
6669 2006-01-30 [paul]       2.0.0cvs2
6670
6671         * src/gtk/icon_legend.c
6672                 show the new entries
6673
6674 2006-01-30 [colin]      2.0.0cvs1
6675
6676         * src/manual.c
6677                 Check for the file to be present before 
6678                 enabling the menu - FOR_STABLE
6679         * src/gtk/icon_legend.c
6680                 Add folders icons (not all of them, there
6681                 are too much, but the most intriguing ones)
6682
6683 2006-01-30 [paul]       2.0.0
6684
6685         version 2.0.0 released
6686
6687 2006-01-30 [paul]       1.9.100cvs200
6688
6689         * manual/faq.xml
6690         * manual/gpl.xml
6691         * manual/intro.xml
6692         * manual/starting.xml
6693         * manual/sylpheed-claws-manual.xml
6694                 fixes, additions
6695
6696 2006-01-29 [mones]      1.9.100cvs199
6697
6698         * manual/account.xml
6699         * manual/advanced.xml
6700         * manual/glossary.xml
6701                 Some typos fixed, added LDIF term to glossary
6702         * po/es.po
6703                 Fixed leading plus symbol
6704
6705 2006-01-29 [paul]       1.9.100cvs198
6706
6707         * po/fi.po
6708         * po/sk.po
6709                 updated by Tommi Pirinen and Andrej Kacian
6710
6711 2006-01-29 [paul]       1.9.100cvs197
6712
6713         * src/gtk/authors.h
6714                 remove duplicates
6715
6716 2006-01-29 [paul]       1.9.100cvs196
6717
6718         * AUTHORS
6719         * po/nl.po
6720         * src/gtk/authors.h
6721         * tools/claws.i18n.status.pl
6722                 nl translation updated by Tim Dijkstra
6723
6724 2006-01-29 [paul]       1.9.100cvs195
6725
6726         * po/sr.po
6727         * po/sv.po
6728                 updated by Aleksandar Urosevic and Anders Troback
6729
6730 2006-01-28 [colin]      1.9.100cvs194
6731
6732         * src/gtk/gtksourceprintjob.c
6733                 Don't fiddle with PangoLayout when we
6734                 have an image
6735
6736 2006-01-28 [paul]       1.9.100cvs193
6737
6738         * AUTHORS
6739         * po/el.po
6740         * po/zh_CN.po
6741         * src/gtk/authors.h
6742         * tools/claws.i18n.status.pl
6743                 updated translations submitted by Stavros Giannouris
6744                 and Ralgh Young
6745
6746 2006-01-27 [colin]      1.9.100cvs192
6747
6748         * src/summaryview.c
6749         * src/gtk/gtksourceprintjob.c
6750                 Add image printing 
6751                 (libgnomeprint only, of course)
6752
6753 2006-01-27 [paul]       1.9.100cvs191
6754
6755         * po/fr.po
6756         * po/it.po
6757                 updated by Fabien Vantard and Andrea Spadaccini
6758
6759 2006-01-26 [colin]      1.9.100cvs190
6760
6761         * manual/Makefile.am
6762         * configure.ac
6763                 Make building the manual optional 
6764                 (--disable-manual)
6765
6766 2006-01-26 [paul]       1.9.100cvs189
6767
6768         * manual/glossary.xml
6769         * manual/plugins.xml
6770                 edited
6771         * po/en_GB.po
6772                 updated
6773
6774 2006-01-26 [paul]       1.9.100cvs188
6775
6776         * src/prefs_display_header.c
6777         * src/prefs_folder_column.c
6778         * src/prefs_msg_colors.c
6779         * src/prefs_summaries.c
6780         * src/prefs_summary_column.c
6781                 HIGify
6782
6783 2006-01-25 [colin]      1.9.100cvs187
6784
6785         * src/imap.c
6786                 Don't allow moving/copying mails between
6787                 queue/drafts and non-queue/drafts folders
6788                 Fixes bug #897 (message header is resetted 
6789                 if one is copied to Drafts)
6790
6791 2006-01-25 [colin]      1.9.100cvs186
6792
6793         * src/folder.c
6794         * src/mainwindow.c
6795                 Fix subscribed folders not found
6796         * src/compose.c
6797                 Don't try to encode as original mail's charset
6798                 if it's ascii 
6799
6800 2006-01-25 [paul]       1.9.100cvs185
6801
6802         * AUTHORS
6803         * po/Makevars
6804                 updated
6805         * po/de.po
6806         * po/pl.po
6807         * po/pt_BR.po
6808         * po/sr.po
6809                 updates submitted by Stephan Sachse, Emilian Nowak
6810                 and Quar, Frederico Goncalves Guimaraes, and
6811                 Aleksandar Urosevic
6812                 Fix Bug 896, 'PT_BR locale broken'.
6813         * src/gtk/authors.h
6814                 updated
6815
6816 2006-01-24 [mones]      1.9.100cvs184
6817
6818         * manual/glossary.xml
6819                 All current terms finished. Reviewers welcome ;-)
6820         * manual/keyboard.xml
6821                 Fixed column width for pdf output.
6822         * po/es.po
6823                 Updated
6824
6825 2006-01-24 [paul]       1.9.100cvs183
6826
6827         * manual/glossary.xml
6828                 fix id name
6829         * manual/dist/html/Makefile.am
6830         * manual/dist/pdf/Makefile.am
6831         * manual/dist/ps/Makefile.am
6832         * manual/dist/txt/Makefile.am
6833                 fix make deps
6834                 Thanks to Colin
6835
6836 2006-01-24 [mones]      1.9.100cvs182
6837
6838         * manual/glossary.xml
6839                 Nearly finished, some terms missing.
6840
6841 2006-01-23 [paul]       1.9.100cvs181
6842
6843         * manual/dist/html/Makefile.am
6844         * manual/dist/pdf/Makefile.am
6845         * manual/dist/ps/Makefile.am
6846         * manual/dist/txt/Makefile.am
6847         * src/mainwindow.c
6848                 re-enable manual
6849                 Thanks to Colin
6850
6851 2006-01-22 [colin]      1.9.100cvs180
6852
6853         * src/compose.c
6854         * src/gtk/gtkaspell.c
6855                 Don't deselect stuff before right-clicking, with aspell.
6856                 (This prevented right-click Copy, for example).
6857                 Thanks to Clo!
6858
6859 2006-01-22 [paul]       1.9.100cvs179
6860
6861         * src/summary_search.c
6862                 don't fix the widget size as it causes problems
6863                 under localisation.
6864                 Thanks to Emilian Nowak
6865
6866 2006-01-21 [paul]       1.9.100cvs178
6867
6868         * src/prefs_themes.c
6869                 fix broken underlining of label text
6870                 with some translations
6871
6872 2006-01-21 [colin]      1.9.100cvs177
6873
6874         * po/fr.po
6875                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6876
6877 2006-01-20 [colin]      1.9.100cvs176
6878
6879         * configure.ac
6880         * Makefile.am
6881         * manual/Makefile
6882         * manual/dist/html/.cvsignore
6883         * manual/dist/html/Makefile.am
6884         * manual/dist/pdf/.cvsignore
6885         * manual/dist/pdf/Makefile.am
6886         * manual/dist/ps/.cvsignore
6887         * manual/dist/ps/Makefile.am
6888         * manual/dist/txt/.cvsignore
6889         * manual/dist/txt/Makefile.am
6890                 Autotool-ize manual
6891
6892 2006-01-20 [paul]       1.9.100cvs175
6893
6894         * manual/handling.xml
6895                 make Filtering and Searching entries easier to find
6896         * manual/keyboard.xml
6897                 add the remaining default keybinds
6898         * src/prefs_summaries.c
6899                 update the default keybinds
6900
6901 2006-01-20 [paul]       1.9.100cvs174
6902
6903         * src/addressbook.c
6904         * src/addrgather.c
6905         * src/addrharvest.c
6906         * src/editaddress.c
6907         * src/editgroup.c
6908         * src/exphtmldlg.c
6909         * src/expldifdlg.c
6910         * src/exporthtml.c
6911         * src/exportldif.c
6912         * src/ldif.c
6913                 replace 'e-mail' with 'email'
6914         * src/summary_search.c
6915                 add mnemonic to "Find all" button
6916
6917 2006-01-20 [wwp]        1.9.100cvs173
6918
6919         * src/export.c
6920         * src/import.c
6921                 touched mbox import/export buttons for HIG-compliance
6922
6923 2006-01-19 [paul]       1.9.100cvs172
6924
6925         * manual/account.xml
6926         * manual/addrbook.xml
6927         * manual/advanced.xml
6928         * manual/faq.xml
6929         * manual/handling.xml
6930         * manual/intro.xml
6931         * manual/plugins.xml
6932         * manual/starting.xml
6933                 more editing
6934
6935 2006-01-19 [paul]       1.9.100cvs171
6936
6937         * src/toolbar.c
6938                 allow use of trash button while receiving
6939                 Thanks to Colin
6940
6941 2006-01-19 [wwp]        1.9.100cvs170
6942
6943         * src/gtk/quicksearch.c
6944         * src/compose.c
6945                 force text color to black when yellow background is set
6946
6947 2006-01-19 [colin]      1.9.100cvs169
6948
6949         * src/plugins/trayicon/trayicon.c
6950                 Gray out Get Mail when already getting mail
6951
6952 2006-01-18 [paul]       1.9.100cvs168
6953
6954         * src/compose.c
6955                 give widget yellow background was To is
6956                 set via folder prefs
6957         * src/gtk/quicksearch.c
6958                 give widget yellow background when quick
6959                 search is active.
6960                 Thanks to Colin
6961
6962 2006-01-18 [paul]       1.9.100cvs167
6963
6964         * doc/man/sylpheed-claws.1
6965                 add --subscribe option
6966
6967 2006-01-18 [paul]       1.9.100cvs166
6968
6969         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6970         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6971                 use %U instead of %F (%F is broken for user installed
6972                 files in kde 3.5)
6973
6974 2006-01-18 [colin]      1.9.100cvs165
6975
6976         * src/summaryview.c
6977                 Default to Yes in "No more * messages" dialogs
6978
6979 2006-01-17 [colin]      1.9.100cvs164
6980
6981         * src/compose.c
6982                 Possibly fix an invalid iterator causing
6983                 crash
6984
6985 2006-01-17 [colin]      1.9.100cvs163
6986
6987         * src/mimeview.c
6988                 Fix crash when the image disappears under the
6989                 image viewer
6990
6991 2006-01-16 [colin]      1.9.100cvs162
6992
6993         * src/compose.c
6994                 Fix reenabling autowrap
6995
6996 2006-01-16 [colin]      1.9.100cvs161
6997
6998         * src/compose.c
6999                 reset quote_len before getting quote_str
7000
7001 2006-01-16 [colin]      1.9.100cvs160
7002
7003         * src/account.c
7004         * src/account.h
7005         * src/folder.c
7006         * src/imap_gtk.c
7007         * src/mh_gtk.c
7008                 Fix bug #883 (default inbox does not track folder move)
7009
7010 2006-01-16 [colin]      1.9.100cvs159
7011
7012         * src/compose.c
7013         * src/plugins/pgpcore/passphrase.c
7014                 More buttons fixes
7015
7016 2006-01-16 [paul]       1.9.100cvs158
7017
7018         * src/prefs_actions.c
7019         * src/prefs_filtering_action.c
7020         * src/prefs_matcher.c
7021         * src/quote_fmt.c
7022         * src/gtk/description_window.c
7023         * src/gtk/description_window.h
7024         * src/gtk/quicksearch.c
7025                 description window cleanups
7026
7027 2006-01-15 [colin]      1.9.100cvs157
7028
7029         * src/addressbook.c
7030         * src/prefs_filtering.c
7031                 Same here
7032
7033 2006-01-15 [colin]      1.9.100cvs156
7034
7035         * src/folderview.c
7036         * src/mainwindow.c
7037                 Same for "Empty trash"
7038
7039 2006-01-15 [colin]      1.9.100cvs155
7040
7041         * src/inc.c
7042                 Override offline dialog had Yes by default
7043
7044 2006-01-15 [colin]      1.9.100cvs154
7045
7046         * src/summaryview.c
7047                 Delete selected messages? previously had Yes the default
7048
7049 2006-01-15 [colin]      1.9.100cvs153
7050
7051         * src/folder.c
7052         * src/folder.h
7053         * src/main.c
7054                 Check if a mailbox is loaded after all
7055                 plugins are loaded.
7056
7057 2006-01-15 [colin]      1.9.100cvs152
7058
7059         * src/folder.c
7060                 Don't start wizard when there are unloaded folders (will help
7061                 people with only mbox or maildir mailboxes)
7062
7063 2006-01-14 [colin]      1.9.100cvs151
7064
7065         * src/addressbook.c
7066         * src/expldifdlg.c
7067         * src/importldif.c
7068         * src/importmutt.c
7069         * src/importpine.c
7070         * src/mh_gtk.c
7071                 More HIG compliance and fixes
7072
7073 2006-01-14 [colin]      1.9.100cvs150
7074
7075         * src/prefs_filtering_action.c
7076         * src/foldersel.c
7077                 Two forgotten button order changes
7078
7079 2006-01-14 [colin]      1.9.100cvs149
7080
7081         * src/account.c
7082         * src/addressbook.c
7083         * src/compose.c
7084         * src/folderview.c
7085         * src/imap_gtk.c
7086         * src/mainwindow.c
7087         * src/mh_gtk.c
7088         * src/news_gtk.c
7089         * src/prefs_actions.c
7090         * src/prefs_customheader.c
7091         * src/prefs_filtering.c
7092         * src/prefs_matcher.c
7093         * src/prefs_template.c
7094         * src/ssl_manager.c
7095         * src/summaryview.c
7096         * src/textview.c
7097         * src/toolbar.c
7098                 All deletion confirmations are now "Cancel, Delete" 
7099                 instead of "No, Yes"
7100                 Clarified most of the other "No, Yes" to 
7101                 "Cancel, Descriptive_action"
7102                 Rechanged the "Entry not saved" alerts to have 
7103                 "Close, Continue editing"
7104
7105
7106 2006-01-14 [paul]
7107
7108         * 2.0.0-rc4 released
7109
7110 2006-01-14 [paul]       1.9.100cvs148
7111
7112         * src/account.c
7113         * src/addressadd.c
7114         * src/addressbook.c
7115         * src/compose.c
7116         * src/editaddress.c
7117         * src/editbook.c
7118         * src/editgroup.c
7119         * src/editjpilot.c
7120         * src/editldap.c
7121         * src/editvcard.c
7122         * src/exphtmldlg.c
7123         * src/expldifdlg.c
7124         * src/folderview.c
7125         * src/grouplistdialog.c
7126         * src/imap_gtk.c
7127         * src/importmutt.c
7128         * src/importpine.c
7129         * src/inc.c
7130         * src/main.c
7131         * src/mainwindow.c
7132         * src/message_search.c
7133         * src/messageview.c
7134         * src/mh_gtk.c
7135         * src/mimeview.c
7136         * src/news_gtk.c
7137         * src/prefs_actions.c
7138         * src/prefs_customheader.c
7139         * src/prefs_filtering.c
7140         * src/prefs_matcher.c
7141         * src/prefs_template.c
7142         * src/prefs_themes.c
7143         * src/ssl_manager.c
7144         * src/summary_search.c
7145         * src/summaryview.c
7146         * src/textview.c
7147         * src/toolbar.c
7148         * src/gtk/foldersort.c
7149         * src/gtk/gtkaspell.c
7150         * src/gtk/inputdialog.c
7151         * src/gtk/prefswindow.c
7152         * src/plugins/pgpcore/select-keys.c
7153         * src/plugins/trayicon/trayicon.c
7154                 HIG compliant button order
7155
7156 2006-01-14 [mones]      1.9.100cvs147
7157
7158         * po/es.po
7159                 Updated translation
7160
7161 2006-01-13 [paul]       1.9.100cvs146
7162
7163         * AUTHORS
7164         * ChangeLog
7165         * src/gtk/authors.h
7166                 add Joshua M. Kwan to contributors list
7167
7168 2006-01-13 [colin]      1.9.100cvs145
7169
7170         * src/gtk/quicksearch.c
7171                 Don't refocus quick search after executing (Esc or Enter)
7172                 Allows to '/'search something then move up/down in 
7173                 summaryview, and to Esc a search and be back in the 
7174                 summaryview
7175
7176 2006-01-13 [paul]       1.9.100cvs144
7177
7178         * src/plugins/pgpinline/pgpinline.c
7179                 support Content-Type 'application/pgp'
7180                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7181
7182 2006-01-13 [paul]       1.9.100cvs143
7183
7184         * manual/account.xml
7185                 make mention of partial retrieval
7186                 thanks to Colin
7187
7188 2006-01-13 [paul]       1.9.100cvs142
7189
7190         * src/account.c
7191         * src/account.h
7192         * src/action.c
7193         * src/action.h
7194         * src/adbookbase.h
7195         * src/addr_compl.c
7196         * src/addr_compl.h
7197         * src/addrbook.c
7198         * src/addrcache.c
7199         * src/addrcache.h
7200         * src/addrcindex.c
7201         * src/addrcindex.h
7202         * src/addrclip.c
7203         * src/addrclip.h
7204         * src/addrdefs.h
7205         * src/addressadd.c
7206         * src/addressadd.h
7207         * src/addressbook.c
7208         * src/addressbook.h
7209         * src/addrgather.c
7210         * src/addrgather.h
7211         * src/addrharvest.c
7212         * src/addrharvest.h
7213         * src/addrindex.c
7214         * src/addrindex.h
7215         * src/addritem.c
7216         * src/addritem.h
7217         * src/addrquery.c
7218         * src/addrquery.h
7219         * src/addrselect.c
7220         * src/addrselect.h
7221         * src/alertpanel.c
7222         * src/alertpanel.h
7223         * src/browseldap.c
7224         * src/browseldap.h
7225         * src/codeconv.c
7226         * src/codeconv.h
7227         * src/compose.c
7228         * src/compose.h
7229         * src/customheader.c
7230         * src/customheader.h
7231         * src/displayheader.c
7232         * src/displayheader.h
7233         * src/editaddress.c
7234         * src/editaddress.h
7235         * src/editbook.c
7236         * src/editbook.h
7237         * src/editgroup.c
7238         * src/editgroup.h
7239         * src/editjpilot.c
7240         * src/editjpilot.h
7241         * src/editldap.c
7242         * src/editldap.h
7243         * src/editldap_basedn.c
7244         * src/editldap_basedn.h
7245         * src/editvcard.c
7246         * src/editvcard.h
7247         * src/exphtmldlg.c
7248         * src/exphtmldlg.h
7249         * src/expldifdlg.c
7250         * src/expldifdlg.h
7251         * src/export.h
7252         * src/exporthtml.c
7253         * src/exporthtml.h
7254         * src/exportldif.c
7255         * src/exportldif.h
7256         * src/filtering.c
7257         * src/filtering.h
7258         * src/folder.c
7259         * src/folder.h
7260         * src/folder_item_prefs.c
7261         * src/folder_item_prefs.h
7262         * src/foldersel.c
7263         * src/foldersel.h
7264         * src/folderutils.c
7265         * src/folderutils.h
7266         * src/folderview.c
7267         * src/folderview.h
7268         * src/grouplistdialog.c
7269         * src/grouplistdialog.h
7270         * src/headerview.c
7271         * src/html.c
7272         * src/html.h
7273         * src/image_viewer.c
7274         * src/image_viewer.h
7275         * src/imap.c
7276         * src/imap.h
7277         * src/imap_gtk.c
7278         * src/imap_gtk.h
7279         * src/import.h
7280         * src/importldif.c
7281         * src/importldif.h
7282         * src/importmutt.c
7283         * src/importmutt.h
7284         * src/importpine.c
7285         * src/importpine.h
7286         * src/inc.c
7287         * src/inc.h
7288         * src/jpilot.c
7289         * src/jpilot.h
7290         * src/ldapctrl.c
7291         * src/ldapctrl.h
7292         * src/ldaplocate.c
7293         * src/ldaplocate.h
7294         * src/ldapquery.c
7295         * src/ldapquery.h
7296         * src/ldapserver.c
7297         * src/ldapserver.h
7298         * src/ldaputil.c
7299         * src/ldaputil.h
7300         * src/ldif.c
7301         * src/ldif.h
7302         * src/main.c
7303         * src/main.h
7304         * src/mainwindow.c
7305         * src/mainwindow.h
7306         * src/manual.c
7307         * src/manual.h
7308         * src/mbox.c
7309         * src/mbox.h
7310         * src/message_search.c
7311         * src/message_search.h
7312         * src/messageview.c
7313         * src/messageview.h
7314         * src/mh.c
7315         * src/mh.h
7316         * src/mh_gtk.c
7317         * src/mh_gtk.h
7318         * src/mimeview.c
7319         * src/mimeview.h
7320         * src/msgcache.c
7321         * src/msgcache.h
7322         * src/mutt.c
7323         * src/mutt.h
7324         * src/news.c
7325         * src/news.h
7326         * src/news_gtk.c
7327         * src/news_gtk.h
7328         * src/partial_download.c
7329         * src/partial_download.h
7330         * src/pine.c
7331         * src/pine.h
7332         * src/pop.c
7333         * src/pop.h
7334         * src/prefs_account.c
7335         * src/prefs_account.h
7336         * src/prefs_actions.c
7337         * src/prefs_actions.h
7338         * src/prefs_common.c
7339         * src/prefs_common.h
7340         * src/prefs_compose_writing.c
7341         * src/prefs_compose_writing.h
7342         * src/prefs_customheader.c
7343         * src/prefs_customheader.h
7344         * src/prefs_display_header.c
7345         * src/prefs_display_header.h
7346         * src/prefs_filtering.c
7347         * src/prefs_filtering.h
7348         * src/prefs_filtering_action.c
7349         * src/prefs_filtering_action.h
7350         * src/prefs_folder_column.c
7351         * src/prefs_folder_column.h
7352         * src/prefs_folder_item.c
7353         * src/prefs_folder_item.h
7354         * src/prefs_fonts.c
7355         * src/prefs_fonts.h
7356         * src/prefs_gtk.c
7357         * src/prefs_gtk.h
7358         * src/prefs_image_viewer.c
7359         * src/prefs_image_viewer.h
7360         * src/prefs_matcher.c
7361         * src/prefs_matcher.h
7362         * src/prefs_message.c
7363         * src/prefs_msg_colors.c
7364         * src/prefs_msg_colors.h
7365         * src/prefs_other.c
7366         * src/prefs_quote.c
7367         * src/prefs_receive.c
7368         * src/prefs_send.c
7369         * src/prefs_spelling.c
7370         * src/prefs_spelling.h
7371         * src/prefs_summaries.c
7372         * src/prefs_summaries.h
7373         * src/prefs_summary_column.c
7374         * src/prefs_summary_column.h
7375         * src/prefs_template.c
7376         * src/prefs_template.h
7377         * src/prefs_themes.c
7378         * src/prefs_themes.h
7379         * src/prefs_toolbar.c
7380         * src/prefs_toolbar.h
7381         * src/prefs_wrapping.c
7382         * src/prefs_wrapping.h
7383         * src/privacy.c
7384         * src/privacy.h
7385         * src/procheader.c
7386         * src/procheader.h
7387         * src/procmime.c
7388         * src/procmime.h
7389         * src/procmsg.c
7390         * src/procmsg.h
7391         * src/quote_fmt.c
7392         * src/quote_fmt_parse.y
7393         * src/recv.c
7394         * src/recv.h
7395         * src/remotefolder.c
7396         * src/remotefolder.h
7397         * src/send_message.c
7398         * src/send_message.h
7399         * src/setup.c
7400         * src/setup.h
7401         * src/sourcewindow.c
7402         * src/sourcewindow.h
7403         * src/ssl_manager.c
7404         * src/ssl_manager.h
7405         * src/statusbar.c
7406         * src/statusbar.h
7407         * src/stock_pixmap.c
7408         * src/stock_pixmap.h
7409         * src/summary_search.c
7410         * src/summary_search.h
7411         * src/summaryview.c
7412         * src/summaryview.h
7413         * src/syldap.c
7414         * src/syldap.h
7415         * src/textview.c
7416         * src/textview.h
7417         * src/toolbar.c
7418         * src/toolbar.h
7419         * src/undo.c
7420         * src/undo.h
7421         * src/unmime.c
7422         * src/unmime.h
7423         * src/vcard.c
7424         * src/vcard.h
7425         * src/wizard.c
7426         * src/wizard.h
7427         * src/common/base64.c
7428         * src/common/base64.h
7429         * src/common/defs.h
7430         * src/common/hooks.c
7431         * src/common/hooks.h
7432         * src/common/log.c
7433         * src/common/log.h
7434         * src/common/mgutils.c
7435         * src/common/mgutils.h
7436         * src/common/nntp.c
7437         * src/common/nntp.h
7438         * src/common/passcrypt.c
7439         * src/common/passcrypt.h.in
7440         * src/common/plugin.c
7441         * src/common/plugin.h
7442         * src/common/prefs.c
7443         * src/common/prefs.h
7444         * src/common/progressindicator.c
7445         * src/common/progressindicator.h
7446         * src/common/quoted-printable.c
7447         * src/common/quoted-printable.h
7448         * src/common/session.c
7449         * src/common/session.h
7450         * src/common/smtp.c
7451         * src/common/smtp.h
7452         * src/common/socket.c
7453         * src/common/socket.h
7454         * src/common/ssl.c
7455         * src/common/ssl.h
7456         * src/common/ssl_certificate.c
7457         * src/common/ssl_certificate.h
7458         * src/common/stringtable.c
7459         * src/common/stringtable.h
7460         * src/common/sylpheed.c
7461         * src/common/sylpheed.h
7462         * src/common/template.c
7463         * src/common/template.h
7464         * src/common/timing.h
7465         * src/common/utils.c
7466         * src/common/utils.h
7467         * src/common/version.h.in
7468         * src/common/xml.c
7469         * src/common/xml.h
7470         * src/common/xmlprops.c
7471         * src/common/xmlprops.h
7472         * src/gtk/colorlabel.c
7473         * src/gtk/colorsel.c
7474         * src/gtk/colorsel.h
7475         * src/gtk/description_window.c
7476         * src/gtk/description_window.h
7477         * src/gtk/filesel.c
7478         * src/gtk/filesel.h
7479         * src/gtk/foldersort.c
7480         * src/gtk/foldersort.h
7481         * src/gtk/gtkutils.c
7482         * src/gtk/gtkutils.h
7483         * src/gtk/inputdialog.c
7484         * src/gtk/inputdialog.h
7485         * src/gtk/logwindow.c
7486         * src/gtk/logwindow.h
7487         * src/gtk/manage_window.c
7488         * src/gtk/manage_window.h
7489         * src/gtk/menu.c
7490         * src/gtk/menu.h
7491         * src/gtk/pluginwindow.c
7492         * src/gtk/pluginwindow.h
7493         * src/gtk/prefswindow.c
7494         * src/gtk/prefswindow.h
7495         * src/gtk/progressdialog.c
7496         * src/gtk/progressdialog.h
7497         * src/gtk/sslcertwindow.c
7498         * src/gtk/sslcertwindow.h
7499         * src/plugins/clamav/clamav_plugin.c
7500         * src/plugins/clamav/clamav_plugin.h
7501         * src/plugins/clamav/clamav_plugin_gtk.c
7502         * src/plugins/demo/demo.c
7503         * src/plugins/dillo_viewer/dillo_prefs.c
7504         * src/plugins/dillo_viewer/dillo_prefs.h
7505         * src/plugins/dillo_viewer/dillo_viewer.c
7506         * src/plugins/pgpcore/passphrase.c
7507         * src/plugins/pgpcore/passphrase.h
7508         * src/plugins/pgpcore/plugin.c
7509         * src/plugins/pgpcore/select-keys.c
7510         * src/plugins/pgpcore/select-keys.h
7511         * src/plugins/pgpcore/sgpgme.c
7512         * src/plugins/pgpcore/sgpgme.h
7513         * src/plugins/pgpinline/pgpinline.c
7514         * src/plugins/pgpinline/pgpinline.h
7515         * src/plugins/pgpinline/plugin.c
7516         * src/plugins/pgpmime/pgpmime.c
7517         * src/plugins/pgpmime/pgpmime.h
7518         * src/plugins/pgpmime/plugin.c
7519         * src/plugins/spamassassin/spamassassin.c
7520         * src/plugins/spamassassin/spamassassin.h
7521         * src/plugins/spamassassin/spamassassin_gtk.c
7522         * src/plugins/trayicon/trayicon.c
7523                 update copyright header
7524
7525 2006-01-13 [paul]       1.9.100cvs141
7526
7527         * src/account.c
7528         * src/export.c
7529         * src/import.c
7530         * src/mainwindow.c
7531         * src/prefs_account.c
7532         * src/prefs_display_header.c
7533         * src/prefs_receive.c
7534         * src/prefs_send.c
7535         * src/prefs_summaries.c
7536         * src/prefs_themes.c
7537         * src/prefs_toolbar.c
7538         * src/gtk/about.c
7539                 various cleanups
7540
7541 2006-01-12 [colin]      1.9.100cvs140
7542
7543         * src/folder.c
7544         * src/folder.h
7545         * src/main.c
7546                 Add --subscribe option
7547                 Let sylpheed-claws email@domain.com equivalent to --compose
7548                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7549
7550 2006-01-12 [paul]       1.9.100cvs139
7551
7552         * src/mainwindow.c
7553                 append 'Change folder order' label with '...'
7554         * src/prefs_actions.c
7555                 allow reordering of actions list by dnd
7556         * src/gtk/foldersort.c
7557                 make the dialog nicer
7558
7559 2006-01-11 [colin]      1.9.100cvs138
7560
7561         * src/compose.c
7562                 Allow templates without text
7563
7564 2006-01-11 [paul]       1.9.100cvs137
7565
7566         * tools/README
7567         * tools/filter_conv_new.pl
7568                 add info to README
7569                 also check .sylpheed for filter.xml
7570                 be a bit informative to the user
7571
7572 2006-01-11 [colin]      1.9.100cvs136
7573
7574         * src/textview.c
7575                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7576
7577 2006-01-10 [paul]       1.9.100cvs135
7578
7579         * tools/Makefile.am
7580         * tools/filter_conv_new.pl
7581                 add script to convert new style Sylpheed
7582                 filter rules (Sylpheed >= 0.9.99) to
7583                 Claws filtering rules
7584
7585 2006-01-10 [colin]      1.9.100cvs134
7586
7587         * src/compose.c
7588                 Fix broken line joins in certain conditions
7589                 (between two quoted lines: <enter><enter><up>
7590                  <type a wrapped sentence><go in the first line>
7591                  <insert more text><watch as line joining failed>)
7592
7593 2006-01-10 [paul]       1.9.100cvs133
7594
7595         * src/compose.c
7596                 don't report success in error dialog
7597                 thanks to Colin
7598         * src/common/utils.c
7599                 include some trailing punctuations as URI
7600                 thanks to Hiro
7601
7602 2006-01-10 [paul]       1.9.100cvs132
7603
7604         * src/mimeview.c
7605                 fix incompatible pointer type
7606                 warning
7607
7608 2006-01-10 [paul]       1.9.100cvs131
7609
7610         * src/compose.c
7611                 change Subject in window title
7612                 instantaneously
7613
7614 2006-01-09 [colin]      1.9.100cvs130
7615
7616         * src/addressbook.c
7617         * src/headerview.c
7618         * src/mainwindow.c
7619         * src/messageview.c
7620         * src/mimeview.c
7621         * src/noticeview.c
7622         * src/summaryview.c
7623                 Fix possible crashes on exit and in addressbook
7624
7625 2006-01-09 [paul]       1.9.100cvs129
7626
7627         * src/prefs_msg_colors.c
7628                 some cleanups that I forgot last time
7629
7630 2006-01-09 [paul]       1.9.100cvs128
7631
7632         * README
7633         * src/folderview.c
7634         * src/prefs_msg_colors.c
7635                 add previously hidden option, color_new, to
7636                 the gui
7637                 move the page to Display/
7638                 rework the gui
7639
7640 2006-01-09 [wwp]        1.9.100cvs127
7641
7642         * src/prefs_themes.c
7643                 made the prefs/display/themes layouts spacing less condensed
7644                 (and so they match other prefs/pages' look).
7645
7646 2006-01-09 [paul]       1.9.100cvs126
7647
7648         * src/compose.c
7649         * src/prefs_common.c
7650         * src/prefs_common.h
7651         * src/prefs_wrapping.c
7652                 remove 'wrap at send' option
7653
7654 2006-01-06 [colin]      1.9.100cvs125
7655
7656         * src/compose.c
7657                 Just make completely sure we don't insert "manual line breaks" 
7658                 when wrapping... 
7659
7660 2006-01-04 [paul]
7661
7662         * 2.0.0-rc3 released
7663
7664 2006-01-04 [paul]       1.9.100cvs124
7665
7666         * src/folderview.c
7667                 fix bug 882, 'quick scroll in folder list
7668                 displays wrong folder contents'
7669
7670 2006-01-04 [paul]       1.9.100cvs123
7671
7672         * src/plugins/pgpmime/pgpmime.c
7673                 better debug information when signing
7674                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7675
7676 2006-01-03 [colin]      1.9.100cvs122
7677
7678         * configure.ac
7679                 We need to recheck for gpgme 1.0.0 after checking
7680                 for 1.1.1, because if 1.1.1 isn't available, 
7681                 GPGME_LIBS and friends are blanked out by the 
7682                 second check.
7683
7684 2006-01-03 [colin]      1.9.100cvs121
7685
7686         * src/common/prefs.c
7687                 Windows unlink-before rename fix
7688         * src/plugins/pgpcore/sgpgme.c
7689                 Add support for PKA info if available
7690                 Both patches by Werner Koch
7691
7692 2006-01-03 [paul]       1.9.100cvs120
7693
7694         * src/messageview.c
7695                 fix bug 884, 'Send receipt' button visible in queue
7696                 Thanks to Colin
7697
7698 2006-01-02 [colin]      1.9.100cvs119
7699
7700         * src/compose.c
7701         * src/imap.c
7702                 Fix autosave on IMAP and more generally try to
7703                 return the correct ID on a newly added IMAP message
7704
7705 2006-01-02 [paul]       1.9.100cvs118
7706
7707         * manual/keyboard.xml
7708                 edited
7709
7710 2006-01-01 [paul]       1.9.100cvs117
7711
7712         * src/gtk/authors.h
7713                 alphabetical order
7714
7715 2005-12-30 [colin]      1.9.100cvs116
7716
7717         * manual/advanced.xml
7718                 Explain Pre/Post-processing differences.
7719
7720 2005-12-30 [colin]      1.9.100cvs115
7721
7722         * src/mh.c
7723                 Implement copy_msgs for a little optimization
7724         * src/imap.c
7725                 Finish yesterday's fix
7726
7727 2005-12-29 [colin]      1.9.100cvs114
7728
7729         * src/imap.c
7730                 Fix occasional failure in fetching a mail over
7731                 IMAP
7732
7733 2005-12-29 [colin]      1.9.100cvs113
7734
7735         * src/compose.c
7736                 Don't remove a draft when sending it, if it is 
7737                 locked.
7738
7739 2005-12-28 [colin]      1.9.100cvs112
7740
7741         * src/summaryview.c
7742                 Fix leak for real
7743
7744 2005-12-28 [wwp]        1.9.100cvs111
7745
7746         * doc/faq/.cvsignore
7747         * doc/faq/de/.cvsignore
7748         * doc/faq/en/.cvsignore
7749         * doc/faq/es/.cvsignore
7750         * doc/faq/fr/.cvsignore
7751         * doc/faq/it/.cvsignore
7752         * doc/manual/.cvsignore
7753         * doc/manual/de/.cvsignore
7754         * doc/manual/en/.cvsignore
7755         * doc/manual/es/.cvsignore
7756         * doc/manual/fr/.cvsignore
7757         * doc/manual/ja/.cvsignore
7758         * src/plugins/mathml_viewer/.cvsignore
7759                 rollback revival of those files (my bad, sorry for the noise).
7760
7761 2005-12-28 [wwp]        1.9.100cvs110
7762
7763         * src/compose.c
7764                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7765
7766 2005-12-28 [wwp]        1.9.100cvs109
7767
7768         * doc/faq/.cvsignore
7769         * doc/faq/de/.cvsignore
7770         * doc/faq/en/.cvsignore
7771         * doc/faq/es/.cvsignore
7772         * doc/faq/fr/.cvsignore
7773         * doc/faq/it/.cvsignore
7774         * doc/manual/.cvsignore
7775         * doc/manual/de/.cvsignore
7776         * doc/manual/en/.cvsignore
7777         * doc/manual/es/.cvsignore
7778         * doc/manual/fr/.cvsignore
7779         * doc/manual/ja/.cvsignore
7780         * src/plugins/mathml_viewer/.cvsignore
7781         * po/.cvsignore
7782                 more files to ignore.
7783
7784 2005-12-24 [colin]      1.9.100cvs108
7785
7786         * AUTHORS
7787         * src/gtk/authors.h
7788                 Update for Werner
7789
7790 2005-12-24 [colin]      1.9.100cvs107
7791
7792         * src/procmsg.c
7793                 Allow NULL src_msginfo in 
7794                 procmsg_msginfo_new_from_mimeinfo
7795
7796 2005-12-23 [paul]       1.9.100cvs106
7797
7798         * src/plugins/pgpinline/mypgpcore.def
7799                 add this forgotten file
7800
7801 2005-12-23 [colin]      1.9.100cvs105
7802
7803         * src/mainwindow.c
7804                 Fix missing break
7805
7806 2005-12-23 [colin]      1.9.100cvs104
7807
7808         * autogen.sh
7809         * src/folder.c
7810         * src/mh.c
7811         * src/common/plugin.c
7812         * src/common/socket.c
7813         * src/common/socket.h
7814         * src/common/utils.c
7815         * src/common/utils.h
7816         * src/gtk/pluginwindow.c
7817         * src/plugins/pgpcore/plugin.def
7818         * src/plugins/pgpcore/sylpheed.def
7819         * src/plugins/pgpinline/Makefile.am
7820         * src/plugins/pgpinline/plugin.def
7821         * src/plugins/pgpinline/sylpheed.def
7822         * src/plugins/pgpmime/plugin.def
7823         * src/plugins/pgpmime/sylpheed.def
7824                 Various w32 fixes by Werner Koch
7825
7826 2005-12-22 [paul]       1.9.100cvs103
7827
7828         * src/wizard.c
7829                 don't offer IMAP as 'server type' if
7830                 libetpan isn't built in
7831
7832 2005-12-22 [paul]       1.9.100cvs102
7833
7834         * AUTHORS
7835         * src/mainwindow.c
7836         * src/mainwindow.h
7837         * src/toolbar.c
7838         * src/gtk/authors.h
7839                 support GTK_TOOLBAR_BOTH_HORIZ (text
7840                 next to icon) Patch by Marien Zwart
7841                 marienz@users.sf.net
7842                 Also reword the text
7843
7844 2005-12-21 [colin]      1.9.100cvs101
7845
7846         * configure.ac
7847                 Fix DATADIRNAME
7848         * COPYING
7849                 Fix missing section and explicit the exception better
7850         * src/compose.c
7851                 Prevent mail from being lost without notice when an
7852                 SMTP error happens on trying to send an unmodified
7853                 drafted mail.
7854         * src/send_message.c
7855         * src/common/smtp.c
7856                 Fix password remembering when wrong, and add return
7857                 value checks where they should have been
7858         * src/plugins/pgpcore/sylpheed.def
7859         * src/plugins/pgpinline/sylpheed.def
7860         * src/plugins/pgpmime/sylpheed.def
7861                 Add a few symbols needed
7862
7863 2005-12-21 [paul]       1.9.100cvs100
7864
7865         * m4/codeset.m4
7866         * m4/glibc21.m4
7867         * m4/intdiv0.m4
7868         * m4/inttypes-pri.m4
7869         * m4/inttypes.m4
7870         * m4/inttypes_h.m4
7871         * m4/isc-posix.m4
7872         * m4/lcmessage.m4
7873         * m4/stdint_h.m4
7874         * m4/uintmax_t.m4
7875                 gettextization
7876                 thanks to Colin
7877
7878 2005-12-21 [paul]       1.9.100cvs99
7879
7880         * po/sv.po
7881                 fixed by Colin
7882
7883 2005-12-20 [paul]       1.9.100cvs98
7884
7885         * po/sv.po
7886                 updated by Anders Trobäck
7887
7888 2005-12-20 [colin]      1.9.100cvs97
7889
7890         * ABOUT-NLS
7891         * Makefile.am
7892         * autogen.sh
7893         * configure.ac
7894         * config/config.rpath
7895         * config/mkinstalldirs
7896         * m4/Makefile.am
7897         * m4/glibc2.m4
7898         * m4/gnupg.m4
7899         * m4/gpgme.m4
7900         * m4/intmax.m4
7901         * m4/longdouble.m4
7902         * m4/longlong.m4
7903         * m4/printf-posix.m4
7904         * m4/signed.m4
7905         * m4/size_max.m4
7906         * m4/ulonglong.m4
7907         * m4/wchar_t.m4
7908         * m4/wint_t.m4
7909         * m4/xsize.m4
7910         * po/Makefile.in.in
7911         * po/Makevars
7912         * po/bg.po
7913         * po/ca.po
7914         * po/cs.po
7915         * po/de.po
7916         * po/el.po
7917         * po/en_GB.po
7918         * po/es.po
7919         * po/fi.po
7920         * po/fr.po
7921         * po/hr.po
7922         * po/hu.po
7923         * po/it.po
7924         * po/ja.po
7925         * po/ko.po
7926         * po/nb.po
7927         * po/nl.po
7928         * po/pl.po
7929         * po/pt_BR.po
7930         * po/ru.po
7931         * po/sk.po
7932         * po/sr.po
7933         * po/stamp-po
7934         * po/sv.po
7935         * po/zh_CN.po
7936         * po/zh_TW.po
7937         * src/Makefile.am
7938         * src/codeconv.c
7939         * src/compose.c
7940         * src/exporthtml.c
7941         * src/exportldif.c
7942         * src/folder.c
7943         * src/main.c
7944         * src/manual.c
7945         * src/mh.c
7946         * src/mimeview.c
7947         * src/send_message.c
7948         * src/common/Makefile.am
7949         * src/common/fnmatch.c
7950         * src/common/fnmatch.h
7951         * src/common/fnmatch_loop.c
7952         * src/common/nntp.c
7953         * src/common/plugin.c
7954         * src/common/smtp.c
7955         * src/common/socket.c
7956         * src/common/string_match.c
7957         * src/common/sylpheed.c
7958         * src/common/utils.c
7959         * src/common/utils.h
7960         * src/common/w32_dirent.c
7961         * src/common/w32_reg.c
7962         * src/common/w32_signal.c
7963         * src/common/w32_stat.c
7964         * src/common/w32_stdio.c
7965         * src/common/w32_stdlib.c
7966         * src/common/w32_string.c
7967         * src/common/w32_time.c
7968         * src/common/w32_unistd.c
7969         * src/common/w32_wait.c
7970         * src/common/w32lib.h
7971         * src/etpan/Makefile.am
7972         * src/gtk/Makefile.am
7973         * src/plugins/clamav/Makefile.am
7974         * src/plugins/demo/Makefile.am
7975         * src/plugins/dillo_viewer/Makefile.am
7976         * src/plugins/pgpcore/Makefile.am
7977         * src/plugins/pgpcore/passphrase.c
7978         * src/plugins/pgpcore/plugin.def
7979         * src/plugins/pgpcore/sgpgme.c
7980         * src/plugins/pgpcore/sylpheed.def
7981         * src/plugins/pgpcore/version.rc
7982         * src/plugins/pgpinline/Makefile.am
7983         * src/plugins/pgpinline/plugin.def
7984         * src/plugins/pgpinline/sylpheed.def
7985         * src/plugins/pgpinline/version.rc
7986         * src/plugins/pgpmime/Makefile.am
7987         * src/plugins/pgpmime/mypgpcore.def
7988         * src/plugins/pgpmime/plugin.def
7989         * src/plugins/pgpmime/sylpheed.def
7990         * src/plugins/pgpmime/version.rc
7991         * src/plugins/spamassassin/Makefile.am
7992                 Very little ;-) patch from Werner Koch, providing
7993                 infrastructure for cross-compiling to Win32
7994
7995 2005-12-20 [paul]       1.9.100cvs96
7996
7997         * src/account.c
7998         * src/account.h
7999         * src/mainwindow.c
8000         * src/mainwindow.h
8001         * src/toolbar.c
8002         * src/toolbar.h
8003                 add a combo to the Get All button, allowing
8004                 quick retrieval from any account
8005                 Patch by Fabien Vantard, slightly modified
8006                 by Colin
8007         * src/gtk/about.c
8008                 i18n fix. Patch by Fabien Vantard
8009
8010 2005-12-19 [colin]      1.9.100cvs95
8011
8012         * src/compose.c
8013         * src/compose.h
8014                 Don't automatically join lines when they've 
8015                 been separated by the user and not automatically
8016
8017 2005-12-19 [paul]       1.9.100cvs94
8018
8019         * src/gtk/pluginwindow.c
8020                 i18n fix.
8021                 Patch by Fabien Vantard
8022
8023 2005-12-15 [paul]       1.9.100cvs93
8024
8025         * src/common/plugin.c
8026         * src/common/plugin.h
8027         * src/gtk/pluginwindow.c
8028         * src/plugins/clamav/clamav_plugin.c
8029         * src/plugins/demo/demo.c
8030         * src/plugins/dillo_viewer/dillo_viewer.c
8031         * src/plugins/pgpcore/plugin.c
8032         * src/plugins/pgpinline/plugin.c
8033         * src/plugins/pgpmime/plugin.c
8034         * src/plugins/spamassassin/spamassassin.c
8035         * src/plugins/trayicon/trayicon.c
8036                 add plugin_version()
8037
8038 2005-12-15 [colin]      1.9.100cvs92
8039
8040         * src/compose.c
8041                 Further fix bug #875
8042
8043 2005-12-15 [paul]       1.9.100cvs91
8044
8045         * src/gtk/filesel.c
8046                 fix attach_load_dir getting set to
8047                 PLUGINDIR on plugin load
8048
8049 2005-12-14 [mones]      1.9.100cvs90
8050
8051         * manual/ack.xml
8052         * manual/keyboard.xml
8053                 Initial draft and some shortcuts added
8054                 
8055         * po/es.po
8056                 Updated translation
8057
8058 2005-12-14 [colin]      1.9.100cvs89
8059
8060         * src/compose.c
8061         * src/imap.c
8062         * src/summaryview.c
8063         * src/gtk/gtkaspell.c
8064                 More leaks fixed
8065         * src/prefs_folder_item.c
8066                 Fix recursive prefs apply
8067
8068
8069 2005-12-14 [colin]      1.9.100cvs88
8070
8071         * src/compose.c
8072                 Fix bug #875 (Freeze On Inline Forward of 
8073                 Large Message)
8074
8075 2005-12-13 [colin]      1.9.100cvs87
8076
8077         * src/compose.c
8078                 Uniq-ify and sort the mimetypes list
8079                 Patch by Fabien Vantard
8080
8081 2005-12-13 [colin]      1.9.100cvs86
8082
8083         * src/imap.c
8084         * src/etpan/imap-thread.c
8085                 Fix leaks (patch by Hoa)
8086         * src/news.c
8087         * src/common/plugin.c
8088                 Fix leaks
8089
8090 2005-12-12 [colin]
8091
8092         * 2.0.0-rc2 released
8093
8094 2005-12-12 [colin]      1.9.100cvs85
8095
8096         * src/matcher.c
8097                 Fix a leak
8098
8099 2005-12-12 [wwp]        1.9.100cvs84
8100
8101         * src/gtk/icon_legend.c
8102                 fix misbehaviour and crash when closing the legend window
8103         using the Esc key (patch by Fabien Vantard).
8104
8105 2005-12-12 [paul]       1.9.100cvs83
8106
8107         * src/browseldap.c
8108         * src/foldersel.c
8109         * src/prefs_actions.c
8110         * src/prefs_filtering.c
8111         * src/prefs_matcher.c
8112         * src/prefs_spelling.glade      ** REMOVED **
8113         * src/prefs_template.c
8114         * src/gtk/foldersort.glade      ** REMOVED **
8115         * src/gtk/pluginwindow.c
8116         * src/gtk/pluginwindow.glade    ** REMOVED **
8117         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8118                 cleanups
8119
8120 2005-12-11 [paul]       1.9.100cvs82
8121
8122         * src/gtk/filesel.c
8123                 fix attach_load_dir crasher (double free)
8124
8125 2005-12-09 [paul]       1.9.100cvs81
8126
8127         * po/POTFILES.in
8128         * src/mainwindow.c
8129         * src/gtk/Makefile.am
8130         * src/gtk/icon_legend.c
8131         * src/gtk/icon_legend.h
8132                 add icon legend
8133         * src/manual.c
8134                 cleanup
8135
8136 2005-12-09 [paul]       1.9.100cvs80
8137
8138         * src/plugins/pgpcore/passphrase.c
8139                 wrap the label in the dialog
8140
8141 2005-12-09 [colin]      1.9.100cvs79
8142
8143         * src/plugins/pgpcore/sgpgme.c
8144                 Display (untrusted) on not trusted signatures
8145                 Patch by Michal Èihaø <michal@cihar.com>
8146                 Closes bug #867 (Report also key trust)
8147
8148 2005-12-09 [colin]      1.9.100cvs78
8149
8150         * src/common/plugin.c
8151                 Update licence check, following Eben Moglen's advice
8152
8153 2005-12-08 [colin]      1.9.100cvs77
8154
8155         * src/folder.c
8156                 Fix the occasionnal item->cache != NULL 
8157                 assertion failure. 
8158
8159 2005-12-08 [colin]      1.9.100cvs76
8160
8161         * src/mimeview.c
8162         * src/plugins/pgpcore/sgpgme.c
8163                 Print key id when unable to check it
8164                 Closes bug #866 (Show key id when missing)
8165
8166 2005-12-08 [paul]       1.9.100cvs75
8167
8168         * src/prefs_common.c
8169         * src/prefs_common.h
8170         * src/gtk/filesel.c
8171                 remember load attachment dir
8172
8173 2005-12-07 [colin]      1.9.100cvs74
8174
8175         * src/prefs_toolbar.c
8176                 Gtk fixes, patch by Fabien Vantard
8177
8178 2005-12-07 [colin]      1.9.100cvs73
8179
8180         * src/action.c
8181         * src/compose.c
8182         * src/compose.h
8183                 Fix bug #839 (Quoted text isn't colored after 
8184                 executing an action)
8185         * src/common/plugin.c
8186                 Require plugins to declare their licence in plugin_licence()
8187                 Refuse to load non-GPL plugins as they'd be illegal (as 
8188                 derived works of Sylpheed-Claws, they must be GPL).
8189         * src/plugins/clamav/clamav_plugin.c
8190         * src/plugins/demo/demo.c
8191         * src/plugins/dillo_viewer/dillo_viewer.c
8192         * src/plugins/pgpcore/plugin.c
8193         * src/plugins/pgpinline/plugin.c
8194         * src/plugins/pgpmime/plugin.c
8195         * src/plugins/spamassassin/spamassassin.c
8196         * src/plugins/trayicon/trayicon.c
8197                 Add plugin_licence()
8198
8199 2005-12-07 [paul]       1.9.100cvs72
8200
8201         * configure.ac
8202         * src/mainwindow.c
8203         * src/manual.c
8204         * src/manual.h
8205         * src/common/defs.h
8206                 clean up after local FAQ removal and
8207                 temporary manual removal
8208
8209 2005-12-06 [colin]      1.9.100cvs71
8210
8211         * configure.ac
8212         * doc/Makefile.am
8213         * doc/faq/.cvsignore
8214         * doc/faq/Makefile.am
8215         * doc/faq/de/.cvsignore
8216         * doc/faq/de/Makefile.am
8217         * doc/faq/de/sylpheed-faq-1.html
8218         * doc/faq/de/sylpheed-faq-2.html
8219         * doc/faq/de/sylpheed-faq-3.html
8220         * doc/faq/de/sylpheed-faq.html
8221         * doc/faq/en/.cvsignore
8222         * doc/faq/en/Makefile.am
8223         * doc/faq/en/sylpheed-faq-1.html
8224         * doc/faq/en/sylpheed-faq-2.html
8225         * doc/faq/en/sylpheed-faq-3.html
8226         * doc/faq/en/sylpheed-faq-4.html
8227         * doc/faq/en/sylpheed-faq.html
8228         * doc/faq/es/.cvsignore
8229         * doc/faq/es/Makefile.am
8230         * doc/faq/es/sylpheed-faq-1.html
8231         * doc/faq/es/sylpheed-faq-2.html
8232         * doc/faq/es/sylpheed-faq-3.html
8233         * doc/faq/es/sylpheed-faq-4.html
8234         * doc/faq/es/sylpheed-faq.html
8235         * doc/faq/fr/.cvsignore
8236         * doc/faq/fr/Makefile.am
8237         * doc/faq/fr/sylpheed-faq-1.html
8238         * doc/faq/fr/sylpheed-faq-2.html
8239         * doc/faq/fr/sylpheed-faq-3.html
8240         * doc/faq/fr/sylpheed-faq.html
8241         * doc/faq/it/.cvsignore
8242         * doc/faq/it/Makefile.am
8243         * doc/faq/it/sylpheed-faq-1.html
8244         * doc/faq/it/sylpheed-faq-2.html
8245         * doc/faq/it/sylpheed-faq-3.html
8246         * doc/faq/it/sylpheed-faq.html
8247         * doc/manual/.cvsignore
8248         * doc/manual/Makefile.am
8249         * doc/manual/de/.cvsignore
8250         * doc/manual/de/Makefile.am
8251         * doc/manual/de/sylpheed-1.html
8252         * doc/manual/de/sylpheed-10.html
8253         * doc/manual/de/sylpheed-11.html
8254         * doc/manual/de/sylpheed-12.html
8255         * doc/manual/de/sylpheed-13.html
8256         * doc/manual/de/sylpheed-14.html
8257         * doc/manual/de/sylpheed-15.html
8258         * doc/manual/de/sylpheed-16.html
8259         * doc/manual/de/sylpheed-17.html
8260         * doc/manual/de/sylpheed-18.html
8261         * doc/manual/de/sylpheed-19.html
8262         * doc/manual/de/sylpheed-2.html
8263         * doc/manual/de/sylpheed-20.html
8264         * doc/manual/de/sylpheed-3.html
8265         * doc/manual/de/sylpheed-4.html
8266         * doc/manual/de/sylpheed-5.html
8267         * doc/manual/de/sylpheed-6.html
8268         * doc/manual/de/sylpheed-7.html
8269         * doc/manual/de/sylpheed-8.html
8270         * doc/manual/de/sylpheed-9.html
8271         * doc/manual/de/sylpheed.html
8272         * doc/manual/en/.cvsignore
8273         * doc/manual/en/Makefile.am
8274         * doc/manual/en/sylpheed-1.html
8275         * doc/manual/en/sylpheed-10.html
8276         * doc/manual/en/sylpheed-11.html
8277         * doc/manual/en/sylpheed-12.html
8278         * doc/manual/en/sylpheed-13.html
8279         * doc/manual/en/sylpheed-14.html
8280         * doc/manual/en/sylpheed-15.html
8281         * doc/manual/en/sylpheed-16.html
8282         * doc/manual/en/sylpheed-17.html
8283         * doc/manual/en/sylpheed-18.html
8284         * doc/manual/en/sylpheed-19.html
8285         * doc/manual/en/sylpheed-2.html
8286         * doc/manual/en/sylpheed-20.html
8287         * doc/manual/en/sylpheed-21.html
8288         * doc/manual/en/sylpheed-22.html
8289         * doc/manual/en/sylpheed-3.html
8290         * doc/manual/en/sylpheed-4.html
8291         * doc/manual/en/sylpheed-5.html
8292         * doc/manual/en/sylpheed-6.html
8293         * doc/manual/en/sylpheed-7.html
8294         * doc/manual/en/sylpheed-8.html
8295         * doc/manual/en/sylpheed-9.html
8296         * doc/manual/en/sylpheed.html
8297         * doc/manual/es/.cvsignore
8298         * doc/manual/es/Makefile.am
8299         * doc/manual/es/sylpheed-1.html
8300         * doc/manual/es/sylpheed-10.html
8301         * doc/manual/es/sylpheed-11.html
8302         * doc/manual/es/sylpheed-12.html
8303         * doc/manual/es/sylpheed-13.html
8304         * doc/manual/es/sylpheed-14.html
8305         * doc/manual/es/sylpheed-15.html
8306         * doc/manual/es/sylpheed-16.html
8307         * doc/manual/es/sylpheed-17.html
8308         * doc/manual/es/sylpheed-18.html
8309         * doc/manual/es/sylpheed-19.html
8310         * doc/manual/es/sylpheed-2.html
8311         * doc/manual/es/sylpheed-20.html
8312         * doc/manual/es/sylpheed-3.html
8313         * doc/manual/es/sylpheed-4.html
8314         * doc/manual/es/sylpheed-5.html
8315         * doc/manual/es/sylpheed-6.html
8316         * doc/manual/es/sylpheed-7.html
8317         * doc/manual/es/sylpheed-8.html
8318         * doc/manual/es/sylpheed-9.html
8319         * doc/manual/es/sylpheed.html
8320         * doc/manual/fr/.cvsignore
8321         * doc/manual/fr/Makefile.am
8322         * doc/manual/fr/sylpheed-1.html
8323         * doc/manual/fr/sylpheed-10.html
8324         * doc/manual/fr/sylpheed-11.html
8325         * doc/manual/fr/sylpheed-12.html
8326         * doc/manual/fr/sylpheed-13.html
8327         * doc/manual/fr/sylpheed-14.html
8328         * doc/manual/fr/sylpheed-15.html
8329         * doc/manual/fr/sylpheed-16.html
8330         * doc/manual/fr/sylpheed-17.html
8331         * doc/manual/fr/sylpheed-18.html
8332         * doc/manual/fr/sylpheed-19.html
8333         * doc/manual/fr/sylpheed-2.html
8334         * doc/manual/fr/sylpheed-20.html
8335         * doc/manual/fr/sylpheed-3.html
8336         * doc/manual/fr/sylpheed-4.html
8337         * doc/manual/fr/sylpheed-5.html
8338         * doc/manual/fr/sylpheed-6.html
8339         * doc/manual/fr/sylpheed-7.html
8340         * doc/manual/fr/sylpheed-8.html
8341         * doc/manual/fr/sylpheed-9.html
8342         * doc/manual/fr/sylpheed.html
8343         * doc/manual/ja/.cvsignore
8344         * doc/manual/ja/Makefile.am
8345         * doc/manual/ja/sylpheed-1.html
8346         * doc/manual/ja/sylpheed-10.html
8347         * doc/manual/ja/sylpheed-11.html
8348         * doc/manual/ja/sylpheed-12.html
8349         * doc/manual/ja/sylpheed-13.html
8350         * doc/manual/ja/sylpheed-14.html
8351         * doc/manual/ja/sylpheed-15.html
8352         * doc/manual/ja/sylpheed-16.html
8353         * doc/manual/ja/sylpheed-17.html
8354         * doc/manual/ja/sylpheed-18.html
8355         * doc/manual/ja/sylpheed-19.html
8356         * doc/manual/ja/sylpheed-2.html
8357         * doc/manual/ja/sylpheed-20.html
8358         * doc/manual/ja/sylpheed-3.html
8359         * doc/manual/ja/sylpheed-4.html
8360         * doc/manual/ja/sylpheed-5.html
8361         * doc/manual/ja/sylpheed-6.html
8362         * doc/manual/ja/sylpheed-7.html
8363         * doc/manual/ja/sylpheed-8.html
8364         * doc/manual/ja/sylpheed-9.html
8365         * doc/manual/ja/sylpheed.html
8366         * doc/manual/ja/sylpheed.sgml
8367         * src/mainwindow.c
8368                 Remove outdated manual and faq. Noisy, eh?
8369
8370 2005-12-06 [colin]      1.9.100cvs70
8371
8372         * src/compose.c
8373         * src/quote_fmt_parse.y
8374         * src/undo.c
8375         * src/undo.h
8376                 Allow %X to position cursor at 0 
8377                 (no %X = before signature)
8378                 Fix paste as quotation putting the cursor at 0
8379                 Fix undo offsets when pasting
8380                 Insert the quote_fmt at once instead of line 
8381                 by line
8382                 Fix [Edited] when starting to reply/forward
8383
8384 2005-12-06 [paul]       1.9.100cvs69
8385
8386         * src/plugins/clamav/clamav_plugin_gtk.c
8387                 add another tooltip
8388         * src/plugins/spamassassin/spamassassin_gtk.c
8389                 rework spamassassin_create_widget_func()
8390
8391 2005-12-05 [colin]      1.9.100cvs68
8392
8393         * po/POTFILES.in
8394                 Fix make release ;-)
8395
8396 2005-12-05 [colin]      1.9.100cvs67
8397
8398         * src/compose.c
8399         * src/compose.h
8400                 Fix cursor positioning (not obeying %X)
8401
8402 2005-12-05 [paul]       1.9.100cvs66
8403
8404         * src/plugins/dillo_viewer/dillo_prefs.c
8405                 fix compilation warning
8406
8407 2005-12-05 [paul]       1.9.100cvs65
8408
8409         * src/prefs_spelling.c
8410         * src/plugins/trayicon/trayicon.c
8411                 cleanups - remove unused stuff
8412
8413 2005-12-05 [paul]       1.9.100cvs64
8414
8415         * README
8416         * manual/plugins.xml
8417                 remove info about removed mathml_viewer plugin
8418
8419 2005-12-05 [paul]       1.9.100cvs63
8420
8421         * configure.ac
8422         * src/plugins/Makefile.am
8423         * src/plugins/mathml_viewer/.cvsignore
8424         * src/plugins/mathml_viewer/Makefile.am
8425         * src/plugins/mathml_viewer/mathml_viewer.c
8426                 remove unmaintained mathml_viewer plugin
8427
8428 2005-12-05 [paul]       1.9.100cvs62
8429
8430         * src/summaryview.c
8431                 obey prefs_common.always_show_msg when
8432                 moving a msg
8433                 Thanks to Colin
8434
8435 2005-12-05 [paul]       1.9.100cvs61
8436
8437         * src/compose.c
8438         * src/prefs_account.c
8439         * src/prefs_filtering.c
8440         * src/prefs_quote.c
8441         * src/prefs_spelling.c
8442         * src/prefs_toolbar.c
8443         * src/summaryview.c
8444         * src/gtk/gtkutils.c
8445         * src/gtk/quicksearch.c
8446         * src/plugins/dillo_viewer/dillo_prefs.c
8447                 dialog cleanups
8448
8449 2005-12-04 [paul]       1.9.100cvs60
8450
8451         * src/inc.c
8452         * src/prefs_account.c
8453         * src/prefs_account.h
8454                 allow a Local account to specify a
8455                 default inbox
8456                 (closes bug 843 'Inbox cannot be changed for local
8457                  mailboxes')
8458
8459 2005-12-04 [colin]      1.9.100cvs59
8460
8461         * src/plugins/trayicon/trayicon.c
8462                 Remove Get, rename Get All to Get Mail in order to
8463                 be consistent with the default main toolbar
8464
8465 2005-12-03 [colin]      1.9.100cvs58
8466
8467         * manual/gpl.xml
8468         * manual/sylpheed-claws-manual.xml
8469                 Add GPL appendix
8470
8471 2005-12-03 [paul]       1.9.100cvs57
8472
8473         * AUTHORS
8474         * po/sv.po
8475         * src/gtk/authors.h
8476                 new (partially complete) Swedish translation
8477                 by Anders Troback <sylpheed@troback.com>
8478
8479 2005-12-02 [paul]       1.9.100cvs56
8480
8481         * configure.ac
8482                 libetpan 0.41 required
8483
8484 2005-12-02 [paul]       1.9.100cvs55
8485
8486         * src/plugins/clamav/clamav_plugin.c
8487         * src/plugins/clamav/clamav_plugin.h
8488         * src/plugins/clamav/clamav_plugin_gtk.c
8489         * src/plugins/spamassassin/spamassassin.c
8490         * src/plugins/spamassassin/spamassassin.h
8491         * src/plugins/spamassassin/spamassassin_gtk.c
8492                 unregister prefs pages on unloading, thus
8493                 preventing a crash
8494                 (thanks to Colin for the hint)
8495
8496 2005-12-02 [wwp]        1.9.100cvs54
8497
8498         * src/quote_fmt.h
8499         * src/quote_fmt_parse.y
8500                 fix misuse of gboolean*, use gboolean instead
8501                 (thanks to Paul, Colin, for pointing out that scaring one)
8502
8503 2005-12-02 [paul]       1.9.100cvs53
8504
8505         * src/plugins/clamav/clamav_plugin.c
8506                 int no --> unsigned int no
8507         * src/plugins/clamav/clamav_plugin_gtk.c
8508                 rework config page
8509
8510 2005-12-02 [wwp]        1.9.100cvs52
8511
8512         * src/compose.c
8513         * src/prefs_template.c
8514         * src/quote_fmt.h
8515         * src/quote_fmt_parse.y
8516                 prevent from executing |f and |p templates commands when
8517                 adding or replacing templates in prefs (avoids annoying and
8518                 potentially dangerous behaviours)
8519
8520 2005-12-02 [paul]       1.9.100cvs51
8521
8522         * src/prefs_common.c
8523                 allow translation of some default values
8524                 Patch by Fabien Vantard
8525
8526 2005-12-02 [paul]       1.9.100cvs50
8527
8528         * src/codeconv.c
8529         * src/codeconv.h
8530         * src/prefs_common.c
8531         * src/prefs_common.h
8532         * src/prefs_message.c
8533         * src/textview.c
8534                 remove obsolete 'convert_mb_alnum' option
8535                 and related stuff
8536         * src/gtk/about.c
8537                 remove unused 'about_textview_visibility_notify'
8538
8539 2005-12-02 [paul]       1.9.100cvs49
8540
8541         * src/prefs_account.c
8542         * src/prefs_compose_writing.c
8543         * src/prefs_fonts.c
8544         * src/prefs_gtk.h
8545         * src/prefs_image_viewer.c
8546         * src/prefs_message.c
8547         * src/prefs_other.c
8548         * src/prefs_receive.c
8549         * src/prefs_send.c
8550         * src/prefs_spelling.c
8551         * src/prefs_summaries.c
8552         * src/prefs_wrapping.c
8553         * src/plugins/dillo_viewer/dillo_prefs.c
8554         * src/plugins/pgpcore/prefs_gpg.c
8555                 several cleanups to the prefs dialogs
8556                 (slightly modified) patch by Fabien Vantard
8557
8558 2005-12-02 [paul]       1.9.100cvs48
8559
8560         * src/main.c
8561                 --exit means exit
8562         * src/send_message.c
8563                 fix crash on send when connection fails
8564
8565         Thanks to Colin
8566
8567 2005-12-01 [colin]      1.9.100cvs47
8568
8569         * src/html.c
8570                 Translate &hellip; to "..."
8571
8572 2005-11-30 [colin]      1.9.100cvs46
8573
8574         * src/matcher.c
8575         * src/matcher.h
8576                 Optimize back yesterday's fix.
8577
8578 2005-11-30 [paul]       1.9.100cvs45
8579
8580         * manual/faq.xml
8581                 standardised
8582         * manual/intro.xml
8583                 written by Colin, edited by me
8584
8585 2005-11-29 [colin]      1.9.100cvs44
8586
8587         * src/matcher.c
8588                 Skip headers unconditionnaly in match_body if the
8589                 rule is not message or ~message
8590
8591 2005-11-29 [colin]      1.9.100cvs43
8592
8593         * src/matcher.c
8594                 Fix body_part and such, not skipping headers 
8595                 if the matchcriteria wasn't the first in the rule
8596
8597 2005-11-29 [colin]      1.9.100cvs42
8598
8599         * src/compose.c
8600                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8601                 option missing from message view window)
8602                 Fix double text D'n'D with gtk-2.8
8603         * src/matcher.c
8604                 Fix ~message, ~headers_part, ~body_part rules
8605         * src/messageview.c
8606                 Add Windows-1252 (Closes bug #863)
8607                 Fix accels
8608         * src/gtk/gtkaspell.c
8609                 Properly destroy accels in all menus
8610
8611 2005-11-29 [mones]      1.9.100cvs41
8612
8613         * po/es.po
8614                 Updated.
8615
8616 2005-11-27 [colin]      1.9.100cvs40
8617
8618         * src/mh_gtk.c
8619                 "/Remove mailbox" -> "/Remove mailbox..."
8620
8621 2005-11-27 [paul]       1.9.100cvs39
8622
8623         * AUTHORS
8624         * po/de.po
8625         * src/gtk/authors.h
8626                 updated by new maintainer, Stephan Sachse
8627
8628 2005-11-27 [paul]       1.9.100cvs38
8629
8630         * manual/faq.xml
8631                 written by Colin, edited by me
8632
8633 2005-11-27 [paul]       1.9.100cvs37
8634
8635         * src/prefs_common.c
8636         * src/prefs_common.h
8637         * src/prefs_receive.c
8638         * src/prefs_summaries.c
8639                 move 'go to inbox after receiving new mail'
8640                 option from display/sumamaries to mail
8641                 handling/receive, and rework prefs_summaries
8642                 dialog a little
8643
8644 2005-11-25 [martin]     1.9.100cvs36
8645
8646         * po/de.po
8647             fixed windows-1252 translation;
8648             translated some new and fuzzy strings
8649
8650 2005-11-25 [paul]       1.9.100cvs35
8651
8652         * src/plugins/clamav/clamav_plugin.c
8653                 complete the update done in cvs34
8654
8655 2005-11-25 [paul]       1.9.100cvs34
8656
8657         * src/plugins/clamav/clamav_plugin.c
8658                 reflect upstream changes
8659
8660 2005-11-25 [paul]       1.9.100cvs33
8661
8662         * manual/ack.xml
8663         * manual/plugins.xml
8664         * manual/sylpheed-claws-manual.xml
8665                 written/updated by Colin, edited by me
8666         * tools/acroread2sylpheed.pl
8667                 update binary name
8668
8669 2005-11-24 [colin]      1.9.100cvs32
8670
8671         * src/compose.c
8672                 Fix bug #856 (reediting messages forgets Request
8673                 Return Receipt)
8674
8675 2005-11-24 [paul]       1.9.100cvs31
8676
8677         * manual/addrbook.xml
8678         * manual/starting.xml
8679                 written by Colin, proofread, edited, adapted by me
8680         * manual/advanced.xml
8681                 add some Actions examples
8682         * src/importldif.c
8683                 use a Save button instead of a Close button
8684         * src/wizard.c
8685                 indicate mandatory fields
8686                 fix page display
8687                 Thanks to Colin
8688
8689 2005-11-23 [colin]      1.9.100cvs30
8690
8691         * src/addressbook.c
8692                 Rename menu item, fix possible crash after
8693                 deletion of books
8694         * src/addrindex.c
8695                 Allow searching for '*' in ldap
8696         * src/browseldap.c
8697                 Fix "Browse Entry" (did anyone use it?)
8698         * src/wizard.c
8699                 Add guards for mandatory information
8700
8701 2005-11-23 [paul]       1.9.100cvs29
8702
8703         * manual/advanced.xml
8704                 corrections to the English
8705
8706 2005-11-23 [colin]      1.9.100cvs28
8707
8708         * src/mimeview.c
8709                 Fix possible crash at exit. After the call to
8710                 gtk_container_remove(), the Viewer's widget has no
8711                 more parent so gtk+ automatically frees it and its
8712                 sons. If destroy_viewer() then try to access it,
8713                 problems ensue.
8714
8715 2005-11-22 [colin]      1.9.100cvs27
8716
8717         * src/compose.c
8718         * src/gtk/gtkaspell.c
8719                 Fix right-clicking on a misspelled word
8720                 Fix More... in suggestions menu
8721
8722 2005-11-22 [wwp]        1.9.100cvs26
8723
8724         * src/prefs_template.c
8725                 templates works: re-sort templates list when adding or replacing,
8726                 prevent from adding or replacing when the template name is empty
8727
8728 2005-11-21 [colin]      1.9.100cvs25
8729
8730         * src/addressbook.c
8731                 Fix some addressbook suckage (dnd, select all)
8732         * src/compose.c
8733         * src/gtk/gtkaspell.c
8734         * src/gtk/gtkaspell.h
8735                 Make the spellchecker menu work with the 
8736                 GtkTextView one instead of overriding it
8737
8738 2005-11-20 [paul]       1.9.100cvs24
8739
8740         * manual/handling.xml
8741                 proofread and corrected
8742
8743 2005-11-20 [paul]       1.9.100cvs23
8744
8745         * manual/Makefile
8746                 generate html as one file
8747         * manual/advanced.xml
8748                 fix output generation
8749                 reformat hidden options list
8750         * manual/manual.xml     ** REMOVED **
8751         * manual/sylpheed-claws-manual.xml      ** ADDED **
8752                 renamed
8753
8754 2005-11-18 [colin]      1.9.100cvs22
8755
8756         * src/prefs_account.c
8757                 Fix layout in news and mbox accounts
8758         * manual/account.xml
8759         * manual/advanced.xml
8760                 New contents for Paul to check :)
8761
8762 2005-11-18 [wwp]        1.9.100cvs21
8763
8764         * src/gtk/quicksearch.c
8765                 don't update extended quicksearch buttons twice
8766
8767 2005-11-18 [paul]       1.9.100cvs20
8768
8769         * src/textview.c
8770                 complete 1.9.100cvs19
8771
8772 2005-11-18 [paul]       1.9.100cvs19
8773
8774         * src/compose.c
8775                 cosmetic improvements
8776         * src/textview.c
8777                 also list text/* attachments
8778
8779 2005-11-18 [colin]      1.9.100cvs18
8780
8781         * src/summaryview.c
8782                 Use column 0 instead of -1 in 
8783                 gtk_ctree_node_moveto, in a naive
8784                 hope it'll fix the gtk-related crashes
8785
8786 2005-11-18 [colin]      1.9.100cvs17
8787
8788         * src/gtk/inputdialog.c
8789                 Fix icon staying the first one
8790
8791 2005-11-17 [wwp]        1.9.100cvs16
8792                 fix possible problem showing some quicksearch buttons, and a bad
8793                 call to g_return_if_fail in a function that returns a value (both
8794                 fixes by Fabien Vantard)
8795
8796 2005-11-15 [wwp]        1.9.100cvs15
8797
8798         * src/gtk/quicksearch.c
8799                 added a tooltip to that obscure ... quicksearch button
8800
8801 2005-11-15 [wwp]        1.9.100cvs14
8802
8803         * src/gtk/quicksearch.c
8804                 add a quicksearch helper to filtering expression users: the ... button
8805                 raises the condition expr window. condition expressions set up w/ this
8806                 window are used by the quicksearch if the user closes it pressing OK.
8807
8808 2005-11-14 [paul]       1.9.100cvs13
8809
8810         * src/plugins/clamav/clamav_plugin.c
8811         * src/plugins/spamassassin/spamassassin.c
8812                 change plugin type following recent merging
8813
8814 2005-11-14 [wwp]        1.9.100cvs12
8815
8816         * src/folder.c
8817                 prevent from crashing when copying/moving message(s) from and
8818                 to the same folder
8819
8820 2005-11-14 [paul]       1.9.100cvs11
8821
8822         * src/plugins/clamav/Makefile.am
8823         * src/plugins/clamav/clamav_plugin.c
8824         * src/plugins/clamav/clamav_plugin.h
8825         * src/plugins/clamav/clamav_plugin_gtk.c
8826                 also merge clamav and clamav_gtk plugins
8827
8828 2005-11-13 [colin]      1.9.100cvs10
8829
8830         * configure.ac
8831         * src/plugins/spamassassin/Makefile.am
8832         * src/plugins/spamassassin/spamassassin.c
8833         * src/plugins/spamassassin/spamassassin.h
8834         * src/plugins/spamassassin/spamassassin_gtk.c
8835                 Merge spamassassin and spamassassin_gtk plugins,
8836                 and build it by default.
8837
8838 2005-11-12 [colin]      1.9.100cvs9
8839
8840         * src/etpan/imap-thread.c
8841                 Fix gcc warning
8842
8843 2005-11-12 [colin]      1.9.100cvs8
8844
8845         * src/procmime.c
8846                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8847
8848 2005-11-10 [colin]      1.9.100cvs7
8849
8850         * src/main.c
8851                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8852                 minimised state)
8853
8854 2005-11-10 [wwp]        1.9.100cvs6
8855
8856         * src/gtk/description_window.c
8857                 fix a crash when closing description windows using the WM's [X] button
8858
8859 2005-11-09 [colin]      1.9.100cvs5
8860
8861         * src/common/ssl.c
8862                 Update libetpan call to follow upstream
8863                 (yes, this requires libetpan-0.40cvs3)
8864
8865 2005-11-08 [colin]      1.9.100cvs4
8866
8867         * src/compose.c
8868         * src/textview.c
8869         * src/common/utils.c
8870         * src/common/utils.h
8871                 Enhance the email parser
8872
8873 2005-11-08 [colin]      1.9.100cvs3
8874
8875         * src/procmime.c
8876                 Fix what looks like an off-by-one (fixes 
8877                 attachments from the Bat)
8878
8879 2005-11-08 [wwp]        1.9.100cvs2
8880
8881         * src/main.c
8882                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8883
8884 2005-11-08 [wwp]        1.9.100cvs1
8885
8886         * src/main.c
8887                 allow exiting Sylpheed-Claws from command-line
8888
8889 2005-11-08 [paul]       1.9.100
8890
8891         1.9.100 released
8892
8893 2005-11-07 [colin]      1.9.99cvs17
8894
8895         * src/addritem.c
8896         * src/ldif.c
8897                 Fix import of base-64 encoded items
8898
8899 2005-11-07 [colin]      1.9.99cvs16
8900
8901         * src/send_message.c
8902                 Fix bug #314 (Queue does not empty under certain 
8903                 circumstances)
8904
8905 2005-11-07 [paul]       1.9.99cvs15
8906
8907         * src/mutt.c
8908         * src/pine.c
8909                 fix buffer overflows
8910                 Thanks to Colin
8911
8912 2005-11-07 [paul]       1.9.99cvs14
8913
8914         * doc/man/Makefile.am
8915         * doc/man/sylpheed-claws.1      ** ADDED **
8916         * doc/man/sylpheed.1            ** DELETED **
8917                 rename and update the man file
8918
8919 2005-11-06 [colin]      1.9.99cvs13
8920
8921         * src/ldif.c
8922                 Fix ldif_get_line() that returned empty strings
8923                 (Didn't understand why). Also fix a possible
8924                 buffer overflow.
8925
8926 2005-11-06 [wwp]        1.9.99cvs12
8927
8928         * src/textview.c
8929         * src/gtk/about.c
8930         * src/gtk/gtkutils.c
8931         * src/gtk/gtkutils.h
8932                 fix a compilation warning,
8933                 make links sensitive in the about dialog
8934
8935 2005-11-04 [wwp]        1.9.99cvs11
8936
8937         * src/gtk/about.c
8938                 don't wrap or translate URIs, and a bit text format cleanup
8939
8940 2005-11-04 [wwp]        1.9.99cvs10
8941
8942         * src/gtk/about.c
8943                 better textview tagging implementation (no more use of marks for
8944                 postponed tagging)
8945
8946 2005-11-02 [colin]      1.9.99cvs9
8947
8948         * src/common/ssl.c
8949                 Forgot an ifdef
8950
8951 2005-11-02 [colin]      1.9.99cvs8
8952
8953         * configure.ac
8954                 Require libetpan-0.40 due to upstream fix
8955         * src/common/ssl.c
8956                 Tell libetpan not to call SSL_Library_Init,
8957                 as we do it ourselves.
8958
8959 2005-11-02 [colin]      1.9.99cvs7
8960
8961         * po/POTFILES.in
8962                 Add missing files (thanks to Fabien Vantard)
8963
8964 2005-11-02 [colin]      1.9.99cvs6
8965
8966         * src/summaryview.c
8967                 Fix totals when read messages are hidden or quicksearch
8968                 is on
8969         * src/ssl_manager.c
8970         * src/ssl_manager.h
8971         * src/common/ssl_certificate.c
8972         * src/common/ssl_certificate.h
8973         * src/gtk/sslcertwindow.c
8974         * src/gtk/sslcertwindow.h
8975                 Fix copyright on my stuff
8976
8977 2005-11-02 [wwp]        1.9.99cvs5
8978
8979         * src/prefs_themes.c
8980                 fix directory name checking (theme installation/removal),
8981                 made related error a bit more verbose
8982
8983 2005-11-02 [colin]      1.9.99cvs4
8984
8985         * src/summaryview.c
8986                 Fix typo (probably fixes bug #841 (Sort by the From 
8987                 field doesn't work)
8988
8989 2005-11-02 [paul]       1.9.99cvs3
8990
8991         * po/ko.po
8992         * po/nb.po
8993                 updated by SungHyun Nam, Geir Helland
8994         * src/wizard.c
8995                 fix typo in welcome message. spotted by
8996                 Andrea Spadaccini
8997
8998 2005-11-01 [colin]      1.9.99cvs2
8999
9000         * src/compose.c
9001                 Fix replying to ml wen confirming subscription
9002         * src/messageview.c
9003         * src/mimeview.c
9004         * src/mimeview.h
9005         * src/privacy.h
9006         * src/summaryview.c
9007                 Make key check non blocking
9008
9009 2005-10-31 [paul]       1.9.99cvs1
9010
9011         * tools/claws.i18n.status.pl
9012                 updated for ChangeLog
9013
9014 2005-10-31 [paul]       1.9.99
9015
9016         1.9.99 released
9017
9018 2005-10-31 [paul]       1.9.15cvs131
9019
9020         * .cvsignore
9021         * ChangeLog
9022         * ChangeLog.claws       ** REMOVED **
9023         * ChangeLog-gtk2.claws  ** REMOVED **
9024         * ChangeLog.gtk1        ** ADDED **
9025         * INSTALL
9026         * Makefile.am
9027         * NEWS
9028         * README
9029         * README.claws          ** REMOVED **
9030         * README.jp             ** REMOVED **
9031         * RELEASE_NOTES         ** ADDED **
9032         * RELEASE_NOTES.claws   ** REMOVED **
9033         * commitHelper
9034         * configure.ac
9035         * sylpheed.spec.in      ** REMOVED **
9036                 tidy up and update the default docs:
9037                 ChangeLog.claws is renamed ChangeLog.gtk1
9038                 ChangeLog-gtk2.claws is renamed ChangeLog
9039                 README.claws is renamed README
9040                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
9041
9042 2005-10-31 [paul]       1.9.15cvs130
9043
9044         * po/it.po
9045                 fix errors
9046
9047 2005-10-31 [paul]       1.9.15cvs129
9048
9049         * po/ca.po
9050         * po/de.po
9051         * po/en_GB.po
9052         * po/fr.po
9053         * po/it.po
9054         * po/pt_BR.po
9055         * po/sk.po
9056         * po/sr.po
9057         * po/zh_CN.po
9058                 updated by Miquel Oliete, Stephan Sachse and
9059                 Thomas Gilgin, me, Fabien Vantard, Andrea
9060                 Spadaccini, Frederico Goncalves Guimaraes,
9061                 Andrej Kacian, Aleksandar Urosevic, and
9062                 Ralgh Young.
9063
9064 2005-10-31 [mones]      1.9.15cvs128
9065
9066         * manual/faq.xml
9067                 More questions.
9068         
9069         * po/es.po
9070                 Updated for release.
9071
9072 2005-10-30 [colin]      1.9.15cvs127
9073
9074         * src/compose.c
9075                 Place cursor before rewrapping (fixes cursor
9076                 pos if quotation gets rewrapped)
9077
9078 2005-10-29 [paul]       1.9.15cvs126
9079
9080         * src/crash.c
9081         * src/foldersel.c
9082         * src/main.c
9083         * src/messageview.c
9084         * src/toolbar.c
9085         * src/gtk/authors.h
9086                 corrections to text items
9087
9088 2005-10-28 [colin]      1.9.15cvs125
9089
9090         * src/messageview.c
9091                 Make "hit 'C' to check sig" work from extern 
9092                 messageviews
9093
9094 2005-10-27 [colin]      1.9.15cvs124
9095
9096         * src/summaryview.c
9097                 Add a hack to avoid segfaulting when hammering 
9098                 on gtk's events
9099
9100 2005-10-27 [wwp]        1.9.15cvs123
9101
9102         * src/prefs_themes.c
9103                 sort list of themes names in themes prefs
9104
9105 2005-10-27 [paul]       1.9.15cvs122
9106
9107         * src/folder.c
9108         * src/prefs_account.c
9109                 fix building on Solaris
9110                 Patch by Alex Moore
9111
9112 2005-10-27 [wwp]        1.9.15cvs121
9113
9114         * src/summaryview.c
9115         * src/gtk/gtksctree.c
9116                 speed up unselecting messages in summary view (thanks to Colin)
9117
9118 2005-10-27 [paul]       1.9.15cvs120
9119
9120         * src/mainwindow.c
9121                 fix a compilation warning
9122         * src/summaryview.c
9123                 fix updating of 'n items selected' count
9124                 when deselecting
9125
9126 2005-10-27 [martin]     1.9.15cvs119
9127
9128         * src/action.c
9129                 ignore actions with a leading '/' in the action menu name
9130                 fixes a crash on menu creation
9131         * src/prefs_actions.c
9132                 do not allow a leading '/' in the action menu name
9133
9134 2005-10-27 [paul]       1.9.15cvs118
9135
9136         * src/main.c
9137                 fix compilation warning
9138
9139 2005-10-27 [paul]       1.9.15cvs117
9140
9141         * src/procmime.c
9142                 add #if HAVE_LOCALE_H
9143
9144 2005-10-27 [paul]       1.9.15cvs116
9145
9146         * src/plugins/clamav/clamav_plugin.c
9147         * src/plugins/dillo_viewer/dillo_viewer.c
9148         * src/plugins/mathml_viewer/mathml_viewer.c
9149         * src/plugins/pgpcore/plugin.c
9150         * src/plugins/pgpinline/plugin.c
9151         * src/plugins/pgpmime/plugin.c
9152         * src/plugins/spamassassin/spamassassin.c
9153         * src/plugins/trayicon/trayicon.c
9154                 plugin_init() : make error messages more
9155                 informative
9156
9157 2005-10-26 [wwp]        1.9.15cvs115
9158
9159         * src/prefs_matcher.c
9160                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9161
9162 2005-10-26 [wwp]        1.9.15cvs114
9163
9164         * src/procmime.c
9165         * src/gtk/gtksctree.c
9166         * src/plugins/spamassassin/libspamc.c
9167         * src/plugins/spamassassin/spamassassin.c
9168                 fix some compilation warnings more
9169
9170 2005-10-26 [mones]      1.9.15cvs113
9171
9172         * po/es.po
9173                 Updated translation
9174
9175 2005-10-26 [paul]       1.9.15cvs112
9176
9177         * src/prefs_message.c
9178                 give all display_xface stuff the
9179                 #if HAVE_LIBCOMPFACE treatment, thus
9180                 preventing a crash
9181                 (Thanks to Wolfgang Enderlein)
9182
9183 2005-10-26 [colin]      1.9.15cvs111
9184
9185         * src/gedit-print.c
9186                 Fix date format
9187         * src/imap_gtk.c
9188         * src/news_gtk.c
9189                 Remove context menu items that should not be there
9190         * src/jpilot.c
9191                 Fix encoding
9192         * src/main.c
9193         * src/mainwindow.c
9194                 Don't show the mainwindow too soon
9195
9196 2005-10-26 [wwp]        1.9.15cvs110
9197
9198         * src/folder.c
9199         * src/manual.c
9200         * src/summaryview.c
9201                 fix uninitialized pointers in the folder updating hook
9202                 (thanks to Colin)
9203
9204 2005-10-25 [mones]      1.9.15cvs109
9205
9206         * manual/faq.xml
9207                 General information subsection completed. 
9208                 Removed archaic references.
9209                 
9210         * manual/Makefile
9211         * manual/dtd/manual.dsl
9212                 Added customization stylesheet for getting paragraphs
9213                 fully justified in PDF output (as suggested by Colin).
9214
9215 2005-10-25 [colin]      1.9.15cvs108
9216
9217         * src/compose.c
9218                 Fix a second leak
9219
9220 2005-10-25 [colin]      1.9.15cvs107
9221
9222         * src/addrbook.c
9223         * src/addrindex.c
9224                 Fix leak (xml_get_element() allocates memory)
9225         * src/compose.c
9226                 Fix leak + dead code (shame!)
9227         * src/procmime.c
9228                 Fix leak
9229
9230 2005-10-25 [colin]      1.9.15cvs106
9231
9232         * src/mimeview.c
9233                 Fix encoding issue in Save all and in 
9234                 overwrite-confirmation alertpanel
9235
9236 2005-10-25 [colin]      1.9.15cvs105
9237
9238         * src/common/socket.c
9239                 Fix a leak - Thanks to Christopher Aillon
9240                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9241
9242 2005-10-25 [paul]       1.9.15cvs104
9243
9244         * src/wizard.c
9245                 Always guess servers from the right-hand
9246                 email part and guess username from the
9247                 left-hand part. (Thanks to Colin)
9248                 add an X-Face to the welcome message
9249
9250 2005-10-25 [paul]       1.9.15cvs103
9251
9252         * manual/handling.xml
9253                 written by Colin, edited by me
9254
9255 2005-10-25 [wwp]        1.9.15cvs102
9256
9257         * src/folderview.c
9258         * src/grouplistdialog.c
9259         * src/imap.c
9260         * src/noticeview.c
9261                 fix some compilation warnings
9262
9263 2005-10-24 [paul]
9264
9265         1.9.99-rc3 released
9266
9267 2005-10-24 [paul]       1.9.15cvs101
9268
9269         * src/gtk/about.c
9270                 fix window sizing
9271
9272 2005-10-24 [paul]       1.9.15cvs100
9273
9274         * src/pixmaps/offline.xpm
9275         * src/pixmaps/online.xpm
9276                 replace with last default versions
9277
9278 2005-10-24 [colin]      1.9.15cvs99
9279
9280         * src/imap.c
9281                 Fix bug when moving a folder
9282         * src/imap_gtk.c
9283         * src/mh_gtk.c
9284                 "Delete folder" pops up a window, so it 
9285                 should be suffixed with "..."
9286         * src/plugins/pgpcore/sgpgme.c
9287                 Include locale.h
9288
9289 2005-10-24 [mones]      1.9.15cvs98
9290
9291         * manual/Makefile
9292         * manual/account.xml
9293         * manual/ack.xml
9294         * manual/addrbook.xml
9295         * manual/advanced.xml
9296         * manual/faq.xml
9297         * manual/glossary.xml
9298         * manual/gpl.xml
9299         * manual/handling.xml
9300         * manual/intro.xml
9301         * manual/keyboard.xml
9302         * manual/manual.xml
9303         * manual/plugins.xml
9304         * manual/starting.xml
9305         * manual/dtd/sdocbook.dtd
9306                 Initial manual structure and some content.
9307
9308 2005-10-23 [wwp]        1.9.15cvs97
9309
9310         * src/gtk/about.c
9311                 fix a typo
9312
9313 2005-10-23 [wwp]        1.9.15cvs96
9314
9315         * src/gtk/about.c
9316         * src/gtk/authors.h
9317                 rework of the about window (main work by Paul), also featuring a few
9318                 fixes for typos and duplicate names
9319
9320 2005-10-23 [wwp]        1.9.15cvs95
9321
9322         * src/.cvsignore
9323                 Ignore the right binary name (sylpheed-claws now)
9324
9325 2005-10-23 [paul]       1.9.15cvs94
9326
9327         * src/compose.c
9328                 when using Folder Pref 'Default To for
9329                 replies' make the entry in the Compose
9330                 window bold
9331                 Patch by Fabien Vantard
9332
9333 2005-10-22 [colin]      1.9.15cvs93
9334
9335         * src/codeconv.c
9336                 Fix leak
9337
9338 2005-10-22 [colin]      1.9.15cvs92
9339
9340         * src/codeconv.c
9341                 try to convert using locale (apart utf8) if necessary
9342
9343 2005-10-22 [colin]      1.9.15cvs91
9344
9345         * src/pixmaps/new.xpm
9346         * src/pixmaps/unread.xpm
9347                 Make the unread envelope blue again and
9348                 saturate the new one a bit more.
9349
9350 2005-10-22 [colin]      1.9.15cvs90
9351
9352         * src/compose.c
9353                 When replying to a mail sent by one of our accounts,
9354                 use the original list of recipients. Let 'Reply All'
9355                 and 'Reply to sender' work like previously.
9356
9357 2005-10-21 [colin]      1.9.15cvs89
9358
9359         * src/prefs_filtering.c
9360                 Clear fields after add and replace
9361         * src/textview.c
9362                 Display xface differently (better)
9363         * src/plugins/pgpinline/pgpinline.c
9364                 Fix crappy encodings/recodings
9365
9366 2005-10-21 [paul]       1.9.15cvs88
9367
9368         * src/compose.c
9369         * src/prefs_folder_item.c
9370         * src/toolbar.c
9371                 fix news folder Folder Properties
9372                 (thanks to Colin)
9373         * src/folderview.c
9374                 update folderview after Themes change
9375                 keep selected folder selected
9376                 (thanks to Colin)
9377
9378 2005-10-21 [paul]       1.9.15cvs87
9379
9380         * tools/Makefile.am
9381         * tools/OOo2sylpheed.pl
9382         * tools/README
9383         * tools/README.sylprint
9384         * tools/asus_mailled.sh         ** REMOVED **
9385         * tools/filter_conv.pl
9386         * tools/freshmeat_search.pl
9387         * tools/google_search.pl
9388         * tools/gpg-sign-syl            ** REMOVED **
9389         * tools/kmail2sylpheed.pl
9390         * tools/kmail2sylpheed_v2.pl
9391         * tools/multiwebsearch.pl
9392         * tools/nautilus2sylpheed.sh
9393         * tools/newscache_clean.pl
9394         * tools/outlook2sylpheed.pl
9395         * tools/sylpheed-switcher       ** REMOVED **
9396         * tools/sylprint.pl
9397         * tools/sylprint.rc
9398         * tools/tb2sylpheed
9399         * tools/vcard2xml.py
9400         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9401                 update default config dir
9402                 update binary name (thanks to Fabien Vantard)
9403                 remove obsolete scripts
9404
9405 2005-10-21 [colin]      1.9.15cvs86
9406
9407         * src/inc.c
9408                 Fix possible leak and units. Based on a patch by
9409                 Fabien Vantard.
9410
9411 2005-10-20 [colin]      1.9.15cvs85
9412
9413         * src/textview.c
9414                 Clear xface when clearing textview
9415
9416 2005-10-20 [colin]      1.9.15cvs84
9417
9418         * configure.ac
9419         * src/folderview.c
9420         * src/headerview.c
9421         * src/main.c
9422         * src/prefs_common.c
9423         * src/prefs_common.h
9424         * src/prefs_message.c
9425         * src/textview.c
9426         * src/textview.h
9427         * src/common/defs.h
9428         * src/common/utils.c
9429         * src/common/utils.h
9430         * src/gtk/gtkutils.c
9431         * src/gtk/gtkutils.h
9432                 Migrate config to .sylpheed-claws (Automatically)
9433                 Add a way to get the Xface in the TextView
9434
9435 2005-10-20 [colin]      1.9.15cvs83
9436
9437         * src/gtk/Makefile.am
9438         * src/gtk/about.c
9439         * src/gtk/authors.h
9440                 Make the about dialog *grooovy*
9441
9442 2005-10-20 [colin]      1.9.15cvs82
9443
9444         * src/mimeview.c
9445                 Use "Open with" on double click if no command
9446                 was found
9447
9448 2005-10-20 [colin]      1.9.15cvs81
9449
9450         * src/imap.c
9451         * src/etpan/imap-thread.c
9452                 Fix possible crash.
9453
9454 2005-10-20 [paul]       1.9.15cvs80
9455
9456         * src/folder.c
9457                 don't show clipkey icon if the only
9458                 attachment is the signature
9459                 Patch by Colin
9460
9461 2005-10-20 [paul]       1.9.15cvs79
9462
9463         * AUTHORS
9464         * src/plugins/pgpmime/pgpmime.c
9465                 name the PGP/MIME signature 'signature.asc'
9466                 Patch by Andrew Nelson <freeandy@gmail.com>
9467
9468 2005-10-19 [colin]      1.9.15cvs78
9469
9470         * src/plugins/pgpmime/pgpmime.c
9471                 Oops, no need to double-check though
9472
9473 2005-10-19 [colin]      1.9.15cvs77
9474
9475         * src/plugins/pgpinline/pgpinline.c
9476         * src/plugins/pgpmime/pgpmime.c
9477                 Check that my_tmpfile() doesn't 
9478                 return NULL
9479
9480 2005-10-19 [colin]      1.9.15cvs76
9481
9482         * src/common/utils.c
9483                 Use shorter mime boundaries to avoid having
9484                 MTAs rewrapping our headers, breaking the
9485                 PGP signature in the process 
9486         * src/compose.c
9487         * src/plugins/pgpmime/pgpmime.c
9488                 Check for boundary uniqueness to be sure
9489                 it won't happen, instead of hoping for the
9490                 best
9491
9492 2005-10-19 [colin]      1.9.15cvs75
9493
9494         * sylpheed-claws.desktop
9495         * src/Makefile.am
9496         * src/main.c
9497                 Ship a sylpheed-claws binary instead
9498                 of a sylpheed one. Change the socket
9499                 name, too
9500         * src/folderview.c
9501                 Update folder only if it changed
9502         * src/wizard.c
9503                 Fix i18n in welcome mail, patch by
9504                 Fabien Vantard
9505
9506 2005-10-19 [paul]
9507
9508         1.9.99-rc2 released
9509
9510 2005-10-19 [paul]       1.9.15cvs74
9511
9512         * src/folder.c
9513         * src/folderview.c
9514                 fix summaryview update
9515                 Patch by Colin
9516
9517 2005-10-18 [colin]      1.9.15cvs73
9518
9519         * src/plugins/pgpcore/passphrase.c
9520                 Don't XGrabServer, and try a bit more to 
9521                 sync everything before grabbing mouse/keyboard
9522
9523 2005-10-18 [colin]      1.9.15cvs72
9524
9525         * src/Makefile.am
9526         * src/addressadd.c
9527         * src/addressbook.c
9528         * src/folderview.c
9529         * src/grouplistdialog.c
9530         * src/mimeview.c
9531         * src/stock_pixmap.c
9532         * src/stock_pixmap.h
9533         * src/summaryview.c
9534         * src/gtk/gtksctree.c
9535         * src/gtk/gtksctree.h
9536         * src/pixmaps/empty.xpm
9537                 Implement a wrapper call for gtk_ctree_set_node_info
9538                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9539                 pixmap instead of a NULL one. This works around some
9540                 memory problems deep inside gtk, revealed by valgrind,
9541                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9542                 as locked crashes sylpheed.), as well as, probably, 
9543                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9544
9545 2005-10-17 [colin]      1.9.15cvs71
9546
9547         * src/mimeview.c
9548                 Provide visual feedback when checking
9549                 signature
9550
9551 2005-10-17 [colin]      1.9.15cvs70
9552
9553         * src/main.c
9554                 Keep the folder list frozen while checking caches...
9555
9556 2005-10-17 [colin]      1.9.15cvs69
9557
9558         * src/addr_compl.c
9559                 Fi bug #833 (Autocompleting from addressbook 
9560                 fails with extended chars)
9561         * src/imap.c
9562                 Fix 'adding messages' staying in statusbar
9563                 after an error
9564
9565 2005-10-17 [wwp]        1.9.15cvs68
9566
9567         * src/ssl_manager.c
9568                 Fix buttons' layout resizing when window size changes
9569
9570 2005-10-17 [wwp]        1.9.15cvs67
9571
9572         * src/account.c
9573         * src/prefs_account.c
9574         * src/prefs_common.c
9575         * src/prefs_common.h
9576         * src/prefs_folder_item.c
9577         * src/prefs_gtk.c
9578         * src/gtk/logwindow.c
9579         * src/gtk/pluginwindow.c
9580         * src/gtk/prefswindow.c
9581         * src/gtk/prefswindow.h
9582                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9583
9584 2005-10-17 [paul]       1.9.15cvs66
9585
9586         * configure.ac
9587                 fix missing libetpan message
9588         * po/en_GB.po
9589                 updated
9590         * src/crash.c
9591         * src/manual.c
9592         * src/prefs_themes.c
9593         * src/common/defs.h
9594                 add some new URI defines, change some
9595                 others
9596         * src/wizard.c
9597                 make welcome message translatable
9598                 small improvements to english
9599                 other tweaks
9600         * src/gtk/menu.c
9601                 fix warnings
9602
9603 2005-10-17 [paul]       1.9.15cvs65
9604
9605         * src/summaryview.c
9606                 fix column titles
9607
9608 2005-10-16 [mones]      1.9.15cvs64
9609
9610         * po/es.po
9611                 Updated translation
9612
9613 2005-10-16 [colin]
9614
9615         1.9.99-rc1 released
9616
9617 2005-10-16 [colin]      1.9.15cvs63
9618
9619         * src/wizard.c
9620                 Fix whitespace
9621
9622 2005-10-16 [colin]      1.9.15cvs62
9623
9624         * src/toolbar.c
9625                 s/Get All/Get Mail/
9626         * src/wizard.c
9627                 Real welcome mail text, thanks Paul
9628
9629 2005-10-16 [colin]      1.9.15cvs61
9630
9631         * src/editldap.c
9632         * src/exporthtml.c
9633         * src/main.c
9634         * src/mainwindow.c
9635         * src/prefs_themes.c
9636         * src/prefs_toolbar.c
9637         * src/plugins/demo/demo.c
9638         * src/plugins/trayicon/trayicon.c
9639                 s/Sylpheed/Sylpheed-Claws/
9640
9641 2005-10-16 [colin]      1.9.15cvs60
9642
9643         * src/wizard.c
9644                 Add a welcome email in the first empty mailbox
9645         * src/prefs_common.c
9646                 Change one more default
9647
9648 2005-10-16 [colin]      1.9.15cvs59
9649
9650         * src/wizard.c
9651                 Remove printf
9652
9653 2005-10-16 [colin]      1.9.15cvs58
9654
9655         * src/toolbar.c
9656         * src/prefs_common.c
9657                 Change some defaults
9658
9659 2005-10-16 [colin]      1.9.15cvs57
9660
9661         * src/toolbar.c
9662         * src/prefs_common.c
9663                 Change some defaults
9664
9665 2005-10-16 [colin]      1.9.15cvs56
9666
9667         * src/wizard.c
9668                 By default, initialize fonts to have
9669                 the same size as normal GtkWidgets
9670
9671 2005-10-16 [colin]      1.9.15cvs55
9672
9673         * src/mimeview.c
9674                 Fix message a bit more
9675
9676 2005-10-16 [colin]      1.9.15cvs54
9677
9678         * src/addressbook.c
9679                 Second attempt at flicker fixing
9680
9681 2005-10-16 [colin]      1.9.15cvs53
9682
9683         * src/addressbook.c
9684                 Fix flicker
9685
9686 2005-10-16 [wwp]        1.9.15cvs52
9687
9688         * src/addressbook.c
9689         * src/editaddress.c
9690         * src/prefs_common.c
9691         * src/prefs_common.h
9692                 Remember window sizes (address book)
9693
9694 2005-10-16 [wwp]        1.9.15cvs51
9695
9696         * src/plugins/clamav/clamav_plugin_gtk.c
9697         * src/plugins/spamassassin/spamassassin_gtk.c
9698                 Fix compilation warnings (missing #include).
9699
9700 2005-10-16 [colin]      1.9.15cvs50
9701
9702         * src/mimeview.c
9703         * src/summaryview.c
9704         * src/textview.c
9705                 Make 'c' check signature, and forward
9706                 c, l, y, t from summaryview to mimeview
9707
9708 2005-10-16 [colin]      1.9.15cvs49
9709
9710         * src/addressbook.c
9711                 Put border around buttons
9712         * src/mainwindow.c
9713         * src/summaryview.c
9714                 Rework menus (Patch based on a patch
9715                 by Paul)
9716
9717 2005-10-15 [wwp]        1.9.15cvs48
9718
9719         * src/editjpilot.c
9720         * src/editldap.c
9721         * src/editvcard.c
9722         * src/exphtmldlg.c
9723         * src/expldifdlg.c
9724         * src/export.c
9725         * src/import.c
9726         * src/importldif.c
9727         * src/importmutt.c
9728         * src/importpine.c
9729         * src/prefs_account.c
9730         * src/prefs_spelling.c
9731         * src/gtk/gtkutils.c
9732         * src/gtk/gtkutils.h
9733         * src/plugins/clamav/clamav_plugin_gtk.c
9734         * src/plugins/spamassassin/spamassassin_gtk.c
9735                 use nicer browse-for-file/dir buttons than the "..." ones,
9736                 code factorizing more.
9737
9738 2005-10-14 [colin]      1.9.15cvs47
9739
9740         * src/mainwindow.c
9741                 set relief on the account switcher so that people see it
9742                 grey out Create processing rules when no message is selected
9743         * src/prefs_filtering.c
9744                 ask before closing if the rule has not been modified, even if
9745                 it's not valid
9746         * src/prefs_matcher.c
9747                 fix sensitivity when entering the dialog
9748         * src/gtk/inputdialog.c
9749                 display a better icon on password ask
9750         * src/plugins/pgpcore/passphrase.c
9751                 make the dialog look better
9752
9753 2005-10-14 [paul]       1.9.15cvs46
9754
9755         * src/folderview.c
9756                 indicate presense of marked msgs in
9757                 unexpanded subfolders
9758
9759 2005-10-14 [paul]       1.9.15cvs45
9760
9761         * src/prefs_actions.c
9762         * src/prefs_common.c
9763         * src/prefs_common.h
9764         * src/prefs_filtering_action.c
9765         * src/prefs_matcher.c
9766         * src/prefs_template.c
9767                 remember window sizes
9768                 fix Info button size
9769
9770         Patches by wwp
9771
9772 2005-10-13 [colin]      1.9.15cvs44
9773
9774         * src/mimeview.c
9775         * src/noticeview.c
9776         * src/noticeview.h
9777                 Add a tooltip on the icon (optional) 
9778                 Get rid of the signature buttons and only
9779                 use the icon+tooltip
9780
9781 2005-10-13 [colin]      1.9.15cvs43
9782
9783         * src/noticeview.c
9784         * src/noticeview.h
9785                 Add hand cursor for hovering over icon
9786
9787 2005-10-13 [colin]      1.9.15cvs42
9788
9789         * src/summaryview.c
9790                 Fix crash when quicksearch's hidden 
9791                 at startup
9792
9793 2005-10-13 [colin]      1.9.15cvs41
9794
9795         * src/compose.c
9796                 Set subject when forwarding multiple mails
9797                 Check that other recipient than the default Cc or Bcc
9798                 have been set before sending.
9799
9800 2005-10-13 [colin]      1.9.15cvs40
9801
9802         * src/imap.c
9803                 Batch per-folder
9804                 Introduce locking, but don't use it yet
9805
9806 2005-10-13 [colin]      1.9.15cvs39
9807
9808         * src/gtk/quicksearch.c
9809                 Reset quicksearch when hiding it
9810                 Make sticky a real pref
9811
9812 2005-10-13 [colin]      1.9.15cvs38
9813
9814         * src/summaryview.c
9815                 Faster prefs apply
9816
9817 2005-10-13 [colin]      1.9.15cvs37
9818
9819         * src/mimeview.c
9820         * src/noticeview.c
9821         * src/noticeview.h
9822         * src/plugins/pgpcore/sgpgme.c
9823                 Make privacy icon clickable
9824                 Move Trust field in Full info
9825                 When trust is less than full, don't display
9826                 a warning icon
9827
9828 2005-10-13 [colin]      1.9.15cvs36
9829
9830         * src/folder.c
9831                 Batch on flags sync
9832         * src/folderview.c
9833                 Revert speed hack which is dangerous in fact
9834                 Apply prefs faster
9835
9836 2005-10-13 [colin]      1.9.15cvs35
9837
9838         * src/folder_item_prefs.c
9839                 Fix pref corruption on folder move. Patch
9840                 by wwp
9841
9842 2005-10-13 [paul]       1.9.15cvs34
9843
9844         * src/export.c
9845         * src/import.c
9846                 fix typos in g_warnings
9847         * src/prefs_account.c
9848                 add a file selector for Signature file
9849
9850         Patches by wwp
9851
9852 2005-10-12 [colin]      1.9.15cvs33
9853
9854         * src/mimeview.c
9855                 Provide a quick way to go back from a
9856                 signature's full info to the email part
9857
9858 2005-10-12 [colin]      1.9.15cvs32
9859
9860         * src/compose.c
9861                 Remove old hack of encoding signed mails with base64.
9862                 QP works equally well.
9863
9864 2005-10-12 [colin]      1.9.15cvs31
9865
9866         * src/crash.c
9867                 Replace deprecated GtkText with GtkTextView
9868         * src/imap.c
9869                 Fix a logic bug about counts in imap_select
9870                 (previously un-triggered)
9871         * src/mainwindow.c
9872         * src/summaryview.c
9873         * src/news.c
9874                 Allow local deletion of news posts
9875         * src/mimeview.c
9876                 Show GPG noticeview on the message/rfc822 part
9877                 in addition to the text/plain one
9878         * src/prefs_image_viewer.c
9879           src/plugins/pgpcore/prefs_gpg.c
9880                 Polish (set the label as part of the checkbox)
9881         * src/wizard.c
9882                 Don't sit there doing nothing after destroying
9883                 the window - return err
9884
9885 2005-10-11 [colin]      1.9.15cvs30
9886
9887         * src/folderview.c
9888                 Apply processing rules before showing folders.
9889                 Early folder show (before flags sync) will only
9890                 be done when there are no processing rules (nor
9891                 pre- or post- ones)
9892         * src/imap.c
9893                 Fix stuff related to mail subdir, creation and 
9894                 deletion of folders 
9895         * src/imap_gtk.c
9896                 Don't allow creation of folders in NoInferior
9897                 folders, as it won't work
9898
9899 2005-10-10 [colin]      1.9.15cvs29
9900
9901         * src/compose.c
9902                 Reselect "None" Privacy system when selecting an
9903                 account with no privacy system defined
9904
9905 2005-10-10 [colin]      1.9.15cvs28
9906
9907         * src/mainwindow.c
9908                 Add Windows-1252 encoding
9909         * src/prefs_common.c
9910                 Rework some defaults:
9911                 - autosave to draft by default
9912                 - don't show header pane (it's already in the textview)
9913                 - Select first new or unread mail on entry
9914                 - Assume 'Yes' to change folder when there's no more
9915                   unread message
9916         * src/prefs_matcher.c
9917                 Fix a gtk assertion failure
9918         * src/gtk/colorlabel.c
9919                 Workaround bad repainting on selection
9920         * src/main.c
9921                 Freeze/thaw (a bit faster on ssh -X)
9922         * src/msgcache.c
9923                 Get rid of StrdupConverter that just adds an
9924                 extra strdup/free 
9925         * src/etpan/imap_thread.c
9926                 memset buf to 0
9927
9928 2005-10-10 [colin]      1.9.15cvs27
9929
9930         * src/export.c
9931         * src/import.c
9932                 Fix compile on gtk 2.4. Patch by wwp
9933
9934 2005-10-09 [colin]      1.9.15cvs26
9935
9936         * src/mainwindow.c
9937         * src/messageview.c
9938         * src/summaryview.c
9939                 Clarify forward menus. Patch by wwp
9940
9941 2005-10-09 [colin]      1.9.15cvs25
9942
9943         * src/compose.c
9944         * src/compose.h
9945                 Fix bug #829 (Non-working "Encrypt message by 
9946                 default when replying to an encrypted message")
9947
9948 2005-10-08 [colin]      1.9.15cvs24
9949
9950         * src/wizard.c
9951                 Fix bug #827 ("Welcome" setup wizard after a 
9952                 permission error gives up & forgets itself.)
9953
9954 2005-10-08 [colin]      1.9.15cvs23
9955
9956         * src/procmime.c
9957                 Fix bug #828 (Ignoring headers with spaces around = sign)
9958
9959 2005-10-08 [colin]      1.9.15cvs22
9960
9961         * src/export.c
9962                 Warning fix by wwp
9963
9964 2005-10-08 [colin]      1.9.15cvs21
9965
9966         * src/folder.c
9967         * src/folder.h
9968                 Add a processing_pending indicator, set on 
9969                 folder_item_open and cleared after 
9970                 folder_item_process_open
9971         * src/folderview.c
9972         * src/summaryview.c
9973                 wrap procmsg_msginfo_*_flags, and in the
9974                 wrapper check that there's no folder processing 
9975                 pending. If there is, defer the flags change until 
9976                 processing is done to avoid stepping over each
9977                 other's toes.
9978                 Freeze during processing, but not during scanning.
9979
9980 2005-10-07 [colin]      1.9.15cvs20
9981
9982         * src/plugins/pgpcore/passphrase.c
9983                 Fix bug #826 (X-Server hangs when 
9984                 right-clicking a PGP encrypted message)
9985
9986 2005-10-07 [paul]       1.9.15cvs19
9987
9988         * src/compose.c
9989                 fix compose_entries[]
9990                 patch by Fabien Vantard
9991
9992 2005-10-06 [colin]      1.9.15cvs18
9993
9994         * src/pixmaps/address.xpm
9995         * src/pixmaps/address_book.xpm
9996         * src/pixmaps/book.xpm
9997         * src/pixmaps/check_spelling.xpm
9998         * src/pixmaps/checkbox_off.xpm
9999         * src/pixmaps/checkbox_on.xpm
10000         * src/pixmaps/close.xpm
10001         * src/pixmaps/complete.xpm
10002         * src/pixmaps/continue.xpm
10003         * src/pixmaps/deleted.xpm
10004         * src/pixmaps/down_arrow.xpm
10005         * src/pixmaps/exec.xpm
10006         * src/pixmaps/forwarded.xpm
10007         * src/pixmaps/group.xpm
10008         * src/pixmaps/ignorethread.xpm
10009         * src/pixmaps/interface.xpm
10010         * src/pixmaps/jpilot.xpm
10011         * src/pixmaps/ldap.xpm
10012         * src/pixmaps/linewrap.xpm
10013         * src/pixmaps/linewrapcurrent.xpm
10014         * src/pixmaps/mail.xpm
10015         * src/pixmaps/mail_attach.xpm
10016         * src/pixmaps/mail_compose.xpm
10017         * src/pixmaps/mail_forward.xpm
10018         * src/pixmaps/mail_receive.xpm
10019         * src/pixmaps/mail_receive_all.xpm
10020         * src/pixmaps/mail_reply.xpm
10021         * src/pixmaps/mail_reply_to_all.xpm
10022         * src/pixmaps/mail_reply_to_author.xpm
10023         * src/pixmaps/mail_send.xpm
10024         * src/pixmaps/mail_send_queue.xpm
10025         * src/pixmaps/mime_application.xpm
10026         * src/pixmaps/mime_audio.xpm
10027         * src/pixmaps/mime_image.xpm
10028         * src/pixmaps/mime_message.xpm
10029         * src/pixmaps/mime_text_enriched.xpm
10030         * src/pixmaps/mime_text_html.xpm
10031         * src/pixmaps/mime_text_plain.xpm
10032         * src/pixmaps/mime_unknown.xpm
10033         * src/pixmaps/new.xpm
10034         * src/pixmaps/news_compose.xpm
10035         * src/pixmaps/offline.xpm
10036         * src/pixmaps/online.xpm
10037         * src/pixmaps/paste.xpm
10038         * src/pixmaps/preferences.xpm
10039         * src/pixmaps/privacy_emblem_encrypted.xpm
10040         * src/pixmaps/privacy_expired.xpm
10041         * src/pixmaps/privacy_failed.xpm
10042         * src/pixmaps/privacy_passed.xpm
10043         * src/pixmaps/privacy_signed.xpm
10044         * src/pixmaps/privacy_unknown.xpm
10045         * src/pixmaps/privacy_warn.xpm
10046         * src/pixmaps/properties.xpm
10047         * src/pixmaps/replied.xpm
10048         * src/pixmaps/search.xpm
10049         * src/pixmaps/unread.xpm
10050         * src/pixmaps/up_arrow.xpm
10051         * src/pixmaps/vcard.xpm
10052                 Modernize internal theme, with icons from the 
10053                 Gnomaws theme. Keep some of the old ones where
10054                 they were better.
10055
10056 2005-10-06 [colin]      1.9.15cvs17
10057
10058         * src/summaryview.c
10059                 Little optimisations + bugfix
10060         * src/toolbar.c
10061                 Remove default useless items - useless being defined
10062                 by the default relevant prefs
10063         * src/wizard.c
10064                 include config.h to make gettext work
10065         * src/prefs_themes.c
10066                 Fix selection of current theme in prefs
10067
10068 2005-10-06 [colin]      1.9.15cvs16
10069
10070         * src/prefs_common.c
10071         * src/prefs_common.h
10072         * src/prefs_summaries.c
10073         * src/folderview.c
10074                 Add a warning dialog on Mark all read 
10075                 (with pref to get rid of it)
10076
10077 2005-10-06 [paul]       1.9.15cvs15
10078
10079         * po/nb.po
10080         * po/pt_BR.po
10081                 updated by Geir Helland and Frederico
10082                 Goncalves Guimaraes
10083
10084 2005-10-05 [colin]      1.9.15cvs14
10085
10086         * src/folder.c
10087         * src/folder.h
10088         * src/folderview.c
10089         * src/folderview.h
10090         * src/imap_gtk.c
10091         * src/mh_gtk.c
10092         * src/mainwindow.c
10093         * src/setup.c
10094                 add a way to rescan without rebuilding
10095                 make moving a bit faster (less folders changes)
10096                 don't lock the tree on Get 
10097         * src/imap.c
10098                 Don't re-delete deleted messages before expunging
10099         * src/summaryview.c
10100                 Set batch mode when deleting mails
10101
10102 2005-10-05 [paul]       1.9.15cvs13
10103
10104         * src/mainwindow.c
10105         * src/mainwindow.h
10106                 fix disabled Execute menu item
10107         * src/toolbar.c
10108                 match the change in 1.9.15cvs10: use Compose
10109                 instead of News by default
10110
10111 2005-10-04 [colin]      1.9.15cvs12
10112
10113         * src/compose.c
10114                 When replying to an ML post with Reply-To set
10115                 to the poster's email, honor it (as before),
10116                 but also honor our user's request to reply to
10117                 the mailing list: set the ML address in the To
10118                 field and the Reply-To address in the Cc: 
10119                 field.
10120
10121 2005-10-04 [colin]      1.9.15cvs11
10122
10123         * src/plugins/trayicon/trayicon.c
10124                 Finish cosmetic change - thanks to wwp
10125
10126 2005-10-04 [colin]      1.9.15cvs10
10127
10128         * src/toolbar.c
10129                 Use Compose instead of Email by default.
10130                 Spotted by wwp.
10131
10132 2005-10-04 [colin]      1.9.15cvs9
10133
10134         * src/folder.c
10135         * src/folder.h
10136         * src/folderview.c
10137         * src/imap.c
10138         * src/etpan/imap-thread.c
10139         * src/etpan/imap-thread.h
10140                 Try to make IMAP faster, by simplifying SEARCH
10141                 commands, avoiding sending two STATUS in a row,
10142                 and deferring flags sync and processing just
10143                 after displaying the folder. 
10144                 This will update the SummaryView in certain
10145                 cases (new mails not already fetched, flags
10146                 changed from another client) but in a non-
10147                 blocking manner.
10148
10149 2005-10-04 [colin]      1.9.15cvs8
10150
10151         * src/plugins/trayicon/trayicon.c
10152                 Relabel "Offline" to "Work offline"
10153
10154 2005-10-04 [colin]      1.9.15cvs7
10155
10156         * src/export.c
10157         * src/import.c
10158         * src/mbox.c
10159                 Fix mbox import/export buglets
10160                 Patch by wwp
10161         * src/plugins/trayicon/trayicon.c
10162                 Add offline swithc
10163                 Patch by wwp
10164
10165 2005-10-04 [colin]      1.9.15cvs6
10166
10167         * src/folder.c
10168         * src/folderview.c
10169         * src/summaryview.c
10170                 Better fix (don't break mark all read) for cvs2
10171
10172 2005-10-03 [colin]      1.9.15cvs5
10173
10174         * src/folder.c
10175                 Use a sane sort by default
10176
10177 2005-10-03 [colin]      1.9.15cvs4
10178
10179         * src/inc.c
10180                 Add a 'Only once' button for overriding offline mode
10181         * src/prefs_account.c
10182         * src/wizard.c
10183                 Add Local mbox to the wizard
10184                 Add IMAP subdir to the wizard (or the wizard is useless
10185                 for such accounts, or even worse than useless)
10186                 Move IMAP subdir from Advanced to Receive tab, as it's
10187                 not that uncommon
10188
10189 2005-10-03 [colin]      1.9.15cvs3
10190
10191         * src/send_message.c
10192                 Forgot this one in cvs1
10193
10194 2005-10-03 [colin]      1.9.15cvs2
10195
10196         * src/folder.c
10197                 Faster close when leaving a folder with lots
10198                 of new mails. Idea by David Relson.
10199
10200 2005-10-03 [colin]      1.9.15cvs1
10201
10202         * src/compose.c
10203         * src/imap.c
10204         * src/inc.c
10205         * src/main.c
10206         * src/messageview.c
10207         * src/news.c
10208         * src/summaryview.c
10209         * src/gtk/sslcertwindow.c
10210         * src/plugins/trayicon/trayicon.c
10211                 Add accels to every AlertPanel. Patch by Fabien 
10212                 Vantard
10213
10214 2005-10-03 [paul]       1.9.15
10215
10216         1.9.15 released
10217
10218 2005-10-03 [paul]       1.9.14cvs68
10219
10220         * po/ca.po
10221         * po/de.po
10222         * po/es.po
10223         * po/fi.po
10224         * po/fr.po
10225         * po/sk.po
10226         * po/sr.po
10227         * po/zh_CN.po
10228                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10229                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10230                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10231
10232 2005-10-03 [paul]       1.9.14cvs67
10233
10234         * src/send_message.c
10235                 prevent hang on Cancel
10236                 patch by Colin
10237
10238 2005-10-03 [paul]       1.9.14cvs66
10239
10240         * src/main.c
10241                 fix crash in IMAP caused by discrepancy
10242                 between check_at_startup and offline mode
10243                 Patch by Colin
10244
10245 2005-10-01 [paul]       1.9.14cvs65
10246
10247         * src/inc.c
10248                 fix engrish
10249
10250 2005-10-01 [paul]       1.9.14cvs64
10251         * src/export.c
10252         * src/import.c
10253                 synchronise import_mbox() and export_mbox()
10254         * src/mbox.c
10255                 proc_mbox(): add alert if file cannot be opened
10256                 export_list_to_mbox(): test if dest file exists,
10257                 prompt user to overwrite if it does. add alert
10258                 if file cannot be created
10259                                                                 
10260         Patch by wwp
10261                                                                                                                 
10262
10263 2005-09-30 [paul]       1.9.14cvs63
10264
10265         * src/addressbook.c
10266                 Fix sensitivity of a menu
10267         * src/codeconv.c
10268                 Respect hidden pref for mails with no encoding
10269         * src/common/xml.c
10270                 Fix memory corruption
10271         * src/plugins/pgpcore/sgpgme.c
10272                 Fix segfault on incomplete sigs, and display
10273                 of S/Mime UIDs
10274
10275         Patches by Colin
10276
10277 2005-09-30 [colin]      1.9.14cvs62
10278
10279         * src/partial_download.c
10280                 Little logic fix in almost-dead code
10281         * src/pop.c
10282                 Fix partial download when there's no new mail
10283
10284 2005-09-29 [paul]       1.9.14cvs61
10285
10286         * src/plugins/pgpinline/pgpinline.c
10287                 fix bug 819, 'crash accessing sign message'
10288                 Patch by Colin
10289
10290 2005-09-28 [martin]     1.9.14cvs60
10291
10292         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10293                 fix bug #790 (Crash when restarting window manager (fluxbox))
10294
10295 2005-09-28 [paul]       1.9.14cvs59
10296
10297         * src/gtk/gtkaspell.c
10298                 fix off-by-one typo
10299
10300 2005-09-27 [colin]      1.9.14cvs58
10301
10302         * src/plugins/pgpcore/sgpgme.c
10303                 Report error when there's one, instead of
10304                 "Signature unchecked" 
10305
10306 2005-09-27 [colin]      1.9.14cvs57
10307
10308         * src/prefs_quote.c
10309                 Fix bug #816 (Weird quotation with spaces)
10310
10311 2005-09-27 [colin]      1.9.14cvs56
10312
10313         * src/codeconv.c
10314         * src/compose.c
10315         * src/compose.h
10316                 Put subject in compose's title
10317                 Fix Automatic encoding so that it's really automatic:
10318                 first try default locale's charset, then charset of the replied mail, 
10319                 then utf-8
10320                 Fix encoding of headers (must be in strict mode too)
10321
10322 2005-09-26 [colin]      1.9.14cvs55
10323
10324         * src/gtk/gtkaspell.c
10325                 Fix previous patch - don't color the space,
10326                 just uncolor it :)
10327
10328 2005-09-26 [colin]      1.9.14cvs54
10329
10330         * src/gtk/gtkaspell.c
10331                 Unmark space if possible
10332
10333 2005-09-26 [colin]      1.9.14cvs53
10334
10335         * src/imap.c
10336                 log_error instead of alertpanel according to the pref
10337         * src/etpan/imap-thread.c
10338                 Print connect status, copy only necessary size to 
10339                 logger
10340         * src/plugins/pgpmime/pgpmime.c
10341                 Handle S/Mime signatures (verification only). Patch based
10342                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10343
10344 2005-09-26 [paul]       1.9.14cvs52
10345
10346         * src/common/passcrypt.c
10347                 this 'workaround' not necessary on NetBSD.
10348                 Thanks to Daniel Gustafson
10349
10350 2005-09-26 [paul]
10351
10352         1.9.15-rc4 released
10353
10354 2005-09-26 [paul]       1.9.14cvs51
10355
10356         * src/summaryview.c
10357                 Skip currently selected message when
10358                 looking for next new or unread message
10359                 in current folder. Patch by Colin
10360         * src/common/passcrypt.c
10361                 eliminate warnings on *BSD. Patch by
10362                 Daniel Gustafson
10363
10364 2005-09-26 [colin]      1.9.14cvs50
10365
10366         * src/procmsg.c
10367                 Call postfiltering hook anyway
10368
10369 2005-09-22 [colin]      1.9.14cvs49
10370
10371         * src/codeconv.c
10372         * src/codeconv.h
10373                 Add a strict mode that doesn't replace with _
10374         * src/compose.c
10375         * src/compose.h
10376                 Use strict conversion while sending
10377                 Fix race when drafting while sending (happens
10378                 on IMAP)
10379                 Fix d'n'd of messages from summaryview
10380         * src/prefs_common.c
10381         * src/prefs_common.h
10382                 add hidden utf8_instead_of_locale_for_broken_mail 
10383                 pref for people that preferred the default charset 
10384                 to be utf8 for broken mails
10385         * src/quote_fmt_parse.y
10386                 fix bug #815 (No quote insert if "From:" fied 
10387                 contained Russian letters)
10388         * src/summaryview.c
10389                 Fix d'n'd of messages to compose
10390
10391 2005-09-22 [paul]       1.9.14cvs48
10392
10393         * src/compose.c
10394                 fix bug where attachments Name entry
10395                 would display Path instead
10396
10397 2005-09-21 [paul]       1.9.14cvs47
10398
10399         * README
10400         * README.jp
10401         * configure.ac
10402         * config/config.rpath
10403         * doc/manual/en/sylpheed-20.html
10404         * doc/manual/es/sylpheed-20.html
10405         * po/bg.po
10406         * po/ca.po
10407         * po/de.po
10408         * po/es.po
10409         * po/fr.po
10410         * po/it.po
10411         * po/pt_BR.po
10412         * po/sk.po
10413         * po/zh_TW.po
10414         * src/account.c
10415         * src/account.h
10416         * src/action.c
10417         * src/action.h
10418         * src/adbookbase.h
10419         * src/addr_compl.c
10420         * src/addr_compl.h
10421         * src/addrbook.c
10422         * src/addrbook.h
10423         * src/addrcache.c
10424         * src/addrcache.h
10425         * src/addrcindex.c
10426         * src/addrcindex.h
10427         * src/addrclip.c
10428         * src/addrclip.h
10429         * src/addrdefs.h
10430         * src/addressadd.c
10431         * src/addressadd.h
10432         * src/addressbook.c
10433         * src/addressbook.h
10434         * src/addressitem.h
10435         * src/addrgather.c
10436         * src/addrgather.h
10437         * src/addrharvest.c
10438         * src/addrharvest.h
10439         * src/addrindex.c
10440         * src/addrindex.h
10441         * src/addritem.c
10442         * src/addritem.h
10443         * src/addrquery.c
10444         * src/addrquery.h
10445         * src/addrselect.c
10446         * src/addrselect.h
10447         * src/alertpanel.c
10448         * src/alertpanel.h
10449         * src/browseldap.c
10450         * src/browseldap.h
10451         * src/codeconv.c
10452         * src/codeconv.h
10453         * src/compose.c
10454         * src/compose.h
10455         * src/crash.c
10456         * src/crash.h
10457         * src/customheader.c
10458         * src/customheader.h
10459         * src/displayheader.c
10460         * src/displayheader.h
10461         * src/editaddress.c
10462         * src/editaddress.h
10463         * src/editbook.c
10464         * src/editbook.h
10465         * src/editgroup.c
10466         * src/editgroup.h
10467         * src/editjpilot.c
10468         * src/editjpilot.h
10469         * src/editldap.c
10470         * src/editldap.h
10471         * src/editldap_basedn.c
10472         * src/editldap_basedn.h
10473         * src/editvcard.c
10474         * src/editvcard.h
10475         * src/enriched.c
10476         * src/enriched.h
10477         * src/exphtmldlg.c
10478         * src/exphtmldlg.h
10479         * src/expldifdlg.c
10480         * src/expldifdlg.h
10481         * src/export.c
10482         * src/export.h
10483         * src/exporthtml.c
10484         * src/exporthtml.h
10485         * src/exportldif.c
10486         * src/exportldif.h
10487         * src/filtering.c
10488         * src/filtering.h
10489         * src/folder.c
10490         * src/folder.h
10491         * src/folder_item_prefs.c
10492         * src/folder_item_prefs.h
10493         * src/foldersel.c
10494         * src/foldersel.h
10495         * src/folderutils.c
10496         * src/folderutils.h
10497         * src/folderview.c
10498         * src/folderview.h
10499         * src/grouplistdialog.c
10500         * src/grouplistdialog.h
10501         * src/headerview.c
10502         * src/headerview.h
10503         * src/html.c
10504         * src/html.h
10505         * src/image_viewer.c
10506         * src/image_viewer.h
10507         * src/imap.c
10508         * src/imap.h
10509         * src/imap_gtk.c
10510         * src/imap_gtk.h
10511         * src/import.c
10512         * src/import.h
10513         * src/importldif.c
10514         * src/importldif.h
10515         * src/importmutt.c
10516         * src/importmutt.h
10517         * src/importpine.c
10518         * src/importpine.h
10519         * src/inc.c
10520         * src/inc.h
10521         * src/jpilot.c
10522         * src/jpilot.h
10523         * src/ldapctrl.c
10524         * src/ldapctrl.h
10525         * src/ldaplocate.c
10526         * src/ldaplocate.h
10527         * src/ldapquery.c
10528         * src/ldapquery.h
10529         * src/ldapserver.c
10530         * src/ldapserver.h
10531         * src/ldaputil.c
10532         * src/ldaputil.h
10533         * src/ldif.c
10534         * src/ldif.h
10535         * src/localfolder.c
10536         * src/localfolder.h
10537         * src/main.c
10538         * src/main.h
10539         * src/mainwindow.c
10540         * src/mainwindow.h
10541         * src/manual.c
10542         * src/manual.h
10543         * src/matcher.c
10544         * src/matcher.h
10545         * src/matcher_parser.h
10546         * src/matcher_parser_lex.l
10547         * src/matcher_parser_parse.y
10548         * src/mbox.c
10549         * src/mbox.h
10550         * src/message_search.c
10551         * src/message_search.h
10552         * src/messageview.c
10553         * src/messageview.h
10554         * src/mh.c
10555         * src/mh.h
10556         * src/mh_gtk.c
10557         * src/mh_gtk.h
10558         * src/mimeview.c
10559         * src/mimeview.h
10560         * src/msgcache.c
10561         * src/msgcache.h
10562         * src/mutt.c
10563         * src/mutt.h
10564         * src/news.c
10565         * src/news.h
10566         * src/news_gtk.c
10567         * src/news_gtk.h
10568         * src/noticeview.c
10569         * src/noticeview.h
10570         * src/partial_download.c
10571         * src/partial_download.h
10572         * src/pine.c
10573         * src/pine.h
10574         * src/pop.c
10575         * src/pop.h
10576         * src/prefs_account.c
10577         * src/prefs_account.h
10578         * src/prefs_actions.c
10579         * src/prefs_actions.h
10580         * src/prefs_common.c
10581         * src/prefs_common.h
10582         * src/prefs_compose_writing.c
10583         * src/prefs_compose_writing.h
10584         * src/prefs_customheader.c
10585         * src/prefs_customheader.h
10586         * src/prefs_display_header.c
10587         * src/prefs_display_header.h
10588         * src/prefs_ext_prog.c
10589         * src/prefs_ext_prog.h
10590         * src/prefs_filtering.c
10591         * src/prefs_filtering.h
10592         * src/prefs_filtering_action.c
10593         * src/prefs_filtering_action.h
10594         * src/prefs_folder_column.c
10595         * src/prefs_folder_column.h
10596         * src/prefs_folder_item.c
10597         * src/prefs_folder_item.h
10598         * src/prefs_fonts.c
10599         * src/prefs_fonts.h
10600         * src/prefs_gtk.c
10601         * src/prefs_gtk.h
10602         * src/prefs_image_viewer.c
10603         * src/prefs_image_viewer.h
10604         * src/prefs_matcher.c
10605         * src/prefs_matcher.h
10606         * src/prefs_message.c
10607         * src/prefs_message.h
10608         * src/prefs_msg_colors.c
10609         * src/prefs_msg_colors.h
10610         * src/prefs_other.c
10611         * src/prefs_other.h
10612         * src/prefs_quote.c
10613         * src/prefs_quote.h
10614         * src/prefs_receive.c
10615         * src/prefs_receive.h
10616         * src/prefs_send.c
10617         * src/prefs_send.h
10618         * src/prefs_spelling.c
10619         * src/prefs_spelling.h
10620         * src/prefs_summaries.c
10621         * src/prefs_summaries.h
10622         * src/prefs_summary_column.c
10623         * src/prefs_summary_column.h
10624         * src/prefs_template.c
10625         * src/prefs_template.h
10626         * src/prefs_themes.c
10627         * src/prefs_themes.h
10628         * src/prefs_toolbar.c
10629         * src/prefs_toolbar.h
10630         * src/prefs_wrapping.c
10631         * src/prefs_wrapping.h
10632         * src/privacy.c
10633         * src/privacy.h
10634         * src/procheader.c
10635         * src/procheader.h
10636         * src/procmime.c
10637         * src/procmime.h
10638         * src/procmsg.c
10639         * src/procmsg.h
10640         * src/quote_fmt.c
10641         * src/quote_fmt_parse.y
10642         * src/recv.c
10643         * src/recv.h
10644         * src/remotefolder.c
10645         * src/remotefolder.h
10646         * src/send_message.c
10647         * src/send_message.h
10648         * src/setup.c
10649         * src/setup.h
10650         * src/simple-gettext.c
10651         * src/sourcewindow.c
10652         * src/sourcewindow.h
10653         * src/ssl_manager.c
10654         * src/ssl_manager.h
10655         * src/statusbar.c
10656         * src/statusbar.h
10657         * src/stock_pixmap.c
10658         * src/stock_pixmap.h
10659         * src/summary_search.c
10660         * src/summary_search.h
10661         * src/summaryview.c
10662         * src/summaryview.h
10663         * src/syldap.c
10664         * src/syldap.h
10665         * src/textview.c
10666         * src/textview.h
10667         * src/toolbar.c
10668         * src/toolbar.h
10669         * src/undo.c
10670         * src/undo.h
10671         * src/unmime.c
10672         * src/unmime.h
10673         * src/vcard.c
10674         * src/vcard.h
10675         * src/wizard.c
10676         * src/wizard.h
10677         * src/common/base64.c
10678         * src/common/base64.h
10679         * src/common/defs.h
10680         * src/common/hooks.c
10681         * src/common/hooks.h
10682         * src/common/log.c
10683         * src/common/log.h
10684         * src/common/md5.c
10685         * src/common/md5.h
10686         * src/common/mgutils.c
10687         * src/common/mgutils.h
10688         * src/common/nntp.c
10689         * src/common/nntp.h
10690         * src/common/passcrypt.c
10691         * src/common/passcrypt.h.in
10692         * src/common/plugin.c
10693         * src/common/plugin.h
10694         * src/common/prefs.c
10695         * src/common/prefs.h
10696         * src/common/progressindicator.c
10697         * src/common/progressindicator.h
10698         * src/common/quoted-printable.c
10699         * src/common/quoted-printable.h
10700         * src/common/session.c
10701         * src/common/session.h
10702         * src/common/smtp.c
10703         * src/common/smtp.h
10704         * src/common/socket.c
10705         * src/common/socket.h
10706         * src/common/ssl.c
10707         * src/common/ssl.h
10708         * src/common/ssl_certificate.c
10709         * src/common/ssl_certificate.h
10710         * src/common/string_match.c
10711         * src/common/string_match.h
10712         * src/common/stringtable.c
10713         * src/common/sylpheed.c
10714         * src/common/sylpheed.h
10715         * src/common/template.c
10716         * src/common/template.h
10717         * src/common/timing.h
10718         * src/common/utils.c
10719         * src/common/utils.h
10720         * src/common/uuencode.c
10721         * src/common/uuencode.h
10722         * src/common/version.h.in
10723         * src/common/xml.c
10724         * src/common/xml.h
10725         * src/common/xmlprops.c
10726         * src/common/xmlprops.h
10727         * src/gtk/about.c
10728         * src/gtk/about.h
10729         * src/gtk/colorlabel.c
10730         * src/gtk/colorlabel.h
10731         * src/gtk/colorsel.c
10732         * src/gtk/colorsel.h
10733         * src/gtk/description_window.c
10734         * src/gtk/description_window.h
10735         * src/gtk/filesel.c
10736         * src/gtk/filesel.h
10737         * src/gtk/foldersort.c
10738         * src/gtk/foldersort.h
10739         * src/gtk/gtkutils.c
10740         * src/gtk/gtkutils.h
10741         * src/gtk/inputdialog.c
10742         * src/gtk/inputdialog.h
10743         * src/gtk/logwindow.c
10744         * src/gtk/logwindow.h
10745         * src/gtk/manage_window.c
10746         * src/gtk/manage_window.h
10747         * src/gtk/menu.c
10748         * src/gtk/menu.h
10749         * src/gtk/pluginwindow.c
10750         * src/gtk/pluginwindow.h
10751         * src/gtk/prefswindow.c
10752         * src/gtk/prefswindow.h
10753         * src/gtk/progressdialog.c
10754         * src/gtk/progressdialog.h
10755         * src/gtk/quicksearch.c
10756         * src/gtk/quicksearch.h
10757         * src/gtk/sslcertwindow.c
10758         * src/gtk/sslcertwindow.h
10759         * src/plugins/clamav/clamav_plugin.c
10760         * src/plugins/clamav/clamav_plugin.h
10761         * src/plugins/clamav/clamav_plugin_gtk.c
10762         * src/plugins/demo/demo.c
10763         * src/plugins/dillo_viewer/dillo_prefs.c
10764         * src/plugins/dillo_viewer/dillo_prefs.h
10765         * src/plugins/dillo_viewer/dillo_viewer.c
10766         * src/plugins/mathml_viewer/mathml_viewer.c
10767         * src/plugins/pgpcore/passphrase.c
10768         * src/plugins/pgpcore/passphrase.h
10769         * src/plugins/pgpcore/plugin.c
10770         * src/plugins/pgpcore/prefs_gpg.c
10771         * src/plugins/pgpcore/prefs_gpg.h
10772         * src/plugins/pgpcore/select-keys.c
10773         * src/plugins/pgpcore/select-keys.h
10774         * src/plugins/pgpcore/sgpgme.c
10775         * src/plugins/pgpcore/sgpgme.h
10776         * src/plugins/pgpinline/pgpinline.c
10777         * src/plugins/pgpinline/pgpinline.h
10778         * src/plugins/pgpinline/plugin.c
10779         * src/plugins/pgpmime/pgpmime.c
10780         * src/plugins/pgpmime/pgpmime.h
10781         * src/plugins/pgpmime/plugin.c
10782         * src/plugins/spamassassin/spamassassin.c
10783         * src/plugins/spamassassin/spamassassin.h
10784         * src/plugins/spamassassin/spamassassin_gtk.c
10785         * src/plugins/trayicon/trayicon.c
10786         * tools/OOo2sylpheed.pl
10787         * tools/acroread2sylpheed.pl
10788         * tools/asus_mailled.sh
10789         * tools/filter_conv.pl
10790         * tools/freshmeat_search.pl
10791         * tools/google_search.pl
10792         * tools/kmail2sylpheed.pl
10793         * tools/kmail2sylpheed_v2.pl
10794         * tools/maildir2sylpheed.pl
10795         * tools/multiwebsearch.pl
10796         * tools/newscache_clean.pl
10797         * tools/outlook2sylpheed.pl
10798         * tools/sylpheed-switcher
10799         * tools/update-po
10800         * tools/vcard2xml.py
10801         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10802                 update FSF address
10803
10804 2005-09-21 [colin]      1.9.14cvs46
10805
10806         * src/gedit-print.c
10807         * src/procmsg.c
10808         * src/procmsg.h
10809         * src/textview.c
10810         * src/summaryview.c
10811                 Remove some printing hacks (deselection/reselection),
10812                 which by the way fix printing the currently 
10813                 displayed mime part (still only text)
10814                 Plus a little optimisation of summary_show
10815
10816
10817 2005-09-20 [colin]      1.9.14cvs45
10818
10819         * src/mainwindow.c
10820         * src/messageview.c
10821                 GUI fixups: add accels, set message
10822                 view title to displayed mail's subject
10823         * src/prefs_spelling.c
10824         * src/gtk/gtkaspell.c
10825                 GUI fixups: allow underlining misspelled
10826                 words instead of coloring them (a11y!)
10827
10828 2005-09-19 [colin]
10829
10830         1.9.15rc3 released
10831
10832 2005-09-19 [colin]      1.9.14cvs44
10833
10834         * src/compose.c
10835                 Fix draft message
10836         * src/gtk/gtkaspell.c
10837                 Fix wrong test ;-)
10838
10839 2005-09-19 [colin]      1.9.14cvs43
10840
10841         * src/addressbook.c
10842                 Fix sensitivity of Delete button
10843         * src/compose.c
10844                 Warn if the requested Privacy system
10845                 is not available
10846         * src/exphtmldlg.c
10847         * src/expldifdlg.c
10848         * src/importldif.c
10849         * src/importmutt.c
10850         * src/importpine.c
10851                 Fix crappy UI
10852         * src/
10853         * src/ssl.h
10854         * src/prefs_account.h
10855         * src/prefs_account.c
10856                 Save SSL prefs even in builds that have
10857                 SSL support disable
10858         * src/imap.c
10859         * src/inc.c
10860         * src/news.c
10861         * src/send_message.c
10862                 Warn if connection should be secure, but
10863                 SSL support isn't compiled in
10864         * src/gtkaspell.c
10865                 Fix word separation on UTF-8 systems
10866                 Fixes bug #812 (Strange inline spellchecking)
10867         * src/compose.c
10868                 Warn if the requested Privacy system
10869                 is not available
10870                 Factorize offline warning
10871         * src/imap.c
10872         * src/imap_gtk.c
10873         * src/imap_gtk.h
10874         * src/inc.h
10875         * src/news_gtk.c
10876         * src/news_gtk.h
10877         * src/messageview.c
10878                 Factorize offline warning
10879
10880 2005-09-19 [paul]
10881
10882         1.9.15-rc2 released
10883
10884 2005-09-18 [colin]      1.9.14cvs42
10885
10886         * src/codeconv.c
10887         * src/codeconv.h
10888         * src/procmime.c
10889                 Add a way to get locale's charset ignoring utf-8,
10890                 and use that as default encoding for broken mails
10891
10892 2005-09-18 [colin]      1.9.14cvs41
10893
10894         * src/gtk/logwindow.c
10895                 Translate string. Patch by Fabien Vantard
10896
10897 2005-09-18 [colin]      1.9.14cvs40
10898
10899         * configure.ac
10900                 Fix bug #803 (IMAP/SSL support breaks with 
10901                 GnuTLS libetpan 0.38)
10902
10903 2005-09-18 [colin]      1.9.14cvs39
10904
10905         * src/codeconv.c
10906         * src/compose.c
10907         * src/procmime.c
10908                 More charsets fixes. Fixes bug #806 (non
10909                 ascii characters in subject line)
10910
10911 2005-09-17 [paul]       1.9.14cvs38
10912
10913         * src/folderview.c
10914         * src/mainwindow.c
10915                 fix gcc-2.95 issues
10916                 Patch by Pawel Pekala
10917
10918 2005-09-17 [colin]      1.9.14cvs37
10919
10920         * src/addrindex.c
10921                 bugfix for NO-USE LDAP compilation, patch 
10922                 by Fabien Vantard
10923
10924 2005-09-17 [colin]      1.9.14cvs36
10925
10926         * src/prefs_actions.c
10927         * src/prefs_customheader.c
10928         * src/prefs_display_header.c
10929         * src/prefs_filtering_action.c
10930         * src/prefs_matcher.c
10931         * src/prefs_toolbar.c
10932                 Fix strange casts (less elegant but
10933                 works better)
10934
10935 2005-09-16 [colin]      1.9.14cvs35
10936
10937         * src/jpilot.c
10938                 Missed that one
10939
10940 2005-09-16 [colin]      1.9.14cvs34
10941
10942         * configure.ac
10943         * src/Makefile.am
10944         * src/addr_compl.c
10945         * src/addrindex.c
10946         * src/browseldap.c
10947         * src/editldap.c
10948         * src/ldaplocate.c
10949         * src/ldapquery.c
10950         * src/ldapquery.h
10951         * src/ldapserver.c
10952         * src/ldapserver.h
10953         * src/main.c
10954         * src/matcher_parser_parse.y
10955         * src/prefs_themes.c
10956         * src/etpan/Makefile.am
10957         * src/gtk/description_window.c
10958         * src/plugins/clamav/Makefile.am
10959         * src/plugins/clamav/clamav_plugin.c
10960         * src/plugins/dillo_viewer/Makefile.am
10961         * src/plugins/pgpcore/Makefile.am
10962         * src/plugins/pgpinline/Makefile.am
10963         * src/plugins/pgpmime/Makefile.am
10964         * src/plugins/trayicon/Makefile.am
10965                 Fix 100% cpu usage in address completion list
10966                 Fix little bugs (return with no values etc)
10967                 Fix all warnings (with common CFLAGS)
10968
10969 2005-09-15 [colin]      1.9.14cvs33
10970
10971         * src/addressbook.c
10972                 Fix bug where sometimes a group's email list is empty,
10973                 force its refresh (probably fixes "Re: how to create a 
10974                 distribution list")
10975         * src/ldapquery.c
10976                 Don't return to the callback in the main thread from the
10977                 fetch thread (or face segs!)
10978
10979 2005-09-15 [paul]       1.9.14cvs32
10980
10981         * src/prefs_matcher.c
10982                 forgotten in last commit
10983
10984 2005-09-15 [paul]       1.9.14cvs31
10985
10986         * src/prefs_actions.c
10987         * src/prefs_filtering_action.c
10988         * src/prefs_quote.c
10989         * src/quote_fmt.c
10990         * src/summaryview.c
10991         * src/gtk/description_window.c
10992         * src/gtk/description_window.h
10993         * src/gtk/quicksearch.c
10994                 allow interaction with the called
10995                 description window
10996                 Patch by Anders Hammar
10997
10998 2005-09-14 [paul]       1.9.14cvs30
10999
11000         * src/compose.c
11001                 fix a little annoyance when pasting with 3rd button 
11002                 with wrap_pastes=0 and wrap_input=1
11003                 Patch by Colin
11004
11005 2005-09-14 [paul]       1.9.14cvs29
11006
11007         * src/prefs_account.c
11008                 disable 'Filter messages on receiving' for
11009                 SMTP-only accounts
11010                 Patch  by Anders Hammar
11011
11012 2005-09-14 [paul]       1.9.14cvs28
11013
11014         * po/sk.po
11015                 fix crash
11016                 updated by Andrej Kacian
11017
11018 2005-09-14 [paul]
11019
11020         1.9.15-rc1 released
11021
11022 2005-09-14 [paul]       1.9.14cvs27
11023
11024         * po/es.po
11025                 updated by Ricardo Mones Lastra
11026         * src/compose.c
11027         * src/compose.h
11028                 associate no_wrap_tags to Compose windows
11029                 instead of using a static one
11030                 Patch by Colin
11031         * src/mbox.c
11032                 fix proc_mbox()
11033                 Patch by wwp
11034         * src/textview.c
11035                 remove unneeded printf()
11036
11037 2005-09-14 [paul]       1.9.14cvs26
11038
11039         * src/addrcache.c
11040         * src/codeconv.h
11041         * src/folder.h
11042         * src/mainwindow.h
11043         * src/mh.c
11044         * src/mimeview.h
11045         * src/partial_download.c
11046         * src/pop.c
11047         * src/prefs_account.c
11048         * src/prefs_account.h
11049         * src/prefs_actions.c
11050         * src/prefs_customheader.c
11051         * src/prefs_display_header.c
11052         * src/prefs_filtering_action.c
11053         * src/prefs_matcher.c
11054         * src/prefs_toolbar.c
11055         * src/privacy.h
11056         * src/procmime.c
11057         * src/procmime.h
11058         * src/procmsg.h
11059         * src/textview.c
11060         * src/undo.h
11061         * src/common/plugin.c
11062         * src/common/session.h
11063         * src/common/socket.c
11064         * src/common/socket.h
11065         * src/common/template.c
11066         * src/gtk/gtkaspell.c
11067         * src/gtk/quicksearch.h
11068         * src/plugins/pgpcore/passphrase.c
11069         * src/plugins/pgpcore/prefs_gpg.h
11070         * src/plugins/pgpcore/select-keys.c
11071         * src/plugins/pgpcore/select-keys.h
11072         * src/plugins/pgpcore/sgpgme.c
11073         * src/plugins/pgpinline/pgpinline.c
11074         * src/plugins/pgpmime/pgpmime.c
11075         * src/plugins/trayicon/trayicon.c
11076                 fix compilation warnings
11077                 Patch by Daniel Gustafson
11078
11079 2005-09-14 [paul]       1.9.14cvs25
11080
11081         * src/addressbook.c
11082                 add missing column header, and other small
11083                 bug fixes
11084                 Patch by Anders Hammar
11085
11086 2005-09-13 [colin]      1.9.14cvs24
11087
11088         * src/gtk/gtkaspell.c
11089                 Fix non-utf8 in menu
11090                 Fix little leaks
11091                 Nullify struct members after free()s
11092
11093 2005-09-13 [colin]      1.9.14cvs23
11094
11095         * src/compose.c
11096                 Test utf8 compliance before inserting to 
11097                 buffer, and try to convert if necessary
11098         * src/procmime.c
11099                 If no charset is present, use the locale 
11100                 one instead of us-ascii
11101         * src/procmsg.c
11102                 Add Sender, List-Post and To in the checked 
11103                 headers for automatic rules creation 
11104                 (thanks to wwp)
11105         * src/prefs_themes.c
11106         * src/gtk/gtkaspell.c
11107                 Remove deprecated functions. 
11108                 patch by Daniel Gustafson
11109
11110 2005-09-12 [colin]      1.9.14cvs22
11111
11112         * src/compose.c
11113                 Fix bug #448 (Scrolling/Redraw issue with 
11114                 address-fields in Header)
11115         * src/mainwindow.c
11116         * src/summaryview.c
11117         * src/summaryview.h
11118                 Fix loss of MSG_MARKED on move/copy
11119                 Fix bug #804 (Quicksearch togglebutton doesn't 
11120                 get depressed after '/' key is pressed)
11121
11122 2005-09-12 [paul]       1.9.14cvs21
11123
11124         * AUTHORS
11125         * src/gtk/logwindow.c
11126                 add 'Clear Log' to popup menu
11127                 Patch by Anders Hammar <anders.hammar@telia.com>
11128
11129 2005-09-12 [paul]       1.9.14cvs20
11130
11131         * src/compose.c
11132                 set correct sensitivity on attachments
11133                 popup menu
11134         * src/folder.c
11135                 fix typo
11136         * src/prefs_spelling.c
11137                 fix crash when no LANG env is set
11138         * src/common/xml.c
11139                 fix crash in wizard
11140                 don't use memeory after free
11141
11142         All patches by Daniel Gustafson
11143
11144 2005-09-12 [paul]       1.9.14cvs19
11145
11146         * src/prefs_themes.c
11147                 make theme info selectable
11148         * src/gtk/description_window.c
11149                 make window non-modal
11150         * tools/README
11151                 add details of asus_mailed.sh
11152         * tools/claws.i18n.status.pl
11153                 update for new zh_TW translator
11154                 widen the output
11155                 create alternate coloured lines
11156                 improve readability
11157
11158 2005-09-10 [colin]      1.9.14cvs18
11159
11160         * src/plugins/pgpcore/select-keys.c
11161                 Better order for the buttons
11162
11163 2005-09-10 [colin]      1.9.14cvs17
11164
11165         * src/compose.c
11166         * src/plugins/pgpcore/select-keys.c
11167         * src/plugins/pgpcore/select-keys.h
11168         * src/plugins/pgpcore/sgpgme.c
11169                 Add a "Don't encrypt" button to the key
11170                 selection dialog. Fixes bug #177 (There should be a 
11171                 'Don't encrypt button in the Select Keys dialog)
11172
11173 2005-09-10 [colin]      1.9.14cvs16
11174
11175         * src/compose.c
11176                 Fix bug #572 (%X option does not work with templates)
11177
11178 2005-09-10 [colin]      1.9.14cvs15
11179
11180         * src/toolbar.c 
11181                 Remove g_print
11182
11183 2005-09-10 [colin]      1.9.14cvs14
11184
11185         * src/imap.c
11186                 Fix a possible crash
11187
11188 2005-09-09 [colin]      1.9.14cvs13
11189
11190         * src/imap.c
11191         * src/etpan/imap-thread.c
11192         * src/etpan/imap-thread.h
11193                 Fix moving from queue or drafts to normal folders
11194                 Fix bug #794 (No way to delete without expunging)
11195                 Take flags unset by other mailers into account
11196                 Take deleted flag set by other mailers into account
11197                 Fix unsetting REPLIED flag
11198                 Fix crash when capabilities can't be retrieved
11199         * src/mainwindow.c
11200         * src/mainwindow.h
11201                 Add M_DELAYED_FLAGS condition, and let the user use
11202                 Execute in order to be able to expunge deleted mails,
11203                 even if he's not in delayed execute mode
11204         * src/prefs_spelling.c
11205                 Use 'en' dictionary by default if LANG is POSIX or C
11206         * src/gtk/prefswindow.c
11207                 Fix bug #767 (Preferences windows expanding) by making
11208                 the window a bit larger when the resolution is greater
11209                 than 640x480, and by putting the prefs in a
11210                 GtkScrolledWindow.
11211
11212 2005-09-09 [paul]       1.9.14cvs12
11213
11214         * AUTHORS
11215         * configure.ac
11216         * po/zh_TW.Big5.po      ** REMOVED **
11217         * po/zh_TW.po           ** ADDED **
11218                 updated by Wei-Lun Chao
11219
11220 2005-09-09 [paul]       1.9.14cvs11
11221
11222         * src/mainwindow.c
11223                 fix asserts
11224         * src/common/xml.c
11225                 delay memory allocation until file is
11226                 opened successfully
11227                 Patch by Daniel Gustafson
11228
11229 2005-09-09 [colin]      1.9.14cvs10
11230
11231         * src/imap.c
11232                 Add guards
11233
11234 2005-09-08 [colin]      1.9.14cvs9
11235
11236         * src/compose.c
11237                 Alert when we can't save draft
11238                 Fix various wrap/color issues
11239                 Add mid-click pasting respecting wrap_paste option
11240         * src/folder.c
11241         * src/folder.h
11242         * src/folder_item_prefs.c
11243         * src/folder_item_prefs.h
11244         * src/imap.c
11245         * src/imap_gtk.c
11246         * src/imap_gtk.h
11247         * src/main.c
11248         * src/mainwindow.c
11249         * src/mainwindow.h
11250         * src/news.c
11251         * src/news_gtk.c
11252         * src/news_gtk.h
11253         * src/prefs_folder_item.c
11254                 Fix the impossibility to synchronise folders for
11255                 offline use (IMAP and NNTP are concerned)
11256
11257 2005-09-08 [colin]      1.9.14cvs8
11258
11259         * configure.ac
11260                 Build LDAP and JPilot by default if available
11261         * src/textview.c
11262                 Fix use after free
11263
11264 2005-09-08 [paul]       1.9.14cvs7
11265
11266         * doc/manual/en/sylpheed-1.html
11267         * doc/manual/en/sylpheed-18.html
11268         * doc/manual/en/sylpheed-19.html
11269         * doc/manual/en/sylpheed-4.html
11270         * doc/manual/en/sylpheed-6.html
11271         * doc/manual/en/sylpheed.html
11272                 a few minor updates, plus include some
11273                 details about plugins and their requirements
11274         * src/mainwindow.c
11275                 minor changes to English in /View/Sort
11276
11277 2005-09-07 [colin]      1.9.14cvs6
11278
11279         * doc/manual/en/sylpheed-1.html
11280         * doc/manual/en/sylpheed-10.html
11281         * doc/manual/en/sylpheed-11.html
11282         * doc/manual/en/sylpheed-12.html
11283         * doc/manual/en/sylpheed-13.html
11284         * doc/manual/en/sylpheed-14.html
11285         * doc/manual/en/sylpheed-15.html
11286         * doc/manual/en/sylpheed-16.html
11287         * doc/manual/en/sylpheed-17.html
11288         * doc/manual/en/sylpheed-18.html
11289         * doc/manual/en/sylpheed-19.html
11290         * doc/manual/en/sylpheed-2.html
11291         * doc/manual/en/sylpheed-20.html
11292         * doc/manual/en/sylpheed-21.html
11293         * doc/manual/en/sylpheed-22.html
11294         * doc/manual/en/sylpheed-3.html
11295         * doc/manual/en/sylpheed-4.html
11296         * doc/manual/en/sylpheed-5.html
11297         * doc/manual/en/sylpheed-6.html
11298         * doc/manual/en/sylpheed-7.html
11299         * doc/manual/en/sylpheed-8.html
11300         * doc/manual/en/sylpheed-9.html
11301         * doc/manual/en/sylpheed.html
11302                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11303
11304 2005-09-07 [colin]      1.9.14cvs5
11305
11306         * src/mainwindow.c
11307                 Make labels more to-the-point
11308
11309 2005-09-07 [colin]      1.9.14cvs4
11310
11311         * doc/manual/en/sylpheed-1.html
11312         * doc/manual/en/sylpheed-12.html
11313         * doc/manual/en/sylpheed-13.html
11314         * doc/manual/en/sylpheed-14.html
11315         * doc/manual/en/sylpheed-15.html
11316         * doc/manual/en/sylpheed-16.html
11317         * doc/manual/en/sylpheed-17.html
11318         * doc/manual/en/sylpheed-18.html
11319         * doc/manual/en/sylpheed-19.html
11320         * doc/manual/en/sylpheed-2.html
11321         * doc/manual/en/sylpheed-20.html
11322         * doc/manual/en/sylpheed-21.html
11323         * doc/manual/en/sylpheed-22.html
11324         * doc/manual/en/sylpheed-4.html
11325         * doc/manual/en/sylpheed-5.html
11326         * doc/manual/en/sylpheed-6.html
11327         * doc/manual/en/sylpheed-7.html
11328         * doc/manual/en/sylpheed-8.html
11329         * doc/manual/en/sylpheed-9.html
11330         * doc/manual/en/sylpheed.html
11331                 Update manual
11332
11333 2005-09-07 [colin]      1.9.14cvs3
11334
11335         * doc/faq/en/sylpheed-faq-1.html
11336         * doc/faq/en/sylpheed-faq-2.html
11337         * doc/faq/en/sylpheed-faq-3.html
11338         * doc/faq/en/sylpheed-faq.html
11339                 Update FAQ
11340
11341 2005-09-07 [colin]      1.9.14cvs2
11342
11343         * src/folderview.c
11344         * src/procmsg.c
11345         * src/summaryview.c
11346         * src/toolbar.c
11347                 Fix special subfolders:
11348                 - Inherit parent's icon
11349                 - sent contents of queues subfolders
11350                 - empty subfolders of trashes
11351         * src/mainwindow.c
11352                 Remove outdated manual and faq entries
11353         * src/common/utils.c
11354                 Add quotes around %s coming from mailcap
11355
11356 2005-09-07 [colin]      1.9.14cvs1
11357
11358         * src/compose.c
11359                 After saving draft, set modified to FALSE
11360         * src/mimeview.c
11361         * src/common/utils.c
11362         * src/common/utils.h
11363                 Try to open mime parts using what is 
11364                 indicated in ~/.mailcap or /etc/mailcap,
11365                 if possible.
11366
11367 2005-09-05 [paul]       1.9.14
11368
11369         1.9.14 released
11370
11371         * po/sk.po
11372                 updated by Andrej Kacian
11373
11374 2005-09-05 [paul]       1.9.13cvs83
11375
11376         * po/de.po
11377         * po/es.po
11378         * po/fi.po
11379         * po/fr.po
11380         * po/nb.po
11381         * po/pt_BR.po
11382         * po/sr.po
11383                 updated translations by Thomas Gilgin, Ricardo Mones
11384                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11385                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11386
11387 2005-09-04 [paul]       1.9.13cvs82
11388
11389         * src/compose.c
11390                 only warn about exceeded line length limit
11391                 on send
11392
11393 2005-09-04 [paul]       1.9.13cvs81
11394
11395         * src/compose.c
11396                 fix crash in 'line length exceeded' dialogue
11397
11398 2005-09-02 [paul]       1.9.13cvs80
11399
11400         * src/imap.c
11401                 fix bug 795, 'Connection lost IMAP'
11402                 and add statusbar prints
11403                 Patch by Colin
11404
11405 2005-09-02 [paul]       1.9.13cvs79
11406
11407         * src/compose.c
11408                 compose_wrap_paragraph() becomes
11409                 compose_beautify_paragraph()
11410                 Patch by Colin
11411
11412 2005-09-02 [colin]      1.9.13cvs78
11413
11414         * src/folderview.c
11415                 Micro-fix
11416
11417 2005-09-01 [colin]      1.9.13cvs77
11418
11419         * src/imap.c
11420                 Maybe fix bug #795 (Connection lost IMAP)
11421                 Don't try to send logout when we're disconnected.
11422         * src/summaryview.c
11423                 Include locked and marked emails in HRM
11424                 view. Fixes bug #800 (Locked messages no longer 
11425                 show up when hide read messages is used)
11426
11427 2005-09-01 [paul]       1.9.13cvs76
11428
11429         * src/prefs_common.c
11430                 fix bad cutting
11431
11432 2005-08-31 [colin]      1.9.13cvs75
11433
11434         * src/folderview.c
11435         * src/folderview.h
11436         * src/prefs_summaries.c
11437         * src/summaryview.c
11438                 Fix "go to next new", fix preference
11439                 (Open unread/next swapped)
11440
11441 2005-08-31 [paul]       1.9.13cvs74
11442
11443         * src/compose.c
11444         * src/folderview.c
11445         * src/headerview.c
11446         * src/headerview.h
11447         * src/mainwindow.c
11448         * src/prefs_common.c
11449         * src/prefs_common.h
11450         * src/prefs_fonts.c
11451         * src/summaryview.c
11452         * src/textview.c
11453         * src/common/defs.h
11454                 remove obsolete BOLD_FONT setting
11455                 fix font update in headerview and textview
11456                 headers after prefs change
11457                 Patch By Colin
11458
11459 2005-08-31 [paul]
11460
11461         1.9.14-rc4 released
11462
11463 2005-08-30 [colin]      1.9.13cvs73
11464
11465         * src/summaryview.c
11466                 When Hide read messages is selected and we
11467                 refresh the summaryview, don't remove the 
11468                 currently displayed message. Fixes bug #797
11469                 (Summary view reloads when new mail is 
11470                 downloaded in 1.9.14 rc)
11471
11472 2005-08-30 [colin]      1.9.13cvs72
11473
11474         * src/folderview.c
11475                 Fix flickering
11476         * src/mainwindow.c
11477                 Remove useless callback
11478         * src/mimeview.c
11479         * src/gtk/filesel.c
11480         * src/gtk/filesel.h
11481                 Add a filesel_select_file_save_folder() - used by Save All
11482
11483 2005-08-29 [paul]       1.9.13cvs71
11484
11485         * AUTHORS
11486         * src/matcher_parser_parse.y
11487         * src/etpan/imap-thread.c
11488                 fix building on FreeBSD
11489                 Patch by Daniel Gustafson <daniel@hobbit.se>
11490
11491 2005-08-29 [paul]       1.9.13cvs70
11492
11493         * src/plugins/pgpinline/pgpinline.c
11494                 only initialise sig result if it's been handled
11495                 Patch by Colin
11496
11497 2005-08-29 [paul]       1.9.13cvs69
11498         
11499         Patches by Colin:
11500
11501         * src/imap.c
11502         * src/common.utils.c
11503         * src/common/utils.h
11504                 optimisation
11505         * src/stock_pixmap.h
11506                 fix wrong icon reference
11507         * src/pixmaps/trash_btn.xpm
11508                 replace with nicer image
11509
11510 2005-08-28 [colin]      1.9.13cvs68
11511
11512         * src/Makefile.am
11513         * src/stock_pixmap.c
11514         * src/stock_pixmap.h
11515         * src/toolbar.c
11516         * src/pixmaps/trash_btn.xpm
11517                 Add a specific trash xpm for the button
11518
11519 2005-08-28 [colin]      1.9.13cvs67
11520
11521         * src/imap.c
11522                 Fix leak
11523
11524 2005-08-27 [colin]      1.9.13cvs66
11525
11526         * src/imap.c
11527         * src/procmime.c
11528                 Correctly fix "Problem with replies", fixes
11529                 pgpmime encryption too. 
11530
11531 2005-08-27 [colin]      1.9.13cvs65
11532
11533         * src/folder.c
11534         * src/procmsg.c
11535         * src/procmsg.h
11536         * src/summaryview.c
11537                 Fix bug #517 (messages removed from summaryview 
11538                 when moving fails)
11539
11540 2005-08-27 [colin]      1.9.13cvs64
11541
11542         * tools/Makefile.am
11543         * tools/asus_mailled.sh
11544                 Add a script to blink ASUS laptops' mail LED where there
11545                 is unread mail.
11546
11547 2005-08-27 [colin]      1.9.13cvs63
11548
11549         * src/imap.c
11550         * src/etpan/imap-thread.c
11551         * src/etpan/imap-thread.h
11552                 Implement automatic choosing of login method
11553                 Fixes bug #791
11554         * src/gtk/.cvsignore
11555                 Add sylpheed-marshal.[ch]
11556
11557 2005-08-27 [colin]      1.9.13cvs62
11558
11559         * src/common/utils.c
11560                 Fix confusing perror
11561
11562 2005-08-27 [colin]      1.9.13cvs61
11563
11564         * src/toolbar.c
11565         * src/toolbar.h
11566                 Remove A_DELETE, replace it with 
11567                 A_TRASH and A_DELETE_REAL. Automatically
11568                 rewrite config files to replace A_DELETE
11569                 with A_TRASH (no functionality change).
11570                 Fixes half of #794
11571
11572 2005-08-26 [colin]      1.9.13cvs60
11573
11574         * src/procmime.c
11575                 Previous "Problem with replies" fix brought other
11576                 problems, fixing them
11577
11578 2005-08-26 [colin]      1.9.13cvs59
11579
11580         * src/procmime.c
11581                 Fix "Problem with replies". This happened only
11582                 on IMAP...
11583         * src/procmsg.c
11584                 Factorize code a bit
11585         * src/compose.c
11586                 Speed improvement on very long messages (wrapping)
11587                 Fix signature color on Reedit and Redirect
11588                 On Reedit, don't attach pgp-signatures parts, but
11589                 set signing to On.
11590
11591 2005-08-24 [paul]       1.9.13cvs58
11592
11593         * src/compose.c
11594                 don't claim success when clicking
11595                 Cancel on the passphrase box.
11596                 Patch by Colin
11597
11598 2005-08-24 [paul]       1.9.13cvs57
11599
11600         * src/main.c
11601                 fix misplaced sylpheed.log
11602         * src/common/defs.h
11603                 define UIDL_DIR
11604
11605 2005-08-24 [paul]       1.9.13cvs56
11606
11607         * src/imap.c
11608         * src/etpan/imap-thread.c
11609         * src/etpan/imap-thread.h
11610                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11611                 Patch by Colin
11612         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11613         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11614                 remove autogenerated files
11615         * tools/kdeservicemenu/README
11616         * tools/kdeservicemenu/install.sh
11617         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11618         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11619                 use Claws icon, use 'Sylpheed-Claws' in menu,
11620                 use kdialog, and other cleanups
11621
11622 2005-08-23 [paul]       1.9.13cvs55
11623
11624         * src/compose.c
11625                 fix paste/wrap crash
11626                 Patch by Colin
11627
11628 2005-08-23 [paul]       1.9.13cvs54
11629
11630         * src/main.c
11631                 fix crash recovery
11632                 Patch by Colin
11633
11634 2005-08-23 [paul]       1.9.13cvs53
11635
11636         * src/addressbook.c
11637         * src/editaddress.c
11638                 view all data of LDAP contacts
11639                 Patch by Colin
11640
11641 2005-08-23 [paul]       1.9.13cvs52
11642
11643         * src/addressbook.c
11644                 fix issues with the Search field
11645                 Patch by Colin
11646
11647 2005-08-22 [paul]       1.9.13cvs51
11648
11649         * src/folderview.c
11650                 put name of folder in processing dialog
11651                 title
11652         * src/prefs_folder_item.c
11653                 improve english usage
11654
11655 2005-08-22 [paul]       1.9.13cvs50
11656
11657         * src/filtering.c
11658         * src/filtering.h
11659         * src/matcher.c
11660         * src/matcher_parser_lex.l
11661         * src/matcher_parser_parse.y
11662         * src/prefs_filtering.c
11663                 add Filtering/Processing rule names feature.
11664                 (the incompatible old matcherrc is saved as
11665                 matcherrc.pre_names).
11666                 Patch by Colin
11667
11668 2005-08-22 [paul]       1.9.13cvs49
11669
11670         * src/procmsg.c
11671                 fix colour labelling
11672                 Patch by Colin
11673
11674 2005-08-22 [paul]       1.9.13cvs48
11675
11676         * src/textview.c
11677                 fix open_image_cb()
11678
11679 2005-08-22 [paul]       1.9.13cvs47
11680
11681         * src/imap.c
11682                 fix bug 789, 'SC crashes with imap (CVS ver)'
11683                 Patch by Colin
11684
11685 2005-08-22 [paul]       1.9.13cvs46
11686
11687         * src/mimeview.c
11688         * src/prefs_common.c
11689         * src/common/defs.h
11690                 define reused defaults in defs.h
11691         * src/textview.c
11692                 add 'Open image' to image popup menu
11693
11694 2005-08-21 [colin]      1.9.13cvs45
11695
11696         * src/summaryview.c
11697                 Fix bug #788 (Bogus "From" address displayed)
11698
11699 2005-08-20 [colin]      1.9.13cvs44
11700
11701         * src/folder.c
11702                 Fix buf #787 (multilevel delete causes SIGSEGV)
11703
11704 2005-08-19 [colin]      1.9.13cvs43
11705
11706         * src/inc.c
11707         * src/prefs_common.c
11708         * src/prefs_common.h
11709                 Add an hidden pref to allow modifying the
11710                 update stepping in incorporation.
11711                 Patch by wwp.
11712
11713 2005-08-19 [colin]      1.9.13cvs42
11714
11715         * src/compose.c
11716         * src/procmime.c
11717                 Workaround for broken MUAs: encode 
11718                 Content-type: name: as ASCII and 
11719                 Content-Disposition: filename: as
11720                 per rfc2231
11721         * src/prefs_account.c
11722                 Fix invisible-ness of SMTP SSL prefs
11723                 in NNTP accounts
11724
11725 2005-08-19 [paul]       1.9.13cvs41
11726
11727         * src/compose.c
11728         * src/prefs_common.c
11729         * src/prefs_common.h
11730         * src/prefs_wrapping.c
11731                 paste with or without wrapping.
11732                 patch by Colin
11733
11734 2005-08-19 [paul]       1.9.13cvs40
11735
11736         * src/prefs_common.c
11737         * src/prefs_common.h
11738         * src/summaryview.c
11739                 reintroduce enable_swap_from as a
11740                 hidden pref. patch by Colin
11741         * src/quote_fmt_parse.y
11742         * src/plugins/clamav/clamav_plugin.c
11743         * src/plugins/dillo_viewer/dillo_viewer.c
11744         * src/plugins/mathml_viewer/mathml_viewer.c
11745         * src/plugins/pgpcore/sgpgme.c
11746         * src/plugins/pgpinline/pgpinline.c
11747         * src/plugins/pgpmime/pgpmime.c
11748                 tidy up. patch by Colin
11749
11750 2005-08-19 [paul]       1.9.13cvs39
11751
11752         * configure.ac
11753                 complete cvs38's sync
11754         * src/editaddress.c
11755         * src/gedit-print.c
11756         * src/mutt.c
11757         * src/etpan/etpan-log.c
11758         * src/etpan/imap-thread.c
11759         * src/gtk/gtksourceprintjob.c
11760                 fix compilation warnings
11761                 (patch by Colin)
11762
11763 2005-08-19 [paul]       1.9.13cvs38
11764
11765         sync with main:
11766
11767         * src/account.c
11768         * src/action.c
11769         * src/addrbook.c
11770         * src/addrcache.c
11771         * src/addrharvest.c
11772         * src/addrindex.c
11773         * src/codeconv.c
11774         * src/compose.c
11775         * src/crash.c
11776         * src/exporthtml.c
11777         * src/exportldif.c
11778         * src/folder.c
11779         * src/image_viewer.c
11780         * src/inc.c
11781         * src/inc.h
11782         * src/jpilot.c
11783         * src/ldif.c
11784         * src/main.c
11785         * src/matcher.c
11786         * src/mbox.c
11787         * src/messageview.c
11788         * src/mh.c
11789         * src/mimeview.c
11790         * src/msgcache.c
11791         * src/mutt.c
11792         * src/news.c
11793         * src/partial_download.c
11794         * src/pine.c
11795         * src/pop.c
11796         * src/prefs_actions.c
11797         * src/prefs_common.c
11798         * src/prefs_customheader.c
11799         * src/prefs_display_header.c
11800         * src/prefs_gtk.c
11801         * src/prefs_themes.c
11802         * src/procheader.c
11803         * src/procmime.c
11804         * src/procmsg.c
11805         * src/recv.c
11806         * src/send_message.c
11807         * src/simple-gettext.c
11808         * src/sourcewindow.c
11809         * src/textview.c
11810         * src/vcard.c
11811         * src/common/defs.h
11812         * src/common/log.c
11813         * src/common/plugin.c
11814         * src/common/prefs.c
11815         * src/common/session.c
11816         * src/common/session.h
11817         * src/common/socket.c
11818         * src/common/socket.h
11819         * src/common/ssl_certificate.c
11820         * src/common/template.c
11821         * src/common/utils.c
11822         * src/common/utils.h
11823         * src/common/xml.c
11824         * src/gtk/about.c
11825         added wrappers for C library function that
11826                 take pathname arguments.
11827                 enabled compilation with MinGW.
11828                 use GDir instead of directly using opendir().
11829                 added rename_force().
11830
11831 2005-08-19 [paul]       1.9.13cvs37
11832         
11833         patches by Colin:
11834         * src/compose.c
11835                 fix privacy settings on re-editing
11836                 a sent message
11837         * src/jpilot.c
11838                 fix encoding bug
11839         * src/folder.c
11840         * src/procmsg.c
11841         * src/procmsg.h
11842         * src/summaryview.c
11843                 flag changing optimisation
11844
11845 2005-08-18 [martin]     1.9.13cvs36
11846
11847         * commitHelper
11848             added my login
11849         * src/addrcache.c
11850         * src/addrharvest.c
11851         * src/addrindex.c
11852         * src/compose.c
11853         * src/grouplistdialog.c
11854         * src/main.c
11855         * src/mainwindow.c
11856         * src/msgcache.c
11857         * src/mutt.c
11858         * src/pine.c
11859         * src/prefs_account.c
11860         * src/prefs_themes.c
11861         * src/stock_pixmap.c
11862         * src/summaryview.c
11863         * src/gtk/about.c
11864         * src/gtk/logwindow.c
11865             removed deprecated glib and gdk stuff
11866         * src/plugins/pgpcore/select-keys.c
11867             convert attributes from locale to utf8
11868
11869 2005-08-17 [paul]       1.9.13cvs35
11870
11871         * src/account.c
11872         * src/addressbook.c
11873                 use new GTK_STOCK_ icons if available
11874         * src/summaryview.c
11875         * src/gtk/gtksctree.c
11876         * src/gtk/gtksctree.h
11877                 faster range select. patch by Colin
11878
11879 2005-08-17 [paul]       1.9.13cvs34
11880
11881         patches by colin:
11882         * src/addressbook.c
11883         * src/addressitem.h
11884                 Add an edit button for contacts, fix selections
11885                 of gtksctree items
11886         * src/editaddress.c
11887                 Change labels, let Save be always possible in the
11888                 email and user atributes tabs
11889         * src/folderview.c
11890                 fix sort issues
11891         * src/summaryview.c
11892                 select next item instead of the displayed one
11893                 after deletion
11894
11895         * src/gtk/progressdialog.c
11896                 use prefs_common.enable_rules_hint
11897
11898 2005-08-13 [hoa]        1.9.13cvs33
11899
11900         * src/etpan/imap-thread.c
11901                 fixed build on Solaris.
11902
11903 2005-08-10 [colin]      1.9.13cvs32
11904
11905         * src/procmsg.c
11906                 Fix cvs31 (missing fclose before reading
11907                 the file)
11908
11909 2005-08-10 [colin]      1.9.13cvs31
11910
11911         * src/procmsg.c
11912                 Fix procmsg_msginfo_new_from_mimeinfo() when
11913                 the MimeInfo isn't stored in memory. This fixes
11914                 replying to an attached message.
11915
11916 2005-08-10 [colin]      1.9.13cvs30
11917
11918         * src/mainwindow.c
11919                 Fix slowness in account changing
11920
11921 2005-08-10 [colin]      1.9.13cvs29
11922
11923         * src/folder.c
11924         * src/folderutils.c
11925         * src/folderview.c
11926         * src/imap_gtk.c
11927         * src/mainwindow.c
11928         * src/mh_gtk.c
11929         * src/procmsg.c
11930         * src/summaryview.c
11931                 Optimize folder_has_parent_of_type
11932                 Prevent moving special sub-folders from contextual menus
11933                 Rework message a bit ("Empty all messages" -> "Delete all
11934                 messages")
11935                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11936                 and "Deleted Items" folders)
11937
11938 2005-08-08 [colin]      1.9.13cvs28
11939
11940         * src/summaryview.c
11941         * src/prefs_summaries.c
11942                 Make "Select first unread|new" more flexible
11943                 (just prioritize new or unread)
11944
11945 2005-08-08 [colin]      1.9.13cvs27
11946
11947         * src/summaryview.c
11948                 If "select first new" is selected and there only
11949                 are unread messages, fallback to "select first
11950                 unread".
11951
11952 2005-08-08 [colin]      1.9.13cvs26
11953
11954         * src/folder.c
11955                 Fix shameful bugs (and bug #779)
11956
11957 2005-08-08 [colin]      1.9.13cvs25
11958
11959         * src/folder.c
11960         * src/folder.h
11961                 Cache parents' type to make folder_has_parent_of_type
11962                 faster
11963         * src/folderview.c
11964                 Forbid DnD of special sub-folders
11965         * src/procmsg.c
11966         * src/procmsg.h
11967                 Add MAIL_POSTFILTERING_HOOK
11968         * src/summaryview.c
11969                 Revert over-zealous deletion of the use_addr_book 
11970                 code
11971
11972 2005-08-07 [colin]      1.9.13cvs24
11973
11974         * src/folder.c
11975                 Fix big mistake (passing MsgInfo instead 
11976                 of FolderItem)
11977
11978 2005-08-07 [colin]      1.9.13cvs23
11979
11980         * src/compose.c
11981         * src/folder.c
11982         * src/folder.h
11983         * src/foldersel.c
11984         * src/folderutils.c
11985         * src/folderview.c
11986         * src/imap.c
11987         * src/mainwindow.c
11988         * src/messageview.c
11989         * src/mh.c
11990         * src/msgcache.c
11991         * src/procmime.c
11992         * src/summaryview.c
11993                 Make subfolders of Drafts, Queue, Outbox, Trash
11994                 work like their parents. 
11995                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11996
11997 2005-08-07 [colin]      1.9.13cvs22
11998
11999         * src/addressbook.c
12000                 Fix bug #771 (Dragged contacts not saved)
12001
12002 2005-08-07 [paul]       1.9.13cvs21
12003
12004         * src/summaryview.c
12005                 fix bug 32 'Search Doesn't display results
12006                 if "Hide Read Messages" is chosen'
12007                 be more literal in interpreting 'Hide read
12008                 messages'
12009
12010 2005-08-07 [colin]      1.9.13cvs20
12011
12012         * src/folderview.c
12013                 Add debug
12014         * src/summaryview.c
12015                 Faster 'unthread_for_execution'
12016
12017 2005-08-06 [paul]       1.9.13cvs19
12018
12019         * src/mainwindow.c
12020                 add mnemonics to Set displayed columns
12021                 fix bug where msgview_visible option was
12022                 overwritten as TRUE on startup
12023
12024 2005-08-06 [paul]       1.9.13cvs18
12025
12026         * src/mainwindow.c
12027                 refer to 'displayed columns in folder/message
12028                 list' not 'displayed items in summary/message view'
12029         * src/prefs_display_header.c
12030                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
12031                 be consistent with similar dialogues
12032         * src/prefs_folder_column.c
12033         * src/prefs_summary_column.c
12034                 'columns' not 'items', and folder and message lists,
12035                 instead of folder and summary views;
12036                 Use 'Hidden columns' as list heading not 'Available
12037                 items';
12038                 move the 'Remove' button to the right hand side;
12039                 top-align the buttons;
12040                 remove unneeded vbox
12041         * src/prefs_summaries.c
12042                 put the 2 column prefs buttons in a frame to reduce
12043                 overall width; refer to columns not items &c.
12044
12045 2005-08-05 [colin]      1.9.13cvs17
12046
12047         * src/prefs_common.c
12048         * src/prefs_common.h
12049         * src/mainwindow.c
12050         * src/compose.c
12051         * src/messageview.c
12052                 Add an hidden toolbar_detachable pref, so
12053                 that I can get rid of these painful handles
12054                 in the toolbars. Defaults to TRUE to avoid
12055                 changing the GUI on unsuspecting people...
12056
12057 2005-08-05 [colin]      1.9.13cvs16
12058
12059         * src/Makefile.am
12060         * src/prefs_folder_column.c
12061         * src/prefs_folder_column.h
12062                 Add prefs for folder columns
12063         * src/folderview.c
12064         * src/folderview.h
12065         * src/mainwindow.c
12066         * src/mainwindow.h
12067         * src/prefs_common.c
12068         * src/prefs_common.h
12069         * src/prefs_summaries.c
12070                 Use them
12071         * src/prefs_summary_column.c
12072         * src/summaryview.c
12073         * src/summaryview.h
12074                 Add a To column
12075         * src/textview.c
12076         * src/common/utils.c
12077         * src/common/utils.h
12078                 Move uri colourisation functions
12079                 to utils
12080         * src/compose.c
12081                 Colourise URIs
12082         * src/imap.c
12083                 Fix bug with LIST where we'd try
12084                 to get Folder//////[...]/// 
12085
12086 2005-08-05 [paul]       1.9.13cvs15
12087
12088         * src/prefs_summaries.c
12089                 improve the English usage
12090         * src/summaryview.c
12091                 set font on column change
12092                 thanks to Colin
12093
12094 2005-08-05 [paul]       1.9.13cvs14
12095
12096         * src/prefs_common.c
12097         * src/prefs_common.h
12098         * src/prefs_summaries.c
12099         * src/summaryview.c
12100                 replace 'open_unread_on_enter' option with
12101                 'select_on_entry' option. opening/not opening
12102                 is now exclusively controlled by 'always_show_msg'
12103
12104 2005-08-04 [colin]      1.9.13cvs13
12105
12106         * src/compose.c
12107                 Remove dead code
12108                 Add colourisation of quotes and signatures
12109         * src/folderview.c
12110                 Fix possible crashes
12111         * src/messageview.c
12112                 Change an assert that is no problem
12113         * src/news.c
12114         * src/news_gtk.c
12115         * src/news_gtk.h
12116                 Fix offline mode
12117         * src/gtk/quicksearch.c
12118                 Fix a possible crash
12119
12120 2005-08-03 [colin]      1.9.13cvs12
12121
12122         * src/prefs_account.c
12123                 Fix bug #777 (Sylpheed crash in account configuration)
12124
12125 2005-08-03 [colin]      1.9.13cvs11
12126
12127         * src/addressbook.c
12128         * src/editaddress.c
12129         * src/editgroup.c
12130                 Fixing addressbook, round 2
12131         * src/textview.c
12132                 Fix emphasis color on rechecking 'Colorize messages'
12133
12134 2005-08-03 [paul]       1.9.13cvs10
12135
12136         sync with main
12137
12138         * src/addr_compl.c
12139         * src/compose.c
12140         * src/main.c
12141         * src/pop.c
12142         * src/prefs_account.c
12143         * src/procmime.c
12144         * src/procmsg.c
12145         * src/quote_fmt_parse.y
12146         * src/textview.c
12147         * src/common/quoted-printable.c
12148         * src/common/utils.c
12149         * src/common/utils.h
12150         * src/common/xml.c
12151                 replaced incorrect locale-independent
12152                 ctype functions with GLib's. Corrected
12153                 signedness mismatch.
12154         * src/headerview.c
12155                 headerview_create(): added spacing for vbox.
12156         * src/gtk/about.c
12157                 set focus to the OK button.
12158
12159 2005-08-03 [colin]      1.9.13cvs9
12160
12161         * src/folderview.c
12162                 Fix possible crash
12163
12164 2005-08-02 [colin]      1.9.13cvs8
12165
12166         * src/mainwindow.c
12167                 Fix cast
12168         * src/addressbook.c
12169         * src/addressitem.h
12170                 Fix a cast and more generally, try to make the
12171                 GUI more intuitive and consistent (round 1)
12172
12173 2005-08-02 [paul]       1.9.13cvs7
12174
12175         * src/folder.h
12176                 missing in 1.9.13cvs6
12177
12178 2005-08-02 [colin]      1.9.13cvs6
12179
12180         * src/folder.c
12181                 Fix one more leak
12182
12183 2005-08-02 [colin]      1.9.13cvs5
12184
12185         * src/folder.c
12186         * src/folderview.c
12187         * src/imap.c
12188         * src/main.c
12189         * src/mbox.c
12190         * src/procmsg.c
12191         * src/summaryview.c
12192                 Fix a number of folder_item_get_msg_list()-related
12193                 leaks (missing procmsg_msginfo_free()s)
12194
12195 2005-08-01 [colin]      1.9.13cvs4
12196
12197         * src/folderview.c
12198         * src/folderview.h
12199         * src/mainwindow.c
12200         * src/prefs_fonts.c
12201         * src/prefs_summaries.c
12202         * src/prefs_themes.c
12203         * src/summaryview.c
12204         * src/summaryview.h
12205         * src/textview.c
12206         * src/textview.h
12207                 Fix instant-apply of summary and folderview-related prefs
12208                 Fix erroneous g_free and alertpanels in prefs_theme
12209                 Add instant-apply for fonts
12210                 Defer applying of prefs a little bit so it's done only
12211                 once even if requested by multiples prefs pages
12212
12213 2005-08-01 [paul]       1.9.13cvs3
12214
12215         * src/main.c
12216                 fix bug 776 'S.C. crashes on close'
12217                 thanks to Colin
12218         * src/etpan/etpan-thread-manager-types.h
12219                 add missing include
12220                 thanks to Hoa
12221
12222 2005-07-25 [paul]       1.9.13cvs2
12223
12224         * src/summaryview.c
12225                 fix typos. spotted by Fabien Vantard
12226
12227 2005-07-24 [paul]       1.9.13cvs1
12228
12229         * doc/man/sylpheed.1
12230                 update man page, incorporating fix of
12231                 bug 769 'Typo in manpage'
12232         * src/etpan/imap-thread.c
12233                 fix NetBSD openssl dependencies. patch by
12234                 George Michaelson <ggm@apnic.net>
12235         * po/pt_BR.po
12236                 updated by Frederico Goncalves Guimaraes
12237
12238 2005-07-22 [paul]       1.9.13
12239
12240         1.9.13 release
12241
12242 2005-07-22 [paul]       1.9.12cvs91
12243
12244         * AUTHORS
12245         * INSTALL
12246         * README.claws
12247         * RELEASE_NOTES.claws
12248                 updated for release
12249         * configure.ac
12250         * po/nb.po
12251         * tools/claws.i18n.status.pl
12252                 add Norwegian translation. submiited by
12253                 Geir Helland <pjallabais@users.sourceforge.net>
12254         * po/ca.po
12255         * po/de.po
12256         * po/es.po
12257         * po/fi.po
12258         * po/fr.po
12259         * po/it.po
12260         * po/sk.po
12261         * po/sr.po
12262         * po/zh_CN.po
12263                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12264                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12265                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12266                 Yang Guilong
12267         * src/plugins/clamav/clamav_plugin_gtk.c
12268         * src/plugins/spamassassin/spamassassin_gtk.c
12269                 replace outdated description strings
12270
12271 2005-07-21 [colin]      1.9.12cvs90
12272
12273         * src/folder.c
12274                 Set folder to batch mode when scanning it. Makes deletion
12275                 of unread mails on IMAP much faster (due to the UNREAD 
12276                 flag unsetting)
12277
12278 2005-07-21 [darko]      1.9.12cvs89
12279
12280         * configure.ac
12281                 link against libresolv if necessary (patch by Paul)
12282         * src/msgcache.c
12283                 use glib's portable macros to determine endianness
12284
12285 2005-07-21 [paul]       1.9.12cvs88
12286
12287         * src/crash.c
12288         * src/gtk/about.c
12289                 update compiled-in features list
12290
12291 2005-07-20 [colin]      1.9.12cvs87
12292
12293         * src/folder.c
12294         * src/textview.c
12295                 Gcc 2.9x compilation fixes, thanks to Darko
12296         * src/plugins/clamav/clamav_plugin.c
12297                 Little optimisation: load virus database only once
12298         * src/plugins/spamassassin/spamassassin.c
12299                 Big optimisation: filtering one mail took at least 1 second,
12300                 now it takes at least 50ms. Doesn't speed up spamassassin 
12301                 itself, but should already be much more tolerable.
12302
12303 2005-07-20 [colin]      1.9.12cvs86
12304
12305         * src/summaryview.c
12306                 Fix performance issue
12307
12308 2005-07-19 [colin]      1.9.12cvs85
12309
12310         * src/plugins/pgpinline/plugin.c
12311                 Fix warning
12312
12313 2005-07-19 [colin]      1.9.12cvs84
12314
12315         * configure.ac
12316         * src/plugins/Makefile.am
12317         * src/plugins/pgpinline/.cvsignore
12318         * src/plugins/pgpinline/Makefile.am
12319         * src/plugins/pgpinline/pgpinline.c
12320         * src/plugins/pgpinline/pgpinline.deps
12321         * src/plugins/pgpinline/pgpinline.h
12322         * src/plugins/pgpinline/plugin.c
12323                 Put pgpinline in the main tree
12324
12325 2005-07-19 [paul]       1.9.12cvs83
12326
12327         * src/prefs_actions.c
12328                 prevent '//' in menu names, which cause a crash
12329                 thanks to Colin
12330
12331 2005-07-19 [paul]       1.9.12cvs82
12332
12333         * configure.ac
12334                 be generally more informative in configure output.
12335                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12336                 '[ --disable-openssl ...', as --enable-openssl is default
12337                 PGP/MIME: don't check for GPGME again, check for
12338                 pgpcore instead. Therefore prevent the possibility of
12339                 attempting to build pgpmime if pgpcore dependencies are
12340                 not met
12341                 ClamAV: use pkgconfig to check for lib
12342                 libgnomeprint: revert logic on inner test to match
12343                 everything else
12344         * src/plugins/pgpcore/sgpgme.c
12345                 add missing include
12346
12347 2005-07-19 [colin]      1.9.12cvs81
12348
12349         * src/summaryview.c
12350                 Fix slow thread rebuilding in particular
12351                 cases
12352
12353 2005-07-19 [paul]       1.9.12cvs80
12354
12355         * sylpheed-claws.desktop
12356                 fix typo, spotted by Stephan Sachse
12357         * src/account.c
12358                 replace GTK_STOCK_ADD with
12359                 GTK_STOCK_NEW button
12360
12361 2005-07-18 [colin]      1.9.12cvs79
12362
12363         * src/etpan/imap-thread.c
12364                 Fix return value (Thanks Hoa)
12365
12366 2005-07-18 [colin]      1.9.12cvs78
12367
12368         * src/imap.c
12369                 Allow empty passwords
12370                 Create drafts/queue/outbox if necessary
12371         * src/summaryview.c
12372                 Remove old code
12373         * src/etpan/imap-thread.c
12374                 Fix STARTTLS (Thanks to Hoa)
12375
12376 2005-07-18 [paul]       1.9.12cvs77
12377
12378         * ChangeLog-gtk2.jp
12379         * ChangeLog.jp
12380                 removed
12381         * Makefile.am
12382                 updated to reflect additions and removals
12383         * TODO
12384                 updated to be claws-specific
12385         * TODO-gtk2
12386         * TODO-gtk2.jp
12387         * TODO.jp
12388         * sylpheed-128x128.png
12389         * sylpheed-64x64.png
12390                 removed
12391         * sylpheed-claws-128x128.png
12392         * sylpheed-claws-64x64.png
12393         * sylpheed-claws.desktop
12394         * sylpheed-claws.png
12395                 added
12396         * sylpheed.desktop
12397         * sylpheed.png
12398                 removed
12399
12400 2005-07-17 [paul]       1.9.12cvs76
12401
12402         * src/account.c
12403         * src/addressbook.c
12404         * src/alertpanel.c
12405         * src/alertpanel.h
12406         * src/compose.c
12407         * src/exphtmldlg.c
12408         * src/expldifdlg.c
12409         * src/folderview.c
12410         * src/imap_gtk.c
12411         * src/inc.c
12412         * src/message_search.c
12413         * src/messageview.c
12414         * src/mh_gtk.c
12415         * src/news_gtk.c
12416         * src/prefs_actions.c
12417         * src/prefs_filtering.c
12418         * src/prefs_matcher.c
12419         * src/prefs_template.c
12420         * src/prefs_themes.c
12421         * src/ssl_manager.c
12422         * src/summary_search.c
12423         * src/textview.c
12424         * src/toolbar.c
12425         * src/gtk/sslcertwindow.c
12426         * src/plugins/pgpcore/sgpgme.c
12427                 rework alertpanels
12428
12429 2005-07-17 [colin]      1.9.12cvs75
12430
12431         * src/privacy.c
12432                 add a PrivacySystem accessor that checks that
12433                 the system cached in a MimeInfo's privacydata
12434                 is still registered. Use this accessor instead
12435                 of directly using data->system. Fixes crashes
12436                 after unloading pgp plugins.
12437
12438 2005-07-17 [colin]      1.9.12cvs74
12439
12440         * src/alertpanel.c
12441                 Change geometry hints to a simple default size.
12442                 Fixes the certs dialogs.
12443
12444 2005-07-17 [colin]      1.9.12cvs73
12445
12446         * src/gtk/sslcertwindow.c
12447                 Use a gtkExpander
12448
12449 2005-07-17 [colin]      1.9.12cvs72
12450
12451         * src/plugins/pgpcore/Makefile.am
12452         * src/plugins/pgpmime/Makefile.am
12453                 Add gpgme libs
12454
12455 2005-07-17 [paul]       1.9.12cvs71
12456
12457         * configure.ac
12458                 add --disable-gnomeprint option
12459                 modified version of patch by Marius Mauch
12460
12461 2005-07-17 [paul]       1.9.12cvs70
12462
12463         * src/common/defs.h
12464                 update urls
12465         * src/account.c
12466         * src/action.c
12467         * src/addressbook.c
12468         * src/compose.c
12469         * src/foldersel.c
12470         * src/folderview.c
12471         * src/html.c
12472         * src/imap_gtk.c
12473         * src/main.c
12474         * src/mainwindow.c
12475         * src/messageview.c
12476         * src/mh_gtk.c
12477         * src/mimeview.c
12478         * src/news_gtk.c
12479         * src/prefs_account.c
12480         * src/prefs_send.c
12481         * src/prefs_summaries.c
12482         * src/procmsg.c
12483         * src/summaryview.c
12484         * src/common/utils.c
12485         * src/common/xml.c
12486         * src/plugins/pgpcore/passphrase.c
12487         * src/plugins/pgpcore/select-keys.c
12488                 replace inappropriately used backticks
12489                 with single quotes
12490
12491 2005-07-16 [colin]      1.9.12cvs69
12492
12493         * src/image_viewer.c
12494                 Add extra paranoid checks
12495
12496 2005-07-16 [colin]      1.9.12cvs68
12497
12498         * src/plugins/pgpcore/prefs_gpg.c
12499                 Don't auto-check sigs by default, as it
12500                 can be really slow.
12501
12502 2005-07-16 [colin]      1.9.12cvs67
12503
12504         * src/plugins/pgpcore/sgpgme.c
12505                 Make messages a bit better.
12506
12507 2005-07-16 [colin]      1.9.12cvs66
12508
12509         * src/imap.c
12510                 Remove pseudo-log
12511         * src/etpan/imap-thread.c
12512                 Add real log
12513
12514 2005-07-16 [colin]      1.9.12cvs65
12515
12516         * src/main.c
12517         * src/prefs_other.c
12518                 And now, fix build with libetpan :-/
12519
12520 2005-07-15 [colin]      1.9.12cvs64
12521
12522         * src/prefs_other.c
12523                 Continue fixing build without libetpan.
12524
12525 2005-07-15 [colin]      1.9.12cvs63
12526
12527         * src/main.c
12528                 Fix build with --disable-libetpan
12529
12530 2005-07-15 [colin]      1.9.12cvs62
12531
12532         * configure.ac
12533                 Bump libetpan's version
12534
12535 2005-07-15 [colin]      1.9.12cvs61
12536
12537         * src/etpan/imap-thread.c
12538                 Actually stop logging :)
12539
12540 2005-07-15 [colin]      1.9.12cvs60
12541
12542         * src/addressbook.c
12543                 Fix dnd of multiple addresses.
12544
12545 2005-07-15 [hoa]        1.9.12cvs59
12546
12547         * src/etpan/imap-thread.c
12548             disable login of IMAP password in libetpan log file.
12549
12550 2005-07-15 [paul]       1.9.12cvs58
12551
12552         * src/account.c
12553                 don't automatically sort
12554                 do allow drag n drop
12555
12556 2005-07-15 [paul]       1.9.12cvs57
12557
12558         * src/account.c
12559         * src/ssl_manager.c
12560                 alphabetical listing
12561
12562 2005-07-15 [paul]       1.9.12cvs56
12563
12564         * src/gtk/pluginwindow.c
12565                 sort plugin list alphabetically
12566
12567 2005-07-15 [paul]       1.9.12cvs55
12568
12569         * src/prefs_spelling.c
12570         * src/prefs_wrapping.c
12571                 unify English usage
12572
12573 2005-07-15 [colin]      1.9.12cvs54
12574
12575         * src/wizard.c
12576                 Typo fix
12577
12578 2005-07-15 [paul]       1.9.12cvs53
12579
12580         * src/prefs_message.c
12581                 make 'show cursor' a hidden option
12582
12583 2005-07-14 [colin]      1.9.12cvs52
12584
12585         * src/plugins/spamassassin/Makefile.am
12586         * src/plugins/clamav/Makefile.am
12587                 Fix double EXTRA_DISTs
12588
12589 2005-07-14 [colin]      1.9.12cvs51
12590
12591         * src/plugins/clamav/Makefile.am
12592         * src/plugins/clamav/clamav_plugin_gtk.deps
12593         * src/plugins/spamassassin/Makefile.am
12594         * src/plugins/spamassassin/spamassassin_gtk.deps
12595                 Make $plugin_gtk depend on $plugin
12596
12597 2005-07-14 [hoa]        1.9.12cvs50
12598
12599         * src/etpan/imap-thread.c
12600                 enable debug log of libetpan when running with --debug
12601
12602 2005-07-14 [colin]      1.9.12cvs49
12603
12604         * configure.ac
12605         * src/common/Makefile.am
12606         * src/common/plugin.c
12607         * src/common/plugin.h
12608                 Add a little plugin dependancy system.
12609                 Plugins can ship a $plugin_name.deps file
12610                 (near them in PLUGINDIR) so that their
12611                 dependancies are loaded if possible.
12612         * src/plugins/Makefile.am
12613         * src/plugins/pgpcore/Makefile.am
12614         * src/plugins/pgpcore/passphrase.c
12615         * src/plugins/pgpcore/passphrase.h
12616         * src/plugins/pgpcore/plugin.c
12617         * src/plugins/pgpcore/prefs_gpg.c
12618         * src/plugins/pgpcore/prefs_gpg.h
12619         * src/plugins/pgpcore/select-keys.c
12620         * src/plugins/pgpcore/select-keys.h
12621         * src/plugins/pgpcore/sgpgme.c
12622         * src/plugins/pgpcore/sgpgme.h
12623                 Introduce pgpcore, used by pgpmime and
12624                 pgpinline
12625         * src/plugins/pgpmime/Makefile.am
12626         * src/plugins/pgpmime/passphrase.c
12627         * src/plugins/pgpmime/passphrase.h
12628         * src/plugins/pgpmime/pgpmime.c
12629         * src/plugins/pgpmime/pgpmime.deps
12630         * src/plugins/pgpmime/plugin.c
12631         * src/plugins/pgpmime/prefs_gpg.c
12632         * src/plugins/pgpmime/prefs_gpg.h
12633         * src/plugins/pgpmime/select-keys.c
12634         * src/plugins/pgpmime/select-keys.h
12635         * src/plugins/pgpmime/sgpgme.c
12636         * src/plugins/pgpmime/sgpgme.h
12637                 Remove the core from pgpmime and add the
12638                 dependancy to pgpcore.
12639
12640 2005-07-14 [paul]       1.9.12cvs48
12641
12642         * src/stock_pixmap.c
12643                 forgot this in last commit
12644
12645 2005-07-14 [paul]       1.9.12cvs47
12646
12647         * src/account.c
12648         * src/addressbook.c
12649                 add accelerators for the buttons (sync with main)
12650         * src/compose.c
12651         * src/compose.h
12652                 add accelerators for the buttons.
12653                 fix editing with external editor.
12654                 replace gdk_input_*() with GIOChannel;
12655                 (sync with main)
12656         * src/foldersel.c
12657                 display folder names with new/unread
12658                 representation (sync with main)
12659         * src/main.c
12660                 specify default window icon (sync with main)
12661         * src/prefs_common.c
12662                 use_addr_book default to FALSE
12663         * src/summaryview.c
12664         * src/textview.c
12665                 add accelerators for the buttons (sync with main)
12666         * src/gtk/menu.c
12667                 fix typos
12668         * src/pixmaps/sylpheed_icon.xpm
12669                 updated
12670
12671 2005-07-13 [paul]       1.9.12cvs46
12672
12673         * src/plugins/pgpmime/pgpmime.c
12674         * src/plugins/pgpmime/sgpgme.c
12675                 (temporarily) use deprecated gpgme_data_rewind()
12676                 while largefile support is not present
12677                 (as suggested by Colin)
12678
12679 2005-07-13 [paul]       1.9.12cvs45
12680
12681         * configure.ac
12682                 remove large file support (for now):
12683                 it breaks too many things
12684
12685 2005-07-13 [paul]       1.9.12cvs44
12686
12687         * configure.ac
12688                 add large file support
12689         * src/html.c
12690                 fix bug #763 where href attribute was not
12691                 the very first attribute of a link
12692                 patch by Thomas Gilgin
12693
12694 2005-07-13 [colin]      1.9.12cvs43
12695
12696         * src/gtk/pluginwindow.c
12697                 Little portability fix
12698
12699 2005-07-13 [colin]      1.9.12cvs42
12700
12701         * src/plugins/pgpmime/sgpgme.c
12702                 Fix crasher.
12703
12704 2005-07-13 [colin]      1.9.12cvs41
12705
12706         * src/plugins/pgpmime/pgpmime.c
12707         * src/plugins/pgpmime/sgpgme.c
12708                 Use gpgme_data_release_and_get_mem instead
12709                 of gpgme_data_read.
12710
12711 2005-07-13 [colin]      1.9.12cvs40
12712
12713         * configure.ac
12714         * src/plugins/pgpmime/passphrase.c
12715         * src/plugins/pgpmime/passphrase.h
12716         * src/plugins/pgpmime/pgpmime.c
12717         * src/plugins/pgpmime/plugin.c
12718         * src/plugins/pgpmime/select-keys.c
12719         * src/plugins/pgpmime/select-keys.h
12720         * src/plugins/pgpmime/sgpgme.c
12721         * src/plugins/pgpmime/sgpgme.h
12722                 Port pgpmime to gpgme-1.0.
12723
12724 2005-07-12 [paul]       1.9.12cvs39
12725
12726         * AUTHORS
12727         * src/toolbar.c
12728         * src/toolbar.h
12729                 add a 'Go to Prev' button to the toolbar.
12730                 correct tooltip text of go to buttons.
12731                 based on patch by Yang Guilong <bamanzi@gmail.com>
12732
12733 2005-07-12 [colin]      1.9.12cvs38
12734
12735         * src/statusbar.c
12736                 Fix progress bar showing stuff at startup.
12737
12738 2005-07-12 [paul]       1.9.12cvs37
12739
12740         * src/editjpilot.c
12741                 fix building with jpilot support
12742
12743 2005-07-11 [colin]      1.9.12cvs36
12744
12745         * src/inc.c
12746                 Add visual indication that filtering is running
12747         * src/textview.c
12748                 Make {}[] uri delimiters
12749         * src/summaryview.c
12750                 Remove useless (and slow) calls
12751
12752 2005-07-11 [paul]       1.9.12cvs35
12753
12754         * src/plugins/clamav/clamav_plugin_gtk.c
12755         * src/plugins/dillo_viewer/dillo_prefs.c
12756         * src/plugins/pgpmime/prefs_gpg.c
12757         * src/plugins/spamassassin/spamassassin_gtk.c
12758                 gather plugins prefs together under their
12759                 own 'Plugins' heading
12760
12761 2005-07-11 [paul]       1.9.12cvs34
12762
12763         sync with main
12764
12765         * src/account.c
12766                 account_delete(): modified alert dialog
12767         * src/editjpilot.c
12768         * src/editvcard.c
12769                 fixed a crash when cancelling file selection
12770                 dialog by Escape key. Made non-ascii filename
12771                 selectable.
12772         * src/prefs_template.c
12773                 prefs_template_window_create(): make scrolled
12774                 window policy AUTOMATIC
12775
12776 2005-07-10 [hoa]        1.9.12cvs33
12777
12778         * src/etpan/imap-thread.c
12779                 workaround for old Courier IMAP servers.
12780
12781 2005-07-10 [colin]      1.9.12cvs32
12782
12783         * src/folder.c
12784         * src/statusbar.c
12785         * src/statusbar.h
12786                 Add visual progress indicator on filtering/processing
12787                 Factorize the progress bar code
12788         * src/imap.c
12789         * src/imap.h
12790         * src/etpan/imap-thread.c
12791                 Add a reference counter to avoid destroying the Folder
12792                 while it's in use by another callback.
12793
12794 2005-07-09 [hoa]        1.9.12cvs31
12795
12796         * src/imap.c
12797         * src/etpan/imap-thread.c
12798                 fixed deadlock when removing IMAP account.
12799
12800 2005-07-08 [colin]      1.9.12cvs30
12801
12802         * src/textview.c
12803         * src/unmime.c
12804                 Fix again problems decoding broken headers
12805         * src/gtk/inputdialog.c
12806                 Fix local variable shadowing a global one
12807
12808 2005-07-08 [colin]      1.9.12cvs29
12809
12810         * src/msgcache.c
12811                 Make the cache/mark files platform-agnostic by writing
12812                 them in little-endian format. Reading them is also done
12813                 in little-endian format, of course; however, in order
12814                 to avoid trashing mark data on big-endian machines, the
12815                 files are, at first, read from the native format if the
12816                 little-endian one doesn't exist. This is easy to deter-
12817                 mine by trying to open a file with a swapped data_ver
12818                 and seeing if it's the wanted version.
12819                 Little-endian using users should see absolutely no
12820                 difference, Big-endian users may get a very little
12821                 performance drop due to byte-swapping.
12822                 Tested on i386 and ppc32. 
12823                 Fixes bug #159 (The index file, in the mailboxes, is 
12824                 hardware depending).
12825
12826                 To have the cache/mark files updated to the new little-
12827                 endian format, "Check for new messages" or even
12828                 "Rebuild folder tree" aren't enough. Files will be
12829                 updated as soon as a folder has been opened/closed.
12830                 To update everything, just select all folders by
12831                 selecting them one by one.
12832
12833 2005-07-07 [colin]      1.9.12cvs28
12834
12835         * src/imap.c
12836                 Remember the folder separator per IMAPFolder
12837                 instead of globally.
12838                 Revive the Session on noop; fixes bug #761
12839                 (mark a bunch of unread messages as read takes 
12840                 forever)
12841
12842 2005-07-07 [darko]      1.9.12cvs27
12843
12844         * src/common/template.c
12845                 Sort templates alphabetically
12846
12847 2005-07-06 [colin]      1.9.12cvs26
12848
12849         * src/imap.c
12850                 Try to use the correct separator in
12851                 most cases. Possibly fixes bug #759
12852                 (only creates the INBOX folder when 
12853                 setting up new IMAP account) and 
12854                 bug #760 (Can't retrieve messages)
12855
12856 2005-07-06 [colin]      1.9.12cvs25
12857
12858         * src/imap.c
12859                 Use real_path in status command. This will
12860                 help later, when namespaces will be used.
12861
12862 2005-07-06 [colin]      1.9.12cvs24
12863
12864         * configure.ac
12865         * src/account.c
12866         * src/folder.c
12867         * src/imap.c
12868         * src/etpan/etpan-log.c
12869         * src/etpan/etpan-thread-manager.c
12870         * src/etpan/imap-thread.c
12871                 Add a --disable-libetpan parameter. With this,
12872                 users that don't want IMAP4 support can avoid
12873                 the new dependancy (and have no IMAP support).
12874                 Users that have IMAP4 accounts and use this
12875                 parameter won't lose their configuration, their
12876                 IMAP accounts will just be invisible and not
12877                 used.
12878         * src/textview.c
12879                 Make the "Copy ..." contextual menu items 
12880                 copy to both the X clipboard and the gtk 
12881                 clipboard - as most other apps do.
12882         * src/gtk/about.c
12883                 Add a notice about OpenSSL usage, in order to
12884                 comply with OpenSSL's license (point 6):
12885                 http://www.openssl.org/source/license.html
12886
12887 2005-07-06 [colin]      1.9.12cvs23
12888
12889         * src/alertpanel.c
12890                 Fix a minimum size for alertpanels
12891         * src/compose.c
12892                 Show 'No space left on device' type errors
12893                 when queuing/sending
12894         * src/imap_gtk.c
12895         * src/mh_gtk.c
12896                 Rework folder's deletion message (remove 
12897                 extra \n)
12898
12899 2005-07-05 [colin]      1.9.12cvs22
12900
12901         * src/imap.c
12902                 Add an alertpanel on auth error
12903                 Add pseudo-log
12904                 Remove pthread-related stuff
12905
12906 2005-07-05 [colin]      1.9.12cvs21
12907
12908         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12909                 Fix crash on plugin reloading (with a hack)
12910
12911 2005-07-05 [colin]      1.9.12cvs20
12912
12913         * src/prefs_account.c
12914         * src/prefs_account.h
12915                 Fix typo
12916         * src/gtk/filesel.c
12917         * src/gtk/filesel.h
12918                 Add a way to filter the view
12919         * src/gtk/pluginwindow.c
12920                 Filter loadable stuff
12921         * src/plugins/pgpmime/prefs_gpg.c
12922                 Fix missing unregistration
12923         * .cvsignore
12924         * src/etpan/.cvsignore
12925         * src/plugins/spamassassin/.cvsignore
12926                 Add more stuff to cvs ignored files
12927
12928 2005-07-04 [colin]      1.9.12cvs19
12929
12930         * src/imap.c
12931                 Fix scan_required returning FALSE when it
12932                 shouldn't. Maybe fix #760 (Can't retrieve
12933                 messages)
12934
12935 2005-07-04 [colin]      1.9.12cvs18
12936
12937         * src/summaryview.c
12938                 Fix always_show_msg pref
12939
12940 2005-07-04 [paul]       1.9.12cvs17
12941
12942         sync with main (forgotten in last commit)
12943         
12944         * src/common/utils.c
12945         * src/common/utils.h
12946                 check_line_length(): new.
12947                 is_dir_exist()
12948                 is_file_entry_exist()
12949                 dirent_is_regular_file()
12950                 dirent_is_directory(): use g_file_test() instead of stat().
12951
12952 2005-07-04 [paul]       1.9.12cvs16
12953
12954         sync with main:
12955
12956         * src/compose.c
12957                 compose_write_to_file(): check for line
12958                 length limit and display warning if exceeds
12959         * src/jpilot.c
12960                 use get_home_dir() instead of g_get_home_dir()
12961         * src/procheader.c
12962                 removed warning about invalid date
12963         * src/vcard.c
12964                 use get_home_dir() instead of g_get_home_dir()
12965
12966 2005-07-04 [paul]       1.9.12cvs15
12967
12968         * src/stock_pixmap.c
12969                 fix new pixmap naming errors
12970                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12971
12972 2005-07-04 [colin]      1.9.12cvs14
12973
12974         * src/imap.c
12975                 Fix debugging string with a warning
12976
12977 2005-07-04 [colin]      1.9.12cvs13
12978
12979         * configure.ac
12980                 Add a check for libetpan's version (>= 0.37)
12981
12982 2005-07-04 [hoa]        1.9.12cvs12
12983
12984         * commitHelper
12985         * src/imap.c
12986         * src/etpan/imap-thread.c
12987         * src/etpan/imap-thread.h
12988                 fixed IMAP implementation of check of mails.
12989
12990 2005-07-03 [hoa]        1.9.12cvs11
12991
12992         * src/etpan/Makefile.am
12993         * src/etpan/etpan-errors.h
12994         * src/etpan/etpan-log.[ch]
12995         * src/etpan/etpan-thread-manager-types.h
12996         * src/etpan/etpan-thread-manager.[ch]
12997         * src/etpan/imap-thread.[ch]
12998         * src/Makefile.am
12999         * src/imap.c
13000         * src/main.c
13001         * src/prefs_other.c
13002         * configure.ac
13003             merged imap branch.
13004             dependency on libetpan 0.37 is now added.
13005
13006 2005-07-01 [colin]      1.9.12cvs10
13007
13008         * src/Makefile.am
13009         * src/folder.c
13010         * src/folder.h
13011         * src/folderview.c
13012         * src/stock_pixmap.c
13013         * src/stock_pixmap.h
13014         * src/plugins/trayicon/trayicon.c
13015                 Add marked symbol on folders containing
13016                 marked messages
13017         * src/procmsg.c
13018         * src/procmsg.h
13019         * src/toolbar.c
13020         * src/prefs_common.c
13021         * src/prefs_common.h
13022         * src/prefs_send.c
13023                 Add an optional confirmation dialog on queue
13024                 sending. Patch by wwp.
13025         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
13026         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
13027         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
13028         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
13029         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
13030         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
13031         * src/pixmaps/inbox_mark.xpm            ** ADDED **
13032         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
13033         * src/pixmaps/outbox_mark.xpm           ** ADDED **
13034         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
13035         * src/pixmaps/trash_mark.xpm            ** ADDED **
13036                 New pixmaps
13037
13038 2005-07-01 [colin]      1.9.12cvs9
13039
13040         * src/summaryview.c
13041                 Fix a little threading bug
13042         * src/addrgather.c
13043         * src/mainwindow.c
13044                 A little bit of HIG normality never hurts
13045
13046 2005-07-01 [colin]      1.9.12cvs8
13047
13048         * src/compose.c
13049         * src/msgcache.c
13050         * src/pop.c
13051         * src/procmime.c
13052         * src/recv.c
13053         * src/common/log.c
13054         * src/common/template.c
13055         * src/common/utils.c
13056         * src/common/utils.h
13057                 Reverted the fwrite_atomic stuff. In fact
13058                 it is already atomic.
13059
13060 2005-06-30 [colin]      1.9.12cvs7
13061
13062         * src/common/utils.c
13063         * src/common/utils.h
13064                 Add an fwrite_atomic() function to make
13065                 sure we write everything: fwrite can make
13066                 short writes.
13067         * src/compose.c
13068         * src/msgcache.c
13069         * src/pop.c
13070         * src/procmime.c
13071         * src/recv.c
13072         * src/common/log.c
13073         * src/common/template.c
13074                 Use that (and fix swapping of size and nmemb).
13075                 Thanks to Rich Coe for the heads up.
13076
13077 2005-06-30 [colin]      1.9.12cvs6
13078
13079         * src/addressbook.c
13080                 Optimize addressbook opening 
13081
13082 2005-06-30 [colin]      1.9.12cvs5
13083
13084         * src/summaryview.c
13085                 Remove calls to summary_step after move/copy
13086
13087 2005-06-28 [paul]       1.9.12cvs4
13088
13089         * src/alertpanel.c
13090                 wrap and make the error msg selectable
13091
13092 2005-06-28 [paul]       1.9.12cvs3
13093
13094         * src/ssl_manager.c
13095                 replace the OK button with a Close button
13096         * src/gtk/foldersort.c
13097                 use GTK_STOCK_ icons/buttons
13098
13099 2005-06-28 [colin]      1.9.12cvs2
13100
13101         * src/gedit-print.c             ** ADDED **
13102         * src/gedit-print.h             ** ADDED **
13103         * src/gtk/gtksourceprintjob.c   ** ADDED **
13104         * src/gtk/gtksourceprintjob.h   ** ADDED **
13105                 I can't believe no one had enough time to tell
13106                 me I forgot the `cvs add`
13107
13108 2005-06-27 [colin]      1.9.12cvs1
13109
13110         * src/Makefile.am
13111         * src/gtk/Makefile.am
13112         * src/messageview.c
13113         * src/procmsg.c
13114         * src/summaryview.c
13115         * configure.ac
13116                 Add optional libgnomeprint-based printing
13117         * src/mainwindow.c
13118         * src/gtk/quicksearch.c
13119                 Add an Edit/Quick search menu item to show
13120                 and focus the quicksearch
13121
13122 2005-06-27 [paul]       1.9.12
13123
13124         1.9.12 release
13125
13126         * po/ca.po
13127         * po/de.po
13128         * po/es.po
13129         * po/fr.po
13130         * po/it.po
13131         * po/ko.po
13132         * po/pt_BR.po
13133         * po/sk.po
13134         * po/zh_CN.po
13135                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13136                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13137                 SungHyun Nam, Frederico Goncalves Guimaraes,
13138                 Andrej Kacian, and Yang Guilong
13139 2005-06-26 [colin]      1.9.11cvs106
13140
13141         * src/imap_gtk.c
13142                 Forgot one file for previous fix
13143
13144 2005-06-26 [colin]      1.9.11cvs105
13145
13146         * src/folder.c
13147         * src/imap.c
13148                 Fix problems with folder operations in no_select
13149                 imap folders. it applies only to mails, and 
13150                 creation/deletion/move/renaming of folders 
13151                 should be possible
13152
13153 2005-06-26 [paul]       1.9.11cvs104
13154
13155         * src/prefs_filtering.c
13156                 replace one more GTK_STOCK_REMOVE
13157                 with GTK_STOCK_DELETE
13158
13159 2005-06-25 [colin]      1.9.11cvs103
13160
13161         * src/imap.c
13162                 Optimize get_seq_set_from_seq_list
13163                 (Patch by Ricardo) 
13164
13165 2005-06-25 [colin]      1.9.11cvs102
13166
13167         * src/mh.c
13168                 If the directory exists, but not in the
13169                 correct encoding, rename it. This should
13170                 handle old-versions-induced bugs.
13171
13172 2005-06-25 [colin]      1.9.11cvs101
13173
13174         * src/mh.c
13175                 Fix path access with extended dir names
13176                 Fixes bug #589 (SC segfaults with wrong locale
13177                 settings)
13178
13179 2005-06-25 [colin]      1.9.11cvs100
13180
13181         * src/prefs_account.c
13182         * src/prefs_account.h
13183         * src/compose.c
13184                 Add an option to encrypt replies to
13185                 encrypted messages
13186
13187 2005-06-25 [colin]      1.9.11cvs99
13188
13189         * src/compose.c
13190         * src/quote_fmt_parse.y
13191                 ... And make it work with pgpinline.
13192
13193 2005-06-25 [colin]      1.9.11cvs98
13194
13195         * src/compose.c
13196         * src/procmime.c
13197         * src/procmime.h
13198         * src/quote_fmt_parse.y
13199                 o Make reedition of encrypted messages possible
13200                   (as long as it is encrypted to self too, no
13201                    magic there)
13202                 o Make replying with quote (and without selecting
13203                   text) possible for encrypted messages.
13204                 Closes bug #550 (Not possible to "reply with quote"
13205                 to gnupg encrypted messages)
13206
13207 2005-06-24 [paul]       1.9.11cvs97
13208
13209         * src/imap.c
13210                 add missing include
13211
13212 2005-06-24 [paul]       1.9.11cvs96
13213
13214         * src/editldap.c
13215                 made bind password entry invisible
13216                 (sync with main)
13217         * src/send_message.c
13218                 send_message_local(): check exit status
13219                 to detect errors (sync with main)
13220         * src/textview.c
13221                 use main's less ambiguous popup menu
13222                 wording
13223
13224 2005-06-24 [paul]       1.9.11cvs95
13225
13226         * src/prefs_actions.c
13227         * src/prefs_customheader.c
13228         * src/prefs_display_header.c
13229         * src/prefs_filtering_action.c
13230         * src/prefs_matcher.c
13231         * src/prefs_template.c
13232         * src/prefs_toolbar.c
13233                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13234         * src/gtk/description_window.c
13235                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13236
13237 2005-06-23 [colin]      1.9.11cvs94
13238
13239         * src/summaryview.c
13240                 Fix rough edges (be sure to call status_show whenever
13241                 necessary).
13242
13243 2005-06-23 [colin]      1.9.11cvs93
13244
13245         * src/summaryview.c
13246                 Optimize Select All
13247                 Before, in a 5K mails folder: 11s
13248                 After, in the same folder: 58000µs
13249                 The joys of locking... gtk_clist_select_all() fires a 
13250                 tree-select-row event for each selected row, which in 
13251                 summaryview, callbacks summary_selected which in turn,
13252                 calls summary_status_show, which walks the selected
13253                 rows. Hence, calling gtk_clist_select_all was 
13254                 exponential. Locking the summaryview makes 
13255                 summary_selected return early.
13256
13257 2005-06-23 [colin]      1.9.11cvs92
13258
13259         * src/imap.c
13260                 Move mutex at the important place to avoid
13261                 deadlocks
13262         * src/summaryview.c
13263                 Fix Del key deleting directly instead of
13264                 moving to trash
13265
13266 2005-06-22 [colin]      1.9.11cvs91
13267
13268         * src/plugins/spamassassin/libspamc.c
13269                 As we do spagetti code with assignations in multiple
13270                 places (see _message_read_raw where out = msg = raw),
13271                 let's be sure we don't free the same pointer twice.
13272                 Should fix bug #683 (Crash in libpam at 
13273                 message_cleanup).
13274
13275 2005-06-22 [colin]      1.9.11cvs90
13276
13277         * src/compose.c
13278         * src/messageview.c
13279         * src/toolbar.c
13280                 Make toolbar's delete use the move to trash stuff;
13281                 Add gtk_widget_realize to be sure pixmaps can get
13282                 created (that may fix an old worksforme bug which
13283                 I can't find back...)
13284
13285 2005-06-22 [colin]      1.9.11cvs89
13286
13287         * src/summaryview.c
13288         * src/summaryview.h
13289         * src/mainwindow.c
13290                 Rename "Message/Delete" to "Message/Move to trash"
13291                 Add "Message/Delete..." that directly destroys the
13292                 selected messages after asking for a confirmation.
13293
13294 2005-06-22 [colin]      1.9.11cvs88
13295
13296         * src/imap.c
13297                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13298                 o Fix a deadlock (thanks Darko)
13299
13300 2005-06-22 [colin]      1.9.11cvs87
13301
13302         * src/gtk/foldersort.c
13303                 Add missing include for the i18n;
13304                 patch by Fabien Vantard
13305
13306 2005-06-21 [colin]      1.9.11cvs86
13307
13308         * src/folder.c
13309         * src/folderview.c
13310                 Respect the no_select flag
13311         * src/imap.c
13312                 Fix recursive deletion
13313         * src/imap_gtk.c
13314         * src/mh_gtk.c
13315                 Make the folder deletion's warning
13316                 more explicit
13317
13318 2005-06-21 [colin]      1.9.11cvs85
13319
13320         * src/textview.c
13321                 Prevent email addresses from spanning accross
13322                 lines - fixes bug # 646 (newline-chars in 
13323                 email addresses)
13324
13325 2005-06-20 [colin]      1.9.11cvs84
13326
13327         * src/folder.c
13328                 Be sure not to remove source if copy failed
13329
13330 2005-06-20 [colin]      1.9.11cvs83
13331
13332         * src/folderview.c
13333         * src/imap_gtk.c
13334                 remove summaryview's lock
13335         * src/imap.c
13336                 introduce threads to avoid problems when foreground tasks
13337                 interfere with background tasks
13338         * src/mh.c
13339                 prevent moving to drafts/queue
13340         * src/mimeview.c
13341                 fix leak
13342
13343 2005-06-19 [colin]      1.9.11cvs82
13344
13345         * src/imap_gtk.c
13346                 Remember that the user doesn't want to override
13347                 offline mode, for 3 seconds. It avoid presenting
13348                 him with N popups in a really short time.
13349
13350 2005-06-17 [colin]      1.9.11cvs81
13351
13352         * src/imap.c
13353                 Fix IMAP breaking on folders containing '('
13354                 (Probably won't be enough)
13355
13356 2005-06-17 [colin]      1.9.11cvs80
13357
13358         Forgotten files on 1.9.11cvs79
13359         * src/summaryview.c
13360                 Fix stepping when not immediately executing
13361         * src/imap.c
13362                 Really prevent UID FETCH 0
13363         * src/codeconv.c
13364                 Fix outgoing charset never set to utf-8
13365         * src/mh.c
13366                 Fix leak
13367
13368 2005-06-16 [colin]      1.9.11cvs79
13369
13370         * src/compose.c
13371                 Fix bug #707 (Dash splits rows)
13372                 Only wrap if we're on a line break position and
13373                 the previous one was a "white" (space) char.
13374                 Pango stuff is weird.
13375
13376 2005-06-16 [colin]      1.9.11cvs78
13377
13378         * src/imap_gtk.c
13379                 Lock summaryview while downloading messages
13380                 on user demand
13381         * src/procheader.c
13382         * src/unmime.c
13383         * src/common/utils.c
13384         * src/common/utils.h
13385                 Replace \r and \n with spaces in From and
13386                 Subject headers
13387
13388 2005-06-16 [paul]       1.9.11cvs77
13389
13390         * src/procmime.c
13391                 liberalise the mime parser
13392         * src/gtk/about.c
13393                 add text wrapping
13394
13395 2005-06-16 [paul]       1.9.11cvs76
13396
13397         * src/gtk/about.c
13398                 reworked
13399
13400 2005-06-15 [colin]      1.9.11cvs75
13401
13402         * src/compose.c
13403                 Finish header encoding fix
13404         * src/summaryview.c
13405                 Fix segfault
13406         * src/headerview.c
13407                 Fix compilation (Thanks Stephan
13408                 Sachse)
13409
13410 2005-06-15 [colin]      1.9.11cvs74
13411
13412         * Makefile.am
13413                 Install gnome2 stuff rather than gnome1, 
13414                 if both are present
13415         * src/codeconv.c
13416         * src/codeconv.h
13417         * src/compose.c
13418                 Fix headers encoding
13419         * src/folder.c
13420                 Visual progress when fetching all messages
13421         * src/folderview.c
13422         * src/summaryview.c
13423         * src/summaryview.h
13424                 Prevent changing current message while
13425                 incorporating
13426
13427 2005-06-15 [paul]       1.9.11cvs73
13428
13429         * src/gtk/gtkaspell.c
13430         * src/gtk/gtkaspell.h
13431                 fix build warnings
13432
13433 2005-06-15 [paul]       1.9.11cvs72
13434
13435         * src/prefs_filtering.c
13436                 allow reordering of filter rules by
13437                 drag n drop
13438
13439 2005-06-15 [paul]       1.9.11cvs71
13440
13441         * COPYING
13442                 updated
13443         * src/codeconv.c
13444                 replace deprecated function
13445         * src/inc.c
13446         * src/send_message.c
13447         * src/gtk/progressdialog.c
13448         * src/gtk/progressdialog.h
13449                 salvage and reuse parts of reverted sync
13450
13451 2005-06-15 [paul]       1.9.11cvs70
13452
13453         * src/inc.c
13454         * src/send_message.c
13455         * src/gtk/progressdialog.c
13456         * src/gtk/progressdialog.h
13457                 revert yesterday's sync with main
13458                 it contains deprecated functions
13459
13460 2005-06-15 [colin]      1.9.11cvs69
13461
13462         * src/headerview.c
13463                 Fix bug #670 (multi user to: will corrupt message 
13464                 headers display)
13465
13466 2005-06-15 [colin]      1.9.11cvs68
13467
13468         * src/compose.c
13469                 Fix bug #421 (Fix undo on wrapping)
13470
13471 2005-06-15 [colin]      1.9.11cvs67
13472
13473         * src/folder.c
13474                 Provide visual feedback while processing
13475                 folder's rules.
13476         * src/imap.c
13477                 Provide visual feedback while getting
13478                 short headers (for uncached messages)
13479
13480
13481 2005-06-14 [paul]       1.9.11cvs66
13482
13483         * src/account.c
13484                 change a couple stock icons
13485         * src/inc.c
13486         * src/send_message.c
13487         * src/gtk/progressdialog.c
13488         * src/gtk/progressdialog.h
13489                 sync main's GtkTreeView implementation
13490
13491 2005-06-14 [colin]      1.9.11cvs65
13492
13493         * src/imap.c
13494                 Various little fixes, mainly on error paths
13495
13496 2005-06-13 [colin]      1.9.11cvs64
13497
13498         * matcher.c
13499         * procmsg.c
13500         * procmsg.h
13501                 Add a way to fetch only headers. This speeds
13502                 up filtering on headers for IMAP. Fixes:
13503                 bug #481 extraneous imap commands slow down 
13504                         imap filtering
13505                 bug #522 Sylpheed downloads all messages 
13506                         when opening mailbox (IMAP)
13507                 bug #677 IMAP fetch is soooooooooooooo slow
13508         * src/folder.c
13509         * src/folder.h
13510                 Add a folder set_batch method so that
13511                 implementations can speed up flags changes
13512         * src/folderutils.c
13513         * src/summaryview.c
13514                 Use that in mark as (un)read and mark all read
13515                 Refix bug #679
13516         * src/imap.c
13517                 Implement set_batch - brings back deferred
13518                 flags in a less buggy manner. Fixes:
13519                 bug #729 IMAP immediate expunge of deleted messages
13520                 bug #191 remove list of messages with one command
13521                 Fix login with strange chars
13522                 Implement fetch_msg_full
13523                 Fix copy (wrong counts)
13524
13525 2005-06-12 [colin]      1.9.11cvs63
13526
13527         * src/folder.c
13528                 lock incorporation during long operations.
13529                 Avoids fucking up the IMAP socket.
13530
13531 2005-06-12 [colin]      1.9.11cvs62
13532
13533         * src/imap.c
13534                 Fix harmful typo
13535                 Factorize remove_all_msg
13536                 Thread-ize expunge
13537         * src/summaryview.c
13538                 Don't update partial-download status if unnecessary
13539         * src/folder.c
13540                 Use remove_msgs everywhere possible
13541
13542 2005-06-12 [colin]      1.9.11cvs61
13543
13544         * src/folder.c
13545         * src/folder.h
13546                 Add a remove_msgs function to remove a 
13547                 list of messages
13548         * src/imap.c
13549                 Implement that.
13550
13551 2005-06-12 [colin]      1.9.11cvs60
13552
13553         * src/imap.c
13554                 Remove flags-processing deferring... Too hard
13555                 to get it to work in all cases.
13556
13557 2005-06-11 [colin]      1.9.11cvs59
13558
13559         * src/imap.c
13560                 printf -> debug_print
13561
13562 2005-06-11 [colin]      1.9.11cvs58
13563
13564         * src/imap.c
13565                 o Fix build without USE_PTHREAD
13566                 o Factorize imap_open
13567                 o Alertpanel in case of impossible connection
13568                 o Alertpanel in case of impossible login
13569                 o Fix deferred flags processing to force a 
13570                   flush before adding some more flags to process,
13571                   but in another folder.
13572
13573 2005-06-10 [colin]      1.9.11cvs57
13574
13575         * src/imap.c
13576                 o Fix a format string error
13577                 o init ssl socket outside of the thread 
13578                   (it possibly invokes gtk calls)
13579         * src/procmime.c
13580                 o Put back the buffer to its necessary size
13581                 o Fix changing a file pointer without keeping
13582                   track of it (thanks Valgrind)
13583         * src/common/smtp.c
13584                 o Fix automatic STARTTLS if login should be done
13585                   and the server only allows it after starting TLS
13586         * src/gtk/gtkinputdialog.c
13587                 o Eat GDK_Return so that the combo popup doesn't 
13588                   appear when we press Enter to validate the combo
13589                   input dialog (as seen in the Open with... dialog)
13590
13591 2005-06-10 [colin]      1.9.11cvs56
13592
13593         * src/imap.c
13594                 o A bit less debug
13595                 o Fix a crash on deletion
13596                 o Threadize imap_select (it's called outside of 
13597                   threads)
13598                 o Defer treatment of DELETED flags
13599
13600
13601 2005-06-09 [colin]      1.9.11cvs55
13602
13603         * src/imap.c
13604                 Make sure we check imap_gtk_should_override(), which
13605                 potentially calls gtk stuff, before creating thread.
13606                 That way it should't be called via imap_get_session()
13607                 inside a thread.
13608
13609 2005-06-09 [colin]      1.9.11cvs54
13610
13611         * src/imap.c
13612                 o add a bit of status output
13613                 o remove some dead code
13614                 o threadize get_list_of_uids
13615                 o threadize imap_get_flags
13616                 o defer flag changing by 500ms so that they
13617                   can be batched
13618
13619
13620 2005-06-08 [colin]      1.9.11cvs53
13621
13622         * src/imap.c
13623                 Thread-ize imap_cmd_fetch
13624
13625 2005-06-08 [colin]      1.9.11cvs52
13626
13627         * src/main.c
13628                 Mmh, that broke POP3...
13629
13630 2005-06-08 [colin]      1.9.11cvs51
13631
13632         * src/main.c
13633                 Stabilize IMAP patch (thanks to Hoa)
13634
13635 2005-06-08 [colin]      1.9.11cvs50
13636
13637         * src/imap.c
13638                 Test patch to speed up imap. 
13639
13640 2005-06-08 [colin]      1.9.11cvs49
13641
13642         * src/imap_gtk.c
13643                 Warning fix
13644         * src/procmime.c
13645                 Apply patch from gentoo to use /usr/share/mime/globs if 
13646                 available, after un-breaking it
13647         * src/common/log.c
13648         * src/common/log.h
13649                 Use g_timeout for invoking hooks that possibly use gtk
13650                 calls. This should leave gtk calls in the main thread.
13651
13652 2005-06-08 [paul]       1.9.11cvs48
13653
13654         * src/codeconv.c
13655                 conv_get_outgoing_charset_str(): don't
13656                 use prefs_common setting
13657         * src/compose.c
13658         * src/compose.h
13659                 add /Options/Character encoding/... to
13660                 temporarily change the outgoing encoding
13661
13662         (belated sync with main)
13663
13664 2005-06-08 [paul]       1.9.11cvs47
13665
13666         * src/compose.c
13667                 correction to/completion of last
13668                 sync with main
13669
13670 2005-06-08 [paul]       1.9.11cvs46
13671
13672         sync with main:
13673         
13674         * src/codeconv.c
13675         * src/codeconv.h
13676                 always enabled Japanese auto-detection
13677                 if the first letters of locale string
13678                 is "ja"
13679         * src/compose.c
13680                 don't use "destroy" signal to destroy
13681                 Compose object (fix rare crashes on discard?)
13682         * src/mainwindow.c
13683         * src/messageview.c
13684         * src/prefs_send.c
13685                 added Hebrew encodings
13686         * src/sourcewindow.c
13687                 don't use "destroy" signal to destroy
13688                 objects
13689
13690 2005-06-07 [colin]      1.9.11cvs45
13691
13692         * src/summaryview.c
13693                 Add missing unlocks/locks
13694
13695 2005-06-07 [paul]       1.9.11cvs44
13696
13697         * src/summaryview.c
13698                 restore bug #749 fix
13699
13700 2005-06-06 [colin]      1.9.11cvs43
13701
13702         * src/summaryview.c
13703                 Fix selection bug when prefs_common.open_unread 
13704                 is FALSE
13705
13706 2005-06-06 [colin]      1.9.11cvs42
13707
13708         * src/common/md5.c
13709                 Fix a warning
13710         * src/summaryview.c
13711         * src/folderview.c
13712                 Factorize long operations beginning and end
13713                 (locking, freezing/thawing, cursor, ...)
13714                 Check selection->data member in selection-
13715                 related loops; this avoids dying an awful
13716                 death if the selection changes on us while
13717                 we're marking a whole IMAP folder unread, 
13718                 for example.
13719
13720 2005-06-06 [paul]       1.9.11cvs41
13721
13722         * src/textview.c
13723                 don't g_free() a static gchar buffer
13724
13725 2005-06-05 [colin]      1.9.11cvs40
13726
13727         * src/mainwindow.c
13728         * src/messageview.c
13729         * src/summaryview.c
13730                 Fix bug #749 (Show all headers should be
13731                 sticky as the GUI suggests)
13732
13733 2005-06-03 [paul]       1.9.11cvs39
13734
13735         * src/compose.c
13736                 don't allow editing of mail while sending.
13737                 patch by Colin
13738
13739 2005-06-03 [paul]       1.9.11cvs38
13740
13741         * src/folderview.c
13742                 add a freeze/thaw to speed up 'mark all read'
13743
13744 2005-06-03 [paul]       1.9.11cvs37
13745
13746         * src/prefs_message.c
13747                 reflect changes immediately
13748
13749 2005-06-02 [colin]      1.9.11cvs36
13750
13751         * po/POTFILES.in
13752                 Patch by Fabien Vantard.
13753
13754 2005-06-02 [colin]      1.9.11cvs35
13755
13756         * src/imap.c
13757                 Use a non-blocking imap_getline() if possible.
13758                 This should completely prevent the interface
13759                 from freezin on imap operations, although it
13760                 may do strange stuff in case of folder switching
13761                 while a big imap operation is taking place...
13762
13763                 In addition, fix a leak in the case thread
13764                 creation fails on connection.
13765
13766 2005-06-02 [colin]      1.9.11cvs34
13767
13768         * src/crash.c
13769         * src/prefs_common.h
13770                 Fix build (prefs_common_init() doesn't exist
13771                 anymore)
13772
13773 2005-06-02 [colin]      1.9.11cvs33
13774
13775         * src/prefs_account.c
13776                 Fix bug #245 (filtering rules broken when
13777                 renaming a remote account (imap4 or nntp)
13778
13779 2005-06-02 [colin]      1.9.11cvs32
13780
13781         * src/imap.c
13782                 Try to fix IMAP shortcomings: 
13783                 o Multithread imap_open()
13784                 o allow offline-mode overriding instead of
13785                   just returning NULL
13786         * src/imap_gtk.c
13787         * src/imap_gtk.h
13788                 Add a function to ask whether we want to
13789                 override offline-mode for 10 minutes (one-shot
13790                 asking was painful)
13791         * src/procheader.c
13792                 Fix segfault when imap parser isn't happy about
13793                 a missing {
13794
13795 2005-06-01 [colin]      1.9.11cvs31
13796
13797         * src/addrharvest.c
13798         * src/compose.c
13799         * src/mbox.c
13800         * src/mbox.h
13801         * src/mh.c
13802         * src/msgcache.c
13803         * src/send_message.c
13804         * src/setup.c
13805         * src/undo.c
13806         * src/common/hooks.c
13807         * src/common/prefs.c
13808         * src/common/template.c
13809         * src/common/utils.c
13810         * src/gtk/gtkutils.c
13811         * src/gtk/inputdialog.c
13812         * src/gtk/menu.c
13813         * src/gtk/pluginwindow.c
13814         * src/gtk/prefswindow.c
13815         * src/plugins/pgpmime/passphrase.c
13816         * src/plugins/pgpmime/prefs_gpg.c
13817                 More -Wall fixes
13818
13819         * src/common/Makefile.am
13820         * src/common/timing.h
13821                 Add basic timing code
13822
13823         * src/summaryview.c
13824                 Fix a bug with unread messages when 
13825                 re-sorting folders, and by the way
13826                 fix a big performance hit when 
13827                 re-sorting (10k mails: before 5s,
13828                 after .5s)
13829
13830         * src/prefs_compose_writing.c
13831         * src/prefs_compose_writing.h
13832         * src/prefs_message.c
13833         * src/prefs_message.h
13834         * src/prefs_other.c
13835         * src/prefs_other.h
13836         * src/prefs_quote.c
13837         * src/prefs_quote.h
13838         * src/prefs_receive.c
13839         * src/prefs_receive.h
13840         * src/prefs_send.c
13841         * src/prefs_send.h
13842         * src/prefs_summaries.c
13843         * src/prefs_summaries.h
13844                 Fix copyright banner
13845
13846 2005-06-01 [paul]       1.9.11cvs30
13847
13848         * po/fi.po
13849                 updated by Flammie Pirinen
13850         * src/procmime.c
13851                 fix 'Bad BASE64 content' output
13852
13853 2005-05-31 [colin]      1.9.11cvs29
13854
13855         * src/procmime.c
13856                 Oops, where did my hunk go.
13857
13858 2005-05-31 [colin]      1.9.11cvs28
13859
13860         * src/Makefile.am
13861         * src/account.c
13862         * src/action.c
13863         * src/addr_compl.c
13864         * src/addressbook.c
13865         * src/codeconv.c
13866         * src/compose.c
13867         * src/export.c
13868         * src/folder.c
13869         * src/folderview.c
13870         * src/image_viewer.c
13871         * src/main.c
13872         * src/mainwindow.c
13873         * src/messageview.c
13874         * src/mimeview.c
13875         * src/msgcache.c
13876         * src/prefs_account.c
13877         * src/prefs_actions.c
13878         * src/prefs_common.c
13879         * src/prefs_compose_writing.c
13880         * src/prefs_customheader.c
13881         * src/prefs_ext_prog.c
13882         * src/prefs_filtering.c
13883         * src/prefs_filtering_action.c
13884         * src/prefs_fonts.c
13885         * src/prefs_image_viewer.c
13886         * src/prefs_message.c
13887         * src/prefs_message.h
13888         * src/prefs_msg_colors.c
13889         * src/prefs_other.c
13890         * src/prefs_other.h
13891         * src/prefs_quote.c
13892         * src/prefs_receive.c
13893         * src/prefs_receive.h
13894         * src/prefs_send.c
13895         * src/prefs_send.h
13896         * src/prefs_spelling.c
13897         * src/prefs_summaries.c
13898         * src/prefs_summary_column.c
13899         * src/prefs_template.c
13900         * src/prefs_themes.c
13901         * src/prefs_toolbar.c
13902         * src/prefs_wrapping.c
13903         * src/procmime.c
13904         * src/procmsg.c
13905         * src/send_message.h
13906         * src/ssl_manager.c
13907         * src/summary_search.c
13908         * src/summaryview.c
13909         * src/textview.c
13910         * src/wizard.c
13911         * src/common/smtp.c
13912         * src/common/smtp.h
13913         * src/gtk/gtkutils.h
13914                 o Move the rest of Common prefs to new style
13915                 o Lots of -Wall warning fixes
13916                 o fix FIXME in cache memusage calculation
13917                 o Let return receipts be sent from any account
13918                 o Little cache optimisation (read)
13919                 o Fix bug #746 (don't treat commas as separators
13920                   when inside a quoted string)
13921
13922 2005-05-31 [paul]       1.9.11cvs27
13923
13924         * src/prefs_common.c
13925                 fix 'off-by-one' typo
13926
13927 2005-05-31 [paul]       1.9.11cvs26
13928
13929         * src/account.c
13930         * src/addr_compl.c
13931         * src/compose.c
13932         * src/foldersel.c
13933         * src/prefs_actions.c
13934         * src/prefs_common.c
13935         * src/prefs_common.h
13936         * src/prefs_customheader.c
13937         * src/prefs_display_header.c
13938         * src/prefs_filtering.c
13939         * src/prefs_filtering_action.c
13940         * src/prefs_matcher.c
13941         * src/prefs_summaries.c
13942         * src/prefs_summary_column.c
13943         * src/prefs_template.c
13944         * src/prefs_toolbar.c
13945         * src/ssl_manager.c
13946         * src/gtk/pluginwindow.c
13947         * src/gtk/prefswindow.c
13948         * src/gtk/progressdialog.c
13949                 add hidden prefs 'enable_rules_hint'
13950                 for gtk_tree_view_set_rules_hint()
13951                 (sync with main)
13952                 
13953
13954 2005-05-31 [colin]      1.9.11cvs25
13955
13956         * src/Makefile.am
13957         * src/main.c
13958         * src/prefs_common.c
13959         * src/prefs_summaries.c ** ADDED **
13960         * src/prefs_summaries.h ** ADDED **
13961                 Common/Display -> Display/Summaries
13962
13963 2005-05-31 [colin]      1.9.11cvs24
13964
13965         * src/Makefile.am
13966         * src/main.c
13967         * src/prefs_quote.c ** ADDED **
13968         * src/prefs_quote.h ** ADDED **
13969                 Move Common/Quote to Compose/Quoting
13970         * src/prefs_common.c
13971         * src/prefs_common.h
13972                 Remove old quote stuff, add
13973                 convenience functions for GtkTextView prefs
13974         * src/gtk/prefswindow.c
13975                 Set default height higher
13976
13977 2005-05-30 [colin]      1.9.11cvs23
13978
13979         * src/Makefile.am
13980         * src/main.c
13981         * src/prefs_common.c
13982         * src/prefs_compose_writing.c ** ADDED **
13983         * src/prefs_compose_writing.h ** ADDED **
13984                 Move Common/Compose prefs to Compose/Writing
13985
13986 2005-05-30 [colin]      1.9.11cvs22
13987
13988         * src/common/utils.c
13989                 Fix bug #651 (Confused Attract by Subject)
13990                 Patch by M. Benkmann <haferfrost@web.de>
13991         * AUTHORS
13992
13993 2005-05-30 [colin]      1.9.11cvs21
13994
13995         * src/compose.c
13996                 Fix concatenation of different headers of
13997                 the same type (bug #645)
13998         * src/prefs_folder_item.c
13999                 Fix bug #699 (setting color to black doesn't
14000                 work immediately)
14001         * src/procmime.c
14002                 Print out decoding error only once per
14003                 block
14004
14005 2005-05-30 [paul]       1.9.11cvs20
14006
14007         * src/common/template.c
14008                 fix Bcc
14009
14010 2005-05-30 [paul]       1.9.11cvs19
14011
14012         * doc/src/rfc2368.txt   **NEW FILE**
14013         * src/compose.c
14014                 compose_entries_set(): don't interpret Bcc
14015                 header field (conform to RFC 2368)
14016                 (sync with main)
14017
14018 2005-05-29 [colin]      1.9.11cvs18
14019
14020         * src/prefs_common.c
14021                 Let the default reply format respect
14022                 netiquette by cutting the signature.
14023
14024 2005-05-29 [colin]      1.9.11cvs17
14025
14026         * src/summaryview.c
14027                 Don't let always_show_msg override
14028                 open_unread_on_enter when opening a new
14029                 directory.
14030
14031 2005-05-27 [paul]       1.9.11cvs16
14032
14033         sync with main:
14034
14035         * src/main.c
14036                 app_will_exit(): cleanup tmp directory when exit
14037         * src/message_search.c
14038                 improved the interface and made code cleanup.
14039                 removed Clear button
14040         * src/send_message.c
14041                 send_message_local(): use GSpawn, and detect errors
14042         * src/summary_search.c
14043                 improved the interface and made code cleanup
14044         * src/textview.c
14045                 textview_write_link(): also skip non-ascii space
14046                  at the head of link strings (phishing check
14047                  didn't work at the case)
14048         * src/common/utils.c
14049                 get_command_output(): use g_spawn_command_line_sync()
14050                 instead of popen()
14051
14052 2005-05-26 [colin]      1.9.11cvs15
14053
14054         * src/folder.c
14055                 remove printf
14056
14057 2005-05-26 [colin]      1.9.11cvs14
14058
14059         * src/common/nntp.c
14060                 Fix nntp mode reader (bug #611)
14061                 Patch by Florian Mickler <florian@mickler.org>
14062
14063 2005-05-26 [colin]      1.9.11cvs13
14064
14065         * src/plugins/pgpmime/passphrase.c
14066                 Fix mouse grabbing (bug #557)
14067
14068 2005-05-26 [colin]      1.9.11cvs12
14069
14070         * src/prefs_themes.c
14071                 Fix g_warning (bug #541)
14072
14073 2005-05-26 [colin]      1.9.11cvs11
14074
14075         * src/prefs_actions.c
14076         * src/prefs_template.c
14077                 Fix bug #506 (no warning if action/template
14078                 is not saved)
14079         * src/common/template.c
14080                 Fix a possible crash
14081
14082 2005-05-26 [colin]      1.9.11cvs10
14083
14084         * src/folder.c
14085         * src/folderview.c
14086         * src/procmsg.c
14087         * src/summaryview.c
14088                 Forbid locked messages to be moved or
14089                 deleted. Locked messages in trashes 
14090                 still get deleted, for performance
14091                 reason (mh.c::mh_remove_all_msgs)
14092
14093 2005-05-25 [colin]      1.9.11cvs9
14094
14095         * src/procmime.c
14096                 Use correct encoding when sending mails
14097                 with attachments that have accentued 
14098                 chars in their name
14099
14100 2005-05-24 [colin]      1.9.11cvs8
14101
14102         * src/summaryview.c
14103                 Fix bug #688 f) read/unread marker not
14104                 changed on first click
14105                 Also, optimize summary_status_show()
14106                 calls
14107         * src/folder.c
14108         * src/inc.c
14109         * src/procmime.c
14110                 Fix bug #688 b) and c) wrt message
14111                 attachments and signature
14112         * src/stock_pixmap.c
14113         * src/stock_pixmap.h
14114         * src/stock_pixmap.c
14115         * src/stock_pixmap.h
14116         * src/Makefile.am
14117         * src/pixmaps/clip_gpg_signed.xpm
14118                 Add clip/signed icon
14119
14120 2005-05-24 [colin]      1.9.11cvs7
14121
14122         * src/folder_item_prefs.c
14123                 whitespace fix
14124
14125 2005-05-24 [colin]      1.9.11cvs6
14126
14127         * src/folderview.c
14128         * src/prefs_common.c
14129         * src/prefs_common.h
14130                 Add a confirmation to folder drag and drop
14131                 fixes bug #156
14132         * src/alertpanel.c
14133         * src/alertpanel.h
14134                 fix _with_disable parameters so that
14135                 the buttons labels are specifiable too
14136         * src/plugins/pgpmime/sgpgme.c
14137                 reflect said change
14138                 
14139
14140 2005-05-24 [colin]      1.9.11cvs5
14141
14142         * src/folderview.c
14143                 Uncollapse/collapse folders on double-click
14144                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14145                 closes bug #108
14146
14147 2005-05-23 [colin]      1.9.11cvs4
14148
14149         * src/common/socket.c
14150                 Check another special SSL_peek() error.
14151                 Should help wrt bug #728
14152
14153 2005-05-23 [colin]      1.9.11cvs3
14154
14155         * src/plugins/pgpmime/pgpmime.c
14156                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14157                 breaking menu accelerators and stuff. Users will have to
14158                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14159                 account's privacy preferences if needed.
14160
14161 2005-05-22 [paul]
14162
14163         * tools/kdeservicemenu/install.sh
14164                 use kdesu to prompt for root password if doing
14165                 global install/uninstall
14166
14167 2005-05-20 [colin]      1.9.11cvs2
14168
14169         * src/procmsg.c
14170                 Fix another compilation error with gcc-2.9x
14171                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14172         * src/send_message.c
14173                 Don't send QUIT if we aren't connected
14174
14175 2005-05-19 [colin]      1.9.11cvs1
14176
14177         * src/procmsg.c
14178                 Fix compilation with gcc 2.9x
14179
14180 2005-05-19 [paul]       1.9.11
14181
14182         1.9.11 released
14183
14184 2005-05-19 [paul]       1.9.9cvs14
14185
14186         * src/gtk/inputdialog.c
14187                 prevent gettext warning
14188
14189 2005-05-19 [paul]       1.9.9cvs13
14190
14191         * src/mainwindow.c
14192         * src/prefs_common.c
14193         * src/prefs_common.h
14194         * src/textview.c
14195         * src/textview.h
14196                 add an option to toggle cursor in message
14197                 view (sync with main)
14198
14199 2005-05-18 [colin]      1.9.9cvs12
14200
14201         * src/compose.c
14202                 Dereference freed pointer
14203         * src/gtk/gtkaspell.c
14204                 Fix duplication of dictionaries (is it an aspell issue?)
14205
14206 2005-05-18 [colin]      1.9.9cvs11
14207
14208         * src/gtk/inputdialog.c
14209         * src/gtk/gtkaspell.c
14210                 HIGuify dialogs
14211         * src/alertpanel.c
14212                 Remove a double call
14213
14214 2005-05-17 [colin]      1.9.9cvs10
14215
14216         * src/gtk/gtkaspell.c
14217                 Fix dialogs, Ctrl-Enter accel
14218
14219 2005-05-17 [colin]      1.9.9cvs9
14220
14221         * src/gtk/gtkaspell.c
14222                 Fix some accelerators, escape in replace-window
14223
14224 2005-05-16 [colin]      1.9.9cvs8
14225
14226         * src/gtk/gtkaspell.c
14227                 Revert last commit, it was a mistake.
14228
14229 2005-05-16 [colin]      1.9.9cvs7
14230
14231         * src/gtk/gtkaspell.c
14232                 Remove buggy code while we're at it. It's a 
14233                 dead code path anyway.
14234
14235 2005-05-16 [colin]      1.9.9cvs6
14236
14237         * src/gtk/gtkaspell.c
14238                 Missed some gtk_menu_popup where deactivate
14239                 signal should be handled. Should fix bug
14240                 #629 a bit more.
14241
14242 2005-05-16 [colin]      1.9.9cvs5
14243
14244         * src/gtk/gtkaspell.c
14245                 Remove debug printf()s
14246
14247 2005-05-16 [colin]      1.9.9cvs4
14248
14249         * src/gtk/gtkaspell.c
14250                 Fix a bit aspell problems
14251                 (see bug #629)
14252
14253 2005-05-13 [colin]      1.9.9cvs3
14254
14255         * src/folderview.c
14256                 Fix the + appearing even when no subfolders
14257                 have unread messages. Thanks to wwp for the
14258                 bug report.
14259
14260 2005-05-11 [paul]       1.9.9cvs2
14261
14262         * src/folderview.c
14263                 correction to 1.9.9cvs1, only colour folders that
14264                 have new msgs (not unread msgs)
14265
14266 2005-05-10 [colin]      1.9.9cvs1
14267
14268         * src/folderview.c
14269         * src/summaryview.c
14270                 Try to fix bolding bugs again.
14271
14272 2005-05-09 [paul]
14273
14274         * tools/claws.i18n.status.pl
14275                 add Ricardo Mones Lastra's script that has been providing
14276                 the i18n status page for many months
14277
14278 2005-05-09 [paul]       1.9.9
14279
14280         1.9.9 release
14281
14282 2005-05-09 [paul]       1.9.6cvs58
14283
14284         * AUTHORS
14285         * INSTALL
14286         * README.claws
14287                 updated
14288         * Makefile.am 
14289         * RELEASE_NOTES.claws
14290                 add release notes to cvs to simplify release
14291                 procedure
14292         * configure.ac
14293                 add ca and fi to ALL_LINGUAS
14294         * po/Makefile.in.in
14295                 workaround for missing Makevars
14296         * po/ca.po
14297         * po/fi.po
14298                 add new Catalan and Finnish translations
14299                 submitted by Miquel Oliete and Flammie Pirinen
14300         * po/de.po
14301         * po/es.po
14302         * po/fr.po
14303         * po/it.po
14304         * po/pl.po
14305         * po/ru.po
14306         * po/sk.po
14307         * po/sr.po
14308         * po/zh_CN.po
14309                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14310                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14311                 Urke MMI, and Hansom Young
14312         * src/main.c
14313                 Fix drafting when quitting. compose_draft() closes the
14314                 compose windows, which modifies the compose_list GSList.
14315                 We have to refresh this list after echo drafting to avoid a
14316                 segfault
14317         * src/partial_download.c
14318                 fix segfault on exit
14319
14320 2005-05-06 [paul]       1.9.6cvs57
14321
14322         * src/grouplistdialog.c
14323                 quick fix/workaround for unresizeable newsgroup
14324                 name column 
14325
14326 2005-05-06 [paul]       1.9.6cvs56
14327
14328         * src/inc.c
14329         * src/mainwindow.c
14330                 use gettext plural forms
14331         * src/imap_gtk.c
14332         * src/mh_gtk.c
14333         * src/toolbar.c
14334                 small improvement to english usage
14335
14336 2005-05-05 [thorsten]   1.9.6cvs55
14337
14338         * src/folder.c
14339                 fix possible crash
14340
14341 2005-05-05 [paul]       1.9.6cvs54
14342         
14343         sync with HEAD
14344
14345         * AUTHORS
14346         * src/compose.c
14347                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14348                 patch by Tim Mann
14349
14350 2005-05-05 [paul]       1.9.6cvs53
14351
14352         * src/mainwindow.c
14353                 fix resizing of separate message and
14354                 folder views
14355
14356 2005-05-05 [paul]       1.9.6cvs52
14357
14358         * src/account.c
14359         * src/addrgather.c
14360         * src/browseldap.c
14361         * src/exphtmldlg.c
14362         * src/expldifdlg.c
14363         * src/importmutt.c
14364         * src/importpine.c
14365         * src/main.c
14366         * src/mainwindow.c
14367         * src/noticeview.c
14368         * src/prefs_filtering.c
14369         * src/prefs_filtering_action.c
14370         * src/prefs_matcher.c
14371         * src/prefs_spelling.c
14372         * src/prefs_toolbar.c
14373         * src/toolbar.c
14374         * src/wizard.c
14375         * src/gtk/description_window.c
14376         * src/gtk/gtkvscrollbutton.c
14377         * src/gtk/progressdialog.c
14378         * src/gtk/quicksearch.c
14379         * src/plugins/pgpmime/prefs_gpg.c
14380         * src/plugins/spamassassin/spamassassin_gtk.c
14381                 replace deprecated gtk_widget_set_usize
14382
14383 2005-05-04 [colin]      1.9.6cvs51
14384
14385         * src/common/utils.c
14386                 Fix crash when subst_for_filename is called
14387                 with a NULL parameter
14388
14389 2005-05-04 [colin]      1.9.6cvs50
14390
14391         * src/partial_download.c
14392         * src/pop.c
14393                 Escape login when writing uidl file
14394                 fixes bug #736
14395
14396 2005-05-03 [colin]      1.9.6cvs49
14397
14398         * src/procmime.c
14399                 Fix possible DOS in mime parser
14400                 (see bug #634)
14401
14402 2005-05-02 [colin]      1.9.6cvs48
14403
14404         * src/compose.c
14405                 Try to fix the copy/paste mess once again.
14406
14407
14408 2005-04-30 [colin]      1.9.6cvs47
14409
14410         * src/prefs_account.h
14411         * src/procmsg.c
14412         * src/send_message.c
14413         * src/common/smtp.c
14414         * src/common/smtp.h
14415                 Try to batch sending mails (per account) instead of
14416                 reconnecting to server every time.
14417
14418 2005-04-29 [colin]      1.9.6cvs46
14419
14420         * src/messageview.c
14421                 Fix window resizing that refused to size down
14422         * src/prefs_common.c
14423         * src/prefs_common.h
14424         * src/prefs_filtering.c
14425                 Save Filtering's window size
14426
14427 2005-04-21 [paul]       1.9.6cvs45
14428
14429         * ChangeLog-gtk2.claws
14430         * src/setup.c
14431                 correction to sync
14432
14433 2005-04-21 [paul]       1.9.6cvs44
14434
14435         sync with main:
14436
14437         * src/setup.c
14438         * src/statusbar.c
14439         * src/statusbar.h
14440                 use gtkut_widget_draw_now(). Improved performance
14441                 of the update of statusbar
14442         * src/textview.c
14443                 textview_smooth_scroll_do(): redraw it after scroll
14444                 is done (fixed incorrect display when a part of the
14445                 view is hidden).
14446         * src/gtk/gtkutils.c
14447         * src/gtk/gtkutils.h
14448                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14449                 to force update of widgets.
14450                 Removed gtkut_widget_wait_for_draw() which had a big
14451                 overhead  because of waiting for all events processed 
14452
14453 2005-04-20 [paul]       1.9.6cvs43
14454
14455         * src/codeconv.c
14456                 complete 1.9.6cvs42's sync:
14457                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14458
14459 2005-04-19 [paul]       1.9.6cvs42
14460
14461         sync with main:
14462
14463         * src/action.c
14464                 catch_output(): correctly select the insert text
14465                 (fix invalid iterator warnings).
14466         * src/codeconv.c
14467         * src/codeconv.h
14468         * src/mainwindow.c
14469         * src/messageview.c
14470         * src/prefs_common.c
14471                 support GBK encoding.
14472         * src/common/session.c
14473         * src/common/session.h
14474                 use separate buffer for large data to be sent,
14475                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14476
14477 2005-04-18 [paul]       1.9.6cvs41
14478
14479         * src/jpilot.c
14480                 convert unsigned long into guint32
14481                 patch by Paul LeoNerd Evans 
14482
14483 2005-04-17 [colin]      1.9.6cvs40
14484
14485         * src/compose.c
14486                 Fix 'Request return receipt' from folder
14487                 properties (bug #708)
14488
14489 2005-04-17 [colin]      1.9.6cvs39
14490
14491         * src/mainwindow.c
14492                 Fix duplicate hotkeys in Mainwindow's menu
14493
14494 2005-04-17 [colin]      1.9.6cvs38
14495
14496         * src/folderview.c
14497                 Fix duplicate hotkeys in Folderview's contextual
14498                 menu
14499
14500 2005-04-15 [colin]      1.9.6cvs37
14501
14502         * src/summaryview.c
14503                 Fix 'Save as...' with non-ascii filenames
14504
14505 2005-04-15 [colin]      1.9.6cvs36
14506
14507         * src/plugins/pgpmime/pgpmime.c
14508                 Fix bus error on 64bit. Spotted by 
14509                 macallan1888@gmail.com
14510
14511 2005-04-15 [colin]      1.9.6cvs35
14512
14513         * src/prefs_account.c
14514                 Fix cvs34.
14515
14516 2005-04-12 [colin]      1.9.6cvs34
14517
14518         * src/prefs_account.c
14519                 Fix smtp auth type off-by-one. We forgot to
14520                 add PLAIN in the prefs-to-gui setter func and
14521                 as a result, the selected auth when opening
14522                 account prefs was not the correct one.
14523
14524 2005-04-12 [paul]       1.9.6cvs33
14525
14526         * src/inc.c
14527                 if the recv dialog is visible, Cancel only
14528                 cancels the current account
14529
14530
14531 2005-04-10 [colin]      1.9.6cvs32
14532
14533         * src/filtering.c
14534                 Copy score when copying FilteringActions
14535                 Fix bug #674
14536
14537 2005-04-10 [colin]      1.9.6cvs31
14538
14539         * src/inc.c
14540                 Make Message -> Receive -> Cancel cancel 
14541                 incorporation on all accounts. Fixes
14542                 bug #693
14543
14544 2005-04-10 [colin]      1.9.6cvs30
14545
14546         * src/prefs_account.c
14547                 Update Privacy checkbuttons status based
14548                 on the selected privacy system
14549         * src/compose.c
14550                 Always connect the "None" privacy system; the
14551                 static boolean was probably there to avoid
14552                 reconnecting twice in the same compose window,
14553                 but as the parent function is only called once
14554                 per compose, it's only a bug - as a static is
14555                 initialized once per application instance.
14556                 Also, don't uncheck Sign and Encrypt when
14557                 selecting None as privacy system; just ignore
14558                 them when sending/queuing.
14559                 Should fix bug #695
14560
14561 2005-04-08 [colin]      1.9.6cvs29
14562
14563         * src/account.c
14564         * src/prefs_account.c
14565         * src/prefs_account.h
14566                 Add account preference to queue message in a certain
14567                 folder.
14568
14569 2005-04-06 [colin]      1.9.6cvs28
14570
14571         * src/prefs_account.c
14572                 Update old inbox path syntax
14573
14574 2005-04-06 [paul]       1.9.6cvs27
14575
14576         sync with main:
14577
14578         * configure.ac
14579                 changed -traditional-cpp to -no-cpp-precomp for newer
14580                 Mac OS X support
14581         * src/foldersel.c
14582                 made column resize automatically
14583         * src/send_message.c
14584                 send_message_smtp(): consider EOF right after QUIT
14585                 successful (workaround for Gmail SMTP server)
14586         * src/common/socket.c
14587                 ssl_read(), ssl_peek(): check EOF which violates the
14588                 SSL protocol
14589         * src/gtk/colorlabel.c
14590                 removed warnings when displaying colorlabel menu
14591                 (don't use GtkAlignment)
14592
14593 2005-04-05 [paul]       1.9.6cvs26
14594
14595         * src/plugins/trayicon/trayicon.c
14596                 fix clipping of icon under KDE3 
14597
14598 2005-04-05 [paul]       1.9.6cvs25
14599
14600         * src/summaryview.c
14601                 hide display of threading
14602                 patch by Alfons
14603
14604 2005-04-04 [thorsten]   1.9.6cvs24
14605
14606         * src/mh.c
14607                 marks lost on filesystems with different stat() results on
14608                 summer-/wintertime
14609
14610 2005-04-03 [colin]      1.9.6cvs23
14611
14612         * src/summaryview.c
14613                 Don't handle up/down. Patch by Alfons
14614
14615 2005-04-02 [colin]      1.9.6cvs22
14616
14617         * src/summaryview.c
14618                 Make scrolling faster. Patch by Alfons.
14619
14620 2005-04-01 [colin]      1.9.6cvs21
14621
14622         * src/Makefile.am
14623         * src/stock_pixmap.c
14624         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14625         * src/pixmaps/dir_noselect.xpm ** ADDED **
14626                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14627
14628 2005-04-01 [colin]      1.9.6cvs20
14629
14630         * src/image_viewer.c
14631         * src/image_viewer.h
14632         * src/procmime.c
14633         * src/procmime.h
14634         * src/textview.c
14635         * src/textview.h
14636                 Implement inline image resizing and right-clicking
14637
14638 2005-04-01 [paul]       1.9.6cvs19
14639
14640         * AUTHORS
14641         * Makefile.am
14642         * configure.ac
14643                 check for gnome2
14644                 patch by Luca Cavalli <loopback<AT>slackit.org>
14645         * po/ru.po
14646                 updated by Pavlo Bohmat
14647
14648 2005-03-31 [colin]      1.9.6cvs18
14649
14650         * src/news.c
14651                 Fix parsing references
14652         * src/msgcache.c
14653                 don't put nulls in the references list
14654         * src/procheader.c
14655                 commit that forgotten file in 1.9.6cvs14
14656
14657 2005-03-31 [colin]      1.9.6cvs17
14658
14659         * src/compose.c
14660                 Fix joining of signature separator again. 
14661                 Maybe Hiro could put it in main too...
14662
14663 2005-03-31 [colin]      1.9.6cvs16
14664
14665         * src/Makefile.am
14666         * src/foldersel.c
14667         * src/stock_pixmap.c
14668         * src/stock_pixmap.h
14669         * src/pixmaps/dir-noselect.xpm
14670                 Update foldersel.c (sync from main, patch by Alfons)
14671
14672 2005-03-30 [colin]      1.9.6cvs15
14673
14674         * src/imap.c
14675                 Fix handling of imap folders containing [] in 
14676                 their name. Thanks to Nahuel Angelinetti for
14677                 the detailed bugreport.
14678
14679 2005-03-30 [colin]      1.9.6cvs14
14680
14681         * src/common/utils.h
14682         * src/common/utils.c
14683         * src/common/defs.h
14684         * src/matcher.c
14685         * src/msgcache.c
14686         * src/news.c
14687         * src/procmsg.c
14688         * src/procmsg.h
14689         * src/quote_fmt_parse.y
14690         * src/summaryview.c
14691                 Update references system. Patch by Alfons
14692
14693 2005-03-30 [colin]      1.9.6cvs13
14694
14695         * src/common/socket.c
14696                 Force the glibc to read resolv.conf again when 
14697                 it has changed. Should fix issues when changing
14698                 networks on a laptop and not restarting sylpheed. 
14699
14700 2005-03-30 [paul]       1.9.6cvs12
14701
14702         partial sync with main:
14703
14704         * src/action.c
14705                 create_io_dialog(): use user-defined text font
14706                 (thanks to Alfons), and modified its appearance.
14707         * src/addrgather.c
14708         * src/addrharvest.c
14709         * src/browseldap.c
14710                 replace old code
14711         * src/compose.c
14712                 don't join (presumably) itemized lines on line-wrapping
14713                 fixed wrapping of quote when auto-wrapping is enabled
14714                 compose_destroy(): destroy paned only if it's not
14715                 attached to window. Fixed memory leak of popup menu.
14716         * src/exphtmldlg.c
14717         * src/expldifdlg.c
14718                 replace old code
14719         * src/html.c
14720         * src/html.h
14721         * src/importmutt.c
14722         * src/importpine.c
14723                 replace old code
14724         * src/main.c
14725                 removed redundant code
14726         * src/mainwindow.c
14727                 changed 'Code set' (which is rather incorrect)
14728                 in the menu to 'Character encoding'
14729                 main_window_set_widgets(): request size first
14730                 to prevent window size becoming wrong
14731                 fixed remembering of the state of the visibility
14732                 of MessageView
14733         * src/messageview.c
14734                 changed 'Code set' (which is rather incorrect)
14735                 in the menu to 'Character encoding'
14736         * src/prefs_common.c
14737         * src/prefs_common.h
14738                 added an option whether to render HTML as text or not
14739                 added separators to outgoing encoding menu
14740         * src/procheader.c
14741                 procheader_scan_date_string(): support header
14742                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14743         * src/summaryview.c
14744         * src/summaryview.h
14745                 minor code cleanup
14746         * src/textview.c
14747                 textview_show_html(): force output of newline
14748                 added an option whether to render HTML as text or not
14749         * src/common/utils.c
14750                 strncpy2(): optimized based on Alfons' code
14751         * src/gtk/gtkutils.c
14752         * src/gtk/gtkutils.h
14753                 removed non-used code
14754         * src/plugins/pgpmime/passphrase.c
14755                 partially fixed grab input of passphrase dialog
14756                 Confine pointer to window
14757
14758 2005-03-30 [colin]      1.9.6cvs11
14759
14760         * src/msgcache.c
14761         * src/msgcache.h
14762                 Read/write 32bit ints from cache & marks
14763                 From main.
14764
14765 2005-03-29 [paul]       1.9.6cvs10
14766
14767         * AUTHORS
14768         * ChangeLog.claws
14769         * src/compose.c
14770         * src/gtk/gtkaspell.c
14771                 sync with HEAD (don't pass NULL pointers) 
14772
14773 2005-03-24 [paul]
14774
14775         * tools/Makefile.am
14776         * tools/README
14777         * tools/acroread2sylpheed.pl
14778                 sync with HEAD (add script to send pdfs as
14779                 attachments from Adobe Reader 7)
14780
14781 2005-03-21 [paul]       1.9.6cvs9
14782
14783         * configure.ac
14784         * po/POTFILES.in
14785         * src/Makefile.am
14786         * src/crash.c
14787         * src/image_viewer.c ** ADDED **
14788         * src/image_viewer.h ** ADDED **
14789         * src/main.c
14790         * src/prefs_common.c
14791         * src/prefs_common.h
14792         * src/prefs_image_viewer.c ** ADDED **
14793         * src/prefs_image_viewer.h ** ADDED **
14794         * src/textview.c
14795         * src/gtk/about.c
14796         * src/pixmaps/sylpheed_logo.xpm
14797         * src/plugins/Makefile.am
14798         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14799         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14800         * src/plugins/image_viewer/plugin.c ** REMOVED **
14801         * src/plugins/image_viewer/viewer.c ** REMOVED **
14802         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14803         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14804         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14805         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14806         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14807                 as gdk-pixbuf is now built-in
14808                 remove image_viewer plugin and put code back into
14809                 main codebase
14810                 implement inline image display (sync with main)
14811
14812                 replace logo with newer, nicer, larger version  
14813
14814 2005-03-21 [paul]       1.9.6cvs8
14815
14816         * src/gtk/about.c
14817                 cosmetic improvement
14818
14819 2005-03-21 [holger]     1.9.6cvs7
14820
14821         * src/plugins/spamassassin/spamassassin.c
14822                 Sync with HEAD
14823                 (unregister hook on failed plugin init)
14824
14825 2005-03-20 [colin]      1.9.6cvs6
14826
14827         * src/common/plugin.c
14828                 Check that plugin isn't already loaded
14829                 Patch by Alfons
14830
14831 2005-03-20 [thorsten]   1.9.6cvs5
14832
14833         * src/compose.c
14834                 use a more compatible syntax
14835
14836 2005-03-20 [thorsten]   1.9.6cvs4
14837
14838         * src/prefs_toolbar.c
14839                 fix crash when selecting toolbar item (uninitialized pointer)
14840
14841 2005-03-20 [thorsten]   1.9.6cvs3
14842
14843         * src/procmime.c
14844                 fix mimetype detection (referenced free()d string)
14845
14846 2005-03-20 [paul]       1.9.6cvs2
14847
14848         * src/compose.c
14849                 sync with HEAD (1.0.3cvs5)
14850                 neglect Reply-To header if empty
14851                 Patch by Alfons 
14852
14853 2005-03-19 [holger]     1.9.6cvs1
14854
14855         * src/summaryview.c
14856         * src/summaryview.h
14857                 Sync with HEAD
14858
14859 2005-03-18 [paul]       1.9.6
14860
14861         initial GTK2 release
14862
14863 2005-03-18 [paul]       1.0.3cvs3.1
14864
14865         * AUTHORS
14866         * ChangeLog.claws
14867         * configure.ac
14868         * src/gtk/about.c
14869         * src/pixmaps/sylpheed_logo.xpm
14870                 sync with HEAD
14871
14872 2005-03-18 [colin]      1.0.3cvs2.6
14873
14874         * src/summaryview.c
14875                 Remove call to summary_step in summary_copy_selected_to
14876                 Can't see its purpose, and this causes bug when copying
14877                 a message if the next one is unread: it reads it.
14878
14879 2005-03-18 [paul]       1.0.3cvs2.5
14880
14881         * src/foldersel.c
14882                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14883
14884 2005-03-18 [paul]       1.0.3cvs2.4
14885
14886         * src/addrharvest.c
14887         * src/codeconv.c
14888         * src/codeconv.h
14889         * src/compose.c
14890         * src/news.c
14891         * src/procheader.c
14892         * src/procmime.c
14893         * src/unmime.c
14894         * src/unmime.h
14895                 fix buffer overflow, CAN-2005-0667, see
14896                 http://secunia.com/advisories/14491/
14897                 Patch by Alfons
14898
14899 2005-03-17 [colin]      1.0.3cvs2.3
14900
14901         * src/prefs_fonts.c
14902         * src/summaryview.c
14903                 Fix font bugs (both lists now officialy share 
14904                 the same font)
14905                 
14906
14907 2005-03-17 [paul]       1.0.3cvs2.2
14908
14909         * src/gtk/pluginwindow.c
14910                 make plugin descriptions uneditable
14911
14912 2005-03-11 [paul]       1.0.3cvs2.1
14913
14914         * ChangeLog.claws
14915         * configure.ac
14916         * po/POTFILES.in
14917         * src/plugins/trayicon/trayicon.c
14918                 sync with HEAD
14919                 add src/wizard.c to POTFILES.in
14920
14921 2005-03-11 [paul]       1.0.3cvs1.1
14922
14923         * ChangeLog
14924         * ChangeLog.claws
14925         * configure.ac
14926         * po/de.po
14927         * po/es.po
14928         * po/fr.po
14929         * po/it.po
14930         * po/pt_BR.po
14931         * po/ru.po
14932         * po/sk.po
14933         * po/sr.po
14934         * po/zh_CN.po
14935                 sync with HEAD
14936
14937 2005-03-04 [colin]      1.0.1cvs22.2
14938
14939         * src/compose.c
14940                 Fix signatures with accentued chars in it
14941
14942 2005-03-04 [colin]      1.0.1cvs22.1
14943
14944         * src/common/smtp.c
14945         * src/common/smtp.h
14946                 Don't use SIZE param in MAIL FROM: if server 
14947                 doesn't support it. Patch by Eugen Freiter
14948                 <eugen_f@users.sf.net>
14949
14950 2005-02-27 [paul]       1.0.1cvs20.1
14951
14952         * ChangeLog.claws
14953         * configure.ac
14954         * src/messageview.c
14955                 sync with HEAD
14956
14957 2005-02-27 [colin]      1.0.1cvs19.4
14958
14959         * src/procheader.c
14960         * src/procheader.h
14961                 Fix prototypes. Patch by Alfons
14962
14963 2005-02-27 [colin]      1.0.1cvs19.3
14964
14965         * src/compose.c
14966                 Don't auto-join the signature separator.
14967
14968 2005-02-26 [colin]      1.0.1cvs19.2
14969
14970         * src/summaryview.c
14971                 Fix 'mark all read' with collapsed threads.
14972                 Patch by Alfons.
14973
14974 2005-02-25 [paul]       1.0.1cvs19.1
14975
14976         * ChangeLog.claws
14977         * configure.ac
14978         * src/prefs_account.c
14979         * src/prefs_folder_item.c
14980         * src/gtk/prefswindow.c
14981         * src/gtk/prefswindow.h
14982                 sync with HEAD
14983
14984 2005-02-25 [paul]       1.0.1cvs15.12
14985
14986         * src/alertpanel.c
14987         * src/codeconv.c
14988         * src/compose.c
14989         * src/textview.c
14990         * src/gtk/gtkutils.c
14991         * src/gtk/gtkutils.h
14992         * src/gtk/logwindow.c
14993         * src/gtk/progressdialog.c
14994                 sync with main (revision 127)
14995                 and fix logwindow clipping
14996
14997 2005-02-24 [colin]      1.0.1cvs15.11
14998
14999         * src/plugins/pgpmime/passphrase.c
15000                 Disable input grabbing; it doesn't work yet.
15001
15002 2005-02-24 [colin]      1.0.1cvs15.10
15003
15004         * src/messageview.c
15005                 Don't send out receipts if offline. Ask.
15006
15007 2005-02-23 [colin]      1.0.1cvs15.9
15008
15009         * src/summaryview.c     
15010                 Fix expanding
15011
15012 2005-02-23 [colin]      1.0.1cvs15.8
15013
15014         * src/summaryview.c
15015                 Really fix Bug 568 by removing useless
15016                 calls. summary_thread_init() now called
15017                 in summary_sort(). This should please
15018                 Alfons as it should be faster than 
15019                 previously.
15020
15021 2005-02-23 [colin]      1.0.1cvs15.7
15022
15023         * src/compose.c
15024                 Encode parts as QP or B64 if signing
15025
15026 2005-02-23 [colin]      1.0.1cvs15.6
15027
15028         * src/compose.c
15029                 Fix Mimeinfo leakage (including tmp files)
15030         * src/procmsg.c
15031                 Fix tmp file leakage (spotted by Ivan Rayner)
15032
15033 2005-02-22 [colin]      1.0.1cvs15.5
15034
15035         * src/expldifdlg.c
15036                 Fix keyboard input. Patch by Alfons.
15037
15038 2005-02-21 [colin]      1.0.1cvs15.4
15039
15040         * src/compose.c
15041                 Fix Sign/Encrypt when unselecting privacy
15042                 system
15043         * src/prefs_common.c
15044                 Change default message font to Monospace
15045         * src/summaryview.c
15046                 More freezing during potentially large operations
15047
15048 2005-02-21 [paul]       1.0.1cvs15.3
15049
15050         * src/main.c
15051                 fix --help output
15052
15053 2005-02-21 [paul]       1.0.1cvs15.2
15054
15055         * po/Makefile.in.in
15056         * src/compose.c
15057         * src/summaryview.c
15058         * src/textview.c
15059         * src/common/utils.c
15060         * src/common/utils.h
15061                 sync with main (revision 117)
15062
15063 2005-02-20 [colin]      1.0.1cvs15.1
15064
15065         * src/common/defs.h
15066                 Change cache file to .sylpheed_claws_cache, as
15067                 suggested by Alfons. Allows people to switch
15068                 between Sylpheed and Sylpheed-Claws. it is
15069                 a good idea to "Check for new messages" at next
15070                 startup.
15071
15072
15073 2005-02-18 [colin]      1.0.1cvs14.1
15074
15075         * src/quote_fmt_lex.l
15076         * src/quote_fmt_parse.y
15077                 Fix parser initialisation. Patch by Ivan.
15078
15079 2005-02-18 [colin]      1.0.1cvs11.6
15080
15081         * src/folderview.c
15082                 Fix scrolldown (bug 662)
15083
15084 2005-02-17 [colin]      1.0.1cvs11.5
15085
15086         * src/codeconv.c
15087                 conv_filename_to_utf8: return clean 7bit instead
15088                 of broken utf8 if needed
15089         * src/mimeview.c
15090                 Fix display of parts with unclean 8bit names
15091
15092 2005-02-17 [paul]       1.0.1cvs11.4
15093
15094         * src/compose.c
15095         * src/exportldif.c
15096         * src/matcher_parser_parse.y
15097         * src/procmime.c
15098         * src/sourcewindow.c
15099         * src/common/Makefile.am
15100         * src/common/intl.h             ** REMOVED **
15101         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15102                 sync with main (revision 109)
15103                 and clean up
15104
15105 2005-02-16 [colin]      1.0.1cvs11.3
15106
15107         * src/summaryview.c
15108                 Fix collapsed thread not highlighting when new
15109                 messages in it (Bug 568) Patch by Stephan Sachse.
15110                 Fix messed up selection when reaching bounds (Bug 632)
15111         * src/prefs_themes.c
15112                 Fix theme installing (Bug 684)
15113
15114 2005-02-16 [colin]      1.0.1cvs11.2
15115
15116         * src/messageview.c
15117                 Fix messageview_select_all
15118
15119 2005-02-16 [colin]      1.0.1cvs11.1
15120
15121         * src/mh.c
15122                 Sync with HEAD (MH scan required function)
15123
15124 2005-02-15 [colin]      1.0.1cvs8.1
15125
15126         * src/mimeview.c
15127         * src/common/utils.c
15128                 Sync with HEAD (filename chars substitution)
15129
15130 2005-02-15 [colin]      1.0.1cvs7.3
15131
15132         * src/gtk/pluginwindow.c
15133                 Fix button spacing
15134
15135 2005-02-15 [colin]      1.0.1cvs7.2
15136
15137         * src/mimeview.c
15138                 Fix mime icons not reset across message when
15139                 scrolled down
15140
15141 2005-02-15 [colin]      1.0.1cvs7.1
15142
15143         * src/compose.c
15144         * src/procmime.c
15145                 Sync with HEAD (optimisation of cvs6)
15146
15147 2005-02-14 [colin]      1.0.1cvs6.1
15148
15149         * src/compose.c
15150         * src/procmime.c
15151                 Sync with HEAD (encode "From " at line beginning)
15152
15153 2005-02-14 [colin]      1.0.1cvs5.3
15154
15155         * src/compose.c
15156                 Fix wrapping with accentued chars.
15157
15158 2005-02-13 [colin]      1.0.1cvs5.2
15159
15160         * src/textview.c
15161                 Fix email informative part parsing with
15162                 accentued chars in it. ispunct() returns
15163                 true for them in utf8...
15164
15165 2005-02-12 [colin]      1.0.1cvs5.1
15166
15167         * src/filtering.c
15168                 Sync with HEAD (remove wrong use of compose after send)
15169
15170 2005-02-12 [paul]       1.0.1cvs4.5
15171
15172         * src/textview.c
15173                 remove unnecessary code (thanks to Alfons)
15174
15175 2005-02-12 [paul]       1.0.1cvs4.4
15176
15177         * src/textview.c
15178                 add 'Copy' to contextual menu on emails
15179
15180 2005-02-11 [colin]      1.0.1cvs4.3
15181
15182         * src/compose.c
15183                 revert 1.0.0cvs28.2, it doesn't work that well.
15184
15185 2005-02-11 [paul]       1.0.1cvs4.2
15186
15187         * po/Makefile.in.in
15188                 fix 'make release'
15189
15190 2005-02-10 [paul]       1.0.1cvs4.1
15191
15192         * ChangeLog
15193         * ChangeLog.claws
15194         * ChangeLog.jp
15195         * configure.ac
15196         * src/compose.c
15197                 sync with HEAD (sync with main)
15198
15199 2005-02-10 [paul]       1.0.1cvs3.2
15200
15201         * AUTHORS
15202         * Makefile.am
15203         * autogen.sh
15204         * configure.ac
15205         * config/mkinstalldirs
15206         * intl/.cvsignore
15207         * intl/ChangeLog
15208         * intl/VERSION
15209         * intl/bindtextdom.c
15210         * intl/config.charset
15211         * intl/dcgettext.c
15212         * intl/dcigettext.c
15213         * intl/dcngettext.c
15214         * intl/dgettext.c
15215         * intl/dngettext.c
15216         * intl/eval-plural.h
15217         * intl/explodename.c
15218         * intl/finddomain.c
15219         * intl/gettext.c
15220         * intl/gettextP.h
15221         * intl/gmo.h
15222         * intl/hash-string.h
15223         * intl/intl-compat.c
15224         * intl/l10nflist.c
15225         * intl/libgnuintl.h.in
15226         * intl/loadinfo.h
15227         * intl/loadmsgcat.c
15228         * intl/localcharset.c
15229         * intl/localcharset.h
15230         * intl/locale.alias
15231         * intl/localealias.c
15232         * intl/localename.c
15233         * intl/log.c
15234         * intl/ngettext.c
15235         * intl/os2compat.c
15236         * intl/os2compat.h
15237         * intl/osdep.c
15238         * intl/plural-exp.c
15239         * intl/plural-exp.h
15240         * intl/plural.c
15241         * intl/plural.y
15242         * intl/ref-add.sin
15243         * intl/ref-del.sin
15244         * intl/relocatable.c
15245         * intl/relocatable.h
15246         * intl/textdomain.c
15247         * m4/Makefile.am
15248         * po/Makefile.in.in
15249         * src/Makefile.am
15250         * src/account.c
15251         * src/action.c
15252         * src/addr_compl.c
15253         * src/addressadd.c
15254         * src/addressbook.c
15255         * src/addrgather.c
15256         * src/addrindex.c
15257         * src/alertpanel.c
15258         * src/browseldap.c
15259         * src/codeconv.c
15260         * src/codeconv.h
15261         * src/compose.c
15262         * src/compose.h
15263         * src/crash.c
15264         * src/editaddress.c
15265         * src/editbook.c
15266         * src/editgroup.c
15267         * src/editjpilot.c
15268         * src/editldap.c
15269         * src/editldap_basedn.c
15270         * src/editvcard.c
15271         * src/exphtmldlg.c
15272         * src/expldifdlg.c
15273         * src/export.c
15274         * src/exporthtml.c
15275         * src/filtering.c
15276         * src/folder.c
15277         * src/folder_item_prefs.c
15278         * src/foldersel.c
15279         * src/folderview.c
15280         * src/grouplistdialog.c
15281         * src/headerview.c
15282         * src/imap.c
15283         * src/imap_gtk.c
15284         * src/import.c
15285         * src/importldif.c
15286         * src/importmutt.c
15287         * src/importpine.c
15288         * src/inc.c
15289         * src/ldif.c
15290         * src/main.c
15291         * src/mainwindow.c
15292         * src/matcher.c
15293         * src/mbox.c
15294         * src/message_search.c
15295         * src/messageview.c
15296         * src/mh.c
15297         * src/mh_gtk.c
15298         * src/mimeview.c
15299         * src/msgcache.c
15300         * src/news.c
15301         * src/news_gtk.c
15302         * src/noticeview.c
15303         * src/partial_download.c
15304         * src/pop.c
15305         * src/prefs_account.c
15306         * src/prefs_actions.c
15307         * src/prefs_common.c
15308         * src/prefs_customheader.c
15309         * src/prefs_display_header.c
15310         * src/prefs_ext_prog.c
15311         * src/prefs_filtering.c
15312         * src/prefs_filtering_action.c
15313         * src/prefs_folder_item.c
15314         * src/prefs_fonts.c
15315         * src/prefs_gtk.c
15316         * src/prefs_matcher.c
15317         * src/prefs_msg_colors.c
15318         * src/prefs_spelling.c
15319         * src/prefs_summary_column.c
15320         * src/prefs_template.c
15321         * src/prefs_themes.c
15322         * src/prefs_toolbar.c
15323         * src/prefs_wrapping.c
15324         * src/privacy.c
15325         * src/procheader.c
15326         * src/procmime.c
15327         * src/procmsg.c
15328         * src/quote_fmt.c
15329         * src/recv.c
15330         * src/send_message.c
15331         * src/setup.c
15332         * src/sourcewindow.c
15333         * src/ssl_manager.c
15334         * src/statusbar.c
15335         * src/summary_search.c
15336         * src/summaryview.c
15337         * src/textview.c
15338         * src/toolbar.c
15339         * src/wizard.c
15340         * src/common/nntp.c
15341         * src/common/plugin.c
15342         * src/common/smtp.c
15343         * src/common/ssl.c
15344         * src/common/ssl_certificate.c
15345         * src/common/string_match.c
15346         * src/common/sylpheed.c
15347         * src/common/template.c
15348         * src/common/utils.c
15349         * src/gtk/about.c
15350         * src/gtk/colorlabel.c
15351         * src/gtk/description_window.c
15352         * src/gtk/filesel.c
15353         * src/gtk/foldersort.c
15354         * src/gtk/gtkaspell.c
15355         * src/gtk/gtkutils.c
15356         * src/gtk/inputdialog.c
15357         * src/gtk/logwindow.c
15358         * src/gtk/menu.c
15359         * src/gtk/pluginwindow.c
15360         * src/gtk/prefswindow.c
15361         * src/gtk/progressdialog.c
15362         * src/gtk/quicksearch.c
15363         * src/gtk/sslcertwindow.c
15364         * src/plugins/clamav/clamav_plugin.c
15365         * src/plugins/clamav/clamav_plugin_gtk.c
15366         * src/plugins/demo/demo.c
15367         * src/plugins/dillo_viewer/dillo_prefs.c
15368         * src/plugins/dillo_viewer/dillo_viewer.c
15369         * src/plugins/image_viewer/plugin.c
15370         * src/plugins/image_viewer/viewer.c
15371         * src/plugins/image_viewer/viewerprefs.c
15372         * src/plugins/mathml_viewer/mathml_viewer.c
15373         * src/plugins/pgpmime/passphrase.c
15374         * src/plugins/pgpmime/plugin.c
15375         * src/plugins/pgpmime/prefs_gpg.c
15376         * src/plugins/pgpmime/select-keys.c
15377         * src/plugins/pgpmime/sgpgme.c
15378         * src/plugins/spamassassin/spamassassin.c
15379         * src/plugins/spamassassin/spamassassin_gtk.c
15380         * src/plugins/trayicon/trayicon.c
15381                 sync with main (revision 104)
15382
15383 2005-02-10 [colin]      1.0.1cvs3.1
15384
15385         * src/mainwindow.c
15386                 Sync with HEAD (fix occasional crasher)
15387
15388 2005-02-10 [colin]      1.0.1cvs2.1
15389
15390         * src/messageview.c
15391                 Synw with HEAD (don't automatically display html)
15392
15393 2005-02-09 [colin]      1.0.1cvs1.3
15394
15395         * src/textview.c
15396         * src/textview.h
15397                 Add contextual menu on emails
15398
15399 2005-02-09 [colin]      1.0.1cvs1.2
15400
15401         * src/codeconv.c
15402                 Fix converting from broken headers and 
15403                 put back the _ in missing places
15404                 (feature broke with cvs24.2 sync, main 
15405                  possibly affected?)
15406
15407 2005-02-09 [colin]      1.0.1cvs1.1
15408
15409         * src/messageview.c
15410         * src/mimeview.c
15411         * src/mimeview.h
15412                 Sync with HEAD (display non text/plain mails with plugin)
15413
15414 2005-02-08 [colin]      1.0.1.1
15415
15416         * ChangeLog.claws
15417         * po/pt_BR.po
15418                 Sync with HEAD
15419         * configure.ac
15420                 Make default configuration directory 
15421                 be .sylpheed-gtk2
15422
15423 2005-02-08 [colin]      1.0.0cvs29.1
15424
15425         * po/de.po
15426         * po/es.po
15427         * po/fr.po
15428         * po/it.po
15429         * po/sk.po
15430         * po/sr.po
15431                 Sync translations with HEAD
15432
15433 2005-02-06 [colin]      1.0.0cvs28.3
15434
15435         * src/compose.c
15436                 Make compose a bit faster - patch by Alfons.
15437
15438 2005-02-06 [colin]      1.0.0cvs28.2
15439
15440         * src/compose.c
15441                 Make pasting via middle-click more reliable
15442
15443 2005-02-05 [paul]       1.0.0cvs28.1
15444
15445         * ChangeLog
15446         * ChangeLog.claws
15447         * ChangeLog.jp
15448         * configure.ac
15449         * src/compose.c
15450                 sync with HEAD
15451                 (fix bug 682 'redirect is broken'
15452
15453 2005-02-05 [torte]      1.0.0cvs27.1
15454
15455         * ChangeLog.claws
15456         * configure.ac
15457         * src/partial_download.c
15458                 Sync with HEAD (fix buf overflow)
15459
15460 2005-02-03 [colin]      1.0.0cvs26.1
15461
15462         * src/common/plugin.c
15463                 Sync with HEAD (avoid plugin mismatches)
15464
15465 2005-02-03 [paul]       1.0.0cvs25.3
15466
15467         * src/folderview.c
15468         * src/headerview.c
15469         * src/summaryview.c
15470         * src/textview.c
15471         * src/gtk/colorlabel.c
15472                 third and final part of initial sync with main-gtk2
15473
15474 2005-02-03 [paul]       1.0.0cvs25.2
15475
15476         * src/jpilot.c
15477                 fix building with jpilot support
15478
15479 2005-02-02 [colin]      1.0.0cvs25.1
15480
15481         * src/messageview.c
15482                 Sync with HEAD (fix dangerous typo)
15483
15484 2005-02-01 [colin]      1.0.0cvs24.3
15485
15486         * src/common/xml.c
15487                 Write file as advertised (UTF-8)
15488
15489 2005-02-01 [paul]       1.0.0cvs24.2
15490
15491         * src/addrbook.c
15492         * src/addrindex.c
15493         * src/alertpanel.h
15494         * src/codeconv.c
15495         * src/codeconv.h
15496         * src/compose.c
15497         * src/export.c
15498         * src/folder_item_prefs.c
15499         * src/html.c
15500         * src/imap.c
15501         * src/import.c
15502         * src/jpilot.c
15503         * src/mainwindow.c
15504         * src/matcher_parser_lex.l
15505         * src/messageview.c
15506         * src/mh.c
15507         * src/prefs_account.c
15508         * src/prefs_actions.c
15509         * src/prefs_common.c
15510         * src/prefs_gtk.c
15511         * src/prefs_gtk.h
15512         * src/prefs_themes.c
15513         * src/procheader.c
15514         * src/procmime.c
15515         * src/sourcewindow.c
15516         * src/statusbar.c
15517         * src/summaryview.c
15518         * src/textview.c
15519         * src/toolbar.c
15520         * src/unmime.c
15521         * src/common/template.c
15522         * src/common/utils.c
15523         * src/common/xml.c
15524         * src/common/xml.h
15525         * src/gtk/gtkaspell.c
15526         * src/plugins/clamav/clamav_plugin.c
15527         * src/plugins/dillo_viewer/dillo_prefs.c
15528         * src/plugins/image_viewer/viewerprefs.c
15529         * src/plugins/pgpmime/passphrase.c
15530         * src/plugins/pgpmime/prefs_gpg.c
15531         * src/plugins/pgpmime/select-keys.c
15532         * src/plugins/spamassassin/spamassassin.c
15533                 second part of initial sync with main-gtk2
15534                 (more to follow)
15535
15536 2005-01-31 [colin]      1.0.0cvs24.1
15537
15538         * src/compose.c
15539                 Sync with HEAD
15540
15541 2005-01-29 [paul]       1.0.0cvs23.2
15542
15543         * src/account.c
15544         * src/action.c
15545         * src/addressadd.c
15546         * src/addressbook.c
15547         * src/alertpanel.c
15548         * src/compose.c
15549         * src/editaddress.c
15550         * src/editbook.c
15551         * src/editgroup.c
15552         * src/editjpilot.c
15553         * src/editldap.c
15554         * src/editldap_basedn.c
15555         * src/editvcard.c
15556         * src/export.c
15557         * src/foldersel.c
15558         * src/grouplistdialog.c
15559         * src/import.c
15560         * src/importldif.c
15561         * src/inc.c
15562         * src/main.c
15563         * src/mainwindow.c
15564         * src/message_search.c
15565         * src/messageview.c
15566         * src/mimeview.c
15567         * src/prefs_actions.c
15568         * src/prefs_common.c
15569         * src/prefs_common.h
15570         * src/prefs_customheader.c
15571         * src/prefs_display_header.c
15572         * src/prefs_filtering.c
15573         * src/prefs_filtering_action.c
15574         * src/prefs_gtk.c
15575         * src/prefs_matcher.c
15576         * src/prefs_summary_column.c
15577         * src/prefs_template.c
15578         * src/sourcewindow.c
15579         * src/summary_search.c
15580         * src/summaryview.c
15581         * src/textview.c
15582         * src/gtk/about.c
15583         * src/gtk/description_window.c
15584         * src/gtk/gtkshruler.c
15585         * src/gtk/gtkutils.c
15586         * src/gtk/gtkutils.h
15587         * src/gtk/inputdialog.c
15588         * src/gtk/logwindow.c
15589         * src/gtk/prefswindow.c
15590         * src/gtk/progressdialog.c
15591         * src/gtk/progressdialog.h
15592                 first part of initial sync with main-gtk2
15593                 (more to follow)
15594
15595 2005-01-28 [colin]      1.0.0cvs23.1
15596
15597         * src/folderview.c
15598                 Sync with HEAD
15599
15600 2005-01-27 [colin]      1.0.0cvs21.1
15601
15602         * src/folder.c
15603         * src/folderview.c
15604                 Sync with HEAD
15605
15606 2005-01-27 [colin]      1.0.0cvs19.1
15607
15608         * src/procmime.c
15609                 Sync with HEAD
15610
15611 2005-01-27 [colin]      1.0.0cvs18.1
15612
15613         * src/messageview.c
15614         * src/summaryview.c
15615         * src/mainwindow.c
15616         * src/compose.c
15617         * src/compose.h
15618         * src/procmsg.c
15619         * src/procmsg.h
15620         * src/toolbar.c
15621                 Sync with HEAD
15622
15623 2005-01-26 [paul]       1.0.0cvs15.2
15624
15625         * src/compose.c
15626                 compose_entries_set(): convert subject and body to
15627                 utf8 if necessary. patch by Felix Eckhofer
15628
15629 2005-01-26 [paul]       1.0.0cvs15.1
15630
15631         * configure.ac
15632         * src/common/template.c
15633                 sync with HEAD (fix memory leak)
15634
15635 2005-01-25 [paul]       1.0.0cvs14.1
15636
15637         * configure.ac
15638         * src/compose.c
15639                 sync with HEAD
15640
15641 2005-01-24 [colin]      1.0.0cvs13.1
15642
15643         * src/summaryview.c
15644                 Sync with HEAD
15645
15646 2005-01-24 [paul]       1.0.0cvs12.1
15647
15648         * configure.ac
15649         * src/messageview.c
15650         * src/mh.c
15651         * src/common/utils.c
15652                 sync with HEAD
15653
15654 2005-01-24 [colin]      1.0.0cvs11.1
15655
15656         * src/procheader.c
15657                 Sync with HEAD
15658
15659 2005-01-24 [colin]      1.0.0cvs10.1
15660
15661         * src/folderview.c
15662                 Sync with HEAD
15663
15664 2005-01-23 [colin]      1.0.0cvs9.1
15665
15666         * src/crash.c
15667                 Sync with HEAD
15668
15669 2005-01-22 [colin]      1.0.0cvs8.1
15670
15671         * src/summaryview.c
15672         * src/gtk/quicksearch.c
15673                 Sync with HEAD
15674
15675 2005-01-21 [colin]      1.0.0cvs7.1
15676
15677         * src/summaryview.c
15678                 Sync with HEAD
15679
15680 2005-01-21 [colin]      1.0.0cvs6.1
15681
15682         * src/summaryview.c
15683                 Sync with HEAD
15684
15685 2005-01-21 [colin]      1.0.0cvs5.1
15686
15687         * src/gtk/quicksearch.c
15688         * src/prefs_common.c
15689         * src/prefs_common.h
15690                 Sync with HEAD (recurse option)
15691
15692 2005-01-21 [colin]      1.0.0cvs4.1
15693
15694         * src/folder.h
15695         * src/folderview.c
15696         * src/folderview.h
15697         * src/summaryview.c
15698         * src/gtk/quicksearch.c
15699         * src/gtk/quicksearch.h
15700                 Sync with HEAD (recursive quicksearch)
15701
15702 2005-01-20 [colin]      1.0.0cvs3.4
15703
15704         * src/ssl_manager.c
15705                 Remove useless code
15706
15707 2005-01-20 [colin]      1.0.0cvs3.3
15708
15709         * src/ssl_manager.c
15710                 Fix leak, thanks to Alfons.
15711
15712 2005-01-20 [colin]      1.0.0cvs3.2
15713
15714         * src/ssl_manager.c
15715                 Port SSL certificate window to GTK2.
15716
15717 2005-01-20 [paul]       1.0.0cvs3.1
15718
15719         * ChangeLog.claws
15720         * configure.ac
15721         * src/addrindex.c
15722         * src/addrindex.h
15723                 sync with HEAD
15724
15725 2005-01-19 [colin]      1.0.0cvs2.2
15726
15727         * src/plugins/trayicon/trayicon.c
15728                 Fix freeze with gtk-2.6, the easy way
15729                 (signal blocking helpless there...)
15730                 Closes bug #668.
15731
15732 2005-01-19 [colin]      1.0.0cvs2.1
15733
15734         * src/mbox.c
15735         * src/mbox.h
15736         * src/mainwindow.c
15737         * src/summaryview.c
15738         * src/summaryview.h
15739                 Sync with HEAD
15740
15741 2005-01-19 [paul]       1.0.0cvs1.1
15742
15743         * configure.ac
15744         * po/de.po
15745         * po/es.po
15746         * po/fr.po
15747         * po/hr.po
15748         * po/it.po
15749         * po/ja.po
15750         * po/ko.po
15751         * po/pt_BR.po
15752         * po/ru.po
15753         * po/sk.po
15754         * po/sr.po
15755                 sync with HEAD (update translations)
15756
15757 2005-01-18 [colin]      1.0.0cvs0.1
15758
15759         * src/foldersel.c
15760                 Specify search column - patch by Alfons
15761
15762 2005-01-18 [colin]      0.9.13cvs36.3
15763
15764         * src/prefs_toolbar.c
15765                 Change Delete to Remove
15766         * src/prefs_fonts.c
15767                 GTK2 version and leak fixes
15768         * src/prefs_actions.c
15769                 Add stock buttons.
15770                 All patches by Alfons
15771
15772 2005-01-17 [colin]      0.9.13cvs36.2
15773
15774         * src/compose.c
15775                 Fix DnD inserting twice. While at it,
15776                 add DnD support for text/plain in the
15777                 body, and add support in the headers.
15778
15779 2005-01-16 [colin]      0.9.13cvs36.1
15780
15781         * ChangeLog
15782         * ChangeLog.jp
15783         * ChangeLog.claws
15784                 Sync with HEAD (nothing applicable)
15785
15786 2005-01-16 [colin]      0.9.13cvs33.2
15787
15788         * src/prefs_toolbar.c
15789                 GTK2ize prefs_toolbar, by Alfons.
15790
15791 2005-01-14 [colin]      0.9.13cvs33.1
15792
15793         * src/html.c
15794         * src/msgcache.c
15795                 Sync with HEAD
15796
15797 2005-01-14 [colin]      0.9.13cvs32.1
15798
15799         * src/html.c
15800         * src/html.h
15801         * src/msgcache.c
15802         * AUTHORS
15803         * tools/calypso_convert.pl
15804                 Sync with HEAD
15805
15806 2005-01-08 [colin]      0.9.13cvs29.2
15807
15808         * src/prefs_filtering_action.c
15809         * src/prefs_filtering.c
15810                 2 more gtk2 patches by Alfons
15811
15812 2005-01-07 [paul]       0.9.13cvs29.1
15813
15814         * ChangeLog
15815         * ChangeLog.claws
15816         * ChangeLog.jp
15817         * configure.ac
15818         * src/pop.c
15819         * src/pop.h
15820                 sync with HEAD
15821
15822 2005-01-07 [colin]      0.9.13cvs28.3
15823
15824         * src/gtk/progressdialog.c
15825         * src/gtk/progressdialog.h
15826         * src/inc.c
15827         * src/send_message.c
15828                 GTK2 for the incorporation dialog. The CList isn't dead
15829                 yet, for a more smooth migration. Patch by Alfons.
15830
15831 2005-01-06 [colin]      0.9.13cvs28.2
15832
15833         * src/prefs_display_header.c
15834                 GTK2 conversion by Alfons
15835         * src/prefs_actions.c
15836         * src/prefs_matcher.c
15837                 Fix 2 leaks - patch by Alfons
15838
15839 2005-01-06 [colin]      0.9.13cvs28.1
15840
15841         * src/prefs_matcher.c
15842                 Sync with HEAD
15843
15844 2005-01-06 [colin]      0.9.13cvs27.4
15845
15846         * src/prefs_matcher.c
15847                 Fix double-free. Patch by Alfons
15848
15849 2005-01-06 [colin]      0.9.13cvs27.3
15850
15851         * src/prefs_matcher.c
15852                 GTK2 widgets + memleak
15853                 Patch by Alfons
15854
15855 2005-01-05 [colin]      0.9.13cvs27.2
15856
15857         * src/account.c
15858         * src/addr_compl.c
15859         * src/foldersel.c
15860         * src/stock_pixmap.c
15861         * src/stock_pixmap.h
15862                 3 more GTK2 patches by Alfons.
15863
15864 2005-01-04 [colin]      0.9.13cvs27.1
15865
15866         * src/folderview.c
15867         * src/imap_gtk.c
15868         * src/news_gtk.c
15869                 Sync with HEAD
15870
15871 2005-01-04 [colin]      0.9.13cvs25.9
15872
15873         * src/compose.c
15874                 Fix Show Ruler menuitem
15875         * src/prefs_template.c
15876                 Convert to GTK2
15877         * src/common/utils.c
15878                 Make auto pointer stuff handles NULLs
15879                 Patches by Alfons.
15880
15881 2005-01-04 [colin]      0.9.13cvs25.8
15882
15883         * src/compose.c
15884                 Move the attachment list to gtk2
15885                 Patch by Alfons.
15886
15887 2005-01-04 [colin]      0.9.13cvs25.7
15888
15889         * src/textview.c
15890                 Make some keys work again
15891                 Patch by SungHyun Nam <namsh@kldp.org>
15892
15893 2005-01-04 [colin]      0.9.13cvs25.6
15894
15895         * src/gtk/gtkshruler.c
15896                 Move the ruler to GTK2
15897                 Patch by Alfons
15898
15899 2005-01-03 [colin]      0.9.13cvs25.5
15900
15901         * src/compose.c
15902                 Fix my broken patch apply 
15903
15904 2005-01-03 [colin]      0.9.13cvs25.4
15905
15906         * src/common/utils.c
15907         * src/common/utils.h
15908         * src/gtk/prefswindow.c
15909                 Move auto pointer stuff to utils.c
15910                 Patch by Alfons again :)
15911
15912 2005-01-03 [colin]      0.9.13cvs25.3
15913
15914         * src/compose.c
15915         * src/prefs_gtk.c
15916         * src/prefs_template.c
15917         * src/textview.c
15918                 Empty text widgets with empty strings, not NULL char
15919                 Patch by SungHyun Nam <namsh@kldp_org>
15920
15921 2005-01-03 [colin]      0.9.13cvs25.2
15922
15923         * src/main.c
15924         * AUTHORS
15925                 Sync with HEAD
15926
15927 2005-01-03 [colin]      0.9.13cvs25.1
15928
15929         * src/pop.c
15930         * src/pop.h
15931                 Sync with HEAD
15932
15933 2005-01-03 [colin]      0.9.13cvs24.3
15934
15935         * src/account.c
15936                 Two patches from Alfons and Alex S Moore:
15937                 fix images, fix return value.
15938
15939 2005-01-01 [colin]      0.9.13cvs24.2
15940
15941         * src/prefs_actions.c
15942                 Fix over-zealous assertion. Patch by Alfons
15943
15944 2005-01-01 [colin]      0.9.13cvs24.1
15945
15946         * src/procmime.c
15947                 Sync with HEAD (leak fix)
15948
15949 2004-12-31 [colin]      0.9.13cvs23.2
15950
15951         * src/prefs_common.c
15952                 GTK2 widgets + stock buttons - patch by Alfons
15953
15954 2004-12-31 [paul]       0.9.13cvs23.1
15955
15956         * configure.ac
15957                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15958         * src/gtk/pluginwindow.c
15959                 use GTK2 widgets and plug memory leaks,
15960                 patches by Alfons
15961
15962 2004-12-30 [colin]      0.9.13cvs22.4
15963
15964         * src/account.c
15965         * src/action.c
15966         * src/export.c
15967         * src/foldersel.c
15968         * src/import.c
15969         * src/message_search.c
15970         * src/prefs_actions.c
15971         * src/prefs_common.c
15972         * src/prefs_customheader.c
15973         * src/prefs_filtering.c
15974         * src/prefs_summary_column.c
15975         * src/summary_search.c
15976         * src/gtk/about.c
15977         * src/gtk/description_window.c
15978         * src/gtk/gtkutils.c
15979         * src/gtk/gtkutils.h
15980         * src/gtk/inputdialog.c
15981         * src/gtk/prefswindow.c
15982                 Use GTK2 stock buttons. Patches by Alfons.
15983
15984 2004-12-30 [colin]      0.9.13cvs22.3
15985
15986         * src/account.c
15987                 Sync with HEAD
15988         * src/prefs_actions.c
15989         * src/prefs_customheader.c
15990         * src/prefs_filtering.c
15991         * src/prefs_msg_colors.c
15992         * src/prefs_summary_column.c
15993         * src/gtk/prefswindow.c
15994                 Use GtkTreeView instead of deprecated 
15995                 widgets. Patches by Alfons.
15996
15997 2004-12-30 [paul]       0.9.13cvs22.2
15998
15999         * src/foldersel.c
16000                 use GTK 2 Tree View
16001                 patch by Alfons, with root folder sorting fix
16002                 by Stephan Sachse
16003
16004 2004-12-30 [paul]       0.9.13cvs22.1
16005
16006         * ChangeLog
16007         * ChangeLog.claws
16008         * ChangeLog.jp
16009         * NEWS
16010         * configure.ac
16011         * src/account.c
16012                 sync with HEAD
16013
16014 2004-12-22 [martin]     0.9.13cvs21.2
16015
16016         * src/action.c
16017                 free the command line after its use
16018
16019 2004-12-18 [paul]       0.9.13cvs21.1
16020
16021         * AUTHORS
16022         * ChangeLog
16023         * ChangeLog.claws
16024         * ChangeLog.jp
16025         * NEWS
16026         * configure.ac
16027         * src/action.c
16028         * src/compose.c
16029         * src/syldap.c
16030                 sync with HEAD
16031
16032 2004-12-17 [martin]     0.9.13cvs17.2
16033
16034         * src/action.c
16035                 convert actions input to locale
16036         * src/inc.c
16037                 convert notification command to locale
16038         * src/plugins/pgpmime/select-keys.c
16039                 convert attributes to utf8
16040
16041 2004-12-14 [colin]      0.9.13cvs17.1
16042
16043         * ChangeLog
16044         * ChangeLog.jp
16045         * ChangeLog.claws
16046         * src/action.c
16047         * src/common/utils.c
16048         * src/gtk/prefswindow.c
16049         * src/gtk/gtkutils.c
16050         * src/gtk/gtkutils.h
16051         * src/plugins/spamassassin/libspamc.c
16052                 Sync with HEAD
16053
16054 2004-12-13 [colin]      0.9.13cvs14.1
16055
16056         * src/quote_fmt_parse.y
16057                 Sync with HEAD
16058
16059 2004-12-10 [colin]      0.9.13cvs12.1
16060
16061         * src/prefs_themes.c
16062         * src/mainwindow.c
16063         * src/messageview.c
16064                 Sync with HEAD
16065
16066 2004-12-09 [colin]      0.9.13cvs10.1
16067
16068         * src/procmime.c
16069                 Sync with HEAD (fix B64 encoding from memory)
16070
16071 2004-12-08 [colin]      0.9.13cvs9.1
16072
16073         * src/gtk/colorlabel.c
16074                 Sync with HEAD
16075
16076 2004-12-08 [paul]       0.9.13cvs8.2
16077
16078         * src/gtk/pluginwindow.c
16079                 fix window resizing oddities
16080
16081 2004-12-08 [colin]      0.9.13cvs8.1
16082
16083         * src/quote_fmt_parse.y
16084                 Sync with HEAD
16085
16086 2004-12-08 [colin]      0.9.13cvs7.1
16087
16088         * src/matcher_parser_parse.y
16089         * src/msgcache.c
16090         * src/prefs_matcher.c
16091         * src/procheader.c
16092         * src/matcher.c
16093         * src/common/defs.h
16094         * po/sr.po
16095                 Sync with HEAD
16096
16097 2004-12-08 [colin]      0.9.13cvs6.1
16098
16099         * src/quote_fmt_parse.y
16100         * src/textview.c
16101                 Sync with HEAD
16102         * src/gtk/prefswindow.c
16103         * src/gtk/pluginwindow.c
16104                 Fix G_CALLBACKS protos (thanks to Alfons)
16105
16106 2004-12-07 [torte]      0.9.13cvs2.2
16107
16108         * src/procmime.c
16109                 [Bug 650] reply button causes crash
16110                 Thanks to David Relson and Christoph
16111
16112 2004-12-07 [colin]      0.9.13cvs2.1
16113
16114         * ChangeLog.claws
16115         * AUTHORS
16116         * po/sk.po
16117         * src/procmime.c
16118         * src/prefs_account.c
16119         * src/common/smtp.c
16120         * src/common/smtp.h
16121                 Sync with HEAD
16122
16123 2004-12-06 [colin]      0.9.12cvs187.1
16124
16125         * ChangeLog.claws
16126         * INSTALL
16127         * Makefile.am
16128         * README.claws
16129         * TODO.claws
16130         * configure.ac
16131         * po/bg.po
16132         * po/cs.po
16133         * po/el.po
16134         * po/en_GB.po
16135         * po/es.po
16136         * po/fr.po
16137         * po/hr.po
16138         * po/hu.po
16139         * po/it.po
16140         * po/ja.po
16141         * po/ko.po
16142         * po/nl.po
16143         * po/pl.po
16144         * po/pt_BR.po
16145         * po/ru.po
16146         * po/sk.po
16147         * po/sr.po
16148         * po/sv.po
16149         * po/zh_CN.po
16150         * po/zh_TW.Big5.po
16151         * src/compose.c
16152         * tools/Makefile.am
16153         * tools/README
16154         * tools/filter_conv.pl
16155         * tools/kdeservicemenu/README
16156         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16157         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16158                 Sync with HEAD
16159
16160 2004-12-04 [colin]      0.9.12cvs183.1
16161
16162         * src/compose.c
16163                 Sync with HEAD (compose window position saving)
16164
16165 2004-12-04 [paul]       0.9.12cvs182.3
16166
16167         * src/messageview.c
16168         * src/mimeview.c
16169         * src/prefs_customheader.c
16170         * src/gtk/quicksearch.c
16171                 replace some forgotten GTK_SIGNAL_FUNCs
16172
16173 2004-12-04 [paul]       0.9.12cvs182.2
16174
16175         * src/Makefile.am
16176                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16177                 committed in error      
16178
16179 2004-12-04 [paul]       0.9.12cvs182.1
16180
16181         * ChangeLog
16182         * ChangeLog.claws
16183         * ChangeLog.jp
16184         * INSTALL
16185         * NEWS
16186         * README
16187         * README.jp
16188         * configure.ac
16189         * doc/manual/ja/Makefile.am
16190         * doc/manual/ja/sylpheed-1.html
16191         * doc/manual/ja/sylpheed-10.html
16192         * doc/manual/ja/sylpheed-11.html
16193         * doc/manual/ja/sylpheed-12.html
16194         * doc/manual/ja/sylpheed-13.html
16195         * doc/manual/ja/sylpheed-14.html
16196         * doc/manual/ja/sylpheed-15.html
16197         * doc/manual/ja/sylpheed-16.html
16198         * doc/manual/ja/sylpheed-17.html
16199         * doc/manual/ja/sylpheed-18.html
16200         * doc/manual/ja/sylpheed-19.html
16201         * doc/manual/ja/sylpheed-2.html
16202         * doc/manual/ja/sylpheed-20.html
16203         * doc/manual/ja/sylpheed-3.html
16204         * doc/manual/ja/sylpheed-4.html
16205         * doc/manual/ja/sylpheed-5.html
16206         * doc/manual/ja/sylpheed-6.html
16207         * doc/manual/ja/sylpheed-7.html
16208         * doc/manual/ja/sylpheed-8.html
16209         * doc/manual/ja/sylpheed-9.html
16210         * doc/manual/ja/sylpheed.html
16211         * doc/manual/ja/sylpheed.sgml
16212         * po/de.po
16213         * src/Makefile.am
16214         * src/compose.c
16215         * src/procmime.c
16216         * src/pixmaps/regular.xpm **REMOVED**
16217         * src/plugins/pgpmime/pgpmime.c
16218         * src/plugins/pgpmime/plugin.c
16219         * src/plugins/pgpmime/prefs_gpg.c
16220                 sync with HEAD
16221
16222 2004-12-03 [paul]       0.9.12cvs180.1
16223
16224         * ChangeLog
16225         * ChangeLog.claws
16226         * ChangeLog.jp
16227         * configure.ac
16228         * src/Makefile.am
16229         * src/pop.c
16230         * src/common/utils.c
16231         * src/common/utils.h
16232         * src/pixmaps/continue.xpm
16233         * src/pixmaps/dir_close.xpm
16234         * src/pixmaps/dir_open.xpm
16235         * src/pixmaps/drafts_close.xpm
16236         * src/pixmaps/drafts_open.xpm
16237         * src/pixmaps/folder.xpm **REMOVED**
16238         * src/pixmaps/group.xpm
16239         * src/pixmaps/unread.xpm
16240                 sync with HEAD
16241
16242 2004-12-02 [colin]      0.9.12cvs179.1
16243
16244         * src/compose.c
16245                 Sync with HEAD (non-duplicated reedition)
16246
16247 2004-12-02 [colin]      0.9.12cvs178.1
16248
16249         * src/compose.c
16250                 Sync with HEAD (linewrap_quote fix)
16251
16252 2004-12-01 [colin]      0.9.12cvs177.3
16253
16254         * src/addrharvest.c
16255                 Replace sizeof with strlen
16256
16257 2004-12-01 [paul]       0.9.12cvs177.2
16258
16259         * src/addrharvest.c
16260                 fix 'harvest addresses'
16261
16262 2004-11-30 [colin]      0.9.12cvs177.1
16263
16264         * src/gtk/prefswindow.c
16265         * src/gtk/pluginwindow.c
16266                 Sync with HEAD
16267
16268 2004-11-29 [colin]      0.9.12cvs176.1
16269
16270         * src/folderview.c
16271                 sync with HEAD (Fix disappearing separators in folderview's popup)
16272
16273 2004-11-29 [colin]      0.9.12cvs175.1
16274
16275         * src/procmime.c
16276                 Sync with head (another format fix)
16277
16278 2004-11-29 [colin]      0.9.12cvs174.1
16279
16280         * src/pop.c
16281                 Sync with HEAD (format string fix)
16282
16283 2004-11-26 [colin]      0.9.12cvs173.1
16284
16285         * src/common/smtp.c
16286         * src/common/smtp.h
16287                 Sync with HEAD
16288
16289 2004-11-24 [colin]      0.9.12cvs172.1
16290
16291         * src/plugins/pgpmime/pgpmime.c
16292                 Sync with HEAD
16293
16294 2004-11-24 [colin]      0.9.12cvs171.1
16295
16296         * src/plugins/pgpmime/pgpmime.c
16297                 Sync with head (gpgmectx leaks)
16298
16299 2004-11-24 [colin]      0.9.12cvs169.1
16300
16301         * src/plugins/pgpmime/plugin.c
16302         * src/plugins/trayicon/Makefile.am
16303         * src/plugins/trayicon/newmarkedmail.xpm
16304         * src/plugins/trayicon/trayicon.c
16305         * src/plugins/trayicon/unreadmarkedmail.xpm
16306                 Sync with HEAD
16307
16308 2004-11-23 [colin]      0.9.12cvs168.1
16309
16310         * src/partial_download.c
16311         * src/partial_download.h
16312         * src/plugins/pgpmime/plugin.c
16313                 Sync with HEAD
16314
16315 2004-11-23 [colin]      0.9.12cvs166.1
16316
16317         * src/Makefile.am
16318         * src/codeconv.c
16319         * src/compose.c
16320         * src/folderview.c
16321         * src/main.c
16322         * src/partial_download.c
16323         * src/partial_download.h
16324         * src/prefs_account.c
16325         * src/prefs_account.h
16326         * src/privacy.c
16327         * src/privacy.h
16328         * src/procmime.c
16329         * src/common/Makefile.am
16330         * src/common/base64.h
16331         * src/common/partial_download.c
16332         * src/common/partial_download.h
16333         * src/gtk/prefswindow.c
16334         * src/gtk/prefswindow.h
16335         * src/plugins/pgpmime/pgpmime.c
16336         * src/plugins/pgpmime/prefs_gpg.c
16337         * src/plugins/pgpmime/prefs_gpg.h
16338         * src/plugins/pgpmime/sgpgme.c
16339         * src/plugins/pgpmime/sgpgme.h
16340                 Sync with HEAD
16341
16342 2004-11-23 [colin]      0.9.12cvs163.1
16343
16344         * src/main.c
16345                 Sync with HEAD (cursor optimization)
16346
16347 2004-11-23 [colin]      0.9.12cvs162.1
16348
16349         * src/prefs_common.c
16350         * src/prefs_themes.c
16351         * src/procmsg.c
16352                 Sync with HEAD
16353
16354 2004-11-23 [colin]      0.9.12cvs158.9
16355
16356         * src/compose.c
16357                 Fix double-free when forwarding
16358         * src/msgcache.c
16359                 Fix leak on error path
16360                 
16361
16362 2004-11-23 [colin]      0.9.12cvs158.8
16363
16364         * src/compose.c
16365                 Fix possible double-free
16366                 Spotted by Alfons
16367
16368 2004-11-23 [colin]      0.9.12cvs158.7
16369
16370         * src/compose.c
16371                 Fix some signal handlers' prototypes
16372                 Spotted by Alfons
16373
16374 2004-11-22 [colin]      0.9.12cvs158.6
16375
16376         * src/compose.c
16377                 Remove unneeded code and duplicated
16378                 wrapping - patch by Alfons
16379
16380 2004-11-22 [colin]      0.9.12cvs158.5
16381
16382         * src/prefs_themes.c
16383                 Fix oversized selector
16384
16385 2004-11-22 [colin]      0.9.12cvs158.4
16386
16387         * src/compose.c
16388                 fix dump_text()
16389                 patch by Alfons
16390
16391 2004-11-19 [colin]      0.9.12cvs158.3
16392
16393         * src/textview.c
16394                 Add a context menu on links (open, copy)
16395
16396 2004-11-18 [paul]       0.9.12cvs158.2
16397
16398         * src/addrgather.c
16399         * src/exphtmldlg.c
16400         * src/expldifdlg.c
16401         * src/mimeview.c
16402         * src/prefs_common.c
16403         * src/plugins/image_viewer/viewer.c
16404         * src/plugins/spamassassin/spamassassin_gtk.c
16405                 replace deprecated gtk_notebook_set_page
16406                 and gtk_notebook_current_page
16407
16408 2004-11-18 [paul]       0.9.12cvs158.1
16409
16410         * configure.ac
16411         * src/compose.c
16412         * src/mainwindow.c
16413         * src/messageview.c
16414         * src/prefs_common.c
16415         * src/common/utils.c
16416         * src/common/utils.h
16417                 sync with HEAD
16418
16419 2004-11-17 [colin]      0.9.12cvs156.1
16420
16421         * src/prefs_account.c
16422         * src/prefs_account.h
16423         * src/procmsg.c
16424                 Sync with HEAD (add pref to store encrypted mails encrypted)
16425
16426 2004-11-17 [paul]       0.9.12cvs155.1
16427
16428         * ChangeLog
16429         * ChangeLog.claws
16430         * ChangeLog.jp
16431         * NEWS
16432         * configure.ac
16433         * src/compose.c
16434         * src/jpilot.c
16435         * src/privacy.c
16436         * src/procmime.c
16437         * src/procmime.h
16438         * src/procmsg.c
16439         * src/toolbar.c
16440         * src/pixmaps/error.xpm
16441                 sync with HEAD
16442
16443 2004-11-17 [colin]      0.9.12cvs151.1
16444
16445         * src/plugins/pgpmime/pgpmime.c
16446                 Sync with HEAD (remove debug printf)
16447
16448 2004-11-17 [colin]      0.9.12cvs150.1
16449
16450         * src/plugins/pgpmime/pgpmime.c
16451                 Sync with HEAD (off-by-one fix)
16452
16453 2004-11-17 [colin]      0.9.12cvs149.1
16454
16455         * src/procmsg.c
16456                 Sync with HEAD (coding style fixes)
16457
16458 2004-11-16 [colin]      0.9.12cvs148.1
16459
16460         * src/procmsg.c
16461                 Sync with head (Fix the fix)
16462
16463 2004-11-16 [colin]      0.9.12cvs147.1
16464
16465         * src/procmsg.c
16466                 Sync with Main (leak fix)
16467
16468 2004-11-16 [colin]      0.9.12cvs146.14
16469
16470         * src/compose.c
16471                 Remove useless chunk of code
16472                 Patch by Alfons
16473
16474 2004-11-15 [colin]      0.9.12cvs146.13
16475
16476         * src/compose.c
16477                 Fix drafting after insertion
16478                 Patch by Alfons
16479
16480 2004-11-15 [colin]      0.9.12cvs146.12
16481
16482         * src/compose.c
16483         * src/prefs_filtering.c
16484         * src/prefs_filtering_action.c
16485         * src/prefs_toolbar.c
16486                 Fix some const-correctness
16487
16488 2004-11-15 [colin]      0.9.12cvs146.11
16489
16490         * src/summaryview.c
16491         * src/prefs_themes.c
16492         * src/messageview.c
16493                 Fix some leaks
16494
16495 2004-11-15 [colin]      0.9.12cvs146.10
16496
16497         * src/codeconv.c
16498                 More unreadable locale fixes
16499
16500 2004-11-14 [colin]      0.9.12cvs146.9
16501
16502         * src/textview.c
16503                 Fix uri_security_check
16504                 Patch by Alfons
16505
16506 2004-11-13 [paul]       0.9.12cvs146.8
16507
16508         * src/folder.c
16509         * src/procmime.c
16510                 fix 2 bugs introduced in last commit
16511
16512 2004-11-13 [paul]       0.9.12cvs146.7
16513
16514         * src/compose.c
16515         * src/exporthtml.c
16516         * src/exportldif.c
16517         * src/folder.c
16518         * src/imap.c
16519         * src/imap_gtk.c
16520         * src/main.c
16521         * src/mainwindow.c
16522         * src/messageview.c
16523         * src/mh_gtk.c
16524         * src/prefs_themes.c
16525         * src/procmime.c
16526         * src/setup.c
16527         * src/summaryview.c
16528                 replace deprecated g_basename
16529
16530 2004-11-13 [paul]       0.9.12cvs146.6
16531
16532         * src/compose.c
16533         * src/imap.c
16534         * src/matcher_parser.h
16535         * src/matcher_parser_parse.y
16536         * src/prefs_filtering.c
16537         * src/prefs_filtering_action.c
16538         * src/prefs_themes.c
16539         * src/prefs_toolbar.c
16540         * src/common/utils.c
16541                 various small fixes/cleanups
16542
16543 2004-11-12 [colin]      0.9.12cvs146.5
16544
16545         * src/textview.c
16546                 Validate event's origin on visibility notify
16547                 Patch by Alfons.
16548
16549 2004-11-12 [paul]       0.9.12cvs146.4
16550
16551         * src/exporthtml.c
16552         * src/exportldif.c
16553         * src/imap.c
16554         * src/mh.c
16555         * src/mimeview.c
16556         * src/prefs_spelling.c
16557         * src/prefs_themes.c
16558                 replace deprecated g_dirname    
16559
16560 2004-11-12 [colin]      0.9.12cvs146.3
16561
16562         * src/textview.c
16563                 Some coding style fixes
16564
16565 2004-11-12 [colin]      0.9.12cvs146.2
16566
16567         * src/codeconv.c
16568                 We want to replace _all_ extended chars in
16569                 conv_unreadable_*, because any string containing
16570                 extended chars not parsing as UTF8 is 
16571                 undisplayed on gtk2.
16572
16573 2004-11-12 [paul]       0.9.12cvs146.1
16574
16575         * ChangeLog
16576         * ChangeLog.claws
16577         * ChangeLog.jp
16578         * NEWS
16579         * configure.ac
16580         * src/account.c
16581         * src/folderview.c
16582         * src/folderview.h
16583         * src/imap.c
16584         * src/imap_gtk.c
16585         * src/inc.c
16586         * src/mainwindow.c
16587         * src/mh_gtk.c
16588         * src/news_gtk.c
16589         * src/pop.c
16590         * src/prefs_account.c
16591         * src/prefs_account.h
16592         * src/prefs_ext_prog.c
16593         * src/procmime.c
16594         * src/procmime.h
16595         * src/procmsg.c
16596         * src/procmsg.h
16597         * src/summary_search.c
16598         * src/summaryview.c
16599         * src/textview.c
16600         * src/common/defs.h
16601         * src/common/utils.c
16602         * src/common/utils.h
16603         * src/gtk/menu.c
16604         * src/gtk/menu.h
16605                 sync with HEAD
16606
16607 2004-11-11 [colin]      0.9.12cvs144.2
16608
16609         * src/textview.c
16610                 Fix URI range selection (patch by Alfons)
16611
16612 2004-11-09 [colin]      0.9.12cvs144.1
16613
16614         * ChangeLog.claws
16615         * src/compose.c
16616         * src/folder.c
16617         * src/folder_item_prefs.c
16618         * src/prefs_account.c
16619         * src/prefs_account.h
16620         * src/plugins/pgpmime/pgpmime.c
16621                 Sync with HEAD
16622
16623 2004-11-08 [colin]      0.9.12cvs143.1
16624
16625         * src/summaryview.c
16626                 Sync with HEAD (optimize quicksearch)
16627
16628 2004-11-08 [colin]      0.9.12cvs142.2
16629
16630         * src/compose.c
16631                 Don't wrap when Edit/Auto wrapping is disabled
16632
16633 2004-11-08 [colin]      0.9.12cvs142.1
16634
16635         * src/textview.c
16636                 Sync with HEAD
16637
16638 2004-11-08 [colin]      0.9.12cvs141.1
16639
16640         * src/textview.c
16641                 Sync with HEAD (fix some mail URIs)
16642
16643 2004-11-08 [colin]      0.9.12cvs140.3
16644
16645         * src/textview.c
16646                 o Use text cursor instead of arrow when
16647                   not on a link
16648                 o Fix handling of contiguous links (as in
16649                   "colin@colino.net" <colin@colino.net>)
16650                   This one unveils a bug in get_email_part()
16651
16652 2004-11-07 [colin]      0.9.12cvs140.2
16653
16654         * src/textview.c
16655                 Fix memleak. Patch by Alfons.
16656
16657 2004-11-06 [colin]      0.9.12cvs140.1
16658
16659         * src/compose.c
16660                 Sync with HEAD (don't ask passphrase
16661                 when drafting)
16662
16663 2004-11-06 [paul]       0.9.12cvs139.2
16664
16665         * AUTHORS
16666         * src/textview.c
16667         * src/textview.h
16668                 textview URI handling. hovering over a 
16669                 link displays it in the status bar,
16670                 and changes the mouse pointer to a hand 
16671                 cursor. a link is activated with a single 
16672                 click. (Modified from the) patch by Jean-Yves 
16673                 Lefort <jylefort@users.sourceforge.net>
16674                 
16675
16676 2004-11-05 [colin]      0.9.12cvs139.1
16677
16678         * src/compose.c
16679         * src/procmime.c
16680                 Sync with HEAD again ^^
16681
16682 2004-11-05 [colin]      0.9.12cvs139.1
16683
16684         * src/compose.c
16685         * src/procmime.c
16686                 Sync with HEAD
16687
16688 2004-11-03 [paul]       0.9.12cvs138.1
16689
16690         * ChangeLog.claws
16691         * configure.ac
16692         * po/POTFILES.in
16693         * src/prefs_ext_prog.c
16694         * src/procmime.c
16695         * tools/kdeservicemenu/README
16696         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16697         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16698                 sync with HEAD
16699
16700 2004-11-01 [christoph]  0.9.12cvs136.2
16701
16702         * src/procmime.c
16703                 convert MIME parameters to UTF-8
16704
16705 2004-10-29 [colin]      0.9.12cvs136.1
16706
16707         * src/common/utils.c
16708                 Sync with HEAD (don't use '=' in mime boundary)
16709
16710 2004-10-29 [paul]       0.9.12cvs135.1
16711
16712         * configure.ac
16713         * doc/src/rfc2231.txt
16714         * src/procmime.c
16715         * src/common/quoted-printable.c
16716         * src/common/utils.c
16717         * src/common/utils.h
16718                 sync with HEAD
16719
16720 2004-10-27 [paul]       0.9.12cvs134.1
16721
16722         * configure.ac
16723         * src/main.c
16724         * src/procmime.c
16725         * src/plugins/pgpmime/pgpmime.c
16726                 sync with HEAD
16727
16728 2004-10-26 [paul]       0.9.12cvs132.3
16729
16730         * src/account.c
16731         * src/addressbook.c
16732         * src/addrgather.c
16733         * src/addrharvest.c
16734         * src/codeconv.c
16735         * src/compose.c
16736         * src/customheader.c
16737         * src/editaddress.c
16738         * src/editgroup.c
16739         * src/enriched.c
16740         * src/expldifdlg.c
16741         * src/exporthtml.c
16742         * src/exportldif.c
16743         * src/folder.c
16744         * src/foldersel.c
16745         * src/folderview.c
16746         * src/grouplistdialog.c
16747         * src/html.c
16748         * src/imap.c
16749         * src/jpilot.c
16750         * src/ldapserver.c
16751         * src/ldif.c
16752         * src/mimeview.c
16753         * src/news.c
16754         * src/news_gtk.c
16755         * src/pop.c
16756         * src/prefs_display_header.c
16757         * src/prefs_gtk.c
16758         * src/prefs_msg_colors.c
16759         * src/prefs_toolbar.c
16760         * src/procheader.c
16761         * src/procmime.c
16762         * src/summaryview.c
16763         * src/textview.c
16764         * src/toolbar.c
16765         * src/vcard.c
16766         * src/common/mgutils.c
16767         * src/common/nntp.c
16768         * src/common/smtp.c
16769         * src/common/template.c
16770         * src/common/utils.c
16771         * src/common/xmlprops.c
16772         * src/plugins/pgpmime/pgpmime.c
16773         * src/plugins/pgpmime/select-keys.c
16774         * src/plugins/pgpmime/sgpgme.c
16775                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16776                 g_string_sprintfa(), gtk_notebook_current_page()
16777
16778 2004-10-26 [colin]      0.9.12cvs132.2
16779
16780         * src/prefs_folder_item.c
16781                 Fix default-account selection
16782
16783 2004-10-21 [colin]      0.9.12cvs133
16784
16785         * src/compose.c
16786                 Sync with HEAD (Remove extra separator in compose's Options)
16787         * src/textview.c
16788                 Set wrapping to char
16789
16790 2004-10-21 [paul]       0.9.12cvs131.2
16791
16792         * src/compose.c
16793         * src/sourcewindow.c
16794                 fix wrapping
16795                 fix window shrinking 
16796
16797 2004-10-21 [colin]      0.9.12cvs131.1
16798
16799         * ChangeLog.claws
16800         * src/compose.c
16801                 Sync with HEAD
16802
16803 2004-10-21 [paul]       0.9.12cvs130.2
16804
16805         * src/prefs_folder_item.c
16806                 sync with HEAD (Apply to subfolders)
16807
16808 2004-10-19 [colin]      0.9.12cvs130.1
16809
16810         * ChangeLog.claws
16811         * src/compose.c
16812         * src/common/utils.c
16813         * src/gtk/menu.c
16814                 Sync with HEAD
16815
16816 2004-10-19 [colin]      0.9.12cvs128.1
16817
16818         * src/addrbook.c
16819         * src/addrcache.c
16820         * src/addressbook.c
16821         * src/codeconv.c
16822         * src/compose.c
16823         * src/customheader.c
16824         * src/editaddress.c
16825         * src/editgroup.c
16826         * src/exporthtml.c
16827         * src/folder.c
16828         * src/folderview.c
16829         * src/imap.c
16830         * src/jpilot.c
16831         * src/main.c
16832         * src/matcher_parser_parse.y
16833         * src/mbox.c
16834         * src/pop.c
16835         * src/prefs_account.c
16836         * src/prefs_gtk.c
16837         * src/prefs_msg_colors.c
16838         * src/procheader.c
16839         * src/procmime.c
16840         * src/procmime.h
16841         * src/procmsg.c
16842         * src/summaryview.c
16843         * src/textview.c
16844         * src/common/base64.c
16845         * src/common/partial_download.c
16846         * src/common/socket.c
16847         * src/common/sylpheed.c
16848         * src/common/utils.c
16849         * src/common/utils.h
16850         * src/gtk/pluginwindow.c
16851         * src/gtk/quicksearch.c
16852         * src/plugins/clamav/clamav_plugin.c
16853         * src/plugins/clamav/clamav_plugin.h
16854         * src/plugins/clamav/clamav_plugin_gtk.c
16855         * src/plugins/pgpmime/passphrase.c
16856         * src/plugins/pgpmime/pgpmime.c
16857         * src/plugins/pgpmime/plugin.c
16858         * src/plugins/pgpmime/prefs_gpg.c
16859         * src/plugins/pgpmime/prefs_gpg.h
16860         * src/plugins/pgpmime/select-keys.c
16861         * src/plugins/pgpmime/sgpgme.c
16862         * src/plugins/spamassassin/libspamc.c
16863         * src/plugins/spamassassin/spamassassin.c
16864         * src/plugins/spamassassin/spamassassin.h
16865         * src/plugins/spamassassin/spamassassin_gtk.c
16866         * src/plugins/trayicon/trayicon.c
16867         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16868                 Sync with HEAD
16869
16870 2004-10-14 [colin]      0.9.12cvs126.2
16871
16872         * src/codeconv.c
16873         * src/textview.c
16874                 Fix conv_unreadable_locale
16875
16876 2004-10-13 [colin]      0.9.12cvs126.1
16877
16878         * src/compose.c
16879                 Sync with HEAD (don't convert charset for 
16880                 drafted messages, minor cleanup)
16881
16882 2004-10-13 [colin]      0.9.12cvs125.1
16883
16884         * po/POTFILES.in
16885                 Sync with HEAD (POTFILES fix)
16886
16887 2004-10-12 [colin]      0.9.12cvs124.3
16888
16889         * src/compose.c
16890                 Fix encoding bug from latest sync
16891
16892 2004-10-12 [paul]       0.9.12cvs124.2
16893
16894         * src/plugins/pgpmime/prefs_gpg.c
16895         * src/plugins/pgpmime/prefs_gpg.h
16896                 forgotten in last commit        
16897
16898 2004-10-12 [paul]       0.9.12cvs124.1
16899
16900         * ChangeLog.claws
16901         * configure.ac
16902         * m4/spamassassin.m4
16903         * src/Makefile.am
16904         * src/account.c
16905         * src/compose.c
16906         * src/compose.h
16907         * src/crash.c
16908         * src/main.c
16909         * src/mimeview.c
16910         * src/passphrase.c
16911         * src/passphrase.h
16912         * src/prefs_account.c
16913         * src/prefs_account.h
16914         * src/prefs_common.c
16915         * src/privacy.c
16916         * src/privacy.h
16917         * src/procmime.c
16918         * src/procmime.h
16919         * src/procmsg.c
16920         * src/rfc2015.c
16921         * src/rfc2015.h
16922         * src/select-keys.c
16923         * src/select-keys.h
16924         * src/textview.c
16925         * src/common/utils.c
16926         * src/common/utils.h
16927         * src/gtk/about.c
16928         * src/plugins/pgpmime/Makefile.am
16929         * src/plugins/pgpmime/passphrase.c
16930         * src/plugins/pgpmime/passphrase.h
16931         * src/plugins/pgpmime/pgpmime.c
16932         * src/plugins/pgpmime/plugin.c
16933         * src/plugins/pgpmime/select-keys.c
16934         * src/plugins/pgpmime/select-keys.h
16935         * src/plugins/pgpmime/sgpgme.c
16936         * src/plugins/pgpmime/sgpgme.h
16937                 sync with HEAD
16938
16939 2004-10-04 [colin]      0.9.12cvs122.1
16940
16941         * src/mainwindow.c
16942         * src/messageview.c
16943         * src/messageview.h
16944         * src/textview.c
16945                 Sync with HEAD
16946
16947 2004-10-04 [colin]      0.9.12cvs121.1
16948
16949         * src/summaryview.c
16950                 Sync with HEAD
16951
16952 2004-10-04 [paul]       0.9.12cvs120.1
16953
16954         * configure.ac
16955                 sync with HEAD [don't try to build 
16956                 pgpmime plugin when gpgme is disabled]
16957
16958 2004-10-03 [colin]      0.9.12cvs119.3
16959
16960         * src/gtk/gtksctree.c
16961                 Lots of side effects. Put back as before 117.2.
16962         * src/summaryview.c
16963                 Fix bug #602
16964
16965 2004-10-03 [colin]      0.9.12cvs119.2
16966
16967         * src/gtk/gtksctree.c
16968                 Revert 608 fix that doesn't work that good
16969
16970 2004-10-02 [colin]      0.9.12cvs119.1
16971
16972         * src/mainwindow.c
16973         * src/messageview.c
16974         * src/prefs_common.h
16975         * src/procmime.c
16976         * src/procmime.h
16977         * src/textview.c
16978                 Sync with HEAD
16979         * src/gtk/gtksctree.c
16980                 Close bug #608
16981
16982 2004-10-01 [colin]      0.9.12cvs118.1
16983
16984         * src/mimeview.c
16985                 Sync with HEAD (better Save All fix)
16986
16987 2004-10-01 [colin]      0.9.12cvs117.2
16988
16989         * src/gtk/gtksctree.c
16990                 Faster on selection
16991
16992 2004-10-01 [colin]      0.9.12cvs117.1
16993
16994         * src/mimeview.c
16995                 Sync with HEAD (Save All: only attachments)
16996
16997 2004-10-01 [paul]       0.9.12cvs116.1
16998
16999         * ChangeLog.claws
17000         * configure.ac
17001         * src/account.c
17002         * src/prefs_common.c
17003         * src/gtk/colorlabel.c
17004                 sync with HEAD
17005
17006 2004-09-30 [colin]      0.9.12cvs115.1
17007
17008         * src/stock_pixmap.c
17009         * src/stock_pixmap.h
17010         * src/folderview.c
17011         * src/Makefile.am
17012         * src/pixmaps/read.xpm
17013                 Sync with HEAD (new pixmap)
17014
17015 2004-09-29 [colin]      0.9.12cvs114.1
17016
17017         * src/compose.c
17018                 Sync with HEAD
17019                 Fix focus handling in headers
17020
17021 2004-09-29 [paul]       0.9.12cvs113.1
17022
17023         * src/quote_fmt_parse.y
17024                 sync with HEAD
17025  
17026
17027 2004-09-28 [colin]      0.9.12cvs112.1
17028
17029         * src/folderview.c
17030         * src/mainwindow.c
17031                 Sync with HEAD
17032
17033 2004-09-28 [colin]      0.9.12cvs110.1
17034
17035         * src/folderview.c
17036                 Sync with HEAD (Contextual Empty trash menu)
17037
17038 2004-09-28 [colin]      0.9.12cvs108.1
17039
17040         * src/addressbook.c
17041                 Sync with HEAD (addressbook edit on double-click)
17042
17043 2004-09-28 [colin]      0.9.12cvs106.1
17044
17045         * src/inc.c
17046                 Sync with HEAD (folder_item freeze on inc)
17047
17048 2004-09-27 [colin]      0.9.12cvs105.1
17049
17050         * src/folderview.c
17051                 Sync with HEAD (right-align new and unread column)
17052
17053 2004-09-27 [colin]      0.9.12cvs104.1
17054
17055         * src/main.c
17056                 Sync with HEAD (revert 0.9.12cvs101)
17057
17058 2004-09-24 [colin]      0.9.12cvs103.2
17059
17060         * src/wizard.c
17061                 Fix gtk warnings and use domain part of the email address 
17062                 when domain detection fails (no dot in domain name)
17063
17064 2004-09-23 [colin]      0.9.12cvs103.1
17065
17066         * src/plugins/spamassassin/libspamc.c
17067         * src/plugins/spamassassin/libspamc.h
17068         * src/plugins/spamassassin/utils.c
17069         * src/plugins/spamassassin/utils.h
17070                 Sync with HEAD (Update spamassassin to 3.0)
17071
17072 2004-09-21 [colin]      0.9.12cvs102.3
17073
17074         * src/action.c
17075                 Add horizontal scrollbar in action io dialog as needed
17076                 Patch by Alfons.
17077
17078 2004-09-20 [colin]      0.9.12cvs102.2
17079
17080         * src/plugins/image_viewer/viewer.c
17081                 Remove imlib stuff
17082                 use gtk_pixmap_set when clearing
17083                 (would be better to use gtkImages, but causes size-allocate 
17084                 signals storm)
17085
17086 2004-09-17 [paul]       0.9.12cvs102.1
17087
17088         * ChangeLog
17089         * ChangeLog.claws
17090         * ChangeLog.jp
17091         * configure.ac
17092         * src/inc.c
17093                 sync with HEAD
17094
17095
17096 2004-09-17 [colin]      0.9.12cvs101.1
17097
17098         * ChangeLog.claws
17099         * src/main.c
17100                 Sync with HEAD (fix segs at exit)
17101
17102 2004-09-14 [colin]      0.9.12cvs99.5
17103
17104         * src/common/socket.c
17105         * AUTHORS
17106                 Fix send error on 64bit platforms
17107                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17108
17109 2004-09-14 [colin]      0.9.12cvs99.4
17110
17111         * src/action.c
17112                 Fix action output with utf8 
17113                 Patch by Alfons.
17114
17115 2004-09-14 [colin]      0.9.12cvs99.3
17116
17117         * ChangeLog.claws
17118         * src/folder.c
17119                 Sync with HEAD
17120
17121 2004-09-09 [colin]      0.9.12cvs99.2
17122
17123         * src/action.c
17124                 Fix progress bar (displaying "Completed %v/%u")
17125                 Patch by Alfons.
17126
17127 2004-09-08 [colin]      0.9.12cvs99.1
17128
17129         * src/account.c
17130         * src/folder.c
17131         * src/procmsg.c
17132         * src/procmsg.h
17133         * src/plugins/pgpmime/pgpmime.c
17134                 Sync with HEAD
17135
17136 2004-09-08 [colin]      0.9.12cvs97.2
17137
17138         * src/summaryview.c
17139                 Don't select mails in collapsed threads 
17140                 when navigating with up/down
17141
17142 2004-09-07 [colin]      0.9.12cvs97.1
17143
17144         * src/inc.c
17145                 Sync with HEAD (meaningful error messages)
17146
17147 2004-09-06 [colin]      0.9.12cvs96.1
17148
17149         * src/toolbar.c
17150                 Sync with HEAD (fix Redirect graying out)
17151
17152 2004-09-06 [colin]      0.9.12cvs95.1
17153
17154         * src/summaryview.c
17155         * src/mimeview.c
17156                 Sync with HEAD (fix dropped URIs)
17157
17158 2004-09-06 [colin]      0.9.12cvs94.1
17159
17160         * src/addressbook.c
17161         * src/addressitem.h
17162         * src/addritem.c
17163         * src/addritem.h
17164                 Sync with HEAD (addressbook DnD)
17165
17166 2004-09-03 [colin]      0.9.12cvs93.1
17167
17168         * src/summaryview.c
17169                 Sync with HEAD (next/prev unread)
17170
17171 2004-09-03 [colin]      0.9.12cvs92.1
17172
17173         * src/prefs_common.c
17174         * src/prefs_common.h
17175         * src/summaryview.c
17176                 Sync with HEAD ('mark_as_read_delay' pref)
17177
17178 2004-09-02 [colin]      0.9.12cvs91.2
17179
17180         * src/common/xml.c
17181                 Fix leak
17182
17183 2004-09-02 [colin]      0.9.12cvs91.1
17184
17185         * src/gtk/menu.c
17186                 Sync with HEAD (menu accel don't work, but whatever)
17187
17188 2004-09-02 [colin]      0.9.12cvs90.1
17189
17190         * src/account.c
17191                 Sync with HEAD (fix bug 582)
17192
17193 2004-09-02 [colin]      0.9.12cvs89.1
17194
17195         * src/addrindex.c
17196                 Sync with HEAD (free deleted queries)
17197
17198 2004-09-02 [colin]      0.9.12cvs88.1
17199
17200         * src/ldapquery.c
17201                 Sync with HEAD (fix LDAP freezes)
17202
17203 2004-09-02 [colin]      0.9.12cvs87.1
17204
17205         * src/prefs_spelling.c
17206                 Sync with HEAD (add default dictionary)
17207
17208 2004-09-01 [colin]      0.9.12cvs86.1
17209
17210         * src/filtering.c
17211         * src/folderview.c
17212         * src/imap.c
17213         * src/prefs_matcher.c
17214         * src/stock_pixmap.c
17215         * src/summary_search.c
17216         * src/summaryview.c
17217         * src/wizard.c
17218         * src/wizard.h
17219                 Sync with HEAD (uninitialized vars fixes)
17220                 + gtk2 specific warning fixes
17221
17222 2004-08-31 [colin]      0.9.12cvs85.1
17223
17224         * src/folder.c
17225                 Sync with HEAD (Fix memory corruption due to 
17226                 uninitialized var)
17227
17228 2004-08-31 [colin]      0.9.12cvs84.4
17229
17230         * src/summary_search.c
17231                 Fix segfaults when searching in folders with broken headers
17232
17233 2004-08-31 [colin]      0.9.12cvs84.3
17234
17235         * src/compose.c
17236         * src/textview.c
17237                 Fix some more encoding/decoding issues
17238
17239 2004-08-30 [colin]      0.9.12cvs84.2
17240
17241         * src/mimeview.c
17242         * src/prefs_themes.c
17243         * src/gtk/filesel.c
17244         * src/gtk/filesel.h
17245                 Add a folder-mode selection (fixes mimeview's "Save all")
17246
17247 2004-08-29 [colin]      0.9.12cvs84.1
17248
17249         * src/mimeview.c
17250                 Sync with HEAD (don't escape saved filenames)
17251
17252 2004-08-27 [colin]      0.9.12cvs83.1
17253
17254         * ChangeLog
17255         * ChangeLog.claws
17256         * ChangeLog.jp
17257         * src/mh.c
17258         * src/procheader.c
17259         * src/procmsg.c
17260         * src/procmsg.h
17261         * src/common/utils.c
17262         * src/gtk/menu.h
17263         * po/
17264                 Sync with HEAD 0.9.12cvs83 (sync with main)
17265
17266 2004-08-26 [colin]      0.9.12cvs82.4
17267
17268         * src/codeconv.c
17269                 Fix strange stack corruption
17270                 Convert to utf8 after unmime, not before
17271
17272 2004-08-26 [colin]      0.9.12cvs82.3
17273
17274         * src/main.c
17275         * src/wizard.c
17276                 Fix account folders duplication
17277
17278 2004-08-25 [colin]      0.9.12cvs82.2
17279
17280         * src/wizard.c
17281                 Remove ports
17282                 Add SSL selection
17283                 Use login@server as account name
17284
17285 2004-08-25 [colin]      0.9.12cvs82.1
17286
17287         * src/plugins/pgpmime/pgpmime.c
17288                 Sync with HEAD (leak fix).
17289
17290 2004-08-25 [colin]      0.9.12cvs81.1
17291
17292         * src/plugins/pgpmime/pgpmime.c
17293         * src/plugins/pgpmime/sgpgme.c
17294         * src/plugins/pgpmime/sgpgme.h
17295                 Sync with HEAD (Handle combined messages).
17296
17297 2004-08-24 [colin]      0.9.12cvs80.3
17298
17299         * src/wizard.c
17300                 Fix full name, ports, and imap
17301
17302 2004-08-24 [colin]      0.9.12cvs80.2
17303
17304         * src/Makefile.am
17305         * src/main.c
17306         * src/setup.c
17307         * src/setup.h
17308         * src/stock_pixmap.c
17309         * src/stock_pixmap.h
17310         * src/wizard.c ** ADDED **
17311         * src/wizard.h ** ADDED ** 
17312         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17313                 Add a setup wizard 
17314
17315 2004-08-24 [colin]      0.9.12cvs80.1
17316
17317         * src/folder.c
17318                 Sync with HEAD (set mimeflags on all messages)
17319
17320 2004-08-24 [colin]      0.9.12cvs79.3
17321
17322         * src/matcher_parser_lex.l
17323                 Fix 8bits strings not in utf8
17324
17325 2004-08-24 [colin]      0.9.12cvs79.2
17326
17327         * src/compose.c
17328                 Check conversion result before replacing buffer
17329
17330 2004-08-23 [colin]      0.9.12cvs79.1
17331
17332         * src/compose.c
17333                 Sync with HEAD (create message header in memory)
17334
17335 2004-08-23 [colin]      0.9.12cvs78.1
17336
17337         * src/rfc2015.c
17338         * src/rfc2015.h
17339                 Sync with HEAD (fix bug 197 again)
17340
17341 2004-08-23 [colin]      0.9.12cvs77.3
17342
17343         * src/compose.c
17344                 Fix again inline gpg signing (which outputs utf8
17345                 in gtk2). Not syncing this fix to HEAD as this 
17346                 code is meant to die.
17347
17348 2004-08-23 [colin]      0.9.12cvs77.2
17349
17350         * src/prefs_account.h
17351                 Remove useless include
17352
17353 2004-08-23 [colin]      0.9.12cvs77.1
17354
17355         * src/imap.c
17356         * po/es.po
17357         * po/fr.po
17358         * po/it.po
17359         * po/pl.po
17360         * po/pt_BR.po
17361         * po/sk.po
17362         * po/sr.po
17363                 Sync with HEAD (fix bug 577)
17364
17365 2004-08-22 [colin]      0.9.12cvs76.1
17366
17367         * src/plugins/trayicon/trayicon.c
17368                 Sync with HEAD (fix formatting bug)
17369
17370 2004-08-21 [colin]      0.9.12cvs74.2
17371
17372         * src/gtk/colorsel.c
17373                 Fix bug 564 (Folder color selection window exits on any
17374                 keypress)
17375
17376 2004-08-21 [colin]      0.9.12cvs74.1
17377
17378         * ChangeLog.claws
17379         * src/compose.c
17380         * src/summaryview.c
17381         * src/toolbar.c
17382                 Sync with HEAD (fix bug 576)
17383
17384 2004-08-21 [colin]      0.9.12cvs70.1
17385
17386         * src/compose.c
17387         * src/mainwindow.c
17388                 Sync with HEAD
17389                 
17390
17391 2004-08-21 [paul]       0.9.12cvs66.4
17392
17393         * src/mainwindow.c
17394         * src/messageview.c
17395         * src/gtk/menu.c
17396         * src/plugins/spamassassin/spamassassin_gtk.c
17397                 remove some deprecated gtk1 functions
17398
17399
17400 2004-08-21 [colin]      0.9.12cvs66.3
17401
17402         * src/compose.c
17403         * src/codeconv.c
17404                 Fix warnings
17405                 Remove encoding hacks
17406                 Fix bug 575 (Strange character messes up message)
17407                 Don't display conversion error when drafting
17408
17409 2004-08-21 [paul]       0.9.12cvs66.2
17410
17411         * src/prefs_account.c
17412                 fix GnuPG mode bugs
17413
17414
17415 2004-08-20 [colin]      0.9.12cvs66.1
17416
17417         * src/codeconv.c
17418                 Sync with HEAD 0.9.12cvs66
17419
17420 2004-08-20 [paul]
17421
17422         * src/plugins/pgpmime/plugin.c
17423                 modify PGP/MIME plugin's description
17424
17425 2004-08-17 [colin]      0.9.12cvs65.1
17426
17427         * src/common/ssl.c
17428         * src/plugins/pgpmime/plugin.c
17429                 Sync with HEAD
17430
17431 2004-08-14 [colin]      0.9.12cvs60.3
17432
17433         * src/plugins/trayicon/trayicon.c
17434                 Put back resize callback, on size-request signal
17435                 rather than size-allocate to avoid infinite 
17436                 callback loop
17437
17438 2004-08-13 [colin]      0.9.12cvs60.2
17439
17440         * src/common/defs.h
17441                 Cache versions have been fixed
17442
17443 2004-08-13 [colin]      0.9.12cvs60.1
17444
17445         * src/folderutils.c
17446                 Sync with HEAD
17447
17448 2004-08-12 [colin]      0.9.12cvs59.1
17449
17450         * src/plugins/trayicon/trayicon.c
17451                 Sync with HEAD
17452
17453 2004-08-12 [colin]      0.9.12cvs57.5
17454
17455         * sylpheed.desktop
17456         * configure.ac
17457         * src/Makefile.am
17458         * src/main.c
17459                 Add support for Freedesktop.org's startup notification
17460
17461 2004-08-11 [colin]      0.9.12cvs57.4
17462
17463         * src/textview.c
17464                 Fix off-by-one
17465
17466 2004-08-11 [colin]      0.9.12cvs57.3
17467
17468         * src/message_search.c
17469         * src/summary_search.c
17470                 Make searches case insensitive by default
17471         * src/textview.c
17472                 Fix case-insensitive search in message
17473
17474 2004-08-11 [colin]      0.9.12cvs57.2
17475
17476         * src/summary_search.c
17477                 Let case-sensitive be specified
17478
17479 2004-08-10 [colin]      0.9.12cvs55.4
17480
17481         * src/common/socket.c
17482                 Fix the possible race condition
17483
17484 2004-08-09 [paul]       0.9.12cvs55.3
17485
17486         * configure.ac
17487         * src/Makefile.am
17488         * src/common/Makefile.am
17489                 sync with HEAD
17490
17491
17492 2004-08-09 [paul]       0.9.12cvs55.2
17493
17494         * autogen.sh
17495         * po/poconv.sh
17496                 remove unneeded script
17497
17498         * configure.ac
17499                 add forgotten USE_LDAP_TLS (sync with HEAD)
17500
17501
17502 2004-08-09 [colin]      0.9.12cvs55.1
17503
17504         * src/main.c
17505         * src/common/ssl.c
17506         * src/common/sylpheed.c
17507         * src/common/sylpheed.h
17508                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17509
17510 2004-08-09 [paul]       0.9.12cvs54.1
17511
17512         * ChangeLog
17513         * ChangeLog.claws
17514         * ChangeLog.jp
17515         * configure.ac
17516         * po/POTFILES.in
17517         * src/Makefile.am
17518         * src/folderutils.c
17519         * src/main.c
17520         * src/pgpmime.c
17521         * src/pgpmime.h
17522         * src/sgpgme.c
17523         * src/sgpgme.h
17524         * src/plugins/Makefile.am
17525         * src/plugins/pgpmime/.cvsignore
17526         * src/plugins/pgpmime/Makefile.am
17527         * src/plugins/pgpmime/pgpmime.c
17528         * src/plugins/pgpmime/pgpmime.h
17529         * src/plugins/pgpmime/plugin.c
17530         * src/plugins/pgpmime/sgpgme.c
17531         * src/plugins/pgpmime/sgpgme.h
17532                 sync with HEAD
17533
17534 2004-08-08 [paul]       0.9.12cvs51.1
17535
17536         * configure.ac
17537         * src/folder.c
17538                 sync with HEAD
17539
17540 2004-08-07 [colin]      0.9.12cvs50.1
17541
17542         * src/pop.c
17543         * src/common/partial_download.c
17544                 fix warnings (sync from HEAD)
17545
17546 2004-08-07 [colin]      0.9.12cvs48.1
17547
17548         * src/prefs_folder_item.c
17549                 sync with HEAD 0.9.12cvs48
17550
17551 2004-08-06 [colin]      0.9.12cvs47.1
17552
17553         * src/compose.c
17554                 Sync with HEAD
17555
17556 2004-08-06 [christoph]  0.9.12cvs46.2
17557
17558         * src/main.c
17559         * src/plugins/clamav/clamav_plugin_gtk.c
17560         * src/plugins/dillo_viewer/dillo_viewer.c
17561         * src/plugins/image_viewer/plugin.c
17562         * src/plugins/mathml_viewer/mathml_viewer.c
17563         * src/plugins/spamassassin/spamassassin_gtk.c
17564         * src/plugins/trayicon/trayicon.c
17565                 don't mix GTK1.2 plugin with GTK2 plugins
17566
17567 2004-08-06 [colin]      0.9.12cvs46.1
17568
17569         * ChangeLog
17570         * ChangeLog.claws
17571         * ChangeLog.jp
17572         * configure.ac
17573         * sylpheed-claws.pc.in
17574         * src/folder.c
17575         * src/imap.c
17576         * src/localfolder.c
17577         * src/messageview.c
17578         * src/mimeview.c
17579         * src/mimeview.h
17580         * src/msgcache.c
17581         * src/news.c
17582         * src/prefs_ext_prog.c
17583         * src/prefs_folder_item.c
17584         * src/prefs_fonts.c
17585         * src/prefs_msg_colors.c
17586         * src/prefs_spelling.c
17587         * src/prefs_themes.c
17588         * src/prefs_toolbar.c
17589         * src/prefs_wrapping.c
17590         * src/procmime.h
17591         * src/common/defs.h
17592         * src/common/nntp.c
17593         * src/common/session.c
17594         * src/common/session.h
17595         * src/common/socket.c
17596         * src/common/utils.h
17597         * src/common/xml.c
17598         * src/common/xml.h
17599         * src/gtk/prefswindow.c
17600         * src/gtk/prefswindow.h
17601         * src/plugins/clamav/clamav_plugin_gtk.c
17602         * src/plugins/dillo_viewer/dillo_prefs.c
17603         * src/plugins/image_viewer/viewerprefs.c
17604         * src/plugins/spamassassin/spamassassin_gtk.c
17605         * m4/openssl.m4 *** REMOVED ***
17606                 Sync with HEAD 0.9.12cvs46
17607
17608 2004-08-03 [paul]       0.9.12cvs40.2
17609
17610         * src/action.c
17611         * src/addressadd.c
17612         * src/addressbook.c
17613         * src/addrgather.c
17614         * src/browseldap.c
17615         * src/compose.c
17616         * src/crash.c
17617         * src/editaddress.c
17618         * src/editgroup.c
17619         * src/editldap_basedn.c
17620         * src/foldersel.c
17621         * src/importldif.c
17622         * src/mimeview.c
17623         * src/prefs_common.c
17624         * src/prefs_template.c
17625         * src/sourcewindow.c
17626         * src/summaryview.c
17627         * src/gtk/about.c
17628         * src/gtk/foldersort.c
17629         * src/gtk/logwindow.c
17630         * src/gtk/pluginwindow.c
17631         * src/gtk/prefswindow.c
17632                 change all gtk_scrolled_window_set_policy from 
17633                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17634
17635 2004-08-02 [paul]       0.9.12cvs40.1
17636
17637         * AUTHORS
17638                 update translation team section
17639         * po/pt_BR.po
17640                 updated by Frederico Goncalves Guimaraes
17641                 <fggdebian@yahoo.com.br>
17642
17643 2004-07-31 [colin]      0.9.12cvs39.9
17644
17645         * src/exphtmldlg.c
17646                 Fix compilation
17647
17648 2004-07-31 [colin]      0.9.12cvs39.8
17649
17650         * src/exphtmldlg.c
17651                 Fix an alertpanel type
17652
17653 2004-07-30 [colin]      0.9.12cvs39.7
17654
17655         * src/alertpanel.c
17656                 Fix alertpanel_error_log's icon
17657
17658 2004-07-30 [colin]      0.9.12cvs39.6
17659
17660         * src/pop.c
17661                 Two of them should still be warnings
17662
17663 2004-07-30 [colin]      0.9.12cvs39.5
17664
17665         * src/pop.c
17666                 More warning -> error
17667 2004-07-29 [colin]      0.9.12cvs39.4
17668
17669         * src/pop.c
17670                 Warning -> error
17671
17672 2004-07-29 [colin]      0.9.12cvs39.3
17673
17674         * src/prefs_matcher.c
17675                 Fix segfault
17676
17677 2004-07-29 [colin]      0.9.12cvs39.2
17678
17679         * src/alertpanel.c
17680                 More nice-looking alertpanels
17681
17682 2004-07-29 [colin]      0.9.12cvs39.1
17683
17684         * src/messageview.c
17685                 sync with head
17686                 (inform user when partial mail is deleted on server)
17687
17688 2004-07-29 [colin]      0.9.12cvs38.1
17689
17690         * src/messageview.c
17691                 sync with head
17692
17693 2004-07-28 [paul]       0.9.12cvs37.7
17694
17695         * src/mainwindow.c
17696                 complete the replacement of deprecated gtk_progress_*
17697
17698 2004-07-28 [paul]       0.9.12cvs37.6
17699
17700         * src/action.c
17701         * src/inc.c
17702         * src/mainwindow.c
17703         * src/send_message.c
17704         * src/gtk/progressdialog.c
17705         * src/gtk/progressdialog.h
17706                 replace deprecated gtk_progress_*
17707
17708 2004-07-28 [paul]       0.9.12cvs37.5
17709
17710         * src/gtk/filesel.c
17711                 remove gtk_window_set_wmclass()
17712 2004-07-28 [paul]       0.9.12cvs37.4
17713
17714         * src/addressbook.c
17715         * src/compose.c
17716         * src/foldersel.c
17717         * src/mainwindow.c
17718         * src/messageview.c
17719         * src/sourcewindow.c
17720         * src/gtk/logwindow.c
17721                 remove gtk_window_set_wmclass()
17722                 
17723         * src/prefs_filtering.c
17724         * src/prefs_filtering_action.c
17725         * src/prefs_fonts.c
17726         * src/prefs_gtk.c
17727         * src/prefs_matcher.c
17728         * src/ssl_manager.c
17729         * src/gtk/prefswindow.c
17730                 replace gtk_window_position()
17731
17732 2004-07-28 [colin]      0.9.12cvs37.3
17733
17734         * src/alertpanel.c
17735         * src/alertpanel.h
17736                 Add a way to specify panel type for specific
17737                 panels (alertpanel())
17738         * src/account.c
17739         * src/addressbook.c
17740         * src/compose.c
17741         * src/expldifdlg.c
17742         * src/main.c
17743         * src/messageview.c
17744         * src/summaryview.c
17745         * src/textview.c
17746         * src/gtk/sslcertwindow.c
17747                 Fix alertpanel()s so that their icon match
17748                 their real type
17749
17750 2004-07-28 [paul]       0.9.12cvs37.2
17751
17752         * src/addr_compl.c
17753         * src/addressbook.c
17754         * src/alertpanel.c
17755         * src/compose.c
17756         * src/export.c
17757         * src/foldersel.c
17758         * src/folderview.c
17759         * src/grouplistdialog.c
17760         * src/import.c
17761         * src/mainwindow.c
17762         * src/message_search.c
17763         * src/messageview.c
17764         * src/passphrase.c
17765         * src/prefs_actions.c
17766         * src/prefs_common.c
17767         * src/prefs_customheader.c
17768         * src/prefs_display_header.c
17769         * src/prefs_filtering.c
17770         * src/prefs_filtering_action.c
17771         * src/prefs_gtk.c
17772         * src/prefs_matcher.c
17773         * src/prefs_msg_colors.c
17774         * src/prefs_summary_column.c
17775         * src/prefs_template.c
17776         * src/sourcewindow.c
17777         * src/ssl_manager.c
17778         * src/summary_search.c
17779         * src/gtk/colorsel.c
17780         * src/gtk/description_window.c
17781         * src/gtk/gtkaspell.c
17782         * src/gtk/inputdialog.c
17783         * src/gtk/logwindow.c
17784         * src/gtk/prefswindow.c
17785         * src/gtk/progressdialog.c
17786                 replace deprecated gtk_window_set_policy
17787
17788 2004-07-27 [colin]      0.9.12cvs37.1
17789
17790         * src/msgcache.c
17791                 More fixes (synced for head again)
17792
17793 2004-07-27 [colin]      0.9.12cvs35.3
17794
17795         * src/msgcache.c
17796                 Fix wrong test
17797
17798 2004-07-27 [colin]      0.9.12cvs35.2
17799
17800         * src/mimeview.c
17801                 Fix width a bit (by Paul)
17802         * src/alertpanel.c
17803         * src/alertpanel.h
17804                 Specialize icons, make alertpanel_message()
17805                 private
17806         * src/message_search.c
17807         * src/sgpgme.c
17808         * src/summary_search.c
17809                 Suit alertpanel changes
17810
17811 2004-07-27 [colin]      0.9.12cvs35.1
17812
17813         * src/alertpanel.c
17814                 Add an icon
17815         * src/passphrase.c
17816                 Add debug output - maybe someone will
17817                 want to look at the problem with Grab
17818                 Input :)
17819         Bump version as we're synced with HEAD
17820
17821 2004-07-26 [colin]      0.9.12cvs33.26
17822
17823         * src/pop.c
17824                 Fix uidl-file parsing when not in new
17825                 format
17826
17827 2004-07-26 [colin]      0.9.12cvs33.25
17828
17829         * src/gtk/menu.c
17830                 Move popup menu up if necessary (fixes 
17831                 account selector)
17832         * src/mainwindow.c
17833                 Set account selector's button height to
17834                 minimum
17835
17836 2004-07-26 [colin]      0.9.12cvs33.24
17837
17838         * src/alertpanel.c
17839                 Maybe fix 551 (Truncated font in alert window)
17840
17841 2004-07-26 [colin]      0.9.12cvs33.23
17842
17843         * po/de.po
17844         * po/es.po
17845         * po/fr.po
17846         * po/it.po
17847         * po/ja.po
17848         * po/pl.po
17849         * po/ru.po
17850         * po/sk.po
17851         * po/sr.po
17852         * po/zh_CN.po
17853                 Sync po files with HEAD
17854
17855 2004-07-26 [paul]       0.9.12cvs33.22
17856
17857         * src/compose.c
17858                 fix Bug 556 'Organisation-header is sent even if empty'
17859
17860 2004-07-24 [colin]      0.9.12cvs33.21
17861
17862         * src/compose.c
17863         * src/gtk/gtkaspell.c
17864         * src/gtk/gtkaspell.h
17865                 Fix speller accelerators (require hack)
17866
17867 2004-07-24 [colin]      0.9.12cvs33.20
17868
17869         * src/gtk/gtkaspell.c
17870                 Fix over-eager code deletion breaking
17871                 Check while typing
17872
17873 2004-07-24 [colin]      0.9.12cvs33.19
17874
17875         * src/browseldap.c
17876         * src/ldapctrl.c
17877         * src/ldapctrl.h
17878         * src/ldapserver.h
17879                 Sync ldap with HEAD
17880         (Fixes 546 LDAP completely broken)
17881
17882 2004-07-24 [colin]      0.9.12cvs33.18
17883
17884         * src/prefs_msg_colors.c
17885                 Fix prototype mismatch
17886         (Fixes 547 void function cannot return value)
17887
17888 2004-07-24 [colin]      0.9.12cvs33.17
17889
17890         * src/mainwindow.c
17891                 Fix sort going back to previous sort key
17892                 when changing sort direction
17893
17894 2004-07-24 [colin]      0.9.12cvs33.16
17895
17896         * src/compose.c
17897                 Fix space insertion when re-wrapping at 
17898                 cursor point
17899
17900 2004-07-24 [colin]      0.9.12cvs33.15
17901
17902         * src/gtk/gtkaspell.c
17903                 Don't change cursor position in insert-text
17904                 callback
17905         (Fixes 539 Word wrapping on input transposes letters)
17906
17907 2004-07-24 [colin]      0.9.12cvs33.14
17908
17909         * src/gtk/gtkaspell.c
17910                 Reencode non-ascii chars to dictionary's
17911                 encoding
17912         (Fixes 544 Spell check broken non english locale)
17913
17914 2004-07-24 [colin]      0.9.12cvs33.13
17915
17916         * src/summaryview.c
17917                 Fix Shift+Down, add Home/End/PgUp/PgDown
17918
17919 2004-07-21 [colin]      0.9.12cvs33.12
17920
17921         * src/prefs_common.c
17922                 Fix a gtk warning (Patch by Andrej Kacian)
17923
17924 2004-07-21 [colin]      0.9.12cvs33.11
17925
17926         * src/gtk/filesel.c
17927                 More check
17928
17929 2004-07-21 [colin]      0.9.12cvs33.10
17930
17931         * src/compose.c
17932         * src/crash.c
17933         * src/export.c
17934         * src/import.c
17935         * src/messageview.c
17936         * src/mimeview.c
17937         * src/prefs_spelling.c
17938         * src/prefs_themes.c
17939         * src/summaryview.c
17940         * src/gtk/filesel.c
17941         * src/gtk/filesel.h
17942         * src/gtk/pluginwindow.c
17943                 Untwist open/save mode guessing logic, make
17944                 it explicit
17945
17946 2004-07-20 [colin]      0.9.12cvs33.9
17947
17948         * src/codeconv.c
17949                 conv_encode_header: src_charset is UTF-8 on
17950                 gtk2
17951         * src/compose.c
17952                 Remove double encoding of the headers
17953
17954 2004-07-20 [colin]      0.9.12cvs33.8
17955
17956         * src/codeconv.c
17957                 Fix typo
17958
17959 2004-07-20 [colin]      0.9.12cvs33.7
17960
17961         * src/mainwindow.c
17962                 Set the separated messageview to the saved
17963                 size of Claws' messageview (Patch by Alfons)
17964                 Fix a callback prototype (me)
17965
17966 2004-07-20 [colin]      0.9.12cvs33.6
17967
17968         * src/codeconv.h
17969                 Forgot one hunk in 0.9.12cvs33.4
17970
17971 2004-07-19 [colin]      0.9.12cvs33.5
17972
17973         * src/action.c
17974                 Action output fix
17975                 Patch by Alfons
17976
17977 2004-07-19 [colin]      0.9.12cvs33.4
17978
17979         * src/compose.c
17980                 Fix outgoing charset bug in headers
17981         * src/codeconv.c
17982                 Clean for glib2 - Patch by Alfons
17983
17984 2004-07-19 [colin]      0.9.12cvs33.3
17985
17986         * src/statusbar.c
17987                 Remove grip from the statusbar
17988                 Patch by Alfons
17989
17990 2004-07-19 [colin]      0.9.12cvs33.2
17991
17992         * src/messageview.c
17993         * src/textview.c
17994                 Fix messageview remembering the previous
17995                 scroll position when loading a new message
17996                 Patch by Alfons
17997
17998 2004-07-19 [colin]      0.9.12cvs33.1
17999
18000         * src/folder.h
18001         * src/folderview.c
18002         * src/summaryview.c
18003                 Sync with HEAD
18004
18005 2004-07-18 [colin]      0.9.12cvs32.7
18006
18007         * configure.ac
18008                 Remove useless check for XIM - noticed
18009                 by Alfons
18010
18011 2004-07-18 [colin]      0.9.12cvs32.6
18012
18013         * src/summaryview.c
18014                 Remove non-modified and shift-modified
18015                 accelerators in summaryview's popup
18016                 menu, as that doesn't get catched by
18017                 the accel-activate signal catcher...
18018
18019 2004-07-18 [colin]      0.9.12cvs32.5
18020
18021         * src/prefs_common.c
18022                 Define sensible default prefs for 
18023                 wrapping
18024
18025 2004-07-18 [colin]      0.9.12cvs32.4
18026
18027         * src/compose.c
18028         * src/prefs_common.c
18029         * src/prefs_common.h
18030         * src/prefs_wrapping.c
18031                 Remove Smart Wrapping pref, which does
18032                 nothing on gtk2 branch
18033
18034 2004-07-18 [colin]      0.9.12cvs32.3
18035
18036         * src/sourcewindow.c
18037                 Proper utf8
18038
18039 2004-07-18 [colin]      0.9.12cvs32.2
18040
18041         * src/compose.c
18042                 Save attachment status when drafting
18043
18044 2004-07-18 [colin]      0.9.12cvs32.1
18045
18046         * src/gtk/filesel.c
18047                 Fix erratic folder selection in open mode
18048
18049 2004-07-18 [colin]      0.9.12cvs31.11
18050
18051         * src/pop.c
18052                 Don't let partial messages get deleted
18053                 even with "dowload all"
18054                 (0.9.12cvs31.8 fix extension)
18055 2004-07-18 [colin]      0.9.12cvs31.10
18056
18057         * src/gtk/logwindow.c
18058                 Fix log scrolling
18059
18060 2004-07-18 [colin]      0.9.12cvs31.9
18061
18062         * src/common/utils.c
18063                 Fix non-utf8 strings coming from commands
18064                 and files
18065
18066 2004-07-18 [colin]      0.9.12cvs31.8
18067
18068         * src/pop.c
18069                 Fix partial download bug with Download all
18070                 messages option
18071
18072 2004-07-18 [colin]      0.9.12cvs31.7
18073
18074         * src/textview.c
18075                 Fix bug introduced in 0.9.12cvs31.2
18076                 (blocked in select mode after double click)
18077
18078 2004-07-18 [colin]      0.9.12cvs31.6
18079
18080         * src/compose.c
18081         * src/gtk/menu.c
18082                 More glib-warning fixes
18083
18084 2004-07-18 [colin]      0.9.12cvs31.5
18085
18086         * src/compose.c
18087                 Fix trashing the primary clipboard when moving 
18088                 around with tab
18089         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18090
18091 2004-07-18 [colin]      0.9.12cvs31.4
18092
18093         * src/codeconv.c
18094                 convert unencoded iso headers to utf8
18095         (Fix Bug 538 Unencoded local characters in subject make it 
18096          disappear)
18097
18098 2004-07-18 [colin]      0.9.12cvs31.3
18099
18100         * src/compose.c
18101                 Fix tab char handling in wrapping
18102         (Fix Bug 537 Line wrap problem - TAB character treated as 
18103          one character instead of 8)
18104
18105 2004-07-18 [colin]      0.9.12cvs31.2
18106
18107         * src/textview.c
18108                 return FALSE on GDK_MOTION_NOTIFY
18109         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18110          (unable to highlight))
18111
18112 2004-07-18 [colin]      0.9.12cvs31.1
18113
18114         * src/folderview.c
18115                 Sync with 0.9.12cvs31
18116
18117 2004-07-18 [colin]      0.9.12cvs30.4
18118
18119         * src/compose.c
18120                 Also block text_inserted when inserting a file
18121
18122 2004-07-18 [colin]      0.9.12cvs30.3
18123
18124         * src/compose.c
18125                 Fix smart wrapping (block text_inserted handler
18126                 while putting quotation to avoid wrap on input,
18127                 don't join lines if next is sig separator)
18128
18129 2004-07-17 [colin]      0.9.12cvs30.2
18130
18131         * src/folderview.c
18132         * src/mainwindow.c
18133         * src/mimeview.c
18134         * src/summaryview.c
18135         * src/gtk/quicksearch.c
18136         * src/gtk/quicksearch.h
18137                 Block key events handlers *and* accels while
18138                 quicksearch is focused
18139         (Fixes Bug 534 quick-search bar not accepting certain letters)
18140
18141 2004-07-17 [colin]      0.9.12cvs30.1
18142
18143         * src/folder.h
18144         * src/folderview.c
18145         * src/summaryview.c
18146                 Sync with 0.9.12cvs30
18147
18148 2004-07-17 [colin]      0.9.12cvs28.2
18149
18150         * src/mimeview.c
18151         * src/procmime.c
18152         * src/summaryview.c
18153         * src/gtk/menu.c
18154                 Squash some compile and glib warnings
18155
18156 2004-07-17 [paul]       0.9.12cvs28.1
18157
18158         * src/mimeview.c
18159                 sync with 0.9.12cvs28 HEAD
18160
18161 2004-07-16 [paul]       0.9.12cvs26.1
18162         
18163         * src/gtk/quicksearch.c
18164         * src/account.c
18165         * src/account.h
18166         * src/compose.c
18167         * src/customheader.c
18168         * src/folder_item_prefs.c
18169         * src/main.c
18170         * src/mainwindow.c
18171         * src/messageview.c
18172         * src/mimeview.c
18173         * src/news.c
18174         * src/pgpmime.c
18175         * src/pop.c
18176         * src/pop.h
18177         * src/prefs_account.c
18178         * src/prefs_account.h
18179         * src/prefs_common.c
18180         * src/prefs_common.h
18181         * src/prefs_display_header.c
18182         * src/prefs_gtk.c
18183         * src/prefs_gtk.h
18184         * src/procheader.c
18185         * src/procmime.c
18186                 sync with 0.9.12cvs26 HEAD      
18187
18188 2004-07-15 [colin]      0.9.12cvs18.14
18189
18190         * src/folder.c
18191                 Disable GPG signature check during
18192                 folder move and scan
18193         (Closes Bug 521 Signature checking slows down Folder-Move)
18194
18195 2004-07-14 [colin]      0.9.12cvs18.13
18196
18197         * src/common/partial_download.c
18198                 update includes
18199
18200 2004-07-14 [colin]      0.9.12cvs18.12
18201
18202         * src/common/partial_download.c
18203         * src/common/partial_download.h
18204                 Move doc at top, add correct copyright
18205
18206 2004-07-14 [colin]      0.9.12cvs18.11
18207
18208         * src/folder.c
18209         * src/messageview.c
18210         * src/pop.c
18211         * src/pop.h
18212         * src/procmsg.c
18213         * src/summaryview.c
18214         * src/common/Makefile.am
18215         * src/common/partial_download.c ** NEW FILES **
18216         * src/common/partial_download.h ** NEW FILES **
18217                 Move partial-download related stuff to its
18218                 own file
18219
18220 2004-07-14 [colin]      0.9.12cvs18.10
18221
18222         * src/send_message.c
18223                 Fix smtp auth when user is null or empty
18224
18225 2004-07-13 [colin]      0.9.12cvs18.9
18226
18227         * src/gtk/quicksearch.c
18228                 Use alphabetic order
18229
18230 2004-07-13 [colin]      0.9.12cvs18.8
18231
18232         * src/pop.c
18233                 Be paranoid on the checks
18234
18235 2004-07-13 [colin]      0.9.12cvs18.7
18236
18237         * src/gtk/quicksearch.c
18238                 Fix Engrish once again
18239
18240 2004-07-13 [colin]      0.9.12cvs18.6
18241
18242         * src/procmsg.c
18243         * src/summaryview.c
18244                 Mark messages for deletion when they are about to
18245                 be removed from trash
18246
18247 2004-07-13 [colin]      0.9.12cvs18.5
18248
18249         * src/matcher.c
18250         * src/matcher.h
18251         * src/matcher_parser_parse.y
18252         * src/prefs_matcher.c
18253         * src/gtk/quicksearch.c
18254                 Add 'partial' ('p') match string to find partially
18255                 downloaded messages
18256
18257 2004-07-13 [colin]      0.9.12cvs18.4
18258
18259         * src/pop.c
18260                 Fix misplaced block
18261
18262 2004-07-13 [colin]      0.9.12cvs18.3
18263
18264         * src/pop.c
18265         * src/pop.h
18266         * src/messageview.c
18267                 Refactor API (to avoid passing 5+ params and code
18268                 duplication)
18269         * src/folder.c
18270         * src/msgcache.c
18271         * src/procheader.c
18272         * src/common/defs.h
18273                 Add planned_download to cache
18274                 Don't mess uidl file when moving partially downloaded
18275                 mails (they change folder, we should change it in the
18276                 uidl list too or we'll remove an incorrect message)
18277                 (this also helps removing hacks when changing 
18278                 planned_download in messageview.c)
18279
18280 2004-07-12 [colin]      0.9.12cvs18.2
18281
18282         * src/gtk/quicksearch.c
18283                 Fix missing status update in quicksearch
18284
18285 2004-07-12 [paul]       0.9.12cvs18.1
18286
18287         * po/POTFILES.in
18288         * src/Makefile.am
18289         * src/account.c
18290         * src/codeconv.c
18291         * src/compose.c
18292         * src/inc.c
18293         * src/main.c
18294         * src/prefs_common.c
18295         * src/procmsg.h
18296         * src/toolbar.c
18297         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18298         * src/prefs_wrapping.[ch]       ** NEW FILES **
18299         * src/common/intl.h
18300         * src/common/utils.[ch]
18301         * src/gtk/quicksearch.[ch]
18302                 sync with 0.9.12cvs18 HEAD
18303
18304 2004-07-12 [colin]      0.9.11cvs17.25
18305
18306         * src/folder.c
18307         * src/folder.h
18308                 Remove unused function added by me in 0.9.11cvs17.10
18309
18310 2004-07-11 [colin]      0.9.11cvs17.24
18311
18312         * src/inc.c
18313         * src/messageview.c
18314         * src/pop.c
18315         * src/pop.h
18316                 Use folderitem and msgnum instead of filename to
18317                 know which mail to delete
18318                 Move old partial mail deletion to pop.c
18319
18320 2004-07-10 [colin]      0.9.11cvs17.23
18321
18322         * src/inc.c
18323                 Add debug
18324         * src/pop.c
18325         * src/pop.h
18326                 Don't re-use same enums for unrelated stuff: it's 
18327                 completely misleading !
18328                 Document a bit
18329
18330 2004-07-09 [colin]      0.9.11cvs17.22
18331
18332         * src/inc.c
18333                 Remove folder-type check and do
18334                 more tests to be sure everything's
18335                 ok
18336         * src/messageview.c
18337                 Punctuation update, remove useless
18338                 code, fix two warnings
18339         * src/noticeview.c
18340                 Layout cleaning, reset 2nd button
18341                 when specifying one
18342
18343 2004-07-09 [colin]      0.9.11cvs17.21
18344
18345         * src/messageview.c
18346         * src/pop.c
18347         * src/pop.h
18348                 Allow user to change his mind
18349                 and postpone decision (by
18350                 unmarking the mail)
18351
18352 2004-07-09 [colin]      0.9.11cvs17.20
18353
18354         * src/messageview.c
18355                 Fix bug with delete state
18356         * src/pop.c
18357         * src/pop.h
18358                 Fix buffer leak (fread doesn't 
18359                 terminate buffers with \0)
18360                 Refactoring (remove magic 
18361                 numbers)
18362
18363 2004-07-09 [colin]      0.9.11cvs17.19
18364
18365         * src/pop.c
18366                 Don't log "Skipping message" if 
18367                 we're going to TOP it two lines
18368                 later
18369
18370 2004-07-09 [colin]      0.9.11cvs17.18
18371
18372         * src/messageview.c
18373                 Fix Engrish
18374
18375 2004-07-09 [colin]      0.9.11cvs17.17
18376
18377         * src/pop.c
18378                 strlen checking...
18379         * src/messageview.c
18380                 refactoring a bit
18381
18382 2004-07-08 [colin]      0.9.11cvs17.16
18383
18384         * src/noticeview.c
18385         * src/noticeview.h
18386                 Add an optional second button
18387         * src/messageview.c
18388         * src/pop.c
18389         * src/pop.h
18390                 Don't delete partially received mails after a certain
18391                 time; rather, let the user decide.
18392
18393 2004-07-08 [colin]      0.9.11cvs17.15
18394
18395         * src/common/smtp.h
18396                 Sync with HEAD
18397
18398 2004-07-08 [colin]      0.9.11cvs17.14
18399
18400         * src/messageview.c
18401         * src/common/smtp.c
18402                 Use to_human_readable() for sizes
18403
18404 2004-07-08 [colin]      0.9.11cvs17.13
18405
18406         * src/inc.c
18407         * src/messageview.c
18408         * src/pop.c
18409         * src/pop.h
18410         * src/procmsg.c
18411                 Fix partial-downloading issues:
18412                         catch unsupported TOP
18413                         don't delete partially downloaded mails before 5 days
18414                         don't update existing with non-MH folders; that'll
18415                         make dups, but it's better than trashing the folder
18416                         free new msginfo parts
18417                 Fix indentation ;-)
18418
18419 2004-07-08 [colin]      0.9.11cvs17.12
18420
18421         * src/common/smtp.c
18422         * src/common/smtp.h
18423                 Sync smtp size verification with HEAD
18424
18425 2004-07-08 [colin]      0.9.11cvs17.11
18426
18427         * src/summaryview.c
18428         * src/prefs_common.c
18429         * src/prefs_common.h
18430         * src/gtk/quicksearch.c
18431         * src/gtk/quicksearch.h
18432                 Sync sticky pref with HEAD
18433
18434 2004-07-08 [colin]      0.9.11cvs17.10
18435
18436         * src/folder.c [1.213.2.6]
18437         * src/folder.h [1.87.2.6]
18438         * src/inc.c [1.149.2.7]
18439         * src/messageview.c [1.94.2.8]
18440         * src/procheader.c [1.47.2.6]
18441         * src/procmsg.c [1.150.2.4]
18442         * src/procmsg.h [1.60.2.5]
18443         * src/pop.c [1.56.2.4]
18444         * src/pop.h [1.17.2.3]
18445                 Let too big messages get downloaded, but truncated
18446                 Add a button to download them completely
18447                 
18448 2004-07-06 [colin]      0.9.11cvs17.9
18449
18450         * src/gtk/quicksearch.c [1.1.2.3]
18451                 Add a Clear button
18452         * commitHelper
18453         * PATCHSETS
18454                 Add a script to help with cvs
18455
18456 2004-07-03 [colin]      0.9.11cvs17.8
18457
18458         * src/plugins/imageviewer/viewer.c
18459                 fix imageviewer (which was staying on the first
18460                 displayed image)
18461
18462 2004-07-03 [colin]      0.9.11cvs17.7
18463
18464         Removed FIXME_GTK2 warnings
18465         * src/gtk/gtkutils.c
18466                 useless #warnings
18467         * src/gtk/menu.c
18468                 useless #warnings (no need to mess with menu rc)
18469         * src/gtk/menu.h
18470                 unused functions
18471         
18472
18473 2004-07-03 [colin]      0.9.11cvs17.6
18474
18475         Removed FIXME_GTK2 warnings
18476         * src/codeconv.c
18477                 useless #warnings (rewrite needed)
18478         * src/compose.c
18479                 useless #warnings (rewrite needed)
18480                 useless #warnings (gtk2 is like that)
18481                 useless #warnings (previously fixed)
18482         * src/main.c
18483                 useless #warnings (previously fixed)
18484         * src/message_search.c
18485                 useless #warnings (gtk2 is like that)
18486                 Made apparent that search is case-sensitive
18487         * src/mimeview.c
18488                 useless #warnings (rewrite needed)
18489                 useless #warnings (gtk2 is like that)
18490                 reimplemented real warnings
18491         * src/prefs_common.c
18492                 Removed block cursor option (not it gtk2)
18493         * src/prefs_gtk.c
18494                 useless #warnings (rewrite needed)
18495         * src/procheader.c
18496                 useless #warnings (rewrite needed)
18497         * src/sourcewindow.c
18498                 useless #warnings (incorrect placing)
18499         * src/summary_search.c
18500                 useless #warnings (gtk2 is like that)
18501                 Made apparent that search is case-sensitive
18502         * src/action.c
18503                 useless #warnings (gtk2 is like that)
18504         * src/textview.c
18505                 useless #warnings (rewrite needed)
18506         * src/toolbar.c
18507                 useless #warnings (rewrite needed)
18508
18509 2004-07-03 [colin]      0.9.11cvs17.5
18510
18511         * src/textview.c
18512                 Fix mismerge which broke URI opening
18513                 
18514 2004-07-01 [colin]      0.9.11cvs17.4
18515
18516         * src/gtk/filesel.c
18517                 Fill filename when saving
18518                 
18519 2004-06-27 [colin]      0.9.11cvs17.3
18520
18521         * src/gtk/filesel.[ch]
18522                 Use the new GTK file selector
18523                 Update prototype to match the reality: multiple file
18524                 selection is open-only          
18525         * src/compose.c
18526                 Match the new prototypes        
18527         * configure.ac
18528                 Match the new requirements (gtk 2.4.0)
18529                         
18530 2004-06-26 [colin]      0.9.11cvs17.2
18531
18532         * src/plugins/trayicon/trayicon.c
18533                 Remove useless signal handler on resize, which causes
18534                 an infinite "loop"
18535         
18536 2004-06-26 [colin]      0.9.11cvs17.1
18537         
18538         * tools/Makefile.am
18539                 remove launch_firebird and add nautilus2sylpheed.sh
18540         * src/quicksearch.c
18541           src/summaryview.c
18542                 Fix show/hide "Extended symbols" button problem
18543                 Fix apparition at startup
18544                 Fix const warnings
18545         * src/plugins/image_viewer/Makefile.am
18546                 Fix configure 
18547         * common/ssl.c
18548                 Re-enable certificate check, as it doesn't seem to
18549                 cause Xlib errors anymore
18550
18551 2004-06-25 [paul]       0.9.11cvs17
18552
18553         * sync with 0.9.11cvs17 HEAD
18554         
18555         NOTE: QuickSearch is broken
18556
18557 2004-06-07 [colin]      0.9.10claws67.10
18558         * src/plugins/trayicon/trayicon.c
18559           src/plugins/trayicon/libeggtrayicon/Makefile.am
18560           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18561                 Fix gettextization in trayicon plugin
18562
18563 2004-06-07 [colin]      0.9.10claws67.9
18564         
18565         * src/summaryview.c
18566           src/gtk/gtksctree.[ch]
18567                 Let Shift+{Up,Down} work in summaryview
18568                 (well, Down "works" and Up works)
18569                 Let the list scroll when using these keys
18570
18571 2004-06-06 [colin]      0.9.10claws67.8
18572
18573         * src/plugins/trayicon/trayicon.c
18574                 Fix pixmap update
18575
18576 2004-06-06 [colin]      0.9.10claws67.7
18577
18578         * src/addressbook.c
18579                 Fix signal handling causing system-wide focus grab
18580
18581 2004-05-25 [paul]       0.9.10claws67.6
18582
18583         * Makefile.am
18584           src/Makefile.am
18585                 clean up
18586
18587 2004-05-25 [paul]       0.9.10claws67.5
18588
18589         * replace deprecated gtk_signal... functions
18590
18591 2004-05-23 [colin]      0.9.10claws67.4
18592
18593         * src/compose.c
18594                 Fix wrapping
18595
18596 2004-05-22 [colin]      0.9.10claws67.3
18597
18598         * src/compose.c
18599                 Re-fix [Edited] in compose.c::compose_reedit()
18600
18601 2004-05-22 [colin]      0.9.10claws67.2
18602
18603         * src/procmime.c
18604                 Fix parsing of multiparts mails
18605
18606 2004-05-22 [colin]      0.9.10claws67.1
18607
18608         * src/summaryview.c
18609                 Fix quicksearch
18610
18611 2004-05-22 [paul]       0.9.10claws67
18612
18613         * sync with 0.9.10claws67 HEAD
18614
18615 2004-05-14 [alfons]
18616
18617         * src/procmime.h
18618                 add forgotton prototype
18619
18620 2004-05-10 [paul]       0.9.10claws57
18621
18622         * sync with 0.9.10claws57 HEAD
18623
18624 2004-05-05 [paul]       0.9.9.claws1
18625
18626         * ChangeLog-gtk2        ** REMOVED **
18627           ChangeLog-gtk2.claws  ** ADDED **
18628                 rename and adopt the normal claws format
18629                 
18630         * configure.ac
18631                 require gtkmathview >= 0.5
18632
18633         * ac/*                          ** REMOVED **
18634           ac/                           ** REMOVED **
18635           intl/Makefile.in              ** REMOVED **
18636           m4/                           ** ADDED **
18637           m4/missing                    ** ADDED **
18638           m4/missing/gdk-pixbuf.m4      ** ADDED **
18639           m4/missing/gettext.m4         ** ADDED **
18640           m4/missing/gpgme.m4           ** ADDED **
18641           m4/missing/imlib.m4           ** ADDED **
18642           m4/.cvsignore                 ** ADDED **
18643           m4/Makefile.am                ** ADDED **
18644           m4/README                     ** ADDED **
18645           m4/aclocal-include.m4         ** ADDED **
18646           m4/aspell.m4                  ** ADDED **
18647           m4/check-type.m4              ** ADDED **
18648           m4/gnupg-check-typedef.m4     ** ADDED **
18649           m4/openssl.m4                 ** ADDED **
18650           m4/spamassassin.m4            ** ADDED **
18651           po/ChangeLog                  ** REMOVED **
18652           po/Makefile.in.in             ** REMOVED **
18653           po/Rules-quot                 ** REMOVED **
18654           po/boldquot.sed               ** REMOVED **
18655           po/en@boldquot.header         ** REMOVED **
18656           po/en@quot.header             ** REMOVED **
18657           po/insert-header.sin          ** REMOVED **
18658           po/quot.sed                   ** REMOVED **
18659           po/remove-potcdate.sed        ** REMOVED **
18660           po/remove-potcdate.sin        ** REMOVED **
18661           po/stamp-po                   ** REMOVED **
18662           Makefile.am
18663           autogen.sh
18664           configure.ac
18665                 enable building with automake 1.8.x
18666                 add 'autopoint --force' to autogen.sh and remove all
18667                 auto-generated files, remove ac/ directory and use
18668                 m4/ directory instead
18669                 
18670         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18671                 fix gettextization
18672
18673 2004-02-28 Colin Leroy <colin@colino.net>
18674         * src/prefs_matcher.c
18675           src/prefs_filtering.c
18676           src/prefs_filtering_action.c
18677                 Fix non-editable GtkEntries
18678
18679 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18680         * src/prefs_themes.c
18681                 utf8 conversion for theme info
18682
18683 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18684         * sync 0.9.9claws
18685
18686 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18687         * src/grouplistdialog.c
18688                 allow multiple selections without ctrl key
18689
18690 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18691         * src/main.c
18692                 enable customizable accelerators
18693
18694 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18695         * src/prefs_common.c
18696                 re-enable different font settings for gtk1/2
18697         * src/prefs_folder_item.c
18698                 fix folder prefs displayed wrong
18699         * src/textview.c
18700                 set 'sunken' shadow type
18701
18702 2004-02-07 Colin Leroy <colin@colino.net>
18703         * src/compose.c
18704                 Fix message being always [Edited]
18705                 Encode headers correctly (utf8 buf)
18706
18707 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18708         * src/socket.c
18709                 remove double g_source_attach()
18710                 (Thanks to Colin Leroy)
18711
18712 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18713         * src/gtk/gtksctree.c
18714                 Fix SSL certificate list not shown
18715         * src/mimeview.c
18716                 Fix clicks in mime tree
18717
18718 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18719         * src/common/socket.c
18720                 Fix SSL receive
18721         * src/compose.c
18722                 Fix clipboard menu hotkeys
18723
18724 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18725         * src/gtk/gtkaspell.[ch]
18726           src/compose.c
18727                 reimplement spellchecker
18728
18729 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18730         * src/gtk/filesel.c
18731                 crash when inserting file in compose window
18732                 (TODO: keep old selection on clicks)
18733         * src/main.c
18734                 use gtkrc-2.0 instead of gtkrc
18735
18736 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18737         * src/messageview.c
18738                 remove orphaned mimeview unref()
18739
18740 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18741         * src/grouplistdialog.c
18742                 expand nodes containing subscribed groups
18743
18744 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18745         * src/textview.c
18746                 textview: hide cursor, restore old click behaviour
18747
18748 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18749         * src/textview.c
18750                 variable names messed up
18751
18752 2004-01-17 Colin Leroy <colin@colino.net>
18753         * src/addr_compl.c
18754                 Fix completion address too thin
18755         * src/compose.c
18756                 Fix tab-to-subject behaviour
18757         * src/summaryview.c
18758                 Implement key up & down in summaryview
18759
18760 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18761
18762         * sync 098claws
18763
18764 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18765         * configure.ac
18766           Makefile.am
18767           doc/.cvsignore
18768           doc/Makefile.am
18769                 faq, man, manual moved to doc/
18770         * ac/aspell.m4
18771           ac/check-type.m4
18772           ac/gnupg-check-typedef.m4
18773           ac/openssl.m4
18774           ac/spamassassin.m4
18775           ac/missing/gdk-pixbuf.m4
18776           ac/missing/gpgme.m4
18777           ac/missing/imlib.m4
18778                 fix automake warnings
18779
18780 2003-12-06 Colin Leroy <colin@colino.net>
18781         * src/summaryview.c
18782                 Fix quicksearch
18783
18784 2003-12-05 Colin Leroy <colin@colino.net>
18785         * src/summaryview.c
18786                 Fix going to next unread folder
18787
18788 2003-12-05 Colin Leroy <colin@colino.net>
18789         * src/crash.c
18790                 Fix gtk2 compilation
18791         * src/session.c
18792                 Remove iotag source handler at disconnection
18793         * src/socket.[ch] 
18794                 Remove source handler when closing socket 
18795                 (fixes another seg)
18796
18797 2003-12-04 Colin Leroy <colin@colino.net>
18798         * src/compose.c
18799           src/prefs_account.c
18800           src/prefs_common.c
18801                 Fix some dropdown menus
18802
18803 2003-12-04 Colin Leroy <colin@colino.net>
18804         * src/compose.c
18805                 Fix event handlers on header fields
18806         * src/common/socket.c
18807           src/common/session.c
18808                 Fix segfault with callback (SSL)
18809                 Fix end of session 
18810
18811 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18812
18813         * Fix compile bug in src/compose.c
18814         * removed src/gtk/gtkstext.[ch]
18815
18816 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18817
18818         * Convert character set and escape "text" attributes in toolbar setting
18819         files.
18820         * Fixed bug in button-press-event handling.
18821
18822 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18823
18824         * Fixed bug in key-press-event handling.
18825
18826 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18827
18828         * Enabled to compile tray-icon plugin (Ad-hoc).
18829         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18830
18831 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18832
18833         * Enabled to compile on sylpheed-claws.
18834         (tray-icon plugin still cannot compile yet.)
18835
18836 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18837
18838         * Updated to 0.9.5.
18839
18840 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18841
18842         * Updated to 0.9.4.
18843         * Ported monitoring SSL mechanism to GSource of GLib2
18844         (I don't confirm it)
18845         * Added _gtk2 suffix to key name of font preference to avoid
18846         ovverwriting preference of Gtk+-1.2 version.
18847
18848 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18849
18850         * Updated to 0.9.2.
18851
18852 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18853
18854         * Updated to 0.9.1.
18855         * Translate po files into UTF-8 when execute autogen.sh.
18856
18857 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18858
18859         * Updated to 0.9.0.
18860
18861 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18862
18863         * Plugged GError related memory leaks.
18864
18865 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18866
18867         * Changed default size of fonts.
18868         * Enabled to set titile font size of warning dialog.
18869
18870 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18871
18872         * Embed a sylpheed icon into executable binary on Windows.
18873
18874 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18875
18876         * I forgot to traslate character set of element string in src/xml.c.
18877
18878 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18879
18880         * Fixed detecting bind_textdomain_codeset in configure.in.
18881         * The bug in which "Example" of "Date fromat" preference isn't displayed
18882         correctly has been fixed.
18883
18884 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18885
18886         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18887           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18888           glib-gettextize
18889           Removed intl directory.
18890           Translated po files into UTF-8.
18891           (Thanks! Ryuji Abe)
18892
18893 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18894
18895         * The bug which doesn't unscape string in xml.c has been fixed.
18896
18897 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18898
18899         * The bug which is failed to translate encoding of file name thorough
18900         file dialog has been fixed.
18901
18902 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18903
18904         * Modified to translate file names which is used in inporting/expoting
18905         mbox feature and "Save as" feature into locale encoding.
18906         * Translate file names into locale encoding when "Attache file" and
18907         "Insert file".
18908         * Force set G_BROKEN_FILENAMES environment variable.
18909         * Other minor fixes.
18910
18911 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18912
18913         * Modified to treat MH folder's name as locale encoding.
18914
18915 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18916
18917         * The bug which clash on switching candidates of auto completion of
18918         addresses, cannot use auto completion in Japanesse is fixed
18919         (Thanks! Tokunaga-san)¡¥
18920
18921 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18922
18923         * The bug which cannot switch key accelerator preference has been fixed
18924         (Thanks! smbd-san)¡¥
18925
18926 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18927
18928         * version 0.8.11-gtk2-20030314
18929
18930 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18931
18932         * The bug in which character set conversion of filtering messages has
18933         been fixed.(Thanks! COCOA-san).
18934
18935 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18936
18937         * Revived "Leave space on head" preference in "Message" category.
18938         * A bug which clash when put the cursor to end of buffer and execute
18939         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18940
18941 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18942
18943         * version 0.8.11-gtk2-20030312
18944
18945 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18946
18947         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18948         * Modified to use Pango's API directly for font preference.
18949         * Integrated GtkTextView of textview to one widget.
18950         * Set fonts of header title in textview by "header_title" tag.
18951         * Removed some deprecated codes.
18952
18953 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18954
18955         * Updated to 0.8.11.
18956         * Merged cygwin patch(Thanks! Sakai-san).
18957
18958 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18959
18960         * version 0.8.10-gtk2-20030309